path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
index.html | TBPixel/tbpixel.github.io | ---
layout: default
---
<header class="hero section">
<h2 class="hero__title section__title section__title--left">I'm Tony Barry, a Web Developer living in Vancouver, BC.</h2>
<p class="hero__body">I love interaction design, and put user experience above all else.</p>
</header>
<section class="section">
<h2 class="section__title section__title--posts">Work</h2>
{% include posts.liquid posts=site.categories.work %}
</section>
<section class="github section">
<h2 class="section__title">GitHub Repositories</h2>
{% for repo in site.data.repositories %}
<article class="github__item">
<header class="github__header">
<h3 class="github__title">
<svg class="github__icon">
<use href="/assets/icons/version-control.svg#repo"></use>
</svg>
<a class="github__link" href="{{ repo.html_url }}">{{ repo.name }}</a>
</h3>
</header>
<p class="github__description">{{ repo.description }}</p>
</article>
{% endfor %}
</section>
<section class="hero section">
<h2 class="hero__title section__title">Learn more in my Resume!</h2>
<a class="button button--center" href="{{ "/files/Tony-Barry-Resume.pdf" | relative_url }}">Resume PDF</a>
</section>
{% include contact.liquid %}
|
2018/02/26/Firebae-Ui.html | innovation-jp/innovation-jp.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>FirebaseUIを使ってTwitter loginを実装したお話。 - イノベーション エンジニアブログ</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="FirebaseUIを使ってTwitter loginを実装したお話。">
<meta name="twitter:description" content="">
<meta property="og:type" content="article">
<meta property="og:title" content="FirebaseUIを使ってTwitter loginを実装したお話。">
<meta property="og:description" content="">
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="/apple-touch-icon-precomposed.png" rel="apple-touch-icon">
<script type="text/javascript">
var _trackingid = 'LFT-10003-1';
(function() {
var lft = document.createElement('script'); lft.type = 'text/javascript'; lft.async = true;
lft.src = document.location.protocol + '//test.list-finder.jp/js/ja/track_test.js';
var snode = document.getElementsByTagName('script')[0]; snode.parentNode.insertBefore(lft, snode);
})();
</script>
<script type="text/javascript">
var _trackingid = 'LFT-10003-1';
(function() {
var lft = document.createElement('script'); lft.type = 'text/javascript'; lft.async = true;
lft.src = document.location.protocol + '//track.list-finder.jp/js/ja/track_prod_wao.js';
var snode = document.getElementsByTagName('script')[0]; snode.parentNode.insertBefore(lft, snode);
})();
</script>
<link rel="stylesheet" type="text/css" href="//tech.innovation.co.jp/themes/uno/assets/css/uno.css?v=1.0.0" />
<link rel="canonical" href="http://tech.innovation.co.jp/2018/02/26/Firebae-Ui.html" />
<meta property="og:site_name" content="イノベーション エンジニアブログ" />
<meta property="og:type" content="article" />
<meta property="og:title" content="FirebaseUIを使ってTwitter loginを実装したお話。" />
<meta property="og:description" content="皆様こんばんは。 こへです。 そろそろFirebaseUIを試用して、Twitter login機能の開発をしたい時期が来ましたので、作成。 完成品 Firebase https://firebase.google.com/docs/ios/setup?hl=ja 初期の設定は公式の通り行う。 Twitter Developer 登録 Callback以外の情報を入力していく。 Callbackの箇所はFirebaseを自身のアプリと連携した際に、 表示されるので、それを取得後登録する。 FirebaseUI TwitterやGoogle,Mail,F..." />
<meta property="og:url" content="http://tech.innovation.co.jp/2018/02/26/Firebae-Ui.html" />
<meta property="article:published_time" content="2018-02-25T15:00:00.000Z" />
<meta property="article:modified_time" content="2018-02-27T11:08:43.571Z" />
<meta property="article:tag" content="Swift" />
<meta property="article:tag" content="Firebase" />
<meta property="article:tag" content="FirebaseUI" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="FirebaseUIを使ってTwitter loginを実装したお話。" />
<meta name="twitter:description" content="皆様こんばんは。 こへです。 そろそろFirebaseUIを試用して、Twitter login機能の開発をしたい時期が来ましたので、作成。 完成品 Firebase https://firebase.google.com/docs/ios/setup?hl=ja 初期の設定は公式の通り行う。 Twitter Developer 登録 Callback以外の情報を入力していく。 Callbackの箇所はFirebaseを自身のアプリと連携した際に、 表示されるので、それを取得後登録する。 FirebaseUI TwitterやGoogle,Mail,F..." />
<meta name="twitter:url" content="http://tech.innovation.co.jp/2018/02/26/Firebae-Ui.html" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Article",
"publisher": "イノベーション エンジニアブログ",
"author": {
"@type": "Person",
"name": "kohe",
"image": "https://avatars1.githubusercontent.com/u/17563192?v=4",
"url": "undefined/author/undefined",
"sameAs": ""
},
"headline": "FirebaseUIを使ってTwitter loginを実装したお話。",
"url": "http://tech.innovation.co.jp/2018/02/26/Firebae-Ui.html",
"datePublished": "2018-02-25T15:00:00.000Z",
"dateModified": "2018-02-27T11:08:43.571Z",
"keywords": "Swift, Firebase, FirebaseUI",
"description": "皆様こんばんは。 こへです。 そろそろFirebaseUIを試用して、Twitter login機能の開発をしたい時期が来ましたので、作成。 完成品 Firebase https://firebase.google.com/docs/ios/setup?hl=ja 初期の設定は公式の通り行う。 Twitter Developer 登録 Callback以外の情報を入力していく。 Callbackの箇所はFirebaseを自身のアプリと連携した際に、 表示されるので、それを取得後登録する。 FirebaseUI TwitterやGoogle,Mail,F..."
}
</script>
<meta name="generator" content="Ghost ?" />
<link rel="alternate" type="application/rss+xml" title="イノベーション エンジニアブログ" href="http://tech.innovation.co.jp/rss" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css">
</head>
<body class="post-template tag-Swift tag-Firebase tag-Firebase-U-I no-js">
<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="http://tech.innovation.co.jp" title="link to homepage for イノベーション エンジニアブログ">イノベーション エンジニアブログ</a></h1>
<hr class="panel-cover__divider" />
<p class="panel-cover__description">株式会社イノベーションのエンジニアたちの技術系ブログです。ITトレンド・List Finderの開発をベースに、業務外での技術研究などもブログとして発信していってます!</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="http://tech.innovation.co.jp/#blog" title="link to イノベーション エンジニアブログ blog" class="blog-button">Blog</a></li>
</ul>
</nav>
<nav class="cover-navigation navigation--social">
<ul class="navigation">
</ul>
</nav>
</div>
</div>
</div>
<div class="panel-cover--overlay"></div>
</div>
</header>
<div class="content-wrapper">
<!-- ソーシャルボタンここから -->
<div id="boxArea" style="display: table; padding: 0 0 0 2px;">
<div style="width: 74px; height: 22px; float: left;">
<a href="https://twitter.com/share" class="twitter-share-button"
{count} data-lang="ja" data-dnt="true">ツイート</a>
<script>
!function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/
.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + '://platform.twitter.com/widgets.js';
fjs.parentNode.insertBefore(js, fjs);
}
}(document, 'script', 'twitter-wjs');
</script>
</div>
<div style="width: 76px; height: 22px; float: left;">
<div class="g-plusone" data-size="medium"></div>
<script type="text/javascript">
window.___gcfg = {
lang : 'ja'
};
(function() {
var po = document.createElement('script');
po.type = 'text/javascript';
po.async = true;
po.src = 'https://apis.google.com/js/platform.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
})();
</script>
</div>
<div style="width: 126px; height: 22px; float: left;">
<a href="http://b.hatena.ne.jp/entry/" class="hatena-bookmark-button"
data-hatena-bookmark-layout="standard-balloon"
data-hatena-bookmark-lang="ja" title="このエントリーをはてなブックマークに追加"><img
src="http://b.st-hatena.com/images/entry-button/button-only@2x.png"
alt="このエントリーをはてなブックマークに追加" width="20" height="20"
style="border: none;" /></a>
<script type="text/javascript"
src="http://b.st-hatena.com/js/bookmark_button.js" charset="utf-8"
async="async"></script>
</div>
<div style="width: 117px; height: 22px; float: left;">
<a data-pocket-label="pocket" data-pocket-count="horizontal"
class="pocket-btn" data-lang="en"></a>
</div>
<div style="width: 86px; height: 22px; float: left;">
<span><script type="text/javascript"
src="//media.line.me/js/line-button.js?v=20140411"></script>
<script type="text/javascript">
new media_line_me.LineButton({
"pc" : true,
"lang" : "ja",
"type" : "a"
});
</script></span>
</div>
<div style="width: 114px; height: 22px; float: left;">
<script src="//platform.linkedin.com/in.js" type="text/javascript">
lang: ja_JP
</script>
<script type="IN/Share" data-counter="right"></script>
</div>
<div style="width: 112px; height: 22px; float: left;">
<iframe
scrolling="no" frameborder="0" id="fbframe"
width="164" height="46" style="border:none;overflow:hidden"
allowTransparency="true"></iframe>
</div>
<script type="text/javascript">
(function() {
var url = encodeURIComponent(location.href);
document.getElementById('fbframe').src="//www.facebook.com/plugins/like.php?href=" + url +
"&width=164&layout=button_count&action=like&show_faces=true&share=true&height=46&appId=1613776965579453"
})();
</script>
</div>
<script type="text/javascript">
!function(d, i) {
if (!d.getElementById(i)) {
var j = d.createElement("script");
j.id = i;
j.src = "https://widgets.getpocket.com/v1/j/btn.js?v=1";
var w = d.getElementById(i);
d.body.appendChild(j);
}
}(document, "pocket-btn-js");
</script>
<!-- ソーシャルボタンここまで -->
<div class="content-wrapper__inner">
<article class="post-container post-container--single">
<header class="post-header">
<div class="post-meta">
<time datetime="26 Feb 2018" class="post-meta__date date">26 Feb 2018</time> • <span class="post-meta__tags tags">on <a href="http://tech.innovation.co.jp/tag/Swift">Swift</a>, <a href="http://tech.innovation.co.jp/tag/Firebase">Firebase</a>, <a href="http://tech.innovation.co.jp/tag/Firebase-U-I">FirebaseUI</a></span>
<span class="post-meta__author author"><img src="https://avatars1.githubusercontent.com/u/17563192?v=4" alt="profile image for kohe" class="avatar post-meta__avatar" /> by kohe</span>
</div>
<h1 class="post-title">FirebaseUIを使ってTwitter loginを実装したお話。</h1>
</header>
<section class="post tag-Swift tag-Firebase tag-Firebase-U-I">
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>皆様こんばんは。
こへです。</p>
</div>
<div class="paragraph">
<p>そろそろFirebaseUIを試用して、Twitter login機能の開発をしたい時期が来ましたので、作成。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="__">完成品</h2>
<div class="sectionbody">
<div class="imageblock">
<div class="content">
<img src="/images/kohe/swiftFire1.0.gif" alt="swiftFire1.0.gif">
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_firebase">Firebase</h2>
<div class="sectionbody">
<div class="paragraph">
<p><em><a href="https://firebase.google.com/docs/ios/setup?hl=ja" class="bare">https://firebase.google.com/docs/ios/setup?hl=ja</a></em></p>
</div>
<div class="paragraph">
<p>初期の設定は公式の通り行う。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_twitter_developer">Twitter Developer 登録</h2>
<div class="sectionbody">
<div class="imageblock">
<div class="content">
<img src="/images/kohe/swiftFire2.0.png?" alt="swiftFire2.0.png?">
</div>
</div>
<div class="paragraph">
<p>Callback以外の情報を入力していく。
Callbackの箇所はFirebaseを自身のアプリと連携した際に、
表示されるので、それを取得後登録する。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_firebaseui">FirebaseUI</h2>
<div class="sectionbody">
<div class="paragraph">
<p>TwitterやGoogle,Mail,FBログインなどのUIを要してくれてFirebaseとつなげてくれるやつ。</p>
</div>
<div class="paragraph">
<p><em><a href="https://github.com/firebase/FirebaseUI-iOS" class="bare">https://github.com/firebase/FirebaseUI-iOS</a></em></p>
</div>
<div class="paragraph">
<p>基本公式のReadmeを読んでやろうとしたのですが、</p>
</div>
<div class="paragraph">
<p>公式を見ただけでは全然できず、色々試行錯誤しました。</p>
</div>
<div class="paragraph">
<p>詳細は後ほど。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_podfile">Podfile</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Firebase を使うために <code>pod 'Firebase/Core'</code><br>
FirebaseUIを使うために <code>pod 'FirebaseUI', '~> 4.0'</code><br>
をインストール</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code># Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'MyApp' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
platform :ios, '8.0'
use_frameworks!
# Pods for ToWish
pod 'FirebaseUI', '~> 4.0'
pod 'Firebase/Core'
end</code></pre>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_swift">Swift</h2>
<div class="sectionbody">
<div class="paragraph">
<p>AppDelegateはFirebaseUIの公式に載っている通り、Twitter login用に設定する。</p>
</div>
<div class="sect2">
<h3 id="_viewcontroller_swift">ViewController.swift</h3>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>import UIKit
import Firebase
import FirebaseAuthUI
import FirebaseTwitterAuthUI
import FirebaseDatabaseUI
import TwitterKit
class ViewController: UIViewController {
var authUI: FUIAuth { get { return FUIAuth.defaultAuthUI()!}}
let providers: [FUIAuthProvider] = [FUITwitterAuth()]
override func viewDidLoad() {
super.viewDidLoad()
}
func authUI(_ authUI: FUIAuth, didSignInWith user: User?, error: Error?) {
// handle user and error as necessary
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(true)
checkLoggedIn()
}
}
extension ViewController: FUIAuthDelegate {
func checkLoggedIn() {
self.setupLogin()
Auth.auth().addStateDidChangeListener{auth, user in
if user != nil{
print("success")
} else {
print("fail")
self.login()
}
}
}
func setupLogin() {
authUI.delegate = self
authUI.providers = providers
authUI.isSignInWithEmailHidden = true
}
func login() {
let authViewController = authUI.authViewController()
self.present(authViewController, animated: true, completion: nil)
}
}</code></pre>
</div>
</div>
<div class="paragraph">
<p>そして、Twitter アカウント情報を入力して、ログインすると…</p>
</div>
<div class="paragraph">
<p>Firebaseに情報が入ってますね。</p>
</div>
<div class="imageblock">
<div class="content">
<img src="/images/kohe/swiftFire3.0.png?" alt="swiftFire3.0.png?">
</div>
</div>
<div class="paragraph">
<p>これをベースに様々なアプリをこれから作っていこうと思います。</p>
</div>
</div>
</div>
</div>
</section>
</article>
<footer class="footer">
<span class="footer__copyright">© 2018. All rights reserved.</span>
<span class="footer__copyright"><a href="http://uno.daleanthony.com" title="link to page for Uno Ghost theme">Uno theme</a> by <a href="http://daleanthony.com" title="link to website for Dale-Anthony">Dale-Anthony</a></span>
<span class="footer__copyright">Proudly published with <a href="http://hubpress.io" title="link to Hubpress website">Hubpress</a></span>
</footer>
</div>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js?v="></script>
<script type="text/javascript">
jQuery( document ).ready(function() {
// change date with ago
jQuery('ago.ago').each(function(){
var element = jQuery(this).parent();
element.html( moment(element.text()).fromNow());
});
});
hljs.initHighlightingOnLoad();
</script>
<script type="text/javascript" src="//tech.innovation.co.jp/themes/uno/assets/js/main.js?v=1.0.0"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-105881090-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|
_site/2015/06/01/sogou-hackathon/index.html | ztmengyuxuan/ztmengyuxuan.github.io | <!DOCTYPE html>
<html lang="zh-cmn-Hans" prefix="og: http://ogp.me/ns#" class="han-init">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>黑客马拉松参赛总结 — 刘华健</title>
<link rel="stylesheet" href="/assets/vendor/primer-css/css/primer.css">
<link rel="stylesheet" href="/assets/vendor/primer-markdown/dist/user-content.min.css">
<link rel="stylesheet" href="/assets/vendor/octicons/octicons/octicons.css">
<link rel="stylesheet" href="/assets/css/components/collection.css">
<link rel="stylesheet" href="/assets/css/components/repo-card.css">
<link rel="stylesheet" href="/assets/css/sections/repo-list.css">
<link rel="stylesheet" href="/assets/css/sections/mini-repo-list.css">
<link rel="stylesheet" href="/assets/css/components/boxed-group.css">
<link rel="stylesheet" href="/assets/css/globals/common.css">
<link rel="stylesheet" href="/assets/vendor/share.js/dist/css/share.min.css">
<link rel="stylesheet" href="/assets/css/globals/responsive.css">
<link rel="stylesheet" href="/assets/css/posts/index.css">
<!-- Latest compiled and minified CSS -->
<link rel="alternate" type="application/atom+xml" title="刘华健" href="/feed.xml">
<link rel="shortcut icon" href="/favicon.ico">
<meta property="og:title" content="黑客马拉松参赛总结">
<meta name="keywords" content="Hackathon">
<meta name="og:keywords" content="Hackathon">
<meta name="description" content="">
<meta name="og:description" content="">
<meta property="og:url" content="https://ztmengyuxuan.github.io/2015/06/01/sogou-hackathon/">
<meta property="og:site_name" content="刘华健">
<meta property="og:type" content="article">
<meta property="og:locale" content="zh_CN" />
<meta property="article:published_time" content="2015-06-01">
<script src="/assets/vendor/jquery/dist/jquery.min.js"></script>
<script src="/assets/js/jquery-ui.js"></script>
</head>
<body class="" data-mz="">
<header class="site-header">
<div class="container">
<h1><a href="/" title="刘华健"><span class="octicon octicon-mark-github"></span> 刘华健</a></h1>
<nav class="site-header-nav" role="navigation">
<a href="/" class=" site-header-nav-item" target="" title="首页">首页</a>
<a href="/categories/" class=" site-header-nav-item" target="" title="分类">分类</a>
<a href="/links/" class=" site-header-nav-item" target="" title="链接">链接</a>
<a href="/about/" class=" site-header-nav-item" target="" title="关于">关于</a>
</nav>
</div>
</header>
<!-- / header -->
<section class="collection-head small geopattern" data-pattern-id="黑客马拉松参赛总结">
<div class="container">
<div class="columns">
<div class="column three-fourths">
<div class="collection-title">
<h1 class="collection-header">黑客马拉松参赛总结</h1>
<div class="collection-info">
<span class="meta-info">
<span class="octicon octicon-calendar"></span> 2015/06/01
</span>
<span class="meta-info">
<span class="octicon octicon-file-directory"></span>
<a href="/categories/#Blog" title="Blog">Blog</a>
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- / .banner -->
<section class="container content">
<div class="columns">
<div class="column three-fourths" >
<article class="article-content markdown-body">
<p><img src="/images/blog/hackathon.jpg" alt="首届黑客马拉松" /></p>
<p>五月的最后一个周末,和同事一起组队参加了我司举办的首届黑客马拉松大赛,经过几十个小时的奋战,我和队友们一起完成度较高地准备好了演示 Demo、ppt 等,在大家一致看好、觉得在首轮评审表现出色的情况下止步首轮,说不遗憾肯定是假的,想想和小伙伴们为了完成 Demo 的通宵达旦,四个人短时间内提交的上万行代码,三十多个小时不曾睡觉的情况下,听到评审结果宣判的那一刻,倦意趁我的一丝失落情绪铺天盖地地袭来。</p>
<p>时间仍然欢快地往前流淌,我在沉睡十多个小时后也满血复活,过去的就让它过去吧,收拾收拾心情,总结总结经验教训,继续前行。</p>
<p>比赛中有幸被小伙伴们推举为我们小组的 CTO,作为需要在技术方面掌控全局的角色,回想一下自己的表现,算是中规中矩,有亮点,也暴露了很多问题。</p>
<p><strong>先臭屁一下自己的优点:</strong></p>
<ol>
<li>担负起了技术选择、模块划分、任务分配和接口制定等方面的工作。</li>
<li>认真负责,尽自己的努力试图去掌控开发进度、完成我们的 Demo。</li>
<li>在态度上应该算无可挑剔,对可能影响进度和体验的 Bug 从不轻易放过。</li>
<li>花了一些时间封装了一些使用到的基础类库,让小伙伴们用得舒心,写得放心。</li>
</ol>
<p><strong>然后说说自己暴露的问题:</strong></p>
<ol>
<li>
<p>模块划分与 UML 表达。</p>
<p>平时工作过程中较多地画一些小流程与逻辑的流程图,但是对整个 APP 的模块划分未涉足过,临时抱了一下佛脚之后做了一个类 MVC 的分层设计,自己感觉并不专业,用于指导开发也并不科学。</p>
<p>对此我倒没什么好找借口的,就是对此的理论基础太薄弱,后续需要大量的充电补全,自己平时做一些东西的过程中也最好将前期的总体设计工作重视起来,多实践。</p>
</li>
<li>
<p>任务分配。</p>
<p>这一点是否做好取决于上一点,模块划分不合理将会直接导致任务分配出现问题。比如本次的任务安排,早期版本出现了这样的情况:</p>
<table>
<thead>
<tr>
<th style="text-align: left">人员</th>
<th style="text-align: left">任务1</th>
<th style="text-align: left">任务2</th>
<th style="text-align: left">任务3</th>
<th style="text-align: left">任务4</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">成员1</td>
<td style="text-align: left">第一阶段 UI</td>
<td style="text-align: left">第二阶段 UI</td>
<td style="text-align: left">第三阶段 UI</td>
<td style="text-align: left">第三阶段 逻辑</td>
</tr>
<tr>
<td style="text-align: left">成员2</td>
<td style="text-align: left">空闲</td>
<td style="text-align: left">第一阶段 逻辑</td>
<td style="text-align: left">继续</td>
<td style="text-align: left">继续</td>
</tr>
<tr>
<td style="text-align: left">成员3</td>
<td style="text-align: left">空闲</td>
<td style="text-align: left">空闲</td>
<td style="text-align: left">第二阶段逻辑</td>
<td style="text-align: left">继续</td>
</tr>
</tbody>
</table>
<p>因为对 UI 的工作量评估不足,觉得由一个人来快速完成就行,但是实际上 UI 开发后来成为了明显的瓶颈,持续了整个开发周期。其它两个人有较长的时间处于等待 UI 出来之后才能开始往工程里接入逻辑的状态,浪费了大量的劳动力。</p>
<p>后来对此进行了一番思考,觉得相对来说这样可能会更好一点:<br />
* 各人负责一段逻辑流程或者功能模块,顺带简单把对应的界面先搭起来,后来如果需要美化,可以仍然分工给各人,或者由一个相对工作量不那么紧的人统一来调整和美化。<br />
* 前期做工作分配时需要有意识地提炼出不严格需要前置条件的任务,松耦合的任务,合理分配。比如可以先将任务做成粗细两种粒度的列表,然后理清它们的前置依赖关系,找出适合打包分给同一个人的集合。<br />
* 对工期的评估结合我的评估和对应的负责人的评估来做。</p>
<p>当然这里头显然大有学问,后续还是要针对性地学习一些相关的知识,有理论支撑做起来才更科学更有底气。</p>
</li>
<li>
<p>量化的缺失。</p>
<p>在试图掌控进度的过程中,有较长的时间里对剩下多少活只能有个模糊印象,而不能明确地评估剩下百分之多少的工作量,究其原因,就是对工作任务的细分量化不够,若能做到以下两点想必会更好:<br />
* 将模块细分为可以明确评估工作量的子任务。<br />
* 定期沟通了解小伙伴的进展,更新任务完成情况列表。</p>
</li>
</ol>
<p>总之,离 CTO 的水平还很遥远啊~骚年需努力!</p>
</article>
<div class="share">
<div class="share-component"></div>
</div>
<div class="comment">
<!-- Duoshuo Comment BEGIN -->
<!-- 多说评论框 BEGIN -->
<div class="ds-thread" data-thread-key="/2015/06/01/sogou-hackathon/" data-title="黑客马拉松参赛总结" data-url="https://ztmengyuxuan.github.io/2015/06/01/sogou-hackathon/"></div>
<!-- 多说评论框 END -->
<!-- 多说公共JS代码 BEGIN (一个网页只需插入一次) -->
<script type="text/javascript">
var duoshuoQuery = {short_name:"abc19911991"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- 多说公共JS代码 END -->
<!-- Duoshuo Comment END -->
</div>
</div>
<div class="column one-fourth">
<h3>Search</h3>
<form action="get" id="site_search">
<input type="text" id="search_box" placeholder="Search">
<button class="btn btn-default" type="submit"><span class="octicon octicon-search"></span></button>
</form>
<ul id="search_results"></ul>
<link rel="stylesheet" type="text/css" href="/assets/css/modules/sidebar-search.css">
<script src="/assets/js/lunr.min.js"></script>
<script src="/assets/js/search.js"></script>
<h3>Post Directory</h3>
<div id="post-directory-module" class="mobile-hidden">
<section class="post-directory">
<!-- Links that trigger the jumping -->
<!-- Added by javascript below -->
<dl></dl>
</section>
</div>
<script src="/assets/js/jquery.toc.js"></script>
</div>
</div>
</section>
<!-- /section.content -->
<footer class="container">
<div class="site-footer" role="contentinfo">
<div class="copyright left mobile-block">
© 2015
<span title="Liu Hua Jian">Liu Hua Jian</span>
<a href="javascript:window.scrollTo(0,0)" class="right mobile-visible">TOP</a>
</div>
<ul class="site-footer-links right mobile-hidden">
<li>
<a href="javascript:window.scrollTo(0,0)" >TOP</a>
</li>
</ul>
<a href="git@github.com:ztmegnyuxuan/ztmengyuxuan.github.io.git" target="_blank" aria-label="view source code">
<span class="mega-octicon octicon-mark-github" title="GitHub"></span>
</a>
<ul class="site-footer-links mobile-hidden">
<li>
<a href="/" title="首页" target="">首页</a>
</li>
<li>
<a href="/categories/" title="分类" target="">分类</a>
</li>
<li>
<a href="/links/" title="链接" target="">链接</a>
</li>
<li>
<a href="/about/" title="关于" target="">关于</a>
</li>
<li><a href="/feed.xml"><span class="octicon octicon-rss" style="color:orange;"></span></a></li>
</ul>
</div>
</footer>
<!-- / footer -->
<script src="/assets/vendor/s.js/dist/js/share.min.js"></script>
<script src="/assets/js/geopattern.js"></script>
<script src="/assets/js/prism.js"></script>
<link rel="stylesheet" href="/assets/css/globals/prism.css">
<script>
jQuery(document).ready(function($) {
// geopattern
$('.geopattern').each(function(){
$(this).geopattern($(this).data('pattern-id'));
});
// hljs.initHighlightingOnLoad();
});
</script>
</body>
</html>
|
target/work/tomcat/work/Tomcat/localhost/wboga/grails-resources/css/bootstrap.css | rumee/messaging | /*!
* Bootstrap v3.0.0
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat.
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden] {
display: none;
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
a:focus {
outline: thin dotted;
}
a:active,
a:hover {
outline: 0;
}
h1 {
margin: 0.67em 0;
font-size: 2em;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
hr {
height: 0;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
mark {
color: #000;
background: #ff0;
}
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
}
pre {
white-space: pre-wrap;
}
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
fieldset {
padding: 0.35em 0.625em 0.75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
button,
input,
select,
textarea {
margin: 0;
font-family: inherit;
font-size: 100%;
}
button,
input {
line-height: normal;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
button[disabled],
html input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
box-sizing: border-box;
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
@media print {
* {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 2cm .5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
.navbar {
display: none;
}
.table td,
.table th {
background-color: #fff !important;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #333333;
background-color: #ffffff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input,
select[multiple],
textarea {
background-image: none;
}
a {
color: #428bca;
text-decoration: none;
}
a:hover,
a:focus {
color: #2a6496;
text-decoration: underline;
}
a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
height: auto;
max-width: 100%;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
display: inline-block;
height: auto;
max-width: 100%;
padding: 4px;
line-height: 1.428571429;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0 0 0 0);
border: 0;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16.099999999999998px;
font-weight: 200;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small {
font-size: 85%;
}
cite {
font-style: normal;
}
.text-muted {
color: #999999;
}
.text-primary {
color: #428bca;
}
.text-warning {
color: #c09853;
}
.text-danger {
color: #b94a48;
}
.text-success {
color: #468847;
}
.text-info {
color: #3a87ad;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
font-weight: normal;
line-height: 1;
color: #999999;
}
h1,
h2,
h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h4,
h5,
h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
h1 small,
.h1 small {
font-size: 24px;
}
h2 small,
.h2 small {
font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
font-size: 14px;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
dl {
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.428571429;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
display: table;
content: " ";
}
.dl-horizontal dd:after {
clear: both;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
display: table;
content: " ";
}
.dl-horizontal dd:after {
clear: both;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999;
}
abbr.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
border-left: 5px solid #eeeeee;
}
blockquote p {
font-size: 17.5px;
font-weight: 300;
line-height: 1.25;
}
blockquote p:last-child {
margin-bottom: 0;
}
blockquote small {
display: block;
line-height: 1.428571429;
color: #999999;
}
blockquote small:before {
content: '\2014 \00A0';
}
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
text-align: right;
}
blockquote.pull-right small:before {
content: '';
}
blockquote.pull-right small:after {
content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content: "";
}
address {
display: block;
margin-bottom: 20px;
font-style: normal;
line-height: 1.428571429;
}
code,
pre {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
white-space: nowrap;
background-color: #f9f2f4;
border-radius: 4px;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
color: #333333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 4px;
}
pre.prettyprint {
margin-bottom: 20px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
padding-right: 12px;
padding-left: 12px;
margin-right: auto;
margin-left: auto;
}
.container:before,
.container:after {
display: table;
content: " ";
}
.container:after {
clear: both;
}
.container:before,
.container:after {
display: table;
content: " ";
}
.container:after {
clear: both;
}
.row {
margin-right: -12px;
margin-left: -12px;
}
.row:before,
.row:after {
display: table;
content: " ";
}
.row:after {
clear: both;
}
.row:before,
.row:after {
display: table;
content: " ";
}
.row:after {
clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 12px;
padding-left: 12px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
float: left;
}
.col-xs-1 {
width: 8.33333%;
}
.col-xs-2 {
width: 16.6666%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-4 {
width: 33.3333%;
}
.col-xs-5 {
width: 41.6666%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-7 {
width: 58.3333%;
}
.col-xs-8 {
width: 66.6666%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-10 {
width: 83.3333%;
}
.col-xs-11 {
width: 91.6666%;
}
.col-xs-12 {
width: 100%;
}
@media (min-width: 768px) {
.container {
max-width: 744px;
}
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11 {
float: left;
}
.col-sm-1 {
width: 8.33333%;
}
.col-sm-2 {
width: 16.6666%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.3333%;
}
.col-sm-5 {
width: 41.6666%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.3333%;
}
.col-sm-8 {
width: 66.6666%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.3333%;
}
.col-sm-11 {
width: 91.6666%;
}
.col-sm-12 {
width: 100%;
}
.col-sm-push-1 {
left: 8.33333%;
}
.col-sm-push-2 {
left: 16.6666%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.3333%;
}
.col-sm-push-5 {
left: 41.6666%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.3333%;
}
.col-sm-push-8 {
left: 66.6666%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.3333%;
}
.col-sm-push-11 {
left: 91.6666%;
}
.col-sm-pull-1 {
right: 8.33333%;
}
.col-sm-pull-2 {
right: 16.6666%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.3333%;
}
.col-sm-pull-5 {
right: 41.6666%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.3333%;
}
.col-sm-pull-8 {
right: 66.6666%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.3333%;
}
.col-sm-pull-11 {
right: 91.6666%;
}
.col-sm-offset-1 {
margin-left: 8.33333%;
}
.col-sm-offset-2 {
margin-left: 16.6666%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.3333%;
}
.col-sm-offset-5 {
margin-left: 41.6666%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.3333%;
}
.col-sm-offset-8 {
margin-left: 66.6666%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.3333%;
}
.col-sm-offset-11 {
margin-left: 91.6666%;
}
}
@media (min-width: 992px) {
.container {
max-width: 964px;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11 {
float: left;
}
.col-md-1 {
width: 8.33333%;
}
.col-md-2 {
width: 16.6666%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.3333%;
}
.col-md-5 {
width: 41.6666%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.3333%;
}
.col-md-8 {
width: 66.6666%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.3333%;
}
.col-md-11 {
width: 91.6666%;
}
.col-md-12 {
width: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.33333%;
}
.col-md-push-2 {
left: 16.6666%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.3333%;
}
.col-md-push-5 {
left: 41.6666%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.3333%;
}
.col-md-push-8 {
left: 66.6666%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.3333%;
}
.col-md-push-11 {
left: 91.6666%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.33333%;
}
.col-md-pull-2 {
right: 16.6666%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.3333%;
}
.col-md-pull-5 {
right: 41.6666%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.3333%;
}
.col-md-pull-8 {
right: 66.6666%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.3333%;
}
.col-md-pull-11 {
right: 91.6666%;
}
.col-md-offset-0 {
margin-left: 0;
}
.col-md-offset-1 {
margin-left: 8.33333%;
}
.col-md-offset-2 {
margin-left: 16.6666%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.3333%;
}
.col-md-offset-5 {
margin-left: 41.6666%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.3333%;
}
.col-md-offset-8 {
margin-left: 66.6666%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.3333%;
}
.col-md-offset-11 {
margin-left: 91.6666%;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1164px;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11 {
float: left;
}
.col-lg-1 {
width: 8.33333%;
}
.col-lg-2 {
width: 16.6666%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-4 {
width: 33.3333%;
}
.col-lg-5 {
width: 41.6666%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.3333%;
}
.col-lg-8 {
width: 66.6666%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-10 {
width: 83.3333%;
}
.col-lg-11 {
width: 91.6666%;
}
.col-lg-12 {
width: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.33333%;
}
.col-lg-push-2 {
left: 16.6666%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.3333%;
}
.col-lg-push-5 {
left: 41.6666%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.3333%;
}
.col-lg-push-8 {
left: 66.6666%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.3333%;
}
.col-lg-push-11 {
left: 91.6666%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.33333%;
}
.col-lg-pull-2 {
right: 16.6666%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.3333%;
}
.col-lg-pull-5 {
right: 41.6666%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.3333%;
}
.col-lg-pull-8 {
right: 66.6666%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.3333%;
}
.col-lg-pull-11 {
right: 91.6666%;
}
.col-lg-offset-0 {
margin-left: 0;
}
.col-lg-offset-1 {
margin-left: 8.33333%;
}
.col-lg-offset-2 {
margin-left: 16.6666%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.3333%;
}
.col-lg-offset-5 {
margin-left: 41.6666%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.3333%;
}
.col-lg-offset-8 {
margin-left: 66.6666%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.3333%;
}
.col-lg-offset-11 {
margin-left: 91.6666%;
}
}
table {
max-width: 100%;
background-color: transparent;
}
th {
text-align: left;
}
.table {
width: 100%;
margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
border-top: 0;
}
.table tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
table col[class*="col-"] {
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
display: table-cell;
float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
background-color: #d0e9c6;
border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
background-color: #ebcccc;
border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
background-color: #faf2cc;
border-color: #f8e5be;
}
@media (max-width: 768px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-x: scroll;
overflow-y: hidden;
border: 1px solid #dddddd;
}
.table-responsive > .table {
margin-bottom: 0;
background-color: #fff;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > thead > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > thead > tr:last-child > td,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
/* IE8-9 */
line-height: normal;
}
input[type="file"] {
display: block;
}
select[multiple],
select[size] {
height: auto;
}
select optgroup {
font-family: inherit;
font-size: inherit;
font-style: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
height: auto;
}
.form-control:-moz-placeholder {
color: #999999;
}
.form-control::-moz-placeholder {
color: #999999;
}
.form-control:-ms-input-placeholder {
color: #999999;
}
.form-control::-webkit-input-placeholder {
color: #999999;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eeeeee;
}
textarea.form-control {
height: auto;
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
display: block;
min-height: 20px;
padding-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
vertical-align: middle;
}
.radio label,
.checkbox label {
display: inline;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
float: left;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
vertical-align: middle;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
textarea.input-sm {
height: auto;
}
.input-lg {
height: 45px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.input-lg {
height: 45px;
line-height: 45px;
}
textarea.input-lg {
height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
color: #c09853;
}
.has-warning .form-control {
border-color: #c09853;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #a47e3c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
color: #c09853;
background-color: #fcf8e3;
border-color: #c09853;
}
.has-error .help-block,
.has-error .control-label {
color: #b94a48;
}
.has-error .form-control {
border-color: #b94a48;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #953b39;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
color: #b94a48;
background-color: #f2dede;
border-color: #b94a48;
}
.has-success .help-block,
.has-success .control-label {
color: #468847;
}
.has-success .form-control {
border-color: #468847;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #356635;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
color: #468847;
background-color: #dff0d8;
border-color: #468847;
}
.form-control-static {
padding-top: 7px;
margin-bottom: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
.form-horizontal .form-group {
margin-right: -12px;
margin-left: -12px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
display: table;
content: " ";
}
.form-horizontal .form-group:after {
clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
display: table;
content: " ";
}
.form-horizontal .form-group:after {
clear: both;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
}
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.btn:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus {
color: #333333;
text-decoration: none;
}
.btn:active,
.btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
pointer-events: none;
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default {
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
color: #333333;
background-color: #ebebeb;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #ffffff;
border-color: #cccccc;
}
.btn-primary {
color: #ffffff;
background-color: #428bca;
border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #3276b1;
border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #428bca;
border-color: #357ebd;
}
.btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
color: #ffffff;
background-color: #ed9c28;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
color: #ffffff;
background-color: #d2322d;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-success {
color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
color: #ffffff;
background-color: #47a447;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-info {
color: #ffffff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
color: #ffffff;
background-color: #39b3d7;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-link {
font-weight: normal;
color: #428bca;
cursor: pointer;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #2a6496;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #999999;
text-decoration: none;
}
.btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.btn-sm,
.btn-xs {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs {
padding: 1px 5px;
}
.btn-block {
display: block;
width: 100%;
padding-right: 0;
padding-left: 0;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
transition: height 0.35s ease;
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url('fonts/glyphicons-halflings-regular.eot');
src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
-webkit-font-smoothing: antialiased;
font-style: normal;
font-weight: normal;
line-height: 1;
}
.glyphicon-asterisk:before {
content: "\2a";
}
.glyphicon-plus:before {
content: "\2b";
}
.glyphicon-euro:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
.glyphicon-briefcase:before {
content: "\1f4bc";
}
.glyphicon-calendar:before {
content: "\1f4c5";
}
.glyphicon-pushpin:before {
content: "\1f4cc";
}
.glyphicon-paperclip:before {
content: "\1f4ce";
}
.glyphicon-camera:before {
content: "\1f4f7";
}
.glyphicon-lock:before {
content: "\1f512";
}
.glyphicon-bell:before {
content: "\1f514";
}
.glyphicon-bookmark:before {
content: "\1f516";
}
.glyphicon-fire:before {
content: "\1f525";
}
.glyphicon-wrench:before {
content: "\1f527";
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid #000000;
border-right: 4px solid transparent;
border-bottom: 0 dotted;
border-left: 4px solid transparent;
content: "";
}
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
list-style: none;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.428571429;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #ffffff;
text-decoration: none;
background-color: #428bca;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
background-color: #428bca;
outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.428571429;
color: #999999;
}
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0 dotted;
border-bottom: 4px solid #000000;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
}
.btn-default .caret {
border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
border-top-color: #fff;
}
.dropup .btn-default .caret {
border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
display: table;
content: " ";
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
display: table;
content: " ";
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar .btn-group {
float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group-xs > .btn {
padding: 5px 10px;
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
padding-right: 8px;
padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-right: 12px;
padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
display: table;
content: " ";
}
.btn-group-vertical > .btn-group:after {
clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
display: table;
content: " ";
}
.btn-group-vertical > .btn-group:after {
clear: both;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-right-radius: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
border-collapse: separate;
table-layout: fixed;
}
.btn-group-justified .btn {
display: table-cell;
float: none;
width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group.col {
float: none;
padding-right: 0;
padding-left: 0;
}
.input-group .form-control {
width: 100%;
margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 45px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
height: 45px;
line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
text-align: center;
background-color: #eeeeee;
border: 1px solid #cccccc;
border-radius: 4px;
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
z-index: 2;
}
.nav {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav:before,
.nav:after {
display: table;
content: " ";
}
.nav:after {
clear: both;
}
.nav:before,
.nav:after {
display: table;
content: " ";
}
.nav:after {
clear: both;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #999999;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
border-color: #428bca;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.428571429;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555555;
cursor: default;
background-color: #ffffff;
border: 1px solid #dddddd;
border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
text-align: center;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-bottom: 1px solid #dddddd;
}
.nav-tabs.nav-justified > .active > a {
border-bottom-color: #ffffff;
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 5px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #428bca;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
text-align: center;
}
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-bottom: 1px solid #dddddd;
}
.nav-tabs-justified > .active > a {
border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
display: table;
content: " ";
}
.tabbable:after {
clear: both;
}
.tabbable:before,
.tabbable:after {
display: table;
content: " ";
}
.tabbable:after {
clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
display: none;
}
.tab-content > .active,
.pill-content > .active {
display: block;
}
.nav .caret {
border-top-color: #428bca;
border-bottom-color: #428bca;
}
.nav a:hover .caret {
border-top-color: #2a6496;
border-bottom-color: #2a6496;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
z-index: 1000;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
display: table;
content: " ";
}
.navbar:after {
clear: both;
}
.navbar:before,
.navbar:after {
display: table;
content: " ";
}
.navbar:after {
clear: both;
}
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
}
}
.navbar-header:before,
.navbar-header:after {
display: table;
content: " ";
}
.navbar-header:after {
clear: both;
}
.navbar-header:before,
.navbar-header:after {
display: table;
content: " ";
}
.navbar-header:after {
clear: both;
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
max-height: 340px;
padding-right: 12px;
padding-left: 12px;
overflow-x: visible;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
display: table;
content: " ";
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
display: table;
content: " ";
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-collapse .navbar-nav.navbar-left:first-child {
margin-left: -12px;
}
.navbar-collapse .navbar-nav.navbar-right:last-child {
margin-right: -12px;
}
.navbar-collapse .navbar-text:last-child {
margin-right: 0;
}
}
.container > .navbar-header,
.container > .navbar-collapse {
margin-right: -12px;
margin-left: -12px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
z-index: 1030;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
}
.navbar-brand {
float: left;
padding: 15px 12px;
font-size: 18px;
line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand {
margin-left: -12px;
}
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 12px;
margin-bottom: 8px;
background-color: transparent;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 7.5px -12px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
}
}
.navbar-form {
padding: 10px 12px;
margin-top: 8px;
margin-right: -12px;
margin-bottom: 8px;
margin-left: -12px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
right: 0;
left: auto;
}
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.navbar-text {
float: left;
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.navbar-text {
margin-right: 12px;
margin-left: 12px;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777777;
}
.navbar-default .navbar-nav > li > a {
color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
border-top-color: #333333;
border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
border-top-color: #555555;
border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
border-top-color: #777777;
border-bottom-color: #777777;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777777;
}
.navbar-default .navbar-link:hover {
color: #333333;
}
.navbar-inverse {
background-color: #222222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
border-top-color: #999999;
border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #999999;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #999999;
}
.navbar-inverse .navbar-link:hover {
color: #ffffff;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
padding: 0 5px;
color: #cccccc;
content: "/\00a0";
}
.breadcrumb > .active {
color: #999999;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.428571429;
text-decoration: none;
background-color: #ffffff;
border: 1px solid #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
cursor: default;
background-color: #428bca;
border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #999999;
cursor: not-allowed;
background-color: #ffffff;
border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
text-align: center;
list-style: none;
}
.pager:before,
.pager:after {
display: table;
content: " ";
}
.pager:after {
clear: both;
}
.pager:before,
.pager:after {
display: table;
content: " ";
}
.pager:after {
clear: both;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #999999;
cursor: not-allowed;
background-color: #ffffff;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
.label-default {
background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #808080;
}
.label-primary {
background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #3071a9;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: #999999;
border-radius: 10px;
}
.badge:empty {
display: none;
}
a.badge:hover,
a.badge:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.btn .badge {
position: relative;
top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #428bca;
background-color: #ffffff;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
.jumbotron {
padding: 30px;
margin-bottom: 30px;
font-size: 21px;
font-weight: 200;
line-height: 2.1428571435;
color: inherit;
background-color: #eeeeee;
}
.jumbotron h1 {
line-height: 1;
color: inherit;
}
.jumbotron p {
line-height: 1.4;
}
.container .jumbotron {
border-radius: 6px;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron {
padding-right: 60px;
padding-left: 60px;
}
.jumbotron h1 {
font-size: 63px;
}
}
.thumbnail {
display: inline-block;
display: block;
height: auto;
max-width: 100%;
padding: 4px;
line-height: 1.428571429;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.thumbnail > img {
display: block;
height: auto;
max-width: 100%;
}
a.thumbnail:hover,
a.thumbnail:focus {
border-color: #428bca;
}
.thumbnail > img {
margin-right: auto;
margin-left: auto;
}
.thumbnail .caption {
padding: 9px;
color: #333333;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable {
padding-right: 35px;
}
.alert-dismissable .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #356635;
}
.alert-info {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #2d6987;
}
.alert-warning {
color: #c09853;
background-color: #fcf8e3;
border-color: #fbeed5;
}
.alert-warning hr {
border-top-color: #f8e5be;
}
.alert-warning .alert-link {
color: #a47e3c;
}
.alert-danger {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.alert-danger hr {
border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
color: #ffffff;
text-align: center;
background-color: #428bca;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-striped .progress-bar {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-moz-animation: progress-bar-stripes 2s linear infinite;
-ms-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
overflow: hidden;
zoom: 1;
}
.media,
.media .media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media-object {
display: block;
}
.media-heading {
margin: 0 0 5px;
}
.media > .pull-left {
margin-right: 10px;
}
.media > .pull-right {
margin-left: 10px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
padding-left: 0;
margin-bottom: 20px;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #ffffff;
border: 1px solid #dddddd;
}
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
a.list-group-item {
color: #555555;
}
a.list-group-item .list-group-item-heading {
color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
text-decoration: none;
background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #ffffff;
background-color: #428bca;
border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #e1edf7;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 20px;
background-color: #ffffff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
padding: 15px;
}
.panel-body:before,
.panel-body:after {
display: table;
content: " ";
}
.panel-body:after {
clear: both;
}
.panel-body:before,
.panel-body:after {
display: table;
content: " ";
}
.panel-body:after {
clear: both;
}
.panel > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item {
border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.panel > .table {
margin-bottom: 0;
}
.panel > .panel-body + .table {
border-top: 1px solid #dddddd;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
}
.panel-title > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #dddddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel-group .panel {
margin-bottom: 0;
overflow: hidden;
border-radius: 4px;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #dddddd;
}
.panel-default {
border-color: #dddddd;
}
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #dddddd;
}
.panel-primary {
border-color: #428bca;
}
.panel-primary > .panel-heading {
color: #ffffff;
background-color: #428bca;
border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #428bca;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-warning {
border-color: #fbeed5;
}
.panel-warning > .panel-heading {
color: #c09853;
background-color: #fcf8e3;
border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #fbeed5;
}
.panel-danger {
border-color: #eed3d7;
}
.panel-danger > .panel-heading {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #eed3d7;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #bce8f1;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
margin-right: 15px;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
display: none;
overflow: auto;
overflow-y: scroll;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-dialog {
z-index: 1050;
width: auto;
padding: 10px;
margin-right: auto;
margin-left: auto;
}
.modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
outline: none;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
background-color: #000000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
min-height: 16.428571429px;
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.428571429;
}
.modal-body {
position: relative;
padding: 20px;
}
.modal-footer {
padding: 19px 20px 20px;
margin-top: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
display: table;
content: " ";
}
.modal-footer:after {
clear: both;
}
.modal-footer:before,
.modal-footer:after {
display: table;
content: " ";
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
@media screen and (min-width: 768px) {
.modal-dialog {
right: auto;
left: 50%;
width: 600px;
padding-top: 30px;
padding-bottom: 30px;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
}
.tooltip {
position: absolute;
z-index: 1030;
display: block;
font-size: 12px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
visibility: visible;
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
.tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
.tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #000000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-top-color: #000000;
border-width: 5px 5px 0;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-top-color: #000000;
border-width: 5px 5px 0;
}
.tooltip.top-right .tooltip-arrow {
right: 5px;
bottom: 0;
border-top-color: #000000;
border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-right-color: #000000;
border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-left-color: #000000;
border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-bottom-color: #000000;
border-width: 0 5px 5px;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-bottom-color: #000000;
border-width: 0 5px 5px;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-bottom-color: #000000;
border-width: 0 5px 5px;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1010;
display: none;
max-width: 276px;
padding: 1px;
text-align: left;
white-space: normal;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
background-clip: padding-box;
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover .arrow {
border-width: 11px;
}
.popover .arrow:after {
border-width: 10px;
content: "";
}
.popover.top .arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
border-bottom-width: 0;
}
.popover.top .arrow:after {
bottom: 1px;
margin-left: -10px;
border-top-color: #ffffff;
border-bottom-width: 0;
content: " ";
}
.popover.right .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
border-left-width: 0;
}
.popover.right .arrow:after {
bottom: -10px;
left: 1px;
border-right-color: #ffffff;
border-left-width: 0;
content: " ";
}
.popover.bottom .arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
border-top-width: 0;
}
.popover.bottom .arrow:after {
top: 1px;
margin-left: -10px;
border-bottom-color: #ffffff;
border-top-width: 0;
content: " ";
}
.popover.left .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
border-right-width: 0;
}
.popover.left .arrow:after {
right: 1px;
bottom: -10px;
border-left-color: #ffffff;
border-right-width: 0;
content: " ";
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner > .item {
position: relative;
display: none;
-webkit-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
height: auto;
max-width: 100%;
line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
opacity: 0.5;
filter: alpha(opacity=50);
}
.carousel-control.left {
background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
left: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
margin-left: -10px;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
border: 1px solid #ffffff;
border-radius: 10px;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #ffffff;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
font-size: 30px;
}
.carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after {
clear: both;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
@media screen and (max-width: 400px) {
@-ms-viewport {
width: 320px;
}
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.visible-xs {
display: none !important;
}
tr.visible-xs {
display: none !important;
}
th.visible-xs,
td.visible-xs {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-xs.visible-sm {
display: block !important;
}
tr.visible-xs.visible-sm {
display: table-row !important;
}
th.visible-xs.visible-sm,
td.visible-xs.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-xs.visible-md {
display: block !important;
}
tr.visible-xs.visible-md {
display: table-row !important;
}
th.visible-xs.visible-md,
td.visible-xs.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-xs.visible-lg {
display: block !important;
}
tr.visible-xs.visible-lg {
display: table-row !important;
}
th.visible-xs.visible-lg,
td.visible-xs.visible-lg {
display: table-cell !important;
}
}
.visible-sm {
display: none !important;
}
tr.visible-sm {
display: none !important;
}
th.visible-sm,
td.visible-sm {
display: none !important;
}
@media (max-width: 767px) {
.visible-sm.visible-xs {
display: block !important;
}
tr.visible-sm.visible-xs {
display: table-row !important;
}
th.visible-sm.visible-xs,
td.visible-sm.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-sm.visible-md {
display: block !important;
}
tr.visible-sm.visible-md {
display: table-row !important;
}
th.visible-sm.visible-md,
td.visible-sm.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-sm.visible-lg {
display: block !important;
}
tr.visible-sm.visible-lg {
display: table-row !important;
}
th.visible-sm.visible-lg,
td.visible-sm.visible-lg {
display: table-cell !important;
}
}
.visible-md {
display: none !important;
}
tr.visible-md {
display: none !important;
}
th.visible-md,
td.visible-md {
display: none !important;
}
@media (max-width: 767px) {
.visible-md.visible-xs {
display: block !important;
}
tr.visible-md.visible-xs {
display: table-row !important;
}
th.visible-md.visible-xs,
td.visible-md.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-md.visible-sm {
display: block !important;
}
tr.visible-md.visible-sm {
display: table-row !important;
}
th.visible-md.visible-sm,
td.visible-md.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-md.visible-lg {
display: block !important;
}
tr.visible-md.visible-lg {
display: table-row !important;
}
th.visible-md.visible-lg,
td.visible-md.visible-lg {
display: table-cell !important;
}
}
.visible-lg {
display: none !important;
}
tr.visible-lg {
display: none !important;
}
th.visible-lg,
td.visible-lg {
display: none !important;
}
@media (max-width: 767px) {
.visible-lg.visible-xs {
display: block !important;
}
tr.visible-lg.visible-xs {
display: table-row !important;
}
th.visible-lg.visible-xs,
td.visible-lg.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-lg.visible-sm {
display: block !important;
}
tr.visible-lg.visible-sm {
display: table-row !important;
}
th.visible-lg.visible-sm,
td.visible-lg.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-lg.visible-md {
display: block !important;
}
tr.visible-lg.visible-md {
display: table-row !important;
}
th.visible-lg.visible-md,
td.visible-lg.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
.hidden-xs {
display: block !important;
}
tr.hidden-xs {
display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
tr.hidden-xs {
display: none !important;
}
th.hidden-xs,
td.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-xs.hidden-sm {
display: none !important;
}
tr.hidden-xs.hidden-sm {
display: none !important;
}
th.hidden-xs.hidden-sm,
td.hidden-xs.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-xs.hidden-md {
display: none !important;
}
tr.hidden-xs.hidden-md {
display: none !important;
}
th.hidden-xs.hidden-md,
td.hidden-xs.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-xs.hidden-lg {
display: none !important;
}
tr.hidden-xs.hidden-lg {
display: none !important;
}
th.hidden-xs.hidden-lg,
td.hidden-xs.hidden-lg {
display: none !important;
}
}
.hidden-sm {
display: block !important;
}
tr.hidden-sm {
display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-sm.hidden-xs {
display: none !important;
}
tr.hidden-sm.hidden-xs {
display: none !important;
}
th.hidden-sm.hidden-xs,
td.hidden-sm.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
tr.hidden-sm {
display: none !important;
}
th.hidden-sm,
td.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-sm.hidden-md {
display: none !important;
}
tr.hidden-sm.hidden-md {
display: none !important;
}
th.hidden-sm.hidden-md,
td.hidden-sm.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-sm.hidden-lg {
display: none !important;
}
tr.hidden-sm.hidden-lg {
display: none !important;
}
th.hidden-sm.hidden-lg,
td.hidden-sm.hidden-lg {
display: none !important;
}
}
.hidden-md {
display: block !important;
}
tr.hidden-md {
display: table-row !important;
}
th.hidden-md,
td.hidden-md {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-md.hidden-xs {
display: none !important;
}
tr.hidden-md.hidden-xs {
display: none !important;
}
th.hidden-md.hidden-xs,
td.hidden-md.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-md.hidden-sm {
display: none !important;
}
tr.hidden-md.hidden-sm {
display: none !important;
}
th.hidden-md.hidden-sm,
td.hidden-md.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
tr.hidden-md {
display: none !important;
}
th.hidden-md,
td.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-md.hidden-lg {
display: none !important;
}
tr.hidden-md.hidden-lg {
display: none !important;
}
th.hidden-md.hidden-lg,
td.hidden-md.hidden-lg {
display: none !important;
}
}
.hidden-lg {
display: block !important;
}
tr.hidden-lg {
display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-lg.hidden-xs {
display: none !important;
}
tr.hidden-lg.hidden-xs {
display: none !important;
}
th.hidden-lg.hidden-xs,
td.hidden-lg.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-lg.hidden-sm {
display: none !important;
}
tr.hidden-lg.hidden-sm {
display: none !important;
}
th.hidden-lg.hidden-sm,
td.hidden-lg.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-lg.hidden-md {
display: none !important;
}
tr.hidden-lg.hidden-md {
display: none !important;
}
th.hidden-lg.hidden-md,
td.hidden-lg.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
tr.hidden-lg {
display: none !important;
}
th.hidden-lg,
td.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
tr.visible-print {
display: none !important;
}
th.visible-print,
td.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
.hidden-print {
display: none !important;
}
tr.hidden-print {
display: none !important;
}
th.hidden-print,
td.hidden-print {
display: none !important;
}
} |
contest/templates/contest/fletter/evc_protect.html | wdamon/tenants_talk | {% extends 'contest/base.html' %}
{% block content %}
<div class="row">
<div class="col-md-12 col-sm-6 col-xs-12">
<div id="step1">
<h1> <b>Worried About an Eviction? Know Your Rights!</b> </h1>
<p class="lead">
If you are concerned that your landlord may try to evict you please read the following carefully and take steps to protect yourself.
</p>
<div class="well">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Evidence and Witnesses Are Your Best Defense</h3>
</div>
<div class="panel-body">
<p><b>1. Keep all of your communications with your landlord in writing and keep copies of everything</b></p>
<p><b>2. Whenever possible have a reliable witness present when you communicate with your landlord</b></p>
<p><b>3. Ask for and retain rent receipts after you pay rent </b></p>
<p><b>4. Talk to your neighbors and see if they have similar concerns, if they do support each other!</b></p>
</div>
</div>
</div>
<div class="well">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Never Withhold Rent</h3>
</div>
<div class="panel-body">
<p><b>1. The easiest way to get evicted is to be late with your rent.</b></p>
<p><b>2. No matter how frusturating things get, NEVER withhold your rent.</b></p>
<p><b>3. If you need repairs done on your building use this website to start asserting your rights as tenants</b></p>
<p><b>4. Talk to your neighbors and see if they have similar concerns, if they do <U>support each other!</u></b></p>
</div>
</div>
</div>
<div class="well">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Get Organized and Fight Back</h3>
</div>
<div class="panel-body">
<p><b>1. Talk to your neighbors and start a tenants organization</b></p>
<p><b>2. Use this website to share your experience</b></p>
<p><b>3. Join a neighborhood renter's union and get involved in local politics</b></p>
<p><b>4. Urge your politicians to protect renter's rights and reform the RTA</b></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{% endblock %}
|
bfd7b24/html/structv8_1_1experimental_1_1FastAccessorBuilder_1_1LabelId-members.html | v8-dox/v8-dox.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v6.2.1 - v6.2.2: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v6.2.1 - v6.2.2
</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="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><b>experimental</b></li><li class="navelem"><a class="el" href="classv8_1_1experimental_1_1FastAccessorBuilder.html">FastAccessorBuilder</a></li><li class="navelem"><a class="el" href="structv8_1_1experimental_1_1FastAccessorBuilder_1_1LabelId.html">LabelId</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::experimental::FastAccessorBuilder::LabelId Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="structv8_1_1experimental_1_1FastAccessorBuilder_1_1LabelId.html">v8::experimental::FastAccessorBuilder::LabelId</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>label_id</b> (defined in <a class="el" href="structv8_1_1experimental_1_1FastAccessorBuilder_1_1LabelId.html">v8::experimental::FastAccessorBuilder::LabelId</a>)</td><td class="entry"><a class="el" href="structv8_1_1experimental_1_1FastAccessorBuilder_1_1LabelId.html">v8::experimental::FastAccessorBuilder::LabelId</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|
1e7769d/html/classv8_1_1_integer.html | v8-dox/v8-dox.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v0.4.9: v8::Integer Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v0.4.9
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_integer.html">Integer</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="classv8_1_1_integer-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::Integer Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for v8::Integer:</div>
<div class="dyncontent">
<div class="center">
<img src="classv8_1_1_integer.png" usemap="#v8::Integer_map" alt=""/>
<map id="v8::Integer_map" name="v8::Integer_map">
<area href="classv8_1_1_number.html" alt="v8::Number" shape="rect" coords="45,168,125,192"/>
<area href="classv8_1_1_primitive.html" alt="v8::Primitive" shape="rect" coords="45,112,125,136"/>
<area href="classv8_1_1_value.html" alt="v8::Value" shape="rect" coords="45,56,125,80"/>
<area href="classv8_1_1_data.html" alt="v8::Data" shape="rect" coords="45,0,125,24"/>
<area href="classv8_1_1_int32.html" alt="v8::Int32" shape="rect" coords="0,280,80,304"/>
<area href="classv8_1_1_uint32.html" alt="v8::Uint32" shape="rect" coords="90,280,170,304"/>
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ab37942d41df96bf2cd7bb27ba79c4349"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab37942d41df96bf2cd7bb27ba79c4349"></a>
V8EXPORT int64_t </td><td class="memItemRight" valign="bottom"><b>Value</b> () const </td></tr>
<tr class="separator:ab37942d41df96bf2cd7bb27ba79c4349"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classv8_1_1_number"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1_number')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1_number.html">v8::Number</a></td></tr>
<tr class="memitem:a98717c8d0e7731e2ba57d2ccfbe62697 inherit pub_methods_classv8_1_1_number"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a98717c8d0e7731e2ba57d2ccfbe62697"></a>
V8EXPORT double </td><td class="memItemRight" valign="bottom"><b>Value</b> () const </td></tr>
<tr class="separator:a98717c8d0e7731e2ba57d2ccfbe62697 inherit pub_methods_classv8_1_1_number"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classv8_1_1_value"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1_value')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1_value.html">v8::Value</a></td></tr>
<tr class="memitem:adeeae3576aecadc4176f94a415a70a90 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#adeeae3576aecadc4176f94a415a70a90">IsUndefined</a> () const </td></tr>
<tr class="separator:adeeae3576aecadc4176f94a415a70a90 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0757712320a9bcfe5fc0a099524d986f inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a0757712320a9bcfe5fc0a099524d986f">IsNull</a> () const </td></tr>
<tr class="separator:a0757712320a9bcfe5fc0a099524d986f inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae93277798682f4be9adc204a16c40591 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#ae93277798682f4be9adc204a16c40591">IsTrue</a> () const </td></tr>
<tr class="separator:ae93277798682f4be9adc204a16c40591 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a265c208159ff3163ecda1e9f71b99115 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a265c208159ff3163ecda1e9f71b99115">IsFalse</a> () const </td></tr>
<tr class="separator:a265c208159ff3163ecda1e9f71b99115 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab23a34b7df62806808e01b0908bf5f00 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a> () const </td></tr>
<tr class="separator:ab23a34b7df62806808e01b0908bf5f00 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a33f329c93a9f417e2d05b438e6e5429c inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a33f329c93a9f417e2d05b438e6e5429c">IsFunction</a> () const </td></tr>
<tr class="separator:a33f329c93a9f417e2d05b438e6e5429c inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a95c39ad189c09630dd90ee5c1a7e89a1 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a95c39ad189c09630dd90ee5c1a7e89a1">IsArray</a> () const </td></tr>
<tr class="separator:a95c39ad189c09630dd90ee5c1a7e89a1 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a360f1fe4a8ee74382f571a12eb14a222 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a360f1fe4a8ee74382f571a12eb14a222">IsObject</a> () const </td></tr>
<tr class="separator:a360f1fe4a8ee74382f571a12eb14a222 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6baff625780eac51413f2392250e81be inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a6baff625780eac51413f2392250e81be">IsBoolean</a> () const </td></tr>
<tr class="separator:a6baff625780eac51413f2392250e81be inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a32003b217768f535a4728bbd16ebd7d5 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a32003b217768f535a4728bbd16ebd7d5">IsNumber</a> () const </td></tr>
<tr class="separator:a32003b217768f535a4728bbd16ebd7d5 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7aed90ede9bf48b10f18cdb97d50fd1e inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a7aed90ede9bf48b10f18cdb97d50fd1e">IsExternal</a> () const </td></tr>
<tr class="separator:a7aed90ede9bf48b10f18cdb97d50fd1e inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a70d4afaccc7903e6a01f40a46ad04188 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a70d4afaccc7903e6a01f40a46ad04188">IsInt32</a> () const </td></tr>
<tr class="separator:a70d4afaccc7903e6a01f40a46ad04188 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2674a47b2550eb456a7ecfaf09d2f97e inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a2674a47b2550eb456a7ecfaf09d2f97e">IsUint32</a> () const </td></tr>
<tr class="separator:a2674a47b2550eb456a7ecfaf09d2f97e inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abcdd87539238a68f8337bae7d0a9c1ac inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#abcdd87539238a68f8337bae7d0a9c1ac">IsDate</a> () const </td></tr>
<tr class="separator:abcdd87539238a68f8337bae7d0a9c1ac inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem: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:ab715913de664ee8934282de7b3ce4896"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab715913de664ee8934282de7b3ce4896"></a>
static V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_integer.html">Integer</a> > </td><td class="memItemRight" valign="bottom"><b>New</b> (int32_t value)</td></tr>
<tr class="separator:ab715913de664ee8934282de7b3ce4896"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5303f8909cf43e495c9524c923d5ffbe"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5303f8909cf43e495c9524c923d5ffbe"></a>
static V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_integer.html">Integer</a> > </td><td class="memItemRight" valign="bottom"><b>NewFromUnsigned</b> (uint32_t value)</td></tr>
<tr class="separator:a5303f8909cf43e495c9524c923d5ffbe"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a886f73d3d8bb91f8235f66d8dccec12a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a886f73d3d8bb91f8235f66d8dccec12a"></a>
static <a class="el" href="classv8_1_1_integer.html">Integer</a> * </td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1_value.html">v8::Value</a> *obj)</td></tr>
<tr class="separator:a886f73d3d8bb91f8235f66d8dccec12a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_static_methods_classv8_1_1_number"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1_number')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="classv8_1_1_number.html">v8::Number</a></td></tr>
<tr class="memitem:a527a9e071536ca2cf57ce2eabea0bf36 inherit pub_static_methods_classv8_1_1_number"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a527a9e071536ca2cf57ce2eabea0bf36"></a>
static V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_number.html">Number</a> > </td><td class="memItemRight" valign="bottom"><b>New</b> (double value)</td></tr>
<tr class="separator:a527a9e071536ca2cf57ce2eabea0bf36 inherit pub_static_methods_classv8_1_1_number"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a053d48e0003104308963a4a7e3881912 inherit pub_static_methods_classv8_1_1_number"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a053d48e0003104308963a4a7e3881912"></a>
static <a class="el" href="classv8_1_1_number.html">Number</a> * </td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1_value.html">v8::Value</a> *obj)</td></tr>
<tr class="separator:a053d48e0003104308963a4a7e3881912 inherit pub_static_methods_classv8_1_1_number"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>A JavaScript value representing a signed integer. </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:47:11 for V8 API Reference Guide for node.js v0.4.9 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|
website/template/service/websocket.html | Zizzamia/ng-tasty | <%= include ../title-inside.html %>
<div class="page-header">
<h2>WebSocket<small>
(<a target="_blank" href="https://github.com/Zizzamia/ng-tasty/blob/master/src/service/web-socket.js">ngTasty.service.webSocket</a>)
</small></h2>
</div>
<div class="row">
<div class="col-md-12 docs-head">
<p>An Angular Service for instantiating WebSockets using Web Workers.</p>
<div ng-if="error" class="alert alert-danger" role="alert">
<strong>{{ error.title }}</strong> {{ error.msg }}
</div>
<div class="btn-group btn-group-justified">
<div class="btn-group">
<button type="button" class="btn btn-default" ng-class="{'btn-info': showEcho}"
ng-click="open('echo')">Echo WebSocket Server</button>
</div>
<div ng-if="!error" class="btn-group">
<button type="button" class="btn btn-default" ng-class="{'btn-info': showTwitterStreams}"
ng-click="open('twitter-streams')">Realtime Twitter Stream</button>
</div>
</div>
<div class="docs-body row" ng-show="showEcho">
<div class="col-md-6">
<form ng-submit="echo()">
<label>WebSocket #1 (Echo Server):
<input type="text" ng-model="echoText" class="form-control input-sm">
</label>
<input placeholder="Type any message" type="submit"
value="Echo" class="btn btn-primary btn-sm">
</form>
</div>
<div class="col-md-6">
<h3 ng-show="echoes.length">Server response: </h3>
<ul class="list-group">
<li class="list-group-item"
ng-repeat="message in echoes track by $index" ng-bind="message"></li>
</ul>
</div>
<div class="col-xs-12">
<tabset class="code">
<tab heading="Markup">
<div>
<pre ng-non-bindable><code data-language="html"><div class="col-md-6">
<form ng-submit="echo()">
<label>WebSocket #1 (Echo Server):
<input type="text" ng-model="echoText" class="form-control input-sm">
</label>
<input placeholder="Type any message" type="submit"
value="Echo" class="btn btn-primary btn-sm">
</form>
</div>
<div class="col-md-6">
<h3 ng-show="echoes.length">Server response: </h3>
<ul class="list-group">
<li class="list-group-item"
ng-repeat="message in echoes track by $index" ng-bind="message">/li>
</ul>
</div></code></pre>
</div>
</tab>
<tab heading="JavaScript">
<div>
<pre ng-non-bindable><code data-language="javascript">.controller('WebSocketCtrl', function($scope, webSocket) {
var echoWs = new webSocket('ws://echo.websocket.org');
$scope.echoes = [];
echoWs.on('all', function(msg) {
$scope.$evalAsync(function() {
$scope.echoes.push(msg);
$scope.echoText = '';
});
});
$scope.echo = function() {
echoWs.send($scope.echoText);
};
})</code></pre>
</div>
</tab>
</tabset>
</div>
</div>
<div class="docs-body row" ng-show="showTwitterStreams && !error">
<div class="col-sm-4">
<label>WebSocket #2 (Realtime Twitter Stream):
<input placeholder="Search any text"
class="form-control input-sm" type="text" ng-model="tag">
</label>
<button class="btn btn-primary btn-sm"
ng-click="tagFilter()">Filter</button>
<button class="btn btn-primary btn-sm"
ng-click="stopFilter()">Stop</button>
<div ng-if="currentTag">
<hr />
<strong>Results: </strong>
<ul class="list-group">
<li class="list-group-item"
ng-repeat="(tag, counter) in counters | orderBy:counter">
<span ng-bind="tag"></span>
<span class="badge" ng-bind="counter"></span>
</li>
</ul>
</div>
</div>
<div class="col-sm-8">
<div class="timeline">
<ul>
<li class="tweet bounceInDown" ng-repeat="tweet in tweets">
<div class="tweet-container">
<p>
<img ng-src="{{tweet.picture}}" />
<span class="user">
<strong class="username">{{ tweet.username }}</strong>
<br />
<em class="nickname">@{{ tweet.screen_name }}</em>
</span>
</p>
<p class="text" ng-bind="tweet.text"></p>
<p class="date" ng-bind="tweet.created_at | date: 'h:m a - d MMM yyyy'"></p>
<div ng-show="tweet.extended_entities.media.length">
<img class="media" ng-src="{{ tweet.extended_entities.media[0].media_url }}"
ng-show="tweet.extended_entities.media[0].type == 'photo'" />
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div> |
_pages/404.html | joekroese/joekroese.github.io | ---
title: '404'
layout: default
permalink: "/404.html"
---
<div style="text-align: center;">
<p>Wow, you <i>are</i> a curious little thing aren't you?</p>
<p>Keep taking the road less travelled.</p>
<p>But just this time, let me take you <a href="/">home</a>.</p>
</p>
</div> |
app/styles/main.css | soundstep/magic-xylophone | body {
background: #FBFBF8;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
padding: 0;
margin: 0;
color: #333;
}
.black-background {
background-color: #000;
-webkit-transition: background-color 200ms ease 600ms;
-moz-transition: background-color 200ms ease 600ms;
-o-transition: background-color 200ms ease 600ms;
-ms-transition: background-color 200ms ease 600ms;
transition: background-color 200ms ease 600ms;
}
video {
display: none;
}
#container {
}
#content {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index:0;
}
.loading {
display: none;
position: absolute;
font-size: 20px;
text-align: center;
width: 200px;
left: 50%;
margin-left: -100px;
top: 50%;
margin-top: -40px;
}
.browsers,
.introduction {
display: none;
position: absolute;
width: 100%;
text-align: center;
font-size: 20px;
top: 50%;
margin-top: -27px;
}
.browsers p,
.introduction p {
margin: 0 0 0.1em 0;
padding: 0;
}
.browsers a {
color: #333;
}
#header {
position: absolute;
height: 55px;
top: 0;
left: 0;
right: 0;
background: url("../images/header-background.png") repeat-x;
overflow: hidden;
z-index:2;
color: #aaa;
font-size: 20px;
}
.browsersWithVideo,
.instructions,
.allow {
display: none;
line-height: 55px;
margin-left: 20px;
}
.browsersWithVideo {
font-size: 15px;
}
.browsersWithVideo a {
color: #AAA;
}
.backFromVideo {
display: none;
position: absolute;
width: 100%;
bottom: 64px;
text-align: center;
font-size: 14px;
}
.backFromVideo a {
color: #333;
}
#footer {
position: absolute;
height: 55px;
bottom: 0;
left: 0;
right: 0;
background: url("../images/footer-background.png") repeat-x;
overflow: hidden;
z-index:1;
}
#footer a {
color: #aaa;
text-decoration: underline;
}
#footer a:hover {
color: #ccd56d;
text-decoration: underline;
}
.magic {
float: left;
padding-left: 20px;
font-size: 20px;
color: #AAA;
line-height: 55px;
}
.stinkdigital {
float: right;
padding-right: 20px;
}
.soundstep {
float: right;
padding-right: 10px;
}
#video-demo {
display: none;
position: absolute;
left: 50%;
top: 50%;
margin-left: -320px;
margin-top: -240px;
}
#canvas-source {
display: none;
position: absolute;
left: 0;
top: 0;
width: 100%;
}
#canvas-blended {
display: none;
position: absolute;
bottom: 0px;
right: 0;
width: 30%;
}
.motion-cam {
font-family: 'Open Sans', sans-serif;
display:none;
position: absolute;
bottom: 0;
right: 0;
font-size: 16px;
color: #7C7C7C;
bottom: 24%;
right: 0;
width: 28%;
white-space: nowrap;
}
#xylo {
display:none;
position: absolute;
left: 0;
top: 0;
overflow: hidden;
}
#xylo,
#back,
.note {
width: 100%;
height: 0;
padding-bottom: 15.8%;
}
#xylo #back {
position: absolute;
top: 0;
left: .5%;
z-index:0;
background: url('../images/xyloFull.png') no-repeat top left;
background-size: 100%;
}
#xylo #front {
position: absolute;
top: 0px;
left: 0px;
z-index:1;
width: 640px;
margin: 0px;
padding: 0px;
}
#xylo #back img, #xylo #front img {
margin: 0px;
padding: 0px;
}
#xylo #front img {
position: absolute;
display: none;
}
.note {
width: 12.5%;
float: left;
background: url('../images/xyloFull.png') no-repeat bottom left;
position: relative;
z-index: 10;
background-size: 800%;
opacity: 0;
}
#note0 { background-position-x: -0.5%; }
#note1 { background-position-x: 14%; }
#note2 { background-position-x: 28.2%; }
#note3 { background-position-x: 42.6%; }
#note4 { background-position-x: 56.8%; }
#note5 { background-position-x: 71.2%; }
#note6 { background-position-x: 85.2%; }
#note7 { background-position-x: 100%; } |
clean/Linux-x86_64-4.04.2-2.0.5/released/8.8.0/plouffe/1.2.1.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>plouffe: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.0 / plouffe - 1.2.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
plouffe
<small>
1.2.1
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-24 18:15:59 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 18:15:59 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.8.0 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Laurent.Thery@inria.fr"
homepage: "https://github.com/thery/Plouffe"
bug-reports: "https://github.com/thery/Plouffe/issues"
license: "MIT"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.5"}
"coq-mathcomp-ssreflect"
"coq-coquelicot" {>= "2.1.0" & < "3.~"}
]
tags: [
"logpath:Plouffe"
]
synopsis: "A Coq formalization of Plouffe formula"
authors: "Laurent Thery"
url {
src:
"https://github.com/thery/Plouffe/archive/Submitted_article_version_nob.zip"
checksum: "md5=ff44f9f14fa6ebbe28b7d8c92f8a57a9"
}
</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-plouffe.1.2.1 coq.8.8.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.8.0).
The following dependencies couldn't be met:
- coq-plouffe -> coq-coquelicot < 3.~ -> coq-ssreflect -> coq < 8.5~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
- coq-plouffe -> coq-coquelicot < 3.~ -> coq < 8.7~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-plouffe.1.2.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
demo/nvd3-line-with-focus.html | saeidzebardast/nvd3-elements | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<title>nvd3-line-with-focus Demo</title>
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../nvd3-line-with-focus.html">
</head>
<body unresolved>
<h1>Examples of
<code><nvd3-line-with-focus></code>:</h1>
<h2>Simple chart</h2>
<nvd3-line-with-focus id="chart-1" height="250" brush-extent='[35,50]' show-legend use-interactive-guideline auto-resize no-data="No Data Available!">
</nvd3-line-with-focus>
<h2>Chart with custom X Axis labels</h2>
<nvd3-line-with-focus id="chart-2" height="250" brush-extent='[1,2]' show-legend use-interactive-guideline auto-resize no-data="No Data Available!">
</nvd3-line-with-focus>
<script>
var el = document.querySelector('#chart-1');
el.data = [{
"values": [{
"x": 0,
"y": 0
}, {
"x": 1,
"y": 0.09983341664682815
}, {
"x": 2,
"y": 0.19866933079506122
}, {
"x": 3,
"y": 0.29552020666133955
}, {
"x": 4,
"y": 0.3894183423086505
}, {
"x": 5,
"y": 0.479425538604203
}, {
"x": 6,
"y": 0.5646424733950354
}, {
"x": 7,
"y": 0.644217687237691
}, {
"x": 8,
"y": 0.7173560908995229
}, {
"x": 9,
"y": 0.7833269096274834
}, {
"x": 10,
"y": 0.8414709848078965
}, {
"x": 11,
"y": 0.8912073600614354
}, {
"x": 12,
"y": 0.9320390859672263
}, {
"x": 13,
"y": 0.963558185417193
}, {
"x": 14,
"y": 0.9854497299884601
}, {
"x": 15,
"y": 0.9974949866040544
}, {
"x": 16,
"y": 0.9995736030415051
}, {
"x": 17,
"y": 0.9916648104524686
}, {
"x": 18,
"y": 0.9738476308781951
}, {
"x": 19,
"y": 0.9463000876874145
}, {
"x": 20,
"y": 0.9092974268256817
}, {
"x": 21,
"y": 0.8632093666488737
}, {
"x": 22,
"y": 0.8084964038195901
}, {
"x": 23,
"y": 0.7457052121767203
}, {
"x": 24,
"y": 0.675463180551151
}, {
"x": 25,
"y": 0.5984721441039564
}, {
"x": 26,
"y": 0.5155013718214642
}, {
"x": 27,
"y": 0.4273798802338298
}, {
"x": 28,
"y": 0.3349881501559051
}, {
"x": 29,
"y": 0.23924932921398243
}, {
"x": 30,
"y": 0.1411200080598672
}, {
"x": 31,
"y": 0.04158066243329049
}, {
"x": 32,
"y": -0.058374143427580086
}, {
"x": 33,
"y": -0.1577456941432482
}, {
"x": 34,
"y": -0.2555411020268312
}, {
"x": 35,
"y": -0.35078322768961984
}, {
"x": 36,
"y": -0.44252044329485246
}, {
"x": 37,
"y": -0.5298361409084934
}, {
"x": 38,
"y": -0.6118578909427189
}, {
"x": 39,
"y": -0.6877661591839738
}, {
"x": 40,
"y": -0.7568024953079282
}, {
"x": 41,
"y": -0.8182771110644103
}, {
"x": 42,
"y": -0.8715757724135882
}, {
"x": 43,
"y": -0.9161659367494549
}, {
"x": 44,
"y": -0.9516020738895161
}, {
"x": 45,
"y": -0.977530117665097
}, {
"x": 46,
"y": -0.9936910036334644
}, {
"x": 47,
"y": -0.9999232575641008
}, {
"x": 48,
"y": -0.9961646088358407
}, {
"x": 49,
"y": -0.9824526126243325
}, {
"x": 50,
"y": -0.9589242746631385
}, {
"x": 51,
"y": -0.9258146823277325
}, {
"x": 52,
"y": -0.8834546557201531
}, {
"x": 53,
"y": -0.8322674422239013
}, {
"x": 54,
"y": -0.7727644875559871
}, {
"x": 55,
"y": -0.7055403255703919
}, {
"x": 56,
"y": -0.6312666378723216
}, {
"x": 57,
"y": -0.5506855425976376
}, {
"x": 58,
"y": -0.46460217941375737
}, {
"x": 59,
"y": -0.373876664830236
}, {
"x": 60,
"y": -0.27941549819892586
}, {
"x": 61,
"y": -0.18216250427209588
}, {
"x": 62,
"y": -0.0830894028174964
}, {
"x": 63,
"y": 0.016813900484349713
}, {
"x": 64,
"y": 0.11654920485049364
}, {
"x": 65,
"y": 0.21511998808781552
}, {
"x": 66,
"y": 0.31154136351337786
}, {
"x": 67,
"y": 0.4048499206165983
}, {
"x": 68,
"y": 0.49411335113860816
}, {
"x": 69,
"y": 0.5784397643882002
}, {
"x": 70,
"y": 0.6569865987187891
}, {
"x": 71,
"y": 0.7289690401258759
}, {
"x": 72,
"y": 0.7936678638491532
}, {
"x": 73,
"y": 0.8504366206285645
}, {
"x": 74,
"y": 0.8987080958116269
}, {
"x": 75,
"y": 0.9379999767747389
}, {
"x": 76,
"y": 0.9679196720314863
}, {
"x": 77,
"y": 0.9881682338770004
}, {
"x": 78,
"y": 0.998543345374605
}, {
"x": 79,
"y": 0.998941341839772
}, {
"x": 80,
"y": 0.9893582466233818
}, {
"x": 81,
"y": 0.9698898108450863
}, {
"x": 82,
"y": 0.9407305566797731
}, {
"x": 83,
"y": 0.9021718337562934
}, {
"x": 84,
"y": 0.8545989080882805
}, {
"x": 85,
"y": 0.7984871126234903
}, {
"x": 86,
"y": 0.7343970978741134
}, {
"x": 87,
"y": 0.6629692300821833
}, {
"x": 88,
"y": 0.5849171928917617
}, {
"x": 89,
"y": 0.5010208564578846
}, {
"x": 90,
"y": 0.4121184852417566
}, {
"x": 91,
"y": 0.3190983623493521
}, {
"x": 92,
"y": 0.22288991410024764
}, {
"x": 93,
"y": 0.1244544235070617
}, {
"x": 94,
"y": 0.024775425453357765
}, {
"x": 95,
"y": -0.0751511204618093
}, {
"x": 96,
"y": -0.17432678122297965
}, {
"x": 97,
"y": -0.27176062641094245
}, {
"x": 98,
"y": -0.3664791292519284
}, {
"x": 99,
"y": -0.4575358937753214
}],
"key": "Sine Wave",
"color": "#ff7f0e"
}, {
"values": [{
"x": 0,
"y": 0.5
}, {
"x": 1,
"y": 0.49750208263901285
}, {
"x": 2,
"y": 0.4900332889206208
}, {
"x": 3,
"y": 0.477668244562803
}, {
"x": 4,
"y": 0.46053049700144255
}, {
"x": 5,
"y": 0.4387912809451864
}, {
"x": 6,
"y": 0.41266780745483916
}, {
"x": 7,
"y": 0.38242109364224425
}, {
"x": 8,
"y": 0.3483533546735827
}, {
"x": 9,
"y": 0.3108049841353322
}, {
"x": 10,
"y": 0.2701511529340699
}, {
"x": 11,
"y": 0.22679806071278866
}, {
"x": 12,
"y": 0.1811788772383368
}, {
"x": 13,
"y": 0.13374941431229367
}, {
"x": 14,
"y": 0.08498357145012052
}, {
"x": 15,
"y": 0.03536860083385145
}, {
"x": 16,
"y": -0.014599761150644408
}, {
"x": 17,
"y": -0.06442224714776232
}, {
"x": 18,
"y": -0.11360104734654355
}, {
"x": 19,
"y": -0.16164478343175168
}, {
"x": 20,
"y": -0.2080734182735712
}, {
"x": 21,
"y": -0.2524230522999288
}, {
"x": 22,
"y": -0.2942505586276729
}, {
"x": 23,
"y": -0.333138010639912
}, {
"x": 24,
"y": -0.3686968577706227
}, {
"x": 25,
"y": -0.40057180777346685
}, {
"x": 26,
"y": -0.42844437668447366
}, {
"x": 27,
"y": -0.4520360710085306
}, {
"x": 28,
"y": -0.47111117033432903
}, {
"x": 29,
"y": -0.4854790825747953
}, {
"x": 30,
"y": -0.4949962483002227
}, {
"x": 31,
"y": -0.49956757513663974
}, {
"x": 32,
"y": -0.49914738789737656
}, {
"x": 33,
"y": -0.49373988495443244
}, {
"x": 34,
"y": -0.48339909628973055
}, {
"x": 35,
"y": -0.46822834364539817
}, {
"x": 36,
"y": -0.4483792081670735
}, {
"x": 37,
"y": -0.424050015855204
}, {
"x": 38,
"y": -0.3954838559572084
}, {
"x": 39,
"y": -0.3629661521000701
}, {
"x": 40,
"y": -0.32682181043180597
}, {
"x": 41,
"y": -0.2874119732666346
}, {
"x": 42,
"y": -0.2451304106703497
}, {
"x": 43,
"y": -0.20039958603998773
}, {
"x": 44,
"y": -0.15366643498920968
}, {
"x": 45,
"y": -0.10539789971538985
}, {
"x": 46,
"y": -0.056076263467527435
}, {
"x": 47,
"y": -0.00619433173144528
}, {
"x": 48,
"y": 0.0437494917197232
}, {
"x": 49,
"y": 0.09325618471128788
}, {
"x": 50,
"y": 0.14183109273161312
}, {
"x": 51,
"y": 0.18898887135649012
}, {
"x": 52,
"y": 0.23425833565018855
}, {
"x": 53,
"y": 0.2771871680895804
}, {
"x": 54,
"y": 0.31734643797131734
}, {
"x": 55,
"y": 0.35433488714563
}, {
"x": 56,
"y": 0.38778293925512475
}, {
"x": 57,
"y": 0.4173563924195799
}, {
"x": 58,
"y": 0.44275975847065946
}, {
"x": 59,
"y": 0.46373921537201795
}, {
"x": 60,
"y": 0.48008514332518304
}, {
"x": 61,
"y": 0.49163421922129225
}, {
"x": 62,
"y": 0.49827104851160875
}, {
"x": 63,
"y": 0.49992931819170755
}, {
"x": 64,
"y": 0.4965924593790963
}, {
"x": 65,
"y": 0.48829381286401174
}, {
"x": 66,
"y": 0.4751162959792648
}, {
"x": 67,
"y": 0.4571915741176597
}, {
"x": 68,
"y": 0.43469874517491264
}, {
"x": 69,
"y": 0.4078625500626784
}, {
"x": 70,
"y": 0.3769511271716523
}, {
"x": 71,
"y": 0.3422733332214033
}, {
"x": 72,
"y": 0.3041756572661273
}, {
"x": 73,
"y": 0.26303875869055265
}, {
"x": 74,
"y": 0.21927366378719518
}, {
"x": 75,
"y": 0.1733176589175129
}, {
"x": 76,
"y": 0.12562992129112785
}, {
"x": 77,
"y": 0.07668693101893218
}, {
"x": 78,
"y": 0.026977710281324875
}, {
"x": 79,
"y": -0.023001062819768475
}, {
"x": 80,
"y": -0.07275001690430677
}, {
"x": 81,
"y": -0.12177207686789555
}, {
"x": 82,
"y": -0.16957743049191726
}, {
"x": 83,
"y": -0.21568842248531042
}, {
"x": 84,
"y": -0.2596443270583428
}, {
"x": 85,
"y": -0.3010059513424118
}, {
"x": 86,
"y": -0.3393600236600062
}, {
"x": 87,
"y": -0.37432332279869934
}, {
"x": 88,
"y": -0.405546507030828
}, {
"x": 89,
"y": -0.43271760462055614
}, {
"x": 90,
"y": -0.4555651309423385
}, {
"x": 91,
"y": -0.47386080106555595
}, {
"x": 92,
"y": -0.4874218107020818
}, {
"x": 93,
"y": -0.4961126627263017
}, {
"x": 94,
"y": -0.49984652101760324
}, {
"x": 95,
"y": -0.4985860780981892
}, {
"x": 96,
"y": -0.4923439278970635
}, {
"x": 97,
"y": -0.4811824399156551
}, {
"x": 98,
"y": -0.46521313605237663
}, {
"x": 99,
"y": -0.44459557631268043
}],
"key": "Cosine Wave",
"color": "#2ca02c"
}];
el = document.querySelector('#chart-2');
el.data = [{
"values": [{
"x": 0,
"y": 0
}, {
"x": 1,
"y": 3
}, {
"x": 2,
"y": 2
}, {
"x": 3,
"y": 5
}],
"key": "Line 1",
"color": "#ff7f0e"
}, {
"values": [{
"x": 0,
"y": 1
}, {
"x": 1,
"y": 4
}, {
"x": 2,
"y": 2
}, {
"x": 3,
"y": 3
}],
"key": "Line 2",
"color": "#2ca02c"
}];
el.xAxisLabels = {
"0": "Label 0",
"0.5": "Label 0.5",
"1": "Label 1",
"1.5": "Label 1.5",
"2": "Label 2",
"2.5": "Label 2.5",
"3": "Label 3",
"3.5": "Label 3.5",
"4": "Label 4"
}
</script>
</body>
</html> |
src/app/components/comp-3737/comp-3737.component.html | angular/angular-cli-stress-test | <p>
comp-3737 works!
</p>
|
vfront/sty/sottomaschera.css | rockborg/wellness_server | /* $Id: sottomaschera.css 1021 2012-09-20 12:34:07Z marciuz $ */
body{
/*background: url(../img/logo_small.png) no-repeat !important;*/
}
h1{
}
.table-submask{
/*border: 1px solid #999;*/
border-collapse:collapse;
}
.table-submask tr td{
padding:2px;
border: 1px solid #999;
border-collapse:collapse;
}
.table-submask tr th{
padding:2px;
text-align:left;
border: 1px solid #999;
border-collapse:collapse;
background-color:#FC0;
}
.table-submask tr th.sm-update,
.table-submask tr th.sm-delete{
background-color:#FFF;
font-weight: normal;
padding-left:2px;
padding-right:2px;
}
.table-submask tr th.nocolor{
border-left-color: #FFF;
border-top-color: #FFF;
background-color:#FFF;
}
.table-submask tr th.nocolor-r{
border-left-color: #FFF;
border-top-color: #FFF;
border-right-color: #FFF;
background-color:#FFF;
}
.table-submask tr td input,
.table-submask tr td select{
background-color:#FFF;
font-size:0.9em;
border:0;
}
.table-submask tr.riga-modifica td input,
.table-submask tr.riga-modifica td select {
background-color:#FFFFE0;
border-color:#FFFFE0;
}
.table-submask tr.riga-modifica td{
background-color:#FFFFE0;
}
.table-submask tr.riga-annulla td input,
.table-submask tr.riga-annulla td select{
background-color:#FFF;
border-color:#FFF;
}
.table-submask tr.riga-annulla td{
background-color:#FFF;
}
#pulsanti-azioni{
margin-bottom:20px;
padding-top:13px;
}
#pulsanti-azioni input{
font-weight:bold;
font-family:Arial;
}
.etichetta-record{
border:1px solid #666;
background-color: #EEE;
padding:20px;
color:#800;
font-size:1.1em;
font-weight:bold;
margin-bottom:15px;
width:70%;
}
select {
border:0;
border-color:#F00;
}
/* IMPOSTAZIONI FEEDBACK */
#feedback{
position: relative;
z-index:0;
width:400px;
top:0px;
margin:auto;
text-align:center;
font-weight:bold;
}
.risposta-giallo{
padding:3px;
background-color: #FFD71F;
}
.risposta-arancio{
padding:3px;
background-color: #FF981F;
}
.risposta-rosso{
padding:3px;
background-color: #FF1F1F;
}
.risposta-verdino{
padding:3px;
background-color: #ACFFAD;
}
/*-----------------------------------------*/
/* IMPOSTAZIONI DIV */
td.label{
text-align:right;
margin-rigth:8px;
}
div.entry-record, div.divs-modifica{
margin: 16px 0 16px 0;
padding: 0 0 4px 0;
border-bottom: 1px solid #000;
}
div.entry-record select,
div.entry-record input,
div.entry-record textarea
{
background-color:#EEE;
border: 1px solid #666;
padding:1px;
}
.ty-short, .ty-long
{
width: 420px;
}
div.entry-record select, .divs-modifica select {
font-size:0.7em;
}
.divs-modifica input,
.divs-modifica select,
.divs-modifica textarea {
background-color:#FFFFE0;
border: 1px solid #666;
padding:1px;
}
td.numerone{
font-size:5em;
color:#EEE;
padding:3px;
vertical-aling:middle;
}
.tab-format{
margin-top:6px;
}
/* campo onlyread */
.onlyread-field-sub{
border:1px dotted #666;
overflow:hidden;
width:201px;
padding:1px;
font-size:0.9em;
margin: 0 0 1em 0;
margin-top:-9px;
}
#identita {
display:none;
}
|
templates/default_site/embeds.group/issue-list.html | MikaCaldera/AListApart |
{exp:channel:entries channel="issues" limit="10" status="open" dynamic="off" show_future_entries="no" offset="{embed:offset}"}
{if no_results}
{redirect="404"}
{/if}
<h2 class="alternate">Issue № {issue_number}</h2>
<ul class="entry-list">
{exp:playa:children field="issue_articles"}
<li>
<h3 class="entry-title"><a href="/article/{url_title}">{title}</a></h3>
<p class="meta">
by {embed="embeds/article-authors" entry_author="{author}" entry_username="{username}" entry_id="{entry_id}"} ·
<time class="pubdate updated" datetime="{exp:playa:parents}{entry_date format="%Y-%m-%dT%H:%i:%s%Q"}">{entry_date format="%F %d, %Y"}{/exp:playa:parents}</time>
{if comment_total > 0}
· <a class="comment-count" href="/article/{url_title}#comments">{comment_total} Comment{if comment_total > 1}s{/if}</a>
{/if}
</p>
<p>{exp:strip_html}{article_deck}{/exp:strip_html}</p>
</li>
{if no_children}<li><span style="padding: .2em; background: yellow;">This issue is missing its articles!</span> If you happen to know where they are, please <a href="/contact">let us know</a>.</li>{/if}
{/exp:playa:children}
</ul>
{paginate}
<nav class="paginator" role="toolbar">
<ul>
{if next_page}
<li><a class="previous" href="{auto_path}">Previous</a></li>
{/if}
{if previous_page}
<li><a class="next" href="{auto_path}">Next</a></li>
{/if}
</ul>
</nav>
{/paginate}
{/exp:channel:entries}
|
ocr_extracted/W25849_text/page85.html | datamade/elpc_bakken |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W25849_extracted</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
<div style="float: left;">
<a href="page84.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 0px; margin-top: 0px;">
<p class="styleSans2.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 769px; margin-top: 466px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">AFFIDAVIT AFFIRMING DISCUSSION WI‘I’I'I GAS GATHERIR </p>
</div>
<div style="position: absolute; margin-left: 384px; margin-top: 549px;">
<p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Wall Nama: Eiaia Iartiaaon Fadarai 14-29")! <br/>Pad Nama: Elala Bartlann Fadaral 29M Pad <br/>Location: 524’ FSL I 659' ML Saction 29-1'153N-RO2W County: Mountrail County, North Dakota <br/>Parmit No: 15849 <br/>Whiting Oil and Gaa Corporation (WPC) raviawad anticipatad naw wail oomplatlon data and production rata information with In as utharar, Whiting Patrolaum, in praparing a Gar Captura Plan tor tha abova aublaot wall. <br/>information providad by our gas latharar was lnciudad in our Gar Captura Plan as raqulrad bytha North Dakota induatriai Commission to raviaw and promo our Applications for Parmlt to Drill. Tha law daaorlption of tha wall location la as follows: </p>
</div>
<div style="position: absolute; margin-left: 0px; margin-top: 1374px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 81px; margin-top: 1374px;">
<p class="styleSans56.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"> <br/>Sutton 19: SWSW <br/> <br/>n Plum-5r Opmtionl Whitln| Oll Ind Gas Corporation ACKNOWLEDGEMENT STATE OF COLORADO ) )u. COUNTY OF DENVER ) <br/>On this 21th day of June, 2014, before me, a Not-w Public, poncnolty abound John Pmlu. who being by m duly mm, dld uy that be Is Sr Duration: Enllnur - of Whiting on out! (in Coronation, and that tho ton-[om instrument was omutod by m on mm of all! company as Its fro. bet and dad. <br/>IN WITNESS WHEREOF, I how hanunto at my hand and mm by Not-ml Sui tho day and you first Ibovu written. <br/>i w“; NOTARY PUBLIC ‘ I E3," MyCommlulon mm: 8'/3'§0/(p 4’91 r: F 60:9 <br/> </p>
</div>
<div style="position: absolute; margin-left: 1896px; margin-top: 81px;">
<p class="styleSans1.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 2473px; margin-top: 1154px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 2474px; margin-top: 2749px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 2529px; margin-top: 0px;">
<p class="styleSans34.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
</body>
</html>
|
result/M.1419137361.A.CB8.html | iultimatez/PTTScraper | <!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>[新聞] 兒童遊樂園「體重」潛規則 靠「扣環」判 - 看板 Gossiping - 批踢踢實業坊</title>
<meta name="robots" content="all">
<meta name="keywords" content="Ptt BBS 批踢踢">
<meta name="description" content="
http://video.n.yam.com/20141220760774/%E5%85%92%E7%AB%A5%E9%81%8A%E6%A8%82%E5%9C%92%E3%80%8C%E9%AB%94%E9%87%8D%E3%80%8D%E6%BD%9B%E8%A6%8F%E5%89%87%20%E9%9D%A0%E3%80%8C%E6%89%A3%E7%92%B0%E3%80%8D%E5%88%A4%E5%AE%9A
http://goo.gl/N1MXAu
蕃新聞/TVBS 兒童遊樂園「體重」潛規則 靠「扣環」判定
">
<meta property="og:site_name" content="Ptt 批踢踢實業坊">
<meta property="og:title" content="[新聞] 兒童遊樂園「體重」潛規則 靠「扣環」判">
<meta property="og:description" content="
http://video.n.yam.com/20141220760774/%E5%85%92%E7%AB%A5%E9%81%8A%E6%A8%82%E5%9C%92%E3%80%8C%E9%AB%94%E9%87%8D%E3%80%8D%E6%BD%9B%E8%A6%8F%E5%89%87%20%E9%9D%A0%E3%80%8C%E6%89%A3%E7%92%B0%E3%80%8D%E5%88%A4%E5%AE%9A
http://goo.gl/N1MXAu
蕃新聞/TVBS 兒童遊樂園「體重」潛規則 靠「扣環」判定
">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs-common.css">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs.css" media="screen">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/pushstream.css" media="screen">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs-print.css" media="print">
<script type="text/javascript" async="" src="https://apis.google.com/js/plusone.js"></script><script id="facebook-jssdk" src="//connect.facebook.net/en_US/all.js#xfbml=1"></script><script type="text/javascript" async="" src="https://ssl.google-analytics.com/ga.js"></script><script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="//images.ptt.cc/v2.10/bbs.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32365737-1']);
_gaq.push(['_setDomainName', 'ptt.cc']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="topbar-container">
<div id="topbar" class="bbs-content">
<a id="logo" href="/">批踢踢實業坊</a>
<span>›</span>
<a class="board" href="/bbs/Gossiping/index.html"><span class="board-label">看板 </span>Gossiping</a>
<a class="right small" href="/about.html">關於我們</a>
<a class="right small" href="/contact.html">聯絡資訊</a>
</div>
</div>
<div id="navigation-container">
<div id="navigation" class="bbs-content">
<a class="board" href="/bbs/Gossiping/index.html">返回看板</a>
<div class="bar"></div>
<div class="share">
<span>分享</span>
<div class="fb-like" data-send="false" data-layout="button_count" data-width="90" data-show-faces="false" data-href="http://www.ptt.cc/bbs/Gossiping/M.1419137361.A.CB8.html"></div>
<div class="g-plusone" data-size="medium"></div>
<script type="text/javascript">
window.___gcfg = {lang: 'zh-TW'};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</div>
</div>
</div>
<div id="main-container">
<div id="main-content" class="bbs-screen bbs-content"><div class="article-metaline"><span class="article-meta-tag">作者</span><span class="article-meta-value">iPhone4sW (#12)</span></div><div class="article-metaline-right"><span class="article-meta-tag">看板</span><span class="article-meta-value">Gossiping</span></div><div class="article-metaline"><span class="article-meta-tag">標題</span><span class="article-meta-value">[新聞] 兒童遊樂園「體重」潛規則 靠「扣環」判</span></div><div class="article-metaline"><span class="article-meta-tag">時間</span><span class="article-meta-value">Sun Dec 21 12:49:18 2014</span></div>
<a href="http://video.n.yam.com/20141220760774/%E5%85%92%E7%AB%A5%E9%81%8A%E6%A8%82%E5%9C%92%E3%80%8C%E9%AB%94%E9%87%8D%E3%80%8D%E6%BD%9B%E8%A6%8F%E5%89%87%20%E9%9D%A0%E3%80%8C%E6%89%A3%E7%92%B0%E3%80%8D%E5%88%A4%E5%AE%9A" target="_blank" rel="nofollow">http://video.n.yam.com/20141220760774/%E5%85%92%E7%AB%A5%E9%81%8A%E6%A8%82%E5%9C%92%E3%80%8C%E9%AB%94%E9%87%8D%E3%80%8D%E6%BD%9B%E8%A6%8F%E5%89%87%20%E9%9D%A0%E3%80%8C%E6%89%A3%E7%92%B0%E3%80%8D%E5%88%A4%E5%AE%9A</a>
<a href="http://goo.gl/N1MXAu" target="_blank" rel="nofollow">http://goo.gl/N1MXAu</a>
蕃新聞/TVBS <span class="f3 b3 hl">兒童遊樂園「體重」潛規則 靠「扣環」判定</span>
TVBS-2014年12月20日 下午19:22
台北市立兒童樂園開幕第5天,又遇到第一個週末,人潮擠爆遊樂園,20日下午4點已經有
1萬8千入園人數。不過小朋友能不能玩,用身高來當標準,大朋友其實也有,像是每個遊
樂設施都有「體重」的規定,大部分都是在75到100公斤之間,沒有體重計,就靠安全扣
環來測量,要是扣不上,就表示無法搭乘。
市立兒童樂園遇上開幕第一個週末,放眼望去,人潮滿、滿、滿!不過要每一種遊樂設施
都玩透透,除了身高限制,還有一個潛規則。
記者陳佳雯:「其實每個遊樂設施,都有體重規定,靠的就是這樣子的安全扣環,像我扣
得上就ok,<span class="f3 hl">要是扣不上…</span>」
工作人員vs.民眾:「先生,不好意思喔,我們要能使用得上安全裝置,才有辦法搭乘,
很抱歉,不好意思。」
這位先生105公斤,想玩限重100公斤的宇宙迴旋跟雲霄飛車,座椅安全扣環怎麼扣,就是
扣不上,只能在引導下,暫時說掰掰!這邊實在好想玩,用力吸了吸肚子,好在扣上了,
鈴聲一響,繼續玩!其他熱門設施,也有相同限制。
超刺激自由落體,叢林吼吼樂,限重75公斤,評斷標準,也是安全扣環。工作人員vs.民
眾:「小心喔。」
摩天輪,一個車廂坐6個人限重450公斤,換算下來1個人75公斤,工作人員會巧妙安排,
「大人配小孩」安全組合,才不會有「請下車」的尷尬狀況。沒有安全扣環的海盜船,就
拿拉桿當衡量標準,限重75公斤,一排最多5個人,也採大人小孩自由搭配,扣不上安全
裝置,整台無法啟動!
兒童樂園主任:「這幾天發現是有,遊客有超重情形,無法扣上安全帶,那我們就委婉跟
他報告,請他能夠考量安全理由,不要搭乘。」
縮小版的「兒童遊樂設施」,體重限制的隱藏規則,是按照原廠規定,確保能運作順暢,
大人能不能玩,安全扣環一扣,答案就揭曉。
--
<span class="f2">※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 101.12.217.171
</span><span class="f2">※ 文章網址: <a href="http://www.ptt.cc/bbs/Gossiping/M.1419137361.A.CB8.html" target="_blank" rel="nofollow">http://www.ptt.cc/bbs/Gossiping/M.1419137361.A.CB8.html</a>
</span><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">tyrande</span><span class="f3 push-content">: 肥宅 out</span><span class="push-ipdatetime"> 12/21 12:49
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">BRANFORD</span><span class="f3 push-content">: 連屎都扣出來了</span><span class="push-ipdatetime"> 12/21 12:50
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">DASHOCK</span><span class="f3 push-content">: 肥宅</span><span class="push-ipdatetime"> 12/21 12:50
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">makimakimaki</span><span class="f3 push-content">: 難怪肥宅都蹲在家裡</span><span class="push-ipdatetime"> 12/21 12:50
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">dnek</span><span class="f3 push-content">: 肥宅又被歧視了,嗚嗚</span><span class="push-ipdatetime"> 12/21 12:50
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">linceass</span><span class="f3 push-content">: 就不要吃太胖啊 怪誰</span><span class="push-ipdatetime"> 12/21 12:50
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">takuminauki</span><span class="f3 push-content">: 這樣四叉怎麼搭?</span><span class="push-ipdatetime"> 12/21 12:50
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">takuminauki</span><span class="f3 push-content">: 歧視我們八卦女神四叉</span><span class="push-ipdatetime"> 12/21 12:51
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">miku1112</span><span class="f3 push-content">: 要不要在門口放立牌說 肥宅禁入</span><span class="push-ipdatetime"> 12/21 12:51
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">kkk520</span><span class="f3 push-content">: 肥宅 out</span><span class="push-ipdatetime"> 12/21 12:51
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">coon182</span><span class="f3 push-content">: 難怪今天臺北下雨,四插在臺北啊?</span><span class="push-ipdatetime"> 12/21 12:51
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">linceass</span><span class="f3 push-content">: 一個大肥宅占兩個人的位置 被人白眼很正常 o'_'o</span><span class="push-ipdatetime"> 12/21 12:51
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">SuperUp</span><span class="f3 push-content">: /_\ 腰圍胖 錯了嗎</span><span class="push-ipdatetime"> 12/21 12:52
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">snow3804</span><span class="f3 push-content">: 扣環扣不上是在歧視胖宅嗎</span><span class="push-ipdatetime"> 12/21 12:52
</span></div>影片裡…lol
<span class="f2">※ 編輯: iPhone4sW (101.12.217.171), 12/21/2014 12:53:24
</span><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">therewego</span><span class="f3 push-content">: 紙片人跪求變胖方法</span><span class="push-ipdatetime"> 12/21 12:54
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">lolic</span><span class="f3 push-content">: 肥宅跟蘿莉一起玩錯了嘛!!!!!!!!!!!!</span><span class="push-ipdatetime"> 12/21 12:54
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">hsiung9</span><span class="f3 push-content">: 歧視胖子,可以告遊樂園</span><span class="push-ipdatetime"> 12/21 12:57
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">asd2260123</span><span class="f3 push-content">: 肥宅去兒童樂園幹嘛啊</span><span class="push-ipdatetime"> 12/21 12:57
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">wxtab019</span><span class="f3 push-content">: 對阿 應該讓他不要扣也能玩阿 反正就啟動下去 不扣是他</span><span class="push-ipdatetime"> 12/21 12:57
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">SuperGY</span><span class="f3 push-content">: 種族歧視</span><span class="push-ipdatetime"> 12/21 12:58
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">fuccwoman</span><span class="f3 push-content">: 門口都有貼肥宅禁入了</span><span class="push-ipdatetime"> 12/21 13:00
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">dimlody</span><span class="f3 push-content">: 對!拎杯坐旋轉木馬扣環差點扣不上,胖子臭了嗎QAQ</span><span class="push-ipdatetime"> 12/21 13:08
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">ppon</span><span class="f3 push-content">: 肥宅 out</span><span class="push-ipdatetime"> 12/21 13:10
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">yumanatu</span><span class="f3 push-content">: 肥宅不爽就減肥,叫什麼</span><span class="push-ipdatetime"> 12/21 13:15
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">Pear888</span><span class="f3 push-content">: 虛胖表示哭哭</span><span class="push-ipdatetime"> 12/21 13:20
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Leeng</span><span class="f3 push-content">: 肥宅教育從小養成</span><span class="push-ipdatetime"> 12/21 13:25
</span></div></div>
<div id="article-polling" data-pollurl="/poll/Gossiping/M.1419137361.A.CB8.html?cacheKey=2052-1241818120&offset=4714&offset-sig=93178cd58ac9b41e16a74c402b817b166e198e0a" data-longpollurl="/v1/longpoll?id=d35863835f58cfa63d9fb9e61535144296701d6c" data-offset="4714">推文自動更新已關閉</div>
<div class="bbs-screen bbs-footer-message">本網站已依台灣網站內容分級規定處理。此區域為限制級,未滿十八歲者不得瀏覽。</div>
</div>
</body></html> |
website/articles/static/artsblock.ucr.edu/artsblock.ucr.edu_2.html | Kilenaitor/cs172 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="text/xhtml; charset=utf-8" http-equiv="content-type">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="" name="description">
<meta content="" name="author">
<link href="../../assets/ico/favicon.ico" rel="shortcut icon">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet" type="text/css">
<title>UCR ARTSblock</title>
<link href="http://artsblock.ucr.edu/lib/bootstrap/3.2.0/bootstrap.min.css" media="all" rel="stylesheet" type="text/css">
<link href="http://artsblock.ucr.edu/lib/lightbox/2/lightbox.css" media="all" rel="stylesheet" type="text/css">
<link href="http://artsblock.ucr.edu/artsblock.css" media="all" rel="stylesheet" type="text/css">
</link></link></link></link></link></link></meta></meta></meta></meta></meta></meta></head>
<body>
<div class="container">
<div class="header">
<a href="/"><img src="/images/logo-artsblock-small.png"/></a>
<ul class="nav nav-pills pull-right">
<li class="dropdown"><a href="/Page/about/">ARTSBLOCK<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/Page/about/">About</a></li>
<li><a href="/Page/CampusConnections">Campus Connections</a></li>
<li><a href="http://sites.artsblock.ucr.edu/offtheblock/" target="_blank">Off the Block</a>
<li><a href="/Page/hours-and-directions/">Hours & Directions</a></li>
<li><a href="/Page/staff/">Staff Directory</a></li>
<li><a href="http://visitor.r20.constantcontact.com/d.jsp?llr=maz5zvbab&p=oi&m=1101317235724&sit=d66usynbb&f=bb5bab7f-0b2a-4276-9c57-520002ca9d4c" target="_blank">e-Newsletter</a></li>
</li></ul>
</li>
<li><a href="/Page/research">RESEARCH</a></li>
<li><a href="/Podcast/List">PODCASTS</a></li>
<li><a href="/Page/rentals/">RENTALS</a></li>
<li><a href="/Press">PRESS</a></li>
<li class="plain"><a href="https://advancementservices.ucr.edu/AdvanceOnlineGiving/Search?key=col%3AUCR%20Arts%20Block"><img src="/images/give-now.png" style="width:80px"/></a></li>
</ul>
</div>
<div class="content">
<div class="left-column-outer">
<div class="left-column-inner">
<div class="Page" id="about">
<div id="category-nav">
<!--
<ul>
<li class="col-md-3 exhibitions"><a href="/Exhibition">Exhibitions</a></li>
<li class="col-md-3 films"><a href="/Film">Films</a></li>
<li class="col-md-3 performances"><a href="/Performance">Performances</a></li>
<li class="col-md-3 programs"><a href="/Program">Programs</a></li>
</ul>
-->
<ul>
<li class="col-md-3 exhibitions"><a href="/Exhibition/List">Exhibitions</a></li>
<li class="col-md-3 films"><a href="/Film/List">Films</a></li>
<li class="col-md-3 events"><a href="/Event/List">Events</a></li>
<li class="col-md-3 collections"><a href="http://ucr.emuseum.com/">Collections</a></li>
</ul>
</div>
<div class="color-bar"></div>
<div class="block_title">Sweeney Art<span class="lastWord">Gallery</span></div>
<div id="feature"><img class="large" src="/Page/15/sweeney"/></div>
<div class="content-detail">
<h1>Sweeney Art Gallery</h1>
<br/><br/>
<p>Now approaching its semicentennial, the Sweeney Art Gallery, a facility of UCR ARTSblock, is an artistic laboratory engaging diverse audiences with programs committed to experimentation, innovation, and exploration of art in our time. Sweeney Gallery develops and presents exhibitions of contemporary and historic works of art each year. It also provides interpretation, preservation, and collection of works of art; produces publications, symposia, lectures, and other events; serves as a laboratory for training future museum and other art professionals; and hosts the annual senior thesis exhibition for students in the Department of Art.
<br/><br/>
In the last five years the Sweeney has grown into a nationally significant arts venue garnering attention for such shows as the west coast premiere of Sirens of Chrome by New York-based Danish artist Jesper Just in winter 2012.
<br/><br/>
The Sweeney Art Gallery is located in the Culver Center and its shows frequently spill over into the Culver Atrium. These two venues recently hosted Margarita Cabrera's first solo museum exhibition on the west coast, Margarita Cabrera: Pulso y Martillo (Pulse and Hammer) as well as The Great Picture: The World's Largest Photograph. This photo's mammoth scale of 32 x 111 feet earned it a place in the Guinness World Records, and made it a photo history landmark.
<br/><br/>
The Sweeney Art Gallery has been warmly supported by Marilyn and Jack Sweeney.
<br/><br/>
You have reached this page during a time of renovation and reconstruction of the web site. Some of the older links may continue to work during this time but are not guaranteed.</p>
</div>
</div>
</div>
</div>
<!-- Sidebar -->
<!--googleoff: all-->
<div class="right-column">
<div class="infocus">
<form action="/Search" id="search-form" method="post">
<input name="q" size="19" type="text" value=""/>
<input class="search-go" name="search" type="submit" value=""/>
</form>
<h2 id="title">Events in Focus</h2>
<ul>
<li class="Exhibition">
<a href="/Exhibition/rotation-2015" style="line-height:1.5em">Rotation 2015
<h4 style="color:white; font-size:12px; font-weight: lighter; line-height: 1.2em">Recent Acquisitions</h4>
</a>
</li>
<li class="Film">
<a href="/Film/on-the-line" style="line-height:1.5em">On the Line
<h4 style="color:white; font-size:12px; font-weight: lighter; line-height: 1.2em"></h4>
<h4 style="color:white; font-size:12px; font-weight: lighter; line-height: 1.2em">Director: Rashaun Richardson</h4>
</a>
</li>
<li class="Performance">
<a href="/Performance/TraumaLossandTranscendence" style="line-height:1.5em">Trauma, Loss and Transcendence
<h4 style="color:white; font-size:12px; font-weight: lighter; line-height: 1.2em"></h4>
</a>
</li>
</ul>
</div>
</div>
<!--googleon: all-->
<div class="right-column" style="width: 170px">
<!-- Social Media Icons -->
<a href="http://www.youtube.com/ucrartsblock" target="_blank"><img height="30" src="/images/logo_youtube.png" style="margin-right: 3px;"/></a>
<a href="http://www.twitter.com/ucrartsblock" target="_blank"><img height="30" src="/images/logo_twitter.png" style="margin-right: 3px;"/></a>
<a href="http://www.facebook.com/ucrartsblock" target="_blank"><img height="30" src="/images/logo_facebook.png" style="margin-right: 3px;"/></a>
<a href="https://www.instagram.com/ucrartsblock" target="_blank"><img height="30" src="/images/logo_instagram.png" style="margin-right: 3px;"/></a>
<!--
<div class="give-now">
<a href="https://advancementservices.ucr.edu/AdvanceOnlineGiving/Search?key=col%3AUCR%20Arts%20Block"><img style="width:120px" src="/images/give-now.png"></a>
<div>
Supporters like you make it possible for UCR ARTSblock to bring you innovative exhibitions, performances, lectures, and films that feature local, regional and internationally acclaimed artists, along with outreach to the community. <br/>
<br/>
Our sincere thanks to you for supporting UCR ARTSblock
</div>
</div>
-->
</div>
</div>
<div class="footer">
<p class="bottom-links">
© 2014 UCR ARTSblock |
(951) 827-4787 |
<a href="https://www.ucr.edu/privacy.html" target="_blank">Privacy Policy</a> |
<a href="/Page/contact/">Contact</a>
<br/><br/>
<!-- Social Media Icons -->
<!--
<a href="http://www.youtube.com/ucrartsblock" target="_blank"><img src="/images/logo_youtube.png" height="20" style="margin-right: 3px;"></a>
<a href="http://www.twitter.com/ucrartsblock" target="_blank"><img src="/images/logo_twitter.png" height="20" style="margin-right: 3px;"></a>
<a href="http://www.facebook.com/ucrartsblock" target="_blank"><img src="/images/logo_facebook.png" height="20" style="margin-right: 3px;"/></a>
-->
</p>
</div>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="http://artsblock.ucr.edu/lib/jquery-2.1.1.min.js"></script>
<script src="http://artsblock.ucr.edu/lib/bootstrap/3.2.0/bootstrap.min.js"></script>
<script src="http://artsblock.ucr.edu/lib/imagesloaded/3.1.8/imagesloaded.pkgd.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-998196-3']);
_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>
<script src="http://artsblock.ucr.edu/lib/masonry/3.1.5/masonry.pkgd.min.js"></script>
<script src="http://artsblock.ucr.edu/lib/lightbox/2/lightbox.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
$(function() {
$(".dropdown").hover(
function(){ $(this).addClass('open') },
function(){ $(this).removeClass('open') }
);
});
$("img").error(function () {
$(this).hide();
// or $(this).css({visibility:"hidden"});
});
$('.masonry').imagesLoaded( function() {
$('.masonry').masonry({
columnWidth: 160,
itemSelector: '.item'
});
})
</script>
<script type="text/javascript">
$('.carousel').carousel();
</script>
</body>
</html>
|
tags/pipe/index.html | whileLooper/whileLooper.github.io | <!DOCTYPE html>
<html class="theme-next muse use-motion" lang="en">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta name="theme-color" content="#222">
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" />
<link href="/css/main.css?v=5.1.2" rel="stylesheet" type="text/css" />
<meta name="keywords" content="Hexo, NexT" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=5.1.2" />
<meta name="description" content="a tiny player of massively multiplayer online role-playing game named EARTH ONLINE">
<meta property="og:type" content="website">
<meta property="og:title" content="LEVELING UP">
<meta property="og:url" content="http:bochentheone.com/tags/pipe/index.html">
<meta property="og:site_name" content="LEVELING UP">
<meta property="og:description" content="a tiny player of massively multiplayer online role-playing game named EARTH ONLINE">
<meta property="og:locale" content="en">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="LEVELING UP">
<meta name="twitter:description" content="a tiny player of massively multiplayer online role-playing game named EARTH ONLINE">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Muse',
sidebar: {"position":"left","display":"post","offset":12,"offset_float":12,"b2t":false,"scrollpercent":false,"onmobile":false},
fancybox: true,
tabs: true,
motion: true,
duoshuo: {
userId: '0',
author: 'Author'
},
algolia: {
applicationID: '',
apiKey: '',
indexName: '',
hits: {"per_page":10},
labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}
}
};
</script>
<link rel="canonical" href="http:bochentheone.com/tags/pipe/"/>
<title>Tag: pipe | LEVELING UP</title>
<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-64802678-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="en">
<div class="container sidebar-position-left ">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-wrapper">
<div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">LEVELING UP</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle">Player 3 👶🏻 has entered the game</p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
home
</a>
</li>
<li class="menu-item menu-item-code">
<a href="/tags/monday-clean-code" rel="section">
<i class="menu-item-icon fa fa-fw fa-code"></i> <br />
code
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives/" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
archives
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/tags/" rel="section">
<i class="menu-item-icon fa fa-fw fa-tags"></i> <br />
tags
</a>
</li>
<li class="menu-item menu-item-resume">
<a href="/resume/resume.pdf" rel="section">
<i class="menu-item-icon fa fa-fw fa-id-card"></i> <br />
resume
</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<div class="post-block tag">
<div id="posts" class="posts-collapse">
<div class="collection-title">
<h1>pipe<small>Tag</small>
</h1>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h2 class="post-title">
<a class="post-title-link" href="/2017/02/20/2017-02-20-custom-filter-pipe/" itemprop="url">
<span itemprop="name">Write a Custom Filtering Pipe</span>
</a>
</h2>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2017-02-20T18:00:00-05:00"
content="02-20-2017" >
02-20
</time>
</div>
</header>
</article>
</div>
</div>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview sidebar-panel sidebar-panel-active">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image"
src="/images/avatar.jpg"
alt="nehcob" />
<p class="site-author-name" itemprop="name">nehcob</p>
<p class="site-description motion-element" itemprop="description">a tiny player of massively multiplayer online role-playing game named EARTH ONLINE</p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives/">
<span class="site-state-item-count">32</span>
<span class="site-state-item-name">posts</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/index.html">
<span class="site-state-item-count">39</span>
<span class="site-state-item-name">tags</span>
</a>
</div>
</nav>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://github.com/whileLooper" target="_blank" title="GitHub">
<i class="fa fa-fw fa-github"></i>
</a>
</span>
<span class="links-of-author-item">
<a href="mailto:bochentheone@gmail.com" target="_blank" title="E-Mail">
<i class="fa fa-fw fa-envelope"></i>
</a>
</span>
<span class="links-of-author-item">
<a href="https://www.linkedin.com/in/bo-chen-32180a64" target="_blank" title="Linkedin">
<i class="fa fa-fw fa-linkedin"></i>
</a>
</span>
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright" >
©
<span itemprop="copyrightYear">2019</span>
<span class="with-love">
<i class="fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">nehcob</span>
</div>
<div class="powered-by">
Powered by <a class="theme-link" href="https://hexo.io">Hexo</a>
</div>
<div class="theme-info">
Theme -
<a class="theme-link" href="https://github.com/iissnan/hexo-theme-next">
NexT.Muse
</a>
</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/scrollspy.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/post-details.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.2"></script>
</body>
</html>
|
clean/Linux-x86_64-4.10.2-2.0.6/released/8.13.0/qarith-stern-brocot/8.7.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>qarith-stern-brocot: 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.0 / qarith-stern-brocot - 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>
qarith-stern-brocot
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-19 20:43:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-19 20:43:27 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.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.10.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2 Official release 4.10.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-community/qarith-stern-brocot"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/QArithSternBrocot"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: rational numbers" "keyword: arithmetic" "keyword: field tactic" "keyword: binary lists" "keyword: Stern-Brocot" "category: Mathematics/Arithmetic and Number Theory/Rational numbers" "category: Miscellaneous/Extracted Programs/Arithmetic" "date: 2003" ]
authors: [ "Milad Niqui" "Yves Bertot" ]
bug-reports: "https://github.com/coq-community/qarith-stern-brocot/issues"
dev-repo: "git+https://github.com/coq-community/qarith-stern-brocot.git"
synopsis: "Binary Rational Numbers"
description:
"Developement of rational numbers as finite binary lists and defining field operations on them in two different ways: strict and lazy."
flags: light-uninstall
url {
src:
"https://github.com/coq-community/qarith-stern-brocot/archive/v8.7.0.tar.gz"
checksum: "md5=3f1f522f7448f17b160e9cbbaa56132d"
}
</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-qarith-stern-brocot.8.7.0 coq.8.13.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.13.0).
The following dependencies couldn't be met:
- coq-qarith-stern-brocot -> coq < 8.8~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-qarith-stern-brocot.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>
|
clean/Linux-x86_64-4.05.0-2.0.6/released/8.10.1/unicoq/1.3+8.7.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>unicoq: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.10.1 / unicoq - 1.3+8.7</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
unicoq
<small>
1.3+8.7
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-08-05 02:20:17 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-05 02:20:17 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.10.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "matthieu.sozeau@inria.fr"
authors: [ "Matthieu Sozeau <matthieu.sozeau@inria.fr>" "Beta Ziliani <beta@mpi-sws.org>" ]
dev-repo: "git+https://github.com/unicoq/unicoq.git"
homepage: "https://github.com/unicoq/unicoq"
bug-reports: "https://github.com/unicoq/unicoq/issues"
license: "MIT"
build: [
["coq_makefile" "-f" "Make" "-o" "Makefile"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"ocaml"
"coq" {>= "8.7.0" & < "8.8~"}
]
synopsis: "An enhanced unification algorithm for Coq"
url {
src: "https://github.com/unicoq/unicoq/archive/v1.3-8.7.tar.gz"
checksum: "md5=5adaadf1ed3afe7c7170f15730cf6a74"
}
</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-unicoq.1.3+8.7 coq.8.10.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.10.1).
The following dependencies couldn't be met:
- coq-unicoq -> coq < 8.8~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-unicoq.1.3+8.7</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>
|
clean/Linux-x86_64-4.11.2-2.0.7/released/8.13.0/paramcoq/1.1.1+coq8.7.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>paramcoq: 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.0 / paramcoq - 1.1.1+coq8.7</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
paramcoq
<small>
1.1.1+coq8.7
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-01 08:37:47 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-01 08:37:47 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.13.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.11.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2 Official release 4.11.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"
synopsis: "Paramcoq"
name: "coq-paramcoq"
version: "1.1.1+coq8.7"
maintainer: "Pierre Roux <pierre.roux@onera.fr>"
homepage: "https://github.com/coq-community/paramcoq"
dev-repo: "git+https://github.com/coq-community/paramcoq.git"
bug-reports: "https://github.com/coq-community/paramcoq/issues"
license: "MIT"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Param"]
depends: [
"ocaml"
"coq" {>= "8.7.2" & < "8.8~"}
]
tags: [
"keyword:paramcoq"
"keyword:parametricity"
"keyword:OCaml modules"
"category:Miscellaneous/Coq Extensions"
"logpath:Param"
]
authors: [
"Chantal Keller (Inria, École polytechnique)"
"Marc Lasson (ÉNS de Lyon)"
"Abhishek Anand"
"Pierre Roux"
"Emilio Jesús Gallego Arias"
"Cyril Cohen"
"Matthieu Sozeau"
]
flags: light-uninstall
url {
src:
"https://github.com/coq-community/paramcoq/releases/download/v1.1.1+coq8.7/coq-paramcoq.1.1.1+coq8.7.tgz"
checksum: "md5=3eb94ccdb53e6dfc7f0d74b3cd1a5db5"
}
</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-paramcoq.1.1.1+coq8.7 coq.8.13.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.13.0).
The following dependencies couldn't be met:
- coq-paramcoq -> coq < 8.8~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-paramcoq.1.1.1+coq8.7</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.05.0-2.0.1/released/8.5.3/coqprime/1.0.1.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>coqprime: 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 / coqprime - 1.0.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
coqprime
<small>
1.0.1
<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: "thery@sophia.inria.fr"
homepage: "https://github.com/thery/coqprime"
bug-reports: "https://github.com/thery/coqprime/issues"
license: "MIT"
authors: ["Laurent Théry"]
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.7~" & < "8.8~"}
"coq-bignums"
]
tags: [
"logpath:Coqprime"
]
synopsis: "Certifying prime numbers in Coq"
url {
src: "https://github.com/thery/coqprime/archive/v8.7.zip"
checksum: "md5=19e093d4bd8160d61c0ea2e261df9ed6"
}
</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-coqprime.1.0.1 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-coqprime -> coq >= 8.7~
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-coqprime.1.0.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
04_event_manager/output/thanks_8.html | pomyslowynick/top_master | <html>
<head>
<meta charset='utf-8'>
<title>Thank You!</title>
</head>
<body>
<h1>Thanks Audrey</h1>
<p>Thanks for coming to our conference. We couldn't have done it without you!</p>
<p>
Political activism is at the heart of any democracy and your voice needs to be heard.
Please consider reaching out to your following representatives:
</p>
<table>
<tr><th>Name</th><th>Website</th></tr>
<tr>
<td>Kamala Harris</td>
<td>https://www.harris.senate.gov</td>
</tr>
<tr>
<td>Tom McClintock</td>
<td>http://mcclintock.house.gov</td>
</tr>
<tr>
<td>Dianne Feinstein</td>
<td>http://www.feinstein.senate.gov</td>
</tr>
</table>
</body>
</html>
|
public/index.html | james-gibson/meetupDemystifyingWeatherAPI | <html>
<head>
<link rel="stylesheet" href="styles.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<title>Personal Forecast</title>
</head>
<body>
<header>
<h1>Personal Forecast</h1>
<hr>
</header>
<section>
<div class="inline">
<h3>Current Temp</h3>
<h3 class="temperature current">...</h3>
</div>
<div class="inline">
<h3>Summary</h3>
<p class="current colloquial">...</p>
</div>
<div class="inline">
<h3>Current Humidity</h3>
<h4 class="humidity current">...</h4>
</div>
</section>
</body>
<script type="text/javascript" src="main.js"></script>
</html>
|
assets/css/test.css | fretscha/django-postfix-admin |
.left-arrow-after {
content: "\f0d9";
font-family: FontAwesome;
display: block;
height: 27px;
line-height: normal;
width: 27px;
position: absolute;
right: -21px;
font-size: 20px;
color: #eee;
}
|
_site/new-suggestions/meet-the-author/meet-the-author-alan-bennett/index.html | suffolklibraries/sljekyll | <!doctype html>
<html lang="en-gb">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, nofollow">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<title>Meet the Author: Alan Bennett – Suffolk Libraries</title>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@suffolklibrary">
<meta name="twitter:title" content="Meet the Author: Alan Bennett">
<meta name="twitter:description" content="Alan Bennett talks about his childhood love of Just William and his mother's exaltation of writers, and encourages readers to use their local libraries">
<meta name="twitter:image" content="/images/featured/featured-alan-bennett-740.jpg">
<meta name="twitter:image:alt" content="Alan Bennett">
<link rel="stylesheet" href="/css/style.css">
<link rel="preload" as="font" type="font/woff2" href="/fonts/source-sans-pro-v11-latin-regular.woff2">
<link rel="preload" as="font" type="font/woff2" href="/fonts/source-sans-pro-v11-latin-italic.woff2">
<link rel="preload" as="font" type="font/woff2" href="/fonts/source-sans-pro-v11-latin-700.woff2">
</head>
<body class="custom-sans-serif lh-copy dark-gray bg-moon-gray">
<ul class="clip">
<li><a href="#content">Skip to content</a></li>
<li><a href="#footer-nav">Skip to navigation menu</a></li>
</ul>
<div class="bg-black white pa2 ph3-ns">
<div class="custom-max-width">
<p class="f6 ma0 custom-lh-title"><span role='image' aria-label='Debit card' class='pr1'>💳</span> You can now pay online. <a href="
https://suffolk.spydus.co.uk/cgi-bin/spydus.exe/MSGTRN/OPAC/LOGINB?RDT=/SpydusCitizenPay/default.aspx
" class="underline lightest-blue">
Pay charges now →
</a></p>
</div>
</div>
<header id="site-header" class="custom-lh-title">
<div class="bg-white dark-gray ph2 ph3-ns pt2 pt3-ns">
<div class="custom-max-width flex">
<div class="w-30">
<a href="/"><img src="/images/logos/sl.svg" class="v-btm w3 w4-ns" alt="Suffolk Libraries"></a>
</div>
<div class="w-70 flex justify-end items-center">
<div><a href="/support-us/" class="dib blue pv1 pv2-ns f7 f6-ns pr2">Donate</a></div>
<div><a href="/help/joining-the-library/" class="dib custom-icon custom-icon-card blue pv1 pv2-ns f7 f6-ns">Join</a></div>
<div><a href="https://suffolk.spydus.co.uk/cgi-bin/spydus.exe/MSGTRN/OPAC/LOGINB" class="dib custom-icon custom-icon-lock blue pv1 pv2-ns ml2 f7 f6-ns">Login</a></div>
<div><a href="/search-form/" class="dib custom-icon custom-icon-search blue ml2 pv1 pv2-ns f7 f6-ns">Search</a></div>
</div>
</div>
</div>
<div class="custom-bg-corporate white ph2 ph3-ns bb b--white">
<div class="custom-max-width">
<ul class="ma0 pa0 list f6">
<li class="dib mr2 mr3-l"><a href="/" class="white underline db pv2">Home</a></li>
<li class="dib mr2 mr3-l"><a href="/elibrary/" class="white underline db pv2">eLibrary</a></li>
<li class="dib mr2 mr3-l"><a href="/events-activities/online-and-streamed-events/" class="white underline db pv2">Online events</a></li>
<li class="dib mr2 mr3-l"><a href="/help/" class="white underline db pv2">Help</a></li>
<li class="dib mr2 mr3-l"><a href="/contact/" class="white underline db pv2">Contact</a></li>
<!-- <li class="dib mr2 mr3-l"><a href="/about/" class="white underline db pv2">About</a></li>
<li class="dib"><a class="white underline db pv2" href="/support-us/">Donate</a></li> -->
</ul>
</div>
</div>
</header>
<div class="pv2 pv3-ns cf custom-max-width
">
<main id="content" role="main">
<div class="custom-g-l4">
<article>
<div class="bg-white pa2 pa5-ns pv4-ns cf mb2 border-box b--light-gray
">
<div class="pa2 ph3-ns bg-white ba b--light-gray custom-underline f6">
<a class="blue underline" href="/">Home</a>
→ <a class="blue underline" href="/new-suggestions/">New suggestions</a>
→ <a class="blue underline" href="/new-suggestions/meet-the-author/">Meet the author</a>
→ Meet the Author: Alan Bennett
</div>
<header class="mt3">
<h1 itemprop="name headline"class="custom-lh-title f2 pa0 ma0 mb3
}">Meet the Author: Alan Bennett</h1>
<p class="f6 mid-gray">
Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Brandon King</span></span> · Published Dec 20, 2016
</p>
</header>
<div itemprop="articleBody"class="lh-copy custom-hyphens custom-prose
custom-underline custom-visited">
<figure class="mt3">
<img src="/images/featured/featured-alan-bennett.jpg" alt="Alan Bennett" />
<figcaption><p class="f5 mt0">Alan Bennett</p></figcaption>
</figure>
<p>Alan Bennett is an English playwright, screenwriter, actor and author. His collaboration as writer and performer with Dudley Moore, Jonathan Miller and Peter Cook in the satirical revue <cite>Beyond the Fringe</cite> at the 1960 Edinburgh Festival brought him instant fame. He gave up academia, and turned to writing full-time, his first stage play <cite>Forty Years On</cite> being produced in 1968.</p>
<p>He has won many prestigious awards for his writing. His prose collection <cite>Writing Home</cite> (1994), was followed by a sequel, <cite>Untold Stories</cite>, in 2005. <cite>The History Boys</cite> (2004), won the 2004 <cite>Evening Standard</cite> Award for Best Play of the Year and <cite>The Uncommon Reader</cite> (2007), is a novella in which the Queen develops a taste for reading.</p>
<p>His most recent play is <cite>Cocktail Sticks</cite> (2012). His 1999 play <cite>The Lady in the Van</cite> was recently made into a film with Dame Maggie Smith in the lead role. If you would like to read any of Alan’s books or plays, his work is widely available through Suffolk Libraries including his latest collection of prose, <a href="https://suffolk.spydus.co.uk/cgi-bin/spydus.exe/ENQ/OPAC/BIBENQ?BRN=2043278"><cite>Keeping On Keeping On</cite></a>.</p>
<h2 id="1-who-were-your-literary-influences-as-you-were-growing-up">1. Who were your literary influences as you were growing up?</h2>
<p>I loved the <cite>William</cite> books by Richmal Crompton because there were always more of them.</p>
<h2 id="2-when-you-were-growing-up-in-leeds-did-you-ever-think-you-could-become-a-writer">2. When you were growing up in Leeds did you ever think you could become a writer?</h2>
<p>My mother had an exalted notion of writers (without always having read them) – The Brontes, Naomi Jacob, Leo Walmsley, Beverley Nichols. I suppose some of this may have rubbed off on me. It was never an ambition.</p>
<h2 id="3-its-a-few-years-now-since-you-wrote-about-miss-shepherd-in-the-lady-in-the-van-how-do-you-view-that-time-now">3. It’s a few years now since you wrote about Miss Shepherd in <cite>The Lady in the Van</cite>. How do you view that time now?</h2>
<p>I’ve never regretted Miss S. A cynic would say she’s amply paid her rent!</p>
<h2 id="4-do-you-have-a-message-for-your-many-readers-in-suffolk-libraries">4. Do you have a message for your many readers in Suffolk Libraries?</h2>
<p>Use libraries – and vote for candidates who support libraries (and don’t read the <cite>Daily Mail</cite>).</p>
<h2 id="5-given-a-time-machine-and-the-ability-to-go-backwards-or-forwards-what-date-would-you-set-the-clock-for-and-why-assuming-you-could-get-back">5. Given a time machine and the ability to go backwards or forwards what date would you set the clock for and why? (assuming you could get back..)</h2>
<p>I wouldn’t budge – past or future. Here and now does for me.</p>
<h2 id="6-you-have-been-interviewed-dozens-of-times-can-you-tell-us-one-thing-that-people-would-not-know-about-you">6. You have been interviewed dozens of times. Can you tell us one thing that people would not know about you?</h2>
<p>I can’t answer this – I’ve no idea nowadays what the public knows- sorry!</p>
<footer>
<footer class="pb4 pb5-ns pt3 bt b--light-gray">
<h1 class="f4 ma0 pa0 pb1">Brandon King</a></h1>
<p class="ma0">I work in the Suffolk Libraries Stock Team</p>
</footer>
</footer>
</div>
</div>
</article>
</div>
</main>
<div class="custom-g-l2 custom-g-nm custom-underline">
<aside id="sidebar" class="bg-white pa2 pa5-ns pv4-ns cf mb2 border-box b--light-gray
custom-constrain-img" role="complementary">
<section class="pb3 pb4-ns
">
<h1 class="ma0 pb2 f5 f4-ns fw6
">About meet the author</h1>
<p class="ma0 mb2 f6 f5-ns">Regular interviews with some of the world's biggest-selling authors.</p>
</section>
<section class="pb3 pb4-ns
">
<h1 class="ma0 pb2 f5 f4-ns fw6
">More Meet the Author interviews</h1>
<ul class="pa0 ma0 list mb2 f6 f5-ns
">
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/meet-the-author/meet-the-author-kate-helm/">Meet the Author: Kate Helm</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/meet-the-author/meet-the-author-rory-clements/">Meet the Author: Rory Clements</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/meet-the-author/meet-the-author-janet-evanovich/">Meet the Author: Janet Evanovich</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/meet-the-author/meet-the-author-claire-mcgowan/">Meet the Author: Claire McGowan</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/meet-the-author/meet-the-author-eve-chase/">Meet the Author: Eve Chase</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/meet-the-author/meet-the-author-julie-cohen/">Meet the Author: Julie Cohen</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/meet-the-author/meet-the-author-james-swallow/">Meet the Author: James Swallow</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/meet-the-author/meet-the-author-elizabeth-kay/">Meet the Author: Elizabeth Kay</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/meet-the-author/meet-the-author-faith-martin/">Meet the Author: Faith Martin</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/meet-the-author/meet-the-author-john-connolly/">Meet the Author: John Connolly</a></li>
</ul>
</section>
<section class="pb3 pb4-ns
">
<h1 class="ma0 pb2 f5 f4-ns fw6
">More suggestions</h1>
<ul class="pa0 ma0 list mb2 f6 f5-ns
">
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/fiction/">Fiction</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/audiobooks/">Audiobooks</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/films-dvds/">Films & DVDs</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/elibrary-picks/">eLibrary picks</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/childrens-ya-books/">Children's books</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/young-adult/">Young adult</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/non-fiction/">Non-fiction</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/music/">Music</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/meet-the-author/">Meet the Author interviews</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/articles/">Articles</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/health-lists/"> Health and wellbeing</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/reviews/">Reviews</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/new-suggestions/book-club/">Book club favourites</a></li>
</ul>
</section>
<section class="pb3 pb4-ns
">
<h1 class="ma0 pb2 f5 f4-ns fw6
">Keep updated</h1>
<p class="ma0 mb2 f6 f5-ns">Get the latest suggestions, releases and reviews delivered straight to you.</p>
<ul class="pa0 ma0 list mb2 f6 f5-ns
">
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="/newsletter/">Email newsletter</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="https://facebook.com/suffolklibraries">Facebook</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="https://twitter.com/suffolklibrary">Twitter</a></li>
<li class="pv2 bt b--light-gray
"><a class="blue link
" href="https://instagram.com/suffolklibraries">Instagram</a></li>
</ul>
</section>
</aside>
</div>
</div>
<footer id="footer" class="pa2 pt3 pa3-ns pt4-ns bg-near-black white custom-underline">
<div class="custom-max-width">
<div class="flex-l justify-between-l">
<div class="w-30-l mb4 f6">
<section class="pb4">
<h2 class="f6 f5-ns pa0 ma0 mb2 tracked ttu normal
">Do it online</h2>
<ul class="list pa0 ma0">
<li class="mb2 mb1-ns"><a href="https://suffolk.spydus.co.uk" class="link light-gray hover-white">Search & reserve</a></li>
<li class="mb2 mb1-ns"><a href="https://suffolk.spydus.co.uk/cgi-bin/spydus.exe/MSGTRN/OPAC/LOGINB" class="link light-gray hover-white">Login & renew</a></li>
<li class="mb2 mb1-ns"><a class="link light-gray hover-white" href="/elibrary">eLibrary</a></li>
<li class="mb2 mb1-ns"><a href="/help/joining-the-library/" class="link light-gray hover-white">Get a library card</a></li>
</ul>
</section>
<section class="pb4">
<h2 class="f6 f5-ns pa0 ma0 mb2 tracked ttu normal
">Support your library</h2>
<p>We're a charity that makes life in Suffolk better for thousands of people.</p>
<p class="ma0"><a class="b pa1 br2 custom-bg-corporate-green hover-bg-green white custom-no-underline" href="/support-us">Donate</a></p>
</section>
</div>
<div class="w-30-l mb4 f6">
<section class="pb4">
<h2 class="f6 f5-ns pa0 ma0 mb2 tracked ttu normal
">Contact us</h2>
<ul class="list pa0 ma0">
<li class="mb2 mb1-ns"><a href="tel:01473351249" class="link light-gray hover-white">01473 351249</a></li>
<li class="mb2 mb1-ns"><a href="mailto:help@suffolklibraries.co.uk" class="link light-gray hover-white">help@suffolklibraries.co.uk</a></li>
</ul>
</section>
<section class="pb4">
<h2 class="f6 f5-ns pa0 ma0 mb2 tracked ttu normal
">Social media</h2>
<ul class="list pa0 ma0">
<li class="mb2 mb1-ns"><a href="http://facebook.com/suffolklibraries" class="link light-gray hover-white">Facebook</a></li>
<li class="mb2 mb1-ns"><a href="https://www.youtube.com/user/SuffolkLibraries/" class="link light-gray hover-white">YouTube</a></li>
<li class="mb2 mb1-ns"><a href="http://twitter.com/suffolklibrary" class="link light-gray hover-white">Twitter</a></li>
<li class="mb2 mb1-ns"><a href="https://instagram.com/suffolklibraries" class="link light-gray hover-white">Instagram</a></li>
<li class="mb2 mb1-ns"><a href="https://www.linkedin.com/company/suffolk-libraries/" class="link light-gray hover-white">LinkedIn</a></li>
<li class="mb2 mb1-ns"><a href="/newsletter" class="link light-gray hover-white">Email newsletter</a></li>
</ul>
</section>
</div>
<div class="w-30-l mb4 f6">
<nav class="pb4" id="footer-nav">
<h2 class="f6 f5-ns pa0 ma0 mb2 tracked ttu normal
">Sections</h2>
<ul class="list pa0 ma0">
<li class="mb2 mb1-ns"><a href="/elibrary/" class="link light-gray hover-white">eLibrary</a></li>
<li class="mb2 mb1-ns"><a href="/libraries/" class="link light-gray hover-white">Libraries</a></li>
<li class="mb2 mb1-ns"><a href="/mobiles-home/" class="link light-gray hover-white">Mobile & home service</a></li>
<li class="mb2 mb1-ns"><a href="/help/" class="link light-gray hover-white">Help using the service</a></li>
<li class="mb2 mb1-ns"><a href="/new-suggestions/" class="link light-gray hover-white">Recommendations & reviews</a></li>
<li class="mb2 mb1-ns"><a href="/events-activities/" class="link light-gray hover-white">Events & activities</a></li>
<li class="mb2 mb1-ns"><a href="/research-and-reference/" class="link light-gray hover-white">Research & reference</a></li>
<li class="mb2 mb1-ns"><a href="/parents-carers-and-children/" class="link light-gray hover-white">Parents, carers & children</a></li>
<li class="mb2 mb1-ns"><a href="/teachers-and-home-educators/" class="link light-gray hover-white">Teachers & home educators</a></li>
<li class="mb2 mb1-ns"><a href="/health/" class="link light-gray hover-white">Health & wellbeing</a></li>
<li class="mb2 mb1-ns"><a href="/help-with-reading-and-literacy/" class="link light-gray hover-white">Help with reading & literacy</a></li>
<li class="mb2 mb1-ns"><a href="/work-and-benefits/" class="link light-gray hover-white">Work & benefits</a></li>
<li class="mb2 mb1-ns"><a href="/business-and-room-hire/" class="link light-gray hover-white">Business & room hire</a></li>
<li class="mb2 mb1-ns"><a href="/bloc/" class="link light-gray hover-white">BLOC</a></li>
<li class="mb2 mb1-ns"><a href="/music-and-drama/" class="link light-gray hover-white">Music & Drama Library</a></li>
<li class="mb2 mb1-ns"><a href="/news/" class="link light-gray hover-white">News</a></li>
<li class="mb2 mb1-ns"><a href="/about/jobs/" class="link light-gray hover-white">Jobs</a></li>
<li class="mb2 mb1-ns"><a href="/volunteer/" class="link light-gray hover-white">Volunteering</a></li>
<li class="mb2 mb1-ns"><a href="/about/" class="link light-gray hover-white">About us</a></li>
</ul>
</nav>
</div>
</div>
<section class="pb4 f6">
<h2 class="f6 f5-ns pa0 ma0 mb2 tracked ttu normal
">Privacy & cookies</h2>
<ul class="list pa0 ma0">
<li class="mb2 mb1-ns">Find out what cookies we use and how we use your data: <a href="/help/privacy-and-cookies/" class="light-gray underline hover-white">our privacy policies</a>.</li>
<li class="mb2 mb1-ns"><a href="/about/jobs/privacy-notice-for-job-applicants/" class="light-gray underline hover-white">Privacy notice for job applicants</a></li>
</ul>
</section>
<div class="pb4 f6">
<p class="ma0 light-gray">Suffolk Libraries HMRC charity number XT34476. Registered company number IP031542.</p>
</div>
</div>
</footer>
</body>
</html>
|
Version 1.5 (jQuery slider)/build/contact.html | julienpowell/portfolio | <!-- HEAD -->
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>UX • IA • Technical writing | Julien Powell</title>
<meta name="description" content="">
<!-- Julien Powell, January 2014 -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/flexslider.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- NAVIGATION -->
<header>
<div class="masthead">
<h1><a href="#">Julien Powell</a></h1>
<p>UX • IA • Technical writing </p>
</div>
<div class="nav">
<nav>
<ul>
<li><a href="work.html">Work</a></li>
<ul>
<li><a href="#">User experience design</a></li> <li><a href="#">Information architecture</a></li>
<li><a href="#">Technical writing</a></li>
</ul>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<h1>Contact</h1>
<!-- FOOTER -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- FlexSlider -->
<script defer src="js/jquery.flexslider.js"></script>
<script type="text/javascript">
$(window).load(function(){
$('.flexslider').flexslider({
animation: "slide",
start: function(slider){
$('body').removeClass('loading');
}
});
});
</script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X');ga('send','pageview');
</script>
</body>
</html>
|
d685c99/html/index.html | v8-dox/v8-dox.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>V8 API Reference Guide for node.js v7.3.0 - v7.4.0: V8 API Reference Guide</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v7.3.0 - v7.4.0
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li class="current"><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><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><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">V8 API Reference Guide </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>V8 is Google's open source JavaScript engine.</p>
<p>This set of documents provides reference material generated from the V8 header file, <a class="el" href="v8_8h_source.html">include/v8.h</a>.</p>
<p>For other documentation see <a href="http://code.google.com/apis/v8/">http://code.google.com/apis/v8/</a> </p>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|
error/404/index.html | ctis-me/nicolas-cage-lives | <!DOCTYPE html>
<head>
<title>There was a problem (404)... :(</title>
<link rel="stylesheet" type="text/css" href="resources/css/main.css" media="all">
<link rel="shortcut icon" href="resources/xmas/images/favicon.ico" type="image/x-icon">
<style>
/* Text formatting! :D*/
a:link {color:#fff;}
a:visited {color:#fff;}
a:hover {color:#66CCFF;}
a:active {color:#6699FF;}
h1 {
left: center;
line-height: 150px;
margin: auto;
margin-top: -50px;
position: absolute;
top: 10%;
width: 98%;
font-size: 100px;
text-align: center;
}
h2 {
text-align: center;
line-height: 250px;
/* margin: auto;
margin-top: -150px;
position: absolute; */
top: 15%;
width: 100%
}
p {
position: absolute;
text-align: center;
font-size: 30px;
top: 40%;
width: 80%;
left: 12%;
}
/* Body formatting! */
</style>
</head>
<body>
<h1><a href="/" style="text-decoration: none;">:(</a></h1>
<h2>This is not the page you're looking for (404)... Sorry about that.</h2>
<p>
Aww, snap! You were just perusing the site, minding your own business, when suddenly, out
of nowhere, you click a link or hit a button or <i>something</i>, and BAM! This pops up.
You didn't request this page, and you certainly don't want to sit and look at some boring
error message all day. Why don't you click the frowny face at the top so you can return to the
home page? Or, even better, why not <a href="!!!YOUREMAILGOESHERE!!!" style="text-decoration: none; color:#66CCFF;">tell me about the error?</a>
</p>
</body>
|
app/templates/list.html | croxis/kmr | {% extends "base.html" %}
{% import "bootstrap/wtf.html" as wtf %}
{% block page_content %}
<script language="JavaScript" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type=text/javascript>
$SCRIPT_ROOT = {{ request.script_root|tojson|safe }};
</script>
{# There has got to be a better way to do this... #}
<script type=text/javascript>
$(document).ready(function() {
$('#search_string').keyup(function() {
$.getJSON($SCRIPT_ROOT + '/search_results', {
search_string: $('input[name="search_string"]').val(),
}, function(data) {
var search_html = "";
for (var i = 0; i < data.results.length; i++) {
search_html += '<div class="col-sm-6 col-md-4 col-lg-3"><div class="thumbnail"><img src="'
search_html += data.results[i].image_url
search_html += '" alt="mod icon"><div class="caption"><h3><a href="/mod/'
search_html += data.results[i].name
search_html += '">'
search_html += data.results[i].name
search_html += '</a></h3><p>' + data.results[i].summary.substring(0,100) + '...</p></div></div></div>'
}
if (data.results.length == 0) {
search_html = "No results";
}
$("div.results").html(search_html);
});
return false;
});
});
</script>
{#<div class="row">
<div class="col-md-4">
Search String<br />
<form><input id=search_string type=text size=20 name=search_string></form>
</div>
</div>#}
<div class="row">
<div class="results">
{% for mod in mods %}
<div class="col-sm-6 col-md-4 col-lg-3">
<div class="thumbnail">
<img src="/images/{{ mod.name }}/0" alt="mod icon">
<div class="caption">
<h3>
<a href="/mod/{{ mod.name }}">{{ mod.name }}</a>
<small>
Version
<a href="/mod/{{ mod.name }}/download">{{ mod.get_latest_download().mod_version }}
</a>
</small>
</h3>
<p>{{ ' '.join(mod.summary.split()[:20]) }}...</p>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
{% macro render_pagination(pagination, endpoint) %}
<div class=pagination>
{%- for page in pagination.iter_pages() %}
{% if page %}
{% if page != pagination.page %}
<a href="{{ url_for(endpoint, page=page) }}">{{ page }}</a>
{% else %}
<strong>{{ page }}</strong>
{% endif %}
{% else %}
<span class=ellipsis>…</span>
{% endif %}
{%- endfor %}
</div>
{% endmacro %}
{% endblock %}
|
ta/static/jqplot/examples/dataRenderer.html | blorenz/textbook-arbitrage-redux | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Data Renderers, AJAX and JSON Data</title>
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="../excanvas.js"></script><![endif]-->
<link rel="stylesheet" type="text/css" href="../jquery.jqplot.min.css" />
<link rel="stylesheet" type="text/css" href="examples.css" />
<!-- BEGIN: load jquery -->
<script language="javascript" type="text/javascript" src="../jquery.min.js"></script>
<!-- END: load jquery -->
<!-- BEGIN: load jqplot -->
<script language="javascript" type="text/javascript" src="../jquery.jqplot.min.js"></script>
<script language="javascript" type="text/javascript" src="../plugins/jqplot.dateAxisRenderer.min.js"></script>
<script language="javascript" type="text/javascript" src="../plugins/jqplot.ohlcRenderer.min.js"></script>
<script language="javascript" type="text/javascript" src="../plugins/jqplot.json2.min.js"></script>
<script language="javascript" type="text/javascript" src="../plugins/jqplot.ciParser.min.js"></script>
<style type="text/css">
div.jqplot-target {
margin: 20px;
}
</style>
<!-- END: load jqplot -->
<script language="javascript" type="text/javascript">
var cos = function(data, plot) {
for (var i=0; i<data.length; i++) {
for (var j=0; j<data[i].length; j++) {
data[i][j] = Math.cos(data[i][j]);
}
}
return data;
};
var ajaxdata = function(url, plot, options) {
var ret = $.ajax({
async: false,
url: url
});
return $.parseJSON(ret.responseText);
};
</script>
<script class="code" type="text/javascript">$(document).ready(function(){
var sineRenderer = function(data, plot) {
for (var i=0; i<data.length; i++) {
for (var j=0; j<data[i].length; j++) {
data[i][j] = Math.sin(data[i][j]);
}
}
return data;
};
var line1 = [-3.5, -3, -2.5, -2, -1.5, -1, -0.5, 0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5];
plo1t = $.jqplot('chart1',[line1],{
title: 'Sine Data Renderer',
dataRenderer: sineRenderer
});
});</script>
<script class="code" type="text/javascript">$(document).ready(function(){
var ajaxDataRenderer = function(url, plot) {
var ret = null;
$.ajax({
// have to use synchronous here, else returns before data is fetched
async: false,
url: url,
dataType:'json',
success: function(data) {
ret = data;
}
});
return ret;
};
var jsonurl = "./jsondata.txt";
plo12 = $.jqplot('chart2', jsonurl,{
title: 'AJAX JSON Data Renderer',
dataRenderer: ajaxDataRenderer
});
});</script>
<script class="code" type="text/javascript">$(document).ready(function(){
var jsonstr = '{"PriceTicks": [{"Price":5.5,"TickDate":"\/Date(1283745600000)\/"}, \
{"Price":6.8,"TickDate":"\/Date(1283832000000)\/"}, \
{"Price":7.1,"TickDate":"\/Date(1283918400000)\/"}], \
"PriceBars": [{"BarDate":"\/Date(1283745600000)\/","Close":10.0,"High":15.0,"Low":8.0,"Open":9.0}, \
{"BarDate":"\/Date(1283832000000)\/","Close":10.6,"High":14.3,"Low":9.1,"Open":12.5}, \
{"BarDate":"\/Date(1283918400000)\/","Close":12.0,"High":13.0,"Low":9.0,"Open":9.8}]}';
plot3 = $.jqplot('chart3', jsonstr, {
title:'Custom JSON Format, JSON Encoded String',
dataRenderer: $.jqplot.ciParser,
axes: {
xaxis: {
renderer:$.jqplot.DateAxisRenderer,
tickInterval: '1 day',
tickOptions:{formatString:'%y/%m/%d'},
min: '2010/09/05',
max: '2010/09/09'
}
},
series: [{}, {renderer:$.jqplot.OHLCRenderer, rendererOptions:{candleStick:true}}],
});
});</script>
<script class="code" type="text/javascript">$(document).ready(function(){
var jsonobj = {"PriceTicks":[
{"Price":5.5,"TickDate":"\/Date(1283745600000)\/"},
{"Price":6.8,"TickDate":"\/Date(1283832000000)\/"},
{"Price":7.1,"TickDate":"\/Date(1283918400000)\/"}],
"PriceBars":[
{"BarDate":"\/Date(1283745600000)\/","Close":10.0,"High":15.0,"Low":8.0,"Open":9.0},
{"BarDate":"\/Date(1283832000000)\/","Close":10.6,"High":14.3,"Low":9.1,"Open":12.5},
{"BarDate":"\/Date(1283918400000)\/","Close":12.0,"High":13.0,"Low":9.0,"Open":9.8}]
};
plot4 = $.jqplot('chart4', jsonobj, {
title:'Custom JSON Format, JSON Object',
dataRenderer: $.jqplot.ciParser,
axes: {
xaxis: {
renderer:$.jqplot.DateAxisRenderer,
tickInterval: '1 day',
tickOptions:{formatString:'%y/%m/%d'},
min: '2010/09/05',
max: '2010/09/09'
}
},
series: [{}, {renderer:$.jqplot.OHLCRenderer, rendererOptions:{candleStick:true}}],
});
});</script>
<script type="text/javascript">
$(document).ready(function(){
$('script.code').each(function(index) {
$('pre.code').eq(index).text($(this).html());
});
$('script.common').each(function(index) {
$('pre.common').eq(index).html($(this).html());
});
$(document).unload(function() {$('*').unbind(); });
});
</script>
</head>
<body>
<?php include "topbanner.inc"; ?>
<div class="example-content">
<?php include "nav.inc"; ?>
<p>The "dataRenderer" plot options allows you to specify a data preprocessor for your plot. This enables jqPlot to accept data in any arbitrary format (e.g. AJAX data soruces, JSON strings, etc.). Below are some examples illustrating how to use dataRenderers.</p>
<p>In this simple example, we create a dataRenderer which takes an array of x values and returns an array of [x, sin(x)] value pairs. Data renderers are passes the plot data and a reference to the plot as arguments.</p>
<div id="chart1" style="height:200px; width:400px;"></div>
<pre class="code"></pre>
<p>An example of how to use a dataRenderer to fetch data from a server via an AJAX callback. Here the "data" passed into the plot is actually the url of the data source.</p>
<div id="chart2" style="height:200px; width:400px;"></div>
<pre class="code"></pre>
<p>This example uses a more complicated dataRenderer that has been encapsulated as a jqplot plugin and loaded separately. This plugin accepts JSON data objects or strings formatted according to the City Index data format and returns jqPlot formatted data. This example uses a JSON encoded string.</p>
<div id="chart3" style="height:200px; width:400px;"></div>
<pre class="code"></pre>
<p>This example uses the same City Index data format, but passes in a JSON object instead of a string.</p>
<div id="chart4" style="height:200px; width:400px;"></div>
<pre class="code"></pre>
<p>There is a third argument passed to the data renderer, dataRendererOptions. It was not used in these examples, but can be set as a separate option on the plot to pass additional arguments into the renderer if needed.</p>
</div>
</body>
</html> |
static/fonts.html | whofman/my-pipulate | <!DOCTYPE html>
<html>
<head><!--[if lt IE 9]><script language="javascript" type="text/javascript" src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<meta charset="UTF-8"><style>/*
* Bootstrap v2.2.1
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
a:hover,
a:active {
outline: 0;
}
button,
input,
select,
textarea {
margin: 0;
font-size: 100%;
vertical-align: middle;
}
button,
input {
*overflow: visible;
line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #333;
background-color: #fff;
}
a {
color: #08c;
text-decoration: none;
}
a:hover {
color: #005580;
text-decoration: underline;
}
.row {
margin-left: -20px;
*zoom: 1;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 940px;
}
.span12 {
width: 940px;
}
.span11 {
width: 860px;
}
.span10 {
width: 780px;
}
.span9 {
width: 700px;
}
.span8 {
width: 620px;
}
.span7 {
width: 540px;
}
.span6 {
width: 460px;
}
.span5 {
width: 380px;
}
.span4 {
width: 300px;
}
.span3 {
width: 220px;
}
.span2 {
width: 140px;
}
.span1 {
width: 60px;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
float: right;
}
.container {
margin-right: auto;
margin-left: auto;
*zoom: 1;
}
.container:before,
.container:after {
display: table;
content: "";
line-height: 0;
}
.container:after {
clear: both;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 21px;
font-weight: 200;
line-height: 30px;
}
small {
font-size: 85%;
}
h1 {
margin: 10px 0;
font-family: inherit;
font-weight: bold;
line-height: 20px;
color: inherit;
text-rendering: optimizelegibility;
}
h1 small {
font-weight: normal;
line-height: 1;
color: #999;
}
h1 {
line-height: 40px;
}
h1 {
font-size: 38.5px;
}
h1 small {
font-size: 24.5px;
}
body {
margin-top: 90px;
}
.header {
position: fixed;
top: 0;
left: 50%;
margin-left: -480px;
background-color: #fff;
border-bottom: 1px solid #ddd;
padding-top: 10px;
z-index: 10;
}
.footer {
color: #ddd;
font-size: 12px;
text-align: center;
margin-top: 20px;
}
.footer a {
color: #ccc;
text-decoration: underline;
}
.the-icons {
font-size: 14px;
line-height: 24px;
}
.switch {
position: absolute;
right: 0;
bottom: 10px;
color: #666;
}
.switch input {
margin-right: 0.3em;
}
.codesOn .i-name {
display: none;
}
.codesOn .i-code {
display: inline;
}
.i-code {
display: none;
}
@font-face {
font-family: 'mikelevin';
src: url('./font/mikelevin.eot?73762107');
src: url('./font/mikelevin.eot?73762107#iefix') format('embedded-opentype'),
url('./font/mikelevin.woff?73762107') format('woff'),
url('./font/mikelevin.ttf?73762107') format('truetype'),
url('./font/mikelevin.svg?73762107#mikelevin') format('svg');
font-weight: normal;
font-style: normal;
}
.demo-icon
{
font-family: "mikelevin";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* You can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
</style>
<link rel="stylesheet" href="css/animation.css"><!--[if IE 7]><link rel="stylesheet" href="css/mikelevin-ie7.css"><![endif]-->
<script>
function toggleCodes(on) {
var obj = document.getElementById('icons');
if (on) {
obj.className += ' codesOn';
} else {
obj.className = obj.className.replace(' codesOn', '');
}
}
</script>
</head>
<body>
<div class="container header">
<h1>
mikelevin
<small>font demo</small>
</h1>
<label class="switch">
<input type="checkbox" onclick="toggleCodes(this.checked)">show codes
</label>
</div>
<div id="icons" class="container">
<div class="row">
<div title="Code: 0xe800" class="the-icons span3"><i class="demo-icon pip-mikelevin-ambigram"></i> <span class="i-name">pip-mikelevin-ambigram</span><span class="i-code">0xe800</span></div>
<div title="Code: 0xe801" class="the-icons span3"><i class="demo-icon pip-mikelevin-dot"></i> <span class="i-name">pip-mikelevin-dot</span><span class="i-code">0xe801</span></div>
<div title="Code: 0xe802" class="the-icons span3"><i class="demo-icon pip-pipicon"></i> <span class="i-name">pip-pipicon</span><span class="i-code">0xe802</span></div>
<div title="Code: 0xe803" class="the-icons span3"><i class="demo-icon pip-spin4 animate-spin"></i> <span class="i-name">pip-spin4</span><span class="i-code">0xe803</span></div>
</div>
<div class="row">
<div title="Code: 0xe804" class="the-icons span3"><i class="demo-icon pip-spin3 animate-spin"></i> <span class="i-name">pip-spin3</span><span class="i-code">0xe804</span></div>
<div title="Code: 0xe805" class="the-icons span3"><i class="demo-icon pip-chrome"></i> <span class="i-name">pip-chrome</span><span class="i-code">0xe805</span></div>
<div title="Code: 0xe806" class="the-icons span3"><i class="demo-icon pip-stopsign"></i> <span class="i-name">pip-stopsign</span><span class="i-code">0xe806</span></div>
<div title="Code: 0xe807" class="the-icons span3"><i class="demo-icon pip-stopsignpip"></i> <span class="i-name">pip-stopsignpip</span><span class="i-code">0xe807</span></div>
</div>
<div class="row">
<div title="Code: 0xe808" class="the-icons span3"><i class="demo-icon pip-stopblank"></i> <span class="i-name">pip-stopblank</span><span class="i-code">0xe808</span></div>
<div title="Code: 0xe809" class="the-icons span3"><i class="demo-icon pip-help-circled"></i> <span class="i-name">pip-help-circled</span><span class="i-code">0xe809</span></div>
<div title="Code: 0xe80a" class="the-icons span3"><i class="demo-icon pip-ok"></i> <span class="i-name">pip-ok</span><span class="i-code">0xe80a</span></div>
<div title="Code: 0xe80b" class="the-icons span3"><i class="demo-icon pip-cog"></i> <span class="i-name">pip-cog</span><span class="i-code">0xe80b</span></div>
</div>
<div class="row">
<div title="Code: 0xe80c" class="the-icons span3"><i class="demo-icon pip-circle-notch"></i> <span class="i-name">pip-circle-notch</span><span class="i-code">0xe80c</span></div>
<div title="Code: 0xe80d" class="the-icons span3"><i class="demo-icon pip-attention"></i> <span class="i-name">pip-attention</span><span class="i-code">0xe80d</span></div>
<div title="Code: 0xe80e" class="the-icons span3"><i class="demo-icon pip-instagramm"></i> <span class="i-name">pip-instagramm</span><span class="i-code">0xe80e</span></div>
<div title="Code: 0xe80f" class="the-icons span3"><i class="demo-icon pip-angle-circled-right"></i> <span class="i-name">pip-angle-circled-right</span><span class="i-code">0xe80f</span></div>
</div>
<div class="row">
<div title="Code: 0xe810" class="the-icons span3"><i class="demo-icon pip-lock"></i> <span class="i-name">pip-lock</span><span class="i-code">0xe810</span></div>
<div title="Code: 0xe811" class="the-icons span3"><i class="demo-icon pip-info-circled"></i> <span class="i-name">pip-info-circled</span><span class="i-code">0xe811</span></div>
<div title="Code: 0xe812" class="the-icons span3"><i class="demo-icon pip-circle-empty"></i> <span class="i-name">pip-circle-empty</span><span class="i-code">0xe812</span></div>
<div title="Code: 0xe813" class="the-icons span3"><i class="demo-icon pip-asterisk"></i> <span class="i-name">pip-asterisk</span><span class="i-code">0xe813</span></div>
</div>
<div class="row">
<div title="Code: 0xe814" class="the-icons span3"><i class="demo-icon pip-spinner"></i> <span class="i-name">pip-spinner</span><span class="i-code">0xe814</span></div>
<div title="Code: 0xe815" class="the-icons span3"><i class="demo-icon pip-circle"></i> <span class="i-name">pip-circle</span><span class="i-code">0xe815</span></div>
<div title="Code: 0xe816" class="the-icons span3"><i class="demo-icon pip-toggle-off"></i> <span class="i-name">pip-toggle-off</span><span class="i-code">0xe816</span></div>
<div title="Code: 0xe817" class="the-icons span3"><i class="demo-icon pip-toggle-on"></i> <span class="i-name">pip-toggle-on</span><span class="i-code">0xe817</span></div>
</div>
<div class="row">
<div title="Code: 0xe818" class="the-icons span3"><i class="demo-icon pip-check-empty"></i> <span class="i-name">pip-check-empty</span><span class="i-code">0xe818</span></div>
<div title="Code: 0xe819" class="the-icons span3"><i class="demo-icon pip-check"></i> <span class="i-name">pip-check</span><span class="i-code">0xe819</span></div>
<div title="Code: 0xe81a" class="the-icons span3"><i class="demo-icon pip-ok-circled"></i> <span class="i-name">pip-ok-circled</span><span class="i-code">0xe81a</span></div>
<div title="Code: 0xe81b" class="the-icons span3"><i class="demo-icon pip-linkedin-squared"></i> <span class="i-name">pip-linkedin-squared</span><span class="i-code">0xe81b</span></div>
</div>
<div class="row">
<div title="Code: 0xe81c" class="the-icons span3"><i class="demo-icon pip-twitter-squared"></i> <span class="i-name">pip-twitter-squared</span><span class="i-code">0xe81c</span></div>
<div title="Code: 0xe81d" class="the-icons span3"><i class="demo-icon pip-block-1"></i> <span class="i-name">pip-block-1</span><span class="i-code">0xe81d</span></div>
<div title="Code: 0xe81e" class="the-icons span3"><i class="demo-icon pip-ok-circled2"></i> <span class="i-name">pip-ok-circled2</span><span class="i-code">0xe81e</span></div>
<div title="Code: 0xe81f" class="the-icons span3"><i class="demo-icon pip-pinterest-circled"></i> <span class="i-name">pip-pinterest-circled</span><span class="i-code">0xe81f</span></div>
</div>
<div class="row">
<div title="Code: 0xe820" class="the-icons span3"><i class="demo-icon pip-spin5 animate-spin"></i> <span class="i-name">pip-spin5</span><span class="i-code">0xe820</span></div>
<div title="Code: 0xe821" class="the-icons span3"><i class="demo-icon pip-youtube-play"></i> <span class="i-name">pip-youtube-play</span><span class="i-code">0xe821</span></div>
<div title="Code: 0xe822" class="the-icons span3"><i class="demo-icon pip-star"></i> <span class="i-name">pip-star</span><span class="i-code">0xe822</span></div>
<div title="Code: 0xe823" class="the-icons span3"><i class="demo-icon pip-tumblr-squared"></i> <span class="i-name">pip-tumblr-squared</span><span class="i-code">0xe823</span></div>
</div>
<div class="row">
<div title="Code: 0xe824" class="the-icons span3"><i class="demo-icon pip-flickr"></i> <span class="i-name">pip-flickr</span><span class="i-code">0xe824</span></div>
<div title="Code: 0xe825" class="the-icons span3"><i class="demo-icon pip-google"></i> <span class="i-name">pip-google</span><span class="i-code">0xe825</span></div>
<div title="Code: 0xe826" class="the-icons span3"><i class="demo-icon pip-stumbleupon"></i> <span class="i-name">pip-stumbleupon</span><span class="i-code">0xe826</span></div>
<div title="Code: 0xe827" class="the-icons span3"><i class="demo-icon pip-tumblr"></i> <span class="i-name">pip-tumblr</span><span class="i-code">0xe827</span></div>
</div>
<div class="row">
<div title="Code: 0xe828" class="the-icons span3"><i class="demo-icon pip-twitter"></i> <span class="i-name">pip-twitter</span><span class="i-code">0xe828</span></div>
<div title="Code: 0xe829" class="the-icons span3"><i class="demo-icon pip-star-filled"></i> <span class="i-name">pip-star-filled</span><span class="i-code">0xe829</span></div>
<div title="Code: 0xe82a" class="the-icons span3"><i class="demo-icon pip-help"></i> <span class="i-name">pip-help</span><span class="i-code">0xe82a</span></div>
<div title="Code: 0xe82b" class="the-icons span3"><i class="demo-icon pip-bug"></i> <span class="i-name">pip-bug</span><span class="i-code">0xe82b</span></div>
</div>
<div class="row">
<div title="Code: 0xe82c" class="the-icons span3"><i class="demo-icon pip-puzzle"></i> <span class="i-name">pip-puzzle</span><span class="i-code">0xe82c</span></div>
<div title="Code: 0xe82d" class="the-icons span3"><i class="demo-icon pip-record-outline"></i> <span class="i-name">pip-record-outline</span><span class="i-code">0xe82d</span></div>
<div title="Code: 0xe82e" class="the-icons span3"><i class="demo-icon pip-record"></i> <span class="i-name">pip-record</span><span class="i-code">0xe82e</span></div>
<div title="Code: 0xe82f" class="the-icons span3"><i class="demo-icon pip-github-1"></i> <span class="i-name">pip-github-1</span><span class="i-code">0xe82f</span></div>
</div>
<div class="row">
<div title="Code: 0xe830" class="the-icons span3"><i class="demo-icon pip-attention-circled"></i> <span class="i-name">pip-attention-circled</span><span class="i-code">0xe830</span></div>
<div title="Code: 0xe831" class="the-icons span3"><i class="demo-icon pip-menu"></i> <span class="i-name">pip-menu</span><span class="i-code">0xe831</span></div>
<div title="Code: 0xe832" class="the-icons span3"><i class="demo-icon pip-mikelevin-logo"></i> <span class="i-name">pip-mikelevin-logo</span><span class="i-code">0xe832</span></div>
<div title="Code: 0xe833" class="the-icons span3"><i class="demo-icon pip-pipulate"></i> <span class="i-name">pip-pipulate</span><span class="i-code">0xe833</span></div>
</div>
<div class="row">
<div title="Code: 0xe834" class="the-icons span3"><i class="demo-icon pip-mail"></i> <span class="i-name">pip-mail</span><span class="i-code">0xe834</span></div>
<div title="Code: 0xe835" class="the-icons span3"><i class="demo-icon pip-spin6 animate-spin"></i> <span class="i-name">pip-spin6</span><span class="i-code">0xe835</span></div>
<div title="Code: 0xe836" class="the-icons span3"><i class="demo-icon pip-doc"></i> <span class="i-name">pip-doc</span><span class="i-code">0xe836</span></div>
<div title="Code: 0xe837" class="the-icons span3"><i class="demo-icon pip-googleplus"></i> <span class="i-name">pip-googleplus</span><span class="i-code">0xe837</span></div>
</div>
<div class="row">
<div title="Code: 0xe838" class="the-icons span3"><i class="demo-icon pip-facebook-1"></i> <span class="i-name">pip-facebook-1</span><span class="i-code">0xe838</span></div>
<div title="Code: 0xe839" class="the-icons span3"><i class="demo-icon pip-help-circled-1"></i> <span class="i-name">pip-help-circled-1</span><span class="i-code">0xe839</span></div>
<div title="Code: 0xe83a" class="the-icons span3"><i class="demo-icon pip-calendar-1"></i> <span class="i-name">pip-calendar-1</span><span class="i-code">0xe83a</span></div>
<div title="Code: 0xe83b" class="the-icons span3"><i class="demo-icon pip-doc-inv"></i> <span class="i-name">pip-doc-inv</span><span class="i-code">0xe83b</span></div>
</div>
<div class="row">
<div title="Code: 0xe83c" class="the-icons span3"><i class="demo-icon pip-magnet"></i> <span class="i-name">pip-magnet</span><span class="i-code">0xe83c</span></div>
<div title="Code: 0xe83d" class="the-icons span3"><i class="demo-icon pip-windows-1"></i> <span class="i-name">pip-windows-1</span><span class="i-code">0xe83d</span></div>
<div title="Code: 0xe83e" class="the-icons span3"><i class="demo-icon pip-apple"></i> <span class="i-name">pip-apple</span><span class="i-code">0xe83e</span></div>
<div title="Code: 0xe83f" class="the-icons span3"><i class="demo-icon pip-linux"></i> <span class="i-name">pip-linux</span><span class="i-code">0xe83f</span></div>
</div>
<div class="row">
<div title="Code: 0xe840" class="the-icons span3"><i class="demo-icon pip-git"></i> <span class="i-name">pip-git</span><span class="i-code">0xe840</span></div>
<div title="Code: 0xe841" class="the-icons span3"><i class="demo-icon pip-windows"></i> <span class="i-name">pip-windows</span><span class="i-code">0xe841</span></div>
<div title="Code: 0xe842" class="the-icons span3"><i class="demo-icon pip-help-2"></i> <span class="i-name">pip-help-2</span><span class="i-code">0xe842</span></div>
<div title="Code: 0xe843" class="the-icons span3"><i class="demo-icon pip-wordpress"></i> <span class="i-name">pip-wordpress</span><span class="i-code">0xe843</span></div>
</div>
<div class="row">
<div title="Code: 0xe844" class="the-icons span3"><i class="demo-icon pip-money"></i> <span class="i-name">pip-money</span><span class="i-code">0xe844</span></div>
<div title="Code: 0xe845" class="the-icons span3"><i class="demo-icon pip-circle-thin"></i> <span class="i-name">pip-circle-thin</span><span class="i-code">0xe845</span></div>
<div title="Code: 0xe846" class="the-icons span3"><i class="demo-icon pip-search"></i> <span class="i-name">pip-search</span><span class="i-code">0xe846</span></div>
<div title="Code: 0xe847" class="the-icons span3"><i class="demo-icon pip-html5"></i> <span class="i-name">pip-html5</span><span class="i-code">0xe847</span></div>
</div>
<div class="row">
<div title="Code: 0xe848" class="the-icons span3"><i class="demo-icon pip-cloud-flash-alt"></i> <span class="i-name">pip-cloud-flash-alt</span><span class="i-code">0xe848</span></div>
<div title="Code: 0xe849" class="the-icons span3"><i class="demo-icon pip-lock-open"></i> <span class="i-name">pip-lock-open</span><span class="i-code">0xe849</span></div>
<div title="Code: 0xe84a" class="the-icons span3"><i class="demo-icon pip-link-ext"></i> <span class="i-name">pip-link-ext</span><span class="i-code">0xe84a</span></div>
<div title="Code: 0xe84b" class="the-icons span3"><i class="demo-icon pip-lock-open-alt"></i> <span class="i-name">pip-lock-open-alt</span><span class="i-code">0xe84b</span></div>
</div>
<div class="row">
<div title="Code: 0xe84c" class="the-icons span3"><i class="demo-icon pip-book"></i> <span class="i-name">pip-book</span><span class="i-code">0xe84c</span></div>
<div title="Code: 0xe84d" class="the-icons span3"><i class="demo-icon pip-download-cloud"></i> <span class="i-name">pip-download-cloud</span><span class="i-code">0xe84d</span></div>
<div title="Code: 0xe84e" class="the-icons span3"><i class="demo-icon pip-upload-cloud"></i> <span class="i-name">pip-upload-cloud</span><span class="i-code">0xe84e</span></div>
<div title="Code: 0xe84f" class="the-icons span3"><i class="demo-icon pip-share"></i> <span class="i-name">pip-share</span><span class="i-code">0xe84f</span></div>
</div>
<div class="row">
<div title="Code: 0xe850" class="the-icons span3"><i class="demo-icon pip-help-circled-2"></i> <span class="i-name">pip-help-circled-2</span><span class="i-code">0xe850</span></div>
<div title="Code: 0xe851" class="the-icons span3"><i class="demo-icon pip-info-circled-1"></i> <span class="i-name">pip-info-circled-1</span><span class="i-code">0xe851</span></div>
<div title="Code: 0xe852" class="the-icons span3"><i class="demo-icon pip-info"></i> <span class="i-name">pip-info</span><span class="i-code">0xe852</span></div>
<div title="Code: 0xe853" class="the-icons span3"><i class="demo-icon pip-help-1"></i> <span class="i-name">pip-help-1</span><span class="i-code">0xe853</span></div>
</div>
<div class="row">
<div title="Code: 0xe854" class="the-icons span3"><i class="demo-icon pip-cancel-circled"></i> <span class="i-name">pip-cancel-circled</span><span class="i-code">0xe854</span></div>
<div title="Code: 0xe855" class="the-icons span3"><i class="demo-icon pip-cancel-squared"></i> <span class="i-name">pip-cancel-squared</span><span class="i-code">0xe855</span></div>
<div title="Code: 0xe856" class="the-icons span3"><i class="demo-icon pip-key"></i> <span class="i-name">pip-key</span><span class="i-code">0xe856</span></div>
<div title="Code: 0xe857" class="the-icons span3"><i class="demo-icon pip-megaphone"></i> <span class="i-name">pip-megaphone</span><span class="i-code">0xe857</span></div>
</div>
<div class="row">
<div title="Code: 0xe858" class="the-icons span3"><i class="demo-icon pip-info-1"></i> <span class="i-name">pip-info-1</span><span class="i-code">0xe858</span></div>
<div title="Code: 0xe859" class="the-icons span3"><i class="demo-icon pip-dot-circled"></i> <span class="i-name">pip-dot-circled</span><span class="i-code">0xe859</span></div>
<div title="Code: 0xe85a" class="the-icons span3"><i class="demo-icon pip-heart"></i> <span class="i-name">pip-heart</span><span class="i-code">0xe85a</span></div>
<div title="Code: 0xe85b" class="the-icons span3"><i class="demo-icon pip-heart-filled"></i> <span class="i-name">pip-heart-filled</span><span class="i-code">0xe85b</span></div>
</div>
<div class="row">
<div title="Code: 0xe85c" class="the-icons span3"><i class="demo-icon pip-cloud-flash"></i> <span class="i-name">pip-cloud-flash</span><span class="i-code">0xe85c</span></div>
<div title="Code: 0xe85d" class="the-icons span3"><i class="demo-icon pip-quote-left"></i> <span class="i-name">pip-quote-left</span><span class="i-code">0xe85d</span></div>
<div title="Code: 0xe85e" class="the-icons span3"><i class="demo-icon pip-quote-right"></i> <span class="i-name">pip-quote-right</span><span class="i-code">0xe85e</span></div>
<div title="Code: 0xe85f" class="the-icons span3"><i class="demo-icon pip-play"></i> <span class="i-name">pip-play</span><span class="i-code">0xe85f</span></div>
</div>
<div class="row">
<div title="Code: 0xe860" class="the-icons span3"><i class="demo-icon pip-chart-pie"></i> <span class="i-name">pip-chart-pie</span><span class="i-code">0xe860</span></div>
<div title="Code: 0xe861" class="the-icons span3"><i class="demo-icon pip-cloud-flash-inv"></i> <span class="i-name">pip-cloud-flash-inv</span><span class="i-code">0xe861</span></div>
<div title="Code: 0xe862" class="the-icons span3"><i class="demo-icon pip-star-1"></i> <span class="i-name">pip-star-1</span><span class="i-code">0xe862</span></div>
<div title="Code: 0xe863" class="the-icons span3"><i class="demo-icon pip-star-empty"></i> <span class="i-name">pip-star-empty</span><span class="i-code">0xe863</span></div>
</div>
<div class="row">
<div title="Code: 0xe864" class="the-icons span3"><i class="demo-icon pip-youtube-1"></i> <span class="i-name">pip-youtube-1</span><span class="i-code">0xe864</span></div>
<div title="Code: 0xe865" class="the-icons span3"><i class="demo-icon pip-email"></i> <span class="i-name">pip-email</span><span class="i-code">0xe865</span></div>
<div title="Code: 0xe866" class="the-icons span3"><i class="demo-icon pip-play-circled2"></i> <span class="i-name">pip-play-circled2</span><span class="i-code">0xe866</span></div>
<div title="Code: 0xe867" class="the-icons span3"><i class="demo-icon pip-chart"></i> <span class="i-name">pip-chart</span><span class="i-code">0xe867</span></div>
</div>
<div class="row">
<div title="Code: 0xe868" class="the-icons span3"><i class="demo-icon pip-ellipsis-vert"></i> <span class="i-name">pip-ellipsis-vert</span><span class="i-code">0xe868</span></div>
<div title="Code: 0xe869" class="the-icons span3"><i class="demo-icon pip-ellipsis"></i> <span class="i-name">pip-ellipsis</span><span class="i-code">0xe869</span></div>
<div title="Code: 0xe86a" class="the-icons span3"><i class="demo-icon pip-play-circled"></i> <span class="i-name">pip-play-circled</span><span class="i-code">0xe86a</span></div>
<div title="Code: 0xe86b" class="the-icons span3"><i class="demo-icon pip-target"></i> <span class="i-name">pip-target</span><span class="i-code">0xe86b</span></div>
</div>
<div class="row">
<div title="Code: 0xe86c" class="the-icons span3"><i class="demo-icon pip-block"></i> <span class="i-name">pip-block</span><span class="i-code">0xe86c</span></div>
<div title="Code: 0xe86d" class="the-icons span3"><i class="demo-icon pip-video"></i> <span class="i-name">pip-video</span><span class="i-code">0xe86d</span></div>
<div title="Code: 0xe86e" class="the-icons span3"><i class="demo-icon pip-emo-sunglasses"></i> <span class="i-name">pip-emo-sunglasses</span><span class="i-code">0xe86e</span></div>
<div title="Code: 0xe86f" class="the-icons span3"><i class="demo-icon pip-fast-food"></i> <span class="i-name">pip-fast-food</span><span class="i-code">0xe86f</span></div>
</div>
<div class="row">
<div title="Code: 0xe870" class="the-icons span3"><i class="demo-icon pip-play-circled-1"></i> <span class="i-name">pip-play-circled-1</span><span class="i-code">0xe870</span></div>
<div title="Code: 0xe871" class="the-icons span3"><i class="demo-icon pip-play-circled2-1"></i> <span class="i-name">pip-play-circled2-1</span><span class="i-code">0xe871</span></div>
<div title="Code: 0xe872" class="the-icons span3"><i class="demo-icon pip-export"></i> <span class="i-name">pip-export</span><span class="i-code">0xe872</span></div>
<div title="Code: 0xe873" class="the-icons span3"><i class="demo-icon pip-spin1 animate-spin"></i> <span class="i-name">pip-spin1</span><span class="i-code">0xe873</span></div>
</div>
<div class="row">
<div title="Code: 0xe874" class="the-icons span3"><i class="demo-icon pip-spin2 animate-spin"></i> <span class="i-name">pip-spin2</span><span class="i-code">0xe874</span></div>
<div title="Code: 0xe875" class="the-icons span3"><i class="demo-icon pip-cancel"></i> <span class="i-name">pip-cancel</span><span class="i-code">0xe875</span></div>
<div title="Code: 0xe876" class="the-icons span3"><i class="demo-icon pip-check-1"></i> <span class="i-name">pip-check-1</span><span class="i-code">0xe876</span></div>
<div title="Code: 0xe877" class="the-icons span3"><i class="demo-icon pip-ok-1"></i> <span class="i-name">pip-ok-1</span><span class="i-code">0xe877</span></div>
</div>
<div class="row">
<div title="Code: 0xe878" class="the-icons span3"><i class="demo-icon pip-ok-2"></i> <span class="i-name">pip-ok-2</span><span class="i-code">0xe878</span></div>
<div title="Code: 0xe879" class="the-icons span3"><i class="demo-icon pip-ok-3"></i> <span class="i-name">pip-ok-3</span><span class="i-code">0xe879</span></div>
<div title="Code: 0xe87a" class="the-icons span3"><i class="demo-icon pip-ok-4"></i> <span class="i-name">pip-ok-4</span><span class="i-code">0xe87a</span></div>
<div title="Code: 0xe87b" class="the-icons span3"><i class="demo-icon pip-ok-circle"></i> <span class="i-name">pip-ok-circle</span><span class="i-code">0xe87b</span></div>
</div>
<div class="row">
<div title="Code: 0xe87c" class="the-icons span3"><i class="demo-icon pip-block-2"></i> <span class="i-name">pip-block-2</span><span class="i-code">0xe87c</span></div>
<div title="Code: 0xe87d" class="the-icons span3"><i class="demo-icon pip-googleplus-rect"></i> <span class="i-name">pip-googleplus-rect</span><span class="i-code">0xe87d</span></div>
<div title="Code: 0xe87e" class="the-icons span3"><i class="demo-icon pip-lock-1"></i> <span class="i-name">pip-lock-1</span><span class="i-code">0xe87e</span></div>
<div title="Code: 0xe87f" class="the-icons span3"><i class="demo-icon pip-lock-open-1"></i> <span class="i-name">pip-lock-open-1</span><span class="i-code">0xe87f</span></div>
</div>
<div class="row">
<div title="Code: 0xe880" class="the-icons span3"><i class="demo-icon pip-play-1"></i> <span class="i-name">pip-play-1</span><span class="i-code">0xe880</span></div>
<div title="Code: 0xe881" class="the-icons span3"><i class="demo-icon pip-pause"></i> <span class="i-name">pip-pause</span><span class="i-code">0xe881</span></div>
<div title="Code: 0xe882" class="the-icons span3"><i class="demo-icon pip-stop"></i> <span class="i-name">pip-stop</span><span class="i-code">0xe882</span></div>
<div title="Code: 0xe883" class="the-icons span3"><i class="demo-icon pip-to-end"></i> <span class="i-name">pip-to-end</span><span class="i-code">0xe883</span></div>
</div>
<div class="row">
<div title="Code: 0xe884" class="the-icons span3"><i class="demo-icon pip-to-start"></i> <span class="i-name">pip-to-start</span><span class="i-code">0xe884</span></div>
<div title="Code: 0xe885" class="the-icons span3"><i class="demo-icon pip-fast-forward"></i> <span class="i-name">pip-fast-forward</span><span class="i-code">0xe885</span></div>
<div title="Code: 0xe886" class="the-icons span3"><i class="demo-icon pip-fast-backward"></i> <span class="i-name">pip-fast-backward</span><span class="i-code">0xe886</span></div>
<div title="Code: 0xe887" class="the-icons span3"><i class="demo-icon pip-angle-circled-left"></i> <span class="i-name">pip-angle-circled-left</span><span class="i-code">0xe887</span></div>
</div>
<div class="row">
<div title="Code: 0xe888" class="the-icons span3"><i class="demo-icon pip-angle-circled-up"></i> <span class="i-name">pip-angle-circled-up</span><span class="i-code">0xe888</span></div>
<div title="Code: 0xe889" class="the-icons span3"><i class="demo-icon pip-angle-circled-down"></i> <span class="i-name">pip-angle-circled-down</span><span class="i-code">0xe889</span></div>
<div title="Code: 0xe88a" class="the-icons span3"><i class="demo-icon pip-picirclelogo2"></i> <span class="i-name">pip-picirclelogo2</span><span class="i-code">0xe88a</span></div>
</div>
</div>
<div class="container footer">Generated by <a href="http://fontello.com">fontello.com</a></div>
</body>
</html> |
parts/top.html | renier/markdown2bootstrap | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>{{title}}</title>
<!-- Le styles -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<link href="bootstrap/css/docs.css" rel="stylesheet">
<link href="bootstrap/js/google-code-prettify/prettify.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target=".bs-docs-sidebar">
{{header}}
<div class="container">
<div class="row">
|
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/photon-min-part2.css-v1.1.html | user-tony/photon-rails | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/favicon.ico"/>
<link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/iosicon.png"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/css/css_compiled/photon-min.css?v1.1" media="all"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/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/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/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/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/modernizr.custom.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.pnotify.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/less-1.3.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/xbreadcrumbs.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.maskedinput-1.3.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.autotab-1.1b.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/charCount.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.textareaCounter.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/elrte.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/elrte.en.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/select2.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery-picklist.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/additional-methods.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.form.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.metadata.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.mockjax.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.uniform.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.rating.pack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/farbtastic.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.timeentry.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.jstree.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.mCustomScrollbar.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.flot.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.flot.stack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.flot.pie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.flot.resize.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/raphael.2.1.0.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/justgage.1.0.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.clock.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.countdown.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.jqtweet.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/jquery.cookie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/bootstrap-fileupload.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/prettify/prettify.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/bootstrapSwitch.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/js/plugins/mfupload.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/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/css/css_compiled/js/plugins/css/css_compiled/css/css_compiled/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="photon-min-part2.css-v1.1.html#">Sign Up »</a>
<a href="photon-min-part2.css-v1.1.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="photon-min-part2.css-v1.1.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>
|
Data Management System/jsp/accuracy_calculation/accuracy_calculation.html | lovemybamboo/lovemybamboo.github.io | <html lang="cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>平台管理——精度计算</title>
<!-- Bootstrap Core CSS -->
<link href="../../css/bootstrap.min.css" rel="stylesheet">
<!-- MetisMenu CSS -->
<link href="../../css/plugins/metisMenu/metisMenu.min.css" rel="stylesheet">
<!-- DataTables CSS -->
<link href="../../css/plugins/dataTables.bootstrap.css" rel="stylesheet">
<!-- Timeline CSS -->
<link href="../../css/plugins/timeline.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="../../css/sb-admin-2.css" rel="stylesheet">
<!-- Morris Charts CSS -->
<link href="../../css/plugins/morris.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="../../font-awesome-4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!--Message CSS -->
<link href="../../css/plugins/messenger/messenger.css" rel="stylesheet" type="text/css">
<link href="../../css/plugins/messenger/messenger-theme-flat.css" rel="stylesheet" type="text/css">
<!--DateTimePicker CSS -->
<link href="../../css/plugins/datetimepicker/bootstrap-datetimepicker.min.css" rel="stylesheet" type="text/css">
<!-- Page Accuracy_Calculation CSS -->
<link href="../../css/css_accuracy_calculation/accuracy_calculation.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="wrapper">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="user_management.html">XXX惯性导航系统可靠性数据平台</a>
</div>
<!-- /.navbar-header -->
<ul class="nav navbar-top-links navbar-right">
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-user fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="#"><i class="fa fa-user fa-fw"></i>用户信息</a>
</li>
<li><a href="#"><i class="fa fa-gear fa-fw"></i>设置</a>
</li>
<li class="divider"></li>
<li><a href="../../login.html"><i class="fa fa-sign-out fa-fw"></i>退出</a>
</li>
</ul>
<!-- /.dropdown-user -->
</li>
<!-- /.dropdown -->
</ul>
<!-- /.navbar-top-links -->
<div class="navbar-default sidebar" role="navigation">
<div class="sidebar-nav navbar-collapse">
<ul class="nav" id="side-menu">
<li>
<a href="user_management.html">平台管理<span class="fa arrow"></span></a>
<ul class="nav nav-second-level collapse">
<li>
<a href="../system_management/user_management.html">用户管理</a>
</li>
<li>
<a href="../system_management/log_management.html">日志管理</a>
</li>
<li>
<a href="">数据备份</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"> 指标体系管理 <span class="fa arrow"></span></a>
<ul class="nav nav-second-level collapse">
<li>
<a href="">型号管理</a>
</li>
<li>
<a href="">设备管理</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"> 数据管理 <span class="fa arrow"></span></a>
<ul class="nav nav-second-level collapse">
<li>
<a href="">设备管理</a>
</li>
<li>
<a href="">实验数据管理</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"> 故障判定管理 <span class="fa arrow"></span></a>
<ul class="nav nav-second-level collapse">
<li>
<a href="">故障判定</a>
</li>
<li>
<a href="">故障分析</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a class="active" href="#"> 精度评定 <span class="fa arrow"></span></a>
<ul class="nav nav-second-level collapse in">
<li>
<a href="../accuracy_calculation/accuracy_calculation.html">精度计算</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"> 退化分析 </a>
</li>
<li>
<a href="#"> 可靠性评估 <span class="fa arrow"></span></a>
<ul class="nav nav-second-level collapse">
<li>
<a href="">基于性能的系统可靠性评估</a>
</li>
<li>
<a href="">基于过程的系统可靠性评估</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"> 技术帮助 <span class="fa arrow"></span></a>
<ul class="nav nav-second-level collapse">
<li>
<a href="">电子手册</a>
</li>
<li>
<a href="">版本说明</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
</ul>
</div>
<!-- /.sidebar-collapse -->
</div>
<!-- /.navbar-static-side -->
</nav>
<div id="page-wrapper" style="min-height: 589px;">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">精度计算</h1>
</div>
<!-- /.col-lg-12 -->
</div>
<!-- /.row -->
<div class="row" id="div-create-user">
<div class="col-lg-12">
<div class="panel panel-primary">
<div class="panel-heading">
过滤数据
</div>
<!-- .panel-heading -->
<div class="panel-body">
<form class="form-horizontal" role="form">
<div class="form-group">
<label class="col-sm-2 control-label">实验批次</label>
<div class="col-sm-10">
<input class="form-control" id="input-user-id">
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">起始时间</label>
<div class="col-sm-10">
<div class="input-group date form_datetime col-md-10">
<input class="form-control" size="16" type="text" value="">
<span class="input-group-addon"><span class="glyphicon glyphicon-th"></span></span>
</div>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">终止时间</label>
<div class="col-sm-10">
<div class="input-group date form_datetime col-md-10">
<input class="form-control" size="16" type="text" value="">
<span class="input-group-addon"><span class="glyphicon glyphicon-th"></span></span>
</div>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-0 col-sm-4">
<button type="button" class="btn btn-success btn-lg btn-block" id="btn-query-confirm">
过滤数据
</button>
</div>
<div class="col-sm-offset-4 col-sm-4">
<button class="btn btn-danger btn-lg btn-block" id="btn-reset">重置条件</button>
</div>
</div>
</form>
</div>
<!-- .panel-body -->
</div>
<!-- /.panel -->
</div>
</div>
<!-- /.row -->
<div class="row" id="div-data-result">
<div class="col-lg-12">
<div class="panel panel-success">
<div class="panel-heading">数据列表</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover" id="dataTables-data-result">
<thead>
<tr>
<th>
<input type="checkbox" value="">
</th>
<th>纬度</th>
<th>经度</th>
<th>东速</th>
<th>北速</th>
<th>纵摇</th>
<th>横摇</th>
<th>航向</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<!-- /.table-responsive -->
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-12 -->
</div>
<!-- /.row -->
<div class="row" id="div-data-button">
<div class="col-lg-12">
<div class="panel panel-warning">
<div class="panel-heading">选择评定方法</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div class="col-xs-6 col-sm-3">
<button type="button" class="btn btn-primary btn-lg btn-block" id="btn-function-1">径向误差</button>
</div>
<div class="col-xs-6 col-sm-3">
<button class="btn btn-primary btn-lg btn-block" id="btn-function-2">径向误差最大值</button>
</div>
<div class="col-xs-6 col-sm-3">
<button type="button" class="btn btn-primary btn-lg btn-block" id="btn-function-3">圆周率误差</button>
</div>
<div class="col-xs-6 col-sm-3">
<button class="btn btn-primary btn-lg btn-block" id="btn-function-4">TRMS</button>
</div>
<div class="col-xs-6 col-sm-3">
<button type="button" class="btn btn-primary btn-lg btn-block" id="btn-function-5">速度误差RMS</button>
</div>
<div class="col-xs-6 col-sm-3">
<button class="btn btn-primary btn-lg btn-block" id="btn-function-6">速度误差最大值</button>
</div>
<div class="col-xs-6 col-sm-3">
<button type="button" class="btn btn-primary btn-lg btn-block" id="btn-function-7">姿态误差RMS</button>
</div>
<div class="col-xs-6 col-sm-3">
<button class="btn btn-primary btn-lg btn-block" id="btn-function-8">姿态误差最大值</button>
</div>
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
</div>
</div>
</div>
<!-- /#page-wrapper -->
</div>
<!-- /#wrapper -->
<!-- jQuery Version 1.11.0 -->
<script src="../../js/jquery-1.11.0.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="../../js/bootstrap.min.js"></script>
<!-- Metis Menu Plugin JavaScript -->
<script src="../../js/plugins/metisMenu/metisMenu.min.js"></script>
<!-- DataTables JavaScript -->
<script src="../../js/plugins/dataTables/jquery.dataTables.js"></script>
<script src="../../js/plugins/dataTables/dataTables.bootstrap.js"></script>
<!-- Custom Theme JavaScript -->
<script src="../../js/sb-admin-2.js"></script>
<!-- Page-Level Demo Scripts - Tables - Use for reference -->
<script src="../../js/plugins/messenger/messenger.min.js"></script>
<script src="../../js/plugins/messenger/messenger-theme-flat.js"></script>
<!-- Custom Theme JavaScript -->
<script src="../../js/sb-admin-2.js"></script>
<!-- Custom Theme JavaScript -->
<script src="../../js/plugins/datetimepicker/bootstrap-datetimepicker.min.js"></script>
<script src="../../js/plugins/datetimepicker/locales/bootstrap-datetimepicker.zh-CN.js"></script>
<script src="../../js/js_accuracy_calculation/accuracy_calculation.js"></script>
</body>
</html> |
docs/3.2/d3/da3/structcv_1_1cudev_1_1multiplies.html | lucasbrsa/OpenCV-3.2 | <!-- HTML header for doxygen 1.8.6-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.12"/>
<title>OpenCV: cv::cudev::multiplies< T > Struct Template Reference</title>
<link href="../../opencv.ico" rel="shortcut icon" type="image/x-icon" />
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../jquery.js"></script>
<script type="text/javascript" src="../../dynsections.js"></script>
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../search/searchdata.js"></script>
<script type="text/javascript" src="../../search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
//<![CDATA[
MathJax.Hub.Config(
{
TeX: {
Macros: {
matTT: [ "\\[ \\left|\\begin{array}{ccc} #1 & #2 & #3\\\\ #4 & #5 & #6\\\\ #7 & #8 & #9 \\end{array}\\right| \\]", 9],
fork: ["\\left\\{ \\begin{array}{l l} #1 & \\mbox{#2}\\\\ #3 & \\mbox{#4}\\\\ \\end{array} \\right.", 4],
forkthree: ["\\left\\{ \\begin{array}{l l} #1 & \\mbox{#2}\\\\ #3 & \\mbox{#4}\\\\ #5 & \\mbox{#6}\\\\ \\end{array} \\right.", 6],
vecthree: ["\\begin{bmatrix} #1\\\\ #2\\\\ #3 \\end{bmatrix}", 3],
vecthreethree: ["\\begin{bmatrix} #1 & #2 & #3\\\\ #4 & #5 & #6\\\\ #7 & #8 & #9 \\end{bmatrix}", 9],
hdotsfor: ["\\dots", 1],
mathbbm: ["\\mathbb{#1}", 1],
bordermatrix: ["\\matrix{#1}", 1]
}
}
}
);
//]]>
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
<link href="../../stylesheet.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<!--#include virtual="/google-search.html"-->
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="../../opencv-logo-small.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">OpenCV
 <span id="projectnumber">3.2.0</span>
</div>
<div id="projectbrief">Open Source Computer Vision</div>
</td>
</tr>
</tbody>
</table>
</div>
<script type="text/javascript">
//<![CDATA[
function getLabelName(innerHTML) {
var str = innerHTML.toLowerCase();
// Replace all '+' with 'p'
str = str.split('+').join('p');
// Replace all ' ' with '_'
str = str.split(' ').join('_');
// Replace all '#' with 'sharp'
str = str.split('#').join('sharp');
// Replace other special characters with 'ascii' + code
for (var i = 0; i < str.length; i++) {
var charCode = str.charCodeAt(i);
if (!(charCode == 95 || (charCode > 96 && charCode < 123) || (charCode > 47 && charCode < 58)))
str = str.substr(0, i) + 'ascii' + charCode + str.substr(i + 1);
}
return str;
}
function addToggle() {
var $getDiv = $('div.newInnerHTML').last();
var buttonName = $getDiv.html();
var label = getLabelName(buttonName.trim());
$getDiv.attr("title", label);
$getDiv.hide();
$getDiv = $getDiv.next();
$getDiv.attr("class", "toggleable_div label_" + label);
$getDiv.hide();
}
//]]>
</script>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "../../search",false,'Search');
</script>
<script type="text/javascript" src="../../menudata.js"></script>
<script type="text/javascript" src="../../menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('../../',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="../../d2/d75/namespacecv.html">cv</a></li><li class="navelem"><a class="el" href="../../df/d1d/namespacecv_1_1cudev.html">cudev</a></li><li class="navelem"><a class="el" href="../../d3/da3/structcv_1_1cudev_1_1multiplies.html">multiplies</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="../../dc/d5c/structcv_1_1cudev_1_1multiplies-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">cv::cudev::multiplies< T > Struct Template Reference<div class="ingroups"><a class="el" href="../../d0/de1/group__core.html">Core functionality</a> » <a class="el" href="../../d2/d3c/group__core__opengl.html">OpenGL interoperability</a> » <a class="el" href="../../d1/d1e/group__cuda.html">CUDA-accelerated Computer Vision</a> » <a class="el" href="../../df/dfc/group__cudev.html">Device layer</a></div></div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include "functional.hpp"</code></p>
<div class="dynheader">
Inheritance diagram for cv::cudev::multiplies< T >:</div>
<div class="dyncontent">
<div class="center">
<img src="../../d3/da3/structcv_1_1cudev_1_1multiplies.png" usemap="#cv::cudev::multiplies_3C_20T_20_3E_map" alt=""/>
<map id="cv::cudev::multiplies_3C_20T_20_3E_map" name="cv::cudev::multiplies< T >_map">
<area href="../../d6/ddf/structcv_1_1cudev_1_1binary__function.html" alt="cv::cudev::binary_function< T, T, T >" shape="rect" coords="0,0,224,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:ae098f5637977e29132fbb3a8607921a9"><td class="memItemLeft" align="right" valign="top">__device__ __forceinline__ T </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d3/da3/structcv_1_1cudev_1_1multiplies.html#ae098f5637977e29132fbb3a8607921a9">operator()</a> (typename <a class="el" href="../../d7/d97/structcv_1_1cudev_1_1TypeTraits.html">TypeTraits</a>< T >::parameter_type a, typename <a class="el" href="../../d7/d97/structcv_1_1cudev_1_1TypeTraits.html">TypeTraits</a>< T >::parameter_type b) const</td></tr>
<tr class="separator:ae098f5637977e29132fbb3a8607921a9"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pub_types_structcv_1_1cudev_1_1binary__function"><td colspan="2" onclick="javascript:toggleInherit('pub_types_structcv_1_1cudev_1_1binary__function')"><img src="../../closed.png" alt="-"/> Public Types inherited from <a class="el" href="../../d6/ddf/structcv_1_1cudev_1_1binary__function.html">cv::cudev::binary_function< T, T, T ></a></td></tr>
<tr class="memitem:af7e0b87fad00c320d7b2e271b4798e45 inherit pub_types_structcv_1_1cudev_1_1binary__function"><td class="memItemLeft" align="right" valign="top">typedef T </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/ddf/structcv_1_1cudev_1_1binary__function.html#af7e0b87fad00c320d7b2e271b4798e45">first_argument_type</a></td></tr>
<tr class="separator:af7e0b87fad00c320d7b2e271b4798e45 inherit pub_types_structcv_1_1cudev_1_1binary__function"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae95433e072c626bc13222df9ed5124af inherit pub_types_structcv_1_1cudev_1_1binary__function"><td class="memItemLeft" align="right" valign="top">typedef T </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/ddf/structcv_1_1cudev_1_1binary__function.html#ae95433e072c626bc13222df9ed5124af">result_type</a></td></tr>
<tr class="separator:ae95433e072c626bc13222df9ed5124af inherit pub_types_structcv_1_1cudev_1_1binary__function"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af7915bb2d619d3eb441b231edc33d704 inherit pub_types_structcv_1_1cudev_1_1binary__function"><td class="memItemLeft" align="right" valign="top">typedef T </td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/ddf/structcv_1_1cudev_1_1binary__function.html#af7915bb2d619d3eb441b231edc33d704">second_argument_type</a></td></tr>
<tr class="separator:af7915bb2d619d3eb441b231edc33d704 inherit pub_types_structcv_1_1cudev_1_1binary__function"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="ae098f5637977e29132fbb3a8607921a9"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae098f5637977e29132fbb3a8607921a9">§ </a></span>operator()()</h2>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<typename T > </div>
<table class="memname">
<tr>
<td class="memname">__device__ __forceinline__ T <a class="el" href="../../d3/da3/structcv_1_1cudev_1_1multiplies.html">cv::cudev::multiplies</a>< T >::operator() </td>
<td>(</td>
<td class="paramtype">typename <a class="el" href="../../d7/d97/structcv_1_1cudev_1_1TypeTraits.html">TypeTraits</a>< T >::parameter_type </td>
<td class="paramname"><em>a</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">typename <a class="el" href="../../d7/d97/structcv_1_1cudev_1_1TypeTraits.html">TypeTraits</a>< T >::parameter_type </td>
<td class="paramname"><em>b</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td> const</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>cudev/include/opencv2/cudev/functional/<a class="el" href="../../d2/db0/cudev_2include_2opencv2_2cudev_2functional_2functional_8hpp.html">functional.hpp</a></li>
</ul>
</div><!-- contents -->
<!-- HTML footer for doxygen 1.8.6-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Dec 23 2016 13:00:28 for OpenCV by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.12
</small></address>
<script type="text/javascript">
//<![CDATA[
function addButton(label, buttonName) {
var b = document.createElement("BUTTON");
b.innerHTML = buttonName;
b.setAttribute('class', 'toggleable_button label_' + label);
b.onclick = function() {
$('.toggleable_button').css({
border: '2px outset',
'border-radius': '4px'
});
$('.toggleable_button.label_' + label).css({
border: '2px inset',
'border-radius': '4px'
});
$('.toggleable_div').css('display', 'none');
$('.toggleable_div.label_' + label).css('display', 'block');
};
b.style.border = '2px outset';
b.style.borderRadius = '4px';
b.style.margin = '2px';
return b;
}
function buttonsToAdd($elements, $heading, $type) {
if ($elements.length === 0) {
$elements = $("" + $type + ":contains(" + $heading.html() + ")").parent().prev("div.newInnerHTML");
}
var arr = jQuery.makeArray($elements);
var seen = {};
arr.forEach(function(e) {
var txt = e.innerHTML;
if (!seen[txt]) {
$button = addButton(e.title, txt);
if (Object.keys(seen).length == 0) {
var linebreak1 = document.createElement("br");
var linebreak2 = document.createElement("br");
($heading).append(linebreak1);
($heading).append(linebreak2);
}
($heading).append($button);
seen[txt] = true;
}
});
return;
}
$("h2").each(function() {
$heading = $(this);
$smallerHeadings = $(this).nextUntil("h2").filter("h3").add($(this).nextUntil("h2").find("h3"));
if ($smallerHeadings.length) {
$smallerHeadings.each(function() {
var $elements = $(this).nextUntil("h3").filter("div.newInnerHTML");
buttonsToAdd($elements, $(this), "h3");
});
} else {
var $elements = $(this).nextUntil("h2").filter("div.newInnerHTML");
buttonsToAdd($elements, $heading, "h2");
}
});
$(".toggleable_button").first().click();
var $clickDefault = $('.toggleable_button.label_python').first();
if ($clickDefault.length) {
$clickDefault.click();
}
$clickDefault = $('.toggleable_button.label_cpp').first();
if ($clickDefault.length) {
$clickDefault.click();
}
//]]>
</script>
</body>
</html>
|
libraries/yjs/data-visualization/src/App.css | vivaxy/course | .docs-container {
display: flex;
}
|
app/scripts/chats/templates/chat-detail.html | cowfox/ionic-boilerplate | <!--
This template loads for the 'tab.friend-detail' state (app.module.js)
'friend' is a $scope variable created in the FriendsCtrl controller (controllers.js)
The FriendsCtrl pulls data from the Friends service (service.js)
The Friends service returns an array of friend data
-->
<ion-view view-title="{{chat.name}}">
<ion-content class="padding">
<img ng-src="{{chat.face}}" style="width: 64px; height: 64px">
<p>
{{chat.lastText}}
</p>
</ion-content>
</ion-view>
|
Reports/su/sunsetriselib.1.0.8/SunSetRiseLib-wpa81.html | kuhlenh/port-to-core |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
/* Body style, for the entire document */
body {
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}
/* Header1 style, used for the main title */
h1 {
padding: 10px 0px 10px 10px;
font-size: 21pt;
background-color: #E2E2E2;
border-bottom: 1px #C1C1C2 solid;
color: #201F20;
margin: 0;
font-weight: normal;
}
/* Header2 style, used for "Overview" and other sections */
h2 {
font-size: 18pt;
font-weight: normal;
padding: 15px 0 5px 0;
margin: 0;
}
/* Header3 style, used for sub-sections, such as project name */
h3 {
font-weight: normal;
font-size: 15pt;
margin: 0;
padding: 15px 0 5px 0;
background-color: transparent;
}
h4 {
font-weight: normal;
font-size: 12pt;
margin: 0;
padding: 0 0 0 0;
background-color: transparent;
}
/* Color all hyperlinks one color */
a {
color: #1382CE;
}
/* Paragraph text (for longer informational messages) */
p {
font-size: 10pt;
}
/* Table styles */
table {
border-spacing: 0 0;
border-collapse: collapse;
font-size: 10pt;
}
table th {
background: #E7E7E8;
text-align: left;
text-decoration: none;
font-weight: normal;
padding: 3px 6px 3px 6px;
}
table td {
vertical-align: top;
padding: 3px 6px 5px 5px;
margin: 0px;
border: 1px solid #E7E7E8;
background: #F7F7F8;
}
.NoBreakingChanges {
color: darkgreen;
font-weight:bold;
}
.FewBreakingChanges {
color: orange;
font-weight:bold;
}
.ManyBreakingChanges {
color: red;
font-weight:bold;
}
.BreakDetails {
margin-left: 30px;
}
.CompatMessage {
font-style: italic;
font-size: 10pt;
}
.GoodMessage {
color: darkgreen;
}
/* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
.localLink {
color: #1E1E1F;
background: #EEEEED;
text-decoration: none;
}
.localLink:hover {
color: #1382CE;
background: #FFFF99;
text-decoration: none;
}
/* Center text, used in the over views cells that contain message level counts */
.textCentered {
text-align: center;
}
/* The message cells in message tables should take up all avaliable space */
.messageCell {
width: 100%;
}
/* Padding around the content after the h1 */
#content {
padding: 0px 12px 12px 12px;
}
/* The overview table expands to width, with a max width of 97% */
#overview table {
width: auto;
max-width: 75%;
}
/* The messages tables are always 97% width */
#messages table {
width: 97%;
}
/* All Icons */
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded {
min-width: 18px;
min-height: 18px;
background-repeat: no-repeat;
background-position: center;
}
/* Success icon encoded */
.IconSuccessEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==);
}
/* Information icon encoded */
.IconInfoEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
}
/* Warning icon encoded */
.IconWarningEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
}
/* Error icon encoded */
.IconErrorEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
}
</style>
</head>
<body>
<h1 _locid="PortabilityReport">.NET Portability Report</h1>
<div id="content">
<div id="submissionId" style="font-size:8pt;">
<p>
<i>
Submission Id
f46de74e-4d81-4f10-a890-62b2d855a4a5
</i>
</p>
</div>
<h2 _locid="SummaryTitle">
<a name="Portability Summary"></a>Portability Summary
</h2>
<div id="summary">
<table>
<tbody>
<tr>
<th>Assembly</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
</tr>
<tr>
<td><strong><a href="#SunSetRiseLib">SunSetRiseLib</a></strong></td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
</div>
</div>
</body>
</html> |
clean/Linux-x86_64-4.02.3-2.0.1/released/8.5.0~camlp4/tlc/20200328.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>tlc: 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.0~camlp4 / tlc - 20200328</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
tlc
<small>
20200328
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-09-23 22:02:02 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-23 22:02:02 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-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads base
base-unix base
camlp4 4.02+7 Camlp4 is a system for writing extensible parsers for programming languages
conf-findutils 1 Virtual package relying on findutils
conf-which 1 Virtual package relying on which
coq 8.5.0~camlp4 Formal proof management system.
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0
# opam file:
opam-version: "2.0"
maintainer: "arthur.chargueraud@inria.fr"
homepage: "https://github.com/charguer/tlc"
dev-repo: "git+https://github.com/charguer/tlc.git"
bug-reports: "https://github.com/charguer/tlc/issues"
license: "MIT"
synopsis: "TLC: A Library for Classical Coq "
description: """
Provides an alternative to the core of the Coq standard library, using classic definitions.
"""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" { >= "8.10" }
]
tags: [
"category:Miscellaneous/Coq Extensions"
"date:2020-03-28"
"keyword:library"
"keyword:classic"
"logpath:TLC"
]
authors: [
"Arthur Charguéraud"
]
url {
src: "https://github.com/charguer/tlc/archive/20200328.tar.gz"
checksum: [
"md5=c62a434ed2d771d0d1814d0877d9a147"
"sha512=33996475d9b3adc1752fd91ddbac5ebbe5bd7f22583c788807dd7ca9cd0363476621135884cf2603c1003c9c280811633a5a66ab2a279bf21cb1b39e60ae47a3"
]
}
</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-tlc.20200328 coq.8.5.0~camlp4</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.5.0~camlp4).
The following dependencies couldn't be met:
- coq-tlc -> coq >= 8.10 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-tlc.20200328</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>
|
test/out-expected/test.css | RobLoach/docpad-plugin-beautify | .tabs {
color: rgb(255, 255, 0)
} |
src/Viteloge/CoreBundle/Resources/descriptions/28099.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
Chuisnes est
un village
situé dans le département de l'Eure-et-Loir en Centre. Elle totalisait 931 habitants en 2008.</p>
<p>À proximité de Chuisnes sont situées les communes de
<a href="{{VLROOT}}/immobilier/saint-arnoult-des-bois_28324/">Saint-Arnoult-des-Bois</a> à 6 km, 815 habitants,
<a href="{{VLROOT}}/immobilier/courville-sur-eure_28116/">Courville-sur-Eure</a> localisée à 2 km, 2 700 habitants,
<a href="{{VLROOT}}/immobilier/frunce_28167/">Fruncé</a> localisée à 4 km, 305 habitants,
<a href="{{VLROOT}}/immobilier/friaize_28166/">Friaize</a> localisée à 5 km, 193 habitants,
<a href="{{VLROOT}}/immobilier/saint-germain-le-gaillard_28339/">Saint-Germain-le-Gaillard</a> localisée à 4 km, 331 habitants,
<a href="{{VLROOT}}/immobilier/saint-denis-des-puits_28333/">Saint-Denis-des-Puits</a> située à 6 km, 118 habitants,
entre autres. De plus, Chuisnes est située à seulement 20 km de <a href="{{VLROOT}}/immobilier/chartres_28085/">Chartres</a>.</p>
<p>Le nombre de logements, à Chuisnes, était réparti en 2011 en trois appartements et 471 maisons soit
un marché plutôt équilibré.</p>
<p>La commune offre quelques équipements, elle dispose, entre autres, de un terrain de sport.</p>
<p>Si vous envisagez de venir habiter à Chuisnes, vous pourrez facilement trouver une maison à acheter. </p>
<p>À Chuisnes, la valeur moyenne à l'achat d'un appartement se situe à zero € du m² en vente. Le prix moyen d'une maison à l'achat se situe à 1 197 € du m². À la location le prix moyen se situe à 0 € du m² par mois.</p>
</div>
|
doc/me/lactem/pvz/game/GameState.html | Lactem/PvZ | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Sep 03 21:00:58 PDT 2014 -->
<title>GameState</title>
<meta name="date" content="2014-09-03">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="GameState";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/GameState.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../me/lactem/pvz/game/GameManager.html" title="class in me.lactem.pvz.game"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?me/lactem/pvz/game/GameState.html" target="_top">Frames</a></li>
<li><a href="GameState.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#enum_constant_summary">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#enum_constant_detail">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">me.lactem.pvz.game</div>
<h2 title="Enum GameState" class="title">Enum GameState</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>java.lang.Enum<<a href="../../../../me/lactem/pvz/game/GameState.html" title="enum in me.lactem.pvz.game">GameState</a>></li>
<li>
<ul class="inheritance">
<li>me.lactem.pvz.game.GameState</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable, java.lang.Comparable<<a href="../../../../me/lactem/pvz/game/GameState.html" title="enum in me.lactem.pvz.game">GameState</a>></dd>
</dl>
<hr>
<br>
<pre>public enum <span class="strong">GameState</span>
extends java.lang.Enum<<a href="../../../../me/lactem/pvz/game/GameState.html" title="enum in me.lactem.pvz.game">GameState</a>></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum_constant_summary">
<!-- -->
</a>
<h3>Enum Constant Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
<caption><span>Enum Constants</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Enum Constant and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../me/lactem/pvz/game/GameState.html#ENDING">ENDING</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../me/lactem/pvz/game/GameState.html#PLAYING">PLAYING</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../me/lactem/pvz/game/GameState.html#STARTING">STARTING</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../me/lactem/pvz/game/GameState.html#WAITING">WAITING</a></strong></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../me/lactem/pvz/game/GameState.html#toString()">toString</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../me/lactem/pvz/game/GameState.html" title="enum in me.lactem.pvz.game">GameState</a></code></td>
<td class="colLast"><code><strong><a href="../../../../me/lactem/pvz/game/GameState.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String name)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../me/lactem/pvz/game/GameState.html" title="enum in me.lactem.pvz.game">GameState</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../../me/lactem/pvz/game/GameState.html#values()">values</a></strong>()</code>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Enum</h3>
<code>compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ ENUM CONSTANT DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum_constant_detail">
<!-- -->
</a>
<h3>Enum Constant Detail</h3>
<a name="WAITING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WAITING</h4>
<pre>public static final <a href="../../../../me/lactem/pvz/game/GameState.html" title="enum in me.lactem.pvz.game">GameState</a> WAITING</pre>
</li>
</ul>
<a name="STARTING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STARTING</h4>
<pre>public static final <a href="../../../../me/lactem/pvz/game/GameState.html" title="enum in me.lactem.pvz.game">GameState</a> STARTING</pre>
</li>
</ul>
<a name="PLAYING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PLAYING</h4>
<pre>public static final <a href="../../../../me/lactem/pvz/game/GameState.html" title="enum in me.lactem.pvz.game">GameState</a> PLAYING</pre>
</li>
</ul>
<a name="ENDING">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ENDING</h4>
<pre>public static final <a href="../../../../me/lactem/pvz/game/GameState.html" title="enum in me.lactem.pvz.game">GameState</a> ENDING</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="values()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>values</h4>
<pre>public static <a href="../../../../me/lactem/pvz/game/GameState.html" title="enum in me.lactem.pvz.game">GameState</a>[] values()</pre>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
<pre>
for (GameState c : GameState.values())
System.out.println(c);
</pre></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in
the order they are declared</dd></dl>
</li>
</ul>
<a name="valueOf(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>valueOf</h4>
<pre>public static <a href="../../../../me/lactem/pvz/game/GameState.html" title="enum in me.lactem.pvz.game">GameState</a> valueOf(java.lang.String name)</pre>
<div class="block">Returns the enum constant of this type with the specified name.
The string must match <i>exactly</i> an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant
with the specified name</dd>
<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl>
</li>
</ul>
<a name="toString()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toString</h4>
<pre>public java.lang.String toString()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>toString</code> in class <code>java.lang.Enum<<a href="../../../../me/lactem/pvz/game/GameState.html" title="enum in me.lactem.pvz.game">GameState</a>></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/GameState.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../me/lactem/pvz/game/GameManager.html" title="class in me.lactem.pvz.game"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?me/lactem/pvz/game/GameState.html" target="_top">Frames</a></li>
<li><a href="GameState.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#enum_constant_summary">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#enum_constant_detail">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
public/ueditor/third-party/SyntaxHighlighter/css/shCoreDefault.css | hnliji1107/nodejs-lightblog | /**
* SyntaxHighlighter
* http://alexgorbatchev.com/SyntaxHighlighter
*
* SyntaxHighlighter is donationware. If you are using it, please donate.
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
*
* @version
* 3.0.83 (July 02 2010)
*
* @copyright
* Copyright (C) 2004-2010 Alex Gorbatchev.
*
* @license
* Dual licensed under the MIT and GPL licenses.
*/
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
-moz-border-radius: 0 0 0 0 !important;
-webkit-border-radius: 0 0 0 0 !important;
background: none !important;
border: 0 !important;
bottom: auto !important;
float: none !important;
height: auto !important;
left: auto !important;
line-height: 1.1em !important;
margin: 0 !important;
outline: 0 !important;
overflow: visible !important;
padding: 0 !important;
position: static !important;
right: auto !important;
text-align: left !important;
top: auto !important;
vertical-align: baseline !important;
width: auto !important;
box-sizing: content-box !important;
font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
font-weight: normal !important;
font-style: normal !important;
font-size: 1em !important;
min-height: inherit !important;
min-height: auto !important;
}
.syntaxhighlighter {
width: 100% !important;
margin: 1em 0 1em 0 !important;
position: relative !important;
/*overflow: auto !important;*/
overflow-y: hidden !important;
overflow-x: auto !important;
font-size: 1em !important;
}
.syntaxhighlighter.source {
overflow: hidden !important;
}
.syntaxhighlighter .bold {
font-weight: bold !important;
}
.syntaxhighlighter .italic {
font-style: italic !important;
}
.syntaxhighlighter .line {
white-space: pre !important;
}
.syntaxhighlighter table {
width: 100% !important;
}
.syntaxhighlighter table caption {
text-align: left !important;
padding: .5em 0 0.5em 1em !important;
}
.syntaxhighlighter table td.code {
width: 100% !important;
}
.syntaxhighlighter table td.code .container {
position: relative !important;
}
.syntaxhighlighter table td.code .container textarea {
box-sizing: border-box !important;
position: absolute !important;
left: 0 !important;
top: 0 !important;
width: 100% !important;
height: 100% !important;
border: none !important;
background: white !important;
padding-left: 1em !important;
overflow: hidden !important;
white-space: pre !important;
}
.syntaxhighlighter table td.gutter .line {
text-align: right !important;
padding: 0 0.5em 0 1em !important;
}
.syntaxhighlighter table td.code .line {
padding: 0 1em !important;
}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
padding-left: 0em !important;
}
.syntaxhighlighter.show {
display: block !important;
}
.syntaxhighlighter.collapsed table {
display: none !important;
}
.syntaxhighlighter.collapsed .toolbar {
padding: 0.1em 0.8em 0em 0.8em !important;
font-size: 1em !important;
position: static !important;
width: auto !important;
height: auto !important;
}
.syntaxhighlighter.collapsed .toolbar span {
display: inline !important;
margin-right: 1em !important;
}
.syntaxhighlighter.collapsed .toolbar span a {
padding: 0 !important;
display: none !important;
}
.syntaxhighlighter.collapsed .toolbar span a.expandSource {
display: inline !important;
}
.syntaxhighlighter .toolbar {
position: absolute !important;
right: 1px !important;
top: 1px !important;
width: 11px !important;
height: 11px !important;
font-size: 10px !important;
z-index: 10 !important;
}
.syntaxhighlighter .toolbar span.title {
display: inline !important;
}
.syntaxhighlighter .toolbar a {
display: block !important;
text-align: center !important;
text-decoration: none !important;
padding-top: 1px !important;
}
.syntaxhighlighter .toolbar a.expandSource {
display: none !important;
}
.syntaxhighlighter.ie {
font-size: .9em !important;
padding: 1px 0 1px 0 !important;
}
.syntaxhighlighter.ie .toolbar {
line-height: 8px !important;
}
.syntaxhighlighter.ie .toolbar a {
padding-top: 0px !important;
}
.syntaxhighlighter.printing .line.alt1 .content,
.syntaxhighlighter.printing .line.alt2 .content,
.syntaxhighlighter.printing .line.highlighted .number,
.syntaxhighlighter.printing .line.highlighted.alt1 .content,
.syntaxhighlighter.printing .line.highlighted.alt2 .content {
background: none !important;
}
.syntaxhighlighter.printing .line .number {
color: #bbbbbb !important;
}
.syntaxhighlighter.printing .line .content {
color: black !important;
}
.syntaxhighlighter.printing .toolbar {
display: none !important;
}
.syntaxhighlighter.printing a {
text-decoration: none !important;
}
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
color: black !important;
}
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
color: #008200 !important;
}
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
color: blue !important;
}
.syntaxhighlighter.printing .keyword {
color: #006699 !important;
font-weight: bold !important;
}
.syntaxhighlighter.printing .preprocessor {
color: gray !important;
}
.syntaxhighlighter.printing .variable {
color: #aa7700 !important;
}
.syntaxhighlighter.printing .value {
color: #009900 !important;
}
.syntaxhighlighter.printing .functions {
color: #ff1493 !important;
}
.syntaxhighlighter.printing .constants {
color: #0066cc !important;
}
.syntaxhighlighter.printing .script {
font-weight: bold !important;
}
.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
color: gray !important;
}
.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
color: #ff1493 !important;
}
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
color: red !important;
}
.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
color: black !important;
}
.syntaxhighlighter {
background-color: white !important;
}
.syntaxhighlighter .line.alt1 {
background-color: white !important;
}
.syntaxhighlighter .line.alt2 {
background-color: white !important;
}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
background-color: #e0e0e0 !important;
}
.syntaxhighlighter .line.highlighted.number {
color: black !important;
}
.syntaxhighlighter table caption {
color: black !important;
}
.syntaxhighlighter .gutter {
color: #afafaf !important;
}
.syntaxhighlighter .gutter .line {
border-right: 3px solid #6ce26c !important;
}
.syntaxhighlighter .gutter .line.highlighted {
background-color: #6ce26c !important;
color: white !important;
}
.syntaxhighlighter.printing .line .content {
border: none !important;
}
.syntaxhighlighter.collapsed {
overflow: visible !important;
}
.syntaxhighlighter.collapsed .toolbar {
color: blue !important;
background: white !important;
border: 1px solid #6ce26c !important;
}
.syntaxhighlighter.collapsed .toolbar a {
color: blue !important;
}
.syntaxhighlighter.collapsed .toolbar a:hover {
color: red !important;
}
.syntaxhighlighter .toolbar {
color: white !important;
background: #6ce26c !important;
border: none !important;
}
.syntaxhighlighter .toolbar a {
color: white !important;
}
.syntaxhighlighter .toolbar a:hover {
color: black !important;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
color: black !important;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
color: #008200 !important;
}
.syntaxhighlighter .string, .syntaxhighlighter .string a {
color: blue !important;
}
.syntaxhighlighter .keyword {
color: #006699 !important;
}
.syntaxhighlighter .preprocessor {
color: gray !important;
}
.syntaxhighlighter .variable {
color: #aa7700 !important;
}
.syntaxhighlighter .value {
color: #009900 !important;
}
.syntaxhighlighter .functions {
color: #ff1493 !important;
}
.syntaxhighlighter .constants {
color: #0066cc !important;
}
.syntaxhighlighter .script {
font-weight: bold !important;
color: #006699 !important;
background-color: none !important;
}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
color: gray !important;
}
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
color: #ff1493 !important;
}
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
color: red !important;
}
.syntaxhighlighter .keyword {
font-weight: bold !important;
}
|
public/Windows 10 x64 (18362.476)/_KTHREAD.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18362.476)</h4><br>
<h2>_KTHREAD</h2>
<font face="arial"> +0x000 Header : <a href="./_DISPATCHER_HEADER.html">_DISPATCHER_HEADER</a><br>
+0x018 SListFaultAddress : Ptr64 Void<br>
+0x020 QuantumTarget : Uint8B<br>
+0x028 InitialStack : Ptr64 Void<br>
+0x030 StackLimit : Ptr64 Void<br>
+0x038 StackBase : Ptr64 Void<br>
+0x040 ThreadLock : Uint8B<br>
+0x048 CycleTime : Uint8B<br>
+0x050 CurrentRunTime : Uint4B<br>
+0x054 ExpectedRunTime : Uint4B<br>
+0x058 KernelStack : Ptr64 Void<br>
+0x060 StateSaveArea : Ptr64 <a href="./_XSAVE_FORMAT.html">_XSAVE_FORMAT</a><br>
+0x068 SchedulingGroup : Ptr64 <a href="./_KSCHEDULING_GROUP.html">_KSCHEDULING_GROUP</a><br>
+0x070 WaitRegister : <a href="./_KWAIT_STATUS_REGISTER.html">_KWAIT_STATUS_REGISTER</a><br>
+0x071 Running : UChar<br>
+0x072 Alerted : [2] UChar<br>
+0x074 AutoBoostActive : Pos 0, 1 Bit<br>
+0x074 ReadyTransition : Pos 1, 1 Bit<br>
+0x074 WaitNext : Pos 2, 1 Bit<br>
+0x074 SystemAffinityActive : Pos 3, 1 Bit<br>
+0x074 Alertable : Pos 4, 1 Bit<br>
+0x074 UserStackWalkActive : Pos 5, 1 Bit<br>
+0x074 ApcInterruptRequest : Pos 6, 1 Bit<br>
+0x074 QuantumEndMigrate : Pos 7, 1 Bit<br>
+0x074 UmsDirectedSwitchEnable : Pos 8, 1 Bit<br>
+0x074 TimerActive : Pos 9, 1 Bit<br>
+0x074 SystemThread : Pos 10, 1 Bit<br>
+0x074 ProcessDetachActive : Pos 11, 1 Bit<br>
+0x074 CalloutActive : Pos 12, 1 Bit<br>
+0x074 ScbReadyQueue : Pos 13, 1 Bit<br>
+0x074 ApcQueueable : Pos 14, 1 Bit<br>
+0x074 ReservedStackInUse : Pos 15, 1 Bit<br>
+0x074 UmsPerformingSyscall : Pos 16, 1 Bit<br>
+0x074 TimerSuspended : Pos 17, 1 Bit<br>
+0x074 SuspendedWaitMode : Pos 18, 1 Bit<br>
+0x074 SuspendSchedulerApcWait : Pos 19, 1 Bit<br>
+0x074 CetUserShadowStack : Pos 20, 1 Bit<br>
+0x074 BypassProcessFreeze : Pos 21, 1 Bit<br>
+0x074 Reserved : Pos 22, 10 Bits<br>
+0x074 MiscFlags : Int4B<br>
+0x078 BamQosLevel : Pos 0, 2 Bits<br>
+0x078 AutoAlignment : Pos 2, 1 Bit<br>
+0x078 DisableBoost : Pos 3, 1 Bit<br>
+0x078 AlertedByThreadId : Pos 4, 1 Bit<br>
+0x078 QuantumDonation : Pos 5, 1 Bit<br>
+0x078 EnableStackSwap : Pos 6, 1 Bit<br>
+0x078 GuiThread : Pos 7, 1 Bit<br>
+0x078 DisableQuantum : Pos 8, 1 Bit<br>
+0x078 ChargeOnlySchedulingGroup : Pos 9, 1 Bit<br>
+0x078 DeferPreemption : Pos 10, 1 Bit<br>
+0x078 QueueDeferPreemption : Pos 11, 1 Bit<br>
+0x078 ForceDeferSchedule : Pos 12, 1 Bit<br>
+0x078 SharedReadyQueueAffinity : Pos 13, 1 Bit<br>
+0x078 FreezeCount : Pos 14, 1 Bit<br>
+0x078 TerminationApcRequest : Pos 15, 1 Bit<br>
+0x078 AutoBoostEntriesExhausted : Pos 16, 1 Bit<br>
+0x078 KernelStackResident : Pos 17, 1 Bit<br>
+0x078 TerminateRequestReason : Pos 18, 2 Bits<br>
+0x078 ProcessStackCountDecremented : Pos 20, 1 Bit<br>
+0x078 RestrictedGuiThread : Pos 21, 1 Bit<br>
+0x078 VpBackingThread : Pos 22, 1 Bit<br>
+0x078 ThreadFlagsSpare : Pos 23, 1 Bit<br>
+0x078 EtwStackTraceApcInserted : Pos 24, 8 Bits<br>
+0x078 ThreadFlags : Int4B<br>
+0x07c Tag : UChar<br>
+0x07d SystemHeteroCpuPolicy : UChar<br>
+0x07e UserHeteroCpuPolicy : Pos 0, 7 Bits<br>
+0x07e ExplicitSystemHeteroCpuPolicy : Pos 7, 1 Bit<br>
+0x07f RunningNonRetpolineCode : Pos 0, 1 Bit<br>
+0x07f SpecCtrlSpare : Pos 1, 7 Bits<br>
+0x07f SpecCtrl : UChar<br>
+0x080 SystemCallNumber : Uint4B<br>
+0x084 ReadyTime : Uint4B<br>
+0x088 FirstArgument : Ptr64 Void<br>
+0x090 TrapFrame : Ptr64 <a href="./_KTRAP_FRAME.html">_KTRAP_FRAME</a><br>
+0x098 ApcState : <a href="./_KAPC_STATE.html">_KAPC_STATE</a><br>
+0x098 ApcStateFill : [43] UChar<br>
+0x0c3 Priority : Char<br>
+0x0c4 UserIdealProcessor : Uint4B<br>
+0x0c8 WaitStatus : Int8B<br>
+0x0d0 WaitBlockList : Ptr64 <a href="./_KWAIT_BLOCK.html">_KWAIT_BLOCK</a><br>
+0x0d8 WaitListEntry : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br>
+0x0d8 SwapListEntry : <a href="./_SINGLE_LIST_ENTRY.html">_SINGLE_LIST_ENTRY</a><br>
+0x0e8 Queue : Ptr64 <a href="./_DISPATCHER_HEADER.html">_DISPATCHER_HEADER</a><br>
+0x0f0 Teb : Ptr64 Void<br>
+0x0f8 RelativeTimerBias : Uint8B<br>
+0x100 Timer : <a href="./_KTIMER.html">_KTIMER</a><br>
+0x140 WaitBlock : [4] <a href="./_KWAIT_BLOCK.html">_KWAIT_BLOCK</a><br>
+0x140 WaitBlockFill4 : [20] UChar<br>
+0x154 ContextSwitches : Uint4B<br>
+0x140 WaitBlockFill5 : [68] UChar<br>
+0x184 State : UChar<br>
+0x185 Spare13 : Char<br>
+0x186 WaitIrql : UChar<br>
+0x187 WaitMode : Char<br>
+0x140 WaitBlockFill6 : [116] UChar<br>
+0x1b4 WaitTime : Uint4B<br>
+0x140 WaitBlockFill7 : [164] UChar<br>
+0x1e4 KernelApcDisable : Int2B<br>
+0x1e6 SpecialApcDisable : Int2B<br>
+0x1e4 CombinedApcDisable : Uint4B<br>
+0x140 WaitBlockFill8 : [40] UChar<br>
+0x168 ThreadCounters : Ptr64 <a href="./_KTHREAD_COUNTERS.html">_KTHREAD_COUNTERS</a><br>
+0x140 WaitBlockFill9 : [88] UChar<br>
+0x198 XStateSave : Ptr64 <a href="./_XSTATE_SAVE.html">_XSTATE_SAVE</a><br>
+0x140 WaitBlockFill10 : [136] UChar<br>
+0x1c8 Win32Thread : Ptr64 Void<br>
+0x140 WaitBlockFill11 : [176] UChar<br>
+0x1f0 Ucb : Ptr64 <a href="./_UMS_CONTROL_BLOCK.html">_UMS_CONTROL_BLOCK</a><br>
+0x1f8 Uch : Ptr64 <a href="./_KUMS_CONTEXT_HEADER.html">_KUMS_CONTEXT_HEADER</a><br>
+0x200 Spare21 : Ptr64 Void<br>
+0x208 QueueListEntry : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br>
+0x218 NextProcessor : Uint4B<br>
+0x218 NextProcessorNumber : Pos 0, 31 Bits<br>
+0x218 SharedReadyQueue : Pos 31, 1 Bit<br>
+0x21c QueuePriority : Int4B<br>
+0x220 Process : Ptr64 <a href="./_KPROCESS.html">_KPROCESS</a><br>
+0x228 UserAffinity : <a href="./_GROUP_AFFINITY.html">_GROUP_AFFINITY</a><br>
+0x228 UserAffinityFill : [10] UChar<br>
+0x232 PreviousMode : Char<br>
+0x233 BasePriority : Char<br>
+0x234 PriorityDecrement : Char<br>
+0x234 ForegroundBoost : Pos 0, 4 Bits<br>
+0x234 UnusualBoost : Pos 4, 4 Bits<br>
+0x235 Preempted : UChar<br>
+0x236 AdjustReason : UChar<br>
+0x237 AdjustIncrement : Char<br>
+0x238 AffinityVersion : Uint8B<br>
+0x240 Affinity : <a href="./_GROUP_AFFINITY.html">_GROUP_AFFINITY</a><br>
+0x240 AffinityFill : [10] UChar<br>
+0x24a ApcStateIndex : UChar<br>
+0x24b WaitBlockCount : UChar<br>
+0x24c IdealProcessor : Uint4B<br>
+0x250 NpxState : Uint8B<br>
+0x258 SavedApcState : <a href="./_KAPC_STATE.html">_KAPC_STATE</a><br>
+0x258 SavedApcStateFill : [43] UChar<br>
+0x283 WaitReason : UChar<br>
+0x284 SuspendCount : Char<br>
+0x285 Saturation : Char<br>
+0x286 SListFaultCount : Uint2B<br>
+0x288 SchedulerApc : <a href="./_KAPC.html">_KAPC</a><br>
+0x288 SchedulerApcFill0 : [1] UChar<br>
+0x289 ResourceIndex : UChar<br>
+0x288 SchedulerApcFill1 : [3] UChar<br>
+0x28b QuantumReset : UChar<br>
+0x288 SchedulerApcFill2 : [4] UChar<br>
+0x28c KernelTime : Uint4B<br>
+0x288 SchedulerApcFill3 : [64] UChar<br>
+0x2c8 WaitPrcb : Ptr64 <a href="./_KPRCB.html">_KPRCB</a><br>
+0x288 SchedulerApcFill4 : [72] UChar<br>
+0x2d0 LegoData : Ptr64 Void<br>
+0x288 SchedulerApcFill5 : [83] UChar<br>
+0x2db CallbackNestingLevel : UChar<br>
+0x2dc UserTime : Uint4B<br>
+0x2e0 SuspendEvent : <a href="./_KEVENT.html">_KEVENT</a><br>
+0x2f8 ThreadListEntry : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br>
+0x308 MutantListHead : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br>
+0x318 AbEntrySummary : UChar<br>
+0x319 AbWaitEntryCount : UChar<br>
+0x31a AbAllocationRegionCount : UChar<br>
+0x31b SystemPriority : Char<br>
+0x31c SecureThreadCookie : Uint4B<br>
+0x320 LockEntries : [6] <a href="./_KLOCK_ENTRY.html">_KLOCK_ENTRY</a><br>
+0x560 PropagateBoostsEntry : <a href="./_SINGLE_LIST_ENTRY.html">_SINGLE_LIST_ENTRY</a><br>
+0x568 IoSelfBoostsEntry : <a href="./_SINGLE_LIST_ENTRY.html">_SINGLE_LIST_ENTRY</a><br>
+0x570 PriorityFloorCounts : [16] UChar<br>
+0x580 PriorityFloorSummary : Uint4B<br>
+0x584 AbCompletedIoBoostCount : Int4B<br>
+0x588 AbCompletedIoQoSBoostCount : Int4B<br>
+0x58c KeReferenceCount : Int2B<br>
+0x58e AbOrphanedEntrySummary : UChar<br>
+0x58f AbOwnedEntryCount : UChar<br>
+0x590 ForegroundLossTime : Uint4B<br>
+0x598 GlobalForegroundListEntry : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br>
+0x598 ForegroundDpcStackListEntry : <a href="./_SINGLE_LIST_ENTRY.html">_SINGLE_LIST_ENTRY</a><br>
+0x5a0 InGlobalForegroundList : Uint8B<br>
+0x5a8 ReadOperationCount : Int8B<br>
+0x5b0 WriteOperationCount : Int8B<br>
+0x5b8 OtherOperationCount : Int8B<br>
+0x5c0 ReadTransferCount : Int8B<br>
+0x5c8 WriteTransferCount : Int8B<br>
+0x5d0 OtherTransferCount : Int8B<br>
+0x5d8 QueuedScb : Ptr64 <a href="./_KSCB.html">_KSCB</a><br>
+0x5e0 ThreadTimerDelay : Uint4B<br>
+0x5e4 ThreadFlags2 : Int4B<br>
+0x5e4 PpmPolicy : Pos 0, 2 Bits<br>
+0x5e4 ThreadFlags2Reserved : Pos 2, 30 Bits<br>
+0x5e8 TracingPrivate : [1] Uint8B<br>
+0x5f0 SchedulerAssist : Ptr64 Void<br>
+0x5f8 AbWaitObject : Ptr64 Void<br>
</font></body></html> |
nadmin/templates/nadmin/500.html | A425/django-nadmin | {% extends base_template %}
{% load i18n %}
{% load url from future %}
{% block breadcrumbs %}
<div class="breadcrumbs">
<a href="{% url 'nadmin:index' %}">{% trans 'Home' %}</a>
› {% trans 'Server error' %}
</div>
{% endblock %}
{% block title %}{% trans 'Server error (500)' %}{% endblock %}
{% block content %}
<h1>{% trans 'Server Error <em>(500)</em>' %}</h1>
<p>{% trans "There's been an error. It's been reported to the site administrators via e-mail and should be fixed shortly. Thanks for your patience." %}</p>
{% endblock %}
|
2019/01/11/generating-config-files-with-enquirer.html | doowb/doowb.github.com | <!DOCTYPE html>
<html>
<head>
<title>Generating Config Files with Enquirer</title>
<link rel="stylesheet" href="../../../public/css/styles.css">
<link rel="stylesheet" href="../../../public/css/bootstrap.css">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<ul class="nav">
<li><a href="../../../index.html">Home</a></li>
<li><a href="../../../info.html">About</a></li>
<li><a href="../../../books.html">Reading list</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="blog-post">
<h2 class="blog-post-title">Generating Config Files with Enquirer</h2>
<p class="blog-post-meta">January 11th, 2019 by <a href="https://github.com/doowb">doowb</a></p>
<div>
<img src="https://images.unsplash.com/photo-1535572290543-960a8046f5af?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjQ4MjI0fQ">
<span class="small em muted">
Photo by <a href="https://unsplash.com/@shs521?utm_source=blog&utm_medium=referral">Susan Holt Simpson</a> on <a href="https://unsplash.com/?utm_source=blog&utm_medium=referral">Unsplash</a>
</span>
</div>
<h2>Configuration files</h2>
<p>As a developer, I work with configuration files for a lot of different applications, libraries, services, and tools. Sometimes these configuration files are simple JSON or YAML files that are created once when installing a tool or created when instantiating a project (like a <a href="https://firebase.google.com/docs/cli/#the_firebasejson_file">firebase.json</a> file) and never touched again. Sometimes the configuration files are code files that determine how your project is built, like <a href="https://github.com/generate/generate">generate</a>, <a href="https://github.com/assemble/assemble">assemble</a>, or <a href="https://gulpjs.com">gulp</a> files.</p>
<p>In my case, I've been working with <a href="https://kubernetes.io/">Kubernetes</a> and wanted to create a <a href="https://www.postgresql.org/">PostgreSQL</a> instance in my cluster. Using Kubernetes <a href="https://kubernetes.io/docs/concepts/overview/object-management-kubectl/declarative-config/">Configuration Files</a> are a great way to create and delete resources quickly without a lot of manual commands. After creating some files once and creating a single PostgreSQL deployment, I realized it would be really easy to turn the files into templates to allow creating as many different instances as I wanted.</p>
<p>Below, I'll take you through the process of creating the template files and using <a href="https://github.com/enquirer/enquirer">Enquirer</a> with <a href="https://github.com/generate/generate">Generate</a> to create the Kubernetes configuration files and deploy them.</p>
<h2>Kubernetes Configuration Files</h2>
<p>I won't go into details about setting up Kubernetes in this post since that's not the main focus. I already have a Kubernetes cluster setup on <a href="https://m.do.co/c/47d2bfd5274c">DigitalOcean</a>, but with a minor change, these files can be used on a Kubernetes cluster on any of the cloud providers or on premises at your company.</p>
<p>There are four configuration files that I used for creating a PostgreSQL instance as described below:</p>
<p><strong>config-map.yaml</strong></p>
<pre><code class="language-yaml">apiVersion: v1
kind: ConfigMap
metadata:
name: mypostgresql-config
labels:
app: mypostgresql
data:
POSTGRES_DB: mypostgresqldb
POSTGRES_USER: admin
POSTGRES_PASSWORD: admin123
</code></pre>
<p>The <code>ConfigMap</code> above is a way to store a configuration in Kubernetes that will be used in other configuration files. This one specifically is storing the PostgreSQL database, username, and password for the admin. There are better ways to store secretes in Kubernetes, but that's for another post.</p>
<p><strong>storage.yaml</strong></p>
<pre><code class="language-yaml">apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: mypostgresql-storage
labels:
app: mypostgresql
spec:
storageClassName: do-block-storage
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
</code></pre>
<p>The storage file here is to tell Kubernetes to create a persistent storage volume that PostgreSQL will use to store data files. This is the only file that has a DigitalOcean specific setting, the <code>storageClassName: do-block-storage</code>. This is telling Kubernetes to talk to a DigitalOcean plugin that will create a DigitalOcean Volume (similar to AWS block storage).</p>
<p><strong>deployment.yaml</strong></p>
<pre><code class="language-yaml">apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: mypostgresql
spec:
replicas: 1
template:
metadata:
labels:
app: mypostgresql
spec:
containers:
- name: postgres
image: postgres:10.4
imagePullPolicy: "IfNotPresent"
ports:
- containerPort: 5432
envFrom:
- configMapRef:
name: mypostgresql-config
volumeMounts:
- mountPath: /var/lib/postgresql/data
name: mypostgresqldb
subPath: mypostgresqldb
volumes:
- name: mypostgresqldb
persistentVolumeClaim:
claimName: mypostgresql-storage
</code></pre>
<p>The deployment file is going to specify a Kubernetes deployment, which is where we specify which docker image to use (<code>postgres:10.4</code>) and any relevant settings and configuration for the docker containers to use. In <code>envFrom</code>, we're telling the image to get environment variables from the <code>mypostgresql-config</code> ConfigMap that we created above. We're also telling the containers to use the persistent volume that we created above.</p>
<p>With this deployment file, Kubernetes will try to ensure that an instance of the <code>postgres:10.4</code> image is always running as a Kubernetes pod. Since pods have a dynamically set name associated with them, we need a way to access them when they're created and restarted if one crashes. To do this we use a service.</p>
<p><strong>service.yaml</strong></p>
<pre><code class="language-yaml">apiVersion: v1
kind: Service
metadata:
name: mypostgresql
labels:
app: mypostgresql
spec:
type: NodePort
ports:
- port: 5432
selector:
app: mypostgresql
</code></pre>
<p>This service file is telling Kubernetes to create a way for us to access any pods labelled with <code>mypostgresql</code> and which port to expose.</p>
<p>Now that the configuration files are created, to deploy to Kubernetes, I ran the following commands (these are assuming that an environment variable <code>$KUBECONFIG</code> is already set pointing to the kubectl config file with specifics on where my DigitalOcean cluster is deployed):</p>
<pre><code class="language-sh">kubectl apply -f config-map.yaml
kubectl apply -f storage.yaml
kubectl apply -f deployment.yaml
kubectl apply -f service.yaml
</code></pre>
<p>This is all great but, then I wanted to create another PostgreSQL instance and would have to update the properties in the <code>.yaml</code> files. I immediately thought of turning the <code>.yaml</code> files into templates and wanted to use <a href="https://github.com/enquirer/enquirer">enquirer</a> to gather the values I needed to populate the templates. I was pleasantly surprised when I started implementing the script at how easy it was to get working.</p>
<h2>Templating with enquirer</h2>
<p>The first thing I had to do was convert my <code>.yaml</code> files into templates. Since I'm familiar with <a href="https://handlebarsjs.com/">Handlebars</a>, I quickly changed some values to template placeholders that I thought would be necessary to achieve what I wanted:</p>
<p><strong>config-map.hbs</strong></p>
<pre><code class="language-hbs">apiVersion: v1
kind: ConfigMap
metadata:
name: markdown-config
labels:
app:
data:
POSTGRES_DB:
POSTGRES_USER:
POSTGRES_PASSWORD:
</code></pre>
<p>For the ConfigMap, I thought I would just name the config my generic name plus <code>-config</code>, and I needed an <code>app</code> name, and a <code>db</code>, <code>user</code>, and <code>password</code> for the database credentials. Simple enough.</p>
<p><strong>storage.hbs</strong></p>
<pre><code class="language-hbs">apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name:
labels:
app:
spec:
storageClassName: do-block-storage
accessModes:
- ReadWriteOnce
resources:
requests:
storage: Gi
</code></pre>
<p>For the storage file, I created a new variable called <code>storage</code> which is <code>${name}-storage</code> if built using a JavaScript template literal. I'm also reusing <code>app</code> from the previous file and a new <code>size</code> variable but hardcoding the size to be in gigs (<code>Gi</code>).</p>
<p><strong>deployment.hbs</strong></p>
<pre><code class="language-hbs">apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: markdown
spec:
replicas: 1
template:
metadata:
labels:
app:
spec:
containers:
- name: postgres
image: postgres:10.4
imagePullPolicy: "IfNotPresent"
ports:
- containerPort: 5432
envFrom:
- configMapRef:
name: markdown-config
volumeMounts:
- mountPath: /var/lib/postgresql/data
name:
subPath:
volumes:
- name:
persistentVolumeClaim:
claimName:
</code></pre>
<p>The deployment file is longer, but there aren't that many variables to configure. They're all actually from the previous files and just reused here: <code>name</code>, <code>app</code>, <code>db</code>, and <code>storage</code>.</p>
<p><strong>service.hbs</strong></p>
<pre><code class="language-hbs">apiVersion: v1
kind: Service
metadata:
name: markdown
labels:
app:
spec:
type: NodePort
ports:
- port: 5432
selector:
app:
</code></pre>
<p>Finally, the service file just uses the <code>name</code> and <code>app</code> variables, which is easy enough.</p>
<h2>Collecting values</h2>
<p>My initial thought was that I could use the <a href="https://github.com/enquirer/enquirer/#input-prompt">enquirer input prompt</a> to ask the user for each variable: <code>name</code>, <code>app</code>, <code>storage</code>, <code>db</code>, <code>user</code>, <code>password</code>, and <code>size</code>. This is traditionally how CLI applications work and collect information. I feel that a downside to doing this way is that, as a user, I don't have the context to know how these variables will be used and if I'm using them in the correct way. For instance, <code>name</code> and <code>app</code> don't have to be different and I prefer making them the same.</p>
<p>Because of this, I grabbed the <a href="https://github.com/enquirer/enquirer/#snippet-prompt">enquirer snippet prompt</a> instead. The snippet prompt will use the entire template string and allow users to fill in the values while they see where they go! The prompt also uses a syntax similar to Handlebars but, as of this writing, doesn't allow complex features like helpers, block helpers, and partials. However, it does have a couple of convenience features that make working with the prompt a little easier.</p>
<p>Here are the updated templates to use with the snippet prompt:</p>
<p><strong>config-map.hbs</strong></p>
<pre><code class="language-hbs">apiVersion: v1
kind: ConfigMap
metadata:
name: markdown-config
labels:
app:
data:
POSTGRES_DB:
POSTGRES_USER:
POSTGRES_PASSWORD:
</code></pre>
<p><strong>deployment.hbs</strong></p>
<pre><code class="language-hbs">apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: markdown
spec:
replicas: 1
template:
metadata:
labels:
app:
spec:
containers:
- name: postgres
image: postgres:10.4
imagePullPolicy: "IfNotPresent"
ports:
- containerPort: 5432
envFrom:
- configMapRef:
name: markdown-config
volumeMounts:
- mountPath: /var/lib/postgresql/data
name:
subPath:
volumes:
- name:
persistentVolumeClaim:
claimName:
</code></pre>
<p><strong>service.hbs</strong></p>
<pre><code class="language-hbs">apiVersion: v1
kind: Service
metadata:
name: markdown
labels:
app:
spec:
type: NodePort
ports:
- port: 5432
selector:
app:
</code></pre>
<p>In three of the templates we're just change the <code></code> template to <code></code>. This tells the snippet prompt to use the value of <code>name</code> for <code>app</code> unless the user types in their own value.</p>
<h2>JavaScript code</h2>
<p>Now to the actual code! I'm going to use <a href="https://github.com/generate/generate">generate</a> as a convenient way to run the code. Our file structure will look like this:</p>
<p><img src="/public/images/2019-01-11-file-structure.png" alt="File structure"></p>
<p>The <code>templates</code> folder contains all of the Handlebars templates that we created above. We'll read these files in to supply to the snippet prompt to gather values and write out new <code>.yaml</code> files that can be used with <code>kubectl</code>.</p>
<p><strong>package.json</strong></p>
<pre><code class="language-json">{
"name": "my-database-configs",
"version": "1.0.0",
"homepage": "https://github.com/doowb/my-datbase-configs",
"repository": "doowb/my-datbase-configs",
"bugs": {
"url": "https://github.com/doowb/my-datbase-configs/issues"
},
"license": "MIT",
"engines": {
"node": ">=10"
},
"keywords": [
"generate",
"enquirer",
"kubernetes",
"postgres",
"postgresql"
],
"devDependencies": {
"enquirer": "^2.3.0"
}
}
</code></pre>
<p>In our <code>package.json</code>, we only need the one dependency (<code>enquirer</code>) listed in <code>devDependencies</code>. We also need to install <code>generate</code> globally with the following command:</p>
<pre><code class="language-sh">$ npm install --global generate
</code></pre>
<p>This gives us a <code>gen</code> command we can use in the command line.</p>
<p>Next, I'll show the <code>generator.js</code> file and comment inline to describe what this is doing.</p>
<p><strong>generator.js</strong></p>
<pre><code class="language-js">'use strict';
/**
* We need the `fs` and `path` module to read the templates from the filesystem
* and write the YAML files back to the filesystem.
*/
const fs = require('fs');
const path = require('path');
/**
* We only need the `prompt` method from `enquirer` since that will handle running multiple prompts and returning with a list of answers from each prompt.
*/
const { prompt } = require('enquirer');
/**
* This `load` function is a convenient way to read in a directory of templates.
* It just iterates over each filename in a directory (`dir`) and
* adds the file contents to a property on the resulting object.
*
* We'll end up with an object like:
* {
* 'config-map': '<contents>',
* 'deployment': '<contents>',
* 'service': '<contents>',
* 'storage': '<contents>'
* }
*/
function load(dir) {
let filenames = fs.readdirSync(dir);
return filenames.reduce((acc, filename) => {
let name = path.basename(filename, path.extname(filename));
acc[name] = fs.readFileSync(path.join(dir, filename), 'utf8');
return acc;
}, {});
}
/**
* Used later to write out the YAML files.
*/
function write(name, contents) {
fs.writeFileSync(name, contents);
}
/**
* This `snippet` function creates a prompt options object that's used with the
* `prompt` function that's exported from `enquirer`.
* This object will specify the `snippet` prompt for the `type`.
*
* This also takes care of creating a `template` function that will get the template
* from the `templates` object created with the `load` function. This tells the
* snippet prompt what to render and which values to collect.
*
* Finally, we're using a `defaults` object that's set on the `initial` property.
* This allows us to update the `defaults` properties to be used in other prompts
* so the user only has to provide the value once for the same property.
*/
function snippet(templates, name, options = {}, defaults = {}) {
let opts = Object.assign({ type: 'snippet', name }, options);
return {
type: opts.type,
name: opts.name,
message: opts.message,
template: () => templates[name],
initial: defaults
};
}
/**
* The main exports is a function that takes an instance of Generate as `app`.
* This is the standard syntax for using Generate.
*/
module.exports = app => {
/**
* The `default` task is where all of the work is done for prompting the user
* and writing out the generated yaml files.
*/
app.task('default', async () => {
// First, load all of the templates and store them on a `templates` object.
let templates = await load(path.join(__dirname, 'templates'));
// The `defaults` object is what's used to supply the prompts with initial values.
let defaults = {};
// when we get the app name the first time, store it for later use
let appname;
// Here, we're telling the prompt to update the `defaults` object with
// the results of the user answering the prompts.
prompt.on('answer', (name, results) => {
// Object.assign is used here so the reference to `defaults` isn't broken.
Object.assign(defaults, results.values);
// only after the `config-map` template is filled in should we create
// a `storage` property based on the `.name` value.
if (name === 'config-map') {
appname = defaults.name
defaults.storage = `${appname}-storage`;
}
});
// Now we're going to create 4 prompt options objects (one for each template)
// to prompt the user to fill in the templates.
let answers = await prompt([
snippet(templates, 'config-map', { message: 'Database configuration'}, defaults),
snippet(templates, 'storage', { message: 'Data storage configuration'}, defaults),
snippet(templates, 'deployment', { message: 'Deployment configuration' }, defaults),
snippet(templates, 'service', { message: 'Service configuration' }, defaults)
]);
// finally, we write out each YAML file based on the user provided `name`
// and the name of the template file.
write(`${appname}-config-map.yaml`, answers['config-map'].result);
write(`${appname}-storage.yaml`, answers['storage'].result);
write(`${appname}-deployment.yaml`, answers['deployment'].result);
write(`${appname}-service.yaml`, answers['service'].result);
});
};
</code></pre>
<p>Now from the command line run:</p>
<pre><code class="language-sh">$ gen
</code></pre>
<p>This will start the default generator from <code>generator.js</code> and start prompting you to fill in the template files. If you name your <code>app</code> "mypostgres", then the four files you'll end up with are:</p>
<pre><code class="language-sh">mypostgres-config-map.yaml
mypostgres-deployment.yaml
mypostgres-service.yaml
mypostgres-storage.yaml
</code></pre>
<p>You can now run the following <code>kubectl</code> commands to deploy them to your cluster:</p>
<pre><code class="language-sh">kubectl apply -f mypostgres-config-map.yaml
kubectl apply -f mypostgres-storage.yaml
kubectl apply -f mypostgres-deployment.yaml
kubectl apply -f mypostgres-service.yaml
</code></pre>
<h2>Wrapping it up</h2>
<p>This post went from starting with a few hardcoded Kubernetes configuration files to being able to generate any number of configuration files from user supplied input. By combining a few tools (templates, enquirer, and generate), we're able to create powerful command line apps that help make developers more productive while producing less bugs.</p>
<p>If you haven't already, please check out <a href="https://github.com/generate/generate">generate</a> and <a href="https://github.com/enquirer/enquirer">enquirer</a> to learn about more powerful features they over. Also, subscribe to my newsletter and follow me on <a href="https://twitter/doowb">twitter</a> and <a href="https://github.com/doowb">GitHub</a> to be notified of new blog posts.</p>
<br><br>
<hr>
<br><br>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-67453407-3', 'auto');
ga('send', 'pageview');
</script>
<script src="public/js/jquery.js"></script>
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us19.list-manage.com","uuid":"b5fa2d5868e7e46ed6cddb627","lid":"5fa9023afd","uniqueMethods":true}) })</script>
</body>
</html>
|
ocr_extracted/W29149_text/page15.html | datamade/elpc_bakken |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W29149_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
<div style="float: left;">
<a href="page14.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 255px; margin-top: 318px;">
<p class="styleSans36.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Interpolated Points (Relative to centre, TVD relative to Drill Floor ) <br/>MD Inc Az TVD N.Offset E.Offset DLS Comment <br/>‘us ft) (0) (o) (us ft) (us ft) (us ft) (°/1oo us ft) 9115.00 BASE LAST SALT <br/> </p>
</div>
<div style="position: absolute; margin-left: 318px; margin-top: 552px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">9200.00 9291.00 <br/>9300.00 9400.00 9500.00 9600.00 9700.00 9783.00 9800.00 9900.00 10000.00 10049. 12 </p>
</div>
<div style="position: absolute; margin-left: 318px; margin-top: 1232px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">10100.00 10200.00 10300.00 10400.00 10500.00 10576.69 10600.00 10672.54 10680.92 10700.00 10750.73 10800.00 10867.30 </p>
</div>
<div style="position: absolute; margin-left: 318px; margin-top: 1976px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">10900.00 11000.00 11100.00 11200.00 </p>
</div>
<div style="position: absolute; margin-left: 637px; margin-top: 573px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">0.00 0.00 <br/>0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 </p>
</div>
<div style="position: absolute; margin-left: 616px; margin-top: 1232px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">5.60 16.60 27.60 38.60 49.60 58.03 60.60 68.58 69.50 71.60 77.18 82.60 90.00 </p>
</div>
<div style="position: absolute; margin-left: 616px; margin-top: 1976px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">90.00 90.00 90.00 90.00 </p>
</div>
<div style="position: absolute; margin-left: 892px; margin-top: 573px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">0.00 0.00 <br/>0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 <br/>58.70 58.70 58.70 58.70 58.70 58.70 58.70 58.70 58.70 58.70 58.70 58.70 58.70 </p>
</div>
<div style="position: absolute; margin-left: 892px; margin-top: 1976px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">57.39 53.39 49.39 45.39 </p>
</div>
<div style="position: absolute; margin-left: 1147px; margin-top: 573px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">9200.00 9291.00 <br/>9300.00 9400.00 9500.00 9600.00 9700.00 9783.00 9800.00 9900.00 10000.00 10049.12 <br/>10099.92 10197.90 10290.41 10374.06 10445.76 10491.00 10502.90 10534.00 10537.00 10543.35 10557.00 10565.65 10569.99 </p>
</div>
<div style="position: absolute; margin-left: 1147px; margin-top: 1976px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">10569.99 10569.99 10569.99 10569.99 </p>
</div>
<div style="position: absolute; margin-left: 1445px; margin-top: 573px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">0.00 0.00 <br/>0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 <br/>1.29 11.27 30.79 59.11 95.21 127.34 137.75 171.76 175.83 185.17 210.54 235.73 270.60 </p>
</div>
<div style="position: absolute; margin-left: 1445px; margin-top: 1976px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">287.91 344.69 407.08 474.76 </p>
</div>
<div style="position: absolute; margin-left: 1721px; margin-top: 573px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">0.00 0.00 <br/>0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 <br/>2.12 18.54 50.64 97.22 <br/>156.59 209.43 226.56 282.50 289.19 304.56 346.28 387.72 445.06 </p>
</div>
<div style="position: absolute; margin-left: 1721px; margin-top: 1976px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">472.81 555.09 633.22 706.81 </p>
</div>
<div style="position: absolute; margin-left: 2018px; margin-top: 573px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">0.00 0.00 <br/>0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 <br/>11.00 11.00 11.00 11.00 1100 11.00 11.00 11.00 11.00 11.00 11.00 11.00 11.00 </p>
</div>
<div style="position: absolute; margin-left: 2018px; margin-top: 1976px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">4.00 4.00 4.00 4.00 </p>
</div>
<div style="position: absolute; margin-left: 2295px; margin-top: 573px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">0.00 0.00 </p>
</div>
<div style="position: absolute; margin-left: 2295px; margin-top: 722px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 <br/>58.70 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 </p>
</div>
<div style="position: absolute; margin-left: 2273px; margin-top: 1976px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">270.00 270.00 270.00 270.00 </p>
</div>
<div style="position: absolute; margin-left: 2571px; margin-top: 573px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">0.00 0.00 </p>
</div>
<div style="position: absolute; margin-left: 2550px; margin-top: 722px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 <br/>1.50 13.11 35.80 68.74 110.72 148.09 160.20 199.75 204.48 215.35 244.86 274.15 314.70 </p>
</div>
<div style="position: absolute; margin-left: 2550px; margin-top: 1976px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">33475 399.65 469.70 544.56 </p>
</div>
<div style="position: absolute; margin-left: 2805px; margin-top: 637px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">MISSION CANYON : </p>
</div>
<div style="position: absolute; margin-left: 2783px; margin-top: 977px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">LODGEPOLE : </p>
</div>
<div style="position: absolute; margin-left: 2783px; margin-top: 1168px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">KOP 11° @ 10049.12‘ MD </p>
</div>
<div style="position: absolute; margin-left: 2762px; margin-top: 1508px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">FALSE BAKKEN : </p>
</div>
<div style="position: absolute; margin-left: 2762px; margin-top: 1615px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">SCALLION : UPPER BAKKEN : </p>
</div>
<div style="position: absolute; margin-left: 2762px; margin-top: 1763px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">THREE FORKS : </p>
</div>
<div style="position: absolute; margin-left: 2762px; margin-top: 1870px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">LANDING POINT / TURN 4° T0 BHL; 7 .n </p>
</div>
</body>
</html>
|
clean/Linux-x86_64-4.05.0-2.0.6/released/8.8.1/maths/8.9.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>maths: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.1 / maths - 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>
maths
<small>
8.9.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-09-01 14:15:30 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-01 14:15:30 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.12 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.8.1 Formal proof management system.
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/maths"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Maths"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: mathematics"
"category: Mathematics/Arithmetic and Number Theory/Number theory"
]
authors: [
"Jean-Christophe Filliâtre"
]
bug-reports: "https://github.com/coq-contribs/maths/issues"
dev-repo: "git+https://github.com/coq-contribs/maths.git"
synopsis: "Basic mathematics"
description: """
Basic mathematics (gcd, primality, etc.) from
French ``Mathematiques Superieures'' (first year of preparation to
high schools)"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/maths/archive/v8.9.0.tar.gz"
checksum: "md5=4416faca823a4598d6df16e2acc510f5"
}
</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-maths.8.9.0 coq.8.8.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.8.1).
The following dependencies couldn't be met:
- coq-maths -> coq >= 8.9
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-maths.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<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>
|
app/container/task/type/index.html | flyingSprite/adminPlan | <section class="container section-default">
<!-- Select Category or Label -->
<div class="row distance-default">
<div class="col-lg-8 col-md-8 col-sm-6 col-xs-6">
<div class="btn-group">
<button class="btn btn-default"
ng-class="{'btn-primary': ctrl.select === 'Category'}"
ng-click="ctrl.selectCategory()">
<strong>{{ 'Category' | translate }}</strong>
</button>
<button class="btn btn-default"
ng-class="{'btn-primary': ctrl.select == 'Label'}"
ng-click="ctrl.selectLabel()">
<strong>{{ 'Label' | translate }}</strong>
</button>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-6">
<div class="pull-right" ng-if="indexCtrl.supportTypeEdit">
<button class="btn btn-success"
ng-show="ctrl.select === 'Category'" ng-click="ctrl.createNewCategory()">
{{ 'New Category' }}</button>
<button class="btn btn-success"
ng-show="ctrl.select == 'Label'" ng-click="ctrl.createNewLabel()">{{ 'New Label' | translate }}</button>
</div>
</div>
</div>
<!-- New Category-->
<div class="distance-default" ng-show="ctrl.select === 'Category' && ctrl.isCreate" ng-if="indexCtrl.supportTypeEdit">
<div class="wrapper-new-label">
<div class="row">
<div class="col-lg-8 col-md-8 col-sm-6 col-xs-6">
<form class="form-horizontal">
<div class="control-group">
<input type="text" class="form-control" placeholder="Category input" ng-model="ctrl.newCategory" />
</div>
</form>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-6">
<div class="pull-right">
<button class="btn btn-default" ng-click="ctrl.cancelCreateCategory()">{{ 'Cancel' | translate }}</button>
<button class="btn btn-success" ng-click="ctrl.toCreateNewCategory()">{{ 'Create Category' | translate }}</button>
</div>
</div>
</div>
</div>
</div>
<!-- New Label-->
<div class="distance-default" ng-show="ctrl.select === 'Label' && ctrl.isCreate" ng-if="indexCtrl.supportTypeEdit">
<div class="wrapper-new-label">
<div class="row">
<div class="col-lg-2 col-md-2 col-sm-2 col-xs-2">
<select class="form-control" ng-model="ctrl.selectCategoryIdForLabel" ng-change="ctrl.changeCategoryForLabel()">
<option ng-repeat="category in ctrl.categories track by $index" value="{{category.id}}">{{category.value}}</option>
</select>
</div>
<div class="col-lg-6 col-md-6 col-sm-4 col-xs-4">
<input type="text" class="form-control" placeholder="Label Input" ng-model="ctrl.newLabel" />
</div>
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-6">
<div class="pull-right">
<button class="btn btn-default" ng-click="ctrl.cancelCreateLabel()">{{ 'Cancel' | translate }}</button>
<button class="btn btn-success" ng-click="ctrl.toCreateNewLabel()">{{ 'Create Label' | translate }}</button>
</div>
</div>
</div>
</div>
</div>
<!-- Category List-->
<div class="distance-default" ng-show="ctrl.select === 'Category'">
<ap-box title="{{ctrl.categories.length ? ctrl.categories.length : 0}} Categories">
<ul class="list-group">
<li class="list-group-item" ng-repeat="category in ctrl.categories track by $index">
<button class="btn btn-danger btn-xs pull-right"
ng-click="ctrl.deleteCategory(category)" ng-if="indexCtrl.supportTypeEdit">
<i class="fa fa-times-circle"></i> {{ 'Delete' | translate }}
</button>
<i class="fa fa-tag"></i> {{ category.value }}
</li>
</ul>
</ap-box>
</div>
<!-- Label List-->
<div class="distance-default" ng-show="ctrl.select === 'Label'">
<div class="row distance-default" ng-hide="ctrl.select === 'Label' && ctrl.isCreate">
<div class="col-lg-2 col-md-2 col-sm-2 col-xs-2">
<select class="form-control" ng-model="ctrl.selectCategoryIdForLabel" ng-change="ctrl.changeCategoryForLabel()">
<option ng-repeat="category in ctrl.categories track by $index" value="{{category.id}}">{{category.value}}</option>
</select>
</div>
</div>
<ap-box title="{{ctrl.categoryLabels.length ? ctrl.categoryLabels.length : 0}} Labels">
<ul class="list-group">
<li class="list-group-item" ng-repeat="label in ctrl.categoryLabels track by $index">
<button class="btn btn-danger btn-xs pull-right"
ng-click="ctrl.deleteLabelForCategory(label)" ng-if="indexCtrl.supportTypeEdit">
<i class="fa fa-times-circle"></i> {{ 'Delete' | translate }}
</button>
<i class="fa fa-tag"></i> {{ label.value }}
</li>
</ul>
</ap-box>
</div>
</section>
|
flashcards/static/css/switch.css | latreides/SE_Team3 | .switch {
position: relative;
float: right;
z-index: 1;
margin-top: 5px;
margin-right: 40px;
font-family: 'Microsoft Sans Serif', sans-serif;
display: inline-block;
}
.switch .button {
width: 110px;
height: 20px;
background: #1E90FF;
cursor: pointer;
text-align: center;
font-size: 16px;
color: white;
border: solid 1px black;
transition: all .2s ease-in-out;
}
.switch .button:hover {
border: solid 1px white;
box-shadow: 0 0 15px white;
}
.switch > ul.menu {
display: none;
position: absolute;
list-style:none;
background: white;
width: 150px;
height: auto;
margin: 5px;
padding: 5px;
font-size: 14px;
color: black;
border-radius: 5px;
box-shadow:0 0 10px white;
}
.switch > ul.menu li {
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
border-bottom: solid 1px grey;
}
.switch > ul.menu li:hover {
cursor: pointer;
background: #62B1FF;
color: black;
}
.switch > ul.menu li:last-child {
border:none
}
a:hover {
color: black;
}
a:link {
color: black;
}
a:visited {
color: black;
} |
docs/BufferCol_8h.html | bradhowes/sidecar | <!-- HTML header for doxygen 1.8.10-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>SideCar: /Users/howes/src/sidecar/Utils/Buffer/BufferCol.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="DoxygenStyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">SideCar
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_16861240cd43450fd06793f5fadb1278.html">sidecar</a></li><li class="navelem"><a class="el" href="dir_f8aecf1212e5099580012e9c7ab66cf2.html">Utils</a></li><li class="navelem"><a class="el" href="dir_aea8b955f32cfea5218a7034f7a209ef.html">Buffer</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Data Structures</a> </div>
<div class="headertitle">
<div class="title">BufferCol.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include <vsip/vector.hpp></code><br />
<code>#include <vsip/impl/subblock.hpp></code><br />
<code>#include <vsip/math.hpp></code><br />
<code>#include "<a class="el" href="ModelView_8h_source.html">ModelView.h</a>"</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for BufferCol.h:</div>
<div class="dyncontent">
<div class="center"><img src="BufferCol_8h__incl.png" border="0" usemap="#_2Users_2howes_2src_2sidecar_2Utils_2Buffer_2BufferCol_8h" alt=""/></div>
<map name="_2Users_2howes_2src_2sidecar_2Utils_2Buffer_2BufferCol_8h" id="_2Users_2howes_2src_2sidecar_2Utils_2Buffer_2BufferCol_8h">
<area shape="rect" id="node5" href="ModelView_8h.html" title="ModelView.h" alt="" coords="445,102,542,133"/>
</map>
</div>
</div>
<p><a href="BufferCol_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Data Structures</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classBufferCol.html">BufferCol< T ></a></td></tr>
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Bind a vsip::Vector to one column of data within a <a class="el" href="classBuffer.html" title="A matrix class that supports VSIPL++ subviews. ">Buffer</a>. <a href="classBufferCol.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
<!-- HTML footer for doxygen 1.8.10-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|
annotated_source/messages.html | fupet/mediafolder_tdd5 | <!DOCTYPE html>
<html>
<head>
<title>messages.js</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<link rel="stylesheet" media="all" href="docco.css" />
</head>
<body>
<div id="container">
<div id="background"></div>
<ul class="sections">
<li id="title">
<div class="annotation">
<h1>messages.js</h1>
</div>
</li>
<li id="section-1">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-1">¶</a>
</div>
</div>
<div class="content"><div class='highlight'><pre><span class="hljs-comment">/**
* @module collections/Messages
* @requires module:models/Message
*/</span>
<span class="hljs-keyword">var</span> Backbone = <span class="hljs-built_in">require</span>(<span class="hljs-string">'backbone'</span>),</pre></div></div>
</li>
<li id="section-2">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-2">¶</a>
</div>
<p>It needs a reference to the submodel.</p>
</div>
<div class="content"><div class='highlight'><pre> Message = <span class="hljs-built_in">require</span>(<span class="hljs-string">'./message'</span>),
<span class="hljs-comment">/**
* @class
* @extends external:Backbone.Collection
*/</span></pre></div></div>
</li>
<li id="section-3">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-3">¶</a>
</div>
<p>The marionette haven’t extended the backbone collection, so we have to use the backbone.collection.</p>
</div>
<div class="content"><div class='highlight'><pre> Messages = Backbone.Collection.extend(
<span class="hljs-comment">/** @lends module:collections/Messages~Messages.prototype */</span>
{
<span class="hljs-comment">/**
* @member {Backbone.Model}
*/</span></pre></div></div>
</li>
<li id="section-4">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-4">¶</a>
</div>
<p>The collection will containts the kind of models. It can create and destroy them automatically.</p>
</div>
<div class="content"><div class='highlight'><pre> model : Message
});
<span class="hljs-built_in">module</span>.exports = Messages;</pre></div></div>
</li>
</ul>
</div>
</body>
</html>
|
static/cam.html | WebSocket101/8.4_SecurityCam_Express.js | <html>
<head>
<title>Security Cam</title>
<script type="text/javascript" src="/javascripts/canvas-toBlob.js"></script>
</head>
<body>
<h1>Security Cam</h1>
<video id="cam" autoplay></video>
</body>
<script>
var ws = new WebSocket("ws://"+window.location.host+"/cam");
var video = document.getElementById("cam");
var canvas = document.createElement("canvas");
var ctx = canvas.getContext("2d");
navigator.getUserMedia = navigator.getUserMedia ||
navigator.webkitGetUserMedia ||
navigator.mozGetUserMedia ||
navigator.msGetUserMedia;
window.URL = window.URL ||
window.webkitURL ||
window.mozURL ||
window.mosURL;
navigator.getUserMedia({video:true, audio:false}, function(stream){
if(navigator.webkitGetUserMedia || navigator.mozGetUserMedia)
video.src = window.URL.createObjectURL(stream) || stream;
else
video.src = stream;
setInterval(takeSnapShot,500);
}, function(){
ws.close();
console.log("Zugriff auf getUserMedia verweigert")
});
function takeSnapShot(){
canvas.width = video.videoWidth;
canvas.height = video.videoHeight;
ctx.drawImage(video, 0, 0, canvas.width, canvas.height);
canvas.toBlob(function(blob) {
ws.send(blob)
});
}
ws.onclose = function(evt){
console.log(evt.reason);
console.log(evt.code);
}
</script>
</html> |
static/css/main.css | martinengstrom/temporary_file_storage | /* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
padding-bottom: 20px;
}
.navbar-custom {
background-color: #127cb3;
border-color: #0f6795;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#179ce1), to(#127cb3));
background-image: -webkit-linear-gradient(top, #179ce1, 0%, #127cb3, 100%);
background-image: -moz-linear-gradient(top, #179ce1 0%, #127cb3 100%);
background-image: linear-gradient(to bottom, #179ce1 0%, #127cb3 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff179ce1', endColorstr='#ff127cb3', GradientType=0);
}
.navbar-custom .navbar-brand {
color: #ffffff;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
color: #e6e6e6;
background-color: transparent;
}
.navbar-custom .navbar-text {
color: #ffffff;
}
.navbar-custom .navbar-nav > li:last-child > a {
border-right: 1px solid #0f6795;
}
.navbar-custom .navbar-nav > li > a {
color: #ffffff;
border-left: 1px solid #0f6795;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
color: #c0c0c0;
background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
color: #c0c0c0;
background-color: #0f6795;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0f6795), to(#1487c3));
background-image: -webkit-linear-gradient(top, #0f6795, 0%, #1487c3, 100%);
background-image: -moz-linear-gradient(top, #0f6795 0%, #1487c3 100%);
background-image: linear-gradient(to bottom, #0f6795 0%, #1487c3 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f6795', endColorstr='#ff1487c3', GradientType=0);
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.navbar-custom .navbar-toggle {
border-color: #dddddd;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
background-color: #dddddd;
}
.navbar-custom .navbar-toggle .icon-bar {
background-color: #cccccc;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
border-color: #0f6693;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
border-top-color: #c0c0c0;
border-bottom-color: #c0c0c0;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
background-color: #0f6795;
color: #c0c0c0;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
border-top-color: #c0c0c0;
border-bottom-color: #c0c0c0;
}
.navbar-custom .navbar-nav > .dropdown > a .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
@media (max-width: 767) {
.navbar-custom .navbar-nav .open .dropdown-menu > li > a {
color: #ffffff;
}
.navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
color: #c0c0c0;
background-color: transparent;
}
.navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
.navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #c0c0c0;
background-color: #0f6795;
}
.navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.navbar-custom .navbar-link {
color: #ffffff;
}
.navbar-custom .navbar-link:hover {
color: #c0c0c0;
} |
PreParcial/dist/javadoc/pre/parcial/package-frame.html | MitchAguilar/POE | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Sat Sep 09 17:05:54 COT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>pre.parcial</title>
<meta name="date" content="2017-09-09">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
</head>
<body>
<h1 class="bar"><a href="../../pre/parcial/package-summary.html" target="classFrame">pre.parcial</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="PreParcial.html" title="class in pre.parcial" target="classFrame">PreParcial</a></li>
</ul>
</div>
</body>
</html>
|
docs/post/page/1/index.html | topliceanu/alexandrutopliceanu.ro | <!DOCTYPE html><html><head><title>http://alexandrutopliceanu.ro/post/</title><link rel="canonical" href="http://alexandrutopliceanu.ro/post/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://alexandrutopliceanu.ro/post/" /></head></html> |
demo/src/RangeCalendar.html | chenchong02/fcui | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>FcRangeCalendar - FCUI Demo</title>
<script src="./esl.js"></script>
<script src="./jquery.min.js"></script>
<script src="../../dep/esui/3.1.0-beta.4/src/customShim.js"></script>
<link rel="stylesheet" href="./demo.css" />
<link rel="stylesheet" href="../../src/css/main.css" />
<link rel="stylesheet" href="../../dep/fc-icon/0.0.4/src/css/fc-icon.css"/>
<script>
require.config({
'baseUrl': '../../src',
'paths': {},
'packages': [
{
'name': 'mini-event',
'location': '../dep/mini-event/1.0.2/src',
'main': 'main'
},
{
'name': 'underscore',
'location': '../dep/underscore/1.6.0/src',
'main': 'underscore'
},
{
'name': 'moment',
'location': '../dep/moment/2.7.0/src',
'main': 'moment'
},
{
'name': 'etpl',
'location': '../dep/etpl/3.0.0/src',
'main': 'main'
},
{
'name': 'esui',
'location': '../dep/esui/3.1.0-beta.4/src',
'main': 'main'
},
{
'name': 'fcui',
'location': './',
'main': 'main'
},
{
'name': 'eoo',
'location': '../dep/eoo/0.1.1/src',
'main': 'main'
},
{
'name': 'fc-core',
'location': '../dep/fc-core/0.0.1-alpha.7/src',
'main': 'main'
},
{
'name': 'promise',
'location': '../dep/promise/1.0.0/src',
'main': 'main'
},
{
'name': 'fc-icon',
'location': '../dep/fc-icon/0.0.4/src',
'main': 'index'
}
]
});
</script>
</head>
<body>
<header>RangeCalendar</header>
<div class="container">
<h2>连续时间段选择控件</h2>
<p class="desc-title">
属性设置
</p>
<table class="desc-table" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr style="background:">
<th width="50">属性名</th>
<th width="150">描述</th>
<th width="450" colspan=2>格式</th>
<th width="150">默认值</th>
</tr>
<tr>
<td>range</td>
<td>日历可选区间</td>
<td><string> 逗号分隔开始结束,如:<br>2013-07-03,2013-08-29</td>
<td><Object> 如:<br>{beign: new Date(2013, 7, 3), end:new Date(2016, 7, 3)}</td>
<td>开始:1982-11-04 <br> 结束:2046-11-04</td></tr>
<tr><td>value</td><td>选择区间</td><td colspan=2><string> 逗号分隔开始结束,如:2013-07-01,2013-09-01。如果没有设置结束时间,日历默认当作“无结束”处理。</td><td>当天到当天</td></tr>
<tr><td>rawValue</td><td>选择区间</td><td colspan=2><Object> 如:{beign: new Date(2013, 7, 3), end:new Date(2016, 10, 3)}</td><td>当天到当天</td></tr>
<tr><td>miniMode</td><td>默认显示的快捷区间</td><td colspan=2><number> 是快捷链接的索引</td><td>不选</td></tr>
<tr><td>showedShortCut</td><td>要显示的快捷日历链接</td><td colspan=2><string> 如:'昨天,最近7天,上周'</td><td>默认全部。'昨天,最近7天,上周,本月,上个月,上个季度'</td></tr>
<tr><td>endlessCheck</td><td>是否是无限日历</td><td colspan=2><boolean | string>'true' 或 true代表日历为可无限型;'false' 或 false代表日历为区间型。setProperties设置无效。</td><td>false</td></tr>
<tr><td>isEndless</td><td>无限日历是否置为无限</td><td colspan=2><boolean | string> 'true' 或 true代表结束无限;'false' 或 false代表结束有限。</td><td>false</td></tr>
</tbody>
</table>
<p class="desc-title">
自动纠错
</p>
<ul>
<li>value超出range:无高亮日期显示,但并不会自动纠正value</li>
<li>value的设置优先级高于miniMode</li>
<li>如果没有设置endlessCheck,但是value没有结束时间,那么自动默认日历为无限日历,且已置为结束时间无限</li>
<li>如果设置了isEndless,value中又包含结束时间,则删除value中的结束时间信息</li>
<li>如果设置了isEndless,endlessCheck设置为false,则isEndless优先级高,即endlessCheck纠正为true</li>
</ul>
<p class="desc-title">
实例展示
</p>
<div class="demo-container">
<div data-ui-type="FcRangeCalendar" data-ui-name="test"
data-ui-id="test"
data-ui-value="2013-03-02 00:00:00,2013-05-01"
data-ui-endless-check="false"
data-ui-is-endless="true"
data-ui-range="2011-03-02 00:00:00,2014-04-02 23:59:59"
data-ui-showed-short-cut="昨天,最近7天,上周"></div>
<input data-ui-type="FcRangeCalendar" name="test2"
data-ui-id="test2"
data-ui-mini-mode="1"
data-ui-range="2013-06-01 00:00:00,2013-07-10 23:59:59" />
<esui-range-calendar name="test3"
data-ui-id="test3"
data-ui-mini-mode="1"
data-ui-range="2013-10-01 00:00:00,2013-07-10 23:59:59"></esui-range-calendar>
</div>
<!--
<div class="control-panel">
<button id="disposeBtn">dispose掉第一个!</button>
<br>
<button id="test1-btn0">改变value</button>
<input type="textbox" id="test1-ipt0"></input>
<br>
<button id="test1-btn1">改变月</button>
<input type="textbox" id="test1-ipt1"></input>
<br>
<button id="test1-btn2">改变年</button>
<input type="textbox" id="test1-ipt2"></input>
<br>
<button id="test1-btn3">改变range</button>
<input type="textbox" id="test1-ipt3"></input>
<p>预期结果:
<span id="test1-result">
</span>
</p>
</div>-->
</div>
<h2>非连续时间段选择控件</h2>
<div data-ui-type="FcRichCalendar" data-ui-name="test4"
data-ui-id="test4"
data-ui-range="2013-07-03,2013-09-29"
data-ui-value="2013-07-03,2013-07-28,2013-07-29,2013-07-29,2013-08-01,2013-08-27">
</div>
<script>
require(
[
'fcui',
'fcui/FcRangeCalendar',
'fcui/FcRichCalendar',
'fcui/extension/FcUiSkin'
],
function (ui) {
var calendar = ui.init()[0];
// document.getElementById('disposeBtn').onclick = function(){
// calendar.dispose();
// };
}
)
</script>
</body>
</html>
|
securedpi_events/templates/securedpi_events/events-old.html | Secured-Pi/Secured-Pi | {% extends "securedpi/base.html" %}
{% block body %}
<div class="meta">
<h2><strong>Access Log</strong></h2>
{% if not events %}
<h4><span class="grey">THERE ARE NO EVENTS ACCOSSIATED WITH THIS LOCK</span></h4>
{% elif events.count > 9 %}
<a href="{% url 'delete_old_events' pk=lock_id %}">
<input type="button" value="Delete 10 oldest events" class="btn btn-primary">
</a>
{% endif %}
<ul>
{% for event in events %}
<div class='event-panel'>
<li class="events">
<h2><strong>Lock #{{ event.lock_id }}</strong></h2>
<p><span>access time:</span> {{ event.date_created }}</p>
<p><span>access method:</span> {{ event.mtype }}</p>
<p><span>requested:</span> {{ event.action }}</p>
<p><span>result:</span> {{ event.status }}</p>
{% if event.photo %}
<p><img class="thumbnail" src="{{ event.photo.url }}"></p>
{% endif %}
</li>
</div>
{% endfor %}
</ul>
</div>
{% endblock %}
|
vivi/css/style.css | qoshi/qoshiBlog | #result {
display : none;
}
#start {
text-align : center;
}
#load {
display : none;
} |
tests/cases/no-semi/output.css | stylecow/stylecow-core | tobi loki jane {
are: "all";
the-species: called "ferrets";
} |
all-data/10000-10999/10168-22.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目 </b></th><td class="std2">積薪厝火</td></tr>
<tr><th class="std1"><b>注音 </b></th><td class="std2">ㄐ| ㄒ|ㄣ ㄘㄨㄛ<sup class="subfont">ˋ</sup> ㄏㄨㄛ<sup class="subfont">ˇ</sup></td></tr>
<tr><th class="std1"><b>漢語拼音 </b></th><td class="std2"><font class="english_word">jī xīn cuò huǒ</font></td></tr>
<tr><th class="std1"><b>釋義 </b></th><td class="std2">厝,安置。積薪厝火指將薪柴堆放在火種的上面。語本漢書˙卷四十八˙賈誼傳:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>夫抱火厝之積薪之下而寢其上,火未及燃,因謂之安,方今之勢,何以異此?<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>比喻情勢危急,隱藏無窮的禍害。如:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>將瓦斯熱水器裝在室內有如積薪厝火,非常危險。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></td></tr>
<tr><th class="std1"><b><font class="fltypefont">附錄</font> </b></th><td class="std2">修訂本參考資料</td></tr>
</td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
|
pages/redis/redis-overview.html | demirmustafa/demirmustafa.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Redis</title>
<!-- Bootstrap Core CSS -->
<link href="https://demirmustafa.github.io/css/bootstrap.min.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="https://demirmustafa.github.io/css/clean-blog.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link rel="stylesheet" type="text/css" href="https://demirmustafa.github.io/font-awesome-4.7.0/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="https://demirmustafa.github.io/index.html">Home Page</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://demirmustafa.github.io/index.html">Home</a>
</li>
<li>
<a href="https://demirmustafa.github.io/about.html">About</a>
</li>
<li>
<a href="https://demirmustafa.github.io/pages/docker/docker-yazilari.html">Docker</a>
</li>
<li>
<a href="https://demirmustafa.github.io/pages/spring/spring-videolari.html">Spring Framework</a>
</li>
<li>
<a href="https://demirmustafa.github.io/contact.html">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Header -->
<!-- Set your background image for this header on the line below. -->
<header class="intro-header" style="background-image: url('https://demirmustafa.github.io/img/redis-cover.png')">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-heading">
<h1>Redis</h1>
<h2 class="subheading">Quick Intro About Redis</h2>
<span class="meta">Posted by <a href="about.html">Mustafa Demir</a>28 on November , 2016</span>
</div>
</div>
</div>
</div>
</header>
<!-- Post Content -->
<article>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<h3>Redis</h3>
<p>Bu yazı Redis hakkında genel ve yüzeysel bir bilgi içermekte olup devamı gelecek inşaAllah.</p>
<p>
Redis yüksek performansa sahip ölçeklenebilir web uygulamaları inşa edebilmek için C dili ile geliştirilmiş bir teknolojidir.
</p>
<p>
Redis, açık kaynaklı, BSD lisansı ile lisanslanmış bir in-memory databasedir. Verileri key-value olarak saklar. Ayrıca String,list,set de tutabilir.
</p>
<p>
Redis verileri tamamen in-memory şeklinde (RAM) tutar, ancak kalıcılık (persistence) için disk kulllanır. <br/>
Redis, verileri çok sayıdaki slave/worker node için çoklayabilir. Yani veriyi replike eder.
</p>
<p>
<h5>Redis' in Avantajları</h5>
<ul>
<li>Redis saniyede 110000 set, 81000 get işlemi yapabilmektedir.</li>
<li>List, Set, Sorted Set, Hash gibi birçok veri tipine destek verdiği için çeşitli problemlere daha basit şekilde çözüm sunabilmektedir.</li>
<li>Redis işlemleri atomiktir. Yani birden fazla istemci aynı anda redis server üzerinde işlem yapmak istediğinde istemciler her zaman en güncel veri üzerinde işlem yaparlar. Bu özelliği RDBMS lerdeki Transaction kavramının Atomicity özelliği gibi düşünebiliriz.</li>
<li>Redis cache, messaging-queue vs gibi çok çeşitli amaçlar için kullanılabilir. Yani bir web app' de var olan kısa ömürlü olabilece her türlü veriyi tutmak için kullanılabilir.</li>
</ul>
</p>
<p>
<h5>Redis' i Diğer Cache Teknolojilerinden Ayıran Özellikleri</h5>
<ul>
<li>Redisi diğer key-value storage teknolojilerinden ayıran temel özellik daha komplex veri tiplerinde verileri saklyabilmesidir. Aynı zamanda Redis' in desteklediği tüm veri tipleri için atomik olma şartını da yerine getirir, Redis.</li>
<li>Redis verileri memory' de saklar, ancak kalıcılık için sabit diske de yazabilir. Memory boyutundan daha küçük veriler, ya da başka bir tabirle memory' yi doldurmayacak kadar sayıdaki verilerin yazılması/okunması çok ama çok performanslıdır. Sanırım bu da redisi sadece cache mekanizması olma durumundan çıkaran yegane özlliktir. </li>
</ul>
</p>
<p>
Bu yazının hazırlanmasında <a href="https://www.tutorialspoint.com/index.htm">tutorialspoint.com</a> ve Redis' in kendi sitesi olup tam dökümantasyonunu da bulabileceğiniz <a href="https://redis.io/">redis.io </a>sitesinden faydalanılmıştır.
</p>
</div>
</div>
</div>
</article>
<hr>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center">
<li>
<a href="https://www.facebook.com/wora94" title="Facebook">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://twitter.com/javalog_org" title="Twitter">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://github.com/demirmustafa/" title="GitHub">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://tr.linkedin.com/in/mustafa-demir-1634b294" title="LinkedIn">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UC2J5Vhpe7_x_t-KFIwlVaLA" title="YouTube">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-youtube-play fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="mailto:g.demirmustafa@gmail.com" title="Email">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-send fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="copyright text-muted">Copyright © Your Website 2016</p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="https://demirmustafa.github.io/js/jquery-3.1.1.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="https://demirmustafa.github.io/js/bootstrap.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="https://demirmustafa.github.io/js/jqBootstrapValidation.js"></script>
<script src="https://demirmustafa.github.io/js/contact_me.js"></script>
<!-- Theme JavaScript -->
<script src="https://demirmustafa.github.io/js/clean-blog.min.js"></script>
</body>
</html>
|
solr-4.8.0/docs/solr-test-framework/org/apache/solr/class-use/BaseDistributedSearchTestCase.RandVal.html | dtelaroli/angular-solr-example | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_55) on Thu Apr 24 20:56:17 UTC 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.BaseDistributedSearchTestCase.RandVal (Solr 4.8.0 API)</title>
<meta name="date" content="2014-04-24">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.BaseDistributedSearchTestCase.RandVal (Solr 4.8.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.RandVal.html" title="class in org.apache.solr">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/solr/class-use/BaseDistributedSearchTestCase.RandVal.html" target="_top">Frames</a></li>
<li><a href="BaseDistributedSearchTestCase.RandVal.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.solr.BaseDistributedSearchTestCase.RandVal" class="title">Uses of Class<br>org.apache.solr.BaseDistributedSearchTestCase.RandVal</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.RandVal.html" title="class in org.apache.solr">BaseDistributedSearchTestCase.RandVal</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.solr">org.apache.solr</a></td>
<td class="colLast">
<div class="block">Common base classes for implementing tests.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.solr">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.RandVal.html" title="class in org.apache.solr">BaseDistributedSearchTestCase.RandVal</a> in <a href="../../../../org/apache/solr/package-summary.html">org.apache.solr</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.RandVal.html" title="class in org.apache.solr">BaseDistributedSearchTestCase.RandVal</a> in <a href="../../../../org/apache/solr/package-summary.html">org.apache.solr</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.RandDate.html" title="class in org.apache.solr">BaseDistributedSearchTestCase.RandDate</a></strong></code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../org/apache/solr/package-summary.html">org.apache.solr</a> declared as <a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.RandVal.html" title="class in org.apache.solr">BaseDistributedSearchTestCase.RandVal</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.RandVal.html" title="class in org.apache.solr">BaseDistributedSearchTestCase.RandVal</a>[]</code></td>
<td class="colLast"><span class="strong">BaseDistributedSearchTestCase.</span><code><strong><a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.html#randVals">randVals</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.RandVal.html" title="class in org.apache.solr">BaseDistributedSearchTestCase.RandVal</a></code></td>
<td class="colLast"><span class="strong">BaseDistributedSearchTestCase.</span><code><strong><a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.html#rdate">rdate</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.RandVal.html" title="class in org.apache.solr">BaseDistributedSearchTestCase.RandVal</a></code></td>
<td class="colLast"><span class="strong">BaseDistributedSearchTestCase.</span><code><strong><a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.html#rdouble">rdouble</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.RandVal.html" title="class in org.apache.solr">BaseDistributedSearchTestCase.RandVal</a></code></td>
<td class="colLast"><span class="strong">BaseDistributedSearchTestCase.</span><code><strong><a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.html#rfloat">rfloat</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.RandVal.html" title="class in org.apache.solr">BaseDistributedSearchTestCase.RandVal</a></code></td>
<td class="colLast"><span class="strong">BaseDistributedSearchTestCase.</span><code><strong><a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.html#rint">rint</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.RandVal.html" title="class in org.apache.solr">BaseDistributedSearchTestCase.RandVal</a></code></td>
<td class="colLast"><span class="strong">BaseDistributedSearchTestCase.</span><code><strong><a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.html#rlong">rlong</a></strong></code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/apache/solr/package-summary.html">org.apache.solr</a> that return <a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.RandVal.html" title="class in org.apache.solr">BaseDistributedSearchTestCase.RandVal</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.RandVal.html" title="class in org.apache.solr">BaseDistributedSearchTestCase.RandVal</a>[]</code></td>
<td class="colLast"><span class="strong">BaseDistributedSearchTestCase.</span><code><strong><a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.html#getRandValues()">getRandValues</a></strong>()</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/apache/solr/package-summary.html">org.apache.solr</a> with parameters of type <a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.RandVal.html" title="class in org.apache.solr">BaseDistributedSearchTestCase.RandVal</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://download.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>[]</code></td>
<td class="colLast"><span class="strong">BaseDistributedSearchTestCase.</span><code><strong><a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.html#getRandFields(java.lang.String[], org.apache.solr.BaseDistributedSearchTestCase.RandVal[])">getRandFields</a></strong>(<a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] fields,
<a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.RandVal.html" title="class in org.apache.solr">BaseDistributedSearchTestCase.RandVal</a>[] randVals)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/apache/solr/BaseDistributedSearchTestCase.RandVal.html" title="class in org.apache.solr">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/solr/class-use/BaseDistributedSearchTestCase.RandVal.html" target="_top">Frames</a></li>
<li><a href="BaseDistributedSearchTestCase.RandVal.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>
|
_layouts/page.html | veilands/veilands.github.io | ---
layout: default
---
<div class="page">
<h2 class="page-title">{{ page.title }}</h2>
{{ content }}
</div>
|
docs/html/classtesting_1_1gmock__matchers__test_1_1_even_matcher_impl-members.html | bhargavipatel/808X_VO | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>VO808X: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">VO808X
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</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('classtesting_1_1gmock__matchers__test_1_1_even_matcher_impl.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="headertitle">
<div class="title">testing::gmock_matchers_test::EvenMatcherImpl Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classtesting_1_1gmock__matchers__test_1_1_even_matcher_impl.html">testing::gmock_matchers_test::EvenMatcherImpl</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classtesting_1_1_matcher_describer_interface.html#a35b9dc2f3e25ca4b903f282feaaf9f8c">DescribeNegationTo</a>(::std::ostream *os) const </td><td class="entry"><a class="el" href="classtesting_1_1_matcher_describer_interface.html">testing::MatcherDescriberInterface</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classtesting_1_1gmock__matchers__test_1_1_even_matcher_impl.html#aa29ca9bfd5c704cba3bde3a1997d74f8">DescribeTo</a>(ostream *os) const </td><td class="entry"><a class="el" href="classtesting_1_1gmock__matchers__test_1_1_even_matcher_impl.html">testing::gmock_matchers_test::EvenMatcherImpl</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classtesting_1_1_matcher_describer_interface.html#ad9f861588bd969b6e3e717f13bb94e7b">testing::MatcherInterface::DescribeTo</a>(::std::ostream *os) const =0</td><td class="entry"><a class="el" href="classtesting_1_1_matcher_describer_interface.html">testing::MatcherDescriberInterface</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classtesting_1_1gmock__matchers__test_1_1_even_matcher_impl.html#a91bd69693562946f5a11157ae1cc0e5c">MatchAndExplain</a>(int x, MatchResultListener *) const </td><td class="entry"><a class="el" href="classtesting_1_1gmock__matchers__test_1_1_even_matcher_impl.html">testing::gmock_matchers_test::EvenMatcherImpl</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classtesting_1_1_matcher_interface.html#a296b43607cd99d60365f0e6a762777cf">testing::MatcherInterface::MatchAndExplain</a>(T x, MatchResultListener *listener) const =0</td><td class="entry"><a class="el" href="classtesting_1_1_matcher_interface.html">testing::MatcherInterface< T ></a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classtesting_1_1_matcher_describer_interface.html#ae2236a56ad2cc35cad10efc1208854f4">~MatcherDescriberInterface</a>()</td><td class="entry"><a class="el" href="classtesting_1_1_matcher_describer_interface.html">testing::MatcherDescriberInterface</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
</table></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
</ul>
</div>
</body>
</html>
|
articles/18/transforming-python-list-to-spark-dataframe.html | adlersantos/adlersantos.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Transforming Python Lists into Spark Dataframes</title>
<meta name="description" content="Data represented as dataframes are generally much easier to transform, filter, or write to a target source. In Spark, loading or querying data from a source ...">
<!-- Google Fonts loaded here depending on setting in _data/options.yml true loads font, blank does not-->
<link href='//fonts.googleapis.com/css?family=Lato:400,400italic' rel='stylesheet' type='text/css'>
<!-- Load up MathJax script if needed ... specify in /_data/options.yml file-->
<script type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="stylesheet" type="text/css" href="/css/tufte.css">
<!-- <link rel="stylesheet" type="text/css" href="/css/print.css" media="print"> -->
<link rel="canonical" href="/articles/18/transforming-python-list-to-spark-dataframe">
</head>
<body class="full-width">
<!--- Header and nav template site-wide -->
<header>
<nav class="group">
<a href="/"><img class="badge" src="/assets/img/avatar.png" alt="CH"></a>
<a href="/">Writings</a>
<a href="/about/">About Adler</a>
<a href="/css/print.css"></a>
</nav>
</header>
<h1>Transforming Python Lists into Spark Dataframes</h1>
<article>
<p>Data represented as dataframes are generally much easier to transform, filter, or write to a target source. In Spark, loading or querying data from a source will automatically be loaded as a dataframe.</p>
<p>Here’s an example of loading, querying, and writing data using PySpark and SQL:</p>
<div class="language-python highlighter-rouge"><pre class="highlight"><code><span class="kn">import</span> <span class="nn">pyspark</span>
<span class="c"># Define your SparkContext and SparkSession</span>
<span class="n">sc</span> <span class="o">=</span> <span class="n">pyspark</span><span class="o">.</span><span class="n">context</span><span class="o">.</span><span class="n">SparkContext</span><span class="p">(</span><span class="n">master</span><span class="o">=</span><span class="s">'host'</span><span class="p">,</span> <span class="n">appName</span><span class="o">=</span><span class="s">'Sample App'</span><span class="p">)</span>
<span class="n">session</span> <span class="o">=</span> <span class="n">pyspark</span><span class="o">.</span><span class="n">sql</span><span class="o">.</span><span class="n">session</span><span class="o">.</span><span class="n">SparkSession</span><span class="p">(</span><span class="n">sc</span><span class="p">)</span>
<span class="s">"""
Load your data using:
- spark.read.json('some/path/or/url')
- spark.read.parquet('some/path/or/url')
- spark.read.csv('some/path/or/url')
- spark.read.text('some/path/or/url'), etc.
"""</span>
<span class="n">data</span> <span class="o">=</span> <span class="n">spark</span><span class="o">.</span><span class="n">read</span><span class="o">.</span><span class="n">json</span><span class="p">(</span><span class="s">'some/path/or/url'</span><span class="p">)</span>
<span class="n">data</span><span class="o">.</span><span class="n">createOrReplaceTempView</span><span class="p">(</span><span class="s">"table"</span><span class="p">)</span>
<span class="c"># Apply some SQL query to the data, which results in a DataFrame</span>
<span class="n">df</span> <span class="o">=</span> <span class="n">session</span><span class="o">.</span><span class="n">sql</span><span class="p">(</span><span class="s">"""
select col1, col2, sum(col3)
from table
where col4 = 'some_val'
group by col1, col2
"""</span><span class="p">)</span>
<span class="c"># Write the query results to a target in your desired format (say, JSON)</span>
<span class="n">df</span><span class="o">.</span><span class="n">write</span><span class="o">.</span><span class="n">json</span><span class="p">(</span><span class="s">'target/path/'</span><span class="p">)</span>
</code></pre>
</div>
<p>The example above works conveniently if you can easily load your data as a dataframe using PySpark’s built-in functions. But sometimes you’re in a situation where your processed data ends up as a list of Python dictionaries, say when you weren’t required to use <code class="highlighter-rouge">spark.read</code> and/or <code class="highlighter-rouge">session.sql</code>. How can you load your data as a Spark DataFrame in order to take advantage of its capabilities?</p>
<!--more-->
<p>Let’s say you have a list of dictionaries as follows:</p>
<div class="language-python highlighter-rouge"><pre class="highlight"><code><span class="n">data</span> <span class="o">=</span> <span class="p">[</span>
<span class="p">{</span>
<span class="s">'id'</span><span class="p">:</span> <span class="mi">123</span><span class="p">,</span>
<span class="s">'uuid'</span><span class="p">:</span> <span class="s">'123e4567-e89b-12d3-a456'</span><span class="p">,</span>
<span class="s">'description'</span><span class="p">:</span> <span class="s">'lorem ipsum'</span><span class="p">,</span>
<span class="s">'price'</span><span class="p">:</span> <span class="mf">45.67</span><span class="p">,</span>
<span class="s">'some_date'</span><span class="p">:</span> <span class="n">date_object</span><span class="p">,</span>
<span class="s">'some_timestamp'</span><span class="p">:</span> <span class="n">datetime_object</span><span class="p">,</span>
<span class="s">'binary_file'</span><span class="p">:</span> <span class="n">b</span><span class="s">'binary-encoding'</span><span class="p">,</span>
<span class="s">'deleted'</span><span class="p">:</span> <span class="bp">False</span><span class="p">,</span>
<span class="s">'tags'</span><span class="p">:</span> <span class="p">[</span><span class="s">'tag1'</span><span class="p">,</span> <span class="s">'tag2'</span><span class="p">,</span> <span class="s">'tag3'</span><span class="p">],</span>
<span class="s">'metadata'</span><span class="p">:</span> <span class="p">{</span>
<span class="s">'source'</span><span class="p">:</span> <span class="s">'universe'</span><span class="p">,</span>
<span class="s">'original_price'</span><span class="p">:</span> <span class="mi">33</span><span class="p">,</span>
<span class="p">}</span>
<span class="p">},</span>
<span class="c"># ...</span>
<span class="p">]</span>
</code></pre>
</div>
<p>Converting this into a Spark DataFrame is as simple as knowing how the datatype of each key-value pair of its dictionaries map to one of PySpark’s DataType subclasses. You can find the latest list of available PySpark data types <a href="https://spark.apache.org/docs/latest/api/python/_modules/pyspark/sql/types.html">here</a>.</p>
<div class="language-python highlighter-rouge"><pre class="highlight"><code><span class="kn">from</span> <span class="nn">pyspark.sql.types</span> <span class="kn">import</span> <span class="o">*</span>
<span class="n">fields</span> <span class="o">=</span> <span class="p">[</span>
<span class="n">StructField</span><span class="p">(</span><span class="s">'id'</span><span class="p">,</span> <span class="n">IntegerType</span><span class="p">(),</span> <span class="bp">False</span><span class="p">),</span>
<span class="n">StructField</span><span class="p">(</span><span class="s">'uuid'</span><span class="p">,</span> <span class="n">StringType</span><span class="p">(),</span> <span class="bp">False</span><span class="p">),</span>
<span class="n">StructField</span><span class="p">(</span><span class="s">'description'</span><span class="p">,</span> <span class="n">TextType</span><span class="p">(),</span> <span class="bp">False</span><span class="p">),</span>
<span class="n">StructField</span><span class="p">(</span><span class="s">'price'</span><span class="p">,</span> <span class="n">DecimalType</span><span class="p">(</span><span class="n">precision</span><span class="o">=</span><span class="mi">10</span><span class="p">,</span> <span class="n">scale</span><span class="o">=</span><span class="mi">2</span><span class="p">),</span> <span class="bp">False</span><span class="p">),</span>
<span class="n">StructField</span><span class="p">(</span><span class="s">'some_date'</span><span class="p">,</span> <span class="n">DateType</span><span class="p">(),</span> <span class="bp">False</span><span class="p">),</span>
<span class="n">StructField</span><span class="p">(</span><span class="s">'some_timestamp'</span><span class="p">,</span> <span class="n">TimestampType</span><span class="p">(),</span> <span class="bp">False</span><span class="p">),</span>
<span class="n">StructField</span><span class="p">(</span><span class="s">'binary_file'</span><span class="p">,</span> <span class="n">BinaryType</span><span class="p">(),</span> <span class="bp">False</span><span class="p">),</span>
<span class="n">StructField</span><span class="p">(</span><span class="s">'deleted'</span><span class="p">,</span> <span class="n">BooleanType</span><span class="p">(),</span> <span class="bp">False</span><span class="p">),</span>
<span class="n">StructField</span><span class="p">(</span><span class="s">'tags'</span><span class="p">,</span> <span class="n">ArrayType</span><span class="p">(</span><span class="n">StringType</span><span class="p">()),</span> <span class="bp">False</span><span class="p">),</span>
<span class="n">StructField</span><span class="p">(</span><span class="s">'metadata'</span><span class="p">,</span> <span class="n">StructType</span><span class="p">(),</span> <span class="bp">False</span><span class="p">)</span>
<span class="p">]</span>
<span class="n">schema</span> <span class="o">=</span> <span class="n">StructType</span><span class="p">(</span><span class="n">fields</span><span class="p">)</span>
<span class="n">df</span> <span class="o">=</span> <span class="n">spark</span><span class="o">.</span><span class="n">createDataFrame</span><span class="p">(</span><span class="n">data</span><span class="p">,</span> <span class="n">schema</span><span class="p">)</span>
<span class="c"># DataFrame related stuff here</span>
<span class="n">df</span><span class="o">.</span><span class="n">write</span><span class="o">.</span><span class="n">mode</span><span class="p">(</span><span class="s">'overwrite'</span><span class="p">)</span><span class="o">.</span><span class="n">parquet</span><span class="p">(</span><span class="s">'/some/target'</span><span class="p">)</span>
</code></pre>
</div>
<p>You can actually skip the type matching above and let Spark infer the datatypes contained in the dictionaries. But I personally do not encourage this because automatically inferring data types may lead to hard-to-debug side effects when you process the data downstream. It’s better to be explicit right from the start so you can confidently handle the data moving forward knowing that the data types for the fields are what you specified them to be.</p>
</article>
<span class="print-footer">Transforming Python Lists into Spark Dataframes - March 30, 2018 - Adler Santos</span>
<footer>
<hr class="slender">
<ul class="footer-links">
<li>
<a href="//www.twitter.com/adlersantos"><span class="icon-twitter"></span></a>
</li>
</ul>
<div class="credits">
<span>© 2018 ADLER SANTOS</span></br> <br>
<span>Powered by <a href="//github.com/clayh53/tufte-jekyll">Tufte theme for Jekyll</a>.</span>
</div>
</footer>
</body>
</html>
|
media/index.html | AllPlayers/brochure.allplayers.com | ---
layout: default
layout_keyword: feature
title: Media Center
tagline: Don’t be the last to know!
feature_image: images/global/allplayers-hero-icon.png
---
<p>Keep up with the latest announcements and news from AllPlayers.com. We'll post the scoop on everything from feature releases to partnerships right here.</p>
<section class="twelve columns">
{% for post in site.posts %}
<div class="two mobile-one columns">
<img src="{{post.info_image}}"/>
</div>
<div class="ten mobile-three columns">
<h3><a href="{{ post.url }}">{{ post.article_title }}</a></h3>
<p><strong>{{ post.date | date: "%B %e, %Y" }}</strong> - {{ post.tag }} </p>
<p>{{post.introduction}}</p>
<p><a class="small button" href="{{ post.url }}">Read More</a>
</div>
{% endfor %}
<div class="two hide-for-mobile columns">
</section>
|
doc/jdk6_cn/javax/print/attribute/standard/PagesPerMinute.html | piterlin/piterlin.github.io | <!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-beta2) on Mon Mar 19 18:31:46 CST 2007 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
PagesPerMinute (Java Platform SE 6)
</TITLE><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script>
<META NAME="date" CONTENT="2007-03-19">
<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="PagesPerMinute (Java Platform SE 6)";
}
}
</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="跳过导航链接"></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>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>类</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/PagesPerMinute.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> Platform<br>Standard Ed. 6</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../javax/print/attribute/standard/PageRanges.html" title="javax.print.attribute.standard 中的类"><B>上一个类</B></A>
<A HREF="../../../../javax/print/attribute/standard/PagesPerMinuteColor.html" title="javax.print.attribute.standard 中的类"><B>下一个类</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?javax/print/attribute/standard/PagesPerMinute.html" target="_top"><B>框架</B></A>
<A HREF="PagesPerMinute.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
摘要: 嵌套 | 字段 | <A HREF="#constructor_summary">构造方法</A> | <A HREF="#method_summary">方法</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
详细信息: 字段 | <A HREF="#constructor_detail">构造方法</A> | <A HREF="#method_detail">方法</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>
类 PagesPerMinute</H2>
<PRE>
<A HREF="../../../../java/lang/Object.html" title="java.lang 中的类">java.lang.Object</A>
<IMG SRC="../../../../resources/inherit.gif" ALT="继承者 "><A HREF="../../../../javax/print/attribute/IntegerSyntax.html" title="javax.print.attribute 中的类">javax.print.attribute.IntegerSyntax</A>
<IMG SRC="../../../../resources/inherit.gif" ALT="继承者 "><B>javax.print.attribute.standard.PagesPerMinute</B>
</PRE>
<DL>
<DT><B>所有已实现的接口:</B> <DD><A HREF="../../../../java/io/Serializable.html" title="java.io 中的接口">Serializable</A>, <A HREF="../../../../java/lang/Cloneable.html" title="java.lang 中的接口">Cloneable</A>, <A HREF="../../../../javax/print/attribute/Attribute.html" title="javax.print.attribute 中的接口">Attribute</A>, <A HREF="../../../../javax/print/attribute/PrintServiceAttribute.html" title="javax.print.attribute 中的接口">PrintServiceAttribute</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public final class <B>PagesPerMinute</B><DT>extends <A HREF="../../../../javax/print/attribute/IntegerSyntax.html" title="javax.print.attribute 中的类">IntegerSyntax</A><DT>implements <A HREF="../../../../javax/print/attribute/PrintServiceAttribute.html" title="javax.print.attribute 中的接口">PrintServiceAttribute</A></DL>
</PRE>
<P>
PagesPerMinute 类是一个整数值的打印属性,它指示与此打印机可生成(例如在单工、黑白设置下)的总页数最接近的每分钟可以生成的额定页数。此属性仅提供信息,不是一种服务保证。一般情况下,它是一种在市场营销文字中用来描述设备的值。0 值指示设备处理一页需要两分多钟时间。
<P>
<B>IPP 兼容性:</B>该整数值提供了 IPP 整数值。由 <CODE>getName()</CODE> 返回的类别名称提供了 IPP 属性名称。
<P>
<P>
<P>
<DL>
<DT><B>另请参见:</B><DD><A HREF="../../../../serialized-form.html#javax.print.attribute.standard.PagesPerMinute">序列化表格</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>构造方法摘要</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../javax/print/attribute/standard/PagesPerMinute.html#PagesPerMinute(int)">PagesPerMinute</A></B>(int value)</CODE>
<BR>
构造具有给定整数值的新 PagesPerMinute 属性。</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>方法摘要</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/PagesPerMinute.html#equals(java.lang.Object)">equals</A></B>(<A HREF="../../../../java/lang/Object.html" title="java.lang 中的类">Object</A> object)</CODE>
<BR>
返回此 PagesPerMinute 属性是否等效于传入的对象。</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="java.lang 中的类">Class</A><? extends <A HREF="../../../../javax/print/attribute/Attribute.html" title="javax.print.attribute 中的接口">Attribute</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../javax/print/attribute/standard/PagesPerMinute.html#getCategory()">getCategory</A></B>()</CODE>
<BR>
获取将用作此打印属性值的“类别”的打印属性类。</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="java.lang 中的类">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../javax/print/attribute/standard/PagesPerMinute.html#getName()">getName</A></B>()</CODE>
<BR>
获取类别的名称,此属性值是该类别的一个实例。</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_javax.print.attribute.IntegerSyntax"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>从类 javax.print.attribute.<A HREF="../../../../javax/print/attribute/IntegerSyntax.html" title="javax.print.attribute 中的类">IntegerSyntax</A> 继承的方法</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../javax/print/attribute/IntegerSyntax.html#getValue()">getValue</A>, <A HREF="../../../../javax/print/attribute/IntegerSyntax.html#hashCode()">hashCode</A>, <A HREF="../../../../javax/print/attribute/IntegerSyntax.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>从类 java.lang.<A HREF="../../../../java/lang/Object.html" title="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>构造方法详细信息</B></FONT></TH>
</TR>
</TABLE>
<A NAME="PagesPerMinute(int)"><!-- --></A><H3>
PagesPerMinute</H3>
<PRE>
public <B>PagesPerMinute</B>(int value)</PRE>
<DL>
<DD>构造具有给定整数值的新 PagesPerMinute 属性。
<P>
<DL>
<DT><B>参数:</B><DD><CODE>value</CODE> - 整数值。
<DT><B>抛出:</B>
<DD><CODE><A HREF="../../../../java/lang/IllegalArgumentException.html" title="java.lang 中的类">IllegalArgumentException</A></CODE> - (未经检查的异常)如果 <CODE>value</CODE> 小于 0。</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>方法详细信息</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="java.lang 中的类">Object</A> object)</PRE>
<DL>
<DD>返回此 PagesPerMinute 属性是否等效于传入的对象。若要等效,以下所有条件都必须为 true:
<OL TYPE=1>
<LI>
<CODE>object</CODE> 不为 null。
<LI>
<CODE>object</CODE> 是类 PagesPerMinute 的一个实例。
<LI>
此 PagesPerMinute 属性的值和 <CODE>object</CODE> 的值相等。
</OL>
<P>
<DD><DL>
<DT><B>覆盖:</B><DD>类 <CODE><A HREF="../../../../javax/print/attribute/IntegerSyntax.html" title="javax.print.attribute 中的类">IntegerSyntax</A></CODE> 中的 <CODE><A HREF="../../../../javax/print/attribute/IntegerSyntax.html#equals(java.lang.Object)">equals</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>参数:</B><DD><CODE>object</CODE> - 要比较的对象。
<DT><B>返回:</B><DD>如果 <CODE>object</CODE> 等效于此 PagesPerMinute 属性,则返回 True,否则返回 false。<DT><B>另请参见:</B><DD><A HREF="../../../../java/lang/Object.html#hashCode()"><CODE>Object.hashCode()</CODE></A>,
<A HREF="../../../../java/util/Hashtable.html" title="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="java.lang 中的类">Class</A><? extends <A HREF="../../../../javax/print/attribute/Attribute.html" title="javax.print.attribute 中的接口">Attribute</A>> <B>getCategory</B>()</PRE>
<DL>
<DD>获取将用作此打印属性值的“类别”的打印属性类。
<P>
对于类 PagesPerMinute,该类别就是类 PagesPerMinute 本身。
<P>
<DD><DL>
<DT><B>指定者:</B><DD>接口 <CODE><A HREF="../../../../javax/print/attribute/Attribute.html" title="javax.print.attribute 中的接口">Attribute</A></CODE> 中的 <CODE><A HREF="../../../../javax/print/attribute/Attribute.html#getCategory()">getCategory</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>返回:</B><DD>打印属性类(类别),这是类 <A HREF="../../../../java/lang/Class.html" title="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="java.lang 中的类">String</A> <B>getName</B>()</PRE>
<DL>
<DD>获取类别的名称,此属性值是该类别的一个实例。
<P>
对于类 PagesPerMinute,该类别名称是 <CODE>"pages-per-minute"</CODE>。
<P>
<DD><DL>
<DT><B>指定者:</B><DD>接口 <CODE><A HREF="../../../../javax/print/attribute/Attribute.html" title="javax.print.attribute 中的接口">Attribute</A></CODE> 中的 <CODE><A HREF="../../../../javax/print/attribute/Attribute.html#getName()">getName</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>返回:</B><DD>属性类别名称。</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="跳过导航链接"></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>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>类</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/PagesPerMinute.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> Platform<br>Standard Ed. 6</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../javax/print/attribute/standard/PageRanges.html" title="javax.print.attribute.standard 中的类"><B>上一个类</B></A>
<A HREF="../../../../javax/print/attribute/standard/PagesPerMinuteColor.html" title="javax.print.attribute.standard 中的类"><B>下一个类</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?javax/print/attribute/standard/PagesPerMinute.html" target="_top"><B>框架</B></A>
<A HREF="PagesPerMinute.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
摘要: 嵌套 | 字段 | <A HREF="#constructor_summary">构造方法</A> | <A HREF="#method_summary">方法</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
详细信息: 字段 | <A HREF="#constructor_detail">构造方法</A> | <A HREF="#method_detail">方法</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<font size="-1"><a href="http://bugs.sun.com/services/bugreport/index.jsp">提交错误或意见</a><br>有关更多的 API 参考资料和开发人员文档,请参阅 <a href="http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html">Java SE 开发人员文档</a>。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 <p>版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守<a href="http://java.sun.com/javase/6/docs/legal/license.html">许可证条款</a>。另请参阅<a href="http://java.sun.com/docs/redist.html">文档重新分发政策</a>。</font>
</BODY>
</HTML>
|
src/main/resources/templates/web/internship/journal/internship_journal_team_list.html | zbeboy/ISY | <!DOCTYPE html>
<html lang="zh-CN" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="utf-8"/>
</head>
<body>
<div id="wrapper">
<div id="page-wrapper">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">实习日志 -
<small th:text="${staffRealName + '小组'}">小组列表</small>
<small class="pull-right">
<button type="button" class="btn btn-primary" id="page_back">返回</button>
</small>
</h1>
</div>
<!-- /.col-lg-12 -->
</div>
<!-- /.row -->
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="well">
<div class="row">
<div class="col-md-6">
<input type="text" id="search_student_name" class="form-control input-sm"
placeholder="学生姓名"/>
</div>
<div class="col-md-6">
<input type="text" id="search_student_number" class="form-control input-sm"
placeholder="学生学号"/>
</div>
</div>
<div class="row" style="margin-top:2px;">
<div class="col-md-6">
<input type="text" id="search_organize" class="form-control input-sm"
placeholder="班级"/>
</div>
<div class="col-md-6">
<input type="text" id="search_create_date" class="form-control input-sm"
placeholder="创建日期"/>
</div>
</div>
<div class="text-center" style="margin-top:4px;">
<button type="button" id="search" class="btn btn-outline btn-default"><i
class="fa fa-search"></i>搜索
</button>
<button type="button" id="reset_search" class="btn btn-outline btn-default"><i
class="fa fa-repeat"></i>重置
</button>
</div>
</div>
<table id="example" class="table table-striped table-bordered" cellspacing="0" width="100%">
<thead>
<tr>
<th>
<input type="checkbox" name="checkall" id="checkall"/>
</th>
<th data-class="expand">姓名</th>
<th>学号</th>
<th data-hide="phone">班级</th>
<th data-hide="phone">指导教师</th>
<th data-hide="phone">创建日期</th>
<th data-hide="phone">操作</th>
</tr>
</thead>
<tfoot>
<tr>
<th></th>
<th>姓名</th>
<th>学号</th>
<th>班级</th>
<th>指导教师</th>
<th>创建日期</th>
<th>操作</th>
</tr>
</tfoot>
<tbody>
</tbody>
</table>
</div>
</div>
<!-- /.row -->
<div class="row">
<div class="col-lg-12 col-md-12">
<h4>日志情况统计</h4>
<div class="text-right" style="margin-bottom: 10px;">
<button type="button" class="btn btn-outline btn-default" id="refreshJournalCount"><i
class="fa fa-refresh"></i>刷新
</button>
</div>
<table class="tablesaw tablesaw-stack table table-striped" data-tablesaw-mode="stack"
id="journalCountTable">
<thead>
<tr>
<th scope="col" data-tablesaw-priority="persist">序号</th>
<th scope="col" data-tablesaw-priority="persist">姓名</th>
<th scope="col" data-tablesaw-priority="persist">学号</th>
<th scope="col">数量(篇)</th>
</tr>
</thead>
<tbody id="tableData">
</tbody>
</table>
</div>
</div>
<!-- /.row -->
<footer class="footer" th:include="footer::footer">
<p class="text-muted">© Company 2016</p>
</footer>
<!-- /.footer -->
<!-- Student Modal -->
<div class="modal fade" id="studentModal" tabindex="-1" role="dialog" aria-labelledby="studentModalLabel"
aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span
class="sr-only">Close</span></button>
<h4 class="modal-title" id="studentModalLabel">学生账号</h4>
</div>
<div class="modal-body">
<form role="form">
<div class="form-group" id="valid_student">
<label>学生</label>
<div class="row">
<div class="col-xs-5">
<input type="text" class="form-control" id="studentUsername"
placeholder="学生账号"/>
</div>
<div class="col-xs-2 text-center">
<span>or</span>
</div>
<div class="col-xs-5">
<input type="text" class="form-control" id="studentNumber" placeholder="学生学号"/>
</div>
</div>
<input type="hidden" id="studentInfoInternshipReleaseId"/>
<p class="text-danger hidden" id="student_error_msg"></p>
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" id="studentInfo">确定</button>
<button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
</div>
</div>
</div>
</div>
<!--定义操作列按钮模板-->
<script id="operator_button" type="text/x-handlebars-template">
{{#each func}}
<button type="button" class="btn btn-{{this.type}} btn-sm {{this.css}}" data-id="{{this.id}}">{{this.name}}
</button>
{{/each}}
</script>
<!-- 个人日志数量统计模板-->
<script id="journal-count-template" type="text/x-handlebars-template">
{{#each listResult}}
<tr>
<td>{{sequence}}</td>
<td>{{studentRealName}}</td>
<td>{{student_number}}</td>
<td>
{{journal_num}}
</td>
</tr>
{{/each}}
</script>
<script th:inline="javascript">
/*页面参数*/
var init_page_param = {
'internshipReleaseId': /*[[${internshipReleaseId}]]*/ '',
'currentUserRoleName': /*[[${currentUserRoleName}]]*/ '',
'usersTypeName': /*[[${usersTypeName}]]*/ '',
'studentId': /*[[${studentId}]]*/ 0,
'staffId': /*[[${staffId}]]*/ 0
};
</script>
<input type="hidden" class="dy_script" value="/js/internship/journal/internship_journal_team_list.js"/>
</div>
<!-- /#page-wrapper -->
</div>
<!-- /#wrapper -->
</body>
</html>
|
samples/04.api/m.enable-composition-mode/index.html | billba/botchat | <!DOCTYPE html>
<html lang="en-US">
<head>
<title>Web Chat: Enable recomposition mode</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--
For simplicity and code clarity, we are using Babel and React from unpkg.com.
-->
<script crossorigin="anonymous" src="https://unpkg.com/@babel/standalone@7.8.7/babel.min.js"></script>
<script crossorigin="anonymous" src="https://unpkg.com/react@16.8.6/umd/react.development.js"></script>
<script crossorigin="anonymous" src="https://unpkg.com/react-dom@16.8.6/umd/react-dom.development.js"></script>
<!--
This CDN points to the latest official release of Web Chat. If you need to test against Web Chat's latest bits, please refer to pointing to Web Chat's MyGet feed:
https://github.com/microsoft/BotFramework-WebChat#how-to-test-with-web-chats-latest-bits
-->
<script crossorigin="anonymous" src="https://cdn.botframework.com/botframework-webchat/latest/webchat.js"></script>
<style>
html,
body {
height: 100%;
}
body {
margin: 0;
}
#webchat {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
height: 100%;
margin: auto;
max-width: 480px;
min-width: 360px;
}
</style>
</head>
<body>
<div id="webchat"></div>
<script type="text/babel" data-presets="env,stage-3,react">
(async function () {
// Importing from UMD bundle.
const {
React: { useCallback, useEffect, useRef, useState },
WebChat: {
Components: { BasicWebChat, Composer },
createDirectLine,
hooks: { useConnectivityStatus, useSendMessage }
}
} = window;
// In this demo, we are using Direct Line token from MockBot.
// Your client code must provide either a secret or a token to talk to your bot.
// Tokens are more secure. To learn about the differences between secrets and tokens
// and to understand the risks associated with using secrets, visit https://docs.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-direct-line-3-0-authentication?view=azure-bot-service-4.0
const res = await fetch('https://webchat-mockbot.azurewebsites.net/directline/token', { method: 'POST' });
const { token } = await res.json();
const SendHelpOnConnect = () => {
const [connectivityStatus] = useConnectivityStatus();
const sendMessage = useSendMessage();
useEffect(() => {
connectivityStatus === 'connected' && sendMessage('help');
}, [connectivityStatus, sendMessage]);
return false;
};
ReactDOM.render(
<Composer directLine={window.WebChat.createDirectLine({ token })}>
<BasicWebChat />
<SendHelpOnConnect />
</Composer>,
document.getElementById('webchat')
);
})().catch(err => console.error(err));
</script>
</body>
</html>
|
src/components/Square/Square.css | oboecat/yattt | .square {
background: #fff;
border: 1px solid #999;
float: left;
font-size: 24px;
font-weight: bold;
line-height: 34px;
height: 34px;
margin-right: -1px;
margin-top: -1px;
padding: 0;
text-align: center;
width: 34px;
}
.square:focus {
outline: none;
}
.kbd-navigation .square:focus {
background: #ddd;
}
.winning-cell {
background-color: #AFA;
} |
CSSLayout/5.LaptopStore/LaptopStore.html | ReniGetskova/CSS | <!DOCTYPE html>
<html>
<head>
<title>LaptopStore</title>
<link rel="stylesheet" type="text/css" href="laptopStore.css">
</head>
<body>
<section class="clearfix">
<div id="body" class="clearfix">
<div class="header">
<ul>
<li><a href="#">Apple</a></li>
<li><a href="#">Tohiba</a></li>
<li><a href="#">Lenovo</a></li>
<li><a href="#">Dell</a></li>
<li><a href="#">Asus</a></li>
<li><a href="#">Hacer</a></li>
<li><a href="#">HP</a></li>
</ul>
</div>
<hr>
<div id="content" class="clearfix">
<!-- (Start left page content)-->
<div id="table">
<div class="cell">
<p class="title">Apple MacBookAir</p>
<img alt="Airbook" src="images/mac.png">
<ul class="vertical">
<li>64gb ssd</li>
<li>2gb ddr</li>
</ul>
<ul class="horizontal">
<li>1300 usd</li>
<li>Intel Core i5</li>
</ul>
</div>
<div class="cell">
<p class="title">Apple MacBookAir</p>
<img alt="Airbook" src="images/mac.png">
<ul class="vertical">
<li>64gb ssd</li>
<li>2gb ddr</li>
</ul>
<ul class="horizontal">
<li>1300 usd</li>
<li>Intel Core i5</li>
</ul>
</div>
<div class="cell">
<p class="title">Apple MacBookAir</p>
<img alt="Airbook" src="images/mac.png">
<ul class="vertical">
<li>64gb ssd</li>
<li>2gb ddr</li>
</ul>
<ul class="horizontal">
<li>1300 usd</li>
<li>Intel Core i5</li>
</ul>
</div>
<div class="cell">
<p class="title">Apple MacBookAir</p>
<img alt="Airbook" src="images/mac.png">
<ul class="vertical">
<li>64gb ssd</li>
<li>2gb ddr</li>
</ul>
<ul class="horizontal">
<li>1300 usd</li>
<li>Intel Core i5</li>
</ul>
</div>
<div class="cell">
<p class="title">Apple MacBookAir</p>
<img alt="Airbook" src="images/mac.png">
<ul class="vertical">
<li>64gb ssd</li>
<li>2gb ddr</li>
</ul>
<ul class="horizontal">
<li>1300 usd</li>
<li>Intel Core i5</li>
</ul>
</div>
<div class="cell">
<p class="title">Apple MacBookAir</p>
<img alt="Airbook" src="images/mac.png">
<ul class="vertical">
<li>64gb ssd</li>
<li>2gb ddr</li>
</ul>
<ul class="horizontal">
<li>1300 usd</li>
<li>Intel Core i5</li>
</ul>
</div>
</div>
<!-- (End left page content)-->
<!-- (Start right page content)-->
<div id="asside">
<div class="min">
<p class="left">Min price:</p>
<p class="right">500 USD</p>
<label for="min"></label><input class="slide" type="range" id="min">
</div>
<div class="max">
<p class="left">Max price:</p>
<p class="right">1600 USD</p>
<label for="max"></label><input class="slide" type="range" id="max">
</div>
<div class="minr">
<p class="left">Min RAM:</p>
<p class="right">4 GB</p>
<label for="minr"></label><input class="slide" type="range" id="minr">
</div>
<div class="maxr">
<p class="left">Max RAM:</p>
<p class="right">16 GB</p>
<label for="maxr"></label><input class="slide" type="range" id="maxr">
</div>
</div>
<!-- (End right page content)-->
</div>
</div>
</section>
</body>
</html> |
index.html | kovelo/kovelo.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<meta name="theme-color" content="#222222">
<link rel="icon" href="/img/favicon.ico" />
<link rel="apple-touch-icon" href="/img/brand.png">
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Kovelo Technologies, LLC" />
<meta property="og:locale" content="en_US" />
<meta property="og:title" content="Kovelo Technologies, LLC" />
<meta property="og:url" content="https://www.kovelo.com" />
<meta property="og:image" content="/img/brand-high.png" />
<meta property="og:description" content="Building software for today's mobile world. Kovelo provides custom software services from cloud services to mobile applications." />
<!-- Twitter Flags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@KoveloTech" />
<title>Kovelo Technologies, LLC</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Theme CSS -->
<link href="css/kovelo.css" rel="stylesheet">
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav id="mainNav" class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<object type="image/svg+xml" data="img/brand.svg" style="margin-top: -15px; height: 50px;">
<!-- fallback if browser doesn't support svg -->
<img src="img/brand.png" height="50px" style="margin-top: -15px;"/>
</object>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#capabilities">Capabilities</a>
</li>
<li>
<a class="page-scroll" href="#portfolio">Portfolio</a>
</li>
<li>
<a class="page-scroll" href="#testimonials">Testimonials</a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="intro-text">
<div class="intro-lead-in">Building Software for Today's Mobile World</div>
<!-- <div class="intro-heading">A Product Services Company</div> -->
<a href="#capabilities" class="page-scroll btn btn-xl">Learn More</a>
</div>
</div>
</header>
<!-- Services Section -->
<section id="capabilities">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Capabilities</h2>
<h3 class="section-subheading text-muted">Kovelo is a custom software development company dedicated to creating personalized software products. We specialize in mobile application development, cloud computing, and web development.</h3>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-mobile fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Mobile Applications</h4>
<p class="text-muted">There is no better way to get your product to customers than being on the most personal device they own. We specialize in native mobile applications for iOS (iPhone, iPad, Apple Watch, and Apple TV) and Android.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-cloud fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Cloud Computing</h4>
<p class="text-muted">The cloud empowers all of today's mobile and web applications. We specialize in creating custom Java enterprise cloud solutions with hosting in Amazon Web Services.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-laptop fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Web Development</h4>
<p class="text-muted">Web applications are often the most visible to users and allow customers the flexibility of accessing content without a mobile application. Most web applications will integrate with the cloud, enabling customers to interact with your service from a web browser.</p>
</div>
</div>
</div>
</section>
<!-- Portfolio Grid Section -->
<section id="portfolio" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Portfolio</h2>
<h3 class="section-subheading text-muted">Examples of our work.</h3>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="https://www.chkntender.com" class="portfolio-link">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/tender/icon.png" class="img-responsive text-center" alt="">
</a>
<div class="portfolio-caption">
<h4>Chicken Tender</h4>
<p class="text-muted">iOS App</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#iFlyWeightAndBalanceModal" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/ifly/preview.jpg" class="img-responsive">
</a>
<div class="portfolio-caption">
<h4>iFly Weight and Balance</h4>
<p class="text-muted">iPad Application</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#pilotAceModal" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/pilot-ace/preview.png" class="img-responsive" alt="">
</a>
<div class="portfolio-caption">
<h4>Pilot Ace</h4>
<p class="text-muted">iOS and Apple TV Game</p>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonial Section -->
<section id="testimonials" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Testimonials</h2>
<h3 class="section-subheading text-muted">Hear what our customers have to say.</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<li>
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/testimonials/aa.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>2015-Present</h4>
<h4 class="subheading">Cary Robins, American Aeronautics</h4>
</div>
<div class="timeline-body">
<p class="text-muted">I came to Sean with a plan. Not only did he help me with my plan, he suggested ways to build on my plan in ways I never even imagined. With Sean's knowledge and expertise I now have a modern system that will allow me to grow my business in ways I would never have been able to before.</p>
</div>
</div>
</li>
<!-- Testimonial 2
<li class="timeline-inverted">
<div class="timeline-image">
<img class="img-circle img-responsive" src="img/about/2.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>March 2011</h4>
<h4 class="subheading">An Agency is Born</h4>
</div>
<div class="timeline-body">
<p class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sunt ut voluptatum eius sapiente, totam reiciendis temporibus qui quibusdam, recusandae sit vero unde, sed, incidunt et ea quo dolore laudantium consectetur!</p>
</div>
</div>
</li>
-->
</ul>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">About</h2>
<h3 class="section-subheading text-muted">Kovelo was founded by Sean Kosanovich in 2015. The purpose was to create a company that wasn't your typical software services company that claims to be good at everything. Kovelo's three core competencies - mobile, cloud, and web - are all we do. These core competencies work together to bring mobility to your customers.</h3>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="team-member">
<img src="img/team/sean.jpg" class="img-responsive img-circle" alt="">
<h4>Sean Kosanovich</h4>
<p class="text-muted">Founder</p>
<ul class="list-inline social-buttons">
<li><a href="https://www.linkedin.com/in/skosanovich" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<p class="large text-muted">Sean is a full stack developer with an emphasis on native mobile, cloud, and web applications. Sean has spoken at ModevCon - the east coast's premier mobile development event - and has been published on a variety of technology outlets regarding development.</p>
</div>
</div>
</div>
</section>
<!-- Client List
<aside class="clients">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/envato.jpg" class="img-responsive img-centered" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/designmodo.jpg" class="img-responsive img-centered" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/themeforest.jpg" class="img-responsive img-centered" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="#">
<img src="img/logos/creative-market.jpg" class="img-responsive img-centered" alt="">
</a>
</div>
</div>
</div>
</aside>
-->
<!-- Contact Section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Contact Us</h2>
<h3 class="section-subheading text-muted">Tell us about your project.</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center" style="color: white;">
<p>
Want to learn more about our services or start a conversation about your next project? Contact Sean Kosanovich at <a href="mailTo:sean@kovelo.com">sean@kovelo.com</a>.
</p>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-12">
<span class="copyright">Copyright © 2020, Kovelo Technologies, LLC<br />iOS and Apple TV are registered trademarks of Apple Inc.</span>
</div>
<div class="col-12">
<a href="press.html">Press Releases</span></a>
</div>
<div class="col-12">
<a href="privacy.html">Privacy Policy</span></a>
</div>
</div>
</div>
</footer>
<!-- iFlyWeightAndBalance Modal -->
<div class="portfolio-modal modal fade" id="iFlyWeightAndBalanceModal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>iFly Weight and Balance</h2>
<p class="item-intro text-muted">iPad Application</p>
<img class="img-responsive img-centered" src="img/ifly/screenshot.png"">
<p>iFly Weight and Balance for iPad is a paid service that is ideal for corporate and commercial operators and is extremely simple to use. American Aeronautics can create a weight and balance system for any aircraft. Each aircraft starting weight and cg is preset. This way you are guaranteed to have the correct starting point every time you do a weight and balance. All you have to do is add your passengers, baggage, takeoff fuel, and landing fuel. If you are out of limits, just adjust the various weights until you are within limits. It’s that easy! You will never worry about being out of limits again.</p>
<p>
Download iFly in the <a href="https://itunes.apple.com/us/app/ifly-weight-and-balance/id495597804?mt=8" target="_blank">Apple App Store</a>
</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Pilot Ace Modal -->
<div class="portfolio-modal modal fade" id="pilotAceModal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2>Pilot Ace</h2>
<p class="item-intro text-muted">iPhone, iPad, and Apple TV video game</p>
<img class="img-responsive img-centered" src="img/pilot-ace/screenshot.jpg" alt="">
<p>Fly above mountains and through thunderstorms while shooting at oncoming missiles and don't forget to refuel! The farther you fly, the faster you'll go, hitting Mach 2 and even Mach 3. Pilot Ace is compatible iOS Game Controller to enhance your experience! Pilot Ace is is Game Center enabled to support leader boards and achievements that seamlessly sync across all of your devices.</p>
<p>
Download Pilot Ace in the <a href="https://itunes.apple.com/us/app/pilot-ace/id833488539?mt=8" target="_blank">Apple App Store</a>
</p>
<p>
Pilot Ace is 100% open source, see the source code on <a href="https://github.com/sean7512/PilotAce" target="_blank">GitHub</a>
</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Theme JavaScript -->
<script src="js/kovelo.js"></script>
</body>
</html>
|
src/css/main.css | mikebranstein/JavaScriptChallenge | /*KiZAN blue #105187*/
html {
font-size: 2em !important;
color: white !important;
font-family: Arial !important;
}
h1,h3,h4,h5{
/*margin-top: 1em;*/
color:white !important;
font-size: 1em !important;
}
body {
margin-top: 25px !important;
text-align: center !important;
background-color: #ffffff !important;
}
hr{
margin-top:10px !important;
margin-bottom:15px !important;
}
#scoreboardTitle{
font-size: 1.5em;
color: #FFF;
}
#challengeOneTimes{
font-size: 1.5em;
color: white;
}
#challengeTwoTimes{
font-size: 1.5em;
color: white;
}
#challengeThreeTimes{
font-size: 1.5em;
color: white;
}
#editor {
resize: none;
margin: 0 auto;
width: 50%;
height: 200px;
}
.editor {
resize: none;
margin: 0 auto;
width: 50%;
height: 313px!important;
}
.warning-text {
margin-top:1em;
margin-left: 30%;
margin-right: 30%;
font-size: 1em;
}
.header {
font-size: 6em;
color: #f47d20;
}
.result-message {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.challenge-image {
width: 190px;
border: 3px white solid;
/*margin: 15px;*/
cursor: pointer;
}
.scoreboard {
width: 340px;
display: inline-block;
text-align: left;
}
.button {
width: 100px;
height: 33px;
}
.name {
width: 250px;
height: 50px;
font-size: 1em;
color: black;
font-weight: bold;
text-align: center;
}
.myGrid {
width: 500px;
height: 250px;
}
.challenge-text{
font-size: 2em;
color: #FFF ;
font-family: Arial ;
}
.alert-danger{
font-size: 3em;
font-family: Arial, Helvetica, sans-serif;
}
.container {
width: 90% !important;
}
.titles{
color: #ffff00;
font-size: 25px;
}
.logo{
margin: 0em!important;
}
.instructions{
font-size:1.5em;
color:#f47d20 !important;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.inputField{
font-size:1.5em;
color:#f47d20 !important;
font-family: Arial, Helvetica, sans-serif;
text-align: right !important;
font-weight: bold;
margin-right: 41%;
margin-top: 5px !important;
margin-bottom: 5px !important;
}
.instructionText{
font-size:25px !important;
color:white;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.timer{
font-size:30px;
font-weight: bold;
color:#f47d20 !important;
}
.ace_scrollbar {
display: none !important;
}
.challengeTwoBox{
text-align: right!important;
margin-right: 40%;
}
.adminPage{
font-size: 1.5em;
color: white;
}
.challenge-button{
background-color: black;
display: inline-block;
padding: 30px 10px;
border: 5px solid white;
cursor: pointer;
}
.challenge-button-text{
color:#f47d20 !important;
font-size: 20px;
font-weight: 700;
padding-bottom: 10px;
}
.details{
letter-spacing: 4px;
color: white;
}
a.challenge-button:hover{
text-decoration: none!important;
color: white;
}
.headings {
text-align: left !important;
white-space: nowrap;
margin-top: 10px;
overflow: hidden;
color: white;
font-size: 20px !important;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.timeRemaining{
text-align: right !important;
white-space: nowrap;
margin-top: 10px;
overflow: hidden;
color: white;
font-size: 20px !important;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.adminValues{
font-size: 1.5em;
color: white;
}
.adminHeadings{
white-space: nowrap;
margin-top: 10px;
overflow: hidden;
color: white;
font-size: 20px !important;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
} |
css/style.css | Knowty/Knowlarity-Vote-Dashboard | body {
margin: 0px auto;
}
.white-container {
background-color: white;
position: absolute;
margin-left: 8%;
}
.white-container .inner-content {
margin-left: -31%;
}
.table-div {
margin-left: 5%;
margin-right: 5%;
}
.leaderboard-text {
margin-left: 27%;
}
th {
color: #5B71BC;
}
.leaderboard-table-header {
font-size: larger;
}
.bottom-cols {
margin-left: 26%;
margin-right: 31%;
}
.nav-image {
width: 100%;
height: 100%;
}
.nav-sr-api-logo {
margin-left: 40%;
margin-top: -1.2%;
max-width: 100%;
zoom: 62% !important;
}
.orange-text {
margin-right: 1%;
}
.center-text {
margin-left: 36%;
font-weight: 500;
}
.bottom-cols-headers {
margin-left: -3%;
}
hr {
border-top: 1px solid #40b1af;
margin-left: 26% !important;
margin-right: 31%;
}
nav .brand-logo {
margin-left: 3%;
!important
}
footer.page-footer {
padding-top: 0%;
!important margin-top: 100%;
!important
}
.leaderboard {
margin-top: -3%;
margin-left: 27%;
width: 510px;
}
.status-badge {
background-color: #ADEF2B;
margin-left: -11%;
zoom: 77%;
}
.bottom-rows {
font-family: sans-serif;
font-stretch: condensed;
font-weight: 200;
color: chocolate;
}
.pie-chart {
}
.analytics {
position: absolute;
margin-left: 53%;
margin-top: 38%;
width: 45%;
}
.analytics .statement {
font-weight: 500;
}
.analytics .card {
width: 176px;
}
.percentage-text {
margin-left: 33%;
font-weight: bolder;
}
.TV {
background-color: #88C65A !important;
}
.VE {
background-color: #4DCDED !important;
}
.VotesPolled {
background-color: #066A83 !important;
}
.leading-team {
margin-left: 72%;
position: absolute;
margin-top: 18%;
font-weight: 100;
font-size: x-large;
}
.sr-dev-logo {
zoom: 9%;
}
|
src/Viteloge/CoreBundle/Resources/descriptions/29221.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
Porspoder est
une ville localisée dans le département de Finistère en Bretagne. Elle totalisait 1 609 habitants en 2008.</p>
<p>À Porspoder, la valorisation moyenne à l'achat d'un appartement se situe à 2 002 € du m² en vente. la valorisation moyenne d'une maison à l'achat se situe à 1 784 € du m². À la location le prix moyen se situe à 5,71 € du m² mensuel.</p>
<p>À proximité de Porspoder sont positionnées géographiquement les communes de
<a href="{{VLROOT}}/immobilier/landunvez_29109/">Landunvez</a> localisée à 4 km, 1 334 habitants,
<a href="{{VLROOT}}/immobilier/lanildut_29112/">Lanildut</a> localisée à 4 km, 918 habitants,
<a href="{{VLROOT}}/immobilier/plourin_29208/">Plourin</a> localisée à 5 km, 1 113 habitants,
<a href="{{VLROOT}}/immobilier/ploudalmezeau_29178/">Ploudalmézeau</a> à 8 km, 5 831 habitants,
<a href="{{VLROOT}}/immobilier/lampaul-plouarzel_29098/">Lampaul-Plouarzel</a> située à 6 km, 2 047 habitants,
<a href="{{VLROOT}}/immobilier/breles_29017/">Brélès</a> située à 5 km, 792 habitants,
entre autres. De plus, Porspoder est située à seulement 24 km de <a href="{{VLROOT}}/immobilier/brest_29019/">Brest</a>.</p>
<p>Le nombre de logements, à Porspoder, se décomposait en 2011 en 35 appartements et 1 362 maisons soit
un marché plutôt équilibré.</p>
<p>La commune propose de multiples aménagements, elle propose entre autres un terrain de tennis, un terrain de sport, un équipement de roller/skate et trois boucles de randonnée.</p>
</div>
|
templates/admin/blog/add_quotes.html | hitsugaya95/myWebsite | {% extends "/admin/layout.html" %}
{% block title %}Ajout phrase du jour{% endblock %}
{% block content %}
<div class="row">
<div class="twelve columns">
<h2 class="text-center">Ajouter une nouvelle phrase</h2>
<hr/>
</div>
<div class="centered ten columns" align="center">
<form action="/admin/blog/quotes/add/" method="GET" id="form-add-quote">
<fieldset>
<legend>Informations</legend>
<ul>
<div class="row">
<div class="five columns">
<li class="field">
<label for="author">Auteur</label>
<input class="wide text input" name="author" id="author" type="text" placeholder="Lily" />
</li>
<li class="field">
<label for="date">Date</label>
<input class="wide text input" name="date" id="date" type="text" placeholder="jj/mm/yyyy" />
</li>
<li class="field">
<label for="city">Ville</label>
<input class="wide text input" name="city" id="city" type="text" placeholder="Paris" />
</li>
<li class="field">
<label for="country">Pays</label>
<input class="wide text input" name="country" id="country" type="text" placeholder="France" />
</li>
</div>
<div class="seven columns">
<li class="field">
<label for="quote">Phrase</label>
<textarea name="quote" id="quote" class="wide input textarea" placeholder="The world is yours."></textarea>
</li>
<li class="field">
<label for="giphy">Giphy <small><a href="http://www.giphy.com/" target="_blank">rechercher</a></small></label>
<input class="wide text input" name="giphy" id="giphy" type="text" value="" />
</li>
<li class="field">
<label class="checkbox checked" for="check1">
<input name="isEnabled" value="1" type="checkbox" checked="checked">
<span></span> Publier
</label>
</li>
</div>
</div>
<div class="row">
<li class="field">
<div class="medium success btn icon-left entypo icon-plus-squared"><a id="add-quote">Ajouter</a></div>
<div class="medium default btn icon-right entypo icon-reply"><a href="/admin/blog/quotes/">Retour</a></div>
</li>
</div>
</ul>
</fieldset>
</form>
</div>
</div>
{% endblock %} |
ReportImportTests/net.sf.jabref.logic.error/index_SORT_BY_LINE_DESC.html | JessicaDias/JabRef_ES2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html id="htmlId">
<head>
<title>Coverage Report :: net.sf.jabref.logic.error</title>
<style type="text/css">
@import "../.css/coverage.css";
</style>
</head>
<body>
<div class="header"></div>
<div class="content">
<div class="breadCrumbs">
[ <a href="../index_SORT_BY_LINE_DESC.html">all classes</a> ]
[ net.sf.jabref.logic.error ]
</div>
<h1>Coverage Summary for Package: net.sf.jabref.logic.error</h1>
<table class="coverageStats">
<tr>
<th class="name">Package</th>
<th class="coverageStat
">
Class, %
</th>
<th class="coverageStat
">
Method, %
</th>
<th class="coverageStat
">
Line, %
</th>
</tr>
<tr>
<td class="name">net.sf.jabref.logic.error</td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 2)
</span>
</td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 9)
</span>
</td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 27)
</span>
</td>
</tr>
</table>
<br/>
<br/>
<table class="coverageStats">
<tr>
<th class="name
">
<a href="index.html">Class</a> </th>
<th class="coverageStat
">
<a href="index_SORT_BY_CLASS.html">Class, %</a>
</th>
<th class="coverageStat
">
<a href="index_SORT_BY_METHOD.html">Method, %</a>
</th>
<th class="coverageStat sortedDesc
">
<a href="index_SORT_BY_LINE.html">Line, %</a>
</th>
</tr>
<tr>
<td class="name"><a href=".classes/StreamEavesdropper.html">StreamEavesdropper</a></td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 1)
</span>
</td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 6)
</span>
</td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 16)
</span>
</td>
</tr>
<tr>
<td class="name"><a href=".classes/TeeStream.html">TeeStream</a></td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 1)
</span>
</td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 3)
</span>
</td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 11)
</span>
</td>
</tr>
</table>
</div>
<div class="footer">
<div style="float:right;">generated on 2017-07-15 00:44</div>
</div>
</body>
</html>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/dc855ba828c838c5f5d453b08ce9291f63f80b3b213863f8ba7b52f48a082c0d.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./75bdceab23c6cbb10a69739b82854b2c62c9875bb24ee7930db4599c44399237.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> |
app/styles/badges.css | StevenACoffman/WorldOfWorkCraft | .badge-image {
height: 70px;
}
table > tbody > tr > td.vertical-center {
vertical-align: middle;
}
|
css/stylesheet.css | midasvo/jspv |
body, html {
width: 100%;
height: 100%;
margin: 0 auto;
background-color: #C5E6C8;
}
#main {
margin-left: auto;
margin-right: auto;
background-color: #DCFADE;
}
#grid {
margin-left: auto;
margin-right: auto;
background-color: #C5E6C8;
}
.grid {
margin-left: -10px;
width: 80%;
height: auto;
text-align: center;
}
.grid_unit img {
width: auto;
height: 150px;
}
/* add with and height to ingrid class */
.grid_unit {
width: 100px;
height: auto;
}
#zoom {
width: 80%;
height: auto;
background-color: #C5E6C8;
margin-left: auto;
margin-right: auto;
text-align: center;
}
#zoom img {
width: auto;
height: 100%;
border: 20px solid #DCFADE;
}
#info {
background-color: #C5E6C8;
width: 100%;
height: auto;
text-align: center;
float: top;
} |
pages/2-layouts/admin/build/styles.css | bizMD/boson | button, input[type="button"], input[type="reset"], input[type="submit"] {
appearance: none;
background-color: #477dca;
border: 0;
border-radius: 3px;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
font-size: 1em;
-webkit-font-smoothing: antialiased;
font-weight: 600;
line-height: 1;
padding: 0.75em 1.5em;
text-decoration: none;
transition: background-color 150ms ease;
user-select: none;
vertical-align: middle;
white-space: nowrap; }
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
background-color: #3864a1;
color: #fff; }
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
cursor: not-allowed;
opacity: 0.5; }
button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
background-color: #477dca; }
fieldset {
background-color: #f6f6f6;
border: 1px solid #ddd;
margin: 0 0 0.75em;
padding: 1.5em; }
input,
label,
select {
display: block;
font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
font-size: 1em; }
label {
font-weight: 600;
margin-bottom: 0.375em; }
label.required::after {
content: "*"; }
label abbr {
display: none; }
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
background-color: #fff;
border: 1px solid #ddd;
border-radius: 3px;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
box-sizing: border-box;
font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
font-size: 1em;
margin-bottom: 0.75em;
padding: 0.5em;
transition: border-color 150ms ease;
width: 100%; }
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover {
border-color: #b0b0b0; }
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus {
border-color: #477dca;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
outline: none; }
input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple=multiple]:disabled {
background-color: #f2f2f2;
cursor: not-allowed; }
input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple=multiple]:disabled:hover {
border: 1px solid #ddd; }
textarea {
resize: vertical; }
input[type="search"] {
appearance: none; }
input[type="checkbox"],
input[type="radio"] {
display: inline;
margin-right: 0.375em; }
input[type="checkbox"] + label,
input[type="radio"] + label {
display: inline-block; }
input[type="file"] {
margin-bottom: 0.75em;
width: 100%; }
select {
margin-bottom: 1.5em;
max-width: 100%;
width: auto; }
ul,
ol {
list-style-type: none;
margin: 0;
padding: 0; }
dl {
margin-bottom: 0.75em; }
dl dt {
font-weight: bold;
margin-top: 0.75em; }
dl dd {
margin: 0; }
table {
border-collapse: collapse;
font-feature-settings: "kern", "liga", "tnum";
margin: 0.75em 0;
table-layout: fixed;
width: 100%; }
th {
border-bottom: 1px solid #a5a5a5;
font-weight: 600;
padding: 0.75em 0;
text-align: left; }
td {
border-bottom: 1px solid #ddd;
padding: 0.75em 0; }
tr,
td,
th {
vertical-align: middle; }
body {
color: #333;
font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
font-feature-settings: "kern", "liga", "pnum";
font-size: 1em;
line-height: 1.5; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
font-size: 1em;
line-height: 1.2;
margin: 0 0 0.75em; }
p {
margin: 0 0 0.75em; }
a {
color: #477dca;
text-decoration: none;
transition: color 150ms ease; }
a:active, a:focus, a:hover {
color: #355d97; }
hr {
border-bottom: 1px solid #ddd;
border-left: 0;
border-right: 0;
border-top: 0;
margin: 1.5em 0; }
img,
picture {
margin: 0;
max-width: 100%; }
html {
box-sizing: border-box; }
*, *::after, *::before {
box-sizing: inherit; }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove default margin.
*/
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none; }
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent; }
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0; }
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted; }
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold; }
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic; }
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000; }
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0; }
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px; }
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto; }
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */ }
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible; }
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none; }
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */ }
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default; }
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal; }
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
box-sizing: content-box; }
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto; }
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold; }
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
html {
padding: 0;
margin: 0;
height: 100%;
overflow: hidden; }
body {
padding: 0;
margin: 0;
max-width: 68em;
margin-left: auto;
margin-right: auto; }
body::after {
clear: both;
content: "";
display: table; }
section {
float: left;
display: block;
margin-right: 2.35765%;
width: 100%;
margin-right: 0; }
section:last-child {
margin-right: 0; }
body {
font: 0.85em 'Roboto Slab', serif; }
.main {
float: left;
display: block;
margin-right: 2.35765%;
width: 100%;
padding: 1.5%;
margin-top: 5%;
border-radius: 5px; }
.main:last-child {
margin-right: 0; }
.first {
float: left;
display: block;
margin-right: 2.35765%;
width: 31.76157%;
margin-left: 17.05961%; }
.first:last-child {
margin-right: 0; }
.status {
font-weight: bold; }
.activity {
text-align: justify;
font-size: 1.4em; }
.activity:after {
width: 100%;
content: "";
display: inline-block; }
.instructions {
text-align: justify;
font-size: 1.2em; }
.instructions:after {
width: 100%;
content: "";
display: inline-block; }
.button {
width: 100%;
height: 1.7em;
line-height: 0; }
.second {
float: left;
display: block;
margin-right: 2.35765%;
width: 23.23176%; }
.second:last-child {
margin-right: 0; }
.timer {
font-size: 5em;
text-align: center;
line-height: 1em; }
.scoreboard {
float: left;
display: block;
margin-right: 2.35765%;
width: 14.70196%;
height: 70%;
margin-top: 2%;
padding: 1%;
overflow-y: auto;
overflow-x: hidden; }
.scoreboard:last-child {
margin-right: 0; }
.scoreboard ::-webkit-scrollbar {
width: 0.5em;
height: 0.5em; }
.scoreboard ::-webkit-scrollbar-thumb {
background: slategray; }
.scoreboard ::-webkit-scrollbar-track {
background: #b7bfc7; }
.scoreboard body {
scrollbar-face-color: slategray;
scrollbar-track-color: #b7bfc7; }
.examinee.badge {
width: 100px;
padding: 10%;
margin: auto;
border-radius: 10%;
font: 0.8em arial;
color: white;
text-align: center;
background-color: #6791CD; }
.checking {
float: left;
display: block;
margin-right: 2.35765%;
width: 82.94039%;
margin-top: 2%;
padding: 1%;
height: 70%;
border: 1px solid #EFEEEE;
border-radius: 10px;
overflow-y: auto;
overflow-x: hidden; }
.checking:last-child {
margin-right: 0; }
.checking ::-webkit-scrollbar {
width: 0.5em;
height: 0.5em; }
.checking ::-webkit-scrollbar-thumb {
background: slategray; }
.checking ::-webkit-scrollbar-track {
background: #b7bfc7; }
.checking body {
scrollbar-face-color: slategray;
scrollbar-track-color: #b7bfc7; }
.block {
float: left;
display: block;
margin-right: 2.35765%;
width: 23.23176%;
margin-bottom: 1%;
padding: 1%;
font-size: 0.85em;
cursor: pointer;
background-color: #A6BFE3;
border-radius: 5px; }
.block:last-child {
margin-right: 0; }
.block:nth-child(4n) {
margin-right: 0; }
.block:nth-child(4n+1) {
clear: left; }
.checker {
margin-top: 5%;
font-weight: bold; }
.correct, .lefty {
margin-left: 20%;
float: left; }
.incorrect, .righty {
margin-right: 20%;
float: right; }
.correct:hover {
color: green; }
.incorrect:hover {
color: red; }
/*# sourceMappingURL=styles.css.map */
|
Nini-1.10/Docs/Reference/html/Nini.Config.DotNetConfigSource.Load_overload_2.html | zoovy/nodejs-proxy | <html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>DotNetConfigSource.Load Method (XmlReader)</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">Nini Library API Reference - http://nini.sourceforge.net/</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">DotNetConfigSource.Load Method (XmlReader)</h1>
</div>
</div>
<div id="nstext">
<p> Loads a new instance of the XML configuration source. </p>
<div class="syntax">public <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemVoidClassTopic.htm">void</a> Load(<br /> <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemXmlXmlReaderClassTopic.htm">XmlReader</a> <i>reader</i><br />);</div>
<h4 class="dtH4">Parameters</h4>
<dl>
<dt>
<i>reader</i>
</dt>
<dd> The XML reader configuration document. </dd>
</dl>
<h4 class="dtH4">Remarks</h4>
<p>
</p>
<h4 class="dtH4">See Also</h4>
<p>
<a href="Nini.Config.DotNetConfigSource.html">DotNetConfigSource Class</a> | <a href="Nini.Config.html">Nini.Config Namespace</a> | <a href="Nini.Config.DotNetConfigSource.Load_overloads.html">DotNetConfigSource.Load Overload List</a></p>
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
<param name="Keyword" value="Load method">
</param>
<param name="Keyword" value="Load method, DotNetConfigSource class">
</param>
<param name="Keyword" value="DotNetConfigSource.Load method">
</param>
</object>
<hr />
<div id="footer">
<p>
<a>Copyright (c) 2006 Brent R. Matzelle</a>
</p>
<p>
</p>
</div>
</div>
</body>
</html> |
_posts/2009/2009-08-13-agilo-kommt-voran.html | rapsli/rapsli.github.io | ---
layout: post
title: Agilo kommt voran
tags:
- agilo
- Drupal
- drupal
- entwicklung
- scrum
status: publish
type: post
published: true
meta:
_edit_last: '1'
better-related-: ''
dsq_thread_id: '829387927'
---
Agilo kommt langsam voran.
Heute habe ich diverse kleiner Javascript Bugs behoben. Hut ab, vor allen Javascript Entwicklern, welche so riesige Javascript Applikationen bauen. Über Klicks kann man jetzt bequem und schnell den Status, die Kategorie und die Priorität ändern, wobei auch eine Versionierung passiert -> es ist jederzeit ersichtlich, wer den Status geändert hat.
Noch gibt es ein paar kleine Problemchen mit der Popup API von Drupal, aber diese liegt ja auch erst als alpha Version vor. Als nächstes widme ich ich mich mal der API, welche in einem ersten Schritt einfach mittels einfachem REST Call erreichbar sein wird, welcher ein XML zurück liefert.
|
_site/pages/install/docker/index.html | DeepInfer/deepinfer.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>DeepInfer- Deep learning deployment toolkit and model store for medical data</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css" type="text/css">
<!-- Custom Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<!-- Plugin CSS -->
<link rel="stylesheet" href="/css/animate.min.css" type="text/css">
<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/vendor/simple-line-icons/css/simple-line-icons.css">
<link rel="stylesheet" href="/vendor/device-mockups/device-mockups.min.css">
<!-- Custom CSS
<link rel="stylesheet" href="css/main.css" type="text/css"> -->
<link href="/css/main.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Google ADS mobile block -->
</head>
<body id="page-top">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="/">Deep<strong>Infer</strong></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/pages/install/">Install</a>
</li>
<li>
<a href="/pages/contribute/">Contribute</a>
</li>
<li>
<a href="/pages/models/">Models</a>
</li>
<li>
<a href="/pages/about/">About</a>
</li>
<!--li>
<a href="/blog/">Blog</a>
</li-->
<li>
<a href="https://github.com/DeepInfer">GITHUB</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header style="min-height:80px;margin-top: 50px;text-align: left;)">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h2>Installation and usage guide</h2>
</div>
</div>
</div>
</header>
<div class="container">
<div class="row">
<div class="container-fluid">
<br>
<a href="/pages/install/">‹ Go back to the installation page</a>
<h3>Docker installation</h3>
<p>In order to use DeepInfer, <a href="https://www.docker.com/">Docker</a> is required to be
installed
and configured properly. Here are links for installing Docker CE (community edition) on
supported
operating systems:</p>
<ul>
<li><a href="https://docs.docker.com/install/linux/docker-ce/ubuntu/">Ubuntu</a></li>
<li><a href="https://docs.docker.com/docker-for-mac/install/">Mac OS X</a></li>
<li><a href="https://docs.docker.com/docker-for-windows/install/">Windows</a></li>
</ul>
<p> On linux systems make sure to follow the <a href="https://docs.docker.com/install/linux/linux-postinstall/">
post-installation steps
</a> including managing docker as a non-root user.</p>
<p>Once you installed Docker you should validation your installation.</p>
<h3>2. Validating Docker Installation</h3>
<p>Start a terminal and run the following commands to make sure Docker is installed and configured
properly. You should be able to run docker as a non-root user</p>
<h4>Test installation</h4>
<p>Type the following command in your shell:</p>
<pre>$ <b>docker -v</b></pre>
<p>If docker is installed correctly you will see a message like:</p>
<pre><b>Docker version 18.03.1-ce, build 9ee9f40</b></pre>
<h4>Test pull and run</h4>
<p>First pull the hello-world docker:</p>
<pre>$ <b>docker pull hello-world</b></pre>
<p>After pulling is complete run the following command:</p>
<pre>$ <b>docker run hello-world</b></pre>
<p>You should see the following output:</p>
<pre><b>Hello from Docker!<br>This message shows that your installation appears to be working correctly.</b><br>.<br>.<br>.</pre>
<ul class="pager">
<li class="next">
<a href="/pages/install/slicer/" data-toggle="tooltip" data-placement="top" title="Install 3D Slicer">Install 3D Slicer→</a>
</li>
</ul>
</div>
</div>
</div>
<footer style="margin-top: 50px">
<div class="container">
<p style="font-size: medium"><strong><i class="fa fa-question-circle-o"></i> Get Help: </strong>Have a question? <a href="https://goo.gl/forms/qNarFutbocxZLkpr1" style="color: silver">Contact us.</a></p>
<p style="font-size: medium">DeepInfer is managed by deep learning researchers at
<a href="http://www.spl.harvard.edu/" style="color: grey">Surgical Planning
Laboratory</a> at the Harvard Medical School, Brigham & Women's Hospital and
<a href="http://rcl.ece.ubc.ca/" style="color: grey">Robotics and Control Laboratory</a> at University of British
Columbia.</p>
<br>
<p>© 2016-2018 DeepInfer Community.</p>
</div>
</footer>
<!-- jQuery -->
<script src="/js/jquery-3.3.1.min.js"></script>
<!-- Bootstrap Core JavaScript
<script src="js/bootstrap.min.js"></script> -->
<!-- Plugin JavaScript -->
<script src="/js/jquery.easing.min.js"></script>
<script src="/js/jquery.fittext.js"></script>
<script src="/js/wow.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="/js/creative.js"></script>
<script src="/js/particles.min.js"></script>
<script src="/js/particles_app.js"></script>
<!-- jQuery
<script src="/vendor/jquery/jquery.min.js"></script> -->
<!-- Bootstrap Core JavaScript -->
<script src="/vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Theme JavaScript -->
<script src="/js/new-age.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-100441285-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
|
ocr_extracted/W18154_text/page17.html | datamade/elpc_bakken |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W18154_extracted</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
<div style="float: left;">
<a href="page16.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 27px; margin-top: 27px;">
<p class="styleSans34.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"> 7 . Oil and @s Division mix <br/>Lynn D. Helms — Director Bruce E. Hicks — Assistant Director Department of Mineral Resources Lynn D. Helms - Director <br/>North Dakota Industrial Commission www.0ilgas.nd.gov <br/> <br/>OIL AND GAS DIVISION <br/> <br/>March 29, 2012 </p>
</div>
<div style="position: absolute; margin-left: 357px; margin-top: 715px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 247px; margin-top: 825px;">
<p class="styleSans10.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">TEXAKOTA INC 2707 KIPLING HOUSTON, TX 77098 </p>
</div>
<div style="position: absolute; margin-left: 1017px; margin-top: 1072px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">RE: H. BORSTAD 2 SWSW Sec. 3-157N—95W WILLIAMS COUNTY WELL FILE NO. 18154 </p>
</div>
<div style="position: absolute; margin-left: 247px; margin-top: 1347px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Gentlemen: </p>
</div>
<div style="position: absolute; margin-left: 247px; margin-top: 1485px;">
<p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">The records and files of the Industrial Commission indicate that the above referenced permit will expire April 29, 2012. </p>
</div>
<div style="position: absolute; margin-left: 55px; margin-top: 1650px;">
<p class="styleSans12.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Permits to drill are only valid for one year in the State of North Dakota. If you would like to renew for another year, please submit a Form 4 along with the $100.00 filing fee. Alternatively, you may elect to send in a Form 4 cancelling the permit. If you have any questions, please contact Todd Holweger. <br/>Sincerely, <br/>anette Bean Administrative Assistant </p>
</div>
<div style="position: absolute; margin-left: 2090px; margin-top: 2392px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 0px; margin-top: 3162px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">600 E Boulevard Ave - Dept 405, Bismarck, North Dakota 58505—0840 Phone (701)328—8020 Fax (701)328-8022 </p>
</div>
<div style="position: absolute; margin-left: 1402px; margin-top: 962px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 2200px; margin-top: 2392px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
</body>
</html>
|
src/Viteloge/CoreBundle/Resources/descriptions/49258.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
La Renaudière est
un village
localisé dans le département de Maine-et-Loire en Pays de la Loire. Elle totalisait 958 habitants en 2008.</p>
<p>À coté de La Renaudière sont localisées les villes de
<a href="{{VLROOT}}/immobilier/roussay_49263/">Roussay</a> située à 3 km, 1 052 habitants,
<a href="{{VLROOT}}/immobilier/romagne_49260/">La Romagne</a> localisée à 7 km, 1 644 habitants,
<a href="{{VLROOT}}/immobilier/montfaucon-montigne_49206/">Montfaucon-Montigné</a> à 5 km, 1 745 habitants,
<a href="{{VLROOT}}/immobilier/saint-andre-de-la-marche_49264/">Saint-André-de-la-Marche</a> localisée à 5 km, 2 718 habitants,
<a href="{{VLROOT}}/immobilier/geste_49151/">Gesté</a> située à 7 km, 2 501 habitants,
<a href="{{VLROOT}}/immobilier/saint-philbert-en-mauges_49312/">Saint-Philbert-en-Mauges</a> à 4 km, 355 habitants,
entre autres. De plus, La Renaudière est située à seulement 15 km de <a href="{{VLROOT}}/immobilier/cholet_49099/">Cholet</a>.</p>
<p>Le nombre d'habitations, à La Renaudière, était réparti en 2011 en quatre appartements et 394 maisons soit
un marché plutôt équilibré.</p>
<p>À La Renaudière, la valorisation moyenne à la vente d'un appartement se situe à 875 € du m² en vente. la valorisation moyenne d'une maison à l'achat se situe à 1 706 € du m². À la location la valorisation moyenne se situe à 6,47 € du m² mensuel.</p>
<p>Si vous pensez demenager à La Renaudière, vous pourrez facilement trouver une maison à acheter. </p>
<p>La ville offre quelques aménagements, elle dispose, entre autres, de un terrain de sport.</p>
</div>
|
clean/Linux-x86_64-4.02.3-2.0.6/released/8.4.5/tlc/20161010.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>tlc: 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.4.5 / tlc - 20161010</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
tlc
<small>
20161010
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-05 04:20:23 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-05 04:20:23 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-ocamlbuild base OCamlbuild binary and libraries 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.4.5 Formal proof management system.
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0
# opam file:
opam-version: "2.0"
maintainer: "francois.pottier@inria.fr"
authors: [
"Arthur Charguéraud <arthur.chargueraud@inria.fr>"
]
homepage: "https://gforge.inria.fr/projects/tlc/"
dev-repo: "git+https://scm.gforge.inria.fr/anonscm/git/tlc/tlc.git"
bug-reports: "tlc-users@lists.gforge.inria.fr"
license: "CeCILL-B"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: [
[make "uninstall"]
]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
synopsis: "A general-purpose library"
url {
src: "http://gallium.inria.fr/~fpottier/tlc/tlc-20161010.tar.gz"
checksum: "md5=a94c07777f0760e109784e7223ebd1a4"
}
</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-tlc.20161010 coq.8.4.5</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4.5).
The following dependencies couldn't be met:
- coq-tlc -> coq >= 8.5 -> 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-tlc.20161010</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>
|
docs/_vnext/api/ZptSharp.Rendering.IGetsIterativeExpressionContextProcessor.html | csf-dev/ZPT-Sharp | <!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Interface IGetsIterativeExpressionContextProcessor
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Interface IGetsIterativeExpressionContextProcessor
">
<meta name="generator" content="docfx 2.56.6.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#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="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="ZptSharp.Rendering.IGetsIterativeExpressionContextProcessor">
<h1 id="ZptSharp_Rendering_IGetsIterativeExpressionContextProcessor" data-uid="ZptSharp.Rendering.IGetsIterativeExpressionContextProcessor" class="text-break">Interface IGetsIterativeExpressionContextProcessor
</h1>
<div class="markdown level0 summary"><p>A factory service for creating instances of <a class="xref" href="ZptSharp.Rendering.IIterativelyProcessesExpressionContexts.html">IIterativelyProcessesExpressionContexts</a> which
use a custom expression context processor.</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="ZptSharp.Rendering.html">ZptSharp.Rendering</a></h6>
<h6><strong>Assembly</strong>: ZptSharp.Abstractions.dll</h6>
<h5 id="ZptSharp_Rendering_IGetsIterativeExpressionContextProcessor_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public interface IGetsIterativeExpressionContextProcessor</code></pre>
</div>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/csf-dev/ZPT-Sharp/new/master/apiSpec/new?filename=ZptSharp_Rendering_IGetsIterativeExpressionContextProcessor_GetContextIterator_ZptSharp_Rendering_IProcessesExpressionContext_.md&value=---%0Auid%3A%20ZptSharp.Rendering.IGetsIterativeExpressionContextProcessor.GetContextIterator(ZptSharp.Rendering.IProcessesExpressionContext)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/csf-dev/ZPT-Sharp/blob/master/ZptSharp.Abstractions/Rendering/IGetsIterativeExpressionContextProcessor.cs/#L14">View Source</a>
</span>
<a id="ZptSharp_Rendering_IGetsIterativeExpressionContextProcessor_GetContextIterator_" data-uid="ZptSharp.Rendering.IGetsIterativeExpressionContextProcessor.GetContextIterator*"></a>
<h4 id="ZptSharp_Rendering_IGetsIterativeExpressionContextProcessor_GetContextIterator_ZptSharp_Rendering_IProcessesExpressionContext_" data-uid="ZptSharp.Rendering.IGetsIterativeExpressionContextProcessor.GetContextIterator(ZptSharp.Rendering.IProcessesExpressionContext)">GetContextIterator(IProcessesExpressionContext)</h4>
<div class="markdown level1 summary"><p>Gets an expression context iterator which uses the specified <code data-dev-comment-type="paramref" class="paramref">processor</code>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IIterativelyProcessesExpressionContexts GetContextIterator(IProcessesExpressionContext processor)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ZptSharp.Rendering.IProcessesExpressionContext.html">IProcessesExpressionContext</a></td>
<td><span class="parametername">processor</span></td>
<td><p>The processor to be used upon each iteration.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ZptSharp.Rendering.IIterativelyProcessesExpressionContexts.html">IIterativelyProcessesExpressionContexts</a></td>
<td><p>The context iterator.</p>
</td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/csf-dev/ZPT-Sharp/new/master/apiSpec/new?filename=ZptSharp_Rendering_IGetsIterativeExpressionContextProcessor.md&value=---%0Auid%3A%20ZptSharp.Rendering.IGetsIterativeExpressionContextProcessor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/csf-dev/ZPT-Sharp/blob/master/ZptSharp.Abstractions/Rendering/IGetsIterativeExpressionContextProcessor.cs/#L7" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>
|
_site/discover/index.html | Peertokens/peertokens.github.io | <!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>Discover | Czarparty</title>
<meta name="description" content="Distributed Application Development on the Czarcoin Network">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="/css/main.css">
<!--Favicon-->
<link rel="shortcut icon" href="/img/XZR.png" type="image/x-icon">
<!-- Canonical -->
<link rel="canonical" href="https://czarparty.co/discover/">
<!-- RSS -->
<link rel="alternate" type="application/atom+xml" title="Czarparty" href="https://czarparty.co/feed.xml" />
<!-- Font Awesome -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Google Fonts -->
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700italic,400italic" rel="stylesheet" type="text/css">
<!-- Google Analytics -->
<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-21065583-20', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header class="site-header">
<div class="branding">
<a href="/">
<img class="avatar" src="/img/XZR.png" alt=""/>
</a>
<h1 class="site-title">
<a href="/">Czarparty</a>
</h1>
</div>
<nav class="site-nav">
<ul>
<li>
<a class="page-link" href="/blog/">Blog</a>
</li>
<li>
<a class="page-link" href="https://metronotes.com">Community</a>
</li>
<li>
<a class="page-link" href="/governance/">Governance</a>
</li>
<li>
<a class="page-link" href="/discover/">Discover</a>
</li>
<li>
<a class="page-link" href="/features/">Features</a>
</li>
<li>
<a class="page-link" href="/developers/">Developers</a>
</li>
<li>
<a href="https://github.com/czarparty" title="Follow on GitHub">
<i class="fa fa-fw fa-github"></i>
</a>
</li>
<li>
<a href="https://plus.google.com/+Czarparty" title="Follow on Google+">
<i class="fa fa-fw fa-google-plus"></i>
</a>
</li>
<li>
<a href="https://www.reddit.com/r/czarparty" title="Follow on Reddit">
<i class="fa fa-fw fa-reddit"></i>
</a>
</li>
<li>
<a href="https://twitter.com/Czarpartydev" title="Follow on Twitter">
<i class="fa fa-fw fa-twitter"></i>
</a>
</li>
<li>
<script src="//blockr.io/js_external/coinwidget/coin.js"></script>
<script>
CoinWidgetCom.go({
wallet_address: '1ADqCZiyWG2en4sNkbHvfH4GZ5JBNPA1DV',
currency: 'bitcoin',
counter: 'count',
lbl_button: 'Donate',
lbl_count: 'donations',
lbl_amount: 'BTC',
lbl_address: 'Use address below to donate. Thanks!',
qrcode: true,
alignment: 'bl',
decimals: 8,
size: "small",
color: "dark",
countdownFrom: "0",
element: "#coinwidget-bitcoin-1ADqCZiyWG2en4sNkbHvfH4GZ5JBNPA1DV",
onShow: function(){},
onHide: function(){}
});
</script>
<div id="coinwidget-bitcoin-1ADqCZiyWG2en4sNkbHvfH4GZ5JBNPA1DV"></div>
</li>
</ul>
</nav>
</header>
<div class="content">
<div class="content">
<div class="container">
<h2>Discover the Czarparty Protocol</h2>
<hr>
<ul id="tabs" data-tabs="tabs" class="nav nav-tabs nav-tabs-google">
<li class="active">
<a href="#basics" data-toggle="tab">Basics</a>
</li>
<li>
<a href="#concepts" data-toggle="tab">Concepts</a>
</li>
</ul>
<div id="Czarparty-tab-content" class="tab-content">
<div id="basics" class="tab-pane active">
<div align="center">
<h3>An introduction to Czarparty</h3>
</div>
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">What is Czarparty?</h3>
</div>
<div class="panel-body">
<p>Czarparty is open source peer to peer cryptographic currency utilizing a distributed consensus ledger that is publicly available. It enables everyone with the simplest and most cost effective way to exchange money instantly anywhere in the world.</p>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">How Czarcoin Works</h3>
</div>
<div class="panel-body">
<p>Czarparty is open source peer to peer cryptographic currency utilizing a distributed consensus ledger that is publicly available. It enables everyone with the simplest and most cost effective way to exchange money instantly anywhere in the world.</p>
</div>
</div>
</div>
<div id="concepts" class="tab-pane">
<div align="center">
<h3>Get Started with Czarparty Trade Principles</h3>
</div>
<div class="row">
<div class="col-sm-4">
<ul class="list-group">
<li class="list-group-item">
<a href="#">Decentralization</a>
</li>
</ul>
</div>
<div class="col-sm-8">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">What is decentralization?</h3>
</div>
<div class="panel-body">
<p>Decentralization is the process of redistributing or dispersing functions, powers, people or things away from a central location or authority.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="site-footer">
<p class="text">© <a href="https://treefunder.co">Treefunder Incorporated</a>
</p>
</footer>
</body>
</html>
|
revista-digital/index.html | reneisrael/reneisrael.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Revista Digital | La Red Semanario</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Consulta todos los números anteriores de nuestra revista en formato digital.
Sólo tienes que dar click sobre alguna de las portadas para disfrutar de la lectura de la revista desde la comodidad de tu">
<meta property="og:type" content="website">
<meta property="og:title" content="Revista Digital">
<meta property="og:url" content="https://laredsemanario.com/revista-digital/index.html">
<meta property="og:site_name" content="La Red Semanario">
<meta property="og:description" content="Consulta todos los números anteriores de nuestra revista en formato digital.
Sólo tienes que dar click sobre alguna de las portadas para disfrutar de la lectura de la revista desde la comodidad de tu">
<meta property="og:updated_time" content="2016-04-08T21:20:43.336Z">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Revista Digital">
<meta name="twitter:description" content="Consulta todos los números anteriores de nuestra revista en formato digital.
Sólo tienes que dar click sobre alguna de las portadas para disfrutar de la lectura de la revista desde la comodidad de tu">
<meta name="twitter:creator" content="@3171117842">
<meta property="fb:app_id" content="956176474392711">
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/vendor/titillium-web/styles.css">
<link rel="stylesheet" href="/vendor/source-code-pro/styles.css">
<link rel="stylesheet" href="/css/style.css">
<script src="/vendor/jquery/2.0.3/jquery.min.js"></script>
<link rel="stylesheet" href="/vendor/fancybox/jquery.fancybox.css">
<link rel="stylesheet" href="/vendor/scrollLoading/style.css">
<script type="text/javascript">
(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-62238178-1', 'auto');
ga('send', 'pageview');
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-4967243132865960",
enable_page_level_ads: true
});
</script>
</head>
<body>
<div id="wrap">
<header id="header">
<div id="header-outer" class="outer">
<div class="container">
<div class="container-inner">
<div id="header-title">
<h1 class="logo-wrap">
<a href="/" class="logo"></a>
</h1>
<div id="ads">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- header-lared -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4967243132865960"
data-ad-slot="2438400321"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
</div>
<div id="header-inner" class="nav-container">
<a id="main-nav-toggle" class="nav-icon fa fa-bars"></a>
<div class="nav-container-inner">
<ul id="main-nav">
<li class="main-nav-list-item" >
<a class="main-nav-list-link" href="/">Inicio</a>
</li>
</ul>
<nav id="sub-nav">
<div id="search-form-wrap">
<form class="search-form">
<input type="text" class="ins-search-input search-form-input" placeholder="Buscar" />
<button type="submit" class="search-form-submit"></button>
</form>
<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="Escribe algo..." />
<span class="ins-close ins-selectable"><i class="fa fa-times-circle"></i></span>
</div>
<div class="ins-section-wrapper">
<div class="ins-section-container"></div>
</div>
</div>
</div>
<script>
(function (window) {
var INSIGHT_CONFIG = {
TRANSLATION: {
POSTS: 'Entradas',
PAGES: 'Pages',
CATEGORIES: 'Categorias',
TAGS: 'Etiquetas',
UNTITLED: '(Sin titulo)',
},
ROOT_URL: '/',
CONTENT_URL: '/content.json',
};
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
})(window);
</script>
<script src="/js/insight.js"></script>
</div>
</nav>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="container">
<div class="main-body container-inner">
<div class="main-body-inner">
<section id="main">
<div class="main-body-header">
<h1 class="header">
<em class="page-title-link" data-url="/revista-digital/index.html">Revista Digital</em>
</h1>
</div>
<div class="main-body-content">
<article id="page-undefined" class="article article-single article-type-page" itemscope itemprop="blogPost">
<header class="article-header" itemprop="headline">
<h1 class="article-title" itemprop="name">
Revista Digital
</h1>
</header>
<div class="article-subtitle" itemprop="description">
<a href="/revista-digital/index.html" class="article-date">
<time datetime="2016-04-08T21:20:43.336Z" itemprop="datePublished">2016-04-08</time>
</a>
</div>
<div class="article-entry" itemprop="articleBody">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- articulos -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4967243132865960"
data-ad-slot="5586146720"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<p>Consulta todos los números anteriores de nuestra revista en formato digital.</p>
<p>Sólo tienes que dar click sobre alguna de las portadas para disfrutar de la lectura de la revista desde la comodidad de tu PC, tableta, teléfono inteligente o ipad.</p>
<p>Recuerda visitar esta sección de nuestro sitio web semana a semana para que puedas tener acceso a todas las ediciones de la revista La Red Semanario.</p>
<p><strong>Ediciones Anteriores</strong></p>
<div class="revistas" style="position: relative;padding-bottom: 0.33%;overflow: hidden;"><iframe width="720px" height="420px" src="https://www.yumpu.com/es/collections/bookshelf/Sa1HOfH4WhcxWORt" frameborder="0" allowfullscreen="true" allowtransparency="true"></iframe></div>
<h6 itemprop="author" itemscope itemtype="https://schema.org/Person">
<span itemprop="name">La Red Semanario</span>
</h6>
<footer class="article-footer">
<a data-url="https://laredsemanario.com/revista-digital/index.html" data-id="cio2yy4kh00086nkn571ed4es" class="article-share-link"><i class="fa fa-share"></i>Compartir</a>
<script>
(function ($) {
$('body').on('click', function() {
$('.article-share-box.on').removeClass('on');
}).on('click', '.article-share-link', function(e) {
e.stopPropagation();
var $this = $(this),
url = $this.attr('data-url'),
encodedUrl = encodeURIComponent(url),
id = 'article-share-box-' + $this.attr('data-id'),
offset = $this.offset(),
box;
if ($('#' + id).length) {
box = $('#' + id);
if (box.hasClass('on')){
box.removeClass('on');
return;
}
} else {
var html = [
'<div id="' + id + '" class="article-share-box">',
'<input class="article-share-input" value="' + url + '">',
'<div class="article-share-links">',
'<a href="https://twitter.com/intent/tweet?url=' + encodedUrl + '" class="article-share-twitter" target="_blank" title="Twitter"></a>',
'<a href="https://www.facebook.com/sharer.php?u=' + encodedUrl + '" class="article-share-facebook" target="_blank" title="Facebook"></a>',
'<a href="http://pinterest.com/pin/create/button/?url=' + encodedUrl + '" class="article-share-pinterest" target="_blank" title="Pinterest"></a>',
'<a href="https://plus.google.com/share?url=' + encodedUrl + '" class="article-share-google" target="_blank" title="Google+"></a>',
'</div>',
'</div>'
].join('');
box = $(html);
$('body').append(box);
}
$('.article-share-box.on').hide();
box.css({
top: offset.top + 25,
left: offset.left
}).addClass('on');
}).on('click', '.article-share-box', function (e) {
e.stopPropagation();
}).on('click', '.article-share-box-input', function () {
$(this).select();
}).on('click', '.article-share-box-link', function (e) {
e.preventDefault();
e.stopPropagation();
window.open(this.href, 'article-share-box-window-' + Date.now(), 'width=500,height=450');
});
})(jQuery);
</script>
</footer>
</div>
</article>
<section id="comments">
<div id="disqus_thread">
<noscript>Please enable JavaScript to view the <a href="//disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
</section>
</div>
</section>
<aside id="sidebar">
<a class="sidebar-toggle" title="Expand Sidebar"><i class="toggle icon"></i></a>
<div class="sidebar-top">
<p>seguir:</p>
<ul class="social-links">
<li>
<a class="social-tooltip" title="twitter" href="https://twitter.com/RedSemanario" target="_blank">
<i class="icon fa fa-twitter"></i>
</a>
</li>
<li>
<a class="social-tooltip" title="facebook" href="https://www.facebook.com/laredsemanario" target="_blank">
<i class="icon fa fa-facebook"></i>
</a>
</li>
<li>
<a class="social-tooltip" title="google-plus" href="https://google.com/+Laredsemanariocom" target="_blank">
<i class="icon fa fa-google-plus"></i>
</a>
</li>
<li>
<a class="social-tooltip" title="youtube" href="https://www.youtube.com/channel/UCnaA5qW5xL0WHoABQQRRTSw" target="_blank">
<i class="icon fa fa-youtube"></i>
</a>
</li>
<li>
<a class="social-tooltip" title="rss" href="http://feeds.feedburner.com/laredsemanario/huQt" target="_blank">
<i class="icon fa fa-rss"></i>
</a>
</li>
</ul>
</div>
<div class="widgets-container">
<div class="widget-wrap">
<h3 class="widget-title">recientes</h3>
<div class="widget">
<ul id="recent-post" class="">
<li>
<div class="item-thumbnail">
<a href="/2016/05/Detienen-a-Leopoldo-Duarte-acusado-de-abuso-sexual-en-el-Colegio-Matatena/" class="thumbnail">
<span style="background-image:url(https://res.cloudinary.com/pidmx/image/upload/v1462977034/pederasta_montesori_2_wunyo5.jpg)" alt="Detienen a Leopoldo Duarte, acusado de abuso sexual en el Colegio Matatena" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"><a class="article-category-link" href="/categories/Nacional/">Nacional</a></p>
<p class="item-title"><a href="/2016/05/Detienen-a-Leopoldo-Duarte-acusado-de-abuso-sexual-en-el-Colegio-Matatena/" class="title">Detienen a Leopoldo Duarte, acusado de abuso sexual en el Colegio Matatena</a></p>
<p class="item-date"><time datetime="2016-05-11T14:29:50.000Z" itemprop="datePublished">2016-05-11</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2016/05/Telescopio-espacial-Kepler-descubre-1284-nuevos-planetas-fuera-del-sistema-solar/" class="thumbnail">
<span style="background-image:url(https://res.cloudinary.com/pidmx/image/upload/v1462976759/NASA-nuevos-planetas-e1462972761598_jyf4qz.jpg)" alt="Telescopio espacial Kepler descubre 1284 nuevos planetas fuera del sistema solar" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"><a class="article-category-link" href="/categories/Ciencia/">Ciencia</a></p>
<p class="item-title"><a href="/2016/05/Telescopio-espacial-Kepler-descubre-1284-nuevos-planetas-fuera-del-sistema-solar/" class="title">Telescopio espacial Kepler descubre 1284 nuevos planetas fuera del sistema solar</a></p>
<p class="item-date"><time datetime="2016-05-11T14:24:56.000Z" itemprop="datePublished">2016-05-11</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2016/05/Billy-Alvarez-dejaria-Cruz-Azul/" class="thumbnail">
<span style="background-image:url(https://res.cloudinary.com/pidmx/image/upload/v1462976365/billy-alvarez-cruz-azul_vz32jv.jpg)" alt="Billy Álvarez dejaría Cruz Azul" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"><a class="article-category-link" href="/categories/Deportes/">Deportes</a></p>
<p class="item-title"><a href="/2016/05/Billy-Alvarez-dejaria-Cruz-Azul/" class="title">Billy Álvarez dejaría Cruz Azul</a></p>
<p class="item-date"><time datetime="2016-05-11T14:14:24.000Z" itemprop="datePublished">2016-05-11</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2016/05/Por-ser-desproporcionadas-El-Bronco-cancelara-10-mil-becas-estudiantiles/" class="thumbnail">
<span style="background-image:url(/images/bronco-gobernador.jpg)" alt="Por ser desproporcionadas, El Bronco cancelará 10 mil becas estudiantiles" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"><a class="article-category-link" href="/categories/Politica/">Politica</a></p>
<p class="item-title"><a href="/2016/05/Por-ser-desproporcionadas-El-Bronco-cancelara-10-mil-becas-estudiantiles/" class="title">Por ser desproporcionadas, El Bronco cancelará 10 mil becas estudiantiles</a></p>
<p class="item-date"><time datetime="2016-05-11T14:08:06.000Z" itemprop="datePublished">2016-05-11</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2016/05/Los-11-mandamientos-de-la-Iglesia-de-Satan-son-mucho-mas-sensatos-de-lo-que-imaginarias/" class="thumbnail">
<span style="background-image:url(/images/934606971.jpg)" alt="Los 11 mandamientos de la Iglesia de Satán son mucho más sensatos de lo que imaginarías" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"><a class="article-category-link" href="/categories/Cultura/">Cultura</a></p>
<p class="item-title"><a href="/2016/05/Los-11-mandamientos-de-la-Iglesia-de-Satan-son-mucho-mas-sensatos-de-lo-que-imaginarias/" class="title">Los 11 mandamientos de la Iglesia de Satán son mucho más sensatos de lo que imaginarías</a></p>
<p class="item-date"><time datetime="2016-05-10T14:05:56.000Z" itemprop="datePublished">2016-05-10</time></p>
</div>
</li>
</ul>
</div>
</div>
</div>
</aside>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="container-inner">
<a id="back-to-top" href="javascript:;"><i class="icon fa fa-angle-up"></i></a>
<div class="credit">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Primera página - 1 (www.laredsemanario.com) -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4967243132865960"
data-ad-slot="4621813528"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<p>© 2014 - 2016 La Red Semanario</p>
</div>
</div>
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "WebSite",
"name" : "La Red Semanario",
"alternateName" : "La Red",
"url" : "https://www.laredsemanario.com"
}
</script>
</div>
</footer>
<script>
var disqus_shortname = 'laredsemanario';
var disqus_url = 'https://laredsemanario.com/revista-digital/index.html';
(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>
<script src="/vendor/fancybox/jquery.fancybox.pack.js"></script>
<script src="/vendor/scrollLoading/jquery.scrollLoading.js"></script>
<script src="/vendor/scrollLoading/main.js"></script>
<!-- Custom Scripts -->
<script src="/js/main.js"></script>
</div>
</body>
</html>
|
agenda1mai.html | caio-ps/gsc |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="images/favicon.ico">
<title>GSC Brasil - Educação Corporativa</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/carousel.css" rel="stylesheet">
<link href="css/gsc.css" rel="stylesheet">
</head>
<body>
<div>
<div class="container">
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand gsc-navbar" href="#"><img src="images/logo_branco.png" height="42px" /></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="empresa.html">Empresa</a></li>
<li><a href="consultores.html">Consultores</a></li>
<li><a href="clientes.html">Clientes</a></li>
<li><a href="parcerias.html">Parcerias</a></li>
<li><a href="imprensa.html">Imprensa</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Inscreva-se <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="inscricao.html">Inscrição Online</a></li>
<li><a href="in_company.html">Cursos in-company</a></li>
</ul>
</li>
<li><a href="contato.html">Contato</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="gsc-body"></div>
<div class="container marketing">
<div class="row">
<div class="col-md-3">
<p class="lead">Agenda</p>
<div class="list-group">
<a href="agenda1jan.html" class="list-group-item active">1º semestre</a>
<a href="agenda2jul.html" class="list-group-item">2º semestre</a>
</div>
<p class="lead">Cursos</p>
<div class="list-group">
<a href="rh.html" class="list-group-item">Recursos Humanos<span class="badge">8</span></a>
<a href="logistica.html" class="list-group-item">Logística & Transportes<span class="badge">12</span></a>
<a href="gestao_negocios.html" class="list-group-item">Gestão de Negócios<span class="badge">2</span></a>
<a href="marketing_vendas.html" class="list-group-item">Marketing & Vendas<span class="badge">4</span></a>
<a href="administrativo.html" class="list-group-item">Administrativo<span class="badge">5</span></a>
<a href="financeiro.html" class="list-group-item">Financeiro<span class="badge">16</span></a>
<a href="setor_publico.html" class="list-group-item">Setor Público<span class="badge">8</span></a>
<a href="gestao_empresarial.html" class="list-group-item">Gestão Empresarial<span class="badge">7</span></a>
<a href="infra_estrutura.html" class="list-group-item">Infra-estrutura<span class="badge">7</span></a>
<a href="tec_informacao.html" class="list-group-item">Tecnologia da Informação<span class="badge">6</span></a>
<a href="setor_ambiental.html" class="list-group-item">Gestão Ambiental<span class="badge">3</span></a>
<a href="secretariado.html" class="list-group-item">Secretariado<span class="badge">4</span></a>
</div>
</div>
<div class="col-md-9">
<div class="well">
<p class="lead">Agenda de cursos 1º semestre 2014</p>
<div class="panel panel-default">
<div class="panel-body">
<ul class="nav nav-tabs">
<li><a href="agenda1jan.html">Janeiro</a></li>
<li><a href="agenda1fev.html">Fevereiro</a></li>
<li><a href="agenda1mar.html">Março</a></li>
<li><a href="agenda1abr.html">Abril</a></li>
<li class="active"><a href="agenda1mai.html">Maio</a></li>
<li><a href="agenda1jun.html">Junho</a></li>
</ul>
<div class="row gsc-row-header">
<div class="col-md-12">
<h5>Em breve divulgaremos a agenda deste período.</h5>
</div>
</div>
<hr class="gsc-hr">
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
<footer>
<p align="center">© 2014 GSC Brasil LTDA · <a href="empresa.html">Sobre</a> · <a href="contato.html">Contato</a></p>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/docs.min.js"></script>
</body>
</html>
|
main/templates/instructions/summary1.html | geosoco/coding_experiment | {% extends "instructions/summary_base.html" %}
{% load staticfiles %}
{% block help_content %}
<div class="row">
<div class="col-md-12">
<h1>Instructions</h1>
<p>You will be applying labels to 45 tweets about a rumor from the "Sydney Siege" hostage situation. In this case, rumor simply means unsubstantiated information, and it may be true or false.
</p>
<h2>The Rumor</h2>
<h3>Suicide Bomber / Bomb belt, backpack, or vest</h3>
<p>This rumor claims someone was a suicide bomber or that they had an explosive device in backpacks, vests, or belts.</p>
<h2>Tweets</h2>
<p>Each of these tweets will be embedded. Some will have pictures, and some will be part of a discussion. You should use all available information for coding, but <strong>focus on the bottom tweet for applying your codes.</strong>
</p>
<img src="{% static "img/reply-tweet-example.jpg" %}">
<h2>Navigating Tweets</h2>
<div class="row">
<div class="col-md-5">
<h4>Keyboard</h4>
<p>You can navigate between tweets using the keyboard arrow keys</p>
<p><span class="keyboard-btn">↑</span> - Previous Tweet</p>
<p><span class="keyboard-btn">↓</span> - Next Tweet</p>
</div>
<div class="col-md-5 col-md-offset-1">
<h4>Mouse</h4>
<p>Two buttons can be found to the right of the tweet to navigate to the previous and next tweet.</p>
<p><a href="#" class="btn btn-default" data-toggle="tooltip" data-placement="left" aria-label="Previous Item" title="Previous Item"><span class="glyphicon glyphicon-chevron-up"></span></a> - Previous Tweet</p>
<p><a href="#" class="btn btn-default" data-toggle="tooltip" data-placement="left" aria-label="Next Item" title="Next Item"><span class="glyphicon glyphicon-chevron-down"></span></a> - Next Tweet</p>
</div>
</div>
<h2>Applying Labels</h2>
<p>To apply / remove labels, you can use the keyboard keys <span class="keyboard-btn">1</span> through <span class="keyboard-btn">4</span>. Press the button once to add the code and a second time if you want remove it. </p>
<h3>Affirmation or Denial</h3>
<p>You will be applying {% if condition == 0 %}two sets of labels{% elif condition == 1 %}one set of labels{% else %} one label{% endif %}. These must be applied differently. The first set of labels describes whether the tweet affirms or denies the rumor. You should label any tweet that supports or just passes along this information as <span class="label label-default label-Affirm">Affirm</span> label. Any tweet that denies or questions the presence of a bomb or the ability of the person to be a suicide bomber should be labeled <span class="label label-default label-Deny">Deny</span> label. In rare cases, the tweet will not affirm or deny the rumor. You should label these <span class="label labe-default label-Neutral">Neutral</span>. <strong>You must apply ONLY one of these for each tweet.</strong>
</p>
<table class="table" style="margin: 40px 10px;">
<thead>
<tr>
<th>Label</th>
<th>Keyboard</th>
<th>Definition</th>
<th>Example</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="label label-default label-Affirm">Affirm</span></td>
<td><span class="keyboard-btn">1</span></td>
<td>This tweet affirms, supports, and functions to pass along the story. </td>
<td>@KevinZZ The hostage-taker has a bomb in his backpack. #Sydney #SydneySiege</td>
</tr>
<tr>
<td><span class="label label-default label-Neutral">Neutral</span></td>
<td><span class="keyboard-btn">2</span></td>
<td>The tweet is exactly neutral (use sparingly). Be careful not to conflate with an implicit affirmation.</td>
<td>RT @JillSmith: CNN has a picture of the hostage taker.</td>
</tr>
<tr>
<td><span class="label label-default label-Deny">Deny</span></td>
<td><span class="keyboard-btn">3</span></td>
<td>This tweet denies or questions all or part of the story.</td>
<td>I don't see any sign of a bomb or backpack in that picture. #sydneysiege</td>
</tr>
</tbody>
</table>
<h3>Uncertainty</h3>
<p>Additionally, another label should be applied to every tweet that expresses uncertainty about the information.</p>
<table class="table" style="margin: 20px;">
<thead>
<tr>
<th>Label</th>
<th>Keyboard</th>
<th>Definition</th>
<th>Example</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="label label-Uncertainty">Uncertainty</span></td>
<td><span class="keyboard-btn">4</span></td>
<td>This tweet expresses some level of uncertainty about the story. This refers to a property of the tweet itself, not your uncertainty. In other words, the tweet suggests that the veracity of the story is not 100% resolved. (This code refers to a relationship between the tweet’s author and the rumor/story - i.e. the tweet author expresses uncertainty in the tweet). [Not me, them]
</td>
<td>Is no one else concerned there might be a bomb in that backpack? #Sydney</td>
</tr>
</tbody>
</table>
</div>
</div>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
{% endblock %}
|
slides/week4.html | tchoi8/poetic-computation-16 | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>poetics/politics of computation</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/serif.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-markdown>
<script type="text/template">
## Week 4
- Lecture: Infrastructure
- [Extrastatecraft: The Power of Infrastructure Space](https://www.versobooks.com/books/1753-extrastatecraft) by Keller Easterling
- [The Black Stack](http://www.e-flux.com/journal/the-black-stack/) by Benjamin H. Bratton
- [Technical Mentality](http://www.parrhesiajournal.org/parrhesia07/parrhesia07_simondon2.pdf) by Gilbert Simondon
- Prompt: Create an autonomous network
</script>
</section>
<section data-markdown>
<script type="text/template">
<!-- .slide: style="text-align: left;"> -->
My goal for this class is to help you think in a non-binary world view, make informed decisions and to own your concepts.
</script>
</section>
<section data-markdown>
<script type="text/template">
##Standardization
##Materiality
##Resilience
</script>
</section>
<section data-markdown>
<script type="text/template">
<!-- .slide: style="text-align: left;"> -->
### Infrastructure is an *agreement* between space and time.
</script>
</section>
<section data-markdown data-transition="fade">
<script type="text/template">
<img height="550" data-src= "https://static.wixstatic.com/media/931576_3be6b83e930e47a9b7f032bd17be01e0.jpg/v1/fill/w_980,h_681,al_c,q_85,usm_0.66_1.00_0.01/931576_3be6b83e930e47a9b7f032bd17be01e0.jpg
" style="border:none; box-shadow:none;">
<small> [Introduction to a Critique of Urban Geography](http://library.nothingness.org/articles/SI/en/display/2) by Guy Debord </small>
</script>
</section>
<section data-markdown>
<script type="text/template">
<!-- .slide: style="text-align: left;"> -->
...certain wanderings that express not subordination to randomness but complete insubordination to habitual influences.
<br> <small> [Introduction to a Critique of Urban Geography](http://library.nothingness.org/articles/SI/en/display/2) by Guy Debord </small>
</small>
</script>
</section>
<section data-markdown>
<script type="text/template">
##Urban programming
- [Sell your morning walk](http://taeyoonchoi.com/2010/12/sell-your-morning-walk/) 2005
- [UP: Skopje](http://taeyoonchoi.com/2010/12/skopje/) 2009
- [UP101: Stage directions](http://taeyoonchoi.com/2010/12/urban-programming-101/) 2010
- [Anti-Manifesto](http://taeyoonchoi.com/2015/11/anti-manifesto/) 2012
</script>
</section>
<section data-markdown data-transition="fade">
<script type="text/template">
<img height="550" data-src= "http://taeyoonchoi.com/wp-content/uploads/2011/06/ty.jpg
" style="border:none; box-shadow:none;">
<small> [Tourist Manifesto](http://taeyoonchoi.com/2011/06/tourist-manifesto/)</small>
</script>
</section>
<section data-markdown data-transition="fade">
<script type="text/template">
<img height="550" data-src= "http://cfs9.blog.daum.net/image/34/blog/2007/07/15/10/35/469979c981ee7&filename=%EA%B0%80%EC%83%813.jpg
" style="border:none; box-shadow:none;">
<small> [Four Major Rivers Project](https://en.wikipedia.org/wiki/Four_Major_Rivers_Project)</small> </small>
</script>
</section>
<section data-markdown data-transition="fade">
<script type="text/template">
<img height="550" data-src= "http://taeyoonchoi.com/wp-content/uploads/2011/08/amry.jpg
" style="border:none; box-shadow:none;">
<small> [Roadshow: South Korea](http://taeyoonchoi.com/2011/08/eyebeam-roadshow-south-korea/) </small>
</script>
</section>
<section data-markdown data-transition="fade">
<script type="text/template">
<img height="550" data-src= "https://4.bp.blogspot.com/_Vyqt3tgNYMA/TL7OclNRlRI/AAAAAAAAAAc/LFaqZVoF-hA/s1600/IMG_0645.jpg
" style="border:none; box-shadow:none;">
<small> New Songdo City
</script>
</section>
<section data-markdown>
<script type="text/template">
<!-- .slide: style="text-align: left;"> -->
- [Mega Dam in China](https://youtu.be/P4FRO1eYdgQ?t=57m12s)
- [Art and Thingness, Part III: The Heart of the Thing is the Thing We Don’t Know](http://www.e-flux.com/journal/art-and-thingness-part-three-the-heart-of-the-thing-is-the-thing-we-don%E2%80%99t-know/)
</script>
</section>
<section data-markdown data-transition="fade">
<script type="text/template">
<img height="550" data-src= "http://images.nationalgeographic.com/wpf/media-live/photos/000/749/cache/climate-models-carbon-dioxide-clouds_74945_990x742.jpg
" style="border:none; box-shadow:none;">
<small>[The Cloud Is Not the Territory](http://creativetimereports.org/2014/05/20/ingrid-burrington-the-cloud-is-not-the-territory-wnv/) by Ingrid Burrington </small>
</script>
</section>
<section data-markdown data-transition="fade">
<script type="text/template">
<img height="550" data-src= "https://c2.staticflickr.com/8/7460/27921713246_d0d3eab04d_b.jpg
" style="border:none; box-shadow:none;">
<small> [In the World Interior of Capital](https://www.theguardian.com/books/2014/jan/01/world-interior-capital-peter-sloterdijk-review), Peter Sloterdijk.</small>
</script>
</section>
<section data-markdown>
<script type="text/template">
##Standardization
Synchronization and mobility in the World Interior
</script>
</section>
<section data-markdown data-transition="fade">
<script type="text/template">
<img height="550" data-src= "https://upload.wikimedia.org/wikipedia/en/3/33/L%27Arriv%C3%A9e_d%27un_train_en_gare_de_La_Ciotat.jpg
" style="border:none; box-shadow:none;">
<small> L'Arrivée d'un train en gare de La Ciotat, 1896 by Auguste and Louis Lumière
</script>
</section>
<section data-markdown data-transition="fade">
<script type="text/template">
<img height="550" data-src= "http://i.dailymail.co.uk/i/pix/2013/08/14/article-2393211-1B4B18B6000005DC-286_634x685.jpg
" style="border:none; box-shadow:none;">
<small> [That Time People Sent a Cat Through the Mail Using Pneumatic Tubes](http://www.theatlantic.com/technology/archive/2013/08/that-time-people-sent-a-cat-through-the-mail-using-pneumatic-tubes/278629/) by Megan Garber <br>
</script>
</section>
<section data-markdown data-transition="fade">
<script type="text/template">
<img height="550" data-src= "http://untappedcities.wpengine.netdna-cdn.com/wp-content/uploads/2013/03/Pneumatic-Tube-Mail-Network-NYC-Kate-Ascher-e1363302482168.jpg
" style="border:none; box-shadow:none;">
<small>
[Then & Now: NYC’s Pneumatic Tube Mail Network](http://untappedcities.com/2013/03/15/nycs-pneumatic-tube-mail-network/)</small>
</script>
</section>
<section data-markdown data-transition="fade">
<script type="text/template">
<img height="550" data-src= "https://ephemeralnewyork.files.wordpress.com/2012/01/ittheadquarters.jpg
" style="border:none; box-shadow:none;">
<small> [Telecommunications Infrastructure in Manhattan](http://cromwell-intl.com/travel/usa/new-york-internet/)</small>
</script>
</section>
<section data-markdown data-transition="fade">
<script type="text/template">
<img height="550" data-src= "http://seeingnetworks.in/img/nyc/guide/cover.jpg
" style="border:none; box-shadow:none;">
<small> [Seeing Networks in New York City](http://seeingnetworks.in/) by Ingrid Burrington</small>
</script>
</section>
<section data-markdown data-transition="fade">
<script type="text/template">
<img height="550" data-src= "http://www.evan-roth.com/photos/data/votrii/exhibition-photos/web/_MG_1518.jpg
" style="border:none; box-shadow:none;">
<small> [Kites and Websites](http://www.evan-roth.com/work/kites-and-websites/) by Evan Roth</small>
</script>
</section>
<section data-markdown data-transition="fade">
<script type="text/template">
<img height="550" data-src= "https://c2.staticflickr.com/8/7379/27343638204_2c6b5b0ed6_b.jpg
" style="border:none; box-shadow:none;">
<small> [Mary Mattingly](http://www.marymattingly.com/) </small>
</script>
</section>
<section data-markdown>
<script type="text/template">
#Thingness
</script>
</section>
<section data-markdown data-transition="fade">
<script type="text/template">
<iframe width="640" height="480" src="https://www.youtube.com/embed/cz5dMIL7OAU?rel=0" frameborder="0" allowfullscreen></iframe>
<br>
<small> [The Forgotten Space](http://www.theforgottenspace.net/) by Allan Sekula, Noël Burch</small>
</script>
</section>
<section data-markdown data-transition="fade">
<script type="text/template">
<img height="550" data-src= "
http://www.cohenvanbalen.com/wp-content/uploads/2013/10/75Watt-1.jpg" style="border:none; box-shadow:none;">
<small> [75 Watt](http://www.cohenvanbalen.com/work/75-watt) by Revital Cohen and Tuur Van Balen</small>
</script>
</section>
<section data-markdown>
<script type="text/template">
<!-- .slide: style="text-align: left;"> -->
- [Rare earth minerals in iPhone](http://i.i.cbsi.com/cnwk.1d/i/ne/pdfs/Elemental-table.pdf)
- [Buried Secrets](http://www.newyorker.com/magazine/2013/07/08/buried-secrets)
</script>
</section>
<section data-markdown>
<script type="text/template">
<!-- .slide: style="text-align: left;"> -->
###Thomas Twaites
- [Toaster](http://www.thetoasterproject.org/page2.htm)
- [Goat man](http://www.thomasthwaites.com/a-holiday-from-being-human-goatman/), [BBC](http://www.bbc.com/news/uk-england-manchester-36302856)
- [Interview](https://github.com/tchoi8/handmadecomputer/tree/master/Extra/Interview_Thomas) by Taeyoon Choi
</script>
</section>
<section data-markdown data-transition="fade">
<script type="text/template">
<img height="550" data-src= "http://surfcollectivenyc.com/wp-content/uploads/2012/01/DAMIEN-HIRST-SPOT-PAINTINGS-800.jpg" style="border:none; box-shadow:none;">
<small> Damien Hirst, [The Complete Spot Paintings 1986–2011](http://www.gagosian.com/exhibitions/damien-hirst--january-12-2012-9)</small>
</script>
</section>
<section data-markdown>
<script type="text/template">
##Occupy
</script>
</section>
<section data-markdown>
<script type="text/template">
#Resilience
</script>
</section>
<section data-markdown data-transition="fade">
<script type="text/template">
<img height="400" data-src= "http://katarzynaperlak.com/blog/wp-content/uploads/2013/12/fragmentations_natacha-nisic.jpg
" style="border:none; box-shadow:none;">
<small>
Natacha Nisic. [Écho](https://www.youtube.com/watch?v=OKpeLU0egW8) </small>
</script>
</section>
<section data-markdown>
<script type="text/template">
- [Lights out in the Rockaways](https://vimeo.com/60464280) by [Kelly Loudenberg](http://kellyloudenberg.com/)
- [Occupy Sandy](http://occupysandy.net/)
- [Hurricane Sandy takes data centers offline with flooding, power outages](http://arstechnica.com/information-technology/2012/10/hurricane-sandy-takes-data-centers-offline-with-flooding-power-outages/)
- [Building for the Next Big Storm](http://www.nytimes.com/2014/10/26/nyregion/after-hurricane-sandy-new-york-rebuilds-for-the-future.html)
- [Sandy Aftermath](http://www.nytimes.com/2015/10/20/nyregion/documentary-looks-at-hurricane-sandys-toll-on-rockaways.html)
</script>
</section>
<section data-markdown>
<script type="text/template">
##When technology fails, reality prevails
</script>
</section>
<section data-markdown data-transition="fade">
<script type="text/template">
<img height="550" data-src= "https://i.guim.co.uk/img/media/9368080c4cd0d29f708d3a4661b79f95213c5e4c/0_454_7239_4342/master/7239.jpg?w=1920&q=55&auto=format&usm=12&fit=max&s=49a7209352b92858c3b326453ed17717
" style="border:none; box-shadow:none;">
<small> [McDonald's: you can sneer, but it's the glue that holds communities together](https://www.theguardian.com/business/2016/jun/08/mcdonalds-community-centers-us-physical-social-networks#img-4) by Chris Arnade </small>
</script>
</section>
<section data-markdown>
<script type="text/template">
#Create an Autonomous Network
</script>
</section>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
history: true,
controls: false,
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});
</script>
</body>
</html>
|
deps/blpapi/doc/html/functions_func_0x77.html | dahang/nblpapi | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>BLPAPI C++</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javaScript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
<style>
div.hanging {
padding-left: 0.75in;
text-indent: -0.50in;
}
div.unhanging {
text-indent: 0in;
}
a.glossary {
font-weight: bold;
font-style: italic;
}
</style>
</head>
<!--
<body onload='searchBox.OnSelectItem(0);'>
-->
<body>
</div>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul class="tablist">
<li><a href="components.html"><span>Main Page</span></a></li>
<li><a href="components.html"><span>Components</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>
</ul>
</div>
<div class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li class="current"><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div class="tabs2">
<ul class="tablist">
<li><a href="functions.html"><span>All</span></a></li>
<li class="current"><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
<li><a href="functions_enum.html"><span>Enumerations</span></a></li>
<li><a href="functions_eval.html"><span>Enumerator</span></a></li>
<li><a href="functions_rela.html"><span>Related Functions</span></a></li>
</ul>
</div>
<div class="tabs3">
<ul class="tablist">
<li><a href="functions_func.html#index_a"><span>a</span></a></li>
<li><a href="functions_func_0x62.html#index_b"><span>b</span></a></li>
<li><a href="functions_func_0x63.html#index_c"><span>c</span></a></li>
<li><a href="functions_func_0x64.html#index_d"><span>d</span></a></li>
<li><a href="functions_func_0x65.html#index_e"><span>e</span></a></li>
<li><a href="functions_func_0x66.html#index_f"><span>f</span></a></li>
<li><a href="functions_func_0x67.html#index_g"><span>g</span></a></li>
<li><a href="functions_func_0x68.html#index_h"><span>h</span></a></li>
<li><a href="functions_func_0x69.html#index_i"><span>i</span></a></li>
<li><a href="functions_func_0x6b.html#index_k"><span>k</span></a></li>
<li><a href="functions_func_0x6c.html#index_l"><span>l</span></a></li>
<li><a href="functions_func_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="functions_func_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="functions_func_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="functions_func_0x70.html#index_p"><span>p</span></a></li>
<li><a href="functions_func_0x72.html#index_r"><span>r</span></a></li>
<li><a href="functions_func_0x73.html#index_s"><span>s</span></a></li>
<li><a href="functions_func_0x74.html#index_t"><span>t</span></a></li>
<li><a href="functions_func_0x75.html#index_u"><span>u</span></a></li>
<li><a href="functions_func_0x76.html#index_v"><span>v</span></a></li>
<li class="current"><a href="functions_func_0x77.html#index_w"><span>w</span></a></li>
<li><a href="functions_func_0x79.html#index_y"><span>y</span></a></li>
<li><a href="functions_func_0x7e.html#index_~"><span>~</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h3><a class="anchor" id="index_w"></a>- w -</h3><ul>
<li>what()
: <a class="el" href="classblpapi_1_1Exception.html#ae4ef2d9b02e25b4aeb031741353290d8">blpapi::Exception</a>
</li>
</ul>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Fri Dec 6 2013 13:45:17 for BLPAPI 3.7.5 by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address>
</body>
</html>
|
docs/_includes/sidebar.html | gocommons/cli | <div class="sidebar text-capitalize">
<ul class="nav nav-pills nav-stacked">
<li {% if page.url == '/docs/' %}class="active"{% endif %}><a href="{{site.baseurl}}/docs/">Getting Started</a></li>
<li {% if page.url == '/docs/creating-new-subcommand/' %}class="active"{% endif %}><a href="{{site.baseurl}}/docs/creating-new-subcommand/">Creating a new subcommand</a></li>
<li {% if page.url == '/docs/registering-a-subcommand/' %}class="active"{% endif %}><a href="{{site.baseurl}}/docs/registering-a-subcommand/">Registering a subcommand </a></li>
<li {% if page.url == '/docs/running-your-subcommand/' %}class="active"{% endif %}><a href="{{site.baseurl}}/docs/running-your-subcommand/">Running your subcommand </a></li>
<li {% if page.url == '/docs/familiarizing-with-the-REPL-terminal/' %}class="active"{% endif %}><a href="{{site.baseurl}}/docs/familiarizing-with-the-REPL-terminal/">Familiarizing with the REPL terminal</a></li>
<li {% if page.url == '/docs/invoking-one-subcommand-from-another/' %}class="active"{% endif %}><a href="{{site.baseurl}}/docs/invoking-one-subcommand-from-another/">Invoking one subcommand from another</a></li>
<li {% if page.url == '/docs/global-arguments-vs-subcommand-arguments/' %}class="active"{% endif %}><a href="{{site.baseurl}}/docs/global-arguments-vs-subcommand-arguments/">Global arguments vs subcommand arguments</a></li>
<li {% if page.url == '/docs/getting-input-from-user/' %}class="active"{% endif %}><a href="{{site.baseurl}}/docs/getting-input-from-user/">Getting input from user</a></li>
<li {% if page.url == '/docs/logging-info-warn-error-messages/' %}class="active"{% endif %}><a href="{{site.baseurl}}/docs/logging-info-warn-error-messages/">Logging info, warn & error messages</a></li>
<li {% if page.url == '/docs/theme-support/' %}class="active"{% endif %}><a href="{{site.baseurl}}/docs/theme-support/">Theme support</a></li>
</ul>
</div> |
guacamol_100K/331.html | fiskio/fiskio.github.io |
<html>
<head>
<style>
div.figures
figure {
display:inline-block;
margin: 1px;
}
figure img {
vertical-align: top;
}
figure figcaption {
text-align: center;
}
</style>
</head>
<body>
<h1>anil_di_alk_B(251)</h1>
<div class = "figures">
<figure><img src="img/CN1C%28%3DO%29C%28%3DCc2ccc%28N%28C%29C%29c%28%5BN%2B%5D%28%3DO%29%5BO-%5D%29c2%29C%28%3DO%29N%28C%29C1%3DO.svg"/></figure>
<figure><img src="img/CN1CCN%28c2ccc%28C%3DCc3cccc%28C%3DCc4ccc%28N5CCN%28C%29CC5%29cc4%29c3%29cc2%29CC1.svg"/></figure>
<figure><img src="img/COc1cc%28N%28CCC%23N%29CCC%23N%29ccc1C%3DC1SC%28%3DS%29NC1%3DO.svg"/></figure>
<figure><img src="img/COc1ccc%28C%28%3DO%29NC%28%3DO%29Nc2ccc3c%28c2%29NC%28%3DO%29C3%3DCc2ccc%28N%28C%29C%29cc2%29cc1.svg"/></figure>
<figure><img src="img/COc1ccccc1N1C%28%3DN%29SC%28%3DCc2ccc%28N%28C%29C%29cc2%29C1%3DO.svg"/></figure>
<figure><img src="img/CN%28C%29CC1CCCC%28%3DCc2ccc%28N%28C%29C%29cc2%29C1%3DO.svg"/></figure>
<figure><img src="img/C%28%3DCc1cc%28C%3DCc2ccc%28N3CCOCC3%29cc2%29ncn1%29c1ccc%28N2CCOCC2%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCc2cccc%28C%3DCc3ccc%28N%28C%29C%29cc3%29c2%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DC2CCc3ccccc3C2%3DO%29cc1.svg"/></figure>
<figure><img src="img/Cc1ccc%28C%28C%3DCc2ccc%28N%28C%29C%29cc2%29%3DNNC%28%3DN%29N%29cc1.svg"/></figure>
<figure><img src="img/CCN%28CC%29c1ccc%28C%3DCC%28%3DO%29c2ccc%28OC%28%3DO%29c3ccco3%29c3c2OC%28C%29%28C%29C%3DC3%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29CCOc1ccc%28C%28%3DO%29C%3DCc2ccc%28N%28C%29C%29cc2%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCc2ccnc3ccccc23%29c%28F%29c1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCc2cccc3ccccc23%29cc1.svg"/></figure>
<figure><img src="img/CN%28CCF%29c1ccc%28C%3DCc2nc3ccccc3%5BnH%5D2%29cc1.svg"/></figure>
<figure><img src="img/Cc1ccccc1C%28%3DO%29OCC1%28CO%29CC%28%3DCc2ccc%28N%28C%29C%29cc2%29C%28%3DO%29O1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DC2CCCCC2%3DO%29cc1.svg"/></figure>
<figure><img src="img/COC%3DC%28C%28%3DO%29OC%29c1ccccc1COc1cccc%28C%28%3DO%29C%3DCc2ccc%28N%28C%29C%29cc2%29c1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DC2CC%28CO%29%28COC%28%3DO%29c3ccc%28N%28C%29C%29cc3%29OC2%3DO%29cc1.svg"/></figure>
<figure><img src="img/CCOc1cc%28C%3DCC%3DCC%3DCc2ccc%28N%28C%29C%29cc2%29%5Bs%2B%5Dc2ccccc12.svg"/></figure>
<figure><img src="img/COc1cc%28N%28C%29C%29c%28OC%29cc1C%3DC1C%3DCc2ccccc21.svg"/></figure>
<figure><img src="img/CCN%28CC%29c1ccc%28C%3DCc2cccc%5Bn%2B%5D2C%29c%28OC%29c1.svg"/></figure>
<figure><img src="img/CN1C%28%3DS%29N%28c2ccccc2%29C%28%3DO%29C1%3DCc1ccc%28N%28C%29C%29cc1.svg"/></figure>
<figure><img src="img/CCCN1C%28%3DO%29SC%28%3DCc2ccc%28N3CCOCC3%29cc2C%29C1%3DO.svg"/></figure>
<figure><img src="img/CN%28C1%3DNC%28%3DO%29C%28%3DCc2ccc%28N3CCOCC3%29cc2%29S1%29c1ccccc1.svg"/></figure>
<figure><img src="img/COc1ccc%28C%28%3DO%29C%3DCc2ccc%28%5BN%2B%5D%28C%29%28C%29C%29cc2%29c%28OC%29c1OC.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DC%28NC%28%3DO%29c2ccccc2%29c2nc3cc%28Cl%29ccc3%5BnH%5D2%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCc2ccnc3ccccc23%29cc1Br.svg"/></figure>
<figure><img src="img/O%3DC1NC%28%3DO%29C%28%3DCc2ccc%28N%28CCOc3ccccn3%29CCOc3ccccn3%29cc2%29C%28%3DO%29N1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCc2nc3ccccc3s2%29cc1.svg"/></figure>
<figure><img src="img/N%23CCCN%28CCC%23N%29c1ccc%28C%3DC2SC%28%3DS%29NC2%3DO%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCc2ccc%28S%28N%29%28%3DO%29%3DO%29cc2%29cc1.svg"/></figure>
<figure><img src="img/O%3DC%28C%3DCc1ccc%28N2CCOCC2%29cc1Cl%29NO.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DC2SC%28%3DO%29NC2%3DO%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCc2sc3ccccc3%5Bn%2B%5D2Cc2ccccc2%29cc1.svg"/></figure>
<figure><img src="img/O%3DC%28C%3DCc1ccc%28N2CCN%28CCO%29CC2%29cc1%29C%3DC%28O%29C%3DCc1ccc%28N2CCN%28CCO%29CC2%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29C%28%3DN%29NC1%3DNC%28%3DO%29C%28%3DCc2ccc%28N3CCC%28NCC%28O%29COc4ccccc4%29CC3%29cc2%29S1.svg"/></figure>
<figure><img src="img/CCCCCCC%28%3DO%29OCC1%28CO%29CC%28%3DCc2ccc%28N%28C%29C%29cc2%29C%28%3DO%29O1.svg"/></figure>
<figure><img src="img/Cc1cc2c%28%3DCc3ccc%28N%28C%29C%29cc3%29c3ccccc3n2%5Bn%2B%5D1C.svg"/></figure>
<figure><img src="img/CCN%28CC%29c1ccc%28C%3DCC%28%3DO%29c2cccc%28-n3cc%28-c4ccc%28Br%29cc4%29nn3%29c2%29cc1.svg"/></figure>
<figure><img src="img/CCC%28%3DC%28F%29C%3DCC%28C%29%3DCC%28%3DO%29O%29c1ccc2c%28c1%29CCCN2C%28C%29C.svg"/></figure>
<figure><img src="img/CCCCC%28C%28%3DO%29O%29N1C%28%3DO%29C%28%3DCc2ccc%28N%28C%29C%29cc2%29SC1%3DS.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCc2nc3ccc%28N%28C%29C%29cc3s2%29cc1.svg"/></figure>
<figure><img src="img/OCCN%28CCO%29c1ccc%28C%3DCc2ccnc3ccccc23%29cc1.svg"/></figure>
<figure><img src="img/CC%28C%29%3DCCCC1%28C%29C%3DCc2c%28ccc%28C%28%3DO%29C%3DCc3ccc%28N%28C%29C%29cc3%29c2O%29O1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCC%28%3DO%29C%3DCc2cc%28Br%29ccc2O%29cc1.svg"/></figure>
<figure><img src="img/COc1ccc%28C%3DCC%28%3DO%29C%3DCc2ccc%28N%28C%29C%29cc2%29c%28OC%29c1.svg"/></figure>
<figure><img src="img/C%5BN%2B%5D1%3DC%28C%3DCc2ccc%28N3CCCC3%29cc2%29C%28C%29%28C%29c2ccccc21.svg"/></figure>
<figure><img src="img/CCOP%28%3DO%29%28CCN1CC%28%3DCc2ccc%28N%28C%29C%29cc2%29C%28%3DO%29C%28%3DCc2ccc%28N%28C%29C%29cc2%29C1%29OCC.svg"/></figure>
<figure><img src="img/CCN%28CC%29c1ccc%28C%3DC2C%28%3DO%29N%28c3nnc%28C%29c%28O%29n3%29N%3DC2C%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DC2C%28%3DO%29NC%28%3DO%29N%28Cc3ccc%28F%29cc3%29C2%3DO%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DC%28NC%28%3DO%29c2ccccc2%29C%28%3DO%29NCC%28%3DO%29O%29cc1.svg"/></figure>
<figure><img src="img/Cc1ccc%28-c2csc%28NC%28%3DO%29C%3DCc3ccc%28N4CCOCC4%29cc3%29n2%29cc1.svg"/></figure>
<figure><img src="img/CCN%28CC%29c1ccc%28C%3DC2Oc3ccc%28OC%28C%29%3DO%29cc3C2%3DO%29cc1.svg"/></figure>
<figure><img src="img/O%3DC1C%28%3DCc2ccc%28N3CCOCC3%29cc2%29Oc2c1ccc%28O%29c2O.svg"/></figure>
<figure><img src="img/CCCCCCC%5Bn%2B%5D1c%28C%3DCc2ccc%28N%28C%29C%29c3ccccc23%29sc2ccccc21.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DC2COCC%28%3DCc3ccc%28N%28C%29C%29cc3%5BN%2B%5D%28%3DO%29%5BO-%5D%29C2%3DO%29c%28%5BN%2B%5D%28%3DO%29%5BO-%5D%29c1.svg"/></figure>
<figure><img src="img/CCN%28CC%29c1ccc%28C%3DCc2noc%28-c3ccccc3O%29n2%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DC%28NC%28%3DO%29c2ccccc2%29C%28%3DO%29Nc2ccccc2C%28%3DO%29NN2C%28%3DO%29CSC2c2ccc%28N%28C%29C%29cc2%29cc1.svg"/></figure>
<figure><img src="img/CCOC%28%3DO%29N1CC%28%3DCc2ccc%28N%28C%29C%29cc2%29C%28%3DO%29C%28%3DCc2ccc%28N%28C%29C%29cc2%29C1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCC%28%3DO%29C%3DCc2ccco2%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DC2C%3DCc3cc%28%5BN%2B%5D%28%3DO%29%5BO-%5D%29ccc32%29cc1.svg"/></figure>
<figure><img src="img/CC%28%3DO%29OC1C%28%3DCc2ccc%28N%28C%29C%29cc2%29CC2C3CC%3DC4CC%28N5CCCC5%29CCC4%28C%29C3CCC12C.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCc2ccccc2I%29cc1.svg"/></figure>
<figure><img src="img/CCN%28CC%29c1ccc%28C%3DC2CCCC%28%3DCc3ccc%28N%28CC%29CC%29cc3%29C2%3DO%29cc1.svg"/></figure>
<figure><img src="img/COc1ccc%28OC%29c%28C%28%3DO%29C%3DCc2ccc%28N%28C%29C%29cc2%29c1.svg"/></figure>
<figure><img src="img/CN1CCN%28c2ccc%28C%3DCC3%3D%5BN%2B%5D%28%5BO-%5D%29C%28OCCO%29C%28C%29%28C%29C3%29cc2%29CC1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCC%3DCC%28%3DO%29c2cccs2%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCc2ccc%28C%3DCc3ccc%28N%28C%29C%29cc3%29cc2%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DC%28C%23N%29c2ccccc2%5BN%2B%5D%28%3DO%29%5BO-%5D%29cc1.svg"/></figure>
<figure><img src="img/COc1cc%28OC%29c2c%28c1%29OC%28%3DCc1ccc%28N3CCN%28C%29CC3%29cc1%29C2%3DO.svg"/></figure>
<figure><img src="img/COc1cc2c%28cc1OC%29C%28%3DO%29C%28%3DCc1ccc%28N3CCN%28C%28c4ccc%28F%29cc4%29c4ccc%28F%29cc4%29CC3%29cc1%29C2.svg"/></figure>
<figure><img src="img/CCN%28C%29c1ccc%28C%3DC2Cc3cc%28OC%29c%28OCCN4CCCCC4%29cc3C2%3DO%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DC%28C%23N%29c2ccccn2%29cc1.svg"/></figure>
<figure><img src="img/CCC1CCCN%28c2ccc%28C3%3DCC4%28CCc5cc%28O%29ccc54%29c4ccc%28O%29cc43%29cc2%29CC1.svg"/></figure>
<figure><img src="img/COc1ccc2c%28c1%29CC%28%3DCc1ccc%28N3CCN%28C%29CC3%29cc1%29C2%3DO.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCC%28%3DO%29c2ccccc2-c2ccc%28F%29cc2%29cc1.svg"/></figure>
<figure><img src="img/CCOc1ccc%28C%28%3DO%29C%3DCc2ccc%28N%28CC%29CC%29cc2%29c2c1C%3DCC%28C%29%28C%29O2.svg"/></figure>
<figure><img src="img/COc1cc%28C%3DC2C%28%3DO%29Nc3ccc%28Cl%29cc32%29ccc1N1CCOCC1.svg"/></figure>
<figure><img src="img/Cc1ccc%28N2C%28%3DO%29C%28%3DCc3ccc%28N%28C%29C%29cc3%29N%28C%29C2%3DS%29cc1.svg"/></figure>
<figure><img src="img/CCN%28CC%29c1ccc%28C%3DC2Cc3cc%28OC%29c%28OCCCCCN4CCCCC4%29cc3C2%3DO%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3Dc2c3ccccc3n3c2cc%28C%3DCc2ccccc2%29%5Bn%2B%5D3C%29cc1.svg"/></figure>
<figure><img src="img/CCN%28CCCC%28%3DO%29OC%29c1ccc%28C2%3DC3C%28C%29%3DCC%28C%29%3D%5BN%2B%5D3%5BB-%5D%28F%29%28F%29n3c%28C%29cc%28C%29c32%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCCNCC2OC%28n3ccc%28N%29nc3%3DO%29C%28O%29C2O%29cc1.svg"/></figure>
<figure><img src="img/CC%28%3DCc1ccc%28N%28C%29C%29cc1%29c1cc%28O%29cc%28O%29c1.svg"/></figure>
<figure><img src="img/Cc1cc%28N%28C%29C%29cc%28C%29c1C%3DCc1ccnc2ccccc12.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DC%28SCc2ccc%28Cl%29cc2Cl%29C%28%3DO%29c2ccc%28Cl%29cc2%29cc1.svg"/></figure>
<figure><img src="img/COc1ccc%28CN2C%28%3DO%29C%28%3DCc3ccc%28N%28C%29C%29cc3%29c3ccccc32%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29C%28%3DN%29NC1%3DNC%28%3DO%29C%28%3DCc2ccc%28N3CCC%28NCC%28O%29COc4ccc%28O%29c5c4CCC%28%3DO%29N5%29CC3%29cc2%29S1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DC2SC%28%3DS%29N%28CCCNc3ccnc4cc%28Cl%29ccc34%29C2%3DO%29cc1.svg"/></figure>
<figure><img src="img/COc1ccc2c%28c1%29sc%28C%3DCc1ccc%28N%28C%29C%29cc1%29%5Bn%2B%5D2C.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCc2cccc%5Bn%2B%5D2%5BO-%5D%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DC2N%3DC%28c3ccc%28Cl%29cc3%29N%28Nc3csc%28Nc4ccc%28S%28N%29%28%3DO%29%3DO%29cc4%29n3%29C2%3DO%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DC%5BN%2B%5D%28%3DO%29%5BO-%5D%29cc1.svg"/></figure>
<figure><img src="img/O%3DC1N%3DC%28N2CCCCC2%29SC1%3DCc1ccc%28N2CCC%28NCC%28O%29COc3cccc4%5BnH%5Dc%28O%29nc34%29CC2%29cc1.svg"/></figure>
<figure><img src="img/CN1c2ccc%28C%3DCC%28%3DO%29NO%29cc2NC1CNC%28%3DO%29c1ccncc1.svg"/></figure>
<figure><img src="img/COc1ccc%28C%28%3DO%29C%3DCc2ccc%28N%28C%29C%29cc2%29c%28OC%29c1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCC%28%3DO%29C%28CNc2ccccc2%29%3DC%28O%29C%3DCc2ccc%28N%28C%29C%29cc2%29cc1.svg"/></figure>
<figure><img src="img/CCN%28CC%29c1ccc%28C%3DCc2cc%28Cl%29nc3ccccc23%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C2%3DC%28Cl%29C%28%3DO%29N%28c3ccc%28Cl%29c%28Cl%29c3%29C2%3DO%29cc1.svg"/></figure>
<figure><img src="img/CCN1C%28%3DO%29C%28%3DCc2ccc%28N%28CC%29CC%29cc2OC%29C%28%3DO%29NC1%3DS.svg"/></figure>
<figure><img src="img/CCN1C%28%3DO%29C%28%3DCc2ccc3c%28c2%29CCN3CCCCl%29C%28%3DO%29NC1%3DS.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCC%28%3DO%29c2cccc%28NC%28%3DO%29Nc3ccccc3%29c2%29cc1.svg"/></figure>
<figure><img src="img/CCN%28CC%29c1ccc%28C%3DC2C%28%3DO%29NN%28c3ccc%28I%29cc3%29C2%3DO%29c%28O%29c1.svg"/></figure>
<figure><img src="img/CSCCC%28C%28%3DO%29O%29N1C%28%3DO%29C%28%3DCc2ccc%28N%28C%29C%29cc2%29SC1%3DS.svg"/></figure>
<figure><img src="img/CN%28C%29CCCNC%28%3DO%29c1cc2c%28%3DCc3ccc%28N%28C%29C%29cc3%29c3ccccc3n2%5Bn%2B%5D1C.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DC2NC%28%3DO%29N%28S%28%3DO%29%28%3DO%29c3ccccc3%29C2%3DO%29cc1.svg"/></figure>
<figure><img src="img/O%3DC1NC%28%3DS%29SC1%3DCc1ccc%28N%28CCCl%29CCCl%29cc1.svg"/></figure>
<figure><img src="img/CN1CCN%28c2ccc%28C3%3DCC4%28CCc5cc%28O%29ccc54%29c4ccc%28O%29cc43%29cc2%29CC1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DC2CCCC%28%3DCc3ccccc3%29C2%3DO%29cc1.svg"/></figure>
<figure><img src="img/N%23CCCN%28CCC%23N%29c1ccc%28C%3DC%28NC%28%3DO%29c2cc%28%5BN%2B%5D%28%3DO%29%5BO-%5D%29ccc2Cl%29C%28%3DO%29Nc2ccccc2%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCC%3DCc2sc3ccccc3%5Bn%2B%5D2CCCC%28%3DO%29ON2C%28%3DO%29CCC2%3DO%29cc1.svg"/></figure>
<figure><img src="img/CCN%28CC%29c1ccc%28C%3DC2Oc3ccc%28OC%29cc3C2%3DO%29cc1.svg"/></figure>
<figure><img src="img/CCN%28CC%29c1ccc%28C%3Dc2sc3nc4ccccc4n3c2%3DO%29c%28O%29c1.svg"/></figure>
<figure><img src="img/COc1ccc%28C%28%3DO%29C%28Cl%29%3DCc2ccc%28N%28C%29C%29cc2%29c%28OC%29c1OC.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCC%28%3DO%29N2CCC%28C%28NC3CCC%28c4c%5BnH%5Dc5ccccc45%29CC3%29C%28N%29%3DO%29CC2%29cc1.svg"/></figure>
<figure><img src="img/O%3DC1N%3DC%28Nc2ccc%28O%29cc2%29SC1%3DCc1ccc%28N2CCOCC2%29cc1.svg"/></figure>
<figure><img src="img/COc1cc%28C%3DCC%28%3DO%29C%3DCc2ccc%28N%28C%29C%29cc2%29ccc1OCc1ccccc1.svg"/></figure>
<figure><img src="img/Cc1ccc%28-c2nc3ccccc3c%28%3DO%29n2-c2ccc%28C%28%3DO%29NN3C%28%3DO%29C%28%3DCc4ccc%28N%28C%29C%29cc4%29SC3c3ccc%28O%29cc3%29cc2%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCc2c%28Cl%29cccc2Cl%29cc1.svg"/></figure>
<figure><img src="img/COc1ccc2cc%28C%3DCC%28%3DO%29C%3DCc3ccc%28N%28C%29C%29cc3%29ccc2c1.svg"/></figure>
<figure><img src="img/COc1cccc%28C%28%3DO%29C%3DCc2ccc%28N3CCCCC3%29c%28%5BN%2B%5D%28%3DO%29%5BO-%5D%29c2%29c1.svg"/></figure>
<figure><img src="img/CCN%28CC%29c1ccc%28C%3DC2C%28%3DO%29NC%28%3DO%29N%28Cc3ccco3%29C2%3DO%29cc1.svg"/></figure>
<figure><img src="img/CCN%28CC%29c1ccc%28C%3DC2C%28%3DO%29Nc3ccc%28N%29cc32%29cc1.svg"/></figure>
<figure><img src="img/CCN%28CC%29c1ccc%28C%3DCC%28%3DO%29c2cc%28Cl%29cc%28Br%29c2O%29cc1.svg"/></figure>
<figure><img src="img/CCN%28CC%29c1ccc%28C%3DCC%28%3DO%29c2ccc%28OC%28%3DO%29N3CCCC3%29cc2O%29cc1.svg"/></figure>
<figure><img src="img/O%3DC1C%28%3DCc2ccc%28N3CCCCC3%29cc2%29Oc2ccc%28O%29cc21.svg"/></figure>
<figure><img src="img/COc1ccc%28C%28C%23N%29%3DCc2ccc%28N%28C%29C%29cc2%29cc1.svg"/></figure>
<figure><img src="img/COc1ccc%28S%28%3DO%29%28%3DO%29OCC%28CO%29COc2ccc%28C%3DCc3ccc%28N%28C%29C%29cc3%29cc2%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCc2cc%5Bn%2B%5D%28Cc3ccc%28F%29cc3%29cc2%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCC%28%3DO%29C%3DCc2cccc%28N%28C%29C%29c2%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCc2ccc%28-c3nc4ccc%28OCCF%29cc4o3%29cc2%29cc1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCC%28%3DO%29C2CCc3ccccc3C2%3DO%29c%28%5BN%2B%5D%28%3DO%29%5BO-%5D%29c1.svg"/></figure>
<figure><img src="img/O%3DC1C%28%3DCc2ccc%28N3CCCC3%29cc2%29NC%28%3DS%29N1C1CC1.svg"/></figure>
<figure><img src="img/C%3DC%28c1ccc%28N%28C%29C%29cc1%29c1cc%28OC%29c%28OC%29c%28OC%29c1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCc2ccnc3cc%28Cl%29cc%28Cl%29c23%29cc1.svg"/></figure>
<figure><img src="img/O%3DC1NC%28%3DO%29C%28%3DCc2ccc%28N%28CCO%29CCO%29cc2%29N1.svg"/></figure>
<figure><img src="img/CCN%28CC%29c1ccc%28C%3DC%28C%23N%29c2nc3cc%28C%28C%29%28C%29C%29ccc3%5BnH%5D2%29cc1.svg"/></figure>
<figure><img src="img/Cc1ccc%28N2C%28%3DO%29C%28%3DCc3ccc%28N%28CCC%23N%29CCC%23N%29cc3C%29N%3DC2c2cc%28%5BN%2B%5D%28%3DO%29%5BO-%5D%29ccc2Cl%29cc1.svg"/></figure>
<figure><img src="img/COc1cc%28OC%29c%28C%3DCC%28%3DO%29C%3DCc2ccc%28N%28C%29C%29cc2%29c%28OC%29c1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCC%28%3DO%29C%3DCc2ccc%28OCCOCCF%29cc2%29cc1.svg"/></figure>
<figure><img src="img/Cc1cc%28N%28CCC%23N%29CCC%23N%29ccc1C%3DC%28NC%28%3DO%29C%3DCc1ccccc1%29C%28%3DO%29NN.svg"/></figure>
<figure><img src="img/O%3DC1NC%28%3DO%29C%28%3DCc2ccc%28N3CCCC3%29c%28F%29c2%29S1.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DCC%28%3DO%29C%3DCc2cccc%28%5BN%2B%5D%28%3DO%29%5BO-%5D%29c2%29cc1.svg"/></figure>
<figure><img src="img/CCN%28CCC%28%3DO%29O%29c1ccc%28C%3DCc2ccnc3ccccc23%29cc1.svg"/></figure>
<figure><img src="img/COc1cc2c%28cc1OC%29C%28%3DO%29N1C%3DC%28c3ccc%28N4CCOCC4%29cc3%29CC1C%3DN2.svg"/></figure>
<figure><img src="img/CN%28C%29c1ccc%28C%3DC2C%3DCC%3DC2%29cc1.svg"/></figure>
</div>
</body>
</html>
|
series/learn-vue-2-step-by-step/public/07-components.html | rdok-linkwise/laracasts | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<div id="root">
<task>Go to the store</task>
<task>Go to the bank</task>
<task>Go to work</task>
</div>
<script src="https://unpkg.com/vue@2.1.10/dist/vue.js"></script>
<script src="js/07-components-main.js"></script>
</body>
</html> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.