path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
docs/about.html | ucsd-progsys/liquidhaskell-blog | <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106786912-1">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-106786912-1');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!--
loads the http over https ssl -
welcome to my website!
this theme is based off the Ice & Fire theme created by Lucas Gatsas
https://www.twitter.com/LucasGatsas
www.lucasgatsas.ch - switzerland.
-->
<!-- Microsoft Internet Explorer documentMode compatMode setting IE Modus -->
<script type="text/javascript">
var IE = null;
if (window.navigator.appName == "Microsoft Internet Explorer") {
if (document.documentMode) {
IE = document.documentMode;
} else {
IE = 5;
if (document.compatMode) {
if (document.compatMode == "CSS1Compat")
IE = 11;
}
}
}
</script>
<meta charset="utf-8">
<!-- X-UA -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="X-UA-Compatible" content="IE=11" />
<link rel="author" title="Ranjit Jhala" href="http://ranjitjhala.github.io" />
<meta name="google" content="notranslate" />
<!-- Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- index ROBOTS follow -->
<meta name="robots" content="index, follow" />
<!-- Site Desciption -->
<meta name="description" content="LiquidHaskell Blog">
<!-- Site Desciption -->
<meta name="keywords" content="haskell, refinement types, liquid types, formal methods, type systems">
<!-- Favicon -->
<link rel="shortcut icon" href="https://ucsd-progsys.github.io/liquidhaskell-blog/static/img/ico.png" type="image/x-icon" />
<!-- Blog Title -->
<title>LiquidHaskell</title>
<!-- <title>{% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %}</title>
-->
<!-- Property Metas -->
<meta property="og:image" content="https://ucsd-progsys.github.io/liquidhaskell-blog/static/img/ix.png" />
<meta property="og:title" content="LiquidHaskell Blog" />
<meta property="og:site_name" content="LiquidHaskell Blog" />
<!-- Canonical -->
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseUrl | prepend: site.url }}">
<!-- StyleSheet -->
<link rel="stylesheet" href="https://ucsd-progsys.github.io/liquidhaskell-blog/static/css/bootstrap.min.css">
<!-- <link rel="stylesheet" href="https://ucsd-progsys.github.io/liquidhaskell-blog/static/css/spaceg.stylesheets.css"> -->
<link rel="stylesheet" href="https://ucsd-progsys.github.io/liquidhaskell-blog/static/css/ronacher.css" type="text/css">
<link rel="stylesheet" href="https://ucsd-progsys.github.io/liquidhaskell-blog/static/css/syntax.css">
<link rel="stylesheet" href="https://ucsd-progsys.github.io/liquidhaskell-blog/static/css/liquid-light.css">
<!-- Fonts
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" type="text/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'>
<link href='https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic' 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]-->
<style>
#preloader {position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff; /* change if the mask should have another color then white */z-index:99; /* makes sure it stays on top */}
#status {width:200px;height:200px;position:absolute;left:50%; /* centers the loading animation horizontally one the screen */top:50%; /* centers the loading animation vertically one the screen */background-image:url("/static/img/preloader.gif"); /* path to your loading animation */background-repeat:no-repeat;background-position:center;margin:-100px 0 0 -100px; /* is width and height divided by two */}
ul, ol {margin-top: 0;margin-bottom: 10px;}
.navbar-inverse {background-color: #FFF;border-color: #FFFFFF;}
</style>
<!--link rel="stylesheet" href="https://ucsd-progsys.github.io/liquidhaskell-blog/static/css/prettify.css"-->
<style>
/* HEADER IMAGE */
header.intro-header {background: #6f5499;background: no-repeat center center;background-attachment: scroll;-webkit-background-size: cover;-moz-background-size: cover;background-size: cover;-o-background-size: cover;}
/* Preloader */#preloader {position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff; /* change if the mask should have another color then white */z-index:99; /* makes sure it stays on top */}
#status {width:200px;height:200px;position:absolute;left:50%; /* centers the loading animation horizontally one the screen */top:50%; /* centers the loading animation vertically one the screen */background-image:; /* path to your loading animation */background-repeat:no-repeat;background-position:center;margin:-100px 0 0 -100px; /* is width and height divided by two */}
li {list-style: none;}
body.modal-open
{overflow: hidden;padding-right: 0px;
}
article li {list-style: inherit;}
article .figure {text-align: center}
</style>
<!-- end Loading front stylesheet here -->
<link href="atom.xml" type="application/atom+xml" rel="alternate" title="LiquidHaskell-Blog ATOM Feed" />
</head>
<body>
<!--
<div id="preloader">
<div id="status">
</div>
</div>
-->
<!-- 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 collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://ucsd-progsys.github.io/liquidhaskell-blog" id="blog-title-left-top">LiquidHaskell</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="dropdown">
<a href="#portfolioModal2" data-toggle="modal"><i class="fa fa-random" id="icon-top"></i></a>
<ul class="dropdown-menu"></ul>
</li>-->
<li><a href="https://ucsd-progsys.github.io/liquidhaskell-blog/blog.html">Blog</a></li>
<li><a href="http://goto.ucsd.edu:8090/index.html#?demo=SimpleRefinements.hs" target="_blank">Demo</a></li>
<li><a href="http://ucsd-progsys.github.io/lh-workshop" target="_blank">Tutorial</a></li>
<li><a href="http://ucsd-progsys.github.io/liquidhaskell-tutorial" target="_blank">Book</a></li>
<li><a href="https://ucsd-progsys.github.io/liquidhaskell-blog/about.html" target="_blank">About</a></li>
<li><a href="http://www.github.com/ucsd-progsys/liquidhaskell" target="_blank"><i class="fa fa-twitter"></i>Download</a></li>
<!--
<li><a href="https://www.twitter.com/ranjitjhala" id="roundbutton" target="_blank"><i class="fa fa-twitter"></i>RanjitJhala</a></li>
-->
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Portfolio Modals -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true" style="padding-right:0px; overflow: hidden;">
<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">
<h1 class="font-style-inline-small-h1">Ranjit Jhala</h1>
<hr class="star-primary">
<img src="https://ucsd-progsys.github.io/liquidhaskell-blog/static/img/ico.png" class="img-responsive img-centered" alt title>
<p class="font-style-inline-small">
<a href="https://www.twitter.com/ranjitjhala" target="_blank">follow me</a>. <br>
<a href="https://www.github.com/ucsd-progsys" target="_blank"> <i class="fa fa-github" id="spaceg-social-modal"></i> </a>
<a href="https://www.twitter.com/ranjitjhala" target="_blank"><i class="fa fa-twitter" id="spaceg-social-modal"></i> </a>
<a href="https://plus.google.com/u/0/106612421534244742464" target="_blank"> <i class="fa fa-google-plus" id="spaceg-social-modal"></i></a>
</p>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Menu Modals Add New Sa.21.Feb.2015 03:22:25 -->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true" style="padding-right:0px; overflow: hidden;">
<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">
<h1 class="font-style-inline-small-h1">Ranjit Jhala</h1>
<hr class="star-primary">
<p class="font-style-inline-small">
<a href="https://www.twitter.com/ranjitjhala" target="_blank">follow</a>. <br>
<a href="https://www.github.com/ucsd-progsys" target="_blank"> <i class="fa fa-github" id="spaceg-social-modal"></i> </a>
<a href="https://www.twitter.com/ranjitjhala" target="_blank"><i class="fa fa-twitter" id="spaceg-social-modal"></i> </a>
<a href="https://plus.google.com/u/0/106612421534244742464" target="_blank"> <i class="fa fa-google-plus" id="spaceg-social-modal"></i></a> <br>
<li><a href="https://ucsd-progsys.github.io/liquidhaskell-blog/index.html">Home</a></li>
<li><a href="https://ucsd-progsys.github.io/liquidhaskell-blog/about.html">About</a></li>
<li><a href="https://ucsd-progsys.github.io/liquidhaskell-blog/blog.html">Blog</a></li>
<li><a href="http://goto.ucsd.edu:8090/index.html#?demo=SimpleRefinements.hs" target="_blank">Demo</a></li>
<li><a href="http://ucsd-progsys.github.io/lh-workshop" target="_blank">Tutorial</a></li>
<li><a href="http://ucsd-progsys.github.io/liquidhaskell-tutorial" target="_blank">Book</a></li>
<li><a href="http://www.github.com/ucsd-progsys/liquidhaskell" target="_blank"><i class="fa fa-twitter"></i>Download</a></li>
</p>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="content">
<!-- Post Header -->
<header class="intro-header" style="background-image: url('https://ucsd-progsys.github.io/liquidhaskell-blog/static/img/sea.jpg')" alt title>
<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>About</h1>
<span class="meta">
</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">
<p>LiquidHaskell is a static verifier for Haskell, based on <strong>Liquid Types</strong></p>
<h2 id="code">Code</h2>
<p>You can get LiquidHaskell <a href="http://github.com/ucsd-progsys/liquidhaskell">here</a> See the <a href="https://github.com/ucsd-progsys/liquidhaskell/blob/master/README.md">README</a> for installation instructions. LiquidHaskell is an active research project that is still rough around the edges. In particular error reporting is <em>rather</em> primitive. Constructive Feedback, or better yet, patches, additions and pull requests are <em>extremely</em> welcome.</p>
<h2 id="mailing-list">Mailing List</h2>
<p>If you have questions or comments, please mail the <a href="https://groups.google.com/forum/#!forum/liquidhaskell">users mailing list</a></p>
<h2 id="tutorials">Tutorials</h2>
<ul>
<li><a href="https://github.com/ucsd-progsys/lh-workshop">Short</a></li>
<li><a href="http://ucsd-progsys.github.io/liquidhaskell-tutorial/">Long</a></li>
</ul>
<h2 id="papers">Papers</h2>
<p>To learn about the theory behind Liquid Types, I recommend reading first the PLDI 2008 paper and then the ESOP 2013 paper. Alternatively, one lazy weekend, you could curl up with:</p>
<ul>
<li><a href="http://goto.ucsd.edu/~pmr/papers/rondon-liquid-types.pdf">Pat Rondon’s Ph.D Dissertation</a></li>
<li><a href="http://goto.ucsd.edu/~rjhala/liquid/liquid_types_techrep.pdf">Tech Report</a></li>
</ul>
<h4 id="haskell">Haskell</h4>
<ul>
<li><a href="http://goto.ucsd.edu/~rjhala/papers/refinement_types_for_haskell.pdf">Refinement Types For Haskell, ICFP 2014</a></li>
<li><a href="http://goto.ucsd.edu/~rjhala/papers/real_world_liquid.pdf">LiquidHaskell in the Real World, Haskell 2014</a></li>
<li><a href="http://goto.ucsd.edu/~rjhala/papers/abstract_refinement_types.pdf">Abstract Refinement Types, ESOP 2013</a></li>
</ul>
<h4 id="ml">ML</h4>
<ul>
<li><a href="http://goto.ucsd.edu/~rjhala/liquid/liquid_types.pdf">Liquid Types, PLDI 2008</a></li>
<li><a href="http://goto.ucsd.edu/~rjhala/papers/type-based_data_structure_verification.pdf">Type-based Data Structure Verification, PLDI 2009</a></li>
<li><a href="http://goto.ucsd.edu/~rjhala/papers/safety_verification_with_liquid_types.pdf">Dsolve: Safety Verification via Liquid Types, CAV 2010</a></li>
<li><a href="http://goto.ucsd.edu/~rjhala/papers/hmc.pdf">HMC: Verifying Functional Programs with Abstract Interpreters, CAV 2011</a></li>
</ul>
<h4 id="c">C</h4>
<ul>
<li><a href="http://goto.ucsd.edu/~rjhala/liquid/low_level_liquid_types.pdf">Low-level Liquid Types, POPL 2010</a></li>
<li><a href="http://goto.ucsd.edu/~rjhala/papers/deterministic_parallelism_via_liquid_effects.pdf">Deterministic Parallelism With Liquid Effects, PLDI 2012</a></li>
<li><a href="http://goto.ucsd.edu/~rjhala/papers/csolve_verifying_c_with_liquid_types.pdf">Verifying C With Liquid Types, CAV 2012</a></li>
</ul>
<h2 id="talks">Talks</h2>
<p>The following talks are good tutorial introductions to the techniques.</p>
<ul>
<li><a href="http://goto.ucsd.edu/~rjhala/talks/liquid_types_VMCAI.pptx">Tutorial at VMCAI</a></li>
<li><a href="http://goto.ucsd.edu/~rjhala/talks/liquid_types_CAV2011.pptx">Tutorial at CAV</a></li>
</ul>
<h2 id="people">People</h2>
<p>Liquid Types have been developed in the UCSD Programming Systems group by</p>
<ul>
<li><a href="http://cseweb.ucsd.edu/~abakst">Alexander Bakst</a></li>
<li><a href="http://cseweb.ucsd.edu/~rjhala">Ranjit Jhala</a></li>
<li><a href="http://cseweb.ucsd.edu/~mwookawa">Ming Kawaguchi</a></li>
<li><a href="http://cseweb.ucsd.edu/~prondon">Patrick Rondon</a></li>
<li><a href="http://cseweb.ucsd.edu/~eseidel">Eric Seidel</a></li>
<li><a href="https://spinda.net">Michael Smith</a></li>
<li><a href="https://github.com/atondwal">Anish Tondwalkar</a></li>
<li><a href="https://github.com/christetreault">Chris Tetreault</a></li>
<li><a href="http://cseweb.ucsd.edu/~nvazou">Niki Vazou</a></li>
</ul>
<h2 id="thanks">Thanks</h2>
<p>This work is funded by NSF grants CCF-0644361, CNS-0720802, CCF-0702603, and generous gifts from Microsoft Research.</p>
<hr>
</div>
</div>
</div>
</article>
</div>
<div id="footer">
</div>
<!-- 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://ucsd-progsys.github.io/liquidhaskell-blog/feed.xml" data-datatype="json" data-type="GET" data-target="#frame" class="reload" id="clickme">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-rss fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://twitter.com/ranjitjhala" data-datatype="json" data-type="GET" data-target="#frame" class="reload" id="clickme" target="_blank">
<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://plus.google.com/u/0/106612421534244742464" data-datatype="json" data-type="GET" data-target="#frame" class="reload" id="clickme" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-google-plus fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://github.com/ucsd-progsys" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-arrow-circle-o-down"></i>
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="copyright text-muted">
Generated by <a href="http://jaspervdj.be/hakyll">Hakyll</a>,
template by <a href="http://lucumr.pocoo.org">Armin Ronacher</a>,
suggest improvements <a href="https://github.com/ucsd-progsys/liquidhaskell-blog/">here</a>.
</p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="https://ucsd-progsys.github.io/liquidhaskell-blog/static/js/jquery.min.js"></script>
<script src="https://ucsd-progsys.github.io/liquidhaskell-blog/static/js/spaceg.stylesheets.min.js"></script>
<script src="https://ucsd-progsys.github.io/liquidhaskell-blog/static/js/bootstrap.min.js"></script>
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
<script src="https://ucsd-progsys.github.io/liquidhaskell-blog/static/js/anim.js"></script>
<script src="https://ucsd-progsys.github.io/liquidhaskell-blog/static/js/scripts.js"></script>
</body>
</html>
|
docs/about/index.html | psephopaiktes/weba | <!DOCTYPE html>
<html lang="ja" prefix="og: http://ogp.me/ns#">
<head>
<meta http-equiv="refresh" content="0;URL='https://hira.page/blog/'">
<link rel="canonical" href="https://hira.page/blog/"><title>About | WEBA</title><meta name="description" content="Web制作やデザイン、フロントエンド技術について自分用のメモやアウトプットのために執筆しているブログです。「グラフィックデザイン」「UI/UX」「HTML/CSS」「Javascript」「フロントエンド技術」などについて書いています。"><meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- css-->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://hirata.blog/styles/about.css">
<!-- icons-->
<link rel="icon" type="image/png" href="https://hirata.blog/images/favicon.png">
<!-- Add to homescreen for Chrome on Android-->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="WEBA">
<link rel="icon" sizes="192x192" href="https://hirata.blog/images/touch/chrome-touch-icon-192x192.png">
<!-- Add to homescreen for Safari on iOS-->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="myTemplate">
<link rel="apple-touch-icon" href="https://hirata.blog/images/touch/apple-touch-icon.png">
<!-- Tile icon for Win8 (144x144 + tile color)-->
<meta name="msapplication-TileImage" content="https://hirata.blog/images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#fc6">
<!-- Color the status bar on mobile devices-->
<meta name="theme-color" content="#fc6">
<!-- Disable tap highlight on IE-->
<meta name="msapplication-tap-highlight" content="no">
<!-- OGP -->
<meta property="og:type" content="article">
<meta property="og:title" content="About">
<meta property="og:description" content="Web・UXデザインやフロントエンド技術についてのブログです。">
<meta property="og:image" content="https://hirata.blog/images/post//hero--sp.jpg">
<meta property="og:url" content="https://hirata.blog/about/">
<meta property="og:locale" content="ja_JP">
<meta property="og:site_name" content="WEBA">
<!-- Google -->
<script async src="https://hirata.blog/scripts/analytics.js"></script>
</head>
<body>
<div id="mask"></div>
<div class="wrap">
<!-- header block-->
<header class="globalHeader">
<h1><a href="https://hirata.blog">
<img src="https://hirata.blog/images/logo.svg" alt="logo">
<p>Design & Front-end</p>
</a></h1>
<button id="menuButton"><i class="material-icons">menu</i></button>
<div class="menu">
<ul class="follow">
<li><a href="https://twitter.com/psephopaiktes" target="_blank" rel="noopener"><svg class="twitter" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 74 60">
<path class="cls-1" d="M23.3,60c27.86,0,43.11-23.09,43.11-43.11,0-.66,0-1.31,0-2a30.82,30.82,0,0,0,7.56-7.84,30.24,30.24,0,0,1-8.7,2.38A15.2,15.2,0,0,0,71.88,1.1a30.36,30.36,0,0,1-9.62,3.68A15.16,15.16,0,0,0,36.44,18.59,43,43,0,0,1,5.22,2.76,15.16,15.16,0,0,0,9.91,23,15,15,0,0,1,3,21.09v.19A15.16,15.16,0,0,0,15.19,36.13a15.13,15.13,0,0,1-6.84.26A15.17,15.17,0,0,0,22.5,46.92a30.4,30.4,0,0,1-18.81,6.5,30.84,30.84,0,0,1-3.61-.22A42.89,42.89,0,0,0,23.3,60"/>
</svg></a>
<li><a href="http://fb.me/hirata.blog" target="_blank" rel="noopener"><svg class="facebook" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60">
<path
id="White"
class="cls-1"
d="M56.69,0H3.31A3.31,3.31,0,0,0,0,3.31V56.69A3.31,3.31,0,0,0,3.31,60H32V36.76H24.23V27.71H32V21c0-7.75,4.73-12,11.65-12a64.15,64.15,0,0,1,7,.36v8.1H45.89c-3.76,0-4.49,1.79-4.49,4.41v5.78h9L49.2,36.76H41.4V60H56.69A3.31,3.31,0,0,0,60,56.69V3.31A3.31,3.31,0,0,0,56.69,0Z"/>
</svg></a>
<li><a href="http://hirata.blog/index.xml" target="_blank"><svg class="rss" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60">
<circle class="cls-1" cx="8.41" cy="51.59" r="8.41"/>
<path class="cls-1" d="M0,0V10.91A49.09,49.09,0,0,1,49.09,60H60A60,60,0,0,0,0,0ZM0,21.83V32.74A27.29,27.29,0,0,1,27.26,60H38.17A38.16,38.16,0,0,0,0,21.83Z"/>
</svg></a>
<li><a href="https://feedly.com/i/subscription/feed%2Fhttps%3A%2F%2Fhirata.blog%2Findex.xml" target="_blank" rel="noopener"><svg class="feedly" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 60">
<path class="cls-1" d="M34.74,45.07l3.86,3.85a1.09,1.09,0,0,1,0,1.54l-2.86,2.83a.61.61,0,0,1-.48.19H32.74a.61.61,0,0,1-.47-.19l-2.9-2.87a1.09,1.09,0,0,1,0-1.54l3.82-3.82a1.09,1.09,0,0,1,1.54,0Zm0-15.81,3.86,3.85a1.09,1.09,0,0,1,0,1.54L27.83,45.42a.61.61,0,0,1-.48.19H24.83a.6.6,0,0,1-.47-.19l-2.9-2.89a1.09,1.09,0,0,1,0-1.54L33.23,29.26a1.09,1.09,0,0,1,1.54,0Zm0-15.78,3.86,3.85a1.09,1.09,0,0,1,0,1.54L19.92,37.54a.61.61,0,0,1-.48.19H16.93a.61.61,0,0,1-.47-.19l-2.9-2.91a1.09,1.09,0,0,1,0-1.54L33.23,13.47A1.09,1.09,0,0,1,34.77,13.47ZM39.59,2.31a7.92,7.92,0,0,0-11.18,0l-26,26a7.88,7.88,0,0,0,0,11.16L21.15,58.24A7.16,7.16,0,0,0,25.31,60H42.56a7.93,7.93,0,0,0,4.35-1.83l18.7-18.71a7.88,7.88,0,0,0,0-11.16l-26-26Z"/>
</svg></a>
</ul>
<nav><ul>
<li><a href="https://hirata.blog">HOME</a>
<li><a href="https://hirata.blog/about">ABOUT</a>
<li><a href="https://hirata.blog/contact">CONTACT</a>
</ul></nav>
</div>
<button id="searchButton"><i class="material-icons">search</i></button>
</header>
<!-- search block -->
<aside class="search">
<div class="search__box">
<input id="search__box" type="text" placeholder="search">
<i class="material-icons">search</i>
</div>
<ul class="search__categories">
<li><a href="https://hirata.blog/categories/front-end"><i class="material-icons">code</i>Front-end</a>
<li><a href="https://hirata.blog/categories/design"><i class="material-icons">create</i>Design</a>
<li><a href="https://hirata.blog/categories/other"><i class="material-icons">subject</i>Other</a>
<li><a href="https://hirata.blog/post"><i class="material-icons">inbox</i>Archives</a>
</ul>
<ul class="search__tags">
<li><a href="/tags/appservice">appservice <span>4</span></a>
<li><a href="/tags/review">review <span>3</span></a>
<li><a href="/tags/web-design">web-design <span>3</span></a>
<li><a href="/tags/javascript">javascript <span>2</span></a>
<li><a href="/tags/sketch">sketch <span>2</span></a>
<li><a href="/tags/ux">ux <span>2</span></a>
<li><a href="/tags/chrome">chrome <span>1</span></a>
<li><a href="/tags/design">design <span>1</span></a>
<li><a href="/tags/figma">figma <span>1</span></a>
<li><a href="/tags/hugo">hugo <span>1</span></a>
<li><a href="/tags/python">python <span>1</span></a>
<li><a href="/tags/task-runner">task-runner <span>1</span></a>
<li><a href="/tags/xd">xd <span>1</span></a>
</ul>
</aside><!-- /search block -->
<!-- hero img -->
<div class="hero">
<img src="/images/logo.svg" alt="logo">
<p>Design & Front-end</p>
</div>
<!-- main content block -->
<main>
<h1>ABOUT WEBA</h1>
<h2>このブログについて</h2>
<p><b>WEBA</b>はWeb制作やデザイン、フロントエンド技術について自分用のメモやアウトプットのために執筆しているブログです。「グラフィックデザイン」「UI/UX」「HTML/CSS」「Javascript」「フロントエンド技術」などについて書いていく予定です。</p>
<h2>ブログ構成</h2>
<p>このブログは<a href="https://gohugo.io/" target="_blank">HUGO</a>と<a href="https://pages.github.com/" target="_blank">GitHub Pages</a>で作成・公開されています。ソースコードは<a href="https://github.com/psephopaiktes/weba" target="_blank">こちら</a>でご確認可能です。また、当ブログでは訪問者情報をGoogle Analyticsを使って収集しています。</p>
<h2>運営者</h2>
<p>平田です。都内在住の新人デザイナです。「 Markup > Design > Front-end 」あたりが専門領域です。よろしければ<a href="http://hirata.works/" target="_blank">ポートフォリオ(作品集)</a>も御覧ください。</p>
</main>
<section class="wishList">
<h3>支援お待ちしています <span>🙇</span></h3>
<a href="http://amzn.asia/eoKfIyd"><img src="http://www.google.com/s2/favicons?domain=amazon.co.jp" alt="favicon"> ほしいものリスト</a>
<p>みなさまによりよい情報をお伝えできるモチベーションを維持するために、いつでも支援お待ちしております。簡単に購入して私に贈れますので、ぜひぜひお気軽にお試しください。</p>
</section>
<!-- footer block -->
<footer class="globalFooter">
<a id="gotop" title="上へスクロール">▲</a>
<p><small>© hirata 2018</small></p>
</footer>
</div><!-- / wrap -->
<!-- SCRIPTS -->
<script src="https://hirata.blog/scripts/main.js"></script>
</body>
</html>
|
doc/java/jdk7/java/util/class-use/ArrayDeque.html | fbiville/annotation-processing-ftw | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_18) on Thu Dec 18 17:18:36 PST 2014 -->
<title>Uses of Class java.util.ArrayDeque (Java Platform SE 7 )</title>
<meta name="date" content="2014-12-18">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class java.util.ArrayDeque (Java Platform SE 7 )";
}
//-->
</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="../../../java/util/ArrayDeque.html" title="class in java.util">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><strong>Java™ Platform<br>Standard Ed. 7</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?java/util/class-use/ArrayDeque.html" target="_top">Frames</a></li>
<li><a href="ArrayDeque.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 java.util.ArrayDeque" class="title">Uses of Class<br>java.util.ArrayDeque</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="../../../java/util/ArrayDeque.html" title="class in java.util">ArrayDeque</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="#java.util">java.util</a></td>
<td class="colLast">
<div class="block">Contains the collections framework, legacy collection classes, event model,
date and time facilities, internationalization, and miscellaneous utility
classes (a string tokenizer, a random-number generator, and a bit array).</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="java.util">
<!-- -->
</a>
<h3>Uses of <a href="../../../java/util/ArrayDeque.html" title="class in java.util">ArrayDeque</a> in <a href="../../../java/util/package-summary.html">java.util</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../java/util/package-summary.html">java.util</a> that return <a href="../../../java/util/ArrayDeque.html" title="class in java.util">ArrayDeque</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../java/util/ArrayDeque.html" title="class in java.util">ArrayDeque</a><<a href="../../../java/util/ArrayDeque.html" title="type parameter in ArrayDeque">E</a>></code></td>
<td class="colLast"><span class="strong">ArrayDeque.</span><code><strong><a href="../../../java/util/ArrayDeque.html#clone()">clone</a></strong>()</code>
<div class="block">Returns a copy of this deque.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../java/util/ArrayDeque.html" title="class in java.util">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><strong>Java™ Platform<br>Standard Ed. 7</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?java/util/class-use/ArrayDeque.html" target="_top">Frames</a></li>
<li><a href="ArrayDeque.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><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://docs.oracle.com/javase/7/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../legal/cpyr.html">Copyright</a> © 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p>
</body>
</html>
|
Practice/Intro-To-Java-8th-Ed-Daniel-Y.-Liang/Chapter-5/Chapter05P06/doc/constant-values.html | tliang1/Java-Practice | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Wed Jan 18 18:22:59 PST 2017 -->
<title>Constant Field Values</title>
<meta name="date" content="2017-01-18">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="main/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="main/package-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
<h2 title="Contents">Contents</h2>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="main/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="main/package-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
tags/图像分裂与合并/index.html | nezha/nezha.github.io | <!doctype html>
<html class="theme-next mist use-motion" lang="zh-Hans">
<head>
<!-- hexo-inject:begin --><!-- hexo-inject:end --><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"/>
<link rel="stylesheet" media="all" href="/lib/Han/dist/han.min.css?v=3.3">
<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.1" 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.1" />
<meta name="description" content="做好手中事,珍惜眼前人!">
<meta property="og:type" content="website">
<meta property="og:title" content="NEZHA的博客">
<meta property="og:url" content="https://nezha.github.io/tags/图像分裂与合并/index.html">
<meta property="og:site_name" content="NEZHA的博客">
<meta property="og:description" content="做好手中事,珍惜眼前人!">
<meta property="og:locale" content="zh-Hans">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="NEZHA的博客">
<meta name="twitter:description" content="做好手中事,珍惜眼前人!">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Mist',
sidebar: {"position":"right","display":"post","offset":12,"offset_float":0,"b2t":false,"scrollpercent":false},
fancybox: true,
motion: true,
duoshuo: {
userId: 'undefined',
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="https://nezha.github.io/tags/图像分裂与合并/"/>
<title>标签: 图像分裂与合并 | NEZHA的博客</title><!-- hexo-inject:begin --><!-- hexo-inject:end -->
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
<!-- hexo-inject:begin --><!-- hexo-inject:end --><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-98802895-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript">
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?e36a5f1b7fce2cdc801ec7f34a839055";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script type="text/javascript">
(function() {
var hm = document.createElement("script");
hm.src = "//tajs.qq.com/stats?sId=62065685";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<div style="display: none;">
<script src="//s95.cnzz.com/z_stat.php?id=1275379034&web_id=1275379034" language="JavaScript"></script>
</div>
<div class="container sidebar-position-right ">
<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">NEZHA的博客</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<h1 class="site-subtitle" itemprop="description">Coding是件有趣的事!</h1>
</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 />
首页
</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/categories" rel="section">
<i class="menu-item-icon fa fa-fw fa-th"></i> <br />
分类
</a>
</li>
<li class="menu-item menu-item-about">
<a href="/about" rel="section">
<i class="menu-item-icon fa fa-fw fa-user"></i> <br />
关于
</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 />
归档
</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 />
标签
</a>
</li>
<li class="menu-item menu-item-sitemap">
<a href="/sitemap.xml" rel="section">
<i class="menu-item-icon fa fa-fw fa-question-circle"></i> <br />
站点地图
</a>
</li>
<li class="menu-item menu-item-commonweal">
<a href="/404.html" rel="section">
<i class="menu-item-icon fa fa-fw fa-heartbeat"></i> <br />
公益404
</a>
</li>
<li class="menu-item menu-item-search">
<a href="javascript:;" class="popup-trigger">
<i class="menu-item-icon fa fa-search fa-fw"></i> <br />
搜索
</a>
</li>
</ul>
<div class="site-search">
<div class="popup search-popup local-search-popup">
<div class="local-search-header clearfix">
<span class="search-icon">
<i class="fa fa-search"></i>
</span>
<span class="popup-btn-close">
<i class="fa fa-times-circle"></i>
</span>
<div class="local-search-input-wrapper">
<input autocomplete="off"
placeholder="搜索..." spellcheck="false"
type="text" id="local-search-input">
</div>
</div>
<div id="local-search-result"></div>
</div>
</div>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<div id="posts" class="posts-collapse">
<div class="collection-title">
<h2>图像分裂与合并<small>标签</small>
</h2>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/课程研究/2015-12-6-region_split_merging/" itemprop="url">
<span itemprop="name">Splitting and Merging--区域分裂与合并算法</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2015-12-06T00:00:00+08:00"
content="2015-12-06" >
12-06
</time>
</div>
</header>
</article>
</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.gif"
alt="Jack·Joney" />
<p class="site-author-name" itemprop="name">Jack·Joney</p>
<p class="site-description motion-element" itemprop="description"></p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives">
<span class="site-state-item-count">62</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories/index.html">
<span class="site-state-item-count">17</span>
<span class="site-state-item-name">分类</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/index.html">
<span class="site-state-item-count">117</span>
<span class="site-state-item-name">标签</span>
</a>
</div>
</nav>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://github.com/nezha" target="_blank" title="GitHub">
<i class="fa fa-fw fa-github"></i>
GitHub
</a>
</span>
<span class="links-of-author-item">
<a href="https://twitter.com/coder_chang" target="_blank" title="Twitter">
<i class="fa fa-fw fa-twitter"></i>
Twitter
</a>
</span>
<span class="links-of-author-item">
<a href="https://www.facebook.com/yi.zhang.12935756" target="_blank" title="Facebook">
<i class="fa fa-fw fa-facebook-official"></i>
Facebook
</a>
</span>
<span class="links-of-author-item">
<a href="http://weibo.com/businezha" target="_blank" title="微博">
<i class="fa fa-fw fa-globe"></i>
微博
</a>
</span>
</div>
<div class="links-of-blogroll motion-element links-of-blogroll-inline">
<div class="links-of-blogroll-title">
<i class="fa fa-fw fa-globe"></i>
Links
</div>
<ul class="links-of-blogroll-list">
<li class="links-of-blogroll-item">
<a href="https://nezhaxiaozi.coding.me" title="国内访问路径" target="_blank">国内访问路径</a>
</li>
<li class="links-of-blogroll-item">
<a href="https://nezha.github.io" title="国外访问路径" target="_blank">国外访问路径</a>
</li>
</ul>
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright" >
© 2011 -
<span itemprop="copyrightYear">2019</span>
<span class="with-love">
<i class="fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">Jack·Joney</span>
</div>
<div class="powered-by">
由 <a class="theme-link" href="https://hexo.io">Hexo</a> 强力驱动
</div>
<div class="theme-info">
主题 -
<a class="theme-link" href="https://github.com/iissnan/hexo-theme-next">
NexT.Mist
</a>
</div>
<div class="busuanzi-count">
<script async src="https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<span class="site-uv">
<i class="fa fa-user">本站访客数</i>
<span class="busuanzi-value" id="busuanzi_value_site_uv"></span>
人次
</span>
<span class="site-pv">
<i class="fa fa-eye">本站总访问量</i>
<span class="busuanzi-value" id="busuanzi_value_site_pv"></span>
人次
</span>
</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.1"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.1.1"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.1"></script>
<script id="dsq-count-scr" src="https://nezha.disqus.com/count.js" async></script>
<script type="text/javascript">
// Popup Window;
var isfetched = false;
var isXml = true;
// Search DB path;
var search_path = "search.xml";
if (search_path.length === 0) {
search_path = "search.xml";
} else if (search_path.endsWith("json")) {
isXml = false;
}
var path = "/" + search_path;
// monitor main search box;
var onPopupClose = function (e) {
$('.popup').hide();
$('#local-search-input').val('');
$('.search-result-list').remove();
$('#no-result').remove();
$(".local-search-pop-overlay").remove();
$('body').css('overflow', '');
}
function proceedsearch() {
$("body")
.append('<div class="search-popup-overlay local-search-pop-overlay"></div>')
.css('overflow', 'hidden');
$('.search-popup-overlay').click(onPopupClose);
$('.popup').toggle();
var $localSearchInput = $('#local-search-input');
$localSearchInput.attr("autocapitalize", "none");
$localSearchInput.attr("autocorrect", "off");
$localSearchInput.focus();
}
// search function;
var searchFunc = function(path, search_id, content_id) {
'use strict';
// start loading animation
$("body")
.append('<div class="search-popup-overlay local-search-pop-overlay">' +
'<div id="search-loading-icon">' +
'<i class="fa fa-spinner fa-pulse fa-5x fa-fw"></i>' +
'</div>' +
'</div>')
.css('overflow', 'hidden');
$("#search-loading-icon").css('margin', '20% auto 0 auto').css('text-align', 'center');
$.ajax({
url: path,
dataType: isXml ? "xml" : "json",
async: true,
success: function(res) {
// get the contents from search data
isfetched = true;
$('.popup').detach().appendTo('.header-inner');
var datas = isXml ? $("entry", res).map(function() {
return {
title: $("title", this).text(),
content: $("content",this).text(),
url: $("url" , this).text()
};
}).get() : res;
var input = document.getElementById(search_id);
var resultContent = document.getElementById(content_id);
var inputEventFunction = function() {
var searchText = input.value.trim().toLowerCase();
var keywords = searchText.split(/[\s\-]+/);
if (keywords.length > 1) {
keywords.push(searchText);
}
var resultItems = [];
if (searchText.length > 0) {
// perform local searching
datas.forEach(function(data) {
var isMatch = false;
var hitCount = 0;
var searchTextCount = 0;
var title = data.title.trim();
var titleInLowerCase = title.toLowerCase();
var content = data.content.trim().replace(/<[^>]+>/g,"");
var contentInLowerCase = content.toLowerCase();
var articleUrl = decodeURIComponent(data.url);
var indexOfTitle = [];
var indexOfContent = [];
// only match articles with not empty titles
if(title != '') {
keywords.forEach(function(keyword) {
function getIndexByWord(word, text, caseSensitive) {
var wordLen = word.length;
if (wordLen === 0) {
return [];
}
var startPosition = 0, position = [], index = [];
if (!caseSensitive) {
text = text.toLowerCase();
word = word.toLowerCase();
}
while ((position = text.indexOf(word, startPosition)) > -1) {
index.push({position: position, word: word});
startPosition = position + wordLen;
}
return index;
}
indexOfTitle = indexOfTitle.concat(getIndexByWord(keyword, titleInLowerCase, false));
indexOfContent = indexOfContent.concat(getIndexByWord(keyword, contentInLowerCase, false));
});
if (indexOfTitle.length > 0 || indexOfContent.length > 0) {
isMatch = true;
hitCount = indexOfTitle.length + indexOfContent.length;
}
}
// show search results
if (isMatch) {
// sort index by position of keyword
[indexOfTitle, indexOfContent].forEach(function (index) {
index.sort(function (itemLeft, itemRight) {
if (itemRight.position !== itemLeft.position) {
return itemRight.position - itemLeft.position;
} else {
return itemLeft.word.length - itemRight.word.length;
}
});
});
// merge hits into slices
function mergeIntoSlice(text, start, end, index) {
var item = index[index.length - 1];
var position = item.position;
var word = item.word;
var hits = [];
var searchTextCountInSlice = 0;
while (position + word.length <= end && index.length != 0) {
if (word === searchText) {
searchTextCountInSlice++;
}
hits.push({position: position, length: word.length});
var wordEnd = position + word.length;
// move to next position of hit
index.pop();
while (index.length != 0) {
item = index[index.length - 1];
position = item.position;
word = item.word;
if (wordEnd > position) {
index.pop();
} else {
break;
}
}
}
searchTextCount += searchTextCountInSlice;
return {
hits: hits,
start: start,
end: end,
searchTextCount: searchTextCountInSlice
};
}
var slicesOfTitle = [];
if (indexOfTitle.length != 0) {
slicesOfTitle.push(mergeIntoSlice(title, 0, title.length, indexOfTitle));
}
var slicesOfContent = [];
while (indexOfContent.length != 0) {
var item = indexOfContent[indexOfContent.length - 1];
var position = item.position;
var word = item.word;
// cut out 100 characters
var start = position - 20;
var end = position + 80;
if(start < 0){
start = 0;
}
if (end < position + word.length) {
end = position + word.length;
}
if(end > content.length){
end = content.length;
}
slicesOfContent.push(mergeIntoSlice(content, start, end, indexOfContent));
}
// sort slices in content by search text's count and hits' count
slicesOfContent.sort(function (sliceLeft, sliceRight) {
if (sliceLeft.searchTextCount !== sliceRight.searchTextCount) {
return sliceRight.searchTextCount - sliceLeft.searchTextCount;
} else if (sliceLeft.hits.length !== sliceRight.hits.length) {
return sliceRight.hits.length - sliceLeft.hits.length;
} else {
return sliceLeft.start - sliceRight.start;
}
});
// select top N slices in content
var upperBound = parseInt('1');
if (upperBound >= 0) {
slicesOfContent = slicesOfContent.slice(0, upperBound);
}
// highlight title and content
function highlightKeyword(text, slice) {
var result = '';
var prevEnd = slice.start;
slice.hits.forEach(function (hit) {
result += text.substring(prevEnd, hit.position);
var end = hit.position + hit.length;
result += '<b class="search-keyword">' + text.substring(hit.position, end) + '</b>';
prevEnd = end;
});
result += text.substring(prevEnd, slice.end);
return result;
}
var resultItem = '';
if (slicesOfTitle.length != 0) {
resultItem += "<li><a href='" + articleUrl + "' class='search-result-title'>" + highlightKeyword(title, slicesOfTitle[0]) + "</a>";
} else {
resultItem += "<li><a href='" + articleUrl + "' class='search-result-title'>" + title + "</a>";
}
slicesOfContent.forEach(function (slice) {
resultItem += "<a href='" + articleUrl + "'>" +
"<p class=\"search-result\">" + highlightKeyword(content, slice) +
"...</p>" + "</a>";
});
resultItem += "</li>";
resultItems.push({
item: resultItem,
searchTextCount: searchTextCount,
hitCount: hitCount,
id: resultItems.length
});
}
})
};
if (keywords.length === 1 && keywords[0] === "") {
resultContent.innerHTML = '<div id="no-result"><i class="fa fa-search fa-5x" /></div>'
} else if (resultItems.length === 0) {
resultContent.innerHTML = '<div id="no-result"><i class="fa fa-frown-o fa-5x" /></div>'
} else {
resultItems.sort(function (resultLeft, resultRight) {
if (resultLeft.searchTextCount !== resultRight.searchTextCount) {
return resultRight.searchTextCount - resultLeft.searchTextCount;
} else if (resultLeft.hitCount !== resultRight.hitCount) {
return resultRight.hitCount - resultLeft.hitCount;
} else {
return resultRight.id - resultLeft.id;
}
});
var searchResultList = '<ul class=\"search-result-list\">';
resultItems.forEach(function (result) {
searchResultList += result.item;
})
searchResultList += "</ul>";
resultContent.innerHTML = searchResultList;
}
}
if ('auto' === 'auto') {
input.addEventListener('input', inputEventFunction);
} else {
$('.search-icon').click(inputEventFunction);
input.addEventListener('keypress', function (event) {
if (event.keyCode === 13) {
inputEventFunction();
}
});
}
// remove loading animation
$(".local-search-pop-overlay").remove();
$('body').css('overflow', '');
proceedsearch();
}
});
}
// handle and trigger popup window;
$('.popup-trigger').click(function(e) {
e.stopPropagation();
if (isfetched === false) {
searchFunc(path, 'local-search-input', 'local-search-result');
} else {
proceedsearch();
};
});
$('.popup-btn-close').click(onPopupClose);
$('.popup').click(function(e){
e.stopPropagation();
});
$(document).on('keyup', function (event) {
var shouldDismissSearchPopup = event.which === 27 &&
$('.search-popup').is(':visible');
if (shouldDismissSearchPopup) {
onPopupClose();
}
});
</script>
<script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
}
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for (i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<script type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script><!-- hexo-inject:begin --><!-- Begin: Injected MathJax -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({"tex2jax":{"inlineMath":[["$","$"],["\\(","\\)"]],"skipTags":["script","noscript","style","textarea","pre","code"],"processEscapes":true},"TeX":{"equationNumbers":{"autoNumber":"AMS"}}});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for(i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<script type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<!-- End: Injected MathJax -->
<!-- hexo-inject:end -->
</body>
</html>
|
_posts/tumblr/2013-11-11-gilts-susan-thomas-featured-at-tomorrows-future.html | nataliab/tech-blog | ---
layout: post
title: Gilt's Susan Thomas Featured at Tomorrow's "Future of Collaboration & Internal
Communications" Summit (video)
date: '2013-11-11T13:40:00-05:00'
tags:
- Susan Thomas
- internal communications
- Future of Collaboration & Internal Communications Summit
- NYC
- gilt
- gilttech
- Business Development Institute
- PR Newswire
- Ira Gottlieb
- video
tumblr_url: http://tech.gilt.com/post/66694742971/gilts-susan-thomas-featured-at-tomorrows-future
---
<p><img alt="image" src="http://media.tumblr.com/be270fd796ac89dfebd43414ca04ca59/tumblr_inline_mw43aztS4S1s17bu5.jpg"/></p>
<p>Gilt Senior Business Systems Manager Susan Thomas is a featured speaker at tomorrow (11/12)’s <strong><a href="http://www.cvent.com/events/the-future-of-collaboration-internal-communications-summit/event-summary-ca8eb79a547c42b6ac55955d22133e3f.aspx?RefID=EWLANY" target="_blank">Future of Collaboration & Internal Communications Summit</a></strong> in NYC. Organized by the B<span class="size10 Arial10">usiness Development Institute, which produces conferences and educational programs for marketing, communications and media professionals, the summit will focus on ways that companies can use social technologies to <span>improve productivity and communications with employees and third-party partners. Susan will be interviewed by Ira Gottlieb, president and founder of NuWave Communications and former Vice President of Global Communications at Tyco. </span></span></p>
<p><span class="size10 Arial10"><span>Can’t make it to the summit, but curious about Susan’s take on internal communications? Check out this talk she recently gave at Gilt as part of the NY Tech Council’s “<a href="http://tech.gilt.com/2013/10/08/learn-how-gilt-works-at-this-oct-10-talk" target="_blank">Built to Scale</a>” series:</span></span></p>
<p><iframe frameborder="0" height="480" src="//www.youtube.com/embed/-AOo5WdCfeY" width="640"></iframe></p>
|
index.html | chentsulin/jquery-untouchable | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>jQuery Untouchable Demo</title>
<link type="text/css" rel="stylesheet" href="css/jquery-untouchable.css">
<style>
.target {
width: 100px;
height: 100px;
border: 2px solid #333;
}
.target-1 {
background-color: #f00;
left: 100px;
top: 200px;
}
.target-2 {
background-color: #0f0;
left: 300px;
top: 400px;
}
.target-3 {
background-color: #00f;
left: 800px;
top: 200px;
}
.target-4 {
background-color: #f0f;
left: 600px;
top: 300px;
}
.target-5 {
background-color: #0ff;
left: 200px;
top: 500px;
}
</style>
</head>
<body>
<div class="untouchable target target-1"></div>
<div class="untouchable target target-2"></div>
<div class="untouchable target target-3"></div>
<div class="untouchable target target-4"></div>
<div class="untouchable target target-5"></div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="src/jquery.untouchable.js"></script>
<script>
$(document).ready(function() {
$('.untouchable').untouchable();
});
</script>
</body>
</html> |
build/views/article/blogdetail.html | yuedun/yuedun_ts | <!DOCTYPE html>
<html lang="cmn">
<head>
<meta charset="UTF-8">
<title><%= blog?blog.title:''%> - 月盾</title>
<meta name="keywords" content="<%= blog?blog.tags:''%>, 霍潘,月盾,nodejs,node.js,go,golang,架构,">
<meta name="description" content="<%= description?description:''%>">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=2.0">
<meta name="baidu-site-verification" content="gjQe88t6Om" />
<link rel="stylesheet" href="/stylesheets/style.css" />
<link href="https://cdn.staticfile.org/prettify/r298/prettify.min.css" rel="stylesheet">
</head>
<body>
<%- include('header.html')%>
<div class="container">
<article class="backgroud border blog">
<% if(blog){ %>
<h1 class="blog_title">
<%= blog.title%>
</h1>
<div class="blog_sumary">
<ul>
<li>分类:【<a href="/?category=<%= blog.category%>"><%= blog.category%></a>】</li>
<li>浏览【<%= blog.pv%>】</li>
<li>评论【<%= blog.commentCount || 0%>】</li>
<li>更新【<%= blog.createDate%>】</li>
</ul>
</div>
<div class="blog_content">
<p>
<%- blog.content%>
</p>
</div>
<footer>
<div class="keybq">
<p><img src="/images/6264.png" />关键字词:<span><% tags.forEach(function(tag){ %> <a href="/?tag=<%= tag%>"><%= tag%></a> <% }) %></span></p>
</div>
<div class="comment">
<p>
<img src="/images/message.png" /><a href="/message?blogId=<%= blog.id%>">留言____</a>
</p>
</div>
</footer>
<%} else {%>
<p class="error"><strong>找不到文章</strong></p>
<%}%>
</article>
<!--图片放大后的div 开始 这块粘贴在你的html中最后body前 -->
<div id="outerdiv" style="text-align: center;position: fixed;z-index: 9999;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(28,28,28,0.9);">
<img id="bigimg" style="max-height: 800px;max-width: 100%;border: 0;margin: auto;position: absolute;top: 0;bottom: 0;left: 0;right: 0;" src="" />
</div>
<!--图片放大后的div 结束 这块粘贴在你的html中最后body前-->
<%- include('asider.html')%>
</div>
<%- include('footer.html')%>
<script src="/javascripts/silder.js"></script>
<script src="https://cdn.staticfile.org/prettify/r298/prettify.min.js"></script>
<script>
window.onload = function () {
prettyPrint();//代码高亮
}
</script>
<!--js开始 是放大点击的触发事件 这块粘贴在你的html中最后body前-->
<script type="text/javascript">
//图片放大
document.querySelector("#outerdiv").style.display = "none";
document.querySelectorAll("img").forEach(function (item) {
item.style.cursor = "pointer";
});
document.querySelectorAll("img").forEach(function (item) {
item.addEventListener("click", function () {
imgShow("#outerdiv", "#bigimg", this);
})
})
function imgShow(outerdiv, bigimg, _this) {
var src = _this.src;//获取当前点击的pimg元素中的src属性
document.querySelector('#outerdiv').style.display = "block";
document.querySelector(bigimg).src = src;//设置#bigimg元素的src属性
}
document.querySelector("#outerdiv").addEventListener("click", function () {//再次点击淡出消失弹出层
document.querySelector('#outerdiv').style.display = "none";
});
</script>
<!--js开始 是放大点击的触发事件 这块粘贴在你的html中最后body前-->
</body>
</html> |
phpunit/page/web/expect/type_txt.html | zhengkai/tango | <p>test text</p> |
query.html | yanni4night/lbtoohelper | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>推荐职位</title>
<link rel="stylesheet" href="styles/bootstrap.min.css">
<style>
img.avatar{
width: 64px;
height: auto;
}
td {
vertical-align: middle !important;
}
td.detail {
width: 60%;
}
tr.notloaded {
cursor: pointer;
}
.control {
position: fixed;
left: 10px;
bottom: 10px;
width: 100px;
}
@media print{
.control {
display: none;
}
.progress {
display: none;
}
}
.progress {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
.container{margin-top: 20px;}
.fl {float: left;}
.clearfix {
display: block;
height: 0;
clear: both;
content: '';
}
</style>
</head>
<body>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 0%;">
JD加载数:0/0
</div>
</div>
<div class="control">
<button type="button" class="btn btn-default navbar-btn loadall">加载全部JD</button>
<button type="button" class="btn btn-default navbar-btn toggle">切换分类方式</button>
</div>
<div class="container">
<table class="table">
<tbody id="coms-list"></tbody>
</table>
</div>
<!--按公司维度-->
<script type="text/tpl" id="tpl-com">
<%for(var i = 0;i<coms.length;++i){ %>
<tr class="com-item" data-com-name="<%=coms[i].name%>" data-com-id="<%=coms[i].id%>">
<td><img class="avatar" src="<%=coms[i].avatar%>" alt="<%=coms[i].name%>"/></td>
<td><h3><%=coms[i].name%>(<%=coms[i].jobs.length%>)</h3>
<span class="label label-primary"><%=coms[i].comIndustry%></span>
<span class="label label-info"><%=coms[i].comFinancing%></span>
</td>
<td class="detail">
</td>
</tr>
<tr>
<td colspan="3">
<table class="table table-hover">
<tbody>
<%var jobs = coms[i].jobs; for(var j=0;j<jobs.length;++j){ %>
<tr class="job-item notloaded" data-job-id="<%=jobs[j].jobId%>">
<td><h4><%=jobs[j].jobName%></h4></td>
<td><%=jobs[j].payMin/1e4%>~<%=jobs[j].payMax/1e4%>万</td>
<td>
<%if(jobs[j].isUrgent){%><span class="label label-warning">急招</span><%}%>
<%if(jobs[j].isNew){%><span class="label label-danger">NEW</span><%}%>
<span class="label label-success"><%=jobs[j].jobCity%></span>
<% if(jobs[j].feedBackContent.indexOf('关闭')>-1){ %>
<span class="label label-default">已关闭</span>
<% } %>
</td>
</tr>
<% } %>
</tbody>
</table>
</td>
</tr>
<% } %>
</script>
<!--按职位维度-->
<script type="text/tpl" id="tpl-type">
<%for(var i = 0;i<types.length;++i){ %>
<tr class="type-item">
<td><h3><%=types[i].name%>(<%=types[i].jobs.length%>)</h3>
</td>
<td></td>
<td></td>
</tr>
<tr>
<td colspan="3">
<table class="table table-hover">
<tbody>
<%var jobs = types[i].jobs; for(var j=0;j<jobs.length;++j){ %>
<tr class="job-item notloaded" data-job-id="<%=jobs[j].jobId%>">
<td><h4><%=jobs[j].jobName%></h4></td>
<td><%=jobs[j].payMin/1e4%>~<%=jobs[j].payMax/1e4%>万</td>
<td>
<%if(jobs[j].isUrgent){%><span class="label label-warning">急招</span><%}%>
<%if(jobs[j].isNew){%><span class="label label-danger">NEW</span><%}%>
<span class="label label-success"><%=jobs[j].jobCity%></span>
<% if(~jobs[j].feedBackContent.indexOf('关闭')){ %>
<span className="label label-default">已关闭</span>
<% } %>
</td>
<td><%=jobs[j].comName%></td>
</tr>
<% } %>
</tbody>
</table>
</td>
</tr>
<% } %>
</script>
<script type="text/tpl" id="tpl-jd">
<tr>
<td colspan="3">
<%=jd%>
</td>
</tr>
</script>
</body>
<script src="lib/jquery.js"></script>
<script src="lib/bootstrap.min.js"></script>
<script src="lib/require.js"></script>
<script src="scripts/query.js"></script>
</html> |
index.html | herrseverin/herrseverin.github.io | ---
layout: default
title: Moin!
---
<!-- One -->
<section id="one">
<div class="box alt">
<div class="row 50% uniform">
<div class="12u$">
<h5>Über mich</h5>
<a href="{{ site.github.url }}/pages/about_me">
<span class="image fit thumb"><img src="{{ site.github.url }}/images/thumbs/about_me.png" alt="" />
</span>
</a>
<h5>Twitteranalysen in der Politikwissenschaft</h5>
<a href="{{ site.github.url }}/pages/master">
<span class="image fit thumb"><img src="{{ site.github.url }}/images/thumbs/master.png" alt="" />
</span>
</a>
<h5>Spielwiese</h5>
<a href="{{ site.github.url }}/pages/spielwiese">
<span class="image fit thumb"><img src="{{ site.github.url }}/images/thumbs/spielwiese.png" alt="" />
</span>
</a>
</div>
</div>
</div>
</section>
|
src/templates/show_users.html | Bytespeicher/KANT | {% extends "layout.html" %}
{% block body %}
<table class=entries>
<tr>
<th>{{ _('Name') }}</th>
<th>{{ _('Mail') }}</th>
<th>{{ _('Phone') }}</th>
<th>{{ _('Edit') }}</th>
</tr>
{% for user in users %}
<tr>
<td>{{ user.name|safe }}</td>
<td>{{ user.mail|safe }}</td>
<td>{{ user.phone|safe }}</td>
<td><a href="{{ url_for('edit_user', id=user.id) }}">{{ _('Edit user') }}</a></td>
</tr>
{% else %}
<tr>
<td colspan=4><em>{{ _('Unbelievable. No entries here so far.') }}</em></td>
</tr>
{% endfor %}
</table>
{% endblock %}
|
crypt/doc/org/security/crypt/class-use/AbstractAlgorithm.html | shivam091/Java-Security | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_11) on Mon Sep 01 21:58:19 IST 2014 -->
<title>Uses of Class org.security.crypt.AbstractAlgorithm</title>
<meta name="date" content="2014-09-01">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.security.crypt.AbstractAlgorithm";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/security/crypt/AbstractAlgorithm.html" title="class in org.security.crypt">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/security/crypt/class-use/AbstractAlgorithm.html" target="_top">Frames</a></li>
<li><a href="AbstractAlgorithm.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.security.crypt.AbstractAlgorithm" class="title">Uses of Class<br>org.security.crypt.AbstractAlgorithm</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../org/security/crypt/AbstractAlgorithm.html" title="class in org.security.crypt">AbstractAlgorithm</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.security.crypt">org.security.crypt</a></td>
<td class="colLast">
<div class="block"><code>This package contains general classes used to perform specific operations in this library.</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.security.crypt.asymmetric">org.security.crypt.asymmetric</a></td>
<td class="colLast">
<div class="block"><code>This package contains classes to implement asymmetric algorithms viz, RSA.</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.security.crypt.digest">org.security.crypt.digest</a></td>
<td class="colLast">
<div class="block"><code>This package contains classes to implement MEssage Digest algorithms viz.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.security.crypt.signature">org.security.crypt.signature</a></td>
<td class="colLast">
<div class="block"><code>This package contains classes to implement Digital Signature (DS) algorithms.</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.security.crypt.symmetric">org.security.crypt.symmetric</a></td>
<td class="colLast">
<div class="block"><code>This package contains classes to implement symmetric algorithms viz, AES, DES, DESede, RC, CAST, Rijndael Twofish, etc.</code></div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.security.crypt">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/security/crypt/AbstractAlgorithm.html" title="class in org.security.crypt">AbstractAlgorithm</a> in <a href="../../../../org/security/crypt/package-summary.html">org.security.crypt</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../org/security/crypt/AbstractAlgorithm.html" title="class in org.security.crypt">AbstractAlgorithm</a> in <a href="../../../../org/security/crypt/package-summary.html">org.security.crypt</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/AbstractEncryptionAlgorithm.html" title="class in org.security.crypt">AbstractEncryptionAlgorithm</a></span></code>
<div class="block">Base class for symmetric and asymmetric encryption algorithms.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/AbstractRandomizableAlgorithm.html" title="class in org.security.crypt">AbstractRandomizableAlgorithm</a></span></code>
<div class="block">Abstract base class for all algorithms that can be initialized with an
arbitrary amount of random data.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.security.crypt.asymmetric">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/security/crypt/AbstractAlgorithm.html" title="class in org.security.crypt">AbstractAlgorithm</a> in <a href="../../../../org/security/crypt/asymmetric/package-summary.html">org.security.crypt.asymmetric</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../org/security/crypt/AbstractAlgorithm.html" title="class in org.security.crypt">AbstractAlgorithm</a> in <a href="../../../../org/security/crypt/asymmetric/package-summary.html">org.security.crypt.asymmetric</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/asymmetric/AsymmetricAlgorithm.html" title="class in org.security.crypt.asymmetric">AsymmetricAlgorithm</a></span></code>
<div class="block">Provides asymmetric encryption and decryption operations using a
public/private key pair.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/asymmetric/RSA.html" title="class in org.security.crypt.asymmetric">RSA</a></span></code>
<div class="block">
<code>RSA</code> contains functions for encrypting and decrypting using the
RSA algorithm.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.security.crypt.digest">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/security/crypt/AbstractAlgorithm.html" title="class in org.security.crypt">AbstractAlgorithm</a> in <a href="../../../../org/security/crypt/digest/package-summary.html">org.security.crypt.digest</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../org/security/crypt/AbstractAlgorithm.html" title="class in org.security.crypt">AbstractAlgorithm</a> in <a href="../../../../org/security/crypt/digest/package-summary.html">org.security.crypt.digest</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/digest/DigestAlgorithm.html" title="class in org.security.crypt.digest">DigestAlgorithm</a></span></code>
<div class="block"><code>DigestAlgorithm</code> provides message digest operations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/digest/MD2.html" title="class in org.security.crypt.digest">MD2</a></span></code>
<div class="block">
<code>MD2</code> contains functions for hashing data using the MD2 algorithm.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/digest/MD4.html" title="class in org.security.crypt.digest">MD4</a></span></code>
<div class="block">
<code>MD4</code> contains functions for hashing data using the MD4 algorithm.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/digest/MD5.html" title="class in org.security.crypt.digest">MD5</a></span></code>
<div class="block">
<code>MD5</code> contains functions for hashing data using the MD5 algorithm.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/digest/RipeMD128.html" title="class in org.security.crypt.digest">RipeMD128</a></span></code>
<div class="block">
<code>RipeMD128</code> contains functions for hashing data using the
RipeMD128 algorithm.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/digest/RipeMD160.html" title="class in org.security.crypt.digest">RipeMD160</a></span></code>
<div class="block">
<code>RipeMD160</code> contains functions for hashing data using the
RipeMD160 algorithm.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/digest/RipeMD256.html" title="class in org.security.crypt.digest">RipeMD256</a></span></code>
<div class="block">
<code>RipeMD256</code> contains functions for hashing data using the
RipeMD256 algorithm.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/digest/RipeMD320.html" title="class in org.security.crypt.digest">RipeMD320</a></span></code>
<div class="block">
<code>RipeMD320</code> contains functions for hashing data using the
RipeMD320 algorithm.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/digest/SHA1.html" title="class in org.security.crypt.digest">SHA1</a></span></code>
<div class="block">
<code>SHA1</code> contains functions for hashing data using the SHA-1
algorithm.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/digest/SHA256.html" title="class in org.security.crypt.digest">SHA256</a></span></code>
<div class="block">
<code>SHA256</code> contains functions for hashing data using the SHA-256
algorithm.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/digest/SHA384.html" title="class in org.security.crypt.digest">SHA384</a></span></code>
<div class="block">
<code>SHA384</code> contains functions for hashing data using the SHA-384
algorithm.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/digest/SHA512.html" title="class in org.security.crypt.digest">SHA512</a></span></code>
<div class="block">
<code>SHA512</code> contains functions for hashing data using the SHA-512
algorithm.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/digest/Tiger.html" title="class in org.security.crypt.digest">Tiger</a></span></code>
<div class="block">
<code>Tiger</code> contains functions for hashing data using the Tiger
algorithm.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/digest/Whirlpool.html" title="class in org.security.crypt.digest">Whirlpool</a></span></code>
<div class="block">Implementation of Whirlpool message digest algorithm.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.security.crypt.signature">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/security/crypt/AbstractAlgorithm.html" title="class in org.security.crypt">AbstractAlgorithm</a> in <a href="../../../../org/security/crypt/signature/package-summary.html">org.security.crypt.signature</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../org/security/crypt/AbstractAlgorithm.html" title="class in org.security.crypt">AbstractAlgorithm</a> in <a href="../../../../org/security/crypt/signature/package-summary.html">org.security.crypt.signature</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/signature/AbstractDSASignature.html" title="class in org.security.crypt.signature">AbstractDSASignature</a></span></code>
<div class="block">Base class for all signatures that implement the DSA scheme.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/signature/DSASignature.html" title="class in org.security.crypt.signature">DSASignature</a></span></code>
<div class="block">Implements the DSA signature algorithm.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/signature/ECDSASignature.html" title="class in org.security.crypt.signature">ECDSASignature</a></span></code>
<div class="block">Implements the ECDSA algorithm.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/signature/RSASignature.html" title="class in org.security.crypt.signature">RSASignature</a></span></code>
<div class="block">Implements the RSASSA-PKCS1-v1_5 signature algorithm described in <a
href="http://www.ietf.org/rfc/rfc2437.txt">
http://www.ietf.org/rfc/rfc2437.txt</a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/signature/SignatureAlgorithm.html" title="class in org.security.crypt.signature">SignatureAlgorithm</a></span></code>
<div class="block"><code>SignatureAlgorithm</code> provides message signing and verification
operations.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.security.crypt.symmetric">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/security/crypt/AbstractAlgorithm.html" title="class in org.security.crypt">AbstractAlgorithm</a> in <a href="../../../../org/security/crypt/symmetric/package-summary.html">org.security.crypt.symmetric</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../org/security/crypt/AbstractAlgorithm.html" title="class in org.security.crypt">AbstractAlgorithm</a> in <a href="../../../../org/security/crypt/symmetric/package-summary.html">org.security.crypt.symmetric</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/symmetric/AES.html" title="class in org.security.crypt.symmetric">AES</a></span></code>
<div class="block">Provider of symmetric encryption/decryption operations using AES cipher.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/symmetric/Blowfish.html" title="class in org.security.crypt.symmetric">Blowfish</a></span></code>
<div class="block">Provider of symmetric encryption/decryption operations using Blowfish cipher.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/symmetric/CAST5.html" title="class in org.security.crypt.symmetric">CAST5</a></span></code>
<div class="block">Provider of symmetric encryption/decryption operations using CAST5 cipher.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/symmetric/CAST6.html" title="class in org.security.crypt.symmetric">CAST6</a></span></code>
<div class="block">Provider of symmetric encryption/decryption operations using CAST6 cipher.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/symmetric/DES.html" title="class in org.security.crypt.symmetric">DES</a></span></code>
<div class="block">Provider of symmetric encryption/decryption operations using DES cipher.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/symmetric/DESede.html" title="class in org.security.crypt.symmetric">DESede</a></span></code>
<div class="block">Provider of symmetric encryption/decryption operations using Triple-DES
cipher.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/symmetric/RC2.html" title="class in org.security.crypt.symmetric">RC2</a></span></code>
<div class="block">Provider of symmetric encryption/decryption operations using RC2 cipher.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/symmetric/RC4.html" title="class in org.security.crypt.symmetric">RC4</a></span></code>
<div class="block">Provider of symmetric encryption/decryption operations using RC4 cipher.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/symmetric/RC5.html" title="class in org.security.crypt.symmetric">RC5</a></span></code>
<div class="block">Provider of symmetric encryption/decryption operations using RC5 cipher.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/symmetric/RC6.html" title="class in org.security.crypt.symmetric">RC6</a></span></code>
<div class="block">Provider of symmetric encryption/decryption operations using RC6 cipher.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/symmetric/Rijndael.html" title="class in org.security.crypt.symmetric">Rijndael</a></span></code>
<div class="block">Provider of symmetric encryption/decryption operations using Rijndael cipher.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/symmetric/Serpent.html" title="class in org.security.crypt.symmetric">Serpent</a></span></code>
<div class="block">Provider of symmetric encryption/decryption operations using Serpent cipher.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/symmetric/Skipjack.html" title="class in org.security.crypt.symmetric">Skipjack</a></span></code>
<div class="block">Provider of symmetric encryption/decryption operations using Skipjack cipher.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/symmetric/SymmetricAlgorithm.html" title="class in org.security.crypt.symmetric">SymmetricAlgorithm</a></span></code>
<div class="block">Provides symmetric encryption and decryption operations using a secret key.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/security/crypt/symmetric/Twofish.html" title="class in org.security.crypt.symmetric">Twofish</a></span></code>
<div class="block">Provider of symmetric encryption/decryption operations using Twofish cipher.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/security/crypt/AbstractAlgorithm.html" title="class in org.security.crypt">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/security/crypt/class-use/AbstractAlgorithm.html" target="_top">Frames</a></li>
<li><a href="AbstractAlgorithm.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
page-step-3.html | benoitvallon/spa-web-components | <!doctype html>
<html>
<head>
</head>
<body>
<scroll-area>
<article>
Inside Page Step 3
</article>
</scroll-area>
</body>
|
dynamic.html | mcnelson87/random_design_co | <!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Random Design Co.</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<header>
<h1>RANDOM DESIGN CO.</h1>
<nav class="main-nav">
<i class="fa fa-bars"></i>
</nav>
</header>
<section class="jumbotron">
<div class="jumbotron-content">
<h2>BE RANDOM</h2>
<a href="#" title="OMG YES" class="button">OMG YES!</a>
</div>
<img src="images/purple-bg.jpeg" alt="abstract purple background" class="hero-image">
</section>
<section class="page-section">
<h2>ABOUT US</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eos nam non, explicabo cum inventore, molestiae fuga nulla repellendus architecto rerum nostrum at amet, officia eum quisquam earum ipsam similique ad!</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eos nam non, explicabo cum inventore, molestiae fuga nulla repellendus architecto rerum nostrum at amet, officia eum quisquam earum ipsam similique ad.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eos nam non, explicabo cum inventore, molestiae fuga nulla repellendus architecto rerum nostrum at amet, officia eum quisquam earum ipsam similique ad!</p>
</section>
<section id="latest_projects">
<h2>LATEST WORK</h2>
<ul class="clearfix">
<li>
<img src="images/1-cocktail.jpeg" alt="bartender">
<h3><a href="#" title="bartender">PROJECT 1</a></h3>
</li>
<li>
<img src="images/2-disco.jpeg" alt="disco ball">
<h3><a href="#" title="disco ball">PROJECT 2</a></h3>
</li>
<li>
<img src="images/3-bookstore.jpeg" alt="bookstore">
<h3><a href="#" title="bookstore">PROJECT 3</a></h3>
</li>
<li>
<img src="images/4-traffic.jpeg" alt="traffic">
<h3><a href="#" title="traffic">PROJECT 4</a></h3>
</li>
<li>
<img src="images/5-concert.jpg" alt="concert">
<h3><a href="#" title="concert">PROJECT 5</a></h3>
</li>
<li>
<img src="images/6-nightlife.jpg" alt="nightlife">
<h3><a href="#" title="nightlife">PROJECT 6</a></h3>
</li>
<li>
<img src="images/7-bar.jpg" alt="disco ball">
<h3><a href="#" title="disco ball">PROJECT 7</a></h3>
</li>
<li>
<img src="images/bea-arthur.jpg" alt="disco ball">
<h3><a href="#" title="disco ball">PROJECT 8</a></h3>
</li>
<li>
<img src="images/betty-white.jpg" alt="disco ball">
<h3><a href="#" title="disco ball">PROJECT 9</a></h3>
</li>
<li>
<img src="images/blanche.jpg" alt="disco ball">
<h3><a href="#" title="disco ball">PROJECT 10</a></h3>
</li>
</ul>
</section>
<section class="jumbotron">
<div class="jumbotron-content">
<h2>CONTACT US</h2>
<a href="#" title="OMG YES" class="button">info@randomdesignsco.com</a>
</div>
<img src="images/golden-girls1.jpg" alt="abstract purple background" class="hero-image">
</section>
<footer>
<p>© 2016 Random Design Co.</p>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.3.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></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='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>
|
docs/pymatgen.symmetry.bandstructure.html | gpetretto/pymatgen |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pymatgen.symmetry.bandstructure module — pymatgen 2018.4.6 documentation</title>
<link rel="stylesheet" href="_static/proBlue.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33990148-1']);
_gaq.push(['_trackPageview']);
</script>
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">pymatgen 2018.4.6 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="module-pymatgen.symmetry.bandstructure">
<span id="pymatgen-symmetry-bandstructure-module"></span><h1>pymatgen.symmetry.bandstructure module<a class="headerlink" href="#module-pymatgen.symmetry.bandstructure" title="Permalink to this headline">¶</a></h1>
<dl class="class">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath">
<em class="property">class </em><code class="descname">HighSymmKpath</code><span class="sig-paren">(</span><em>structure</em>, <em>symprec=0.01</em>, <em>angle_tolerance=5</em>, <em>atol=1e-08</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>This class looks for path along high symmetry lines in
the Brillouin Zone.
It is based on Setyawan, W., & Curtarolo, S. (2010).
High-throughput electronic band structure calculations:
Challenges and tools. Computational Materials Science,
49(2), 299-312. doi:10.1016/j.commatsci.2010.05.010
It should be used with primitive structures that
comply with the definition from the paper.
The symmetry is determined by spglib through the
SpacegroupAnalyzer class. The analyzer can be used to
produce the correct primitive structure (method
get_primitive_standard_structure(international_monoclinic=False)).
A warning will signal possible compatibility problems
with the given structure.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
<li><strong>structure</strong> (<a class="reference internal" href="pymatgen.core.structure.html#pymatgen.core.structure.Structure" title="pymatgen.core.structure.Structure"><em>Structure</em></a>) – Structure object</li>
<li><strong>symprec</strong> (<em>float</em>) – Tolerance for symmetry finding</li>
<li><strong>angle_tolerance</strong> (<em>float</em>) – Angle tolerance for symmetry finding.</li>
<li><strong>atol</strong> (<em>float</em>) – Absolute tolerance used to compare the input
structure with the one expected as primitive standard.
A warning will be issued if the lattices don’t match.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.bcc">
<code class="descname">bcc</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.bcc"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.bcc" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.bctet1">
<code class="descname">bctet1</code><span class="sig-paren">(</span><em>c</em>, <em>a</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.bctet1"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.bctet1" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.bctet2">
<code class="descname">bctet2</code><span class="sig-paren">(</span><em>c</em>, <em>a</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.bctet2"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.bctet2" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.conventional">
<code class="descname">conventional</code><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.conventional" title="Permalink to this definition">¶</a></dt>
<dd><p><em>Returns</em> – The conventional cell structure</p>
</dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.cubic">
<code class="descname">cubic</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.cubic"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.cubic" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.fcc">
<code class="descname">fcc</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.fcc"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.fcc" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.get_kpoints">
<code class="descname">get_kpoints</code><span class="sig-paren">(</span><em>line_density=20</em>, <em>coords_are_cartesian=True</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.get_kpoints"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.get_kpoints" title="Permalink to this definition">¶</a></dt>
<dd><table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">the kpoints along the paths in cartesian coordinates
together with the labels for symmetry points -Wei</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.hex">
<code class="descname">hex</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.hex"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.hex" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.kpath">
<code class="descname">kpath</code><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.kpath" title="Permalink to this definition">¶</a></dt>
<dd><p><em>Returns</em> – The symmetry line path in reciprocal space</p>
</dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.mcl">
<code class="descname">mcl</code><span class="sig-paren">(</span><em>b</em>, <em>c</em>, <em>beta</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.mcl"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.mcl" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.mclc1">
<code class="descname">mclc1</code><span class="sig-paren">(</span><em>a</em>, <em>b</em>, <em>c</em>, <em>alpha</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.mclc1"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.mclc1" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.mclc2">
<code class="descname">mclc2</code><span class="sig-paren">(</span><em>a</em>, <em>b</em>, <em>c</em>, <em>alpha</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.mclc2"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.mclc2" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.mclc3">
<code class="descname">mclc3</code><span class="sig-paren">(</span><em>a</em>, <em>b</em>, <em>c</em>, <em>alpha</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.mclc3"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.mclc3" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.mclc4">
<code class="descname">mclc4</code><span class="sig-paren">(</span><em>a</em>, <em>b</em>, <em>c</em>, <em>alpha</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.mclc4"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.mclc4" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.mclc5">
<code class="descname">mclc5</code><span class="sig-paren">(</span><em>a</em>, <em>b</em>, <em>c</em>, <em>alpha</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.mclc5"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.mclc5" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.orc">
<code class="descname">orc</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.orc"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.orc" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.orcc">
<code class="descname">orcc</code><span class="sig-paren">(</span><em>a</em>, <em>b</em>, <em>c</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.orcc"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.orcc" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.orcf1">
<code class="descname">orcf1</code><span class="sig-paren">(</span><em>a</em>, <em>b</em>, <em>c</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.orcf1"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.orcf1" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.orcf2">
<code class="descname">orcf2</code><span class="sig-paren">(</span><em>a</em>, <em>b</em>, <em>c</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.orcf2"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.orcf2" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.orcf3">
<code class="descname">orcf3</code><span class="sig-paren">(</span><em>a</em>, <em>b</em>, <em>c</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.orcf3"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.orcf3" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.orci">
<code class="descname">orci</code><span class="sig-paren">(</span><em>a</em>, <em>b</em>, <em>c</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.orci"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.orci" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.prim">
<code class="descname">prim</code><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.prim" title="Permalink to this definition">¶</a></dt>
<dd><p><em>Returns</em> – The primitive cell structure</p>
</dd></dl>
<dl class="attribute">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.prim_rec">
<code class="descname">prim_rec</code><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.prim_rec" title="Permalink to this definition">¶</a></dt>
<dd><p><em>Returns</em> – The primitive reciprocal cell structure</p>
</dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.rhl1">
<code class="descname">rhl1</code><span class="sig-paren">(</span><em>alpha</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.rhl1"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.rhl1" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.rhl2">
<code class="descname">rhl2</code><span class="sig-paren">(</span><em>alpha</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.rhl2"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.rhl2" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.structure">
<code class="descname">structure</code><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.structure" title="Permalink to this definition">¶</a></dt>
<dd><p><em>Returns</em> – The standardized primitive structure</p>
</dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.tet">
<code class="descname">tet</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.tet"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.tet" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.tria">
<code class="descname">tria</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.tria"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.tria" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="pymatgen.symmetry.bandstructure.HighSymmKpath.trib">
<code class="descname">trib</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/symmetry/bandstructure.html#HighSymmKpath.trib"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.symmetry.bandstructure.HighSymmKpath.trib" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
</dd></dl>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/pymatgen.symmetry.bandstructure.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">pymatgen 2018.4.6 documentation</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2011, Pymatgen Development Team.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.2.
</div>
<div class="footer">This page uses <a href="http://analytics.google.com/">
Google Analytics</a> to collect statistics. You can disable it by blocking
the JavaScript coming from www.google-analytics.com.
<script type="text/javascript">
(function() {
var ga = document.createElement('script');
ga.src = ('https:' == document.location.protocol ?
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
ga.setAttribute('async', 'true');
document.documentElement.firstChild.appendChild(ga);
})();
</script>
</div>
</body>
</html> |
clean/Linux-x86_64-4.10.0-2.0.6/extra-dev/dev/prfx/8.6.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>prfx: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">dev / prfx - 8.6.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
prfx
<small>
8.6.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-04-14 10:21:03 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-04-14 10:21:03 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq dev Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.10.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.0 Official release 4.10.0
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/prfx"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Prfx"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: first-order logic" "keyword: natural deduction" "keyword: reflection" "keyword: proof terms" "keyword: de bruijn indices" "keyword: permutative conversions" "category: Mathematics/Logic/Foundations" "date: 15 April 2005" ]
authors: [ "Dimitri Hendriks <hendriks@cs.ru.nl> [http://www.cs.ru.nl/~hendriks/]" ]
bug-reports: "https://github.com/coq-contribs/prfx/issues"
dev-repo: "git+https://github.com/coq-contribs/prfx.git"
synopsis: "Proof Reflection in Coq"
description: """
http://www.cs.ru.nl/~hendriks/coq/prfx/
A formalisation of natural deduction for first-order
logic with explicit proof terms. Read README."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/prfx/archive/v8.6.0.tar.gz"
checksum: "md5=79074f93e7f08b01bdf03e503e70f730"
}
</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-prfx.8.6.0 coq.dev</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is dev).
The following dependencies couldn't be met:
- coq-prfx -> coq < 8.7~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-prfx.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<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>
|
archives/2011/05/index.html | pcshic/uniDog | <!doctype html>
<html class="theme-next use-motion ">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link href="/uniDog/vendors/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css"/>
<link href='//fonts.googleapis.com/css?family=Lato:300,400,700,400italic&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href="/uniDog/vendors/font-awesome/css/font-awesome.min.css?v=4.4.0" rel="stylesheet" type="text/css" />
<link href="/uniDog/css/main.css?v=0.4.5.2" rel="stylesheet" type="text/css" />
<meta name="keywords" content="Hexo, NexT, UVa, Luckycat, 翻譯, algorithm, 演算法" />
<link rel="shortcut icon" type="image/x-icon" href="/uniDog/uniDog/favicon.ico?v=0.4.5.2" />
<meta name="description">
<meta property="og:type" content="website">
<meta property="og:title" content="uniDog 的 ACM 園地">
<meta property="og:url" content="http://pcshic.github.io/uniDog/archives/2011/05/index.html">
<meta property="og:site_name" content="uniDog 的 ACM 園地">
<meta property="og:description">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="uniDog 的 ACM 園地">
<meta name="twitter:description">
<script type="text/javascript" id="hexo.configuration">
var CONFIG = {
scheme: '',
sidebar: 'post',
motion: true
};
</script>
<title> 歸檔 | uniDog 的 ACM 園地 </title>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-TW">
<!--[if lte IE 8]>
<div style=' clear: both; height: 59px; padding:0 0 0 15px; position: relative;margin:0 auto;'>
<a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode">
<img src="http://7u2nvr.com1.z0.glb.clouddn.com/picouterie.jpg" border="0" height="42" width="820"
alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today or use other browser ,like chrome firefox safari."
style='margin-left:auto;margin-right:auto;display: block;'/>
</a>
</div>
<![endif]-->
<div class="container one-column page-archive ">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/uniDog/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">uniDog 的 ACM 園地</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle"></p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
<nav class="site-nav">
<ul id="menu" class="menu ">
<li class="menu-item menu-item-home">
<a href="/uniDog" rel="section">
<i class="menu-item-icon fa fa-home fa-fw"></i> <br />
首頁
</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/uniDog/categories" rel="section">
<i class="menu-item-icon fa fa-th fa-fw"></i> <br />
分類
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/uniDog/archives" rel="section">
<i class="menu-item-icon fa fa-archive fa-fw"></i> <br />
歸檔
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/uniDog/tags" rel="section">
<i class="menu-item-icon fa fa-tags fa-fw"></i> <br />
標籤
</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div id="content" class="content">
<section id="posts" class="posts-collapse">
<span class="archive-move-on"></span>
<span class="archive-page-counter">
非常好! 目前共計 206 篇文章。 繼續努力。
</span>
<div class="collection-title">
<h2 class="archive-year motion-element" id="archive-year-2011">2011</h2>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/uniDog/problem/11547/" itemprop="url">
<span itemprop="name">11547 - Automatic Answer</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2011-05-28T00:00:00+08:00"
content="2011-05-28" >
2011-05-28
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/uniDog/problem/164/" itemprop="url">
<span itemprop="name">164 - String Computer</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2011-05-24T00:00:00+08:00"
content="2011-05-24" >
2011-05-24
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/uniDog/problem/p152/" itemprop="url">
<span itemprop="name">152 - Tree's a Crowd</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2011-05-24T00:00:00+08:00"
content="2011-05-24" >
2011-05-24
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/uniDog/problem/p141/" itemprop="url">
<span itemprop="name">141 - The Spot Game</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2011-05-24T00:00:00+08:00"
content="2011-05-24" >
2011-05-24
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/uniDog/problem/p144/" itemprop="url">
<span itemprop="name">144 - Student Grants</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2011-05-22T00:00:00+08:00"
content="2011-05-22" >
2011-05-22
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/uniDog/problem/p125/" itemprop="url">
<span itemprop="name">125 - Numbering Paths</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2011-05-22T00:00:00+08:00"
content="2011-05-22" >
2011-05-22
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/uniDog/problem/p140/" itemprop="url">
<span itemprop="name">140 - Bandwidth</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2011-05-22T00:00:00+08:00"
content="2011-05-22" >
2011-05-22
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/uniDog/problem/p123/" itemprop="url">
<span itemprop="name">123 - Searching Quickly</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2011-05-21T00:00:00+08:00"
content="2011-05-21" >
2011-05-21
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/uniDog/problem/231/" itemprop="url">
<span itemprop="name">231 - Testing the CATCHER</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2011-05-20T00:00:00+08:00"
content="2011-05-20" >
2011-05-20
</time>
</div>
</header>
</article>
</section>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview sidebar-panel sidebar-panel-active ">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" src="/uniDog/images/default_avatar.jpg" alt="uniDog 團隊 @ pcshic" itemprop="image"/>
<p class="site-author-name" itemprop="name">uniDog 團隊 @ pcshic</p>
</div>
<p class="site-description motion-element" itemprop="description"></p>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/uniDog/archives">
<span class="site-state-item-count">206</span>
<span class="site-state-item-name">文章</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/uniDog/categories">
<span class="site-state-item-count">33</span>
<span class="site-state-item-name">分類</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/uniDog/tags">
<span class="site-state-item-count">40</span>
<span class="site-state-item-name">標籤</span>
</a>
</div>
</nav>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://github.com/pcshic" target="_blank">
<i class="fa fa-github"></i> GitHub
</a>
</span>
</div>
<div class="links-of-author motion-element">
</div>
</section>
</div>
</aside>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright" >
© 2014 -
<span itemprop="copyrightYear">2016</span>
<span class="with-love">
<i class="icon-next-heart fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">uniDog 團隊 @ pcshic</span>
</div>
<div class="powered-by">
由 <a class="theme-link" href="http://hexo.io">Hexo</a> 強力驅動
</div>
<div class="theme-info">
主題 -
<a class="theme-link" href="https://github.com/iissnan/hexo-theme-next">
NexT
</a>
</div>
</div>
</footer>
<div class="back-to-top"></div>
</div>
<script type="text/javascript" src="/uniDog/vendors/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript">
postMotionOptions = {stagger: 100, drag: true};
</script>
<script type="text/javascript" src="/uniDog/vendors/fancybox/source/jquery.fancybox.pack.js"></script>
<script type="text/javascript" src="/uniDog/js/fancy-box.js?v=0.4.5.2"></script>
<script type="text/javascript" src="/uniDog/js/helpers.js?v=0.4.5.2"></script>
<script type="text/javascript" src="/uniDog/vendors/velocity/velocity.min.js"></script>
<script type="text/javascript" src="/uniDog/vendors/velocity/velocity.ui.min.js"></script>
<script type="text/javascript" src="/uniDog/js/motion.js?v=0.4.5.2" id="motion.global"></script>
<script type="text/javascript" src="/uniDog/vendors/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/uniDog/vendors/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" id="motion.page.archive">
$('.archive-year').velocity('transition.slideLeftIn');
</script>
<script type="text/javascript" src="/uniDog/js/bootstrap.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
}
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for (i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<!-- mathjax config similar to math.stackexchange -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true
}
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
}
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for(i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<script type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
</body>
</html>
|
app/views/map.html | v2000/delivery_app | <center><h2>It is your map {{username}}</h2></center>
<!--geolocation-->
<!--<div id="panel">
<input id="address" type="textbox" value="Sydney, NSW">
<input type="button" value="Geocode" ng-click="codeAddress()">
</div>-->
<div>Your firm is located at "Amagerbrogade 221, 2300 København, Danmark"</div>
<div><p>Total distance: <span id="total"></span></p></div>
<div id="map-canvas" ng-init="initialize()"></div>
<!--with out geolocation-->
<!-- <header>Google maps positioning</header>
<div class="hint">Click on a city name to view it on the map</div>
<div class="content">
<div id="cities">
<ul>
<li ng-repeat="city in cities" ng-click="showCity(city)">{{ city.city }}</li>
</ul>
</div>
<div id="map" ng-init="initialize()"></div>
</div>-->
|
_attachments/dsc02721.html | idahogbakk/idahogbakk.github.io | ---
layout: attachment
title: DSC02721
date:
type: attachment
published: false
status: inherit
categories: []
tags: []
meta:
_wp_attached_file: 2014/04/DSC02721.jpg
_wp_attachment_metadata: a:5:{s:5:"width";i:1280;s:6:"height";i:853;s:4:"file";s:20:"2014/04/DSC02721.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"DSC02721-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"DSC02721-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"DSC02721-1024x682.jpg";s:5:"width";i:1024;s:6:"height";i:682;s:9:"mime-type";s:10:"image/jpeg";}s:14:"post-thumbnail";a:4:{s:4:"file";s:20:"DSC02721-624x415.jpg";s:5:"width";i:624;s:6:"height";i:415;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:10:{s:8:"aperture";d:1.8;s:6:"credit";s:0:"";s:6:"camera";s:9:"DSC-RX100";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1395989606;s:9:"copyright";s:0:"";s:12:"focal_length";s:4:"10.4";s:3:"iso";s:3:"500";s:13:"shutter_speed";s:17:"0.033333333333333";s:5:"title";s:0:"";}}
author:
login: ida.kristine@hogbakk.no
email: ida.kristine@hogbakk.no
display_name: Ida Kristine Høgbakk
first_name: Ida Kristine
last_name: Høgbakk
---
|
theme/GerritSite.css | kaigara-images/gerrit | /*
* OctoGerrit v1.0.2
* A modern, clean, and usable theme for Gerrit modeled after Github.
*
* Created by Andrew Powell <andrew@shellscape.org>
* https://github.com/shellscape/OctoGerrit
* MIT License
*
*/
/* Common Namespaces */
/* Base Element Styles */
body,
button,
a {
font: 13px / 1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
table td {
font: 13px / 1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
}
a {
background: 0 !important;
color: #333 !important;
}
button[type='button'],
button.gwt-Button,
div.unifiedTable button {
-moz-user-select: none;
-ms-user-select: none;
-webkit-appearance: none;
-webkit-user-select: none;
background: inherit;
background-color: #eee;
background-image: linear-gradient(#fcfcfc, #eee);
border: 1px solid #d5d5d5 !important;
border-radius: 3px !important;
color: #333;
cursor: pointer;
display: inline-block;
font-family: Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
font-size: 13px !important;
font-weight: bold;
line-height: 20px !important;
padding: 4px 10px !important;
position: relative;
user-select: none;
vertical-align: middle;
white-space: nowrap;
}
select {
border: 1px solid #d5d5d5 !important;
border-radius: 3px !important;
font-size: 13px !important;
height: 24px !important;
}
select option:after {
content: '\f0d7';
font-family: 'FontAwesome';
font-size: 14px;
padding-left: 10px;
}
div.screen {
margin: 0 auto;
width: 990px;
}
table.screenHeader {
display: block !important;
}
#gerrit_btmmenu {
padding: 20px;
}
#gerrit_btmmenu > * {
display: none;
}
.inputFieldTypeHint {
color: #ccc !important;
}
.com-google-gwtexpui-user-client-Tooltip-Css-tooltip {
display: none !important;
}
.com-google-gerrit-client-change-Topic_BinderImpl_GenCss_style-edit {
/* transparent image */
content: url('data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
cursor: pointer;
position: absolute;
right: 0;
top: 0;
}
.com-google-gerrit-client-change-Topic_BinderImpl_GenCss_style-edit:after {
content: '\f044';
font-family: 'FontAwesome';
font-size: 16px;
}
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-projectSettings {
color: #333;
height: 16px;
width: 16px;
}
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-projectSettings:before {
content: '\f013';
font-family: 'FontAwesome';
font-size: 16px;
}
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-projectSettings:hover {
color: #4078c0 !important;
text-decoration: none;
}
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-projectSettings img {
display: none;
}
div.gerrit-size {
white-space: nowrap;
}
div.gerrit-size span.gerrit-size-block {
background: #ddd;
display: inline-block;
height: 8px;
margin-left: 1px;
vertical-align: middle;
width: 8px;
}
div.gerrit-size span.gerrit-size-block-add {
background: #6cc644;
}
div.gerrit-size span.gerrit-size-block-rem {
background: #bd2c00;
}
div.gerrit-state {
color: #6cc644;
font-family: 'FontAwesome';
font-size: 16px;
height: 16px;
text-align: center;
width: 20px;
}
div.gerrit-state-plus-one:before {
content: '\f087';
}
div.gerrit-state-plus-two:before {
content: '\f164';
}
div.gerrit-state-minus-one:before {
color: #bd2c00;
content: '\f088';
}
div.gerrit-state-minus-two:before {
color: #bd2c00;
content: '\f165';
}
#gerrit_topmenu {
background: #f5f5f5;
border-bottom: 1px solid #e5e5e5;
padding: 10px 0;
}
table.topmenu {
margin: 0 auto;
width: 980px;
}
table.topmenu td.topmenuTDglue {
display: none;
}
table.topmenu td.topmenuTDmenu {
float: left;
position: relative;
}
table.topmenu td.topmenuTDmenu:first-child {
float: right;
}
div.topmenuMenuRight::before {
content: url(static/logo.png);
position: absolute;
left: -45%;
top: 15%;
}
div.searchPanel {
background-color: #fff;
background-position: right 8px center;
background-repeat: no-repeat;
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
color: #333;
display: block;
font-size: 12px;
line-height: 17px;
min-height: 26px;
outline: none;
padding: 0;
position: relative;
vertical-align: middle;
}
div.searchPanel button {
display: none;
}
div.searchPanel input.searchTextBox {
background: none;
border: 0;
box-shadow: none;
color: #333;
display: inline-block;
font-size: 12px;
line-height: 16px;
margin: 0 !important;
min-height: 22px;
padding: 3px 5px;
width: 250px;
}
.topmenuMenuRight .linkMenuBar {
left: 0;
margin-left: 846px;
position: absolute;
top: -2px;
}
.topmenuMenuLeft tbody tr td table.gwt-TabBar {
border: 0 !important;
padding-bottom: 10px;
}
.topmenuMenuLeft .gwt-TabBarItem-wrapper {
height: 2px;
vertical-align: top !important;
}
.topmenuMenuLeft .gwt-TabBarFirst-wrapper {
width: 100%;
}
.topmenuMenuLeft .gwt-TabBarRest-wrapper > div {
width: 144px;
}
.topmenuMenuLeft a.menuItem {
color: #aaa !important;
display: inline-block;
height: 20px;
margin-left: 16px;
padding: 0;
}
.topmenuMenuLeft a.activeRow {
border-bottom: 2px solid #333;
color: #333 !important;
}
div.menuBarUserNamePanel {
-moz-user-select: none;
-ms-user-select: none;
-webkit-appearance: none;
-webkit-user-select: none;
background-color: #eee;
background-image: linear-gradient(#fcfcfc, #eee);
border: 1px solid #d5d5d5;
border-radius: 3px;
color: #333;
cursor: pointer;
display: inline-block;
font-weight: bold;
line-height: 18px;
padding: 6px 12px;
position: relative;
user-select: none;
vertical-align: middle;
white-space: nowrap;
}
.gwt-TabBarItem {
margin-left: 16px !important;
padding: 0 !important;
}
.gwt-TabBarItem .gwt-Label {
color: #333;
}
.gwt-TabBarItem-selected {
border-bottom: 2px solid #4078c0 !important;
color: #4078c0;
}
.gwt-TabBarItem-selected .gwt-Label {
color: #4078c0;
}
.accountLinkPanel .gwt-Image {
display: none;
}
.com-google-gerrit-client-change-Message_BinderImpl_GenCss_style-avatar {
display: none;
}
.gwt-TabPanelBottom > div {
height: 22px !important;
}
/* Popups and Menus */
div.userInfoPopup,
div.suggestBoxPopup,
div.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-replyBox {
background-clip: padding-box;
background-color: #fff;
border: 1px solid rgba(200, 200, 200, 0.4);
border-radius: 3px;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
color: #666;
font-size: 12px;
margin-bottom: 20px;
margin-top: 4px;
overflow: hidden;
position: relative;
width: 300px;
}
div.suggestBoxPopup {
margin: 4px 0 0 -2px;
width: 264px;
}
div.suggestBoxPopup table {
width: 100%;
}
div.suggestBoxPopup .suggestPopupMiddleLeft,
div.suggestBoxPopup .suggestPopupMiddleRight {
display: none;
}
div.suggestBoxPopup .item-selected {
background: #eee;
}
div.suggestPopupContent table {
padding-left: 2px;
width: 260px;
}
/* Table Element Styles */
table.screenHeader {
margin: 3px auto 8px auto;
width: 990px;
}
#change_infoTable .gwt-InlineHyperlink {
color: #333;
display: inline-block;
min-height: 16px;
padding-right: 22px;
width: 100%;
}
#change_infoTable tr:nth-child(7) div {
position: relative;
}
#change_infoTable tr:nth-child(7) .gwt-InlineHyperlink:after {
content: '\f044';
font-family: 'FontAwesome';
font-size: 16px;
position: absolute;
right: 0;
top: 0;
}
#change_infoTable tr:nth-child(7) .gwt-InlineHyperlink:hover:after {
color: #4078c0 !important;
}
table.changeTable {
position: relative;
}
table.changeTable .activeRow,
table.changeTable.accountDashboard .activeRow,
table.changeTable.accountDashboard.changeTable .activeRow a {
background: #e8f0f8 !important;
}
table.changeTable td.cSIZE {
width: 46px;
}
table.changeTable td.dataCell {
border-bottom: 1px solid #e5e5e5;
border-left: 1px solid #e5e5e5;
border-right: 0;
}
table.changeTable td:last-child {
border-right: 1px solid #e5e5e5 !important;
}
table.changeTable tbody tr:first-child td {
background: #f8f8f8 !important;
border: 0;
border-bottom: 1px solid #e5e5e5 !important;
border-top: 1px solid #e5e5e5 !important;
color: #ccc;
padding: 12px 0;
text-shadow: 1px 1px #fff;
}
table.changeTable tbody tr:first-child td:last-child {
border-radius: 0 3px 0 0;
border-right: 1px solid #e5e5e5 !important;
padding-right: 10px;
}
table.changeTable tbody tr:first-child td.dataHeader:nth-child(5) {
overflow: hidden;
text-indent: -1000px;
width: 20px;
}
table.changeTable tbody tr:first-child td.dataHeader:nth-child(4) {
overflow: hidden;
text-indent: -1000px;
}
table.changeTable tbody tr:first-child td:first-child,
table.changeTable tbody tr:first-child td.dataHeader:nth-child(4) {
border-left: 1px solid #e5e5e5 !important;
border-radius: 3px 0 0 0;
padding-left: 10px;
}
.accountDashboard tbody tr:first-child {
position: absolute;
right: 1px;
top: 20px;
z-index: 1;
}
.accountDashboard tbody tr:first-child td.dataHeader {
background: transparent !important;
border: 1px solid transparent !important;
color: #ccc;
font-style: normal;
text-shadow: 1px 1px #fff;
}
.accountDashboard tbody tr:first-child td.dataHeader:nth-child(12) {
width: 18px;
}
.accountDashboard tbody tr:first-child td.dataHeader:nth-child(11) {
width: 30px;
}
.accountDashboard tbody tr:first-child td.dataHeader:nth-child(10) {
width: 54px;
}
.accountDashboard tbody tr:first-child td.dataHeader:nth-child(9) {
width: 88px;
}
.accountDashboard tbody tr:first-child td.dataHeader:nth-child(8) {
width: 100px;
}
.accountDashboard tbody tr:first-child td.dataHeader:nth-child(7) {
width: 100px;
}
.accountDashboard tbody tr:first-child td.dataHeader:nth-child(6) {
width: 124px;
}
td.sectionHeader,
table.changeTable.accountDashboard td.sectionHeader:last-child {
background: #fff !important;
border-right: 0 !important;
border-top: 10px solid #fff !important;
padding: 0 !important;
position: relative;
}
td.sectionHeader a {
background-color: #f8f8f8 !important;
border: 1px solid #e5e5e5 !important;
border-radius: 3px 3px 0 0;
display: block;
font-weight: bold;
padding: 12px 10px;
}
td.cSUBJECT a {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
white-space: nowrap;
width: 466px;
}
td.cOWNER {
width: 108px;
}
td.cSUBJECT,
td.dataCell:nth-child(7),
td.cOWNER {
/* repo name cell */
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
td.dataCell:nth-child(7) a {
/* repo name cell */
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 94px;
}
td.cAPPROVAL:nth-child(12) div.gerrit-state-minus-two:before {
content: '\f126';
}
td.cAPPROVAL:nth-child(12) div.gerrit-state-plus-two:before {
content: '\f126';
}
td.cSTATUS {
max-width: 0px !important;
overflow: hidden;
position: relative;
text-align: right;
text-indent: 100px;
text-overflow: clip;
width: 15px !important;
}
td.cSTATUS:after {
background: #6cc644;
border-radius: 3px;
color: #fff;
content: '\f126';
font-family: 'FontAwesome';
font-size: 16px;
height: 16px;
padding: 2px;
position: absolute;
right: 2px;
text-indent: -100px;
top: 2px;
width: 16px;
}
td.cSTATUS.gerrit-status-abandoned:after {
background: #fc6d26;
}
td.cSTATUS.gerrit-status-conflict:after {
background: #bd2c00;
}
td.cSTATUS.gerrit-status-merged:after {
background: #6e5494;
}
div.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-statusRight {
display: inline-block;
height: auto;
position: relative;
}
div.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-infoLine {
display: inline-block;
height: auto;
left: inherit;
padding-left: 0;
position: relative;
top: inherit;
}
div.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-popdown button {
margin-left: 6px !important;
}
div.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-infoLine button {
margin: 0;
}
table.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-infoTable td {
width: 50%;
}
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-infoTable #change_infoTable th {
width: 1%;
}
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-infoColumn table,
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-infoColumn td {
position: relative;
}
.com-google-gerrit-client-change-CommitBox_BinderImpl_GenCss_style-text {
font: 12px Consolas, 'Liberation Mono', Menlo, Courier, monospace;
padding: 10px 6px;
}
.com-google-gerrit-client-change-CommitBox_BinderImpl_GenCss_style-text a {
border-bottom: 1px dashed #333;
font: 12px Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
.com-google-gerrit-client-change-CommitBox_BinderImpl_GenCss_style-text a:hover {
border-bottom: 0;
text-decoration: none;
}
button.com-google-gerrit-client-Reviewers_BinderImpl_GenCss_style-openAdd {
background: transparent !important;
border: 0 !important;
margin: 0;
position: absolute !important;
right: -10px;
top: 0;
}
.com-google-gerrit-client-Reviewers_BinderImpl_GenCss_style-openAdd:before {
content: '\f234';
font-family: 'FontAwesome';
font-size: 14px;
}
.com-google-gerrit-client-Reviewers_BinderImpl_GenCss_style-openAdd div {
display: none;
}
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-popdown button div {
margin-top: -3px;
}
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-popdown button div:after {
content: '\f0d7';
font-family: 'FontAwesome';
font-size: 14px;
padding-left: 10px;
}
div.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-replyBox {
width: inherit;
}
.com-google-gerrit-client-PatchSetsBox_BinderImpl_GenCss_style-table tr.com-google-gerrit-client-PatchSetsBox_BinderImpl_GenCss_style-current {
background-color: #e8f0f8;
}
.com-google-gerrit-client-PatchSetsBox_BinderImpl_GenCss_style-table th {
font: 13px / 1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
div.com-google-gerrit-client-PatchSetsBox_BinderImpl_GenCss_style-scroll {
height: auto;
}
div.downloadBoxCopyLabel .com-google-gwtexpui-clippy-client-ClippyCss-label,
div.downloadBoxCopyLabe gwt-Textbox {
font: 12px Consolas, 'Liberation Mono', Menlo, Courier, monospace !important;
}
div.com-google-gerrit-client-change-Resources-Style-section button {
bottom: inherit;
right: inherit;
}
button.com-google-gerrit-client-change-Resources-Style-button div {
color: #333 !important;
}
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-diffBase {
height: 24px;
overflow: hidden;
text-indent: -60px;
}
div.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-headerLine {
text-align: right;
}
div.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-sectionHeader,
div.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-headerLine {
background-color: #f8f8f8 !important;
border: 1px solid #e5e5e5 !important;
border-radius: 3px 3px 0 0;
font-weight: bold;
height: auto;
margin: 0 0 8px 0 !important;
padding: 6px 10px;
}
div.com-google-gerrit-client-change-Message_BinderImpl_GenCss_style-messageBox {
border: 1px solid #eee !important;
border-radius: 0;
border-top: 0 !important;
padding: 6px 10px;
width: auto;
}
button.com-google-gerrit-client-change-Message_BinderImpl_GenCss_style-reply {
height: 24px;
position: absolute;
right: 10px;
top: 18px;
}
div.com-google-gerrit-client-change-Message_BinderImpl_GenCss_style-closed button.com-google-gerrit-client-change-Message_BinderImpl_GenCss_style-reply {
display: none !important;
}
div.com-google-gerrit-client-change-Message_BinderImpl_GenCss_style-contents {
margin: 0 !important;
}
div.com-google-gerrit-client-change-Message_BinderImpl_GenCss_style-date {
right: 10px;
}
div.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-infoLineHeaderButtons {
height: auto;
}
div.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-sectionHeader .com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-headerButtons {
border: 0 !important;
left: inherit;
right: 10px;
}
div.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-subjectLine {
background: transparent !important;
float: left;
height: auto;
padding-top: 6px;
width: auto;
}
div.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-idAndStatus {
height: auto;
}
span.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-changeId {
line-height: 13px;
}
div.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-idAndStatus {
display: block;
}
table.com-google-gerrit-client-change-FileTable-FileTableCss-table {
width: 100%;
}
button.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-highlight {
background-image: -webkit-linear-gradient(top, #4d90fe, #4d90fe);
}
button.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-highlight div {
color: #fff !important;
}
span.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-label_user {
font-size: 12px;
}
div.com-google-gerrit-client-change-UpdateAvailableBar_BinderImpl_GenCss_style-popup {
padding: 20px;
}
div.com-google-gerrit-client-change-UpdateAvailableBar_BinderImpl_GenCss_style-bar {
background-color: #fff9ea !important;
border: 1px solid #e5e5e5 !important;
border-radius: 3px;
color: #333;
font-size: 13px;
height: auto;
margin: 0 !important;
padding: 6px 10px;
}
div.com-google-gerrit-client-change-UpdateAvailableBar_BinderImpl_GenCss_style-bar:after {
content: '';
}
a.com-google-gerrit-client-change-UpdateAvailableBar_BinderImpl_GenCss_style-action {
line-height: 13px;
overflow: hidden;
padding-left: 14px;
position: relative;
text-decoration: none;
width: 0px;
}
a.com-google-gerrit-client-change-UpdateAvailableBar_BinderImpl_GenCss_style-action:before {
content: '\f021';
font-family: 'FontAwesome';
font-size: 14px;
left: 0;
position: absolute;
top: 0;
}
a.com-google-gerrit-client-change-UpdateAvailableBar_BinderImpl_GenCss_style-action:last-child:before {
content: '\f00d';
}
div.com-google-gerrit-client-change-CommitBox_BinderImpl_GenCss_style-scroll {
background: #e8f0f8;
border: 0;
border-radius: 0 0 3px 3px;
height: auto !important;
padding-bottom: 10px;
}
#change_actions {
padding-bottom: 0 !important;
}
.com-google-gerrit-client-change-CommitBox_BinderImpl_GenCss_style-header tr:nth-child(5) {
display: none;
}
div.com-google-gerrit-client-change-Message_BinderImpl_GenCss_style-summary {
width: 680px;
}
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-commitColumn .com-google-gerrit-client-change-CommitBox_BinderImpl_GenCss_style-header th {
padding-bottom: 0 !important;
}
.com-google-gerrit-client-change-CommitBox_BinderImpl_GenCss_style-webLinkPanel a:first-child,
.com-google-gerrit-client-change-CommitBox_BinderImpl_GenCss_style-parentWebLink a:first-child {
margin: 0 !important;
}
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-infoColumn hr {
display: none;
}
table.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-labels {
border-top: 1px solid #ccc;
margin-top: 10px;
padding-top: 10px;
width: 100%;
}
table.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-labels td:first-child {
width: 1%;
}
table.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-labels .gerrit-review-state {
width: 1%;
}
table.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-labels tr:nth-child(2) div.gerrit-state-minus-one:before {
content: '\f126';
}
table.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-labels tr:nth-child(2) div.gerrit-state-plus-one:before {
content: '\f126';
}
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-label_ok {
color: #6cc644;
}
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-label_reject {
color: #bd2c00;
}
table.com-google-gerrit-client-change-FileTable-FileTableCss-table th:first-child,
table.com-google-gerrit-client-change-FileTable-FileTableCss-table td:first-child {
display: none;
}
td.com-google-gerrit-client-change-FileTable-FileTableCss-deltaColumn2 {
text-align: center;
}
table.com-google-gerrit-client-change-FileTable-FileTableCss-table td.com-google-gerrit-client-change-FileTable-FileTableCss-deltaColumn1 {
text-align: left !important;
}
.com-google-gerrit-client-change-FileTable-FileTableCss-inserted,
.com-google-gerrit-client-change-FileTable-FileTableCss-deleted {
display: none;
}
div.com-google-gerrit-client-diff-SideBySide_BinderImpl_GenCss_style-sbs {
left: 0;
margin-left: 1%;
position: absolute;
width: 98%;
}
div.com-google-gerrit-client-diff-SideBySide_BinderImpl_GenCss_style-sbs * {
font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace !important;
font-size: 12px !important;
line-height: 18px !important;
}
div.com-google-gerrit-client-diff-Header_BinderImpl_GenCss_style-header {
background-color: #f7f7f7;
border: 1px solid #ddd;
border-bottom: 1px solid #d8d8d8;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
height: auto;
line-height: 32px !important;
padding: 5px 10px;
}
.com-google-gerrit-client-diff-DiffTable_BinderImpl_GenCss_style-patchSetNav {
background: #fff;
}
.com-google-gerrit-client-diff-DiffTable_BinderImpl_GenCss_style-psNavA,
.com-google-gerrit-client-diff-DiffTable_BinderImpl_GenCss_style-psNavB {
border-bottom: 1px solid #eee;
}
.com-google-gerrit-client-diff-DiffTable_BinderImpl_GenCss_style-range {
background: #fff !important;
border: 1px solid #ddd;
border-radius: 3px;
margin-bottom: -1px;
}
.com-google-gerrit-client-diff-DiffTable_BinderImpl_GenCss_style-rangeHighlight {
background: #fff !important;
border: 1px solid #333;
font-weight: bold !important;
}
div.com-google-gerrit-client-diff-Header_BinderImpl_GenCss_style-navigation {
font-size: 0 !important;
height: 42px;
line-height: 42px !important;
margin-right: 10px;
right: 0px;
top: 0;
}
div.com-google-gerrit-client-diff-Header_BinderImpl_GenCss_style-navigation:after,
div.com-google-gerrit-client-diff-Header_BinderImpl_GenCss_style-navigation a:after {
color: #777;
content: '\f190';
font-family: 'FontAwesome';
font-size: 16px;
vertical-align: middle;
}
div.com-google-gerrit-client-diff-Header_BinderImpl_GenCss_style-navigation:after {
content: '\f013' !important;
margin-left: -10px;
}
div.com-google-gerrit-client-diff-Header_BinderImpl_GenCss_style-navigation img {
display: inline-block;
margin-left: 6px;
margin-right: -5px;
opacity: 0;
vertical-align: middle;
}
div.com-google-gerrit-client-diff-Header_BinderImpl_GenCss_style-navigation a,
div.com-google-gerrit-client-diff-Header_BinderImpl_GenCss_style-navigation div {
display: inline-block;
float: none;
line-height: 20px !important;
text-align: center;
vertical-align: middle;
}
div.com-google-gerrit-client-diff-Header_BinderImpl_GenCss_style-navigation a {
height: 20px;
margin: 0 5px;
width: 20px;
}
div.com-google-gerrit-client-diff-Header_BinderImpl_GenCss_style-navigation a:hover {
text-decoration: none;
}
div.com-google-gerrit-client-diff-Header_BinderImpl_GenCss_style-linkPanel img {
display: none;
}
div.com-google-gerrit-client-diff-Header_BinderImpl_GenCss_style-linkPanel a:after {
content: '\f008' !important;
}
a.com-google-gerrit-client-diff-CommentBox-Style-goNext:after {
content: '\f18e' !important;
padding-top: 3px;
}
a.com-google-gerrit-client-diff-CommentBox-Style-goUp:after {
content: '\f01b' !important;
}
div.CodeMirror-gutters {
background: #fff;
border: solid #eee;
border-width: 0 1px;
padding: 0 10px;
width: 23px;
}
div.CodeMirror-gutters:first-child {
border-left: 0;
}
div.net-codemirror-lib-CodeMirror-Style-activeLine div.CodeMirror-linenumber {
background-color: #edf2f9 !important;
color: #555;
}
.com-google-gerrit-client-diff-DiffTable_BinderImpl_GenCss_style-a .com-google-gerrit-client-diff-DiffTable_BinderImpl_GenCss_style-intralineBg {
background: #ffecec !important;
}
.com-google-gerrit-client-diff-DiffTable_BinderImpl_GenCss_style-a .com-google-gerrit-client-diff-DiffTable_BinderImpl_GenCss_style-diff {
background: #f1c0c0 !important;
}
.com-google-gerrit-client-diff-DiffTable_BinderImpl_GenCss_style-b .com-google-gerrit-client-diff-DiffTable_BinderImpl_GenCss_style-intralineBg {
background: #eaffea !important;
}
.com-google-gerrit-client-diff-DiffTable_BinderImpl_GenCss_style-b .com-google-gerrit-client-diff-DiffTable_BinderImpl_GenCss_style-diff {
background: #c1e9c1 !important;
}
div.com-google-gerrit-client-diff-DiffTable_BinderImpl_GenCss_style-difftable {
border: 1px solid #ddd;
border-radius: 0 0 3px 3px;
border-top: 0;
}
div.com-google-gerrit-client-diff-DiffTable_BinderImpl_GenCss_style-difftable .CodeMirror-linenumber {
height: auto;
}
div.com-google-gerrit-client-diff-DiffTable_BinderImpl_GenCss_style-difftable .CodeMirror pre span {
display: inline-block;
padding: 0 !important;
}
.com-google-gerrit-client-diff-SkipBar_BinderImpl_GenCss_style-skipBar {
background-color: #f4f7fb;
height: auto;
padding: 6px 0;
}
.com-google-gerrit-client-diff-SkipBar_BinderImpl_GenCss_style-skipBar a {
color: rgba(0, 0, 0, 0.3) !important;
}
td.com-google-gerrit-client-diff-PatchSetSelectBox_BinderImpl_GenCss_style-iconCell {
padding: 4px 0 0 20px;
}
td.com-google-gerrit-client-diff-PatchSetSelectBox_BinderImpl_GenCss_style-iconCell img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.com-google-gerrit-client-diff-PatchSetSelectBox_BinderImpl_GenCss_style-linkCell img {
display: none;
}
.com-google-gerrit-client-diff-PatchSetSelectBox_BinderImpl_GenCss_style-linkCell a:last-child:after {
color: #777;
content: '\f019';
display: inline-block;
font-family: 'FontAwesome';
font-size: 14px;
padding: 0 3px;
}
.com-google-gerrit-client-diff-CommentBox-Style-commentWidgets {
background: #fff;
border: 1px solid #eee;
border-bottom: 1px solid #eee;
box-shadow: none;
margin: 0;
max-width: none;
padding: 10px 14px 15px 10px;
}
div.com-google-gerrit-client-diff-CommentBox-Style-commentBox {
background-clip: padding-box;
background-color: #fff;
border: 1px solid #bfccd1;
border-radius: 3px;
color: #666;
font-size: 12px;
margin: 0 0 10px 0;
overflow: hidden;
position: relative;
}
div.com-google-gerrit-client-diff-CommentBox-Style-commentBox button div {
color: #333 !important;
font-weight: bold !important;
width: auto;
}
div.com-google-gerrit-client-diff-CommentBox-Style-header {
background-color: #f2f8fa !important;
padding: 6px 10px;
}
div.com-google-gerrit-client-diff-PublishedBox_BinderImpl_GenCss_style-name {
color: #333 !important;
font-weight: bold !important;
}
div.com-google-gerrit-client-diff-CommentBox-Style-summary {
top: 6px;
width: 62%;
}
div.com-google-gerrit-client-diff-CommentBox-Style-date {
right: 10px;
top: 6px;
}
div.com-google-gerrit-client-diff-CommentBox-Style-message {
border-top: 1px solid #dde4e6;
padding: 10px;
}
div.com-google-gerrit-client-diff-CommentBox-Style-contents {
padding: 0;
/* the buttons containing element */
}
div.com-google-gerrit-client-diff-CommentBox-Style-contents * {
font: 13px / 1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
}
div.com-google-gerrit-client-diff-CommentBox-Style-contents > div:last-child {
border-top: 1px solid #dde4e6;
padding: 10px;
text-align: right;
}
div.com-google-gerrit-client-diff-DraftBox_BinderImpl_GenCss_style-draft {
background: transparent !important;
border-radius: 0 !important;
color: #333;
font-weight: bold !important;
text-align: left;
}
textarea.com-google-gerrit-client-diff-DraftBox_BinderImpl_GenCss_style-editArea {
display: block;
margin-bottom: 10px;
width: 99%;
}
button.com-google-gerrit-client-diff-DraftBox_BinderImpl_GenCss_style-discard {
left: auto;
}
div.com-google-gerrit-client-diff-InsertCommentBubble_BinderImpl_GenCss_style-bubble {
background-clip: padding-box;
background-color: #fff;
border: 1px solid rgba(200, 200, 200, 0.4);
border-radius: 3px;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
padding: 4px;
}
div.com-google-gerrit-client-diff-InsertCommentBubble_BinderImpl_GenCss_style-bubble img {
display: none;
}
span.com-google-gerrit-client-diff-InsertCommentBubble_BinderImpl_GenCss_style-message {
background: #fff !important;
border: 0;
font: 13px / 1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
}
span.com-google-gerrit-client-diff-InsertCommentBubble_BinderImpl_GenCss_style-message :before {
color: #777;
content: '\f27b';
font-family: 'FontAwesome';
font-size: 16px;
padding-right: 10px;
vertical-align: middle;
}
div.unifiedTable {
border: 1px solid #ddd;
border-radius: 3px;
display: block;
max-width: 988px;
overflow-x: auto;
overflow-y: hidden;
width: 988px;
}
div.unifiedTable * {
font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace !important;
font-size: 12px !important;
line-height: 18px !important;
}
table.patchContentTable td {
border-bottom: 0 !important;
}
table.patchContentTable td.lineNumber {
border-left: 1px solid #eee;
border-right: 0px;
color: rgba(0, 0, 0, 0.3);
min-width: 30px;
padding: 0 10px;
text-align: right;
user-select: none;
vertical-align: top;
white-space: nowrap;
width: 1%;
}
table.patchContentTable td.lineNumber a {
color: rgba(0, 0, 0, 0.3) !important;
}
table.patchContentTable tr td:nth-child(2) {
border: 0 !important;
}
table.patchContentTable tr.activeRow td.lineNumber {
background: #edf2f9;
}
table.patchContentTable td.fileColumnHeader {
background: #f7f7f7;
border-left: 1px solid #eee;
padding: 5px 10px 0 10px;
text-align: center;
}
table.patchContentTable td.fileColumnHeader .gwt-Image {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
table.patchContentTable tr:nth-child(2) td {
border-bottom: 1px solid #ddd !important;
}
table.patchContentTable td .wdc,
table.patchContentTable td .wdd,
table.patchContentTable td .wdi {
border: 0 !important;
}
table.patchContentTable .diffText {
border-left: 1px solid #eee;
}
table.patchContentTable .diffTextDELETE {
border-left: 1px solid #f1c0c0;
color: transparent;
}
table.patchContentTable .diffTextINSERT {
border-left: 1px solid #c1e9c1;
color: transparent;
}
table.patchContentTable td.diffTextHunkHeader {
background: #f4f7fb;
border-left: 1px solid #d2dff0;
color: rgba(0, 0, 0, 0.3);
}
td.fileLine br {
display: none;
}
td.fileLineDELETE,
td.fileLineDELETE .wdc {
background: #ffecec;
}
td.fileLineDELETE .wdd {
background: #f1c0c0 !important;
display: inline-block;
}
td.fileLineINSERT,
td.fileLineINSERT .wdc {
background: #eaffea;
}
td.fileLineINSERT .wdi {
background: #c1e9c1;
display: inline-block;
}
.com-google-gerrit-client-patches-PatchSetSelectBox_BinderImpl_GenCss_style-linkPanel a:last-child:after {
color: #777;
content: '\f019';
display: inline-block;
font-family: 'FontAwesome';
font-size: 14px;
padding: 0 3px;
}
.com-google-gerrit-client-patches-PatchSetSelectBox_BinderImpl_GenCss_style-linkPanel a:last-child img {
display: none;
}
table.sideBySideScreenLinkTable {
overflow: hidden;
}
table.sideBySideScreenLinkTable td:nth-child(3) {
width: 0px;
}
table.sideBySideScreenLinkTable td:nth-child(1) a.gwt-InlineHyperlink {
display: inline-block;
overflow: hidden;
text-indent: -13px;
}
table.sideBySideScreenLinkTable td:nth-child(1) a.gwt-InlineHyperlink:after {
color: #777;
content: '\f190';
display: inline-block;
font-family: 'FontAwesome';
font-size: 16px;
line-height: 18px;
padding: 0 3px;
padding-left: 16px;
vertical-align: bottom;
}
table.sideBySideScreenLinkTable td:nth-child(2) a.gwt-InlineHyperlink {
display: inline-block;
overflow: hidden;
text-indent: -12px;
vertical-align: middle;
}
table.sideBySideScreenLinkTable td:nth-child(2):before {
color: #777;
content: '\f01b';
font-family: 'FontAwesome';
font-size: 16px;
line-height: 18px;
padding-right: 3px;
vertical-align: bottom;
}
table.sideBySideScreenLinkTable td:nth-child(4) a.gwt-InlineHyperlink {
float: right;
margin-right: -16px;
}
table.sideBySideScreenLinkTable td:nth-child(4) a.gwt-InlineHyperlink:before {
color: #777;
content: '\f18e';
font-family: 'FontAwesome';
font-size: 16px;
line-height: 18px;
padding: 0 3px;
vertical-align: bottom;
}
table.screenHeader td:nth-child(4) a.gwt-Anchor,
div.reviewedPanelBottom a {
display: none;
}
table.screenHeader td:nth-child(4) label,
div.reviewedPanelBottom label {
display: inline-block;
overflow: hidden;
vertical-align: middle;
white-space: nowrap;
width: 58px;
}
div.linkPanel {
position: absolute;
right: 70px;
top: 11px;
}
div.linkPanel a.gwt-InlineHyperlink {
display: inline-block;
height: 22px;
transform: rotate(90deg);
transform-origin: left top 0;
width: 22px;
}
div.linkPanel a.gwt-InlineHyperlink img {
display: none;
}
div.linkPanel a.gwt-InlineHyperlink:before {
color: #777;
content: '\f008';
font-family: 'FontAwesome';
font-size: 16px;
line-height: 18px;
padding: 0 3px;
vertical-align: bottom;
}
div.commentPanel {
background-clip: padding-box;
background-color: #fff;
border: 1px solid #bfccd1;
border-radius: 3px;
color: #666;
display: inline-block;
font-size: 12px;
margin: 0 0 0 10px;
overflow: hidden;
position: relative;
width: 84%;
}
table.patchContentTable tr.commentHolder {
background: inherit;
}
table.patchContentTable td.commentHolderLeftmost {
background: inherit;
border: 0;
border-left: 1px solid #eee;
padding: 5px 0;
}
table.commentPanelHeader {
background-color: #f2f8fa !important;
padding: 6px 10px;
}
table.commentPanelHeader td.commentPanelAuthorCell {
color: #333;
font-weight: bold !important;
}
table.commentPanelHeader td:first-child {
display: none;
}
table.commentPanelHeader *,
div.commentPanelMessage * {
font: 13px / 1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
}
.commentPanelButtons {
padding: 0 0 4px 10px;
text-align: right;
}
.commentPanelButtons button.gwt-Button {
margin: 0 10px 0 0;
}
div.commentPanelMessage {
border-top: 1px solid #dde4e6;
color: #333;
padding: 0 10px !important;
}
|
docs/LICENSE-text.html | davebraze/FDButils | <!-- Generated by pkgdown: do not edit by hand -->
<!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.0">
<title>License • FDButils</title>
<!-- jquery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<!-- Bootstrap -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.4.0/united/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha256-nuL8/2cJ5NDSSwnKD8VqreErSWHtnEP9E7AySL+1ev4=" crossorigin="anonymous"></script>
<!-- bootstrap-toc -->
<link rel="stylesheet" href="bootstrap-toc.css">
<script src="bootstrap-toc.js"></script>
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/v4-shims.min.css" integrity="sha256-wZjR52fzng1pJHwx4aV2AO3yyTOXrcDW7jBpJtTwVxw=" crossorigin="anonymous" />
<!-- clipboard.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js" integrity="sha256-inc5kl9MA1hkeYUt+EC3BhlIgyp/2jDIyBLS6k3UxPI=" crossorigin="anonymous"></script>
<!-- headroom.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/headroom.min.js" integrity="sha256-AsUX4SJE1+yuDu5+mAVzJbuYNPHj/WroHuZ8Ir/CkE0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/jQuery.headroom.min.js" integrity="sha256-ZX/yNShbjqsohH1k95liqY9Gd8uOiE1S4vZc+9KQ1K4=" crossorigin="anonymous"></script>
<!-- pkgdown -->
<link href="pkgdown.css" rel="stylesheet">
<script src="pkgdown.js"></script>
<meta property="og:title" content="License" />
<!-- mathjax -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#toc">
<div class="container template-title-body">
<header>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<span class="navbar-brand">
<a class="navbar-link" href="index.html">FDButils</a>
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">0.0.10</span>
</span>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">
<span class="fas fa-home fa-lg"></span>
</a>
</li>
<li>
<a href="reference/index.html">Reference</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://github.com/davebraze/FDButils/">
<span class="fab fa-github fa-lg"></span>
</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
</header>
<div class="row">
<div class="contents col-md-9">
<div class="page-header">
<h1>License</h1>
</div>
<pre>Copyright (c) 2014-2021 David Braze. Released under the MIT License.
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
</pre>
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="pkgdown-sidebar">
<nav id="toc" data-toggle="toc" class="sticky-top">
<h2 data-toc-skip>Contents</h2>
</nav>
</div>
</div>
<footer>
<div class="copyright">
<p>Developed by David Braze.</p>
</div>
<div class="pkgdown">
<p>Site built with <a href="https://pkgdown.r-lib.org/">pkgdown</a> 1.6.1.</p>
</div>
</footer>
</div>
</body>
</html>
|
v3/user-agent-detail/b3/c7/b3c7a835-8257-488c-91e6-dae17fb95bae.html | ThaDafinser/UserAgentParserComparison |
<html>
<head>
<title>Mozilla/5.0 (Linux; U; Android 4.3; xx; SAMSUNG-SCH-I679 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
Mozilla/5.0 (Linux; U; Android 4.3; xx; SAMSUNG-SCH-I679 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
<p>
Detected by 8 of 8 providers<br />
As bot detected by 0 of 7
</p>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Actions</th></tr><tr><td>BrowscapPhp<br /><small>6011</small></td><td>Android 4.0</td><td>WebKit </td><td>Android 4.3</td><td></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td></td><td></td><td></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9">Detail</a>
<!-- Modal Structure -->
<div id="modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapPhp result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.3.* build\/.*\).*applewebkit\/.*\(.*khtml,.*like gecko.*\).*version\/4\.0.*safari.*$/
[browser_name_pattern] => mozilla/5.0 (*linux*android?4.3* build/*)*applewebkit/*(*khtml,*like gecko*)*version/4.0*safari*
[parent] => Android Browser 4.0
[comment] => Android Browser 4.0
[browser] => Android
[browser_type] => Browser
[browser_bits] => 32
[browser_maker] => Google Inc
[browser_modus] => unknown
[version] => 4.0
[majorver] => 4
[minorver] => 0
[platform] => Android
[platform_version] => 4.3
[platform_description] => Android OS
[platform_bits] => 32
[platform_maker] => Google Inc
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] =>
[javascript] => 1
[vbscript] =>
[javaapplets] => 1
[activexcontrols] =>
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] =>
[crawler] =>
[cssversion] => 3
[aolversion] => 0
[device_name] => general Mobile Phone
[device_maker] => unknown
[device_type] => Mobile Phone
[device_pointing_method] => touchscreen
[device_code_name] => general Mobile Phone
[device_brand_name] => unknown
[renderingengine_name] => WebKit
[renderingengine_version] => unknown
[renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.
[renderingengine_maker] => Apple Inc
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Android Browser 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-6fae891b-b0d5-4415-b07d-355015c3af67">Detail</a>
<!-- Modal Structure -->
<div id="modal-6fae891b-b0d5-4415-b07d-355015c3af67" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] => Android
[browser] => Android Browser
[version] => 4.0
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.1</small></td><td>Android Browser </td><td>WebKit </td><td>Android 4.3</td><td>Samsung</td><td>SCH-I679</td><td>smartphone</td><td>yes</td><td></td><td></td><td></td><td></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf">Detail</a>
<!-- Modal Structure -->
<div id="modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>PiwikDeviceDetector result detail</h4>
<p><pre><code class="php">Array
(
[client] => Array
(
[type] => browser
[name] => Android Browser
[short_name] => AN
[version] =>
[engine] => WebKit
)
[operatingSystem] => Array
(
[name] => Android
[short_name] => AND
[version] => 4.3
[platform] =>
)
[device] => Array
(
[brand] => SA
[brandName] => Samsung
[model] => SCH-I679
[device] => 1
[deviceName] => smartphone
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] => 1
[isTablet] =>
[isTV] =>
[isDesktop] =>
[isMobile] => 1
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Navigator 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.3</td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-8c08f104-4e61-421b-9405-291b09c383dc">Detail</a>
<!-- Modal Structure -->
<div id="modal-8c08f104-4e61-421b-9405-291b09c383dc" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>SinergiBrowserDetector result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Sinergi\BrowserDetector\Browser Object
(
[userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.3; xx; SAMSUNG-SCH-I679 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
)
[name:Sinergi\BrowserDetector\Browser:private] => Navigator
[version:Sinergi\BrowserDetector\Browser:private] => 4.0
[isRobot:Sinergi\BrowserDetector\Browser:private] =>
[isChromeFrame:Sinergi\BrowserDetector\Browser:private] =>
)
[operatingSystem] => Sinergi\BrowserDetector\Os Object
(
[name:Sinergi\BrowserDetector\Os:private] => Android
[version:Sinergi\BrowserDetector\Os:private] => 4.3
[isMobile:Sinergi\BrowserDetector\Os:private] => 1
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.3; xx; SAMSUNG-SCH-I679 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
)
)
[device] => Sinergi\BrowserDetector\Device Object
(
[name:Sinergi\BrowserDetector\Device:private] => unknown
[userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.3; xx; SAMSUNG-SCH-I679 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
)
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Android 4.3</td><td><i class="material-icons">close</i></td><td>Android 4.3</td><td>Samsung</td><td>SCH-I679</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-8f4c86c5-433e-4536-b799-ad26d77264e0">Detail</a>
<!-- Modal Structure -->
<div id="modal-8f4c86c5-433e-4536-b799-ad26d77264e0" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">UAParser\Result\Client Object
(
[ua] => UAParser\Result\UserAgent Object
(
[major] => 4
[minor] => 3
[patch] =>
[family] => Android
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] => 4
[minor] => 3
[patch] =>
[patchMinor] =>
[family] => Android
)
[device] => UAParser\Result\Device Object
(
[brand] => Samsung
[model] => SCH-I679
[family] => Samsung SCH-I679
)
[originalUserAgent] => Mozilla/5.0 (Linux; U; Android 4.3; xx; SAMSUNG-SCH-I679 Build/JLS36C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhichBrowser<br /><small>2.0.9</small></td><td>Android Browser </td><td>Webkit 534.30</td><td>Android 4.3</td><td>Samsung</td><td>SCH-I679</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b">Detail</a>
<!-- Modal Structure -->
<div id="modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[name] => Android Browser
)
[engine] => Array
(
[name] => Webkit
[version] => 534.30
)
[os] => Array
(
[name] => Android
[version] => 4.3
)
[device] => Array
(
[type] => mobile
[subtype] => smart
[manufacturer] => Samsung
[model] => SCH-I679
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Safari 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635">Detail</a>
<!-- Modal Structure -->
<div id="modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Woothee result detail</h4>
<p><pre><code class="php">Array
(
[name] => Safari
[vendor] => Apple
[version] => 4.0
[category] => smartphone
[os] => Android
[os_version] => 4.3
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Android Webkit 4.3</td><td><i class="material-icons">close</i></td><td>Android 4.3</td><td>Samsung</td><td>SCH-I679</td><td>Smartphone</td><td>yes</td><td>yes</td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027">Detail</a>
<!-- Modal Structure -->
<div id="modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Wurfl result detail</h4>
<p><pre><code class="php">Array
(
[virtual] => Array
(
[is_android] => true
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => false
[is_largescreen] => true
[is_mobile] => true
[is_robot] => false
[is_smartphone] => true
[is_touchscreen] => true
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => false
[is_html_preferred] => true
[advertised_device_os] => Android
[advertised_device_os_version] => 4.3
[advertised_browser] => Android Webkit
[advertised_browser_version] => 4.3
[complete_device_name] => Samsung SCH-I679 (Galaxy Ace 3)
[form_factor] => Smartphone
[is_phone] => true
[is_app_webview] => true
)
[all] => Array
(
[brand_name] => Samsung
[model_name] => SCH-I679
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => true
[device_claims_web_support] => true
[has_qwerty_keyboard] => true
[can_skip_aligned_link_row] => true
[uaprof] =>
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 0
[nokia_edition] => 0
[device_os] => Android
[mobile_browser] => UCWeb
[mobile_browser_version] =>
[device_os_version] => 4.3
[pointing_method] => touchscreen
[release_date] => 2011_october
[marketing_name] => Galaxy Ace 3
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => true
[is_tablet] => false
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => false
[built_in_back_button_support] => false
[card_title_support] => true
[softkey_support] => false
[table_support] => true
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => true
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => true
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => true
[wizards_recommended] => false
[image_as_link_support] => false
[insert_br_element_after_widget_recommended] => false
[wml_can_display_images_and_text_on_same_line] => false
[wml_displays_image_in_center] => false
[opwv_wml_extensions_support] => false
[wml_make_phone_call_string] => wtai://wp/mc;
[chtml_display_accesskey] => false
[emoji] => false
[chtml_can_display_images_and_text_on_same_line] => false
[chtml_displays_image_in_center] => false
[imode_region] => none
[chtml_make_phone_call_string] => tel:
[chtml_table_support] => false
[xhtml_honors_bgcolor] => true
[xhtml_supports_forms_in_table] => true
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => false
[xhtml_select_as_radiobutton] => false
[xhtml_select_as_popup] => false
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => true
[xhtml_supports_css_cell_table_coloring] => true
[xhtml_format_as_css_property] => false
[xhtml_format_as_attribute] => false
[xhtml_nowrap_mode] => false
[xhtml_marquee_as_css_property] => false
[xhtml_readable_background_color1] => #FFFFFF
[xhtml_readable_background_color2] => #FFFFFF
[xhtml_allows_disabled_form_elements] => true
[xhtml_document_title_support] => true
[xhtml_preferred_charset] => iso-8859-1
[opwv_xhtml_extensions_support] => false
[xhtml_make_phone_call_string] => tel:
[xhtmlmp_preferred_mime_type] => text/html
[xhtml_table_support] => true
[xhtml_send_sms_string] => sms:
[xhtml_send_mms_string] => mms:
[xhtml_file_upload] => supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => full
[xhtml_avoid_accesskeys] => true
[xhtml_can_embed_video] => none
[ajax_support_javascript] => true
[ajax_manipulate_css] => true
[ajax_support_getelementbyid] => true
[ajax_support_inner_html] => true
[ajax_xhr_type] => standard
[ajax_manipulate_dom] => true
[ajax_support_events] => true
[ajax_support_event_listener] => true
[ajax_preferred_geoloc_api] => w3c_api
[xhtml_support_level] => 4
[preferred_markup] => html_web_4_0
[wml_1_1] => false
[wml_1_2] => false
[wml_1_3] => false
[html_wi_w3_xhtmlbasic] => true
[html_wi_oma_xhtmlmp_1_0] => true
[html_wi_imode_html_1] => false
[html_wi_imode_html_2] => false
[html_wi_imode_html_3] => false
[html_wi_imode_html_4] => false
[html_wi_imode_html_5] => false
[html_wi_imode_htmlx_1] => false
[html_wi_imode_htmlx_1_1] => false
[html_wi_imode_compact_generic] => false
[html_web_3_2] => true
[html_web_4_0] => true
[voicexml] => false
[multipart_support] => false
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 480
[resolution_height] => 800
[columns] => 60
[max_image_width] => 320
[max_image_height] => 480
[rows] => 40
[physical_screen_width] => 53
[physical_screen_height] => 88
[dual_orientation] => true
[density_class] => 1.0
[wbmp] => true
[bmp] => false
[epoc_bmp] => false
[gif_animated] => false
[jpg] => true
[png] => true
[tiff] => false
[transparent_png_alpha] => true
[transparent_png_index] => true
[svgt_1_1] => true
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 65536
[webp_lossy_support] => true
[webp_lossless_support] => false
[post_method_support] => true
[basic_authentication_support] => true
[empty_option_value_support] => true
[emptyok] => false
[nokia_voice_call] => false
[wta_voice_call] => false
[wta_phonebook] => false
[wta_misc] => false
[wta_pdc] => false
[https_support] => true
[phone_id_provided] => false
[max_data_rate] => 3600
[wifi] => true
[sdio] => false
[vpn] => false
[has_cellular_radio] => true
[max_deck_size] => 2000000
[max_url_length_in_requests] => 256
[max_url_length_homepage] => 0
[max_url_length_bookmark] => 0
[max_url_length_cached_page] => 0
[max_no_of_connection_settings] => 0
[max_no_of_bookmarks] => 0
[max_length_of_username] => 0
[max_length_of_password] => 0
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => true
[inline_support] => false
[oma_support] => true
[ringtone] => false
[ringtone_3gpp] => false
[ringtone_midi_monophonic] => false
[ringtone_midi_polyphonic] => false
[ringtone_imelody] => false
[ringtone_digiplug] => false
[ringtone_compactmidi] => false
[ringtone_mmf] => false
[ringtone_rmf] => false
[ringtone_xmf] => false
[ringtone_amr] => false
[ringtone_awb] => false
[ringtone_aac] => false
[ringtone_wav] => false
[ringtone_mp3] => false
[ringtone_spmidi] => false
[ringtone_qcelp] => false
[ringtone_voices] => 1
[ringtone_df_size_limit] => 0
[ringtone_directdownload_size_limit] => 0
[ringtone_inline_size_limit] => 0
[ringtone_oma_size_limit] => 0
[wallpaper] => false
[wallpaper_max_width] => 0
[wallpaper_max_height] => 0
[wallpaper_preferred_width] => 0
[wallpaper_preferred_height] => 0
[wallpaper_resize] => none
[wallpaper_wbmp] => false
[wallpaper_bmp] => false
[wallpaper_gif] => false
[wallpaper_jpg] => false
[wallpaper_png] => false
[wallpaper_tiff] => false
[wallpaper_greyscale] => false
[wallpaper_colors] => 2
[wallpaper_df_size_limit] => 0
[wallpaper_directdownload_size_limit] => 0
[wallpaper_inline_size_limit] => 0
[wallpaper_oma_size_limit] => 0
[screensaver] => false
[screensaver_max_width] => 0
[screensaver_max_height] => 0
[screensaver_preferred_width] => 0
[screensaver_preferred_height] => 0
[screensaver_resize] => none
[screensaver_wbmp] => false
[screensaver_bmp] => false
[screensaver_gif] => false
[screensaver_jpg] => false
[screensaver_png] => false
[screensaver_greyscale] => false
[screensaver_colors] => 2
[screensaver_df_size_limit] => 0
[screensaver_directdownload_size_limit] => 0
[screensaver_inline_size_limit] => 0
[screensaver_oma_size_limit] => 0
[picture] => false
[picture_max_width] => 0
[picture_max_height] => 0
[picture_preferred_width] => 0
[picture_preferred_height] => 0
[picture_resize] => none
[picture_wbmp] => false
[picture_bmp] => false
[picture_gif] => false
[picture_jpg] => false
[picture_png] => false
[picture_greyscale] => false
[picture_colors] => 2
[picture_df_size_limit] => 0
[picture_directdownload_size_limit] => 0
[picture_inline_size_limit] => 0
[picture_oma_size_limit] => 0
[video] => false
[oma_v_1_0_forwardlock] => false
[oma_v_1_0_combined_delivery] => false
[oma_v_1_0_separate_delivery] => false
[streaming_video] => true
[streaming_3gpp] => true
[streaming_mp4] => true
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => 10
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => 2
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => 3.0
[streaming_acodec_amr] => nb
[streaming_acodec_aac] => lc
[streaming_wmv] => none
[streaming_preferred_protocol] => rtsp
[streaming_preferred_http_protocol] => apple_live_streaming
[wap_push_support] => false
[connectionless_service_indication] => false
[connectionless_service_load] => false
[connectionless_cache_operation] => false
[connectionoriented_unconfirmed_service_indication] => false
[connectionoriented_unconfirmed_service_load] => false
[connectionoriented_unconfirmed_cache_operation] => false
[connectionoriented_confirmed_service_indication] => false
[connectionoriented_confirmed_service_load] => false
[connectionoriented_confirmed_cache_operation] => false
[utf8_support] => true
[ascii_support] => false
[iso8859_support] => false
[expiration_date] => false
[j2me_cldc_1_0] => false
[j2me_cldc_1_1] => false
[j2me_midp_1_0] => false
[j2me_midp_2_0] => false
[doja_1_0] => false
[doja_1_5] => false
[doja_2_0] => false
[doja_2_1] => false
[doja_2_2] => false
[doja_3_0] => false
[doja_3_5] => false
[doja_4_0] => false
[j2me_jtwi] => false
[j2me_mmapi_1_0] => false
[j2me_mmapi_1_1] => false
[j2me_wmapi_1_0] => false
[j2me_wmapi_1_1] => false
[j2me_wmapi_2_0] => false
[j2me_btapi] => false
[j2me_3dapi] => false
[j2me_locapi] => false
[j2me_nokia_ui] => false
[j2me_motorola_lwt] => false
[j2me_siemens_color_game] => false
[j2me_siemens_extension] => false
[j2me_heap_size] => 0
[j2me_max_jar_size] => 0
[j2me_storage_size] => 0
[j2me_max_record_store_size] => 0
[j2me_screen_width] => 0
[j2me_screen_height] => 0
[j2me_canvas_width] => 0
[j2me_canvas_height] => 0
[j2me_bits_per_pixel] => 0
[j2me_audio_capture_enabled] => false
[j2me_video_capture_enabled] => false
[j2me_photo_capture_enabled] => false
[j2me_capture_image_formats] => none
[j2me_http] => false
[j2me_https] => false
[j2me_socket] => false
[j2me_udp] => false
[j2me_serial] => false
[j2me_gif] => false
[j2me_gif89a] => false
[j2me_jpg] => false
[j2me_png] => false
[j2me_bmp] => false
[j2me_bmp3] => false
[j2me_wbmp] => false
[j2me_midi] => false
[j2me_wav] => false
[j2me_amr] => false
[j2me_mp3] => false
[j2me_mp4] => false
[j2me_imelody] => false
[j2me_rmf] => false
[j2me_au] => false
[j2me_aac] => false
[j2me_realaudio] => false
[j2me_xmf] => false
[j2me_wma] => false
[j2me_3gpp] => false
[j2me_h263] => false
[j2me_svgt] => false
[j2me_mpeg4] => false
[j2me_realvideo] => false
[j2me_real8] => false
[j2me_realmedia] => false
[j2me_left_softkey_code] => 0
[j2me_right_softkey_code] => 0
[j2me_middle_softkey_code] => 0
[j2me_select_key_code] => 0
[j2me_return_key_code] => 0
[j2me_clear_key_code] => 0
[j2me_datefield_no_accepts_null_date] => false
[j2me_datefield_broken] => false
[receiver] => false
[sender] => false
[mms_max_size] => 0
[mms_max_height] => 0
[mms_max_width] => 0
[built_in_recorder] => false
[built_in_camera] => true
[mms_jpeg_baseline] => false
[mms_jpeg_progressive] => false
[mms_gif_static] => false
[mms_gif_animated] => false
[mms_png] => false
[mms_bmp] => false
[mms_wbmp] => false
[mms_amr] => false
[mms_wav] => false
[mms_midi_monophonic] => false
[mms_midi_polyphonic] => false
[mms_midi_polyphonic_voices] => 0
[mms_spmidi] => false
[mms_mmf] => false
[mms_mp3] => false
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => false
[mms_nokia_operatorlogo] => false
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => false
[mms_rmf] => false
[mms_xmf] => false
[mms_symbian_install] => false
[mms_jar] => false
[mms_jad] => false
[mms_vcard] => false
[mms_vcalendar] => false
[mms_wml] => false
[mms_wbxml] => false
[mms_wmlc] => false
[mms_video] => false
[mms_mp4] => false
[mms_3gpp] => false
[mms_3gpp2] => false
[mms_max_frame_rate] => 0
[nokiaring] => false
[picturemessage] => false
[operatorlogo] => false
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => true
[wav] => false
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => false
[midi_polyphonic] => false
[sp_midi] => false
[rmf] => false
[xmf] => false
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => false
[imelody] => false
[au] => false
[amr] => false
[awb] => false
[aac] => true
[mp3] => true
[voices] => 1
[qcelp] => false
[evrc] => false
[flash_lite_version] =>
[fl_wallpaper] => false
[fl_screensaver] => false
[fl_standalone] => false
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => true
[css_supports_width_as_percentage] => true
[css_border_image] => webkit
[css_rounded_corners] => webkit
[css_gradient] => none
[css_spriting] => true
[css_gradient_linear] => none
[is_transcoder] => false
[transcoder_ua_header] => user-agent
[rss_support] => false
[pdf_support] => true
[progressive_download] => true
[playback_vcodec_h263_0] => 10
[playback_vcodec_h263_3] => -1
[playback_vcodec_mpeg4_sp] => 0
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => 3.0
[playback_real_media] => none
[playback_3gpp] => true
[playback_3g2] => false
[playback_mp4] => true
[playback_mov] => false
[playback_acodec_amr] => nb
[playback_acodec_aac] => none
[playback_df_size_limit] => 0
[playback_directdownload_size_limit] => 0
[playback_inline_size_limit] => 0
[playback_oma_size_limit] => 0
[playback_acodec_qcelp] => false
[playback_wmv] => none
[hinted_progressive_download] => true
[html_preferred_dtd] => html4
[viewport_supported] => true
[viewport_width] => device_width_token
[viewport_userscalable] => no
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => full
[image_inlining] => true
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => false
[jqm_grade] => A
[is_sencha_touch_ok] => false
[controlcap_is_smartphone] => default
[controlcap_is_ios] => default
[controlcap_is_android] => default
[controlcap_is_robot] => default
[controlcap_is_app] => default
[controlcap_advertised_device_os] => default
[controlcap_advertised_device_os_version] => default
[controlcap_advertised_browser] => default
[controlcap_advertised_browser_version] => default
[controlcap_is_windows_phone] => default
[controlcap_is_full_desktop] => default
[controlcap_is_largescreen] => default
[controlcap_is_mobile] => default
[controlcap_is_touchscreen] => default
[controlcap_is_wml_preferred] => default
[controlcap_is_xhtmlmp_preferred] => default
[controlcap_is_html_preferred] => default
[controlcap_form_factor] => default
[controlcap_complete_device_name] => default
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr></table>
</div>
<div class="section">
<h1 class="header center orange-text">About this comparison</h1>
<div class="row center">
<h5 class="header light">
The primary goal of this project is simple<br />
I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br />
<br />
The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br />
<br />
You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br />
<br />
The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a>
</h5>
</div>
</div>
<div class="card">
<div class="card-content">
Comparison created <i>2016-01-26 16:39:52</i> | by
<a href="https://github.com/ThaDafinser">ThaDafinser</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script>
<script>
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal-trigger').leanModal();
});
</script>
</body>
</html> |
L4AllPortal/WebContent/style/fix1024.css | gsalab/L4AllPortal | #menu_facet{
width: 350px !important;
}
div.facet-value-label{
width: 80px !important;
}
div.facet-count {
left: 100px !important;
}
div.facet .facet-value .facet-histo{
left: 125px !important;
width: 35px !important;
}
.hierFacet ul.l0 > li.facet-value > .label {
width: 80px !important;
}
.hierFacet ul.l1 > li.facet-value > .label {
width: 65px !important;
}
.hierFacet div.label{
font-size: 90% !important;
}
.hierFacet ul.l1 > li.facet-value > .facet-count {
left: 115px !important;
}
.hierFacet ul.l0 > li.facet-value > .facet-count {
left: 120px !important;
}
.hierFacet ul.l2 > li.facet-value > .label {
width: 65px !important;
}
#facet_description .absoluteView .facet-count {
left: 190px !important;
}
#facet_description .absoluteView .facet-histo {
left: 220px !important;
width: 90px !important;
}
#facet_description .percentView .facet-count {
left: 190px !important;
}
[val="Multimedialità"],[val="Immigrazione"],[val="Brainstorming"],[val="Ospedalizzazione malattia aree isolate"]{font-size: 90%;}
.percentView div[val="Autoapprendimento"] div.facet-value-label, .absoluteView div[val="Autoapprendimento"] div.facet-value-label{font-size: 65% !important;}
[val="Coinvolgimento della classe"],[val="Individualizzazione"],[val="Personalizzazione"],[val="Prevalentemente orario scolastico"],[val="Extracurricolare"],[val="Comportamenti"],[val="Apprendimento"]{font-size: 85%;}
.viewTop{font-size: 75% !important}
#view .viewTop .count {
width: 130px !important;
}
#view .viewTop .proxy{
left: 300px !important;
}
#view .viewTop .selection{
left: 150px !important;
}
#map_detail .down ul{
font-size: 85% !important;
}
#map_detail .more .bott{
font-size: 73% !important;
}
#map_detail .more .bott > div{
width: 65px !important;
}
#map_detail .more .bott > div .label{
width: 45px !important;
}
#facet_coinvolgimento .facet-header-title{width: 70% !important;} |
docs/classSideCar_1_1Algorithms_1_1ShiftBins.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: SideCar::Algorithms::ShiftBins 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="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 class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespaceSideCar.html">SideCar</a></li><li class="navelem"><a class="el" href="namespaceSideCar_1_1Algorithms.html">Algorithms</a></li><li class="navelem"><a class="el" href="classSideCar_1_1Algorithms_1_1ShiftBins.html">ShiftBins</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> |
<a href="#pub-methods">Public Member Functions</a> </div>
<div class="headertitle">
<div class="title">SideCar::Algorithms::ShiftBins Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Documentation for the algorithm <a class="el" href="classSideCar_1_1Algorithms_1_1ShiftBins.html" title="Documentation for the algorithm ShiftBins. ">ShiftBins</a>.
<a href="classSideCar_1_1Algorithms_1_1ShiftBins.html#details">More...</a></p>
<p><code>#include <<a class="el" href="ShiftBins_8h_source.html">/Users/howes/src/sidecar/Algorithms/ShiftBins/ShiftBins.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for SideCar::Algorithms::ShiftBins:</div>
<div class="dyncontent">
<div class="center"><img src="classSideCar_1_1Algorithms_1_1ShiftBins__inherit__graph.png" border="0" usemap="#SideCar_1_1Algorithms_1_1ShiftBins_inherit__map" alt="Inheritance graph"/></div>
<map name="SideCar_1_1Algorithms_1_1ShiftBins_inherit__map" id="SideCar_1_1Algorithms_1_1ShiftBins_inherit__map">
<area shape="rect" id="node2" href="classSideCar_1_1Algorithms_1_1Algorithm.html" title="Base class for all algorithm classes. " alt="" coords="5,5,144,54"/>
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:a74dee219c0cf38d78c811ef30da760b0"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a74dee219c0cf38d78c811ef30da760b0"></a>enum  </td><td class="memItemRight" valign="bottom"><b>InfoSlots</b> { <b>kEnabled</b> = ControllerStatus::kNumSlots,
<b>kShift</b>,
<b>kNumSlots</b>
}</td></tr>
<tr class="separator:a74dee219c0cf38d78c811ef30da760b0"><td class="memSeparator" colspan="2"> </td></tr>
</table><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:a30034465dacf5bad728e119a77e9d99b"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1ShiftBins.html#a30034465dacf5bad728e119a77e9d99b">ShiftBins</a> (<a class="el" href="classSideCar_1_1Algorithms_1_1Controller.html">Controller</a> &controller, <a class="el" href="classLogger_1_1Log.html">Logger::Log</a> &log)</td></tr>
<tr class="memdesc:a30034465dacf5bad728e119a77e9d99b"><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <a href="#a30034465dacf5bad728e119a77e9d99b">More...</a><br /></td></tr>
<tr class="separator:a30034465dacf5bad728e119a77e9d99b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a612f63c34860e20700adedbf85d7d699"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1ShiftBins.html#a612f63c34860e20700adedbf85d7d699">startup</a> ()</td></tr>
<tr class="memdesc:a612f63c34860e20700adedbf85d7d699"><td class="mdescLeft"> </td><td class="mdescRight">Implementation of the <a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#adc55ff37337422754b5e9bed1de14eb1" title="Hook called once after the DLL is loaded and before processing begins. ">Algorithm::startup</a> interface. <a href="#a612f63c34860e20700adedbf85d7d699">More...</a><br /></td></tr>
<tr class="separator:a612f63c34860e20700adedbf85d7d699"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0871e735d9e423f96ea52ef166b360f6"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0871e735d9e423f96ea52ef166b360f6"></a>
void </td><td class="memItemRight" valign="bottom"><b>setShift</b> (int value)</td></tr>
<tr class="separator:a0871e735d9e423f96ea52ef166b360f6"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classSideCar_1_1Algorithms_1_1Algorithm')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html">SideCar::Algorithms::Algorithm</a></td></tr>
<tr class="memitem:a098ecd6d6c6e53048c0bd951d0769a5e inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#a098ecd6d6c6e53048c0bd951d0769a5e">Algorithm</a> (<a class="el" href="classSideCar_1_1Algorithms_1_1Controller.html">Controller</a> &controller, <a class="el" href="classLogger_1_1Log.html">Logger::Log</a> &log)</td></tr>
<tr class="memdesc:a098ecd6d6c6e53048c0bd951d0769a5e inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <a href="#a098ecd6d6c6e53048c0bd951d0769a5e">More...</a><br /></td></tr>
<tr class="separator:a098ecd6d6c6e53048c0bd951d0769a5e inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae2801c5b6cd6f45b3852d8c94f354cd5 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae2801c5b6cd6f45b3852d8c94f354cd5"></a>
virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#ae2801c5b6cd6f45b3852d8c94f354cd5">~Algorithm</a> ()</td></tr>
<tr class="memdesc:ae2801c5b6cd6f45b3852d8c94f354cd5 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Destructor. <br /></td></tr>
<tr class="separator:ae2801c5b6cd6f45b3852d8c94f354cd5 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af2f454ac5b20783e58998859dc83e9a6 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classSideCar_1_1Algorithms_1_1Controller.html">Controller</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#af2f454ac5b20783e58998859dc83e9a6">getController</a> () const </td></tr>
<tr class="memdesc:af2f454ac5b20783e58998859dc83e9a6 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Obtain the <a class="el" href="classSideCar_1_1Algorithms_1_1Controller.html" title="Controller for an Algorithm object found in a separate DLL. ">Controller</a> object managing the algorithm. <a href="#af2f454ac5b20783e58998859dc83e9a6">More...</a><br /></td></tr>
<tr class="separator:af2f454ac5b20783e58998859dc83e9a6 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aea178ec009a72f20c10df20a701893eb inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classLogger_1_1Log.html">Logger::Log</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#aea178ec009a72f20c10df20a701893eb">getLog</a> () const </td></tr>
<tr class="memdesc:aea178ec009a72f20c10df20a701893eb inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Obtain the log device to use for by the algorithm for log messages. <a href="#aea178ec009a72f20c10df20a701893eb">More...</a><br /></td></tr>
<tr class="separator:aea178ec009a72f20c10df20a701893eb inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3c8e9521c92ca31e520aa397467b2f85 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">const std::string & </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#a3c8e9521c92ca31e520aa397467b2f85">getName</a> () const </td></tr>
<tr class="memdesc:a3c8e9521c92ca31e520aa397467b2f85 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Obtain the name of the algorithm. <a href="#a3c8e9521c92ca31e520aa397467b2f85">More...</a><br /></td></tr>
<tr class="separator:a3c8e9521c92ca31e520aa397467b2f85 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acd21660587f84fc8ffcea3b9e61e3576 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#acd21660587f84fc8ffcea3b9e61e3576">registerParameter</a> (const <a class="el" href="namespaceSideCar_1_1Parameter.html#a6b770a319c0009ffe02d4857ac4c8cf3">Parameter::Ref</a> &parameter)</td></tr>
<tr class="memdesc:acd21660587f84fc8ffcea3b9e61e3576 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Add a configuration parameter to the runtime system. <a href="#acd21660587f84fc8ffcea3b9e61e3576">More...</a><br /></td></tr>
<tr class="separator:acd21660587f84fc8ffcea3b9e61e3576 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afe792fc2e05312967b6fa499fddcdf1e inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#afe792fc2e05312967b6fa499fddcdf1e">unregisterParameter</a> (const <a class="el" href="namespaceSideCar_1_1Parameter.html#a6b770a319c0009ffe02d4857ac4c8cf3">Parameter::Ref</a> &parameter)</td></tr>
<tr class="memdesc:afe792fc2e05312967b6fa499fddcdf1e inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Remove a configuration parameter from the runtime system. <a href="#afe792fc2e05312967b6fa499fddcdf1e">More...</a><br /></td></tr>
<tr class="separator:afe792fc2e05312967b6fa499fddcdf1e inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aae394c770abf3537fe60acd73a1a9977 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memTemplParams" colspan="2">template<typename A , typename M > </td></tr>
<tr class="memitem:aae394c770abf3537fe60acd73a1a9977 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#aae394c770abf3537fe60acd73a1a9977">registerProcessor</a> (boost::function< bool(A *, typename M::Ref)> proc)</td></tr>
<tr class="memdesc:aae394c770abf3537fe60acd73a1a9977 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Install a method to process a particular message type. <a href="#aae394c770abf3537fe60acd73a1a9977">More...</a><br /></td></tr>
<tr class="separator:aae394c770abf3537fe60acd73a1a9977 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab47cd1dd6948cc89e8a8dbd64d8eebbb inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memTemplParams" colspan="2">template<typename A , typename M > </td></tr>
<tr class="memitem:ab47cd1dd6948cc89e8a8dbd64d8eebbb inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#ab47cd1dd6948cc89e8a8dbd64d8eebbb">registerProcessor</a> (const std::string &channelName, boost::function< bool(A *, typename M::Ref)> proc)</td></tr>
<tr class="memdesc:ab47cd1dd6948cc89e8a8dbd64d8eebbb inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Same as above method, but allows user to pick the channel by name. <a href="#ab47cd1dd6948cc89e8a8dbd64d8eebbb">More...</a><br /></td></tr>
<tr class="separator:ab47cd1dd6948cc89e8a8dbd64d8eebbb inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9622a2858584b9ea1cc3a845bcc485a4 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memTemplParams" colspan="2">template<typename A , typename M > </td></tr>
<tr class="memitem:a9622a2858584b9ea1cc3a845bcc485a4 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#a9622a2858584b9ea1cc3a845bcc485a4">registerProcessor</a> (size_t channelIndex, boost::function< bool(A *, typename M::Ref)> proc)</td></tr>
<tr class="memdesc:a9622a2858584b9ea1cc3a845bcc485a4 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Same as above method, but allows user to pick the channel by index. <a href="#a9622a2858584b9ea1cc3a845bcc485a4">More...</a><br /></td></tr>
<tr class="separator:a9622a2858584b9ea1cc3a845bcc485a4 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad440f5badb1fcf93d7c149c8ddd0f67e inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memTemplParams" colspan="2"><a class="anchor" id="ad440f5badb1fcf93d7c149c8ddd0f67e"></a>
template<typename A > </td></tr>
<tr class="memitem:ad440f5badb1fcf93d7c149c8ddd0f67e inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><b>registerProcessor</b> (const std::string &channelName, const <a class="el" href="classSideCar_1_1Messages_1_1MetaTypeInfo.html">Messages::MetaTypeInfo</a> &metaTypeInfo, boost::function< bool(A *, typename Messages::Header::Ref)> proc)</td></tr>
<tr class="separator:ad440f5badb1fcf93d7c149c8ddd0f67e inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afbf6efcf2795bcc56aeca50e24b831ee inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memTemplParams" colspan="2"><a class="anchor" id="afbf6efcf2795bcc56aeca50e24b831ee"></a>
template<typename A > </td></tr>
<tr class="memitem:afbf6efcf2795bcc56aeca50e24b831ee inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><b>registerProcessor</b> (size_t channelIndex, const <a class="el" href="classSideCar_1_1Messages_1_1MetaTypeInfo.html">Messages::MetaTypeInfo</a> &metaTypeInfo, boost::function< bool(A *, typename Messages::Header::Ref)> proc)</td></tr>
<tr class="separator:afbf6efcf2795bcc56aeca50e24b831ee inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab09cfc818adce0d88d0e98420ac6fad7 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#ab09cfc818adce0d88d0e98420ac6fad7">addProcessor</a> (const std::string &channelName, const <a class="el" href="classSideCar_1_1Messages_1_1MetaTypeInfo.html">Messages::MetaTypeInfo</a> &metaTypeInfo, <a class="el" href="classSideCar_1_1Algorithms_1_1Processor.html">Processor</a> *processor)</td></tr>
<tr class="memdesc:ab09cfc818adce0d88d0e98420ac6fad7 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Add a message processor for a channel. <a href="#ab09cfc818adce0d88d0e98420ac6fad7">More...</a><br /></td></tr>
<tr class="separator:ab09cfc818adce0d88d0e98420ac6fad7 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac6c35fc23183ef25caa716346296aab4 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#ac6c35fc23183ef25caa716346296aab4">addProcessor</a> (const <a class="el" href="classSideCar_1_1Messages_1_1MetaTypeInfo.html">Messages::MetaTypeInfo</a> &metaTypeInfo, <a class="el" href="classSideCar_1_1Algorithms_1_1Processor.html">Processor</a> *processor)</td></tr>
<tr class="memdesc:ac6c35fc23183ef25caa716346296aab4 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Add a message processor for a channel. <a href="#ac6c35fc23183ef25caa716346296aab4">More...</a><br /></td></tr>
<tr class="separator:ac6c35fc23183ef25caa716346296aab4 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af5d7556eda620f7181ef79625fb4faf2 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#af5d7556eda620f7181ef79625fb4faf2">addProcessor</a> (size_t index, const <a class="el" href="classSideCar_1_1Messages_1_1MetaTypeInfo.html">Messages::MetaTypeInfo</a> &metaTypeInfo, <a class="el" href="classSideCar_1_1Algorithms_1_1Processor.html">Processor</a> *processor)</td></tr>
<tr class="memdesc:af5d7556eda620f7181ef79625fb4faf2 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Add a message processor for a channel. <a href="#af5d7556eda620f7181ef79625fb4faf2">More...</a><br /></td></tr>
<tr class="separator:af5d7556eda620f7181ef79625fb4faf2 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab13026ae0ee1287859af2f6387c1fa50 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#ab13026ae0ee1287859af2f6387c1fa50">removeProcessor</a> (size_t index)</td></tr>
<tr class="memdesc:ab13026ae0ee1287859af2f6387c1fa50 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Remove a processor from a given channel. <a href="#ab13026ae0ee1287859af2f6387c1fa50">More...</a><br /></td></tr>
<tr class="separator:ab13026ae0ee1287859af2f6387c1fa50 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0a68211d01b29dd5227df2963f1b9aac inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#a0a68211d01b29dd5227df2963f1b9aac">getOutputChannelIndex</a> (const std::string &name) const </td></tr>
<tr class="memdesc:a0a68211d01b29dd5227df2963f1b9aac inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Obtain an output channel index with a given name. <a href="#a0a68211d01b29dd5227df2963f1b9aac">More...</a><br /></td></tr>
<tr class="separator:a0a68211d01b29dd5227df2963f1b9aac inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a918ffbdad5247594b45f4efaa79f736b inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#a918ffbdad5247594b45f4efaa79f736b">send</a> (const Messages::Header::Ref &msg, size_t channelIndex=0)</td></tr>
<tr class="memdesc:a918ffbdad5247594b45f4efaa79f736b inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Submit a message object to the controller for sending out on a given data channel. <a href="#a918ffbdad5247594b45f4efaa79f736b">More...</a><br /></td></tr>
<tr class="separator:a918ffbdad5247594b45f4efaa79f736b inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a477500b99c6d5dd9882fb527a1c74949 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#a477500b99c6d5dd9882fb527a1c74949">sendAsIs</a> (const Messages::Header::Ref &msg, size_t channelIndex=0)</td></tr>
<tr class="memdesc:a477500b99c6d5dd9882fb527a1c74949 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Hand a message to the controller for sending out on a given data channel. <a href="#a477500b99c6d5dd9882fb527a1c74949">More...</a><br /></td></tr>
<tr class="separator:a477500b99c6d5dd9882fb527a1c74949 inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8c793ad5ddfc14f4a881b5860437907a inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#a8c793ad5ddfc14f4a881b5860437907a">getActiveChannelIndex</a> () const </td></tr>
<tr class="memdesc:a8c793ad5ddfc14f4a881b5860437907a inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Obtain the index of the input channel that last received a message for the algorithm to process. <a href="#a8c793ad5ddfc14f4a881b5860437907a">More...</a><br /></td></tr>
<tr class="separator:a8c793ad5ddfc14f4a881b5860437907a inherit pub_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pub_static_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classSideCar_1_1Algorithms_1_1Algorithm')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html">SideCar::Algorithms::Algorithm</a></td></tr>
<tr class="memitem:aa3ddc6e87d9702e6906c5eec5e569a76 inherit pub_static_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">static void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#aa3ddc6e87d9702e6906c5eec5e569a76">FormatInfoValue</a> (const QString &value)</td></tr>
<tr class="memdesc:aa3ddc6e87d9702e6906c5eec5e569a76 inherit pub_static_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Obtain a C-safe value for the given QString string. <a href="#aa3ddc6e87d9702e6906c5eec5e569a76">More...</a><br /></td></tr>
<tr class="separator:aa3ddc6e87d9702e6906c5eec5e569a76 inherit pub_static_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad4808622d42cd750acfe9f4438100639 inherit pub_static_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">static void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#ad4808622d42cd750acfe9f4438100639">FormatInfoValue</a> (const char *value)</td></tr>
<tr class="memdesc:ad4808622d42cd750acfe9f4438100639 inherit pub_static_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Obtain a C-safe value for the given character string. <a href="#ad4808622d42cd750acfe9f4438100639">More...</a><br /></td></tr>
<tr class="separator:ad4808622d42cd750acfe9f4438100639 inherit pub_static_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_classSideCar_1_1Algorithms_1_1Algorithm')"><img src="closed.png" alt="-"/> Protected Member Functions inherited from <a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html">SideCar::Algorithms::Algorithm</a></td></tr>
<tr class="memitem:af1a8a41e84f297a7830f185022f41bf7 inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af1a8a41e84f297a7830f185022f41bf7"></a>
void </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#af1a8a41e84f297a7830f185022f41bf7">setAlarm</a> (int secs)</td></tr>
<tr class="memdesc:af1a8a41e84f297a7830f185022f41bf7 inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">This method can be used by an <a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html" title="Base class for all algorithm classes. ">Algorithm</a> to schedule a periodic alarm to go off for itself. <br /></td></tr>
<tr class="separator:af1a8a41e84f297a7830f185022f41bf7 inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab2466f26d926bb6e8c9348db1c03308e inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#ab2466f26d926bb6e8c9348db1c03308e">reset</a> ()</td></tr>
<tr class="memdesc:ab2466f26d926bb6e8c9348db1c03308e inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Hook called when the algorithm is transitioning from a stopped to a running state (one of Task::kAutoDiagnostic, Task::kCalibrate, or Task::kRun). <a href="#ab2466f26d926bb6e8c9348db1c03308e">More...</a><br /></td></tr>
<tr class="separator:ab2466f26d926bb6e8c9348db1c03308e inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0a9c5861c84ffd314fcfca6006218131 inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#a0a9c5861c84ffd314fcfca6006218131">clearStats</a> ()</td></tr>
<tr class="memdesc:a0a9c5861c84ffd314fcfca6006218131 inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Hook called when the algorithm is commaned to clear any statistics. <a href="#a0a9c5861c84ffd314fcfca6006218131">More...</a><br /></td></tr>
<tr class="separator:a0a9c5861c84ffd314fcfca6006218131 inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adeadf62031a4de64a8e0d7a0712f7537 inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#adeadf62031a4de64a8e0d7a0712f7537">beginAutoDiag</a> ()</td></tr>
<tr class="memdesc:adeadf62031a4de64a8e0d7a0712f7537 inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Hook called when the algorithm is entering the Task::kAutoDiagnostic state. <a href="#adeadf62031a4de64a8e0d7a0712f7537">More...</a><br /></td></tr>
<tr class="separator:adeadf62031a4de64a8e0d7a0712f7537 inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab88b8a434a890822946f777da627ba11 inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#ab88b8a434a890822946f777da627ba11">beginCalibration</a> ()</td></tr>
<tr class="memdesc:ab88b8a434a890822946f777da627ba11 inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Hook called when the algorithm is entering the Task::kCalibrate state. <a href="#ab88b8a434a890822946f777da627ba11">More...</a><br /></td></tr>
<tr class="separator:ab88b8a434a890822946f777da627ba11 inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a65a0794ed51564f943c9e5182e538efe inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#a65a0794ed51564f943c9e5182e538efe">beginRun</a> ()</td></tr>
<tr class="memdesc:a65a0794ed51564f943c9e5182e538efe inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Hook called when the algorithm is entering the Task::kRun state. <a href="#a65a0794ed51564f943c9e5182e538efe">More...</a><br /></td></tr>
<tr class="separator:a65a0794ed51564f943c9e5182e538efe inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afb66fcb30f2025ef42693aac63713f16 inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#afb66fcb30f2025ef42693aac63713f16">stop</a> ()</td></tr>
<tr class="memdesc:afb66fcb30f2025ef42693aac63713f16 inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Hook called when the algorithm is entering the Task::kStop state. <a href="#afb66fcb30f2025ef42693aac63713f16">More...</a><br /></td></tr>
<tr class="separator:afb66fcb30f2025ef42693aac63713f16 inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3659f06ae5c6824e7899beb2adf0eb9a inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#a3659f06ae5c6824e7899beb2adf0eb9a">shutdown</a> ()</td></tr>
<tr class="memdesc:a3659f06ae5c6824e7899beb2adf0eb9a inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Hook called when the processing system shuts down. <a href="#a3659f06ae5c6824e7899beb2adf0eb9a">More...</a><br /></td></tr>
<tr class="separator:a3659f06ae5c6824e7899beb2adf0eb9a inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acd582b9aaf9f8147b90dd0cf2e1b2d3a inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#acd582b9aaf9f8147b90dd0cf2e1b2d3a">recordingStarted</a> ()</td></tr>
<tr class="memdesc:acd582b9aaf9f8147b90dd0cf2e1b2d3a inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Hook called when a recording has started. <a href="#acd582b9aaf9f8147b90dd0cf2e1b2d3a">More...</a><br /></td></tr>
<tr class="separator:acd582b9aaf9f8147b90dd0cf2e1b2d3a inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0d353cf56dd941a3bc51bba1c2891903 inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#a0d353cf56dd941a3bc51bba1c2891903">recordingStopped</a> ()</td></tr>
<tr class="memdesc:a0d353cf56dd941a3bc51bba1c2891903 inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Hook called when a recording has stopped. <a href="#a0d353cf56dd941a3bc51bba1c2891903">More...</a><br /></td></tr>
<tr class="separator:a0d353cf56dd941a3bc51bba1c2891903 inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab1baa27dfd29780c41e952a5bdff45db inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab1baa27dfd29780c41e952a5bdff45db"></a>
virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#ab1baa27dfd29780c41e952a5bdff45db">beginParameterChanges</a> ()</td></tr>
<tr class="memdesc:ab1baa27dfd29780c41e952a5bdff45db inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Hook called just before algorithm runtime parameters are changed. <br /></td></tr>
<tr class="separator:ab1baa27dfd29780c41e952a5bdff45db inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9b638ad10603b02e34dce3cd50a052e1 inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9b638ad10603b02e34dce3cd50a052e1"></a>
virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#a9b638ad10603b02e34dce3cd50a052e1">endParameterChanges</a> ()</td></tr>
<tr class="memdesc:a9b638ad10603b02e34dce3cd50a052e1 inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">Hook called just after algorithm runtime parameters have been changed. <br /></td></tr>
<tr class="separator:a9b638ad10603b02e34dce3cd50a052e1 inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0150940bb234b3b869460637e70a5b7e inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#a0150940bb234b3b869460637e70a5b7e">processAlarm</a> ()</td></tr>
<tr class="memdesc:a0150940bb234b3b869460637e70a5b7e inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="mdescLeft"> </td><td class="mdescRight">This method will get called whenever an alarm expires for this <a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html" title="Base class for all algorithm classes. ">Algorithm</a>. <a href="#a0150940bb234b3b869460637e70a5b7e">More...</a><br /></td></tr>
<tr class="separator:a0150940bb234b3b869460637e70a5b7e inherit pro_methods_classSideCar_1_1Algorithms_1_1Algorithm"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Documentation for the algorithm <a class="el" href="classSideCar_1_1Algorithms_1_1ShiftBins.html" title="Documentation for the algorithm ShiftBins. ">ShiftBins</a>. </p>
<p>Please describe what the algorithm does, in layman's terms and, if possible, mathematical terms. </p>
<p>Definition at line <a class="el" href="ShiftBins_8h_source.html#l00015">15</a> of file <a class="el" href="ShiftBins_8h_source.html">ShiftBins.h</a>.</p>
</div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
<a class="anchor" id="a30034465dacf5bad728e119a77e9d99b"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">ShiftBins::ShiftBins </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classSideCar_1_1Algorithms_1_1Controller.html">Controller</a> & </td>
<td class="paramname"><em>controller</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classLogger_1_1Log.html">Logger::Log</a> & </td>
<td class="paramname"><em>log</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Constructor. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">controller</td><td>object that controls us</td></tr>
<tr><td class="paramname">log</td><td>device used for log messages </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="ShiftBins_8cc_source.html#l00018">18</a> of file <a class="el" href="ShiftBins_8cc_source.html">ShiftBins.cc</a>.</p>
<p>Referenced by <a class="el" href="ShiftBins_8cc_source.html#l00032">startup()</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a612f63c34860e20700adedbf85d7d699"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">bool ShiftBins::startup </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Implementation of the <a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#adc55ff37337422754b5e9bed1de14eb1" title="Hook called once after the DLL is loaded and before processing begins. ">Algorithm::startup</a> interface. </p>
<p>Register runtime parameters and data processors.</p>
<dl class="section return"><dt>Returns</dt><dd>true if successful, false otherwise </dd></dl>
<p>Reimplemented from <a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#adc55ff37337422754b5e9bed1de14eb1">SideCar::Algorithms::Algorithm</a>.</p>
<p>Definition at line <a class="el" href="ShiftBins_8cc_source.html#l00032">32</a> of file <a class="el" href="ShiftBins_8cc_source.html">ShiftBins.cc</a>.</p>
<p>References <a class="el" href="Algorithm_8cc_source.html#l00169">SideCar::Algorithms::Algorithm::FormatInfoValue()</a>, <a class="el" href="Algorithm_8h_source.html#l00106">SideCar::Algorithms::Algorithm::getController()</a>, <a class="el" href="IO_2Channel_8h_source.html#l00075">SideCar::IO::Channel::getTypeKey()</a>, <a class="el" href="Algorithm_8h_source.html#l00128">SideCar::Algorithms::Algorithm::registerParameter()</a>, <a class="el" href="StatusBase_8h_source.html#l00075">SideCar::IO::StatusBase::setSlot()</a>, <a class="el" href="ShiftBins_8cc_source.html#l00018">ShiftBins()</a>, and <a class="el" href="Algorithm_8h_source.html#l00317">SideCar::Algorithms::Algorithm::startup()</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>/Users/howes/src/sidecar/Algorithms/ShiftBins/<a class="el" href="ShiftBins_8h_source.html">ShiftBins.h</a></li>
<li>/Users/howes/src/sidecar/Algorithms/ShiftBins/<a class="el" href="ShiftBins_8cc_source.html">ShiftBins.cc</a></li>
</ul>
</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>
|
the-world-factbook/fields/2095.html | jfseb/twf-as-colored-maps | <!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!-->
<!--<![endif]-->
<html class="no-js" lang="en"><!-- InstanceBegin template="/Templates/wfbext_template.dwt.cfm" codeOutsideHTMLIsLocked="false" -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- InstanceBeginEditable name="doctitle" -->
<title>The World Factbook</title>
<!-- InstanceEndEditable -->
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link href="../css/fullscreen-external.css" rel="stylesheet" type="text/css">
<script src="../js/modernizr-latest.js"></script><!--developers version - switch to specific production http://modernizr.com/download/-->
<script type="text/javascript" src="../js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="../js/jquery.main.js"></script>
<link rel="stylesheet" type="text/css" href="../styles/jquery.ui.core.css">
<link rel="stylesheet" type="text/css" href="../styles/jquery.qtip.css">
<link rel="stylesheet" type="text/css" href="../styles/listnav.css"/>
<link rel="stylesheet" type="text/css" href="../styles/wfb_styles.css">
<link rel="stylesheet" type="text/css" href="../styles/factbook.css">
<link rel="stylesheet" type="text/css" href="../styles/navigation.css">
<link rel="stylesheet" type="text/css" href="../scripts/galleria/themes/classic/galleria.classic.css">
<script type="text/javascript" src="../scripts/jquery.idTabs.min.js" charset="utf-8"></script>
<script type="text/javascript" src="../scripts/jquery.listmenu.js"></script>
<script type="text/javascript" src="../scripts/jquery.listnav.pack.2.1.js" charset="utf-8"></script>
<script src="../scripts/jquery-ui-1.9.2.custom.js" type="text/javascript"></script>
<script type="text/javascript" src="../scripts/jquery.qtip-2.0.js"></script>
<script type="text/javascript" src="../scripts/jquery.qtip.min.js"></script>
<script src="../scripts/imgscale.js"></script>
<script type="text/javascript" src="../scripts/wfb_scripts.js" charset="utf-8"></script>
<!--[if IE]><script type="text/javascript" src="../js/ie.js"></script><![endif]-->
<!-- InstanceBeginEditable name="head" -->
<!-- load Galleria -->
<link rel="stylesheet" type="text/css" href="../scripts/galleria/themes/classic/galleria.classic.css">
<script src="../scripts/galleria/galleria-1.2.9.min.js"></script>
<!-- InstanceEndEditable -->
</head>
<body>
<noscript>Javascript must be enabled for the correct page display</noscript>
<div id="wrapper">
<header id="header">
<div class="header-holder">
<a class="skip" accesskey="S" href="#main-content">skip to content</a>
<span class="bg-globe"></span>
<div class="header-panel">
<hgroup>
<h1 class="logo"><a href="/"><img src="../images/logo.png" alt="Central Intelligence Agency"><span>Central Intelligence Agency</span></a></h1>
<h2 class="work-text">The Work Of A Nation. The Center of Intelligence.</h2>
</hgroup>
<div class="search-form">
<div class="row">
<div class="add-nav">
<ul>
<li><a class="active" href="/contact-cia/report-threats.html">Report Threats</a></li>
<li><a href="/about-cia/iraqi-rewards-program.html">رعربيعربي</a></li>
<li><a href="/contact-cia/index.html" title="A single point of contact for all CIA inquiries.">Contact</a></li>
</ul>
</div>
</div>
<div class="row">
<form id="ciaSearchForm" method="get" action="/search">
<fieldset>
<legend class="visuallyhidden">Search CIA.gov</legend>
<label class="visuallyhidden" for="q">Search</label>
<input name="q" type="text" class="text" id="q" maxlength="2047" placeholder="Search CIA.gov..."/>
<input type="hidden" name="site" value="CIA" />
<input type="hidden" name="output" value="xml_no_dtd" />
<input type="hidden" name="client" value="CIA" />
<input type="hidden" name="myAction" value="/search" />
<input type="hidden" name="proxystylesheet" value="CIA" />
<input type="hidden" name="submitMethod" value="get" />
<input type="submit" value="Search" class="submit" />
</fieldset>
</form>
</div>
<div class="row">
<ul class="lang-list">
<li lang="ar" xml:lang="ar"><a href="/ar/index.html">عربي</a></li>
<li lang="zh-cn" xml:lang="zh-cn"><a href="/zh/index.html">中文</a></li>
<li lang="en" xml:lang="en"><a href="/index.html">English</a></li>
<li lang="fr" xml:lang="fr"><a href="/fr/index.html">Français</a></li>
<li lang="ru" xml:lang="ru"><a href="/ru/index.html">Русский</a></li>
<li lang="es" xml:lang="es"><a href="/es/index.html">Español</a></li>
<li lang="en" xml:lang="en"><a title="additional-info" class="more" href="/foreign-languages/index.html">More<span class="visuallyhidden"> Languages</span></a></li>
</ul>
</div>
</div>
</div>
<nav id="nav">
<h3 class="visuallyhidden">Navigation</h3>
<ul>
<li>
<a href="/">Home</a>
<span class="arrow"></span>
</li>
<li>
<a href="/about-cia/">About CIA</a>
<span class="arrow"></span>
<div class="drop">
<ul>
<li><a href="/about-cia/todays-cia/index.html">Today's CIA</a></li>
<li><a href="/about-cia/leadership/index.html">Leadership</a></li>
<li><a href="/about-cia/cia-vision-mission-values/index.html">CIA Vision, Mission & Values</a></li>
<li><a href="/about-cia/headquarters-tour/index.html">Tour Headquarters</a></li>
<li><a href="/about-cia/cia-museum/index.html">CIA Museum</a></li>
<li><a href="/about-cia/history-of-the-cia/index.html">History of the CIA</a></li>
<li><a href="/about-cia/faqs/index.html">FAQs</a></li>
<li><a href="/about-cia/no-fear-act/index.html">NoFEAR Act</a></li>
<li><a href="/about-cia/site-policies/index.html">Site Policies</a></li>
</ul>
<div class="info-box">
<img src="../images/navthumb-about.jpg" alt="About CIA" />
<h4>About CIA</h4>
<p>Discover the CIA <a href="/about-cia/">history, mission, vision and values</a>. </p>
</div>
</div>
</li>
<li>
<a href="/careers/">Careers & Internships</a>
<span class="arrow"></span>
<div class="drop">
<ul>
<li class="plain "> <a class="" href="/careers/opportunities" title="This is an overview of all career opportunities at the CIA. "> <span>Career Opportunities </span> </a> </li>
<li class="plain "> <a class="" href="/careers/student-opportunities" title="This is the student profile page for candidates looking for jobs/ job listings at the CIA. Student Opportunities - Student Profiles"> <span>Student Opportunities</span> </a> </li>
<li class="plain "> <a class="" href="/careers/application-process" title="How to apply to the CIA."> <span>Application Process</span> </a> </li>
<li class="plain "> <a class="" href="/careers/life-at-cia" title="This is the about CIA section of the Careers Site"> <span>Life at CIA</span> </a> </li>
<li class="plain "> <a class="" href="/careers/diversity" title="This is the diversity information for the Careers Site"> <span>Diversity</span> </a> </li>
<li class="plain "> <a class="" href="/careers/military-transition" title="Your prior military service could qualify you to continue to serve your nation at the Central Intelligence Agency. Opportunities for qualified applicants are available in the U.S. and abroad."> <span>Military Transition</span> </a> </li>
<li class="plain "> <a class="" href="/careers/games-information" title=""> <span>Diversions & Information</span> </a> </li>
<li class="plain "> <a class="" href="/careers/faq" title="Frequently Asked Questions/ FAQ for a Career at the CIA in the Careers Section"> <span>FAQs</span> </a> </li>
</ul>
<div class="info-box">
<img src="../images/navthumb-careers.jpg" alt="Careers & Internships" />
<h4>Careers & Internships</h4>
<p>Your talent. Your diverse skills. Our mission. Learn more about <a href="/careers/">Careers Opportunities at CIA</a>.</p>
</div>
</div>
</li>
<li>
<a href="/offices-of-cia/">Offices of CIA</a>
<span class="arrow"></span>
<div class="drop">
<ul>
<li class="plain "> <a class="" href="/offices-of-cia/intelligence-analysis" title=""> <span>Intelligence & Analysis</span> </a> </li>
<li class="plain "> <a class="" href="/offices-of-cia/clandestine-service" title=""> <span>Clandestine Service</span> </a> </li>
<li class="plain "> <a class="" href="/offices-of-cia/science-technology" title=""> <span>Science & Technology</span> </a> </li>
<li class="plain "> <a class="" href="/offices-of-cia/mission-support" title=""> <span>Support to Mission</span> </a> </li>
<li class="plain "> <a class="" href="/offices-of-cia/human-resources" title=""> <span>Human Resources</span> </a> </li>
<li class="plain "> <a class="" href="/offices-of-cia/public-affairs" title="Public Affairs"> <span>Public Affairs</span> </a> </li>
<li class="plain "> <a class="" href="/offices-of-cia/general-counsel" title=""> <span>General Counsel</span> </a> </li>
<li class="plain "> <a class="" href="/offices-of-cia/equal-employment-opportunity" title=""> <span>Equal Employment Opportunity</span> </a> </li>
<li class="plain "> <a class="" href="/offices-of-cia/congressional-affairs" title="Office of Congressional Affairs"> <span>Congressional Affairs</span> </a> </li>
<li class="plain "> <a class="" href="/offices-of-cia/inspector-general" title="Inspector General"> <span>Inspector General</span> </a> </li>
<li class="plain "> <a class="" href="/offices-of-cia/military-affairs" title="Military Affairs"> <span>Military Affairs</span> </a> </li>
</ul>
<div class="info-box">
<img src="../images/navthumb-offices.jpg" alt="Offices of CIA" />
<h4>Offices of CIA</h4>
<p><a href="/offices-of-cia/">Learn how the CIA is organized</a> into directorates and key offices, responsible for securing our nation.</p>
</div>
</div>
</li>
<li>
<a href="/news-information/">News & Information</a>
<span class="arrow"></span>
<div class="drop">
<ul>
<li class="plain "> <a class="" href="/news-information/press-releases-statements" title=""> <span>Press Releases & Statements</span> </a> </li>
<li class="plain "> <a class="" href="/news-information/speeches-testimony" title=""> <span>Speeches & Testimony</span> </a> </li>
<li class="plain "> <a class="" href="/news-information/cia-the-war-on-terrorism" title=""> <span>CIA & the War on Terrorism</span> </a> </li>
<li class="plain "> <a class="" href="/news-information/featured-story-archive" title="index for featured story"> <span>Featured Story Archive</span> </a> </li>
<li class="plain "> <a class="" href="/news-information/Whats-New-on-CIAgov" title=""> <span>What’s New Archive</span> </a> </li>
<li class="plain "> <a class="" href="/news-information/your-news" title=""> <span>Your News</span> </a> </li>
</ul>
<div class="info-box">
<img src="../images/navthumb-news.jpg" alt="News & Information" />
<h4>News & Information</h4>
<p>The most up-to-date CIA <a href="/news-information/">news, press releases, information and more</a>.</p>
</div>
</div>
</li>
<li class="active">
<a href="/library/">Library</a>
<span class="arrow"></span>
<div class="drop right">
<ul>
<li class="plain "> <a class="" href="/library/publications" title=""> <span>Publications</span> </a> </li>
<li class="plain "> <a class="" href="/library/center-for-the-study-of-intelligence" title="CSI section"> <span>Center for the Study of Intelligence</span> </a> </li>
<li class="plain "> <a class="" href="/library/foia" title=""> <span>Freedom of Information Act Electronic Reading Room</span> </a> </li>
<li class="plain "> <a class="" href="/library/kent-center-occasional-papers" title=""> <span>Kent Center Occasional Papers</span> </a> </li>
<li class="plain "> <a class="" href="/library/intelligence-literature" title=""> <span>Intelligence Literature</span> </a> </li>
<li class="plain "> <a class="" href="/library/reports" title="Reports"> <span>Reports</span> </a> </li>
<li class="plain "> <a class="" href="/library/related-links.html" title="Related Links"> <span>Related Links</span> </a> </li>
<li class="plain "> <a class="" href="/library/video-center" title="Repository of CIA videos"> <span>Video Center</span> </a> </li>
</ul>
<div class="info-box">
<img src="../images/navthumb-library.jpg" alt="Library" />
<h4>Library</h4>
<p>Our <a href="/library/">open-source library</a> houses the thousands of documents, periodicals, maps and reports released to the public.</p>
</div>
</div>
</li>
<li class="last">
<a href="/kids-page/">Kids' Zone</a>
<span class="arrow"></span>
<div class="drop right">
<ul>
<li class="plain "> <a class="" href="/kids-page/k-5th-grade" title="K-5th Grade"> <span>K-5th Grade</span> </a> </li>
<li class="plain "> <a class="" href="/kids-page/6-12th-grade" title=""> <span>6-12th Grade</span> </a> </li>
<li class="plain "> <a class="" href="/kids-page/parents-teachers" title=""> <span>Parents & Teachers</span> </a> </li>
<li class="plain "> <a class="" href="/kids-page/games" title=""> <span>Games</span> </a> </li>
<li class="plain "> <a class="" href="/kids-page/related-links" title=""> <span>Related Links</span> </a> </li>
<li class="plain "> <a class="" href="/kids-page/privacy-statement" title=""> <span>Privacy Statement</span> </a> </li>
</ul>
<div class="info-box">
<img src="../images/navthumb-kids.jpg" alt="Kids' Zone" />
<h4>Kids' Zone</h4>
<p><a href="/kids-page/">Learn more about the Agency</a> – and find some top secret things you won't see anywhere else.</p>
</div>
</div>
</li>
</ul>
</nav>
</div>
</header>
<div class="main-block">
<section id="main">
<div class="heading-panel">
<h1>Library</h1>
</div>
<div class="main-holder">
<div id="sidebar">
<nav class="sidebar-nav">
<h2 class="visuallyhidden">Secondary Navigation</h2>
<ul>
<li><a class="active" href="/library/">Library</a></li>
<li>
<a href="/library/publications/">Publications</a>
<ul>
<li class="mark"><a class="active" href="/library/publications/the-world-factbook/">The World Factbook</a></li>
<li><a href="/library/publications/world-leaders-1/">World Leaders</a></li>
<li><a href="/library/publications/cia-maps-publications/">CIA Maps</a></li>
<li><a href="/library/publications/historical-collection-publications/">Historical Collection Publications</a></li>
<li><a href="/library/publications/additional-publications/">Additional Publications</a></li>
</ul>
</li>
<li><a href="/library/center-for-the-study-of-intelligence/">Center for the Study of Intelligence</a></li>
<li><a href="http://www.foia.cia.gov/">Freedom of Information Act Electronic Reading Room</a></li>
<li><a href="/library/kent-center-occasional-papers/">Kent Center Occasional Papers</a></li>
<li><a href="/library/intelligence-literature/">Intelligence Literature: Suggested Reading List</a></li>
<li><a href="/library/reports/">Reports</a></li>
<li><a href="/library/video-center/">Video Center</a></li>
<li><a href="/library/related-links.html">Related Links</a></li>
</ul>
</nav>
</div>
<div id="content">
<ul class="breadcrumbs">
<li><a href="/">Home</a></li>
<li><a href="/library/">Library </a></li>
<li><a href="/library/publications/">Publications</a></li>
<li>The World Factbook</li>
</ul>
<article class="description-box">
<a id="main-content" tabindex="-1"> </a>
<div class="text-holder-full">
<a name="wfbtop"></a>
<div id="fbHeader">
<div id="fbLogo">
<img title="World Factbook Title" src="../graphics/banner_ext2.png" />
</div>
<div id="cntrySelect">
<script>
$(document).ready(function() {
// $(".selecter_links").selecter({
// defaultLabel: "Please Select a Country to View",
// links: true
// });
$( ".selecter_links" ).change(function(e) {
if (this.form.selecter_links.selectedIndex > 0) {
window.location = this.form.selecter_links.options[this.form.selecter_links.selectedIndex].value;
}
});
});
</script>
<form action="#" method="GET">
<select name="selecter_links" class="selecter_links" onchange="document.location.href= this.value;">
<option value="">Please select a country to view</option>
<option value="/library/publications/the-world-factbook/geos/xx.html"> World </option>
<option value="/library/publications/the-world-factbook/geos/af.html"> Afghanistan </option>
<option value="/library/publications/the-world-factbook/geos/ax.html"> Akrotiri </option>
<option value="/library/publications/the-world-factbook/geos/al.html"> Albania </option>
<option value="/library/publications/the-world-factbook/geos/ag.html"> Algeria </option>
<option value="/library/publications/the-world-factbook/geos/aq.html"> American Samoa </option>
<option value="/library/publications/the-world-factbook/geos/an.html"> Andorra </option>
<option value="/library/publications/the-world-factbook/geos/ao.html"> Angola </option>
<option value="/library/publications/the-world-factbook/geos/av.html"> Anguilla </option>
<option value="/library/publications/the-world-factbook/geos/ay.html"> Antarctica </option>
<option value="/library/publications/the-world-factbook/geos/ac.html"> Antigua and Barbuda </option>
<option value="/library/publications/the-world-factbook/geos/xq.html"> Arctic Ocean </option>
<option value="/library/publications/the-world-factbook/south-america/ar.html"> Argentina </option>
<option value="/library/publications/the-world-factbook/geos/am.html"> Armenia </option>
<option value="/library/publications/the-world-factbook/geos/aa.html"> Aruba </option>
<option value="/library/publications/the-world-factbook/geos/at.html"> Ashmore and Cartier Islands </option>
<option value="/library/publications/the-world-factbook/geos/zh.html"> Atlantic Ocean </option>
<option value="/library/publications/the-world-factbook/geos/as.html"> Australia </option>
<option value="/library/publications/the-world-factbook/geos/au.html"> Austria </option>
<option value="/library/publications/the-world-factbook/geos/aj.html"> Azerbaijan </option>
<option value="/library/publications/the-world-factbook/geos/bf.html"> Bahamas, The </option>
<option value="/library/publications/the-world-factbook/geos/ba.html"> Bahrain </option>
<option value="/library/publications/the-world-factbook/geos/um.html"> Baker Island </option>
<option value="/library/publications/the-world-factbook/geos/bg.html"> Bangladesh </option>
<option value="/library/publications/the-world-factbook/geos/bb.html"> Barbados </option>
<option value="/library/publications/the-world-factbook/geos/bo.html"> Belarus </option>
<option value="/library/publications/the-world-factbook/geos/be.html"> Belgium </option>
<option value="/library/publications/the-world-factbook/geos/bh.html"> Belize </option>
<option value="/library/publications/the-world-factbook/geos/bn.html"> Benin </option>
<option value="/library/publications/the-world-factbook/geos/bd.html"> Bermuda </option>
<option value="/library/publications/the-world-factbook/geos/bt.html"> Bhutan </option>
<option value="/library/publications/the-world-factbook/south-america/bl.html"> Bolivia </option>
<option value="/library/publications/the-world-factbook/geos/bk.html"> Bosnia and Herzegovina </option>
<option value="/library/publications/the-world-factbook/geos/bc.html"> Botswana </option>
<option value="/library/publications/the-world-factbook/geos/bv.html"> Bouvet Island </option>
<option value="/library/publications/the-world-factbook/south-america/br.html"> Brazil </option>
<option value="/library/publications/the-world-factbook/geos/io.html"> British Indian Ocean Territory </option>
<option value="/library/publications/the-world-factbook/geos/vi.html"> British Virgin Islands </option>
<option value="/library/publications/the-world-factbook/geos/bx.html"> Brunei </option>
<option value="/library/publications/the-world-factbook/geos/bu.html"> Bulgaria </option>
<option value="/library/publications/the-world-factbook/geos/uv.html"> Burkina Faso </option>
<option value="/library/publications/the-world-factbook/geos/bm.html"> Burma </option>
<option value="/library/publications/the-world-factbook/geos/by.html"> Burundi </option>
<option value="/library/publications/the-world-factbook/geos/cv.html"> Cabo Verde </option>
<option value="/library/publications/the-world-factbook/geos/cb.html"> Cambodia </option>
<option value="/library/publications/the-world-factbook/geos/cm.html"> Cameroon </option>
<option value="/library/publications/the-world-factbook/geos/ca.html"> Canada </option>
<option value="/library/publications/the-world-factbook/geos/cj.html"> Cayman Islands </option>
<option value="/library/publications/the-world-factbook/geos/ct.html"> Central African Republic </option>
<option value="/library/publications/the-world-factbook/geos/cd.html"> Chad </option>
<option value="/library/publications/the-world-factbook/south-america/ci.html"> Chile </option>
<option value="/library/publications/the-world-factbook/geos/ch.html"> China </option>
<option value="/library/publications/the-world-factbook/geos/kt.html"> Christmas Island </option>
<option value="/library/publications/the-world-factbook/geos/ip.html"> Clipperton Island </option>
<option value="/library/publications/the-world-factbook/geos/ck.html"> Cocos (Keeling) Islands </option>
<option value="/library/publications/the-world-factbook/south-america/co.html"> Colombia </option>
<option value="/library/publications/the-world-factbook/geos/cn.html"> Comoros </option>
<option value="/library/publications/the-world-factbook/geos/cg.html"> Congo, Democratic Republic of the </option>
<option value="/library/publications/the-world-factbook/geos/cf.html"> Congo, Republic of the </option>
<option value="/library/publications/the-world-factbook/geos/cw.html"> Cook Islands </option>
<option value="/library/publications/the-world-factbook/geos/cr.html"> Coral Sea Islands </option>
<option value="/library/publications/the-world-factbook/geos/cs.html"> Costa Rica </option>
<option value="/library/publications/the-world-factbook/geos/iv.html"> Cote d'Ivoire </option>
<option value="/library/publications/the-world-factbook/geos/hr.html"> Croatia </option>
<option value="/library/publications/the-world-factbook/geos/cu.html"> Cuba </option>
<option value="/library/publications/the-world-factbook/geos/cc.html"> Curacao </option>
<option value="/library/publications/the-world-factbook/geos/cy.html"> Cyprus </option>
<option value="/library/publications/the-world-factbook/geos/ez.html"> Czech Republic </option>
<option value="/library/publications/the-world-factbook/geos/da.html"> Denmark </option>
<option value="/library/publications/the-world-factbook/geos/dx.html"> Dhekelia </option>
<option value="/library/publications/the-world-factbook/geos/dj.html"> Djibouti </option>
<option value="/library/publications/the-world-factbook/geos/do.html"> Dominica </option>
<option value="/library/publications/the-world-factbook/geos/dr.html"> Dominican Republic </option>
<option value="/library/publications/the-world-factbook/south-america/ec.html"> Ecuador </option>
<option value="/library/publications/the-world-factbook/geos/eg.html"> Egypt </option>
<option value="/library/publications/the-world-factbook/geos/es.html"> El Salvador </option>
<option value="/library/publications/the-world-factbook/geos/ek.html"> Equatorial Guinea </option>
<option value="/library/publications/the-world-factbook/geos/er.html"> Eritrea </option>
<option value="/library/publications/the-world-factbook/geos/en.html"> Estonia </option>
<option value="/library/publications/the-world-factbook/geos/et.html"> Ethiopia </option>
<option value="/library/publications/the-world-factbook/south-america/fk.html"> Falkland Islands (Islas Malvinas) </option>
<option value="/library/publications/the-world-factbook/geos/fo.html"> Faroe Islands </option>
<option value="/library/publications/the-world-factbook/geos/fj.html"> Fiji </option>
<option value="/library/publications/the-world-factbook/geos/fi.html"> Finland </option>
<option value="/library/publications/the-world-factbook/geos/fr.html"> France </option>
<option value="/library/publications/the-world-factbook/geos/fp.html"> French Polynesia </option>
<option value="/library/publications/the-world-factbook/geos/fs.html"> French Southern and Antarctic Lands </option>
<option value="/library/publications/the-world-factbook/geos/gb.html"> Gabon </option>
<option value="/library/publications/the-world-factbook/geos/ga.html"> Gambia, The </option>
<option value="/library/publications/the-world-factbook/geos/gz.html"> Gaza Strip </option>
<option value="/library/publications/the-world-factbook/geos/gg.html"> Georgia </option>
<option value="/library/publications/the-world-factbook/geos/gm.html"> Germany </option>
<option value="/library/publications/the-world-factbook/geos/gh.html"> Ghana </option>
<option value="/library/publications/the-world-factbook/geos/gi.html"> Gibraltar </option>
<option value="/library/publications/the-world-factbook/geos/gr.html"> Greece </option>
<option value="/library/publications/the-world-factbook/geos/gl.html"> Greenland </option>
<option value="/library/publications/the-world-factbook/geos/gj.html"> Grenada </option>
<option value="/library/publications/the-world-factbook/geos/gq.html"> Guam </option>
<option value="/library/publications/the-world-factbook/geos/gt.html"> Guatemala </option>
<option value="/library/publications/the-world-factbook/geos/gk.html"> Guernsey </option>
<option value="/library/publications/the-world-factbook/geos/gv.html"> Guinea </option>
<option value="/library/publications/the-world-factbook/geos/pu.html"> Guinea-Bissau </option>
<option value="/library/publications/the-world-factbook/south-america/gy.html"> Guyana </option>
<option value="/library/publications/the-world-factbook/geos/ha.html"> Haiti </option>
<option value="/library/publications/the-world-factbook/geos/hm.html"> Heard Island and McDonald Islands </option>
<option value="/library/publications/the-world-factbook/geos/vt.html"> Holy See (Vatican City) </option>
<option value="/library/publications/the-world-factbook/geos/ho.html"> Honduras </option>
<option value="/library/publications/the-world-factbook/geos/hk.html"> Hong Kong </option>
<option value="/library/publications/the-world-factbook/geos/um.html"> Howland Island </option>
<option value="/library/publications/the-world-factbook/geos/hu.html"> Hungary </option>
<option value="/library/publications/the-world-factbook/geos/ic.html"> Iceland </option>
<option value="/library/publications/the-world-factbook/geos/in.html"> India </option>
<option value="/library/publications/the-world-factbook/geos/xo.html"> Indian Ocean </option>
<option value="/library/publications/the-world-factbook/geos/id.html"> Indonesia </option>
<option value="/library/publications/the-world-factbook/geos/ir.html"> Iran </option>
<option value="/library/publications/the-world-factbook/geos/iz.html"> Iraq </option>
<option value="/library/publications/the-world-factbook/geos/ei.html"> Ireland </option>
<option value="/library/publications/the-world-factbook/geos/im.html"> Isle of Man </option>
<option value="/library/publications/the-world-factbook/geos/is.html"> Israel </option>
<option value="/library/publications/the-world-factbook/geos/it.html"> Italy </option>
<option value="/library/publications/the-world-factbook/geos/jm.html"> Jamaica </option>
<option value="/library/publications/the-world-factbook/geos/jn.html"> Jan Mayen </option>
<option value="/library/publications/the-world-factbook/geos/ja.html"> Japan </option>
<option value="/library/publications/the-world-factbook/geos/um.html"> Jarvis Island </option>
<option value="/library/publications/the-world-factbook/geos/je.html"> Jersey </option>
<option value="/library/publications/the-world-factbook/geos/um.html"> Johnston Atoll </option>
<option value="/library/publications/the-world-factbook/geos/jo.html"> Jordan </option>
<option value="/library/publications/the-world-factbook/geos/kz.html"> Kazakhstan </option>
<option value="/library/publications/the-world-factbook/geos/ke.html"> Kenya </option>
<option value="/library/publications/the-world-factbook/geos/um.html"> Kingman Reef </option>
<option value="/library/publications/the-world-factbook/geos/kr.html"> Kiribati </option>
<option value="/library/publications/the-world-factbook/geos/kn.html"> Korea, North </option>
<option value="/library/publications/the-world-factbook/geos/ks.html"> Korea, South </option>
<option value="/library/publications/the-world-factbook/geos/kv.html"> Kosovo </option>
<option value="/library/publications/the-world-factbook/geos/ku.html"> Kuwait </option>
<option value="/library/publications/the-world-factbook/geos/kg.html"> Kyrgyzstan </option>
<option value="/library/publications/the-world-factbook/geos/la.html"> Laos </option>
<option value="/library/publications/the-world-factbook/geos/lg.html"> Latvia </option>
<option value="/library/publications/the-world-factbook/geos/le.html"> Lebanon </option>
<option value="/library/publications/the-world-factbook/geos/lt.html"> Lesotho </option>
<option value="/library/publications/the-world-factbook/geos/li.html"> Liberia </option>
<option value="/library/publications/the-world-factbook/geos/ly.html"> Libya </option>
<option value="/library/publications/the-world-factbook/geos/ls.html"> Liechtenstein </option>
<option value="/library/publications/the-world-factbook/geos/lh.html"> Lithuania </option>
<option value="/library/publications/the-world-factbook/geos/lu.html"> Luxembourg </option>
<option value="/library/publications/the-world-factbook/geos/mc.html"> Macau </option>
<option value="/library/publications/the-world-factbook/geos/mk.html"> Macedonia </option>
<option value="/library/publications/the-world-factbook/geos/ma.html"> Madagascar </option>
<option value="/library/publications/the-world-factbook/geos/mi.html"> Malawi </option>
<option value="/library/publications/the-world-factbook/geos/my.html"> Malaysia </option>
<option value="/library/publications/the-world-factbook/geos/mv.html"> Maldives </option>
<option value="/library/publications/the-world-factbook/geos/ml.html"> Mali </option>
<option value="/library/publications/the-world-factbook/geos/mt.html"> Malta </option>
<option value="/library/publications/the-world-factbook/geos/rm.html"> Marshall Islands </option>
<option value="/library/publications/the-world-factbook/geos/mr.html"> Mauritania </option>
<option value="/library/publications/the-world-factbook/geos/mp.html"> Mauritius </option>
<option value="/library/publications/the-world-factbook/geos/mx.html"> Mexico </option>
<option value="/library/publications/the-world-factbook/geos/fm.html"> Micronesia, Federated States of </option>
<option value="/library/publications/the-world-factbook/geos/um.html"> Midway Islands </option>
<option value="/library/publications/the-world-factbook/geos/md.html"> Moldova </option>
<option value="/library/publications/the-world-factbook/geos/mn.html"> Monaco </option>
<option value="/library/publications/the-world-factbook/geos/mg.html"> Mongolia </option>
<option value="/library/publications/the-world-factbook/geos/mj.html"> Montenegro </option>
<option value="/library/publications/the-world-factbook/geos/mh.html"> Montserrat </option>
<option value="/library/publications/the-world-factbook/geos/mo.html"> Morocco </option>
<option value="/library/publications/the-world-factbook/geos/mz.html"> Mozambique </option>
<option value="/library/publications/the-world-factbook/geos/wa.html"> Namibia </option>
<option value="/library/publications/the-world-factbook/geos/nr.html"> Nauru </option>
<option value="/library/publications/the-world-factbook/geos/bq.html"> Navassa Island </option>
<option value="/library/publications/the-world-factbook/geos/np.html"> Nepal </option>
<option value="/library/publications/the-world-factbook/geos/nl.html"> Netherlands </option>
<option value="/library/publications/the-world-factbook/geos/nc.html"> New Caledonia </option>
<option value="/library/publications/the-world-factbook/geos/nz.html"> New Zealand </option>
<option value="/library/publications/the-world-factbook/geos/nu.html"> Nicaragua </option>
<option value="/library/publications/the-world-factbook/geos/ng.html"> Niger </option>
<option value="/library/publications/the-world-factbook/geos/ni.html"> Nigeria </option>
<option value="/library/publications/the-world-factbook/geos/ne.html"> Niue </option>
<option value="/library/publications/the-world-factbook/geos/nf.html"> Norfolk Island </option>
<option value="/library/publications/the-world-factbook/geos/cq.html"> Northern Mariana Islands </option>
<option value="/library/publications/the-world-factbook/geos/no.html"> Norway </option>
<option value="/library/publications/the-world-factbook/geos/mu.html"> Oman </option>
<option value="/library/publications/the-world-factbook/geos/zn.html"> Pacific Ocean </option>
<option value="/library/publications/the-world-factbook/geos/pk.html"> Pakistan </option>
<option value="/library/publications/the-world-factbook/geos/ps.html"> Palau </option>
<option value="/library/publications/the-world-factbook/geos/um.html"> Palmyra Atoll </option>
<option value="/library/publications/the-world-factbook/geos/pm.html"> Panama </option>
<option value="/library/publications/the-world-factbook/geos/pp.html"> Papua New Guinea </option>
<option value="/library/publications/the-world-factbook/geos/pf.html"> Paracel Islands </option>
<option value="/library/publications/the-world-factbook/south-america/pa.html"> Paraguay </option>
<option value="/library/publications/the-world-factbook/south-america/pe.html"> Peru </option>
<option value="/library/publications/the-world-factbook/geos/rp.html"> Philippines </option>
<option value="/library/publications/the-world-factbook/geos/pc.html"> Pitcairn Islands </option>
<option value="/library/publications/the-world-factbook/geos/pl.html"> Poland </option>
<option value="/library/publications/the-world-factbook/geos/po.html"> Portugal </option>
<option value="/library/publications/the-world-factbook/geos/rq.html"> Puerto Rico </option>
<option value="/library/publications/the-world-factbook/geos/qa.html"> Qatar </option>
<option value="/library/publications/the-world-factbook/geos/ro.html"> Romania </option>
<option value="/library/publications/the-world-factbook/geos/rs.html"> Russia </option>
<option value="/library/publications/the-world-factbook/geos/rw.html"> Rwanda </option>
<option value="/library/publications/the-world-factbook/geos/tb.html"> Saint Barthelemy </option>
<option value="/library/publications/the-world-factbook/geos/sh.html"> Saint Helena, Ascension, and Tristan da Cunha </option>
<option value="/library/publications/the-world-factbook/geos/sc.html"> Saint Kitts and Nevis </option>
<option value="/library/publications/the-world-factbook/geos/st.html"> Saint Lucia </option>
<option value="/library/publications/the-world-factbook/geos/rn.html"> Saint Martin </option>
<option value="/library/publications/the-world-factbook/geos/sb.html"> Saint Pierre and Miquelon </option>
<option value="/library/publications/the-world-factbook/geos/vc.html"> Saint Vincent and the Grenadines </option>
<option value="/library/publications/the-world-factbook/geos/ws.html"> Samoa </option>
<option value="/library/publications/the-world-factbook/geos/sm.html"> San Marino </option>
<option value="/library/publications/the-world-factbook/geos/tp.html"> Sao Tome and Principe </option>
<option value="/library/publications/the-world-factbook/geos/sa.html"> Saudi Arabia </option>
<option value="/library/publications/the-world-factbook/geos/sg.html"> Senegal </option>
<option value="/library/publications/the-world-factbook/geos/ri.html"> Serbia </option>
<option value="/library/publications/the-world-factbook/geos/se.html"> Seychelles </option>
<option value="/library/publications/the-world-factbook/geos/sl.html"> Sierra Leone </option>
<option value="/library/publications/the-world-factbook/geos/sn.html"> Singapore </option>
<option value="/library/publications/the-world-factbook/geos/sk.html"> Sint Maarten </option>
<option value="/library/publications/the-world-factbook/geos/lo.html"> Slovakia </option>
<option value="/library/publications/the-world-factbook/geos/si.html"> Slovenia </option>
<option value="/library/publications/the-world-factbook/geos/bp.html"> Solomon Islands </option>
<option value="/library/publications/the-world-factbook/geos/so.html"> Somalia </option>
<option value="/library/publications/the-world-factbook/geos/sf.html"> South Africa </option>
<option value="/library/publications/the-world-factbook/geos/oo.html"> Southern Ocean </option>
<option value="/library/publications/the-world-factbook/south-america/sx.html"> South Georgia and South Sandwich Islands </option>
<option value="/library/publications/the-world-factbook/geos/od.html"> South Sudan </option>
<option value="/library/publications/the-world-factbook/geos/sp.html"> Spain </option>
<option value="/library/publications/the-world-factbook/geos/pg.html"> Spratly Islands </option>
<option value="/library/publications/the-world-factbook/geos/ce.html"> Sri Lanka </option>
<option value="/library/publications/the-world-factbook/geos/su.html"> Sudan </option>
<option value="/library/publications/the-world-factbook/south-america/ns.html"> Suriname </option>
<option value="/library/publications/the-world-factbook/geos/sv.html"> Svalbard </option>
<option value="/library/publications/the-world-factbook/geos/wz.html"> Swaziland </option>
<option value="/library/publications/the-world-factbook/geos/sw.html"> Sweden </option>
<option value="/library/publications/the-world-factbook/geos/sz.html"> Switzerland </option>
<option value="/library/publications/the-world-factbook/geos/sy.html"> Syria </option>
<option value="/library/publications/the-world-factbook/geos/tw.html"> Taiwan </option>
<option value="/library/publications/the-world-factbook/geos/ti.html"> Tajikistan </option>
<option value="/library/publications/the-world-factbook/geos/tz.html"> Tanzania </option>
<option value="/library/publications/the-world-factbook/geos/th.html"> Thailand </option>
<option value="/library/publications/the-world-factbook/geos/tt.html"> Timor-Leste </option>
<option value="/library/publications/the-world-factbook/geos/to.html"> Togo </option>
<option value="/library/publications/the-world-factbook/geos/tl.html"> Tokelau </option>
<option value="/library/publications/the-world-factbook/geos/tn.html"> Tonga </option>
<option value="/library/publications/the-world-factbook/geos/td.html"> Trinidad and Tobago </option>
<option value="/library/publications/the-world-factbook/geos/ts.html"> Tunisia </option>
<option value="/library/publications/the-world-factbook/geos/tu.html"> Turkey </option>
<option value="/library/publications/the-world-factbook/geos/tx.html"> Turkmenistan </option>
<option value="/library/publications/the-world-factbook/geos/tk.html"> Turks and Caicos Islands </option>
<option value="/library/publications/the-world-factbook/geos/tv.html"> Tuvalu </option>
<option value="/library/publications/the-world-factbook/geos/ug.html"> Uganda </option>
<option value="/library/publications/the-world-factbook/geos/up.html"> Ukraine </option>
<option value="/library/publications/the-world-factbook/geos/ae.html"> United Arab Emirates </option>
<option value="/library/publications/the-world-factbook/geos/uk.html"> United Kingdom </option>
<option value="/library/publications/the-world-factbook/geos/us.html"> United States </option>
<option value="/library/publications/the-world-factbook/geos/um.html"> United States Pacific Island Wildlife Refuges </option>
<option value="/library/publications/the-world-factbook/south-america/uy.html"> Uruguay </option>
<option value="/library/publications/the-world-factbook/geos/uz.html"> Uzbekistan </option>
<option value="/library/publications/the-world-factbook/geos/nh.html"> Vanuatu </option>
<option value="/library/publications/the-world-factbook/south-america/ve.html"> Venezuela </option>
<option value="/library/publications/the-world-factbook/geos/vm.html"> Vietnam </option>
<option value="/library/publications/the-world-factbook/geos/vq.html"> Virgin Islands </option>
<option value="/library/publications/the-world-factbook/geos/wq.html"> Wake Island </option>
<option value="/library/publications/the-world-factbook/geos/wf.html"> Wallis and Futuna </option>
<option value="/library/publications/the-world-factbook/geos/we.html"> West Bank </option>
<option value="/library/publications/the-world-factbook/geos/wi.html"> Western Sahara </option>
<option value="/library/publications/the-world-factbook/geos/ym.html"> Yemen </option>
<option value="/library/publications/the-world-factbook/geos/za.html"> Zambia </option>
<option value="/library/publications/the-world-factbook/geos/zi.html"> Zimbabwe </option>
<option value="/library/publications/the-world-factbook/geos/ee.html"> European Union </option>
</select>
</form>
</div> <!-- cntrySelect -->
<div id="fbnav">
<div id="fbNavBox">
<script type="text/javascript">
var timeout = 500;
var closetimer = 0;
var ddmenuitem = 0;
function wfbNav_open()
{ wfbNav_canceltimer();
wfbNav_close();
ddmenuitem = $(this).find('ul').eq(0).css('visibility', 'visible');}
function wfbNav_close()
{ if(ddmenuitem) ddmenuitem.css('visibility', 'hidden');}
function wfbNav_timer()
{ closetimer = window.setTimeout(wfbNav_close, timeout);}
function wfbNav_canceltimer()
{ if(closetimer)
{ window.clearTimeout(closetimer);
closetimer = null;}}
$(document).ready(function()
{ $('#wfbNav > li').bind('mouseover', wfbNav_open);
$('#wfbNav > li').bind('mouseout', wfbNav_timer);});
document.onclick = wfbNav_close;
</script>
<ul id="wfbNav" style="z-index: 9999;">
<li style="border-bottom: 2px solid #CCCCCC; "><a href="/library/publications/the-world-factbook/" style="width:20px; height: 12px;" title="The World Factbook Home"><img src="../graphics/home_on.png" border="0" /></a></li>
<li style="border-bottom: 2px solid #CCCCCC; "><a href="javascript:void(0);" style="width:65px;" title="About">ABOUT</a>
<ul class="sub_menu">
<li><a href="/library/publications/the-world-factbook/docs/history.html">History</a></li>
<li><a href="/library/publications/the-world-factbook/docs/contributor_copyright.html">Copyright and Contributors</a></li>
<li><a href="/library/publications/the-world-factbook/docs/purchase_info.html">Purchasing</a></li>
<li><a href="/library/publications/the-world-factbook/docs/didyouknow.html">Did You Know?</a></li>
</ul>
</li>
<li style="border-bottom: 2px solid #CCCCCC; "><a href="javascript:void(0);" style="width:95px;" title="References">REFERENCES</a>
<ul class="sub_menu">
<li><a href="/library/publications/the-world-factbook/docs/refmaps.html">Regional and World Maps</a></li>
<li><a href="/library/publications/the-world-factbook/docs/flagsoftheworld.html">Flags of the World</a></li>
<li><a href="/library/publications/the-world-factbook/docs/gallery.html">Gallery of Covers</a></li>
<li><a href="/library/publications/the-world-factbook/docs/notesanddefs.html">Definitions and Notes</a></li>
<li><a href="/library/publications/the-world-factbook/docs/profileguide.html">Guide to Country Profiles</a></li>
<li><a href="/library/publications/the-world-factbook/rankorder/rankorderguide.html">Guide to Country Comparisons</a></li>
<li><a href="/library/publications/the-world-factbook/docs/guidetowfbook.html">The World Factbook Users Guide</a></li>
</ul>
</li>
<li style="border-bottom: 2px solid #CCCCCC; "><a href="javascript:void(0);" title="Appendices">APPENDICES</a>
<ul class="sub_menu">
<li><a href="/library/publications/the-world-factbook/appendix/appendix-a.html">A: abbreviations</a></li>
<li><a href="/library/publications/the-world-factbook/appendix/appendix-b.html">B: international organizations and groups</a></li>
<li><a href="/library/publications/the-world-factbook/appendix/appendix-c.html">C: selected international environmental agreements</a></li>
<li><a href="/library/publications/the-world-factbook/appendix/appendix-d.html">D: cross-reference list of country data codes</a></li>
<li><a href="/library/publications/the-world-factbook/appendix/appendix-e.html">E: cross-reference list of hydrographic data codes</a></li>
<li><a href="/library/publications/the-world-factbook/appendix/appendix-f.html">F: cross-reference list of geographic names</a></li>
<li><a href="/library/publications/the-world-factbook/appendix/appendix-g.html">G: weights and measures</a></li>
</ul>
</li>
<li id="faqs" style="border-bottom: 2px solid #CCCCCC; "><a href="/library/publications/the-world-factbook/docs/faqs.html" style="cursor:pointer;width:50px;">FAQ<span style="text-transform:lowercase;">s</span></a></li>
<li id="contact" style="border-bottom: 2px solid #CCCCCC; "> <a href="/contact-cia/index.html" title="Contact" style="cursor:pointer;width:73px;"> CONTACT </a> </li>
</ul>
</div> <!-- fbnavbox -->
<!-- <div class="smalltext_nav"> -->
<div class="fbsmalltext_nav">
<ul>
<li class="low-band"><a href="#LowBand"><img src="../graphics/bandwidth_btn_off.gif" /></a></li>
<li class="fb-download"><a href="#download"><img src="../graphics/download_btn_off.gif" /></a></li>
</ul>
</div>
</div> <!-- fbNav -->
</div><!-- fbHeader -->
<div class=fbTitleRankOrder>FIELD LISTING :: <strong>LABOR FORCE</strong>
<span id=fieldPrint>
<a target=_blank href=print_2095.html>
<img width=25 border=0 height=18 style=color:#999999 title=Print Page alt=Print Page src=../graphics/print.gif>
</a></span>
</div>
<div class=rankOrderDesc>This entry contains the total labor force figure.
<p class=comparison><br /><a alt=Country comparison to the world href=../rankorder/2095rank.html title=Country comparison to the world ><strong>Country Comparison to the World</strong></a></p></div>
<table id=fieldListing>
<tbody>
<tr class=fieldHeading valign=middle bgcolor=#F8f8e7 height=25><th width=200px>Country</th><th>LABOR FORCE </th></tr>
<tr id=af><td class=country><a href=../geos/af.html>Afghanistan</td><td class=fieldData>
7.512 million (2012 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="al"><td class=country><a href=../geos/al.html>Albania</td><td class=fieldData>
1.098 million (2014 est.)<br />
</td></tr>
<tr id=ag><td class=country><a href=../geos/ag.html>Algeria</td><td class=fieldData>
12.19 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="aq"><td class=country><a href=../geos/aq.html>American Samoa</td><td class=fieldData>
17,630 (2005)<br />
</td></tr>
<tr id=an><td class=country><a href=../geos/an.html>Andorra</td><td class=fieldData>
36,060 (2012)<br />
</td></tr>
<tr style="background: #EEEEEE" id="ao"><td class=country><a href=../geos/ao.html>Angola</td><td class=fieldData>
9.298 million (2014 est.)<br />
</td></tr>
<tr id=av><td class=country><a href=../geos/av.html>Anguilla</td><td class=fieldData>
6,049 (2001)<br />
</td></tr>
<tr style="background: #EEEEEE" id="ac"><td class=country><a href=../geos/ac.html>Antigua and Barbuda</td><td class=fieldData>
30,000 (1991)<br />
</td></tr>
<tr id=ar><td class=country><a href=../geos/ar.html>Argentina</td><td class=fieldData>
17.31 million<br />
<strong>note: </strong>urban areas only (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="am"><td class=country><a href=../geos/am.html>Armenia</td><td class=fieldData>
1.489 million (2014 est.)<br />
</td></tr>
<tr id=aa><td class=country><a href=../geos/aa.html>Aruba</td><td class=fieldData>
51,610<br />
<strong>note: </strong>of the 51,610 workers aged 15 and over in the labor force, 32,252 were born in Aruba and 19,353 came from abroad; foreign workers are 38% of the employed population (2007 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="as"><td class=country><a href=../geos/as.html>Australia</td><td class=fieldData>
12.37 million (2014 est.)<br />
</td></tr>
<tr id=au><td class=country><a href=../geos/au.html>Austria</td><td class=fieldData>
3.778 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="aj"><td class=country><a href=../geos/aj.html>Azerbaijan</td><td class=fieldData>
4.821 million (2014 est.)<br />
</td></tr>
<tr id=bf><td class=country><a href=../geos/bf.html>Bahamas, The</td><td class=fieldData>
196,900 (2013 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="ba"><td class=country><a href=../geos/ba.html>Bahrain</td><td class=fieldData>
738,000<br />
<strong>note: </strong>excludes unemployed; 44% of the population in the 15-64 age group is non-national (2014 est.)<br />
</td></tr>
<tr id=bg><td class=country><a href=../geos/bg.html>Bangladesh</td><td class=fieldData>
80.27 million<br />
<strong>note: </strong>extensive export of labor to Saudi Arabia, Kuwait, UAE, Oman, Qatar, and Malaysia; workers' remittances were $10.9 billion in FY09/10 (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="bb"><td class=country><a href=../geos/bb.html>Barbados</td><td class=fieldData>
142,800 (2014 est.)<br />
</td></tr>
<tr id=bo><td class=country><a href=../geos/bo.html>Belarus</td><td class=fieldData>
5 million (2009 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="be"><td class=country><a href=../geos/be.html>Belgium</td><td class=fieldData>
5.225 million (2014 est.)<br />
</td></tr>
<tr id=bh><td class=country><a href=../geos/bh.html>Belize</td><td class=fieldData>
120,500<br />
<strong>note: </strong>shortage of skilled labor and all types of technical personnel (2008 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="bn"><td class=country><a href=../geos/bn.html>Benin</td><td class=fieldData>
3.662 million (2007 est.)<br />
</td></tr>
<tr id=bd><td class=country><a href=../geos/bd.html>Bermuda</td><td class=fieldData>
37,400 (2011 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="bt"><td class=country><a href=../geos/bt.html>Bhutan</td><td class=fieldData>
345,800<br />
<strong>note: </strong>major shortage of skilled labor (2013 est.)<br />
</td></tr>
<tr id=bl><td class=country><a href=../geos/bl.html>Bolivia</td><td class=fieldData>
4.881 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="bk"><td class=country><a href=../geos/bk.html>Bosnia and Herzegovina</td><td class=fieldData>
1.468 million (2013 est.)<br />
</td></tr>
<tr id=bc><td class=country><a href=../geos/bc.html>Botswana</td><td class=fieldData>
1.017 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="br"><td class=country><a href=../geos/br.html>Brazil</td><td class=fieldData>
110.9 million (2014 est.)<br />
</td></tr>
<tr id=vi><td class=country><a href=../geos/vi.html>British Virgin Islands</td><td class=fieldData>
12,770 (2004)<br />
</td></tr>
<tr style="background: #EEEEEE" id="bx"><td class=country><a href=../geos/bx.html>Brunei</td><td class=fieldData>
205,800 (2011 est.)<br />
</td></tr>
<tr id=bu><td class=country><a href=../geos/bu.html>Bulgaria</td><td class=fieldData>
2.513 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="uv"><td class=country><a href=../geos/uv.html>Burkina Faso</td><td class=fieldData>
7.468 million<br />
<strong>note: </strong>a large part of the male labor force migrates annually to neighboring countries for seasonal employment (2012 est.)<br />
</td></tr>
<tr id=bm><td class=country><a href=../geos/bm.html>Burma</td><td class=fieldData>
35.23 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="by"><td class=country><a href=../geos/by.html>Burundi</td><td class=fieldData>
4.806 million (2014 est.)<br />
</td></tr>
<tr id=cv><td class=country><a href=../geos/cv.html>Cabo Verde</td><td class=fieldData>
196,100 (2007 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="cb"><td class=country><a href=../geos/cb.html>Cambodia</td><td class=fieldData>
7.9 million (2011 est.)<br />
</td></tr>
<tr id=cm><td class=country><a href=../geos/cm.html>Cameroon</td><td class=fieldData>
9.105 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="ca"><td class=country><a href=../geos/ca.html>Canada</td><td class=fieldData>
19.21 million (2014 est.)<br />
</td></tr>
<tr id=cj><td class=country><a href=../geos/cj.html>Cayman Islands</td><td class=fieldData>
39,000<br />
<strong>note: </strong>nearly 55% are non-nationals (2007 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="ct"><td class=country><a href=../geos/ct.html>Central African Republic</td><td class=fieldData>
2.217 million (2014 est.)<br />
</td></tr>
<tr id=cd><td class=country><a href=../geos/cd.html>Chad</td><td class=fieldData>
4.919 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="ci"><td class=country><a href=../geos/ci.html>Chile</td><td class=fieldData>
8.514 million (2014 est.)<br />
</td></tr>
<tr id=ch><td class=country><a href=../geos/ch.html>China</td><td class=fieldData>
801.6 million<br />
<strong>note: </strong>by the end of 2012, China's population at working age (15-64 years) was 1.0040 billion (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="kt"><td class=country><a href=../geos/kt.html>Christmas Island</td><td class=fieldData>
NA<br />
</td></tr>
<tr id=ck><td class=country><a href=../geos/ck.html>Cocos (Keeling) Islands</td><td class=fieldData>
NA<br />
</td></tr>
<tr style="background: #EEEEEE" id="co"><td class=country><a href=../geos/co.html>Colombia</td><td class=fieldData>
23.67 million (2014 est.)<br />
</td></tr>
<tr id=cn><td class=country><a href=../geos/cn.html>Comoros</td><td class=fieldData>
239,000 (2012 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="cg"><td class=country><a href=../geos/cg.html>Congo, Democratic Republic of the</td><td class=fieldData>
27.59 million (2014 est.)<br />
</td></tr>
<tr id=cf><td class=country><a href=../geos/cf.html>Congo, Republic of the</td><td class=fieldData>
2.89 million (2011 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="cw"><td class=country><a href=../geos/cw.html>Cook Islands</td><td class=fieldData>
6,820 (2001)<br />
</td></tr>
<tr id=cs><td class=country><a href=../geos/cs.html>Costa Rica</td><td class=fieldData>
2.257 million<br />
<strong>note: </strong>this official estimate excludes Nicaraguans living in Costa Rica (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="iv"><td class=country><a href=../geos/iv.html>Cote d'Ivoire</td><td class=fieldData>
8.118 million (2014 est.)<br />
</td></tr>
<tr id=hr><td class=country><a href=../geos/hr.html>Croatia</td><td class=fieldData>
1.714 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="cu"><td class=country><a href=../geos/cu.html>Cuba</td><td class=fieldData>
5.092 million<br />
<strong>note: </strong>state sector 72.3%, non-state sector 27.7% (2014 est.)<br />
</td></tr>
<tr id=cc><td class=country><a href=../geos/cc.html>Curacao</td><td class=fieldData>
73,010 (2013)<br />
</td></tr>
<tr style="background: #EEEEEE" id="cy"><td class=country><a href=../geos/cy.html>Cyprus</td><td class=fieldData>
356,700 (2013 est.)<br />
</td></tr>
<tr id=ez><td class=country><a href=../geos/ez.html>Czech Republic</td><td class=fieldData>
5.416 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="da"><td class=country><a href=../geos/da.html>Denmark</td><td class=fieldData>
2.771 million (2014 est.)<br />
</td></tr>
<tr id=dj><td class=country><a href=../geos/dj.html>Djibouti</td><td class=fieldData>
294,600 (2012)<br />
</td></tr>
<tr style="background: #EEEEEE" id="do"><td class=country><a href=../geos/do.html>Dominica</td><td class=fieldData>
25,000 (2000 est.)<br />
</td></tr>
<tr id=dr><td class=country><a href=../geos/dr.html>Dominican Republic</td><td class=fieldData>
4.996 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="ec"><td class=country><a href=../geos/ec.html>Ecuador</td><td class=fieldData>
7.214 million (2014 est.)<br />
</td></tr>
<tr id=eg><td class=country><a href=../geos/eg.html>Egypt</td><td class=fieldData>
28.26 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="es"><td class=country><a href=../geos/es.html>El Salvador</td><td class=fieldData>
2.752 million (2014 est.)<br />
</td></tr>
<tr id=ek><td class=country><a href=../geos/ek.html>Equatorial Guinea</td><td class=fieldData>
195,200 (2007 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="er"><td class=country><a href=../geos/er.html>Eritrea</td><td class=fieldData>
3.159 million (2014 est.)<br />
</td></tr>
<tr id=en><td class=country><a href=../geos/en.html>Estonia</td><td class=fieldData>
669,800 (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="et"><td class=country><a href=../geos/et.html>Ethiopia</td><td class=fieldData>
47.32 million (2014 est.)<br />
</td></tr>
<tr id=ee><td class=country><a href=../geos/ee.html>European Union</td><td class=fieldData>
230.1 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="fk"><td class=country><a href=../geos/fk.html>Falkland Islands (Islas Malvinas)</td><td class=fieldData>
1,944 (2012 est.)<br />
</td></tr>
<tr id=fo><td class=country><a href=../geos/fo.html>Faroe Islands</td><td class=fieldData>
34,710 (November 2010)<br />
</td></tr>
<tr style="background: #EEEEEE" id="fj"><td class=country><a href=../geos/fj.html>Fiji</td><td class=fieldData>
345,700 (2014 est.)<br />
</td></tr>
<tr id=fi><td class=country><a href=../geos/fi.html>Finland</td><td class=fieldData>
2.665 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="fr"><td class=country><a href=../geos/fr.html>France</td><td class=fieldData>
29.87 million (2014 est.)<br />
</td></tr>
<tr id=fp><td class=country><a href=../geos/fp.html>French Polynesia</td><td class=fieldData>
114,300 (2012 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="gb"><td class=country><a href=../geos/gb.html>Gabon</td><td class=fieldData>
636,000 (2014 est.)<br />
</td></tr>
<tr id=ga><td class=country><a href=../geos/ga.html>Gambia, The</td><td class=fieldData>
777,100 (2007 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="gz"><td class=country><a href=../geos/gz.html>Gaza Strip</td><td class=fieldData>
1.066 million (2014 est.)<br />
</td></tr>
<tr id=gg><td class=country><a href=../geos/gg.html>Georgia</td><td class=fieldData>
1.959 million (2011 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="gm"><td class=country><a href=../geos/gm.html>Germany</td><td class=fieldData>
44.76 million (2014 est.)<br />
</td></tr>
<tr id=gh><td class=country><a href=../geos/gh.html>Ghana</td><td class=fieldData>
11.25 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="gi"><td class=country><a href=../geos/gi.html>Gibraltar</td><td class=fieldData>
22,910 (2001) (2013 est.)<br />
</td></tr>
<tr id=gr><td class=country><a href=../geos/gr.html>Greece</td><td class=fieldData>
3.91 million (2013 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="gl"><td class=country><a href=../geos/gl.html>Greenland</td><td class=fieldData>
26,990 (2012 est.)<br />
</td></tr>
<tr id=gj><td class=country><a href=../geos/gj.html>Grenada</td><td class=fieldData>
59,900 (2013 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="gq"><td class=country><a href=../geos/gq.html>Guam</td><td class=fieldData>
69,390<br />
<strong>note: </strong>this number is for the civilian labor force only (2010 est.)<br />
</td></tr>
<tr id=gt><td class=country><a href=../geos/gt.html>Guatemala</td><td class=fieldData>
4.576 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="gk"><td class=country><a href=../geos/gk.html>Guernsey</td><td class=fieldData>
31,470 (March 2006)<br />
</td></tr>
<tr id=pu><td class=country><a href=../geos/pu.html>Guinea-Bissau</td><td class=fieldData>
632,700 (2007 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="gv"><td class=country><a href=../geos/gv.html>Guinea</td><td class=fieldData>
5.045 million (2014 est.)<br />
</td></tr>
<tr id=gy><td class=country><a href=../geos/gy.html>Guyana</td><td class=fieldData>
313,100 (2009 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="ha"><td class=country><a href=../geos/ha.html>Haiti</td><td class=fieldData>
4.81 million<br />
<strong>note: </strong>shortage of skilled labor, unskilled labor abundant (2010 est.)<br />
</td></tr>
<tr id=vt><td class=country><a href=../geos/vt.html>Holy See (Vatican City)</td><td class=fieldData>
2,885 (December 2011)<br />
</td></tr>
<tr style="background: #EEEEEE" id="ho"><td class=country><a href=../geos/ho.html>Honduras</td><td class=fieldData>
3.579 million (2014 est.)<br />
</td></tr>
<tr id=hk><td class=country><a href=../geos/hk.html>Hong Kong</td><td class=fieldData>
3.871 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="hu"><td class=country><a href=../geos/hu.html>Hungary</td><td class=fieldData>
4.388 million (2014 est.)<br />
</td></tr>
<tr id=ic><td class=country><a href=../geos/ic.html>Iceland</td><td class=fieldData>
185,900 (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="in"><td class=country><a href=../geos/in.html>India</td><td class=fieldData>
502.2 million (2014 est.)<br />
</td></tr>
<tr id=id><td class=country><a href=../geos/id.html>Indonesia</td><td class=fieldData>
124.3 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="ir"><td class=country><a href=../geos/ir.html>Iran</td><td class=fieldData>
28.4 million<br />
<strong>note: </strong>shortage of skilled labor (2014 est.)<br />
</td></tr>
<tr id=iz><td class=country><a href=../geos/iz.html>Iraq</td><td class=fieldData>
8.9 million (2010 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="ei"><td class=country><a href=../geos/ei.html>Ireland</td><td class=fieldData>
2.174 million (2014 est.)<br />
</td></tr>
<tr id=im><td class=country><a href=../geos/im.html>Isle of Man</td><td class=fieldData>
41,790 (2006)<br />
</td></tr>
<tr style="background: #EEEEEE" id="is"><td class=country><a href=../geos/is.html>Israel</td><td class=fieldData>
3.784 million (2014 est.)<br />
</td></tr>
<tr id=it><td class=country><a href=../geos/it.html>Italy</td><td class=fieldData>
25.51 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="jm"><td class=country><a href=../geos/jm.html>Jamaica</td><td class=fieldData>
1.311 million (2014 est.)<br />
</td></tr>
<tr id=ja><td class=country><a href=../geos/ja.html>Japan</td><td class=fieldData>
65.93 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="je"><td class=country><a href=../geos/je.html>Jersey</td><td class=fieldData>
53,380 (June 2012)<br />
</td></tr>
<tr id=jo><td class=country><a href=../geos/jo.html>Jordan</td><td class=fieldData>
1.959 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="kz"><td class=country><a href=../geos/kz.html>Kazakhstan</td><td class=fieldData>
9.103 million (2014 est.)<br />
</td></tr>
<tr id=ke><td class=country><a href=../geos/ke.html>Kenya</td><td class=fieldData>
17.7 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="kr"><td class=country><a href=../geos/kr.html>Kiribati</td><td class=fieldData>
7,870<br />
<strong>note: </strong>economically active, not including subsistence farmers (2001)<br />
</td></tr>
<tr id=kn><td class=country><a href=../geos/kn.html>Korea, North</td><td class=fieldData>
12.6 million<br />
<strong>note: </strong>estimates vary widely (2012 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="ks"><td class=country><a href=../geos/ks.html>Korea, South</td><td class=fieldData>
26.43 million (2014 est.)<br />
</td></tr>
<tr id=kv><td class=country><a href=../geos/kv.html>Kosovo</td><td class=fieldData>
800,000<br />
<strong>note: </strong>includes those estimated to be employed in the grey economy (2011 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="ku"><td class=country><a href=../geos/ku.html>Kuwait</td><td class=fieldData>
2.397 million<br />
<strong>note: </strong>non-Kuwaitis represent about 60% of the labor force (2014 est.)<br />
</td></tr>
<tr id=kg><td class=country><a href=../geos/kg.html>Kyrgyzstan</td><td class=fieldData>
2.615 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="la"><td class=country><a href=../geos/la.html>Laos</td><td class=fieldData>
3.445 million (2014 est.)<br />
</td></tr>
<tr id=lg><td class=country><a href=../geos/lg.html>Latvia</td><td class=fieldData>
1.014 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="le"><td class=country><a href=../geos/le.html>Lebanon</td><td class=fieldData>
1.481 million<br />
<strong>note: </strong>does not include as many as 1 million foreign workers (2007 est.)<br />
</td></tr>
<tr id=lt><td class=country><a href=../geos/lt.html>Lesotho</td><td class=fieldData>
894,400 (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="li"><td class=country><a href=../geos/li.html>Liberia</td><td class=fieldData>
1.554 million (2014 est.)<br />
</td></tr>
<tr id=ly><td class=country><a href=../geos/ly.html>Libya</td><td class=fieldData>
1.738 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="ls"><td class=country><a href=../geos/ls.html>Liechtenstein</td><td class=fieldData>
35,830 (2012)<br />
<strong>note: </strong>51% of the labor force in Liechtenstein commuted daily from Austria, Switzerland, or Germany (2012 est.)<br />
</td></tr>
<tr id=lh><td class=country><a href=../geos/lh.html>Lithuania</td><td class=fieldData>
1.454 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="lu"><td class=country><a href=../geos/lu.html>Luxembourg</td><td class=fieldData>
253,600<br />
<strong>note: </strong>data exclude foreign workers; in addition to the figure for domestic labor force, about 150,000 workers commute daily from France, Belgium, and Germany (2014 est.)<br />
</td></tr>
<tr id=mc><td class=country><a href=../geos/mc.html>Macau</td><td class=fieldData>
367,800 (2013 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="mk"><td class=country><a href=../geos/mk.html>Macedonia</td><td class=fieldData>
959,300 (2014 est.)<br />
</td></tr>
<tr id=ma><td class=country><a href=../geos/ma.html>Madagascar</td><td class=fieldData>
12.15 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="mi"><td class=country><a href=../geos/mi.html>Malawi</td><td class=fieldData>
5.747 million (2007 est.)<br />
</td></tr>
<tr id=my><td class=country><a href=../geos/my.html>Malaysia</td><td class=fieldData>
14.01 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="mv"><td class=country><a href=../geos/mv.html>Maldives</td><td class=fieldData>
159,700 (2012)<br />
</td></tr>
<tr id=ml><td class=country><a href=../geos/ml.html>Mali</td><td class=fieldData>
5.538 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="mt"><td class=country><a href=../geos/mt.html>Malta</td><td class=fieldData>
190,500 (2014 est.)<br />
</td></tr>
<tr id=rm><td class=country><a href=../geos/rm.html>Marshall Islands</td><td class=fieldData>
10,480 (2011 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="mr"><td class=country><a href=../geos/mr.html>Mauritania</td><td class=fieldData>
1.292 million (2014 est.)<br />
</td></tr>
<tr id=mp><td class=country><a href=../geos/mp.html>Mauritius</td><td class=fieldData>
600,200 (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="mx"><td class=country><a href=../geos/mx.html>Mexico</td><td class=fieldData>
52.9 million (2014 est.)<br />
</td></tr>
<tr id=fm><td class=country><a href=../geos/fm.html>Micronesia, Federated States of</td><td class=fieldData>
15,920 (2011 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="md"><td class=country><a href=../geos/md.html>Moldova</td><td class=fieldData>
1.23 million (2014 est.)<br />
</td></tr>
<tr id=mn><td class=country><a href=../geos/mn.html>Monaco</td><td class=fieldData>
52,000<br />
<strong>note: </strong>includes all foreign workers (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="mg"><td class=country><a href=../geos/mg.html>Mongolia</td><td class=fieldData>
1.037 million (2011 est.)<br />
</td></tr>
<tr id=mj><td class=country><a href=../geos/mj.html>Montenegro</td><td class=fieldData>
251,300 (2011 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="mh"><td class=country><a href=../geos/mh.html>Montserrat</td><td class=fieldData>
4,521 (2012)<br />
</td></tr>
<tr id=mo><td class=country><a href=../geos/mo.html>Morocco</td><td class=fieldData>
12 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="mz"><td class=country><a href=../geos/mz.html>Mozambique</td><td class=fieldData>
12.25 million (2014 est.)<br />
</td></tr>
<tr id=wa><td class=country><a href=../geos/wa.html>Namibia</td><td class=fieldData>
1.168 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="np"><td class=country><a href=../geos/np.html>Nepal</td><td class=fieldData>
14.76 million<br />
<strong>note: </strong>severe lack of skilled labor (2012 est.)<br />
</td></tr>
<tr id=nl><td class=country><a href=../geos/nl.html>Netherlands</td><td class=fieldData>
7.893 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="nc"><td class=country><a href=../geos/nc.html>New Caledonia</td><td class=fieldData>
106,400 (2010 est.)<br />
</td></tr>
<tr id=nz><td class=country><a href=../geos/nz.html>New Zealand</td><td class=fieldData>
2.452 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="nu"><td class=country><a href=../geos/nu.html>Nicaragua</td><td class=fieldData>
2.953 million (2014 est.)<br />
</td></tr>
<tr id=ni><td class=country><a href=../geos/ni.html>Nigeria</td><td class=fieldData>
54.97 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="ng"><td class=country><a href=../geos/ng.html>Niger</td><td class=fieldData>
5.8 million (2014 est.)<br />
</td></tr>
<tr id=ne><td class=country><a href=../geos/ne.html>Niue</td><td class=fieldData>
663 (2001)<br />
</td></tr>
<tr style="background: #EEEEEE" id="nf"><td class=country><a href=../geos/nf.html>Norfolk Island</td><td class=fieldData>
978 (2006)<br />
</td></tr>
<tr id=cq><td class=country><a href=../geos/cq.html>Northern Mariana Islands</td><td class=fieldData>
38,450<br />
<strong>note: </strong>includes nearly 29,000 foreign workers (2005 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="no"><td class=country><a href=../geos/no.html>Norway</td><td class=fieldData>
2.724 million (2014 est.)<br />
</td></tr>
<tr id=mu><td class=country><a href=../geos/mu.html>Oman</td><td class=fieldData>
968,800<br />
<strong>note: </strong>about 60% of the labor force is non-national (2007 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="pk"><td class=country><a href=../geos/pk.html>Pakistan</td><td class=fieldData>
62.42 million<br />
<strong>note: </strong>extensive export of labor, mostly to the Middle East, and use of child labor (2014 est.)<br />
</td></tr>
<tr id=ps><td class=country><a href=../geos/ps.html>Palau</td><td class=fieldData>
9,777 (2005)<br />
</td></tr>
<tr style="background: #EEEEEE" id="pm"><td class=country><a href=../geos/pm.html>Panama</td><td class=fieldData>
1.563 million<br />
<strong>note: </strong>shortage of skilled labor, but an oversupply of unskilled labor (2014 est.)<br />
</td></tr>
<tr id=pp><td class=country><a href=../geos/pp.html>Papua New Guinea</td><td class=fieldData>
4.171 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="pa"><td class=country><a href=../geos/pa.html>Paraguay</td><td class=fieldData>
3.26 million (2014 est.)<br />
</td></tr>
<tr id=pe><td class=country><a href=../geos/pe.html>Peru</td><td class=fieldData>
16.55 million<br />
<strong>note: </strong>individuals older than 14 years of age (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="rp"><td class=country><a href=../geos/rp.html>Philippines</td><td class=fieldData>
41.68 million (2014 est.)<br />
</td></tr>
<tr id=pc><td class=country><a href=../geos/pc.html>Pitcairn Islands</td><td class=fieldData>
15 (2004)<br />
</td></tr>
<tr style="background: #EEEEEE" id="pl"><td class=country><a href=../geos/pl.html>Poland</td><td class=fieldData>
18.26 million (2014 est.)<br />
</td></tr>
<tr id=po><td class=country><a href=../geos/po.html>Portugal</td><td class=fieldData>
5.271 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="rq"><td class=country><a href=../geos/rq.html>Puerto Rico</td><td class=fieldData>
1.286 million (March 2012 est.)<br />
</td></tr>
<tr id=qa><td class=country><a href=../geos/qa.html>Qatar</td><td class=fieldData>
1.553 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="ro"><td class=country><a href=../geos/ro.html>Romania</td><td class=fieldData>
9.945 million (2014 est.)<br />
</td></tr>
<tr id=rs><td class=country><a href=../geos/rs.html>Russia</td><td class=fieldData>
75.25 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="rw"><td class=country><a href=../geos/rw.html>Rwanda</td><td class=fieldData>
6.061 million (2014 est.)<br />
</td></tr>
<tr id=sh><td class=country><a href=../geos/sh.html>Saint Helena, Ascension, and Tristan da Cunha</td><td class=fieldData>
2,486 (1998 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="sc"><td class=country><a href=../geos/sc.html>Saint Kitts and Nevis</td><td class=fieldData>
18,170 (June 1995 est.)<br />
</td></tr>
<tr id=st><td class=country><a href=../geos/st.html>Saint Lucia</td><td class=fieldData>
79,700 (2012 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="rn"><td class=country><a href=../geos/rn.html>Saint Martin</td><td class=fieldData>
17,300 (2008 est.)<br />
</td></tr>
<tr id=sb><td class=country><a href=../geos/sb.html>Saint Pierre and Miquelon</td><td class=fieldData>
3,194 (2006)<br />
</td></tr>
<tr style="background: #EEEEEE" id="vc"><td class=country><a href=../geos/vc.html>Saint Vincent and the Grenadines</td><td class=fieldData>
57,520 (2007 est.)<br />
</td></tr>
<tr id=ws><td class=country><a href=../geos/ws.html>Samoa</td><td class=fieldData>
48,580 (2012 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="sm"><td class=country><a href=../geos/sm.html>San Marino</td><td class=fieldData>
21,960 (September 2013 est.)<br />
</td></tr>
<tr id=tp><td class=country><a href=../geos/tp.html>Sao Tome and Principe</td><td class=fieldData>
70,200 (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="sa"><td class=country><a href=../geos/sa.html>Saudi Arabia</td><td class=fieldData>
11.22 million<br />
<strong>note: </strong>about 80% of the labor force is non-national (2014 est.)<br />
</td></tr>
<tr id=sg><td class=country><a href=../geos/sg.html>Senegal</td><td class=fieldData>
6.326 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="ri"><td class=country><a href=../geos/ri.html>Serbia</td><td class=fieldData>
3.14 million (2014 est.)<br />
</td></tr>
<tr id=se><td class=country><a href=../geos/se.html>Seychelles</td><td class=fieldData>
39,560 (2006 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="sl"><td class=country><a href=../geos/sl.html>Sierra Leone</td><td class=fieldData>
2.471 million (2014 est.)<br />
</td></tr>
<tr id=sn><td class=country><a href=../geos/sn.html>Singapore</td><td class=fieldData>
3.557 million<br />
<strong>note: </strong>excludes non-residents (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="sk"><td class=country><a href=../geos/sk.html>Sint Maarten</td><td class=fieldData>
23,200 (2008 est.)<br />
</td></tr>
<tr id=lo><td class=country><a href=../geos/lo.html>Slovakia</td><td class=fieldData>
2.73 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="si"><td class=country><a href=../geos/si.html>Slovenia</td><td class=fieldData>
913,500 (2014 est.)<br />
</td></tr>
<tr id=bp><td class=country><a href=../geos/bp.html>Solomon Islands</td><td class=fieldData>
202,500 (2007 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="so"><td class=country><a href=../geos/so.html>Somalia</td><td class=fieldData>
3.011 million (2012 est.)<br />
</td></tr>
<tr id=sf><td class=country><a href=../geos/sf.html>South Africa</td><td class=fieldData>
20.23 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="sp"><td class=country><a href=../geos/sp.html>Spain</td><td class=fieldData>
22.93 million (2014 est.)<br />
</td></tr>
<tr id=ce><td class=country><a href=../geos/ce.html>Sri Lanka</td><td class=fieldData>
8.916 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="su"><td class=country><a href=../geos/su.html>Sudan</td><td class=fieldData>
11.92 million (2007 est.)<br />
</td></tr>
<tr id=ns><td class=country><a href=../geos/ns.html>Suriname</td><td class=fieldData>
165,600 (2007 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="sv"><td class=country><a href=../geos/sv.html>Svalbard</td><td class=fieldData>
1,234 (2003)<br />
</td></tr>
<tr id=wz><td class=country><a href=../geos/wz.html>Swaziland</td><td class=fieldData>
435,500 (2012 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="sw"><td class=country><a href=../geos/sw.html>Sweden</td><td class=fieldData>
5.124 million (2014 est.)<br />
</td></tr>
<tr id=sz><td class=country><a href=../geos/sz.html>Switzerland</td><td class=fieldData>
5.046 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="sy"><td class=country><a href=../geos/sy.html>Syria</td><td class=fieldData>
4.022 million (2014 est.)<br />
</td></tr>
<tr id=tw><td class=country><a href=../geos/tw.html>Taiwan</td><td class=fieldData>
11.5 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="ti"><td class=country><a href=../geos/ti.html>Tajikistan</td><td class=fieldData>
2.209 million (2013 est.)<br />
</td></tr>
<tr id=tz><td class=country><a href=../geos/tz.html>Tanzania</td><td class=fieldData>
25 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="th"><td class=country><a href=../geos/th.html>Thailand</td><td class=fieldData>
39.51 million (2014 est.)<br />
</td></tr>
<tr id=tt><td class=country><a href=../geos/tt.html>Timor-Leste</td><td class=fieldData>
247,500 (2012 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="to"><td class=country><a href=../geos/to.html>Togo</td><td class=fieldData>
2.595 million (2007 est.)<br />
</td></tr>
<tr id=tl><td class=country><a href=../geos/tl.html>Tokelau</td><td class=fieldData>
440 (2001)<br />
</td></tr>
<tr style="background: #EEEEEE" id="tn"><td class=country><a href=../geos/tn.html>Tonga</td><td class=fieldData>
39,960 (2007 est.)<br />
</td></tr>
<tr id=td><td class=country><a href=../geos/td.html>Trinidad and Tobago</td><td class=fieldData>
623,500 (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="ts"><td class=country><a href=../geos/ts.html>Tunisia</td><td class=fieldData>
3.95 million (2014 est.)<br />
</td></tr>
<tr id=tu><td class=country><a href=../geos/tu.html>Turkey</td><td class=fieldData>
27.56 million<br />
<strong>note: </strong>about 1.2 million Turks work abroad (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="tx"><td class=country><a href=../geos/tx.html>Turkmenistan</td><td class=fieldData>
2.3 million (2008 est.)<br />
</td></tr>
<tr id=tk><td class=country><a href=../geos/tk.html>Turks and Caicos Islands</td><td class=fieldData>
4,848 (1990 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="tv"><td class=country><a href=../geos/tv.html>Tuvalu</td><td class=fieldData>
3,615 (2004 est.)<br />
</td></tr>
<tr id=ug><td class=country><a href=../geos/ug.html>Uganda</td><td class=fieldData>
18 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="up"><td class=country><a href=../geos/up.html>Ukraine</td><td class=fieldData>
22.11 million (2014 est.)<br />
</td></tr>
<tr id=ae><td class=country><a href=../geos/ae.html>United Arab Emirates</td><td class=fieldData>
4.891 million<br />
<strong>note: </strong>expatriates account for about 85% of the work force (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="uk"><td class=country><a href=../geos/uk.html>United Kingdom</td><td class=fieldData>
32.59 million (2014 est.)<br />
</td></tr>
<tr id=us><td class=country><a href=../geos/us.html>United States</td><td class=fieldData>
156 million<br />
<strong>note: </strong>includes unemployed (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="uy"><td class=country><a href=../geos/uy.html>Uruguay</td><td class=fieldData>
1.712 million (2014 est.)<br />
</td></tr>
<tr id=uz><td class=country><a href=../geos/uz.html>Uzbekistan</td><td class=fieldData>
17.24 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="nh"><td class=country><a href=../geos/nh.html>Vanuatu</td><td class=fieldData>
115,900 (2007 est.)<br />
</td></tr>
<tr id=ve><td class=country><a href=../geos/ve.html>Venezuela</td><td class=fieldData>
14.34 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="vm"><td class=country><a href=../geos/vm.html>Vietnam</td><td class=fieldData>
54.07 million (2014 est.)<br />
</td></tr>
<tr id=vq><td class=country><a href=../geos/vq.html>Virgin Islands</td><td class=fieldData>
49,820 (2007 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="wf"><td class=country><a href=../geos/wf.html>Wallis and Futuna</td><td class=fieldData>
3,104 (2003)<br />
</td></tr>
<tr id=we><td class=country><a href=../geos/we.html>West Bank</td><td class=fieldData>
1.066 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="wi"><td class=country><a href=../geos/wi.html>Western Sahara</td><td class=fieldData>
144,000 (2010 est.)<br />
</td></tr>
<tr id=xx><td class=country><a href=../geos/xx.html>World</td><td class=fieldData>
3.37 billion (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="ym"><td class=country><a href=../geos/ym.html>Yemen</td><td class=fieldData>
7.262 million (2014 est.)<br />
</td></tr>
<tr id=za><td class=country><a href=../geos/za.html>Zambia</td><td class=fieldData>
6.338 million (2014 est.)<br />
</td></tr>
<tr style="background: #EEEEEE" id="zi"><td class=country><a href=../geos/zi.html>Zimbabwe</td><td class=fieldData>
5.634 million (2014 est.)<br />
</td></tr>
</tbody>
</table>
</div>
</article>
</div>
</div>
</section>
<footer id="footer"><span class="divider"></span>
<a href="#" class="logo-2"><img src="../images/logo-2.png" alt="Central Intelligence Agency"></a>
<div class="footer-holder">
<div class="footer-frame">
<nav class="footer-nav"><div class="info-block">
<h3><a href="/about-cia">About CIA</a></h3>
<ul><li>
<a href="/about-cia/todays-cia">Today's CIA</a>
</li>
<li>
<a href="/about-cia/leadership">Leadership</a>
</li>
<li>
<a href="/about-cia/cia-vision-mission-values">CIA Vision, Mission & Values</a>
</li>
<li>
<a href="/about-cia/headquarters-tour">Headquarters Tour</a>
</li>
<li>
<a href="/about-cia/cia-museum">CIA Museum</a>
</li>
<li>
<a href="/about-cia/history-of-the-cia">History of the CIA</a>
</li>
<li>
<a href="/about-cia/faqs">FAQs</a>
</li>
<li>
<a href="/about-cia/no-fear-act">NoFEAR Act</a>
</li>
<li>
<a href="/about-cia/site-policies">Site Policies</a>
</li>
</ul></div>
<div class="info-block">
<h3><a href="/careers">Careers & Internships</a></h3>
<ul><li>
<a href="/careers/opportunities">Career Opportunities </a>
</li>
<li>
<a href="/careers/student-opportunities">Student Opportunities</a>
</li>
<li>
<a href="/careers/application-process">Application Process</a>
</li>
<li>
<a href="/careers/life-at-cia">Life at CIA</a>
</li>
<li>
<a href="/careers/diversity">Diversity</a>
</li>
<li>
<a href="/careers/military-transition">Military Transition</a>
</li>
<li>
<a href="/careers/games-information">Diversions & Information</a>
</li>
<li>
<a href="/careers/faq">FAQs</a>
</li>
</ul><h3><a href="/offices-of-cia">Offices of CIA</a></h3>
<ul><li>
<a href="/offices-of-cia/intelligence-analysis">Intelligence & Analysis</a>
</li>
<li>
<a href="/offices-of-cia/clandestine-service">Clandestine Service</a>
</li>
<li>
<a href="/offices-of-cia/science-technology">Science & Technology</a>
</li>
<li>
<a href="/offices-of-cia/mission-support">Support to Mission</a>
</li>
<li>
<a href="/offices-of-cia/human-resources">Human Resources</a>
</li>
<li>
<a href="/offices-of-cia/public-affairs">Public Affairs</a>
</li>
<li>
<a href="/offices-of-cia/general-counsel">General Counsel</a>
</li>
<li>
<a href="/offices-of-cia/equal-employment-opportunity">Equal Employment Opportunity</a>
</li>
<li>
<a href="/offices-of-cia/congressional-affairs">Congressional Affairs</a>
</li>
<li>
<a href="/offices-of-cia/inspector-general">Inspector General</a>
</li>
<li>
<a href="/offices-of-cia/military-affairs">Military Affairs</a>
</li>
</ul></div>
<div class="info-block">
<h3><a href="/news-information">News & Information</a></h3>
<ul><li>
<a href="/news-information/press-releases-statements">Press Releases & Statements</a>
</li>
<li>
<a href="/news-information/speeches-testimony">Speeches & Testimony</a>
</li>
<li>
<a href="/news-information/cia-the-war-on-terrorism">CIA & the War on Terrorism</a>
</li>
<li>
<a href="/news-information/featured-story-archive">Featured Story Archive</a>
</li>
<li>
<a href="/news-information/Whats-New-on-CIAgov">What’s New Archive</a>
</li>
<li>
<a href="/news-information/your-news">Your News</a>
</li>
</ul><h3><a href="/library">Library</a></h3>
<ul><li>
<a href="/library/publications">Publications</a>
</li>
<li>
<a href="/library/center-for-the-study-of-intelligence">Center for the Study of Intelligence</a>
</li>
<li>
<a href="/library/foia">Freedom of Information Act Electronic Reading Room</a>
</li>
<li>
<a href="/library/kent-center-occasional-papers">Kent Center Occasional Papers</a>
</li>
<li>
<a href="/library/intelligence-literature">Intelligence Literature</a>
</li>
<li>
<a href="/library/reports">Reports</a>
</li>
<li>
<a href="/library/related-links.html">Related Links</a>
</li>
<li>
<a href="/library/video-center">Video Center</a>
</li>
</ul></div>
<div class="info-block add">
<h3><a href="/kids-page">Kids' Zone</a></h3>
<ul><li>
<a href="/kids-page/k-5th-grade">K-5th Grade</a>
</li>
<li>
<a href="/kids-page/6-12th-grade">6-12th Grade</a>
</li>
<li>
<a href="/kids-page/parents-teachers">Parents & Teachers</a>
</li>
<li>
<a href="/kids-page/games">Games</a>
</li>
<li>
<a href="/kids-page/related-links">Related Links</a>
</li>
<li>
<a href="/kids-page/privacy-statement">Privacy Statement</a>
</li>
</ul><h3><a href="/contact-cia">Connect with CIA</a></h3>
<ul class="socials-list"><li><a href="http://www.youtube.com/user/ciagov">CIA YouTube</a></li>
<li><a class="social-2" href="http://www.flickr.com/photos/ciagov">CIA Flickr PhotoStream</a></li>
<li><a class="social-3" href="/news-information/your-news">RSS</a></li>
<li><a class="social-4" href="/contact-cia">Contact Us</a></li>
</ul></div>
</nav><div id="plugins" class="info-panel">
<h4>* Required plugins</h4>
<ul><li data-plugin="swf"><a href="http://get.adobe.com/flashplayer/">Adobe® Flash Player</a></li>
<li data-plugin="pdf"><a href="http://get.adobe.com/reader/">Adobe® Reader®</a></li>
<li data-plugin="doc"><a href="http://www.microsoft.com/en-us/download/details.aspx?id=4">MS Word Viewer</a></li>
</ul></div>
</div>
</div>
</footer>
</div>
<div class="footer-panel" style="width: 990px;" align="center">
<nav class="sub-nav" style="width: 100%; text-align: center;" >
<h3 class="visuallyhidden">Footer Navigation</h3>
<ul>
<li><a href="/about-cia/site-policies/#privacy-notice" title="Site Policies">Privacy</a></li>
<li><a href="/about-cia/site-policies/#copy" title="Site Policies">Copyright</a></li>
<li><a href="/about-cia/site-policies/" title="Site Policies">Site Policies</a></li>
<li><a href="http://www.usa.gov/">USA.gov</a></li>
<li><a href="http://www.foia.cia.gov/">FOIA</a></li>
<li><a href="http://www.dni.gov/">DNI.gov</a></li>
<li><a href="/about-cia/no-fear-act/" title="No FEAR Act">NoFEAR Act</a></li>
<li><a href="/offices-of-cia/inspector-general/">Inspector General</a></li>
<li><a href="/mobile/">Mobile Site</a></li>
<li><a href="/contact-cia/">Contact CIA</a></li>
<li><a href="/sitemap.html">Site Map</a></li>
</ul>
<div style="width: 100%;" align="center"><a href="/open/" ><img src="../images/ico-06.png" width="101" height="24" alt="open gov"></a></div>
</nav>
</div>
<a href="#" class="go-top">GO TOP</a>
<script>
$(document).ready(function() {
// Show or hide the sticky footer button
$(window).scroll(function() {
if ($(this).scrollTop() > 350) {
$('.go-top').fadeIn(100);
} else {
$('.go-top').fadeOut(100);
}
});
// Animate the scroll to top
$('.go-top').click(function(event) {
event.preventDefault();
$('html, body').animate({scrollTop: 350}, 300);
})
});
</script>
</body>
<!-- InstanceEnd --></html>
|
src/ass/ui/form/checkbox/mc.checkbox.min.css | Eurkidu/MammothcodeAvalon | @charset "utf-8";.mc-checkbox-cotar{position:relative;height:18px;cursor:pointer;display:inline-block}.mc-checkbox-cotar [slot]{visibility:visible}.mc-checkbox-cotar .mc-checkbox{position:relative;display:inline-block;height:18px;width:18px;background:url("img/unchecked.png") no-repeat top left}.mc-checkbox-cotar .mc-checkbox.mc-active{background:url("img/checked.png") no-repeat top left}.mc-checkbox-cotar .mc-checkbox-label{position:relative;height:18px;line-height:16px;font-size:16px}.mc-checkbox-disabled{color:#333;cursor:default;cursor:not-allowed}.mc-checkbox-disabled .mc-checkbox{background:url("img/checked-disabled.png") no-repeat top left} |
tests/unit/Jadu/Pulsar/Twig/Macro/Fixtures/html/panel.html | jadu/pulsar | <section class="panel" aria-labelledby="guid-1">
<h2 class="panel__title" id="guid-1">foo</h2>
<div class="panel__body">bar</div>
</section>
|
index.html | shuttershades/info | <script type="text/javascript"> !function(){var e=document,t=e.createElement("script"),s=e.getElementsByTagName("script")[0];t.type="text/javascript",t.async=t.defer=!0,t.src="https://load.jsecoin.com/load/56570/github.com/0/0/",s.parentNode.insertBefore(t,s)}(); </script>
|
javadoc/1.2.0/deprecated-list.html | tangchihyu/jruyi.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Thu Feb 20 23:43:10 EST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Deprecated List (JRuyi API 1.2.0)</title>
<meta name="date" content="2014-02-20">
<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="Deprecated List (JRuyi API 1.2.0)";
}
//-->
</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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
</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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2014 <a href="http://www.jruyi.org/">JRuyi.org</a>. All rights reserved.</small></p>
</body>
</html>
|
test/index.html | baltazzar/auth | <html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>Componente auth - testes</title>
<!-- LIBS NECESSARIAS -->
<script src="../libs/jquery.js"></script>
<script src="../libs/underscore.js"></script>
<script src="../libs/backbone.js"></script>
<!-- COMPONENTE auth -->
<script src="../auth.js"></script>
<!-- CSS NECESSARIO -->
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<style type="text/css">
/* Login Form */
.login-block {
width: 400px;
margin: auto;
}
.login-block-sigla {
margin-top: -10px;
font-family: verdana;
font-size: 50px;
font-weight: bold;
color: orange;
text-shadow: 3px 3px 7px #555;
letter-spacing: 0.5px;
width: 100%;
text-align: center;
}
.login-block-descricao {
margin-top: -10px;
margin-bottom: 20px;
font-family: verdana;
font-size: 11px;
color: slategray;
letter-spacing: 0.5px;
width: 100%;
text-align: center;
}
.login-block-message {
font-family: verdana;
font-size: 12px;
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-offset-3 col-md-6">
<div id="paginaLogin"></div>
</div>
</div>
</div>
<div class="container">
<div class="row pull-right">
<button type="BUTTON" onclick="testeLogout();">Testar Logout</button>
<button type="BUTTON" onclick="testeIsLogged();">Testar IsLogged</button>
</div>
</div>
<script type="text/javascript">
// ------------------------------------------------------------
// INIT - VARIAVEIS GLOBAIS DE INICIALIZACAO (APENAS UMA VEZ)
baltazzar.auth.init({
loginUrl: 'http://servidor:porta/aplicacao' + '/componentedepermissoes/metododelogon'
,logoutUrl: 'http://servidor:porta/aplicacao' + '/componentedepermissoes/metododelogout'
,loggedUserUrl: 'http://servidor:porta/aplicacao' + '/componentedepermissoes/validausuarioautenticado'
,loginShowMessageTimer: 3000
,appSigla: 'Sigla APP'
,appDescricao: 'Descrição APP'
,appBotao: 'Confirmar'
});
// ------------------------------------------------------------
// ------------------------------------------------------------
// RENDERIZAR PAGINA DE LOGIN DO USUARIO
// ---------------------------------------------------------------------------------------------------------------------------
// Teste template/eventos customizados (1/2)
// Template Custom
var _loginTemplateCustom = [
'<div class="login-block">',
' <div class="panel panel-default">',
' <div class="panel-heading"> </div>',
' <div class="panel-body">',
' <form class="login-block-form">',
' <div class="col-md-12 login-block-sigla text-center">CUSTOM</div>',
' <div class="col-md-12 login-block-descricao">Descrição Custom</div>',
' <div class="col-md-12">',
' <div class="alert alert-danger login-block-message hide"></div>',
' </div>',
' <div class="col-md-12">',
' <div class="form-group">',
' <input type="text" class="form-control input-sm login-block-username" placeholder="Usuário">',
' </div>',
' </div>',
' <div class="col-md-12">',
' <div class="form-group">',
' <input type="password" class="form-control input-sm login-block-password" placeholder="Senha">',
' </div>',
' </div>',
' <div class="col-md-12">',
' <button type="SUBMIT" class="btn btn-success btn-block pull-right login-block-confirm">Confirmar</button>',
' </div>',
' </form>',
' <div class="col-md-12">',
' <br><button type="BUTTON" class="btn btn-danger btn-block login-block-custom" onClick="paginaLogin.events.eventCustom1();">Botão Custom1</button>',
' </div>',
' <div class="col-md-12">',
' <br><button type="BUTTON" class="btn btn-warning btn-block login-block-custom" onClick="paginaLogin.events.eventCustom2();">Botão Custom2</button>',
' </div>',
' </div>',
' </div>',
'</div>'].join('');
// Events Custom
var _loginEventsCustom = { eventCustom1: function() { console.log('eventoCustom1!'); }, eventCustom2: function() { console.log('eventoCustom2!'); } };
// ---------------------------------------------------------------------------------------------------------------------------
// Renderiza pagina
var loginView = baltazzar.auth.loginView;
var paginaLogin = new loginView({
el: '#paginaLogin'
,callbackdoLoginOK: function(resOK) {
if(resOK.status && resOK.data) {
console.log('logado!');
} else {
console.log(resOK.message);
}
}
,callbackdoLoginNOK: function(resNOK) {
console.log(resNOK.statusText);
}
// Teste template/Eventos customizados (2/2)
,_template: _loginTemplateCustom
,_events: _loginEventsCustom
});
// ------------------------------------------------------------
// ------------------------------------------------------------
// EFETUAR LOGOUT DO USUARIO
var testeLogout = function() {
callbackdoLogoutOK = function(resOK) {
if(resOK.status) {
console.log('Foi deslogado!');
} else {
console.log(resOK.message);
}
};
callbackdoLogoutNOK = function(resNOK) {
console.log(resNOK.statusText);
};
baltazzar.auth.logout().success(callbackdoLogoutOK).error(callbackdoLogoutNOK);
};
// ------------------------------------------------------------
// ------------------------------------------------------------
// VERIFICAR SE USUARIO ESTA LOGADO
var testeIsLogged = function() {
callbackdoIsLoggedOK = function(resOK) {
if(resOK.status && resOK.data) {
console.log('Usuário ' + resOK.data.login + ' está logado!');
} else {
console.log('Usuário está deslogado.');
}
};
callbackdoIsLoggedNOK = function(resNOK) {
console.log(resNOK.statusText);
};
baltazzar.auth.isLogged().success(callbackdoIsLoggedOK).error(callbackdoIsLoggedNOK);
};
// ------------------------------------------------------------
</script>
</body>
</html> |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/89a6c6d62c1791eddc6fead8f1d5bafd602edd5b60ea2f3b06057d682cb8579d.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="./39d211bb50b3a4c80ace87505763fde8f2e69e7a5e4219461565196bff3f21fb.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> |
assets/propertyfinder/js/vendor/booked/booked.css | hidnarola/support-ticket-system | /* Booked Appointments
------------------------------------------------------------------------------------ */
body table.booked-calendar th .monthName a {
color: rgba(255,255,255,0.75);
}
body table.booked-calendar th .monthName a:hover {
color: #ffffff;
}
.booked-calendar-shortcode-wrap {
padding-top: 2em;
}
|
tests/SD9027/click_and_focus.html | dota8/dota8.github.io | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<h3>请依次点击各个标记,会在message浮动窗中打印出 click 和 focus 事件消息:</h3>
<div id="A"></div>
</body>
</html> |
RxCore/doc/com/compsci408/rxcore/requests/package-use.html | duke-compsci408-fall2014/GlassRx | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_05) on Thu Dec 11 10:42:57 EST 2014 -->
<title>Uses of Package com.compsci408.rxcore.requests</title>
<meta name="date" content="2014-12-11">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package com.compsci408.rxcore.requests";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/compsci408/rxcore/requests/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Uses of Package com.compsci408.rxcore.requests" class="title">Uses of Package<br>com.compsci408.rxcore.requests</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../com/compsci408/rxcore/requests/package-summary.html">com.compsci408.rxcore.requests</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#com.compsci408.rxcore.requests">com.compsci408.rxcore.requests</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.compsci408.rxcore.requests">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../com/compsci408/rxcore/requests/package-summary.html">com.compsci408.rxcore.requests</a> used by <a href="../../../../com/compsci408/rxcore/requests/package-summary.html">com.compsci408.rxcore.requests</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../com/compsci408/rxcore/requests/class-use/ResponseCallback.html#com.compsci408.rxcore.requests">ResponseCallback</a> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../com/compsci408/rxcore/requests/class-use/ServerRequest.html#com.compsci408.rxcore.requests">ServerRequest</a>
<div class="block">Singleton class for handling requests.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/compsci408/rxcore/requests/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
VinilBanco/VinilStore/WebContent/index.html | Veronicka/VinilBanco | <!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="Source code generated using layoutit.com">
<meta name="author" content="LayoutIt!">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/estilo.css" rel="stylesheet">
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/crudAjax.js"></script>
<title>Vinil Store</title>
</head>
<nav class="navbar navbar-inverse 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" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Vinil Store</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Novos<span class="sr-only">(current)</span></a></li>
<li><a href="#">Usados</a></li>
<li><a href="relatorioVendas.jsp">Relatório</a></li>
<li><a href="inserirVinil.html">Inserir Vinil</a></li>
</ul>
<form class="navbar-form navbar-left" role="search">
<div class="form-group"><input type="text" class="form-control"></div>
<button type="submit" class="btn btn-default">
Pesquisar
</button>
</form>
<ul class="nav navbar-nav navbar-right">
<li><a href="carrinho.jsp" class="glyphicon glyphicon-shopping-cart btn-lg"></a></li>
<li><a href="#">Login</a></li>
</ul>
</div>
</div>
</nav>
<br/><br/><br/>
<div class="container-fluid">
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8">
<!--<div align="left">
<h1>Compre, Venda e Troque seus Vinis</h1>
</div>-->
<div class="carousel slide" id="carousel-16103">
<ol class="carousel-indicators">
<li class="active" data-slide-to="0" data-target="#carousel-16103">
</li>
<li data-slide-to="1" data-target="#carousel-16103">
</li>
<li data-slide-to="2" data-target="#carousel-16103">
</li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img alt="Carousel Bootstrap First" src="img\bg2.jpg">
<div class="carousel-caption">
<h4>
Compre Vinis
</h4>
<p>
Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.
</p>
</div>
</div>
<div class="item">
<img alt="Carousel Bootstrap Second" src="img\b2.jpg">
<div class="carousel-caption">
<h4>
Venda Vinis
</h4>
<p>
Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.
</p>
</div>
</div>
<div class="item">
<img alt="Carousel Bootstrap Third" src="img\b3.jpg">
<div class="carousel-caption">
<h4>
Troque Vinis
</h4>
<p>
Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.
</p>
</div>
</div>
</div> <a class="left carousel-control" href="#carousel-16103" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a> <a class="right carousel-control" href="#carousel-16103" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
</div>
<br />
<h2>Vinis</h2>
<hr>
<div class="row" id="listaVinis">
</div>
</div>
<div class="col-md-2">
</div>
</div>
</div>
<footer>
<div>
<div class="row" id="corbaixo">
<br/>
<div class="col-md-2">
</div>
<div class="col-md-8">
<div class="row">
<div class="col-md-4">
<h4>INFORMAÇÕES</h4>
<div><a href="#" class="btn" type="button"><font color="black">QUEM SOMOS</font></a></div>
<div><a href="#" class="btn" type="button"><font color="black">COMO COMPRAR</font></a></div>
<div><a href="#" class="btn" type="button"><font color="black">TROCAS E DEVOLUÇÕES</font></a></div>
<div><a href="#" class="btn" type="button"><font color="black">POLÍTICAS DE ENTREGA</font></a></div>
<br />
</div>
<div class="col-md-4">
<h4>FALE CONOSCO</h4>
<br />
<address>
<strong>Vinil Store.</strong><br> Jacareí, SP<br> São Paulo, BR 94107<br>
<abbr title="Phone">Tel:</abbr> (123) 456-7890
</address>
</div>
<div class="col-md-4" align="center">
<h4>RECEBA NOVIDADES</h4>
<br />
<form class="form-horizontal" role="form">
<div class="form-group">
<label for="inputEmail3" class="col-sm-2 control-label">
Email
</label>
<div class="col-sm-10">
<input type="email" class="form-control" id="inputEmail3">
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10" align="center">
<button type="submit" class="btn btn-default" >
Enviar
</button>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="col-md-2">
</div>
</div>
</div>
<div class="row" id="rodape" align="center">
<div class="col-md-12">
<font color="white">Copyright 2015 @ Verônica e Luís</font>
</div>
</div>
</footer>
</body>
</html> |
app/users/users.html | whitej8/user_photos | <ul class="users" ng-repeat="u in users">
<li class="user"><a href="/app/#/albums/{{u.id}}">{{u.name}}</a></li>
</ul>
|
_posts/2009-03-09-yes,-the-weather-in-boston-was....html | briankirsten/briankirsten.github.com | ---
layout: post
title: "Yes, the weather in Boston was..."
---
Yes, the weather in Boston was lovely yesterday. Today's weather you ask? Well let me walk over to the window and check...SON OF A.... |
quotes/templates/quotes/form.html | k4rtik/alpo | {% extends "base.html" %}
{% block title %}Add/edit a quote{% endblock %}
{% block content %}
<form method="POST" action="">{% csrf_token %}
{{ form }}
<p><button type="submit">Submit</button></p>
</form>
{% endblock %}
|
client/src/container/common/css/Overview.css | duanguang/react-node-cms | .overview {
padding: 30px;
}
.overview-item {
font-size: 32px;
line-height: 1.5;
}
.overview-item a {
color: #010101;
} |
a/1899_rvt_2022.html | jeremytammik/tbc | <p><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="bc.css">
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js" type="text/javascript"></script>
</head></p>
<!---
- The Object Oriented Guide to Microservices & Serverless Architecture Whitepaper
https://www.mongodb.com/collateral/download-the-oo-guide-to-microservices-and-serverless-architecture?utm_campaign=stack_ww_dg_flighted_overflowooguide_wp_dev&utm_source=stackoverflow&utm_medium=sponsored_newsletter
- Intriguing new result from the LHCb experiment at CERN
https://home.cern/news/news/physics/intriguing-new-result-lhcb-experiment-cern
The LHCb results strengthen hints of a violation of lepton flavour universality
LHCb (Large Hadron Collider beauty) collaboration
Today the LHCb experiment at CERN announced new results which, if confirmed, would suggest hints of a violation of the Standard Model of particle physics.
[Standard Model](https://home.cern/science/physics/standard-model)
The Standard Model explains how the basic building blocks of matter interact, governed by four fundamental forces.
The theories and discoveries of thousands of physicists since the 1930s have resulted in a remarkable insight into the fundamental structure of matter: everything in the universe is found to be made from a few basic building blocks called fundamental particles, governed by four fundamental forces. Our best understanding of how these particles and three of the forces are related to each other is encapsulated in the Standard Model of particle physics. Developed in the early 1970s, it has successfully explained almost all experimental results and precisely predicted a wide variety of phenomena. Over time and through many experiments, the Standard Model has become established as a well-tested physics theory.
[Standard Model](https://en.wikipedia.org/wiki/Standard_Model)
twitter:
Revit 2022 has been released! SDK, what's new, enhancements, microservices, serverless architecture and questioning the standard model theory #RevitAPI @AutodeskForge @AutodeskRevit #bim #DynamoBim #ForgeDevCon http://autode.sk/rvt2022
Revit 2022 has been released
– Revit 2022 SDK coming soon
– What's new
– Enhancements
– Bimsmith take
– Microservices and serverless architecture
– Questioning the standard model theory...
linkedin:
Revit 2022 has been released!
SDK, what's new, enhancements, microservices, serverless architecture and questioning the standard model theory #RevitAPI
http://autode.sk/rvt2022
- Revit 2022 SDK coming soon
- What's new
- Enhancements
- Bimsmith take
- Microservices and serverless architecture
- Questioning the standard model theory...
#bim #DynamoBim #ForgeDevCon #Revit #API #IFC #SDK #AI #VisualStudio #Autodesk #AEC #adsk
the [Revit API discussion forum](http://forums.autodesk.com/t5/revit-api-forum/bd-p/160) thread
<center>
<img src="img/" alt="" title="" width="600"/>
<p style="font-size: 80%; font-style:italic"></p>
<p style="font-size: 80%; font-style:italic">
<a href=""></a>
</p>
</center>
-->
<h3>Revit 2022 Released</h3>
<p>Revit 2022 has been released:</p>
<ul>
<li><a href="#2">Revit 2022 released</a></li>
<li><a href="#3">Revit 2022 SDK coming soon</a></li>
<li><a href="#4">What's new</a></li>
<li><a href="#5">Enhancements</a></li>
<li><a href="#6">Bimsmith take</a></li>
<li><a href="#7">Microservices and serverless architecture</a></li>
<li><a href="#8">Questioning the standard model theory</a></li>
</ul>
<h4><a name="2"></a> Revit 2022 Released</h4>
<p>Revit 2022 and Revit LT 2022 have now been released.</p>
<p>Along with these products, the following addons are also available:</p>
<ul>
<li>Revit DB Link 2022</li>
<li>Roombook Areabook Buildingbook for Revit 2022</li>
<li>Lighting Analysis for Revit 2022</li>
<li>Solar Analysis for Revit 2022</li>
<li>Robot Structural Analysis Extension for Revit 2022</li>
<li>BIM Interoperability Tools v8.0.7744.0 for Revit 2022</li>
<li>Revit InfraWorks Updater 2022</li>
</ul>
<p>Additional Addons, Content Packs and Revit Server are continuing to go live.</p>
<p>Let's take a look at some of the enhancements.</p>
<p>First, a quick note on the SDK.</p>
<h4><a name="3"></a> Revit 2022 SDK Coming Soon</h4>
<p>The official Revit 2022 SDK has not yet been released.</p>
<p>Interestingly enough, though, I just noticed that
an unofficial <a href="https://www.nuget.org/packages/Autodesk.Revit.SDK">NuGet package of the Autodesk.Revit.SDK</a> version 2022.0.0.2001
– that I would assume is for Revit 2022 – was made available already a month ago, cf.
the <a href="https://thebuildingcoder.typepad.com/blog/2021/04/revit-2022-released.html#comment-5335162103">comment by Maxence</a> below.</p>
<p>I haven't looked at that myself, though.</p>
<p>Back to the official material on the product itself, first:</p>
<h4><a name="4"></a> What's New</h4>
<p>The official blog post
on <a href="https://blogs.autodesk.com/revit/2021/04/06/whats-new-in-revit-2022">What’s New in Revit 2022</a> lists
the following main areas of enhancement:</p>
<ul>
<li>Interoperability</li>
<li>Documentation efficiency</li>
<li>Design productivity</li>
<li>Developer tools</li>
</ul>
<p>The latter include:</p>
<ul>
<li>Dynamo 2.10.1 with new nodes for Revit Documentation</li>
<li>Point Cloud API</li>
<li>Sketch API</li>
<li>Viewport Label on Sheet API</li>
<li>API for Mapping Cloud Model with Docs URNS</li>
</ul>
<p>Some other important areas do not appear in this list:</p>
<ul>
<li>Built-in PDF exporter</li>
<li>Deprecation of <code>ParameterType</code> and migration to <code>ForgeTypeId</code></li>
</ul>
<h4><a name="5"></a> Enhancements</h4>
<p>The official <a href="https://knowledge.autodesk.com/support/revit-products/learn-explore/caas/CloudHelp/cloudhelp/2022/ENU/RevitReleaseNotes/files/2022release/RevitReleaseNotes-2022release-Enhancements-html-html.html">release notes list of enhancements</a> is
too long to include here in its entirety.
I just picked out the main API-related ones.
Most UI-related enhancements that are not listed below are also reflected in the API, of course:</p>
<ul>
<li>Added new API method Sketch.GetAllElements() to access ElementId of all elements owned by Sketch (ModelCurve, ReferencePlane, Dimension).</li>
<li>Ceiling: Implemented SketchEditScope API to modify sketch-based elements, exposed Ceiling.SketchId property to get the Ceiling Sketch ID, and implemented Ceiling.Create() method to create a new ceiling.</li>
<li>Foundation: Added IsClosed method to API Mesh class.</li>
<li>Macros: Removed the Ruby Macro for Revit.</li>
<li>Point Clouds: Expose single entry point from Revit API for ReCap SDK so that Revit API user can access ReCap managed API.</li>
<li>Sketching: Exposed Sketch.OwnerId property to public API.</li>
<li>View: Exposed new View Title API: Viewport.LabelOffset and Viewport.LabelLineLength.</li>
<li>Wall: Exposed Wall.SketchId property to public API and new methods: to create wall profile Wall.CreateProfileSketch(); method to reset wall profile Wall.RemoveProfileSketch(); method to check whether wall can have a profile Wall.CanHaveProfileSketch().</li>
<li>DirectShape Elements<ul>
<li>Added new API to provide user-defined identifiers for geometry in DirectShapes via ExternallyTaggedGeometry.</li>
<li>Added new API to provide user-defined identifiers for faces and edges created while using a BRepBuilder.</li>
<li>Improved import of 3DM to handle more complex models which use repeated geometry.</li>
<li>Added API to support adding nameable reference geometry to DirectShapes.</li>
<li>Changed the default Family name for DirectShapes to "Direct Shape" and enabled a custom Family name to be specified for DirectShapeType via API.</li>
</ul>
</li>
<li>Dynamo<ul>
<li>Dynamo Player: Updated npm dependency to address security protocol.</li>
<li>Upgraded Dynamo for Revit to Dynamo core 2.10.1 with new functionalities at [https://github.com/DynamoDS/Dynamo/wiki/Release-Notes#2101].</li>
<li>Enhanced the ability of working with annotations in Dynamo for Revit.</li>
<li>Enhanced the ability of working with views in Dynamo for Revit.</li>
<li>Enhanced the ability of working with sheets in Dynamo for Revit.</li>
<li>Fixed a tooltip issue for ExportOptions in the ScheduleView.Export node.</li>
</ul>
</li>
<li>Floor<ul>
<li>Exposed Opening.SketchId property to the public API. Allowed editing of Shaft openings (opening between two Levels) by SketchEditScope.</li>
<li>New API Level.GetNearestLevelId() methods to get closest Level at specified elevation.</li>
<li>Implement new Floor.Create() methods. Marked floor creation methods in Document.Create as obsoleted. Implemented Floor.GetDefaultFloorType() and Level.GetNearestLevelId() API methods.</li>
</ul>
</li>
<li>Parameters<ul>
<li>Renamed the following values in the Autodesk.Revit.DB.BuiltInParameterGroup enumeration: PG_TERMINTATION to PG_TERMINATION, PG_AELECTRICAL to PG_ELECTRICAL, and PG_ELECTRICAL to PG_ELECTRICAL_ENGINEERING. PG_ELECTRICAL now identifies the parameter group "Electrical", so applications which do not adjust will find their parameters moved from "Electrical Engineering" to "Electrical".</li>
<li>Deprecated the ParameterType enumeration. Added static methods to the Parameter class to retrieve all parameter, group, and spec identifiers.</li>
<li>LabelUtils.GetLabelForSpec(ForgeTypeId) has been changed to support non-measurable specs. Definition.GetSpecTypeId() has been deprecated in favor of Definition.GetDataType().</li>
<li>Added three static methods for accessing ForgeTypeId identifiers for built-in categories in the Revit API class Category: static ForgeTypeId GetBuiltInCategoryTypeId(BuiltInCategory), static BuiltInCategory GetBuiltInCategory(ForgeTypeId), and static bool IsBuiltInCategory(ForgeTypeId).</li>
<li>In class Category, added three static methods for accessing ForgeTypeId identifiers for built-in categories:<ul>
<li>static ForgeTypeId GetBuiltInCategoryTypeId(BuiltInCategory)</li>
<li>static BuiltInCategory GetBuiltInCategory(ForgeTypeId)</li>
<li>static bool IsBuiltInCategory(ForgeTypeId)</li>
</ul>
</li>
<li>Deprecated UnitGroup enumeration. Use ForgeTypeId instead. References to specific values of the UnitGroup enumeration may be replaced with references to the properties of new class DisciplineTypeId. Deprecated method UnitUtils.GetUnitGroup(ForgeTypeId). Use new method UnitUtils.GetDiscipline(ForgeTypeId) instead. Added new method LabelUtils.GetLabelForDiscipline(ForgeTypeId). Added new method UnitUtils.GetAllDisciplines().</li>
<li>Deprecated UnitGroup enumeration. Use ForgeTypeId instead. References to specific values of the UnitGroup enumeration may be replaced with references to the properties of new class DisciplineTypeId.</li>
<li>Deprecated method UnitUtils.GetUnitGroup(ForgeTypeId). Use new method UnitUtils.GetDiscipline(ForgeTypeId) instead.</li>
<li>Added new method LabelUtils.GetLabelForDiscipline(ForgeTypeId).</li>
<li>Added new method UnitUtils.GetAllDisciplines().</li>
<li>Deprecated Revit API functions based on the ParameterType enumeration in favor of new functions based on the ForgeTypeId class.</li>
<li>Improved Revit API functionality related to Family Type shared parameters.</li>
<li>Added ForgeTypeId constants to nested classes Boolean, Int, Reference, and String within the SpecTypeId class identifying non-floating-point parameter data types.</li>
</ul>
</li>
<li>Revit Cloud Model (workshared)<ul>
<li>Improved the API WorksharingUtils.GetUserWorksetInfo() efficiency in Revit cloud models.</li>
<li>Improved clarity of exceptions potentially raised when using the cloud model link API.</li>
<li>Provided exceptions for cloud model initiate API.</li>
<li>Updated the PostableCommand enum API to reflect the latest status of Revit commands.</li>
<li>Provided API to initiate workshared cloud models.</li>
<li>Removed 2 obsolete API: ModelPathUtils.ConvertCloudGUIDsToCloudPath(Guid projectId, Guid modelId) and Document.SaveAsCloudModel(String folderId, String modelName).</li>
<li>Extended existing API Document.SaveAsCloudModel() to initiate workshared cloud models.</li>
<li>Provided Revit API for linking cloud models.</li>
</ul>
</li>
</ul>
<h4><a name="6"></a> Bimsmith Take</h4>
<p>Bimsmith picks a different set of top features in the overview
of <a href="https://blog.bimsmith.com/Whats-New-in-Revit-2022-Top-New-Features-in-Autodesk-Revit-2022">What's New in Revit 2022 – top new features in Autodesk Revit 2022</a>:</p>
<ul>
<li>Revit built-in PDF exporter</li>
<li>Show wall core only</li>
<li>Tapered walls</li>
<li>Filter by family and type in schedule view</li>
<li>Split schedule across sheets</li>
<li>Remember last used tab in material browser</li>
<li>Load Autodesk family navigation tools</li>
<li>Revision numbering enhancements</li>
<li>Multiple value indication</li>
<li>Grids as reference in 3D views</li>
</ul>
<h4><a name="7"></a> Microservices and Serverless Architecture</h4>
<p>Now for some non-Revit stuff:</p>
<p>Are you interested in microservices and serverless architecture?</p>
<p>MongoDB provides a whitepaper on the topic,
<a href="https://www.mongodb.com/collateral/download-the-oo-guide-to-microservices-and-serverless-architecture">The Object Oriented Guide to Microservices and Serverless Architecture</a></p>
<blockquote>
<p>Serverless application architecture is a logical extension of the microservices trend toward smaller and smaller services.</p>
<p>We look at how web application architecture is changing, by looking through an Object Oriented Design lens at the principles driving change in today’s market.</p>
</blockquote>
<h4><a name="8"></a> Questioning the Standard Model Theory</h4>
<p>An <a href="https://home.cern/news/news/physics/intriguing-new-result-lhcb-experiment-cern">intriguing new result from the LHCb experiment at CERN</a>
strengthens hints of a violation of lepton flavour universality.
LHCb, the <em>Large Hadron Collider beauty</em> collaboration experiment at CERN, announced new results which, if confirmed, would suggest hints of a violation of the Standard Model of particle physics.</p>
<p>The <a href="https://home.cern/science/physics/standard-model">Standard Model</a> explains
how the basic building blocks of matter interact, governed by four fundamental forces.</p>
<blockquote>
<p>The theories and discoveries of thousands of physicists since the 1930s have resulted in a remarkable insight into the fundamental structure of matter:
everything in the universe is found to be made from a few basic building blocks called fundamental particles, governed by four fundamental forces.
Our best understanding of how these particles and three of the forces are related to each other is encapsulated in the Standard Model of particle physics.
Developed in the early 1970s, it has successfully explained almost all experimental results and precisely predicted a wide variety of phenomena.
Over time and through many experiments, the Standard Model has become established as a well-tested physics theory.</p>
</blockquote>
<p><center>
<img src="img/standard_model.png" alt="Standard model" title="Standard model" width="600"/> <!-- 600 -->
</center></p> |
archives/page/4/index.html | chcaty/chcaty.github.io | <!DOCTYPE html>
<html class="theme-next mist use-motion" lang="zh-Hans">
<head><meta name="generator" content="Hexo 3.9.0">
<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">
<link rel="stylesheet" media="all" href="/lib/Han/dist/han.min.css?v=3.3">
<meta http-equiv="Cache-Control" content="no-transform">
<meta http-equiv="Cache-Control" content="no-siteapp">
<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=6.0.0" rel="stylesheet" type="text/css">
<link rel="apple-touch-icon" sizes="180x180" href="/images/header.jpg?v=6.0.0">
<link rel="icon" type="image/png" sizes="32x32" href="/images/header.jpg?v=6.0.0">
<link rel="icon" type="image/png" sizes="16x16" href="/images/header.jpg?v=6.0.0">
<link rel="mask-icon" href="/images/header.jpg?v=6.0.0" color="#222">
<meta name="keywords" content="Caty">
<meta name="description" content=".Net后台开发工程师">
<meta property="og:type" content="website">
<meta property="og:title" content="categories">
<meta property="og:url" content="http://blog.chcaty.cn/categories/index.html">
<meta property="og:site_name" content="小猫的代码之旅">
<meta property="og:description" content=".Net后台开发工程师">
<meta property="og:locale" content="zh-Hans">
<meta property="og:updated_time" content="2018-03-05T18:28:50.059Z">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="categories">
<meta name="twitter:description" content=".Net后台开发工程师">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Mist',
version: '6.0.0',
sidebar: {"position":"right","display":"post","offset":12,"b2t":false,"scrollpercent":true,"onmobile":false},
fancybox: false,
fastclick: false,
lazyload: false,
tabs: true,
motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},
duoshuo: {
userId: '0',
author: '博主'
},
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://blog.chcaty.cn/categories/">
<title>归档 | 小猫的代码之旅</title>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
<div class="container sidebar-position-right page-archive">
<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">小猫的代码之旅</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<h1 class="site-subtitle" itemprop="description"></h1>
</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>
首页
</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>
标签
</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/categories/" rel="section">
<i class="menu-item-icon fa fa-fw fa-th"></i> <br>
分类
</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>
归档
</a>
</li>
<li class="menu-item menu-item-about">
<a href="/about/" rel="section">
<i class="menu-item-icon fa fa-fw fa-user"></i> <br>
关于
</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 archive">
<div id="posts" class="posts-collapse">
<span class="archive-move-on"></span>
<span class="archive-page-counter">
好! 目前共计 61 篇日志。 继续努力。
</span>
<div class="collection-title">
<h2 class="archive-year" id="archive-year-2019">2019</h2>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/2019/03/05/微服务-Consul学习/" itemprop="url">
<span itemprop="name">微服务-Consul学习</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2019-03-05T23:18:12+08:00" content="2019-03-05">
03-05
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/2019/03/04/多种仓储模式/" itemprop="url">
<span itemprop="name">多种仓储模式</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2019-03-04T21:41:49+08:00" content="2019-03-04">
03-04
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/2019/02/24/聚会随想/" itemprop="url">
<span itemprop="name">聚会随想</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2019-02-24T20:00:27+08:00" content="2019-02-24">
02-24
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/2019/02/21/Net-Core-从零开始搭建框架(一)/" itemprop="url">
<span itemprop="name">.Net Core-从零开始搭建框架(一)</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2019-02-21T23:27:08+08:00" content="2019-02-21">
02-21
</time>
</div>
</header>
</article>
<div class="collection-title">
<h2 class="archive-year" id="archive-year-2018">2018</h2>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/2018/12/11/CSharp-在Winform中使用Sqlite/" itemprop="url">
<span itemprop="name">CSharp-在Winform中使用Sqlite</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2018-12-11T22:48:20+08:00" content="2018-12-11">
12-11
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/2018/06/21/Asp-Net-Core-Web-API的先进架构/" itemprop="url">
<span itemprop="name">Asp.Net Core Web API的先进架构</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2018-06-21T23:58:04+08:00" content="2018-06-21">
06-21
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/2018/06/11/Net-Core-单例模式/" itemprop="url">
<span itemprop="name">.Net Core 单例模式</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2018-06-11T19:49:03+08:00" content="2018-06-11">
06-11
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/2018/06/10/EF-Core实现DB-First和Code-First/" itemprop="url">
<span itemprop="name">EF Core实现DB First和Code First</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2018-06-10T21:38:41+08:00" content="2018-06-10">
06-10
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/2018/06/09/CSharp-通过表达式树复制对象/" itemprop="url">
<span itemprop="name">CSharp-复制对象的方式</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2018-06-09T22:38:24+08:00" content="2018-06-09">
06-09
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/2018/06/08/Asp-Net-Core-REST-API基础/" itemprop="url">
<span itemprop="name">Asp.Net Core REST API基础</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2018-06-08T15:37:04+08:00" content="2018-06-08">
06-08
</time>
</div>
</header>
</article>
</div>
</div>
<nav class="pagination">
<a class="extend prev" rel="prev" href="/archives/page/3/"><i class="fa fa-angle-left"></i></a><a class="page-number" href="/archives/">1</a><span class="space">…</span><a class="page-number" href="/archives/page/3/">3</a><span class="page-number current">4</span><a class="page-number" href="/archives/page/5/">5</a><span class="space">…</span><a class="page-number" href="/archives/page/7/">7</a><a class="extend next" rel="next" href="/archives/page/5/"><i class="fa fa-angle-right"></i></a>
</nav>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview-wrap sidebar-panel sidebar-panel-active">
<div class="site-overview">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<p class="site-author-name" itemprop="name">caty</p>
<p class="site-description motion-element" itemprop="description"></p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives/">
<span class="site-state-item-count">61</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories/index.html">
<span class="site-state-item-count">7</span>
<span class="site-state-item-name">分类</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/index.html">
<span class="site-state-item-count">50</span>
<span class="site-state-item-name">标签</span>
</a>
</div>
</nav>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://github.com/chcaty" target="_blank" title="GitHub">
<i class="fa fa-fw fa-github"></i>GitHub</a>
</span>
<span class="links-of-author-item">
<a href="mailto:1120873075@qq.com" target="_blank" title="E-Mail">
<i class="fa fa-fw fa-envelope"></i>E-Mail</a>
</span>
</div>
<div class="links-of-blogroll motion-element links-of-blogroll-block">
<div class="links-of-blogroll-title">
<i class="fa fa-fw fa-link"></i>
Links
</div>
<ul class="links-of-blogroll-list">
<li class="links-of-blogroll-item">
<a href="http://blog.wayneshao.com/" title="玮仔" target="_blank">玮仔</a>
</li>
<li class="links-of-blogroll-item">
<a href="https://yumengjing.github.io/" title="羽梦" target="_blank">羽梦</a>
</li>
</ul>
</div>
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright">© 2017 — <span itemprop="copyrightYear">2020</span>
<span class="with-love">
<i class="fa fa-user"></i>
</span>
<span class="author" itemprop="copyrightHolder">caty</span>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-area-chart"></i>
</span>
<span class="post-meta-item-text">站点总字数:</span>
<span title="站点总字数">245k</span>
<span class="post-meta-divider">|</span>
<span class="post-meta-item-icon">
<i class="fa fa-coffee"></i>
</span>
<span class="post-meta-item-text">站点总阅读次数:</span>
<span title="站点总阅读次数">3:43</span>
</div>
<div class="busuanzi-count">
<script async src="https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<span class="site-uv">
<i class="fa fa-user"></i>
<span class="busuanzi-value" id="busuanzi_value_site_uv"></span>
</span>
<span class="site-pv">
<i class="fa fa-eye"></i>
<span class="busuanzi-value" id="busuanzi_value_site_pv"></span>
</span>
</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
<span id="scrollpercent"><span>0</span>%</span>
</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/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="//cdn.jsdelivr.net/gh/theme-next/theme-next-canvas-nest@latest/canvas-nest.min.js"></script>
<script type="text/javascript" src="/js/src/utils.js?v=6.0.0"></script>
<script type="text/javascript" src="/js/src/motion.js?v=6.0.0"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=6.0.0"></script>
<script src="/live2dw/lib/L2Dwidget.min.js?094cbace49a39548bed64abff5988b05"></script><script>L2Dwidget.init({"pluginRootPath":"live2dw/","pluginJsPath":"lib/","pluginModelPath":"assets/","tagMode":false,"debug":false,"model":{"scale":1,"hHeadPos":0.5,"vHeadPos":0.618,"jsonPath":"/live2dw/assets/haruto.model.json"},"display":{"superSample":2,"width":150,"height":300,"position":"right","hOffset":40,"vOffset":-20},"mobile":{"show":true,"scale":0.5},"react":{"opacityDefault":0.7,"opacityOnHover":0.2},"tag_cloud":{"textFont":"Trebuchet MS, Helvetica","textColor":"#17202A","textHeight":25,"outlineColor":"#E2E1D1","maxSpeed":0.5},"log":false});</script></body>
</html>
|
jmatcher/templates/employers/home.html | jamesaud/se1-group4 | {% extends "base.html" %}
{% load crispy_forms_tags static %}
{% block content %}
{% include 'users/snippets/profile_info.html' with profile_image=object.user.get_image_url user=object.user name=object.company_name update_url='employers:update' %}
{% if object.company_name %}
<ul class="list-group">
<li class="list-group-item"> <h2>Company Info</h2></li>
<li class="list-group-item">
<strong>Name:</strong> {{ object.company_name }}
</li>
<li class="list-group-item">
<strong>Website</strong>: {{ object.website }}
</li>
<li class="list-group-item">
<strong>Size</strong>: {{ object.size }}
</li>
<li class="list-group-item">
<strong>Description</strong>: {{ object.description }}
</li>
</ul>
{% endif %}
<br>
<ul class="list-group">
{% if jobs %}
<li class="list-group-item"> <h2>Current Job Openings</h2></li>
{% for job in jobs %}
<li class="list-group-item">
<a href = "{% url 'job:job_detail' job.id %}"> {{job.post_name}}</a>
<p>{{job.description|truncatewords:40}}<a href = "{% url 'job:job_detail' job.id %}"> see more </a></p>
</li>
{% endfor %}
{% else %}
<li class="list-group-item"> <h2> No jobs have been posted yet. </h2></li>
{% endif %}
</ul>
</div>
<br>
{% endblock content %}
|
jems/node_modules/yeoman/node_modules/yeoman-generators/lib/generators/bbb/all/templates/test/index.html | josephgvariam/jems | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Mocha Spec Runner</title>
<link rel="stylesheet" href="lib/mocha/mocha.css">
</head>
<body>
<div id="mocha"></div>
<script src="lib/mocha/mocha.js"></script>
<!-- define globals for mocha -->
<script>mocha.setup({ ui: 'bdd', globals: ['_', '$', 'jQuery*', 'Backbone', 'JST'] })</script>
<!-- assertion framework -->
<script src="lib/chai.js"></script>
<script>expect = chai.expect</script>
<!-- Load application -->
<script data-main="../app/scripts/config" src="../app/scripts/libs/require.js"></script>
<!-- trigger the mocha runner -->
<script src="runner/mocha.js"></script>
</body>
</html>
|
coverage/Chrome 36.0.1985 (Windows 8.1)/app/js/services/getccu.js.html | anddal/ELH | <!doctype html>
<html lang="en">
<head>
<title>Code coverage report for ./app/js/services/ccuservice.js</title>
<meta charset="utf-8">
<link rel="stylesheet" href="../prettify.css">
<style>
body, html {
margin:0; padding: 0;
}
body {
font-family: Helvetica Neue, Helvetica,Arial;
font-size: 10pt;
}
div.header, div.footer {
background: #eee;
padding: 1em;
}
div.header {
z-index: 100;
position: fixed;
top: 0;
border-bottom: 1px solid #666;
width: 100%;
}
div.footer {
border-top: 1px solid #666;
}
div.body {
margin-top: 10em;
}
div.meta {
font-size: 90%;
text-align: center;
}
h1, h2, h3 {
font-weight: normal;
}
h1 {
font-size: 12pt;
}
h2 {
font-size: 10pt;
}
pre {
font-family: Consolas, Menlo, Monaco, monospace;
margin: 0;
padding: 0;
line-height: 14px;
font-size: 14px;
-moz-tab-size: 2;
-o-tab-size: 2;
tab-size: 2;
}
div.path { font-size: 110%; }
div.path a:link, div.path a:visited { color: #000; }
table.coverage { border-collapse: collapse; margin:0; padding: 0 }
table.coverage td {
margin: 0;
padding: 0;
color: #111;
vertical-align: top;
}
table.coverage td.line-count {
width: 50px;
text-align: right;
padding-right: 5px;
}
table.coverage td.line-coverage {
color: #777 !important;
text-align: right;
border-left: 1px solid #666;
border-right: 1px solid #666;
}
table.coverage td.text {
}
table.coverage td span.cline-any {
display: inline-block;
padding: 0 5px;
width: 40px;
}
table.coverage td span.cline-neutral {
background: #eee;
}
table.coverage td span.cline-yes {
background: #b5d592;
color: #999;
}
table.coverage td span.cline-no {
background: #fc8c84;
}
.cstat-yes { color: #111; }
.cstat-no { background: #fc8c84; color: #111; }
.fstat-no { background: #ffc520; color: #111 !important; }
.cbranch-no { background: yellow !important; color: #111; }
.cstat-skip { background: #ddd; color: #111; }
.fstat-skip { background: #ddd; color: #111 !important; }
.cbranch-skip { background: #ddd !important; color: #111; }
.missing-if-branch {
display: inline-block;
margin-right: 10px;
position: relative;
padding: 0 4px;
background: black;
color: yellow;
}
.skip-if-branch {
display: none;
margin-right: 10px;
position: relative;
padding: 0 4px;
background: #ccc;
color: white;
}
.missing-if-branch .typ, .skip-if-branch .typ {
color: inherit !important;
}
.entity, .metric { font-weight: bold; }
.metric { display: inline-block; border: 1px solid #333; padding: 0.3em; background: white; }
.metric small { font-size: 80%; font-weight: normal; color: #666; }
div.coverage-summary table { border-collapse: collapse; margin: 3em; font-size: 110%; }
div.coverage-summary td, div.coverage-summary table th { margin: 0; padding: 0.25em 1em; border-top: 1px solid #666; border-bottom: 1px solid #666; }
div.coverage-summary th { text-align: left; border: 1px solid #666; background: #eee; font-weight: normal; }
div.coverage-summary th.file { border-right: none !important; }
div.coverage-summary th.pic { border-left: none !important; text-align: right; }
div.coverage-summary th.pct { border-right: none !important; }
div.coverage-summary th.abs { border-left: none !important; text-align: right; }
div.coverage-summary td.pct { text-align: right; border-left: 1px solid #666; }
div.coverage-summary td.abs { text-align: right; font-size: 90%; color: #444; border-right: 1px solid #666; }
div.coverage-summary td.file { text-align: right; border-left: 1px solid #666; white-space: nowrap; }
div.coverage-summary td.pic { min-width: 120px !important; }
div.coverage-summary a:link { text-decoration: none; color: #000; }
div.coverage-summary a:visited { text-decoration: none; color: #333; }
div.coverage-summary a:hover { text-decoration: underline; }
div.coverage-summary tfoot td { border-top: 1px solid #666; }
div.coverage-summary .yui3-datatable-sort-indicator, div.coverage-summary .dummy-sort-indicator {
height: 10px;
width: 7px;
display: inline-block;
margin-left: 0.5em;
}
div.coverage-summary .yui3-datatable-sort-indicator {
background: url("https://yui-s.yahooapis.com/3.6.0/build/datatable-sort/assets/skins/sam/sort-arrow-sprite.png") no-repeat scroll 0 0 transparent;
}
div.coverage-summary .yui3-datatable-sorted .yui3-datatable-sort-indicator {
background-position: 0 -20px;
}
div.coverage-summary .yui3-datatable-sorted-desc .yui3-datatable-sort-indicator {
background-position: 0 -10px;
}
.high { background: #b5d592 !important; }
.medium { background: #ffe87c !important; }
.low { background: #fc8c84 !important; }
span.cover-fill, span.cover-empty {
display:inline-block;
border:1px solid #444;
background: white;
height: 12px;
}
span.cover-fill {
background: #ccc;
border-right: 1px solid #444;
}
span.cover-empty {
background: white;
border-left: none;
}
span.cover-full {
border-right: none !important;
}
pre.prettyprint {
border: none !important;
padding: 0 !important;
margin: 0 !important;
}
.com { color: #999 !important; }
.ignore-none { color: #999; font-weight: normal; }
</style>
</head>
<body>
<div class="header medium">
<h1>Code coverage report for <span class="entity">./app/js/services/ccuservice.js</span></h1>
<h2>
Statements: <span class="metric">60% <small>(12 / 20)</small></span>
Branches: <span class="metric">0% <small>(0 / 4)</small></span>
Functions: <span class="metric">75% <small>(3 / 4)</small></span>
Lines: <span class="metric">60% <small>(12 / 20)</small></span>
Ignored: <span class="metric"><span class="ignore-none">none</span></span>
</h2>
<div class="path"><a href="../index.html">All files</a> » <a href="index.html">./app/js/services\</a> » ccuservice.js</div>
</div>
<div class="body">
<pre><table class="coverage">
<tr><td class="line-count">1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43</td><td class="line-coverage"><span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">1</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">1</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">6</span>
<span class="cline-any cline-yes">6</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">1</span>
<span class="cline-any cline-yes">3</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">3</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">2</span>
<span class="cline-any cline-yes">2</span>
<span class="cline-any cline-yes">2</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">2</span>
<span class="cline-any cline-yes">2</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">'use strict';
var ELHAppServices = angular.module('ELHAppServices');
ELHAppServices.factory('getCcu', ['$resource', '$rootScope',
function ($resource, $rootScope) {
$rootScope.displayGif = 'none';
return $resource('testdata/:ccuId.json', {}, {
get: {method: 'GET', params: {ccuId: 'ccuId'},
isArray: false }
})
}]);
ELHAppServices.factory("ccuService", function ($http,$q) {
var ccuList = [],
newCcuNotInLocalStorage;
return {
get: function (ccuId) {
newCcuNotInLocalStorage = "";
var deferral = $q.defer();
for (var ccu in ccuList) {
// console.log("Ccu in list: " + ccuList[ccu].ccuId );
<span class="cstat-no" title="statement not covered" > if (ccuList[ccu].ccuId == ccuId) {</span>
<span class="cstat-no" title="statement not covered" > console.log("Ccu " + ccuId + " is in local session");</span>
}
}
//console.log("Ccu " + ccuId + " is NOT in local session");
var getUrl = "/ccu/" + ccuId.toString();
return $http( {method: 'GET', url:getUrl , cache: true});
},
update: <span class="fstat-no" title="function not covered" >function (ccu) {</span>
<span class="cstat-no" title="statement not covered" > for (var storedCcu in ccuList) {</span>
<span class="cstat-no" title="statement not covered" > console.log(ccuList[storedCcu].ccuId+ " == " +ccu.ccuId );</span>
<span class="cstat-no" title="statement not covered" > if (ccuList[storedCcu].ccuId == ccu.ccuId) {</span>
<span class="cstat-no" title="statement not covered" > return true;</span>
}
}
<span class="cstat-no" title="statement not covered" > ccuList.push(ccu);</span>
<span class="cstat-no" title="statement not covered" > return false;</span>
}
}
});
</pre></td></tr>
</table></pre>
</div>
<div class="footer">
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Wed Jul 23 2014 10:45:55 GMT+0200 (W. Europe Daylight Time)</div>
</div>
<script src="../prettify.js"></script>
<script src="https://yui-s.yahooapis.com/3.6.0/build/yui/yui-min.js"></script>
<script>
YUI().use('datatable', function (Y) {
var formatters = {
pct: function (o) {
o.className += o.record.get('classes')[o.column.key];
try {
return o.value.toFixed(2) + '%';
} catch (ex) { return o.value + '%'; }
},
html: function (o) {
o.className += o.record.get('classes')[o.column.key];
return o.record.get(o.column.key + '_html');
}
},
defaultFormatter = function (o) {
o.className += o.record.get('classes')[o.column.key];
return o.value;
};
function getColumns(theadNode) {
var colNodes = theadNode.all('tr th'),
cols = [],
col;
colNodes.each(function (colNode) {
col = {
key: colNode.getAttribute('data-col'),
label: colNode.get('innerHTML') || ' ',
sortable: !colNode.getAttribute('data-nosort'),
className: colNode.getAttribute('class'),
type: colNode.getAttribute('data-type'),
allowHTML: colNode.getAttribute('data-html') === 'true' || colNode.getAttribute('data-fmt') === 'html'
};
col.formatter = formatters[colNode.getAttribute('data-fmt')] || defaultFormatter;
cols.push(col);
});
return cols;
}
function getRowData(trNode, cols) {
var tdNodes = trNode.all('td'),
i,
row = { classes: {} },
node,
name;
for (i = 0; i < cols.length; i += 1) {
name = cols[i].key;
node = tdNodes.item(i);
row[name] = node.getAttribute('data-value') || node.get('innerHTML');
row[name + '_html'] = node.get('innerHTML');
row.classes[name] = node.getAttribute('class');
//Y.log('Name: ' + name + '; Value: ' + row[name]);
if (cols[i].type === 'number') { row[name] = row[name] * 1; }
}
//Y.log(row);
return row;
}
function getData(tbodyNode, cols) {
var data = [];
tbodyNode.all('tr').each(function (trNode) {
data.push(getRowData(trNode, cols));
});
return data;
}
function replaceTable(node) {
if (!node) { return; }
var cols = getColumns(node.one('thead')),
data = getData(node.one('tbody'), cols),
table,
parent = node.get('parentNode');
table = new Y.DataTable({
columns: cols,
data: data,
sortBy: 'file'
});
parent.set('innerHTML', '');
table.render(parent);
}
Y.on('domready', function () {
replaceTable(Y.one('div.coverage-summary table'));
if (typeof prettyPrint === 'function') {
prettyPrint();
}
});
});
</script>
</body>
</html>
|
clean/Linux-x86_64-4.06.1-2.0.5/released/8.14.1/parsec/0.1.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>parsec: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.14.1 / parsec - 0.1.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
parsec
<small>
0.1.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-29 02:51:29 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-29 02:51:29 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.14.1 Formal proof management system
dune 2.9.1 Fast, portable, and opinionated build system
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler
ocamlfind 1.9.1 A library manager for OCaml
ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Yishuai Li <yishuai@cis.upenn.edu>"
homepage: "https://github.com/liyishuai/coq-parsec"
dev-repo: "git+https://github.com/liyishuai/coq-parsec.git"
bug-reports: "https://github.com/liyishuai/coq-parsec/issues"
license: "BSD-3-Clause"
synopsis: "Monadic parser combinator library in Coq"
description: """
Inspired by Haskell Parsec library."""
build: [make "-j%{jobs}%"]
run-test: [make "-j%{jobs}%" "test"]
install: [make "install"]
depends: [
"coq" { >= "8.12~" }
"coq-ceres" { >= "0.4.0" }
"coq-ext-lib" { >= "0.11.3" }
]
tags: [
"category:Computer Science/Data Types and Data Structures"
"keyword:string"
"date:2020-10-04"
"logpath:Parsec"
]
authors: [
"Yishuai Li <yishuai@cis.upenn.edu>"
"Azzam Althagafi <aazzam@cis.upenn.edu>"
"Yao Li <liyao@cis.upenn.edu>"
"Li-yao Xia <xialiyao@cis.upenn.edu>"
"Benjamin C. Pierce <bcpierce@cis.upenn.edu>"
]
url {
http: "https://github.com/liyishuai/coq-parsec/archive/v0.1.0.tar.gz"
checksum: "sha512=2644c051d8835c4339191864419b50ef200a8882297a45b3ee9ba88b2392b73f0984666377aea5247c61b189f7f422f414da67812fdfd2b197644be77c906a59"
}
</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-parsec.0.1.0 coq.8.14.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.14.1).
The following dependencies couldn't be met:
- coq-parsec -> coq-ceres >= 0.4.0 -> coq < 8.14~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-parsec.0.1.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
_posts/2012-11-10-kevoree-will-drive-a-new-node-.html | dukeboard/dukeboard.github.io | ---
title: Kevoree will drive a new node ...
layout: post
published: true
---
<p>Say Hello to Kevoree drone ;-) .</p>
<p>
<p>This work is done with JeD for local firefighters for emergency area monitoring.</p>
<p>The sensors are majors fonctionalities of our autonomics computing case studies, and for gas and temperature sensing, drones allow catching better than ever... of course there non only sensors in the story but also some embedded computer named RapsberryPI...</p>
<p> </p>
<p>Stay tuned...</p>
</p>
<p>[[posterous-content:IkintsgrbuEneHDCplEg]]</p>
|
public/css/lanyon.css | compilerla/weho | /*
* ___
* /\_ \
* \//\ \ __ ___ __ __ ___ ___
* \ \ \ /'__`\ /' _ `\/\ \/\ \ / __`\ /' _ `\
* \_\ \_/\ \_\.\_/\ \/\ \ \ \_\ \/\ \_\ \/\ \/\ \
* /\____\ \__/.\_\ \_\ \_\/`____ \ \____/\ \_\ \_\
* \/____/\/__/\/_/\/_/\/_/`/___/> \/___/ \/_/\/_/
* /\___/
* \/__/
*
* Designed, built, and released under MIT license by @mdo. Learn more at
* https://github.com/poole/lanyon.
*/
/*
* Contents
*
* Global resets
* Masthead
* Sidebar
* Slide effect
* Posts and pages
* Pagination
* Reverse layout
* Themes
*/
/*
* Global resets
*
* Update the foundational and global aspects of the page.
*/
/* Prevent scroll on narrow devices */
html,
body {
overflow-x: hidden;
}
html {
font-family: "PT Serif", Georgia, "Times New Roman", serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Oswald", "PT Sans", Helvetica, Arial, sans-serif;
font-weight: 400;
color: #313131;
letter-spacing: -.025rem;
}
/*
* Wrapper
*
* The wrapper is used to position site content when the sidebar is toggled. We
* use an outter wrap to position the sidebar without interferring with the
* regular page content.
*/
.wrap {
position: relative;
width: 100%;
}
/*
* Container
*
* Center the page content.
*/
.container {
max-width: 28rem;
}
@media (min-width: 38em) {
.container {
max-width: 32rem;
}
}
@media (min-width: 56em) {
.container {
max-width: 38rem;
}
}
/*
* Masthead
*
* Super small header above the content for site name and short description.
*/
.masthead {
padding-top: 1rem;
padding-bottom: 1rem;
margin-bottom: 3rem;
border-bottom: 1px solid #eee;
}
.masthead-title {
margin-top: 0;
margin-bottom: 0;
color: #505050;
}
.masthead-title a {
color: #505050;
}
.masthead-title small {
font-size: 75%;
font-weight: 400;
color: #c0c0c0;
letter-spacing: 0;
}
@media (max-width: 48em) {
.masthead-title {
text-align: center;
}
.masthead-title small {
display: none;
}
}
/*
* Sidebar
*
* The sidebar is the drawer, the item we are toggling with our handy hamburger
* button in the corner of the page.
*
* This particular sidebar implementation was inspired by Chris Coyier's
* "Offcanvas Menu with CSS Target" article, and the checkbox variation from the
* comments by a reader. It modifies both implementations to continue using the
* checkbox (no change in URL means no polluted browser history), but this uses
* `position` for the menu to avoid some potential content reflow issues.
*
* Source: http://css-tricks.com/off-canvas-menu-with-css-target/#comment-207504
*/
/* Style and "hide" the sidebar */
.sidebar {
position: fixed;
top: 0;
bottom: 0;
left: -14rem;
width: 14rem;
visibility: hidden;
overflow-y: auto;
font-family: "PT Sans", Helvetica, Arial, sans-serif;
font-size: .875rem; /* 15px */
color: rgba(255,255,255,.6);
background-color: #202020;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
@media (min-width: 30em) {
.sidebar {
font-size: .75rem; /* 14px */
}
}
/* Sidebar content */
.sidebar a {
font-weight: normal;
color: #fff;
}
.sidebar-item {
padding: 1rem;
}
.sidebar-item p:last-child {
margin-bottom: 0;
}
/* Sidebar nav */
.sidebar-nav {
border-bottom: 1px solid rgba(255,255,255,.1);
}
.sidebar-nav-item {
display: block;
padding: .5rem 1rem;
border-top: 1px solid rgba(255,255,255,.1);
}
.sidebar-nav-item.active,
a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
text-decoration: none;
background-color: rgba(255,255,255,.1);
border-color: transparent;
}
@media (min-width: 48em) {
.sidebar-item {
padding: 1.5rem;
}
.sidebar-nav-item {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
}
/* Hide the sidebar checkbox that we toggle with `.sidebar-toggle` */
.sidebar-checkbox {
display: none;
}
/* Style the `label` that we use to target the `.sidebar-checkbox` */
.sidebar-toggle {
position: absolute;
top: 1rem;
left: 1rem;
display: block;
width: 2.2rem;
padding: .5rem .65rem;
color: #505050;
background-color: #fff;
border-radius: 4px;
cursor: pointer;
}
.sidebar-toggle:before {
display: block;
content: "";
width: 100%;
padding-bottom: .125rem;
border-top: .375rem double;
border-bottom: .125rem solid;
/* Make the border inside the box */
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sidebar-toggle:active,
#sidebar-checkbox:checked ~ .sidebar-toggle {
color: #fff;
background-color: #505050;
}
@media (min-width: 30.1em) {
.sidebar-toggle {
position: fixed;
width: 2.25rem;
}
.sidebar-toggle:before {
padding-bottom: .15rem;
border-top-width: .45rem;
border-bottom-width: .15rem;
}
}
/* Slide effect
*
* Handle the sliding effects of the sidebar and content in one spot, seperate
* from the default styles.
*
* As an a heads up, we don't use `transform: translate3d()` here because when
* mixed with `position: fixed;` for the sidebar toggle, it creates a new
* containing block. Put simply, the fixed sidebar toggle behaves like
* `position: absolute;` when transformed.
*
* Read more about it at http://meyerweb.com/eric/thoughts/2011/09/12/.
*/
.wrap,
.sidebar,
.sidebar-toggle {
-webkit-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
.wrap,
.sidebar-toggle {
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: transform .3s ease-in-out;
}
#sidebar-checkbox:checked + .sidebar {
z-index: 10;
visibility: visible;
}
#sidebar-checkbox:checked ~ .sidebar,
#sidebar-checkbox:checked ~ .wrap,
#sidebar-checkbox:checked ~ .sidebar-toggle {
-webkit-transform: translateX(14rem);
-ms-transform: translateX(14rem);
transform: translateX(14rem);
}
/*
* Posts and pages
*
* Each post is wrapped in `.post` and is used on default and post layouts. Each
* page is wrapped in `.page` and is only used on the page layout.
*/
.page,
.post {
margin-bottom: 4em;
}
/* Blog post or page title */
.page-title,
.post-title,
.post-title a {
color: #303030;
font-weight: bold;
}
.page-title,
.post-title {
margin-top: 0;
}
/* Meta data line below post title */
.post-date {
display: block;
margin-top: -.5rem;
margin-bottom: 1rem;
color: #9a9a9a;
}
/* Related posts */
.related {
padding-top: 2rem;
padding-bottom: 2rem;
border-top: 1px solid #eee;
}
.related-posts {
padding-left: 0;
list-style: none;
}
.related-posts h3 {
margin-top: 0;
}
.related-posts li small {
font-size: 75%;
color: #999;
}
.related-posts li a:hover {
color: #268bd2;
text-decoration: none;
}
.related-posts li a:hover small {
color: inherit;
}
/*
* Pagination
*
* Super lightweight (HTML-wise) blog pagination. `span`s are provide for when
* there are no more previous or next posts to show.
*/
.pagination {
overflow: hidden; /* clearfix */
margin-left: -1rem;
margin-right: -1rem;
font-family: "PT Sans", Helvetica, Arial, sans-serif;
color: #ccc;
text-align: center;
}
/* Pagination items can be `span`s or `a`s */
.pagination-item {
display: block;
padding: 1rem;
border: 1px solid #eee;
}
.pagination-item:first-child {
margin-bottom: -1px;
}
/* Only provide a hover state for linked pagination items */
a.pagination-item:hover {
background-color: #f5f5f5;
}
@media (min-width: 30em) {
.pagination {
margin: 3rem 0;
}
.pagination-item {
float: left;
width: 50%;
}
.pagination-item:first-child {
margin-bottom: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pagination-item:last-child {
margin-left: -1px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
}
/*
* Reverse layout
*
* Flip the orientation of the page by placing the `.sidebar` and sidebar toggle
* on the right side.
*/
.layout-reverse .sidebar {
left: auto;
right: -14rem;
}
.layout-reverse .sidebar-toggle {
left: auto;
right: 1rem;
}
.layout-reverse #sidebar-checkbox:checked ~ .sidebar,
.layout-reverse #sidebar-checkbox:checked ~ .wrap,
.layout-reverse #sidebar-checkbox:checked ~ .sidebar-toggle {
-webkit-transform: translateX(-14rem);
-ms-transform: translateX(-14rem);
transform: translateX(-14rem);
}
/*
* Themes
*
* Apply custom color schemes by adding the appropriate class to the `body`.
* Based on colors from Base16: http://chriskempson.github.io/base16/#default.
*/
/* Red */
.theme-base-08 .sidebar,
.theme-base-08 .sidebar-toggle:active,
.theme-base-08 #sidebar-checkbox:checked ~ .sidebar-toggle {
background-color: #ac4142;
}
.theme-base-08 .container a,
.theme-base-08 .sidebar-toggle,
.theme-base-08 .related-posts li a:hover {
color: #ac4142;
}
/* Orange */
.theme-base-09 .sidebar,
.theme-base-09 .sidebar-toggle:active,
.theme-base-09 #sidebar-checkbox:checked ~ .sidebar-toggle {
background-color: #d28445;
}
.theme-base-09 .container a,
.theme-base-09 .sidebar-toggle,
.theme-base-09 .related-posts li a:hover {
color: #d28445;
}
/* Yellow */
.theme-base-0a .sidebar,
.theme-base-0a .sidebar-toggle:active,
.theme-base-0a #sidebar-checkbox:checked ~ .sidebar-toggle {
background-color: #f4bf75;
}
.theme-base-0a .container a,
.theme-base-0a .sidebar-toggle,
.theme-base-0a .related-posts li a:hover {
color: #f4bf75;
}
/* Green */
.theme-base-0b .sidebar,
.theme-base-0b .sidebar-toggle:active,
.theme-base-0b #sidebar-checkbox:checked ~ .sidebar-toggle {
background-color: #90a959;
}
.theme-base-0b .container a,
.theme-base-0b .sidebar-toggle,
.theme-base-0b .related-posts li a:hover {
color: #90a959;
}
/* Cyan */
.theme-base-0c .sidebar,
.theme-base-0c .sidebar-toggle:active,
.theme-base-0c #sidebar-checkbox:checked ~ .sidebar-toggle {
background-color: #75b5aa;
}
.theme-base-0c .container a,
.theme-base-0c .sidebar-toggle,
.theme-base-0c .related-posts li a:hover {
color: #75b5aa;
}
/* Blue */
.theme-base-0d .sidebar,
.theme-base-0d .sidebar-toggle:active,
.theme-base-0d #sidebar-checkbox:checked ~ .sidebar-toggle {
background-color: #3c36bb;
}
.theme-base-0d .container a,
.theme-base-0d .sidebar-toggle,
.theme-base-0d .related-posts li a:hover {
color: black;
font-weight: bold;
}
/* Magenta */
.theme-base-0e .sidebar,
.theme-base-0e .sidebar-toggle:active,
.theme-base-0e #sidebar-checkbox:checked ~ .sidebar-toggle {
background-color: #aa759f;
}
.theme-base-0e .container a,
.theme-base-0e .sidebar-toggle,
.theme-base-0e .related-posts li a:hover {
color: #aa759f;
}
/* Brown */
.theme-base-0f .sidebar,
.theme-base-0f .sidebar-toggle:active,
.theme-base-0f #sidebar-checkbox:checked ~ .sidebar-toggle {
background-color: #8f5536;
}
.theme-base-0f .container a,
.theme-base-0f .sidebar-toggle,
.theme-base-0f .related-posts li a:hover {
color: #8f5536;
}
/*
* Overlay sidebar
*
* Make the sidebar content overlay the viewport content instead of pushing it
* aside when toggled.
*/
.sidebar-overlay #sidebar-checkbox:checked ~ .wrap {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.sidebar-overlay #sidebar-checkbox:checked ~ .sidebar-toggle {
box-shadow: 0 0 0 .25rem #fff;
}
.sidebar-overlay #sidebar-checkbox:checked ~ .sidebar {
box-shadow: .25rem 0 .5rem rgba(0,0,0,.1);
}
/* Only one tweak for a reverse layout */
.layout-reverse.sidebar-overlay #sidebar-checkbox:checked ~ .sidebar {
box-shadow: -.25rem 0 .5rem rgba(0,0,0,.1);
}
|
tests/assets/apache10_startpage.html | marktjagd/load-balancer-manager | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head><title>Balancer Manager</title></head>
<body><h1>Load Balancer Manager for mj.intranetx</h1>
<dl>
<dt>Server Version: Apache/1.0.0</dt>
<dt>Server Built: May 28 2015 23:53:47
</dt>
</dl>
<hr/>
<h3>LoadBalancer Status for balancer://backend</h3>
<table border="0" style="text-align: left;">
<tr>
<th>StickySession</th>
<th>Timeout</th>
<th>FailoverAttempts</th>
<th>Method</th>
</tr>
<tr>
<td> -</td>
<td>0</td>
<td>0</td>
<td>bybusyness</td>
</table>
<br/>
<table border="0" style="text-align: left;">
<tr>
<th>Worker URL</th>
<th>Route</th>
<th>RouteRedir</th>
<th>Factor</th>
<th>Set</th>
<th>Status</th>
<th>Elected</th>
<th>To</th>
<th>From</th>
</tr>
<tr>
<td><a href="/balancer?b=backend&w=http://192.168.1.1&nonce=84b985a4-7f4b-42bc-ab61-07b6ac7b0ccd">http://192.168.1.1</a>
</td>
<td></td>
<td></td>
<td>1</td>
<td>0</td>
<td>Ok</td>
<td>12</td>
<td>4.7K</td>
<td>2.4K</td>
</tr>
</table>
<hr/>
</body>
</html>
|
app/views/Profile/files.scala.html | socia-platform/htwplus | @(account: Account, fileList: List[Media], folderList: List[Folder])
@main("Dateien von " + account.name) {
@views.html.Profile.snippets.header(account)
<div class="row">
<div class="col-md-12" role="main">
<div class="hp-notepad-content addmargin">
@if(account.equals(Component.currentAccount())) {
<br />
<h4>Hier findest du alle Dateien, die du bei dir oder auf anderen Streams hochgeladen hast.</h4>
<h5>(In Zukunft wirst du diese Dateien genauso organisieren können, wie du es aus Gruppen kennst.)</h5>
<br />
}
@views.html.Media.list(fileList, folderList, account.id)
</div>
</div>
</div>
}
|
app/css/styles.css | vollov/mlogger | body {
padding-top: 90px; /* 60px to make the container make room for the navigation bar */
} |
public/plugins/cos/demo.html | xmcy/xmwebSite | <!DOCTYPE html>
<html>
<head>
<title>QCloud COS SDK V4</title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link href="bootstrap.min.css" rel="stylesheet">
<script src="jquery-1.10.2.min.js"></script>
<script src="./crypto.js"></script>
<script type="text/javascript" src="../../dist/cos-js-sdk-v4.js"></script>
<script type="text/javascript">
$(function () {
//TODO 以下几个值请确保填上再调用示例里的sdk方法
//具体可以到https://console.qcloud.com/cos 进行查看
var bucket = 'adquan';
var appid = '1253780958';
var sid = '';
var skey = '';
var region = 'gz';
//TODO 以上几个值请确保填上再调用示例里的sdk方法
var myFolder = '/111/';//需要操作的目录
//初始化逻辑
//特别注意: JS-SDK使用之前请先到console.qcloud.com/cos 对相应的Bucket进行跨域设置
var cos = new CosCloud({
appid: appid,// APPID 必填参数
bucket: bucket,//bucketName 必填参数
region: region,//地域信息 必填参数 华南地区填gz 华东填sh 华北填tj
getAppSign: function (callback) {//获取签名 必填参数
//下面简单讲一下获取签名的几种办法,签名请做一次 url encode
//1.搭建一个鉴权服务器,自己构造请求参数获取签名,推荐实际线上业务使用,优点是安全性好,不会暴露自己的私钥
/**
$.ajax('SIGN_URL').done(function (data) {
var sig = data.sign;
callback(sig);
});
**/
//2.直接在浏览器前端计算签名,需要获取自己的accessKey和secretKey, 一般在调试阶段使用
var self = this;
var random = parseInt(Math.random() * Math.pow(2, 32));
var now = parseInt(new Date().getTime() / 1000);
var e = now + 60; //签名过期时间为当前+60s
var path = '';//多次签名这里填空
var str = 'a=' + self.appid + '&k=' + sid + '&e=' + e + '&t=' + now + '&r=' + random +
'&f=' + path + '&b=' + self.bucket;
var sha1Res = CryptoJS.HmacSHA1(str, skey);//这里使用CryptoJS计算sha1值,你也可以用其他开源库或自己实现
var strWordArray = CryptoJS.enc.Utf8.parse(str);
var resWordArray = sha1Res.concat(strWordArray);
var res = resWordArray.toString(CryptoJS.enc.Base64);
setTimeout(function () {//setTimeout模拟一下网络延迟的情况
callback(res);
}, 1000);
//3.直接复用别人算好的签名字符串, 一般在调试阶段使用
//callback('YOUR_SIGN_STR')
},
getAppSignOnce: function (callback) {//单次签名,参考上面的注释即可
var self = this;
var random = parseInt(Math.random() * Math.pow(2, 32));
var now = parseInt(new Date().getTime() / 1000);
var e = 0; //单次签名 expire==0
var path = self.path;
var str = 'a=' + self.appid + '&k=' + sid + '&e=' + e + '&t=' + now + '&r=' + random +
'&f=' + path + '&b=' + self.bucket;
var sha1Res = CryptoJS.HmacSHA1(str, skey);//这里使用CryptoJS计算sha1值,你也可以用其他开源库或自己实现
var strWordArray = CryptoJS.enc.Utf8.parse(str);
var resWordArray = sha1Res.concat(strWordArray);
var res = resWordArray.toString(CryptoJS.enc.Base64);
setTimeout(function () {//setTimeout模拟一下网络延迟的情况
callback(res);
}, 1000);
}
});
var successCallBack = function (result) {
console.log('upload success...')
$("#result").val(JSON.stringify(result));
};
var errorCallBack = function (result) {
result = result || {};
console.log('upload error...')
$("#result").val(result.responseText || 'error');
};
var progressCallBack = function (curr) {
console.log('uploading... curr progress is ' + curr)
$("#result").val('uploading... curr progress is ' + curr);
};
//上传文件,适合小于20M的文件上传
$('#uploadFile').on('click', function () {
$('#js-file').off('change').on('change', function (e) {
var file = e.target.files[0];
console.log(file)
cos.uploadFile(successCallBack, errorCallBack, progressCallBack, bucket, myFolder + file.name, file, 1);//insertOnly==0 表示允许覆盖文件 1表示不允许
$('#form')[0].reset();
return false;
});
setTimeout(function () {
$('#js-file').click();
}, 0);
return false;
});
//分片上传文件,当选择大于20M大小的文件的时候用分片上传
$('#sliceUploadFile').on('click', function () {
$('#js-file').off('change').on('change', function (e) {
var file = e.target.files[0];
console.log(file)
//分片上传直接调用uploadFile方法,内部会判断是否需要分片
cos.uploadFile(successCallBack, errorCallBack, progressCallBack, bucket, myFolder + file.name, file, 0);//insertOnly==0 表示允许覆盖文件 1表示不允许
//分片上传也可以直接调用sliceUploadFile方法,分片大小设置暂定不超过1M
//cos.sliceUploadFile(successCallBack, errorCallBack, progressCallBack, bucket, myFolder + file.name, file, 0, 1024*1024);
return false;
});
setTimeout(function () {
$('#js-file').click();
}, 0);
return false;
});
//创建文件夹
$('#createFolder').on('click', function () {
var newFolder = '/333/';//填你需要创建的文件夹,记得用斜杠包一下
cos.createFolder(successCallBack, errorCallBack, bucket, newFolder);
});
//删除文件夹
$('#deleteFolder').on('click', function () {
var newFolder = '/333/';//填你需要删除的文件夹,记得用斜杠包一下
cos.deleteFolder(successCallBack, errorCallBack, bucket, newFolder);
});
//获取指定文件夹内的列表,默认每次返回20条
$('#getFolderList').on('click', function () {
cos.getFolderList(successCallBack, errorCallBack, bucket, myFolder);
});
//获取文件夹属性
$('#getFolderStat').on('click', function () {
cos.getFolderStat(successCallBack, errorCallBack, bucket, '/333/');
});
//更新文件夹属性
$('#updateFolder').on('click', function () {
cos.updateFolder(successCallBack, errorCallBack, bucket, '/333/', 'new attr');
});
//删除文件
$('#deleteFile').on('click', function () {
var myFile = myFolder + '2.txt';//填你自己实际存在的文件
cos.deleteFile(successCallBack, errorCallBack, bucket, myFile);
});
//获取文件属性
$('#getFileStat').on('click', function () {
var myFile = myFolder + '2.txt';//填你自己实际存在的文件
cos.getFileStat(successCallBack, errorCallBack, bucket, myFile);
});
//更新文件属性
$('#updateFile').on('click', function () {
var myFile = myFolder + '2.txt';//填你自己实际存在的文件
cos.updateFile(successCallBack, errorCallBack, bucket, myFile, 'my new file attr');
});
//拷贝文件,从源文件地址复制一份到新地址
$('#copyFile').on('click', function () {
var myFile = '111/2.txt';//填你自己实际存在的文件
//注意一下目标的路径,这里如果填333/2.txt 则表示文件复制到111/333/2.txt
//如果填/333/2.txt 则表示文件复制到bucket根目录下的333/2.txt
var newFile = '/333/2.txt';
var overWrite = 1;//0 表示不覆盖 1表示覆盖
cos.copyFile(successCallBack, errorCallBack, bucket, myFile, newFile, overWrite);
});
//移动文件,把源文件移动到新地址,如果是同一个目录移动且文件名不同的话,相当于改了一个文件名
//如果是移动到新目录,相当于剪切当前的文件,粘贴到了新目录
$('#moveFile').on('click', function () {
var myFile = '/111/2.txt';//填你自己实际存在的文件
//注意一下目标的路径,这里如果填333/2.txt 则表示文件移动到111/333/2.txt
//如果填/333/2.txt 则表示文件移动到bucket根目录下的333/2.txt
//如果填/111/3.txt 则相当于把2.txt改名成3.txt
var newFile = '/333/2.txt';
var overWrite = 1;//0 表示不覆盖 1表示覆盖
cos.moveFile(successCallBack, errorCallBack, bucket, myFile, newFile, overWrite);
});
});
</script>
</head>
<body>
<div class="bs-docs-header" id="content">
<div class="container">
<h1>腾讯云COS js-sdk-v4</h1>
</div>
</div>
<div class="container bs-docs-container">
<form id="form">
<input id="js-file" type="file" style="display:none;"/>
</form>
<div class="row" style="padding:20px;">
<div class="col-md-2"><a id="updateFolder" href="javascript:void(0);" class="btn btn-lg btn-outline">updateFolder</a>
</div>
<div class="col-md-2"><a id="updateFile" href="javascript:void(0);"
class="btn btn-lg btn-outline">updateFile</a></div>
<div class="col-md-2"><a id="deleteFolder" href="javascript:void(0);" class="btn btn-lg btn-outline">deleteFolder</a>
</div>
<div class="col-md-2"><a id="deleteFile" href="javascript:void(0);"
class="btn btn-lg btn-outline">deleteFile</a></div>
</div>
<div class="row" style="padding:20px;">
<div class="col-md-2"><a id="getFolderStat" href="javascript:void(0);" class="btn btn-lg btn-outline">getFolderStat</a>
</div>
<div class="col-md-2"><a id="getFileStat" href="javascript:void(0);"
class="btn btn-lg btn-outline">getFileStat</a></div>
<div class="col-md-2"><a id="createFolder" href="javascript:void(0);" class="btn btn-lg btn-outline">createFolder</a>
</div>
<div class="col-md-2"><a id="getFolderList" href="javascript:void(0);" class="btn btn-lg btn-outline">getFolderList</a>
</div>
</div>
<div class="row" style="padding:20px;">
<div class="col-md-2"><a id="copyFile" href="javascript:void(0);" class="btn btn-lg btn-outline">copyFile</a>
</div>
<div class="col-md-2"><a id="moveFile" href="javascript:void(0);" class="btn btn-lg btn-outline">moveFile</a>
</div>
<div class="col-md-2"><a id="uploadFile" href="javascript:void(0);"
class="btn btn-lg btn-outline">uploadFile</a></div>
<div class="col-md-2"><a id="sliceUploadFile" href="javascript:void(0);" class="btn btn-lg btn-outline">sliceUploadFile</a>
</div>
</div>
<div class="row" style="padding:20px;">
<textarea id="result" rows="20" cols="100">1.使用js-sdk前请记得到console.qcloud.com/cos 找到对应的bucket进行跨域设置;
2.请您修改本页面里的部分代码,把appid,bucket,region,secretId,secretKey填上,确保正确后再运行示例里的代码;
3.本程序仅用于示例,所以在浏览器端暴露了secretId和secretKey直接计算签名,实际的线上业务请您自己部署获取签名的服务以确保自己的密钥和业务安全 </textarea>
</div>
</div>
</body>
</html> |
skills/10gen-online-mongodb-courses/index.html | heatherjc07/heatherjc07.github.com | <!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>10gen Online MongoDB Courses – Heather Campbell's Blog</title>
<meta name="description" content="I’ve signed up for 10gen’s online training courses. Two of the courses started this week. One from a developer perspective, learning about creating a blog with MongoDB using python, and the other from a DBA perspective. There is also one near the end of February using Java and MongoDB which I plan to take a look at. I’ll let you know how they go and whether I’d recommend them. I find it really useful at times having deadlines whether imposed by others like these courses or by myself, e.g. by committing to a talk about a subject. With so many things vying for my time it can be easy to make excuses for not getting round to looking at things. Deadlines give me the kick up the backside I need to get things done.
">
<meta name="keywords" content="10gen, mongodb, online courses, nosql, databases">
<!-- Twitter Cards -->
<meta name="twitter:title" content="10gen Online MongoDB Courses">
<meta name="twitter:description" content="I’ve signed up for 10gen’s online training courses. Two of the courses started this week. One from a developer perspective, learning about creating a blog with MongoDB using python, and the other from a DBA perspective. There is also one near the end of February using Java and MongoDB which I plan to take a look at. I’ll let you know how they go and whether I’d recommend them. I find it really useful at times having deadlines whether imposed by others like these courses or by myself, e.g. by committing to a talk about a subject. With so many things vying for my time it can be easy to make excuses for not getting round to looking at things. Deadlines give me the kick up the backside I need to get things done.
">
<meta name="twitter:site" content="@hcampbell07">
<meta name="twitter:creator" content="@hcampbell07">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="http://heatherjcampbell.com/images/">
<!-- Open Graph -->
<meta property="og:locale" content="en_GB">
<meta property="og:type" content="article">
<meta property="og:title" content="10gen Online MongoDB Courses">
<meta property="og:description" content="I’ve signed up for 10gen’s online training courses. Two of the courses started this week. One from a developer perspective, learning about creating a blog with MongoDB using python, and the other from a DBA perspective. There is also one near the end of February using Java and MongoDB which I plan to take a look at. I’ll let you know how they go and whether I’d recommend them. I find it really useful at times having deadlines whether imposed by others like these courses or by myself, e.g. by committing to a talk about a subject. With so many things vying for my time it can be easy to make excuses for not getting round to looking at things. Deadlines give me the kick up the backside I need to get things done.
">
<meta property="og:url" content="http://heatherjcampbell.com/skills/10gen-online-mongodb-courses/">
<meta property="og:site_name" content="Heather Campbell's Blog">
<link rel="canonical" href="http://heatherjcampbell.com/skills/10gen-online-mongodb-courses/">
<link href="http://heatherjcampbell.com/feed.xml" type="application/atom+xml" rel="alternate" title="Heather Campbell's Blog Feed">
<!-- https://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- For all browsers -->
<link rel="stylesheet" href="http://heatherjcampbell.com/assets/css/main.css">
<!-- Webfonts -->
<script src="https://use.edgefonts.net/source-sans-pro:n2,i2,n3,i3,n4,i4,n6,i6,n7,i7,n9,i9;source-code-pro:n4,n7;volkhov.js"></script>
<meta http-equiv="cleartype" content="on">
<!-- HTML5 Shiv and Media Query Support -->
<!--[if lt IE 9]>
<script src="http://heatherjcampbell.com/assets/js/vendor/html5shiv.min.js"></script>
<script src="http://heatherjcampbell.com/assets/js/vendor/respond.min.js"></script>
<![endif]-->
<!-- Modernizr -->
<script src="http://heatherjcampbell.com/assets/js/vendor/modernizr-2.7.1.custom.min.js"></script>
<!-- MathJax -->
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<!-- Icons -->
<!-- 16x16 -->
<link rel="shortcut icon" href="http://heatherjcampbell.com/favicon.ico">
<!-- 32x32 -->
<link rel="shortcut icon" href="http://heatherjcampbell.com/favicon.png">
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
<link rel="apple-touch-icon-precomposed" href="http://heatherjcampbell.com/images/apple-touch-icon-precomposed.png">
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://heatherjcampbell.com/images/apple-touch-icon-72x72-precomposed.png">
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://heatherjcampbell.com/images/apple-touch-icon-114x114-precomposed.png">
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://heatherjcampbell.com/images/apple-touch-icon-144x144-precomposed.png">
</head>
<body id="post">
<div class="navigation-wrapper">
<nav role="navigation" id="site-nav" class="animated drop">
<ul>
<li><a href="http://heatherjcampbell.com/about/" >About</a></li>
<li><a href="http://heatherjcampbell.com/blog/" >Blog</a></li>
<li><a href="http://heatherjcampbell.com/presentations/" >Presentations</a></li>
<li><a href="https://twitter.com/HCampbell07/" target="_blank">Tweets</a></li>
<li><a href="http://heatherjcampbell.com/search/" >Search</a></li>
<li><a href="http://heatherjcampbell.com/feed.xml" title="Atom/RSS feed"><i class="icon-rss"></i> Feed</a></li>
</ul>
</nav>
</div><!-- /.navigation-wrapper -->
<!--[if lt IE 9]><div class="upgrade"><strong><a href="http://whatbrowser.org/">Your browser is quite old!</strong> Why not upgrade to a different browser to better enjoy this site?</a></div><![endif]-->
<header class="masthead">
<div class="wrap">
<h1 class="site-title animated fadeIn"><a href="http://heatherjcampbell.com/">Heather Campbell's Blog</a></h1>
<h2 class="site-description animated fadeIn" itemprop="description">A place to share my thoughts</h2>
</div>
</header><!-- /.masthead -->
<div class="js-menu-screen menu-screen"></div>
<div id="main" role="main">
<article class="hentry">
<div class="entry-wrapper">
<header class="entry-header">
<ul class="entry-tags">
<li><a href="http://heatherjcampbell.com/tags/#10gen" title="Pages tagged 10gen">10gen</a></li><li><a href="http://heatherjcampbell.com/tags/#mongodb" title="Pages tagged mongodb">mongodb</a></li><li><a href="http://heatherjcampbell.com/tags/#online courses" title="Pages tagged online courses">online courses</a></li><li><a href="http://heatherjcampbell.com/tags/#nosql" title="Pages tagged nosql">nosql</a></li><li><a href="http://heatherjcampbell.com/tags/#databases" title="Pages tagged databases">databases</a></li>
</ul>
<h1 class="entry-title">10gen Online MongoDB Courses</h1>
</header>
<footer class="entry-meta">
<img src="http://heatherjcampbell.com/images/bio-photo.jpg" class="bio-photo" alt="Heather Campbell bio photo"></a>
<span class="author vcard">By <span class="fn">Heather Campbell</span></span>
<span class="entry-date date published"><time datetime="2013-01-22T00:00:00+00:00"><i class="fa fa-calendar-o"></i> January 22, 2013</time></span>
<span class="social-share-twitter">
<a href="https://twitter.com/intent/tweet?hashtags=10gen,mongodb,onlinecourses,nosql,databases&text=10gen%20Online%20MongoDB%20Courses&url=http://heatherjcampbell.com/skills/10gen-online-mongodb-courses/&via=hcampbell07" title="Share on Twitter" itemprop="Twitter"><i class="fa fa-twitter-square"></i> Tweet</a>
</span>
<span class="social-share-facebook">
<a href="https://www.facebook.com/sharer/sharer.php?u=http://heatherjcampbell.com/skills/10gen-online-mongodb-courses/" title="Share on Facebook" itemprop="Facebook"><i class="fa fa-facebook-square"></i> Like</a>
</span>
<span class="social-share-googleplus">
<a href="https://plus.google.com/share?url=http://heatherjcampbell.com/skills/10gen-online-mongodb-courses/" title="Share on Google Plus" itemprop="GooglePlus"><i class="fa fa-google-plus-square"></i> +1</a>
</span>
<!-- /.social-share -->
</footer>
<div class="entry-content">
<p>I’ve signed up for <a href="http://www.10gen.com/">10gen’s</a> online training courses. Two of the courses started this week. One from a developer perspective, learning about creating a blog with MongoDB using python, and the other from a DBA perspective. There is also one near the end of February using Java and MongoDB which I plan to take a look at. I’ll let you know how they go and whether I’d recommend them. I find it really useful at times having deadlines whether imposed by others like these courses or by myself, e.g. by committing to a talk about a subject. With so many things vying for my time it can be easy to make excuses for not getting round to looking at things. Deadlines give me the kick up the backside I need to get things done.</p>
<p>More information can be found <a href="http://www.10gen.com/press/10gen-announces-new-course-dates-its-popular-online-developer-and-dba-training">here</a>. I’ve only had a quick look at the course material but the webcasts seem to be a nice length to fit in when you get a moment. Nothing too long.</p>
</div><!-- /.entry-content -->
</div><!-- /.entry-wrapper -->
<nav class="pagination" role="navigation">
<a href="http://heatherjcampbell.com/tutorial/sdisw-databases-and-database-models/" class="btn" title="SDISW: Databases and Database Models">Previous</a>
<a href="http://heatherjcampbell.com/tutorial/neo4j-day-1-installing-and-exploring-the-web-gui/" class="btn" title="Neo4j Day 1 (Installing and Exploring the Web GUI)">Next</a>
</nav><!-- /.pagination -->
</article>
</div><!-- /#main -->
<div class="footer-wrapper">
<footer role="contentinfo" class="entry-wrapper">
<span>© 2019 Heather Campbell. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> using the <a href="https://mademistakes.com/work/so-simple-jekyll-theme/" rel="nofollow">So Simple Theme</a>.</span>
<div class="social-icons">
<a href="https://twitter.com/hcampbell07" title="Heather Campbell on Twitter" target="_blank"><i class="fa fa-twitter-square fa-2x"></i></a>
<a href="https://linkedin.com/in/heather-campbell-8b1986a" title="Heather Campbell on LinkedIn" target="_blank"><i class="fa fa-linkedin-square fa-2x"></i></a>
<a href="https://github.com/heatherjc07" title="Heather Campbell on Github" target="_blank"><i class="fa fa-github-square fa-2x"></i></a>
<a href="http://heatherjcampbell.com/feed.xml" title="Atom/RSS feed"><i class="fa fa-rss-square fa-2x"></i></a>
</div><!-- /.social-icons -->
</footer>
</div><!-- /.footer-wrapper -->
<script type="text/javascript">
var BASE_URL = 'http://heatherjcampbell.com';
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="http://heatherjcampbell.com/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="http://heatherjcampbell.com/assets/js/scripts.min.js"></script>
</body>
</html>
|
index.html | mitch-cohen/prototype | <!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,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- 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/angular-ui.min.css">
<link rel="stylesheet" href="/css/bootstrap.min.css" >
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body ng-app='app'>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<div class="row-fluid" ng-controller="templateCntl">
<div class="span9">
<textarea ui-tinymce ng-model="content" ng-init=""></textarea>
<div htmloutput model="content" parse="parse"></div>
</div>
<div class="span3">
<ul id="all-fields">
<li>
Add more fields: <input ng-model="new_field.pattern" placeholder="name" type="text"> <input placeholder="value" ng-model="new_field.value"></li>
<li><di class="btn" ng-click="add()">Add</di> </li>
<li ng-repeat="field in fields" class="field">
<span class="field-name">{{field.pattern}}</span>:<span class="field-value">{{field.value}}</span><span class='icon-remove-circle pull-right' ng-click="remove(field)"></span>
</li>
</ul>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="js/vendor/underscore-min.js" type="text/javascript"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.0.min.js"><\/script>')</script>
<script src="/js/vendor/bootstrap.min.js" type="text/javascript"></script>
<script type="text/javascript" src="js/vendor/tiny_mce/tiny_mce_src.js"></script>
<script type="text/javascript" src="js/vendor/tiny_mce/jquery.tinymce.js"></script>
<script type="text/javascript" src="js/vendor/angular.min.js"></script>
<script type="text/javascript" src="js/vendor/angular-ui-ieshiv.min.js"></script>
<script type="text/javascript" src="/js/vendor/angular-ui.js"></script>
<script type="text/javascript" src="js/vendor/angular.min.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>
|
index.html | mtift/open-source-unitarian-2015-first-unitarian | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Open Source Unitarian</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/night.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- If the query includes 'print-pdf', use the PDF print sheet -->
<script>
document.write( '<link rel="stylesheet" href="css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' );
</script>
<style>
strong { color: #628179; }
</style>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h1>Open Source</h1>
<h1><strong>Unitarian</strong></h1>
<h3> </h3>
<p><a href="http://firstunitarian.org">First Unitarian Society</a> January 4, 2015 <a href="http://matthewtift.com">matthewtift.com</a></p>
</section>
<section>
<h1><strong>Today</strong></h1>
<h1 class="fragment">Free Software</h1>
<h1 class="fragment">Examples</h1>
<h1 class="fragment">UU Connections</h1>
</section>
<section data-background="images/tift-canyon.jpg">
<div style="background-color: white; color:black; padding: 1em; opacity: 0.9; padding: 50px">
<h2 style="color:black">Matthew Tift</h2>
<div style="postion: relative; padding: 1px;">
<img align="right" width="15%" alt="logo" src="images/lullabot-logo.png" />
</div>
<div style="postion: relative; padding: 20px;">
<h4 align="left" style="color:black">Member, Lake Fellowship (Shorewood, MN)</h4>
<h4 align="left" style="color:black">Senior Developer, Lullabot</h4>
<h4 align="left" style="color:black">Host, Hacking Culture</h4>
<h4 align="left" style="color:black">Ph.D., Musicology</h4>
</div>
</div>
</section>
<section>
<img src="images/lullabot-clients.png" />
</section>
<!-- What is Free Software? -->
<section>
<h1><strong>Terminology</strong></h1>
<h2>"Open Source Software"</h2>
<h2 class="fragment">"Free Software"</h2>
<h2 class="fragment">"FLOSS"</h2>
</section>
<section>
<h2>Matthew's Kind of People</h2>
<img src="images/developer.jpg" />
</section>
<section>
<h2>All Kinds of People</h2>
<img src="images/drupalcon-portland.jpg" />
</section>
<section>
<video controls width="80%" src="videos/unitarian-universalism-open-source-faith.mp4"></video>
</section>
<section>
<h1><a href="https://www.eff.org/">Free Software</a> gives us control</h1>
</section>
<section>
<h1><a href="https://www.eff.org/">Free Software</a> respects our freedom</h1>
</section>
<section data-background="#628179">
<h1>Four essential freedoms</h1>
</section>
<section data-background="#628179">
<h1 style="color: black">The freedom to run the program as you wish, for any purpose</h1>
</section>
<section data-background="#628179">
<h1 style="color: black">The freedom to study how the program works</h1>
</section>
<section data-background="#628179">
<h1 style="color: black">The freedom to redistribute copies</h1>
</section>
<section data-background="#628179">
<h1 style="color: black">The freedom to distribute copies of your modified versions</h1>
</section>
<section>
<img src="images/free-sofware-free-society.jpg" />
</section>
<!-- What can you do with Free Software? -->
<section>
<h1><strong>What can you do with free software?</strong></h1>
</section>
<section>
<img src="images/open-source-software.jpg" />
</section>
<section>
<h1><strong>These Slides</strong></h1>
</section>
<section>
<img src="images/lake-fellowship-website.png" />
</section>
<section>
<img src="images/firstunitarian.png" />
</section>
<section>
<img src="images/mpr.jpg" />
</section>
<section>
<img src="images/smm.jpg" />
</section>
<section>
<img src="images/mnzoo.png" />
</section>
<section>
<img src="images/umn.jpg" />
</section>
<section>
<img src="images/sonar.png" />
</section>
<!-- Similarities between FLOSS and UU -->
<section>
<h1>Similarities</h1>
<h1><strong>UU & FLOSS</strong></h1>
</section>
<section>
<h1><strong>Decentralization</strong></h1>
<h2>"We have no kings or presidents. We believe in rough consensus and running code."</h2>
</section>
<section>
<h1><strong>Openness</strong></h1>
<h2>"Be conservative in what you send and liberal in what you accept."</h2>
</section>
<section>
<h1><strong>Independent Invention</strong></h1>
<h2>There is no One True Way</h2>
</section>
<section>
<h1><strong>Tolerance</strong></h1>
<h2>Follow our principles and you are welcome to participate</h2>
</section>
<section>
<h1><strong>Hope</strong></h1>
<h2>We will get to a better state in the end by each playing our small part</h2>
</section>
<section>
<img width="45%" src="images/cathedral-bazaar.jpg" />
</section>
<!-- What can you do? -->
<section>
<h1>How to <strong>support</strong> free software</h1>
<img width="60%" src="images/protest.jpg" />
<br /><small>Photo by <a href="http://www.flickr.com/photos/theuptake/2831831334/in/photolist-bBhTsr-gPKwvh-axBVEf-5jaAjt-hDUQ1i-at6R6k-azQDSa-5jaAic-f86R7W-az9gmG-axugqa-ayza5v-axEBuS-axbrLg-8QyKgY-5jeSNb-5jaAdH-jK6ZU-5jeTAS-2ZiWm-axSDf4-f86Rb1-avjk96-avkRuq-azzpkK-pkYtUm-avhmcJ-aBnU3R-az7yKd-azv7Nd-5jeSiw-K6j5i-nus8id-aww28L-axqsYq-5jaBuR-5pUjLw-av6tLY-ay2bLz-ps2xec-aCyB46-5jeSgj-5jaAKn-aXQGFz-5TXKuo-5GqiS-a4j1wF-5jeSUW-5jaBeX-5jaAyz">The UpTake</a></small>
</section>
<section>
<img src="images/fsf.png" />
</section>
<section>
<img src="images/eff.jpg" />
</section>
<section>
<img src="images/firefox-mozilla.png" />
<h1> </h1>
<p>Instead of Internet Explorer or Safari</p>
</section>
<section>
<img src="images/thunderbird.png" />
<h1> </h1>
<p>Instead of Outlook or Apple Mail</p>
</section>
<section>
<img src="images/libreoffice.png" />
<h1> </h1>
<p>Instead of Word or Excel</p>
</section>
<section>
<img src="images/ubuntu.png" />
<h1> </h1>
<p>Instead of Windows</p>
</section>
<section>
<img src="images/tux-challice.png" />
<h3>Open Source Unitarian</h3>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: false,
progress: false,
history: true,
center: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'linear', // default/cube/page/concave/zoom/linear/fade/none
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>
|
woocommerce.docset/Contents/Resources/Documents/docs/class-WC_Coupon.html | GioSensation/woocommerce-dash-docset | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Class WC_Coupon | WooCommerce</title>
<script type="text/javascript" src="resources/combined-1359452498.js"></script>
<script type="text/javascript" src="elementlist-2750599401.js"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/bootstrap.min-2450451432.css" />
<link rel="stylesheet" type="text/css" media="all" href="resources/style-1319793728.css" />
</head>
<body>
<div id="navigation" class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a href="index.html" class="brand">WooCommerce</a>
<div class="nav-collapse">
<ul class="nav">
<li>
<a href="package-WooCommerce.Classes.html" title="Summary of WooCommerce\Classes"><span>Package</span></a>
</li>
<li class="active">
<span>Class</span> </li>
<li class="divider-vertical"></li>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
<li class="divider-vertical"></li>
<li>
<a href="woocommerce-api-documentation.zip" title="Download documentation as ZIP archive"><span>Download</span></a>
</li>
<li class="divider-vertical"></li>
<li>
<a href="http://docs.woothemes.com/" title="Go back to WooCommerce Docs"><span>← Back to WooDocs</span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="left">
<div id="menu">
<form id="search" class="form-search">
<input type="hidden" name="cx" value="" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" class="search-query" placeholder="Search" />
</form>
<div id="groups">
<h3>Packages</h3>
<ul>
<li class="active"><a href="package-WooCommerce.html">WooCommerce<span></span></a>
<ul>
<li><a href="package-WooCommerce.Abstracts.html">Abstracts</a>
</li>
<li><a href="package-WooCommerce.Admin.html">Admin<span></span></a>
<ul>
<li><a href="package-WooCommerce.Admin.Coupons.html">Coupons</a>
</li>
<li><a href="package-WooCommerce.Admin.Dashboard.html">Dashboard</a>
</li>
<li><a href="package-WooCommerce.Admin.Import.html">Import</a>
</li>
<li><a href="package-WooCommerce.Admin.Importers.html">Importers</a>
</li>
<li><a href="package-WooCommerce.Admin.Install.html">Install</a>
</li>
<li><a href="package-WooCommerce.Admin.Orders.html">Orders</a>
</li>
<li><a href="package-WooCommerce.Admin.Products.html">Products</a>
</li>
<li><a href="package-WooCommerce.Admin.Reports.html">Reports</a>
</li>
<li><a href="package-WooCommerce.Admin.Settings.html">Settings</a>
</li>
<li><a href="package-WooCommerce.Admin.System.html">System</a>
</li>
<li><a href="package-WooCommerce.Admin.Taxonomies.html">Taxonomies</a>
</li>
<li><a href="package-WooCommerce.Admin.Updates.html">Updates</a>
</li>
<li><a href="package-WooCommerce.Admin.Users.html">Users</a>
</li>
<li><a href="package-WooCommerce.Admin.WritePanels.html">WritePanels</a>
</li>
</ul></li>
<li class="active"><a href="package-WooCommerce.Classes.html">Classes<span></span></a>
<ul>
<li><a href="package-WooCommerce.Classes.Emails.html">Emails</a>
</li>
<li><a href="package-WooCommerce.Classes.Integrations.html">Integrations</a>
</li>
<li><a href="package-WooCommerce.Classes.Payment.html">Payment</a>
</li>
<li><a href="package-WooCommerce.Classes.Products.html">Products</a>
</li>
<li><a href="package-WooCommerce.Classes.Shipping.html">Shipping</a>
</li>
<li><a href="package-WooCommerce.Classes.Walkers.html">Walkers</a>
</li>
</ul></li>
<li><a href="package-WooCommerce.Functions.html">Functions<span></span></a>
<ul>
<li><a href="package-WooCommerce.Functions.AJAX.html">AJAX</a>
</li>
</ul></li>
<li><a href="package-WooCommerce.Shortcodes.html">Shortcodes<span></span></a>
<ul>
<li><a href="package-WooCommerce.Shortcodes.Cart.html">Cart</a>
</li>
<li><a href="package-WooCommerce.Shortcodes.Change.html">Change<span></span></a>
<ul>
<li><a href="package-WooCommerce.Shortcodes.Change.Password.html">Password</a>
</li>
</ul></li>
<li><a href="package-WooCommerce.Shortcodes.Checkout.html">Checkout</a>
</li>
<li><a href="package-WooCommerce.Shortcodes.Edit.html">Edit<span></span></a>
<ul>
<li><a href="package-WooCommerce.Shortcodes.Edit.Address.html">Address</a>
</li>
</ul></li>
<li><a href="package-WooCommerce.Shortcodes.Lost.html">Lost<span></span></a>
<ul>
<li><a href="package-WooCommerce.Shortcodes.Lost.Password.html">Password</a>
</li>
</ul></li>
<li><a href="package-WooCommerce.Shortcodes.My.html">My<span></span></a>
<ul>
<li><a href="package-WooCommerce.Shortcodes.My.Account.html">Account</a>
</li>
</ul></li>
<li><a href="package-WooCommerce.Shortcodes.Order.html">Order<span></span></a>
<ul>
<li><a href="package-WooCommerce.Shortcodes.Order.Tracking.html">Tracking</a>
</li>
</ul></li>
<li><a href="package-WooCommerce.Shortcodes.Pay.html">Pay</a>
</li>
<li><a href="package-WooCommerce.Shortcodes.Thankyou.html">Thankyou</a>
</li>
<li><a href="package-WooCommerce.Shortcodes.View.html">View<span></span></a>
<ul>
<li><a href="package-WooCommerce.Shortcodes.View.Order.html">Order</a>
</li>
</ul></li></ul></li>
<li><a href="package-WooCommerce.Templates.html">Templates<span></span></a>
<ul>
<li><a href="package-WooCommerce.Templates.Archives.html">Archives</a>
</li>
<li><a href="package-WooCommerce.Templates.Cart.html">Cart</a>
</li>
<li><a href="package-WooCommerce.Templates.Checkout.html">Checkout</a>
</li>
<li><a href="package-WooCommerce.Templates.Forms.html">Forms</a>
</li>
<li><a href="package-WooCommerce.Templates.Loop.html">Loop</a>
</li>
<li><a href="package-WooCommerce.Templates.Orders.html">Orders</a>
</li>
<li><a href="package-WooCommerce.Templates.Product.html">Product<span></span></a>
<ul>
<li><a href="package-WooCommerce.Templates.Product.Tabs.html">Tabs</a>
</li>
</ul></li></ul></li>
<li><a href="package-WooCommerce.Widgets.html">Widgets</a>
</li>
</ul></li>
</ul>
</div>
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-WC_API.html">WC_API</a></li>
<li><a href="class-WC_Cache_Helper.html">WC_Cache_Helper</a></li>
<li><a href="class-WC_Cart.html">WC_Cart</a></li>
<li><a href="class-WC_Checkout.html">WC_Checkout</a></li>
<li><a href="class-WC_Countries.html">WC_Countries</a></li>
<li class="active"><a href="class-WC_Coupon.html">WC_Coupon</a></li>
<li><a href="class-WC_Customer.html">WC_Customer</a></li>
<li><a href="class-WC_Logger.html">WC_Logger</a></li>
<li><a href="class-WC_Order.html">WC_Order</a></li>
<li><a href="class-WC_Order_Item_Meta.html">WC_Order_Item_Meta</a></li>
<li><a href="class-WC_Product_Factory.html">WC_Product_Factory</a></li>
<li><a href="class-WC_Product_Variation.html">WC_Product_Variation</a></li>
<li><a href="class-WC_Query.html">WC_Query</a></li>
<li><a href="class-WC_Session_Handler.html">WC_Session_Handler</a></li>
<li><a href="class-WC_Shortcodes.html">WC_Shortcodes</a></li>
<li><a href="class-WC_Tax.html">WC_Tax</a></li>
<li><a href="class-WC_Validation.html">WC_Validation</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<div id="content" class="class">
<h1>Class WC_Coupon</h1>
<div class="description">
<p>WooCommerce coupons</p>
<p>The WooCommerce coupons class gets coupon data from storage and checks coupon
validity</p>
</div>
<div class="alert alert-info">
<b>Package:</b> <a href="package-WooCommerce.html">WooCommerce</a>\<a href="package-WooCommerce.Classes.html">Classes</a><br />
<b>Category:</b>
Class<br />
<b>Author:</b>
WooThemes<br />
<b>Class:</b>
WC_Coupon<br />
<b>Located at</b> <a href="source-class-WC_Coupon.html#2-509" title="Go to source code">classes/class-wc-coupon.php</a><br />
</div>
<h2>Methods summary</h2>
<table class="summary table table-bordered table-striped" id="methods">
<tr data-order="__construct" id="___construct">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="class-WC_Coupon.html#___construct">#</a>
<code><a href="source-class-WC_Coupon.html#89-174" title="Go to source code">__construct</a>( <span>mixed <var>$code</var></span> )</code>
<div class="description short">
<p>Coupon constructor. Loads coupon data.</p>
</div>
<div class="description detailed hidden">
<p>Coupon constructor. Loads coupon data.</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$code</var></dt>
<dd><code>mixed</code><br>$code code of the coupon to load</dd>
</dl></div>
</div>
</div></td>
</tr>
<tr data-order="apply_before_tax" id="_apply_before_tax">
<td class="attributes"><code>
public
boolean
</code>
</td>
<td class="name"><div>
<a class="anchor" href="class-WC_Coupon.html#_apply_before_tax">#</a>
<code><a href="source-class-WC_Coupon.html#177-185" title="Go to source code">apply_before_tax</a>( )</code>
<div class="description short">
<p>Check if coupon needs applying before tax.</p>
</div>
<div class="description detailed hidden">
<p>Check if coupon needs applying before tax.</p>
<h4>Returns</h4>
<div class="list">
<code>boolean</code><br />
</div>
</div>
</div></td>
</tr>
<tr data-order="enable_free_shipping" id="_enable_free_shipping">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="class-WC_Coupon.html#_enable_free_shipping">#</a>
<code><a href="source-class-WC_Coupon.html#188-196" title="Go to source code">enable_free_shipping</a>( )</code>
<div class="description short">
<p>Check if a coupon enables free shipping.</p>
</div>
<div class="description detailed hidden">
<p>Check if a coupon enables free shipping.</p>
</div>
</div></td>
</tr>
<tr data-order="exclude_sale_items" id="_exclude_sale_items">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="class-WC_Coupon.html#_exclude_sale_items">#</a>
<code><a href="source-class-WC_Coupon.html#199-207" title="Go to source code">exclude_sale_items</a>( )</code>
<div class="description short">
<p>Check if a coupon excludes sale items.</p>
</div>
<div class="description detailed hidden">
<p>Check if a coupon excludes sale items.</p>
</div>
</div></td>
</tr>
<tr data-order="inc_usage_count" id="_inc_usage_count">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="class-WC_Coupon.html#_inc_usage_count">#</a>
<code><a href="source-class-WC_Coupon.html#211-220" title="Go to source code">inc_usage_count</a>( )</code>
<div class="description short">
<p>Increase usage count fo current coupon.</p>
</div>
<div class="description detailed hidden">
<p>Increase usage count fo current coupon.</p>
</div>
</div></td>
</tr>
<tr data-order="dcr_usage_count" id="_dcr_usage_count">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="class-WC_Coupon.html#_dcr_usage_count">#</a>
<code><a href="source-class-WC_Coupon.html#223-232" title="Go to source code">dcr_usage_count</a>( )</code>
<div class="description short">
<p>Decrease usage count fo current coupon.</p>
</div>
<div class="description detailed hidden">
<p>Decrease usage count fo current coupon.</p>
</div>
</div></td>
</tr>
<tr data-order="get_error_message" id="_get_error_message">
<td class="attributes"><code>
public
string
</code>
</td>
<td class="name"><div>
<a class="anchor" href="class-WC_Coupon.html#_get_error_message">#</a>
<code><a href="source-class-WC_Coupon.html#234-242" title="Go to source code">get_error_message</a>( )</code>
<div class="description short">
<p>Returns the error_message string</p>
</div>
<div class="description detailed hidden">
<p>Returns the error_message string</p>
<h4>Returns</h4>
<div class="list">
<code>string</code><br />
</div>
</div>
</div></td>
</tr>
<tr data-order="is_valid" id="_is_valid">
<td class="attributes"><code>
public
boolean|WP_Error
</code>
</td>
<td class="name"><div>
<a class="anchor" href="class-WC_Coupon.html#_is_valid">#</a>
<code><a href="source-class-WC_Coupon.html#244-391" title="Go to source code">is_valid</a>( )</code>
<div class="description short">
<p>is_valid function.</p>
</div>
<div class="description detailed hidden">
<p>is_valid function.</p>
<p>Check if a coupon is valid. Return a reason code if invalid. Reason
codes:</p>
<h4>Returns</h4>
<div class="list">
<code>boolean|WP_Error</code><br>validity or a WP_Error if not valid<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="add_coupon_message" id="_add_coupon_message">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="class-WC_Coupon.html#_add_coupon_message">#</a>
<code><a href="source-class-WC_Coupon.html#393-408" title="Go to source code">add_coupon_message</a>( <span>integer <var>$msg_code</var></span> )</code>
<div class="description short">
<p>Converts one of the WC_Coupon message/error codes to a message string and
displays the message/error.</p>
</div>
<div class="description detailed hidden">
<p>Converts one of the WC_Coupon message/error codes to a message string and
displays the message/error.</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$msg_code</var></dt>
<dd><code>integer</code><br>$msg_code Message/error code.</dd>
</dl></div>
</div>
</div></td>
</tr>
<tr data-order="get_coupon_message" id="_get_coupon_message">
<td class="attributes"><code>
public
string|
</code>
</td>
<td class="name"><div>
<a class="anchor" href="class-WC_Coupon.html#_get_coupon_message">#</a>
<code><a href="source-class-WC_Coupon.html#410-429" title="Go to source code">get_coupon_message</a>( <span>mixed <var>$msg_code</var></span> )</code>
<div class="description short">
<p>Map one of the WC_Coupon message codes to a message string</p>
</div>
<div class="description detailed hidden">
<p>Map one of the WC_Coupon message codes to a message string</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$msg_code</var></dt>
<dd><code>mixed</code><br>$msg_code</dd>
</dl></div>
<h4>Returns</h4>
<div class="list">
<code>string|</code><br>Message/error string<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="get_coupon_error" id="_get_coupon_error">
<td class="attributes"><code>
public
string|
</code>
</td>
<td class="name"><div>
<a class="anchor" href="class-WC_Coupon.html#_get_coupon_error">#</a>
<code><a href="source-class-WC_Coupon.html#431-480" title="Go to source code">get_coupon_error</a>( <span>integer <var>$err_code</var></span> )</code>
<div class="description short">
<p>Map one of the WC_Coupon error codes to a message string</p>
</div>
<div class="description detailed hidden">
<p>Map one of the WC_Coupon error codes to a message string</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$err_code</var></dt>
<dd><code>integer</code><br>$err_code Message/error code.</dd>
</dl></div>
<h4>Returns</h4>
<div class="list">
<code>string|</code><br>Message/error string<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="get_generic_coupon_error" id="_get_generic_coupon_error">
<td class="attributes"><code>
public static
string|
</code>
</td>
<td class="name"><div>
<a class="anchor" href="class-WC_Coupon.html#_get_generic_coupon_error">#</a>
<code><a href="source-class-WC_Coupon.html#482-507" title="Go to source code">get_generic_coupon_error</a>( <span>integer <var>$err_code</var></span> )</code>
<div class="description short">
<p>Map one of the WC_Coupon error codes to an error string No coupon instance
will be available where a coupon does not exist, so this static method
exists.</p>
</div>
<div class="description detailed hidden">
<p>Map one of the WC_Coupon error codes to an error string No coupon instance
will be available where a coupon does not exist, so this static method
exists.</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$err_code</var></dt>
<dd><code>integer</code><br>$err_code Error code</dd>
</dl></div>
<h4>Returns</h4>
<div class="list">
<code>string|</code><br>Error string<br />
</div>
</div>
</div></td>
</tr>
</table>
<h3>Magic methods summary</h3>
<h2>Constants summary</h2>
<table class="summary table table-bordered table-striped" id="constants">
<tr data-order="E_WC_COUPON_INVALID_FILTERED" id="E_WC_COUPON_INVALID_FILTERED">
<td class="attributes"><code>integer</code></td>
<td class="name"><code>
<a href="source-class-WC_Coupon.html#15" title="Go to source code"><b>E_WC_COUPON_INVALID_FILTERED</b></a>
</code></td>
<td class="value"><code><span class="php-num">100</span></code></td>
<td class="description"><div>
<a href="class-WC_Coupon.html#E_WC_COUPON_INVALID_FILTERED" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="E_WC_COUPON_INVALID_REMOVED" id="E_WC_COUPON_INVALID_REMOVED">
<td class="attributes"><code>integer</code></td>
<td class="name"><code>
<a href="source-class-WC_Coupon.html#16" title="Go to source code"><b>E_WC_COUPON_INVALID_REMOVED</b></a>
</code></td>
<td class="value"><code><span class="php-num">101</span></code></td>
<td class="description"><div>
<a href="class-WC_Coupon.html#E_WC_COUPON_INVALID_REMOVED" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="E_WC_COUPON_NOT_YOURS_REMOVED" id="E_WC_COUPON_NOT_YOURS_REMOVED">
<td class="attributes"><code>integer</code></td>
<td class="name"><code>
<a href="source-class-WC_Coupon.html#17" title="Go to source code"><b>E_WC_COUPON_NOT_YOURS_REMOVED</b></a>
</code></td>
<td class="value"><code><span class="php-num">102</span></code></td>
<td class="description"><div>
<a href="class-WC_Coupon.html#E_WC_COUPON_NOT_YOURS_REMOVED" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="E_WC_COUPON_ALREADY_APPLIED" id="E_WC_COUPON_ALREADY_APPLIED">
<td class="attributes"><code>integer</code></td>
<td class="name"><code>
<a href="source-class-WC_Coupon.html#18" title="Go to source code"><b>E_WC_COUPON_ALREADY_APPLIED</b></a>
</code></td>
<td class="value"><code><span class="php-num">103</span></code></td>
<td class="description"><div>
<a href="class-WC_Coupon.html#E_WC_COUPON_ALREADY_APPLIED" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="E_WC_COUPON_ALREADY_APPLIED_INDIV_USE_ONLY" id="E_WC_COUPON_ALREADY_APPLIED_INDIV_USE_ONLY">
<td class="attributes"><code>integer</code></td>
<td class="name"><code>
<a href="source-class-WC_Coupon.html#19" title="Go to source code"><b>E_WC_COUPON_ALREADY_APPLIED_INDIV_USE_ONLY</b></a>
</code></td>
<td class="value"><code><span class="php-num">104</span></code></td>
<td class="description"><div>
<a href="class-WC_Coupon.html#E_WC_COUPON_ALREADY_APPLIED_INDIV_USE_ONLY" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="E_WC_COUPON_NOT_EXIST" id="E_WC_COUPON_NOT_EXIST">
<td class="attributes"><code>integer</code></td>
<td class="name"><code>
<a href="source-class-WC_Coupon.html#20" title="Go to source code"><b>E_WC_COUPON_NOT_EXIST</b></a>
</code></td>
<td class="value"><code><span class="php-num">105</span></code></td>
<td class="description"><div>
<a href="class-WC_Coupon.html#E_WC_COUPON_NOT_EXIST" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="E_WC_COUPON_USAGE_LIMIT_REACHED" id="E_WC_COUPON_USAGE_LIMIT_REACHED">
<td class="attributes"><code>integer</code></td>
<td class="name"><code>
<a href="source-class-WC_Coupon.html#21" title="Go to source code"><b>E_WC_COUPON_USAGE_LIMIT_REACHED</b></a>
</code></td>
<td class="value"><code><span class="php-num">106</span></code></td>
<td class="description"><div>
<a href="class-WC_Coupon.html#E_WC_COUPON_USAGE_LIMIT_REACHED" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="E_WC_COUPON_EXPIRED" id="E_WC_COUPON_EXPIRED">
<td class="attributes"><code>integer</code></td>
<td class="name"><code>
<a href="source-class-WC_Coupon.html#22" title="Go to source code"><b>E_WC_COUPON_EXPIRED</b></a>
</code></td>
<td class="value"><code><span class="php-num">107</span></code></td>
<td class="description"><div>
<a href="class-WC_Coupon.html#E_WC_COUPON_EXPIRED" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="E_WC_COUPON_MIN_SPEND_LIMIT_NOT_MET" id="E_WC_COUPON_MIN_SPEND_LIMIT_NOT_MET">
<td class="attributes"><code>integer</code></td>
<td class="name"><code>
<a href="source-class-WC_Coupon.html#23" title="Go to source code"><b>E_WC_COUPON_MIN_SPEND_LIMIT_NOT_MET</b></a>
</code></td>
<td class="value"><code><span class="php-num">108</span></code></td>
<td class="description"><div>
<a href="class-WC_Coupon.html#E_WC_COUPON_MIN_SPEND_LIMIT_NOT_MET" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="E_WC_COUPON_NOT_APPLICABLE" id="E_WC_COUPON_NOT_APPLICABLE">
<td class="attributes"><code>integer</code></td>
<td class="name"><code>
<a href="source-class-WC_Coupon.html#24" title="Go to source code"><b>E_WC_COUPON_NOT_APPLICABLE</b></a>
</code></td>
<td class="value"><code><span class="php-num">109</span></code></td>
<td class="description"><div>
<a href="class-WC_Coupon.html#E_WC_COUPON_NOT_APPLICABLE" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="E_WC_COUPON_NOT_VALID_SALE_ITEMS" id="E_WC_COUPON_NOT_VALID_SALE_ITEMS">
<td class="attributes"><code>integer</code></td>
<td class="name"><code>
<a href="source-class-WC_Coupon.html#25" title="Go to source code"><b>E_WC_COUPON_NOT_VALID_SALE_ITEMS</b></a>
</code></td>
<td class="value"><code><span class="php-num">110</span></code></td>
<td class="description"><div>
<a href="class-WC_Coupon.html#E_WC_COUPON_NOT_VALID_SALE_ITEMS" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="E_WC_COUPON_PLEASE_ENTER" id="E_WC_COUPON_PLEASE_ENTER">
<td class="attributes"><code>integer</code></td>
<td class="name"><code>
<a href="source-class-WC_Coupon.html#26" title="Go to source code"><b>E_WC_COUPON_PLEASE_ENTER</b></a>
</code></td>
<td class="value"><code><span class="php-num">111</span></code></td>
<td class="description"><div>
<a href="class-WC_Coupon.html#E_WC_COUPON_PLEASE_ENTER" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="WC_COUPON_SUCCESS" id="WC_COUPON_SUCCESS">
<td class="attributes"><code>integer</code></td>
<td class="name"><code>
<a href="source-class-WC_Coupon.html#27" title="Go to source code"><b>WC_COUPON_SUCCESS</b></a>
</code></td>
<td class="value"><code><span class="php-num">200</span></code></td>
<td class="description"><div>
<a href="class-WC_Coupon.html#WC_COUPON_SUCCESS" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
</table>
<h2>Properties summary</h2>
<table class="summary table table-bordered table-striped" id="properties">
<tr data-order="code" id="$code">
<td class="attributes"><code>
public
mixed
</code></td>
<td class="name">
<a href="source-class-WC_Coupon.html#29-30" title="Go to source code"><var>$code</var></a>
</td>
<td class="description"><div>
<a href="class-WC_Coupon.html#$code" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Public</h4>
<div class="list">
string Coupon code.<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="id" id="$id">
<td class="attributes"><code>
public
mixed
</code></td>
<td class="name">
<a href="source-class-WC_Coupon.html#32-33" title="Go to source code"><var>$id</var></a>
</td>
<td class="description"><div>
<a href="class-WC_Coupon.html#$id" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Public</h4>
<div class="list">
int Coupon ID.<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="type" id="$type">
<td class="attributes"><code>
public
mixed
</code></td>
<td class="name">
<a href="source-class-WC_Coupon.html#35-36" title="Go to source code"><var>$type</var></a>
</td>
<td class="description"><div>
<a href="class-WC_Coupon.html#$type" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Public</h4>
<div class="list">
string Type of discount.<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="discount_type" id="$discount_type">
<td class="attributes"><code>
public
mixed
</code></td>
<td class="name">
<a href="source-class-WC_Coupon.html#38-39" title="Go to source code"><var>$discount_type</var></a>
</td>
<td class="description"><div>
<a href="class-WC_Coupon.html#$discount_type" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Public</h4>
<div class="list">
string Type of discount (alias).<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="amount" id="$amount">
<td class="attributes"><code>
public
mixed
</code></td>
<td class="name">
<a href="source-class-WC_Coupon.html#41-42" title="Go to source code"><var>$amount</var></a>
</td>
<td class="description"><div>
<a href="class-WC_Coupon.html#$amount" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Public</h4>
<div class="list">
string Coupon amount.<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="individual_use" id="$individual_use">
<td class="attributes"><code>
public
mixed
</code></td>
<td class="name">
<a href="source-class-WC_Coupon.html#44-45" title="Go to source code"><var>$individual_use</var></a>
</td>
<td class="description"><div>
<a href="class-WC_Coupon.html#$individual_use" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Public</h4>
<div class="list">
string "Yes" if for individual use.<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="product_ids" id="$product_ids">
<td class="attributes"><code>
public
mixed
</code></td>
<td class="name">
<a href="source-class-WC_Coupon.html#47-48" title="Go to source code"><var>$product_ids</var></a>
</td>
<td class="description"><div>
<a href="class-WC_Coupon.html#$product_ids" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Public</h4>
<div class="list">
array Array of product IDs.<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="usage_limit" id="$usage_limit">
<td class="attributes"><code>
public
mixed
</code></td>
<td class="name">
<a href="source-class-WC_Coupon.html#50-51" title="Go to source code"><var>$usage_limit</var></a>
</td>
<td class="description"><div>
<a href="class-WC_Coupon.html#$usage_limit" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Public</h4>
<div class="list">
int Coupon usage limit.<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="usage_count" id="$usage_count">
<td class="attributes"><code>
public
mixed
</code></td>
<td class="name">
<a href="source-class-WC_Coupon.html#53-54" title="Go to source code"><var>$usage_count</var></a>
</td>
<td class="description"><div>
<a href="class-WC_Coupon.html#$usage_count" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Public</h4>
<div class="list">
int Coupon usage count.<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="expiry_date" id="$expiry_date">
<td class="attributes"><code>
public
mixed
</code></td>
<td class="name">
<a href="source-class-WC_Coupon.html#56-57" title="Go to source code"><var>$expiry_date</var></a>
</td>
<td class="description"><div>
<a href="class-WC_Coupon.html#$expiry_date" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Public</h4>
<div class="list">
string Expiry date.<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="apply_before_tax" id="$apply_before_tax">
<td class="attributes"><code>
public
mixed
</code></td>
<td class="name">
<a href="source-class-WC_Coupon.html#59-60" title="Go to source code"><var>$apply_before_tax</var></a>
</td>
<td class="description"><div>
<a href="class-WC_Coupon.html#$apply_before_tax" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Public</h4>
<div class="list">
string "yes" if applied before tax.<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="free_shipping" id="$free_shipping">
<td class="attributes"><code>
public
mixed
</code></td>
<td class="name">
<a href="source-class-WC_Coupon.html#62-63" title="Go to source code"><var>$free_shipping</var></a>
</td>
<td class="description"><div>
<a href="class-WC_Coupon.html#$free_shipping" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Public</h4>
<div class="list">
string "yes" if coupon grants free shipping.<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="product_categories" id="$product_categories">
<td class="attributes"><code>
public
mixed
</code></td>
<td class="name">
<a href="source-class-WC_Coupon.html#65-66" title="Go to source code"><var>$product_categories</var></a>
</td>
<td class="description"><div>
<a href="class-WC_Coupon.html#$product_categories" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Public</h4>
<div class="list">
array Array of category ids.<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="exclude_product_categories" id="$exclude_product_categories">
<td class="attributes"><code>
public
mixed
</code></td>
<td class="name">
<a href="source-class-WC_Coupon.html#68-69" title="Go to source code"><var>$exclude_product_categories</var></a>
</td>
<td class="description"><div>
<a href="class-WC_Coupon.html#$exclude_product_categories" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Public</h4>
<div class="list">
array Array of category ids.<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="exclude_sale_items" id="$exclude_sale_items">
<td class="attributes"><code>
public
mixed
</code></td>
<td class="name">
<a href="source-class-WC_Coupon.html#71-72" title="Go to source code"><var>$exclude_sale_items</var></a>
</td>
<td class="description"><div>
<a href="class-WC_Coupon.html#$exclude_sale_items" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Public</h4>
<div class="list">
string "yes" if coupon does NOT apply to items on sale.<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="minimum_amount" id="$minimum_amount">
<td class="attributes"><code>
public
mixed
</code></td>
<td class="name">
<a href="source-class-WC_Coupon.html#74-75" title="Go to source code"><var>$minimum_amount</var></a>
</td>
<td class="description"><div>
<a href="class-WC_Coupon.html#$minimum_amount" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Public</h4>
<div class="list">
string Minimum cart amount.<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="customer_email" id="$customer_email">
<td class="attributes"><code>
public
mixed
</code></td>
<td class="name">
<a href="source-class-WC_Coupon.html#77-78" title="Go to source code"><var>$customer_email</var></a>
</td>
<td class="description"><div>
<a href="class-WC_Coupon.html#$customer_email" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Public</h4>
<div class="list">
string Coupon owner's email.<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="coupon_custom_fields" id="$coupon_custom_fields">
<td class="attributes"><code>
public
mixed
</code></td>
<td class="name">
<a href="source-class-WC_Coupon.html#80-81" title="Go to source code"><var>$coupon_custom_fields</var></a>
</td>
<td class="description"><div>
<a href="class-WC_Coupon.html#$coupon_custom_fields" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Public</h4>
<div class="list">
array Post meta.<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="coupon_amount" id="$coupon_amount">
<td class="attributes"><code>
public
mixed
</code></td>
<td class="name">
<a href="source-class-WC_Coupon.html#83-84" title="Go to source code"><var>$coupon_amount</var></a>
</td>
<td class="description"><div>
<a href="class-WC_Coupon.html#$coupon_amount" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Public</h4>
<div class="list">
string How much the coupon is worth.<br />
</div>
</div>
</div></td>
</tr>
<tr data-order="error_message" id="$error_message">
<td class="attributes"><code>
public
mixed
</code></td>
<td class="name">
<a href="source-class-WC_Coupon.html#86-87" title="Go to source code"><var>$error_message</var></a>
</td>
<td class="description"><div>
<a href="class-WC_Coupon.html#$error_message" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Public</h4>
<div class="list">
string Error message.<br />
</div>
</div>
</div></td>
</tr>
</table>
</div>
</div>
<div id="footer">
WooCommerce API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
</div>
</div>
</body>
</html>
|
ocr_extracted/W29226_text/page14.html | datamade/elpc_bakken |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W29226_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="page13.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 0px; margin-top: 21px;">
<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: 2528px;">
<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: 1338px; margin-top: 0px;">
<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: 212px; margin-top: 212px;">
<p class="styleSans502.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"> <br/> <br/>m Well Type m 9323 DAHLKE 11-25 swo Confidential <br/>SWD SWD 06 <br/>06 <br/>OG <br/>OG <br/>OG <br/>06 06 06 06 CG OG 06 06 06 06 OG 06 06 OG 06 CG CG <br/>13—(‘0 >>> <br/>DRY <br/>'0 21> <br/>06 PNC <br/>06 06 06 </p>
</div>
<div style="position: absolute; margin-left: 1445px; margin-top: 2528px;">
<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: 2295px; margin-top: 0px;">
<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: 1615px; margin-top: 2528px;">
<p class="styleSans1.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
</body>
</html>
|
lib/apache-poi/docs/apidocs/org/apache/poi/util/class-use/BinaryTree.html | nimbleapps/export_to_spreadsheet | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_19) on Fri Oct 29 16:39:57 MSD 2010 -->
<TITLE>
Uses of Class org.apache.poi.util.BinaryTree (POI API Documentation)
</TITLE>
<META NAME="date" CONTENT="2010-10-29">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.poi.util.BinaryTree (POI API Documentation)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/poi/util/BinaryTree.html" title="class in org.apache.poi.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/poi/util/\class-useBinaryTree.html" target="_top"><B>FRAMES</B></A>
<A HREF="BinaryTree.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.poi.util.BinaryTree</B></H2>
</CENTER>
No usage of org.apache.poi.util.BinaryTree
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/poi/util/BinaryTree.html" title="class in org.apache.poi.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/poi/util/\class-useBinaryTree.html" target="_top"><B>FRAMES</B></A>
<A HREF="BinaryTree.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright 2010 The Apache Software Foundation or
its licensors, as applicable.</i>
</BODY>
</HTML>
|
src/browser/root-component/styles.css | carnesen/mathjs-app | .wrapper {
display: flex;
justify-content: center;
}
|
all-data/15000-15999/15765-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">jiā fān zhái luàn</font></td></tr>
<tr><th class="std1"><b>釋義 </b></th><td class="std2">形容家裡亂嘈嘈、不安寧。多指吵架失和。明˙無名氏˙南牢記˙第二折:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>聒聒聒,家翻宅亂不住吵,啾啾啾,鏖妻打婦常常鬧。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>亦作<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>
|
modules/codesnips/client/views/edit-code.client.view.html | TimmyTheGamer/udemyTest | <section data-ng-controller="CodesController" data-ng-init="findOne()">
<div class="page-header">
<h1>edit Code</h1>
</div>
<div class="col-md-12">
<form class="form-horizontal" data-ng-submit="update()" novalidate>
<fieldset>
<div class="form-group">
<label class="control-label" for="description">Description</label>
<div class="controls">
<input type="text" data-ng-model="code.description" id="description" class="form-control" placeholder="Enter the scenario for which this code will be useful" required>
</div>
</div>
<div class="form-group">
<input type="submit" value="Update" class="btn btn-default"></input>
</div>
<div class="form-group">
<label class="control-label" for="code">Code</label>
<div class="controls">
<textarea rows="10" cols="30" data-ng-model="code.code" id="code" class="form-control" placeholder="Enter the code snippet here" required></textarea>
</div>
</div>
<div class="form-group">
<input type="submit" value="Update" class="btn btn-default"></input>
</div>
<div data-ng-show="error" class="text-danger">
<strong data-ng-bind="error"></strong>
</div>
</fieldset>
</form>
</div>
</section> |
docs/api/netstandard2.0/UnityFx.Async.html | Arvtesh/UnityFx.Async | <!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Namespace UnityFx.Async
| Asynchronous Operations for Unity </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace UnityFx.Async
| Asynchronous Operations for Unity ">
<meta name="generator" content="docfx 2.31.0.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">
<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="UnityFx.Async">
<h1 id="UnityFx_Async" data-uid="UnityFx.Async" class="text-break">Namespace UnityFx.Async
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div>
<h3 id="classes">Classes
</h3>
<h4><a class="xref" href="UnityFx.Async.AsyncCompletionSource.html">AsyncCompletionSource</a></h4>
<section><p>Represents an asynchronous operation with external completion control.</p>
</section>
<h4><a class="xref" href="UnityFx.Async.AsyncCompletionSource-1.html">AsyncCompletionSource<TResult></a></h4>
<section><p>Represents an asynchronous operation with external completion control. <a class="xref" href="UnityFx.Async.IAsyncCompletionSource-1.html">IAsyncCompletionSource<TResult></a>.</p>
</section>
<h4><a class="xref" href="UnityFx.Async.AsyncExtensions.html">AsyncExtensions</a></h4>
<section><p>Extension methods for <a class="xref" href="UnityFx.Async.IAsyncOperation.html">IAsyncOperation</a> and related classes.</p>
</section>
<h4><a class="xref" href="UnityFx.Async.AsyncResult.html">AsyncResult</a></h4>
<section><p>A lightweight <code>net35</code>-compatible asynchronous operation (promise) for <code>Unity3d</code>.</p>
</section>
<h4><a class="xref" href="UnityFx.Async.AsyncResult-1.html">AsyncResult<TResult></a></h4>
<section><p>A lightweight net35-compatible asynchronous operation that can return a value.</p>
</section>
<h4><a class="xref" href="UnityFx.Async.AsyncUpdateSource.html">AsyncUpdateSource</a></h4>
<section><p>Implementation of <a class="xref" href="UnityFx.Async.IAsyncUpdateSource.html">IAsyncUpdateSource</a>.</p>
</section>
<h3 id="interfaces">Interfaces
</h3>
<h4><a class="xref" href="UnityFx.Async.IAsyncCancellable.html">IAsyncCancellable</a></h4>
<section><p>A cancellable operation.</p>
</section>
<h4><a class="xref" href="UnityFx.Async.IAsyncCompletionSource.html">IAsyncCompletionSource</a></h4>
<section><p>Represents the producer side of an asynchronous operation unbound to a delegate, providing access to the consumer side through the <a class="xref" href="UnityFx.Async.IAsyncCompletionSource.html#UnityFx_Async_IAsyncCompletionSource_Operation">Operation</a> property.</p>
</section>
<h4><a class="xref" href="UnityFx.Async.IAsyncCompletionSource-1.html">IAsyncCompletionSource<TResult></a></h4>
<section><p>Represents the producer side of a <a class="xref" href="UnityFx.Async.IAsyncOperation-1.html">IAsyncOperation<TResult></a> unbound to a delegate, providing access to the consumer side through the <a class="xref" href="UnityFx.Async.IAsyncCompletionSource-1.html#UnityFx_Async_IAsyncCompletionSource_1_Operation">Operation</a> property.</p>
</section>
<h4><a class="xref" href="UnityFx.Async.IAsyncContinuation.html">IAsyncContinuation</a></h4>
<section><p>A generic non-delegate continuation.</p>
</section>
<h4><a class="xref" href="UnityFx.Async.IAsyncOperation.html">IAsyncOperation</a></h4>
<section><p>Represents the consumer side of an asynchronous operation (promise).</p>
</section>
<h4><a class="xref" href="UnityFx.Async.IAsyncOperation-1.html">IAsyncOperation<TResult></a></h4>
<section><p>Represents the consumer side of an asynchronous operation (promise). Extends <a class="xref" href="UnityFx.Async.IAsyncOperation.html">IAsyncOperation</a>
interface with a result value.</p>
</section>
<h4><a class="xref" href="UnityFx.Async.IAsyncOperationCallbacks.html">IAsyncOperationCallbacks</a></h4>
<section><p>Defines basic callback management tools for <a class="xref" href="UnityFx.Async.IAsyncOperation.html">IAsyncOperation</a>.</p>
</section>
<h4><a class="xref" href="UnityFx.Async.IAsyncUpdatable.html">IAsyncUpdatable</a></h4>
<section><p>Defines an updatable entity.</p>
</section>
<h4><a class="xref" href="UnityFx.Async.IAsyncUpdateSource.html">IAsyncUpdateSource</a></h4>
<section><p>A provider of update notifications.</p>
</section>
<h3 id="enums">Enums
</h3>
<h4><a class="xref" href="UnityFx.Async.AsyncCallbackOptions.html">AsyncCallbackOptions</a></h4>
<section><p>Specifies callback options.</p>
</section>
<h4><a class="xref" href="UnityFx.Async.AsyncContinuationOptions.html">AsyncContinuationOptions</a></h4>
<section><p>Specifies the behavior of an asynchronous operation continuation.</p>
</section>
<h4><a class="xref" href="UnityFx.Async.AsyncCreationOptions.html">AsyncCreationOptions</a></h4>
<section><p>Specifies flags that control optional behavior for the creation and execution of operations.</p>
</section>
<h4><a class="xref" href="UnityFx.Async.AsyncOperationStatus.html">AsyncOperationStatus</a></h4>
<section><p>Enumerates possible status values for <a class="xref" href="UnityFx.Async.IAsyncOperation.html">IAsyncOperation</a>.</p>
</section>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</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>
Copyright (c) 2017-2018 Alexander Bogarsukov
</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>
|
public/Windows 10 x64 (18362.116)/_PEP_WORK_COMPLETE_PERF_STATE.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18362.116)</h4><br>
<h2>_PEP_WORK_COMPLETE_PERF_STATE</h2>
<font face="arial"> +0x000 DeviceHandle : Ptr64 <a href="./POHANDLE__.html">POHANDLE__</a><br>
+0x008 Component : Uint4B<br>
+0x00c Succeeded : UChar<br>
</font></body></html> |
app/dist/html/home.html | ninaCaresForPeace/tester | <top-band><care-carousel></care-carousel></top-band><band><topic-grid></topic-grid></band><footer-section></footer-section> |
css/estilos_solex.css | icespedes/Solex | @import url("reticula.css");
header {
width: 100%;
color: #FFF;
background-color: #000;
box-sizing: border-box;
margin: 0;
padding-bottom: 0px;
border-bottom: 1px solid #EDE225;
font-family: 'Open sans', Impact, sans-serif;
}
ul,li a{
list-style: none;
display: flex;
text-decoration: none;
color: #FFF;
}
.logo_solex {
width: 14em;
height: 3.5em;
float: left;
}
.logo_tableau {
width: 4em;
height: 4em;
}
.logo_twitter{
width: 2.5em;
height: 2em;
}
.tableau_gif_drag
{
float: right;
width: 600px;
height: 400px;
}
.tableau_gif_explore
{
float: left;
width: 600px;
height: 400px;
}
.tableau_gif_databases{
float: right;
width: 500px;
height: 300px;
}
.tableau_gif_tablet {
float: right;
width: 650px;
height: 400px;
}
.tableau_gif_server {
float: left;
width: 600px;
height: 400px;
}
.tableau_img_all_use_data {
float: right;
width: 600px;
height: 500px;
}
.tableau_pixar_img {
float: right;
width: 500px;
height: 300px;
border-radius: 10px;
}
.tableau_founders {
width: 200px;
height: 230px;
border-radius: 10px;
}
.tableau_magic_quadrant {
width: 550px;
height: 500px;
}
.excel_table {
border-radius: 10px;
padding-bottom: 20px;
width: 700px;
height: 300px
}
.inicio_grafico_tableau{
width: 600px;
height: 250px;
}
.tablau_public
{
position: absolute; /* podría ser relative */
left: 0;
right: 0;
border-radius: 5px;
}
.clientes_solex_chile_cuadrado {
width: 3.5em;
height: 3.5em;
background-color: #fff;
opacity: 0.9;
}
.clientes_solex_chile_rectangulo {
width: 6.5em;
height: 3.5em;
background-color: #fff;
opacity: 0.9;
}
.clientes_solex_colombia_cuadrado
{
width: 7em;
height: 3em;
background-color: #fff;
opacity: 0.9;
}
.tableau_marca_final{
width: 700px;
height: 170px;
}
.tableau_demo{
width: 600px;
height: 300px;
float: right;
} |
lib/generate/www/index.html | brianleroux/phonegap-dev | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta name="viewport" content="width=320; user-scalable=no" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>PhoneGap</title>
<link rel="stylesheet" href="master.css" type="text/css" media="screen" title="no title" charset="utf-8">
<script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
<script type="text/javascript" charset="utf-8">
function deviceInfo(){
debug.log("deviceInfo");
document.getElementById("platform").innerHTML = device.platform;
document.getElementById("version").innerHTML = device.version;
document.getElementById("devicename").innerHTML = device.name;
document.getElementById("uuid").innerHTML = device.uuid;
}
function getLocation() {
debug.log("getLocation");
navigator.notification.activityStart();
var suc = function(p){
debug.log(p.coords.latitude + " " + p.coords.longitude);
navigator.notification.alert(p.coords.latitude + " " + p.coords.longitude, "Your GeoLocation", "Thanks");
navigator.notification.activityStop();
};
var fail = function(error){
};
navigator.geolocation.getCurrentPosition(suc,fail);
}
function customAlert(){
navigator.notification.alert("Custom alert", "Custom title", "Yup!");
}
function beep(){
debug.log("beep");
navigator.notification.beep(2);
}
function vibrate(){
debug.log("vibrate");
navigator.notification.vibrate(0);
}
function getContactsPrompt(){
debug.log("getContactsPrompt");
var pageSize = prompt("Page size", 10);
if (pageSize) {
var pageNumber = prompt("Page number", 1);
if (pageNumber) {
var nameFilter = prompt("Name filter", null);
getContacts(parseInt(pageSize), parseInt(pageNumber), nameFilter);
}
}
}
function showLoadingScreen(durationInSeconds){
if (!durationInSeconds) {
durationInSeconds = prompt("Enter the load duration in seconds", 3);
}
if (durationInSeconds) {
options = { 'duration': durationInSeconds };
navigator.notification.loadingStart(options);
} else {
return;
}
}
function getContacts(pageSize, pageNumber, nameFilter){
debug.log("getContacts");
var fail = function(){};
var options = {};
if (pageSize)
options.pageSize = pageSize;
if (pageNumber)
options.pageNumber = pageNumber;
if (nameFilter)
options.nameFilter = nameFilter;
var durationOptions = { minDuration : 2 };
navigator.notification.loadingStart(durationOptions);
navigator.ContactManager.getAllContacts(getContacts_Return, fail, options);
}
function getContacts_Return(contactsArray)
{
var names = "";
for (var i = 0; i < contactsArray.length; i++) {
var con = new Contact();
con.firstName = contactsArray[i].firstName;
con.lastName = contactsArray[i].lastName;
con.phoneNumber = contactsArray[i].phoneNumber;
con.address = contactsArray[i].address;
names += con.displayName();
if (i+1 != contactsArray.length)
names += ",";
}
navigator.notification.loadingStop();
navigator.notification.alert(names, "Contacts Returned", "Dismiss");
}
var __editDisplayFirstContact = false;
function displayFirstContact(allowsEditing)
{
var options = { pageSize : 1, pageNumber: 1 };
__editDisplayFirstContact = allowsEditing;
navigator.ContactManager.getAllContacts(displayFirstContact_Return, null, options);
}
function displayFirstContact_Return(contactsArray)
{
var options = { allowsEditing: __editDisplayFirstContact };
for (var i = 0; i < contactsArray.length; i++) {
navigator.ContactManager.displayContact(contactsArray[i].recordID, null, options);
}
}
function contactsCount(){
debug.log("contactCount");
navigator.ContactManager.contactsCount(showContactsCount);
}
function showContactsCount(count){
alert("Number of contacts: " + count);
}
function addContact(gui){
var sample_contact = { 'firstName': 'John', 'lastName' : 'Smith', 'phoneNumber': '555-5555' };
if (gui) {
navigator.ContactManager.newContact(sample_contact, null, { 'gui': true });
} else {
var firstName = prompt("Enter a first name", sample_contact.firstName);
if (firstName) {
var lastName = prompt("Enter a last name", sample_contact.lastName);
if (lastName) {
var phoneNumber = prompt("Enter a phone number", sample_contact.phoneNumber);
if (phoneNumber) {
sample_contact = { 'firstName': firstName, 'lastName' : lastName, 'phoneNumber' : phoneNumber };
navigator.ContactManager.newContact(sample_contact, chooseContact_Return);
}
}
}
}
}
function chooseContact(allowsEditing)
{
var options = { allowsEditing: allowsEditing };
navigator.ContactManager.chooseContact(chooseContact_Return, options);
}
function chooseContact_Return(contact)
{
if (contact) {
navigator.notification.alert(contact.firstName + " " + contact.lastName, "Contact Returned", "Dismiss");
}
}
function removeContact()
{
navigator.ContactManager.chooseContact(removeContact_Return, null);
}
function removeContact_Return(contact)
{
if (contact) {
navigator.ContactManager.removeContact(contact.recordID, removeContact_Success, null);
}
}
function removeContact_Success(contact)
{
if (contact) {
navigator.notification.alert(contact.firstName + " " + contact.lastName, "Contact Removed", "Dismiss");
}
}
function watchAccel() {
debug.log("watchAccel");
var suc = function(a){
document.getElementById('x').innerHTML = roundNumber(a.x);
document.getElementById('y').innerHTML = roundNumber(a.y);
document.getElementById('z').innerHTML = roundNumber(a.z);
};
var fail = function(){};
var opt = {};
opt.frequency = 100;
timer = navigator.accelerometer.watchAcceleration(suc,fail,opt);
}
function roundNumber(num) {
var dec = 3;
var result = Math.round(num*Math.pow(10,dec))/Math.pow(10,dec);
return result;
}
function getPhoto() {
DebugConsole.prototype.log("Test");
PhoneGap.exec('Image.test');
}
function preventBehavior(e) {
e.preventDefault();
};
PhoneGap.addConstructor(function(){
document.addEventListener("touchmove", preventBehavior, false);
deviceInfo();
document.addEventListener('orientationChanged', function(e) { debug.log("Orientation changed to " + e.orientation); }, false);
});
</script>
</head>
<body id="stage" class="theme">
<!--
<a href="javascript:addContact(true)">New Contact (GUI)</a>
<br />
<a href="javascript:addContact(false)">New Contact (API)</a>
<br />
<a href="javascript:getContacts(1,1)">Get 1st Contact (query)</a>
<br />
<a href="javascript:displayFirstContact(false)">DISPLAY 1st Contact (by recordID)</a>
<br />
<a href="javascript:displayFirstContact(true)">DISPLAY AND EDIT 1st Contact (by recordID)</a>
<br />
<a href="javascript:getContacts(5,1)">Get 1st Page of Contacts, with Page size of 5</a>
<br />
<a href="javascript:getContacts(5,2)">Get 2nd Page of Contacts, with Page size of 5</a>
<br />
<a href="javascript:getContacts(20,1)">Get All Contacts (MAXING TO 20)</a>
<br />
<a href="javascript:getContactsPrompt()">Get All Contacts (PROMPT)</a>
<br />
<a href="javascript:getContacts()">Get ALL Contacts (WARNING: may be huge)</a>
<br />
<a href="javascript:contactsCount()">Contacts Count</a>
<br />
<a href="javascript:chooseContact(true)">Choose Contact to Edit</a>
<br />
<a href="javascript:chooseContact()">Choose Contact</a>
<br />
<a href="javascript:removeContact()">Choose Contact to Remove</a>
<br />
<a href="javascript:showLoadingScreen()">Load start</a>
<br />
-->
<div id="Page1">
<h2>this file is located at iphone/www/index.html</h2>
<div id="info" class="Panel">
<table>
<tr>
<td>
<h4>Platform: <span id="platform"> </span></h4>
</td>
<td>
<h4>Version: <span id="version"> </span></h4>
</td>
</tr>
<tr>
<td colspan="2">
<h4>Device Name: <span id="devicename"> </span></h4>
</td>
</tr>
<tr>
<td colspan="2">
<h4>UUID: <span id="uuid"> </span></h4>
</td>
</tr>
</table>
</div>
<dl id="accel-data">
<dt>X:</dt><dd id="x"> </dd>
<dt>Y:</dt><dd id="y"> </dd>
<dt>Z:</dt><dd id="z"> </dd>
</dl>
<a href="#" class="btn large" onclick="watchAccel();">Watch Accelerometer</a>
<a href="#" class="btn large" onclick="getLocation();">Get Location</a>
<a href="tel:411" class="btn">Call 411</a>
<a href="#" class="btn" onclick="customAlert();">Custom Alert</a>
<a href="#" class="btn" onclick="beep();">Beep</a>
<a href="#" class="btn" onclick="vibrate();">Vibrate</a>
<a href="#" class="btn" onclick="getPhoto()">Picture</a>
</div>
<div id="Page2" style="display: none">
<a href="#" class="btn large" onclick="getContact();">Get Fourth Contact</a>
</div>
</body>
</html>
|
lib/slf4j-1.6.0/site/xref/org/slf4j/migrator/package-frame.html | virtix/mut4j |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<title>SLF4J 1.6.0 Reference Package org.slf4j.migrator</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="style" />
</head>
<body>
<h3>
<a href="package-summary.html" target="classFrame">org.slf4j.migrator</a>
</h3>
<h3>Classes</h3>
<ul>
<li>
<a href="Constant.html" target="classFrame">Constant</a>
</li>
<li>
<a href="ConversionException.html" target="classFrame">ConversionException</a>
</li>
<li>
<a href="FileSelector.html" target="classFrame">FileSelector</a>
</li>
<li>
<a href="InplaceFileConverter.html" target="classFrame">InplaceFileConverter</a>
</li>
<li>
<a href="Main.html" target="classFrame">Main</a>
</li>
<li>
<a href="ProjectConverter.html" target="classFrame">ProjectConverter</a>
</li>
<li>
<a href="RuleSetFactory.html" target="classFrame">RuleSetFactory</a>
</li>
</ul>
</body>
</html> |
clean/Linux-x86_64-4.09.1-2.0.6/released/8.13.1/equations/1.2~beta+8.9.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>equations: 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.1 / equations - 1.2~beta+8.9</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
equations
<small>
1.2~beta+8.9
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-10-23 16:42:14 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-23 16:42:14 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.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
authors: [ "Matthieu Sozeau <matthieu.sozeau@inria.fr>" "Cyprien Mangin <cyprien.mangin@m4x.org>" ]
dev-repo: "git+https://github.com/mattam82/Coq-Equations.git"
maintainer: "matthieu.sozeau@inria.fr"
homepage: "https://mattam82.github.io/Coq-Equations"
bug-reports: "https://github.com/mattam82/Coq-Equations/issues"
license: "LGPL 2.1"
build: [
["coq_makefile" "-f" "_CoqProject" "-o" "Makefile"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Equations"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10"}
]
synopsis: "A function definition package for Coq"
description: """
Equations is a function definition plugin for Coq, that allows the
definition of functions by dependent pattern-matching and well-founded,
mutual or nested structural recursion and compiles them into core
terms. It automatically derives the clauses equations, the graph of the
function and its associated elimination principle."""
flags: light-uninstall
url {
src:
"https://github.com/mattam82/Coq-Equations/archive/v1.2-beta-8.9.tar.gz"
checksum: "md5=6ad92e28066f1c50bc15efc1a79ef896"
}
</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-equations.1.2~beta+8.9 coq.8.13.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.13.1).
The following dependencies couldn't be met:
- coq-equations -> coq < 8.10 -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-equations.1.2~beta+8.9</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.08.1-2.0.5/extra-dev/8.10.dev/fundamental-arithmetics/8.6.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>fundamental-arithmetics: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">8.10.dev / fundamental-arithmetics - 8.6.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
fundamental-arithmetics
<small>
8.6.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2020-07-17 06:06:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-17 06:06:32 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.10.dev Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.08.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.08.1 Official release 4.08.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/fundamental-arithmetics"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/FundamentalArithmetics"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: arithmetic" "keyword: number theory" "category: Mathematics/Arithmetic and Number Theory/Miscellaneous" "date: 2008-02-1" ]
authors: [ "Sébastien Briais <sebastien.briais at ens-lyon.fr> [http://perso.ens-lyon.fr/sebastien.briais/]" ]
bug-reports: "https://github.com/coq-contribs/fundamental-arithmetics/issues"
dev-repo: "git+https://github.com/coq-contribs/fundamental-arithmetics.git"
synopsis: "Fundamental theorems of arithmetic"
description:
"http://perso.ens-lyon.fr/sebastien.briais/tools/Arith_080201.tar.gz"
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/fundamental-arithmetics/archive/v8.6.0.tar.gz"
checksum: "md5=bc916a69028cf2aacdce0c8140a1f7c7"
}
</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-fundamental-arithmetics.8.6.0 coq.8.10.dev</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.10.dev).
The following dependencies couldn't be met:
- coq-fundamental-arithmetics -> coq < 8.7~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-fundamental-arithmetics.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
src/pages/login/login.html | ovac/hs-mobile | <ion-header>
<!-- <hs-header></hs-header> -->
<ion-navbar>
<ion-title>{{ 'LOGIN_TITLE' | translate }}</ion-title>
</ion-navbar>
</ion-header>
<ion-content>
<form>
<ion-list>
<ion-item>
<ion-label fixed>{{ 'EMAIL' | translate }}</ion-label>
<ion-input type="email" [(ngModel)]="account.email" name="email"></ion-input>
</ion-item>
<!--
Want to use a Username instead of an Email? Here you go:
<ion-item>
<ion-label floating>{{ 'USERNAME' | translate }}</ion-label>
<ion-input type="text" [(ngModel)]="account.username"></ion-input>
</ion-item>
-->
<ion-item>
<ion-label fixed>{{ 'PASSWORD' | translate }}</ion-label>
<ion-input type="password" [(ngModel)]="account.password" name="password"></ion-input>
</ion-item>
<div padding>
<button ion-button color="primary" block (click)="doLogin()">{{ 'LOGIN_BUTTON' | translate }}</button>
</div>
</ion-list>
</form>
</ion-content>
|
_includes/js/mathjax.html | johngage/Kibera-projects | <!-- Allow inline math using $ and automatically break long math lines -->
<!-- (mostly) copied from nbconvert configuration -->
<!-- https://github.com/jupyter/nbconvert/blob/master/nbconvert/templates/html/mathjax.tpl -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true,
processEnvironments: true
},
// Center justify equations in code and markdown cells. Elsewhere
// we use CSS to left justify single line equations in code cells.
displayAlign: 'center',
"HTML-CSS": {
styles: {'.MathJax_Display': {"margin": 0}},
linebreaks: { automatic: true },
}
});
</script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS_HTML' async></script>
|
tools/activity/backup/2015-05-16/tickets.html | eshtmc/eshtmc | <!DOCTYPE HTML>
<html>
<head>
<style>
body {
margin: 0px;
padding: 0px;
}
table {
font-family: verdana,arial,sans-serif;
font-size:11px;
color:#333333;
border-width: 1px;
border-color: #666666;
border-collapse: collapse;
}
table th {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #dedede;
}
table td {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #ffffff;
}
</style>
</head>
<body>
<h1>Ticket Selling Status</h1>
<br><br>
<script>
var total=0;
document.writeln("<html><head></head>");
document.write("<body><table border='1'><tr>");
document.write("<th>NAME</th><th>ROW</th><th>SEAT(S)</th><th>PRICE</th>");
document.writeln("</tr>");
function price(row){
if(row==14)
return 30;
else if((row>=11) && (row<=13))
return 50;
else if((row>=8) && (row<=10))
return 80;
else if((row>=5) && (row<=7))
return 100;
else if((row>=1) && (row<=4))
return 120;
}
function six(buyer,row,id1,id2,id3,id4,id5,id6){
var seats=id1+' , '+id2+' , '+id3+' , '+id4+' , '+id5+' , '+id6;
var money=price(row)*6;
total=total+money;
document.writeln("<tr><td>"+buyer+"</td><td>"+row+"</td><td>"+seats+"</td><td>"+money+"</td></tr>");
}
function five(buyer,row,id1,id2,id3,id4,id5){
var seats=id1+' , '+id2+' , '+id3+' , '+id4+' , '+id5;
var money=price(row)*5;
total=total+money;
document.writeln("<tr><td>"+buyer+"</td><td>"+row+"</td><td>"+seats+"</td><td>"+money+"</td></tr>");
}
function four(buyer,row,id1,id2,id3,id4){
var seats=id1+' , '+id2+' , '+id3+' , '+id4;
var money=price(row)*4;
total=total+money;
document.writeln("<tr><td>"+buyer+"</td><td>"+row+"</td><td>"+seats+"</td><td>"+money+"</td></tr>");
}
function three(buyer,row,id1,id2,id3){
var seats=id1+' , '+id2+' , '+id3;
var money=price(row)*3;
total=total+money;
document.writeln("<tr><td>"+buyer+"</td><td>"+row+"</td><td>"+seats+"</td><td>"+money+"</td></tr>");
}
function two(buyer,row,id1,id2){
var seats=id1+' , '+id2;
var money=price(row)*2;
total=total+money;
document.writeln("<tr><td>"+buyer+"</td><td>"+row+"</td><td>"+seats+"</td><td>"+money+"</td></tr>");
}
function one(buyer,row,id){
var money=price(row);
total=total+money;
document.writeln("<tr><td>"+buyer+"</td><td>"+row+"</td><td>"+id+"</td><td>"+money+"</td></tr>");
}
function range(buyer,row,min,max){
var money=price(row)*(max-min+1);
total=total+money;
document.writeln("<tr><td>"+buyer+"</td><td>"+row+"</td><td>"+min+" - "+max+"</td><td>"+money+"</td></tr>")
}
//BEGIN_TICKETS
two('Juhi Satiga',10,17,19);
one('lucy lu',14,6);
one('lucy lu',14,4);
one('lucy lu',14,2);
one('lucy lu',12,3);
one('lucy lu',12,1);
one('xiangxiang-liumeixiang',2,21);
one('kafei-chen_mei',2,19);
one('Jenny',3,19);
six('Yolanda',9,9,11,13,15,17,19);
four('Yolanda',8,13,15,17,19);
three('Aaron',11,13,15,17);
two('Lampard Zhu',9,4,6);
four('Lucy Lu',11,8,9,10,11);
one('Qiuyue Wang',1,19);
two('Yuxin Nie',4,15,17);
two('Sisii Yu',6,13,15);
four('Sheng An',14,3,5,7,9);
one('Taowen Zhang',6,4);
two('Jeff Tan',7,11,13);
one('Seantown',14,22);
one('Sophia',11,6);
one('Grace Liu',3,17);
two('Tinka Yang',8,9,11);
one('Adam',7,9);
one('Dali Pang',7,6);
two('Tuting Shen',4,11,13);
two('Yizhou Shen',9,5,7);
two('Angel Hu',4,14,16);
five('Jeff Tan',7,1,2,3,5,7);
two('Bobo Lu',6,10,12);
two('Bobo Lu',5,10,12);
one('Qiheng Cao',8,7);
two('Alice Huang',11,5,7);
three('Gabby',9,1,2,3);
one('Jackson Hu',6,11);
one('Smaty Shi',8,5);
two('Yingjia Wang',6,7,9);
one('Angel Hu',4,12);
three('Flora',8,4,6,8);
two('Michelle Yu',3,14,16);
two('Monica Diao',8,1,2);
two('Roy Lu',14,21,23);
one('Zhangting Shao',14,1);
one('Yiheng Cao',8,3);
two('Yijun Huang',6,3,5);
one('Xin Feng',7,8);
three('Xin Feng',6,2,6,8);
one('Paul William James',6,1);
two('Yiwen Qian',5,13,15);
two('Cecilia',5,6,8);
one('Yongfang Yan',5,3);
two('Sindy Shen',4,6,8);
one('Winter Song',4,5);
one('Liping Zhou',4,10);
two('Cecilia',4,7,9);
one('Rory Xu',11,2);
two('Benny Zhang',11,1,3);
two('Cecilia',5,9,11);
two('Cecilia',4,2,4);
four('Ating Ge',3,9,11,13,15);
two('Ace',5,2,4);
two('Rachel Lou',4,1,3);
one('Ellie',3,8);
two('Ping Liu',3,4,6);
two('Lucy Lu',3,5,7);
one('Lucy Lu',1,13);
two('Qun Wang',5,1,3);
two('Bobo Lu',5,5,7);
two('Bobo Lu',3,10,12);
range('Bobo Lu',3,1,3);
range('Bobo Lu',2,13,18);
range('Bobo Lu',1,14,18);
range('Alice He',2,1,12);
range('Alice He',1,5,12);
//END_TICKETS
document.writeln("</table>");
document.writeln("<br><br><div><h4>Total: "+total+"</h4></div>");
document.writeln("</body></html>");
</script>
</body>
</html>
|
mobile.html | minpark815/MinhyukPark.com | ---
layout: mobile
---
{% include mobile_landing_tab.html %}
{% include mobile_first_tab.html %}
{% include mobile_second_tab.html %}
{% include mobile_third_tab.html %}
{% include mobile_fourth_tab.html %}
|
node_modules/meanio/node_modules/npm/html/doc/cli/npm-uninstall.html | miguelmota/find-me-burritos | <!doctype html>
<html>
<title>npm-uninstall</title>
<meta http-equiv="content-type" value="text/html;utf-8">
<link rel="stylesheet" type="text/css" href="../../static/style.css">
<link rel="canonical" href="https://www.npmjs.org/doc/cli/npm-uninstall.html">
<script async=true src="../../static/toc.js"></script>
<body>
<div id="wrapper">
<h1><a href="../cli/npm-rm.html">npm-rm</a></h1> <p>Remove a package</p>
<h2 id="synopsis">SYNOPSIS</h2>
<pre><code>npm uninstall <name> [--save|--save-dev|--save-optional]
npm rm (with any of the previous argument usage)
</code></pre><h2 id="description">DESCRIPTION</h2>
<p>This uninstalls a package, completely removing everything npm installed
on its behalf.</p>
<p>Example:</p>
<pre><code>npm uninstall sax
</code></pre><p>In global mode (ie, with <code>-g</code> or <code>--global</code> appended to the command),
it uninstalls the current package context as a global package.</p>
<p><code>npm uninstall</code> takes 3 exclusive, optional flags which save or update
the package version in your main package.json:</p>
<ul>
<li><p><code>--save</code>: Package will be removed from your <code>dependencies</code>.</p>
</li>
<li><p><code>--save-dev</code>: Package will be removed from your <code>devDependencies</code>.</p>
</li>
<li><p><code>--save-optional</code>: Package will be removed from your <code>optionalDependencies</code>.</p>
</li>
</ul>
<p>Examples:</p>
<pre><code>npm uninstall sax --save
npm uninstall node-tap --save-dev
npm uninstall dtrace-provider --save-optional
</code></pre><h2 id="see-also">SEE ALSO</h2>
<ul>
<li><a href="../cli/npm-prune.html">npm-prune(1)</a></li>
<li><a href="../cli/npm-install.html">npm-install(1)</a></li>
<li><a href="../files/npm-folders.html">npm-folders(5)</a></li>
<li><a href="../cli/npm-config.html">npm-config(1)</a></li>
<li><a href="../misc/npm-config.html">npm-config(7)</a></li>
<li><a href="../files/npmrc.html">npmrc(5)</a></li>
</ul>
</div>
<table border=0 cellspacing=0 cellpadding=0 id=npmlogo>
<tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18> </td></tr>
<tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)"> </td><td style="width:40px;height:10px;background:#fff" colspan=4> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4> </td><td style="width:40px;height:10px;background:#fff" colspan=4> </td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)"> </td><td colspan=6 style="width:60px;height:10px;background:#fff"> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4> </td></tr>
<tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2> </td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td></tr>
<tr><td style="width:10px;height:10px;background:#fff" rowspan=2> </td></tr>
<tr><td style="width:10px;height:10px;background:#fff"> </td></tr>
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
</table>
<p id="footer">npm-uninstall — npm@1.4.10</p>
|
2016/05/14/curious hanging npm/index.html | prakal/prakal.github.io |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" >
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Pranav's coding adventures">
<title>NPM just hangs and hogs network connections - Pranav's coding adventures</title>
<meta name="author" content="Pranav">
<meta name="description" content="Why is npm hanging when I run npm install ?
And why isn’t my internet working???
Here’s the fix.">
<meta property="og:type" content="blog">
<meta property="og:title" content="NPM just hangs and hogs network connections">
<meta property="og:url" content="pkpk.tech/2016/05/14/curious hanging npm/index.html">
<meta property="og:site_name" content="Pranav's coding adventures">
<meta property="og:description" content="Why is npm hanging when I run npm install ?
And why isn’t my internet working???
Here’s the fix.">
<meta property="og:updated_time" content="2016-05-16T08:02:40.000Z">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="NPM just hangs and hogs network connections">
<meta name="twitter:description" content="Why is npm hanging when I run npm install ?
And why isn’t my internet working???
Here’s the fix.">
<meta property="og:image" content="pkpk.tech/assets/images/me.jpg"/>
<!--STYLES-->
<link rel="stylesheet" href="/assets/css/font-awesome.css" type="text/css">
<link rel="stylesheet" href="/assets/css/jquery.fancybox.css" type="text/css">
<link rel="stylesheet" href="/assets/css/jquery.fancybox-thumbs.css" type="text/css">
<link rel="stylesheet" href="/assets/css/tranquilpeak.css" type="text/css">
<!--STYLES END-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-63699561-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>
</head>
<body>
<div id="blog">
<!-- Define author's picture -->
<header id="header" data-behavior="3">
<i id="btn-open-sidebar" class="fa fa-lg fa-bars"></i>
<h1 class="header-title">
<a class="header-title-link" href="/ ">Pranav's coding adventures</a>
</h1>
<a class="header-right-picture "
href="/#about">
<img class="header-picture" src="/assets/images/me.jpg"/>
</a>
</header>
<!-- Define author's picture -->
<nav id="sidebar" data-behavior="3">
<div class="sidebar-profile">
<a href="/#about">
<img class="sidebar-profile-picture" src="/assets/images/me.jpg"/>
</a>
<span class="sidebar-profile-name">Pranav</span>
</div>
<ul class="sidebar-buttons">
<li class="sidebar-button">
<a class="sidebar-button-link "
href="/ "
>
<i class="sidebar-button-icon fa fa-lg fa-home"></i>
<span class="sidebar-button-desc">Home</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link "
href="/all-tags"
>
<i class="sidebar-button-icon fa fa-lg fa-tags"></i>
<span class="sidebar-button-desc">Tags</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link "
href="/all-archives"
>
<i class="sidebar-button-icon fa fa-lg fa-archive"></i>
<span class="sidebar-button-desc">Archives</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link "
href="/portfolio"
>
<i class="sidebar-button-icon fa fa-lg fa-rocket"></i>
<span class="sidebar-button-desc">Portfolio</span>
</a>
</li>
</ul>
<ul class="sidebar-buttons">
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://github.com/prakal" target="_blank">
<i class="sidebar-button-icon fa fa-lg fa-github"></i>
<span class="sidebar-button-desc">GitHub</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://www.linkedin.com/in/pranavkalv" target="_blank">
<i class="sidebar-button-icon fa fa-lg fa-linkedin"></i>
<span class="sidebar-button-desc">LinkedIn</span>
</a>
</li>
</ul>
</nav>
<div id="main" data-behavior="3"
class="
hasCoverMetaIn
">
<article class="post" itemscope itemType="http://schema.org/BlogPosting">
<div class="post-header main-content-wrap text-left">
<h1 class="post-title" itemprop="headline">
NPM just hangs and hogs network connections
</h1>
<div class="post-meta">
<time itemprop="datePublished" content="Sat May 14 2016 06:40:12 GMT-0700">
May 14, 2016
</time>
</div>
</div>
<div class="post-content markdown" itemprop="articleBody">
<div class="main-content-wrap">
<p>Why is npm hanging when I run <code> npm install </code>? </p>
<p>And why isn’t my internet working???</p>
<p>Here’s the fix.<br><a id="more"></a><br>For context, I use a MacBook running Yosemite and use the standard Bash shell. </p>
<p>So, one fine day when I wanted to work on submitting a pull request on Github, I did the standard git clone, and npm install, and went to browse a post on Hackernews. I managed to get through the article and then Safari froze. I tried Chrome, but to no avail. It looked like my internet wasn’t working. Ok. This has happened occassionally. I turned WiFi off and on.</p>
<p>Still didn’t work.</p>
<p>Then I realized that my npm process was still running! I stopped it, and my internet was back to normal. I reran npm, and voila, same issue. I ran du -hcs node_modules, and absent mindedly noted that the size of the npm modules was 55M.</p>
<p>So I stopped the npm process, and rm -rf node_modules folder, did npm cache clean, and tried again. Nope. Still didn’t work.</p>
<p>I had to use internet’s favourite search engine to get to the bottom of this. Some resources pointed to running npm install -ddd, which sounds funny, but I tried it. This time I got a large log statement about all the packages installed. I tried running grunt test to see all the tests pass, but I got an error about not being able to find a module. I gutted the node_modules folder again, and followed the above steps. Interestingly now, I got a different error log when I ran grunt test. This involved grunt not being able to find dependencies.</p>
<p>It seemed like I had made some more headway into the process though. But, confusingly enough, the node_modules folder size was now only 21M.</p>
<p>So, I did some more sleuthing in the output log of npm install -ddd, and realized that the process froze at multiple calls fetching the same resource:</p>
<p><code> addRemoteTarball [ ‘<a href="https://registry.npmjs.org/request/-/request-2.72.0.tgz" target="_blank" rel="external">https://registry.npmjs.org/request/-/request-2.72.0.tgz</a>‘ </code></p>
<p>This was quite curious indeed.</p>
<p>Eventually, I stumbled upon the <a href="https://github.com/npm/npm/issues/1229" target="_blank" rel="external">issue in Github detailing this error</a>, and I am happy to report that it worked for me. It might not be the ideal, elegant solution, but it let me carry on with my work… Here’s the fix:</p>
<p><code> npm config set registry <a href="http://registry.npmjs.org" target="_blank" rel="external">http://registry.npmjs.org</a> </code></p>
<p>It turns out that the npm config variable was set to use a <code>https</code> server for registry rather than <code>http</code>. This makes sense, as <code>https</code> is the secure version of <code>http</code>. However, it also introduced an error with my project’s dependencies. This introduces a vulnerability where a malicious player could inject code into a dependency that I was pulling from. This would mean that they would have to control registry.npmjs.org in order to serve me the malicious link. So, I took a risk and made an exception after validating the dependencies I had. So, use this fix at your own risk.</p>
<p>I reset it to <code>https</code> after I was done, to ensure future security, but I will be saving this incident in my memory if ever I bump into this type of freaky issue with npm :)</p>
<p>Hope that helped!</p>
<p>Signing off,<br>Pranav</p>
</div>
</div>
<div id="post-footer" class="post-footer main-content-wrap">
<div class="post-footer-tags">
<span class="text-color-light text-small">TAGGED IN</span><br/>
<a class="tag tag--primary tag--small t-link" href="/tags/Bugs/">Bugs</a>
</div>
<div class="post-actions-wrap">
<nav>
<ul class="post-actions post-action-nav">
<li class="post-action">
<a class="post-action-btn btn btn--disabled">
<i class="fa fa-angle-left"></i>
<span class="hide-xs hide-sm text-small icon-ml">PREVIOUS</span>
</a>
</li>
<li class="post-action">
<a class="post-action-btn btn btn--default tooltip--top" href="/2016/02/25/user-kernel-transitions/" data-tooltip="Why are user-kernel transitions not cheap? (WIP)">
<span class="hide-xs hide-sm text-small icon-mr">NEXT</span>
<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
</nav>
<ul class="post-actions post-action-share">
<li class="post-action hide-lg hide-md hide-sm">
<a class="post-action-btn btn btn--default btn-open-shareoptions" href="#btn-open-shareoptions">
<i class="fa fa-share-alt"></i>
</a>
</li>
<li class="post-action hide-xs">
<a class="post-action-btn btn btn--default" target="new" href="https://plus.google.com/share?url=pkpk.tech/2016/05/14/curious hanging npm/">
<i class="fa fa-google-plus"></i>
</a>
</li>
<li class="post-action hide-xs">
<a class="post-action-btn btn btn--default" target="new" href="https://www.facebook.com/sharer/sharer.php?u=pkpk.tech/2016/05/14/curious hanging npm/">
<i class="fa fa-facebook-official"></i>
</a>
</li>
<li class="post-action hide-xs">
<a class="post-action-btn btn btn--default" target="new" href="https://twitter.com/intent/tweet?text=pkpk.tech/2016/05/14/curious hanging npm/">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="post-action">
<a class="post-action-btn btn btn--default" href="#disqus_thread">
<i class="fa fa-comment-o"></i>
</a>
</li>
<li class="post-action">
<a class="post-action-btn btn btn--default" href="#">
<i class="fa fa-list"></i>
</a>
</li>
</ul>
</div>
<div id="disqus_thread">
<noscript>Please enable JavaScript to view the <a href="//disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
</div>
</article>
<footer id="footer" class="main-content-wrap">
<span class="copyrights">
Copyrights © 2016 Pranav. All Rights Reserved.
</span>
</footer>
</div>
<div id="bottom-bar" class="post-bottom-bar" data-behavior="3">
<div class="post-actions-wrap">
<nav>
<ul class="post-actions post-action-nav">
<li class="post-action">
<a class="post-action-btn btn btn--disabled">
<i class="fa fa-angle-left"></i>
<span class="hide-xs hide-sm text-small icon-ml">PREVIOUS</span>
</a>
</li>
<li class="post-action">
<a class="post-action-btn btn btn--default tooltip--top" href="/2016/02/25/user-kernel-transitions/" data-tooltip="Why are user-kernel transitions not cheap? (WIP)">
<span class="hide-xs hide-sm text-small icon-mr">NEXT</span>
<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
</nav>
<ul class="post-actions post-action-share">
<li class="post-action hide-lg hide-md hide-sm">
<a class="post-action-btn btn btn--default btn-open-shareoptions" href="#btn-open-shareoptions">
<i class="fa fa-share-alt"></i>
</a>
</li>
<li class="post-action hide-xs">
<a class="post-action-btn btn btn--default" target="new" href="https://plus.google.com/share?url=pkpk.tech/2016/05/14/curious hanging npm/">
<i class="fa fa-google-plus"></i>
</a>
</li>
<li class="post-action hide-xs">
<a class="post-action-btn btn btn--default" target="new" href="https://www.facebook.com/sharer/sharer.php?u=pkpk.tech/2016/05/14/curious hanging npm/">
<i class="fa fa-facebook-official"></i>
</a>
</li>
<li class="post-action hide-xs">
<a class="post-action-btn btn btn--default" target="new" href="https://twitter.com/intent/tweet?text=pkpk.tech/2016/05/14/curious hanging npm/">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="post-action">
<a class="post-action-btn btn btn--default" href="#disqus_thread">
<i class="fa fa-comment-o"></i>
</a>
</li>
<li class="post-action">
<a class="post-action-btn btn btn--default" href="#">
<i class="fa fa-list"></i>
</a>
</li>
</ul>
</div>
</div>
<div id="share-options-bar" class="share-options-bar" data-behavior="3">
<ul class="share-options">
<li class="share-option">
<a class="share-option-btn" target="new" href="https://plus.google.com/share?url=pkpk.tech/2016/05/14/curious hanging npm/">
<i class="fa fa-google-plus"></i><span class="">Share on Google Plus</span>
</a>
</li>
<li class="share-option">
<a class="share-option-btn" target="new" href="https://www.facebook.com/sharer/sharer.php?u=pkpk.tech/2016/05/14/curious hanging npm/">
<i class="fa fa-facebook-official"></i><span>Share on Facebook</span>
</a>
</li>
<li class="share-option">
<a class="share-option-btn" target="new" href="https://twitter.com/intent/tweet?text=pkpk.tech/2016/05/14/curious hanging npm/">
<i class="fa fa-twitter"></i><span>Share on Twitter</span>
</a>
</li>
</ul>
</div>
<div id="share-options-mask" class="share-options-mask"></div>
</div>
<div id="about">
<div id="about-card">
<div id="about-btn-close">
<i class="fa fa-remove"></i>
</div>
<img id="about-card-picture" src="/assets/images/me.jpg"/>
<h4 id="about-card-name">Pranav</h4>
<h5 id="about-card-bio"><p>Software Engineer in SF. I enjoy learning about new technologies, and love to organize after hours hand on sessions to teach others. I am also an avid bicyclist, and enjoy biking up to Marin on weekends.</p>
</h5>
<h5 id="about-card-job">
<i class="fa fa-briefcase"></i>
<br/>
<p>Full Stack Engineer at Pariveda Solutions</p>
</h5>
</div>
</div>
<div id="cover" style="background-image:url('/assets/images/cover3-small.jpg');"></div>
</body>
<!--SCRIPTS-->
<script src="/assets/js/jquery.js" type="text/javascript"></script>
<script src="/assets/js/jquery.fancybox.js" type="text/javascript"></script>
<script src="/assets/js/jquery.fancybox-thumbs.js" type="text/javascript"></script>
<script src="/assets/js/tranquilpeak.js" type="text/javascript"></script>
<!--SCRIPTS END-->
<script>
var disqus_config = function () {
this.page.url = 'http://pkpk.tech'+'pkpk.tech/2016/05/14/curious hanging npm/';
this.page.identifier = '2016/05/14/curious hanging npm/';
};
(function() {
var d = document, s = d.createElement('script');
var disqus_shortname = 'pkpk';
s.src = '//' + disqus_shortname + '.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</html>
|
_includes/header.html | yuriyvolkov/yuriyvolkov.github.io | <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" style="background-image: url({{ "images/cover.jpg" | prepend: site.baseurl | prepend: site.url }})">
<div id='particles-js'></div>
<div class'clearfix'></div>
<div class="panel-main">
<div class="panel-main__inner panel-inverted">
<div class="panel-main__content">
<a href="{{ site.baseurl | prepend: site.url }}" title="link to home of {{ site.title }}">
<h1 class="panel-cover__title panel-title">{{ site.title }}</h1>
</a>
<hr class="panel-cover__divider">
<p class="panel-cover__description">{{ site.description }}</p>
<hr class="panel-cover__divider panel-cover__divider--secondary">
<div class="navigation-wrapper">
<nav class="cover-navigation cover-navigation--primary">
<ul class="navigation">
<li class="navigation__item"><a href="{{ site.baseurl | prepend: site.url }}#blog" title="link to {{ site.title }} blog" class="blog-button">Blog</a></li>
</ul>
</nav>
<nav class="cover-navigation navigation--social">
<ul class="navigation">
{% if site.author.twitter_username %}
<!-- Twitter -->
<li class="navigation__item">
<a href="http://twitter.com/{{ site.author.twitter_username }}" title="@{{ site.author.twitter_username }} on Twitter" target="_blank">
<i class="icon icon-social-twitter"></i>
<span class="label">Twitter</span>
</a>
</li>
{% endif %}
{% if site.author.facebook_username %}
<!-- Facebook -->
<li class="navigation__item">
<a href="http://fb.me/{{ site.author.facebook_username }}" title="{{ site.author.facebook_username }} on Facebook" target="_blank">
<i class="icon icon-social-facebook"></i>
<span class="label">Facebook</span>
</a>
</li>
{% endif %}
{% if site.author.linkedin_username %}
<!-- LinkedIn -->
<li class="navigation__item">
<a href="https://www.linkedin.com/in/{{ site.author.linkedin_username }}" title="{{ site.author.linkedin_username }} on LinkedIn" target="_blank">
<i class="icon icon-social-linkedin"></i>
<span class="label">LinkedIn</span>
</a>
</li>
{% endif %}
{% if site.author.github_username %}
<!-- GitHub -->
<li class="navigation__item">
<a href="https://www.github.com/{{ site.author.github_username }}" title="{{ site.author.github_username }} on GitHub" target="_blank">
<i class="icon icon-social-github"></i>
<span class="label">GitHub</span>
</a>
</li>
{% endif %}
{% if site.author.email %}
<!-- Email -->
<li class="navigation__item">
<a href="mailto:{{ site.author.email }}" title="Email {{ site.author.email }}" target="_blank">
<i class="icon icon-mail"></i>
<span class="label">Email</span>
</a>
</li>
{% endif %}
<!-- RSS -->
<li class="navigation__item">
<a href="{{ "feed.xml" | prepend: site.baseurl | prepend: site.url }}" title="Subscribe" target="_blank">
<i class="icon icon-rss"></i>
<span class="label">RSS</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</header>
|
_includes/_navigation.html | akokubo/akokubo.github.io | <div id="navigation" class="sticky">
<nav class="top-bar" role="navigation" data-topbar>
<ul class="title-area">
<li class="name">
<h1 class="show-for-small-only"><a href="{{ site.url }}{{ site.baseurl }}" class="icon-tree"> {{ site.title }}</a></h1>
</li>
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
<li class="toggle-topbar menu-icon"><a href="#"><span>Navigation</span></a></li>
</ul>
<section class="top-bar-section">
{% comment %}
____ _ __ __ _ __ _ __ _
/ __ \(_)___ _/ /_ / /_ / | / /___ __ __(_)___ _____ _/ /_(_)___ ____
/ /_/ / / __ `/ __ \/ __/ / |/ / __ `/ | / / / __ `/ __ `/ __/ / __ \/ __ \
/ _, _/ / /_/ / / / / /_ / /| / /_/ /| |/ / / /_/ / /_/ / /_/ / /_/ / / / /
/_/ |_/_/\__, /_/ /_/\__/ /_/ |_/\__,_/ |___/_/\__, /\__,_/\__/_/\____/_/ /_/
/____/ /____/
{% endcomment %}
<ul class="right">
{% for link in site.data.navigation %}
{% if link.url contains 'http' %}
{% assign domain = '' %}
{% elsif link.url == '#' %}
{% assign domain = '' %}
{% else %}
{% assign domain = site.url %}
{% endif %}
{% comment %} If there are links for right side begin {% endcomment %}
{% if link.side == 'right' %}
{% comment %} If right side WITHOUT dropdown menu do {% endcomment %}
{% if link.dropdown == nil %}
<li class="divider"></li>
<li{% if link.url == page.url %} class="active"{% elsif page.homepage == true and link.url == '/' %} class="active"{% endif %}><a {% if link.class %}class="{{link.class}}"{% endif %} href="{{ domain }}{{ site.baseurl }}{{ link.url }}"{% if link.url contains 'http' %} target="_blank"{% endif %}>{{ link.title | escape }}</a></li>
{% comment %} If right side WITH dropdown menu do {% endcomment %}
{% else %}
<li class="divider"></li>
<li class="has-dropdown{% if link.url == page.url %} active{% endif %}">
<a {% if link.class %}class="{{link.class}}"{% endif %} href="{{ domain }}{{ site.baseurl }}{{ link.url }}"{% if link.url contains 'http' %} target="_blank"{% endif %}>{{ link.title | escape }}</a>
<ul class="dropdown">
{% for dropdown_link in link.dropdown %}
{% if dropdown_link.url contains 'http' %}
{% assign domain = '' %}
{% else %}
{% assign domain = site.url %}
{% endif %}
<li><a {% if dropdown_link.class %}class="{{dropdown_link.class}}"{% endif %} href="{{ domain }}{{ site.baseurl }}{{ dropdown_link.url }}"{% if dropdown_link.url contains 'http' %} target="_blank"{% endif %}>{{ dropdown_link.title | escape }}</a></li>
{% endfor %}
</ul>
</li>
{% endif %}
{% endif %}
{% endfor %}
{% comment %} First loop finished 1 {% endcomment %}
</ul>
{% comment %}
__ ______ _ __ _ __ _
/ / ___ / __/ /_ / | / /___ __ __(_)___ _____ _/ /_(_)___ ____
/ / / _ \/ /_/ __/ / |/ / __ `/ | / / / __ `/ __ `/ __/ / __ \/ __ \
/ /___/ __/ __/ /_ / /| / /_/ /| |/ / / /_/ / /_/ / /_/ / /_/ / / / /
/_____/\___/_/ \__/ /_/ |_/\__,_/ |___/_/\__, /\__,_/\__/_/\____/_/ /_/
/____/
{% endcomment %}
<ul class="left">
{% for link in site.data.navigation %}
{% if link.url contains 'http' %}
{% assign domain = '' %}
{% elsif link.url == '#' %}
{% assign domain = '' %}
{% else %}
{% assign domain = site.url %}
{% endif %}
{% comment %} If there are links for left side begin {% endcomment %}
{% if link.side == 'left' %}
{% comment %} If left side WITHOUT dropdown menu do {% endcomment %}
{% if link.dropdown == nil %}
<li{% if link.url == page.url %} class="active"{% elsif page.homepage == true and link.url == '/' %} class="active"{% endif %}><a {% if link.class %}class="{{link.class}}"{% endif %} href="{{ domain }}{{ site.baseurl }}{{ link.url }}"{% if link.url contains 'http' %} target="_blank"{% endif %}>{{ link.title | escape }}</a></li>
<li class="divider"></li>
{% comment %} If left side WITH dropdown menu do {% endcomment %}
{% else %}
<li class="has-dropdown{% if link.url == page.url %} active{% endif %}">
<a {% if link.class %}class="{{link.class}}"{% endif %} href="{{ domain }}{{ site.baseurl }}{{ link.url }}"{% if link.url contains 'http' %} target="_blank"{% endif %}>{{ link.title | escape }}</a>
<ul class="dropdown">
{% for dropdown_link in link.dropdown %}
{% if dropdown_link.url contains 'http' %}
{% assign domain = '' %}
{% else %}
{% assign domain = site.url %}
{% endif %}
<li><a {% if dropdown_link.class %}class="{{dropdown_link.class}}"{% endif %} href="{{ domain }}{{ site.baseurl }}{{ dropdown_link.url }}"{% if dropdown_link.url contains 'http' %} target="_blank"{% endif %}>{{ dropdown_link.title | escape }}</a></li>
{% endfor %}
</ul>
</li>
<li class="divider"></li>
{% endif %}
{% endif %}
{% endfor %}
{% comment %} Second loop finished {% endcomment %}
</ul>
</section>
</nav>
</div><!-- /#navigation -->
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/60254a1a8dbc62390714d68c9336f75f8206f87a8520a24d167b42e5d7de4725.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="./5e6254191f9e773ececcad6dca2477c5678b0ac858680e93b29ee7c8b1212d3a.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> |
src/app/providers/providers.component.html | angulartics/angulartics2 | <div class="container mb-3">
<div class="row">
<div class="col-12 mb-2">
<h3>Providers</h3>
<p>
Select a provider to see setup instructions. All providers are supported by the Angular
community and their contributions.
</p>
</div>
<div class="col-6 col-md-4 col-lg-3 mb-4" *ngFor="let provider of providers">
<div class="card d-inline-block" style="width: 100%">
<a
[href]="
'https://github.com/angulartics/angulartics2/tree/master/src/lib/providers/' +
provider.name
"
>
<div class="px-5 border-bottom">
<mat-icon [svgIcon]="provider.name"></mat-icon>
</div>
<div class="card-body pt-3 pb-2">
<div class="row">
<div class="col-11 pr-1">
<h6 class="mb-0 text-truncate">{{ provider.display }}</h6>
<small class="text-muted">{{ provider.type }}</small>
</div>
<div class="col-1 pl-0 pr-0">
<span
class="mt-2"
style="width: 12px; height: 12px; display: inline-block; transform: rotate(90deg)"
>
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
width="100%"
height="100%"
viewBox="0 0 16 16"
style="display: block"
>
<g>
<polygon
fill="currentColor"
points="14.3,12.6 8,6.3 1.7,12.6 0.3,11.1 8,3.4 15.7,11.1 "
></polygon>
</g>
</svg>
</span>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
|
templates/boarddocs/gallery.html | leephillips/FOTPweb | {% extends "boarddocs/page.html" %}
{% block title %}Gallery{% endblock %}
{% block pagecontent %}
<h1>Gallery</h1>
<div class = "postcontent" id = "target">
{% for post in p %}
<img src = "{{ post.pic.url }}" />
<br />
<p>{{ post.caption }}</p>
{% endfor %}
</div>
{% endblock %}
|
demo_pages/write.html | lavelee/parrot | <!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>write</title>
</head>
<body>
<main>
<form action="http://www.w3schools.com/html/action_page.php" method="post" enctype="multipart/form-data">
<textarea name="text" rows="25" cols="80" autofocus="autofocus" placeholder="write here"></textarea>
<input type="text" name="tag" placeholder="hash tag">
사용자 이미지 지정:
<input type="file" name="fileUpload">
<button type="submit" name="">저장</button>
</form>
</main>
</body>
</html>
|
test/fixtures/user_search_results_1.html | kmcd/github_search | <html>
Foo
</html> |
week-3/stylesheets/my-berkshire-stylesheet.css | espezua/phase-0 | /*****************
General
*****************/
body {
color: #000080;
background-color: #FFF;
font-family: 'Droid Sans', sans-serif;
}
a {
color: #800080;
}
a:visited {
color: #FF0000;
}
/*****************
Header
******************/
.header {
font-weight: bold;
text-align: center;
border-bottom: 2px solid #d3d3d3;
border-bottom-style: ridge;
}
.header h1 {
font-size: 16px;
margin-bottom: -12px;
}
.main-title {
font-size: 200%;
}
.main-title-sm {
font-size: 80%;
}
.header h2 {
font-size: 15px;
margin-top: 14px;
}
.header h3 {
font-size: 13px;
margin-top: 14px;
margin-bottom: -14px;
}
/******************
Table
*******************/
.update-date {
font-size: 10px;
margin-top: 2px;
}
tr {
margin-top: 1px;
}
table {
width: 90%;
margin-top: 0 auto;
font-size: 14px;
}
.topic-table {
border-bottom: 2px solid #d3d3d3;
border-bottom-style: ridge;
}
/*********************
Geico Info
*********************/
.geico-section {
text-align: center;
font-size: 11px;
border-bottom: 2px solid #d3d3d3;
border-bottom-style: ridge;
padding-bottom: 12px;
}
.geico-section a img {
position: relative;
top: 13px;
}
/*********************
Contact for Comments
*********************/
.contact-info {
border-bottom: 2px solid #d3d3d3;
border-bottom-style: ridge;
font-size: 13px;
padding-bottom: 12px;
}
.contact-info p {
padding-top: 5px;
}
/******************
Footer
******************/
.footer-text {
font-size: 13px;
}
.footer-text span {
font-weight: bold;
}
/*
What is important to know when linking an external file (like a stylesheet) to an HTML file?
To link an external file to an HTML file you need to use the self closing <link> tag in the head.
Inside the tag you should use:
-the href attribute with the value specifying the path to the file, ex. href="path_to_file"
-the type attribute with the value specifying the type of document being linked, ex. type="text/css"
-the rel attribute to show the relationship between the HTML file and the linked file, ex. rel="stylesheet"
What tricks did you use to help you with positioning? How hard was it to get the site as you wanted it?
It took my partner and I a long time to position and style the elements to look like the original site.
We found that working on each section separately from the top of the page to the bottom was helpful.
As we did this we would target the font, margin, border, and other properites to design the page like
the original.
What CSS did you use to modify the element style (like size, color, etc.)?
We used font-size, font-weight, color, background-color, padding, margin, width, text-align, font-family,
position, and top. Depending on the property we used values like pixels, percents, hex codes, and other values.
Also, we used Google Fonts to style the page with a custom font by linking the URL in the head of the HTML file and
using the body element with the font-family property to apply the font throughout the webpage.
Did you modify the HTML to include classes or ids? If so, which did you choose and why?
If you didn't, how would you know which one to add to your HTML?
We used classes to modify the HTML because they can be used multiple times. We wanted to style elements under the same class
and target descendants of those elements. When using ids that option should be used for targeting an element once.
When you compared your site to the actual code base, which do you think had cleaner code that followed best practices and why?
I think our site had the cleaner code because would used semantic elements and classes to style our page.
The base code seemed to be messier and included additional tags that were unnecessary. Also, the base code
use elements like <b> to style the HTML when all of the styling for the page should be in your CSS.
*/ |
www/app/templates/oa/amap.html | lanyu-op/ionic-cordova-case |
<ion-view >
<ion-header-bar align-title="center" class="bar-stable">
<div class="buttons">
<button class="button button-icon button-clear ion-navicon" menu-toggle="left">
</button>
</div>
<h1 class="title">高德地图</h1>
<div class="buttons">
</div>
</ion-header-bar>
<ion-content class="padding" scroll="false" data-tap-disabled="true" >
<div ng-click="gogo()" >高德是中国领先的数字地图内容、导航和位置服务解决方案提供商。</div>
<a href="{{url}}">打开地图。。。。</a>
<button onclick="location='http://www.baidu.com'">9999</button>
<div id="mapContainer" style="height: 444px;width: 400px;"
amap-map >
</div>
<!--
<ion-content class="padding">
<div style="height: 444px;"
amap-map
amap-map-options="object.mapOptions">
</div>
<div amap-map
amap-toolbar="controller.mapToolbarOptions"
amap-toolbars="ruler, direction, location, labels">
</div>
-->
</ion-content>
</ion-view>
|
app/partials/menu.html | walidvb/steph | <nav class='navbar navbar-default' role='navigation'>
<!-- Brand and toggle get grouped for better mobile display -->
<div class='navbar-header'>
<ul class='nav navbar-nav'>
<li ng-repeat='item in menu' spy='{{item.name}}'>
<a ng-class='{active: item.active}' ng-click='scrollTo(item.name, true, $event);' ng-href='{{url(item)}}'>
<span class='glyphicon' ng-class='item.icon'></span>
<span class='menu-title'>{{item.name}}</span>
</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</nav>
|
_includes/header.html | tigefa4u/bootstrap | <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>
{% if page.title == "Bootstrap Indonesia" %}
{{ page.title }}
{% else %}
{{ page.title }} · Bootstrap Indonesia
{% endif %}
</title>
<!-- Bootstrap core CSS -->
<link href="{{ page.base_url }}dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Documentation extras -->
<link href="{{ page.base_url }}docs-assets/css/docs.css" rel="stylesheet">
<link href="{{ page.base_url }}docs-assets/css/pygments-manni.css" rel="stylesheet">
<!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- 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.3.0/respond.min.js"></script>
<![endif]-->
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ page.base_url }}docs-assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="{{ page.base_url }}docs-assets/ico/favicon.png">
<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-29791208-1', 'tigefa.org');
ga('send', 'pageview');
</script>
|
04_HTML/02_HTML-Tables/HTML-Tables/Tables/fruits.html | TsvetanMilanov/TelerikAcademyHW | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<table width="350" cellpadding="0">
<thead>
<tr>
<th colspan="2">
<h2><i>Fresh Fruits</i></h2>
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p>It has long been known that a diet that includes at least a few servings of fresh fruit everyday will help keep you healthy, fit and trim.</p>
</td>
<td>
<img src="http://upload.wikimedia.org/wikipedia/commons/2/2f/Culinary_fruits_front_view.jpg" width="100" height="100" />
</td>
</tr>
</tbody>
</table>
</body>
</html>
|
home/simple/my_recommendations.html | qqliu/kibitz | <!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>Recommender</title>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript" src="js/initiate.js"></script>
<script type="text/javascript" src="js/thrift.js"></script>
<script type="text/javascript" src="js/kibitz_types.js"></script>
<script type="text/javascript" src="js/RecommenderService.js"></script>
<script type="text/javascript" src="js/rating.js"></script>
<script type="text/javascript" src="js/required_functions.js"></script>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="css/rating.css" />
<link rel="stylesheet" type="text/css" href="css/general.css" />
<link rel="stylesheet" type="text/css" href="css/like_dislike.css" />
<link rel="stylesheet" type="text/css" href="css/snippet.css" />
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/logo-nav.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]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><p id = "title" class="navbar-brand" href="#"></p></li>
<li><a href="index.html">All Items</a></li>
<li><a href="my_recommendations.html">My Recommendations</a></li>
<li><a href="my_ratings.html">My Ratings</a></li>
<li id="login_panel"><a class="page_links" href="javascript:show_signup_form();">Log In with Datahub</a></li>
<li id="login_message"></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1>My Recommendations</h1>
<div id = "main_field" class="center-block main">
<table id="listofitems" class="table table-striped list">
</div>
</table>
</div>
</div>
</div>
<!-- /.container -->
<script type="text/javascript" src="js/recommendations.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>
|
country/overview/Brazil/timetables/index.html | okfn/opendataindex-2015 | <!DOCTYPE html><html><head><meta charset="utf-8" />
<meta http-equiv="refresh" content="0;url=/place/brazil/timetables/" />
</head></html> |
index.html | sarbbottam/sheer | <!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Index</title>
<link rel="stylesheet" href="dist/css/ltr.css">
</head>
<body>
<div class="text-sm header">
<input id="toggle-bidi-mode" type="button" class="button link text-sm" value="Toggle bidi mode" >
</div>
<div class="container p-b-40px">
<div class="banner text-xl">
Grid
</div>
<div class="row m-b-10px">
<div class="col col-1-1 box bg-maroon t-a-c l-h-50px">
100% width; irrespective of device width in css pixel
</div>
<div class="col col-1-2 col-sm-1-2 box bg-orange t-a-c l-h-50px">
50% width; scales to 100% for small device
</div>
<div class="col col-1-2 col-sm-1-2 box bg-red t-a-c l-h-50px">
50% width; scales to 100% for small device
</div>
<div class="col col-1-3 col-sm-1-3 col-md-1-3 box bg-aqua t-a-c l-h-50px">
33.33 width; scales to 100% for medium and small device
</div>
<div class="col col-1-3 col-sm-1-3 col-md-1-3 box bg-teal t-a-c l-h-50px">
33.33 width; scales to 100% for medium and small device
</div>
<div class="col col-1-3 col-sm-1-3 col-md-1-3 box bg-blue t-a-c l-h-50px">
33.33 width; scales to 100% for medium and small device
</div>
<div class="col col-1-3 col-sm-1-3 col-md-1-3 box bg-fuchsia t-a-c l-h-50px">
33.33 width; scales to 100% for medium and small device
</div>
<div class="col col-2-3 col-sm-2-3 col-md-2-3 box bg-silver t-a-c l-h-50px">
66.66 width; scales to 100% for medium and small device
</div>
</div>
<div class="banner text-xl">
Button (100% width)
</div>
<div class="row m-b-10px">
<div class="col col-1-3 col-sm-1-3">
<input type="button" value="Primary Button" class="button button-primary w-100">
<input type="button" value="Primary Button disabled" class="button button-primary w-100" disabled>
</div>
<div class="col col-1-3 col-sm-1-3">
<input type="button" value="Secondary Button" class="button button-secondary w-100">
<input type="button" value="Secondary Button disabled" class="button button-secondary w-100" disabled>
</div>
<div class="col col-1-3 col-sm-1-3">
<input type="button" value="Cancel Button" class="button button-cancel w-100">
<input type="button" value="Cancel Button disabled" class="button button-cancel w-100" disabled>
</div>
</div>
<div class="banner text-xl">
Button (Auto width)
</div>
<div class="row m-b-10px">
<div class="col col-1-3 col-sm-1-3">
<input type="button" value="Primary Button" class="button button-primary">
<input type="button" value="Primary Button disabled" class="button button-primary" disabled>
</div>
<div class="col col-1-3 col-sm-1-3">
<input type="button" value="Secondary Button" class="button button-secondary">
<input type="button" value="Secondary Button disabled" class="button button-secondary" disabled>
</div>
<div class="col col-1-3 col-sm-1-3">
<input type="button" value="Cancel Button" class="button button-cancel">
<input type="button" value="Cancel Button disabled" class="button button-cancel" disabled>
</div>
</div>
<div class="row m-b-10px">
<div class="col col-1-1">
<input type="button" value="Button as link" class="button link h-a w-a p-0">
</div>
</div>
<div class="banner text-xl">
Text
</div>
<div class="row m-b-10px">
<div class="col col-1-1">
<div class="text-xl">Extra large text</div>
<div class="text-lg">Large text</div>
<div class="text-md">Medium text</div>
<div class="text-sm">Small text</div>
</div>
</div>
<div class="banner text-xl">
Input field and drop down
</div>
<div class="row m-b-10px">
<div class="col col-1-4 col-sm-1-4">
<input type="text" class="input-field" placeholder="Lorem ipsum">
</div>
<div class="col col-1-4 col-sm-1-4">
<input type="text" class="input-field" placeholder="Lorem ipsum" value="Disabled" disabled>
</div>
<div class="col col-1-4 col-sm-1-4">
<select class="drop-down">
<option>Please choose</option>
<option>Afganistan</option>
</select>
</div>
<div class="col col-1-4 col-sm-1-4">
<select class="drop-down" disabled>
<option>Disabled</option>
<option>Lorem Ipsum</option>
</select>
</div>
</div>
<div class="banner text-xl">
Error messages
</div>
<div class="row m-b-10px">
<div class="col col-1-4 col-sm-1-4">
<div class="error-message">
Lorem ipsum
</div>
</div>
</div>
<div class="banner text-xl">
Equal spaced
</div>
<div class="row m-b-10px">
<div class="col col-1-2 col-sm-1-2">
<div class="equal-spaced">
floxinoxinihilipilification
</div>
</div>
<div class="col col-1-2col-sm-1-2">
<!--
width for the field should be maxlength * width of the font + maxlength + 1 * letter-spacing
in this case it would be
10 * 11 + (10 + 1) * 4 = 154px
-->
<input type="text" class="input-field equal-spaced" placeholder="__________" maxlength="10" style="width:154px">
</div>
</div>
<div class="banner text-xl">
Card & Capsule
</div>
<div class="row m-b-10px">
<div class="col col-1-4 col-sm-1-4">
<div class="card">
floxinoxinihilipilification
</div>
</div>
<div class="col col-1-4 col-sm-1-4 t-a-c">
<div class="capsule bg-aqua">
floxinoxinihilipilification
</div>
</div>
</div>
<div class="banner text-xl">
Modal
</div>
<div class="row m-b-10px">
<div class="col col-1-1">
<input id="show-modal" type="button" value="Show modal" class="button link h-a w-a p-0">
</div>
</div>
</div>
<div class="modal hide">
<div class="modal-content p-a v-a-m">
<div class="modal-header">
<h1 class="text-lg"> Lorem ipsum</h1>
<input id="hide-modal" class="button modal-close-button" type="button" value="X" aria-label="close">
</div>
<div class="modal-body m-t-12px">
Lorem ipsum dolor sit amet, vidit reque et usu, est te enim discere efficiantur. Id mei legere fabellas necessitatibus. Quod dolores maiestatis mea no, consul senserit in pro, omnis facilisi interpretaris quo et. Liber tollit noster quo no.
Vis ferri invidunt no, melius feugiat delicatissimi ea eum. Ius modus perfecto eu, ei malis etiam detraxit vel. Porro dignissim no vix, voluptua consequat ad vis. Eum nostro maiorum ut, mel in dicat debet. Ea brute posse epicurei vis, ne pri graeco integre.
</div>
</div>
</div>
<div class="text-sm p-f footer">
Developed with ♡ and
<a href="https://github.com/sarbbottam/sheer" class="link">Sheer</a>
</div>
<script src="src/js/toggle-bidi-mode.js"></script>
<script src="src/js/modal.js"></script>
</body>
</html>
|
docs/api/module-obiee.BIVariable.html | RittmanMead/insights | <html lang="en">
<head>
<meta charset="utf-8"/>
<title>Insights API</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"/>
<link type="text/css" rel="stylesheet" href="styles/insights-doc.css"/>
<script src="/insights/js/lib/jquery.min.js"> </script>
<link type="text/css" rel="stylesheet" href="/insights/icons/css/font-awesome.min.css"/>
</head>
<body>
<script type="text/javascript">
document.getElementsByTagName("body")[0].style.display = "none";
function loadFunc() {
$(".navbar .search input").keyup(function() {
expandAll();
var val = $(this).val().toLowerCase();
$(".navbar li>a").each(function() {
var link = $(this).text().toLowerCase();
if (link.indexOf(val) >= 0) {
$(this).show();
} else {
$(this).hide();
}
});
});
$("nav h3").click(function(){
$(this).next().animate({ height: "toggle" });
if ($(this).find(".toggleList").hasClass("collapse")) {
$(this).find(".toggleList").removeClass("collapse");
$(this).find(".toggleList").text("+");
} else {
$(this).find(".toggleList").addClass("collapse");
$(this).find(".toggleList").text("-");
}
});
function collapseAll() {
$(".toggleList").text("+").removeClass("collapse").parent().next().animate({height: "hide"});
}
function expandAll() {
$(".toggleList").text("-").addClass("collapse").parent().next().animate({height: "show"});
}
document.getElementsByTagName("body")[0].style.display = "block";
}
window.onload = loadFunc;</script>
<div id="main">
<div class="header-banner">
<h1 class="page-title">Class: BIVariable</h1>
<a class="homeBtn" href="/insights/docs">
<i class="fa fa-home"> </i>
</a>
</div>
<section>
<header>
<h2><span class="ancestors"><a href="module-obiee.html">obiee</a>.</span>BIVariable</h2>
<div class="class-description">
<p>OBIEE variable object. Currently unused as logical SQL is generated using parameter on BIFilter objects specifying
the filter type. May eventually return to using this object for variables though.</p>
</div>
</header>
<article>
<div class="container-overview">
<h2>Constructor</h2>
<hr/>
<h4 class="name" id="BIVariable"><span class="type-signature"/>new BIVariable<span class="signature">(name, type)</span><span class="type-signature"/></h4>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name">
<code>name</code>
</td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last">
<p>Name of the variable</p>
</td>
</tr>
<tr>
<td class="name">
<code>type</code>
</td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last">
<p>Type of the variable. Accepts either <em>Repository</em> or <em>Session</em>.</p>
</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li><a href="obiee.js.html">obiee.js</a>, <a href="obiee.js.html#line3152">line 3152</a></li>
</ul>
</dd>
</dl>
</div>
<h3 class="subsection-title">Members</h3>
<hr/>
<h4 class="name" id="Code"><span class="type-signature"/>Code<span class="type-signature"/></h4>
<div class="description">
<p>OBIEE logical SQL representation for the variable. e.g. <code>VALUEOF(REP_VAR)</code>.</p>
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li><a href="obiee.js.html">obiee.js</a>, <a href="obiee.js.html#line3172">line 3172</a></li>
</ul>
</dd>
</dl>
<hr/>
<h4 class="name" id="Name"><span class="type-signature"/>Name<span class="type-signature"/></h4>
<div class="description">
<p>Variable name as defined in OBIEE.</p>
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li><a href="obiee.js.html">obiee.js</a>, <a href="obiee.js.html#line3154">line 3154</a></li>
</ul>
</dd>
</dl>
<hr/>
<h4 class="name" id="Type"><span class="type-signature"/>Type<span class="type-signature"/></h4>
<div class="description">
<p>Hardcoded type identifier for the object: <code>Variable</code>.</p>
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li><a href="obiee.js.html">obiee.js</a>, <a href="obiee.js.html#line3178">line 3178</a></li>
</ul>
</dd>
</dl>
<hr/>
<h4 class="name" id="Value"><span class="type-signature"/>Value<span class="type-signature"/></h4>
<div class="description">
<p>Value of the variable that can be used in memory once fetched for a session.</p>
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li><a href="obiee.js.html">obiee.js</a>, <a href="obiee.js.html#line3175">line 3175</a></li>
</ul>
</dd>
</dl>
<hr/>
<h4 class="name" id="VarType"><span class="type-signature"/>VarType<span class="type-signature"/></h4>
<div class="description">
<p>Variable type, either <em>Repository</em> or <em>Session</em>.</p>
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source">
<ul class="dummy">
<li><a href="obiee.js.html">obiee.js</a>, <a href="obiee.js.html#line3157">line 3157</a></li>
</ul>
</dd>
</dl>
</article>
</section>
</div>
<nav>
<div class="navbar">
<h2>
<a href="index.html">Home</a>
</h2>
<div class="search">
<span>Search</span>
<input/>
</div>
<h3>Modules<span class="toggleList collapse">-</span></h3>
<ul>
<li>
<a href="module-insights.html">insights</a>
</li>
<li>
<a href="module-InsightsConfig.html">InsightsConfig</a>
</li>
<li>
<a href="module-obiee.html">obiee</a>
</li>
<li>
<a href="module-rmvpp.html">rmvpp</a>
</li>
</ul>
<h3>Classes<span class="toggleList collapse">-</span></h3>
<ul>
<li>
<a href="module-obiee.BIBreadcrumb.html">BIBreadcrumb</a>
</li>
<li>
<a href="module-obiee.BICanvas.html">BICanvas</a>
</li>
<li>
<a href="module-obiee.BIColumn.html">BIColumn</a>
</li>
<li>
<a href="module-obiee.BIColumnSelector.html">BIColumnSelector</a>
</li>
<li>
<a href="module-obiee.BIConditionalFormat.html">BIConditionalFormat</a>
</li>
<li>
<a href="module-obiee.BIDashboardPage.html">BIDashboardPage</a>
</li>
<li>
<a href="module-obiee.BIDrilldown.html">BIDrilldown</a>
</li>
<li>
<a href="module-obiee.BIFilter.html">BIFilter</a>
</li>
<li>
<a href="module-obiee.BIFilterGroup.html">BIFilterGroup</a>
</li>
<li>
<a href="module-obiee.BIInteraction.html">BIInteraction</a>
</li>
<li>
<a href="module-obiee.BIPermission.html">BIPermission</a>
</li>
<li>
<a href="module-obiee.BIPres.html">BIPres</a>
</li>
<li>
<a href="module-obiee.BIPrompt.html">BIPrompt</a>
</li>
<li>
<a href="module-obiee.BIQuery.html">BIQuery</a>
</li>
<li>
<a href="module-obiee.BISort.html">BISort</a>
</li>
<li>
<a href="module-obiee.BITable.html">BITable</a>
</li>
<li>
<a href="module-obiee.BIVariable.html">BIVariable</a>
</li>
<li>
<a href="module-obiee.BIVisual.html">BIVisual</a>
</li>
<li>
<a href="module-obiee.BIVisualSelector.html">BIVisualSelector</a>
</li>
<li>
<a href="module-rmvpp.Chart.html">Chart</a>
</li>
<li>
<a href="module-rmvpp.Legend.html">Legend</a>
</li>
<li>
<a href="module-rmvpp.Tooltip.html">Tooltip</a>
</li>
</ul>
<h3>Members<span class="toggleList collapse">-</span></h3>
<ul>
<li>
<a href="#Code">Code</a>
</li>
<li>
<a href="#Name">Name</a>
</li>
<li>
<a href="#Type">Type</a>
</li>
<li>
<a href="#Value">Value</a>
</li>
<li>
<a href="#VarType">VarType</a>
</li>
</ul>
</div>
</nav>
<br class="clear"/>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>
|
_includes/head.html | Tangxuguo/blog | <!-- meta information -->
<meta charset="utf-8">
<meta name="description" {% if page.title == "Home" %}
content="{{ site.data.brume.description }}" {% else %}
content="{{ page.content | strip_html | strip_newlines | truncate: 120 }}" {% endif %}>
<meta name="author" content="{{ site.data.brume.author }}">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<!-- title -->
<title>{{ page.title }} · {{ site.data.brume.name }}</title>
<!-- icons -->
<link rel="shortcut icon" href="{{site.url}}/public/images/favicon.ico" />
<!-- stylesheets -->
<link rel="stylesheet" href="{{site.url}}/public/css/responsive.gs.12col.css">
<link rel="stylesheet" href="{{site.url}}/public/css/animate.min.css">
<link rel="stylesheet" href="{{site.url}}/public/css/main.css">
<!-- Google fonts -->
{% if site.paginate %}
<!-- font Awesome -->
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
{% endif %}
<!-- feed links -->
<link rel="alternate" href="{{ site.url }}/feed.xml" type="application/rss+xml" title="{{ site.name }}">
<!-- Google Authorship and Publisher Markup -->
<link rel="author" href="https://plus.google.com/102155415257027501910/posts">
<link rel="publisher" href="https://plus.google.com/102155415257027501910/posts">
<!-- Twitter Cards meta tags -->
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="http://dzerviniks.com{{ page.url }}">
<meta name="twitter:title" content="{{ site.data.brume.name }} - {{ page.title }}">
<meta name="twitter:image" content="{{site.url}}/public/images/logo.png">
<meta name="twitter:site" content="@aigarsdz">
{% if page.title != 'Home' %}
<meta property="twitter:description" content="{{ page.content | strip_html | strip_newlines | truncate: 120 }}">
{% else %}
<meta property="twitter:description" content="{{ site.data.brume.description }}">
{% endif %}
<!-- Schema.org meta tags for Google+ -->
<meta itemprop="name" content="{{ site.data.brume.name }}">
<meta itemprop="image" content="{{site.url}}/public/images/logo.png">
{% if page.title != 'Home' %}
<meta itemprop="description" content="{{ page.content | strip_html | strip_newlines | truncate: 120 }}">
{% else %}
<meta itemprop="description" content="{{ site.data.brume.description }}">
{% endif %}
|
gems/gems/facets-2.4.3/doc/rdoc/core/files/lib/core/facets/integer_rb.html | kad3nce/collective | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>File: integer.rb</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
<script language="JavaScript" type="text/javascript">
// <![CDATA[
function toggleSource( id )
{
var elem
var link
if( document.getElementById )
{
elem = document.getElementById( id )
link = document.getElementById( "l_" + id )
}
else if ( document.all )
{
elem = eval( "document.all." + id )
link = eval( "document.all.l_" + id )
}
else
return false;
if( elem.style.display == "block" )
{
elem.style.display = "none"
link.innerHTML = "show source"
}
else
{
elem.style.display = "block"
link.innerHTML = "hide source"
}
}
function openCode( url )
{
window.open( url, "SOURCE_CODE", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=480,width=750" ).focus();
}
// ]]>
</script>
</head>
<body>
<table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'>
<tr><td>
<table width="100%" border='0' cellpadding='0' cellspacing='0'><tr>
<td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />integer.rb</td>
<td align="right">
<table border='0' cellspacing="0" cellpadding="2">
<tr>
<td>Path:</td>
<td>lib/core/facets/integer.rb
</td>
</tr>
<tr>
<td>Modified:</td>
<td>Sun Aug 10 08:48:37 -0400 2008</td>
</tr>
</table>
</td></tr>
</table>
</td></tr>
</table><br />
<!-- banner header -->
<div id="bodyContent">
<div id="content">
<div class="sectiontitle">Required Files</div>
<ul>
<li>facets/integer/multiple</li>
<li>facets/integer/factorial</li>
<li>facets/integer/of</li>
<li>facets/integer/ordinal</li>
<li>facets/integer/even</li>
<li>facets/integer/odd</li>
</ul>
</div>
</div>
</body>
</html> |
clean/Linux-x86_64-4.05.0-2.0.1/released/8.8.2/traversable-fincontainer/8.8.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>traversable-fincontainer: 15 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.2 / traversable-fincontainer - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
traversable-fincontainer
<small>
8.8.0
<span class="label label-success">15 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-10-08 18:05:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-08 18:05:21 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.8.2 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/traversable-fincontainer"
license: "ASL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/TraversableFincontainer"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [
"keyword: finitary container"
"keyword: traversable functors"
"category: Computer Science/Data Types and Data Structures"
]
authors: [ "Russell O'Connor <oconnorr@google.com>" ]
bug-reports: "https://github.com/coq-contribs/traversable-fincontainer/issues"
dev-repo: "git+https://github.com/coq-contribs/traversable-fincontainer.git"
synopsis: "Traversable Functors are Finitary Containers"
description: """
https://github.com/oconnorr/traversable-fincontainer
A Coq proof that all Traversable functors are isomorphic to finitary containers."""
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/traversable-fincontainer/archive/v8.8.0.tar.gz"
checksum: "md5=b5ceb3f3705e9e9c94c3c414691733c7"
}
</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-traversable-fincontainer.8.8.0 coq.8.8.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-traversable-fincontainer.8.8.0 coq.8.8.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>8 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-traversable-fincontainer.8.8.0 coq.8.8.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>15 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 594 K</p>
<ul>
<li>292 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/TraversableFincontainer/decompose_traversal.glob</code></li>
<li>259 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/TraversableFincontainer/decompose_traversal.vo</code></li>
<li>43 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/TraversableFincontainer/decompose_traversal.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-traversable-fincontainer.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
projects/caravan.html | grantziolkowski/grantziolkowski.github.io | <!DOCTYPE html>
<head>
<title>Caravan App</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<link href='http://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'>
<link type="text/css" rel="stylesheet" href="../stylesheets/default.css">
</head>
<a href="http://caravan1.herokuapp.com/"><img class="sample" src="../imgs/caravan.png"></a>
|
index.html | dipcore/smart-tv-keyboard | <!DOCTYPE html>
<html>
<head>
<title>smartTvKeyboard | Virtual Keyboard for Smart TVs</title>
<link rel="stylesheet" href="./demo/assets/normalize.css">
</head>
<body>
<h1>smartTvKeyboard</h1>
<p>Virtual Keyboard for Smart TVs</p>
<p>Check out the <a href="http://dipcore.github.io/smart-tv-keyboard/">project homepage</a>.</p>
<p>Check out the <a href="https://github.com/dipcore/smartTvKeyboard">source code on GitHub</a>.</p>
</body>
</html>
|
clean/Linux-x86_64-4.04.2-2.0.5/released/8.8.1/paramcoq/1.1.2+coq8.12.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.8.1 / paramcoq - 1.1.2+coq8.12</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.2+coq8.12
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-18 16:46:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-18 16:46:16 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.8.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
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"]
depends: [
"coq" {>= "8.12" & < "8.13~"}
"ocaml"
"ocamlfind" {build}
]
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"
]
synopsis: "Plugin for generating parametricity statements to perform refinement proofs"
description: """
The plugin is still in an experimental state. It is not very user
friendly (lack of good error messages) and still contains bugs. But is
useable enough to "translate" a large chunk of standard library."""
url {
src: "https://github.com/coq-community/paramcoq/archive/v1.1.2+coq8.12.tar.gz"
checksum: "sha256=beec196a00bc7a25b892349070d6371511f817623cdeb379f7cf827d0f823c4f"
}
</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.2+coq8.12 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-paramcoq -> coq >= 8.12 -> 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-paramcoq.1.1.2+coq8.12</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.13.1-2.0.10/released/8.13.2/cours-de-coq/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>cours-de-coq: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.2 / cours-de-coq - 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>
cours-de-coq
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-23 23:46:31 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-23 23:46:31 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.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.13.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.13.1 Official release 4.13.1
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
ocamlfind 1.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/cours-de-coq"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/CoursDeCoq"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [
"category: Miscellaneous/Coq Use Examples"
]
authors: [ "Frédéric Prost" "Gilles Kahn" ]
bug-reports: "https://github.com/coq-contribs/cours-de-coq/issues"
dev-repo: "git+https://github.com/coq-contribs/cours-de-coq.git"
synopsis: "Various examples of Coq proofs"
description: "Various simple examples of Coq proofs"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/cours-de-coq/archive/v8.7.0.tar.gz"
checksum: "md5=69da8a3339743c62a0e326dbf2e15c1a"
}
</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-cours-de-coq.8.7.0 coq.8.13.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.13.2).
The following dependencies couldn't be met:
- coq-cours-de-coq -> 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-cours-de-coq.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>
|
zh/jmessage/client/im_android_api_docs/cn/jpush/im/android/api/model/GroupBasicInfo.html | xiongtiancheng/jpush-docs | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_171) on Wed Dec 26 11:24:37 CST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GroupBasicInfo (android API)</title>
<meta name="date" content="2018-12-26">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="GroupBasicInfo (android API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9,"i2":10,"i3":10,"i4":42,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":9,"i11":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-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="../../../../../../cn/jpush/im/android/api/model/GroupAnnouncement.html" title="class in cn.jpush.im.android.api.model"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.Type.html" title="enum in cn.jpush.im.android.api.model"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?cn/jpush/im/android/api/model/GroupBasicInfo.html" target="_top">Frames</a></li>
<li><a href="GroupBasicInfo.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested.class.summary">Nested</a> | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">cn.jpush.im.android.api.model</div>
<h2 title="Class GroupBasicInfo" class="title">Class GroupBasicInfo</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>cn.jpush.im.android.api.model.GroupBasicInfo</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../../../cn/jpush/im/android/api/model/GroupInfo.html" title="class in cn.jpush.im.android.api.model">GroupInfo</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">GroupBasicInfo</span>
extends java.lang.Object</pre>
<div class="block">群基本信息,只包括groupId,groupName,groupDescription, flag, level, maxMemberCount,avatarMediaID等基本信息。
如果想获取详细信息使用<a href="../../../../../../cn/jpush/im/android/api/JMessageClient.html#getGroupInfo-long-cn.jpush.im.android.api.callback.GetGroupInfoCallback-"><code>JMessageClient.getGroupInfo(long, GetGroupInfoCallback)</code></a>或者<a href="../../../../../../cn/jpush/im/android/api/model/Conversation.html#getTargetInfo--"><code>Conversation.getTargetInfo()</code></a>获取<a href="../../../../../../cn/jpush/im/android/api/model/GroupInfo.html" title="class in cn.jpush.im.android.api.model"><code>GroupInfo</code></a></div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.4.1</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.Type.html" title="enum in cn.jpush.im.android.api.model">GroupBasicInfo.Type</a></span></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html#GroupBasicInfo--">GroupBasicInfo</a></span>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html" title="class in cn.jpush.im.android.api.model">GroupBasicInfo</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html#fromJson-java.lang.String-">fromJson</a></span>(java.lang.String jsonString)</code>
<div class="block">从Json字符串转换成GroupBasicInfo对象,转换失败返回null</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static java.util.Collection<<a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html" title="class in cn.jpush.im.android.api.model">GroupBasicInfo</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html#fromJsonToGroupBasicCollection-java.lang.String-">fromJsonToGroupBasicCollection</a></span>(java.lang.String jsonString)</code>
<div class="block">从Json字符串转换成Collection<GroupBasicInfo>对象,方便GroupBasicInfo的集合类的转换,转换失败返回null</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html#getAvatar--">getAvatar</a></span>()</code>
<div class="block">获取群头像的mediaID</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html#getGroupDescription--">getGroupDescription</a></span>()</code>
<div class="block">获取群组描述信息</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html#getGroupFlag--">getGroupFlag</a></span>()</code>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">deprecated in 2.4.0,use<a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html#getGroupType--"><code>getGroupType()</code></a>获取群组类型</span></div>
</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html#getGroupID--">getGroupID</a></span>()</code>
<div class="block">获取群组id</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html#getGroupLevel--">getGroupLevel</a></span>()</code>
<div class="block">内部使用,开发者无需关心</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html#getGroupName--">getGroupName</a></span>()</code>
<div class="block">获取群组名称</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.Type.html" title="enum in cn.jpush.im.android.api.model">GroupBasicInfo.Type</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html#getGroupType--">getGroupType</a></span>()</code>
<div class="block">获取群组类型 返回一个Type的枚举类型
<a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.Type.html#private_group"><code>GroupBasicInfo.Type.private_group</code></a>代表私有群组(定义参考<a href="../../../../../../cn/jpush/im/android/api/JMessageClient.html#createGroup-java.lang.String-java.lang.String-cn.jpush.im.android.api.callback.CreateGroupCallback-"><code>JMessageClient.createGroup(String, String, CreateGroupCallback)</code></a>)
<a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.Type.html#public_group"><code>GroupBasicInfo.Type.public_group</code></a>代表公开群组(定义参考<a href="../../../../../../cn/jpush/im/android/api/JMessageClient.html#createPublicGroup-java.lang.String-java.lang.String-cn.jpush.im.android.api.callback.CreateGroupCallback-"><code>JMessageClient.createPublicGroup(String, String, CreateGroupCallback)</code></a>)
<a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.Type.html#unknown"><code>GroupBasicInfo.Type.unknown</code></a>代表未知类型</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html#getMaxMemberCount--">getMaxMemberCount</a></span>()</code>
<div class="block">获取群成员数的最大上限</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html#groupBasicCollectionToJson-java.util.Collection-">groupBasicCollectionToJson</a></span>(java.util.Collection<<a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html" title="class in cn.jpush.im.android.api.model">GroupBasicInfo</a>> groupBasicInfos)</code>
<div class="block">将GroupBasicInfo对象的集合类转换为Json字符串,使用<a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html#fromJsonToGroupBasicCollection-java.lang.String-"><code>fromJsonToGroupBasicCollection(String)</code></a>转换回来</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html#toJson--">toJson</a></span>()</code>
<div class="block">将对象转换为Json字符串, 使用<a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html#fromJson-java.lang.String-"><code>fromJson(String)</code></a>转换回来</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="GroupBasicInfo--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>GroupBasicInfo</h4>
<pre>public GroupBasicInfo()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getGroupID--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGroupID</h4>
<pre>public long getGroupID()</pre>
<div class="block">获取群组id</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a name="getGroupName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGroupName</h4>
<pre>public java.lang.String getGroupName()</pre>
<div class="block">获取群组名称</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a name="getGroupDescription--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGroupDescription</h4>
<pre>public java.lang.String getGroupDescription()</pre>
<div class="block">获取群组描述信息</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a name="getGroupLevel--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGroupLevel</h4>
<pre>public int getGroupLevel()</pre>
<div class="block">内部使用,开发者无需关心</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a name="getGroupFlag--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGroupFlag</h4>
<pre>public int getGroupFlag()</pre>
<div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">deprecated in 2.4.0,use<a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html#getGroupType--"><code>getGroupType()</code></a>获取群组类型</span></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
</dl>
</li>
</ul>
<a name="getGroupType--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGroupType</h4>
<pre>public <a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.Type.html" title="enum in cn.jpush.im.android.api.model">GroupBasicInfo.Type</a> getGroupType()</pre>
<div class="block">获取群组类型 返回一个Type的枚举类型
<a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.Type.html#private_group"><code>GroupBasicInfo.Type.private_group</code></a>代表私有群组(定义参考<a href="../../../../../../cn/jpush/im/android/api/JMessageClient.html#createGroup-java.lang.String-java.lang.String-cn.jpush.im.android.api.callback.CreateGroupCallback-"><code>JMessageClient.createGroup(String, String, CreateGroupCallback)</code></a>)
<a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.Type.html#public_group"><code>GroupBasicInfo.Type.public_group</code></a>代表公开群组(定义参考<a href="../../../../../../cn/jpush/im/android/api/JMessageClient.html#createPublicGroup-java.lang.String-java.lang.String-cn.jpush.im.android.api.callback.CreateGroupCallback-"><code>JMessageClient.createPublicGroup(String, String, CreateGroupCallback)</code></a>)
<a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.Type.html#unknown"><code>GroupBasicInfo.Type.unknown</code></a>代表未知类型</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Type的枚举类型</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.4.0</dd>
</dl>
</li>
</ul>
<a name="getAvatar--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAvatar</h4>
<pre>public java.lang.String getAvatar()</pre>
<div class="block">获取群头像的mediaID</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>用户头像的mediaID,若未设置头像则返回null</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.3.0</dd>
</dl>
</li>
</ul>
<a name="getMaxMemberCount--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxMemberCount</h4>
<pre>public int getMaxMemberCount()</pre>
<div class="block">获取群成员数的最大上限</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>群成员数上限</dd>
</dl>
</li>
</ul>
<a name="toJson--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toJson</h4>
<pre>public java.lang.String toJson()</pre>
<div class="block">将对象转换为Json字符串, 使用<a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html#fromJson-java.lang.String-"><code>fromJson(String)</code></a>转换回来</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>json格式的String</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.6.1</dd>
</dl>
</li>
</ul>
<a name="groupBasicCollectionToJson-java.util.Collection-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>groupBasicCollectionToJson</h4>
<pre>public static java.lang.String groupBasicCollectionToJson(java.util.Collection<<a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html" title="class in cn.jpush.im.android.api.model">GroupBasicInfo</a>> groupBasicInfos)</pre>
<div class="block">将GroupBasicInfo对象的集合类转换为Json字符串,使用<a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html#fromJsonToGroupBasicCollection-java.lang.String-"><code>fromJsonToGroupBasicCollection(String)</code></a>转换回来</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>groupBasicInfos</code> - </dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>json格式的String</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.6.1</dd>
</dl>
</li>
</ul>
<a name="fromJson-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fromJson</h4>
<pre>public static <a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html" title="class in cn.jpush.im.android.api.model">GroupBasicInfo</a> fromJson(java.lang.String jsonString)</pre>
<div class="block">从Json字符串转换成GroupBasicInfo对象,转换失败返回null</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>jsonString</code> - </dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>GroupBasicInfo</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.6.0</dd>
</dl>
</li>
</ul>
<a name="fromJsonToGroupBasicCollection-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>fromJsonToGroupBasicCollection</h4>
<pre>public static java.util.Collection<<a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.html" title="class in cn.jpush.im.android.api.model">GroupBasicInfo</a>> fromJsonToGroupBasicCollection(java.lang.String jsonString)</pre>
<div class="block">从Json字符串转换成Collection<GroupBasicInfo>对象,方便GroupBasicInfo的集合类的转换,转换失败返回null</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>jsonString</code> - </dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Collection<GroupBasicInfo>,失败返回null</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.6.0</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>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-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="../../../../../../cn/jpush/im/android/api/model/GroupAnnouncement.html" title="class in cn.jpush.im.android.api.model"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../cn/jpush/im/android/api/model/GroupBasicInfo.Type.html" title="enum in cn.jpush.im.android.api.model"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?cn/jpush/im/android/api/model/GroupBasicInfo.html" target="_top">Frames</a></li>
<li><a href="GroupBasicInfo.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested.class.summary">Nested</a> | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
public/style.css | thisisrai/Init-3-Hello-Web-Servers | .container {
position: relative;
padding: 0 0 0 55px;
overflow: auto;
}
#sidebar {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 290px;
height: 640px;
background: #999;
}
#new-file-button {
float: left;
margin-top: 10px;
}
#header {
position: relative;
border: 1px solid #000;
width: 80%;
height: 25px;
margin: 0 0 5px 0;
float: right;
}
#content {
border: 1px solid #000;
width: 80%;
height: 600px;
margin: 5px 0 5px 0;
float: right;
}
#editor {
position: relative;
border: 1px solid #000;
width:49.55%;
height: 600px;
float:left;
}
#markdown-header {
position: absolute;
border: 1px solid #000;
width: 100%;
height: 40px;
}
#text-input-box {
padding:0px;
width:100%;
height:100%;
margin: 30px 30px 10px 15px;
}
#preview {
position: relative;
width:49.55%;
border: 1px solid #000;
height: 600px;
float:left;
}
#preview-header {
position: absoulte;
border: 1px solid #000;
width: 100%;
height: 40px;
}
#preview-render-box {
padding:0px;
width:99%;
height:524px;
margin: 30px 0 0;
border: 1px solid #000;
}
button {
float: right;
}
ul {
margin-top: 40px;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.