path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
src/app/components/comp-4640/comp-4640.component.html
angular/angular-cli-stress-test
<p> comp-4640 works! </p>
_includes/header.html
franciszhao/franciszhao.github.io
<header> <a id="go-back-home" href="{{ site.baseurl }}/"><img src="{{ site.baseurl }}/images/favicon.png" alt="Home" width="59" height="59"></a> <p>{{ site.title }}</p> <p>{{ site.description }}</p> </header>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/526a0d8510a218335862a0ce7089b011c8ec8315ea40954915449a762dc64b00.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="./397c7e73d4de69be6d80655b7a4f7a4c783706973f285f307e2648efe5309672.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>
resource/docs/jsUnit/basic.html
shehuaqigai/JSBOOK
<p> 一、前言:   作为程序开发,单元测试有时候是必要的,相信大多数做过开发的都听说过测试驱动开发(TDD),而TDD的基本思路就是通过测试来推动整个开发的进行,先写测试后写业务代码;既然是单元测试,肯定有运行测试的程序(或者说框架)才可以,对于后端开发领域,以Java开发为例,我们有著名的JUnit;CPP的的有cppUnit;C#的有NUnit;但是在前端开发领域,我们却很少听得有啥单元测试框架,以我目前的公司为例,基本流程就是:后端开发API(RESTful也好、WebService也好)/美工把页面设计并且切片好=>前端用这些页面,然后写js;或者说前后端开发并行一点,在界面没有出来之前,也可以一边开发者后台的API、一边前台调用,最后测试、测试、测试,前端忙忙忙、测试工程师也忙忙忙,这样的测试的方式就是所谓的黑盒测试;可能的情况就是前端开发不严谨,那么遗留到测试的bug就越来越多,或者有些不是很负责人的开发人员压根就懒得做代码的review,可想而知道,开发效率就这样子悲剧的降慢了,此外,还有浏览器兼容性测试,在多个浏览器之间测试前端程序,效率也*n倍的下降; 备注:关于测试驱动开发http://www.ibm.com/developerworks/cn/linux/l-tdd/ 二、我们需要单元测试了   话说白盒测试:白盒测试也称结构测试或逻辑驱动测试,它是按照程序内部的结构测试程序,通过测试来检测产品内部动作是否按照设计规格说明书的规定正常进行,检验程序中的每条通路是否都能按预定要求正确工作。也就是说事先程序内部逻辑你是知道的,但后写代码去调用模块、方法;   显然这样子要花费一定量的工作量去写方法,而我们还想很显眼的测试我们的方法是否可用,也就是所谓的可视化显示结果,而框架很好帮助我们做到了这些; </p>
css/master.css
marionrobin/marionrobin.github.io
@import url("reset.css"); /* Reset browser styles */ /* ------------------------------------------------------------------------------------------- */ @import url("../fonts/font-face.css"); /* Fonts */ /* ------------------------------------------------------------------------------------------- */ @import url("styles.css"); /* Large screen + All screens */ /* ------------------------------------------------------------------------------------------- */ @import url("../arctext.js"); /* Large screen + All screens */ /* ------------------------------------------------------------------------------------------- */ @import url("responsive-smartphone.css"); /*iMac27pouces */ @import url("../js/pushmenu.js"); /*menu*/
c0db8df/html/classv8_1_1DefaultPersistentValueVectorTraits-members.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v4.4.0: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v4.4.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1DefaultPersistentValueVectorTraits.html">DefaultPersistentValueVectorTraits</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::DefaultPersistentValueVectorTraits Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1DefaultPersistentValueVectorTraits.html">v8::DefaultPersistentValueVectorTraits</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Append</b>(Impl *impl, PersistentContainerValue value) (defined in <a class="el" href="classv8_1_1DefaultPersistentValueVectorTraits.html">v8::DefaultPersistentValueVectorTraits</a>)</td><td class="entry"><a class="el" href="classv8_1_1DefaultPersistentValueVectorTraits.html">v8::DefaultPersistentValueVectorTraits</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Clear</b>(Impl *impl) (defined in <a class="el" href="classv8_1_1DefaultPersistentValueVectorTraits.html">v8::DefaultPersistentValueVectorTraits</a>)</td><td class="entry"><a class="el" href="classv8_1_1DefaultPersistentValueVectorTraits.html">v8::DefaultPersistentValueVectorTraits</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Get</b>(const Impl *impl, size_t i) (defined in <a class="el" href="classv8_1_1DefaultPersistentValueVectorTraits.html">v8::DefaultPersistentValueVectorTraits</a>)</td><td class="entry"><a class="el" href="classv8_1_1DefaultPersistentValueVectorTraits.html">v8::DefaultPersistentValueVectorTraits</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Impl</b> typedef (defined in <a class="el" href="classv8_1_1DefaultPersistentValueVectorTraits.html">v8::DefaultPersistentValueVectorTraits</a>)</td><td class="entry"><a class="el" href="classv8_1_1DefaultPersistentValueVectorTraits.html">v8::DefaultPersistentValueVectorTraits</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>IsEmpty</b>(const Impl *impl) (defined in <a class="el" href="classv8_1_1DefaultPersistentValueVectorTraits.html">v8::DefaultPersistentValueVectorTraits</a>)</td><td class="entry"><a class="el" href="classv8_1_1DefaultPersistentValueVectorTraits.html">v8::DefaultPersistentValueVectorTraits</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ReserveCapacity</b>(Impl *impl, size_t capacity) (defined in <a class="el" href="classv8_1_1DefaultPersistentValueVectorTraits.html">v8::DefaultPersistentValueVectorTraits</a>)</td><td class="entry"><a class="el" href="classv8_1_1DefaultPersistentValueVectorTraits.html">v8::DefaultPersistentValueVectorTraits</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Size</b>(const Impl *impl) (defined in <a class="el" href="classv8_1_1DefaultPersistentValueVectorTraits.html">v8::DefaultPersistentValueVectorTraits</a>)</td><td class="entry"><a class="el" href="classv8_1_1DefaultPersistentValueVectorTraits.html">v8::DefaultPersistentValueVectorTraits</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/f22f54142eeecb6c1e0de96333ba6fbe9499b1144da23f8a95ecd13a2f75cbc6.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="./cc92b608e574d1dc8219e52b3e9bc8cbf06661a688fd711792971ab9e1a3b6c0.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>
_pages/schedule-presentation-56.html
djangocon/2015.djangocon.us
--- permalink: /schedule/presentation/56/ title: 'Presentation: Django Authors Panel | DjangoCon in Austin, TX' --- <!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"/> <title>Presentation: Django Authors Panel | DjangoCon in Austin, TX</title> <meta content="width=device-width, initial-scale=1.0" name="viewport"/> <meta content="DjangoCon US 2015 in Austin, TX" property="og:title"> <meta content="website" property="og:type"> <meta content="https://2015.djangocon.us/" property="og:url"/> <meta content="DjangoCon US 2015" property="og:site_name"/> <meta content="A six-day not-for-profit by-the-community and for-the-community international conference for the Django web framework. " property="og:description"/> <meta content="https://2015.djangocon.us/site_media/static/images/djangocon-logo-thumb.png" property="og:image"/> <link href="/site_media/static/main.css" media="screen,projection" 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="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="//oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> <link href="/site_media/static/images/favicon.ico" rel="shortcut icon"/> <script src="https://cdn.jsdelivr.net/jquery/1.11.2/jquery.min.js"></script> </meta></meta></head> <body class="" id=""> <div class="poster-bg"> <div class="poster-shadow"> <div class="django-sticker"></div> <!-- Fixed navbar --> <div class="navbar-wrapper"> <div class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> <button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse" type="button"> <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="/proposals/submit/"> <img alt="logo" class="img-responsive" src="/site_media/static/images/logo.png" width="180"/> </a> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li class="dropdown "> <a class="dropdown-toggle" data-toggle="dropdown" href="/#"> About <b class="caret"></b> </a> <ul class="dropdown-menu" role="menu"> <li role="presentation"> <a href="/about/" role="menuitem">What is Djangocon?</a> </li> <li role="presentation"> <a href="/organizers/" role="menuitem">DjangoCon Organizers</a> </li> <li role="presentation"> <a href="/code_of_conduct/" role="menuitem">Code of Conduct</a> </li> <li role="presentation"> <a href="/diversity/" role="menuitem">Diversity</a> </li> <li role="presentation"> <a href="/accessibility/" role="menuitem">Accessibility</a> </li> <li role="presentation"> <a href="/financial_aid/" role="menuitem">Financial Aid</a> </li> <li role="presentation"> <a href="/childcare/" role="menuitem">Childcare</a> </li> <li role="presentation"> <a href="/volunteers/" role="menuitem">Volunteers</a> </li> <li role="presentation"> <a href="/contact/" role="menuitem">Contact Us</a> </li> </ul> </li> <li class="dropdown "> <a class="dropdown-toggle" data-toggle="dropdown" href="/#"> Schedule <b class="caret"></b> </a> <ul class="dropdown-menu" role="menu"> <li role="presentation"> <a href="/tutorials/list/" role="menuitem">Tutorial Schedule</a> </li> <li role="presentation"> <a href="/schedule/general-sessions/" role="menuitem">Talk Schedule</a> </li> <li role="presentation"> <a href="/sprints/" role="menuitem">Sprints</a> </li> <li role="presentation"> <a href="https://djangogirls.org/philadelphia/" role="menuitem">DjangoGirls Austin Workshop</a> </li> <li role="presentation"> <a href="/beginners/" role="menuitem">Beginner's Guide</a> </li> </ul> </li> <li class="dropdown "> <a class="dropdown-toggle" data-toggle="dropdown" href="/#"> Registration <b class="caret"></b> </a> <ul class="dropdown-menu" role="menu"> <li role="presentation"> <a href="/registration/" role="menuitem">Register for DjangoCon US</a> </li> <li role="presentation"> <a href="https://djangogirls.org/philadelphia/apply/" role="menuitem">Register for DjangoGirls Austin Workshop</a> </li> <li role="presentation"> <a href="https://resweb.passkey.com/go/DJANGO0915" role="menuitem">Register for Hotel Accommodations</a> </li> </ul> </li> <li class="dropdown "> <a class="dropdown-toggle" data-toggle="dropdown" href="/#"> Venue <b class="caret"></b> </a> <ul class="dropdown-menu" role="menu"> <li role="presentation"> <a href="/hotels/" role="menuitem">Hotel Accommodations</a> </li> <li role="presentation"> <a href="/travel/" role="menuitem">Travel</a> </li> <li role="presentation"> <a href="/austin/" role="menuitem">City Guide to Austin</a> </li> </ul> </li> <li class="dropdown "> <a class="dropdown-toggle" data-toggle="dropdown" href="/#"> Speaking <b class="caret"></b> </a> <ul class="dropdown-menu" role="menu"> <li role="presentation"> <a href="/speaking/cfp/" role="menuitem">Call For Proposals</a> </li> <li role="presentation"> <a href="/speaking/mentors/" role="menuitem">Speaker Mentors</a> </li> <li role="presentation"> <a href="/lightning_talks/" role="menuitem">Lightning Talks</a> </li> </ul> </li> <li class="dropdown "> <a class="dropdown-toggle" data-toggle="dropdown" href="/#"> Sponsors <b class="caret"></b> </a> <ul class="dropdown-menu" role="menu"> <li role="presentation"> <a href="/become-sponsor/" role="menuitem">Become a Sponsor</a> </li> <li role="presentation"> <a href="/sponsors/" role="menuitem">DjangoCon Sponsors</a> </li> </ul> </li> <li class=" "> <a href="/blog/"> News </a> </li> </ul> <div class="" id="capsules"> <ul class="nav navbar-nav navbar-right"> <li><a href="/account/login/">Log in</a></li> <li><a href="/account/signup/">Sign up</a></li> </ul> </div> <form action="https://2015.djangocon.us/account/logout/" id="accountLogOutForm" method="POST" style="display: none;"> <input name="csrfmiddlewaretoken" type="hidden" value="vKDUxSvBXQum2uTW0DN1QlXrjKdu8pjA"/> </form> </div> <!--/.nav-collapse --> </div> </div> </div> <div class="row small-header"> <div class="container"> <h1 class="brdp"></h1> </div> </div> <div class="row base-row"> <div class="container"> </div> </div> <div class="row base-row"> <div class="page-content container"> <h4> Tuesday 1:30 p.m.–2:15 p.m. </h4> <h2>Django Authors Panel</h2> <h4> <a href="/speaker/profile/26/">Mark Lavin</a>, <a href="/speaker/profile/56/">Andrew Pinkham</a>, <a href="/speaker/profile/152/">Buddy Lindsey</a>, <a href="/speaker/profile/104/">Peter Baumgartner</a>, <a href="/speaker/profile/153/">Rikki Endsley</a>, <a href="/speaker/profile/19/">Tracy Osborn</a> </h4> <dl class="dl-horizontal"> <dt><h3>Audience level:</h3></dt> <dd style="margin-bottom: 0;">Not Applicable</dd> </dl> <h3>Description</h3> <div class="description"><p>Want to know what it's like to write or record a video about Django? Come hear about the experience and ask the authors!</p></div> <h3>Abstract</h3> <div class="abstract"><p>This will be a moderated Q&amp;A with a panel of Django authors. Questions will be collected in advance from community suggestions. There will also be time for some questions from the audience.</p> <p>The panel will include:</p> <p>Andrew Pinkham - author of "Django Unleashed" Mark Lavin - co-author of "Lightweight Django" Tracy Osborn - author of "Hello Web App" Peter Baumgartner - co-author of "High Performance Django"</p></div> </div> </div> <div class="row" id="footer"> <div class="mainback"> <div class="turm"> <div class="outer"> <div class="inner"> <div class="container"> <div class="nail nail-bl"></div> <div class="nail nail-br"></div> <div class="col-md-6 col-centered footer-note"> <div class="contact-us">Questions? Comments?</div><a href="/contact/">Contact Us</a><br/> Design + Build by <a href="https://www.lincolnloop.com">Lincoln Loop</a> <br> Hosted on <a href="https://gondor.io">Gondor</a> <br/> Presented by <a href="https://www.defna.org">DEFNA</a> <p>©2016 DjangoCon</p> </br></div> </div> </div> </div> </div> </div> </div> </div> </div> <script charset="utf-8" src="/site_media/static/main.js" type="text/javascript"></script> {% include analytics.html %} </body> </html>
index.html
thibheyd/1617.webd2
<!DOCTYPE html SYSTEM "about:legacy-compat"> <html dir="ltr" lang="nl-be" class="no-js" prefix="og: http://ogp.me/ns#"> <head> <!-- Character encoding --> <meta charset="UTF-8"> <!-- Latest version of rendering engine --> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <!-- Mobile Viewport --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <!-- Most important SEO tag --> <title>Specto | Video Agency</title> <!-- Other SEO friendly tags --> <meta name="keywords" content="HTML5, JavaScript, jQuery, CSS3"> <meta name="author" content="Arteveldehogeschool - Bachelor in de grafische en digitale media | GMB"> <meta name="copyright" content="Copyright 2010-17 Arteveldehogeschool. All Rights Reserved."> <!-- OpenGraph --> <meta property="og:type" content="website"> <meta property="og:title" content="Video Agency"> <meta property="og:url" content="http://www.gdm.gent/"> <meta property="og:site_name" content="GDM.GENT"> <meta property="og:image" content="assets/icons/iconspecto.png"> <meta property="og:image:width" content="129"> <meta property="og:image:height" content="129"> <!-- humans.txt --> <link rel="author" type="text/plain" href="/humans.txt"> <!-- DNS prefech for CDN --> <link rel="dns-prefetch" href="//cdnjs.cloudflare.com"> <link rel="dns-prefetch" href="//code.jquery.com"> <link rel="dns-prefetch" href="//maxcdn.bootstrapcdn.com"> <!-- Icons --> <!-- http://realfavicongenerator.net/ --> <link rel="apple-touch-icon" sizes="180x180" href="assets/icons/iconspecto.png"> <link rel="icon" type="image/png" href="assets/icons/iconspecto.png" sizes="32x32"> <link rel="icon" type="image/png" href="assets/icons/iconspecto.png" sizes="16x16"> <link rel="manifest" href="assets/icons/manifest.json"> <link rel="mask-icon" href="assets/icons/safari-pinned-tab.svg" color="#ee9900"> <link rel="shortcut icon" href="assets/icons/iconspecto.png"> <meta name="apple-mobile-web-app-title" content="GDM"> <meta name="application-name" content="GDM"> <meta name="msapplication-config" content="assets/icons/browserconfig.xml"> <meta name="theme-color" content="#ffffff"> <!-- Stylesheets: Vendors --> <link rel="stylesheet" media="all" href="vendor/normalize/normalize.css"> <!-- Stylesheets: App --> <link rel="stylesheet" media="all" href="css/fonts.css"> <link rel="stylesheet" media="all" href="css/typography.css"> <link rel="stylesheet" media="all" href="css/main.css"> <link rel="stylesheet" media="all" href="css/nav.css"> <link rel="stylesheet" media="all" href="css/hamburger.css"> <link rel="stylesheet" media="all" href="css/grid.css"> <!-- Modernizr: feature detection --> <script src="vendor/modernizr/modernizr.min.js"></script> </head> <body class="_grid__development"> <div class="grid__wrapper"> <div class="grid__container"> <div class="grid__row"> <div class="grid__column-12"> <nav> <div class="dropdown"> <button class="hamburger hamburger--spin" type="button"> <span class="hamburger-box"> <span class="hamburger-inner"></span> </span> </button> <!--<script> var hamburger = document.querySelector(".hamburger"); hamburger.addEventListener("mouseover", function() { hamburger.classList.toggle("is-active"); }); </script>--> <div class="dropdown-inhoud"> <ul> <li> <a href="index.html" class="homeIcon" title="Terug naar de homepage.">HOME</a> </li> <li> <a href="html/portfolio.html" class="portfolioIcon" title="Bekijk hier onze filmpjes.">PORTFOLIO</a> </li> <li> <a href="html/info.html" class="infoIcon" title="Hoe wij design aanpakken.">INFO</a> </li> <li> <a href="html/services.html" class="servicesIcon" title="Bekijk hier onze diensten.">SERVICES</a> </li> <li> <a href="html/team.html" class="teamIcon" title="Onze leden.">TEAM</a> </li> </ul> </div> </div> </nav> </div> </div> </div> </div> <div class="grid__wrapper"> <div class="grid__container"> <div class="grid__row"> <div class="grid__column-12"> <div class="logoPosition"> <a href="html/info.html"><img class="logoBanner" src="assets/images/spectologo1.png" onmouseover="this.src='assets/images/spectologo2.png';" onmouseout="this.src='assets/images/spectologo1.png';"></a> </div> </div> </div> </div> </div> <div class="grid__wrapper"> <div class="grid__container"> <div class="grid__row"> <div class="grid__column-12"> <h1 class="h1home">Home</h1> <p class="phome">Wil jij een professioneel filmpje om verkeer te boosten naar jouw zaak of website maar heb jij noch het materiaal noch de tijd? Wij zijn &eacute;&eacute;n van de leidinggevende video agencies op gebied van gepersonaliseerde filmpjes. Ons doel is om een filmpje af te leveren dat aan de wensen van onze opdrachtgever voldoet. We focussen op originaliteit en kwaliteit.</p> </div> </div> </div> </div> <div class="grid__wrapper"> <div class="grid__container"> <div class="grid__row"> <div class="grid__column-12"> <a href="html/info.html" style="text-decoration: none"> <div class="btnhome">Meer weten?</div> </a> </div> </div> </div> </div> <footer class="site-footer"> <div class="grid__wrapper"> <div class="grid__container"> <div class="grid__row"> <div class="grid__column-5"> <h3>Meer over Specto</h3> <p class="pfooter">Bij Specto leggen we de nadruk op het idee, de uitvoering ervan en het professioneel begeleiden van onze klanten. We proberen hierdoor een veelzijdig video-aanbod op te stellen, ... <a href="html/info.html" class="pfooterlink">meer lezen</a></p> </div> <div class="grid__column-3"> <h3>Volg ons?</h3> <div class="listfooter"> <ul> <li><a class="facebookIcon" href="https://www.facebook.com">Facebook</a></li> <li><a class="twitterIcon" href="https://twitter.com">Twitter</a></li> <li><a class="instagramIcon" href="https://www.instagram.com">Instagram</a></li> <li><a class="youtubeIcon" href="https://www.youtube.com">YouTube</a></li> <li><a class="vimeoIcon" href="https://vimeo.com">Vimeo</a></li> </ul> </div> </div> <div class="grid__column-4"> <h3>Contact</h3> <div class="contactfooter"> <ul> <li><a>Specto</a></li> <li><a>Hofstade 9308</a></li> <li><a>Steenweg op Aalst 138</a></li> <li><a>+32 478 66 60 95</a></li> <li class="mailhover"><a href="mailto:thibheyd@student.arteveldehs.be">thibheyd@student.arteveldehs.be</a></li> </ul> </div> </div> </div> </div> </div> </footer> <footer class="footercopy"> <div class="grid__wrapper"> <div class="grid__container"> <div class="grid__row"> <div class="grid__column-3"> <div class=""> <p class="pfooter">&copy; 2017 All Rights Reserved | Specto</p> </div> </div> <div class="grid__column-9"> <div class="footermenu"> <ul> <li><a href="html/team.html" title="Onze leden.">TEAM</a></li> <li><a href="html/services.html" title="Bekijk hier onze aanbiedingen.">SERVICES</a></li> <li><a href="html/info.html" title="Hoe wij design aanpakken.">INFO</a></li> <li><a href="html/portfolio.html" title="Bekijk hier onze filmpjes.">PORTFOLIO</a></li> <li><a href="index.html" title="Terug naar de homepage.">HOME</a></li> </ul> </div> </div> </div> </div> </div> </footer> </body> <script src="js/main.js"></script> </html>
src/Base/JQueryUIBundle/Resources/public/plugins/mobile/demos/docs/toolbars/footer-persist-b.html
krish24/symfony2-cdominguez
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery Mobile Framework - Persistent footer B</title> <link rel="stylesheet" href="../../css/themes/default/jquery.mobile-1.1.0.css" /> <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/> <script src="../../js/jquery.js"></script> <script src="../../docs/_assets/js/jqm-docs.js"></script> <script src="../../js/jquery.mobile-1.1.0.js"></script> </head> <body> <div data-role="page" class="type-interior"> <div data-role="header" data-theme="f" data-position="fixed" data-id="foo"> <h1>Albums</h1> <a href="../../index.html" data-icon="home" data-iconpos="notext" data-direction="reverse">Home</a> <a href="../nav.html" data-icon="search" data-iconpos="notext" data-rel="dialog" data-transition="fade">Search</a> </div> <div data-role="content"> <div class="content-primary"> <ul data-role="listview" data-theme="d" data-dividertheme="e" data-filter="true" data-filter-theme="d" data-filter-placeholder="Search albums..." data-split-icon="gear" data-split-theme="c"> <li><a href="#"> <img src="../lists/images/album-bb.jpg" /> <h3>Broken Bells</h3> <p>Broken Bells</p> </a><a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album </a></li> <li><a href="#"> <img src="../lists/images/album-hc.jpg" /> <h3>Warning</h3> <p>Hot Chip</p> </a><a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album </a></li> <li><a href="#"> <img src="../lists/images/album-p.jpg" /> <h3>Wolfgang Amadeus Phoenix</h3> <p>Phoenix</p> </a><a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album </a></li> <li><a href="#"> <img src="../lists/images/album-ok.jpg" /> <h3>Of The Blue Colour Of The Sky</h3> <p>Ok Go</p> </a><a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album </a></li> <li><a href="#"> <img src="../lists/images/album-ws.jpg" /> <h3>Elephant</h3> <p>The White Stripes</p> </a><a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album </a></li> <li><a href="#"> <img src="../lists/images/album-rh.jpg" /> <h3>Kid A</h3> <p>Radiohead</p> </a><a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album </a></li> <li><a href="#"> <img src="../lists/images/album-xx.jpg" /> <h3>XX</h3> <p>XX</p> </a><a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album </a></li> <li><a href="#"> <img src="../lists/images/album-mg.jpg" /> <h3>Congratulations</h3> <p>MGMT</p> </a><a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album </a></li> <li><a href="#"> <img src="../lists/images/album-ag.jpg" /> <h3>Ashes Grammar</h3> <p>A Sunny Day in Glasgow</p> </a><a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album </a></li> <li><a href="index.html"> <img src="../lists/images/album-k.jpg" /> <h3>Hot Fuss</h3> <p>Killers</p> </a><a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album </a></li> <li><a href="#"> <img src="../lists/images/album-af.jpg" /> <h3>The Suburbs</h3> <p>Arcade Fire</p> </a><a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album </a></li> </ul> </div><!--/content-primary --> <div class="content-secondary"> <div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d"> <h3>More in this section</h3> <ul data-role="listview" data-theme="c" data-dividertheme="d"> <li data-role="list-divider">Toolbars</li> <li><a href="docs-bars.html">Toolbar basics</a></li> <li><a href="docs-headers.html">Header bars</a></li> <li><a href="docs-footers.html">Footer bars</a></li> <li><a href="docs-navbar.html">Navbars</a></li> <li><a href="bars-fixed.html">Fixed positioning</a></li> <li data-theme="a"><a href="footer-persist-a.html">Persistent toolbars</a></li> <li><a href="bars-themes.html">Theming toolbars</a></li> </ul> </div> </div> </div><!-- /content --> <div data-role="footer" data-id="foo1" data-position="fixed"> <div data-role="navbar"> <ul> <li><a href="footer-persist-a.html" data-prefetch="true">Friends</a></li> <li><a href="footer-persist-b.html" data-prefetch="true" class="ui-btn-active ui-state-persist">Albums</a></li> <li><a href="footer-persist-c.html" data-prefetch="true">Emails</a></li> <li><a href="footer-persist-d.html" data-prefetch="true" data-transition="slideup">Info</a></li> </ul> </div><!-- /navbar --> </div><!-- /footer --> </div><!-- /page --> </body> </html>
app/v6/views/v19/pages/registration/licence-number.html
christinagyles-ea/water
{% extends "v18/head.html" %} {% block page_title %} Which licences do you want to be able to view? - GOV.UK {% endblock %} {% block content %} <main id="content" role="main"> <!-- beta banner block --> {% include "../../partials/beta-banner.html" %} <div class="big-space"></div> <!-- main --> <div class="grid-row"> <div class="column-two-thirds"> <h1 class="heading-large">Which licences do you want to add?</h1> <!-- form --> <form class="medium-space"> <div class="form-group"> <label for="licence_no"> <fieldset> <span class="form-label">Enter your licence number(s)</span> <span class="form-hint">Add one or many licences here. You can separate your licence numbers using spaces, commas, or by entering them on different lines.</span> </fieldset> </label> <textarea class="form-control form-control-3-4" name="licence_no" id="licence_no" rows="5" value="{{data.licence_no}}" required ></textarea> </div> <!-- continue button --> <a href="select-licences"> <input onclick="" type="submit" value="Continue" class="button" role="button"/> </a> </form> </div> </div> </main> {% endblock %}
layouts/section/docs.html
zhichun/zhichun.github.io
{{- define "main" -}} {{ partial "page_header.html" . }} <div class="universal-wrapper"> {{ with .Content }} <div class="article-style" itemprop="articleBody">{{ . }}</div> {{ end }} <ul class="list-unstyled"> {{ if gt (len .Sections) 0}} {{ range .Sections }} <li class="p-4 shadow-sm mb-4 card rounded-0"><h5><a class="stretched-link" href="{{.RelPermalink}}">{{.LinkTitle}}</a></h5> {{with .Params.summary}}<p>{{. | plainify | emojify}}</p>{{end}}</li> {{end}} {{end}} </ul> </div> {{- end -}}
src/angular-app/scriptureforge/sfchecks/partials/question.html
sillsdev/web-cat
<div class="row"> <h2 class="pull-left audio-buttons" data-ng-show="text.audioFileName"> <pui-soundplayer data-url="audioPlayUrl" uib-tooltip="Play audio"></pui-soundplayer> <a data-ng-show="project.allowAudioDownload" data-ng-href="{{audioDownloadUrl}}"> <i class="fa fa-arrow-circle-o-down" uib-tooltip="Download audio"></i></a> </h2> <h2>{{text.title}}</h2> </div> <div class="row"> <div class="col-md-5" oncopy="return false;"> <div id="textcontrol" style="font-family: {{text.fontfamily}}" data-sil-selection data-sil-selected-text="selectedText" content="text.content"></div> </div> <div id="comments" class="col-md-6" data-ng-show="finishedLoading"> <div class="question"> <a data-ng-show="rightsEditQuestion()" class="btn btn-secondary pull-right" data-ng-click="toggleQuestionEditor()"> <i class="fa fa-cog fa-lg"></i></a> <h2>{{questionTitleCalculated}}</h2> <h4 data-ng-show="questionIsClosed()" style="color: gray; font-style: italic">This question is marked closed</h4> <div>{{question.description}}</div> <div class="edit-question" uib-collapse="editQuestionCollapsed"> <form class="card"> <b>Question Settings</b> <fieldset class="card-block"> <label class="form-group">Question <textarea required data-ng-model="editedQuestion.description" class="form-control col-md-4" rows="4" placeholder="The Question"></textarea> </label> <label class="form-group">Title <input type="text" data-ng-model="editedQuestion.title" class="form-control col-md-4" maxlength="35" placeholder="One-line Summary For Title" /> </label> <label class="form-group">Workflow <select class="form-control" data-ng-model="editedQuestion.workflowState" data-ng-options="s.state as s.label for s in workflowStates" name="workflowState"></select> </label> <button class="btn btn-primary" data-ng-click="updateQuestion(editedQuestion); hideQuestionEditor()"> <i class="fa fa-check"></i> Save</button> <button class="btn btn-warning" data-ng-click="hideQuestionEditor()"> <i class="fa fa-times"></i> Cancel</button> </fieldset> </form> </div> <div data-ng-show="question.answerCount == 0 && !questionIsClosed()"> There are no answers yet for this question. You could be the first one to reply!</div> <br /> </div> <div class="new-answer"> <div data-ng-hide="questionIsClosed()"> <form data-ng-submit="submitAnswer()"> Add your own answer<span data-ng-show="newAnswer.textHighlight"> about this part of the text</span>: <div class="scripture-quote" oncopy="return false;" data-ng-show="newAnswer.textHighlight" data-ng-bind-html="newAnswer.textHighlight"></div> <div class="form-group"> <textarea required data-ng-model="newAnswer.content" class="newAnswer form-control" placeholder='Type your answer here. Click "Save Answer" when finished.'></textarea> </div> <div data-ng-hide="unreadResponseCount() == 0" class="right badge badge-important"> <span class="notranslate">{{unreadResponseCount()}}</span> new response<span data-ng-show="unreadResponseCount() > 1">s</span> </div> <button type="submit" class="btn btn-primary" id="doneBtn">Save Answer</button> </form> </div> </div> <div id="answers"> <div data-ng-repeat="(answerId, answer) in question.answers"> <div class="vote"> <a data-ng-class="{disabled: votes[answerId] == true || questionIsClosed()}" data-ng-click="voteUp(answerId)"><i class="fa fa-caret-up"></i></a> <span class="vote-count">{{answer.score}}</span> <a data-ng-class="{disabled: votes[answerId] != true || questionIsClosed()}" data-ng-click="voteDown(answerId)"><i class="fa fa-caret-down"></i></a> </div> <div> <div data-ng-class="{unread: isUnreadAnswer(answerId)}" class="answer"> <!--<b>DEBUG:</b>answerId = {{answerId}}, answer.id = {{answer.id}}<br/>--> <!--<b>DEBUG:</b>answer = {{answer}}<br/>--> <div data-ng-show="answer.textHighlight" data-ng-bind-html="answer.textHighlight" class="scripture-quote"></div> <div class="answerContent" data-ng-bind-html="answer.content"></div> <div class="answer-footer"> <div data-view-tags data-ng-show="$parent.rightsCreateTag()" data-tags="answer.tags" data-on-delete="deletedTags(answer)" data-rights-delete="rightsDeleteTag()"></div> <div class="author"> <img data-ng-src="{{getAvatarUrl(answer.userRef.avatar_ref)}}" width="32" height="32" /> <div> Answered <span class="notranslate">{{answer.dateCreated | date:mediumDate}}</span><br /> by <span class="notranslate">{{answer.userRef.username}}</span> </div> </div> <div class="answerControls"> <a href data-ng-show="rightsCreateTag() && !questionIsClosed()" data-ng-click="tagEditorVisible=true">tag</a>&nbsp;&nbsp; <a href data-ng-show="rightsEditResponse(answer.userRef.userid) && !questionIsClosed()" data-ng-click="showAnswerEditor(answerId)">edit</a>&nbsp;&nbsp; <a href data-ng-show="rightsDeleteResponse(answer.userRef.userid) && !questionIsClosed()" data-ng-click="answerDelete(answerId)">delete</a>&nbsp;&nbsp; <a href data-ng-show="rightsExport() && !questionIsClosed()" data-ng-click="flagForExport(answer)"> <i data-ng-show="answer.isToBeExported" class="fa fa-flag" uib-tooltip="Flagged for export" style="color: red"></i> <i data-ng-show="!answer.isToBeExported" class="fa fa-flag-o" uib-tooltip="Click to flag for export"></i></a> </div> <div data-ng-switch data-on="answerEditorVisible(answerId)"> <form data-ng-submit="editAnswer(editedAnswer)" data-ng-switch-when="true"> <label><textarea required data-ng-model="editedAnswer.content" class="editAnswer form-control"> </textarea></label> <button type="submit" class="btn btn-sm btn-primary answerBtn"> <i class="fa fa-check"></i>Save </button> <a href data-ng-click="hideAnswerEditor()">Cancel</a> </form> </div> <div class="overlay" data-ng-show="tagEditorVisible"> <div class="overlay-bg"> <form data-ng-submit="addTags(tags, answer);tagEditorVisible=false"> <label>Add tags (comma-separated) <add-tags tags="tags"></add-tags> </label> <button type="submit" class="btn btn-sm btn-primary"> <i class="fa fa-check"></i> Save</button> <a href data-ng-click="tagEditorVisible=false">Cancel</a> </form> </div> </div> </div> <div class="comments"> <div data-ng-repeat="comment in answer.comments"> <div class="comment" data-ng-class="{unread: isUnreadComment(comment.id)}"> <span class="notranslate">{{comment.content}} - {{comment.userRef.username}} - {{comment.dateCreated | date:mediumdate}}</span> <a href data-ng-show="rightsEditResponse(comment.userRef.userid) && !questionIsClosed()" data-ng-click="showCommentEditor(comment.id)">edit</a>&nbsp; <a href data-ng-show="rightsDeleteResponse(comment.userRef.userid) && !questionIsClosed()" data-ng-click="commentDelete(answer, comment.id)">delete</a> <div data-ng-switch data-on="commentEditorVisible(comment.id)"> <form data-ng-submit="editComment(answerId, answer, editedComment)" data-ng-switch-when="true"> <div class="form-group"> <label><textarea class="form-control" required data-ng-model="editedComment.content"></textarea></label> <button type="submit" class="btn btn-sm btn-primary">Save</button> <a href data-ng-click="hideCommentEditor()">Cancel</a> </div> </form> </div> </div> </div> <div data-ng-hide="questionIsClosed()"> <a href data-ng-click="collapsed = !collapsed" class="addCommentLink"> add comment</a> <div uib-collapse="!collapsed"> <form data-ng-submit="submitComment(answerId, answer); collapsed = !collapsed;"> <label class="form-group"><textarea class="form-control" required data-ng-model="newComment.content"></textarea></label> <button type="submit" class="btn btn-sm btn-primary save-new-comment">Save Comment</button> </form> </div> </div> </div> </div> </div> </div> </div> </div> </div>
public/wp-content/themes/wordpress-boilerplate/style.css
dotsunited/wordpress-boilerplate
/*! Theme Name: wordpress-boilerplate Theme URI: https://wordpress-boilerplate.de Description: WordPress Boilerplate Theme Author: Dots United GmbH Author URI: https://dotsunited.de Version: 1.0.0 */
src/client/vendor/kendo/src/styles/dataviz/kendo.dataviz.uniform.css
hhuynhlam/Ulysses
/* * Kendo UI v2015.1.408 (http://www.telerik.com/kendo-ui) * Copyright 2015 Telerik AD. All rights reserved. * * Kendo UI commercial licenses may be obtained at * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete * If you do not own a commercial license, this file shall be governed by the trial license terms. */ /* Uniform Theme */ .k-chart .k-selection { border-color: #cccccc; transition: box-shadow 0.2s linear, border-color 0.2s linear; -moz-transition: box-shadow 0.2s linear, border-color 0.2s linear; -webkit-transition: box-shadow 0.2s linear, border-color 0.2s linear; -o-transition: box-shadow 0.2s linear, border-color 0.2s linear; } .k-chart .k-selection:hover { border-color: #9e9e9e; -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); } .k-chart .k-handle { background-color: #ebebeb; border: 1px solid #cccccc; width: 5px; height: 24px; } .k-chart .k-handle:hover { background-color: #ffffff; border-color: #cccccc; -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } .k-chart .k-navigator-hint .k-tooltip { border: 0; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); background: #ffffff; color: #676767; } .k-chart .k-navigator-hint .k-scroll { background: rgba(103, 103, 103, 0.7); height: 4px; } /* Map */ .k-map .k-marker { background-image: url("Uniform/markers.png"); } @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { .k-map .k-marker { background-image: url("Uniform/markers_2x.png"); } }
Beginning Perl for Bioinformatics/html/lib/pods/perl5161delta.html
amidoimidazol/bio_info
<?xml version="1.0" ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <!-- saved from url=(0017)http://localhost/ --> <script language="JavaScript" src="../../displayToc.js"></script> <script language="JavaScript" src="../../tocParas.js"></script> <script language="JavaScript" src="../../tocTab.js"></script> <link rel="stylesheet" type="text/css" href="../../scineplex.css"> <title></title> <link rel="stylesheet" href="../../Active.css" type="text/css" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rev="made" href="mailto:" /> </head> <body> <ul id="index"> <li><a href="#NAME">NAME</a></li> <li><a href="#DESCRIPTION">DESCRIPTION</a></li> <li><a href="#Security">Security</a> <ul> <li><a href="#an-off-by-two-error-in-Scalar-List-Util-has-been-fixed">an off-by-two error in Scalar-List-Util has been fixed</a></li> </ul> </li> <li><a href="#Incompatible-Changes">Incompatible Changes</a></li> <li><a href="#Modules-and-Pragmata">Modules and Pragmata</a> <ul> <li><a href="#Updated-Modules-and-Pragmata">Updated Modules and Pragmata</a></li> </ul> </li> <li><a href="#Configuration-and-Compilation">Configuration and Compilation</a></li> <li><a href="#Platform-Support">Platform Support</a> <ul> <li><a href="#Platform-Specific-Notes">Platform-Specific Notes</a></li> </ul> </li> <li><a href="#Selected-Bug-Fixes">Selected Bug Fixes</a></li> <li><a href="#Known-Problems">Known Problems</a></li> <li><a href="#Acknowledgements">Acknowledgements</a></li> <li><a href="#Reporting-Bugs">Reporting Bugs</a></li> <li><a href="#SEE-ALSO">SEE ALSO</a></li> </ul> <h1 id="NAME">NAME</h1> <p>perl5161delta - what is new for perl v5.16.1</p> <h1 id="DESCRIPTION">DESCRIPTION</h1> <p>This document describes differences between the 5.16.0 release and the 5.16.1 release.</p> <p>If you are upgrading from an earlier release such as 5.14.0, first read <a href="../../lib/pods/perl5160delta.html">perl5160delta</a>, which describes differences between 5.14.0 and 5.16.0.</p> <h1 id="Security">Security</h1> <h2 id="an-off-by-two-error-in-Scalar-List-Util-has-been-fixed">an off-by-two error in Scalar-List-Util has been fixed</h2> <p>The bugfix was in Scalar-List-Util 1.23_04, and perl 5.16.1 includes Scalar-List-Util 1.25.</p> <h1 id="Incompatible-Changes">Incompatible Changes</h1> <p>There are no changes intentionally incompatible with 5.16.0 If any exist, they are bugs, and we request that you submit a report. See <a href="#Reporting-Bugs">&quot;Reporting Bugs&quot;</a> below.</p> <h1 id="Modules-and-Pragmata">Modules and Pragmata</h1> <h2 id="Updated-Modules-and-Pragmata">Updated Modules and Pragmata</h2> <ul> <li><p><a href="../../lib/Scalar/Util.html">Scalar::Util</a> and <a href="../../lib/List/Util.html">List::Util</a> have been upgraded from version 1.23 to version 1.25.</p> </li> <li><p><a href="../../lib/B/Deparse.html">B::Deparse</a> has been updated from version 1.14 to 1.14_01. An &quot;uninitialized&quot; warning emitted by B::Deparse has been squashed [perl #113464].</p> </li> </ul> <h1 id="Configuration-and-Compilation">Configuration and Compilation</h1> <ul> <li><p>Building perl with some Windows compilers used to fail due to a problem with miniperl&#39;s <code><code>glob</code></code> operator (which uses the <code><code>perlglob</code></code> program) deleting the PATH environment variable [perl #113798].</p> </li> </ul> <h1 id="Platform-Support">Platform Support</h1> <h2 id="Platform-Specific-Notes">Platform-Specific Notes</h2> <dl> <dt id="VMS">VMS</dt> <dd> <p>All C header files from the top-level directory of the distribution are now installed on VMS, providing consistency with a long-standing practice on other platforms. Previously only a subset were installed, which broke non-core extension builds for extensions that depended on the missing include files.</p> </dd> </dl> <h1 id="Selected-Bug-Fixes">Selected Bug Fixes</h1> <ul> <li><p>A regression introduced in Perl v5.16.0 involving <code><code>tr/</code><i><code>SEARCHLIST</code></i><code>/</code><i><code>REPLACEMENTLIST</code></i><code>/</code></code> has been fixed. Only the first instance is supposed to be meaningful if a character appears more than once in <code><i><code>SEARCHLIST</code></i></code>. Under some circumstances, the final instance was overriding all earlier ones. [perl #113584]</p> </li> <li><p><code><code>B::COP::stashlen</code></code> has been added. This provides access to an internal field added in perl 5.16 under threaded builds. It was broken at the last minute before 5.16 was released [perl #113034].</p> </li> <li><p>The <a href="../../lib/re.html">re</a> pragma will no longer clobber <code><code>$_</code></code>. [perl #113750]</p> </li> <li><p>Unicode 6.1 published an incorrect alias for one of the Canonical_Combining_Class property&#39;s values (which range between 0 and 254). The alias <code><code>CCC133</code></code> should have been <code><code>CCC132</code></code>. Perl now overrides the data file furnished by Unicode to give the correct value.</p> </li> <li><p>Duplicating scalar filehandles works again. [perl #113764]</p> </li> <li><p>Under threaded perls, a runtime code block in a regular expression could corrupt the package name stored in the op tree, resulting in bad reads in <code><code>caller</code></code>, and possibly crashes [perl #113060].</p> </li> <li><p>For efficiency&#39;s sake, many operators and built-in functions return the same scalar each time. Lvalue subroutines and subroutines in the CORE:: namespace were allowing this implementation detail to leak through. <code><code>print &amp;CORE::uc(&quot;a&quot;), &amp;CORE::uc(&quot;b&quot;)</code></code> used to print &quot;BB&quot;. The same thing would happen with an lvalue subroutine returning the return value of <code><code>uc</code></code>. Now the value is copied in such cases [perl #113044].</p> </li> <li><p><code><code>__SUB__</code></code> now works in special blocks (<code><code>BEGIN</code></code>, <code><code>END</code></code>, etc.).</p> </li> <li><p>Formats that reference lexical variables from outside no longer result in crashes.</p> </li> </ul> <h1 id="Known-Problems">Known Problems</h1> <p>There are no new known problems, but consult <a href="../../lib/pods/perl5160delta.html#Known-Problems">&quot;Known Problems&quot; in perl5160delta</a> to see those identified in the 5.16.0 release.</p> <h1 id="Acknowledgements">Acknowledgements</h1> <p>Perl 5.16.1 represents approximately 2 months of development since Perl 5.16.0 and contains approximately 14,000 lines of changes across 96 files from 8 authors.</p> <p>Perl continues to flourish into its third decade thanks to a vibrant community of users and developers. The following people are known to have contributed the improvements that became Perl 5.16.1:</p> <p>Chris &#39;BinGOs&#39; Williams, Craig A. Berry, Father Chrysostomos, Karl Williamson, Paul Johnson, Reini Urban, Ricardo Signes, Tony Cook.</p> <p>The list above is almost certainly incomplete as it is automatically generated from version control history. In particular, it does not include the names of the (very much appreciated) contributors who reported issues to the Perl bug tracker.</p> <p>Many of the changes included in this version originated in the CPAN modules included in Perl&#39;s core. We&#39;re grateful to the entire CPAN community for helping Perl to flourish.</p> <p>For a more complete list of all of Perl&#39;s historical contributors, please see the <i>AUTHORS</i> file in the Perl source distribution.</p> <h1 id="Reporting-Bugs">Reporting Bugs</h1> <p>If you find what you think is a bug, you might check the articles recently posted to the comp.lang.perl.misc newsgroup and the perl bug database at http://rt.perl.org/perlbug/ . There may also be information at http://www.perl.org/ , the Perl Home Page.</p> <p>If you believe you have an unreported bug, please run the <a href="../../bin/perlbug.html">perlbug</a> program included with your release. Be sure to trim your bug down to a tiny but sufficient test case. Your bug report, along with the output of <code><code>perl -V</code></code>, will be sent off to perlbug@perl.org to be analysed by the Perl porting team.</p> <p>If the bug you are reporting has security implications, which make it inappropriate to send to a publicly archived mailing list, then please send it to perl5-security-report@perl.org. This points to a closed subscription unarchived mailing list, which includes all the core committers, who will be able to help assess the impact of issues, figure out a resolution, and help co-ordinate the release of patches to mitigate or fix the problem across all platforms on which Perl is supported. Please only use this address for security issues in the Perl core, not for modules independently distributed on CPAN.</p> <h1 id="SEE-ALSO">SEE ALSO</h1> <p>The <i>Changes</i> file for an explanation of how to view exhaustive details on what changed.</p> <p>The <i>INSTALL</i> file for how to build Perl.</p> <p>The <i>README</i> file for general stuff.</p> <p>The <i>Artistic</i> and <i>Copying</i> files for copyright information.</p> </body> </html>
kendoui/examples/dataviz/pie-charts/index.html
asajin/sf_accounting_001
<!DOCTYPE html> <html> <head> <title>Basic usage</title> <meta http-equiv="X-UA-Compatible" content="IE=edge" > <link href="../../content/shared/styles/examples-offline.css" rel="stylesheet"> <link href="../../../styles/kendo.dataviz.min.css" rel="stylesheet"> <script src="../../../js/jquery.min.js"></script> <script src="../../../js/kendo.dataviz.min.js"></script> <script src="../../content/shared/js/console.js"></script> </head> <body> <a class="offline-button" href="../index.html">Back</a> <div id="example" class="k-content"> <div class="chart-wrapper"> <div id="chart"></div> </div> <script> function createChart() { $("#chart").kendoChart({ theme: $(document).data("kendoSkin") || "default", title: { text: "Break-up of Spain Electricity Production for 2008" }, legend: { position: "bottom", labels: { template: "#= text # (#= value #%)" } }, seriesDefaults: { labels: { visible: true, format: "{0}%" } }, series: [{ type: "pie", data: [ { category: "Hydro", value: 22 }, { category: "Solar", value: 2 }, { category: "Nuclear", value: 49 }, { category: "Wind", value: 27 } ] }], tooltip: { visible: true, format: "{0}%" } }); } $(document).ready(function() { setTimeout(function() { // Initialize the chart with a delay to make sure // the initial animation is visible createChart(); $("#example").bind("kendo:skinChange", function(e) { createChart(); }); }, 400); }); </script> </div> </body> </html>
clean/Linux-x86_64-4.02.3-2.0.6/released/8.5.0/paco/1.2.8.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>paco: 8 m 52 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.5.0 / paco - 1.2.8</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> paco <small> 1.2.8 <span class="label label-success">8 m 52 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-08 16:59:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-08 16:59:48 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.5.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;paco@sf.snu.ac.kr&quot; version: &quot;1.2.8&quot; homepage: &quot;https://github.com/snu-sf/paco/&quot; dev-repo: &quot;git+https://github.com/snu-sf/paco.git&quot; bug-reports: &quot;https://github.com/snu-sf/paco/issues/&quot; authors: [ &quot;Chung-Kil Hur &lt;gil.hur@sf.snu.ac.kr&gt;&quot; &quot;Georg Neis &lt;neis@mpi-sws.org&gt;&quot; &quot;Derek Dreyer &lt;dreyer@mpi-sws.org&gt;&quot; &quot;Viktor Vafeiadis &lt;viktor@mpi-sws.org&gt;&quot; ] license: &quot;BSD-3&quot; build: [ [make &quot;-C&quot; &quot;src&quot; &quot;all&quot; &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;-C&quot; &quot;src&quot; &quot;-f&quot; &quot;Makefile.coq&quot; &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-r&quot; &quot;-f&quot; &quot;%{lib}%/coq/user-contrib/Paco&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.9~&quot;} ] synopsis: &quot;Coq library implementing parameterized coinduction&quot; tags: [ &quot;date:2018-02-11&quot; &quot;category:Computer Science/Programming Languages/Formal Definitions and Theory&quot; &quot;category:Mathematics/Logic&quot; &quot;keyword:co-induction&quot; &quot;keyword:simulation&quot; &quot;keyword:parameterized greatest fixed point&quot; ] flags: light-uninstall url { src: &quot;https://github.com/snu-sf/paco/archive/5cc7babe1423b56d7fe9a474f1645f495c82061b.tar.gz&quot; checksum: &quot;md5=32ee0f67d5901a138722dd39ffee14a2&quot; } </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-paco.1.2.8 coq.8.5.0</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-paco.1.2.8 coq.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>14 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-paco.1.2.8 coq.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>8 m 52 s</dd> </dl> <h2>Installation size</h2> <p>Total: 8 M</p> <ul> <li>650 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco15.vo</code></li> <li>594 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco14.vo</code></li> <li>540 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco13.vo</code></li> <li>489 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco12.vo</code></li> <li>441 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco11.vo</code></li> <li>396 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco10.vo</code></li> <li>353 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco9.vo</code></li> <li>313 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco8.vo</code></li> <li>274 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco7.vo</code></li> <li>239 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco6.vo</code></li> <li>207 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco15.glob</code></li> <li>207 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco5.vo</code></li> <li>182 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco14.glob</code></li> <li>177 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco4.vo</code></li> <li>171 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/pacotac.vo</code></li> <li>161 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco13.glob</code></li> <li>148 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco3.vo</code></li> <li>142 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco12.glob</code></li> <li>125 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco11.glob</code></li> <li>124 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco2.vo</code></li> <li>112 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/examples.vo</code></li> <li>111 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco10.glob</code></li> <li>101 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco1.vo</code></li> <li>96 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco9.glob</code></li> <li>86 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco8.glob</code></li> <li>78 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco7.glob</code></li> <li>77 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco0.vo</code></li> <li>74 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/tutorial.vo</code></li> <li>72 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco6.glob</code></li> <li>66 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco5.glob</code></li> <li>64 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paconotation.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco4.glob</code></li> <li>60 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paconotation.glob</code></li> <li>58 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco3.glob</code></li> <li>55 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco2.glob</code></li> <li>53 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco1.glob</code></li> <li>50 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco0.glob</code></li> <li>45 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/pacotac.v</code></li> <li>41 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco15.v</code></li> <li>37 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco14.v</code></li> <li>34 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco13.v</code></li> <li>32 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco12.v</code></li> <li>32 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/pacotac.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco11.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco10.v</code></li> <li>25 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/tutorial.v</code></li> <li>25 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco9.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/tutorial.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco8.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco7.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco6.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco5.v</code></li> <li>19 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco4.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/examples.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco3.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco2.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco1.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco0.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paconotation.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/pacotacuser.vo</code></li> <li>11 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/hpattern.vo</code></li> <li>9 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/examples.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/hpattern.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/pacotacuser.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/pacotacuser.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/hpattern.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/Paco/paco.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-paco.1.2.8</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>
documentation/dist/pca.html
FredHutch/Oncoscape
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Oncoscape</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> <script src="//use.fontawesome.com/08ee93173f.js"></script> <link href='styles/oncoscape.css' rel='stylesheet' type='text/css'> <link href="//fonts.googleapis.com/css?family=Lato:400,300,200,100" rel="stylesheet" type="text/css"> <link href="//cdnjs.cloudflare.com/ajax/libs/animate.css/3.0.0/animate.min.css" rel="stylesheet" type="text/css"> <!--CDN link for TweenMax--> <script src="//cdnjs.cloudflare.com/ajax/libs/gsap/1.19.0/TweenMax.min.js"></script> <!--CDN link for d3j--> <script src="//d3js.org/d3.v4.min.js"></script> <script src="scripts/oncoscape.js"></script> <!-- FOUC correction --> <style type="text/css"> .js #fouc { display: none; } </style> <script type="text/javascript"> document.documentElement.className = 'js'; </script> </head> <body data-spy="scroll" data-target="#header"> <!-- FOUC correction --> <div id="fouc"> <nav id="nav-bar" class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container-fluid"> <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> <img alt="Brand" src="photos/header/logo-white.png" class="header-logo-img"> <a class="navbar-brand" href="/" target="_blank"> <span class="header-logo-text">Oncoscape</span> </a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right" style="padding-top: 10px;"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><span class="glyphicon glyphicon-stats"></span> Tools</a> <ul class="dropdown-menu"> <li> <a href="timelines.html"><img class="header-dropdown-img" src="photos/toolImages/timelines.png">Timelines</a> </li> <li> <a href="spreadsheet.html"><img class="header-dropdown-img" src="photos/toolImages/spreadsheet.png">Spreadsheet</a> </li> <li> <a href="pca.html"><img class="header-dropdown-img" src="photos/toolImages/pca.png">PCA</a> </li> <li> <a href="markerspatients.html"><img class="header-dropdown-img" src="photos/toolImages/mp.png">Markers + Patients</a> </li> <li> <a href="survival.html"><img class="header-dropdown-img" src="photos/toolImages/survivalcurve.png">Survival</a> </li> </ul> </li> <li><a href="http://resources.sttrcancer.org/api/"><span class="fa fa-database"></span> Data + API</a></li> <li><a href="http://resources.sttrcancer.org/oncoscape-contact"><span class="fa fa-comments"></span> Feedback</a></li> <li><a href="http://oncoscape.sttrcancer.org" target="_blank" style="letter-spacing: 2px;">Try Oncoscape</a></li> </ul> </div> </div> </nav> <main> <!-- START wrapper --> <div class="content-wrapper"> <!-- START intro seciton --> <div id="section-intro" class="scrollto"> <a class="anchor" id="anchor-intro">x</a> <div class="container"> <div id="marquee" class="row"> <div class="col-xs-12"> <img class="fadeInDown animated center-block tool-image img-responsive" src="photos/toolImages/pca.png" alt="PCA"> </div> </div> <div class="row"> <h1 class="tool-headline"> <span class="header-black">Principal Component Analysis</span> <span class="header-gray">Explore high-dimensional data sets. Color-code cohorts.</span> </h1> </div> </div> </div> <!-- END intro seciton --> <!-- START sticky nav-bar --> <div id="header" class="header"> <div class="subnav container"> <a class="subnav-item col-xs-12 col-sm-2 col-sm-offset-1" href="#anchor-overview">Overview</a> <a class="subnav-item col-xs-12 col-sm-2" href="#anchor-cases">Use Cases</a> <a class="subnav-item col-xs-12 col-sm-2" href="#anchor-nav">Navigation</a> <a class="subnav-item col-xs-12 col-sm-2" href="#anchor-methods">Methods</a> <a class="subnav-item col-xs-12 col-sm-2" href="#anchor-faq">FAQ</a> </div> </div> <!-- END sticky nav-bar --> <!-- START Overview seciton --> <div class="scrollto" id="section-overview"> <a class="anchor" id="anchor-overview">x</a> <div class="container"> <div class="row"> <div class="col-xs-12 text-center"> <h3 class="section-headline fadeInDown animated">Overview</h3> </div> </div> <div class="row"> <div class="col-xs-12 text-left"> <p>Principle Component Analysis (PCA) provides a two dimensional view of sample similarity based on given molecular and gene sets, e.g. patterns in RNA expression for patients using all available genes. Users explore expression data in the PCA window. The PCA window allows users to visualize cohorts of patients by specific gene sets and/or expression data. All operations are accomplished through the cohort panel (left) or control bar (right).</p> </div> </div> <div class="row"> <div class="col-xs-12"> <img class="center-block img-responsive mp-image" src="photos/pcaNavigation/pca.png" alt="PCA"> </div> </div> <div class="row"> <div class="col-xs-12 li-margin"> <ul> <li class="overview-li-padding"><em>Panel Lock:</em> Lock and unlock the panels for a wider screen view. </li> <li class="overview-li-padding"><em>Cohort Panel:</em> All cohort related commands are handled within this panel. </li> <li class="overview-li-padding"><em>Selected Cohort Box & Dropdown:</em> Add, edit or delete cohorts. Click the "+" to save, "x" to delete or click the down arrow to select a cohort for edits.</li> <li class="overview-li-padding"><em>Clinical Histogram:</em> Snapshot of clinical information, per cohort. The histogram will adjust with each cohort selection. &nbsp; Click the down arrow to view other filters. e.g. &nbsp; Age At Diagnosis, Gender, Race, Ethnicity, Vital, Tumor.</li> <li class="overview-li-padding"><em>Survival Curve:</em> Snapshot of Kaplan Meier survival curves, per cohort. For more in depth analysis push the saved cohorts to the survival tool.</li> <li class="overview-li-padding"><em>Cohorts Section:</em> All saved cohorts are listed in this area. Each cohort is clickable and will highlight the selections on the main window, as well as adjust any survival curves or clinical histograms that are associated. The last line will always show your current selection, which will also update in the <strong>Selected Cohort</strong> box at the top of the cohort panel. All cohorts are color coded for easy identification. To learn more visit <a href="" target="_blank">Oncoscape</a></li> <li class="overview-li-padding"><em>Cohort Summary:</em> Every cohort includes a summary of available information based on patients and samples.</li> <li class="overview-li-padding"><em>Tumor Nodes:</em> Select nodes by holding down the <em>Shift</em> key and selecting either individual or larger node groupings. The variation in node sizing represents the number of mutations a patient or gene carries, e.g. the larger the node the greater the mutation number. Hovering over an individual patient will provide clinical information on the left side of the tool. </li> <li class="overview-li-padding"><em>Control Bar:</em> Collection of controls that operate over the patient and chromosome areas. </li> <li class="overview-li-padding"><em>Variance Explained:</em> Shows the variance explained by PC1 and PC2. </li> <li class="overview-li-padding"><em>PCA Loadings:</em> PCA loadings shows the 50 most impactful genes for that given layout. </li> </ul> </div> </div> </div> </div> <!-- END Overview seciton --> <!-- START Use Cases seciton --> <div class="scrollto" id="section-cases"> <a class="anchor" id="anchor-cases">x</a> <div class="container"> <div class="row"> <div class="col-xs-12 text-center"> <h3 class="section-headline fadeInDown animated">Use Cases</h3> </div> </div> <section class="videoCurrent col-xs-12 col-md-7"> <div class="videoPlayerContainer"> <iframe class="videoPlayer" width="560" height="315" frameborder="0" allowfullscreen></iframe> </div> <h3 class="videoCurrentTitle"></h3> <p class="videoCurrentTranscript"></p> </section> <section class="videos noselect col-xs-12 col-md-5"> <article class="video"> <div class="videoThumb" style="background-image: url(photos/pcaNavigation/pcavideo1.png);"></div> <a class="videoLink" href="https://www.youtube.com/embed/G7wRCMsJeBs?rel=0&amp;controls=1&amp;showinfo=0"></a> <h4 class="videoTitle">Build patient cohorts with color options within TCGA Breast</h4> <p class="videoParagraph">Define and save different cohorts based on PR Status</p> <section class="videoTranscript"> <ol class="video-ol"> <div class="li-margin"> <li>Tool Selection: From the Oncoscape header, click Datasets and select Breast, then click Tools and select PCA</li> <li>Color Options: From the Control Bar (middle right side), click the Color Options button. A pop up of color options will appear</li> <li>Color Code: Select PR IHC Status PCA will reload the color-coded data by PR IHC Status and a legend with a color-key selector (right middle side), will appear in the Control Bar</li> <li>Select: From the color-key selector in the Control Bar, click the select button (circle with dot) next to the purple Negative value. All tumor samples associated with a Negative PR status will be selected and outlined in black</li> <li>Save Cohort: From the Cohort Panel, type a name in the Selected Cohort box (e.g. PR Negative) and click the “+” button. The PR IHC cohort will be renamed and saved in the Cohorts Section</li> <li>Deselect: From the PR IHC Status color-key selector, click the deselect (open circle) button next to the purple Negative value. All outlined Negative PR samples should deselect</li> <li>Additional Cohorts (optional): Repeat steps 5-7 to create cohorts for PR Status Positive and Indeterminate</li> <li>Integrate Analysis: From the Oncoscape header, click Tools and select Survival Survival will show the pairwise log-rank p-values on the Control Bar (upper right side) for each cohort. NOTE: Cohorts can be created and accessed in all tools</li> </div> </ol> </section> </article> </section> </div> </div> <!-- END Use Cases seciton --> <!-- START Nav seciton --> <div class="scrollto" id="section-nav"> <a class="anchor" id="anchor-nav">x</a> <div class="container"> <div class="row"> <div class="col-xs-12 text-center"> <h3 class="section-headline fadeInDown animated">Navigation</h3> </div> </div> <section> <div class="row"> <div class="col-xs-6 text-left"> <strong>Gene Set</strong> </div> <div class="col-xs-6 text-left"> <strong>Data Source</strong> </div> </div> <div class="row"> <div class="col-xs-6 text-left"> <p class="search-para">Provides users the ability to select a gene set to operate over. More detail about the various genesets can be found in the Methods section. To apply a new geneset locate the <em>Gene Set</em> dropdown menu and make a selection.</p> </div> <div class="col-xs-6 text-left"> <p class="search-para">Provides users the ability to select a data source. More information about the UCSC dataset can be found in the "Methods" section below. To apply an a new data source locate the <em>Data Source</em> dropdown menu and make a selection.</p> </div> </div> <div class="row"> <div class="col-xs-6 text-left generalPadding"> <strong>Variance</strong> </div> <div class="col-xs-6 text-left generalPadding"> <strong>PCA Loadings</strong> </div> </div> <div class="row"> <div class="col-xs-6 text-left"> <p class="search-para">PCA, <em>variance</em> shows the variance explained by PC1 and PC2.</p> </div> <div class="col-xs-6 text-left"> <p class="search-para">PCA loadings shows the 50 most impactful genes for that given layout.</p> </div> </div> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6 text-left"> <img src="photos/pcaNavigation/pcaVariance.png" style="padding-top: 20px;"> </div> <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6 text-left"> <img src="photos/pcaNavigation/pcaloadings.jpg"> </div> </div> <div class="row"> <div class="col-xs-6 text-left generalPadding"> <strong>Data Type</strong> </div> </div> <div class="row"> <div class="col-xs-6 text-left"> <p class="search-para">Provides users the ability to select a data type. To apply a type other than the default (copy number (gistic2) ) find the <em>Data Type</em> dropdown menu and make a selection.</p> </div> </div> </section> <hr> <div class="row"> <div class="col-xs-12 text-left"> <strong>Patient Colors</strong> </div> </div> <div class="row"> <div class="col-xs-6 text-left"> <p class="search-para">By clicking the <em>Color Options</em> button users are able to color code patient nodes based on several unique operators. A popup list will appear on the screen. Selections include the percentages of patient nodes that are include the selection e.g. 100% of patient nodes have gender specified.</p> </div> <div class="col-xs-6"> <img class="img-responsive" src="photos/pcaNavigation/colorOptions.png" alt="Patient Colors"> </div> </div> <!-- color + layout Tween slideshowFactory --> <div class="image-wrapper col-xs-12 col-lg-4"> <p>Diagnosis</p> <div id="patientPCA1" class="col-xs-12 col-lg-4 img-responsive"> </div> </div> <div class="image-wrapper col-xs-12 col-lg-4"> <p>Gender</p> <div id="patientPCA2" class="col-xs-12 col-lg-4 img-responsive"> </div> </div> <div class="image-wrapper col-xs-12 col-lg-4"> <p>Tumor Grade</p> <div id="patientPCA3" class="col-xs-12 col-lg-4 img-responsive"> </div> </div> <div class="row"> <p id="layoutTextPCA" class="col-xs-12"></p> </div> <!-- END color + layout Tween slideshowFactory --> <!-- container --> </div> </div> <!-- END nav seciton --> <!-- START Methods+Data seciton --> <div class="scrollto" id="section-methods"> <a class="anchor" id="anchor-methods">x</a> <div class="container"> <div class="row"> <div class="col-xs-12 text-center"> <h3 class="section-headline fadeInDown animated">Methods</h3> </div> </div> <div class="row"> <div class=" col-xs-12 text-left"> <p class="text-left">Oncoscape hosts <a class="methods-color" href="https://wiki.nci.nih.gov/display/TCGA/Data+level#Datalevel-RelationshipsBetweenDataTypeandDataLevel" target="_blank">level 3</a> public TCGA datasets representing gene and patient data downloaded from <a class="methods-color" href="https://xenabrowser.net/datapages/?host=https://tcga.xenahubs.net" target="_blank">UCSC Xena.</a> To review this data in depth visit our <a class="methods-color" href="http://resources.sttrcancer.org/api" target="_blank">data API. </a>User planning to publish on the provided data must adhere to all publishing guideline set by the <a class="methods-color" href="https://cancergenome.nih.gov/publications/publicationguidelines" target="_blank">NIH</a>. Datasets in Oncoscape are classified by disease type according to TCGA studies. </p> <p class="text-left">Data was generated using the R-package<a class="methods-color" href="https://stat.ethz.ch/R-manual/R-devel/library/stats/html/prcomp.html" target="_blank"> Principal Components Analysis</a> </div> </div> </div> </div> <!-- END Methods seciton --> <!-- START faq seciton --> <div class="scrollto" id="section-faq"> <a class="anchor" id="anchor-faq">x</a> <div class="container"> <div class="row"> <div class="col-xs-12 text-center"> <h3 class="section-headline fadeInDown animated">Frequently Asked Questions</h3> </div> </div> <div class="container"> <div id="divlist"> <a class="methods-color" role="button" data-toggle="collapse" data-target="#collapse-3">How do I export or print my graphs?</a> <div id="collapse-3" class="collapse"> <p class="collapse-para">Currently, the export feature is only available on the Spreadsheet tool. Users can push saved cohorts to the spreadsheet tool by clicking the the Analysis Tool button at the top of the screen. Once there click the <em>CSV Export</em> button of either all the data or only the selected data. An Excel file will be generated. </p> </div> <hr> <a class="methods-color" role="button" data-toggle="collapse" data-target="#collapse-4">How do I save my data for a return visit?</a> <div id="collapse-4" class="collapse"> <p class="collapse-para">All data for selections and cohorts will be automatically saved for a return visit assuming users are on the same computer to login. User logins that allow stored sessions from any device will be deployed in a future release. </p> </div> <hr> </div> </div> </div> </div> <!-- END faq seciton --> </div> <!-- END wrapper --> </main> <footer class="footer" id="footer"> <div class="container "> <div class="row "> <div class="col-xs-12 col-sm-4 "> <a href="http://www.fredhutch.org/en.html" target="_blank"> <img src="photos/footer/logo-hutch.png "> </a> </div> <div class="col-xs-12 col-sm-4"> <a href="http://www.uwmedicine.org/"> <img src="photos/footer/logo-uw.png"> </a> </div> <div class="col-xs-12 col-sm-4 "> <a href="http://www.seattlecca.org/"> <img src="photos/footer/logo-scca.png"> </a> </div> </div> <div class="row footer-legal "> <div col="col-xs-12 "> &copy;2014 Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N., P.O. Box 19024, Seattle, WA 98109 </div> <div class="col-xs-12 "> <a href="http://www.fredhutch.org/en/util/terms-privacy.html ">Terms of Use &amp; Privacy Policy</a> </div> </div> </div> </footer> <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-79332506-1', 'auto'); ga('send', 'pageview'); </script> <!-- FOUC correction --> </div> </body> </html>
2016/09/14/bev-curves/index.html
lenkiefer/test1lenkiefer.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Industry-specific Beveridge Curves &middot; Len Kiefer</title> <meta name="description" content="IN MY PREVIOUS POST we looked at the Job Openings and Labor Turnover Survey (JOLTS) data and plotted a Beveridge Curve. In this post I want to add some more code that allows us to plot Beveridge Curves by industry. For more on the analysis of industry-specific Beveridge Curves, see this paper published in the June 2012 Monthly Labor Review that decomposes shifts in the Beveridge Curve and looks at it by industry."> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="generator" content="Hugo 0.27.1" /> <meta name="robots" content="index,follow"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="http://lenkiefer.com/dist/styles.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin,cyrillic-ext,latin-ext,cyrillic"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> </head> <body> <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-66905937-1', 'auto'); ga('send', 'pageview'); </script> <div id="wrapper"> <header class="site-header"> <div class="container"> <div class="site-title-wrapper"> <h1 class="site-title"> <a title="Len Kiefer" href="http://lenkiefer.com/">Len Kiefer</a> </h1> <a class="button-square button-social hint--top" data-hint="Twitter" title="Twitter" href="https://twitter.com/lenkiefer"> <i class="fa fa-twitter"></i> </a> <a class="button-square button-social hint--top" data-hint="LinkedIn" title="LinkedIn" href="https://www.linkedin.com/in/leonard-kiefer-51175331"> <i class="fa fa-linkedin"></i> </a> <a class="button-square button-social hint--top" data-hint="Email" title="Email" href="mailto:lenkiefer@hotmail.com"> <i class="fa fa-envelope"></i> </a> </div> <ul class="site-nav"> <li class="site-nav-item"> <a title="Blog" href="/">Blog</a> </li> <li class="site-nav-item"> <a title="Topics" href="/tag/">Topics</a> </li> <li class="site-nav-item"> <a title="Projects" href="/project/">Projects</a> </li> <li class="site-nav-item"> <a title="About" href="/content/page/about/">About</a> </li> </ul> </div> </header> <div id="container"> <div class="container"> <article class="post-container" itemscope="" itemtype="http://schema.org/BlogPosting"> <header class="post-header"> <h1 class="post-title" itemprop="name headline">Industry-specific Beveridge Curves</h1> <p class="post-date"> <span>Published <time datetime="2016-09-14" itemprop="datePublished">Wed, Sep 14, 2016</time></span> <span>by</span> <span itemscope="" itemprop="author" itemtype="https://schema.org/Person"> <span itemprop="name"> <a href="https://google.com/&#43;XXX" itemprop="url" rel="author">Len Kiefer</a> </span> </span> </p> </header> <div class="post-content clearfix" itemprop="articleBody"> <p>IN MY <a href="../../../../2016/09/10/job-openings-and-hires">PREVIOUS POST</a> we looked at the <a href="http://www.bls.gov/jlt/home.htm">Job Openings and Labor Turnover Survey (JOLTS)</a> data and plotted a <a href="https://en.wikipedia.org/wiki/Beveridge_curve">Beveridge Curve</a>. In this post I want to add some more code that allows us to plot Beveridge Curves by industry.</p> <p>For more on the analysis of industry-specific Beveridge Curves, see <a href="http://www.bls.gov/opub/mlr/2012/06/art2full.pdf">this paper</a> published in the June 2012 <a href="http://www.bls.gov/opub/mlr/about.htm">Monthly Labor Review</a> that decomposes shifts in the Beveridge Curve and looks at it by industry. Analyzing data through March 2012, the authors found that Construction alone shifted the total market Beveridge Curve by a full percentage point (see Table 4 in the paper).</p> <h2 id="the-data">The data</h2> <p>While the data is all available from the Bureau of Labor Statistics (BLS) <a href="bls.gov">webpage</a> it required some looking through the available files to find the right series. In the handy code I post below, we can grab the right data from BLS and produce our plots.</p> <p>We&rsquo;re going to pull our data from two sources, the JOLTS data, and the <a href="http://www.bls.gov/cps/">Current Population Survey (CPS)</a>. You can access flat files from BLS <a href="http://download.bls.gov/pub/time.series/jt/">here for JOLTS</a> and <a href="http://download.bls.gov/pub/time.series/ln/">here for CPS</a>. Unfortunately the industry codes available in the flat files are not identical, but I hunted down (what I think are) the proper codes and combined them. You can read more <a href="http://www.bls.gov/cps/cpsoccind.htm">here</a>.</p> <p>The relevant passages are quoted below</p> <h3 id="jolts">JOLTS</h3> <blockquote> <p>The Job Openings and Labor Turnover Survey (JOLTS) publishes industry estimates based on the 2012 North American Industry Classification System (NAICS). NAICS-based estimates are available for December 2000 to the present</p> </blockquote> <h3 id="cps">CPS</h3> <blockquote> <p>The Current Population Survey currently uses the 2010 Census occupational classification and, beginning with data for January 2014, the 2012 Census industry classification. These classifications were derived from the 2010 Standard Occupational Classification (SOC) and the 2012 North American Industry Classification System (NAICS), respectively, to meet the special classification needs of demographic household surveys. The Census classifications use the same basic structure as the SOC and NAICS, but are generally less detailed.</p> </blockquote> <p>A crosswalk between the codes are available <a href="http://www.bls.gov/cps/cenind2012.htm">here</a>. For example, construction has the Census code 0770 while the corresponding NAICS code is 23.</p> <p>I&rsquo;m going to rely on the fact that the industry names are identical in the BLS data and merge on the industry names rather than use the crosswalk. You can confirm this works by comparing <a href="http://www.bls.gov/news.release/jolts.t01.htm">this table</a> for JOLTS to <a href="http://www.bls.gov/news.release/empsit.t14.htm">this table</a> for the unemployment rate from CPS.</p> <h3 id="setup-files">Setup files</h3> <p>The code below merges the industry names and codes for JOLTS to (the same) industry name and (different) codes for CPS.</p> <p>{% highlight r</p> <h1 id="load-libraries">load libraries</h1> <p>library(ggplot2) library(animation) library(stringr) library(data.table) library(tweenr) library(purrr) library(dplyr) library(viridis)</p> <p>#get CPS codes</p> <h1 id="these-are-the-major-sectors-in-bls-table-14-http-www-bls-gov-news-release-empsit-t14-htm">These are the major sectors in BLS table 14: <a href="http://www.bls.gov/news.release/empsit.t14.htm">http://www.bls.gov/news.release/empsit.t14.htm</a></h1> <p>#i saved these in a .txt file called incodelu.txt</p> <p>#indy_code indy_text</p> <h1 id="0000-all-industries">0000 All Industries</h1> <h1 id="0169-agriculture-forestry-fishing-and-hunting">0169 Agriculture, forestry, fishing, and hunting</h1> <h1 id="0368-nonagriculture-industries">0368 Nonagriculture industries</h1> <h1 id="0369-mining-quarrying-and-oil-and-gas-extraction">0369 Mining, quarrying, and oil and gas extraction</h1> <h1 id="0569-utilities">0569 Utilities</h1> <h1 id="0770-construction">0770 Construction</h1> <h1 id="1068-nondurable-goods-manufacturing">1068 Nondurable goods manufacturing</h1> <h1 id="2467-manufacturing">2467 Manufacturing</h1> <h1 id="2468-durable-goods-manufacturing">2468 Durable goods manufacturing</h1> <h1 id="4067-wholesale-and-retail-trade">4067 Wholesale and retail trade</h1> <h1 id="4068-wholesale-trade">4068 Wholesale trade</h1> <h1 id="4669-retail-trade">4669 Retail trade</h1> <h1 id="6068-transportation-and-utilities">6068 Transportation and utilities</h1> <h1 id="6069-transportation-and-warehousing">6069 Transportation and warehousing</h1> <h1 id="6468-information">6468 Information</h1> <h1 id="6469-publishing-except-internet">6469 Publishing, except Internet</h1> <h1 id="6569-motion-pictures-and-sound-recording-industries">6569 Motion pictures and sound recording industries</h1> <h1 id="6670-radio-and-television-broadcasting-and-cable-subscriptions-programming">6670 Radio and television broadcasting and cable subscriptions programming</h1> <h1 id="6679-telecommunications">6679 Telecommunications</h1> <h1 id="6769-other-information-services">6769 Other information services</h1> <h1 id="6867-financial-activities">6867 Financial activities</h1> <h1 id="6868-finance-and-insurance">6868 Finance and insurance</h1> <h1 id="6869-finance">6869 Finance</h1> <h1 id="6990-insurance-carriers-and-related-activities">6990 Insurance carriers and related activities</h1> <h1 id="7069-real-estate-and-rental-and-leasing">7069 Real estate and rental and leasing</h1> <h1 id="7268-professional-and-business-services">7268 Professional and business services</h1> <h1 id="7269-professional-and-technical-services">7269 Professional and technical services</h1> <h1 id="7569-management-administrative-and-waste-services">7569 Management, administrative, and waste services</h1> <h1 id="7858-education-and-health-services">7858 Education and health services</h1> <h1 id="7859-educational-services">7859 Educational services</h1> <h1 id="7968-health-care-and-social-assistance">7968 Health care and social assistance</h1> <h1 id="8558-leisure-and-hospitality">8558 Leisure and hospitality</h1> <h1 id="8559-arts-entertainment-and-recreation">8559 Arts, entertainment, and recreation</h1> <h1 id="8658-accommodation-and-food-services">8658 Accommodation and food services</h1> <h1 id="8659-accommodation">8659 Accommodation</h1> <h1 id="8679-food-services-and-drinking-places">8679 Food services and drinking places</h1> <h1 id="8767-other-services">8767 Other services</h1> <h1 id="8768-other-services-except-private-households">8768 Other services, except private households</h1> <h1 id="9290-other-services-private-households">9290 Other services, private households</h1> <p>#read file: my.indy&lt;-fread(&ldquo;data/indcodeslu.txt&rdquo;)</p> <p>#Get JOLTS codes #saved in a file indcodesjolts.txt</p> <h1 id="industry-code-industry-text-display-level-selectable-sort-sequence-blank">industry_code industry_text display_level selectable sort_sequence blank</h1> <h1 id="000000-total-nonfarm-0-t-1">000000 Total nonfarm 0 T 1</h1> <h1 id="100000-total-private-1-t-2">100000 Total private 1 T 2</h1> <h1 id="110099-mining-and-logging-2-t-3">110099 Mining and logging 2 T 3</h1> <h1 id="230000-construction-2-t-4">230000 Construction 2 T 4</h1> <h1 id="300000-manufacturing-2-t-5">300000 Manufacturing 2 T 5</h1> <h1 id="320000-durable-goods-manufacturing-3-t-6">320000 Durable goods manufacturing 3 T 6</h1> <h1 id="340000-nondurable-goods-manufacturing-3-t-7">340000 Nondurable goods manufacturing 3 T 7</h1> <h1 id="400000-trade-transportation-and-utilities-2-t-8">400000 Trade, transportation, and utilities 2 T 8</h1> <h1 id="420000-wholesale-trade-3-t-9">420000 Wholesale trade 3 T 9</h1> <h1 id="440000-retail-trade-3-t-10">440000 Retail trade 3 T 10</h1> <h1 id="480099-transportation-warehousing-and-utilities-3-t-11">480099 Transportation, warehousing, and utilities 3 T 11</h1> <h1 id="510000-information-2-t-12">510000 Information 2 T 12</h1> <h1 id="510099-financial-activities-2-t-13">510099 Financial activities 2 T 13</h1> <h1 id="520000-finance-and-insurance-3-t-14">520000 Finance and insurance 3 T 14</h1> <h1 id="530000-real-estate-and-rental-and-leasing-3-t-15">530000 Real estate and rental and leasing 3 T 15</h1> <h1 id="540099-professional-and-business-services-2-t-16">540099 Professional and business services 2 T 16</h1> <h1 id="600000-education-and-health-services-2-t-17">600000 Education and health services 2 T 17</h1> <h1 id="610000-educational-services-3-t-18">610000 Educational services 3 T 18</h1> <h1 id="620000-health-care-and-social-assistance-3-t-19">620000 Health care and social assistance 3 T 19</h1> <h1 id="700000-leisure-and-hospitality-2-t-20">700000 Leisure and hospitality 2 T 20</h1> <h1 id="710000-arts-entertainment-and-recreation-3-t-21">710000 Arts, entertainment, and recreation 3 T 21</h1> <h1 id="720000-accommodation-and-food-services-3-t-22">720000 Accommodation and food services 3 T 22</h1> <h1 id="810000-other-services-2-t-23">810000 Other services 2 T 23</h1> <h1 id="900000-government-1-t-24">900000 Government 1 T 24</h1> <h1 id="910000-federal-2-t-25">910000 Federal 2 T 25</h1> <h1 id="920000-state-and-local-2-t-26">920000 State and local 2 T 26</h1> <h1 id="923000-state-and-local-government-education-3-t-27">923000 State and local government education 3 T 27</h1> <h1 id="929000-state-and-local-government-excluding-education-3-t-28">929000 State and local government, excluding education 3 T 28</h1> <p>my.indy2&lt;-fread(&ldquo;data/indcodesjolts.txt&rdquo;)</p> <p>#merge together industry names my.indy3&lt;-merge(my.indy2,my.indy,by.x=&ldquo;industry_text&rdquo;,by.y=&ldquo;indy_text&rdquo;) {% endhighlight</p> <h3 id="prepare-data">Prepare data</h3> <p>Now that we have the codes we can read the data from the BLS and use the industry codes to merge the data.</p> <p>{% highlight r</p> <h1 id="read-in-unemployment-rated">read in unemployment rated</h1> <p>ln.series&lt;-fread(&ldquo;<a href="http://download.bls.gov/pub/time.series/ln/ln.series&quot;">http://download.bls.gov/pub/time.series/ln/ln.series&quot;</a>) ln.data&lt;-fread(&ldquo;<a href="http://download.bls.gov/pub/time.series/ln/ln.data.1.AllData&quot;">http://download.bls.gov/pub/time.series/ln/ln.data.1.AllData&quot;</a>) ln.indy&lt;-fread(&ldquo;<a href="http://download.bls.gov/pub/time.series/ln/ln.indy&quot;">http://download.bls.gov/pub/time.series/ln/ln.indy&quot;</a>)</p> <h1 id="find-series-named-unemployment-rate">find series named unemployment rate:</h1> <p>my.series&lt;-ln.series[grepl(&ldquo;Unemployment Rate&rdquo;,series_title) &amp; indy_code !=0,] my.series&lt;-ln.series[(grepl(&ldquo;Unemployment Rate&rdquo;,series_title) &amp; indy_code !=0 &amp; indy_code %in% my.indy3$indy_code &amp; ages_code==0 &amp; periodicity_code==&ldquo;M&rdquo; &amp; sexs_code==0) | series_id==&ldquo;LNU04000000&rdquo;,]</p> <p>ln.data2&lt;-ln.data[year&gt;1999 &amp; series_id %in% my.series$series_id,] ln.data2&lt;-merge(ln.data2,my.series[,list(series_id,indy_code)],by=&ldquo;series_id&rdquo;,all.x=T) ln.data2 &lt;-merge(ln.data2,my.indy3[,list(indy_code,industry_text),],by=&ldquo;indy_code&rdquo;,all.x=T) ln.data2&lt;-dplyr::rename(ln.data2,ur=value)</p> <p>#get jolts data</p> <p>jolts.dt&lt;-fread(&ldquo;<a href="http://download.bls.gov/pub/time.series/jt/jt.data.1.AllItems&quot;">http://download.bls.gov/pub/time.series/jt/jt.data.1.AllItems&quot;</a>) jolts.series&lt;-fread(&ldquo;<a href="http://download.bls.gov/pub/time.series/jt/jt.series&quot;">http://download.bls.gov/pub/time.series/jt/jt.series&quot;</a>) jolts.ind&lt;-fread(&ldquo;<a href="http://download.bls.gov/pub/time.series/jt/jt.industry&quot;">http://download.bls.gov/pub/time.series/jt/jt.industry&quot;</a>, col.names=c(&ldquo;industry_code&rdquo;,&ldquo;industry_text&rdquo;, &ldquo;display_level&rdquo;, &ldquo;selectable&rdquo;,&ldquo;sort_sequence&rdquo;,&ldquo;blank&rdquo;)) jolts.element&lt;-fread(&ldquo;<a href="http://download.bls.gov/pub/time.series/jt/jt.dataelement&quot;">http://download.bls.gov/pub/time.series/jt/jt.dataelement&quot;</a>, col.names=c(&ldquo;dataelement_code&rdquo;,&ldquo;dataelement_text&rdquo;,&ldquo;display_level&rdquo;,&ldquo;selectable&rdquo;,&ldquo;sort_sequence&rdquo;,&ldquo;blank&rdquo; ))</p> <p>#we want job openeings: dataelement=JO, not seasonally adjusted, rates (ratelevel_code=R) and U.S. (region_code=00)</p> <h1 id="we-also-want-the-aggregate-series-whos-id-is-jtu00000000jor-i-found-it-manually">we also want the aggregate series, whos id is JTU00000000JOR (I found it manually)</h1> <p>my.series&lt;-jolts.series[( industry_code %in% my.indy3$industry_code &amp; dataelement_code==&ldquo;JO&rdquo; &amp; seasonal==&ldquo;U&rdquo; &amp; ratelevel_code==&ldquo;R&rdquo; &amp; region_code==&ldquo;00&rdquo;) | series_id==&ldquo;JTU00000000JOR&rdquo;, ]</p> <p>jolts.dt2&lt;-jolts.dt[series_id %in% my.series$series_id,] jolts.dt2&lt;-merge(jolts.dt2,my.series[,list(series_id,industry_code),],by=&ldquo;series_id&rdquo;) jolts.dt2 &lt;-merge(jolts.dt2,my.indy3[,list(industry_code,industry_text),],by=&ldquo;industry_code&rdquo;,all.x=T) jolts.dt2&lt;-dplyr::rename(jolts.dt2,jo=value)</p> <p>all.dt&lt;-merge(ln.data2[,list(year,period,ur,industry_text,indy_code)], jolts.dt2[,list(year,period,jo,industry_text,industry_code)], by=c(&ldquo;year&rdquo;,&ldquo;period&rdquo;,&ldquo;industry_text&rdquo;))</p> <h1 id="merge-data">merge data:</h1> <p>all.dt$ur&lt;-as.numeric(all.dt$ur) all.dt[industry_code==0,industry_text:=&ldquo;All Industries&rdquo;] all.dt[,month:=as.numeric(substr(period,2,3))] all.dt[,date:= as.Date(ISOdate(year,month,1))]</p> <p>#We want to distinguish between recession and expansions using NBER recession dates</p> <p>#Turning Point Date Peak or Trough Announcement Date with Link #June 2009 Trough September 20, 2010 #December 2007 Peak December 1, 2008 #March 2001 Peak November 26, 2001</p> <p>#create recessions</p> <p>all.dt[, recession:=&ldquo;Expansion&rdquo;] all.dt[ (date&gt;&ldquo;2001-02-28&rdquo; &amp; date&lt;=&ldquo;2001-12-01&rdquo;) | (date&gt;&ldquo;2007-10-31&rdquo; &amp; date&lt;=&ldquo;2009-06-30&rdquo;), recession:=&ldquo;Recession&rdquo; ] {% endhighlight</p> <h3 id="check-data">Check Data</h3> <p>Now we should have data in a format that we can use.</p> <p>{% highlight r library(htmlTable) #make a table htmlTable(all.dt[ date==&ldquo;2016-07-01&rdquo;, list(year,period,industry_text,indy_code,industry_code,ur,jo)], col.rgroup = c(&ldquo;none&rdquo;, &ldquo;#F7F7F7&rdquo;),caption=&ldquo;Merged Table&rdquo;, header = c(&ldquo;Year &ldquo;,&ldquo;Period &ldquo;,&ldquo;industry&rdquo;,&ldquo;Industry\ncode (CPS)&ldquo;,&ldquo;Industry\ncode (JOLTS)&ldquo;,&ldquo;Unemployment\nRate &ldquo;,&ldquo;Job Openings\nRate&rdquo;), tfoot=&ldquo;Source: U.S. Bureau of Labor Statistics\ndata are not seasonally adjusted&rdquo;) {% endhighlight</p> <table class='gmisc_table' style='border-collapse: collapse; margin-top: 1em; margin-bottom: 1em;' > <thead> <tr><td colspan='8' style='text-align: left;'> Merged Table</td></tr> <tr> <th style='border-bottom: 1px solid grey; border-top: 2px solid grey;'> </th> <th style='border-bottom: 1px solid grey; border-top: 2px solid grey; text-align: center;'>Year </th> <th style='border-bottom: 1px solid grey; border-top: 2px solid grey; text-align: center;'>Period </th> <th style='border-bottom: 1px solid grey; border-top: 2px solid grey; text-align: center;'>industry</th> <th style='border-bottom: 1px solid grey; border-top: 2px solid grey; text-align: center;'>Industry code (CPS)</th> <th style='border-bottom: 1px solid grey; border-top: 2px solid grey; text-align: center;'>Industry code (JOLTS)</th> <th style='border-bottom: 1px solid grey; border-top: 2px solid grey; text-align: center;'>Unemployment Rate </th> <th style='border-bottom: 1px solid grey; border-top: 2px solid grey; text-align: center;'>Job Openings Rate</th> </tr> </thead> <tbody> <tr> <td style='text-align: left;'>1</td> <td style='text-align: center;'>2016</td> <td style='text-align: center;'>M07</td> <td style='text-align: center;'>All Industries</td> <td style='text-align: center;'>0</td> <td style='text-align: center;'>0</td> <td style='text-align: center;'>5.1</td> <td style='text-align: center;'>4.1</td> </tr> <tr style='background-color: #f7f7f7;'> <td style='background-color: #f7f7f7; text-align: left;'>2</td> <td style='background-color: #f7f7f7; text-align: center;'>2016</td> <td style='background-color: #f7f7f7; text-align: center;'>M07</td> <td style='background-color: #f7f7f7; text-align: center;'>Accommodation and food services</td> <td style='background-color: #f7f7f7; text-align: center;'>8658</td> <td style='background-color: #f7f7f7; text-align: center;'>720000</td> <td style='background-color: #f7f7f7; text-align: center;'>6.2</td> <td style='background-color: #f7f7f7; text-align: center;'>4.8</td> </tr> <tr> <td style='text-align: left;'>3</td> <td style='text-align: center;'>2016</td> <td style='text-align: center;'>M07</td> <td style='text-align: center;'>Arts, entertainment, and recreation</td> <td style='text-align: center;'>8559</td> <td style='text-align: center;'>710000</td> <td style='text-align: center;'>5.2</td> <td style='text-align: center;'>3.7</td> </tr> <tr style='background-color: #f7f7f7;'> <td style='background-color: #f7f7f7; text-align: left;'>4</td> <td style='background-color: #f7f7f7; text-align: center;'>2016</td> <td style='background-color: #f7f7f7; text-align: center;'>M07</td> <td style='background-color: #f7f7f7; text-align: center;'>Construction</td> <td style='background-color: #f7f7f7; text-align: center;'>770</td> <td style='background-color: #f7f7f7; text-align: center;'>230000</td> <td style='background-color: #f7f7f7; text-align: center;'>4.5</td> <td style='background-color: #f7f7f7; text-align: center;'>3</td> </tr> <tr> <td style='text-align: left;'>5</td> <td style='text-align: center;'>2016</td> <td style='text-align: center;'>M07</td> <td style='text-align: center;'>Durable goods manufacturing</td> <td style='text-align: center;'>2468</td> <td style='text-align: center;'>320000</td> <td style='text-align: center;'>4.6</td> <td style='text-align: center;'>2.9</td> </tr> <tr style='background-color: #f7f7f7;'> <td style='background-color: #f7f7f7; text-align: left;'>6</td> <td style='background-color: #f7f7f7; text-align: center;'>2016</td> <td style='background-color: #f7f7f7; text-align: center;'>M07</td> <td style='background-color: #f7f7f7; text-align: center;'>Education and health services</td> <td style='background-color: #f7f7f7; text-align: center;'>7858</td> <td style='background-color: #f7f7f7; text-align: center;'>600000</td> <td style='background-color: #f7f7f7; text-align: center;'>3.7</td> <td style='background-color: #f7f7f7; text-align: center;'>4.8</td> </tr> <tr> <td style='text-align: left;'>7</td> <td style='text-align: center;'>2016</td> <td style='text-align: center;'>M07</td> <td style='text-align: center;'>Educational services</td> <td style='text-align: center;'>7859</td> <td style='text-align: center;'>610000</td> <td style='text-align: center;'>5.7</td> <td style='text-align: center;'>3.5</td> </tr> <tr style='background-color: #f7f7f7;'> <td style='background-color: #f7f7f7; text-align: left;'>8</td> <td style='background-color: #f7f7f7; text-align: center;'>2016</td> <td style='background-color: #f7f7f7; text-align: center;'>M07</td> <td style='background-color: #f7f7f7; text-align: center;'>Finance and insurance</td> <td style='background-color: #f7f7f7; text-align: center;'>6868</td> <td style='background-color: #f7f7f7; text-align: center;'>520000</td> <td style='background-color: #f7f7f7; text-align: center;'>2.3</td> <td style='background-color: #f7f7f7; text-align: center;'>3.9</td> </tr> <tr> <td style='text-align: left;'>9</td> <td style='text-align: center;'>2016</td> <td style='text-align: center;'>M07</td> <td style='text-align: center;'>Financial activities</td> <td style='text-align: center;'>6867</td> <td style='text-align: center;'>510099</td> <td style='text-align: center;'>2.4</td> <td style='text-align: center;'>3.8</td> </tr> <tr style='background-color: #f7f7f7;'> <td style='background-color: #f7f7f7; text-align: left;'>10</td> <td style='background-color: #f7f7f7; text-align: center;'>2016</td> <td style='background-color: #f7f7f7; text-align: center;'>M07</td> <td style='background-color: #f7f7f7; text-align: center;'>Health care and social assistance</td> <td style='background-color: #f7f7f7; text-align: center;'>7968</td> <td style='background-color: #f7f7f7; text-align: center;'>620000</td> <td style='background-color: #f7f7f7; text-align: center;'>3.2</td> <td style='background-color: #f7f7f7; text-align: center;'>5</td> </tr> <tr> <td style='text-align: left;'>11</td> <td style='text-align: center;'>2016</td> <td style='text-align: center;'>M07</td> <td style='text-align: center;'>Information</td> <td style='text-align: center;'>6468</td> <td style='text-align: center;'>510000</td> <td style='text-align: center;'>5.7</td> <td style='text-align: center;'>2.7</td> </tr> <tr style='background-color: #f7f7f7;'> <td style='background-color: #f7f7f7; text-align: left;'>12</td> <td style='background-color: #f7f7f7; text-align: center;'>2016</td> <td style='background-color: #f7f7f7; text-align: center;'>M07</td> <td style='background-color: #f7f7f7; text-align: center;'>Leisure and hospitality</td> <td style='background-color: #f7f7f7; text-align: center;'>8558</td> <td style='background-color: #f7f7f7; text-align: center;'>700000</td> <td style='background-color: #f7f7f7; text-align: center;'>6</td> <td style='background-color: #f7f7f7; text-align: center;'>4.7</td> </tr> <tr> <td style='text-align: left;'>13</td> <td style='text-align: center;'>2016</td> <td style='text-align: center;'>M07</td> <td style='text-align: center;'>Manufacturing</td> <td style='text-align: center;'>2467</td> <td style='text-align: center;'>300000</td> <td style='text-align: center;'>4.3</td> <td style='text-align: center;'>3</td> </tr> <tr style='background-color: #f7f7f7;'> <td style='background-color: #f7f7f7; text-align: left;'>14</td> <td style='background-color: #f7f7f7; text-align: center;'>2016</td> <td style='background-color: #f7f7f7; text-align: center;'>M07</td> <td style='background-color: #f7f7f7; text-align: center;'>Nondurable goods manufacturing</td> <td style='background-color: #f7f7f7; text-align: center;'>1068</td> <td style='background-color: #f7f7f7; text-align: center;'>340000</td> <td style='background-color: #f7f7f7; text-align: center;'>3.6</td> <td style='background-color: #f7f7f7; text-align: center;'>3.2</td> </tr> <tr> <td style='text-align: left;'>15</td> <td style='text-align: center;'>2016</td> <td style='text-align: center;'>M07</td> <td style='text-align: center;'>Other services</td> <td style='text-align: center;'>8767</td> <td style='text-align: center;'>810000</td> <td style='text-align: center;'>4.4</td> <td style='text-align: center;'>3.5</td> </tr> <tr style='background-color: #f7f7f7;'> <td style='background-color: #f7f7f7; text-align: left;'>16</td> <td style='background-color: #f7f7f7; text-align: center;'>2016</td> <td style='background-color: #f7f7f7; text-align: center;'>M07</td> <td style='background-color: #f7f7f7; text-align: center;'>Professional and business services</td> <td style='background-color: #f7f7f7; text-align: center;'>7268</td> <td style='background-color: #f7f7f7; text-align: center;'>540099</td> <td style='background-color: #f7f7f7; text-align: center;'>4.7</td> <td style='background-color: #f7f7f7; text-align: center;'>5.9</td> </tr> <tr> <td style='text-align: left;'>17</td> <td style='text-align: center;'>2016</td> <td style='text-align: center;'>M07</td> <td style='text-align: center;'>Real estate and rental and leasing</td> <td style='text-align: center;'>7069</td> <td style='text-align: center;'>530000</td> <td style='text-align: center;'>2.7</td> <td style='text-align: center;'>3.3</td> </tr> <tr style='background-color: #f7f7f7;'> <td style='background-color: #f7f7f7; text-align: left;'>18</td> <td style='background-color: #f7f7f7; text-align: center;'>2016</td> <td style='background-color: #f7f7f7; text-align: center;'>M07</td> <td style='background-color: #f7f7f7; text-align: center;'>Retail trade</td> <td style='background-color: #f7f7f7; text-align: center;'>4669</td> <td style='background-color: #f7f7f7; text-align: center;'>440000</td> <td style='background-color: #f7f7f7; text-align: center;'>5.5</td> <td style='background-color: #f7f7f7; text-align: center;'>4.2</td> </tr> <tr> <td style='border-bottom: 2px solid grey; text-align: left;'>19</td> <td style='border-bottom: 2px solid grey; text-align: center;'>2016</td> <td style='border-bottom: 2px solid grey; text-align: center;'>M07</td> <td style='border-bottom: 2px solid grey; text-align: center;'>Wholesale trade</td> <td style='border-bottom: 2px solid grey; text-align: center;'>4068</td> <td style='border-bottom: 2px solid grey; text-align: center;'>420000</td> <td style='border-bottom: 2px solid grey; text-align: center;'>3.9</td> <td style='border-bottom: 2px solid grey; text-align: center;'>2.7</td> </tr> </tbody> <tfoot><tr><td colspan='8'> Source: U.S. Bureau of Labor Statistics<br> data are not seasonally adjusted</td></tr></tfoot> </table> <h3 id="create-panel-plot">Create Panel Plot</h3> <p>Now we can create a panel plot.</p> <p>{% highlight r</p> <h1 id="turn-industry-text-into-factors-so-we-can-get-all-industries-in-first-position">turn industry text into factors so we can get All industries in first position</h1> <p>all.dt$ind.textf&lt;-factor(all.dt$industry_text,levels=unique(all.dt$industry_text))</p> <p>ggplot(data=all.dt,aes(x=ur,y=jo,color=recession))+geom_point(alpha=0.25)+facet_wrap(~ind.textf,ncol=4)+ theme_minimal()+ theme(plot.caption=element_text(hjust=0,size=7))+ #put the legend down at the bottom right theme(legend.position = c(0.85, 0.075) )+ #Let&rsquo;s circle the last available point: geom_point(data=all.dt[ date==&ldquo;2016-07-01&rdquo;],shape=21,size=3,color=viridis(3)[1])+ geom_text(data=all.dt[ date==&ldquo;2016-07-01&rdquo;],size=2,color=viridis(3)[1],label=&ldquo;July, 2016\n\n&rdquo;)+ theme(strip.text.x = element_text(size = 7))+ scale_color_manual(name=&ldquo;Recession or\nExpansion&rdquo;,values=c(viridis(5)[4],magma(5)[3]))+ labs(x=&ldquo;Unemployment Rate (%, NSA)&rdquo;,y=&ldquo;Job Openings Rate (%, NSA)&rdquo;, title=&ldquo;The Beveridge Curve&rdquo;, subtitle=&ldquo;job openings rate vs unemployment rate (NSA)&rdquo;, caption=&ldquo;@lenkiefer Source: U.S. Bureau of Labor Statistics, Current Population Survey and Job Openings and Labor Turnover Survey&rdquo;) {% endhighlight</p> <p><img src="/img/Rfig/fig-bv-grahp1-1.svg" alt="plot of chunk fig-bv-grahp1" /></p> <h3 id="add-animation">Add animation</h3> <p>If we wish, we can add animation through the following code.</p> <p><em>See my earlier <a href="../../../../2016/05/29/improving-R-animated-gifs-with-tweenr">post about tweenr</a> for an introduction to tweenr, and more examples <a href="../../../../2016/05/30/more-tweenr-animations">here</a> and <a href="../../../../2016/06/26/week-in-review">here</a>.</em></p> <p>{% highlight r #make a function to prepare data for tweening myf&lt;-function(m){ DT&lt;-copy(all.dt) DT&lt;-DT[industry_text==m,] DT %&gt;% map_if(is.character, as.factor) %&gt;% as.data.frame() -&gt;DT as.data.frame(DT)}</p> <p>ind.list&lt;-unique(all.dt$industry_text) # get list of industries</p> <p>#the animation will loop through each industry and return to All Industries (ind.list[1]). my.list&lt;-lapply(c(ind.list,ind.list[1]),myf)</p> <p>tf &lt;- tween_states(my.list, tweenlength= 2, statelength=3, ease=rep(&lsquo;cubic-in-out&rsquo;,17),nframes=300) tf&lt;-data.table(tf)<br /> N&lt;-max(tf$.frame)</p> <p>oopt = ani.options(interval = 0.2) saveGIF({for (i in 1:N) { g&lt;- ggplot(data=tf[.frame==i,],aes(x=ur,y=jo,color=recession,group=recession))+geom_point(alpha=0.65)+facet_wrap(~industry_text)+ theme_minimal()+ theme(plot.caption=element_text(hjust=0,size=9))+ geom_point(data=tf[.frame==i &amp; date==&ldquo;2016-07-01&rdquo;],shape=21,size=3,color=viridis(3)[1])+ geom_text(data=tf[.frame==i &amp; date==&ldquo;2016-07-01&rdquo;],color=viridis(3)[1],label=&ldquo;July, 2016\n\n&rdquo;)+ coord_cartesian(ylim=c(0,8),xlim=c(0,28))+ theme(legend.position=&ldquo;bottom&rdquo;)+ scale_color_manual(name=&ldquo;Recession or Expansion&rdquo;,values=c(viridis(5)[4],magma(5)[3]))+ labs(x=&ldquo;Unemployment Rate (%, NSA)&rdquo;,y=&ldquo;Job Openings Rate (%, NSA)&rdquo;, title=&ldquo;The Beveridge Curve&rdquo;, subtitle=&ldquo;job openings rate vs unemployment rate (NSA)&rdquo;, caption=&ldquo;@lenkiefer Source: U.S. Bureau of Labor Statistics, Current Population Survey and Job Openings and Labor Turnover Survey&rdquo;)</p> <p>print(g) ani.pause() print(i) } },movie.name=&ldquo;bv tween3.gif&rdquo;,ani.width = 650, ani.height = 500) {% endhighlight</p> <p><img src="../../../../img/charts_sep_14_2016/bv tween3.gif" alt="animated beveridge curve"/></p> </div> <footer class="post-footer clearfix"> <p class="post-tags"> <span>Tagged:</span> <a href="/tags/dataviz/">dataviz</a>, <a href="/tags/economy/">economy</a>, <a href="/tags/r/">R</a>, <a href="/tags/animation/">animation</a>, <a href="/tags/data-wrangling/">data wrangling</a> </p> <div class="share"> <a class="icon-twitter" href="https://twitter.com/share?text=Industry-specific%20Beveridge%20Curves via %40lenkiefer&url=http%3a%2f%2flenkiefer.com%2f2016%2f09%2f14%2fbev-curves%2f" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;"> <i class="fa fa-twitter"></i> <span class="hidden">Twitter</span> </a> <a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=http%3a%2f%2flenkiefer.com%2f2016%2f09%2f14%2fbev-curves%2f" onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;"> <i class="fa fa-facebook"></i> <span class="hidden">Facebook</span> </a> <a class="icon-google-plus" href="https://plus.google.com/share?url=http%3a%2f%2flenkiefer.com%2f2016%2f09%2f14%2fbev-curves%2f" onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;"> <i class="fa fa-google-plus"></i> <span class="hidden">Google+</span> </a> <a class="icon-linkedin" href="https://www.linkedin.com/shareArticle?mini=true&title=Industry-specific%20Beveridge%20Curves&url=http%3a%2f%2flenkiefer.com%2f2016%2f09%2f14%2fbev-curves%2f&summary=" onclick="window.open(this.href, 'linkedin-share', 'width=554,height=481');return false;"> <i class="fa fa-linkedin"></i> <span class="hidden">LinkedIn</span> </a> </div> </footer> </article> </div> </div> </div> <footer class="footer"> <div class="container"> <div class="site-title-wrapper"> <h1 class="site-title"> <a title="Len Kiefer" href="http://lenkiefer.com/">Len Kiefer</a> </h1> <a class="button-square button-jump-top js-jump-top" href="#"> <i class="fa fa-angle-up"></i> </a> </div> <p class="footer-copyright"> <span>&copy; Len Kiefer 2017 / Powered by <a href="https://gohugo.io/">Hugo</a></span> </p> <p class="footer-copyright" style="font-size:50%;"> <span><a href="https://github.com/roryg/ghostwriter">Ghostwriter theme</a> By <a href="http://jollygoodthemes.com">JollyGoodThemes</a></span> <span>/ <a href="https://github.com/jbub/ghostwriter">Ported</a> to Hugo By <a href="https://github.com/jbub">jbub</a> (modified by Len Kiefer)</span> </p> </div> </footer> <script src="http://lenkiefer.com/js/jquery-1.11.3.min.js"></script> <script src="http://lenkiefer.com/js/jquery.fitvids.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script> <script src="http://lenkiefer.com/js/scripts.js"></script> </body> </html>
lib/Sasa-v0.9.3-docs/Contents/1/398.html
fschwiet/ManyConsole
<?xml version="1.0" encoding="utf-8"?> <!-- This comment will force IE7 to go into quirks mode. --> <!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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> <link rel="stylesheet" type="text/css" href="../../CSS/Contents.css"></link> <script type="text/javascript" src="../../JS/Common.js"></script> <title>Either&lt;TFirst, TSecond, TThird&gt;.Select Method (TFirst)</title> </head> <body> <div id="Header"> <div id="ProjectTitle">Documentation Project</div> <div id="PageTitle">Either&lt;TFirst, TSecond, TThird&gt;.Select Method (TFirst)</div> <div id="HeaderShortcuts"> <a href="#SectionHeader0" onclick="javascript: SetSectionVisibility(0, true); SetExpandCollapseAllToCollapseAll();">Syntax</a>&nbsp; </div> <div class="DarkLine"></div> <div class="LightLine"></div> <div id="HeaderToolbar"> <img id="ExpandCollapseAllImg" src="../../GFX/SmallSquareExpanded.gif" alt="" style="vertical-align: top;" onclick="javascript: ToggleAllSectionsVisibility();" /> <span id="ExpandCollapseAllSpan" onclick="javascript: ToggleAllSectionsVisibility();">Collapse All</span> </div> </div> <div id="Contents"> <a id="ContentsAnchor">&nbsp;</a> If the type is <span class="Code">TFirst</span>, return the value, else return <span class="Code">otherwise</span>. <div id="ItemLocation"> <b>Declaring type:</b> <a href="../../Contents/1/220.html">Either&lt;TFirst, TSecond, TThird&gt;</a><br /> <b>Namespace:</b> <a href="../../Contents/1/208.html">Sasa</a><br /> <b>Assembly:</b> <a href="../../Contents/1/1.html">Sasa</a> </div> <div id="SectionHeader0" class="SectionHeader"> <img id="SectionExpanderImg0" src="../../GFX/BigSquareExpanded.gif" alt="Collapse/Expand" onclick="javascript: ToggleSectionVisibility(0);" /> <span class="SectionHeader"> <span class="ArrowCursor" onclick="javascript: ToggleSectionVisibility(0);"> Syntax </span> </span> </div> <div id="SectionContainerDiv0" class="SectionContainer"> <table class="CodeTable"><col width="100%" /><tr class="CodeTable"><th class="CodeTable">C#</th></tr><tr class="CodeTable"><td class="CodeTable"><pre style="margin-left: 2px;">public TFirst Select ( TFirst <i>otherwise</i> ) </pre></td></tr></table> <div class="CommentHeader">Parameters</div> <div class="CommentParameterName">otherwise</div> <div class="ParameterCommentContainer"> The value to return if Either is not the expected type. </div> <div class="CommentHeader">Return Value</div> <div class="ParameterCommentContainer"> The encapsulated <span class="Code">TFirst</span>, or <span class="Code">otherwise</span>. </div> <div class="TopLink"><a href="#ContentsAnchor">Top</a></div></div> </div> <div id="Footer"> <span class="Footer">Generated by <a href="http://immdocnet.codeplex.com/" target="_blank">ImmDoc .NET</a></span>. </div> </body> </html>
app/components/about/about.html
matheussampaio/fmsc-donation
<div layout="row" layout-align="center" layout-margin layout-padding> <md-card class="animated fadeIn" flex="100" flex-gt-xs="50"> <md-card-title> <md-card-title-text> <h1 class="md-headline" layout layout-align="center">ABOUT US</h1> </md-card-title-text> </md-card-title> <md-card-content> <p> Hi, we are two students from Brazil, <a href="https://github.com/matheussampaio">Matheus Sampaio</a> and <a href="https://github.com/lucasfevi">Lucas Vieira</a>, currently studying abroad at Illinois State University. </p> <p> Founded in 1987, <strong>Feed My Starving Children (FMSC)</strong> is a Christian non-profit organization committed to feeding God's children hungry in body and spirit. The approach is simple: volunteers hand-pack meals specially formulated for malnourished children, and they send them to partners around the world where they're used to operate orphanages, schools, clinics and feeding programs to break the cycle of poverty. FMSC food has reached nearly 70 countries in their history. </p> <p> We developed this website for our Web Development class. It's amazing, right? We're using a lot of cool frameworks, like <a href="https://angularjs.org/">AngularJS</a>, <a href="https://material.angularjs.org/latest/">Angular Material</a>, <a href="https://www.firebase.com/">Firebase</a>, <a href="https://nodejs.org/en/">NodeJS</a>, <a href="https://www.heroku.com/">Heroku</a> and many more! </p> <p> If you want to see some code, maybe contribute a little, <a href="https://github.com/matheussampaio/fmsc-donation">here</a> is the GitHub project. </p> </md-card-content> </md-card> </div>
clean/Linux-x86_64-4.02.3-2.0.6/released/8.8.0/fcsl-pcm/1.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>fcsl-pcm: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.0 / fcsl-pcm - 1.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> fcsl-pcm <small> 1.1.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-30 23:51:15 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-30 23:51:15 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;FCSL &lt;fcsl@software.imdea.org&gt;&quot; homepage: &quot;http://software.imdea.org/fcsl/&quot; bug-reports: &quot;https://github.com/imdea-software/fcsl-pcm/issues&quot; dev-repo: &quot;git+https://github.com/imdea-software/fcsl-pcm.git&quot; license: &quot;Apache-2.0&quot; build: [ make &quot;-j%{jobs}%&quot; ] install: [ make &quot;install&quot; ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {(&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.12~&quot;) | (= &quot;dev&quot;)} &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.7.0&quot; &amp; &lt; &quot;1.10~&quot;} ] tags: [ &quot;keyword:separation logic&quot; &quot;keyword:partial commutative monoid&quot; &quot;category:Computer Science/Data Types and Data Structures&quot; &quot;logpath:fcsl&quot; ] authors: [ &quot;Aleksandar Nanevski&quot; ] synopsis: &quot;Partial Commutative Monoids&quot; description: &quot;&quot;&quot; The PCM library provides a formalisation of Partial Commutative Monoids (PCMs), a common algebraic structure used in separation logic for verification of pointer-manipulating sequential and concurrent programs. The library provides lemmas for mechanised and automated reasoning about PCMs in the abstract, but also supports concrete common PCM instances, such as heaps, histories and mutexes. This library relies on extensionality axioms: propositional and functional extentionality.&quot;&quot;&quot; url { src: &quot;https://github.com/imdea-software/fcsl-pcm/archive/v1.1.0.tar.gz&quot; checksum: &quot;sha256=9c1ba6ad0dd98f9f587619c5a8e54641457b9fa5ac988cb95328de5f1b47018f&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-fcsl-pcm.1.1.0 coq.8.8.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.0). The following dependencies couldn&#39;t be met: - coq-fcsl-pcm -&gt; coq &gt;= dev -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-fcsl-pcm.1.1.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
mod4-09.html
hlcs/advanced-networking
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Advanced Networking - Module 4 Chapter 9 - Troubleshooting the Network</title> <meta name="description" content="Abilitante alle certificazioni Cisco CCENT e CCNA"> <meta name="author" content="Hacklab Cosenza"> <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.css"> <link rel="stylesheet" href="css/theme/black.css" id="theme"> <!-- Code syntax highlighting --> <link rel="stylesheet" href="lib/css/zenburn.css"> <!-- Printing and PDF exports --> <script> var link = document.createElement( 'link' ); var link = document.createElement( 'link' ); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css'; document.getElementsByTagName( 'head' )[0].appendChild( link ); </script> <!--[if lt IE 9]> <script src="lib/js/html5shiv.js"></script> <![endif]--> </head> <body> <div class="reveal"> <!-- Any section element inside of this container is displayed as a slide --> <div class="slides"> <section> <h1>Advanced Networking</h1> <h2>Routing &amp; Switching:<h2> <h2>Connecting Networks</h2> <h3>Chapter 9:</h3> <h3>Troubleshooting the Network</h3> <p> <small><a href="http://hlcs.it">Hacklab Cosenza</a> / Centro di Ricerca su Tecnologia e Innovazione</small> </p> </section> <section> <section> <h2>Documentation</h2> <h3>Network Configuration Files</h3> <ul> <li>As records of informations on network HW and SW, best expressed in <u>tabular form</u>:</li> <ul> <li>Type of device</li> <li>IOS image name</li> <li>Device network hostname</li> <li>Location of the device (building, floor, room, rack, panel)</li> <li>If it is a modular device</li> <li>Data link + Network layer addresses</li> <li>Any additional important "notes" about the device</li> </ul> </ul> </section> <section> <h2>Documentation</h2> <h3>End-System Configuration Files</h3> <ul> <li>A record of information on HW and SW used in end-system device as servers, network management consoles, and user workstations</li> <ul> <li>Device name</li> <li>Operating system and version</li> <li>IPv4 and IPv6 addresses</li> <li>Subnet mask and prefix length</li> <li>Default gateway, DNS server, and WINS server addresses</li> <li>Any high-bandwidth network applications that the end system runs</li> </ul> </ul> </section> </section> <section> <section> <h2>Network Topology Diagrams</h2> <p>A <strong>physical</strong> diagram that focuses on how the devices are physically connected:</p> <ul> <li>Device type, Model and manufacturer, OS version, Cable type and identifier, Cable specification, Connector type, Cabling endpoints.</li> </ul> <p>A <strong>logical</strong> diagram revealing how datas are moved when communicating:</p> <ul> <li>Device identifiers, IP address and prefix lengths, Interface identifiers, Connection type, DLCI for virtual circuits, Site-to-site VPNs, Routing protocols, Static routes, Data-link protocols, WAN technologies used.</li> </ul> </section> <section> <h2>Topology Example: Physical</h2> <img src="https://i.imgur.com/8jDro0C.png" style="width: 750px;"> </section> <section> <h2>Topology Example: Logical</h2> <img src="https://i.imgur.com/nQWXTJ3.png" style="width: 750px;"> </section> </section> <section> <section> <h2>Network Baselines</h2> <p>Before putting a network into operativity, normal parameters and performance levels must be established. This is the <strong><em>baseline</em></strong>, the "optimum" level of the network.</p> <p>The network is then compared to the baseline while operational to discover and throubleshoot issues.</p> </section> <section> <h2>Network Baselines</h2> <p>The measuring process of the first baseline can be performed using this step:</p> <ol> <li><strong>Determine what types of data to collect</strong>. - Too many variables, or the wrong ones, can spoil the baseline.</li> <li><strong>Identify devices and ports of interest</strong> - The devices and ports for which performance data are the most telling about the network.</li> <li><strong>Determine the baseline duration</strong> - You need to capture the typical operativity of the network, daily trends and traffic patterns.</li> </ol> </section> </section> <section> <h2>Commands to collect data</h2> <ul> <li><code>show version</code></li> <li><code>show ip interface [brief]</code></li> <li><code>show ipv6 inteface [brief]</code></li> <li><code>show intefaces [interface_type interface_num]</code></li> <li><code>show ip route</code></li> <li><code>show ipv6 route</code></li> <li><code>show arp</code></li> <li><code>show ipv6 neighbors</code></li> <li><code>show running-config</code></li> <li><code>show vlan</code></li> <li><code>show tech-support</code></li> </ul> </section> <section> <section> <h2>Troubleshooting Process</h2> <img src="https://i.imgur.com/MtdpFlZ.png"> </section> <section> <h2>Gathering Symptoms</h2> <img src="https://i.imgur.com/KhEIrFr.png"> </section> </section> <section> <h2>Questioning End Users</h2> <small> <table> <tr> <td><strong>Guidelines</strong></td> <td><strong>Example End-User Questions</strong></td> </tr> <tr> <td>Determine the sequence of events that took place before the problem happened</td> <td><em>When exactly does the problem occur?</em></td> </tr> <tr> <td>Ask the user when the problem was first noticed</td> <td><em>When was the problme first noticed?</em></td> </tr> <tr> <td>Ask questions that are pertinent the problem</td> <td><em>What does not work?</em></td> </tr> <tr> <td>Use each question as a means to either eliminate or discover possible problems.</td> <td><em>Are the things that do work and the things that do not work reated?</em></td> </tr> <tr> <td>Ask the user to recreate the problem, if possible.</td> <td><em>Can you reproduce the problem?</em></td> </tr> <tr> <td>Speak at a technical level the user can understand</td> <td><em>Did the things that does not work ever work?</em></td> </tr> <tr> <td>Did anything unusual happen since the last time it worked?</td> <td><em>What has changed since the last time it did work?</em></td> </tr> </table> </small> </section> <section> <h2>Using Layered Model for Troubleshooting</h2> <img src="https://i.imgur.com/a0omhOa.gif"> </section> <section> <section> <h2>Troubleshooting Methods</h2> <ul> <li><strong>Bottom-up</strong></li> <ul> <li>Start troubleshooting process by physical layer to application layer.</li> <li>Works well if suspected physical problem, not so great if problem is too up in the iso-osi model.</li> </ul> <li><strong>Top-down</strong></li> <ul> <li>Start troubleshooting process by Application layer to application layer.</li> <li>Work well for simple application problems, at a disadvantage if there's a physical problem.</li> </ul> <li><strong>Divide-and-conquer</strong></li> <li><strong>Net administrator knowledge</strong></li> </ul> </section> <section> <h2>Selecting a Troubleshooting Method</h2> <img src="https://i.imgur.com/v8OYrER.png"> </section> </section> <section> <h2>Troubleshooting Tools</h2> <ul> <li>Software</li> <ul> <li>Network Management System Tools (solarwind, Spiceworks, Nagios, etc.)</li> <li>Knowledge Bases</li> <li>Host-Based Protocol Analyzers (e.g. Wireshark)</li> <li>Cisco IOS Embedded Packet Capture</li> </ul> <li>Hardware</li> <ul> <li>Network Analysis Module</li> <li>Digital Multimeters</li> <li>Cable Testers</li> <li>Cable Analyzers</li> <li>Portable Network Analyzers</li> </ul> </ul> </section> <section> <section> <h2>Syslog Server</h2> <p>syslog is a widely used standard for message logging. It permits separation of messages generation, the system storing them, and the reporting and analysis softwares.</p> <p>A wide variety of devices and OS implements the syslog standard. Because of this, system designers can use syslog to integrate log data from different types of systems in a central repository.</p> <p>Messages can be sent on: console, terminal line, buffered logging...</p> <pre><code>R1(config)# logging host ***.***.***.*** R1(config)# logging trap notifications R1(config)# logging on</code></pre> </section> <section> <h2>Syslog Levels</h2> <img src="https://i.imgur.com/IO0eu57.png"> </section> </section> <section> <h2>Physical Layer Troubleshooting</h2> <p>Common Symptoms:</p> <ul> <li>Performance lower than baseline</li> <li>Loss of connectivity</li> <li>Network bottlenecks or congestion</li> <li>High CPU utilization rates</li> <li>Console error messages</li> </ul> <p>Common Causes:</p> <ul> <li>Power-related</li> <li>Hardware faults</li> <li>Cabling faults</li> <li>Attenuation and/or noise</li> <li>Interface configuration errors</li> <li>Exceeding design limits</li> <li>CPU overload</li> </ul> </section> <section> <h2>Data Link Layer Troubleshooting</h2> <p>Common Symptoms:</p> <ul> <li>No functionality at the network layer or above</li> <li>Network is operating below baseline performance levels</li> <li>Excessive broadcasts</li> <li>Console messages</li> </ul> <p>Common Causes:</p> <ul> <li>Encapsulation errors</li> <li>Address mapping errors</li> <li>Framing errors</li> <li>STP failures or loops</li> </ul> </section> <section> <h2>Network Layer Troubleshooting</h2> <p>Common Symptoms:</p> <ul> <li>Network failure</li> <li>Suboptimal performance</li> </ul> <p>Common Causes:</p> <ul> <li>General network issues</li> <li>Connectivity issues</li> <li>Neighbor issues</li> <li>Topology database</li> <li>Routing table</li> </ul> </section> <section> <h2>Transport Layer Troubleshooting</h2> <p>Common Symptoms: Connectivity/Access issues.</p> <p>Common Causes:</p> <ul> <li>Selection of traffic flow</li> <li>Order of access control entries</li> <li>Implicit deny all</li> <li>IPv4 addresses and wildmasks, src and dst ports</li> <li>Selection of transport layer protocol</li> <li>Use of the established keyword</li> <li>Uncommon protocols; BOOTP and DHCP; DNS and WINS</li> <li>Tunneling and encryption protocols</li> </ul> </section> <section> <h2>Application Layer Troubleshooting</h2> <p>Applications layer issues depend by the application used by end-user. Problems in application layer can also be understood with other layer problems.</p> <p>Application problem can occur when other layers don’t work.</p> <p>Some common Application layer protocols are SSH/Telnet, HTTP, FTP, TFTP, SMTP, POP, Simple Network Management Protocol (SNMP), DNS, Network File System (NFS)</p> </section> <section> <h1>End of Lesson</h1> </section> </div> </div> <script src="lib/js/head.min.js"></script> <script src="js/reveal.js"></script> <script> // More info https://github.com/hakimel/reveal.js#configuration Reveal.initialize({ controls: true, progress: true, history: true, center: true, transition: 'slide', // none/fade/slide/convex/concave/zoom // More info https://github.com/hakimel/reveal.js#dependencies 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 }, { src: 'plugin/notes/notes.js', async: true } ] }); </script> </body> </html>
docs/doc/file/src/controls/LinkButton.js.html
KlausBenndorf/guide4you
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <base data-ice="baseUrl" href="../../../"> <title data-ice="title">src/controls/LinkButton.js | guide4you</title> <link type="text/css" rel="stylesheet" href="css/style.css"> <link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css"> <script src="script/prettify/prettify.js"></script> <script src="script/manual.js"></script> <meta name="description" content="A configurable web client for geo-applications. Uses OpenLayers. Suitable for mobile devices."><meta property="twitter:card" content="summary"><meta property="twitter:title" content="guide4you"><meta property="twitter:description" content="A configurable web client for geo-applications. Uses OpenLayers. Suitable for mobile devices."></head> <body class="layout-container" data-ice="rootContainer"> <header> <a href="./">Home</a> <a href="identifiers.html">Reference</a> <a href="source.html">Source</a> <div class="search-box"> <span> <img src="./image/search.png"> <span class="search-input-edge"></span><input class="search-input"><span class="search-input-edge"></span> </span> <ul class="search-result"></ul> </div> <a style="position:relative; top:3px;" href="https://github.com/KlausBenndorf/guide4you"><img width="20px" src="./image/github.png"></a></header> <nav class="navigation" data-ice="nav"><div> <ul> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/Debug.js~Debug.html">Debug</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/FeaturePopup.js~FeaturePopup.html">FeaturePopup</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/FeatureTooltip.js~FeatureTooltip.html">FeatureTooltip</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/FunctionCallBuffer.js~FunctionCallBuffer.html">FunctionCallBuffer</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/G4UMap.js~G4UMap.html">G4UMap</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/L10N.js~L10N.html">L10N</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/ListenerOrganizerMixin.js~ListenerOrganizerMixin.html">ListenerOrganizerMixin</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/MessageDisplay.js~MessageDisplay.html">MessageDisplay</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/Module.js~Module.html">Module</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/Move.js~Move.html">Move</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/PopupModifierManager.js~PopupModifierManager.html">PopupModifierManager</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/Styling.js~Styling.html">Styling</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-multiplyExtent">multiplyExtent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-createMapInternal">createMapInternal</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getRegisteredModules">getRegisteredModules</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-registerModule">registerModule</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-asObject">asObject</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-asyncImageLoad">asyncImageLoad</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-checkFor">checkFor</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-even">even</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-finishAllImages">finishAllImages</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getConfig">getConfig</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-html2Text">html2Text</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-mixin">mixin</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-mixinAsClass">mixinAsClass</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-odd">odd</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-offset">offset</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-recursiveSelect">recursiveSelect</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-showInteractionActivity">showInteractionActivity</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-urlDirname">urlDirname</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-urlIsAbsolute">urlIsAbsolute</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-urlJoin">urlJoin</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-urlNormalize">urlNormalize</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-urlRelative">urlRelative</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-copy">copy</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-copyDeep">copyDeep</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-merge">merge</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-mergeDeep">mergeDeep</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-mergeWithDefaults">mergeWithDefaults</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-take">take</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-filterText">filterText</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-restoreText">restoreText</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-defaults">defaults</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-olEventTypes">olEventTypes</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-cssClasses">cssClasses</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-keyCodes">keyCodes</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-APIMapInteraction">APIMapInteraction</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-APIOptions">APIOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-FeaturePopupOptions">FeaturePopupOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-FeatureTooltipOptions">FeatureTooltipOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-G4UMapOptions">G4UMapOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-L10NOptions">L10NOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-Localizable">Localizable</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-MessageConstructorOptions">MessageConstructorOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-MessageDisplayOptions">MessageDisplayOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-MessageReducedDisplayOptions">MessageReducedDisplayOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-MoveOptions">MoveOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-SingleMoveOptions">SingleMoveOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-PopupContent">PopupContent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-ShowWMSFeatureInfoOptions">ShowWMSFeatureInfoOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-StyleLike">StyleLike</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-StyleObject">StyleObject</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-URLConfig">URLConfig</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-URLLike">URLLike</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#configurators">configurators</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/configurators/ControlFactory.js~ControlFactory.html">ControlFactory</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/configurators/LayerConfigurator.js~LayerConfigurator.html">LayerConfigurator</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/configurators/LayerFactory.js~LayerFactory.html">LayerFactory</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/configurators/MapConfigurator.js~MapConfigurator.html">MapConfigurator</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/configurators/UIConfigurator.js~UIConfigurator.html">UIConfigurator</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-LayerType">LayerType</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-SuperType">SuperType</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-ControlFactoryOptions">ControlFactoryOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-FeatureConfig">FeatureConfig</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-SourceConfig">SourceConfig</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-g4uLayerOptions">g4uLayerOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-KineticOptions">KineticOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-LayerConfig">LayerConfig</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-MapConfig">MapConfig</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-MobileLayoutOptions">MobileLayoutOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-ProjectionConfig">ProjectionConfig</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-g4uViewOptions">g4uViewOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-Float">Float</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-HideableElement">HideableElement</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-PositionedElement">PositionedElement</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-PositioningOptions">PositioningOptions</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#controls">controls</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/ActivatableMixin.js~ActivatableMixin.html">ActivatableMixin</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/ActiveGroup.js~ActiveGroup.html">ActiveGroup</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/ArrowButtons.js~ArrowButtons.html">ArrowButtons</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/Attribution.js~Attribution.html">Attribution</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/CombinedZoom.js~CombinedZoom.html">CombinedZoom</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/CombinedZoom.js~Zoom.html">Zoom</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/CombinedZoom.js~ZoomSlider.html">ZoomSlider</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/ComposedControl.js~ComposedControl.html">ComposedControl</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/ControlLogicMixin.js~ControlLogicMixin.html">ControlLogicMixin</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/GeoLocationButton.js~GeolocationButton.html">GeolocationButton</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/HelpButton.js~HelpButton.html">HelpButton</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/InfoButton.js~InfoButton.html">InfoButton</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/LanguageSwitcherButton.js~LanguageSwitcherButton.html">LanguageSwitcherButton</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/LanguageSwitcherMenu.js~LanguageSwitcherMenu.html">LanguageSwitcherMenu</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/LayerSelector.js~LayerSelector.html">LayerSelector</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/LinkButton.js~LinkButton.html">LinkButton</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/Logo.js~Logo.html">Logo</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/MeasurementButton.js~MeasurementButton.html">MeasurementButton</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/MobileControls.js~MobileControls.html">MobileControls</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/MousePosition.js~MousePosition.html">MousePosition</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/OverviewMap.js~OverviewMap.html">OverviewMap</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/PrintButton.js~PrintButton.html">PrintButton</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/RewireMixin.js~RewireMixin.html">RewireMixin</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/ScaleLine.js~ScaleLine.html">ScaleLine</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/ShiftableComposedControl.js~ShiftableComposedControl.html">ShiftableComposedControl</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/controls/WindowDecorator.js~WindowDecorator.html">WindowDecorator</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Control">Control</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-ArrowButtonOptions">ArrowButtonOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-CombinedZoomOptions">CombinedZoomOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-ZoomOptions">ZoomOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-ComposedControlOptions">ComposedControlOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-g4uControlOptions">g4uControlOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-GeolocationButtonOptions">GeolocationButtonOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-HelpButtonOptions">HelpButtonOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-InfoButtonOptions">InfoButtonOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-LanguageSwitcherButtonOptions">LanguageSwitcherButtonOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-LanguageSwitcherMenuOptions">LanguageSwitcherMenuOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-LayerSelectorOptions">LayerSelectorOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-LinkButtonOptions">LinkButtonOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-LogoOptions">LogoOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-MeasurementButtonOptions">MeasurementButtonOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-MousePositionOptions">MousePositionOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-OverviewMapOptions">OverviewMapOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-ShiftableComposedControlOptions">ShiftableComposedControlOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-WindowDecoratorOptions">WindowDecoratorOptions</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#html">html</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/html/ButtonBox.js~ButtonBox.html">ButtonBox</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/html/Dropdown.js~Dropdown.html">Dropdown</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/html/History.js~History.html">History</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/html/Shield.js~Shield.html">Shield</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/html/Window.js~Window.html">Window</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-addTooltip">addTooltip</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getInFront">getInFront</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-ButtonBoxOptions">ButtonBoxOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-DropdownOptions">DropdownOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-Entry">Entry</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-ElementPosition">ElementPosition</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-OnTopOptions">OnTopOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-ShieldOptions">ShieldOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-WindowOptions">WindowOptions</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#interactions">interactions</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/interactions/FeatureSelect.js~FeatureSelect.html">FeatureSelect</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/interactions/MapEventInteraction.js~MapEventInteraction.html">MapEventInteraction</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#layers">layers</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/layers/BaseLayerMixin.js~BaseLayerMixin.html">BaseLayerMixin</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/layers/EmptyBaseLayer.js~EmptyBaseLayer.html">EmptyBaseLayer</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/layers/GroupLayer.js~GroupLayer.html">GroupLayer</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/layers/LayerLoadProcessCountMixin.js~LayerLoadProcessCountMixin.html">LayerLoadProcessCountMixin</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/layers/ProvideMapMixin.js~ProvideMapMixin.html">ProvideMapMixin</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/layers/SilentGroupLayer.js~BaseSilentGroupLayer.html">BaseSilentGroupLayer</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/layers/SilentGroupLayer.js~SilentGroupLayer.html">SilentGroupLayer</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-BaseTileLayer">BaseTileLayer</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-BaseLayerImage">BaseLayerImage</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-ImageLayer">ImageLayer</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-TileLayer">TileLayer</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-BaseLayerMixinOptions">BaseLayerMixinOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-VectorLayerOptions">VectorLayerOptions</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#sources">sources</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/sources/ClusterSource.js~ClusterSource.html">ClusterSource</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/sources/ImageWMSSource.js~ImageWMSSource.html">ImageWMSSource</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/sources/ImageWMSSource.js~TileWMSSource.html">TileWMSSource</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/sources/ImageWMSSource.js~WMSFeatureInfoMixin.html">WMSFeatureInfoMixin</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/sources/QueryVectorSource.js~QueryVectorSource.html">QueryVectorSource</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/sources/QueryWMSSource.js~QueryWMSMixin.html">QueryWMSMixin</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/sources/SourceServerVector.js~SourceServerVector.html">SourceServerVector</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-QueryImageWMSSource">QueryImageWMSSource</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-QueryTileWMSSource">QueryTileWMSSource</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-QuerySourceOptions">QuerySourceOptions</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-SourceServerVectorOptions">SourceServerVectorOptions</a></span></span></li> </ul> </div> </nav> <div class="content" data-ice="content"><h1 data-ice="title">src/controls/LinkButton.js</h1> <pre class="source-code line-number raw-source-code"><code class="prettyprint linenums" data-ice="content">import $ from &apos;jquery&apos; import {Control} from &apos;./Control&apos; import { addTooltip } from &apos;../html/html&apos; import {cssClasses} from &apos;../globals&apos; import &apos;../../less/linkbutton.less&apos; /** * @typedef {g4uControlOptions} LinkButtonOptions * @property {string} [url] * @property {string} [linkTarget] set the link target (e.g. &apos;_blank&apos;) */ /** * provides a button which links to another page */ export class LinkButton extends Control { /** * @param {LinkButtonOptions} options */ constructor (options = {}) { options.className = options.className || &apos;g4u-link-button&apos; options.singleButton = true options.element = $(&apos;&lt;a&gt;&lt;/a&gt;&apos;).get(0) super(options) /** * @type {string} * @private */ this.url_ = (options.hasOwnProperty(&apos;url&apos;)) ? options.url : &apos;&apos; this.setTitle(this.getTitle() || this.getLocaliser().localiseUsingDictionary(&apos;LinkButton title&apos;)) this.setTipLabel(this.getTipLabel() || this.getLocaliser().localiseUsingDictionary(&apos;LinkButton tipLabel&apos;)) this.get$Element().attr(&apos;href&apos;, this.url_).addClass(this.className_) if (options.hasOwnProperty(&apos;target&apos;)) { this.get$Element().attr(&apos;target&apos;, options.target) } let $button = $(&apos;&lt;button&gt;&apos;) .addClass(cssClasses.mainButton) .html(this.getTitle()) addTooltip($button, this.getTipLabel()) this.get$Element().append($button) if (options.hasOwnProperty(&apos;linkTarget&apos;)) { this.get$Element().attr(&apos;target&apos;, options.linkTarget) } } } </code></pre> </div> <footer class="footer"> Generated by <a href="https://esdoc.org">ESDoc<span data-ice="esdocVersion">(1.0.3)</span><img src="./image/esdoc-logo-mini-black.png"></a> </footer> <script src="script/search_index.js"></script> <script src="script/search.js"></script> <script src="script/pretty-print.js"></script> <script src="script/inherited-summary.js"></script> <script src="script/test-summary.js"></script> <script src="script/inner-link.js"></script> <script src="script/patch-for-local.js"></script> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.1/released/8.15.0/list-plus/1.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>list-plus: 18 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.15.0 / list-plus - 1.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> list-plus <small> 1.1.0 <span class="label label-success">18 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-17 08:28:11 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-17 08:28:11 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.15.0 Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system 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 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: &quot;2.0&quot; maintainer: &quot;dev@clarus.me&quot; homepage: &quot;https://github.com/clarus/coq-list-plus&quot; dev-repo: &quot;git+https://github.com/clarus/coq-list-plus.git&quot; bug-reports: &quot;https://github.com/clarus/coq-list-plus/issues&quot; authors: [&quot;Guillaume Claret&quot;] license: &quot;MIT&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/ListPlus&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot;} ] synopsis: &quot;More functions on lists&quot; flags: light-uninstall url { src: &quot;https://github.com/clarus/coq-list-plus/archive/1.1.0.tar.gz&quot; checksum: &quot;md5=c192305beb883b81a48f609d1ba674f9&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-list-plus.1.1.0 coq.8.15.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-list-plus.1.1.0 coq.8.15.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-list-plus.1.1.0 coq.8.15.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>18 s</dd> </dl> <h2>Installation size</h2> <p>Total: 50 K</p> <ul> <li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ListPlus/Sort.vo</code></li> <li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ListPlus/List.vo</code></li> <li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ListPlus/Sort.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ListPlus/All.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ListPlus/List.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ListPlus/Sort.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ListPlus/List.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ListPlus/All.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ListPlus/All.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-list-plus.1.1.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>
clean/Linux-x86_64-4.05.0-2.0.6/released/8.5.2~camlp4/domain-theory/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>domain-theory: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.2~camlp4 / domain-theory - 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> domain-theory <small> 8.6.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-16 06:48:30 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-16 06:48:30 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp4 4.05+1 Camlp4 is a system for writing extensible parsers for programming languages conf-findutils 1 Virtual package relying on findutils coq 8.5.2~camlp4 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 ocamlbuild 0.14.0 OCamlbuild is a build system with builtin rules to easily build most OCaml projects. # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/domain-theory&quot; license: &quot;Unknown&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/DomainTheory&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: Concrete Domains&quot; &quot;category: Computer Science/Lambda Calculi&quot; ] authors: [ &quot;Gilles Kahn&quot; ] bug-reports: &quot;https://github.com/coq-contribs/domain-theory/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/domain-theory.git&quot; synopsis: &quot;Elements of Domain Theory&quot; description: &quot;&quot;&quot; Domain theory as devised by Scott and Plotkin and following Kahn and Plotkin paper on Concrete Domains&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/domain-theory/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=5a92c6780358b68718e1f75576a6970b&quot; } </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-domain-theory.8.6.0 coq.8.5.2~camlp4</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.2~camlp4). The following dependencies couldn&#39;t be met: - coq-domain-theory -&gt; coq &gt;= 8.6 Your request can&#39;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-domain-theory.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>
client/templates/addTaskForm.html
steven-chien/Linkit
<template name="addTaskForm"> <div class="container"> <div class="form-group"> <label class="sr-only" for="taskName">Task Name</label> <input type="text" class="form-control" id="taskName" placeholder="Task Name"> </div> <div class="form-group"> <label class="sr-only" for="deadline">Task Name</label> <input type="datetime-local" class="form-control" id="deadline" placeholder="Deadline"> </div> <div class="form-group"> <textarea id="details" class="form-control" rows="10" placeholder="Details"></textarea> </div> <div class="input-group"> <label class="sr-only" for="pic">pic</label> <p>Click to add or remove</p> <ul id="addManager"> {{#each members}} <li id="{{id}}">{{name}}</li> {{/each}} </ul> </div> <div class="form-group"> <p>Added members on list:</p> <ul> {{#each managers}} <li>{{.}}</li> {{/each}} </ul> </div> <div>&nbsp;</div> <button id="success" type="submit" class="btn btn-primary btn-lg">Create Task</button> <button id="cancel" type="button" class="btn btn-primary btn-lg" style="background-color:red">Cancel</button> </div> </template>
es/learn/test-tutorial.html
mayaman/p5js-website
<!DOCTYPE html> <html class="no-js" lang="es"> <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="p5.js a JS client-side library for creating graphic and interactive experiences, based on the core principles of Processing."> <title tabindex="1">learn | p5.js</title> <link rel="stylesheet" href="/assets/css/all.css?v=db3be6"> <link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Inconsolata&display=swap" rel="stylesheet"> <link rel="shortcut icon" href="/../../assets/img/favicon.ico"> <link rel="icon" href="/../../assets/img/favicon.ico"> <script src="/../../assets/js/vendor/jquery-1.12.4.min.js"></script> <script src="/../../assets/js/vendor/ace-nc/ace.js"></script> <script src="/../../assets/js/vendor/ace-nc/mode-javascript.js"></script> <script src="/../../assets/js/vendor/prism.js"></script> <script src="/assets/js/init.js?v=af215d"></script> </head> <body> <a href="#content" class="sr-only">Ir al contenido</a> <!-- p5*js language buttons --> <div id="i18n-btn"> <h2 id="i18n-settings" class="sr-only">Preferencias de idioma</h2> <ul id="i18n-buttons" aria-labelledby="i18n-settings"> <li><a href='#' lang='en' data-lang='en'>English</a></li> <li><a href='#' lang='es' data-lang='es'>Español</a></li> <li><a href='#' lang='zh-Hans' data-lang='zh-Hans'>简体中文</a></li> <li><a href='#' lang='ko' data-lang='ko'>한국어</a></li> </ul> </div> <!-- .container --> <div class="container"> <!-- logo --> <header id="lockup"> <a href="/es/"> <img src="/../../assets/img/p5js.svg" alt="p5 homepage" id="logo_image" class="logo" /> <div id="p5_logo"></div> </a> </header> <!-- close logo --> <div id="learn-page"> <!-- site navigation --> <div class="column-span"> <nav class="sidebar-menu-nav-element"> <h2 id="menu-title" class="sr-only">Navegación del sitio</h2> <input class="sidebar-menu-btn" type="checkbox" id="sidebar-menu-btn" /> <label class="sidebar-menu-icon" for="sidebar-menu-btn"><span class="sidebar-nav-icon"></span></label> <ul id="menu" class="sidebar-menu" aria-labelledby="menu-title"> <li><a href="/es/">Inicio</a></li> <li><a href="https://editor.p5js.org">Editor</a></li> <li><a href="/es/download/">Descargar</a></li> <li><a href="/es/download/support.html">Donar</a></li> <li><a href="/es/get-started/">Empezar</a></li> <li><a href="/es/reference/">Referencia</a></li> <li><a href="/es/libraries/">Bibliotecas</a></li> <li><a href="/es/learn/">Aprender</a></li> <li><a href="/es/examples/">Ejemplos</a></li> <li><a href="/es/books/">Libros</a></li> <li><a href="/es/community/">Comunidad</a></li> <li><a href="https://showcase.p5js.org">Showcase</a></li> <li><a href="https://discourse.processing.org/c/p5js" target=_blank class="other-link">Foro</a></li> <li><a href="http://github.com/processing/p5.js" target=_blank class="other-link">GitHub</a></li> <li><a href="http://twitter.com/p5xjs" target=_blank class="other-link">Twitter</a></li> </ul> </nav> </div> <div class="column-span"> <main > <h1>test tutorial title</h1> <p>Blah blah blah. Here is some formatted code:</p> <pre><code class="language-javascript"> var note = "this is formatted code!"; </code></pre> <p>Blah blah blah. Here is an iframe embedded:</p> <iframe src="../../assets/learn/test-tutorial/embed.html" width="600" height="400"></iframe> <p>Blah blah blah. Here is p5-widget embedded:</p> <!-- this script only needs to get added once even if there are multiple widget instances --> <script src="//toolness.github.io/p5.js-widget/p5-widget.js"></script> <script type="text/p5" data-p5-version="1.1.9"> function setup() { createCanvas(100, 100); } function draw() { background(255, 0, 200); } </script> <p>The end!</p> </main> <footer> <h2 class="sr-only">Créditos</h2> <p> p5.js actualmente está dirigido por <a href='https://github.com/mcturner1995' target="_blank">Moira Turner</a>y fue creado por<a href='http://lauren-mccarthy.com' target="_blank">Lauren McCarthy</a> p5.js es desarrollado por una comunidad de colaboradores, con apoyo de <a href="http://processing.org/foundation/" target="_blank">Processing Foundation</a> y <a href="http://itp.nyu.edu/itp/" target="_blank">NYU ITP</a>. Identidad y diseño gráfico por <a href="http://jereljohnson.com/" target="_blank">Jerel Johnson</a>. <a href="/es/copyright.html">&copy; Info.</a></p> </footer> </div> <!-- end column-span --> <!-- outside of column for footer to go across both --> <p class="clearfix"> &nbsp; </p> <object type="image/svg+xml" data="../../assets/img/thick-asterisk-alone.svg" id="asterisk-design-element" aria-hidden="true"> </object> </div><!-- end id="get-started-page" --> </div> <!-- close class='container'--> <nav id="family" aria-labelledby="processing-sites-heading"> <h2 id="processing-sites-heading" class="sr-only">Processing Sister Sites</h2> <ul id="processing-sites" aria-labelledby="processing-sites-heading"> <li><a href="http://processing.org">Processing</a></li> <li><a class="here" href="/es/">p5.js</a></li> <li><a href="http://py.processing.org/">Processing.py</a></li> <li><a href="http://android.processing.org/">Processing for Android</a></li> <li><a href="http://pi.processing.org/">Processing for Pi</a></li> <li><a href="https://processingfoundation.org/">Processing Foundation</a></li> </ul> <a tabindex="1" href="#content" id="skip-to-content">Skip to main content</a> <!-- <a id="promo-link" href="https://donorbox.org/supportpf2019-fundraising-campaign" target="_blank"><div id="promo">This season, we need your help! Click here to #SupportP5!</div></a> --> </nav> <script> var langs = ["en","es","ko","zh-Hans"]; (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-53383000-1', 'auto'); ga('send', 'pageview'); $(window).ready(function() { if (window.location.pathname !== '/' && window.location.pathname !== '/index.html') { $('#top').remove(); } else { $('#top').show(); } }); </script> </body> </html>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/6fd6755b79ab27e3fe6dcd3a267d434654e7dbf4cd393c2d6d480593003ce60e.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="./7ef2b8691c6f67b08f8c75b18c1b1b2c47c48600bc6404cbb060d1b52f034680.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/templates/tabs.html
dreppucci/football-live-app
<ul class="tabs"> <li *ngFor="let tab of tabs" (click)="selectTab(tab)"> <a [routerLink]="tab.href" routerLinkActive="active" [routerLinkActiveOptions]= "{exact: true}" [title]="tab.title">{{tab.title}}</a> </li> </ul> <ng-content></ng-content>
tmp/coverage/app_auth___init___py.html
zjuguxi/flask_study
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=emulateIE7" /> <title>Coverage for app/auth/__init__.py: 100%</title> <link rel="stylesheet" href="style.css" type="text/css"> <script type="text/javascript" src="jquery.min.js"></script> <script type="text/javascript" src="jquery.hotkeys.js"></script> <script type="text/javascript" src="jquery.isonscreen.js"></script> <script type="text/javascript" src="coverage_html.js"></script> <script type="text/javascript"> jQuery(document).ready(coverage.pyfile_ready); </script> </head> <body class="pyfile"> <div id="header"> <div class="content"> <h1>Coverage for <b>app/auth/__init__.py</b> : <span class="pc_cov">100%</span> </h1> <img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" /> <h2 class="stats"> 3 statements &nbsp; <span class="run hide_run shortkey_r button_toggle_run">3 run</span> <span class="mis shortkey_m button_toggle_mis">0 missing</span> <span class="exc shortkey_x button_toggle_exc">0 excluded</span> <span class="par run hide_run shortkey_p button_toggle_par">0 partial</span> </h2> </div> </div> <div class="help_panel"> <img id="panel_icon" src="keybd_open.png" alt="Hide keyboard shortcuts" /> <p class="legend">Hot-keys on this page</p> <div> <p class="keyhelp"> <span class="key">r</span> <span class="key">m</span> <span class="key">x</span> <span class="key">p</span> &nbsp; toggle line displays </p> <p class="keyhelp"> <span class="key">j</span> <span class="key">k</span> &nbsp; next/prev highlighted chunk </p> <p class="keyhelp"> <span class="key">0</span> &nbsp; (zero) top of page </p> <p class="keyhelp"> <span class="key">1</span> &nbsp; (one) first highlighted chunk </p> </div> </div> <div id="source"> <table> <tr> <td class="linenos"> <p id="n1" class="stm run hide_run"><a href="#n1">1</a></p> <p id="n2" class="pln"><a href="#n2">2</a></p> <p id="n3" class="stm run hide_run"><a href="#n3">3</a></p> <p id="n4" class="pln"><a href="#n4">4</a></p> <p id="n5" class="stm run hide_run"><a href="#n5">5</a></p> </td> <td class="text"> <p id="t1" class="stm run hide_run"><span class="key">from</span> <span class="nam">flask</span> <span class="key">import</span> <span class="nam">Blueprint</span><span class="strut">&nbsp;</span></p> <p id="t2" class="pln"><span class="strut">&nbsp;</span></p> <p id="t3" class="stm run hide_run"><span class="nam">auth</span> <span class="op">=</span> <span class="nam">Blueprint</span><span class="op">(</span><span class="str">'auth'</span><span class="op">,</span> <span class="nam">__name__</span><span class="op">)</span><span class="strut">&nbsp;</span></p> <p id="t4" class="pln"><span class="strut">&nbsp;</span></p> <p id="t5" class="stm run hide_run"><span class="key">from</span> <span class="op">.</span> <span class="key">import</span> <span class="nam">views</span><span class="strut">&nbsp;</span></p> </td> </tr> </table> </div> <div id="footer"> <div class="content"> <p> <a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v4.1</a>, created at 2016-05-27 15:58 </p> </div> </div> </body> </html>
dist/index.html
dontexpectanythingsensible/random-utils
<!doctype html><html lang="en"><head><title>Random Number Pickers</title><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="google-site-verification" content="8zemMCZ-yr6I047TYMKJ1HSyeW_Kxt7kIPhu_FRVh_Q"><meta name="theme-color" content="#333"><link rel="shortcut icon" href="/favicon.ico"><link href="/app.904a8472c6d66052643a61e5e66bef1f.css" rel="stylesheet"></head><body><div id="root" style="height: 100%"></div><noscript>This site requires Javascript to run. Your random number is 4.</noscript><!-- ad --><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><!-- analytics --><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-72421925-5', 'auto'); ga('send', 'pageview');</script><script type="text/javascript" src="/vendor.d969b4db758cfb4be5f1.js"></script><script type="text/javascript" src="/app.84f24d05e8c8bec27e9e.js"></script></body></html>
test/data/grid/example_responsive_columns_reset.html
inikulin/BootML
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> </head> <body> <div class="container"> <div class="row"> <div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div> <div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div> <!-- Add the extra clearfix for only the required viewport --> <div class="clearfix visible-xs-block"></div> <div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div> <div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div> </div> <div class="row"> <div class="col-sm-5 col-md-6">.col-sm-5 .col-md-6</div> <div class="col-sm-5 col-md-6 col-sm-offset-2 col-md-offset-0">.col-sm-5 .col-sm-offset-2 .col-md-6 .col-md-offset-0 </div> </div> <div class="row"> <div class="col-sm-6 col-md-5 col-lg-6">.col-sm-6 .col-md-5 .col-lg-6</div> <div class="col-sm-6 col-md-5 col-lg-6 col-md-offset-2 col-lg-offset-0">.col-sm-6 .col-md-5 .col-md-offset-2 .col-lg-6 .col-lg-offset-0 </div> </div> </div> </body> </html>
src/app/speakers/speaker-list/speaker-list.component.html
raavr/conference-app-angular
<section *ngIf="speakers" class="route-section speakers-list-section"> <div class="container"> <div class="row"> <div class="col-xs-12"> <h2 class="app-section-title text-dark">Our speakers!</h2> </div> <div class="col-xs-12 col-sm-6 col-md-4" *ngFor="let speaker of speakers"> <speaker-item [speaker]="speaker" (click)="selectSpeaker(speaker)"></speaker-item> </div> <speaker-modal [speaker]="selectedSpeaker"></speaker-modal> </div> </div> </section>
web/2021/feb-remote-work-now-norm.html
ryanwi/hiringtrends
<!doctype html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Remote Work is now the norm - Hacker News Hiring Trends (February 2021)</title> <meta property="og:site_name" content="Hacker News Hiring Trends" /> <meta property="og:site" content="www.hntrends.com" /> <meta property="og:title" content="Remote Work is now the norm - Hacker News Hiring Trends (February 2021)" /> <meta property="og:description" content="Most Popular programming languanges and software development technologies for February, 2021"> <meta property="og:image" content="https://s3.amazonaws.com/rw-net/hacker-news-hiring-trends/hacker-news-hiring-trends.png" /> <meta property="og:url" content="https://www.hntrends.com/2021/.html" /> <meta property="og:type" content="article" /> <meta name="description" content="Most Popular programming languanges and software development technologies for February, 2021"> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@ryanwi" /> <meta name="twitter:title" content="Remote Work is now the norm - Hacker News Hiring Trends (February 2021)" /> <meta name="twitter:description" content="Most Popular programming languanges and software development technologies for February, 2021" /> <meta name="twitter:image" content="https://s3.amazonaws.com/rw-net/hacker-news-hiring-trends/hacker-news-hiring-trends.png" /> <link rel="me" href="https://twitter.com/ryanwi"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> <link rel="stylesheet" href="../css/styles.css"> <link rel="alternate" type="application/rss+xml" title="Hacker News Hiring Trends" href="https://www.hntrends.com/feed.xml"> </head> <body> <div class="container"> <nav aria-label="breadcrumb"> <ol class="breadcrumb p-2"> <li class="breadcrumb-item"><a href="../">Home and Archives</a></li> <li class="breadcrumb-item active">February 2021</li> <li class="breadcrumb-item"><a href="#highlights">Highlights and Analysis</a></li> <li class="breadcrumb-item"><a href="#data">Data</a></li> </ol> </nav> <div class="page-header"> <h1> Remote Work is now the norm </h1> <p class="lead"> February 2021 Hacker News Hiring Trends </p> </div> <div class="chart-filters mb-2"> <form id="chart_filter" method="get"> <div class="row"> <div class="col-2"> <select id="topfilter" class="form-select"> <option value="5" selected>Top 5</option> <option value="10">Top 10</option> <option value="20">Top 20</option> <option value="50">Top 50</option> </select> </div> <div class="col-1"> or compare </div> <div id="term_comparisons" class="col row"> <div class="col"> <input class="form-control term-compare" name="compare" placeholder="Ruby" list="datalistTerms"> </div> <div class="col"> <input class="form-control term-compare" name="compare" placeholder="Python" list="datalistTerms"> </div> <div class="col"> <input class="form-control term-compare" name="compare" list="datalistTerms"> </div> <div class="col"> <input class="form-control term-compare" name="compare" list="datalistTerms"> </div> </div> <div class="col-1"> <button type="submit" class="btn btn-default">Compare</button> </div> </div> <datalist id="datalistTerms"></datalist> </form> </div> <div id="chart" class="mb-5" style="width:100%; height:400px;"></div> <div class="row"> <div class="col-9"> <div> <h2 id="highlights">February Highlights</h2> <div class="post-date">Sunday, February 21, 2021</div> <p> The new year and a new way of working in the Covid era allows us to take a fresh look at hiring trends on <a href="https://news.ycombinator.com/item?id=25989764">Hacker News' whoishiring threads</a>. This month, we are going beyond just technology. A few new terms have been added to the analysis, looking at software job specialization (frontend, backend, full-stack), and job experience/level (Principal, Staff, Senior, Junior). </p> <p> But, first, and not all that surprisingly, the biggest change this month is what's happening with remote work. Remote postings now account for about 2/3 of all postings, up from about 30% a year ago, pre-Covid. Remote is now the most common attribute of job postings, drowing out perennial winner React. </p> <p> The second finding from the month is that hiring is ramping up. The spring is usually when the total number of posts starts spiking for the year, but this month had the third most posts ever in the history of the whoishiring thread. This is a significant rebound from <a href="https://www.hntrends.com/2020/may-big-drop-developer-job-postings.html">last May when it was noted that jobs were dropping</a>. </p> <div id="comments_chart" style="width:100%; height:300px;" class="mb-5"></div> <h4>Specialization</h4> <p> Specialization trends are likely tied to specific technologies, but here we look at them relative to other specializations. While Backend and Frontend postings started out about the same back in 2011, and were close for a long time, Backend is opening a lead up. Meanwhile, Full stack, even though it is more challenging to truly be today, is in demand more than ever, being mentioned in 15% of postings. </p> <p> <a href="?compare=Front+End&amp;compare=Back+End&amp;compare=Full+Stack&amp;compare=">Compare Full Stack, Frontend, and Backend</a> </p> <h4>Engineering Levels</h4> <p> Software Development job titles are anything but consistent, just <a href="https://www.levels.fyi">look at levels.fyi</a> to see for yourself. But, in an effort to spotlight some standards emerging, I've added some tracking around a few common ones like Principal, Staff, Senior, and Junior. </p> <p> It may be a little early to track this, since Senior is over 30% and the others are all 4% or less. The trends for Senior has been rising steadily, will need to watch this one more in coming months. </p> <p> <a href="?compare=Principal&amp;compare=Staff&amp;compare=Senior&amp;compare=Junior">Compare Principal, Staff, Senior, and, Junior</a> </p> </div> <h2 style="margin-top:3rem">February Rankings</h2> <div id="data"></div> <div> <ul class="nav nav-tabs" role="tablist"> <li class="nav-item"> <button class="nav-link active" data-bs-toggle="tab" data-bs-target="#top20" type="button" role="tab" aria-selected="true">Top 20</button> </li> <li class="nav-item"> <button class="nav-link" data-bs-toggle="tab" data-bs-target="#rising" type="button" role="tab" aria-selected="false">Rising</button> </li> <li class="nav-item"> <button class="nav-link" data-bs-toggle="tab" data-bs-target="#falling" type="button" role="tab" aria-selected="false">Falling</button> </li> </ul> <div class="tab-content"> <div class="tab-pane active" role="tabpanel" id="top20"> <table class="table table-condensed"> <thead> <tr> <th>Tech</th> <th>Rank</th> <th>Last Month</th> <th>Change</th> <th>Last Year</th> <th>Change</th> </tr> </thead> <tbody> <tr> <td><a href="?compare1=Remote">Remote</td> <td>1</td> <td>1</td> <td>0</td> <td>1</td> <td>0</td> </tr> <tr> <td><a href="?compare1=Senior">Senior</td> <td>2</td> <td>2</td> <td>0</td> <td>3</td> <td class="positive table-success">+1</td> </tr> <tr> <td><a href="?compare1=React">React</td> <td>3</td> <td>3</td> <td>0</td> <td>2</td> <td class="negative table-danger">-1</td> </tr> <tr> <td><a href="?compare1=Back End">Back End</td> <td>4</td> <td>4</td> <td>0</td> <td>4</td> <td>0</td> </tr> <tr> <td><a href="?compare1=Front End">Front End</td> <td>5</td> <td>5</td> <td>0</td> <td>6</td> <td class="positive table-success">+1</td> </tr> <tr> <td><a href="?compare1=Python">Python</td> <td>6</td> <td>7</td> <td class="positive table-success">+1</td> <td>5</td> <td class="negative table-danger">-1</td> </tr> <tr> <td><a href="?compare1=AWS">AWS</td> <td>7</td> <td>6</td> <td class="negative table-danger">-1</td> <td>7</td> <td>0</td> </tr> <tr> <td><a href="?compare1=Full Stack">Full Stack</td> <td>8</td> <td>9</td> <td class="positive table-success">+1</td> <td>9</td> <td class="positive table-success">+1</td> </tr> <tr> <td><a href="?compare1=Postgresql">Postgresql</td> <td>9</td> <td>8</td> <td class="negative table-danger">-1</td> <td>8</td> <td class="negative table-danger">-1</td> </tr> <tr> <td><a href="?compare1=TypeScript">TypeScript</td> <td>10</td> <td>10</td> <td>0</td> <td>10</td> <td>0</td> </tr> <tr> <td><a href="?compare1=DevOps">DevOps</td> <td>11</td> <td>11</td> <td>0</td> <td>14</td> <td class="positive table-success">+3</td> </tr> <tr> <td><a href="?compare1=node.js">node.js</td> <td>12</td> <td>12</td> <td>0</td> <td>11</td> <td class="negative table-danger">-1</td> </tr> <tr> <td><a href="?compare1=golang">golang</td> <td>13</td> <td>13</td> <td>0</td> <td>19</td> <td class="positive table-success">+6</td> </tr> <tr> <td><a href="?compare1=Machine Learning">Machine Learning</td> <td>14</td> <td>15</td> <td class="positive table-success">+1</td> <td>12</td> <td class="negative table-danger">-2</td> </tr> <tr> <td><a href="?compare1=JavaScript">JavaScript</td> <td>15</td> <td>14</td> <td class="negative table-danger">-1</td> <td>13</td> <td class="negative table-danger">-2</td> </tr> <tr> <td><a href="?compare1=Ruby">Ruby</td> <td>16</td> <td>19</td> <td class="positive table-success">+3</td> <td>21</td> <td class="positive table-success">+5</td> </tr> <tr> <td><a href="?compare1=Rails">Rails</td> <td>17</td> <td>18</td> <td class="positive table-success">+1</td> <td>23</td> <td class="positive table-success">+6</td> </tr> <tr> <td><a href="?compare1=Docker">Docker</td> <td>18</td> <td>17</td> <td class="negative table-danger">-1</td> <td>15</td> <td class="negative table-danger">-3</td> </tr> <tr> <td><a href="?compare1=Kubernetes">Kubernetes</td> <td>19</td> <td>16</td> <td class="negative table-danger">-3</td> <td>17</td> <td class="negative table-danger">-2</td> </tr> <tr> <td><a href="?compare1=Java">Java</td> <td>20</td> <td>22</td> <td class="positive table-success">+2</td> <td>16</td> <td class="negative table-danger">-4</td> </tr> </tbody> </table> </div> <div class="tab-pane" role="tabpanel" id="rising"> <table class="table table-condensed"> <thead> <tr> <th>Tech</th> <th>Mentions</th> <th>Rank</th> <th>Last Year Mentions</th> <th>Last Year Rank</th> <th>Change</th> </tr> </thead> <tbody> <tr> <td><a href="?compare1=WebGL">WebGL</td> <td>6</td> <td>104</td> <td>0</td> <td>198</td> <td class="positive table-success">+94</td> </tr> <tr> <td><a href="?compare1=ECS">ECS</td> <td>8</td> <td>94</td> <td>1</td> <td>171</td> <td class="positive table-success">+77</td> </tr> <tr> <td><a href="?compare1=RDS">RDS</td> <td>10</td> <td>83</td> <td>2</td> <td>144</td> <td class="positive table-success">+61</td> </tr> <tr> <td><a href="?compare1=BigQuery">BigQuery</td> <td>8</td> <td>93</td> <td>2</td> <td>146</td> <td class="positive table-success">+53</td> </tr> <tr> <td><a href="?compare1=Git">Git</td> <td>11</td> <td>79</td> <td>2</td> <td>131</td> <td class="positive table-success">+52</td> </tr> <tr> <td><a href="?compare1=ETL">ETL</td> <td>8</td> <td>89</td> <td>3</td> <td>129</td> <td class="positive table-success">+40</td> </tr> <tr> <td><a href="?compare1=Celery">Celery</td> <td>6</td> <td>108</td> <td>2</td> <td>145</td> <td class="positive table-success">+37</td> </tr> <tr> <td><a href="?compare1=Aurora">Aurora</td> <td>5</td> <td>120</td> <td>2</td> <td>149</td> <td class="positive table-success">+29</td> </tr> <tr> <td><a href="?compare1=DynamoDB">DynamoDB</td> <td>8</td> <td>90</td> <td>4</td> <td>116</td> <td class="positive table-success">+26</td> </tr> <tr> <td><a href="?compare1=Cassandra">Cassandra</td> <td>6</td> <td>102</td> <td>3</td> <td>126</td> <td class="positive table-success">+24</td> </tr> </tbody> </table> </div> <div class="tab-pane" role="tabpanel" id="falling"> <table class="table table-condensed"> <thead> <tr> <th>Tech</th> <th>Mentions</th> <th>Rank</th> <th>Last Year Mentions</th> <th>Last Year Rank</th> <th>Change</th> </tr> </thead> <tbody> <tr> <td><a href="?compare1=NumPy">NumPy</td> <td>1</td> <td>182</td> <td>5</td> <td>98</td> <td class="negative table-danger">-84</td> </tr> <tr> <td><a href="?compare1=nginx">nginx</td> <td>2</td> <td>143</td> <td>7</td> <td>79</td> <td class="negative table-danger">-64</td> </tr> <tr> <td><a href="?compare1=Webpack">Webpack</td> <td>5</td> <td>119</td> <td>11</td> <td>66</td> <td class="negative table-danger">-53</td> </tr> <tr> <td><a href="?compare1=RabbitMQ">RabbitMQ</td> <td>4</td> <td>133</td> <td>7</td> <td>86</td> <td class="negative table-danger">-47</td> </tr> <tr> <td><a href="?compare1=ES6">ES6</td> <td>5</td> <td>113</td> <td>8</td> <td>78</td> <td class="negative table-danger">-35</td> </tr> <tr> <td><a href="?compare1=D3.js">D3.js</td> <td>5</td> <td>114</td> <td>7</td> <td>82</td> <td class="negative table-danger">-32</td> </tr> <tr> <td><a href="?compare1=Heroku">Heroku</td> <td>9</td> <td>87</td> <td>13</td> <td>59</td> <td class="negative table-danger">-28</td> </tr> <tr> <td><a href="?compare1=AR">AR</td> <td>6</td> <td>105</td> <td>7</td> <td>80</td> <td class="negative table-danger">-25</td> </tr> <tr> <td><a href="?compare1=Big Data">Big Data</td> <td>7</td> <td>98</td> <td>8</td> <td>74</td> <td class="negative table-danger">-24</td> </tr> <tr> <td><a href="?compare1=Redshift">Redshift</td> <td>6</td> <td>107</td> <td>7</td> <td>87</td> <td class="negative table-danger">-20</td> </tr> </tbody> </table> </div> </div> </div> <h4>Top 10 Programming Languages</h4> <ol> <li><a href="?compare=Python">Python</a></li> <li><a href="?compare=TypeScript">TypeScript</a></li> <li><a href="?compare=golang">Go</a></li> <li><a href="?compare=JavaScript">JavaScript</a></li> <li><a href="?compare=Ruby">Ruby</a></li> <li><a href="?compare=Java">Java</a></li> <li><a href="?compare=C%2B%2B">C++</a></li> <li><a href="?compare=C">C</a></li> <li><a href="?compare=Kotlin">Kotlin</a></li> <li><a href="?compare=Rust">Rust</a></li> </ol> <p> <a href="?compare=Python&amp;compare=TypeScript&amp;compare=JavaScript&amp;compare=golang&amp;compare=Java&amp;compare=Ruby&amp;compare=C%2B%2B&amp;compare=Rust&amp;compare=Kotlin&amp;compare=C">Compare Top 10 Programming Languages</a> </p> <h4>Server-side Frameworks</h4> <p> <a href="?compare=Rails&compare=node.js&compare=PHP&compare=Django"> Compare Rails, node.js, PHP and Django </a> </p> <h4>JavaScript Frameworks</h4> <p> <a href="?compare=AngularJS&compare=Ember&compare=React&compare=Vue"> Compare React, Angular, Vue, and Ember </a> </p> <h4>SQL Databases</h4> <p> <a href="?compare=Postgresql&compare=MySQL&compare=SQL+Server&compare="> Compare Postgresql, MySQL and SQL Server </a> </p> <h4>NoSQL Databases</h4> <p> <a href="?compare=Mongodb&amp;compare=elasticsearch&amp;compare=Cassandra&amp;compare=DynamoDB"> Compare Mongodb, Elasticsearch, Cassandra and DynamoDB </a> </p> <h4>DevOps Tools</h4> <p> <a href="?compare=Chef&amp;compare=Puppet&amp;compare=Ansible&amp;compare=Terraform&amp;compare=CloudFormation"> Compare Terraform, Chef, Puppet, Ansible and CloudFormation </a> </p> <h4>Virtualization and Container Tools</h4> <p> <a href="?compare=docker&amp;compare=Kubernetes&amp;compare=mesos&amp;compare=Terraform"> Compare Docker, Kubernetes, Mesos and Terraform </a> </p> <h4>Cryptocurrency and Blockchain</h4> <p> <a href="?compare=blockchain&amp;compare=bitcoin&amp;compare=ethereum"> Compare Blockchain, Bitcoin and Ethereum</a> </p> <h4>Cloud Providers</h4> <p> <a href="?compare=AWS&amp;compare=GCP&amp;compare=Azure">Compare AWS, GCP and Azure</a> </p> </div> <div class="col-md-3"> <p style="margin-top:30px;"> <a href="http://eepurl.com/DVVSb" class="btn btn-success btn-lg">Subscribe for updates</a> </p> <div class="badges"> <div> <a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-show-count="false">Tweet</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> </div> <div> <a href="../feed.xml"><img src="../images/feed-icon-28x28.png" /></a> </div> </div> </div> </div> <footer style="text-align:center;margin-top:30px;margin-bottom:30px;"> <a href="https://www.ryanwilliams.dev">Portland Ruby, Web and Software developer Ryan Williams</a> • <a href="https://twitter.com/ryanwi">Follow @ryanwi</a> • Email: ryan at ryanwilliams.dev • <a href="https://github.com/ryanwi/hiringtrends">Code on GitHub</a> </footer> </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> <script src="https://code.highcharts.com/highcharts.js"></script> <script src="../data/data-20210201.js"></script> <script src="../js/builder-v15.js"></script> </body> </html>
resource/docs/math/atan2.html
shehuaqigai/JSBOOK
<p> 定义和用法 atan2() 方法可返回从 x 轴到点 (x,y) 之间的角度。 语法 Math.atan2(y,x) 参数 描述 x 必需。指定点的 X 坐标。 y 必需。指定点的 Y 坐标。 返回值 -PI 到 PI 之间的值,是从 X 轴正向逆时针旋转到点 (x,y) 时经过的角度。 提示和注释 注释:请注意这个函数的参数顺序,Y 坐标在 X 坐标之前传递。 实例 下面这个例子可通过 atan2() 方法返回不同 (x,y) 点的角度: <pre> &ltscript type="text/javascript"> document.write(Math.atan2(0.50,0.50) + "&ltbr />") document.write(Math.atan2(-0.50,-0.50) + "&ltbr />") document.write(Math.atan2(5,5) + "&ltbr />") document.write(Math.atan2(10,20) + "&ltbr />") document.write(Math.atan2(-5,-5) + "&ltbr />") document.write(Math.atan2(-10,10)) &lt/script> 输出: 0.7853981633974483 -2.356194490192345 0.7853981633974483 0.4636476090008061 -2.356194490192345 -0.7853981633974483 </pre> </p>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/e96fdceb288fb41ef981a974a203b38bead4be360e6405bf41402df21464a71e.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="./79e78f109483f02563a8106dec4cc58361db7b66db374ba2fbc5522ba45e9e33.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>
client/views/posts/posts_grid.html
thedeerchild/wompfeed
<template name="postsGrid"> <ul class="post-grid"> {{#each posts}} {{> postsGridItem}} {{/each}} </ul> </template>
clean/Linux-x86_64-4.05.0-2.0.6/extra-dev/8.10.0/io-list/1.0.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>io-list: 9 s</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">8.10.0 / io-list - 1.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> io-list <small> 1.0.0 <span class="label label-success">9 s</span> </small> </h1> <p><em><script>document.write(moment("2020-07-14 04:23:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-14 04:23:34 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;dev@clarus.me&quot; homepage: &quot;https://github.com/clarus/io-list&quot; dev-repo: &quot;git+https://github.com/clarus/io-list.git&quot; bug-reports: &quot;https://github.com/clarus/io-list/issues&quot; authors: [&quot;Guillaume Claret&quot;] license: &quot;MIT&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Io/List.vo&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot;} &quot;coq-io&quot; {&gt;= &quot;3.0.0&quot; &amp; &lt; &quot;3.1.0&quot;} ] synopsis: &quot;Generic functions on lists with effects&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-io/list/archive/1.0.0.tar.gz&quot; checksum: &quot;md5=64659a39c8308ef2ee13e605d05e39de&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-io-list.1.0.0 coq.8.10.0</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 2h opam install -y --deps-only coq-io-list.1.0.0 coq.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>10 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-io-list.1.0.0 coq.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>9 s</dd> </dl> <h2>Installation size</h2> <p>Total: 28 K</p> <ul> <li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/List.vo</code></li> <li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/List.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Io/List.v</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-io-list.1.0.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <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>
blog/empty_post_spacer_dir_for_year/spacer_dir_for_month/spacer_dir_for_day/empty-post.html
vzhz/vzhz.github.io
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#"> <head> <meta charset="utf-8"> <link rel="icon" href="../../../../img/favicon.png" type="image/x-icon"> <meta property="og:image" content="img/veronica.jpg" /> <title>Veronica Hanus | Everything is Awesome</title> <link rel="alternate" type="application/rss+xml" title="Very Veronica Blog" href="https://vzhz.github.io/atom.xml"> <link rel="stylesheet" href="../../../../css/normalize.css"> <link href='https://fonts.googleapis.com/css?family=Changa+One|Open+Sans:300,400,400italic,700,700italic,800' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="../../../../css/main.css"> <link rel="stylesheet" href="../../../../css/responsive.css"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <header> <a href="index.html" id="logo"> <h1>Veronica Hanus</h1> <h2>{ learning and writing }</h2> </a> <nav> <ul> <li><a href="../../../../index.html">Portfolio</a></li> <li><a href="../../../../blog.html" class="selected">Blog</a></li> <li><a href="../../../../about.html">About</a></li> <li><a href="../../../../contact.html">Contact</a></li> </ul> <ul class="secondary-nav"> <li><a href="/atom.xml">{ RSS }</a></li> <li><a href="https://www.recurse-scout.com/scout/click?t=82fac49a5eb68463cf2e11141a7d1e1e" target="_blank">{ Join the Recurse Center! }</a></li> </ul> </nav> </header> <div id="wrapper"> <section> <h3>Title of Post</h3> <h5>Month Day, Year</h5> <br/> <p> Some stuff about some stuff. </p> </section> <div id="disqus_thread"></div> <script> /* * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS. * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/ var disqus_config = function () { this.page.url =""; // Replace PAGE_URL with your page's canonical URL variable this.page.identifier = "00000"; // Replace PAGE_IDENTIFIER with your page's unique identifier variable ADD ONE FOR EACH NEW POST }; (function() { // DON'T EDIT BELOW THIS LINE var d = document, s = d.createElement('script'); s.src = 'https://https-vzhz-github-io-blog-html.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <footer> <a href="http://twitter.com/veronica_hanus"><img src="../../../../img/twitter-wrap.png" alt="Twitter Logo" class="social-icon"></a> <a href="https://www.linkedin.com/in/veronicahanus"><img src="../../../../img/linkedin-wrap.png" alt="Twitter Logo" class="social-icon"></a> <p>&copy; & &#x2661 2017 Veronica Hanus.</p> </footer> </div> </body> </html>
clean/Linux-x86_64-4.06.1-2.0.5/extra-dev/8.10.0/hierarchy-builder/0.9.1.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hierarchy-builder: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">8.10.0 / hierarchy-builder - 0.9.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> hierarchy-builder <small> 0.9.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2020-08-24 06:00:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-24 06:00:58 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.0 Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Enrico Tassi &lt;enrico.tassi@inria.fr&gt;&quot; authors: [ &quot;Cyril Cohen&quot; &quot;Kazuhiko Sakaguchi&quot; &quot;Enrico Tassi&quot; ] license: &quot;MIT&quot; homepage: &quot;https://github.com/math-comp/hierarchy-builder&quot; bug-reports: &quot;https://github.com/math-comp/hierarchy-builder/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/hierarchy-builder&quot; build: [ make ] install: [ make &quot;install&quot; &quot;VFILES=structures.v&quot; ] depends: [ &quot;coq-elpi&quot; {&gt;= &quot;1.4.0&quot; &amp; &lt; &quot;1.5.0~&quot;} ] synopsis: &quot;Hierarchy Builder&quot; description: &quot;&quot;&quot; High level commands to declare and evolve a hierarchy based on packed classes. &quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/hierarchy-builder/archive/v0.9.1.tar.gz&quot; checksum: &quot;sha256=25acacb6b8aaac1666c4d710bb35d1f715c936d7dc0cab01d573102a33ae9c98&quot; }</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-hierarchy-builder.0.9.1 coq.8.10.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.10.0). The following dependencies couldn&#39;t be met: - coq-hierarchy-builder -&gt; coq-elpi &gt;= 1.4.0 -&gt; coq (= 8.9.dev | &gt;= 8.11) Your request can&#39;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-hierarchy-builder.0.9.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.11.2-2.0.7/released/8.13.2/equations/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>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.2 / equations - 1.0</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.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-12 12:49:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-12 12:49:54 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq 8.13.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.2 Official release 4.11.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; authors: [ &quot;Matthieu Sozeau &lt;matthieu.sozeau@inria.fr&gt;&quot; &quot;Cyprien Mangin &lt;cyprien.mangin@m4x.org&gt;&quot; ] dev-repo: &quot;git+https://github.com/mattam82/Coq-Equations.git&quot; maintainer: &quot;matthieu.sozeau@inria.fr&quot; homepage: &quot;https://mattam82.github.io/Coq-Equations&quot; bug-reports: &quot;https://github.com/mattam82/Coq-Equations/issues&quot; license: &quot;LGPL 2.1&quot; build: [ [&quot;coq_makefile&quot; &quot;-f&quot; &quot;_CoqProject&quot; &quot;-o&quot; &quot;Makefile&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Equations&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7&quot;} ] synopsis: &quot;A function definition package for Coq&quot; description: &quot;&quot;&quot; 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.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/mattam82/Coq-Equations/archive/v1.0.tar.gz&quot; checksum: &quot;md5=66ed25baaf876b63e2798228181ada46&quot; } </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.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&#39;t be met: - coq-equations -&gt; coq &lt; 8.7 -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; 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-equations.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>
clean/Linux-x86_64-4.07.1-2.0.6/released/8.13.1/stdpp/1.3.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>stdpp: 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 / stdpp - 1.3.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> stdpp <small> 1.3.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-04 18:52:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-04 18:52:19 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.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-stdpp&quot; maintainer: &quot;Ralf Jung &lt;jung@mpi-sws.org&gt;&quot; authors: &quot;Robbert Krebbers, Jacques-Henri Jourdan, Ralf Jung&quot; license: &quot;BSD&quot; homepage: &quot;https://gitlab.mpi-sws.org/iris/stdpp&quot; bug-reports: &quot;https://gitlab.mpi-sws.org/iris/stdpp/issues&quot; dev-repo: &quot;git+https://gitlab.mpi-sws.org/iris/stdpp.git&quot; tags: [ &quot;date:2020-03-18&quot; &quot;logpath:stdpp&quot; ] synopsis: &quot;std++ is an extended \&quot;Standard Library\&quot; for Coq&quot; description: &quot;&quot;&quot; The key features of this library are as follows: - It provides a great number of definitions and lemmas for common data structures such as lists, finite maps, finite sets, and finite multisets. - It uses type classes for common notations (like `∅`, `∪`, and Haskell-style monad notations) so that these can be overloaded for different data structures. - It uses type classes to keep track of common properties of types, like it having decidable equality or being countable or finite. - Most data structures are represented in canonical ways so that Leibniz equality can be used as much as possible (for example, for maps we have `m1 = m2` iff `∀ i, m1 !! i = m2 !! i`). On top of that, the library provides setoid instances for most types and operations. - It provides various tactics for common tasks, like an ssreflect inspired `done` tactic for finishing trivial goals, a simple breadth-first solver `naive_solver`, an equality simplifier `simplify_eq`, a solver `solve_proper` for proving compatibility of functions with respect to relations, and a solver `set_solver` for goals involving set operations. - It is entirely dependency- and axiom-free. &quot;&quot;&quot; depends: [ &quot;coq&quot; { (= &quot;8.7.2&quot;) | (= &quot;8.8.2&quot;) | (&gt;= &quot;8.9.1&quot; &amp; &lt; &quot;8.12~&quot;) | (= &quot;dev&quot;) } ] build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] url { src: &quot;https://gitlab.mpi-sws.org/iris/stdpp/-/archive/coq-stdpp-1.3.0.tar.gz&quot; checksum: &quot;sha512=82247189f655c0ad60a81864b6f88a10933cacd79c35405dc812b7e6ca1938b3770c5d5339419f9e8252880acf028c767b2191061bbe1bfcdba3c05a960ed001&quot; } </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-stdpp.1.3.0 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&#39;t be met: - coq-stdpp -&gt; coq (= 8.7.2 &amp; = 8.8.2 &amp; &lt; 8.12~ &amp; = dev) -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;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-stdpp.1.3.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>
tags/graghQL/page/2/index.html
chan48/chan48.github.io
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>Page 2 | graghQL | S-CHAN&#39;s BLG.</title> <meta name="author" content="S-CHAN"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta property="og:site_name" content="S-CHAN&#39;s BLG."/> <meta property="og:image" content=""/> <link href="/favicon.png" rel="icon"> <!-- CSS --> <link rel="stylesheet" href="/css/themes/sandstone.css" media="screen" type="text/css"> <link rel="stylesheet" href="/css/font-awesome.css" media="screen" type="text/css"> <link rel="stylesheet" href="/css/style.css" media="screen" type="text/css"> <link rel="stylesheet" href="/css/responsive.css" media="screen" type="text/css"> <link rel="stylesheet" href="/css/highlight.css" media="screen" type="text/css"> <link rel="stylesheet" href="/css/highlight-default.min.css" media="screen" type="text/css"> <link rel="stylesheet" href="/css/google-fonts.css" media="screen" type="text/css"> <link rel="stylesheet" href="/css/comment.css" media="screen" type="text/css"> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.9/es5-shim.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.7/es5-sham.min.js"></script> <![endif]--> <script src="/js/jquery-2.0.3.min.js"></script> <script src="/js/marked.js"></script> <script src="/js/comment.js"></script> <script src="/js/timeago.min.js"></script> <script src="/js/highlight.min.js"></script> <script src="/js/spin.min.js"></script> <!-- analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-106404572-1', 'auto'); ga('send', 'pageview'); </script> </head> <body> <nav id="main-nav" class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <button type="button" class="navbar-header navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">S-CHAN&#39;s BLG.</a> <div class="collapse navbar-collapse nav-menu"> <ul class="nav navbar-nav"> <li> <a href="/archives" title="All the articles."> <i class="fa fa-archive"></i>Archives </a> </li> <li> <a href="/categories" title="All the categories."> <i class="fa fa-folder"></i>Categories </a> </li> <li> <a href="/tags" title="All the tags."> <i class="fa fa-tags"></i>Tags </a> </li> <li> <a href="/Dev-Roadmap" title="Dev-Roadmap."> <i class="fa fa-code-fork"></i>Dev-Roadmap </a> </li> <li> <a href="/ENG-Study-Ref" title="ENG-Study-Ref."> <i class="fa fa-globe"></i>ENG-Study-Ref </a> </li> <li> <a href="/re-invent-js" title="Re-Invent-JS."> <i class="fa fa-refresh"></i>Re-Invent-JS </a> </li> <li> <a href="/API&GraphQL" title="API&GraphQL."> <i class="fa fa-arrows"></i>API&GraphQL </a> </li> <li> <a href="/PRJTs" title="PRJTs by me."> <i class="fa fa-tasks"></i>PRJTs </a> </li> </ul> </div> </div> <!-- container --> </nav> <div class="clearfix"></div> <div class="container"> <div class="content"> <!-- title --> <div class="page-header "> <h1 class="archive-title-tag title ">graghQL</h1> </div> <div class="row page"> <!-- cols --> <div class="col-md-9"> <div id="top_search"></div> <!-- display as entry --> <div class="mypage"> <!-- display as entry --> <h3 class="title"> <div class="date"> 2017-09-25 </div> <div class="article-title"><a href="/2017/09/25/TIL-From-17-09-20/" title="TIL Log 입니다. 오늘 한 일을 기록합니다.">TIL From 17.09.20</a></div> </h3> <div class="entry"> <div class="row"> <h2 id="9weol-20il-su"><a href="#9weol-20il-su" class="header-anchor">1. </a><a href="#9월-20일-수" class="headerlink" title="9월 20일 (수)"></a>9월 20일 (수)</h2><ul> <li><p>Quiz-AWS Project Work&amp; Study</p> <blockquote> <p>FrontEnd Study &gt; <a href="https://www.codecademy.com/pro/intensive/build-frontend-web-apps-from-scratch?ubv=upgrdsbwa" target="_blank" rel="external">Codecademy Pro Intensive &gt; Build Front-End Web Apps</a> : Day 9 ~ Day 13</p> <ul> <li>아직까지 어려운 내용은 없으나 조금씩 진도가 밀리기 시작했음</li> <li>역시 스터디와 프로젝트 병행하며 1달 내에 프로젝트를 완성하는 것은 조금 무리인듯 함.</li> </ul> <p>BackEnd Study &gt; About AWS &gt; <a href="https://acloud.guru/learn/serverless-with-graphql" target="_blank" rel="external">serverless-with-graphql</a>: Section 1 ~ Section 3</p> <ul> <li>Graphql 내용이 아직 잘 이해가 잘 안됨, 일단 전체를 빠르게 x1.3 배속으로 보고 있음</li> </ul> </blockquote> </li> </ul> <hr> <h2 id="9weol-21il-mog"><a href="#9weol-21il-mog" class="header-anchor">2. </a><a href="#9월-21일-목" class="headerlink" title="9월 21일 (목)"></a>9월 21일 (목)</h2><ul> <li>AWS DevDay &amp; Community Day 행사참여 <blockquote> <p><a href="https://www.facebook.com/sangjae.shin/posts/1589297184424803" target="_blank" rel="external">Serverless 로 구현한 AWS project 데모가 흥미로웠음</a> </p> </blockquote> </li> </ul> <hr> <h2 id="9weol-22il-geum"><a href="#9weol-22il-geum" class="header-anchor">3. </a><a href="#9월-22일-금" class="headerlink" title="9월 22일 (금)"></a>9월 22일 (금)</h2><ul> <li><p>Quiz-AWS Project Work&amp; Study</p> <blockquote> <p>BackEnd Study &gt; About AWS &gt; <a href="https://acloud.guru/learn/serverless-with-graphql" target="_blank" rel="external">serverless-with-graphql</a>: Section 4 ~ Section 6 (완강)</p> <ul> <li>전체를 완강하였으나 graphql 대한 내용이 바로 와닿지 않음, 소스코드를 보고 좀 더 연구를 ㅠ.ㅜ </li> <li>Serverless 리소스 배포를 위해선 CloudFormation 을 추가로 공부해야 할 필요가 ㅠ.ㅜ </li> </ul> <p>Project repo 설정: AWS codecommit 을 메인 remote repo 로 사용하되 github 을 추가 Repo 로 설정 (<em>동시에 push 되도록 설정, Second 는 push only</em>)</p> <ul> <li>REF. <a href="http://docs.aws.amazon.com/ko_kr/codecommit/latest/userguide/how-to-mirror-repo-pushes.html" target="_blank" rel="external">Main &amp; Second 추가 repo 설정</a> </li> </ul> </blockquote> </li> </ul> </div> <a type="button" href="/2017/09/25/TIL-From-17-09-20/#more" class="btn btn-default more">Read More</a> </div> <!-- display as entry --> <h3 class="title"> <div class="date"> 2017-09-19 </div> <div class="article-title"><a href="/2017/09/19/TIL-From-17-09-15/" title="TIL Log 입니다. 오늘 한 일을 기록합니다.">TIL From 17.09.15</a></div> </h3> <div class="entry"> <div class="row"> <h2 id="9weol-15il-geum"><a href="#9weol-15il-geum" class="header-anchor">1. </a><a href="#9월-15일-금" class="headerlink" title="9월 15일 (금)"></a>9월 15일 (금)</h2><ul> <li>Ruby 기반 Jekyll Test Blog 를 Node 기반 Hexo 로 변경<ul> <li>Ref site 참고사항 및 기타 BLOG 설정완료<blockquote> <p><a href="https://www.holaxprogramming.com/2017/04/16/github-page-and-hexo/" target="_blank" rel="external">holaxprogramming.com/github-page-and-hexo/</a><br><a href="https://hexo.io/ko/docs/commands.html" target="_blank" rel="external">hexo.io/ko/docs/commands</a><br><a href="http://blog.lattecom.xyz/2016/06/28/hexo-blog-github-pages/" target="_blank" rel="external">blog.lattecom.xyz/hexo-blog-github-pages/</a><br><a href="http://wit.nts-corp.com/2013/09/10/148" target="_blank" rel="external">wit.nts-corp.com/~</a><br><a href="https://m.blog.naver.com/PostView.nhn?blogId=future_creator&amp;logNo=220722153999&amp;proxyReferer=https%3A%2F%2Fwww.google.co.kr%2F" target="_blank" rel="external">m.blog.naver.com/~</a></p> </blockquote> </li> </ul> </li> </ul> <ul> <li><p><a href="https://www.codecademy.com/pro/intensive/build-frontend-web-apps-from-scratch?ubv=upgrdsbwa" target="_blank" rel="external">Codecademy Pro Intensive &gt; Build Front-End Web Apps</a> ~ Day 8 까지 완료</p> </li> <li><p>Aws root 계정 MFA 적용 및 IAM 관리자계정 설정, Only IAM 로그인 &amp; AWS CLI 관련패치 </p> <ul> <li>아래 보안사항 모두적용 완료<blockquote> <p><a href="http://www.awskr.org/2017/01/your-aws-first-days-todo-list/" target="_blank" rel="external">AWS 계정을 만들고 가장 먼저 해야 할 일 들과 하지 말아야 할 일 들</a></p> </blockquote> </li> </ul> </li> </ul> <hr> <h2 id="9weol-18il-weol"><a href="#9weol-18il-weol" class="header-anchor">2. </a><a href="#9월-18일-월" class="headerlink" title="9월 18일 (월)"></a>9월 18일 (월)</h2><ul> <li>QuizAWS Project 관련 Aws &gt; Codestar &gt; Serverless express framework 코드생성</li> <li>Codestar &gt; Codecommit repo 와 github repo 간의 동기화 또는 CodePipeLine 작업처리 고민</li> <li>serverless-with-graphql 관련자료들 확인… <blockquote> <p><a href="https://github.com/chan48/serverless-graphql-nodejs-template" target="_blank" rel="external">serverless-graphql-nodejs-template</a><br><a href="https://github.com/chan48/serverless-graphql-blog" target="_blank" rel="external">serverless-graphql-blog</a><br><a href="https://github.com/chan48/aws-sam-local" target="_blank" rel="external">aws-sam-local</a><br><a href="https://acloud.guru/learn/serverless-with-graphql" target="_blank" rel="external">serverless-with-graphql</a></p> </blockquote> </li> </ul> <hr> <h2 id="9weol-19il-hwa"><a href="#9weol-19il-hwa" class="header-anchor">3. </a><a href="#9월-19일-화" class="headerlink" title="9월 19일 (화)"></a>9월 19일 (화)</h2><ul> <li>Taskworld Kanban (like trello) 모듈 작업계획 수정갱신 및 일정에 따른 학습/작업 우선순위 고민 해보기</li> <li>Quiz-AWS Project study<blockquote> <p>FrontEnd Study &gt; <a href="https://www.codecademy.com/pro/intensive/build-frontend-web-apps-from-scratch?ubv=upgrdsbwa" target="_blank" rel="external">Codecademy Pro Intensive &gt; Build Front-End Web Apps</a> : From Day 9 ~<br>BackEnd Study &gt; About AWS &gt; <a href="https://acloud.guru/learn/serverless-with-graphql" target="_blank" rel="external">serverless-with-graphql</a>: Day 1 (CHAPTER 1&gt; Section 1) </p> </blockquote> </li> </ul> </div> <a type="button" href="/2017/09/19/TIL-From-17-09-15/#more" class="btn btn-default more">Read More</a> </div> </div> <div> <center> <div class="pagination"> <ul class="pagination"> <li class="prev"><a href="/tags/graghQL/" class="alignleft prev"><i class="fa fa-arrow-circle-o-left"></i> Prev</a></li> <li><a href="/"><i class="fa fa-home"></i>Home</a></li> <li class="next disabled"><a>Next<i class="fa fa-arrow-circle-o-right"></i></a></li> </ul> </div> </center> </div> </div> <!-- col-md-9/col-md-12 --> <div class="col-md-3"> <div id="sidebar"> <div id="site_search"> <div class="form-group"> <input type="text" id="local-search-input" name="q" results="0" placeholder="Search" class="st-search-input st-default-search-input form-control"/> </div> <div id="local-search-result"></div> </div> <div class="widget"> <h4 class="dsq-widget-title">Recent Comments</h4> <div id="recent-comments"></div> <script type="text/javascript"> getRecentCommentsList({ type: "github" ? "github" : "github", user: "chan48", repo: "chan48.github.io", client_id: "7179d6ca581e24cefa48", client_secret: "c48a9967591f833abb9b901f752e88875d8830f9", count: "5" ? "5" : 5, recent_comments_target: "#recent-comments" }); </script> </div> <div class="widget"> <h4>Categories</h4> <ul class="tag_box inline list-unstyled"> <li><a href="/categories/TIL/">TIL<span>3</span></a></li> <li><a href="/categories/TIL-THIS-WEEK-LOG/">TIL/THIS-WEEK-LOG<span>3</span></a></li> <li><a href="/categories/retrospect-methodology/">retrospect/methodology<span>1</span></a></li> <li><a href="/categories/test-ref-ex/">test/ref-ex<span>1</span></a></li> </ul> </div> <div class="widget"> <h4>Tag Cloud</h4> <ul class="tag_box inline list-unstyled"> <li><a href="/tags/start/">start<span>1</span></a></li> <li><a href="/tags/회고/">회고<span>1</span></a></li> <li><a href="/tags/AWS/">AWS<span>6</span></a></li> <li><a href="/tags/qiuzAWS/">qiuzAWS<span>6</span></a></li> <li><a href="/tags/Agile/">Agile<span>1</span></a></li> <li><a href="/tags/FrontEnd/">FrontEnd<span>1</span></a></li> <li><a href="/tags/study/">study<span>1</span></a></li> <li><a href="/tags/pin/">pin<span>1</span></a></li> <li><a href="/tags/Demo-test/">Demo-test<span>1</span></a></li> <li><a href="/tags/Webpack/">Webpack<span>1</span></a></li> <li><a href="/tags/PROJECT/">PROJECT<span>6</span></a></li> <li><a href="/tags/restart/">restart<span>1</span></a></li> <li><a href="/tags/THIS-WEEK-LOG/">THIS-WEEK-LOG<span>3</span></a></li> <li><a href="/tags/학습론/">학습론<span>1</span></a></li> <li><a href="/tags/TIL-LOG/">TIL-LOG<span>6</span></a></li> <li><a href="/tags/ref-ex/">ref-ex<span>1</span></a></li> <li><a href="/tags/serverless/">serverless<span>5</span></a></li> <li><a href="/tags/graghQL/">graghQL<span>5</span></a></li> </ul> </div> <div class="widget"> <h4>Recent Posts</h4> <ul class="entry list-unstyled"> <li> <a href="/2017/11/27/TWIL-From-17-11-20/" title="Study Log 입니다. 금주 공부했던 것을 기록합니다." ><i class="fa fa-file-o"></i>TWIL (This Week I Learned) ...</a> </li> <li> <a href="/2017/11/10/TWIL-From-17-10-30/" title="Study Log 입니다. 금주 공부했던 것을 기록합니다." ><i class="fa fa-file-o"></i>TWIL (This Week I Learned) ...</a> </li> <li> <a href="/2017/10/22/TWIL-From-17-10-11/" title="Study Log 입니다. 금주 공부했던 것을 기록합니다." ><i class="fa fa-file-o"></i>TWIL (This Week I Learned) ...</a> </li> <li> <a href="/2017/10/17/WITH-AGILE/" title="지난 3~4 개월간의 Javascript 학습과 개인프로젝트 진행관련 개발방법을 고민해 보며 쓴 회고록 입니다." ><i class="fa fa-file-o"></i>삽질주도 학습 WITH 애자일 개발</a> </li> <li> <a href="/2017/10/01/TIL-From-17-09-25/" title="TIL Log 입니다. 오늘 한 일을 기록합니다." ><i class="fa fa-file-o"></i>TIL From 17.09.25</a> </li> </ul> </div> <div class="widget"> <h4>Links</h4> <ul class="blogroll list-unstyled"> <li><i class="fa fa-book"></i><a href="https://hexo.io/ko/docs/asset-folders.html" title="HEXO-DOCs." target="_blank"]);">HEXOBLG-DOCs</a></li> <li><i class="fa fa-book"></i><a href="https://git-scm.com/docs" title="GIT-DOCs." target="_blank"]);">GIT-DOCs</a></li> <li><i class="fa fa-pencil-square"></i><a href="http://prose.io/#chan48" title="MD-GitHub." target="_blank"]);">MD-GitHub</a></li> <li><i class="fa fa-pencil-square"></i><a href="https://stackedit.io/editor" title="MD-DraftBX." target="_blank"]);">MD-DraftBX</a></li> <li><i class="fa fa-hdd-o"></i><a href="https://drive.google.com/drive/folders/0B5EzAQSIAOQgeFp6OWlRZVluOUk" title="Google-DRV." target="_blank"]);">Google-DRV</a></li> <li><i class="fa fa-trello"></i><a href="https://enterprise.taskworld.com/s-chan/#/projects" title="Taskworld-as-trello." target="_blank"]);">Taskworld-as-trello</a></li> <li><i class="fa fa-sitemap"></i><a href="https://mind42.com/" title="Mind42-MindMap." target="_blank"]);">Mind42-MindMap</a></li> <li><i class="fa fa-pencil-square-o"></i><a href="https://dynalist.io/" title="Editing-Dynalist." target="_blank"]);">Editing-Dynalist</a></li> <li><i class="fa fa-file-text"></i><a href="https://www.gitbook.com/@chan48/dashboard" title="Editing-GitBook." target="_blank"]);">Editing-GitBook</a></li> <li><i class="fa fa-file-text"></i><a href="https://translate.google.com/toolkit/list?hl=ko#translations/active" title="G-Translator Toolkit." target="_blank"]);">G-Translator Toolkit</a></li> <li><i class="fa fa-file-text"></i><a href="https://guides.github.com/features/mastering-markdown/#examples" title="My Linkin account." target="_blank"]);">Markdown-Mastering</a></li> <li><i class="fa fa-picture-o"></i><a href="https://jdittrich.github.io/quickMockup/" title="QuickMockup." target="_blank"]);">QuickMockup</a></li> <li><i class="fa fa-file-image-o"></i><a href="http://fontawesome.io/icons/" title="Awesome icon." target="_blank"]);">Awesome-Icon</a></li> <li><i class="fa fa-pie-chart"></i><a href="http://picresize.com/" title="Image-Optimizer." target="_blank"]);">Image-Optimizer</a></li> <li><i class="fa fa-plug"></i><a href="https://vimawesome.com/" title="Awesome-Vim." target="_blank"]);">Awesome-Vim</a></li> <li><i class="fa fa-star"></i><a href="https://github.com/sarojaba/awesome-devblog" title="Blog:Awesome-Dev." target="_blank"]);">Blog:Awesome-Dev</a></li> <li><i class="fa fa-pencil"></i><a href="https://brunch.co.kr/magazine/devops" title="Blog:AWS-DevOps." target="_blank"]);">Blog:DevO:AWSps</a></li> <li><i class="fa fa-pencil"></i><a href="http://agile.egloos.com/5749946" title="Blog:애자일이야기." target="_blank"]);">Blog:애자일이야기</a></li> <li><i class="fa fa-th"></i><a href="https://pivotal.io/kr/agile" title="Pivotal-Agile." target="_blank"]);">Pivotal-Agile</a></li> <li><i class="fa fa-th"></i><a href="https://quiz-aws.atlassian.net/secure/Dashboard.jspa" title="Jira-Atlassian." target="_blank"]);">Jira-Atlassian</a></li> <li><i class="fa fa-th"></i><a href="https://12factor.net/ko/" title="12factor-APP." target="_blank"]);">12 Factor-APP</a></li> <li><i class="fa fa-th"></i><a href="https://stackoverflow.com/jobs/salary" title="Salary-Calculate." target="_blank"]);">Salary-Calculate</a></li> <li><i class="fa fa-list-alt"></i><a href="https://www.freecodecamp.org/chan48" title="FreecodeCamp." target="_blank"]);">FreecodeCamp</a></li> <li><i class="fa fa-list-alt"></i><a href="https://hackernoon.com/javascript/home" title="Hacker-Noon." target="_blank"]);">Hacker-Noon</a></li> <li><i class="fa fa-list-alt"></i><a href="https://acloud.guru/courses" title="AcloudGuru." target="_blank"]);">AcloudGuru</a></li> <li><i class="fa fa-list-alt"></i><a href="https://www.udemy.com/home/my-courses/learning/" title="Udemy." target="_blank"]);">Udemy</a></li> <li><i class="fa fa-list-alt"></i><a href="https://www.inflearn.com/members/chan-3/course/" title="Inflearn." target="_blank"]);">Inflearn</a></li> <li><i class="fa fa-list-alt"></i><a href="https://nomade.kr/accounts/" title="AskDjango." target="_blank"]);">AskDjango-PY</a></li> <li><i class="fa fa-list-alt"></i><a href="http://academy.nomadcoders.co/courses/enrolled" title="Nomadcoders." target="_blank"]);">Nomadcoders-PY</a></li> <li><i class="fa fa-list-alt"></i><a href="http://www.imagineer.io/p/python" title="Marco-imagineer-PY." target="_blank"]);">Marco-imagineer-PY</a></li> <li><i class="fa fa-list-alt"></i><a href="https://www.codecademy.com/learn" title="Codecademy." target="_blank"]);">Codecademy</a></li> <li><i class="fa fa-list-alt"></i><a href="https://www.codecademy.com/courses/javascript-lesson-205/0/1" title="RecursionJS." target="_blank"]);">RecursionJS</a></li> <li><i class="fa fa-list-alt"></i><a href="https://classroom.udacity.com/me" title="Udacity." target="_blank"]);">Udacity</a></li> <li><i class="fa fa-list-alt"></i><a href="https://www.coursera.org/" title="Coursera." target="_blank"]);">Coursera</a></li> <li><i class="fa fa-list-alt"></i><a href="https://www.edx.org/" title="EDX." target="_blank"]);">EDX</a></li> <li><i class="fa fa-list-alt"></i><a href="https://opentutorials.org/course/2136" title="생활코딩." target="_blank"]);">생활코딩</a></li> <li><i class="fa fa-list-alt"></i><a href="https://ko.khanacademy.org/computing" title="칸아카데미." target="_blank"]);">칸아카데미</a></li> <li><i class="fa fa-users"></i><a href="https://com-chan.signin.aws.amazon.com/console" title="Amazon-AWS-IAM." target="_blank"]);">AWS-IAM</a></li> <li><i class="fa fa-credit-card"></i><a href="https://aws.amazon.com/ko/premiumsupport/compare-plans/" title="AWS-Support Plans." target="_blank"]);">AWS-Support-Plans</a></li> <li><i class="fa fa-cloud"></i><a href="https://aws.amazon.com/ko/faqs/" title="AWS-FAQ." target="_blank"]);">AWS-FAQ</a></li> <li><i class="fa fa-cloud"></i><a href="https://github.com/serithemage/AWSCertifiedSolutionsArchitectUnofficialStudyGuide" title="AWS-AWSCertified-Guide." target="_blank"]);">AWS-AWSCertified-Guide</a></li> <li><i class="fa fa-cloud"></i><a href="https://aws.amazon.com/ko/certification/certification-prep/" title="AWS-AWSCertified-Guide2." target="_blank"]);">AWS-AWSCertified-Guide2</a></li> <li><i class="fa fa-cloud"></i><a href="https://kyupokaws.wordpress.com/2017/01/20/aws-certified-solution-architect-associatesaa-%ED%95%A9%EA%B2%A9-%ED%9B%84%EA%B8%B0/" title="AWS-AWSCertified-Blog." target="_blank"]);">AWS-AWSCertified-Blog</a></li> <li><i class="fa fa-cloud"></i><a href="https://aws.amazon.com/ko/whitepapers/" title="AWS-Whitepapers." target="_blank"]);">AWS-Whitepapers</a></li> <li><i class="fa fa-cloud"></i><a href="https://aws.amazon.com/ko/blogs/korea/ko-whitepapers/" title="AWS-Whitepapers-list." target="_blank"]);">AWS-Whitepapers-list</a></li> <li><i class="fa fa-cloud"></i><a href="https://aws.amazon.com/ko/documentation/" title="AWS-Tutorial-DOC." target="_blank"]);">AWS-Tutorial-DOC</a></li> <li><i class="fa fa-cloud"></i><a href="https://aws.amazon.com/ko/blogs/korea/category/webinar/" title="AWS-Webinar." target="_blank"]);">AWS-Webinar</a></li> <li><i class="fa fa-cloud"></i><a href="https://www.slideshare.net/awskorea/presentations" title="AWSKR-SlideShare." target="_blank"]);">AWSKR-SlideShare</a></li> <li><i class="fa fa-cloud"></i><a href="https://qwiklabs.com/catalog" title="AWS-Study." target="_blank"]);">AWS-HandsOn-Qwiklabs</a></li> <li><i class="fa fa-cloud"></i><a href="https://console.run.pivotal.io/organizations/3ff75be5-8de8-4521-a2e6-0dccb6cbe1eb" title="PIVOTAL-Cloud Foundry." target="_blank"]);">PIVOTAL-Cloud Foundry</a></li> <li><i class="fa fa-book"></i><a href="https://iam.cloudonaut.io/" title="AWS IAM Reference." target="_blank"]);">AWS IAM Reference</a></li> <li><i class="fa fa-book"></i><a href="https://aws.amazon.com/ko/quickstart/architecture/" title="AWS Quick Starts." target="_blank"]);">AWS Quick Starts</a></li> <li><i class="fa fa-book"></i><a href="http://docs.aws.amazon.com/ko_kr/cli/latest/userguide/getting-help.html" title="DOCs-AWS-CLI." target="_blank"]);">DOCs:AWS-CLI</a></li> <li><i class="fa fa-book"></i><a href="http://docs.aws.amazon.com/ko_kr/codecommit/latest/userguide/setting-up.html" title="DOCs:AWS-CODECOMMIT." target="_blank"]);">DOCs:AWS-CODECOMMIT</a></li> <li><i class="fa fa-book"></i><a href="http://docs.aws.amazon.com/ko_kr/codepipeline/latest/userguide/welcome.html" title="DOCs:AWS-CODEPIPELINE." target="_blank"]);">DOCs:AWS-CODEPIPELINE</a></li> <li><i class="fa fa-book"></i><a href="http://docs.aws.amazon.com/ko_kr/Route53/latest/APIReference/Welcome.html" title="DOCs:AWS-Route53." target="_blank"]);">DOCs:AWS-Route53</a></li> <li><i class="fa fa-book"></i><a href="http://docs.aws.amazon.com/ko_kr/AmazonVPC/latest/UserGuide/VPC_Introduction.html" title="DOCs:AWS-VPC." target="_blank"]);">DOCs:AWS-VPC</a></li> <li><i class="fa fa-book"></i><a href="http://docs.aws.amazon.com/ko_kr/AWSCloudFormation/latest/UserGuide/working-with-templates-cfn-designer-overview.html" title="DOCs:AWS-CloudFormation." target="_blank"]);">DOCs:AWS-CloudFormation</a></li> <li><i class="fa fa-book"></i><a href="http://docs.aws.amazon.com/ko_kr/AmazonCloudWatch/latest/monitoring/WhatIsCloudWatch.html" title="DOCs:AWS-CloudWatch." target="_blank"]);">DOCs:AWS-CloudWatch</a></li> <li><i class="fa fa-book"></i><a href="http://docs.aws.amazon.com/ko_kr/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html" title="DOCs:AWS-ELB." target="_blank"]);">DOCs:AWS-ELB</a></li> <li><i class="fa fa-book"></i><a href="http://docs.aws.amazon.com/ko_kr/AWSEC2/latest/UserGuide/concepts.html" title="DOCs:AWS-EC2." target="_blank"]);">DOCs:AWS-EC2</a></li> <li><i class="fa fa-book"></i><a href="http://docs.aws.amazon.com/ko_kr/amazondynamodb/latest/developerguide/Introduction.html" title="DOCs:AWS-Dynamodb." target="_blank"]);">DOCs:AWS-Dynamodb</a></li> <li><i class="fa fa-book"></i><a href="http://docs.aws.amazon.com/ko_kr/apigateway/latest/developerguide/api-gateway-set-up-simple-proxy.html#api-gateway-simple-proxy-for-lambda-input-format" title="APIG:AWSATEWAY." target="_blank"]);">DOCs:AWS-APIGATEWAY</a></li> <li><i class="fa fa-book"></i><a href="http://docs.aws.amazon.com/ko_kr/lambda/latest/dg/welcome.html" title="DOCs:AWS-LAMBDA." target="_blank"]);">DOCs:AWS-LAMBDA</a></li> <li><i class="fa fa-book"></i><a href="https://serverless.com/framework/docs/providers/aws/guide/serverless.yml/" title="DOCs:Serverless." target="_blank"]);">DOCs:Serverless</a></li> <li><i class="fa fa-book"></i><a href="https://restpatterns.mindtouch.us/HTTP_Status_Codes" title="DOCs:Restpatterns." target="_blank"]);">DOCs:RESTpatterns</a></li> <li><i class="fa fa-book"></i><a href="http://docs.vulcanjs.org/example-movies.html" title="DOCs:Vulcanjs." target="_blank"]);">DOCs:VulcanjsOnMeteror</a></li> <li><i class="fa fa-book"></i><a href="https://guide.meteor.com/" title="DOCs:MeteorPlatform." target="_blank"]);">DOCs:Meteor</a></li> <li><i class="fa fa-book"></i><a href="http://graphql.org/learn/" title="DOCs:Graphql." target="_blank"]);">DOCs:Graphql</a></li> <li><i class="fa fa-book"></i><a href="http://dev.apollodata.com/core/meteor.html#Examples" title="DOCs:Apollo." target="_blank"]);">DOCs:Apollo</a></li> <li><i class="fa fa-book"></i><a href="https://atmospherejs.com/" title="Meteor Packages." target="_blank"]);">Meteor Packages</a></li> <li><i class="fa fa-book"></i><a href="http://spectrumdig.blogspot.kr/search?q=vulcan" title="Vulcanjs-Blog-Ref." target="_blank"]);">Vulcanjs-Blog-Ref</a></li> <li><i class="fa fa-book"></i><a href="http://kr.discovermeteor.com/" title="Meteor-KR-Ref." target="_blank"]);">Meteor-KR-Ref</a></li> <li><i class="fa fa-book"></i><a href="http://devdocs.io/" title="Dev-Doc." target="_blank"]);">Dev-DOC</a></li> <li><i class="fa fa-book"></i><a href="http://code.i-harness.com/ko" title="CODE-Q&A." target="_blank"]);">CODE-Q&amp;A</a></li> <li><i class="fa fa-book"></i><a href="https://nodejs.org/api/synopsis.html" title="Node-DOC." target="_blank"]);">Node-DOC</a></li> <li><i class="fa fa-book"></i><a href="http://expressjs.com/ko/4x/api.html" title="Node>Expressjs-DOC." target="_blank"]);">Node-Expressjs-DOC</a></li> <li><i class="fa fa-book"></i><a href="https://facebook.github.io/react/docs/components-and-props.html" title="React-DOC." target="_blank"]);">React-DOC</a></li> <li><i class="fa fa-book"></i><a href="https://pugjs.org/language/interpolation.html" title="JADE&PUG-DOC." target="_blank"]);">JADE&amp;PUG-DOC</a></li> <li><i class="fa fa-book"></i><a href="http://mern.io/documentation.html" title="MERM-stack-DOC." target="_blank"]);">MERM-stack-DOC</a></li> <li><i class="fa fa-book"></i><a href="https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/" title="MDN-JS-Doc." target="_blank"]);">MDN-JS-DOC</a></li> <li><i class="fa fa-book"></i><a href="https://javascript.info/" title="Javascript-Info." target="_blank"]);">Javascript-Info</a></li> <li><i class="fa fa-book"></i><a href="https://es6.io/" title="Web-Boss-JS-ES6." target="_blank"]);">Web-Boss-JS-ES6</a></li> <li><i class="fa fa-book"></i><a href="https://perfectacle.github.io/categories/Programming/ECMAScript/" title="ECMAScript-Blg-Ref." target="_blank"]);">ECMAScript-Blg-Ref</a></li> <li><i class="fa fa-book"></i><a href="https://lodash.com/docs/4.17.4" title="Lib-lodash(UnderScore)." target="_blank"]);">Lib-lodash(UnderScore)</a></li> <li><i class="fa fa-book"></i><a href="http://ramdajs.com/docs/" title="Lib-ramda." target="_blank"]);">Lib-ramda</a></li> <li><i class="fa fa-book"></i><a href="http://coffeescript.org/#functions" title="Coffeescript-DOC." target="_blank"]);">Coffee-DOC</a></li> <li><i class="fa fa-book"></i><a href="https://docs.python.org/3.5/library/functions.html" title="Python-Doc." target="_blank"]);">Python-DOC</a></li> <li><i class="fa fa-stack-overflow"></i><a href="https://stackoverflow.com/documentation/" title="StackOverFlow-Doc." target="_blank"]);">StackOver-Doc</a></li> <li><i class="fa fa-codepen"></i><a href="https://codepen.io/ch9/" title="My CODE-PEN." target="_blank"]);">CODE-PEN</a></li> <li><i class="fa fa-eye"></i><a href="https://plot.ly/python/ipython-notebook-tutorial/#3d-plotting" title="Plotly-DataVisualize." target="_blank"]);">Plotly-DataVisualizePy</a></li> <li><i class="fa fa-eye"></i><a href="https://unpkg.com/#/stats" title="CDN-service:Unpkg." target="_blank"]);">CDN-service:Unpkg</a></li> <li><i class="fa fa-eye"></i><a href="https://www.jsdelivr.com/" title="CDN-service:Jsdelivr." target="_blank"]);">CDN-service:Jsdelivr</a></li> <li><i class="fa fa-terminal"></i><a href="https://play.dobest.io/hub/login" title="Jupyterhub." target="_blank"]);">Jupyterhub</a></li> <li><i class="fa fa-terminal"></i><a href="http://yaml-online-parser.appspot.com/" title="Yaml-parser." target="_blank"]);">Yaml-parser</a></li> <li><i class="fa fa-terminal"></i><a href="http://graphql.org/swapi-graphql/" title="SWAPI-GraphQLer." target="_blank"]);">SWAPI-GraphQLer</a></li> <li><i class="fa fa-terminal"></i><a href="https://fiddles.io/#" title="Fiddles." target="_blank"]);">Fiddles</a></li> <li><i class="fa fa-terminal"></i><a href="https://c9.io/chan48" title="Cloud9-IDE." target="_blank"]);">Cloud9-IDE</a></li> <li><i class="fa fa-terminal"></i><a href="https://stackblitz.com/edit/react-sb6bgp" title="ReactOnline-Editor." target="_blank"]);">ReactOnline-Editor</a></li> <li><i class="fa fa-terminal"></i><a href="https://reactarmory.com/examples/hello-world/raw-hello-world" title="Reactarmory-Ref." target="_blank"]);">Reactarmory-Ref</a></li> <li><i class="fa fa-terminal"></i><a href="https://repl.it/languages/babel" title="Repl-ES6-Editor." target="_blank"]);">Repl-ES6-Editor</a></li> <li><i class="fa fa-terminal"></i><a href="https://repl.it/languages/babel" title="Repl-ES6-Editor." target="_blank"]);">Repl-ES6-Editor</a></li> <li><i class="fa fa-terminal"></i><a href="https://repl.it/languages/nodejs" title="Repl-Node-Editor." target="_blank"]);">Repl-Node-Editor</a></li> <li><i class="fa fa-terminal"></i><a href="https://repl.it/languages/web_project" title="Repl-Web-Editor." target="_blank"]);">Repl-Web-Editor</a></li> <li><i class="fa fa-terminal"></i><a href="https://htmlg.com/html-editor/" title="HTML-Editor." target="_blank"]);">HTML-Editor</a></li> <li><i class="fa fa-terminal"></i><a href="https://www.beautifyconverter.com/html-to-jade-converter.php" title="Jade&pug-Converter." target="_blank"]);">Jade&amp;pug-Converter</a></li> <li><i class="fa fa-terminal"></i><a href="http://aramboyajyan.github.io/online-jade-template-editor/" title="Jade&pug-Converter2." target="_blank"]);">Jade&amp;pug-Converter2</a></li> <li><i class="fa fa-terminal"></i><a href="http://www.pythontutor.com/visualize.html#mode=edit" title="VisualizeCode-Editor." target="_blank"]);">VisualizeCode-Editor</a></li> <li><i class="fa fa-code"></i><a href="https://programmers.co.kr/learn/challenges" title="Programmers-Algo." target="_blank"]);">Programmers-Algo</a></li> <li><i class="fa fa-code"></i><a href="https://www.codewars.com/users/chan48" title="CodeWars." target="_blank"]);">CodeWars</a></li> <li><i class="fa fa-code"></i><a href="https://www.hackerrank.com/dashboard" title="Hacker-rank." target="_blank"]);">Hacker-rank</a></li> <li><i class="fa fa-youtube-play"></i><a href="https://www.youtube.com/playlist?list=PLVNY1HnUlO25sSWDr7CzVvkOF3bUgkiQQ" title="CodingInterView-1." target="_blank"]);">CodingInterView-1</a></li> <li><i class="fa fa-youtube-play"></i><a href="https://www.youtube.com/playlist?list=PLVNY1HnUlO24RlncfRjfoZHnD0YWVsvhq&v=piDwgBqmqKM" title="CodingInterView-2." target="_blank"]);">CodingInterView-2</a></li> <li><i class="fa fa-youtube-play"></i><a href="https://www.youtube.com/user/as3as3as3as3/feed" title="YouTuberDev-codespitz." target="_blank"]);">YouTuberDev-codespitz</a></li> <li><i class="fa fa-youtube-play"></i><a href="https://www.youtube.com/channel/UCmMgRlN-3GKQ_CH7cOtLdvg/featured" title="YouTuberDev-velopert." target="_blank"]);">YouTuberDev-velopert</a></li> <li><i class="fa fa-youtube-play"></i><a href="https://www.youtube.com/channel/UCGIvQQ6zw7ov2cHgD70HFlA/playlists" title="YouTuberDev-Vulcan-Tutorial." target="_blank"]);">YouTuberDev-Vulcan-Tutorial</a></li> <li><i class="fa fa-youtube-play"></i><a href="https://www.youtube.com/watch?v=BI8IslJHSag&list=PLLnpHn493BHFYZUSK62aVycgcAouqBt7V" title="YouTuberDev-Meteor-Tutorial." target="_blank"]);">YouTuberDev-Meteor-Tutorial</a></li> <li><i class="fa fa-youtube-play"></i><a href="https://www.udemy.com/framerjs-prototyping-design-interaction-animation/learn/v4/content" title="FramerjsByCoffee-Tutorial." target="_blank"]);">FramerjsByCoffee-Tutorial</a></li> <li><i class="fa fa-youtube-play"></i><a href="https://www.udemy.com/graphql-with-react-course/learn/v4/content" title="FramerjsByCoffee-Tutorial." target="_blank"]);">Graphql-Tutorial</a></li> <li><i class="fa fa-facebook-square"></i><a href="https://www.facebook.com/schan.choi.48" title="My Facebook account." target="_blank"]);">S-CHAN Facebook</a></li> <li><i class="fa fa-github"></i><a href="https://github.com/chan48" title="My Github account." target="_blank"]);">S-CHAN Github</a></li> <li><i class="fa fa-linkedin-square"></i><a href="https://www.linkedin.com/in/choi-seung-chan/" title="My Linkin account." target="_blank"]);">S-CHAN LinkedIn</a></li> </ul> </div> </div> <!-- sidebar --> </div> <!-- col-md-3 --> </div> </div> <div class="container-narrow"> <footer> <p> &copy; 2018 S-CHAN with help from <a href="http://hexo.io/" target="_blank">Hexo</a> and <a href="http://getbootstrap.com/" target="_blank">Twitter Bootstrap</a>. Theme by <a href="http://github.com/wzpan/hexo-theme-freemind/">Freemind</a>. </p> </footer> </div> <!-- container-narrow --> <a id="gotop" href="#"> <span>▲</span> </a> <script src="/js/jquery.imagesloaded.min.js"></script> <script src="/js/gallery.js"></script> <script src="/js/bootstrap.min.js"></script> <script src="/js/main.js"></script> <script src="/js/search.js"></script> <link rel="stylesheet" href="/fancybox/jquery.fancybox.css" media="screen" type="text/css"> <script src="/fancybox/jquery.fancybox.pack.js"></script> <script type="text/javascript"> (function($){ $('.fancybox').fancybox(); })(jQuery); </script> <script type="text/javascript"> var search_path = "search.xml"; if (search_path.length == 0) { search_path = "search.xml"; } var path = "/" + search_path; searchFunc(path, 'local-search-input', 'local-search-result'); </script> <!-- syntax highlighting --> <script> marked.setOptions({ highlight: function (code, lang) { return hljs.highlightAuto(code).value; } }); function Highlighting(){ var markdowns = document.getElementsByClassName('markdown'); for(var i=0;i<markdowns.length;i++){ if(markdowns[i].innerHTML) markdowns[i].innerHTML =marked(markdowns[i].innerHTML); } } window.addEventListener('DOMContentLoaded', Highlighting, false); window.addEventListener('load', Highlighting, false); </script> </body> </html>
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.dev/contrib:finger-tree/dev/2015-01-31_05-04-50.html
coq-bench/coq-bench.github.io-old
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../../..">Unstable</a></li> <li><a href=".">8.4.dev / contrib:finger-tree dev</a></li> <li class="active"><a href="">2015-01-31 05:04:50</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="../../../../../about.html">About</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href=".">« Up</a> <h1> contrib:finger-tree <small> dev <span class="label label-info">Not compatible with this Coq</span> </small> </h1> <p><em><script>document.write(moment("2015-01-31 05:04:50 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-01-31 05:04:50 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:finger-tree/coq:contrib:finger-tree.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>The package is valid. </pre></dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --dry-run coq:contrib:finger-tree.dev coq.8.4.dev</code></dd> <dt>Return code</dt> <dd>768</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4.dev). The following dependencies couldn&#39;t be met: - coq:contrib:finger-tree -&gt; coq &gt;= 8.5beta1 Your request can&#39;t be satisfied: - Conflicting version constraints for coq No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:finger-tree.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>4 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq.8.4.dev === 1 to remove === =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq.8.4.dev. [WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing [WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing The following actions will be performed: - install ocamlfind.1.5.5 [required by lablgtk] - install camlp4.4.02.1+system [required by lablgtk] - install lablgtk.2.18.3 [required by coq] - install coq.hott [required by coq:contrib:finger-tree] - install coq:contrib:finger-tree.dev === 5 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building camlp4.4.02.1+system: sh ./check-camlp4.sh Installing camlp4.4.02.1+system. Building ocamlfind.1.5.5: ./configure -bindir /home/bench/.opam/system/bin -sitelib /home/bench/.opam/system/lib -mandir /home/bench/.opam/system/man -config /home/bench/.opam/system/lib/findlib.conf -no-topfind make all make opt make install Installing ocamlfind.1.5.5. Building lablgtk.2.18.3: ./configure --prefix /home/bench/.opam/system LABLGLDIR=/home/bench/.opam/system/lib/lablgl make world make install Installing lablgtk.2.18.3. Building coq.hott: ./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide opt make -j4 make install Installing coq.hott. Building coq:contrib:finger-tree.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:finger-tree.dev. </pre></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>Duration</dt> <dd>0 s</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
html/97-5737/97-5737.html
riordan/judiciary_ebooks
<h1 class="title" id="page-title">FORNEY v. APFEL</h1> <casecontent> <div class="syllabus"> <hr> <a name="writing-ZS"></a> <p> <b>Syllabus</b> </p> <p class="toccaption"> FORNEY v. APFEL ( No. 97-5737 ) <br> 108 F. 3d 228, reversed and remanded. </p> <ul class="writingtoc"> <li> <span class="writnav"> <b>Syllabus</b> </span> <a href="#writing-97-5737.ZS"> <span class="writnav"> [HTML] </span> </a> <a href="http://www.law.cornell.edu/supct/pdf/97-5737.pdf"> <span class="writnav"> [PDF] </span> </a> </li> <li> <span class="writnav"> <b>Opinion</b>, Breyer</span> <a href="#writing-97-5737.ZO"> <span class="writnav"> [HTML] </span> </a> <a href="http://www.law.cornell.edu/supct/pdf/97-5737.pdf"> <span class="writnav"> [PDF] </span> </a> </li> </ul> <p class="opcentered"> FORNEY <em> v. </em> APFEL, COMMISSIONER OF <br> SOCIAL SECURITY </p> <h4 class="sylctb"> certiorari to the united states court of appeals for the ninth circuit </h4> <hr> <div class="opiniondates"> No. 97–5737. Argued April 22, 1998—Decided June 15, 1998 </div> <hr> <p class="bodytext"> Petitioner Forney sought judicial review of a Social Security Administration final determination denying her disability benefits. When the District Court found that determination inadequately supported by the evidence and remanded the case to the agency for further proceedings pursuant to sentence four of <a href="http://www.law.cornell.edu/uscode/42/405.html#g" class="subref" title="subref">42 U. S. C. §405(g)</a>, Forney appealed, contending that the agency’s denial of benefits should be reversed outright. The Ninth Circuit, however, decided that she did not have the legal right to appeal. Before this Court, both Forney and the Solicitor General agree that she had the right to appeal, so an <em> amicus </em> has been appointed to defend the Ninth Circuit’s decision. </p> <p class="SYLCTE"> <em> Held:&lt;unicode value="8194"&gt; </em> A Social Security disability claimant seeking court reversal of an agency decision denying benefits may appeal a district court order remanding the case to the agency for further proceedings pursuant to sentence four of <a href="http://www.law.cornell.edu/uscode/42/405.html#g" class="subref" title="subref">42 U. S. C. §405(g)</a>. This Court has previously held that the language of the Social Security Act’s “judicial review” provision—“district courts” (reviewing, for example, agency denials of disability claims) “have the power to enter … a <em> judgment </em> affirming, modifying or reversing [an agency] decision … with or without remanding the cause for a rehearing,” and such “judgment … <em> shall be final </em> except that it <em> shall be subject to review </em> in the same manner as” other civil action judgments, <a href="http://www.law.cornell.edu/uscode/42/405.html#g" class="subref" title="subref">42 U. S. C. §405(g)</a> (emphases added)—means that a district court order remanding a Social Security disability claim to the agency for further proceedings is a “final judgment” appealable under <a href="http://www.law.cornell.edu/uscode/28/1291.html" class="subref" title="subref">28 U. S. C. §1291</a>. <em> Sullivan </em> v. <em> Finkelstein, </em> <a href="http://www.law.cornell.edu/supremecourt//text/496/617" class="subref" title="subref">496 U. S. 617</a>. <em> Finkelstein </em> differs from this case in that it involved an appeal by the Government. However, <em> Finklestein </em> ’s logic makes that feature irrelevant here. That case reasoned, primarily from §405(g)’s language, that a district court judgment remanding a Social Security disability case fell within the “class of orders” that are appealable under §1291. Neither the statute nor <em> Finkelstein </em> suggests that such an order could be final for purposes of an appeal by the Government, but not a claimant, or permits an inference that finality turns on the order’s importance, or the availability of an avenue for appeal from the agency determination that might emerge after remand. The Ninth Circuit erred in concluding that Forney could not appeal because she was the prevailing party. A party is “aggrieved” and ordinarily can appeal a decision granting in part and denying in part the remedy requested, <em> United States </em> v. <em> Jose </em> , <a href="http://www.law.cornell.edu/supremecourt//text/519/54" class="subref" title="subref">519 U. S. 54</a>; Forney, who sought reversal of the administrative decision denying benefits and, in the alternative, a remand, received some, but not all, of the relief requested. The Solicitor General disputes the Ninth Circuit’s assertion that a rule permitting appeals in these circumstances would impose additional, and unnecessary, burdens upon federal appeals courts. If the Solicitor General proves wrong in his prediction, the remedy must be legislative, for the statutes at issue do not give the courts the power to redefine or subdivide the classes of cases where appeals will (or will not) lie. Pp. 2–7. </p> <p class="SYLCTG"> 108 F. 3d 228, reversed and remanded. </p> <p class="bodytext"> <span class="smallcaps"> Breyer, J., </span> delivered the opinion for a unanimous Court. </p> </div> </casecontent>
client/ng/components/google-recaptcha/show.html
mjbondra/mjbondra.com
<div class="google-recaptcha--input" data-ng-model="recaptchaParent.gRecaptchaResponse" data-name="gRecaptchaResponse" data-required></div> <span class="form--label--required">*</span>
forms/sample3/index.html
himanshu-daga/Webster
<head> <title> Sample 3 </title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div id="container"> <h2> Sign In </h2> <form> <div id="signInContainer"> <input type="text" placeholder="Username"> <input type="password" placeholder="Password"> <div> <input type="checkbox" id="rememberMe"> <label for="rememberMe"> Remember Username </label> </div> <button> Button </button> </div> </div> </form> </body>
0a7bf81/html/classv8_1_1_isolate_1_1_disallow_javascript_execution_scope.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for io.js v2.5.0: v8::Isolate::DisallowJavascriptExecutionScope Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for io.js v2.5.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_isolate.html">Isolate</a></li><li class="navelem"><a class="el" href="classv8_1_1_isolate_1_1_disallow_javascript_execution_scope.html">DisallowJavascriptExecutionScope</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-types">Public Types</a> &#124; <a href="#pub-methods">Public Member Functions</a> &#124; <a href="classv8_1_1_isolate_1_1_disallow_javascript_execution_scope-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::Isolate::DisallowJavascriptExecutionScope Class Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8_8h_source.html">v8.h</a>&gt;</code></p> <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:aeb586bef085fba34f97c09afd07ea843"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aeb586bef085fba34f97c09afd07ea843"></a>enum &#160;</td><td class="memItemRight" valign="bottom"><b>OnFailure</b> { <b>CRASH_ON_FAILURE</b>, <b>THROW_ON_FAILURE</b> }</td></tr> <tr class="separator:aeb586bef085fba34f97c09afd07ea843"><td class="memSeparator" colspan="2">&#160;</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:a64813f7832ddca3014a7b98730a13948"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a64813f7832ddca3014a7b98730a13948"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>DisallowJavascriptExecutionScope</b> (<a class="el" href="classv8_1_1_isolate.html">Isolate</a> *isolate, OnFailure on_failure)</td></tr> <tr class="separator:a64813f7832ddca3014a7b98730a13948"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Assert that no Javascript code is invoked. </p> </div><hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:50:10 for V8 API Reference Guide for io.js v2.5.0 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
apache/var/www/icons/small/index.html
sauloal/linuxscripts
<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>corz org file archives.. help yourself</title> <meta name="description" content="corz file archives. a miscellaneous collection of stuff. ps. mail the apache crew and ask when they will clean up the mod_autoindex xhtml output. ta." /> <meta name="allow-search" content="yes" /> <meta name="robots" content="all, index, follow" /> <meta name="revisit-after" content="7 days" /> <meta name="keywords" content="files,downloads,free,software,free software,documents,security,information,info,scripts,icons,images,hidden stuff" /> <style type="text/css"> /*<![CDATA[*/ @import "/inc/css/main.css"; @import "/inc/css/index.css"; @import "/inc/css/footer.css"; /*]]>*/ </style> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-391611-1"; urchinTracker(); </script> <!--[if (gt IE 5.5)&(lt IE 7)]> <script type="text/javascript" src="/inc/js/pngfix.js"></script> <![endif]--> </head> <body> <div class="public-index"> <h2> <a href="/" title="go to corz.org proper" id="mainsitelink"> .. up to the main site </a> </h2> <ul><li><a href="/public/icons/"> Parent Directory</a></li> <li><a href="_blank.gif"> _blank.gif</a></li> <li><a href="a.gif"> a.gif</a></li> <li><a href="arse.gif"> arse.gif</a></li> <li><a href="autoit.gif"> autoit.gif</a></li> <li><a href="back.gif"> back.gif</a></li> <li><a href="back1.gif"> back1.gif</a></li> <li><a href="bat.gif"> bat.gif</a></li> <li><a href="binary.gif"> binary.gif</a></li> <li><a href="binhex.gif"> binhex.gif</a></li> <li><a href="blank.gif"> blank.gif</a></li> <li><a href="broken.gif"> broken.gif</a></li> <li><a href="burst.gif"> burst.gif</a></li> <li><a href="c.gif"> c.gif</a></li> <li><a href="comp1.gif"> comp1.gif</a></li> <li><a href="comp2.gif"> comp2.gif</a></li> <li><a href="compressed.gif"> compressed.gif</a></li> <li><a href="continued.gif"> continued.gif</a></li> <li><a href="css.gif"> css.gif</a></li> <li><a href="dir.gif"> dir.gif</a></li> <li><a href="doc.gif"> doc.gif</a></li> <li><a href="eml.gif"> eml.gif</a></li> <li><a href="exe.gif"> exe.gif</a></li> <li><a href="folder.gif"> folder.gif</a></li> <li><a href="forward.gif"> forward.gif</a></li> <li><a href="generic.gif"> generic.gif</a></li> <li><a href="gif.gif"> gif.gif</a></li> <li><a href="icon.gif"> icon.gif</a></li> <li><a href="image.gif"> image.gif</a></li> <li><a href="image2.gif"> image2.gif</a></li> <li><a href="index.gif"> index.gif</a></li> <li><a href="ini.gif"> ini.gif</a></li> <li><a href="jpg.gif"> jpg.gif</a></li> <li><a href="js.gif"> js.gif</a></li> <li><a href="key.gif"> key.gif</a></li> <li><a href="layout.gif"> layout.gif</a></li> <li><a href="man.gif"> man.gif</a></li> <li><a href="md5.gif"> md5.gif</a></li> <li><a href="movie.gif"> movie.gif</a></li> <li><a href="mp3.gif"> mp3.gif</a></li> <li><a href="nfo.gif"> nfo.gif</a></li> <li><a href="num.gif"> num.gif</a></li> <li><a href="patch.gif"> patch.gif</a></li> <li><a href="pdf.gif"> pdf.gif</a></li> <li><a href="php.gif"> php.gif</a></li> <li><a href="pl.gif"> pl.gif</a></li> <li><a href="playlist.gif"> playlist.gif</a></li> <li><a href="ps.gif"> ps.gif</a></li> <li><a href="psd.gif"> psd.gif</a></li> <li><a href="psp.gif"> psp.gif</a></li> <li><a href="py.gif"> py.gif</a></li> <li><a href="rad.gif"> rad.gif</a></li> <li><a href="rah.gif"> rah.gif</a></li> <li><a href="rainbow.gif"> rainbow.gif</a></li> <li><a href="rar.gif"> rar.gif</a></li> <li><a href="reg.gif"> reg.gif</a></li> <li><a href="script.gif"> script.gif</a></li> <li><a href="sit.gif"> sit.gif</a></li> <li><a href="sound.gif"> sound.gif</a></li> <li><a href="sound2.gif"> sound2.gif</a></li> <li><a href="stx.gif"> stx.gif</a></li> <li><a href="tar.gif"> tar.gif</a></li> <li><a href="tex.gif"> tex.gif</a></li> <li><a href="text.gif"> text.gif</a></li> <li><a href="torrent.gif"> torrent.gif</a></li> <li><a href="transfer.gif"> transfer.gif</a></li> <li><a href="unknown.gif"> unknown.gif</a></li> <li><a href="uu.gif"> uu.gif</a></li> <li><a href="zip.gif"> zip.gif</a></li> </ul> and here they actually are </div> </body> </html>
tags/stali/index.html
GrooveStomp/groovestomp.github.io
<!DOCTYPE html> <html> <head> <title>GrooveStomp</title> <link rel="stylesheet" type="text/css" href="/css/style.css"> </head> <body> <div id="navigation"> <ul> <li><a href="/">/home</a></li> <li><a href="/tags">/post_tags</a></li> <li><a href="/projects">/projects</a></li> <li><a href="/about">/about</a></li> <li><a href="/post/index.xml">/rss</a></li> </ul> </div> <div id="content-container"> <h1>Posts Tagged "stali"</h1> <table> <tr> <th>Page</th> <th>Date</th> </tr> <tr> <td><a href="/2016/05/26/linuxing/">Linuxing</a></td> <td>2016-05-26</td> </tr> </table> </div> </body> </html>
Projects/Hello_JS/picppt/picppt.html
naseeihity/LearnReact
<!DOCTYPE> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>picppt</title> <link rel="stylesheet" type="text/css" href="picppt.css"> </head> <body> <div id="playimages" class="play"> <ul class="big_pic"> <div class="prev"></div> <div class="next"></div> <div class="text">加载图片说明……</div> <div class="length">计算图片数量……</div> <a class="mark_left" href="javascript:;"></a> <a class="mark_right" href="javascript:;"></a> <div class="bg"></div> <li style="z-index:1;"><img src="images/1.jpg" /></li> <li><img src="images/2.jpg" /></li> <li><img src="images/3.jpg" /></li> <li><img src="images/4.jpg" /></li> <li><img src="images/5.jpg" /></li> <li><img src="images/6.jpg" /></li> </ul> <div class="small_pic"> <ul style="width:390px;"> <li style="filter: 100; opacity: 1;"><img src="images/1.jpg" /></li> <li><img src="images/2.jpg" /></li> <li><img src="images/3.jpg" /></li> <li><img src="images/4.jpg" /></li> <li><img src="images/5.jpg" /></li> <li><img src="images/6.jpg" /></li> </ul> </div> </div> <script type="text/javascript" src="move.js"></script> <script type="text/javascript" src="pinppt.js"></script> </body> </html>
cards/index.html
mock-up/subsite-contact-query
--- layout: default active: cards --- <div class="container"> <h1 class="page-title"><i class="fa fa-th-large"></i>&nbsp;Cards View</h1> <div id="contact-list"> <div class="row search-bar"> <div class="col-lg-10 col-md-9"> <form> <div class="form-group"> <input class="search form-control" placeholder="Search Contacts"> </div> </form> </div><!-- /.col --> <div class="col-lg-2 col-md-3 hidden-xs hidden-sm"> <button class="sort btn btn-default" data-sort="name"> <i class="fa fa-user"></i>&nbsp;Sort </button> <button class="sort btn btn-default" data-sort="email"> <i class="fa fa-envelope"></i>&nbsp;Sort </button> </div><!-- /.col --> </div><!-- /.row --> <div class="row"> {% include contacts/cards.html %} </div><!-- /.row --> </div><!-- /#contact-list --> </div><!-- /.container -->
man/testbin/faulter.html
computist/os161
<!-- Copyright (c) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2013 The President and Fellows of Harvard College. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <html> <head> <title>faulter</title> <body bgcolor=#ffffff> <h2 align=center>faulter</h2> <h4 align=center>OS/161 Reference Manual</h4> <h3>Name</h3> <p> faulter - commit address fault </p> <h3>Synopsis</h3> <p> <tt>/testbin/faulter</tt> </p> <h3>Description</h3> <p> <tt>faulter</tt> accesses an invalid memory address, thus crashing. It should be killed and not crash the entire system. </p> <h3>Requirements</h3> <p> <tt>faulter</tt> uses the following system calls: <ul> <li> <A HREF=../syscall/write.html>write</A> <li> <A HREF=../syscall/_exit.html>_exit</A> </ul> </p> <p> <tt>faulter</tt> should work properly, that is, get killed with an address fault, once the basic system calls assignment is complete. It should continue to work once the VM system is done. </p> </body> </html>
src/app/css/vendor/foundation.css
jkelley5000/Angular-4-Dashboard
@charset "UTF-8"; *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } html, body { font-size: 100%; } body { background: #fff; color: #222; padding: 0; margin: 0; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; line-height: 1; position: relative; cursor: default; } a:hover { cursor: pointer; } a:focus { outline: none; } img, object, embed { max-width: 100%; height: auto; } object, embed { height: 100%; } img { -ms-interpolation-mode: bicubic; } #map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; } .left { float: left !important; } .right { float: right !important; } .text-left { text-align: left !important; } .text-right { text-align: right !important; } .text-center { text-align: center !important; } .text-justify { text-align: justify !important; } .hide { display: none; } .antialiased { -webkit-font-smoothing: antialiased; } img { display: inline-block; vertical-align: middle; } textarea { height: auto; min-height: 50px; } select { width: 100%; } /* Grid HTML Classes */ .row { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 62.5em; *zoom: 1; } .row:before, .row:after { content: " "; display: table; } .row:after { clear: both; } .row.collapse .column, .row.collapse .columns { position: relative; padding-left: 0; padding-right: 0; float: left; } .row .row { width: auto; margin-left: -0.9375em; margin-right: -0.9375em; margin-top: 0; margin-bottom: 0; max-width: none; *zoom: 1; } .row .row:before, .row .row:after { content: " "; display: table; } .row .row:after { clear: both; } .row .row.collapse { width: auto; margin: 0; max-width: none; *zoom: 1; } .row .row.collapse:before, .row .row.collapse:after { content: " "; display: table; } .row .row.collapse:after { clear: both; } .column, .columns { position: relative; padding-left: 0.9375em; padding-right: 0.9375em; width: 100%; float: left; } @media only screen { .column, .columns { position: relative; padding-left: 0.9375em; padding-right: 0.9375em; float: left; } .small-1 { position: relative; width: 8.3333333333%; } .small-2 { position: relative; width: 16.6666666667%; } .small-3 { position: relative; width: 25%; } .small-4 { position: relative; width: 33.3333333333%; } .small-5 { position: relative; width: 41.6666666667%; } .small-6 { position: relative; width: 50%; } .small-7 { position: relative; width: 58.3333333333%; } .small-8 { position: relative; width: 66.6666666667%; } .small-9 { position: relative; width: 75%; } .small-10 { position: relative; width: 83.3333333333%; } .small-11 { position: relative; width: 91.6666666667%; } .small-12 { position: relative; width: 100%; } .small-offset-0 { position: relative; margin-left: 0%; } .small-offset-1 { position: relative; margin-left: 8.3333333333%; } .small-offset-2 { position: relative; margin-left: 16.6666666667%; } .small-offset-3 { position: relative; margin-left: 25%; } .small-offset-4 { position: relative; margin-left: 33.3333333333%; } .small-offset-5 { position: relative; margin-left: 41.6666666667%; } .small-offset-6 { position: relative; margin-left: 50%; } .small-offset-7 { position: relative; margin-left: 58.3333333333%; } .small-offset-8 { position: relative; margin-left: 66.6666666667%; } .small-offset-9 { position: relative; margin-left: 75%; } .small-offset-10 { position: relative; margin-left: 83.3333333333%; } [class*=column] + [class*=column]:last-child { float: right; } [class*=column] + [class*=column].end { float: left; } .column.small-centered, .columns.small-centered { position: relative; margin-left: auto; margin-right: auto; float: none !important; } } /* Styles for screens that are atleast 768px; */ @media only screen and (min-width: 768px) { .large-1 { position: relative; width: 8.3333333333%; } .large-2 { position: relative; width: 16.6666666667%; } .large-3 { position: relative; width: 25%; } .large-4 { position: relative; width: 33.3333333333%; } .large-5 { position: relative; width: 41.6666666667%; } .large-6 { position: relative; width: 50%; } .large-7 { position: relative; width: 58.3333333333%; } .large-8 { position: relative; width: 66.6666666667%; } .large-9 { position: relative; width: 75%; } .large-10 { position: relative; width: 83.3333333333%; } .large-11 { position: relative; width: 91.6666666667%; } .large-12 { position: relative; width: 100%; } .row .large-offset-0 { position: relative; margin-left: 0%; } .row .large-offset-1 { position: relative; margin-left: 8.3333333333%; } .row .large-offset-2 { position: relative; margin-left: 16.6666666667%; } .row .large-offset-3 { position: relative; margin-left: 25%; } .row .large-offset-4 { position: relative; margin-left: 33.3333333333%; } .row .large-offset-5 { position: relative; margin-left: 41.6666666667%; } .row .large-offset-6 { position: relative; margin-left: 50%; } .row .large-offset-7 { position: relative; margin-left: 58.3333333333%; } .row .large-offset-8 { position: relative; margin-left: 66.6666666667%; } .row .large-offset-9 { position: relative; margin-left: 75%; } .row .large-offset-10 { position: relative; margin-left: 83.3333333333%; } .row .large-offset-11 { position: relative; margin-left: 91.6666666667%; } .push-1 { position: relative; left: 8.3333333333%; right: auto; } .pull-1 { position: relative; right: 8.3333333333%; left: auto; } .push-2 { position: relative; left: 16.6666666667%; right: auto; } .pull-2 { position: relative; right: 16.6666666667%; left: auto; } .push-3 { position: relative; left: 25%; right: auto; } .pull-3 { position: relative; right: 25%; left: auto; } .push-4 { position: relative; left: 33.3333333333%; right: auto; } .pull-4 { position: relative; right: 33.3333333333%; left: auto; } .push-5 { position: relative; left: 41.6666666667%; right: auto; } .pull-5 { position: relative; right: 41.6666666667%; left: auto; } .push-6 { position: relative; left: 50%; right: auto; } .pull-6 { position: relative; right: 50%; left: auto; } .push-7 { position: relative; left: 58.3333333333%; right: auto; } .pull-7 { position: relative; right: 58.3333333333%; left: auto; } .push-8 { position: relative; left: 66.6666666667%; right: auto; } .pull-8 { position: relative; right: 66.6666666667%; left: auto; } .push-9 { position: relative; left: 75%; right: auto; } .pull-9 { position: relative; right: 75%; left: auto; } .push-10 { position: relative; left: 83.3333333333%; right: auto; } .pull-10 { position: relative; right: 83.3333333333%; left: auto; } .push-11 { position: relative; left: 91.6666666667%; right: auto; } .pull-11 { position: relative; right: 91.6666666667%; left: auto; } .column.large-centered, .columns.large-centered { position: relative; margin-left: auto; margin-right: auto; float: none !important; } .column.large-uncentered, .columns.large-uncentered { margin-left: 0; margin-right: 0; float: left !important; } .column.large-uncentered.opposite, .columns.large-uncentered.opposite { float: right !important; } } /* Foundation Visibility HTML Classes */ .show-for-small, .show-for-medium-down, .show-for-large-down { display: inherit !important; } .show-for-medium, .show-for-medium-up, .show-for-large, .show-for-large-up, .show-for-xlarge { display: none !important; } .hide-for-medium, .hide-for-medium-up, .hide-for-large, .hide-for-large-up, .hide-for-xlarge { display: inherit !important; } .hide-for-small, .hide-for-medium-down, .hide-for-large-down { display: none !important; } /* Specific visilbity for tables */ table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge { display: table; } thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge { display: table-header-group !important; } tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge { display: table-row-group !important; } tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge { display: table-row !important; } td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge, th.show-for-small, th.show-for-medium-down, th.show-for-large-down, th.hide-for-medium, th.hide-for-medium-up, th.hide-for-large, th.hide-for-large-up, th.hide-for-xlarge { display: table-cell !important; } /* Medium Displays: 768px - 1279px */ @media only screen and (min-width: 768px) { .show-for-medium, .show-for-medium-up { display: inherit !important; } .show-for-small { display: none !important; } .hide-for-small { display: inherit !important; } .hide-for-medium, .hide-for-medium-up { display: none !important; } /* Specific visilbity for tables */ table.show-for-medium, table.show-for-medium-up, table.hide-for-small { display: table; } thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small { display: table-header-group !important; } tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small { display: table-row-group !important; } tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small { display: table-row !important; } td.show-for-medium, td.show-for-medium-up, td.hide-for-small, th.show-for-medium, th.show-for-medium-up, th.hide-for-small { display: table-cell !important; } } /* Large Displays: 1280px - 1440px */ @media only screen and (min-width:1280px) { .show-for-large, .show-for-large-up { display: inherit !important; } .show-for-medium, .show-for-medium-down { display: none !important; } .hide-for-medium, .hide-for-medium-down { display: inherit !important; } .hide-for-large, .hide-for-large-up { display: none !important; } /* Specific visilbity for tables */ table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down { display: table; } thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down { display: table-header-group !important; } tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down { display: table-row-group !important; } tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down { display: table-row !important; } td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down, th.show-for-large, th.show-for-large-up, th.hide-for-medium, th.hide-for-medium-down { display: table-cell !important; } } /* X-Large Displays: 1400px and up */ @media only screen and (min-width:1440px) { .show-for-xlarge { display: inherit !important; } .show-for-large, .show-for-large-down { display: none !important; } .hide-for-large, .hide-for-large-down { display: inherit !important; } .hide-for-xlarge { display: none !important; } /* Specific visilbity for tables */ table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down { display: table; } thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down { display: table-header-group !important; } tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down { display: table-row-group !important; } tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down { display: table-row !important; } td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down, th.show-for-xlarge, th.hide-for-large, th.hide-for-large-down { display: table-cell !important; } } /* Orientation targeting */ .show-for-landscape, .hide-for-portrait { display: inherit !important; } .hide-for-landscape, .show-for-portrait { display: none !important; } /* Specific visilbity for tables */ table.hide-for-landscape, table.show-for-portrait { display: table; } thead.hide-for-landscape, thead.show-for-portrait { display: table-header-group !important; } tbody.hide-for-landscape, tbody.show-for-portrait { display: table-row-group !important; } tr.hide-for-landscape, tr.show-for-portrait { display: table-row !important; } td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait { display: table-cell !important; } @media only screen and (orientation: landscape) { .show-for-landscape, .hide-for-portrait { display: inherit !important; } .hide-for-landscape, .show-for-portrait { display: none !important; } /* Specific visilbity for tables */ table.show-for-landscape, table.hide-for-portrait { display: table; } thead.show-for-landscape, thead.hide-for-portrait { display: table-header-group !important; } tbody.show-for-landscape, tbody.hide-for-portrait { display: table-row-group !important; } tr.show-for-landscape, tr.hide-for-portrait { display: table-row !important; } td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait { display: table-cell !important; } } @media only screen and (orientation: portrait) { .show-for-portrait, .hide-for-landscape { display: inherit !important; } .hide-for-portrait, .show-for-landscape { display: none !important; } /* Specific visilbity for tables */ table.show-for-portrait, table.hide-for-landscape { display: table; } thead.show-for-portrait, thead.hide-for-landscape { display: table-header-group !important; } tbody.show-for-portrait, tbody.hide-for-landscape { display: table-row-group !important; } tr.show-for-portrait, tr.hide-for-landscape { display: table-row !important; } td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape { display: table-cell !important; } } /* Touch-enabled device targeting */ .show-for-touch { display: none !important; } .hide-for-touch { display: inherit !important; } .touch .show-for-touch { display: inherit !important; } .touch .hide-for-touch { display: none !important; } /* Specific visilbity for tables */ table.hide-for-touch { display: table; } .touch table.show-for-touch { display: table; } thead.hide-for-touch { display: table-header-group !important; } .touch thead.show-for-touch { display: table-header-group !important; } tbody.hide-for-touch { display: table-row-group !important; } .touch tbody.show-for-touch { display: table-row-group !important; } tr.hide-for-touch { display: table-row !important; } .touch tr.show-for-touch { display: table-row !important; } td.hide-for-touch { display: table-cell !important; } .touch td.show-for-touch { display: table-cell !important; } th.hide-for-touch { display: table-cell !important; } .touch th.show-for-touch { display: table-cell !important; } /* Foundation Block Grids for below small breakpoint */ @media only screen { [class*=block-grid-] { display: block; padding: 0; margin: -0.625em; *zoom: 1; } [class*=block-grid-]:before, [class*=block-grid-]:after { content: " "; display: table; } [class*=block-grid-]:after { clear: both; } [class*=block-grid-] > li { display: inline; height: auto; float: left; padding: 0 0.625em 1.25em; } .small-block-grid-1 > li { width: 100%; padding: 0 0.625em 1.25em; } .small-block-grid-1 > li:nth-of-type(n) { clear: none; } .small-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } .small-block-grid-2 > li { width: 50%; padding: 0 0.625em 1.25em; } .small-block-grid-2 > li:nth-of-type(n) { clear: none; } .small-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } .small-block-grid-3 > li { width: 33.3333333333%; padding: 0 0.625em 1.25em; } .small-block-grid-3 > li:nth-of-type(n) { clear: none; } .small-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } .small-block-grid-4 > li { width: 25%; padding: 0 0.625em 1.25em; } .small-block-grid-4 > li:nth-of-type(n) { clear: none; } .small-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } .small-block-grid-5 > li { width: 20%; padding: 0 0.625em 1.25em; } .small-block-grid-5 > li:nth-of-type(n) { clear: none; } .small-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } .small-block-grid-6 > li { width: 16.6666666667%; padding: 0 0.625em 1.25em; } .small-block-grid-6 > li:nth-of-type(n) { clear: none; } .small-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } .small-block-grid-7 > li { width: 14.2857142857%; padding: 0 0.625em 1.25em; } .small-block-grid-7 > li:nth-of-type(n) { clear: none; } .small-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } .small-block-grid-8 > li { width: 12.5%; padding: 0 0.625em 1.25em; } .small-block-grid-8 > li:nth-of-type(n) { clear: none; } .small-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } .small-block-grid-9 > li { width: 11.1111111111%; padding: 0 0.625em 1.25em; } .small-block-grid-9 > li:nth-of-type(n) { clear: none; } .small-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } .small-block-grid-10 > li { width: 10%; padding: 0 0.625em 1.25em; } .small-block-grid-10 > li:nth-of-type(n) { clear: none; } .small-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } .small-block-grid-11 > li { width: 9.0909090909%; padding: 0 0.625em 1.25em; } .small-block-grid-11 > li:nth-of-type(n) { clear: none; } .small-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } .small-block-grid-12 > li { width: 8.3333333333%; padding: 0 0.625em 1.25em; } .small-block-grid-12 > li:nth-of-type(n) { clear: none; } .small-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } /* Foundation Block Grids for above small breakpoint */ @media only screen and (min-width: 768px) { /* Remove small grid clearing */ .small-block-grid-1 > li:nth-of-type(1n+1) { clear: none; } .small-block-grid-2 > li:nth-of-type(2n+1) { clear: none; } .small-block-grid-3 > li:nth-of-type(3n+1) { clear: none; } .small-block-grid-4 > li:nth-of-type(4n+1) { clear: none; } .small-block-grid-5 > li:nth-of-type(5n+1) { clear: none; } .small-block-grid-6 > li:nth-of-type(6n+1) { clear: none; } .small-block-grid-7 > li:nth-of-type(7n+1) { clear: none; } .small-block-grid-8 > li:nth-of-type(8n+1) { clear: none; } .small-block-grid-9 > li:nth-of-type(9n+1) { clear: none; } .small-block-grid-10 > li:nth-of-type(10n+1) { clear: none; } .small-block-grid-11 > li:nth-of-type(11n+1) { clear: none; } .small-block-grid-12 > li:nth-of-type(12n+1) { clear: none; } .large-block-grid-1 > li { width: 100%; padding: 0 0.625em 1.25em; } .large-block-grid-1 > li:nth-of-type(n) { clear: none; } .large-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } .large-block-grid-2 > li { width: 50%; padding: 0 0.625em 1.25em; } .large-block-grid-2 > li:nth-of-type(n) { clear: none; } .large-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } .large-block-grid-3 > li { width: 33.3333333333%; padding: 0 0.625em 1.25em; } .large-block-grid-3 > li:nth-of-type(n) { clear: none; } .large-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } .large-block-grid-4 > li { width: 25%; padding: 0 0.625em 1.25em; } .large-block-grid-4 > li:nth-of-type(n) { clear: none; } .large-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } .large-block-grid-5 > li { width: 20%; padding: 0 0.625em 1.25em; } .large-block-grid-5 > li:nth-of-type(n) { clear: none; } .large-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } .large-block-grid-6 > li { width: 16.6666666667%; padding: 0 0.625em 1.25em; } .large-block-grid-6 > li:nth-of-type(n) { clear: none; } .large-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } .large-block-grid-7 > li { width: 14.2857142857%; padding: 0 0.625em 1.25em; } .large-block-grid-7 > li:nth-of-type(n) { clear: none; } .large-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } .large-block-grid-8 > li { width: 12.5%; padding: 0 0.625em 1.25em; } .large-block-grid-8 > li:nth-of-type(n) { clear: none; } .large-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } .large-block-grid-9 > li { width: 11.1111111111%; padding: 0 0.625em 1.25em; } .large-block-grid-9 > li:nth-of-type(n) { clear: none; } .large-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } .large-block-grid-10 > li { width: 10%; padding: 0 0.625em 1.25em; } .large-block-grid-10 > li:nth-of-type(n) { clear: none; } .large-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } .large-block-grid-11 > li { width: 9.0909090909%; padding: 0 0.625em 1.25em; } .large-block-grid-11 > li:nth-of-type(n) { clear: none; } .large-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } .large-block-grid-12 > li { width: 8.3333333333%; padding: 0 0.625em 1.25em; } .large-block-grid-12 > li:nth-of-type(n) { clear: none; } .large-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } p.lead { font-size: 1.21875em; line-height: 1.6; } .subheader { line-height: 1.4; color: #6f6f6f; font-weight: 300; margin-top: 0.2em; margin-bottom: 0.5em; } /* Typography resets */ div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; direction: ltr; } /* Default Link Styles */ a { color: #2ba6cb; text-decoration: none; line-height: inherit; } a:hover, a:focus { color: #2795b6; } a img { border: none; } /* Default paragraph styles */ p { font-family: inherit; font-weight: normal; font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; text-rendering: optimizeLegibility; } p aside { font-size: 0.875em; line-height: 1.35; font-style: italic; } /* Default header styles */ h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; font-style: normal; color: #222; text-rendering: optimizeLegibility; margin-top: 0.2em; margin-bottom: 0.5em; line-height: 1.2125em; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #6f6f6f; line-height: 0; } h1 { font-size: 2.125em; } h2 { font-size: 1.6875em; } h3 { font-size: 1.375em; } h4 { font-size: 1.125em; } h5 { font-size: 1.125em; } h6 { font-size: 1em; } hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 1.25em 0 1.1875em; height: 0; } /* Helpful Typography Defaults */ em, i { font-style: italic; line-height: inherit; } strong, b { font-weight: bold; line-height: inherit; } small { font-size: 60%; line-height: inherit; } code { font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: bold; color: #7f0a0c; } /* Lists */ ul, ol, dl { font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; list-style-position: outside; font-family: inherit; } ul, ol { margin-left: 1.25em; } /* Unordered Lists */ ul li ul, ul li ol { margin-left: 1.25em; margin-bottom: 0; font-size: 1em; /* Override nested font-size change */ } ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; } ul.square { list-style-type: square; } ul.circle { list-style-type: circle; } ul.disc { list-style-type: disc; } ul.no-bullet { list-style: none; } /* Ordered Lists */ ol li ul, ol li ol { margin-left: 1.25em; margin-bottom: 0; } /* Definition Lists */ dl dt { margin-bottom: 0.3em; font-weight: bold; } dl dd { margin-bottom: 0.75em; } /* Abbreviations */ abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px dotted #ddd; cursor: help; } abbr { text-transform: none; } /* Blockquotes */ blockquote { margin: 0 0 1.25em; padding: 0.5625em 1.25em 0 1.1875em; border-left: 1px solid #ddd; } blockquote cite { display: block; font-size: 0.8125em; color: #555555; } blockquote cite:before { content: "— "; } blockquote cite a, blockquote cite a:visited { color: #555555; } blockquote, blockquote p { line-height: 1.6; color: #6f6f6f; } /* Microformats */ .vcard { display: inline-block; margin: 0 0 1.25em 0; border: 1px solid #ddd; padding: 0.625em 0.75em; } .vcard li { margin: 0; display: block; } .vcard .fn { font-weight: bold; font-size: 0.9375em; } .vevent .summary { font-weight: bold; } .vevent abbr { cursor: default; text-decoration: none; font-weight: bold; border: none; padding: 0 0.0625em; } @media only screen and (min-width: 768px) { h1, h2, h3, h4, h5, h6 { line-height: 1.4; } h1 { font-size: 2.75em; } h2 { font-size: 2.3125em; } h3 { font-size: 1.6875em; } h4 { font-size: 1.4375em; } } /* * Print styles. * * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com) */ .print-only { display: none !important; } @media print { * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; /* h5bp.com/t */ } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .hide-on-print { display: none !important; } .print-only { display: block !important; } .hide-for-print { display: none !important; } .show-for-print { display: inherit !important; } } button, .button { border-style: solid; border-width: 1px; cursor: pointer; font-family: inherit; font-weight: bold; line-height: 1; margin: 0 0 1.25em; position: relative; text-decoration: none; text-align: center; display: inline-block; padding-top: 0.75em; padding-right: 1.5em; padding-bottom: 0.8125em; padding-left: 1.5em; font-size: 1em; background-color: #2ba6cb; border-color: #2284a1; color: #fff; } button:hover, button:focus, .button:hover, .button:focus { background-color: #2284a1; } button:hover, button:focus, .button:hover, .button:focus { color: #fff; } button.secondary, .button.secondary { background-color: #e9e9e9; border-color: #d0d0d0; color: #333; } button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { background-color: #d0d0d0; } button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { color: #333; } button.success, .button.success { background-color: #5da423; border-color: #457a1a; color: #fff; } button.success:hover, button.success:focus, .button.success:hover, .button.success:focus { background-color: #457a1a; } button.success:hover, button.success:focus, .button.success:hover, .button.success:focus { color: #fff; } button.alert, .button.alert { background-color: #c60f13; border-color: #970b0e; color: #fff; } button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus { background-color: #970b0e; } button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus { color: #fff; } button.large, .button.large { padding-top: 1em; padding-right: 2em; padding-bottom: 1.0625em; padding-left: 2em; font-size: 1.25em; } button.small, .button.small { padding-top: 0.5625em; padding-right: 1.125em; padding-bottom: 0.625em; padding-left: 1.125em; font-size: 0.8125em; } button.tiny, .button.tiny { padding-top: 0.4375em; padding-right: 0.875em; padding-bottom: 0.5em; padding-left: 0.875em; font-size: 0.6875em; } button.expand, .button.expand { padding-right: 0px; padding-left: 0px; width: 100%; } button.left-align, .button.left-align { text-align: left; text-indent: 0.75em; } button.right-align, .button.right-align { text-align: right; padding-right: 0.75em; } button.disabled, button[disabled], .button.disabled, .button[disabled] { background-color: #2ba6cb; border-color: #2284a1; color: #fff; cursor: default; opacity: 0.6; -webkit-box-shadow: none; box-shadow: none; } button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { background-color: #2284a1; } button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { color: #fff; } button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { background-color: #2ba6cb; } button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary { background-color: #e9e9e9; border-color: #d0d0d0; color: #333; cursor: default; opacity: 0.6; -webkit-box-shadow: none; box-shadow: none; } button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #d0d0d0; } button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { color: #333; } button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #e9e9e9; } button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success { background-color: #5da423; border-color: #457a1a; color: #fff; cursor: default; opacity: 0.6; -webkit-box-shadow: none; box-shadow: none; } button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #457a1a; } button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { color: #fff; } button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #5da423; } button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert { background-color: #c60f13; border-color: #970b0e; color: #fff; cursor: default; opacity: 0.6; -webkit-box-shadow: none; box-shadow: none; } button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #970b0e; } button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { color: #fff; } button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #c60f13; } button, .button { padding-top: 0.8125em; padding-bottom: 0.75em; } button.tiny, .button.tiny { padding-top: 0.5em; padding-bottom: 0.4375em; } button.small, .button.small { padding-top: 0.625em; padding-bottom: 0.5625em; } button.large, .button.large { padding-top: 1.03125em; padding-bottom: 1.03125em; } @media only screen { button, .button { -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -webkit-transition: background-color 300ms ease-out; -moz-transition: background-color 300ms ease-out; transition: background-color 300ms ease-out; } button:active, .button:active { -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; } button.radius, .button.radius { -webkit-border-radius: 3px; border-radius: 3px; } button.round, .button.round { -webkit-border-radius: 1000px; border-radius: 1000px; } } @media only screen and (min-width: 768px) { button, .button { display: inline-block; } } /* Standard Forms */ form { margin: 0 0 1em; } /* Using forms within rows, we need to set some defaults */ form .row .row { margin: 0 -0.5em; } form .row .row .column, form .row .row .columns { padding: 0 0.5em; } form .row .row.collapse { margin: 0; } form .row .row.collapse .column, form .row .row.collapse .columns { padding: 0; } form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns { padding-left: 0.5em; } /* Label Styles */ label { font-size: 0.875em; color: #4d4d4d; cursor: pointer; display: block; font-weight: 500; margin-bottom: 0.1875em; } label.right { float: none; text-align: right; } label.inline { margin: 0 0 1em 0; padding: 0.625em 0; } /* Attach elements to the beginning or end of an input */ .prefix, .postfix { display: block; position: relative; z-index: 2; text-align: center; width: 100%; padding-top: 0; padding-bottom: 0; border-style: solid; border-width: 1px; overflow: hidden; font-size: 0.875em; height: 2.3125em; line-height: 2.3125em; } /* Adjust padding, alignment and radius if pre/post element is a button */ .postfix.button { padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-align: center; line-height: 2.125em; } .prefix.button { padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-align: center; line-height: 2.125em; } .prefix.button.radius { -webkit-border-radius: 0; border-radius: 0; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topleft: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .postfix.button.radius { -webkit-border-radius: 0; border-radius: 0; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .prefix.button.round { -webkit-border-radius: 0; border-radius: 0; -moz-border-radius-bottomleft: 1000px; -moz-border-radius-topleft: 1000px; -webkit-border-bottom-left-radius: 1000px; -webkit-border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; } .postfix.button.round { -webkit-border-radius: 0; border-radius: 0; -moz-border-radius-topright: 1000px; -moz-border-radius-bottomright: 1000px; -webkit-border-top-right-radius: 1000px; -webkit-border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; } /* Separate prefix and postfix styles when on span so buttons keep their own */ span.prefix { background: #f2f2f2; border-color: #d9d9d9; border-right: none; color: #333; } span.prefix.radius { -webkit-border-radius: 0; border-radius: 0; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topleft: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; } span.postfix { background: #f2f2f2; border-color: #cccccc; border-left: none; color: #333; } span.postfix.radius { -webkit-border-radius: 0; border-radius: 0; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } /* Input groups will automatically style first and last elements of the group */ .input-group.radius > *:first-child, .input-group.radius > *:first-child * { -moz-border-radius-bottomleft: 3px; -moz-border-radius-topleft: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .input-group.radius > *:last-child, .input-group.radius > *:last-child * { -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .input-group.round > *:first-child, .input-group.round > *:first-child * { -moz-border-radius-bottomleft: 1000px; -moz-border-radius-topleft: 1000px; -webkit-border-bottom-left-radius: 1000px; -webkit-border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; } .input-group.round > *:last-child, .input-group.round > *:last-child * { -moz-border-radius-topright: 1000px; -moz-border-radius-bottomright: 1000px; -webkit-border-top-right-radius: 1000px; -webkit-border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; } /* We use this to get basic styling on all basic form elements */ input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], textarea { background-color: #fff; font-family: inherit; border: 1px solid #cccccc; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 0.875em; margin: 0 0 1em 0; padding: 0.5em; height: 2.3125em; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out; -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out; transition: box-shadow 0.45s, border-color 0.45s ease-in-out; } input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, textarea:focus { -webkit-box-shadow: 0 0 5px #999999; -moz-box-shadow: 0 0 5px #999999; box-shadow: 0 0 5px #999999; border-color: #999999; } input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, textarea:focus { background: #fafafa; border-color: #999999; outline: none; } input[type=text][disabled], input[type=password][disabled], input[type=date][disabled], input[type=datetime][disabled], input[type=datetime-local][disabled], input[type=month][disabled], input[type=week][disabled], input[type=email][disabled], input[type=number][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=time][disabled], input[type=url][disabled], textarea[disabled] { background-color: #ddd; } /* Adjust margin for form elements below */ input[type=file], input[type=checkbox], input[type=radio], select { margin: 0 0 1em 0; } /* Normalize file input width */ input[type=file] { width: 100%; } /* We add basic fieldset styling */ fieldset { border: solid 1px #ddd; padding: 1.25em; margin: 1.125em 0; } fieldset legend { font-weight: bold; background: #fff; padding: 0 0.1875em; margin: 0; margin-left: -0.1875em; } /* Error Handling */ .error input, input.error, .error textarea, textarea.error { border-color: #c60f13; background-color: rgba(198, 15, 19, 0.1); } .error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus { background: #fafafa; border-color: #999999; } .error label, label.error { color: #c60f13; } .error small, small.error { display: block; padding: 0.375em 0.25em; margin-top: -1.3125em; margin-bottom: 1em; font-size: 0.75em; font-weight: bold; background: #c60f13; color: #fff; } /* Custom Checkbox and Radio Inputs */ form.custom .hidden-field { margin-left: -99999px; position: absolute; visibility: hidden; } form.custom .custom { display: inline-block; width: 16px; height: 16px; position: relative; vertical-align: middle; border: solid 1px #ccc; background: #fff; } form.custom .custom.checkbox { -webkit-border-radius: 0px; border-radius: 0px; padding: -1px; } form.custom .custom.radio { -webkit-border-radius: 1000px; border-radius: 1000px; padding: 3px; } form.custom .custom.checkbox:before { content: ""; display: block; font-size: 16px; color: #fff; } form.custom .custom.radio.checked:before { content: ""; display: block; width: 8px; height: 8px; -webkit-border-radius: 1000px; border-radius: 1000px; background: #222; position: relative; } form.custom .custom.checkbox.checked:before { content: "×"; color: #222; position: absolute; top: -50%; left: 50%; margin-top: 4px; margin-left: -5px; } /* Custom Select Options and Dropdowns */ form.custom { /* Custom input, disabled */ } form.custom .custom.dropdown { display: block; position: relative; top: 0; height: 2.3125em; margin-bottom: 1.25em; margin-top: 0px; padding: 0px; width: 100%; background: #fff; background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%); background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%); -webkit-box-shadow: none; background: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%); box-shadow: none; font-size: 0.875em; vertical-align: top; } form.custom .custom.dropdown ul { overflow-y: auto; max-height: 200px; } form.custom .custom.dropdown .current { cursor: default; white-space: nowrap; line-height: 2.25em; color: rgba(0, 0, 0, 0.75); text-decoration: none; overflow: hidden; display: block; margin-left: 0.5em; margin-right: 2.3125em; } form.custom .custom.dropdown .selector { cursor: default; position: absolute; width: 2.5em; height: 2.3125em; display: block; right: 0; top: 0; } form.custom .custom.dropdown .selector:after { content: ""; display: block; content: ""; display: block; width: 0; height: 0; border: inset 5px; border-color: #aaa transparent transparent transparent; border-top-style: solid; position: absolute; left: 0.9375em; top: 50%; margin-top: -3px; } form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after { content: ""; display: block; width: 0; height: 0; border: inset 5px; border-color: #222 transparent transparent transparent; border-top-style: solid; } form.custom .custom.dropdown .disabled { color: #888; } form.custom .custom.dropdown .disabled:hover { background: transparent; color: #888; } form.custom .custom.dropdown .disabled:hover:after { display: none; } form.custom .custom.dropdown.open ul { display: block; z-index: 10; min-width: 100%; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } form.custom .custom.dropdown.small { max-width: 134px; } form.custom .custom.dropdown.medium { max-width: 254px; } form.custom .custom.dropdown.large { max-width: 434px; } form.custom .custom.dropdown.expand { width: 100% !important; } form.custom .custom.dropdown.open.small ul { min-width: 134px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } form.custom .custom.dropdown.open.medium ul { min-width: 254px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } form.custom .custom.dropdown.open.large ul { min-width: 434px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } form.custom .custom.dropdown ul { position: absolute; width: auto; display: none; margin: 0; left: -1px; top: auto; -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1); margin: 0; padding: 0; background: #fff; border: solid 1px #cccccc; font-size: 16px; } form.custom .custom.dropdown ul li { color: #555; font-size: 0.875em; cursor: default; padding-top: 0.25em; padding-bottom: 0.25em; padding-left: 0.375em; padding-right: 2.375em; min-height: 1.5em; line-height: 1.5em; margin: 0; white-space: nowrap; list-style: none; } form.custom .custom.dropdown ul li.selected { background: #eeeeee; color: #000; } form.custom .custom.dropdown ul li:hover { background-color: #e4e4e4; color: #000; } form.custom .custom.dropdown ul li.selected:hover { background: #eeeeee; cursor: default; color: #000; } form.custom .custom.dropdown ul.show { display: block; } form.custom .custom.disabled { background: #ddd; } /* Button Groups */ .button-group { list-style: none; margin: 0; *zoom: 1; } .button-group:before, .button-group:after { content: " "; display: table; } .button-group:after { clear: both; } .button-group > * { margin: 0 0 0 -1px; float: left; } .button-group > *:first-child { margin-left: 0; } .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button { -moz-border-radius-bottomleft: 3px; -moz-border-radius-topleft: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button { -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button { -moz-border-radius-bottomleft: 1000px; -moz-border-radius-topleft: 1000px; -webkit-border-bottom-left-radius: 1000px; -webkit-border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; } .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button { -moz-border-radius-topright: 1000px; -moz-border-radius-bottomright: 1000px; -webkit-border-top-right-radius: 1000px; -webkit-border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; } .button-group.even-2 li { width: 50%; } .button-group.even-2 li button, .button-group.even-2 li .button { width: 100%; } .button-group.even-3 li { width: 33.3333333333%; } .button-group.even-3 li button, .button-group.even-3 li .button { width: 100%; } .button-group.even-4 li { width: 25%; } .button-group.even-4 li button, .button-group.even-4 li .button { width: 100%; } .button-group.even-5 li { width: 20%; } .button-group.even-5 li button, .button-group.even-5 li .button { width: 100%; } .button-group.even-6 li { width: 16.6666666667%; } .button-group.even-6 li button, .button-group.even-6 li .button { width: 100%; } .button-group.even-7 li { width: 14.2857142857%; } .button-group.even-7 li button, .button-group.even-7 li .button { width: 100%; } .button-group.even-8 li { width: 12.5%; } .button-group.even-8 li button, .button-group.even-8 li .button { width: 100%; } .button-bar { *zoom: 1; } .button-bar:before, .button-bar:after { content: " "; display: table; } .button-bar:after { clear: both; } .button-bar .button-group { float: left; margin-right: 0.625em; } .button-bar .button-group div { overflow: hidden; } /* Dropdown Button */ .dropdown.button { position: relative; padding-right: 3.1875em; } .dropdown.button:before { position: absolute; content: ""; width: 0; height: 0; display: block; border-style: solid; border-color: #fff transparent transparent transparent; top: 50%; } .dropdown.button:before { border-width: 0.5625em; right: 1.5em; margin-top: -0.25em; } .dropdown.button:before { border-color: #fff transparent transparent transparent; } .dropdown.button.tiny { padding-right: 2.1875em; } .dropdown.button.tiny:before { border-width: 0.4375em; right: 0.875em; margin-top: -0.15625em; } .dropdown.button.tiny:before { border-color: #fff transparent transparent transparent; } .dropdown.button.small { padding-right: 2.8125em; } .dropdown.button.small:before { border-width: 0.5625em; right: 1.125em; margin-top: -0.21875em; } .dropdown.button.small:before { border-color: #fff transparent transparent transparent; } .dropdown.button.large { padding-right: 4em; } .dropdown.button.large:before { border-width: 0.625em; right: 1.75em; margin-top: -0.3125em; } .dropdown.button.large:before { border-color: #fff transparent transparent transparent; } .dropdown.button.secondary:before { border-color: #333 transparent transparent transparent; } /* Split Buttons */ .split.button { position: relative; padding-right: 4.8em; } .split.button span { display: block; height: 100%; position: absolute; right: 0; top: 0; border-left: solid 1px; } .split.button span:before { position: absolute; content: ""; width: 0; height: 0; display: block; border-style: inset; left: 50%; } .split.button span:active { background-color: rgba(0, 0, 0, 0.1); } .split.button span { border-left-color: #1e728c; } .split.button span { width: 3em; } .split.button span:before { border-top-style: solid; border-width: 0.5625em; top: 1.125em; margin-left: -0.5625em; } .split.button span:before { border-color: #fff transparent transparent transparent; } .split.button.secondary span { border-left-color: #c3c3c3; } .split.button.secondary span:before { border-color: #fff transparent transparent transparent; } .split.button.alert span { border-left-color: #7f0a0c; } .split.button.success span { border-left-color: #396516; } .split.button.tiny { padding-right: 3.9375em; } .split.button.tiny span { width: 2.84375em; } .split.button.tiny span:before { border-top-style: solid; border-width: 0.4375em; top: 0.875em; margin-left: -0.3125em; } .split.button.small { padding-right: 3.9375em; } .split.button.small span { width: 2.8125em; } .split.button.small span:before { border-top-style: solid; border-width: 0.5625em; top: 0.84375em; margin-left: -0.5625em; } .split.button.large { padding-right: 6em; } .split.button.large span { width: 3.75em; } .split.button.large span:before { border-top-style: solid; border-width: 0.625em; top: 1.3125em; margin-left: -0.5625em; } .split.button.expand { padding-left: 2em; } .split.button.secondary span:before { border-color: #333 transparent transparent transparent; } .split.button.radius span { -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .split.button.round span { -moz-border-radius-topright: 1000px; -moz-border-radius-bottomright: 1000px; -webkit-border-top-right-radius: 1000px; -webkit-border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; } /* Flex Video */ .flex-video { position: relative; padding-top: 1.5625em; padding-bottom: 67.5%; height: 0; margin-bottom: 1em; overflow: hidden; } .flex-video.widescreen { padding-bottom: 57.25%; } .flex-video.vimeo { padding-top: 0; } .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* Sections */ .section-container, .section-container.auto { width: 100%; display: block; margin-bottom: 1.25em; border: 1px solid #ccc; border-top: none; } .section-container > section, .section-container > .section, .section-container.auto > section, .section-container.auto > .section { position: relative; } .section-container > section > .title, .section-container > .section > .title, .section-container.auto > section > .title, .section-container.auto > .section > .title { background-color: #efefef; cursor: pointer; margin-bottom: 0; } .section-container > section > .title a, .section-container > .section > .title a, .section-container.auto > section > .title a, .section-container.auto > .section > .title a { padding: 0.9375em; display: inline-block; color: #333; font-size: 0.875em; white-space: nowrap; } .section-container > section > .title:hover, .section-container > .section > .title:hover, .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover { background-color: #e2e2e2; } .section-container > section .content, .section-container > .section .content, .section-container.auto > section .content, .section-container.auto > .section .content { display: none; padding: 0.9375em; background-color: #fff; } .section-container > section .content > *:last-child, .section-container > .section .content > *:last-child, .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child { margin-bottom: 0; } .section-container > section .content > *:first-child, .section-container > .section .content > *:first-child, .section-container.auto > section .content > *:first-child, .section-container.auto > .section .content > *:first-child { padding-top: 0; } .section-container > section .content > *:last-child, .section-container > .section .content > *:last-child, .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child { padding-bottom: 0; } .section-container > section.active > .content, .section-container > .section.active > .content, .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content { display: block; } .section-container > section.active > .title, .section-container > .section.active > .title, .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title { background: #d6d6d6; } .section-container > section.active > .title a, .section-container > .section.active > .title a, .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a { color: #333; } .section-container > section > .title, .section-container > .section > .title, .section-container.auto > section > .title, .section-container.auto > .section > .title { top: 0; width: 100%; margin: 0; border-top: solid 1px #ccc; } .section-container > section > .title a, .section-container > .section > .title a, .section-container.auto > section > .title a, .section-container.auto > .section > .title a { width: 100%; } .section-container.tabs { border: 0; position: relative; } .section-container.tabs > section, .section-container.tabs > .section { border: 0; position: static; } .section-container.tabs > section > .title, .section-container.tabs > .section > .title { background-color: #efefef; cursor: pointer; margin-bottom: 0; } .section-container.tabs > section > .title a, .section-container.tabs > .section > .title a { padding: 0.9375em; display: inline-block; color: #333; font-size: 0.875em; white-space: nowrap; } .section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover { background-color: #e2e2e2; } .section-container.tabs > section .content, .section-container.tabs > .section .content { display: none; padding: 0.9375em; background-color: #fff; } .section-container.tabs > section .content > *:last-child, .section-container.tabs > .section .content > *:last-child { margin-bottom: 0; } .section-container.tabs > section .content > *:first-child, .section-container.tabs > .section .content > *:first-child { padding-top: 0; } .section-container.tabs > section .content > *:last-child, .section-container.tabs > .section .content > *:last-child { padding-bottom: 0; } .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > .content { display: block; } .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title { background: #fff; } .section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a { color: #333; } .section-container.tabs > section > .title, .section-container.tabs > .section > .title { width: auto; border: solid 1px #ccc; border-right: 0; border-bottom: 0; position: absolute; top: 0; z-index: 1; } .section-container.tabs > section > .title a, .section-container.tabs > .section > .title a { width: 100%; } .section-container.tabs > section:last-child .title, .section-container.tabs > .section:last-child .title { border-right: solid 1px #ccc; } .section-container.tabs > section .content, .section-container.tabs > .section .content { border: solid 1px #ccc; position: absolute; z-index: 10; display: none; top: -1px; } .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title { z-index: 11; border-bottom: 0; background-color: #fff; } .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > .content { position: relative; } @media only screen and (min-width: 768px) { .section-container.auto { border: 0; position: relative; } .section-container.auto > section, .section-container.auto > .section { border: 0; position: static; } .section-container.auto > section > .title, .section-container.auto > .section > .title { background-color: #efefef; cursor: pointer; margin-bottom: 0; } .section-container.auto > section > .title a, .section-container.auto > .section > .title a { padding: 0.9375em; display: inline-block; color: #333; font-size: 0.875em; white-space: nowrap; } .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover { background-color: #e2e2e2; } .section-container.auto > section .content, .section-container.auto > .section .content { display: none; padding: 0.9375em; background-color: #fff; } .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child { margin-bottom: 0; } .section-container.auto > section .content > *:first-child, .section-container.auto > .section .content > *:first-child { padding-top: 0; } .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child { padding-bottom: 0; } .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content { display: block; } .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title { background: #fff; } .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a { color: #333; } .section-container.auto > section > .title, .section-container.auto > .section > .title { width: auto; border: solid 1px #ccc; border-right: 0; border-bottom: 0; position: absolute; top: 0; z-index: 1; } .section-container.auto > section > .title a, .section-container.auto > .section > .title a { width: 100%; } .section-container.auto > section:last-child .title, .section-container.auto > .section:last-child .title { border-right: solid 1px #ccc; } .section-container.auto > section .content, .section-container.auto > .section .content { border: solid 1px #ccc; position: absolute; z-index: 10; display: none; top: -1px; } .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title { z-index: 11; border-bottom: 0; background-color: #fff; } .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content { position: relative; } .section-container.accordion .section { padding-top: 0 !important; } .section-container.vertical-tabs { border: 1px solid #ccc; position: relative; } .section-container.vertical-tabs section, .section-container.vertical-tabs .section { padding-top: 0 !important; border: 0; position: static; } .section-container.vertical-tabs section > .title, .section-container.vertical-tabs .section > .title { background-color: #efefef; cursor: pointer; margin-bottom: 0; } .section-container.vertical-tabs section > .title a, .section-container.vertical-tabs .section > .title a { padding: 0.9375em; display: inline-block; color: #333; font-size: 0.875em; white-space: nowrap; } .section-container.vertical-tabs section > .title:hover, .section-container.vertical-tabs .section > .title:hover { background-color: #e2e2e2; } .section-container.vertical-tabs section .content, .section-container.vertical-tabs .section .content { display: none; padding: 0.9375em; background-color: #fff; } .section-container.vertical-tabs section .content > *:last-child, .section-container.vertical-tabs .section .content > *:last-child { margin-bottom: 0; } .section-container.vertical-tabs section .content > *:first-child, .section-container.vertical-tabs .section .content > *:first-child { padding-top: 0; } .section-container.vertical-tabs section .content > *:last-child, .section-container.vertical-tabs .section .content > *:last-child { padding-bottom: 0; } .section-container.vertical-tabs section.active > .content, .section-container.vertical-tabs .section.active > .content { display: block; } .section-container.vertical-tabs section.active > .title, .section-container.vertical-tabs .section.active > .title { background: #d6d6d6; } .section-container.vertical-tabs section.active > .title a, .section-container.vertical-tabs .section.active > .title a { color: #333; } .section-container.vertical-tabs section > .title, .section-container.vertical-tabs .section > .title { position: absolute; border-top: solid 1px #ccc; width: 12.5em; } .section-container.vertical-tabs section:first-child .title, .section-container.vertical-tabs .section:first-child .title { border-top: 0; } .section-container.vertical-tabs section .content, .section-container.vertical-tabs .section .content { display: block; position: relative; left: 12.5em; border-left: solid 1px #ccc; z-index: 10; } .section-container.vertical-tabs section.active > .title, .section-container.vertical-tabs .section.active > .title { background-color: #d6d6d6; width: 12.5625em; border-right: solid 0 transparent; z-index: 11; } .section-container.vertical-tabs section.active:last-child .title, .section-container.vertical-tabs .section.active:last-child .title { border-bottom: 0; } .section-container.vertical-nav { border: 0; position: relative; } .section-container.vertical-nav > section, .section-container.vertical-nav > .section { padding-top: 0 !important; position: relative; } .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title { background-color: #efefef; cursor: pointer; margin-bottom: 0; } .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a { padding: 0.9375em; display: inline-block; color: #333; font-size: 0.875em; white-space: nowrap; } .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover { background-color: #e2e2e2; } .section-container.vertical-nav > section .content, .section-container.vertical-nav > .section .content { display: none; padding: 0.9375em; background-color: #fff; } .section-container.vertical-nav > section .content > *:last-child, .section-container.vertical-nav > .section .content > *:last-child { margin-bottom: 0; } .section-container.vertical-nav > section .content > *:first-child, .section-container.vertical-nav > .section .content > *:first-child { padding-top: 0; } .section-container.vertical-nav > section .content > *:last-child, .section-container.vertical-nav > .section .content > *:last-child { padding-bottom: 0; } .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > .content { display: block; } .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title { background: #d6d6d6; } .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a { color: #333; } .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title { border-top: none; border: solid 1px #ccc; } .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a { display: block; width: 100%; } .section-container.vertical-nav > section .content, .section-container.vertical-nav > .section .content { display: none; } .section-container.vertical-nav > section:first-child .title, .section-container.vertical-nav > .section:first-child .title { border-bottom: none; } .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > .content { display: block; position: absolute; left: 100%; top: 0px; z-index: 999; min-width: 12.5em; border: solid 1px #ccc; } .section-container.horizontal-nav { position: relative; background: #efefef; border: 1px solid #ccc; } .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section { padding-top: 0; border: 0; position: static; } .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title { background-color: #efefef; cursor: pointer; margin-bottom: 0; } .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a { padding: 0.9375em; display: inline-block; color: #333; font-size: 0.875em; white-space: nowrap; } .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover { background-color: #e2e2e2; } .section-container.horizontal-nav > section .content, .section-container.horizontal-nav > .section .content { display: none; padding: 0.9375em; background-color: #fff; } .section-container.horizontal-nav > section .content > *:last-child, .section-container.horizontal-nav > .section .content > *:last-child { margin-bottom: 0; } .section-container.horizontal-nav > section .content > *:first-child, .section-container.horizontal-nav > .section .content > *:first-child { padding-top: 0; } .section-container.horizontal-nav > section .content > *:last-child, .section-container.horizontal-nav > .section .content > *:last-child { padding-bottom: 0; } .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > .content { display: block; } .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title { background: #d6d6d6; } .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a { color: #333; } .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title { width: auto; border: solid 1px #ccc; border-left: 0; top: -1px; position: absolute; z-index: 1; } .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a { width: 100%; } .section-container.horizontal-nav > section .content, .section-container.horizontal-nav > .section .content { display: none; } .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > .content { display: block; position: absolute; z-index: 999; left: 0; top: -2px; min-width: 12.5em; border: solid 1px #ccc; } } .no-js .section-container.auto, .no-js .section-container.accordion, .no-js .section-container.tabs, .no-js .section-container.vertical-tabs, .no-js .section-container.vertical-nav, .no-js .section-container.horizontal-nav { width: 100%; display: block; margin-bottom: 1.25em; border: 1px solid #ccc; border-top: none; } .no-js .section-container.auto > section, .no-js .section-container.auto > .section, .no-js .section-container.accordion > section, .no-js .section-container.accordion > .section, .no-js .section-container.tabs > section, .no-js .section-container.tabs > .section, .no-js .section-container.vertical-tabs > section, .no-js .section-container.vertical-tabs > .section, .no-js .section-container.vertical-nav > section, .no-js .section-container.vertical-nav > .section, .no-js .section-container.horizontal-nav > section, .no-js .section-container.horizontal-nav > .section { position: relative; } .no-js .section-container.auto > section > .title, .no-js .section-container.auto > .section > .title, .no-js .section-container.accordion > section > .title, .no-js .section-container.accordion > .section > .title, .no-js .section-container.tabs > section > .title, .no-js .section-container.tabs > .section > .title, .no-js .section-container.vertical-tabs > section > .title, .no-js .section-container.vertical-tabs > .section > .title, .no-js .section-container.vertical-nav > section > .title, .no-js .section-container.vertical-nav > .section > .title, .no-js .section-container.horizontal-nav > section > .title, .no-js .section-container.horizontal-nav > .section > .title { background-color: #efefef; cursor: pointer; margin-bottom: 0; } .no-js .section-container.auto > section > .title a, .no-js .section-container.auto > .section > .title a, .no-js .section-container.accordion > section > .title a, .no-js .section-container.accordion > .section > .title a, .no-js .section-container.tabs > section > .title a, .no-js .section-container.tabs > .section > .title a, .no-js .section-container.vertical-tabs > section > .title a, .no-js .section-container.vertical-tabs > .section > .title a, .no-js .section-container.vertical-nav > section > .title a, .no-js .section-container.vertical-nav > .section > .title a, .no-js .section-container.horizontal-nav > section > .title a, .no-js .section-container.horizontal-nav > .section > .title a { padding: 0.9375em; display: inline-block; color: #333; font-size: 0.875em; white-space: nowrap; } .no-js .section-container.auto > section > .title:hover, .no-js .section-container.auto > .section > .title:hover, .no-js .section-container.accordion > section > .title:hover, .no-js .section-container.accordion > .section > .title:hover, .no-js .section-container.tabs > section > .title:hover, .no-js .section-container.tabs > .section > .title:hover, .no-js .section-container.vertical-tabs > section > .title:hover, .no-js .section-container.vertical-tabs > .section > .title:hover, .no-js .section-container.vertical-nav > section > .title:hover, .no-js .section-container.vertical-nav > .section > .title:hover, .no-js .section-container.horizontal-nav > section > .title:hover, .no-js .section-container.horizontal-nav > .section > .title:hover { background-color: #e2e2e2; } .no-js .section-container.auto > section .content, .no-js .section-container.auto > .section .content, .no-js .section-container.accordion > section .content, .no-js .section-container.accordion > .section .content, .no-js .section-container.tabs > section .content, .no-js .section-container.tabs > .section .content, .no-js .section-container.vertical-tabs > section .content, .no-js .section-container.vertical-tabs > .section .content, .no-js .section-container.vertical-nav > section .content, .no-js .section-container.vertical-nav > .section .content, .no-js .section-container.horizontal-nav > section .content, .no-js .section-container.horizontal-nav > .section .content { display: none; padding: 0.9375em; background-color: #fff; } .no-js .section-container.auto > section .content > *:last-child, .no-js .section-container.auto > .section .content > *:last-child, .no-js .section-container.accordion > section .content > *:last-child, .no-js .section-container.accordion > .section .content > *:last-child, .no-js .section-container.tabs > section .content > *:last-child, .no-js .section-container.tabs > .section .content > *:last-child, .no-js .section-container.vertical-tabs > section .content > *:last-child, .no-js .section-container.vertical-tabs > .section .content > *:last-child, .no-js .section-container.vertical-nav > section .content > *:last-child, .no-js .section-container.vertical-nav > .section .content > *:last-child, .no-js .section-container.horizontal-nav > section .content > *:last-child, .no-js .section-container.horizontal-nav > .section .content > *:last-child { margin-bottom: 0; } .no-js .section-container.auto > section .content > *:first-child, .no-js .section-container.auto > .section .content > *:first-child, .no-js .section-container.accordion > section .content > *:first-child, .no-js .section-container.accordion > .section .content > *:first-child, .no-js .section-container.tabs > section .content > *:first-child, .no-js .section-container.tabs > .section .content > *:first-child, .no-js .section-container.vertical-tabs > section .content > *:first-child, .no-js .section-container.vertical-tabs > .section .content > *:first-child, .no-js .section-container.vertical-nav > section .content > *:first-child, .no-js .section-container.vertical-nav > .section .content > *:first-child, .no-js .section-container.horizontal-nav > section .content > *:first-child, .no-js .section-container.horizontal-nav > .section .content > *:first-child { padding-top: 0; } .no-js .section-container.auto > section .content > *:last-child, .no-js .section-container.auto > .section .content > *:last-child, .no-js .section-container.accordion > section .content > *:last-child, .no-js .section-container.accordion > .section .content > *:last-child, .no-js .section-container.tabs > section .content > *:last-child, .no-js .section-container.tabs > .section .content > *:last-child, .no-js .section-container.vertical-tabs > section .content > *:last-child, .no-js .section-container.vertical-tabs > .section .content > *:last-child, .no-js .section-container.vertical-nav > section .content > *:last-child, .no-js .section-container.vertical-nav > .section .content > *:last-child, .no-js .section-container.horizontal-nav > section .content > *:last-child, .no-js .section-container.horizontal-nav > .section .content > *:last-child { padding-bottom: 0; } .no-js .section-container.auto > section.active > .content, .no-js .section-container.auto > .section.active > .content, .no-js .section-container.accordion > section.active > .content, .no-js .section-container.accordion > .section.active > .content, .no-js .section-container.tabs > section.active > .content, .no-js .section-container.tabs > .section.active > .content, .no-js .section-container.vertical-tabs > section.active > .content, .no-js .section-container.vertical-tabs > .section.active > .content, .no-js .section-container.vertical-nav > section.active > .content, .no-js .section-container.vertical-nav > .section.active > .content, .no-js .section-container.horizontal-nav > section.active > .content, .no-js .section-container.horizontal-nav > .section.active > .content { display: block; } .no-js .section-container.auto > section.active > .title, .no-js .section-container.auto > .section.active > .title, .no-js .section-container.accordion > section.active > .title, .no-js .section-container.accordion > .section.active > .title, .no-js .section-container.tabs > section.active > .title, .no-js .section-container.tabs > .section.active > .title, .no-js .section-container.vertical-tabs > section.active > .title, .no-js .section-container.vertical-tabs > .section.active > .title, .no-js .section-container.vertical-nav > section.active > .title, .no-js .section-container.vertical-nav > .section.active > .title, .no-js .section-container.horizontal-nav > section.active > .title, .no-js .section-container.horizontal-nav > .section.active > .title { background: #d6d6d6; } .no-js .section-container.auto > section.active > .title a, .no-js .section-container.auto > .section.active > .title a, .no-js .section-container.accordion > section.active > .title a, .no-js .section-container.accordion > .section.active > .title a, .no-js .section-container.tabs > section.active > .title a, .no-js .section-container.tabs > .section.active > .title a, .no-js .section-container.vertical-tabs > section.active > .title a, .no-js .section-container.vertical-tabs > .section.active > .title a, .no-js .section-container.vertical-nav > section.active > .title a, .no-js .section-container.vertical-nav > .section.active > .title a, .no-js .section-container.horizontal-nav > section.active > .title a, .no-js .section-container.horizontal-nav > .section.active > .title a { color: #333; } .no-js .section-container.auto > section > .title, .no-js .section-container.auto > .section > .title, .no-js .section-container.accordion > section > .title, .no-js .section-container.accordion > .section > .title, .no-js .section-container.tabs > section > .title, .no-js .section-container.tabs > .section > .title, .no-js .section-container.vertical-tabs > section > .title, .no-js .section-container.vertical-tabs > .section > .title, .no-js .section-container.vertical-nav > section > .title, .no-js .section-container.vertical-nav > .section > .title, .no-js .section-container.horizontal-nav > section > .title, .no-js .section-container.horizontal-nav > .section > .title { top: 0; width: 100%; margin: 0; border-top: solid 1px #ccc; } .no-js .section-container.auto > section > .title a, .no-js .section-container.auto > .section > .title a, .no-js .section-container.accordion > section > .title a, .no-js .section-container.accordion > .section > .title a, .no-js .section-container.tabs > section > .title a, .no-js .section-container.tabs > .section > .title a, .no-js .section-container.vertical-tabs > section > .title a, .no-js .section-container.vertical-tabs > .section > .title a, .no-js .section-container.vertical-nav > section > .title a, .no-js .section-container.vertical-nav > .section > .title a, .no-js .section-container.horizontal-nav > section > .title a, .no-js .section-container.horizontal-nav > .section > .title a { width: 100%; } .no-js .section-container.auto > section .title, .no-js .section-container.auto > .section .title, .no-js .section-container.accordion > section .title, .no-js .section-container.accordion > .section .title, .no-js .section-container.tabs > section .title, .no-js .section-container.tabs > .section .title, .no-js .section-container.vertical-tabs > section .title, .no-js .section-container.vertical-tabs > .section .title, .no-js .section-container.vertical-nav > section .title, .no-js .section-container.vertical-nav > .section .title, .no-js .section-container.horizontal-nav > section .title, .no-js .section-container.horizontal-nav > .section .title { position: static; width: 100%; border-left: 0; border-right: 0; } .no-js .section-container.auto > section .content, .no-js .section-container.auto > .section .content, .no-js .section-container.accordion > section .content, .no-js .section-container.accordion > .section .content, .no-js .section-container.tabs > section .content, .no-js .section-container.tabs > .section .content, .no-js .section-container.vertical-tabs > section .content, .no-js .section-container.vertical-tabs > .section .content, .no-js .section-container.vertical-nav > section .content, .no-js .section-container.vertical-nav > .section .content, .no-js .section-container.horizontal-nav > section .content, .no-js .section-container.horizontal-nav > .section .content { position: static; display: block; width: 100%; border-left: 0; border-right: 0; border-bottom: 0; } /* Wrapped around .top-bar to contain to grid width */ .contain-to-grid { width: 100%; background: #111; } .contain-to-grid .top-bar { margin-bottom: 0; } .fixed { width: 100%; left: 0; position: fixed; top: 0; z-index: 99; } .top-bar { overflow: hidden; height: 45px; line-height: 45px; position: relative; background: #111; margin-bottom: 1.875em; } .top-bar ul { margin-bottom: 0; list-style: none; } .top-bar .row { max-width: none; } .top-bar form, .top-bar input { margin-bottom: 0; } .top-bar input { height: 2.45em; } .top-bar .button { padding-top: 0.5em; padding-bottom: 0.5em; margin-bottom: 0; } .top-bar .title-area { position: relative; margin: 0; } .top-bar .name { height: 45px; margin: 0; font-size: 16px; } .top-bar .name h1 { line-height: 45px; font-size: 1.0625em; margin: 0; } .top-bar .name h1 a { font-weight: bold; color: #fff; width: 50%; display: block; padding: 0 15px; } .top-bar .toggle-topbar { position: absolute; right: 0; top: 0; } .top-bar .toggle-topbar a { color: #fff; text-transform: uppercase; font-size: 0.8125em; font-weight: bold; position: relative; display: block; padding: 0 15px; height: 45px; line-height: 45px; } .top-bar .toggle-topbar.menu-icon { right: 15px; top: 50%; margin-top: -16px; padding-left: 40px; } .top-bar .toggle-topbar.menu-icon a { text-indent: -48px; width: 34px; height: 34px; line-height: 33px; padding: 0; color: #fff; } .top-bar .toggle-topbar.menu-icon a span { position: absolute; right: 0; display: block; width: 16px; height: 0; -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff; box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff; } .top-bar.expanded { height: auto; background: transparent; } .top-bar.expanded .title-area { background: #111; } .top-bar.expanded .toggle-topbar a { color: #888; } .top-bar.expanded .toggle-topbar a span { -webkit-box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888; box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888; } .top-bar-section { left: 0; position: relative; width: auto; -webkit-transition: left 300ms ease-out; -moz-transition: left 300ms ease-out; transition: left 300ms ease-out; } .top-bar-section ul { width: 100%; height: auto; display: block; background: #222; font-size: 16px; margin: 0; } .top-bar-section .divider, .top-bar-section [role=separator] { border-bottom: solid 1px #2b2b2b; border-top: solid 1px black; clear: both; height: 1px; width: 100%; } .top-bar-section ul li > a { display: block; width: 100%; color: #fff; padding: 12px 0 12px 0; padding-left: 15px; font-size: 0.8125em; font-weight: bold; background: #222; } .top-bar-section ul li > a.hover { background: #090909; color: #fff; } .top-bar-section ul li > a.button { background: #2ba6cb; font-size: 0.8125em; } .top-bar-section ul li > a.button.hover { background: #2284a1; } .top-bar-section ul li > a.button.secondary { background: #e9e9e9; } .top-bar-section ul li > a.button.secondary.hover { background: #d0d0d0; } .top-bar-section ul li > a.button.success { background: #5da423; } .top-bar-section ul li > a.button.success.hover { background: #457a1a; } .top-bar-section ul li > a.button.alert { background: #c60f13; } .top-bar-section ul li > a.button.alert.hover { background: #970b0e; } .top-bar-section ul li.active > a { background: #090909; color: #fff; } .top-bar-section .has-form { padding: 15px; } .top-bar-section .has-dropdown { position: relative; } .top-bar-section .has-dropdown > a:after { content: ""; display: block; width: 0; height: 0; border: inset 5px; border-color: transparent transparent transparent rgba(255, 255, 255, 0.5); border-left-style: solid; margin-right: 15px; margin-top: -4.5px; position: absolute; top: 50%; right: 0; } .top-bar-section .has-dropdown.moved { position: static; } .top-bar-section .has-dropdown.moved > .dropdown { visibility: visible; } .top-bar-section .dropdown { position: absolute; left: 100%; top: 0; visibility: hidden; z-index: 99; } .top-bar-section .dropdown li { width: 100%; height: auto; } .top-bar-section .dropdown li a { font-weight: normal; padding: 8px 15px; } .top-bar-section .dropdown li.title h5 { margin-bottom: 0; } .top-bar-section .dropdown li.title h5 a { color: #fff; line-height: 22.5px; display: block; } .top-bar-section .dropdown label { padding: 8px 15px 2px; margin-bottom: 0; text-transform: uppercase; color: #555; font-weight: bold; font-size: 0.625em; } .top-bar-js-breakpoint { width: 58.75em !important; visibility: hidden; } .js-generated { display: block; } @media only screen and (min-width: 58.75em) { .top-bar { background: #111; *zoom: 1; overflow: visible; } .top-bar:before, .top-bar:after { content: " "; display: table; } .top-bar:after { clear: both; } .top-bar .toggle-topbar { display: none; } .top-bar .title-area { float: left; } .top-bar .name h1 a { width: auto; } .top-bar input, .top-bar .button { line-height: 2em; font-size: 0.875em; height: 2em; padding: 0 10px; position: relative; top: 8px; } .top-bar.expanded { background: #111; } .contain-to-grid .top-bar { max-width: 62.5em; margin: 0 auto; } .top-bar-section { -webkit-transition: none 0 0; -moz-transition: none 0 0; transition: none 0 0; left: 0 !important; } .top-bar-section ul { width: auto; height: auto !important; display: inline; } .top-bar-section ul li { float: left; } .top-bar-section ul li .js-generated { display: none; } .top-bar-section li a:not(.button) { padding: 0 15px; line-height: 45px; background: #111; } .top-bar-section li a:not(.button).hover { background: black; } .top-bar-section .has-dropdown > a { padding-right: 35px !important; } .top-bar-section .has-dropdown > a:after { content: ""; display: block; width: 0; height: 0; border: inset 5px; border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent; border-top-style: solid; margin-top: -2.5px; top: 22.5px; } .top-bar-section .has-dropdown.moved { position: relative; } .top-bar-section .has-dropdown.moved > .dropdown { visibility: hidden; } .top-bar-section .has-dropdown.hover > .dropdown { visibility: visible; } .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after { border: none; content: "»"; margin-top: -16px; right: 5px; } .top-bar-section .dropdown { left: 0; top: auto; background: transparent; min-width: 100%; } .top-bar-section .dropdown li a { color: #fff; line-height: 1; white-space: nowrap; padding: 7px 15px; background: #1e1e1e; } .top-bar-section .dropdown li label { white-space: nowrap; background: #1e1e1e; } .top-bar-section .dropdown li .dropdown { left: 100%; top: 0; } .top-bar-section > ul > .divider, .top-bar-section > ul > [role=separator] { border-bottom: none; border-top: none; border-right: solid 1px #2b2b2b; border-left: solid 1px black; clear: none; height: 45px; width: 0px; } .top-bar-section .has-form { background: #111; padding: 0 15px; height: 45px; } .top-bar-section ul.right li .dropdown { left: auto; right: 0; } .top-bar-section ul.right li .dropdown li .dropdown { right: 100%; } } @-webkit-keyframes rotate { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } @-moz-keyframes rotate { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } @-o-keyframes rotate { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } @keyframes rotate { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } /* Orbit Graceful Loading */ .slideshow-wrapper { position: relative; } .slideshow-wrapper ul { list-style-type: none; margin: 0; } .slideshow-wrapper ul li, .slideshow-wrapper ul li .orbit-caption { display: none; } .slideshow-wrapper ul li:first-child { display: block; } .slideshow-wrapper .orbit-container { background-color: transparent; } .slideshow-wrapper .orbit-container li { display: block; } .slideshow-wrapper .orbit-container li .orbit-caption { display: block; } .preloader { display: block; width: 40px; height: 40px; position: absolute; top: 50%; left: 50%; margin-top: -20px; margin-left: -20px; border: solid 3px; border-color: #555 #fff; -webkit-border-radius: 1000px; border-radius: 1000px; -webkit-animation-name: rotate; -webkit-animation-duration: 1.5s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: rotate; -moz-animation-duration: 1.5s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -o-animation-name: rotate; -o-animation-duration: 1.5s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; animation-name: rotate; animation-duration: 1.5s; animation-iteration-count: infinite; animation-timing-function: linear; } .orbit-container { overflow: hidden; width: 100%; position: relative; background: #f5f5f5; } .orbit-container .orbit-slides-container { list-style: none; margin: 0; padding: 0; position: relative; } .orbit-container .orbit-slides-container img { display: block; } .orbit-container .orbit-slides-container > * { position: relative; float: left; height: auto; } .orbit-container .orbit-slides-container > * .orbit-caption { position: absolute; bottom: 0; background-color: black; background-color: rgba(0, 0, 0, 0.6); color: #fff; width: 100%; padding: 10px 14px; font-size: 0.875em; } .orbit-container .orbit-slide-number { position: absolute; top: 10px; left: 10px; font-size: 12px; color: #fff; background: rgba(0, 0, 0, 0); } .orbit-container .orbit-slide-number span { font-weight: 700; padding: 0.3125em; } .orbit-container .orbit-timer { position: absolute; top: 10px; right: 10px; height: 6px; width: 100px; } .orbit-container .orbit-timer .orbit-progress { height: 100%; background-color: black; background-color: rgba(0, 0, 0, 0.6); display: block; width: 0%; } .orbit-container .orbit-timer > span { display: none; position: absolute; top: 10px; right: 0px; width: 11px; height: 14px; border: solid 4px #000; border-top: none; border-bottom: none; } .orbit-container .orbit-timer.paused > span { right: -6px; top: 9px; width: 11px; height: 14px; border: inset 8px; border-right-style: solid; border-color: transparent transparent transparent #000; } .orbit-container:hover .orbit-timer > span { display: block; } .orbit-container .orbit-prev, .orbit-container .orbit-next { position: absolute; top: 50%; margin-top: -25px; background-color: black; background-color: rgba(0, 0, 0, 0.6); width: 50px; height: 60px; line-height: 50px; color: white; text-indent: -9999px !important; } .orbit-container .orbit-prev > span, .orbit-container .orbit-next > span { position: absolute; top: 50%; margin-top: -16px; display: block; width: 0; height: 0; border: inset 16px; } .orbit-container .orbit-prev { left: 0; } .orbit-container .orbit-prev > span { border-right-style: solid; border-color: transparent; border-right-color: #fff; } .orbit-container .orbit-prev:hover > span { border-right-color: #ccc; } .orbit-container .orbit-next { right: 0; } .orbit-container .orbit-next > span { border-color: transparent; border-left-style: solid; border-left-color: #fff; left: 50%; margin-left: -8px; } .orbit-container .orbit-next:hover > span { border-left-color: #ccc; } .orbit-bullets { margin: 0 auto 30px auto; overflow: hidden; position: relative; top: 10px; } .orbit-bullets li { display: block; width: 18px; height: 18px; background: #999; float: left; margin-right: 6px; border: solid 2px #222; -webkit-border-radius: 1000px; border-radius: 1000px; } .orbit-bullets li.active { background: #222; } .orbit-bullets li:last-child { margin-right: 0; } .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next { display: none; } .touch .orbit-bullets { display: none; } @media only screen and (min-width: 768px) { .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next { display: inherit; } .touch .orbit-bullets { display: block; } } .reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: #000; background: rgba(0, 0, 0, 0.45); z-index: 98; display: none; top: 0; left: 0; } .reveal-modal { visibility: hidden; display: none; position: absolute; left: 50%; z-index: 99; height: auto; margin-left: -40%; width: 80%; background-color: #fff; padding: 1.25em; border: solid 1px #666; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); top: 50px; } .reveal-modal .column, .reveal-modal .columns { min-width: 0; } .reveal-modal > :first-child { margin-top: 0; } .reveal-modal > :last-child { margin-bottom: 0; } .reveal-modal .close-reveal-modal { font-size: 1.375em; line-height: 1; position: absolute; top: 0.5em; right: 0.6875em; color: #aaa; font-weight: bold; cursor: pointer; } @media only screen and (min-width: 768px) { .reveal-modal { padding: 1.875em; top: 6.25em; } .reveal-modal.tiny { margin-left: -15%; width: 30%; } .reveal-modal.small { margin-left: -20%; width: 40%; } .reveal-modal.medium { margin-left: -30%; width: 60%; } .reveal-modal.large { margin-left: -35%; width: 70%; } .reveal-modal.xlarge { margin-left: -47.5%; width: 95%; } } @media print { .reveal-modal { background: #fff !important; } } /* Foundation Joyride */ .joyride-list { display: none; } /* Default styles for the container */ .joyride-tip-guide { display: none; position: absolute; background: black; color: #fff; z-index: 101; top: 0; left: 2.5%; font-family: inherit; font-weight: normal; width: 95%; } .lt-ie9 .joyride-tip-guide { max-width: 800px; left: 50%; margin-left: -400px; } .joyride-content-wrapper { width: 100%; padding: 1.125em 1.25em 1.5em; } .joyride-content-wrapper .button { margin-bottom: 0 !important; } /* Add a little css triangle pip, older browser just miss out on the fanciness of it */ .joyride-tip-guide .joyride-nub { display: block; position: absolute; left: 22px; width: 0; height: 0; border: inset 14px; } .joyride-tip-guide .joyride-nub.top { border-top-style: solid; border-color: black; border-top-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; top: -28px; } .joyride-tip-guide .joyride-nub.bottom { border-bottom-style: solid; border-color: black !important; border-bottom-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; bottom: -28px; } .joyride-tip-guide .joyride-nub.right { right: -28px; } .joyride-tip-guide .joyride-nub.left { left: -28px; } /* Typography */ .joyride-tip-guide h1, .joyride-tip-guide h2, .joyride-tip-guide h3, .joyride-tip-guide h4, .joyride-tip-guide h5, .joyride-tip-guide h6 { line-height: 1.25; margin: 0; font-weight: bold; color: #fff; } .joyride-tip-guide p { margin: 0 0 1.125em 0; font-size: 0.875em; line-height: 1.3; } .joyride-timer-indicator-wrap { width: 50px; height: 3px; border: solid 1px #555; position: absolute; right: 1.0625em; bottom: 1em; } .joyride-timer-indicator { display: block; width: 0; height: inherit; background: #666; } .joyride-close-tip { position: absolute; right: 12px; top: 10px; color: #777 !important; text-decoration: none; font-size: 30px; font-weight: normal; line-height: 0.5 !important; } .joyride-close-tip:hover, .joyride-close-tip:focus { color: #eee !important; } .joyride-modal-bg { position: fixed; height: 100%; width: 100%; background: transparent; background: rgba(0, 0, 0, 0.5); z-index: 100; display: none; top: 0; left: 0; cursor: pointer; } .joyride-expose-wrapper { background-color: #ffffff; position: absolute; border-radius: 3px; z-index: 102; -moz-box-shadow: 0px 0px 30px #ffffff; -webkit-box-shadow: 0px 0px 15px #ffffff; box-shadow: 0px 0px 15px #ffffff; } .joyride-expose-cover { background: transparent; border-radius: 3px; position: absolute; z-index: 9999; top: 0px; left: 0px; } /* Styles for screens that are atleast 768px; */ @media only screen and (min-width: 768px) { .joyride-tip-guide { width: 300px; left: inherit; } .joyride-tip-guide .joyride-nub.bottom { border-color: black !important; border-bottom-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; bottom: -28px; } .joyride-tip-guide .joyride-nub.right { border-color: black !important; border-top-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; top: 22px; left: auto; right: -28px; } .joyride-tip-guide .joyride-nub.left { border-color: black !important; border-top-color: transparent !important; border-left-color: transparent !important; border-bottom-color: transparent !important; top: 22px; left: -28px; right: auto; } } /* Clearing Styles */ [data-clearing] { *zoom: 1; margin-bottom: 0; list-style: none; } [data-clearing]:before, [data-clearing]:after { content: " "; display: table; } [data-clearing]:after { clear: both; } [data-clearing] li { float: left; margin-right: 10px; } .clearing-blackout { background: #111; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 998; } .clearing-blackout .clearing-close { display: block; } .clearing-container { position: relative; z-index: 998; height: 100%; overflow: hidden; margin: 0; } .visible-img { height: 95%; position: relative; } .visible-img img { position: absolute; left: 50%; top: 50%; margin-left: -50%; max-height: 100%; max-width: 100%; } .clearing-caption { color: #fff; line-height: 1.3; margin-bottom: 0; text-align: center; bottom: 0; background: #111; width: 100%; padding: 10px 30px; position: absolute; left: 0; } .clearing-close { z-index: 999; padding-left: 20px; padding-top: 10px; font-size: 40px; line-height: 1; color: #fff; display: none; } .clearing-close:hover, .clearing-close:focus { color: #ccc; } .clearing-assembled .clearing-container { height: 100%; } .clearing-assembled .clearing-container .carousel > ul { display: none; } .clearing-feature li { display: none; } .clearing-feature li.clearing-featured-img { display: block; } @media only screen and (min-width: 768px) { .clearing-main-prev, .clearing-main-next { position: absolute; height: 100%; width: 40px; top: 0; } .clearing-main-prev > span, .clearing-main-next > span { position: absolute; top: 50%; display: block; width: 0; height: 0; border: solid 16px; } .clearing-main-prev { left: 0; } .clearing-main-prev > span { left: 5px; border-color: transparent; border-right-color: #fff; } .clearing-main-next { right: 0; } .clearing-main-next > span { border-color: transparent; border-left-color: #fff; } .clearing-main-prev.disabled, .clearing-main-next.disabled { opacity: 0.5; } .clearing-assembled .clearing-container .carousel { background: #111; height: 150px; margin-top: 5px; } .clearing-assembled .clearing-container .carousel > ul { display: block; z-index: 999; width: 200%; height: 100%; margin-left: 0; position: relative; left: 0; } .clearing-assembled .clearing-container .carousel > ul li { display: block; width: 175px; height: inherit; padding: 0; float: left; overflow: hidden; margin-right: 1px; position: relative; cursor: pointer; opacity: 0.4; } .clearing-assembled .clearing-container .carousel > ul li.fix-height img { min-height: 100%; height: 100%; max-width: none; } .clearing-assembled .clearing-container .carousel > ul li a.th { border: none; -webkit-box-shadow: none; box-shadow: none; display: block; } .clearing-assembled .clearing-container .carousel > ul li img { cursor: pointer !important; min-width: 100% !important; } .clearing-assembled .clearing-container .carousel > ul li.visible { opacity: 1; } .clearing-assembled .clearing-container .visible-img { background: #111; overflow: hidden; height: 75%; } .clearing-close { position: absolute; top: 10px; right: 20px; padding-left: 0; padding-top: 0; } } /* Foundation Alerts */ .alert-box { border-style: solid; border-width: 1px; display: block; font-weight: bold; margin-bottom: 1.25em; position: relative; padding: 0.6875em 1.3125em 0.75em 0.6875em; font-size: 0.875em; background-color: #2ba6cb; border-color: #2284a1; color: #fff; } .alert-box .close { font-size: 1.375em; padding: 5px 4px 4px; line-height: 0; position: absolute; top: 0.4375em; right: 0.3125em; color: #333; opacity: 0.3; } .alert-box .close:hover, .alert-box .close:focus { opacity: 0.5; } .alert-box.radius { -webkit-border-radius: 3px; border-radius: 3px; } .alert-box.round { -webkit-border-radius: 1000px; border-radius: 1000px; } .alert-box.success { background-color: #5da423; border-color: #457a1a; color: #fff; } .alert-box.alert { background-color: #c60f13; border-color: #970b0e; color: #fff; } .alert-box.secondary { background-color: #e9e9e9; border-color: #d0d0d0; color: #505050; } /* Breadcrumbs */ .breadcrumbs { display: block; padding: 0.5625em 0.875em 0.5625em; overflow: hidden; margin-left: 0; list-style: none; border-style: solid; border-width: 1px; background-color: #f6f6f6; border-color: gainsboro; -webkit-border-radius: 3px; border-radius: 3px; } .breadcrumbs > * { margin: 0; float: left; font-size: 0.6875em; text-transform: uppercase; color: #2ba6cb; } .breadcrumbs > *:hover a, .breadcrumbs > *:focus a { text-decoration: underline; } .breadcrumbs > * a, .breadcrumbs > * span { text-transform: uppercase; color: #2ba6cb; } .breadcrumbs > *.current { cursor: default; color: #333; } .breadcrumbs > *.current a { cursor: default; color: #333; } .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a { text-decoration: none; } .breadcrumbs > *.unavailable { color: #999; } .breadcrumbs > *.unavailable a { color: #999; } .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus { text-decoration: none; color: #999; cursor: default; } .breadcrumbs > *:before { content: "/"; color: #aaa; margin: 0 0.75em; position: relative; top: 1px; } .breadcrumbs > *:first-child:before { content: " "; margin: 0; } /* Keystroke Characters */ .keystroke, kbd { background-color: #ededed; border-color: #dbdbdb; color: #222; border-style: solid; border-width: 1px; margin: 0; font-family: "Consolas", "Menlo", "Courier", monospace; font-size: 0.875em; padding: 0.125em 0.25em 0em; -webkit-border-radius: 3px; border-radius: 3px; } /* Labels */ .label { font-weight: bold; text-align: center; text-decoration: none; line-height: 1; white-space: nowrap; display: inline-block; position: relative; padding: 0.1875em 0.625em 0.25em; font-size: 0.875em; background-color: #2ba6cb; color: #fff; } .label.radius { -webkit-border-radius: 3px; border-radius: 3px; } .label.round { -webkit-border-radius: 1000px; border-radius: 1000px; } .label.alert { background-color: #c60f13; color: #fff; } .label.success { background-color: #5da423; color: #fff; } .label.secondary { background-color: #e9e9e9; color: #333; } /* Inline Lists */ .inline-list { margin: 0 auto 1.0625em auto; margin-left: -1.375em; margin-right: 0; padding: 0; list-style: none; overflow: hidden; } .inline-list > li { list-style: none; float: left; margin-left: 1.375em; display: block; } .inline-list > li > * { display: block; } /* Pagination */ .pagination { display: block; height: 1.5em; margin-left: -0.3125em; } .pagination li { display: block; float: left; height: 1.5em; color: #222; font-size: 0.875em; margin-left: 0.3125em; } .pagination li a { display: block; padding: 0.0625em 0.4375em 0.0625em; color: #999; } .pagination li:hover a, .pagination li a:focus { background: #e6e6e6; } .pagination li.unavailable a { cursor: default; color: #999; } .pagination li.unavailable:hover a, .pagination li.unavailable a:focus { background: transparent; } .pagination li.current a { background: #2ba6cb; color: #fff; font-weight: bold; cursor: default; } .pagination li.current a:hover, .pagination li.current a:focus { background: #2ba6cb; } .pagination-centered { text-align: center; } .pagination-centered ul > li { float: none; display: inline-block; } /* Panels */ .panel { border-style: solid; border-width: 1px; border-color: #d9d9d9; margin-bottom: 1.25em; padding: 1.25em; background: #f2f2f2; } .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p { color: #333; } .panel > :first-child { margin-top: 0; } .panel > :last-child { margin-bottom: 0; } .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 { line-height: 1; margin-bottom: 0.625em; } .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader { line-height: 1.4; } .panel.callout { border-style: solid; border-width: 1px; border-color: #2284a1; margin-bottom: 1.25em; padding: 1.25em; background: #2ba6cb; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; } .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p { color: #fff; } .panel.callout > :first-child { margin-top: 0; } .panel.callout > :last-child { margin-bottom: 0; } .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 { line-height: 1; margin-bottom: 0.625em; } .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader { line-height: 1.4; } .panel.radius { -webkit-border-radius: 3px; border-radius: 3px; } /* Pricing Tables */ .pricing-table { border: solid 1px #ddd; margin-left: 0; margin-bottom: 1.25em; } .pricing-table * { list-style: none; line-height: 1; } .pricing-table .title { background-color: #ddd; padding: 0.9375em 1.25em; text-align: center; color: #333; font-weight: bold; font-size: 1em; } .pricing-table .price { background-color: #eee; padding: 0.9375em 1.25em; text-align: center; color: #333; font-weight: normal; font-size: 1.25em; } .pricing-table .description { background-color: #fff; padding: 0.9375em; text-align: center; color: #777; font-size: 0.75em; font-weight: normal; line-height: 1.4; border-bottom: dotted 1px #ddd; } .pricing-table .bullet-item { background-color: #fff; padding: 0.9375em; text-align: center; color: #333; font-size: 0.875em; font-weight: normal; border-bottom: dotted 1px #ddd; } .pricing-table .cta-button { background-color: #f5f5f5; text-align: center; padding: 1.25em 1.25em 0; } /* Progress Bar */ .progress { background-color: transparent; height: 1.5625em; border: 1px solid #cccccc; padding: 0.125em; margin-bottom: 0.625em; } .progress .meter { background: #2ba6cb; height: 100%; display: block; } .progress.secondary .meter { background: #e9e9e9; height: 100%; display: block; } .progress.success .meter { background: #5da423; height: 100%; display: block; } .progress.alert .meter { background: #c60f13; height: 100%; display: block; } .progress.radius { -webkit-border-radius: 3px; border-radius: 3px; } .progress.radius .meter { -webkit-border-radius: 2px; border-radius: 2px; } .progress.round { -webkit-border-radius: 1000px; border-radius: 1000px; } .progress.round .meter { -webkit-border-radius: 999px; border-radius: 999px; } /* Side Nav */ .side-nav { display: block; margin: 0; padding: 0.875em 0; list-style-type: none; list-style-position: inside; } .side-nav li { margin: 0 0 0.4375em 0; font-size: 0.875em; } .side-nav li a { display: block; color: #2ba6cb; } .side-nav li.active > a:first-child { color: #4d4d4d; font-weight: bold; } .side-nav li.divider { border-top: 1px solid; height: 0; padding: 0; list-style: none; border-top-color: #e6e6e6; } /* Side Nav */ .sub-nav { display: block; width: auto; overflow: hidden; margin: -0.25em 0 1.125em; padding-top: 0.25em; margin-right: 0; margin-left: -0.5625em; } .sub-nav dt, .sub-nav dd { float: left; display: inline; margin-left: 0.5625em; margin-bottom: 0.625em; font-weight: normal; font-size: 0.875em; } .sub-nav dt a, .sub-nav dd a { color: #999; text-decoration: none; } .sub-nav dt.active a, .sub-nav dd.active a { -webkit-border-radius: 1000px; border-radius: 1000px; font-weight: bold; background: #2ba6cb; padding: 0.1875em 0.5625em; cursor: default; color: #fff; } /* Foundation Switches */ @media only screen { div.switch { position: relative; width: 100%; padding: 0; display: block; overflow: hidden; border-style: solid; border-width: 1px; margin-bottom: 1.25em; -webkit-animation: webkitSiblingBugfix infinite 1s; height: 36px; background: #fff; border-color: #cccccc; } div.switch label { position: relative; left: 0; z-index: 2; float: left; width: 50%; height: 100%; margin: 0; font-weight: bold; text-align: left; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; transition: all 0.1s ease-out; } div.switch input { position: absolute; z-index: 3; opacity: 0; width: 100%; height: 100%; -moz-appearance: none; } div.switch input:hover, div.switch input:focus { cursor: pointer; } div.switch > span { position: absolute; top: -1px; left: -1px; z-index: 1; display: block; padding: 0; border-width: 1px; border-style: solid; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; transition: all 0.1s ease-out; } div.switch input:not(:checked) + label { opacity: 0; } div.switch input:checked { display: none !important; } div.switch input { left: 0; display: block !important; } div.switch input:first-of-type + label, div.switch input:first-of-type + span + label { left: -50%; } div.switch input:first-of-type:checked + label, div.switch input:first-of-type:checked + span + label { left: 0%; } div.switch input:last-of-type + label, div.switch input:last-of-type + span + label { right: -50%; left: auto; text-align: right; } div.switch input:last-of-type:checked + label, div.switch input:last-of-type:checked + span + label { right: 0%; left: auto; } div.switch span.custom { display: none !important; } div.switch label { padding: 0 0.375em; line-height: 2.3em; font-size: 0.875em; } div.switch input:first-of-type:checked ~ span { left: 100%; margin-left: -2.1875em; } div.switch > span { width: 2.25em; height: 2.25em; } div.switch > span { border-color: #b3b3b3; background: #fff; background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%); background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%); background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%); -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5; box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #e1f5d1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5; } div.switch:hover > span, div.switch:focus > span { background: #fff; background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%); background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%); background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%); } div.switch:active { background: transparent; } div.switch.large { height: 44px; } div.switch.large label { padding: 0 0.375em; line-height: 2.3em; font-size: 1.0625em; } div.switch.large input:first-of-type:checked ~ span { left: 100%; margin-left: -2.6875em; } div.switch.large > span { width: 2.75em; height: 2.75em; } div.switch.small { height: 28px; } div.switch.small label { padding: 0 0.375em; line-height: 2.1em; font-size: 0.75em; } div.switch.small input:first-of-type:checked ~ span { left: 100%; margin-left: -1.6875em; } div.switch.small > span { width: 1.75em; height: 1.75em; } div.switch.tiny { height: 22px; } div.switch.tiny label { padding: 0 0.375em; line-height: 1.9em; font-size: 0.6875em; } div.switch.tiny input:first-of-type:checked ~ span { left: 100%; margin-left: -1.3125em; } div.switch.tiny > span { width: 1.375em; height: 1.375em; } div.switch.radius { -webkit-border-radius: 4px; border-radius: 4px; } div.switch.radius > span { -webkit-border-radius: 3px; border-radius: 3px; } div.switch.round { -webkit-border-radius: 1000px; border-radius: 1000px; } div.switch.round > span { -webkit-border-radius: 999px; border-radius: 999px; } div.switch.round label { padding: 0 0.5625em; } @-webkit-keyframes webkitSiblingBugfix { from { position: relative; } to { position: relative; } } } [data-magellan-expedition] { background: #fff; z-index: 50; min-width: 100%; padding: 10px; } [data-magellan-expedition] .sub-nav { margin-bottom: 0; } [data-magellan-expedition] .sub-nav dd { margin-bottom: 0; } /* Tables */ table { background: #fff; margin-bottom: 1.25em; border: solid 1px #ddd; } table thead, table tfoot { background: #f5f5f5; font-weight: bold; } table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { padding: 0.5em 0.625em 0.625em; font-size: 0.875em; color: #222; text-align: left; } table tr th, table tr td { padding: 0.5625em 0.625em; font-size: 0.875em; color: #222; } table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #f9f9f9; } table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: 1.125em; } /* Image Thumbnails */ .th { line-height: 0; display: inline-block; border: solid 4px #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); -webkit-transition: all 200ms ease-out; -moz-transition: all 200ms ease-out; transition: all 200ms ease-out; } .th:hover, .th:focus { -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); } .th.radius { -webkit-border-radius: 3px; border-radius: 3px; } a.th { display: inline-block; } /* Tooltips */ .has-tip { border-bottom: dotted 1px #ccc; cursor: help; font-weight: bold; color: #333; } .has-tip:hover, .has-tip:focus { border-bottom: dotted 1px #196177; color: #2ba6cb; } .has-tip.tip-left, .has-tip.tip-right { float: none !important; } .tooltip { display: none; position: absolute; z-index: 999; font-weight: bold; font-size: 0.9375em; line-height: 1.3; padding: 0.5em; max-width: 85%; left: 50%; width: 100%; color: #fff; background: #000; -webkit-border-radius: 3px; border-radius: 3px; } .tooltip > .nub { display: block; left: 5px; position: absolute; width: 0; height: 0; border: solid 5px; border-color: transparent transparent #000 transparent; top: -10px; } .tooltip.opened { color: #2ba6cb !important; border-bottom: dotted 1px #196177 !important; } .tap-to-close { display: block; font-size: 0.625em; color: #888; font-weight: normal; } @media only screen and (min-width: 768px) { .tooltip > .nub { border-color: transparent transparent #000 transparent; top: -10px; } .tooltip.tip-top > .nub { border-color: #000 transparent transparent transparent; top: auto; bottom: -10px; } .tooltip.tip-left, .tooltip.tip-right { float: none !important; } .tooltip.tip-left > .nub { border-color: transparent transparent transparent #000; right: -10px; left: auto; top: 50%; margin-top: -5px; } .tooltip.tip-right > .nub { border-color: transparent #000 transparent transparent; right: auto; left: -10px; top: 50%; margin-top: -5px; } } @media only screen and (max-width: 767px) { .f-dropdown { max-width: 100%; left: 0; } } /* Foundation Dropdowns */ .f-dropdown { position: absolute; top: -9999px; list-style: none; width: 100%; max-height: none; height: auto; background: #fff; border: solid 1px #cccccc; font-size: 16px; z-index: 99; margin-top: 2px; max-width: 200px; } .f-dropdown > *:first-child { margin-top: 0; } .f-dropdown > *:last-child { margin-bottom: 0; } .f-dropdown:before { content: ""; display: block; width: 0; height: 0; border: inset 6px; border-color: transparent transparent #fff transparent; border-bottom-style: solid; position: absolute; top: -12px; left: 10px; z-index: 99; } .f-dropdown:after { content: ""; display: block; width: 0; height: 0; border: inset 7px; border-color: transparent transparent #cccccc transparent; border-bottom-style: solid; position: absolute; top: -14px; left: 9px; z-index: 98; } .f-dropdown.right:before { left: auto; right: 10px; } .f-dropdown.right:after { left: auto; right: 9px; } .f-dropdown li { font-size: 0.875em; cursor: pointer; line-height: 1.125em; margin: 0; } .f-dropdown li:hover, .f-dropdown li:focus { background: #eeeeee; } .f-dropdown li a { display: block; padding: 0.3125em 0.625em; color: #555; } .f-dropdown.content { position: absolute; top: -9999px; list-style: none; padding: 1.25em; width: 100%; height: auto; max-height: none; background: #fff; border: solid 1px #cccccc; font-size: 16px; z-index: 99; max-width: 200px; } .f-dropdown.content > *:first-child { margin-top: 0; } .f-dropdown.content > *:last-child { margin-bottom: 0; } .f-dropdown.tiny { max-width: 200px; } .f-dropdown.small { max-width: 300px; } .f-dropdown.medium { max-width: 500px; } .f-dropdown.large { max-width: 800px; }
_includes/footer-mini.html
mrmwiebe/mrmwiebe.github.io
<footer class="center"> <div class="container measure"> <div class="clearfix flex flex-center"> <div class="md-col col-3"> <img src="/images/me.jpg" alt="Marlon Wiebe" class="circle" /> </div> <div class="md-col px2 col-9"> <p>Hit me up on twitter <a href="http://twitter.com/mr_m_wiebe">@mr_m_wiebe</a></p> </div> </div> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script src="js/jquery.fitvids.js"></script> <script src="js/lightslider.min.js"></script> <script> $(document).ready(function(){ // Target your .container, .wrapper, .post, etc. $(".video-wrapper").fitVids(); $(".lightSlider").lightSlider({ item:1, loop:false, slideMove:2, easing: 'cubic-bezier(0.25, 0, 0.25, 1)', speed:600, auto: true, loop: true, pause: 5000 }); //jQuery Scroll $(".scroll").click(function(event) { event.preventDefault(); $('html,body').animate( { scrollTop:$(this.hash).offset().top } , 1000); }); }); </script> {% if site.google_analytics %} <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', '{{ site.google_analytics }}']); _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> {% endif %}
clean/Linux-x86_64-4.09.1-2.0.6/released/8.7.0/minic/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>minic: 28 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.0 / minic - 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> minic <small> 8.7.0 <span class="label label-success">28 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-16 11:54:26 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-16 11:54:26 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.0 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 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/minic&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/MiniC&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: denotational semantics&quot; &quot;keyword: compilation&quot; &quot;category: Computer Science/Semantics and Compilation/Semantics&quot; ] authors: [ &quot;Eduardo Giménez and Emmanuel Ledinot&quot; ] bug-reports: &quot;https://github.com/coq-contribs/minic/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/minic.git&quot; synopsis: &quot;Semantics of a subset of the C language&quot; description: &quot;&quot;&quot; This contribution defines the denotational semantics of MiniC, a sub-set of the C language. This sub-set is sufficiently large to contain any program generated by lustre2C. The denotation function describing the semantics of a MiniC program actually provides an interpreter for the program.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/minic/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=072c5f22596752f3180acbb89a34c995&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-minic.8.7.0 coq.8.7.0</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-minic.8.7.0 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 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-minic.8.7.0 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>28 s</dd> </dl> <h2>Installation size</h2> <p>Total: 1 M</p> <ul> <li>192 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/MiniC/CSemantics.vo</code></li> <li>132 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/MiniC/CSemantics.glob</code></li> <li>71 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/BlockDecl.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/ListDefs.vo</code></li> <li>65 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/SimplDecl.vo</code></li> <li>59 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/Dictionary.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/MiniC/State.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/MiniC/CAbstractSyntax.vo</code></li> <li>45 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/ListDefs.glob</code></li> <li>44 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/MiniC/BasicTypes.vo</code></li> <li>44 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/SimplDecl.glob</code></li> <li>41 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/Dictionary.glob</code></li> <li>40 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/MiniC/CSemantics.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/SetOf.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/BlockDecl.glob</code></li> <li>34 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/MiniC/Memory.vo</code></li> <li>33 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/StreamDefs.glob</code></li> <li>30 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/StreamDefs.vo</code></li> <li>29 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/MiniC/Stack.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/MiniC/State.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/MiniC/BasicTypes.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/SetOf.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/MiniC/State.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/MiniC/CAbstractSyntax.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/DecisionProcedures.vo</code></li> <li>10 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/ListDefs.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/Dictionary.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/StreamDefs.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/SimplDecl.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/MiniC/BasicTypes.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/MiniC/CAbstractSyntax.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/MiniC/Memory.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/BlockDecl.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/Exceptions.vo</code></li> <li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/MiniC/Memory.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/SetOf.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/MiniC/Stack.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/Exceptions.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/Exceptions.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/MLImport.vo</code></li> <li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/DecisionProcedures.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/MiniC/Stack.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/PrettyPrint.vo</code></li> <li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/DecisionProcedures.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/PrettyPrint.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/MLImport.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/MLImport.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/MiniC/Utilitaires/PrettyPrint.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-minic.8.7.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>
assets/lib/dhtmlx/v403_pro/sources/dhtmlxForm/codebase/skins/dhtmlxform_dhx_web.css
liuhuisheng/dhtmlx_web
/* Product Name: dhtmlxSuite Version: 4.0.3 Edition: Professional License: content of this file is covered by DHTMLX Commercial or Enterprise license. Usage without proper license is prohibited. To obtain it contact sales@dhtmlx.com Copyright UAB Dinamenta http://www.dhtmlx.com */ /* skin detected, extra file: skins/dhx_web.less */ .dhxform_obj_dhx_web { font-family: Tahoma; font-size: 12px; color: #000000; float: left; line-height: normal; } .dhxform_obj_dhx_web div.dhxform_base { position: relative; float: left; margin: 0px !important; } .dhxform_obj_dhx_web div.dhxform_base_nested { padding: 0px 0px 0px 0px; clear: both; *display: inline-block; } .dhxform_obj_dhx_web.dhxform_block { clear: both; } .dhxform_obj_dhx_web div.block_dhxform_item_label_left { display: block; clear: both; *clear: none; } .dhxform_obj_dhx_web div.dhxform_label div.dhxform_label_nav_link, .dhxform_obj_dhx_web div.dhxform_label div.dhxform_label_nav_link:visited, .dhxform_obj_dhx_web div.dhxform_label div.dhxform_label_nav_link:active, .dhxform_obj_dhx_web div.dhxform_label div.dhxform_label_nav_link:hover { outline: none; text-decoration: none; color: inherit; cursor: default; overflow: hidden; white-space: nowrap; } .dhxform_obj_dhx_web div.dhxform_label div.dhxform_label_nav_link:focus { color: #0096eb; } .dhxform_obj_dhx_web div.disabled span.nav_link { color: inherit; } .dhxform_obj_dhx_web div.dhxform_img, .dhxform_obj_dhx_web div.dhxform_actv_c, .dhxform_obj_dhx_web div.dhxform_actv_r { width: 18px; height: 18px; font-size: 1px; } .dhxform_obj_dhx_web div.dhxform_img.chbx0, .dhxform_obj_dhx_web div.dhxform_img.chbx1, .dhxform_obj_dhx_web div.disabled div.dhxform_img.chbx0, .dhxform_obj_dhx_web div.disabled div.dhxform_img.chbx1, .dhxform_obj_dhx_web div.dhxform_img.rdbt0, .dhxform_obj_dhx_web div.dhxform_img.rdbt1, .dhxform_obj_dhx_web div.disabled div.dhxform_img.rdbt0, .dhxform_obj_dhx_web div.disabled div.dhxform_img.rdbt1, .dhxform_obj_dhx_web div.dhxform_actv_c.chbx0, .dhxform_obj_dhx_web div.dhxform_actv_c.chbx1, .dhxform_obj_dhx_web div.dhxform_actv_r.rdbt0, .dhxform_obj_dhx_web div.dhxform_actv_r.rdbt1 { background-image: url("../imgs/dhxform_web/dhxform_chbxrd.gif"); background-repeat: no-repeat; } .dhxform_obj_dhx_web div.dhxform_img.chbx0 { background-position: -18px 0px; } .dhxform_obj_dhx_web div.dhxform_img.chbx1 { background-position: 0px 0px; } .dhxform_obj_dhx_web div.disabled div.dhxform_img.chbx0 { background-position: -54px 0px; } .dhxform_obj_dhx_web div.disabled div.dhxform_img.chbx1 { background-position: -36px 0px; } .dhxform_obj_dhx_web div.dhxform_img.rdbt0 { background-position: -90px 0px; } .dhxform_obj_dhx_web div.dhxform_img.rdbt1 { background-position: -72px 0px; } .dhxform_obj_dhx_web div.disabled div.dhxform_img.rdbt0 { background-position: -126px 0px; } .dhxform_obj_dhx_web div.disabled div.dhxform_img.rdbt1 { background-position: -108px 0px; } .dhxform_obj_dhx_web div.dhxform_actv_c.chbx0 { background-position: -162px 0px; } .dhxform_obj_dhx_web div.dhxform_actv_c.chbx1 { background-position: -144px 0px; } .dhxform_obj_dhx_web div.dhxform_actv_r.rdbt0 { background-position: -198px 0px; } .dhxform_obj_dhx_web div.dhxform_actv_r.rdbt1 { background-position: -180px 0px; } .dhxform_obj_dhx_web div.dhxform_label { font-family: Tahoma; font-size: inherit; color: #000000; overflow-x: hidden; overflow: hidden; white-space: nowrap; } .dhxform_obj_dhx_web div.dhxform_label.dhxform_label_align_left { text-align: left; } .dhxform_obj_dhx_web div.dhxform_label.dhxform_label_align_center { text-align: center; } .dhxform_obj_dhx_web div.dhxform_label.dhxform_label_align_right { text-align: right; } .dhxform_obj_dhx_web div.disabled div.dhxform_label, .dhxform_obj_dhx_web div.disabled div.dhxform_label div.dhxform_label_nav_link, .dhxform_obj_dhx_web div.disabled div.dhxform_label span.dhxform_item_required { color: #999999; } .dhxform_obj_dhx_web div.dhxform_label span.dhxform_item_required { margin-left: 5px; color: red; } .dhxform_obj_dhx_web input.dhxform_textarea, .dhxform_obj_dhx_web textarea.dhxform_textarea { padding: 4px 4px !important; margin: 0px; font-size: 1em; } .dhxform_obj_dhx_web .dhxform_textarea { border: 1px solid #d6d6d6; font-family: Tahoma; font-size: 1em; color: black; resize: none; } .dhxform_obj_dhx_web div.disabled .dhxform_textarea { color: #999999; background-color: #ffffff; border: 1px solid #ffffff; } .dhxform_obj_dhx_web div.dhxform_control.dhxform_img_node { position: relative; } .dhxform_obj_dhx_web div.dhxform_control.dhxform_img_node .dhxform_textarea { border: 1px solid white; background-color: white; color: white; visibility: hidden; *height: 1px; *line-height: 1px; *display: inline; } .dhxform_obj_dhx_web div.dhxform_control.dhxform_img_node div.dhxform_img, .dhxform_obj_dhx_web div.dhxform_control.dhxform_img_node div.dhxform_actv_c, .dhxform_obj_dhx_web div.dhxform_control.dhxform_img_node div.dhxform_actv_r { float: none; top: 2px; left: 0px; position: absolute; margin: 0px; } .dhxform_obj_dhx_web div.dhxform_item_label_left div.dhxform_control.dhxform_img_node { margin-left: 2px; } .dhxform_obj_dhx_web div.dhxform_item_label_right div.dhxform_control.dhxform_img_node { margin-right: 0px; } .dhxform_obj_dhx_web .dhxform_select { border: 1px solid #d6d6d6; background-color: #ffffff; font-family: Tahoma; font-size: 1em; color: black; margin: 0px; padding: 3px 0px; } .dhxform_obj_dhx_web .dhxform_select option { padding-left: 2px; } .dhxform_obj_dhx_web div.disabled .dhxform_select { color: #999999; background-color: #ffffff; border: 1px solid #ffffff; } .dhxform_obj_dhx_web div.fs_dhxform_item_label_left { padding: 5px 0px 5px 0px; } .dhxform_obj_dhx_web div.fs_dhxform_item_label_left fieldset.dhxform_fs div.dhxform_base_nested.dhxform_fs_nested { margin-right: 19px; margin-left: 5px; } .dhxform_obj_dhx_web fieldset.dhxform_fs { border: 1px solid #d6d6d6; margin: 0px; padding: 5px 0px 15px 0px; clear: left; width: 100%; } .dhxform_obj_dhx_web div.disabled fieldset.dhxform_fs { border: 1px solid #ffffff; } .dhxform_obj_dhx_web fieldset.dhxform_fs legend.fs_legend { font-family: Tahoma; font-size: inherit; color: #484848; font-weight: normal; padding: 0px 4px 1px 4px; margin-left: 5px; text-align: left; } .dhxform_obj_dhx_web div.disabled fieldset.dhxform_fs legend.fs_legend { color: #999999; } .dhxform_obj_dhx_web div.dhxform_item_label_right { clear: both; padding-top: 6px; cursor: default; *float: left; *display: inline-block; } .dhxform_obj_dhx_web div.dhxform_item_label_right div.dhxform_img, .dhxform_obj_dhx_web div.dhxform_item_label_right div.dhxform_actv_c, .dhxform_obj_dhx_web div.dhxform_item_label_right div.dhxform_actv_r { float: left; margin: 0px; } .dhxform_obj_dhx_web div.dhxform_item_label_right div.dhxform_label { float: left; padding: 2px 0px 2px 0px; margin: 2px 0 2px 0px; } .dhxform_obj_dhx_web div.dhxform_item_label_right div.dhxform_control { float: left; margin-right: 3px; } .dhxform_obj_dhx_web div.dhxform_item_label_left { clear: both; padding-top: 6px; cursor: default; *float: left; *display: inline-block; } .dhxform_obj_dhx_web div.dhxform_item_label_left div.dhxform_img, .dhxform_obj_dhx_web div.dhxform_item_label_left div.dhxform_actv_c, .dhxform_obj_dhx_web div.dhxform_item_label_left div.dhxform_actv_r { float: right; margin: 0px; } .dhxform_obj_dhx_web div.dhxform_item_label_left div.dhxform_label { float: left; padding: 1px 0px 1px 0px; margin: 2px 0px 2px 0px; } .dhxform_obj_dhx_web div.dhxform_item_label_left div.dhxform_control { float: left; margin-left: 3px; } .dhxform_obj_dhx_web div.dhxform_item_label_top { clear: both; } .dhxform_obj_dhx_web div.dhxform_item_label_top div.dhxform_label { float: none; margin-bottom: 5px; margin-top: 8px; } .dhxform_obj_dhx_web div.dhxform_item_label_top div.dhxform_control { float: none; margin-left: 0px; margin-bottom: 5px; } .dhxform_obj_dhx_web div.dhxform_item_absolute { position: absolute; left: 0px; top: 0px; cursor: default; } .dhxform_obj_dhx_web div.item_absolute div.dhxform_img, .dhxform_obj_dhx_web div.item_absolute div.dhxform_actv_c, .dhxform_obj_dhx_web div.item_absolute div.dhxform_actv_r { position: absolute; } .dhxform_obj_dhx_web div.dhxform_item_absolute div.dhxform_control, .dhxform_obj_dhx_web div.dhxform_item_absolute div.dhxform_label, .dhxform_obj_dhx_web div.dhxform_item_absolute div.dhxform_control.dhxform_img_node, .dhxform_obj_dhx_web div.dhxform_item_absolute div.dhxform_txt_label2, .dhxform_obj_dhx_web div.dhxform_item_absolute div.dhxform_btn, .dhxform_obj_dhx_web div.block_item_absolute div.dhxform_block { position: absolute; } .dhxform_obj_dhx_web div.dhxform_txt_label2 { font-family: Tahoma; font-size: inherit; color: #484848; font-weight: bold; margin: 0px 3px; padding: 5px 0px; cursor: default; } .dhxform_obj_dhx_web div.disabled div.dhxform_txt_label2 { color: #333333; } .dhxform_obj_dhx_web div.dhxform_btn { font-family: Tahoma; font-size: inherit; color: #ffffff; margin: 1px 2px; background-color: #3da0e3; float: left; cursor: default; clear: both; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; } .dhxform_obj_dhx_web.dhxform_rtl div.dhxform_btn { float: right; } .dhxform_obj_dhx_web div.dhxform_btn.dhxform_btn_over { background-color: #2a8ed2; } .dhxform_obj_dhx_web div.dhxform_btn.dhxform_btn_pressed { background-color: #2589ce; } .dhxform_obj_dhx_web div.disabled div.dhxform_btn { background-color: #ffffff; } .dhxform_obj_dhx_web div.dhxform_btn div.dhxform_btn_txt { float: left; margin: 0px 17px; height: 24px; line-height: 23px; text-align: center; vertical-align: middle; overflow: hidden; white-space: nowrap; *display: inline; } .dhxform_obj_dhx_web div.disabled div.dhxform_btn div.dhxform_btn_txt { color: #999999 !important; } .dhxform_obj_dhx_web div.dhxform_btn:focus { outline: 1px dotted #000000; } .dhxform_obj_dhx_web div.dhxform_control div.dhxform_note { font-family: Tahoma; font-size: 0.8em; color: gray; padding-bottom: 3px; white-space: normal; } .dhxform_obj_dhx_web div.disabled div.dhxform_control div.dhxform_note { color: #999999; } .dhxform_obj_dhx_web div.dhxform_label span.dhxform_info { font-family: Tahoma; font-size: 0.6em; color: gray; margin-left: 3px; padding-bottom: 2px; line-height: 100%; vertical-align: middle; cursor: pointer; } .dhxform_obj_dhx_web .validate_error .dhxform_label, .dhxform_obj_dhx_web .validate_error .dhxform_textarea, .dhxform_obj_dhx_web .validate_error .dhxform_select, .dhxform_obj_dhx_web .validate_error div.dhxform_label_nav_link, .dhxform_obj_dhx_web .validate_error div.dhxform_label div.dhxform_label_nav_link:focus { color: red; } .dhxform_obj_dhx_web div.disabled .dhx_combo_box.dhx_web { border: 1px solid #ffffff; } .dhxform_obj_dhx_web div.disabled .dhx_combo_box.dhx_web .dhx_combo_input { color: #999999; background-color: #ffffff; } .dhxform_obj_dhx_web div.dhxform_item_template.dhxeditor_dhx_web div.dhx_cell_editor div.dhx_cell_cont_editor { border-left: 1px solid #d6d6d6; border-right: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; } .dhxform_obj_dhx_web div.dhxform_item_template.dhxeditor_dhx_web div.dhxcont_content_blocker { display: none; } .dhxform_obj_dhx_web div.disabled div.dhxform_item_template.dhxeditor_dhx_web div.dhxcont_content_blocker { display: inline; position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; background-color: white; opacity: 0.7; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); } .dhtmlx_skin_dhx_web div.dhtmlx_wins_body_inner .dhxform_obj_dhx_web { background-color: white; } .dhxform_obj_dhx_web div.dhxform_control .dhx_combo_box.dhx_web .dhx_combo_input, .dhx_combo_list.dhx_web_list div { font-size: 1em !important; } .dhxform_obj_dhx_web .dhx_file_uploader { position: relative; width: 100%; margin-bottom: 4px; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_controls { position: relative; width: 100%; height: 35px; font-size: 2px; overflow: hidden; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_controls div.dhx_file_uploader_button { position: absolute; width: 19px; height: 19px; top: 8px; background-image: url("../imgs/dhxform_web/dhxform_upload_buttons.gif"); background-repeat: no-repeat; font-size: 2px; cursor: pointer; overflow: hidden; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_controls div.dhx_file_uploader_button.button_info { display: none; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_controls div.dhx_file_uploader_button.button_browse { background-position: 0px 0px; right: 108px; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_controls div.dhx_file_uploader_button.button_upload { background-position: -19px 0px; right: 79px; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_controls div.dhx_file_uploader_button.button_cancel { background-position: -57px 0px; right: 79px; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_controls div.dhx_file_uploader_button.button_clear { background-position: -38px 0px; right: 50px; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_controls .dhx_uploader_input { position: absolute; left: -1000px; top: 0px; visibility: hidden; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_controls div.dhx_file_form_cont { position: absolute; width: 19px; height: 19px; left: 0px; top: 0px; cursor: pointer; overflow: hidden; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_controls div.dhx_file_form_cont form.dhx_file_form { position: absolute; top: 0px; right: 0px; cursor: pointer; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_controls div.dhx_file_form_cont form.dhx_file_form .dhx_file_input { opacity: 0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); cursor: pointer; outline: none; height: 19px; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_files { position: relative; width: 100%; left: 0px; top: 0px; overflow: auto; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_files div.dhx_file { position: relative; width: 100%; height: 25px; overflow: hidden; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_files div.dhx_file.dhx_file_added, .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_files div.dhx_file.dhx_file_uploading { color: #000000; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_files div.dhx_file.dhx_file_uploaded { color: #646464; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_files div.dhx_file.dhx_file_fail { color: #e94a4a; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_files div.dhx_file_param { position: absolute; font-family: inherit; font-size: inherit; color: inherit; top: 0px; height: 25px; line-height: 25px; vertical-align: middle; overflow: hidden; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_files div.dhx_file_param.dhx_file_name { left: 20px; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_files div.dhx_file_param.dhx_file_progress { right: 50px; width: 38px; text-align: right; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_files div.dhx_file_param.dhx_file_delete { right: 30px; width: 11px; background-image: url("../imgs/dhxform_web/dhxform_upload_buttons.gif"); background-position: -76px 0px; background-repeat: no-repeat; cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_files div.dhx_file_param.dhx_file_uploading { right: 50px; width: 38px; text-align: right; background-image: url("../imgs/dhxform_web/dhxform_upload_uploading.gif"); background-position: center center; background-repeat: no-repeat; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; } .dhxform_obj_dhx_web .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls { height: 60px; } .dhxform_obj_dhx_web .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_files { display: none; } .dhxform_obj_dhx_web .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls div.dhx_file_uploader_button.button_info { display: inline; background-image: none; font-size: 13px; height: auto; top: 0px; left: 35px; color: #a0a0a0; vertical-align: top; padding-top: 6px; line-height: 20px; cursor: default; } .dhxform_obj_dhx_web .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls div.dhx_file_uploader_button.button_browse { top: 0px; width: 54px; height: 54px; right: 35px; background-image: url("../imgs/dhxform_web/dhxform_upload_buttons.gif"); background-position: 0px -38px; background-repeat: no-repeat; } .dhxform_obj_dhx_web .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls div.dhx_file_uploader_button.button_upload, .dhxform_obj_dhx_web .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls div.dhx_file_uploader_button.button_cancel, .dhxform_obj_dhx_web .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls div.dhx_file_uploader_button.button_clear { display: none; } .dhxform_obj_dhx_web .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls div.dhx_file_form_cont { width: 54px; height: 54px; } .dhxform_obj_dhx_web .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls div.dhx_file_form_cont form.dhx_file_form .dhx_file_input { height: 54px; } .dhxform_obj_dhx_web .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_uploader_button.button_info, .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_files.dhx_uploader_dis div.dhx_file.dhx_file_added, .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_files.dhx_uploader_dis div.dhx_file.dhx_file_uploading, .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_files.dhx_uploader_dis div.dhx_file.dhx_file_uploaded, .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_files.dhx_uploader_dis div.dhx_file.dhx_file_fail { color: #999999; } .dhxform_obj_dhx_web .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_uploader_button.button_browse { background-position: -54px -38px; cursor: default; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_form_cont { display: none; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_uploader_button { cursor: default; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_uploader_button.button_browse { background-position: 0px -19px; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_uploader_button.button_upload { background-position: -19px -19px; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_uploader_button.button_cancel { background-position: -57px -19px; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_controls.dhx_uploader_dis div.dhx_file_uploader_button.button_clear { background-position: -38px -19px; } .dhxform_obj_dhx_web .dhx_file_uploader div.dhx_upload_files.dhx_uploader_dis div.dhx_file_param.dhx_file_delete { background-position: -87px 0px; cursor: default; } div.dhx_form_skin_detect { position: absolute; display: block; visibility: hidden; left: -100px; top: 0px; width: 20px; height: 10px; margin: 0px; padding: 0px; border: none; overflow: hidden; }
tools/function_refs/func_ref2.32.81.html
chivalry/filemaker.vim
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="keywords" content="get(systemdrive), get system drive, get volume name, get operating system disc" /> <meta name="description" content="Returns the drive letter (Windows) or volume name (OS X) where the currently running operating system is located." /> <!-- MOTW-DISABLED saved from url=(0014)about:internet --> <title>Get(SystemDrive)</title> <!-- MLP 012913 remove chapter specific css <link wwpage:condition="catalog-css" rel="StyleSheet" href="css/catalog.css" wwpage:attribute-href="catalog-css" type="text/css" media="all" /> --> <link rel="StyleSheet" href="../css/webworks.css" type="text/css" media="all" /> <link rel="StyleSheet" href="../css/print.css" type="text/css" media="print" /> <!--[if lt IE 7]> <link rel="StyleSheet" href="../css/ie6.css" type="text/css" media="all" /> <![endif]--> <script type="text/javascript" language="JavaScript1.2"> <!-- var WebWorksRootPath = "../"; // --> </script> </head> <body class="" style=""> <div id="navbar"> <a class="navleft" href="../index.html"><span class="navimg">FileMaker Pro 13 Help</span></a> <div class="navmarginright"></div> <a class="navright" href="toc.html">Contents</a> <a class="navright" href="func_ref2.32.82.html"><span>Next</span> &gt;</a> <a class="navright" href="func_ref2.32.80.html">&lt; <span>Previous</span></a> </div> <p id="breadcrumb"> <a href="../index.html">Home</a> &gt; <a href="part5.html#1031311">Reference</a> &gt; <a href="help_func_cat.29.1.html#1031311">Functions reference</a> &gt; <a href="func_ref2.32.1.html#1031311">Get functions</a> &gt; <b>Get(SystemDrive)</b> </p> <blockquote class="content-fmi"> <div class="fh-funchead">Get(SystemDrive)</div> <div class="fpuh-funcpurposehead">Purpose<a name="1041347"> </a></div> <div class="fpu-funcpurpose"><a name="1041348">Returns the drive letter (Windows) or volume name (OS X) where the currently running operating system is located.</a></div> <div class="ffh-funcformathead">Format<a name="1031312"> </a></div> <div class="ff-funcformat"><a name="1031313">Get(SystemDrive)</a></div> <div class="fpah-funcparamhead">Parameters<a name="1031314"> </a></div> <div class="b-body"><a name="1031315">None</a></div> <div class="frh-funcreturnhead">Data type returned<a name="1031316"> </a></div> <div class="b-body"><a name="1031317">text</a></div> <div class="orh-originhead">Originated in<a name="1050358"> </a></div> <div class="or-origin"><a name="1050359">FileMaker Pro 8.0</a></div> <div class="fdh-funcdeschead">Description<a name="1085863"> </a></div> <div class="b-body"><a name="1085864">In FileMaker WebDirect, this function is not supported and returns an empty string.</a></div> <div class="n-note"> <span class="zan-autonum">Note  </span><a name="1085865">For information on how functions evaluate differently on the host versus the client, search the FileMaker Knowledge Base available at </a><span class="h-hyperlink"><a href="http://help.filemaker.com" target="external_window">http://help.filemaker.com</a></span>.</div> <div class="feh-funcexamhead">Examples<a name="1031325"> </a></div> <div class="b-body"><a name="1031326">Returns </a><span class="o-onscreen">/C:/ </span>in Windows when the operating system is on the C: drive.</div> <div class="b-body"><a name="1031327">Returns </a><span class="o-onscreen">/DriveName/ </span>in OS X when the operating system is on a volume named DriveName.</div> <div class="rh-relatedhead">Related topics<a name="1031328"> </a></div> <div class="rt-relatedtopic"><span class="zh-hyper"><a href="help_func_cat.29.2.html#707904" name="1031332">Functions reference (category list)</a></span></div> <div class="rt-relatedtopic"><span class="zh-hyper"><a href="help_func_alpha.html#47874" name="1031336">Functions reference (alphabetical list)</a></span></div> <div class="rt-relatedtopic"><span class="zh-hyper"><a href="create_db.8.46.html#1030710" name="1031340">About formulas</a></span></div> <div class="rt-relatedtopic"><span class="zh-hyper"><a href="create_db.8.45.html#1030581" name="1031344">About functions</a></span></div> <div class="rt-relatedtopic"><span class="zh-hyper"><a href="create_db.8.20.html#1029046" name="1031348">Defining calculation fields</a></span></div> <div class="rt-relatedtopic"><span class="zh-hyper"><a href="create_db.8.47.html#1030789" name="1031352">Using operators in formulas</a></span></div> </blockquote> <div class="feedbacklink">Was this topic helpful? <a href="http://www.filemaker.com/redirects/fmp13_admin.html?page=feedback&amp;lang=en" target="external_window">Send feedback.</a></div> </body> </html>
app/views/forms/view/abs/view-abs-checkpoint.directive.html
scbd/absch.cbd.int
<div id="Record" class="record panel panel-default" > <div class="panel-heading bg-blue" ng-show="display('header')"> <h4> <span ng-bind="::document.header.schema|schemaName"></span> <span class="color-black">(<span ng-bind="::(document.header.schema|schemaShortName)"></span>)</span> </h4> </div> <div class="record-body panel-body" help schema="ViewCP" > <document-date></document-date> <div name="article17-1-a"></div> <legend ng-if="document.government || document.name">General information</legend> <div ng-show="document.government"> <label name="country">Country</label> <div class="km-value" compare-val> <a rel="noopener" ng-href="/countries/{{document.government.identifier|uppercase|encodeURIComponent}}" target="{{target}}" ng-bind="document.government|term:locale"></a> </div> </div> <div ng-show="display('title') && document.name"> <label>Name of the checkpoint</label> <div class="km-value" compare-val> <strong><span ng-bind="document.name | lstring:locale"></span></strong> </div> </div> <div ng-show="document.responsibilities || document.jurisdiction || document.jurisdictionName || document.responsibleFunctions || document.valueChainStage"> <legend name="Responsibilities">Checkpoint Responsibilities</legend> <!-- <div ng-show="document.responsibleFunctions"> <label>Responsible functions</label> <div class="km-value" compare-val> <view-terms-hierarchy ng-model="document.responsibleFunctions" locale="locale" term-domain="responsibleFunctions" on-terms-loaded="onResponsibleFunctionsTerms(terms)"></view-terms-hierarchy> </div> </div> --> <div ng-if="document.valueChainStage"> <label>Stage at which information is collected or received</label> <div compare-val> <div class="km-value" ng-bind="document.valueChainStage | term:locale"></div> </div> </div> <div ng-show="document.responsibilities"> <!--<label>Short description of responsibilities</label>--> <div compare-val="responsibilities"> <div class="km-value km-pre" ng-bind-html="document.responsibilities|lstring:locale"></div> </div> </div> <div ng-show="document.jurisdiction"> <label>Area of Jurisdiction</label> <div class="km-value" compare-val> <ul class="list"> <li><span ng-bind="document.jurisdiction|term"></span> <span ng-if="isSubNational() ||isCommunity() || isOthers()">(<span ng-bind="document.jurisdictionName | lstring:locale"></span>)</span> </li> </ul> </div> </div> <!-- <div ng-show="document.inquiryContact"> <label>Contact information for inquires related to the information gathered or the functioning of this checkpoint</label> <div compare-val="inquiryContact"> <div class="km-value" ng-repeat="contact in document.inquiryContact" > <span view-record-reference ng-model="contact" locale="locale"></span> </div> </div> </div> --> <!--<div ng-show="document.jurisdictionName"> <label ng-show="isSubNational()">Name of the sub-national jurisdiction</label> <label ng-show="isCommunity()">Name of the community jurisdiction</label> <label ng-show="isOthers()">Other jurisdiction</label> <div class="km-value">{{document.jurisdictionName | lstring:locale}}</div> </div>--> </div> <div ng-if="document.informAllAuthorities || document.contactsToInform" > <legend>Authority/ies to receive courtesy copies of checkpoint communiqués</legend> <div class="help-info" style="padding-top:10px;">The contacts indicated below will receive email copies of checkpoint communiqués containing the information collected or received and published from this checkpoint.</div> <div class="km-value" ng-show="document.informAllAuthorities"> All Competent National Authorities designated for <strong><span ng-bind="document.government|term:locale"></span></strong> have been selected to automatically receive checkpoint communiqués by email published from this checkpoint.</li> </div> <div ng-show="document.contactsToInform"> <div compare-val="contactsToInform"> <div class="km-value" ng-repeat="authority in document.contactsToInform" > <span view-record-reference ng-model="authority" locale="locale"></span> </div> </div> </div> <!--<div ng-show="document.contactsToInform" class="row"> <div ng-repeat="contact in document.contactsToInform"> <div class="col-xs-12"> <div view-record-reference ng-model="contact" locale="locale" class="well"></div> </div> </div> </div>--> <div compare-val> <div class="km-value" ng-show="!document.informAllAuthorities && !document.authoritiesToInform && !document.contactsToInform"> <span >No additional authorities have been selected to receive the automatic email copies of checkpoint communiqués published from this checkpoint. </span> </div> </div> </div> <div ng-show="document.relevantInformation||document.relevantDocuments"> <legend>Additional Information</legend> <div ng-show="document.relevantInformation"> <div compare-val="relevantInformation"> <div class="km-value" ng-bind-html="document.relevantInformation | lstring:locale"></div> </div> </div> <div ng-show="document.relevantDocuments"> <label>Other relevant links or attached documents</label> <div class="km-value" compare-val="relevantDocuments"> <km-link-list ng-model="document.relevantDocuments"></km-link-list> </div> </div> </div> <div> <view-referenced-records ng-model="document.header.identifier"></view-referenced-records> </div> </div> <div document-metadata class="panel-footer"></div> </div>
docs/classes/_main_.validator.validatordate.html
pascalsystem/multivalidator-ts
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>ValidatorDate | MultiValidator TypeScript PascalSystem</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> <script src="../assets/js/modernizr.js"></script> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">MultiValidator TypeScript PascalSystem</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Externals</label> <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../globals.html">Globals</a> </li> <li> <a href="../modules/_main_.html">&quot;main&quot;</a> </li> <li> <a href="../modules/_main_.validator.html">Validator</a> </li> <li> <a href="_main_.validator.validatordate.html">ValidatorDate</a> </li> </ul> <h1>Class ValidatorDate</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-comment"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Validator date object</p> </div> </div> </section> <section class="tsd-panel tsd-hierarchy"> <h3>Hierarchy</h3> <ul class="tsd-hierarchy"> <li> <a href="_main_.validator.validatorabstract.html" class="tsd-signature-type">ValidatorAbstract</a> <ul class="tsd-hierarchy"> <li> <span class="target">ValidatorDate</span> </li> </ul> </li> </ul> </section> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section tsd-is-inherited"> <h3>Constructors</h3> <ul class="tsd-index-list"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="_main_.validator.validatordate.html#constructor" class="tsd-kind-icon">constructor</a></li> </ul> </section> <section class="tsd-index-section "> <h3>Properties</h3> <ul class="tsd-index-list"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><a href="_main_.validator.validatordate.html#error_value_is_date_object" class="tsd-kind-icon">ERROR_<wbr>VALUE_<wbr>IS_<wbr>DATE_<wbr>OBJECT</a></li> </ul> </section> <section class="tsd-index-section "> <h3>Methods</h3> <ul class="tsd-index-list"> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_main_.validator.validatordate.html#valid" class="tsd-kind-icon">valid</a></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="_main_.validator.validatordate.html#validvalue" class="tsd-kind-icon">valid<wbr>Value</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-inherited"> <h2>Constructors</h2> <section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"> <a name="constructor" class="tsd-anchor"></a> <h3>constructor</h3> <ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"> <li class="tsd-signature tsd-kind-icon">new <wbr>Validator<wbr>Date<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">: </span><a href="../interfaces/_main_.validator.validatoroptions.html" class="tsd-signature-type">ValidatorOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_main_.validator.validatordate.html" class="tsd-signature-type">ValidatorDate</a></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <p>Inherited from <a href="_main_.validator.validatorabstract.html">ValidatorAbstract</a>.<a href="_main_.validator.validatorabstract.html#constructor">constructor</a></p> <ul> <li>Defined in main.ts:508</li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>options: <a href="../interfaces/_main_.validator.validatoroptions.html" class="tsd-signature-type">ValidatorOptions</a></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <a href="_main_.validator.validatordate.html" class="tsd-signature-type">ValidatorDate</a></h4> </li> </ul> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Properties</h2> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-static"> <a name="error_value_is_date_object" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagStatic">Static</span> ERROR_<wbr>VALUE_<wbr>IS_<wbr>DATE_<wbr>OBJECT</h3> <div class="tsd-signature tsd-kind-icon">ERROR_<wbr>VALUE_<wbr>IS_<wbr>DATE_<wbr>OBJECT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> <li>Defined in main.ts:835</li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Error code for value is not string</p> </div> </div> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Methods</h2> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"> <a name="valid" class="tsd-anchor"></a> <h3>valid</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited"> <li class="tsd-signature tsd-kind-icon">valid<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, cb<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <p>Inherited from <a href="_main_.validator.validatorabstract.html">ValidatorAbstract</a>.<a href="_main_.validator.validatorabstract.html#valid">valid</a></p> <ul> <li>Defined in main.ts:517</li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Valid value</p> </div> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>value: <span class="tsd-signature-type">any</span></h5> </li> <li> <h5>cb: <span class="tsd-signature-type">function</span></h5> <ul class="tsd-parameters"> <li class="tsd-parameter-siganture"> <ul class="tsd-signatures tsd-kind-type-literal tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>err<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span>, res<span class="tsd-signature-symbol">: </span><a href="_main_.validator.result.html" class="tsd-signature-type">Result</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>err: <span class="tsd-signature-type">Error</span></h5> </li> <li> <h5>res: <a href="_main_.validator.result.html" class="tsd-signature-type">Result</a></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> </li> </ul> </li> </ul> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"> <a name="validvalue" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagProtected">Protected</span> valid<wbr>Value</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"> <li class="tsd-signature tsd-kind-icon">valid<wbr>Value<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, cb<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <p>Overwrites <a href="_main_.validator.validatorabstract.html">ValidatorAbstract</a>.<a href="_main_.validator.validatorabstract.html#validvalue">validValue</a></p> <ul> <li>Defined in main.ts:839</li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Valid value and get result object</p> </div> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>value: <span class="tsd-signature-type">any</span></h5> </li> <li> <h5>cb: <span class="tsd-signature-type">function</span></h5> <ul class="tsd-parameters"> <li class="tsd-parameter-siganture"> <ul class="tsd-signatures tsd-kind-type-literal tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>err<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span>, res<span class="tsd-signature-symbol">: </span><a href="_main_.validator.result.html" class="tsd-signature-type">Result</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>err: <span class="tsd-signature-type">Error</span></h5> </li> <li> <h5>res: <a href="_main_.validator.result.html" class="tsd-signature-type">Result</a></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> </li> </ul> </li> </ul> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> </li> </ul> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../globals.html"><em>Globals</em></a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-class tsd-parent-kind-module"> <a href="_main_.validator.result.html" class="tsd-kind-icon">Result</a> </li> <li class=" tsd-kind-class tsd-parent-kind-module"> <a href="_main_.validator.validatorabstract.html" class="tsd-kind-icon">Validator<wbr>Abstract</a> </li> <li class=" tsd-kind-class tsd-parent-kind-module"> <a href="_main_.validator.validatorcleanstring.html" class="tsd-kind-icon">Validator<wbr>Clean<wbr>String</a> </li> </ul> <ul class="current"> <li class="current tsd-kind-class tsd-parent-kind-module"> <a href="_main_.validator.validatordate.html" class="tsd-kind-icon">Validator<wbr>Date</a> <ul> <li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"> <a href="_main_.validator.validatordate.html#constructor" class="tsd-kind-icon">constructor</a> </li> <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-static"> <a href="_main_.validator.validatordate.html#error_value_is_date_object" class="tsd-kind-icon">ERROR_<wbr>VALUE_<wbr>IS_<wbr>DATE_<wbr>OBJECT</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited"> <a href="_main_.validator.validatordate.html#valid" class="tsd-kind-icon">valid</a> </li> <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"> <a href="_main_.validator.validatordate.html#validvalue" class="tsd-kind-icon">valid<wbr>Value</a> </li> </ul> </li> </ul> <ul class="after-current"> <li class=" tsd-kind-class tsd-parent-kind-module"> <a href="_main_.validator.validatoremail.html" class="tsd-kind-icon">Validator<wbr>Email</a> </li> <li class=" tsd-kind-class tsd-parent-kind-module"> <a href="_main_.validator.validatorinteger.html" class="tsd-kind-icon">Validator<wbr>Integer</a> </li> <li class=" tsd-kind-class tsd-parent-kind-module"> <a href="_main_.validator.validatornumber.html" class="tsd-kind-icon">Validator<wbr>Number</a> </li> <li class=" tsd-kind-class tsd-parent-kind-module"> <a href="_main_.validator.validatorregexp.html" class="tsd-kind-icon">Validator<wbr>Reg<wbr>Exp</a> </li> <li class=" tsd-kind-class tsd-parent-kind-module"> <a href="_main_.validator.validatorstring.html" class="tsd-kind-icon">Validator<wbr>String</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-module"> <a href="../interfaces/_main_.validator.resultitem.html" class="tsd-kind-icon">Result<wbr>Item</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-module"> <a href="../interfaces/_main_.validator.validatorcleanstringoptions.html" class="tsd-kind-icon">Validator<wbr>Clean<wbr>String<wbr>Options</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-module"> <a href="../interfaces/_main_.validator.validatoremailoptions.html" class="tsd-kind-icon">Validator<wbr>Email<wbr>Options</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-module"> <a href="../interfaces/_main_.validator.validatornumberoptions.html" class="tsd-kind-icon">Validator<wbr>Number<wbr>Options</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-module"> <a href="../interfaces/_main_.validator.validatoroptions.html" class="tsd-kind-icon">Validator<wbr>Options</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-module"> <a href="../interfaces/_main_.validator.validatorregexpoptions.html" class="tsd-kind-icon">Validator<wbr>Reg<wbr>Exp<wbr>Options</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-module"> <a href="../interfaces/_main_.validator.validatorstringoptions.html" class="tsd-kind-icon">Validator<wbr>String<wbr>Options</a> </li> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="http://typedoc.io" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>
client/bar/barChart.css
Holyshatots/network-dashboard
.barChart rect:hover { fill: orange; }
install/modules/index/views/install.css
goragod/GCMS
body { background-color: #f9f9f9; font-size: 16px; color: #333333; font-family: "Athiti", Tahoma, Loma; } .wrapper { -moz-border-radius: 11px; -webkit-border-radius: 11px; border-radius: 11px; background-color: #ffffff; border: 1px solid #dfdfdf; margin: 2em auto; padding: 1em 2em; width: 800px; max-width: 85%; } h1 { font-size: 250%; text-shadow: 1px 1px 5px #666; } h2 { color: #999; display: block; border-bottom: 1px solid #bbbbbb; padding-bottom: 5px; } body p { margin: 10px 0; } .correct { background: transparent url(img/valid.png) 0 50% no-repeat; color: #093; padding-left: 20px; } .incorrect { background: transparent url(img/invalid.png) 0 50% no-repeat; color: #f00; padding-left: 20px; } ul { padding: 0; list-style-type: none; } ol { padding: 0 0 0 20px; } li { line-height: 1.8em; } ul>li { border-bottom: 1px dashed #ddd; } div.footer { text-align: center; color: #999; margin-top: 10px; padding: 1em 2em 0 2em; border-top: solid 1px #ddd; } div.footer a { color: #999; }
samples/browser/index.html
ajlopez/PLangRe
<html> <head> <title>Plangre Demo</title> <script src="../../js/plangre.js"></script> </head> <body> <h1>Plangre Demo</h1> <pre id='result'> unknown </pre> <textarea id='code' style='width: 80%; height: 80%'> </textarea> </body> <script> var code = document.getElementById('code'); var result = document.getElementById('result'); var lasttext = ''; function analyze() { var text = code.value; if (lasttext == text) { setTimeout(analyze, 1000); return; } lasttext = text; var language = plangre.analyze(text); if (!language) language = 'unknown'; result.innerHTML = language; setTimeout(analyze, 1000); } setTimeout(analyze, 1000); </script> </html>
css/mobile.css
rore/rore.github.com
.sidebar { position: inherit; width: inherit; margin: 0; padding: 25px; } .sidebar img { display: none; } .sidebar .name { display: inline; } .sidebar .name #fname, .sidebar .name #lname { font-size: 25px; } .sidebar .meta { display: none; } .sidebar ul { padding: 25px; } .sidebar li { display: inline; } .sidebar .sections { margin: 0; } .sidebar .sections a { font-size: 16px; margin: 0 20px 0 0; padding: 5px 10px; } .content { margin: 0; padding: 5px 25px; width: inherit; } .footer { margin: 0; padding: 5px 25px; width: inherit; } .content h1 { margin: 0 0 5px 0; }
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/34b66c84d5709860dec8b0c6f86084ca9fd2815373975f3d232ea5b0e422dca2.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="./dc5735eaf18f773058eb312bd435f9a909ffc1689f5df53f08faccd2b93079ae.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>
templates/show_canceladas.html
Knowsions/i48
{% extends "layout.html" %} {% block body %} {% if session.logged_in %} <!-- START DATATABLE--> <div class="row"> <div class="col-lg-12"> <div class="panel panel-default"> <div class="panel-body"> <div id="datatable1_wrapper" class="dataTables_wrapper form-inline no-footer"> <div class="row"> <div class="col-xs-6"> <div class="dataTables_length" id="datatable1_length"> <label> <select name="datatable1_length" aria-controls="datatable1" class="form-control input-sm"> <option value="10">10</option> <option value="25">25</option> <option value="50">50</option> <option value="100">100</option> </select> por pagina </label> </div> </div> <div class="col-xs-6"> <div id="datatable1_filter" class="dataTables_filter"> <label>Buscar:<input type="search" class="form-control input-sm" placeholder="" aria-controls="datatable1"></label> </div> </div> </div> <div class="table-responsive"> <div class="row"> <div class="col-lg-12"> <table class="table"> <thead> <tr> <!--<th>id_poliza</th>--> <th>Poliza</th> <th>Vence</th> <th>Costo renovación</th> <th>Cliente</th> <!--<th>telefono</th>--> <!--<th>correo</th>--> <!--<th>direccion</th>--> <!--<th>estatus</th>--> </tr> </thead> <tbody> {% for current in canceladas %} <!--<form action="{{ url_for('update_pagada') }}" method="post" >--> <tr class="danger"> <!--<td>{{ current.id_poliza }}</td>--> <td>{{ current.no_poliza }}</td> <td>{{ current.fecha_vencimiento }}</td> <td>${{ current.costo_renovacion }}</td> <td>{{ current.nombre_cliente }}</td> <!--<td>{{ current.telefono }}</td>--> <!--<td>{{ current.correo }}</td>--> <!--<td>{{ current.direccion }}</td>--> <!--<td>{{ current.estatus }}</td>--> <!--</form>--> {% endfor %} </tbody> </table> </div> </div> </div> </div> </div> </div> </div> </div> {% endif %} {% endblock %}
src/ui/components/Application/styles.css
burning-duck/twibral
/** Reset html */ :global(html) { all: initial; height: 100%; } /** Reset body */ :global body { all: initial; background-color: black; color: white; font-family: monospace; } .root { }
all-data/8000-8999/8918-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>條目&nbsp;</b></th><td class="std2">逐鹿中原</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄓㄨ<sup class="subfont">ˊ</sup> ㄌㄨ<sup class="subfont">ˋ</sup> ㄓㄨㄥ ㄩㄢ<sup class="subfont">ˊ</sup></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">zhú lù zhōng yuán</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">比喻爭奪天下。兒女英雄傳˙緣起首回:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>暴秦無道,群雄併起,逐鹿中原。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</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>
doc/roulette/wheel/package-tree.html
2d6/roulette
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_75) on Wed Apr 01 17:01:07 CEST 2015 --> <title>roulette.wheel Class Hierarchy</title> <meta name="date" content="2015-04-01"> <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="roulette.wheel Class Hierarchy"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</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="../../roulette/table/package-tree.html">Prev</a></li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../index.html?roulette/wheel/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.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 class="title">Hierarchy For Package roulette.wheel</h1> <span class="strong">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.Object <ul> <li type="circle">roulette.wheel.<a href="../../roulette/wheel/NonRandomTest.html" title="class in roulette.wheel"><span class="strong">NonRandomTest</span></a></li> <li type="circle">java.util.Random (implements java.io.Serializable) <ul> <li type="circle">roulette.wheel.<a href="../../roulette/wheel/NonRandom.html" title="class in roulette.wheel"><span class="strong">NonRandom</span></a></li> </ul> </li> <li type="circle">roulette.wheel.<a href="../../roulette/wheel/Wheel.html" title="class in roulette.wheel"><span class="strong">Wheel</span></a></li> <li type="circle">roulette.wheel.<a href="../../roulette/wheel/WheelTest.html" title="class in roulette.wheel"><span class="strong">WheelTest</span></a></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>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</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="../../roulette/table/package-tree.html">Prev</a></li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../index.html?roulette/wheel/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.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>
public/fonts/css/fontello-codes.css
jorgearanda/fish
.icon-fish:before { content: '\e800'; } /* '' */ .icon-spin:before { content: '\e801'; } /* '' */ .icon-download:before { content: '\e802'; } /* '' */ .icon-waves:before { content: '\e803'; } /* '' */ .icon-waves-outline:before { content: '\e804'; } /* '' */ .icon-lighthouse:before { content: '\e805'; } /* '' */ .icon-ship:before { content: '\e806'; } /* '' */ .icon-fish-hook:before { content: '\e807'; } /* '' */ .icon-pause:before { content: '\e808'; } /* '' */ .icon-play:before { content: '\e809'; } /* '' */
tags/overfitting/index.html
vunb/vunb.github.io
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="generator" content="Source Themes Academic 4.3.1"> <meta name="author" content="Vu Bao Nhu"> <meta name="description" content="Technology Enthusiast, AI/IOT Leader"> <link rel="alternate" hreflang="en-us" href="/tags/overfitting/"> <meta name="theme-color" content="#2962ff"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.0/css/all.css" integrity="sha384-aOkxzJ5uQz7WBObEZcHvV5JvRW3TUc2rNPA7pe3AwnsUohiw1Vj2Rgx2KSOkF5+h" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css" integrity="sha256-ygkqlh3CYSUri3LhQxzdcm0n1EQvH2Y+U5S2idbLtxs=" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/github.min.css" crossorigin="anonymous" title="hl-light"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/dracula.min.css" crossorigin="anonymous" title="hl-dark" disabled> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,400italic,700|Roboto+Mono&display=swap"> <link rel="stylesheet" href="/css/academic.min.3834c081887e44130d565828d71a7178.css"> <script> window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; ga('create', 'UA-48010057-5', 'auto'); ga('require', 'eventTracker'); ga('require', 'outboundLinkTracker'); ga('require', 'urlChangeTracker'); ga('send', 'pageview'); </script> <script async src="//www.google-analytics.com/analytics.js"></script> <script async src="https://cdnjs.cloudflare.com/ajax/libs/autotrack/2.4.1/autotrack.js" integrity="sha512-HUmooslVKj4m6OBu0OgzjXXr+QuFYy/k7eLI5jdeEy/F4RSgMn6XRWRGkFi5IFaFgy7uFTkegp3Z0XnJf3Jq+g==" crossorigin="anonymous"></script> <link rel="alternate" href="/tags/overfitting/index.xml" type="application/rss+xml" title="&lt;Vunb /&gt;"> <link rel="feed" href="/tags/overfitting/index.xml" type="application/rss+xml" title="&lt;Vunb /&gt;"> <link rel="manifest" href="/site.webmanifest"> <link rel="icon" type="image/png" href="/img/icon.png"> <link rel="apple-touch-icon" type="image/png" href="/img/icon-192.png"> <link rel="canonical" href="/tags/overfitting/"> <meta property="twitter:card" content="summary"> <meta property="og:site_name" content="&lt;Vunb /&gt;"> <meta property="og:url" content="/tags/overfitting/"> <meta property="og:title" content="Overfitting | &lt;Vunb /&gt;"> <meta property="og:description" content="Technology Enthusiast, AI/IOT Leader"><meta property="og:image" content="/img/icon-192.png"> <meta property="twitter:image" content="/img/icon-192.png"><meta property="og:locale" content="en-us"> <meta property="og:updated_time" content="2017-07-01T00:00:00&#43;00:00"> <title>Overfitting | &lt;Vunb /&gt;</title> </head> <body id="top" data-spy="scroll" data-target="#TableOfContents" data-offset="71" > <aside class="search-results" id="search"> <div class="container"> <section class="search-header"> <div class="row no-gutters justify-content-between mb-3"> <div class="col-6"> <h1>Search</h1> </div> <div class="col-6 col-search-close"> <a class="js-search" href="#"><i class="fas fa-times-circle text-muted" aria-hidden="true"></i></a> </div> </div> <div id="search-box"> <input name="q" id="search-query" placeholder="Search..." autocapitalize="off" autocomplete="off" autocorrect="off" role="textbox" spellcheck="false" type="search"> </div> </section> <section class="section-search-results"> <div id="search-hits"> </div> </section> </div> </aside> <nav class="navbar navbar-light fixed-top navbar-expand-lg py-0" id="navbar-main"> <div class="container"> <a class="navbar-brand" href="/">&lt;Vunb /&gt;</a> <button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation"> <span><i class="fas fa-bars"></i></span> </button> <div class="collapse navbar-collapse" id="navbar"> <ul class="navbar-nav mr-auto"> <li class="nav-item"> <a class="nav-link " href="/#about"><span>Home</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/#posts"><span>Posts</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/#projects"><span>Projects</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/tutorials/"><span>Tutorials</span></a> </li> <li class="nav-item"> <a class="nav-link " href="/#contact"><span>Contact</span></a> </li> </ul> <ul class="navbar-nav ml-auto"> <li class="nav-item"> <a class="nav-link js-search" href="#"><i class="fas fa-search" aria-hidden="true"></i></a> </li> <li class="nav-item"> <a class="nav-link js-dark-toggle" href="#"><i class="fas fa-moon" aria-hidden="true"></i></a> </li> </ul> </div> </div> </nav> <div class="universal-wrapper pt-3"> <h1 itemprop="name">Overfitting</h1> </div> <div class="universal-wrapper"> <div> <h2><a href="/post/2017/07/01/mot-so-phuong-phap-lam-giam-overfitting/">Một số phương pháp làm giảm hiện tượng Overfitting</a></h2> <div class="article-style"> Một số các phương pháp làm giảm hiện tượng quá khớp trong quá trình huấn luyện mạng nơ-ron. Weight-decay: &hellip; Weight-sharing: &hellip; Early stopping Model averaging Bayesian fitting of neural nets Dropout Generative pre-training Etc </div> </div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.4/imagesloaded.pkgd.min.js" integrity="sha256-lqvxZrPLtfffUl2G/e7szqSvPBILGbwmsGE1MKlOi0Q=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js" integrity="sha256-CBrpuqrMhXwcLLUd5tvQ4euBHCdh7wGlDfNz8vbu/iI=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.js" integrity="sha256-X5PoE3KU5l+JcX+w09p/wHl9AzK333C4hJ2I9S5mD4M=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/highlight.min.js" integrity="sha256-aYTdUrn6Ow1DDgh5JTc3aDGnnju48y/1c8s1dgkYPQ8=" crossorigin="anonymous"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/languages/typescript.min.js"></script> <script id="dsq-count-scr" src="//vunb.disqus.com/count.js" async></script> <script>hljs.initHighlightingOnLoad();</script> <script> const search_index_filename = "/index.json"; const i18n = { 'placeholder': "Search...", 'results': "results found", 'no_results': "No results found" }; const content_type = { 'post': "Posts", 'project': "Projects", 'publication' : "Publications", 'talk' : "Talks" }; </script> <script id="search-hit-fuse-template" type="text/x-template"> <div class="search-hit" id="summary-{{key}}"> <div class="search-hit-content"> <div class="search-hit-name"> <a href="{{relpermalink}}">{{title}}</a> <div class="article-metadata search-hit-type">{{type}}</div> <p class="search-hit-description">{{snippet}}</p> </div> </div> </div> </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.1/fuse.min.js" integrity="sha256-VzgmKYmhsGNNN4Ph1kMW+BjoYJM2jV5i4IlFoeZA9XI=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js" integrity="sha256-4HLtjeVgH0eIB3aZ9mLYF6E8oU5chNdjU6p6rrXpl9U=" crossorigin="anonymous"></script> <script src="/js/academic.min.ca0e40ebabb6e907b6181e1e038ecbf1.js"></script> <div class="container"> <footer class="site-footer"> <p class="powered-by"> Vunb &copy; 2019 &middot; Powered by the <a href="https://sourcethemes.com/academic/" target="_blank" rel="noopener">Academic theme</a> for <a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a>. <span class="float-right" aria-hidden="true"> <a href="#" id="back_to_top"> <span class="button_icon"> <i class="fas fa-chevron-up fa-2x"></i> </span> </a> </span> </p> </footer> </div> <div id="modal" class="modal fade" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title">Cite</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <pre><code class="tex hljs"></code></pre> </div> <div class="modal-footer"> <a class="btn btn-outline-primary my-1 js-copy-cite" href="#" target="_blank"> <i class="fas fa-copy"></i> Copy </a> <a class="btn btn-outline-primary my-1 js-download-cite" href="#" target="_blank"> <i class="fas fa-download"></i> Download </a> <div id="modal-error"></div> </div> </div> </div> </div> </body> </html>
backend/index.html
liukaijv/lnode-blog
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="renderer" content="webkit"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title><%= htmlWebpackPlugin.options.title %></title> </head> <body class="skin-blue sidebar-mini sidebar-collapse"> <div id="app"> </div> </body> </html>
alternet-libs/tools/apidocs/overview-summary.html
alternet/alternet.github.io
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="fr"> <head> <!-- Generated by javadoc (1.8.0_172) on Sat Jan 18 18:09:25 CET 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Overview (Alternet Tools 1.0 API)</title> <meta name="date" content="2020-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="Overview (Alternet Tools 1.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li class="navBarCell1Rev">Overview</li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="overview-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-all.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?overview-summary.html" target="_top">Frames</a></li> <li><a href="overview-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="allclasses-noframe.html">All&nbsp;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 class="title">Alternet Tools 1.0 API</h1> </div> <div class="contentContainer"> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages, and an explanation"> <caption><span>Packages</span><span class="tabEnd">&nbsp;</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="ml/alternet/concurrent/package-summary.html">ml.alternet.concurrent</a></td> <td class="colLast"> <div class="block">Manages locks and mutexes based on String ID.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="ml/alternet/discover/package-summary.html">ml.alternet.discover</a></td> <td class="colLast"> <div class="block">A service locator implementation.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="ml/alternet/discover/gen/package-summary.html">ml.alternet.discover.gen</a></td> <td class="colLast"> <div class="block">Generates files and classes from annotation</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="ml/alternet/encode/package-summary.html">ml.alternet.encode</a></td> <td class="colLast"> <div class="block">Binary encoders.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="ml/alternet/facet/package-summary.html">ml.alternet.facet</a></td> <td class="colLast"> <div class="block">General purpose facets for classes.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="ml/alternet/io/package-summary.html">ml.alternet.io</a></td> <td class="colLast"> <div class="block">Low-level I/O utilities.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="ml/alternet/misc/package-summary.html">ml.alternet.misc</a></td> <td class="colLast"> <div class="block">Misc classes.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="ml/alternet/properties/package-summary.html">ml.alternet.properties</a></td> <td class="colLast"> <div class="block">Allow to generates classes from a property file, and allow to populate them.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="ml/alternet/util/package-summary.html">ml.alternet.util</a></td> <td class="colLast"> <div class="block">General purpose utilities.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="ml/alternet/web/package-summary.html">ml.alternet.web</a></td> <td class="colLast"> <div class="block">About Web environments.</div> </td> </tr> </tbody> </table> </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 class="navBarCell1Rev">Overview</li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="overview-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-all.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?overview-summary.html" target="_top">Frames</a></li> <li><a href="overview-summary.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="allclasses-noframe.html">All&nbsp;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 &#169; 2020 <a href="http://alternet.github.io">Alternet</a>. All rights reserved.</small></p> </body> </html>
css/main.css
Mouria/1617.webd2
/* niet plakken aan navi */ .first_wrapper { padding-top:120px; } /* overlay voor de foto's */ .image { display: block; width: 100%; height: auto; } .overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 0; transition: .5s ease; background-color: #008CBA; } .container:hover .overlay { opacity: 1; } .text { color: white; font-size: 20px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); } /* footer css */ .social_icons { height: auto; width: 40px; margin: 15px; } /* geen streepjes tussen icoon */ a { text-decoration: none; } footer { font-size: 12px; color: #008CBA; text-align: center; } .footerlinks { text-decoration: none; color: #008CBA; } .onderaanboord { border-bottom: 4px solid #008CBA; } /* formulier*/ #frmRegistration{ width:480px; margin:0 auto; font-family: 'Roboto', sans-serif; font-size:16px; } #frmRegistration *{ box-sizing: border-box; } #frmRegistration header{ text-align: center; color:white; } #frmRegistration fieldset { margin:0 0 15px; background:#222; border:1px solid #333; } #frmRegistration legend{ display:none; } .frm-field { position:relative; display: block; margin: 0 0 15px; } .frm-field label{ display:block; color:white; margin:0 0 5px; } .frm-field input { display: block; padding: 5px 35px 5px 10px; width: 100%; background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.2); box-shadow: 4px 6px 10px -4px rgba(0, 0, 0, 0.3) inset, 0px 1px 1px -1px rgba(255, 255, 255, 0.3); outline: medium none; border: 1px solid #000; border-radius: 5px; font-family: 'Roboto', sans-serif; font-size: 16px; color: white; opacity:0.62; } .frm-field input:focus { opacity:1; } .frm-field span.fa { position:absolute; right:0; bottom:0; height:32px; width:32px; line-height:32px; text-align: center; color:white; border-left:1px solid #000; } #frmRegistration button { width:100%; margin:0; padding: 15px 25px; outline: medium none; background:#28D2DE; box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.7); border:none; border-bottom:4px solid #1a878f; border-radius: 5px; font-family: 'Roboto', sans-serif; font-size: 16px; color: #FFF; text-transform: uppercase; text-shadow: 0px 1px 2px #000; opacity:0.66; transition: opacity 320ms ease-in 0s; } #frmRegistration button:hover, #frmRegistration button:focus{ opacity:1; transition: opacity 320ms ease-in 0s; } #frmRegistration button:active{ opacity:0.26; transition: opacity 320ms ease-in 0s; } /* extra nav */
src/assets/css/vacancies.css
VS-work/vs-website
vacancies { display: block; overflow: hidden; margin-bottom: -30px; } vacancy-preview { display: block; } .vacancies-link:hover { text-decoration: none; } .vacancies-link:hover .vacancy-preview__link { text-decoration: underline; transition: all .3s; } .vacancies-link:hover .vacancy-rectangle { background-color: #eef5f9; transition: all .3s; } .vacancy-rectangle { width: 325px; max-width: 100%; height: 105px; background-color: #fafcfd; border: 1px solid #babfc4; border-left: 3px solid #55555c; border-radius: 4px; margin-bottom: 30px; transition: all .3s; } .vacancy-preview__title { color: #1d1d2b; font-size: 18px; font-weight: 400; line-height: 28px; margin-bottom: 0; } .vacancy-data-container { margin-left: 30px; display: flex; flex-direction: column; text-align: left; align-content: center; justify-content: center; height: 100%; } .vacancy-preview__link { color: #cd151e; font-size: 16px; font-weight: 300; line-height: 30px; margin: 0; } @media (max-width: 768px) { .vacancy-rectangle { width: auto; max-width: 100%; } .vacancy-item:last-child .vacancy-rectangle{ margin-bottom: 0; } vacancies { margin-bottom: 0; } }
docs/s3/vita.modules.s3.s3widgets.S3LocationSelectorWidget-class.html
ptressel/sahana-eden-madpub
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>vita.modules.s3.s3widgets.S3LocationSelectorWidget</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js"></script> </head> <body bgcolor="white" text="black" link="blue" vlink="#204080" alink="#204080"> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="vita.modules.s3-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" >S3</th> </tr></table></th> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="100%"> <span class="breadcrumbs"> Package&nbsp;vita :: Package&nbsp;modules :: <a href="vita.modules.s3-module.html">Package&nbsp;s3</a> :: <a href="vita.modules.s3.s3widgets-module.html">Module&nbsp;s3widgets</a> :: Class&nbsp;S3LocationSelectorWidget </span> </td> <td> <table cellpadding="0" cellspacing="0"> <!-- hide/show private --> <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr> <tr><td align="right"><span class="options" >[<a href="frames.html" target="_top">frames</a >]&nbsp;|&nbsp;<a href="vita.modules.s3.s3widgets.S3LocationSelectorWidget-class.html" target="_top">no&nbsp;frames</a>]</span></td></tr> </table> </td> </tr> </table> <!-- ==================== CLASS DESCRIPTION ==================== --> <h1 class="epydoc">Class S3LocationSelectorWidget</h1><p class="nomargin-top"><span class="codelink"><a href="vita.modules.s3.s3widgets-pysrc.html#S3LocationSelectorWidget">source&nbsp;code</a></span></p> <pre class="base-tree"> ??-80 --+ | <strong class="uidshort">S3LocationSelectorWidget</strong> </pre> <hr /> <p>Renders a gis_location SELECT as a hierarchical dropdown with the ability to add a new location from within the main form</p> <ul> <li> new location can be specified as: <ul> <li> a simple name (hopefully within hierarchy) </li> <li> manual Lat/Lon entry (with optional GPS Coordinate Converter) </li> <li> Geocoder lookup </li> <li> Select location from Map </li> </ul> </li> </ul> <hr /> <div class="fields"> <p><strong>Author:</strong> Fran Boon (fran@aidiq.com) </p> <p><strong>To Do:</strong> This is a work-in-progress </p> <p><strong>See Also:</strong> http://eden.sahanafoundation.org/wiki/BluePrintGISLocationSelector </p> </div><!-- ==================== INSTANCE METHODS ==================== --> <a name="section-InstanceMethods"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Instance Methods</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-InstanceMethods" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="vita.modules.s3.s3widgets.S3LocationSelectorWidget-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">db</span>, <span class="summary-sig-arg">gis</span>, <span class="summary-sig-arg">deployment_settings</span>, <span class="summary-sig-arg">request</span>, <span class="summary-sig-arg">response</span>, <span class="summary-sig-arg">T</span>)</span></td> <td align="right" valign="top"> <span class="codelink"><a href="vita.modules.s3.s3widgets-pysrc.html#S3LocationSelectorWidget.__init__">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="vita.modules.s3.s3widgets.S3LocationSelectorWidget-class.html#__call__" class="summary-sig-name">__call__</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">field</span>, <span class="summary-sig-arg">value</span>, <span class="summary-sig-arg">**attributes</span>)</span></td> <td align="right" valign="top"> <span class="codelink"><a href="vita.modules.s3.s3widgets-pysrc.html#S3LocationSelectorWidget.__call__">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> </table> <!-- ==================== METHOD DETAILS ==================== --> <a name="section-MethodDetails"></a> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Method Details</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-MethodDetails" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> </table> <a name="__init__"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>, <span class="sig-arg">db</span>, <span class="sig-arg">gis</span>, <span class="sig-arg">deployment_settings</span>, <span class="sig-arg">request</span>, <span class="sig-arg">response</span>, <span class="sig-arg">T</span>)</span> <br /><em class="fname">(Constructor)</em> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="vita.modules.s3.s3widgets-pysrc.html#S3LocationSelectorWidget.__init__">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <dl class="fields"> </dl> </td></tr></table> </div> <a name="__call__"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">__call__</span>(<span class="sig-arg">self</span>, <span class="sig-arg">field</span>, <span class="sig-arg">value</span>, <span class="sig-arg">**attributes</span>)</span> <br /><em class="fname">(Call operator)</em> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="vita.modules.s3.s3widgets-pysrc.html#S3LocationSelectorWidget.__call__">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <dl class="fields"> </dl> </td></tr></table> </div> <br /> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="vita.modules.s3-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" >S3</th> </tr></table></th> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer"> Generated by Epydoc 3.0.1 on Mon Jan 17 00:32:29 2011 </td> <td align="right" class="footer"> <a target="mainFrame" href="http://epydoc.sourceforge.net" >http://epydoc.sourceforge.net</a> </td> </tr> </table> <script type="text/javascript"> <!-- // Private objects are initially displayed (because if // javascript is turned off then we want them to be // visible); but by default, we want to hide them. So hide // them unless we have a cookie that says to show them. checkCookie(); // --> </script> </body> </html>
javadoc/4.0-alpha/org/robolectric/shadows/ShadowAppWidgetManager.html
robolectric/robolectric.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 (1.8.0_131-google-v7) on Wed May 09 11:21:01 PDT 2018 --> <title>ShadowAppWidgetManager</title> <meta name="date" content="2018-05-09"> <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="ShadowAppWidgetManager"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":9,"i12":10,"i13":42,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":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-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/robolectric/shadows/ShadowAppWidgetHostView.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/robolectric/shadows/ShadowArrayAdapter.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/shadows/ShadowAppWidgetManager.html" target="_top">Frames</a></li> <li><a href="ShadowAppWidgetManager.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</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">org.robolectric.shadows</div> <h2 title="Class ShadowAppWidgetManager" class="title">Class ShadowAppWidgetManager</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.robolectric.shadows.ShadowAppWidgetManager</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre><a href="../../../org/robolectric/annotation/Implements.html" title="annotation in org.robolectric.annotation">@Implements</a>(<a href="../../../org/robolectric/annotation/Implements.html#value--">value</a>=android.appwidget.AppWidgetManager.class) public class <span class="typeNameLabel">ShadowAppWidgetManager</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== 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">&nbsp;</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="../../../org/robolectric/shadows/ShadowAppWidgetManager.html#ShadowAppWidgetManager--">ShadowAppWidgetManager</a></span>()</code>&nbsp;</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">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated Methods</a></span><span class="tabEnd">&nbsp;</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>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowAppWidgetManager.html#addBoundWidget-int-android.appwidget.AppWidgetProviderInfo-">addBoundWidget</a></span>(int&nbsp;appWidgetId, android.appwidget.AppWidgetProviderInfo&nbsp;providerInfo)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowAppWidgetManager.html#addInstalledProvider-android.appwidget.AppWidgetProviderInfo-">addInstalledProvider</a></span>(android.appwidget.AppWidgetProviderInfo&nbsp;appWidgetProviderInfo)</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowAppWidgetManager.html#bindAppWidgetId-int-android.content.ComponentName-">bindAppWidgetId</a></span>(int&nbsp;appWidgetId, android.content.ComponentName&nbsp;provider)</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowAppWidgetManager.html#bindAppWidgetIdIfAllowed-int-android.content.ComponentName-">bindAppWidgetIdIfAllowed</a></span>(int&nbsp;appWidgetId, android.content.ComponentName&nbsp;provider)</code>&nbsp;</td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowAppWidgetManager.html#createWidget-java.lang.Class-int-">createWidget</a></span>(java.lang.Class&lt;? extends android.appwidget.AppWidgetProvider&gt;&nbsp;appWidgetProviderClass, int&nbsp;widgetLayoutId)</code> <div class="block">Creates a widget by inflating its layout.</div> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>int[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowAppWidgetManager.html#createWidgets-java.lang.Class-int-int-">createWidgets</a></span>(java.lang.Class&lt;? extends android.appwidget.AppWidgetProvider&gt;&nbsp;appWidgetProviderClass, int&nbsp;widgetLayoutId, int&nbsp;howManyToCreate)</code> <div class="block">Creates a bunch of widgets by inflating the same layout multiple times.</div> </td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowAppWidgetManager.html#getAlwaysRecreateViewsDuringUpdate--">getAlwaysRecreateViewsDuringUpdate</a></span>()</code>&nbsp;</td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>int[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowAppWidgetManager.html#getAppWidgetIds-android.content.ComponentName-">getAppWidgetIds</a></span>(android.content.ComponentName&nbsp;provider)</code>&nbsp;</td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>android.appwidget.AppWidgetProviderInfo</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowAppWidgetManager.html#getAppWidgetInfo-int-">getAppWidgetInfo</a></span>(int&nbsp;appWidgetId)</code>&nbsp;</td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code>android.appwidget.AppWidgetProvider</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowAppWidgetManager.html#getAppWidgetProviderFor-int-">getAppWidgetProviderFor</a></span>(int&nbsp;widgetId)</code>&nbsp;</td> </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code>java.util.List&lt;android.appwidget.AppWidgetProviderInfo&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowAppWidgetManager.html#getInstalledProviders--">getInstalledProviders</a></span>()</code>&nbsp;</td> </tr> <tr id="i11" class="rowColor"> <td class="colFirst"><code>static android.appwidget.AppWidgetManager</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowAppWidgetManager.html#getInstance-android.content.Context-">getInstance</a></span>(android.content.Context&nbsp;context)</code> <div class="block">Finds or creates an <code>AppWidgetManager</code> for the given <code>context</code></div> </td> </tr> <tr id="i12" class="altColor"> <td class="colFirst"><code>android.view.View</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowAppWidgetManager.html#getViewFor-int-">getViewFor</a></span>(int&nbsp;widgetId)</code>&nbsp;</td> </tr> <tr id="i13" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowAppWidgetManager.html#putWidgetInfo-int-android.appwidget.AppWidgetProviderInfo-">putWidgetInfo</a></span>(int&nbsp;appWidgetId, android.appwidget.AppWidgetProviderInfo&nbsp;expectedWidgetInfo)</code> <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div> </td> </tr> <tr id="i14" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowAppWidgetManager.html#reconstructWidgetViewAsIfPhoneWasRotated-int-">reconstructWidgetViewAsIfPhoneWasRotated</a></span>(int&nbsp;appWidgetId)</code> <div class="block">Triggers a reapplication of the most recent set of actions against the widget, which is what happens when the phone is rotated.</div> </td> </tr> <tr id="i15" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowAppWidgetManager.html#setAllowedToBindAppWidgets-boolean-">setAllowedToBindAppWidgets</a></span>(boolean&nbsp;allowed)</code>&nbsp;</td> </tr> <tr id="i16" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowAppWidgetManager.html#setAlwaysRecreateViewsDuringUpdate-boolean-">setAlwaysRecreateViewsDuringUpdate</a></span>(boolean&nbsp;alwaysRecreate)</code> <div class="block">Enables testing of widget behavior when all of the views are recreated on every update.</div> </td> </tr> <tr id="i17" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowAppWidgetManager.html#setValidWidgetProviderComponentName-boolean-">setValidWidgetProviderComponentName</a></span>(boolean&nbsp;validWidgetProviderComponentName)</code>&nbsp;</td> </tr> <tr id="i18" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowAppWidgetManager.html#updateAppWidget-int:A-android.widget.RemoteViews-">updateAppWidget</a></span>(int[]&nbsp;appWidgetIds, android.widget.RemoteViews&nbsp;views)</code>&nbsp;</td> </tr> <tr id="i19" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowAppWidgetManager.html#updateAppWidget-int-android.widget.RemoteViews-">updateAppWidget</a></span>(int&nbsp;appWidgetId, android.widget.RemoteViews&nbsp;views)</code> <div class="block">Simulates updating an <code>AppWidget</code> with a new set of views</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&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, 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="ShadowAppWidgetManager--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ShadowAppWidgetManager</h4> <pre>public&nbsp;ShadowAppWidgetManager()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getInstance-android.content.Context-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getInstance</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a> public static&nbsp;android.appwidget.AppWidgetManager&nbsp;getInstance(android.content.Context&nbsp;context)</pre> <div class="block"><p>Finds or creates an <code>AppWidgetManager</code> for the given <code>context</code></p></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>context</code> - the <code>context</code> for which to produce an assoicated <code>AppWidgetManager</code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the <code>AppWidgetManager</code> associated with the given <code>context</code></dd> </dl> </li> </ul> <a name="updateAppWidget-int:A-android.widget.RemoteViews-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>updateAppWidget</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a> public&nbsp;void&nbsp;updateAppWidget(int[]&nbsp;appWidgetIds, android.widget.RemoteViews&nbsp;views)</pre> </li> </ul> <a name="updateAppWidget-int-android.widget.RemoteViews-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>updateAppWidget</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a> public&nbsp;void&nbsp;updateAppWidget(int&nbsp;appWidgetId, android.widget.RemoteViews&nbsp;views)</pre> <div class="block"><p>Simulates updating an <code>AppWidget</code> with a new set of views</p></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>appWidgetId</code> - id of widget</dd> <dd><code>views</code> - views to update</dd> </dl> </li> </ul> <a name="getAppWidgetIds-android.content.ComponentName-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getAppWidgetIds</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a> public&nbsp;int[]&nbsp;getAppWidgetIds(android.content.ComponentName&nbsp;provider)</pre> </li> </ul> <a name="getInstalledProviders--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getInstalledProviders</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a> public&nbsp;java.util.List&lt;android.appwidget.AppWidgetProviderInfo&gt;&nbsp;getInstalledProviders()</pre> </li> </ul> <a name="addInstalledProvider-android.appwidget.AppWidgetProviderInfo-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addInstalledProvider</h4> <pre>public&nbsp;void&nbsp;addInstalledProvider(android.appwidget.AppWidgetProviderInfo&nbsp;appWidgetProviderInfo)</pre> </li> </ul> <a name="addBoundWidget-int-android.appwidget.AppWidgetProviderInfo-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addBoundWidget</h4> <pre>public&nbsp;void&nbsp;addBoundWidget(int&nbsp;appWidgetId, android.appwidget.AppWidgetProviderInfo&nbsp;providerInfo)</pre> </li> </ul> <a name="putWidgetInfo-int-android.appwidget.AppWidgetProviderInfo-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>putWidgetInfo</h4> <pre>@Deprecated public&nbsp;void&nbsp;putWidgetInfo(int&nbsp;appWidgetId, android.appwidget.AppWidgetProviderInfo&nbsp;expectedWidgetInfo)</pre> <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div> </li> </ul> <a name="getAppWidgetInfo-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getAppWidgetInfo</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a> public&nbsp;android.appwidget.AppWidgetProviderInfo&nbsp;getAppWidgetInfo(int&nbsp;appWidgetId)</pre> </li> </ul> <a name="bindAppWidgetId-int-android.content.ComponentName-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>bindAppWidgetId</h4> <pre><a href="../../../org/robolectric/annotation/HiddenApi.html" title="annotation in org.robolectric.annotation">@HiddenApi</a> <a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a> public&nbsp;void&nbsp;bindAppWidgetId(int&nbsp;appWidgetId, android.content.ComponentName&nbsp;provider)</pre> </li> </ul> <a name="bindAppWidgetIdIfAllowed-int-android.content.ComponentName-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>bindAppWidgetIdIfAllowed</h4> <pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a> public&nbsp;boolean&nbsp;bindAppWidgetIdIfAllowed(int&nbsp;appWidgetId, android.content.ComponentName&nbsp;provider)</pre> </li> </ul> <a name="reconstructWidgetViewAsIfPhoneWasRotated-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>reconstructWidgetViewAsIfPhoneWasRotated</h4> <pre>public&nbsp;void&nbsp;reconstructWidgetViewAsIfPhoneWasRotated(int&nbsp;appWidgetId)</pre> <div class="block"><p>Triggers a reapplication of the most recent set of actions against the widget, which is what happens when the phone is rotated. Does not attempt to simulate a change in screen geometry.</p></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>appWidgetId</code> - the ID of the widget to be affected</dd> </dl> </li> </ul> <a name="createWidget-java.lang.Class-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>createWidget</h4> <pre>public&nbsp;int&nbsp;createWidget(java.lang.Class&lt;? extends android.appwidget.AppWidgetProvider&gt;&nbsp;appWidgetProviderClass, int&nbsp;widgetLayoutId)</pre> <div class="block"><p>Creates a widget by inflating its layout.</p></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>appWidgetProviderClass</code> - the app widget provider class</dd> <dd><code>widgetLayoutId</code> - id of the layout to inflate</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the ID of the new widget</dd> </dl> </li> </ul> <a name="createWidgets-java.lang.Class-int-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>createWidgets</h4> <pre>public&nbsp;int[]&nbsp;createWidgets(java.lang.Class&lt;? extends android.appwidget.AppWidgetProvider&gt;&nbsp;appWidgetProviderClass, int&nbsp;widgetLayoutId, int&nbsp;howManyToCreate)</pre> <div class="block"><p>Creates a bunch of widgets by inflating the same layout multiple times.</p></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>appWidgetProviderClass</code> - the app widget provider class</dd> <dd><code>widgetLayoutId</code> - id of the layout to inflate</dd> <dd><code>howManyToCreate</code> - number of new widgets to create</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the IDs of the new widgets</dd> </dl> </li> </ul> <a name="getViewFor-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getViewFor</h4> <pre>public&nbsp;android.view.View&nbsp;getViewFor(int&nbsp;widgetId)</pre> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>widgetId</code> - id of the desired widget</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the widget associated with <code>widgetId</code></dd> </dl> </li> </ul> <a name="getAppWidgetProviderFor-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getAppWidgetProviderFor</h4> <pre>public&nbsp;android.appwidget.AppWidgetProvider&nbsp;getAppWidgetProviderFor(int&nbsp;widgetId)</pre> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>widgetId</code> - id of the widget whose provider is to be returned</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the <code>AppWidgetProvider</code> associated with <code>widgetId</code></dd> </dl> </li> </ul> <a name="setAlwaysRecreateViewsDuringUpdate-boolean-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setAlwaysRecreateViewsDuringUpdate</h4> <pre>public&nbsp;void&nbsp;setAlwaysRecreateViewsDuringUpdate(boolean&nbsp;alwaysRecreate)</pre> <div class="block"><p>Enables testing of widget behavior when all of the views are recreated on every update. This is useful for ensuring that your widget will behave correctly even if it is restarted by the OS between events.</p></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>alwaysRecreate</code> - whether or not to always recreate the views</dd> </dl> </li> </ul> <a name="getAlwaysRecreateViewsDuringUpdate--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getAlwaysRecreateViewsDuringUpdate</h4> <pre>public&nbsp;boolean&nbsp;getAlwaysRecreateViewsDuringUpdate()</pre> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>the state of the<code>alwaysRecreateViewsDuringUpdate</code> flag</dd> </dl> </li> </ul> <a name="setAllowedToBindAppWidgets-boolean-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setAllowedToBindAppWidgets</h4> <pre>public&nbsp;void&nbsp;setAllowedToBindAppWidgets(boolean&nbsp;allowed)</pre> </li> </ul> <a name="setValidWidgetProviderComponentName-boolean-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>setValidWidgetProviderComponentName</h4> <pre>public&nbsp;void&nbsp;setValidWidgetProviderComponentName(boolean&nbsp;validWidgetProviderComponentName)</pre> </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-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><script type="text/javascript" src="../../../highlight.pack.js"></script> <script type="text/javascript"><!-- hljs.initHighlightingOnLoad(); //--></script></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/robolectric/shadows/ShadowAppWidgetHostView.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/robolectric/shadows/ShadowArrayAdapter.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/shadows/ShadowAppWidgetManager.html" target="_top">Frames</a></li> <li><a href="ShadowAppWidgetManager.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
content/posts/zero-to-one/index.html
thejaywhy/thejaywhy.github.io
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us"> <head> <link href="http://gmpg.org/xfn/11" rel="profile"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <title>zero to one &middot; Jon Young</title> <link rel="stylesheet" href="http://localhost:1313//css/poole.css"> <link rel="stylesheet" href="http://localhost:1313//css/hyde.css"> <link rel="stylesheet" href="http://localhost:1313//css/poole-overrides.css"> <link rel="stylesheet" href="http://localhost:1313//css/hyde-overrides.css"> <link rel="stylesheet" href="http://localhost:1313//css/hyde-x.css"> <link rel="stylesheet" href="http://localhost:1313//css/highlight/sunburst.css"> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png"> <link href="/favicon.png" rel="icon"> <link href="" rel="alternate" type="application/rss+xml" title="random_jy &middot; Jon Young" /> <meta name="description" content="Random thoughts on random things from JY"> <meta name="keywords" content=""> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href='http://fonts.googleapis.com/css?family=Raleway:400,300' rel='stylesheet' type='text/css'> <script src="//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script> <script> WebFont.load({ google: { families: ['Raleway'] } }); </script> </head> <body class="theme-base-08"> <div class="sidebar"> <div class="container sidebar-sticky"> <div class="sidebar-about"> <a href="http://localhost:1313/"><h1>random_jy</h1></a> <p class="lead">family man, coder, diy&#39;r</p> </div> <ul class="sidebar-nav"> <li class="sidebar-nav-item"><a href="http://localhost:1313//posts">Blog</a></li> <li class="sidebar-nav-item"><a href="/about/">About</a></li> </ul> <br> <a href="https://twitter.com/random_jyoung"><i class="fa fa-twitter-square"></i></a>&nbsp;&nbsp; <a href="https://github.com/thejaywhy"><i class="fa fa-github-square"></i></a>&nbsp;&nbsp; <a href="https://www.linkedin.com/in/jonryoung"><i class="fa fa-linkedin-square"></i></a>&nbsp;&nbsp; <br> <br> <p class="footnote">powered by <a href="http://hugo.spf13.com">Hugo</a> <br/> &copy; 2015 Jon Young. All rights reserved.</p> </div> </div> <div class="content container"> <div class="post"> <h1>zero to one</h1> <br> </div> </div> <script src="http://localhost:1313//js/highlight.pack.js"></script> <script>hljs.initHighlightingOnLoad();</script> <script> var _gaq=[['_setAccount','UA-60216723-1'],['_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> <script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':1313/livereload.js?mindelay=10"></' + 'script>')</script></body> </html>
clean/Linux-x86_64-4.05.0-2.0.1/released/8.6.1/ccs/8.10.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>ccs: 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.6.1 / ccs - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> ccs <small> 8.10.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-24 00:12:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-24 00:12:32 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.6.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/ccs&quot; license: &quot;Unknown&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/CCS&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: Labelled Transitions Systems&quot; &quot;keyword: process algebras&quot; &quot;keyword: Calculus of Concurrent Process (CCS)&quot; &quot;category: Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems&quot; ] authors: [ &quot;Solange Coupet-Grimal&quot; ] bug-reports: &quot;https://github.com/coq-contribs/ccs/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/ccs.git&quot; synopsis: &quot;Equivalence notions on labelled transitions systems&quot; description: &quot;&quot;&quot; We give the specification of three different notions of equivalence classically defined on labelled transitions systems underlying the theories of process algebra (and particularly CCS). The fundamentals properties of these equivalence notions are proven.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/ccs/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=ca4da241b945c5825abbfddff139939f&quot; } </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-ccs.8.10.0 coq.8.6.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.6.1). The following dependencies couldn&#39;t be met: - coq-ccs -&gt; coq &gt;= 8.10 Your request can&#39;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-ccs.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
doc/html/script_runtime.html
shlomi-noach/common_schema
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>script_runtime: common_schema documentation</title> <meta name="description" content="script_runtime: common_schema" /> <meta name="keywords" content="script_runtime: common_schema" /> <link rel="stylesheet" type="text/css" href="css/style.css" /> </head> <body> <div id="main"> <div id="header"> <h1>common_schema</h1> <strong>2.2</strong> documentation <div class="subtitle">DBA's framework for MySQL</div> </div> <div id="contentwrapper"> <div id="content"> <h2><a href="script_runtime.html">script_runtime</a></h2> <h3>NAME</h3> script_runtime(): return number of seconds elapsed since script execution began. <h3>TYPE</h3> Function <h3>DESCRIPTION</h3> <p> This function returns the number of seconds elapsed since current <a href="query_script.html">QueryScript</a> execution was launched. </p> <p> It only makes sense to call this function from within a script (otherwise results are undefined). <p> <i>script_runtime()</i> returns a <strong>DOUBLE</strong> value, to support MySQL versions with subsecond resolution. Versions not supporting subsecond resolution (e.g. standard MySQL <strong>5.1</strong>) will return with round values, which have an error margin of one second. </p> <h3>SYNOPSIS</h3> <p> <blockquote><pre>script_runtime() RETURNS DOUBLE </pre></blockquote> </p> <h3>EXAMPLES</h3> <p> For <strong>30</strong> seconds, issue random queries against some table: </p> <blockquote><pre>while (script_runtime() < 30) { SELECT * FROM my_table WHERE id = RAND() * 100000; } </pre></blockquote> <h3>ENVIRONMENT</h3> MySQL 5.1 or newer <h3>SEE ALSO</h3> <a href="query_script.html">QueryScript</a> <h3>AUTHOR</h3> Shlomi Noach <br/> </div> <div id="sidebarwrapper"> <div id="search"> Search online documentation <form id="search_form" name="search_form" method="GET" action="http://www.google.com/search" onsubmit="document.forms['search_form']['q'].value = 'site:http://common-schema.googlecode.com/svn/trunk/common_schema/doc/html/ '+document.forms['search_form']['search_term'].value;"> <input type="text" name="search_term" value=""/> <input type="hidden" name="q" value=""/> <input type="submit" value="go"/> </form> </div> <div id="menu"> <ul> <li><a title="Introduction" href="introduction.html">Introduction</a></li> <li><a title="Documentation" href="documentation.html">Documentation</a></li> <li><a title="Download" href="download.html">Download</a></li> <li><a title="Install" href="install.html">Install</a></li> <li><a title="Risks" href="risks.html">Risks</a></li> </ul> <h3>QUERY SCRIPT</h3> <ul> <li><a title="QueryScript" href="query_script.html">QueryScript</a></li> <li><a title="Execution" href="query_script_execution.html">Execution</a></li> <li><a title="Flow control" href="query_script_flow_control.html">Flow control</a></li> <li><a title="Statements" href="query_script_statements.html">Statements</a></li> <li><a title="Expressions" href="query_script_expressions.html">Expressions</a></li> <li><a title="Variables" href="query_script_variables.html">Variables</a></li> </ul> <h3>DEBUG</h3> <ul> <li><a title="rdebug" href="rdebug.html">rdebug</a></li> <li><a title="rdebug API" href="rdebug_api.html">rdebug API</a></li> <li><a title="rdebug workflow" href="rdebug_workflow.html">Workflow</a></li> </ul> <h3>ROUTINES</h3> <ul> <li><a title="Execution &amp; flow control" href="execution_routines.html">Execution & flow control</a></li> <li><a title="General" href="general_routines.html">General</a></li> <li><a title="Process" href="process_routines.html">Process</a></li> <li><a title="Query analysis" href="query_analysis_routines.html">Query analysis</a></li> <li><a title="Schema analysis" href="schema_analysis_routines.html">Schema analysis</a></li> <li><a title="Security" href="security_routines.html">Security</a></li> <li><a title="Text" href="text_routines.html">Text</a></li> <li><a title="Time &amp; date" href="temporal_routines.html">Time & date</a></li> <li><a title="Charting" href="charting_routines.html">Charting</a></li> </ul> <h3>VIEWS</h3> <ul> <li><a title="Schema analysis" href="schema_analysis_views.html">Schema analysis</a></li> <li><a title="Data dimension" href="data_dimension_views.html">Data dimension</a></li> <li><a title="Process" href="process_views.html">Process</a></li> <li><a title="Security" href="security_views.html">Security</a></li> <li><a title="Monitoring" href="monitoring_views.html">Monitoring</a></li> <li><a title="InnoDB Plugin" href="innodb_plugin_views.html">InnoDB Plugin</a></li> <li><a title="Percona server" href="percona_server_views.html">Percona Server</a></li> <li><a title="TokuDB" href="tokudb_views.html">TokuDB</a></li> </ul> <h3>DATA</h3> <ul> <li><a title="tables" href="tables.html">Tables</a></li> <li><a title="variables" href="variables.html">Variables</a></li> </ul> <h3>META</h3> <ul> <li><a title="Help" href="help.html">help</a></li> <li><a title="Metadata" href="metadata.html">metadata</a></li> <li><a title="status" href="status.html">status</a></li> </ul> </div> </div> <div class="clear">&nbsp;</div> <div id="footnote" align="center"> <a href="">common_schema</a> documentation </div> </div> </div> </body> </html>
service.html
abisoft/DUOmockup
<!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, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> <title>DUO</title> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- sass link --> <link href="css/style-custom.css" rel="stylesheet"> <!-- Custom CSS --> <link href="https://fonts.googleapis.com/css?family=Noto+Sans+JP" rel="stylesheet"> <style> /* Set top padding of the page to match the height of the navbar */ body { padding-top: 70px; } /* Ugly hacks to fix the container within navbar functionality - should be fixed in Bootstrap 4 beta */ .navbar-toggler { z-index: 1; } @media (max-width: 576px) { nav > .container { width: 100%; } } </style> </head> <body> <!-- Navigation --> <nav class="navbar fixed-top navbar-toggleable-md"> <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarExample" aria-controls="navbarExample" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="container align-bottom"> <a class="navbar-brand" href="index.html"> <img src="image/logo_new_sm.svg"></a> <div class="collapse navbar-collapse" id="navbarExample"> <ul class="navbar-nav ml-auto"> <li class="nav-item active"> <a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a> </li> <li class="nav-item"> <a class="nav-link" href="about.html">About</a> </li> <li class="nav-item"> <a class="nav-link" href="service.html">Service</a> </li> <li class="nav-item"> <a class="nav-link" href="works.html">Works</a> </li> <li class="nav-item"> <a class="nav-link" href="contact.html">Contact</a> </li> <li class="nav-item"> <a class="nav-link" href="english.html">English</a> </li> </ul> </div> </div> </nav> <!-- Page Content --> <div class="container"> <div class="row"> <div class="col-lg-12"> <h2>Service</h2> <div class="small_container"> <div class="row"> <div class="col-sm-3"> <p class="about_title">リサーチ</p> </div> <div class="col-sm-9"> <p> 番組のネタ探しから、医学、法律、科学、政治経済、スポーツ、エンターテイメントと  すべてのジャンルのリサーチから取材交渉を致します。</p> </div> </div> <div class="row"> <div class="col-sm-3"> <p class="about_title">映像ライセンス・購入</p> </div> <div class="col-sm-9"> <p>Youtube等の映像の個人権利者探しから、局や大手配給会社まで、映像のライセンス・購入交渉、  マスター映像入手、契約書の作成及び契約までを行います。</p> </div> </div> <div class="row"> <div class="col-sm-3"> <p class="about_title">キャスティング</p> </div> <div class="col-sm-9"> <p>プロジェクトの内容に合わせ、役者、モデルをアレンジ致します。</p> </div> </div> <div class="row"> <div class="col-sm-3"> <p class="about_title">クルー </p> </div> <div class="col-sm-9"> <p>バイリンガルコーディネーターを始め、カメラマン、VE、メイク、スタイリスト等、撮影に関係する  経験豊富なクルーを手配致します。</p> </div> </div> <div class="row"> <div class="col-sm-3"> <p class="about_title">ロケーション</p> </div> <div class="col-sm-9"> <p>プロジェクトの予算やご希望の内容に添えるようなロケーションを提案いたします</p> </div> </div> <div class="row"> <div class="col-sm-3"> <p class="about_title">現場コーディネート</p> </div> <div class="col-sm-9"> <p>撮影が円滑に進むようにすべてのことへの気配りや根回しを行い、納得のいく撮影をして頂くために全力を尽くします。</p> </div> </div> </div> </div> <div class="row"> <div class="col-lg-12"> </div> </div> </div> <!-- <div class="row"> <div class="col-lg-12 text-center"> <h2 class="mt-5">About Us</h2> <div class="paragraph">Based in San Francisco, California, Duo Creative Communications is a production coordinating company covering Japan and the U.S. Be it film, video, or still photography, our U.S.-based Japanese staff provide bilingual services in order to assist in all of your filming needs in Japan ranging from pre-production (research, translations, correspondences, arrangements, negotiations) to on-location production coordinating and interpreting. We also help coordinate Japanese productions filming in the U.S. as well. </div> <!--<p class="lead"></p> </div> </div> <div class="small_container"> <div class="row"> <div class="col-sm-3"> <p class="about_title"> Research</p> </div> <div class="col-sm-9"> <p> We will research any theme or topic necessary for your pre-production.</p> </div> </div> <div class="row"> <div class="col-sm-3"> <p class="about_title"> Filming Arrangements </p> </div> <div class="col-sm-9"> <p>Staff with experienced knowledge of the Japanese system will negotiate filming arrangements, such as requesting interviews and coverage.</p> </div> </div> <div class="row"> <div class="col-sm-3"> <p class="about_title">Location Scouting</p> </div> <div class="col-sm-9"> <p>Staff with experienced knowledge of the Japanese system will negotiate filming arrangements, such as requesting interviews and coverage.</p> </div> </div> <div class="row"> <div class="col-sm-3"> <p class="about_title">Obtaining Footage/Materials</p> </div> <div class="col-sm-9"> <p>We will find sites to suit your filming needs.</p> </div> </div> <div class="row"> <div class="col-sm-3"> <p class="about_title">Coordinating</p> </div> <div class="col-sm-9"> <p> We will conduct the necessary procedures for procuring and licensing stock footage or programs airing in Japan in addition to negotiating licensing fees.</p> </div> </div> </div> <div class="col-sm-8"> </div> --></div> <footer class="footer"> <div class="container"> <span class="text-muted">©2019 DUO Creative Communications. All rights reserved.</span> </div> </footer> <!-- jQuery Version 3.1.1 --> <script src="js/jquery.js"></script> <!-- Tether --> <script src="js/tether.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.min.js"></script> </body> </html>
snowglobe/server/snowglobe-server-ui/snowglobe/src/app/app.component.html
nirima/SnowGlobe
<app-navbar class="mat-elevation-z6"></app-navbar> <!--<nav class="navbar navbar-inverse navbar-fixed-top">--> <!--<div class="container">--> <!--<div class="navbar-header">--> <!--<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">--> <!--<span class="sr-only">Toggle navigation</span>--> <!--<span class="icon-bar"></span>--> <!--<span class="icon-bar"></span>--> <!--<span class="icon-bar"></span>--> <!--</button>--> <!--<a class="navbar-brand" href="#"><img id="icon" src="assets/images/snowglobe.png" width="32" height="32" style= 'background-color: red'></a>--> <!--</div>--> <!--<div id="navbar" class="navbar-collapse collapse">--> <!--<ul class="nav navbar-nav">--> <!--<li class="active"><a href="#">Home</a></li>--> <!--</ul>--> <!--</div>&lt;!&ndash;/.nav-collapse &ndash;&gt;--> <!--</div>--> <!--</nav>--> <div class="main-content"> <router-outlet></router-outlet> </div>
docs/PIXI.StripShader.html
NoahYarian/phaser
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Phaser Class: StripShader</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/default.css"> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link type="text/css" rel="stylesheet" href="styles/site.cerulean.css"> </head> <body> <div class="container-fluid"> <div class="navbar navbar-fixed-top navbar-inverse"> <div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div> <div class="navbar-inner"> <a class="brand" href="index.html">Phaser API</a> <ul class="nav"> <li class="dropdown"> <a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="Phaser.html">Phaser</a> </li> <li class="class-depth-0"> <a href="PIXI.html">PIXI</a> </li> </ul> </li> <li class="dropdown"> <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"> <a href="Phaser.Animation.html">Animation</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationManager.html">AnimationManager</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationParser.html">AnimationParser</a> </li> <li class="class-depth-1"> <a href="Phaser.ArraySet.html">ArraySet</a> </li> <li class="class-depth-1"> <a href="Phaser.ArrayUtils.html">ArrayUtils</a> </li> <li class="class-depth-1"> <a href="Phaser.AudioSprite.html">AudioSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapData.html">BitmapData</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapText.html">BitmapText</a> </li> <li class="class-depth-1"> <a href="Phaser.Button.html">Button</a> </li> <li class="class-depth-1"> <a href="Phaser.Cache.html">Cache</a> </li> <li class="class-depth-1"> <a href="Phaser.Camera.html">Camera</a> </li> <li class="class-depth-1"> <a href="Phaser.Canvas.html">Canvas</a> </li> <li class="class-depth-1"> <a href="Phaser.Circle.html">Circle</a> </li> <li class="class-depth-1"> <a href="Phaser.Color.html">Color</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Angle.html">Angle</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Animation.html">Animation</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.AutoCull.html">AutoCull</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Bounds.html">Bounds</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.BringToTop.html">BringToTop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Core.html">Core</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Crop.html">Crop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Delta.html">Delta</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Destroy.html">Destroy</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Health.html">Health</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InCamera.html">InCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InputEnabled.html">InputEnabled</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InWorld.html">InWorld</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LifeSpan.html">LifeSpan</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LoadTexture.html">LoadTexture</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Overlap.html">Overlap</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Reset.html">Reset</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Smoothed.html">Smoothed</a> </li> <li class="class-depth-1"> <a href="Phaser.Create.html">Create</a> </li> <li class="class-depth-1"> <a href="Phaser.Creature.html">Creature</a> </li> <li class="class-depth-1"> <a href="Phaser.Device.html">Device</a> </li> <li class="class-depth-1"> <a href="Phaser.DeviceButton.html">DeviceButton</a> </li> <li class="class-depth-1"> <a href="Phaser.DOM.html">DOM</a> </li> <li class="class-depth-1"> <a href="Phaser.Easing.html">Easing</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Back.html">Back</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Bounce.html">Bounce</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Circular.html">Circular</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Cubic.html">Cubic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Elastic.html">Elastic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Exponential.html">Exponential</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Linear.html">Linear</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quadratic.html">Quadratic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quartic.html">Quartic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quintic.html">Quintic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a> </li> <li class="class-depth-1"> <a href="Phaser.Ellipse.html">Ellipse</a> </li> <li class="class-depth-1"> <a href="Phaser.Events.html">Events</a> </li> <li class="class-depth-1"> <a href="Phaser.Filter.html">Filter</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexGrid.html">FlexGrid</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexLayer.html">FlexLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.Frame.html">Frame</a> </li> <li class="class-depth-1"> <a href="Phaser.FrameData.html">FrameData</a> </li> <li class="class-depth-1"> <a href="Phaser.Game.html">Game</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectCreator.html">GameObjectCreator</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectFactory.html">GameObjectFactory</a> </li> <li class="class-depth-1"> <a href="Phaser.Gamepad.html">Gamepad</a> </li> <li class="class-depth-1"> <a href="Phaser.Graphics.html">Graphics</a> </li> <li class="class-depth-1"> <a href="Phaser.Group.html">Group</a> </li> <li class="class-depth-1"> <a href="Phaser.Image.html">Image</a> </li> <li class="class-depth-1"> <a href="Phaser.ImageCollection.html">ImageCollection</a> </li> <li class="class-depth-1"> <a href="Phaser.Input.html">Input</a> </li> <li class="class-depth-1"> <a href="Phaser.InputHandler.html">InputHandler</a> </li> <li class="class-depth-1"> <a href="Phaser.Key.html">Key</a> </li> <li class="class-depth-1"> <a href="Phaser.Keyboard.html">Keyboard</a> </li> <li class="class-depth-1"> <a href="Phaser.Line.html">Line</a> </li> <li class="class-depth-1"> <a href="Phaser.LinkedList.html">LinkedList</a> </li> <li class="class-depth-1"> <a href="Phaser.Loader.html">Loader</a> </li> <li class="class-depth-1"> <a href="Phaser.LoaderParser.html">LoaderParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Math.html">Math</a> </li> <li class="class-depth-1"> <a href="Phaser.Matrix.html">Matrix</a> </li> <li class="class-depth-1"> <a href="Phaser.Mouse.html">Mouse</a> </li> <li class="class-depth-1"> <a href="Phaser.MSPointer.html">MSPointer</a> </li> <li class="class-depth-1"> <a href="Phaser.Net.html">Net</a> </li> <li class="class-depth-1"> <a href="Phaser.Particle.html">Particle</a> </li> <li class="class-depth-1"> <a href="Phaser.Particles.html">Particles</a> </li> <li class="class-depth-2"> <a href="Phaser.Particles.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a> </li> <li class="class-depth-1"> <a href="Phaser.Physics.html">Physics</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.html#TilemapCollision">TilemapCollision</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Ninja.html">Ninja</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.AABB.html">AABB</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Circle.html">Circle</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Tile.html">Tile</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.P2.html">P2</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Material.html">Material</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Spring.html">Spring</a> </li> <li class="class-depth-1"> <a href="Phaser.Plugin.html">Plugin</a> </li> <li class="class-depth-1"> <a href="Phaser.PluginManager.html">PluginManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Point.html">Point</a> </li> <li class="class-depth-1"> <a href="Phaser.Pointer.html">Pointer</a> </li> <li class="class-depth-1"> <a href="Phaser.Polygon.html">Polygon</a> </li> <li class="class-depth-1"> <a href="Phaser.QuadTree.html">QuadTree</a> </li> <li class="class-depth-1"> <a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a> </li> <li class="class-depth-1"> <a href="Phaser.Rectangle.html">Rectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.RenderTexture.html">RenderTexture</a> </li> <li class="class-depth-1"> <a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a> </li> <li class="class-depth-1"> <a href="Phaser.RetroFont.html">RetroFont</a> </li> <li class="class-depth-1"> <a href="Phaser.Rope.html">Rope</a> </li> <li class="class-depth-1"> <a href="Phaser.RoundedRectangle.html">RoundedRectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.ScaleManager.html">ScaleManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Signal.html">Signal</a> </li> <li class="class-depth-1"> <a href="Phaser.SignalBinding.html">SignalBinding</a> </li> <li class="class-depth-1"> <a href="Phaser.SinglePad.html">SinglePad</a> </li> <li class="class-depth-1"> <a href="Phaser.Sound.html">Sound</a> </li> <li class="class-depth-1"> <a href="Phaser.SoundManager.html">SoundManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="Phaser.SpriteBatch.html">SpriteBatch</a> </li> <li class="class-depth-1"> <a href="Phaser.Stage.html">Stage</a> </li> <li class="class-depth-1"> <a href="Phaser.State.html">State</a> </li> <li class="class-depth-1"> <a href="Phaser.StateManager.html">StateManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Text.html">Text</a> </li> <li class="class-depth-1"> <a href="Phaser.Tile.html">Tile</a> </li> <li class="class-depth-1"> <a href="Phaser.Tilemap.html">Tilemap</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapLayer.html">TilemapLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapParser.html">TilemapParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Tileset.html">Tileset</a> </li> <li class="class-depth-1"> <a href="Phaser.TileSprite.html">TileSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.Time.html">Time</a> </li> <li class="class-depth-1"> <a href="Phaser.Timer.html">Timer</a> </li> <li class="class-depth-1"> <a href="Phaser.TimerEvent.html">TimerEvent</a> </li> <li class="class-depth-1"> <a href="Phaser.Touch.html">Touch</a> </li> <li class="class-depth-1"> <a href="Phaser.Tween.html">Tween</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenData.html">TweenData</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenManager.html">TweenManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Utils.html">Utils</a> </li> <li class="class-depth-2"> <a href="Phaser.Utils.Debug.html">Debug</a> </li> <li class="class-depth-1"> <a href="Phaser.Video.html">Video</a> </li> <li class="class-depth-1"> <a href="Phaser.World.html">World</a> </li> <li class="class-depth-1"> <a href="PIXI.AbstractFilter.html">AbstractFilter</a> </li> <li class="class-depth-1"> <a href="PIXI.BaseTexture.html">BaseTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasBuffer.html">CanvasBuffer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasGraphics.html">CanvasGraphics</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasRenderer.html">CanvasRenderer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasTinter.html">CanvasTinter</a> </li> <li class="class-depth-1"> <a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.DisplayObject.html">DisplayObject</a> </li> <li class="class-depth-1"> <a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a> </li> <li class="class-depth-1"> <a href="PIXI.Event.html">Event</a> </li> <li class="class-depth-1"> <a href="PIXI.EventTarget.html">EventTarget</a> </li> <li class="class-depth-1"> <a href="PIXI.FilterTexture.html">FilterTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.Graphics.html">Graphics</a> </li> <li class="class-depth-1"> <a href="PIXI.GraphicsData.html">GraphicsData</a> </li> <li class="class-depth-1"> <a href="PIXI.PIXI.html">PIXI</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiFastShader.html">PixiFastShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiShader.html">PixiShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PolyK.html">PolyK</a> </li> <li class="class-depth-1"> <a href="PIXI.PrimitiveShader.html">PrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.RenderTexture.html">RenderTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.Rope.html">Rope</a> </li> <li class="class-depth-1"> <a href="PIXI.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="PIXI.SpriteBatch.html">SpriteBatch</a> </li> <li class="class-depth-1"> <a href="PIXI.Stage.html">Stage</a> </li> <li class="class-depth-1"> <a href="PIXI.Strip.html">Strip</a> </li> <li class="class-depth-1"> <a href="PIXI.StripShader.html">StripShader</a> </li> <li class="class-depth-1"> <a href="PIXI.Texture.html">Texture</a> </li> <li class="class-depth-1"> <a href="PIXI.TilingSprite.html">TilingSprite</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLRenderer.html">WebGLRenderer</a> </li> </ul> </li> <li class="dropdown"> <a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="global.html#AUTO">AUTO</a> </li> <li class="class-depth-0"> <a href="global.html#BITMAPDATA">BITMAPDATA</a> </li> <li class="class-depth-0"> <a href="global.html#BITMAPTEXT">BITMAPTEXT</a> </li> <li class="class-depth-0"> <a href="global.html#blendModes">blendModes</a> </li> <li class="class-depth-0"> <a href="global.html#BUTTON">BUTTON</a> </li> <li class="class-depth-0"> <a href="global.html#CANVAS">CANVAS</a> </li> <li class="class-depth-0"> <a href="global.html#CANVAS_FILTER">CANVAS_FILTER</a> </li> <li class="class-depth-0"> <a href="global.html#CIRCLE">CIRCLE</a> </li> <li class="class-depth-0"> <a href="global.html#CREATURE">CREATURE</a> </li> <li class="class-depth-0"> <a href="global.html#DOWN">DOWN</a> </li> <li class="class-depth-0"> <a href="global.html#ELLIPSE">ELLIPSE</a> </li> <li class="class-depth-0"> <a href="global.html#EMITTER">EMITTER</a> </li> <li class="class-depth-0"> <a href="global.html#GAMES">GAMES</a> </li> <li class="class-depth-0"> <a href="global.html#GRAPHICS">GRAPHICS</a> </li> <li class="class-depth-0"> <a href="global.html#GROUP">GROUP</a> </li> <li class="class-depth-0"> <a href="global.html#HEADLESS">HEADLESS</a> </li> <li class="class-depth-0"> <a href="global.html#IMAGE">IMAGE</a> </li> <li class="class-depth-0"> <a href="global.html#LEFT">LEFT</a> </li> <li class="class-depth-0"> <a href="global.html#LINE">LINE</a> </li> <li class="class-depth-0"> <a href="global.html#MATRIX">MATRIX</a> </li> <li class="class-depth-0"> <a href="global.html#NONE">NONE</a> </li> <li class="class-depth-0"> <a href="global.html#POINT">POINT</a> </li> <li class="class-depth-0"> <a href="global.html#POINTER">POINTER</a> </li> <li class="class-depth-0"> <a href="global.html#POLYGON">POLYGON</a> </li> <li class="class-depth-0"> <a href="global.html#RECTANGLE">RECTANGLE</a> </li> <li class="class-depth-0"> <a href="global.html#RENDERTEXTURE">RENDERTEXTURE</a> </li> <li class="class-depth-0"> <a href="global.html#RETROFONT">RETROFONT</a> </li> <li class="class-depth-0"> <a href="global.html#RIGHT">RIGHT</a> </li> <li class="class-depth-0"> <a href="global.html#ROPE">ROPE</a> </li> <li class="class-depth-0"> <a href="global.html#ROUNDEDRECTANGLE">ROUNDEDRECTANGLE</a> </li> <li class="class-depth-0"> <a href="global.html#scaleModes">scaleModes</a> </li> <li class="class-depth-0"> <a href="global.html#SPRITE">SPRITE</a> </li> <li class="class-depth-0"> <a href="global.html#SPRITEBATCH">SPRITEBATCH</a> </li> <li class="class-depth-0"> <a href="global.html#TEXT">TEXT</a> </li> <li class="class-depth-0"> <a href="global.html#TILEMAP">TILEMAP</a> </li> <li class="class-depth-0"> <a href="global.html#TILEMAPLAYER">TILEMAPLAYER</a> </li> <li class="class-depth-0"> <a href="global.html#TILESPRITE">TILESPRITE</a> </li> <li class="class-depth-0"> <a href="global.html#UP">UP</a> </li> <li class="class-depth-0"> <a href="global.html#VERSION">VERSION</a> </li> <li class="class-depth-0"> <a href="global.html#VIDEO">VIDEO</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL">WEBGL</a> </li> <li class="class-depth-0"> <a href="global.html#WEBGL_FILTER">WEBGL_FILTER</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li> <li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li> <li class="class-depth-1"><a href="Phaser.World.html">World</a></li> <li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li> <li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li> <li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li> <li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li> <li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li> <li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li> <li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li> <li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li> <li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li> <li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li> <li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li> <li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li> <li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li> <li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li> <li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li> <li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li> <li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li> <li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li> <li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li> <li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li> <li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li> <li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li> <li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li> <li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li> <li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li> <li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li> <li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li> <li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li> <li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li> <li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li> <li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li> <li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li> <li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li> <li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li> <li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li> <li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li> <li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li> <li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li> <li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li> <li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li> <li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li> <li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser">Phaser Github</a></li> <li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li> <li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li> <li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li> <li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li> <li class="class-depth-1"><a href="https://confirmsubscription.com/h/r/369DE48E3E86AF1E">Newsletter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/irc">IRC</a></li> <li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li> </ul> </li> </ul> </div> </div> <div class="row-fluid"> <div class="span8"> <div id="main"> <!--<h1 class="page-title">Class: StripShader</h1>--> <section> <header> <h2> <span class="ancestors"><a href="PIXI.html">PIXI</a>.</span> StripShader </h2> </header> <article> <div class="container-overview"> <dt> <h4 class="name " id="StripShader"><span class="type-signature"></span>new StripShader<span class="signature">(gl)</span><span class="type-signature"></span></h4> </dt> <dd> <h5>Parameters:</h5> <table class="params table table-striped"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>gl</code></td> <td class="type"> <span class="param-type">WebGLContext</span> </td> <td class="description last"><p>the current WebGL drawing context</p></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_renderers_webgl_shaders_StripShader.js.html">pixi/renderers/webgl/shaders/StripShader.js</a>, <a href="src_pixi_renderers_webgl_shaders_StripShader.js.html#sunlight-1-line-5">line 5</a> </dt> </dl> </dd> </div> <h3 class="subsection-title">Members</h3> <dl> <dt> <h4 class="name " id="fragmentSrc"><span class="type-signature"></span>fragmentSrc<span class="type-signature"> :Array</span></h4> </dt> <dd> <div class="description"> <p>The fragment shader.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_renderers_webgl_shaders_StripShader.js.html">pixi/renderers/webgl/shaders/StripShader.js</a>, <a href="src_pixi_renderers_webgl_shaders_StripShader.js.html#sunlight-1-line-32">line 32</a> </dt> </dl> </dd> <dt> <h4 class="name " id="gl"><span class="type-signature"></span>gl<span class="type-signature"> :WebGLContext</span></h4> </dt> <dd> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_renderers_webgl_shaders_StripShader.js.html">pixi/renderers/webgl/shaders/StripShader.js</a>, <a href="src_pixi_renderers_webgl_shaders_StripShader.js.html#sunlight-1-line-19">line 19</a> </dt> </dl> </dd> <dt> <h4 class="name " id="program"><span class="type-signature"></span>program<span class="type-signature"> :Object</span></h4> </dt> <dd> <div class="description"> <p>The WebGL program.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_renderers_webgl_shaders_StripShader.js.html">pixi/renderers/webgl/shaders/StripShader.js</a>, <a href="src_pixi_renderers_webgl_shaders_StripShader.js.html#sunlight-1-line-25">line 25</a> </dt> </dl> </dd> <dt> <h4 class="name " id="vertexSrc"><span class="type-signature"></span>vertexSrc<span class="type-signature"> :Array</span></h4> </dt> <dd> <div class="description"> <p>The vertex shader.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_renderers_webgl_shaders_StripShader.js.html">pixi/renderers/webgl/shaders/StripShader.js</a>, <a href="src_pixi_renderers_webgl_shaders_StripShader.js.html#sunlight-1-line-50">line 50</a> </dt> </dl> </dd> </dl> <h3 class="subsection-title">Methods</h3> <dl> <dt> <h4 class="name " id="destroy"><span class="type-signature"></span>destroy<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Destroys the shader.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_renderers_webgl_shaders_StripShader.js.html">pixi/renderers/webgl/shaders/StripShader.js</a>, <a href="src_pixi_renderers_webgl_shaders_StripShader.js.html#sunlight-1-line-111">line 111</a> </dt> </dl> </dd> <dt> <h4 class="name " id="init"><span class="type-signature"></span>init<span class="signature">()</span><span class="type-signature"></span></h4> </dt> <dd> <div class="description"> <p>Initialises the shader.</p> </div> <dl class="details"> <dt class="tag-source">Source - <a href="src_pixi_renderers_webgl_shaders_StripShader.js.html">pixi/renderers/webgl/shaders/StripShader.js</a>, <a href="src_pixi_renderers_webgl_shaders_StripShader.js.html#sunlight-1-line-80">line 80</a> </dt> </dl> </dd> </dl> </article> </section> </div> <div class="clearfix"></div> <footer> <span class="copyright"> Phaser Copyright © 2012-2015 Photon Storm Ltd. </span> <br /> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha10</a> on Wed Jul 22 2015 14:55:23 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>. </span> </footer> </div> <div class="span3"> <div id="toc"></div> </div> <br clear="both"> </div> </div> <script src="scripts/sunlight.js"></script> <script src="scripts/sunlight.javascript.js"></script> <script src="scripts/sunlight-plugin.doclinks.js"></script> <script src="scripts/sunlight-plugin.linenumbers.js"></script> <script src="scripts/sunlight-plugin.menu.js"></script> <script src="scripts/jquery.min.js"></script> <script src="scripts/jquery.scrollTo.js"></script> <script src="scripts/jquery.localScroll.js"></script> <script src="scripts/bootstrap-dropdown.js"></script> <script src="scripts/toc.js"></script> <script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script> <script> $( function () { $( "#toc" ).toc( { anchorName : function(i, heading, prefix) { return $(heading).attr("id") || ( prefix + i ); }, selectors : "h1,h2,h3,h4", showAndHide : false, scrollTo : 60 } ); $( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" ); $( "#main span[id^='toc']" ).addClass( "toc-shim" ); } ); </script> </body> </html>
src/docs/com/cimians/openPyro/controls/scrollBarClasses/VScrollBarLayout.html
arpit/openpyro
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="../../../../../style.css" type="text/css" media="screen"> <link rel="stylesheet" href="../../../../../print.css" type="text/css" media="print"> <meta content="VScrollBarLayout,com.cimians.openPyro.controls.scrollBarClasses.VScrollBarLayout,_scrollBar,container,getMaxWidth,getMaxHeight,layout" name="keywords"> <title>com.cimians.openPyro.controls.scrollBarClasses.VScrollBarLayout</title> </head> <body> <script type="text/javascript" language="javascript" src="../../../../../asdoc.js"></script><script type="text/javascript" language="javascript" src="../../../../../cookies.js"></script><script type="text/javascript" language="javascript"> <!-- asdocTitle = 'VScrollBarLayout - API Documentation'; var baseRef = '../../../../../'; window.onload = configPage; --></script> <table style="display:none" id="titleTable" cellspacing="0" cellpadding="0" class="titleTable"> <tr> <td align="left" class="titleTableTitle">API Documentation</td><td align="right" class="titleTableTopNav"><a onclick="loadClassListFrame('../../../../../all-classes.html')" href="../../../../../package-summary.html">All&nbsp;Packages</a>&nbsp;|&nbsp;<a onclick="loadClassListFrame('../../../../../all-classes.html')" href="../../../../../class-summary.html">All&nbsp;Classes</a>&nbsp;|&nbsp;<a onclick="loadClassListFrame('../../../../../index-list.html')" href="../../../../../all-index-A.html">Index</a>&nbsp;|&nbsp;<a href="../../../../../index.html?com/cimians/openPyro/controls/scrollBarClasses/VScrollBarLayout.html&amp;com/cimians/openPyro/controls/scrollBarClasses/class-list.html" id="framesLink1">Frames</a><a onclick="parent.location=document.location" href="" style="display:none" id="noFramesLink1">No&nbsp;Frames</a></td><td rowspan="3" align="right" class="titleTableLogo"><img alt="Adobe Logo" title="Adobe Logo" class="logoImage" src="../../../../../images/logo.jpg"></td> </tr> <tr class="titleTableRow2"> <td align="left" id="subTitle" class="titleTableSubTitle">Class&nbsp;VScrollBarLayout</td><td align="right" id="subNav" class="titleTableSubNav"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a></td> </tr> <tr class="titleTableRow3"> <td colspan="2">&nbsp;</td> </tr> </table> <script type="text/javascript" language="javascript"> <!-- if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("Class VScrollBarLayout"); titleBar_setSubNav(false,true,false,false,false,false,true,false,false,false,false,false,false,false);} --></script> <div class="MainContent"> <table cellspacing="0" cellpadding="0" class="classHeaderTable"> <tr> <td class="classHeaderTableLabel">Package</td><td><a onclick="javascript:loadClassListFrame('class-list.html')" href="package-detail.html">com.cimians.openPyro.controls.scrollBarClasses</a></td> </tr> <tr> <td class="classHeaderTableLabel">Class</td><td class="classSignature">public class VScrollBarLayout</td> </tr> <tr> <td class="classHeaderTableLabel">Implements</td><td><a href="../../layout/ILayout.html">ILayout</a></td> </tr> </table> <p></p> <p></p> <br> <hr> </div> <a name="propertySummary"></a> <div class="summarySection"> <div class="summaryTableTitle">Public Properties</div> <table id="summaryTableProperty" class="summaryTable " cellpadding="3" cellspacing="0"> <tr> <th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined&nbsp;by</th> </tr> <tr class=""> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#container">container</a> : <a href="../../core/UIContainer.html">UIContainer</a> <div class="summaryTableDescription">[write-only]</div> </td><td class="summaryTableOwnerCol">VScrollBarLayout</td> </tr> </table> </div> <a name="protectedPropertySummary"></a> <div class="summarySection"> <div class="summaryTableTitle">Protected Properties</div> <table id="summaryTableProtectedProperty" class="summaryTable " cellpadding="3" cellspacing="0"> <tr> <th>&nbsp;</th><th colspan="2">Property</th><th class="summaryTableOwnerCol">Defined&nbsp;by</th> </tr> <tr class=""> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a class="signatureLink" href="#_scrollBar">_scrollBar</a> : <a href="../../controls/ScrollBar.html">ScrollBar</a> <div class="summaryTableDescription"></div> </td><td class="summaryTableOwnerCol">VScrollBarLayout</td> </tr> </table> </div> <a name="methodSummary"></a> <div class="summarySection"> <div class="summaryTableTitle">Public Methods</div> <table id="summaryTableMethod" class="summaryTable " cellpadding="3" cellspacing="0"> <tr> <th>&nbsp;</th><th colspan="2">Method</th><th class="summaryTableOwnerCol">Defined&nbsp;by</th> </tr> <tr class=""> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"> <div class="summarySignature"> <a class="signatureLink" href="#getMaxHeight()">getMaxHeight</a>(children:Array):Number</div> <div class="summaryTableDescription"></div> </td><td class="summaryTableOwnerCol">VScrollBarLayout</td> </tr> <tr class=""> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"> <div class="summarySignature"> <a class="signatureLink" href="#getMaxWidth()">getMaxWidth</a>(children:Array):Number</div> <div class="summaryTableDescription"></div> </td><td class="summaryTableOwnerCol">VScrollBarLayout</td> </tr> <tr class=""> <td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"> <div class="summarySignature"> <a class="signatureLink" href="#layout()">layout</a>(children:Array):void</div> <div class="summaryTableDescription"></div> </td><td class="summaryTableOwnerCol">VScrollBarLayout</td> </tr> </table> </div> <script type="text/javascript" language="javascript"> <!-- showHideInherited(); --></script> <div class="MainContent"> <a name="propertyDetail"></a> <div class="detailSectionHeader">Property detail</div> <a name="container"></a> <table cellspacing="0" cellpadding="0" class="detailHeader"> <tr> <td class="detailHeaderName">container</td><td class="detailHeaderType">property</td> </tr> </table> <div class="detailBody"> <code>container:<a href="../../core/UIContainer.html">UIContainer</a></code>&nbsp;&nbsp;[write-only]<span class="label">Implementation</span> <br> <code>&nbsp;&nbsp;&nbsp;&nbsp;public function set container(value:<a href="../../core/UIContainer.html">UIContainer</a>):void</code> <br> </div> <a name="_scrollBar"></a> <table cellspacing="0" cellpadding="0" class="detailHeader"> <tr> <td class="detailHeaderName">_scrollBar</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td> </tr> </table> <div class="detailBody"> <code>protected var _scrollBar:<a href="../../controls/ScrollBar.html">ScrollBar</a></code> </div> <a name="methodDetail"></a> <div class="detailSectionHeader">Method detail</div> <a name="getMaxHeight()"></a> <table cellspacing="0" cellpadding="0" class="detailHeader"> <tr> <td class="detailHeaderName">getMaxHeight</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td> </tr> </table> <div class="detailBody"> <code>public function getMaxHeight(children:Array):Number</code><span class="label">Parameters</span> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20px"></td><td><code><span class="label">children</span>:Array</code></td> </tr> </table> <p></p> <span class="label">Returns</span> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20"></td><td><code>Number</code></td> </tr> </table> </div> <a name="getMaxWidth()"></a> <table cellspacing="0" cellpadding="0" class="detailHeader"> <tr> <td class="detailHeaderName">getMaxWidth</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td> </tr> </table> <div class="detailBody"> <code>public function getMaxWidth(children:Array):Number</code><span class="label">Parameters</span> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20px"></td><td><code><span class="label">children</span>:Array</code></td> </tr> </table> <p></p> <span class="label">Returns</span> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20"></td><td><code>Number</code></td> </tr> </table> </div> <a name="layout()"></a> <table cellspacing="0" cellpadding="0" class="detailHeader"> <tr> <td class="detailHeaderName">layout</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td> </tr> </table> <div class="detailBody"> <code>public function layout(children:Array):void</code><span class="label">Parameters</span> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="20px"></td><td><code><span class="label">children</span>:Array</code></td> </tr> </table> </div> <br> <br> <hr> <br> <p></p> <center class="copyright"> </center> </div> </body> </html> <!-- -->
public/modules/mobiledescriptions/views/create-mobiledescription.client.view.html
gehlotchirag/MeherWeb
<section data-ng-controller="MobiledescriptionsController"> <div class="page-header"> <h1>New Mobiledescription</h1> </div> <div class="col-md-12"> <form class="form-horizontal" data-ng-submit="create()" novalidate> <fieldset> <div class="form-group"> <label class="control-label" for="name">Name</label> <div class="controls"> <input type="text" data-ng-model="name" id="name" class="form-control" placeholder="Name" required> </div> </div> <div class="form-group"> <input type="submit" class="btn btn-default"> </div> <div data-ng-show="error" class="text-danger"> <strong data-ng-bind="error"></strong> </div> </fieldset> </form> </div> </section>
gh-pages/components/cards/index.html
moconnor-bmj/BMDL
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta content="initial-scale=1, shrink-to-fit=no, width=device-width" name="viewport"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Cards &middot; BMDL</title> <!-- css --> <!-- add material font (roboto) and material icon as needed --> <link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i" rel="stylesheet"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <!-- add material css | replace bootstrap.css --> <link href="../../../css/material.min.css" rel="stylesheet"> <!-- additional css for documentation --> <link href="https://v4-alpha.getbootstrap.com/assets/css/docs.min.css" rel="stylesheet"> <link href="../../../css/project.min.css" rel="stylesheet"> <!-- Javascript --> <script type='text/javascript' src="../../../js/multimedia/modernizr.custom.js"></script> </head> </head> <body class="doc-body"> <div class="navbar navbar-inverse toolbar-waterfall doc-navbar" id="doc_navbar"> <button aria-controls="doc_navdrawer" aria-expanded="false" aria-label="Toggle Navdrawer" class="navbar-toggler hidden-lg-up" data-target="#doc_navdrawer" data-toggle="navdrawer" data-type="permanent"> <span class="navbar-toggler-icon"></span> </button> <a class="navbar-brand hidden-lg-up" href="../../../index.html">BMDL</a> </div> <div class="navdrawer navdrawer-permanent doc-navdrawer" id="doc_navdrawer"> <div class="navdrawer-content"> <div class="navdrawer-header"> <a class="navbar-brand px-0" href="../../../index.html">BMDL</a> </div> <nav class="navdrawer-nav"> <a class="nav-item nav-link collapsed" data-toggle="collapse" href="#doc_navdrawer_bp-components">BP Components</a> <div class="collapse " id="doc_navdrawer_bp-components"> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/bp-components/access/index.html">Access</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/bp-components/browse-specialties/index.html">Browse Specialties</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/bp-components/calculators/index.html">Calculators</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/bp-components/messaging/index.html">Messaging</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/bp-components/multimedia/index.html">Multimedia</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/bp-components/popovers-tooltips/index.html">Popovers Tooltips</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/bp-components/serp/index.html">SERP</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/bp-components/treatment-table/index.html">Treatment table</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/bp-components/topic-tables/index.html">Topic tables</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/bp-components/condition-landing-page/index.html">Condition Landing Page</a> </div> <a class="nav-item nav-link collapsed" data-toggle="collapse" href="#doc_navdrawer_bp-utilities">BP Utilities</a> <div class="collapse " id="doc_navdrawer_bp-utilities"> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/bp-utilities/colors/index.html">Colors</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/bp-utilities/typography-kitchen-sink/index.html">Typography kitchen sink</a> </div> <a class="nav-item nav-link collapsed" data-toggle="collapse" href="#doc_navdrawer_layout">Layout</a> <div class="collapse " id="doc_navdrawer_layout"> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/layout/grid-system/index.html">Grid system</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/layout/media-object/index.html">Media object</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/layout/responsive-utilities/index.html">Responsive utilities</a> </div> <a class="nav-item nav-link " data-toggle="collapse" href="#doc_navdrawer_components">Components</a> <div class="collapse show" id="doc_navdrawer_components"> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/components/alerts/index.html">Alerts</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/components/badges/index.html">Badges</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/components/breadcrumb/index.html">Breadcrumb</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/components/buttons/index.html">Buttons</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/components/button-group/index.html">Button group</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm active" href="../../../gh-pages/components/cards/index.html">Cards</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/components/carousel/index.html">Carousel</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/components/collapse/index.html">Collapse</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/components/dropdowns/index.html">Dropdowns</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/components/forms/index.html">Forms</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/components/input-group/index.html">Input group</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/components/jumbotron/index.html">Jumbotron</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/components/list-group/index.html">List group</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/components/modal/index.html">Modal</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/components/navs/index.html">Navs</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/components/navbar/index.html">Navbar</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/components/pagination/index.html">Pagination</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/components/popovers/index.html">Popovers</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/components/progress/index.html">Progress</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/components/scrollspy/index.html">Scrollspy</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/components/tooltips/index.html">Tooltips</a> </div> <a class="nav-item nav-link collapsed" data-toggle="collapse" href="#doc_navdrawer_utilities">Utilities</a> <div class="collapse " id="doc_navdrawer_utilities"> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/utilities/borders/index.html">Borders</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/utilities/clearfix/index.html">Clearfix</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/utilities/close-icon/index.html">Close icon</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/utilities/colors/index.html">Colors</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/utilities/flexbox/index.html">Flexbox</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/utilities/display-property/index.html">Display property</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/utilities/image-replacement/index.html">Image replacement</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/utilities/invisible-content/index.html">Invisible content</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/utilities/position/index.html">Position</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/utilities/responsive-helpers/index.html">Responsive helpers</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/utilities/screenreaders/index.html">Screenreaders</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/utilities/sizing/index.html">Sizing</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/utilities/spacing/index.html">Spacing</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/utilities/typography/index.html">Typography</a> <a class="nav-item nav-link font-weight-normal pl-lg py-sm " href="../../../gh-pages/utilities/vertical-alignment/index.html">Vertical alignment</a> </div> </nav> </div> </div> <div class="jumbotron jumbotron-fluid mb-xl doc-jumbotron" id="doc_jumbotron"> <div class="container"> <div class="row"> <div class="col-sm-10 col-md-10 col-xl-10 offset-sm-1 offset-md-1 offset-xl-1"> <h1 class="typography-display-3">Cards</h1> <p class="font-weight-light typography-title">Bootstrap's cards provide a flexible and extensible content container with multiple variants and options.</p> </div> </div> </div> </div> <main class="doc-main"> <div class="container"> <div class="row"> <!--<div class="col-sm-10 col-md-8 col-xl-6 offset-sm-1 offset-md-2 offset-xl-3">--> <div class="col-sm-12 col-md-12"> <div class="bd-content mb-xl"> <p>A <strong>card</strong> is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.</p> <p>If you’re familiar with Bootstrap 3, cards replace our old panels, wells, and thumbnails. Similar functionality to those components is available as modifier classes for cards.</p> <h2 id="contents">Contents</h2> <ul id="markdown-toc"> <li><a href="#contents" id="markdown-toc-contents">Contents</a></li> <li><a href="#example" id="markdown-toc-example">Example</a></li> <li><a href="#content-types" id="markdown-toc-content-types">Content types</a> <ul> <li><a href="#blocks" id="markdown-toc-blocks">Blocks</a></li> <li><a href="#titles-text-and-links" id="markdown-toc-titles-text-and-links">Titles, text, and links</a></li> <li><a href="#images" id="markdown-toc-images">Images</a></li> <li><a href="#list-groups" id="markdown-toc-list-groups">List groups</a></li> <li><a href="#kitchen-sink" id="markdown-toc-kitchen-sink">Kitchen sink</a></li> <li><a href="#header-and-footer" id="markdown-toc-header-and-footer">Header and footer</a></li> </ul> </li> <li><a href="#sizing" id="markdown-toc-sizing">Sizing</a> <ul> <li><a href="#using-grid-markup" id="markdown-toc-using-grid-markup">Using grid markup</a></li> <li><a href="#using-utilities" id="markdown-toc-using-utilities">Using utilities</a></li> <li><a href="#using-custom-css" id="markdown-toc-using-custom-css">Using custom CSS</a></li> </ul> </li> <li><a href="#text-alignment" id="markdown-toc-text-alignment">Text alignment</a></li> <li><a href="#navigation" id="markdown-toc-navigation">Navigation</a></li> <li><a href="#images-1" id="markdown-toc-images-1">Images</a> <ul> <li><a href="#image-caps" id="markdown-toc-image-caps">Image caps</a></li> <li><a href="#image-overlays" id="markdown-toc-image-overlays">Image overlays</a></li> </ul> </li> <li><a href="#card-styles" id="markdown-toc-card-styles">Card styles</a> <ul> <li><a href="#inverted-text" id="markdown-toc-inverted-text">Inverted text</a></li> <li><a href="#background-variants" id="markdown-toc-background-variants">Background variants</a></li> <li><a href="#outline-cards" id="markdown-toc-outline-cards">Outline cards</a></li> </ul> </li> <li><a href="#card-layout" id="markdown-toc-card-layout">Card layout</a> <ul> <li><a href="#card-groups" id="markdown-toc-card-groups">Card groups</a></li> <li><a href="#card-decks" id="markdown-toc-card-decks">Card decks</a></li> <li><a href="#card-columns" id="markdown-toc-card-columns">Card columns</a></li> </ul> </li> </ul> <h2 id="example">Example</h2> <p>Cards are built with as little markup and styles as possible, but still manage to deliver a ton of control and customization. Built with flexbox, they offer easy alignment and mix well with other Bootstrap components.</p> <p>Below is an example of a basic card with mixed content and a fixed width. Cards have no fixed width to start, so they’ll naturally fill the full width of its parent element. This is easily customized with our various <a href="#sizing">sizing options</a>.</p> <div class="bd-example" data-example-id=""> <div class="card" style="width: 20rem;"> <img class="card-img-top" data-src="holder.js/100px180/" alt="Card image cap" /> <div class="card-block"> <h4 class="card-title">Card title</h4> <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> <a href="#" class="btn btn-primary">Go somewhere</a> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span> <span class="na">style=</span><span class="s">"width: 20rem;"</span><span class="nt">&gt;</span> <span class="nt">&lt;img</span> <span class="na">class=</span><span class="s">"card-img-top"</span> <span class="na">src=</span><span class="s">"..."</span> <span class="na">alt=</span><span class="s">"Card image cap"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>Some quick example text to build on the card title and make up the bulk of the card's content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"btn btn-primary"</span><span class="nt">&gt;</span>Go somewhere<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <h2 id="content-types">Content types</h2> <p>Cards support a wide variety of content, including images, text, list groups, links, and more. Below are examples of what’s supported.</p> <h3 id="blocks">Blocks</h3> <p>The building block of a card is the <code class="highlighter-rouge">.card-block</code>. Use it whenever you need a padded section within a card.</p> <div class="bd-example" data-example-id=""> <div class="card"> <div class="card-block"> This is some text within a card block. </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> This is some text within a card block. <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <h3 id="titles-text-and-links">Titles, text, and links</h3> <p>Card titles are used by adding <code class="highlighter-rouge">.card-title</code> to a <code class="highlighter-rouge">&lt;h*&gt;</code> tag. In the same way, links are added and placed next to each other by adding <code class="highlighter-rouge">.card-link</code> to a <code class="highlighter-rouge">&lt;a&gt;</code> tag.</p> <p>Subtitles are used by adding a <code class="highlighter-rouge">.card-subtitle</code> to a <code class="highlighter-rouge">&lt;h*&gt;</code> tag. If the <code class="highlighter-rouge">.card-title</code> and the <code class="highlighter-rouge">.card-subtitle</code> items are placed in a <code class="highlighter-rouge">.card-block</code> item, the card title and subtitle are aligned nicely.</p> <div class="bd-example" data-example-id=""> <div class="card"> <div class="card-block"> <h4 class="card-title">Card title</h4> <h6 class="card-subtitle mb-2 text-muted">Card subtitle</h6> <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> <a href="#" class="card-link">Card link</a> <a href="#" class="card-link">Another link</a> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;h6</span> <span class="na">class=</span><span class="s">"card-subtitle mb-2 text-muted"</span><span class="nt">&gt;</span>Card subtitle<span class="nt">&lt;/h6&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>Some quick example text to build on the card title and make up the bulk of the card's content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"card-link"</span><span class="nt">&gt;</span>Card link<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"card-link"</span><span class="nt">&gt;</span>Another link<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <h3 id="images">Images</h3> <p><code class="highlighter-rouge">.card-img-top</code> places an image to the top of the card. With <code class="highlighter-rouge">.card-text</code>, text can be added to the card. Text within <code class="highlighter-rouge">.card-text</code> can also be styled with the standard HTML tags.</p> <div class="bd-example" data-example-id=""> <div class="card"> <img class="card-img-top" data-src="holder.js/100px180/?text=Image cap" alt="Card image cap" /> <div class="card-block"> <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;img</span> <span class="na">class=</span><span class="s">"card-img-top"</span> <span class="na">src=</span><span class="s">"..."</span> <span class="na">alt=</span><span class="s">"Card image cap"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>Some quick example text to build on the card title and make up the bulk of the card's content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <h3 id="list-groups">List groups</h3> <p>Create lists of content in a card with a flush list group.</p> <div class="bd-example" data-example-id=""> <div class="card"> <ul class="list-group list-group-flush"> <li class="list-group-item">Cras justo odio</li> <li class="list-group-item">Dapibus ac facilisis in</li> <li class="list-group-item">Vestibulum at eros</li> </ul> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;ul</span> <span class="na">class=</span><span class="s">"list-group list-group-flush"</span><span class="nt">&gt;</span> <span class="nt">&lt;li</span> <span class="na">class=</span><span class="s">"list-group-item"</span><span class="nt">&gt;</span>Cras justo odio<span class="nt">&lt;/li&gt;</span> <span class="nt">&lt;li</span> <span class="na">class=</span><span class="s">"list-group-item"</span><span class="nt">&gt;</span>Dapibus ac facilisis in<span class="nt">&lt;/li&gt;</span> <span class="nt">&lt;li</span> <span class="na">class=</span><span class="s">"list-group-item"</span><span class="nt">&gt;</span>Vestibulum at eros<span class="nt">&lt;/li&gt;</span> <span class="nt">&lt;/ul&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <h3 id="kitchen-sink">Kitchen sink</h3> <p>Mix and match multiple content types to create the card you need, or throw everything in there. Shown below are image styles, blocks, text styles, and a list group—all wrapped in a fixed-width card.</p> <div class="bd-example" data-example-id=""> <div class="card" style="width: 20rem;"> <img class="card-img-top" data-src="holder.js/100px180/?text=Image cap" alt="Card image cap" /> <div class="card-block"> <h4 class="card-title">Card title</h4> <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> </div> <ul class="list-group list-group-flush"> <li class="list-group-item">Cras justo odio</li> <li class="list-group-item">Dapibus ac facilisis in</li> <li class="list-group-item">Vestibulum at eros</li> </ul> <div class="card-block"> <a href="#" class="card-link">Card link</a> <a href="#" class="card-link">Another link</a> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span> <span class="na">style=</span><span class="s">"width: 20rem;"</span><span class="nt">&gt;</span> <span class="nt">&lt;img</span> <span class="na">class=</span><span class="s">"card-img-top"</span> <span class="na">src=</span><span class="s">"..."</span> <span class="na">alt=</span><span class="s">"Card image cap"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>Some quick example text to build on the card title and make up the bulk of the card's content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;ul</span> <span class="na">class=</span><span class="s">"list-group list-group-flush"</span><span class="nt">&gt;</span> <span class="nt">&lt;li</span> <span class="na">class=</span><span class="s">"list-group-item"</span><span class="nt">&gt;</span>Cras justo odio<span class="nt">&lt;/li&gt;</span> <span class="nt">&lt;li</span> <span class="na">class=</span><span class="s">"list-group-item"</span><span class="nt">&gt;</span>Dapibus ac facilisis in<span class="nt">&lt;/li&gt;</span> <span class="nt">&lt;li</span> <span class="na">class=</span><span class="s">"list-group-item"</span><span class="nt">&gt;</span>Vestibulum at eros<span class="nt">&lt;/li&gt;</span> <span class="nt">&lt;/ul&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"card-link"</span><span class="nt">&gt;</span>Card link<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"card-link"</span><span class="nt">&gt;</span>Another link<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <h3 id="header-and-footer">Header and footer</h3> <p>Add an optional header and/or footer within a card.</p> <div class="bd-example" data-example-id=""> <div class="card"> <div class="card-header"> Featured </div> <div class="card-block"> <h4 class="card-title">Special title treatment</h4> <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> <a href="#" class="btn btn-primary">Go somewhere</a> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-header"</span><span class="nt">&gt;</span> Featured <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Special title treatment<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>With supporting text below as a natural lead-in to additional content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"btn btn-primary"</span><span class="nt">&gt;</span>Go somewhere<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <p>Card headers can be styled by adding <code class="highlighter-rouge">.card-header</code> to <code class="highlighter-rouge">&lt;h*&gt;</code> elements.</p> <div class="bd-example" data-example-id=""> <div class="card"> <h3 class="card-header">Featured</h3> <div class="card-block"> <h4 class="card-title">Special title treatment</h4> <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> <a href="#" class="btn btn-primary">Go somewhere</a> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;h3</span> <span class="na">class=</span><span class="s">"card-header"</span><span class="nt">&gt;</span>Featured<span class="nt">&lt;/h3&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Special title treatment<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>With supporting text below as a natural lead-in to additional content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"btn btn-primary"</span><span class="nt">&gt;</span>Go somewhere<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <div class="bd-example" data-example-id=""> <div class="card"> <div class="card-header"> Quote </div> <div class="card-block"> <blockquote class="card-blockquote"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> <footer>Someone famous in <cite title="Source Title">Source Title</cite></footer> </blockquote> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-header"</span><span class="nt">&gt;</span> Quote <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;blockquote</span> <span class="na">class=</span><span class="s">"card-blockquote"</span><span class="nt">&gt;</span> <span class="nt">&lt;p&gt;</span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;footer&gt;</span>Someone famous in <span class="nt">&lt;cite</span> <span class="na">title=</span><span class="s">"Source Title"</span><span class="nt">&gt;</span>Source Title<span class="nt">&lt;/cite&gt;&lt;/footer&gt;</span> <span class="nt">&lt;/blockquote&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <div class="bd-example" data-example-id=""> <div class="card text-center"> <div class="card-header"> Featured </div> <div class="card-block"> <h4 class="card-title">Special title treatment</h4> <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> <a href="#" class="btn btn-primary">Go somewhere</a> </div> <div class="card-footer text-muted"> 2 days ago </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card text-center"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-header"</span><span class="nt">&gt;</span> Featured <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Special title treatment<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>With supporting text below as a natural lead-in to additional content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"btn btn-primary"</span><span class="nt">&gt;</span>Go somewhere<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-footer text-muted"</span><span class="nt">&gt;</span> 2 days ago <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <h2 id="sizing">Sizing</h2> <p>Cards assume no specific <code class="highlighter-rouge">width</code> to start, so they’ll be 100% wide unless otherwise stated. You can change this as needed with custom CSS, grid classes, grid Sass mixins, or utilities.</p> <h3 id="using-grid-markup">Using grid markup</h3> <p>Using the grid, wrap cards in columns and rows as needed.</p> <div class="bd-example" data-example-id=""> <div class="row"> <div class="col-sm-6"> <div class="card"> <div class="card-block"> <h3 class="card-title">Special title treatment</h3> <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> <a href="#" class="btn btn-primary">Go somewhere</a> </div> </div> </div> <div class="col-sm-6"> <div class="card"> <div class="card-block"> <h3 class="card-title">Special title treatment</h3> <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> <a href="#" class="btn btn-primary">Go somewhere</a> </div> </div> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"row"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"col-sm-6"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h3</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Special title treatment<span class="nt">&lt;/h3&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>With supporting text below as a natural lead-in to additional content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"btn btn-primary"</span><span class="nt">&gt;</span>Go somewhere<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"col-sm-6"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h3</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Special title treatment<span class="nt">&lt;/h3&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>With supporting text below as a natural lead-in to additional content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"btn btn-primary"</span><span class="nt">&gt;</span>Go somewhere<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <h3 id="using-utilities">Using utilities</h3> <p>Use our handful of <a href="/utilities/sizing/">available sizing utilities</a> to quickly set a card’s width.</p> <div class="bd-example" data-example-id=""> <div class="card w-75"> <div class="card-block"> <h3 class="card-title">Card title</h3> <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> <a href="#" class="btn btn-primary">Button</a> </div> </div> <div class="card w-50"> <div class="card-block"> <h3 class="card-title">Card title</h3> <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> <a href="#" class="btn btn-primary">Button</a> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card w-75"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h3</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h3&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>With supporting text below as a natural lead-in to additional content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"btn btn-primary"</span><span class="nt">&gt;</span>Button<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card w-50"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h3</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h3&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>With supporting text below as a natural lead-in to additional content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"btn btn-primary"</span><span class="nt">&gt;</span>Button<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <h3 id="using-custom-css">Using custom CSS</h3> <p>Use custom CSS in your stylesheets or as inline styles to set a width.</p> <div class="bd-example" data-example-id=""> <div class="card" style="width: 20rem;"> <div class="card-block"> <h3 class="card-title">Special title treatment</h3> <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> <a href="#" class="btn btn-primary">Go somewhere</a> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span> <span class="na">style=</span><span class="s">"width: 20rem;"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h3</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Special title treatment<span class="nt">&lt;/h3&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>With supporting text below as a natural lead-in to additional content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"btn btn-primary"</span><span class="nt">&gt;</span>Go somewhere<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <h2 id="text-alignment">Text alignment</h2> <p>You can quickly change the text alignment of any card—in its entirety or specific parts—with our <a href="/utilities/typography/#text-alignment">text align classes</a>.</p> <div class="bd-example" data-example-id=""> <div class="card" style="width: 20rem;"> <div class="card-block"> <h4 class="card-title">Special title treatment</h4> <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> <a href="#" class="btn btn-primary">Go somewhere</a> </div> </div> <div class="card text-center" style="width: 20rem;"> <div class="card-block"> <h4 class="card-title">Special title treatment</h4> <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> <a href="#" class="btn btn-primary">Go somewhere</a> </div> </div> <div class="card text-right" style="width: 20rem;"> <div class="card-block"> <h4 class="card-title">Special title treatment</h4> <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> <a href="#" class="btn btn-primary">Go somewhere</a> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span> <span class="na">style=</span><span class="s">"width: 20rem;"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Special title treatment<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>With supporting text below as a natural lead-in to additional content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"btn btn-primary"</span><span class="nt">&gt;</span>Go somewhere<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card text-center"</span> <span class="na">style=</span><span class="s">"width: 20rem;"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Special title treatment<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>With supporting text below as a natural lead-in to additional content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"btn btn-primary"</span><span class="nt">&gt;</span>Go somewhere<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card text-right"</span> <span class="na">style=</span><span class="s">"width: 20rem;"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Special title treatment<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>With supporting text below as a natural lead-in to additional content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"btn btn-primary"</span><span class="nt">&gt;</span>Go somewhere<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <h2 id="navigation">Navigation</h2> <p>Add some navigation to a card’s header (or block) with Bootstrap’s <a href="/components/navs/">nav components</a>.</p> <div class="bd-example" data-example-id=""> <div class="card text-center"> <div class="card-header"> <ul class="nav nav-tabs card-header-tabs"> <li class="nav-item"> <a class="nav-link active" href="#">Active</a> </li> <li class="nav-item"> <a class="nav-link" href="#">Link</a> </li> <li class="nav-item"> <a class="nav-link disabled" href="#">Disabled</a> </li> </ul> </div> <div class="card-block"> <h4 class="card-title">Special title treatment</h4> <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> <a href="#" class="btn btn-primary">Go somewhere</a> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card text-center"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-header"</span><span class="nt">&gt;</span> <span class="nt">&lt;ul</span> <span class="na">class=</span><span class="s">"nav nav-tabs card-header-tabs"</span><span class="nt">&gt;</span> <span class="nt">&lt;li</span> <span class="na">class=</span><span class="s">"nav-item"</span><span class="nt">&gt;</span> <span class="nt">&lt;a</span> <span class="na">class=</span><span class="s">"nav-link active"</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;</span>Active<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/li&gt;</span> <span class="nt">&lt;li</span> <span class="na">class=</span><span class="s">"nav-item"</span><span class="nt">&gt;</span> <span class="nt">&lt;a</span> <span class="na">class=</span><span class="s">"nav-link"</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;</span>Link<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/li&gt;</span> <span class="nt">&lt;li</span> <span class="na">class=</span><span class="s">"nav-item"</span><span class="nt">&gt;</span> <span class="nt">&lt;a</span> <span class="na">class=</span><span class="s">"nav-link disabled"</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;</span>Disabled<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/li&gt;</span> <span class="nt">&lt;/ul&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Special title treatment<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>With supporting text below as a natural lead-in to additional content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"btn btn-primary"</span><span class="nt">&gt;</span>Go somewhere<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <div class="bd-example" data-example-id=""> <div class="card text-center"> <div class="card-header"> <ul class="nav nav-pills card-header-pills"> <li class="nav-item"> <a class="nav-link active" href="#">Active</a> </li> <li class="nav-item"> <a class="nav-link" href="#">Link</a> </li> <li class="nav-item"> <a class="nav-link disabled" href="#">Disabled</a> </li> </ul> </div> <div class="card-block"> <h4 class="card-title">Special title treatment</h4> <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> <a href="#" class="btn btn-primary">Go somewhere</a> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card text-center"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-header"</span><span class="nt">&gt;</span> <span class="nt">&lt;ul</span> <span class="na">class=</span><span class="s">"nav nav-pills card-header-pills"</span><span class="nt">&gt;</span> <span class="nt">&lt;li</span> <span class="na">class=</span><span class="s">"nav-item"</span><span class="nt">&gt;</span> <span class="nt">&lt;a</span> <span class="na">class=</span><span class="s">"nav-link active"</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;</span>Active<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/li&gt;</span> <span class="nt">&lt;li</span> <span class="na">class=</span><span class="s">"nav-item"</span><span class="nt">&gt;</span> <span class="nt">&lt;a</span> <span class="na">class=</span><span class="s">"nav-link"</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;</span>Link<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/li&gt;</span> <span class="nt">&lt;li</span> <span class="na">class=</span><span class="s">"nav-item"</span><span class="nt">&gt;</span> <span class="nt">&lt;a</span> <span class="na">class=</span><span class="s">"nav-link disabled"</span> <span class="na">href=</span><span class="s">"#"</span><span class="nt">&gt;</span>Disabled<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/li&gt;</span> <span class="nt">&lt;/ul&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Special title treatment<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>With supporting text below as a natural lead-in to additional content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"btn btn-primary"</span><span class="nt">&gt;</span>Go somewhere<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <h2 id="images-1">Images</h2> <p>Cards include a few options for working with images. Choose from appending “image caps” at either end of a card, overlaying images with card content, or simply embedding the image in a card.</p> <h3 id="image-caps">Image caps</h3> <p>Similar to headers and footers, cards can include top and bottom “image caps”—images at the top or bottom of a card.</p> <div class="bd-example" data-example-id=""> <div class="card mb-3"> <img class="card-img-top" data-src="holder.js/100px180/" alt="Card image cap" /> <div class="card-block"> <h4 class="card-title">Card title</h4> <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> </div> </div> <div class="card"> <div class="card-block"> <h4 class="card-title">Card title</h4> <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> </div> <img class="card-img-bottom" data-src="holder.js/100px180/" alt="Card image cap" /> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card mb-3"</span><span class="nt">&gt;</span> <span class="nt">&lt;img</span> <span class="na">class=</span><span class="s">"card-img-top"</span> <span class="na">src=</span><span class="s">"..."</span> <span class="na">alt=</span><span class="s">"Card image cap"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;&lt;small</span> <span class="na">class=</span><span class="s">"text-muted"</span><span class="nt">&gt;</span>Last updated 3 mins ago<span class="nt">&lt;/small&gt;&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;&lt;small</span> <span class="na">class=</span><span class="s">"text-muted"</span><span class="nt">&gt;</span>Last updated 3 mins ago<span class="nt">&lt;/small&gt;&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;img</span> <span class="na">class=</span><span class="s">"card-img-bottom"</span> <span class="na">src=</span><span class="s">"..."</span> <span class="na">alt=</span><span class="s">"Card image cap"</span><span class="nt">&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <h3 id="image-overlays">Image overlays</h3> <p>Turn an image into a card background and overlay your card’s text. Depending on the image, you may or may not need <code class="highlighter-rouge">.card-inverse</code> (see below).</p> <div class="bd-example" data-example-id=""> <div class="card card-inverse"> <img class="card-img" data-src="holder.js/100px270/#55595c:#373a3c/text:Card image" alt="Card image" /> <div class="card-img-overlay"> <h4 class="card-title">Card title</h4> <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card card-inverse"</span><span class="nt">&gt;</span> <span class="nt">&lt;img</span> <span class="na">class=</span><span class="s">"card-img"</span> <span class="na">src=</span><span class="s">"..."</span> <span class="na">alt=</span><span class="s">"Card image"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-img-overlay"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;&lt;small</span> <span class="na">class=</span><span class="s">"text-muted"</span><span class="nt">&gt;</span>Last updated 3 mins ago<span class="nt">&lt;/small&gt;&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <h2 id="card-styles">Card styles</h2> <p>Cards include various options for customizing their backgrounds, borders, and color.</p> <h3 id="inverted-text">Inverted text</h3> <p>By default, cards use dark text and assume a light background. You can reverse that by toggling the <code class="highlighter-rouge">color</code> of text within, as well as that of the card’s subcomponents, with <code class="highlighter-rouge">.card-inverse</code>. Then, specify a dark <code class="highlighter-rouge">background-color</code> and <code class="highlighter-rouge">border-color</code> to go with it.</p> <p>You can also use <code class="highlighter-rouge">.card-inverse</code> with the <a href="#background-variants">contextual backgrounds variants</a>.</p> <div class="bd-example" data-example-id=""> <div class="card card-inverse" style="background-color: #333; border-color: #333;"> <div class="card-block"> <h3 class="card-title">Special title treatment</h3> <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> <a href="#" class="btn btn-primary">Go somewhere</a> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card card-inverse"</span> <span class="na">style=</span><span class="s">"background-color: #333; border-color: #333;"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h3</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Special title treatment<span class="nt">&lt;/h3&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>With supporting text below as a natural lead-in to additional content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"btn btn-primary"</span><span class="nt">&gt;</span>Go somewhere<span class="nt">&lt;/a&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <h3 id="background-variants">Background variants</h3> <p>Cards include their own variant classes for quickly changing the <code class="highlighter-rouge">background-color</code> and <code class="highlighter-rouge">border-color</code> of a card. <strong>Darker colors require the use of <code class="highlighter-rouge">.card-inverse</code>.</strong></p> <div class="bd-example" data-example-id=""> <div class="card card-inverse card-primary mb-3 text-center"> <div class="card-block"> <blockquote class="card-blockquote"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> <footer>Someone famous in <cite title="Source Title">Source Title</cite></footer> </blockquote> </div> </div> <div class="card card-inverse card-success mb-3 text-center"> <div class="card-block"> <blockquote class="card-blockquote"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> <footer>Someone famous in <cite title="Source Title">Source Title</cite></footer> </blockquote> </div> </div> <div class="card card-inverse card-info mb-3 text-center"> <div class="card-block"> <blockquote class="card-blockquote"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> <footer>Someone famous in <cite title="Source Title">Source Title</cite></footer> </blockquote> </div> </div> <div class="card card-inverse card-warning mb-3 text-center"> <div class="card-block"> <blockquote class="card-blockquote"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> <footer>Someone famous in <cite title="Source Title">Source Title</cite></footer> </blockquote> </div> </div> <div class="card card-inverse card-danger text-center"> <div class="card-block"> <blockquote class="card-blockquote"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> <footer>Someone famous in <cite title="Source Title">Source Title</cite></footer> </blockquote> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card card-inverse card-primary mb-3 text-center"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;blockquote</span> <span class="na">class=</span><span class="s">"card-blockquote"</span><span class="nt">&gt;</span> <span class="nt">&lt;p&gt;</span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;footer&gt;</span>Someone famous in <span class="nt">&lt;cite</span> <span class="na">title=</span><span class="s">"Source Title"</span><span class="nt">&gt;</span>Source Title<span class="nt">&lt;/cite&gt;&lt;/footer&gt;</span> <span class="nt">&lt;/blockquote&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card card-inverse card-success mb-3 text-center"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;blockquote</span> <span class="na">class=</span><span class="s">"card-blockquote"</span><span class="nt">&gt;</span> <span class="nt">&lt;p&gt;</span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;footer&gt;</span>Someone famous in <span class="nt">&lt;cite</span> <span class="na">title=</span><span class="s">"Source Title"</span><span class="nt">&gt;</span>Source Title<span class="nt">&lt;/cite&gt;&lt;/footer&gt;</span> <span class="nt">&lt;/blockquote&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card card-inverse card-info mb-3 text-center"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;blockquote</span> <span class="na">class=</span><span class="s">"card-blockquote"</span><span class="nt">&gt;</span> <span class="nt">&lt;p&gt;</span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;footer&gt;</span>Someone famous in <span class="nt">&lt;cite</span> <span class="na">title=</span><span class="s">"Source Title"</span><span class="nt">&gt;</span>Source Title<span class="nt">&lt;/cite&gt;&lt;/footer&gt;</span> <span class="nt">&lt;/blockquote&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card card-inverse card-warning mb-3 text-center"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;blockquote</span> <span class="na">class=</span><span class="s">"card-blockquote"</span><span class="nt">&gt;</span> <span class="nt">&lt;p&gt;</span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;footer&gt;</span>Someone famous in <span class="nt">&lt;cite</span> <span class="na">title=</span><span class="s">"Source Title"</span><span class="nt">&gt;</span>Source Title<span class="nt">&lt;/cite&gt;&lt;/footer&gt;</span> <span class="nt">&lt;/blockquote&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card card-inverse card-danger text-center"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;blockquote</span> <span class="na">class=</span><span class="s">"card-blockquote"</span><span class="nt">&gt;</span> <span class="nt">&lt;p&gt;</span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;footer&gt;</span>Someone famous in <span class="nt">&lt;cite</span> <span class="na">title=</span><span class="s">"Source Title"</span><span class="nt">&gt;</span>Source Title<span class="nt">&lt;/cite&gt;&lt;/footer&gt;</span> <span class="nt">&lt;/blockquote&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <div class="bd-callout bd-callout-warning"> <h3 id="conveying-meaning-to-assistive-technologies">Conveying meaning to assistive technologies</h3> <p>Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (e.g. the visible text), or is included through alternative means, such as additional text hidden with the <code class="highlighter-rouge">.sr-only</code> class.</p> </div> <h3 id="outline-cards">Outline cards</h3> <p>In need of a colored card, but not the hefty background colors they bring? Replace the default modifier classes with the <code class="highlighter-rouge">.card-outline-*</code> ones to style just the <code class="highlighter-rouge">border-color</code> of a card.</p> <div class="bd-example" data-example-id=""> <div class="card card-outline-primary mb-3 text-center"> <div class="card-block"> <blockquote class="card-blockquote"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> <footer>Someone famous in <cite title="Source Title">Source Title</cite></footer> </blockquote> </div> </div> <div class="card card-outline-secondary mb-3 text-center"> <div class="card-block"> <blockquote class="card-blockquote"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> <footer>Someone famous in <cite title="Source Title">Source Title</cite></footer> </blockquote> </div> </div> <div class="card card-outline-success mb-3 text-center"> <div class="card-block"> <blockquote class="card-blockquote"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> <footer>Someone famous in <cite title="Source Title">Source Title</cite></footer> </blockquote> </div> </div> <div class="card card-outline-info mb-3 text-center"> <div class="card-block"> <blockquote class="card-blockquote"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> <footer>Someone famous in <cite title="Source Title">Source Title</cite></footer> </blockquote> </div> </div> <div class="card card-outline-warning mb-3 text-center"> <div class="card-block"> <blockquote class="card-blockquote"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> <footer>Someone famous in <cite title="Source Title">Source Title</cite></footer> </blockquote> </div> </div> <div class="card card-outline-danger text-center"> <div class="card-block"> <blockquote class="card-blockquote"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> <footer>Someone famous in <cite title="Source Title">Source Title</cite></footer> </blockquote> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card card-outline-primary mb-3 text-center"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;blockquote</span> <span class="na">class=</span><span class="s">"card-blockquote"</span><span class="nt">&gt;</span> <span class="nt">&lt;p&gt;</span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;footer&gt;</span>Someone famous in <span class="nt">&lt;cite</span> <span class="na">title=</span><span class="s">"Source Title"</span><span class="nt">&gt;</span>Source Title<span class="nt">&lt;/cite&gt;&lt;/footer&gt;</span> <span class="nt">&lt;/blockquote&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card card-outline-secondary mb-3 text-center"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;blockquote</span> <span class="na">class=</span><span class="s">"card-blockquote"</span><span class="nt">&gt;</span> <span class="nt">&lt;p&gt;</span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;footer&gt;</span>Someone famous in <span class="nt">&lt;cite</span> <span class="na">title=</span><span class="s">"Source Title"</span><span class="nt">&gt;</span>Source Title<span class="nt">&lt;/cite&gt;&lt;/footer&gt;</span> <span class="nt">&lt;/blockquote&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card card-outline-success mb-3 text-center"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;blockquote</span> <span class="na">class=</span><span class="s">"card-blockquote"</span><span class="nt">&gt;</span> <span class="nt">&lt;p&gt;</span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;footer&gt;</span>Someone famous in <span class="nt">&lt;cite</span> <span class="na">title=</span><span class="s">"Source Title"</span><span class="nt">&gt;</span>Source Title<span class="nt">&lt;/cite&gt;&lt;/footer&gt;</span> <span class="nt">&lt;/blockquote&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card card-outline-info mb-3 text-center"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;blockquote</span> <span class="na">class=</span><span class="s">"card-blockquote"</span><span class="nt">&gt;</span> <span class="nt">&lt;p&gt;</span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;footer&gt;</span>Someone famous in <span class="nt">&lt;cite</span> <span class="na">title=</span><span class="s">"Source Title"</span><span class="nt">&gt;</span>Source Title<span class="nt">&lt;/cite&gt;&lt;/footer&gt;</span> <span class="nt">&lt;/blockquote&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card card-outline-warning mb-3 text-center"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;blockquote</span> <span class="na">class=</span><span class="s">"card-blockquote"</span><span class="nt">&gt;</span> <span class="nt">&lt;p&gt;</span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;footer&gt;</span>Someone famous in <span class="nt">&lt;cite</span> <span class="na">title=</span><span class="s">"Source Title"</span><span class="nt">&gt;</span>Source Title<span class="nt">&lt;/cite&gt;&lt;/footer&gt;</span> <span class="nt">&lt;/blockquote&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card card-outline-danger text-center"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;blockquote</span> <span class="na">class=</span><span class="s">"card-blockquote"</span><span class="nt">&gt;</span> <span class="nt">&lt;p&gt;</span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;footer&gt;</span>Someone famous in <span class="nt">&lt;cite</span> <span class="na">title=</span><span class="s">"Source Title"</span><span class="nt">&gt;</span>Source Title<span class="nt">&lt;/cite&gt;&lt;/footer&gt;</span> <span class="nt">&lt;/blockquote&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <h2 id="card-layout">Card layout</h2> <p>In addition to styling the content within cards, Bootstrap includes a few options for laying out series of cards. For the time being, <strong>these layout options are not yet responsive</strong>.</p> <h3 id="card-groups">Card groups</h3> <p>Use card groups to render cards as a single, attached element with equal width and height columns. Card groups use <code class="highlighter-rouge">display: flex;</code> to achieve their uniform sizing.</p> <div class="bd-example" data-example-id=""> <div class="card-group"> <div class="card"> <img class="card-img-top" data-src="holder.js/100px180/" alt="Card image cap" /> <div class="card-block"> <h4 class="card-title">Card title</h4> <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> </div> </div> <div class="card"> <img class="card-img-top" data-src="holder.js/100px180/" alt="Card image cap" /> <div class="card-block"> <h4 class="card-title">Card title</h4> <p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p> <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> </div> </div> <div class="card"> <img class="card-img-top" data-src="holder.js/100px180/" alt="Card image cap" /> <div class="card-block"> <h4 class="card-title">Card title</h4> <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.</p> <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> </div> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-group"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;img</span> <span class="na">class=</span><span class="s">"card-img-top"</span> <span class="na">src=</span><span class="s">"..."</span> <span class="na">alt=</span><span class="s">"Card image cap"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;&lt;small</span> <span class="na">class=</span><span class="s">"text-muted"</span><span class="nt">&gt;</span>Last updated 3 mins ago<span class="nt">&lt;/small&gt;&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;img</span> <span class="na">class=</span><span class="s">"card-img-top"</span> <span class="na">src=</span><span class="s">"..."</span> <span class="na">alt=</span><span class="s">"Card image cap"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>This card has supporting text below as a natural lead-in to additional content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;&lt;small</span> <span class="na">class=</span><span class="s">"text-muted"</span><span class="nt">&gt;</span>Last updated 3 mins ago<span class="nt">&lt;/small&gt;&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;img</span> <span class="na">class=</span><span class="s">"card-img-top"</span> <span class="na">src=</span><span class="s">"..."</span> <span class="na">alt=</span><span class="s">"Card image cap"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;&lt;small</span> <span class="na">class=</span><span class="s">"text-muted"</span><span class="nt">&gt;</span>Last updated 3 mins ago<span class="nt">&lt;/small&gt;&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <p>When using card groups with footers, their content will automatically line up.</p> <div class="bd-example" data-example-id=""> <div class="card-group"> <div class="card"> <img class="card-img-top" data-src="holder.js/100px180/" alt="Card image cap" /> <div class="card-block"> <h4 class="card-title">Card title</h4> <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> </div> <div class="card-footer"> <small class="text-muted">Last updated 3 mins ago</small> </div> </div> <div class="card"> <img class="card-img-top" data-src="holder.js/100px180/" alt="Card image cap" /> <div class="card-block"> <h4 class="card-title">Card title</h4> <p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p> </div> <div class="card-footer"> <small class="text-muted">Last updated 3 mins ago</small> </div> </div> <div class="card"> <img class="card-img-top" data-src="holder.js/100px180/" alt="Card image cap" /> <div class="card-block"> <h4 class="card-title">Card title</h4> <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.</p> </div> <div class="card-footer"> <small class="text-muted">Last updated 3 mins ago</small> </div> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-group"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;img</span> <span class="na">class=</span><span class="s">"card-img-top"</span> <span class="na">src=</span><span class="s">"..."</span> <span class="na">alt=</span><span class="s">"Card image cap"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-footer"</span><span class="nt">&gt;</span> <span class="nt">&lt;small</span> <span class="na">class=</span><span class="s">"text-muted"</span><span class="nt">&gt;</span>Last updated 3 mins ago<span class="nt">&lt;/small&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;img</span> <span class="na">class=</span><span class="s">"card-img-top"</span> <span class="na">src=</span><span class="s">"..."</span> <span class="na">alt=</span><span class="s">"Card image cap"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>This card has supporting text below as a natural lead-in to additional content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-footer"</span><span class="nt">&gt;</span> <span class="nt">&lt;small</span> <span class="na">class=</span><span class="s">"text-muted"</span><span class="nt">&gt;</span>Last updated 3 mins ago<span class="nt">&lt;/small&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;img</span> <span class="na">class=</span><span class="s">"card-img-top"</span> <span class="na">src=</span><span class="s">"..."</span> <span class="na">alt=</span><span class="s">"Card image cap"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-footer"</span><span class="nt">&gt;</span> <span class="nt">&lt;small</span> <span class="na">class=</span><span class="s">"text-muted"</span><span class="nt">&gt;</span>Last updated 3 mins ago<span class="nt">&lt;/small&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <h3 id="card-decks">Card decks</h3> <p>Need a set of equal width and height cards that aren’t attached to one another? Use card decks.</p> <div class="bd-example" data-example-id=""> <div class="card-deck"> <div class="card"> <img class="card-img-top" data-src="holder.js/100px200/" alt="Card image cap" /> <div class="card-block"> <h4 class="card-title">Card title</h4> <p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> </div> </div> <div class="card"> <img class="card-img-top" data-src="holder.js/100px200/" alt="Card image cap" /> <div class="card-block"> <h4 class="card-title">Card title</h4> <p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p> <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> </div> </div> <div class="card"> <img class="card-img-top" data-src="holder.js/100px200/" alt="Card image cap" /> <div class="card-block"> <h4 class="card-title">Card title</h4> <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.</p> <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> </div> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-deck"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;img</span> <span class="na">class=</span><span class="s">"card-img-top"</span> <span class="na">src=</span><span class="s">"..."</span> <span class="na">alt=</span><span class="s">"Card image cap"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;&lt;small</span> <span class="na">class=</span><span class="s">"text-muted"</span><span class="nt">&gt;</span>Last updated 3 mins ago<span class="nt">&lt;/small&gt;&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;img</span> <span class="na">class=</span><span class="s">"card-img-top"</span> <span class="na">src=</span><span class="s">"..."</span> <span class="na">alt=</span><span class="s">"Card image cap"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>This card has supporting text below as a natural lead-in to additional content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;&lt;small</span> <span class="na">class=</span><span class="s">"text-muted"</span><span class="nt">&gt;</span>Last updated 3 mins ago<span class="nt">&lt;/small&gt;&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;img</span> <span class="na">class=</span><span class="s">"card-img-top"</span> <span class="na">src=</span><span class="s">"..."</span> <span class="na">alt=</span><span class="s">"Card image cap"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;&lt;small</span> <span class="na">class=</span><span class="s">"text-muted"</span><span class="nt">&gt;</span>Last updated 3 mins ago<span class="nt">&lt;/small&gt;&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <p>Just like with card groups, card footers in decks will automatically line up.</p> <div class="bd-example" data-example-id=""> <div class="card-deck"> <div class="card"> <img class="card-img-top" data-src="holder.js/100px180/" alt="Card image cap" /> <div class="card-block"> <h4 class="card-title">Card title</h4> <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> </div> <div class="card-footer"> <small class="text-muted">Last updated 3 mins ago</small> </div> </div> <div class="card"> <img class="card-img-top" data-src="holder.js/100px180/" alt="Card image cap" /> <div class="card-block"> <h4 class="card-title">Card title</h4> <p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p> </div> <div class="card-footer"> <small class="text-muted">Last updated 3 mins ago</small> </div> </div> <div class="card"> <img class="card-img-top" data-src="holder.js/100px180/" alt="Card image cap" /> <div class="card-block"> <h4 class="card-title">Card title</h4> <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.</p> </div> <div class="card-footer"> <small class="text-muted">Last updated 3 mins ago</small> </div> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-deck"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;img</span> <span class="na">class=</span><span class="s">"card-img-top"</span> <span class="na">src=</span><span class="s">"..."</span> <span class="na">alt=</span><span class="s">"Card image cap"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-footer"</span><span class="nt">&gt;</span> <span class="nt">&lt;small</span> <span class="na">class=</span><span class="s">"text-muted"</span><span class="nt">&gt;</span>Last updated 3 mins ago<span class="nt">&lt;/small&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;img</span> <span class="na">class=</span><span class="s">"card-img-top"</span> <span class="na">src=</span><span class="s">"..."</span> <span class="na">alt=</span><span class="s">"Card image cap"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>This card has supporting text below as a natural lead-in to additional content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-footer"</span><span class="nt">&gt;</span> <span class="nt">&lt;small</span> <span class="na">class=</span><span class="s">"text-muted"</span><span class="nt">&gt;</span>Last updated 3 mins ago<span class="nt">&lt;/small&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;img</span> <span class="na">class=</span><span class="s">"card-img-top"</span> <span class="na">src=</span><span class="s">"..."</span> <span class="na">alt=</span><span class="s">"Card image cap"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-footer"</span><span class="nt">&gt;</span> <span class="nt">&lt;small</span> <span class="na">class=</span><span class="s">"text-muted"</span><span class="nt">&gt;</span>Last updated 3 mins ago<span class="nt">&lt;/small&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <h3 id="card-columns">Card columns</h3> <p>Cards can be organized into <a href="http://masonry.desandro.com">Masonry</a>-like columns with just CSS by wrapping them in <code class="highlighter-rouge">.card-columns</code>. Cards are built with CSS <code class="highlighter-rouge">column</code> properties instead of flexbox for easier alignment. Cards are ordered from top to bottom and left to right.</p> <p><strong>Heads up!</strong> Your mileage with card columns may vary. To prevent cards breaking across columns, we must set them to <code class="highlighter-rouge">display: inline-block</code> as <code class="highlighter-rouge">column-break-inside: avoid</code> isn’t a bulletproof solution yet.</p> <div class="bd-example" data-example-id=""> <div class="card-columns"> <div class="card"> <img class="card-img-top img-fluid" data-src="holder.js/100px160/" alt="Card image cap" /> <div class="card-block"> <h4 class="card-title">Card title that wraps to a new line</h4> <p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> </div> </div> <div class="card p-3"> <blockquote class="card-block card-blockquote"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> <footer> <small class="text-muted"> Someone famous in <cite title="Source Title">Source Title</cite> </small> </footer> </blockquote> </div> <div class="card"> <img class="card-img-top img-fluid" data-src="holder.js/100px160/" alt="Card image cap" /> <div class="card-block"> <h4 class="card-title">Card title</h4> <p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p> <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> </div> </div> <div class="card card-inverse card-primary p-3 text-center"> <blockquote class="card-blockquote"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat.</p> <footer> <small> Someone famous in <cite title="Source Title">Source Title</cite> </small> </footer> </blockquote> </div> <div class="card text-center"> <div class="card-block"> <h4 class="card-title">Card title</h4> <p class="card-text">This card has supporting text below as a natural lead-in to additional content.</p> <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> </div> </div> <div class="card"> <img class="card-img img-fluid" data-src="holder.js/100px260/" alt="Card image" /> </div> <div class="card p-3 text-right"> <blockquote class="card-blockquote"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> <footer> <small class="text-muted"> Someone famous in <cite title="Source Title">Source Title</cite> </small> </footer> </blockquote> </div> <div class="card"> <div class="card-block"> <h4 class="card-title">Card title</h4> <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.</p> <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> </div> </div> </div> </div> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-columns"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;img</span> <span class="na">class=</span><span class="s">"card-img-top img-fluid"</span> <span class="na">src=</span><span class="s">"..."</span> <span class="na">alt=</span><span class="s">"Card image cap"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title that wraps to a new line<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card p-3"</span><span class="nt">&gt;</span> <span class="nt">&lt;blockquote</span> <span class="na">class=</span><span class="s">"card-block card-blockquote"</span><span class="nt">&gt;</span> <span class="nt">&lt;p&gt;</span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;footer&gt;</span> <span class="nt">&lt;small</span> <span class="na">class=</span><span class="s">"text-muted"</span><span class="nt">&gt;</span> Someone famous in <span class="nt">&lt;cite</span> <span class="na">title=</span><span class="s">"Source Title"</span><span class="nt">&gt;</span>Source Title<span class="nt">&lt;/cite&gt;</span> <span class="nt">&lt;/small&gt;</span> <span class="nt">&lt;/footer&gt;</span> <span class="nt">&lt;/blockquote&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;img</span> <span class="na">class=</span><span class="s">"card-img-top img-fluid"</span> <span class="na">src=</span><span class="s">"..."</span> <span class="na">alt=</span><span class="s">"Card image cap"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>This card has supporting text below as a natural lead-in to additional content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;&lt;small</span> <span class="na">class=</span><span class="s">"text-muted"</span><span class="nt">&gt;</span>Last updated 3 mins ago<span class="nt">&lt;/small&gt;&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card card-inverse card-primary p-3 text-center"</span><span class="nt">&gt;</span> <span class="nt">&lt;blockquote</span> <span class="na">class=</span><span class="s">"card-blockquote"</span><span class="nt">&gt;</span> <span class="nt">&lt;p&gt;</span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;footer&gt;</span> <span class="nt">&lt;small&gt;</span> Someone famous in <span class="nt">&lt;cite</span> <span class="na">title=</span><span class="s">"Source Title"</span><span class="nt">&gt;</span>Source Title<span class="nt">&lt;/cite&gt;</span> <span class="nt">&lt;/small&gt;</span> <span class="nt">&lt;/footer&gt;</span> <span class="nt">&lt;/blockquote&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card text-center"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>This card has supporting text below as a natural lead-in to additional content.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;&lt;small</span> <span class="na">class=</span><span class="s">"text-muted"</span><span class="nt">&gt;</span>Last updated 3 mins ago<span class="nt">&lt;/small&gt;&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;img</span> <span class="na">class=</span><span class="s">"card-img img-fluid"</span> <span class="na">src=</span><span class="s">"..."</span> <span class="na">alt=</span><span class="s">"Card image"</span><span class="nt">&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card p-3 text-right"</span><span class="nt">&gt;</span> <span class="nt">&lt;blockquote</span> <span class="na">class=</span><span class="s">"card-blockquote"</span><span class="nt">&gt;</span> <span class="nt">&lt;p&gt;</span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;footer&gt;</span> <span class="nt">&lt;small</span> <span class="na">class=</span><span class="s">"text-muted"</span><span class="nt">&gt;</span> Someone famous in <span class="nt">&lt;cite</span> <span class="na">title=</span><span class="s">"Source Title"</span><span class="nt">&gt;</span>Source Title<span class="nt">&lt;/cite&gt;</span> <span class="nt">&lt;/small&gt;</span> <span class="nt">&lt;/footer&gt;</span> <span class="nt">&lt;/blockquote&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card"</span><span class="nt">&gt;</span> <span class="nt">&lt;div</span> <span class="na">class=</span><span class="s">"card-block"</span><span class="nt">&gt;</span> <span class="nt">&lt;h4</span> <span class="na">class=</span><span class="s">"card-title"</span><span class="nt">&gt;</span>Card title<span class="nt">&lt;/h4&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;</span>This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.<span class="nt">&lt;/p&gt;</span> <span class="nt">&lt;p</span> <span class="na">class=</span><span class="s">"card-text"</span><span class="nt">&gt;&lt;small</span> <span class="na">class=</span><span class="s">"text-muted"</span><span class="nt">&gt;</span>Last updated 3 mins ago<span class="nt">&lt;/small&gt;&lt;/p&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span> <span class="nt">&lt;/div&gt;</span></code></pre></div> <p>Card columns can also be extended and customized with some additional code. Shown below is an extension of the <code class="highlighter-rouge">.card-columns</code> class using the same CSS we use—CSS columns— to generate a set of responsive tiers for changing the number of columns.</p> <figure class="highlight"><pre><code class="language-scss" data-lang="scss"><span class="nc">.card-columns</span> <span class="p">{</span> <span class="k">@include</span> <span class="nd">media-breakpoint-only</span><span class="p">(</span><span class="n">lg</span><span class="p">)</span> <span class="p">{</span> <span class="nl">column-count</span><span class="p">:</span> <span class="m">4</span><span class="p">;</span> <span class="p">}</span> <span class="k">@include</span> <span class="nd">media-breakpoint-only</span><span class="p">(</span><span class="n">xl</span><span class="p">)</span> <span class="p">{</span> <span class="nl">column-count</span><span class="p">:</span> <span class="m">5</span><span class="p">;</span> <span class="p">}</span> <span class="p">}</span></code></pre></figure> </div> </div> </div> </div> </main> <!-- js --> <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.15.0/jquery.validate.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js"></script> <!-- add material js on top of bootstrap.js --> <script src="../../../js/material.min.js"></script> <!-- additional js for documentation --> <script src="../../../js/project.min.js"></script> <!-- additional js for form validation *******(Make page sepcific) --> <script src="../../../js/form-validation-md.min.js"></script> <!-- Calculators filter--> <script src="../../../js/calc.js"></script> <!-- Topic Nav--> <script src="../../../js/jquery.flexnav.min.js"></script> <!-- JQUery for Multimedia grid, resize etc--> <script src="../../../js/multimedia/multimedia.js"></script> <script> $(function() { Grid.init(); }); </script> <!-- Popover initialisation, Setting & Content - so no XSS attacks--> <script> $(document).ready(function() { $("button#drugDBPop").popover( { html: true, container: 'body', title: 'Drug database <a href="#" class="close" data-dismiss="alert">&times;</a>', content: '<ul><li><a href="#">AHFS DI Essentials<a/></li><li><a href="#">BNF</a></li> <li><a href="#">Martindale</a></li><li><a href="#">Micromedex<a/></li></ul><p class="text-right"><a href="#" class="text-uppercase">Set a default formulary</a></p>' }); $(document).on("click", ".popover .close", function() { $(this).parents(".popover").popover('hide'); }); $("button#evidencePop").popover( { html: true, container: 'body', title: 'Evidence score <a href="#" class="close" data-dismiss="alert">&times;</a>', content: '<p>Glycaemic control: there is good-quality evidence that insulin plus metformin reduces HbA1c levels at 4 to 6 months more effectively than insulin alone, but with more gastrointestinal side effects.</p><div class="evidence-level"><h4>Evidence level A</h4><p>Systematic reviews (SRs) or randomized controlled trials (RCTs) of >200 participants.</p></div><p class="text-right"><a href="#" class="text-uppercase">more from bmj clinical evidence</a></p>' }); $(document).on("click", ".popover .close", function() { $(this).parents(".popover").popover('hide'); }); $("button#referencePop").popover( { html: true, container: 'body', title: 'Reference <a href="#" class="close" data-dismiss="alert">&times;</a>', content: '<p><strong>44. </strong>Koegelenberg CF, Noor F, Bateman ED, et al. Efficacy of varenicline combined with nicotine replacement therapy vs varenicline alone for smoking cessation: a randomized clinical trial. JAMA. 2014;312:155-161.</p><p><a rel="external" class="web-link" target="_blank" href="#">Abstract <span class="material-icons material-icons-inline">open_in_new</span></a></p><p><a href="#">View all references</a></p>' }); $(document).on("click", ".popover .close", function() { $(this).parents(".popover").popover('hide'); }); $("button#CochranePop").popover( { html: true, container: 'body', title: ' <a href="#" class="close" data-dismiss="alert">&times;</a>', content: '<img src="http://resources.bmj.com/repository/images/bp/cca-cochrane-logo-normal.png" class="cca-logo" /><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisinuli.</p><p class="text-right"><a href="#" class="text-uppercase">Show me the answer <span class="material-icons material-icons-inline">open_in_new</span></a></p>' }); $(document).on("click", ".popover .close", function() { $(this).parents(".popover").popover('hide'); }); }); </script> </body> </html>
_includes/head/social-networks/open-graph.html
chrismoulton/malyw.github.io
<meta property="og:image" content="{% if page.share_image %}{{ page.share_image }}{% else %}{{ site.url }}/images/code.jpg{% endif %}"> <meta property="og:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.name }}{% endif %}"> <meta property="og:site_name" content="{{ site.name }}"> <meta property="og:description" content="{% if page.share_description %}{{ page.share_description }}{% elsif page.path contains '_posts' %}{{ page.content | strip_html | xml_escape | truncate: 200 }}{% else %}{{ site.description }}{% endif %}"> <meta property="og:type" content="blog"> <meta property="og:url" content="{{ site.url }}{{ page.url | replace:'index.html',''}}">
src/calendars/list.html
Opiskull/TeamCalendar
<template> <section> <h2>Calendars</h2> <li repeat.for="calendar of calendars"> ${calendar.title} <a href="#/calendars/${calendar.id}">Open Calendar</a> </li> </section> </template>
WiccanSharing/app/commons-net-3.6/apidocs/org/apache/commons/net/daytime/package-summary.html
acvcmaster/Projeto-Eng.-Unificada
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>org.apache.commons.net.daytime (Apache Commons Net 3.6 API)</title> <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="org.apache.commons.net.daytime (Apache Commons Net 3.6 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/commons/net/chargen/package-summary.html">Prev Package</a></li> <li><a href="../../../../../org/apache/commons/net/discard/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/commons/net/daytime/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;org.apache.commons.net.daytime</h1> <div class="docSummary"> <div class="block">Daytime over TCP and UDP</div> </div> <p>See:&nbsp;<a href="#package_description">Description</a></p> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/commons/net/daytime/DaytimeTCPClient.html" title="class in org.apache.commons.net.daytime">DaytimeTCPClient</a></td> <td class="colLast"> <div class="block">The DaytimeTCPClient class is a TCP implementation of a client for the Daytime protocol described in RFC 867.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/commons/net/daytime/DaytimeUDPClient.html" title="class in org.apache.commons.net.daytime">DaytimeUDPClient</a></td> <td class="colLast"> <div class="block">The DaytimeUDPClient class is a UDP implementation of a client for the Daytime protocol described in RFC 867.</div> </td> </tr> </tbody> </table> </li> </ul> <a name="package_description"> <!-- --> </a> <h2 title="Package org.apache.commons.net.daytime Description">Package org.apache.commons.net.daytime Description</h2> <div class="block">Daytime over TCP and UDP</div> </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 class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/commons/net/chargen/package-summary.html">Prev Package</a></li> <li><a href="../../../../../org/apache/commons/net/discard/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/commons/net/daytime/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/727ed27c0a194ac8a5a4a07bb5b81b086e4985a78a8020ecfdea795051374116.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="./22e173bdba6ca6ea2546fd09c7a7002796a24d672f52f285b6b61050cebe5f5e.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>
ajax/libs/bootswatch/3.2.0+2/readable/bootstrap.min.css
yogeshsaroya/new-cdnjs
version https://git-lfs.github.com/spec/v1 oid sha256:b87db5ce1e8a4c23ed4d0ea9741119e7261811375a23a5afa2c68759c921fb6a size 112177
dashboard/views/partials/nav.html
CornerstoneLabs/service-dashboard
<nav class="navbar navbar-default"> <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="/" {{#if homeSelected }} class="active" {{/if }}>Home</a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li {{#if monitorSelected }} class="active" {{/if }}><a href="/monitor">Monitors</a></li> <li {{#if instancesSelected }} class="active" {{/if }}><a href="/instances">Instances</a></li> <li {{#if scheduleSelected }} class="active" {{/if }}><a href="/schedule">Schedule</a></li> </ul> </div> </div> </nav>
css/state.css
katesowles/ks_portfolio
/* State rules are ways to describe how our modules or layouts will look when in a particular state. Is it hidden or expanded? Is it active or inactive? They are about describing how a module or layout looks on screens that are smaller or bigger. They are also about describing how a module might look in different views like the home page or the inside page. */ /************************ Default display state ************************/ #myCarousel { display: none; } #recent, #about { display: none; padding-top: 130px; margin-top: -130px; } /* Small Devices, Tablets */ @media only screen and (min-width : 768px) { #myCarousel { margin-top: 60px; padding: 0 100px; } #about { margin-top: 20px; } h2 { font-size: 3em; } p, nav a { font-size: 1.5em; } } /* Medium Devices, Desktops */ @media only screen and (min-width : 992px) { #myCarousel { margin-top: 30px; padding: 0 125px; } .carousel-caption { margin-top: 30px; } #about { margin-top: 50px; } } /* Large Devices, Wide Screens */ @media only screen and (min-width : 1200px) { #myCarousel { margin-top: 20px; } .carousel-caption { margin-top: 60px; } #about { margin-top: 75px; } }
clean/Linux-x86_64-4.09.1-2.0.6/released/8.10.1/metacoq-erasure/1.0~beta1+8.11.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>metacoq-erasure: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.1 / metacoq-erasure - 1.0~beta1+8.11</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> metacoq-erasure <small> 1.0~beta1+8.11 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-27 08:55:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-27 08:55:36 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.10.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 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matthieu.sozeau@inria.fr&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.11&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Abhishek Anand &lt;aa755@cs.cornell.edu&gt;&quot; &quot;Simon Boulier &lt;simon.boulier@inria.fr&gt;&quot; &quot;Cyril Cohen &lt;cyril.cohen@inria.fr&gt;&quot; &quot;Yannick Forster &lt;forster@ps.uni-saarland.de&gt;&quot; &quot;Fabian Kunze &lt;fkunze@fakusb.de&gt;&quot; &quot;Gregory Malecha &lt;gmalecha@gmail.com&gt;&quot; &quot;Matthieu Sozeau &lt;matthieu.sozeau@inria.fr&gt;&quot; &quot;Nicolas Tabareau &lt;nicolas.tabareau@inria.fr&gt;&quot; &quot;Théo Winterhalter &lt;theo.winterhalter@inria.fr&gt;&quot; ] license: &quot;MIT&quot; build: [ [&quot;sh&quot; &quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot; &quot;-C&quot; &quot;erasure&quot;] ] install: [ [make &quot;-C&quot; &quot;erasure&quot; &quot;install&quot;] ] depends: [ &quot;ocaml&quot; {&gt;= &quot;4.07.1&quot;} &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} &quot;coq-metacoq-template&quot; {= version} &quot;coq-metacoq-checker&quot; {= version} &quot;coq-metacoq-pcuic&quot; {= version} &quot;coq-metacoq-safechecker&quot; {= version} ] synopsis: &quot;Implementation and verification of an erasure procedure for Coq&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The Erasure module provides a complete specification of Coq&#39;s so-called \&quot;extraction\&quot; procedure, starting from the PCUIC calculus and targeting untyped call-by-value lambda-calculus. The `erasure` function translates types and proofs in well-typed terms into a dummy `tBox` constructor, following closely P. Letouzey&#39;s PhD thesis. &quot;&quot;&quot; url { src: &quot;https://github.com/MetaCoq/metacoq/archive/v1.0-beta1-8.11.tar.gz&quot; checksum: &quot;sha256=1644c5bd9d02385c802535c6c46dbcaf279afcecd4ffb3da5fae08618c628c75&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-metacoq-erasure.1.0~beta1+8.11 coq.8.10.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.10.1). The following dependencies couldn&#39;t be met: - coq-metacoq-erasure -&gt; coq-metacoq-checker = 1.0~beta1+8.11 -&gt; coq &gt;= 8.11 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-metacoq-erasure.1.0~beta1+8.11</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
public/modules/accessrules/views/view-accessrule.client.view.html
georgekach/iomonitor
<section class="container" data-ng-controller="AccessrulesController" data-ng-init="findOne()"> <div class="page-header"> <!--<h1 data-ng-bind="accessrule.name"></h1>--> <ol class="breadcrumb"> <li><i class="fa fa-home right-padded-5"></i><a href="/#!/">Home</a></li> <li><a href="/#!/accessrules/">Access Rules </a></li> <li> View Access Rule - {{accessrule.name}}</li> </ol> </div> <div class="pull-right" data-ng-show="((authentication.user) && (authentication.user._id == accessrule.user._id))"> <a class="btn btn-primary" href="/#!/accessrules/{{accessrule._id}}/edit"> <i class="glyphicon glyphicon-edit"></i> </a> <a class="btn btn-primary" data-ng-click="remove();"> <i class="glyphicon glyphicon-trash"></i> </a> </div> <small> <em class="text-muted"> Posted on <span data-ng-bind="accessrule.created | date:'mediumDate'"></span> by <span data-ng-bind="accessrule.user.displayName"></span> </em> </small> </section>
docs/api/en/loaders/FileLoader.html
fraguada/three.js
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <base href="../../../" /> <script src="list.js"></script> <script src="page.js"></script> <link type="text/css" rel="stylesheet" href="page.css" /> </head> <body> [page:Loader] &rarr; <h1>[name]</h1> <p class="desc"> A low level class for loading resources with XMLHttpRequest, used internaly by most loaders. It can also be used directly to load any file type that does not have a loader. </p> <h2>Code Example</h2> <code> var loader = new THREE.FileLoader(); //load a text file and output the result to the console loader.load( // resource URL 'example.txt', // onLoad callback function ( data ) { // output the text to the console console.log( data ) }, // onProgress callback function ( xhr ) { console.log( (xhr.loaded / xhr.total * 100) + '% loaded' ); }, // onError callback function ( err ) { console.error( 'An error happened' ); } ); </code> <p> <em>Note:</em> The cache must be enabled using <code>THREE.Cache.enabled = true;</code> This is a global property and only needs to be set once to be used by all loaders that use FileLoader internally. [page:Cache Cache] is a cache module that holds the response from each request made through this loader, so each file is requested once. </p> <h2>Constructor</h2> <h3>[name] ( [param:LoadingManager manager] )</h3> <p> [page:LoadingManager manager] — The [page:LoadingManager loadingManager] for the loader to use. Default is [page:DefaultLoadingManager]. </p> <h2>Properties</h2> <p>See the base [page:Loader] class for common properties.</p> <h3>[property:String mimeType]</h3> <p> The expected [link:https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types mimeType]. See [page:.setMimeType]. Default is *undefined*. </p> <h3>[property:String responseType]</h3> <p>The expected response type. See [page:.setResponseType]. Default is *undefined*.</p> <h3>[property:String withCredentials]</h3> <p> Whether the XMLHttpRequest uses credentials. See [page:.setWithCredentials]. Default is *undefined*. </p> <h2>Methods</h2> <p>See the base [page:Loader] class for common methods.</p> <h3>[method:XMLHttpRequest load]( [param:String url], [param:Function onLoad], [param:Function onProgress], [param:Function onError] )</h3> <p> [page:String url] — the path or URL to the file. This can also be a [link:https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs Data URI].<br /> [page:Function onLoad] (optional) — Will be called when loading completes. The argument will be the loaded response.<br /> [page:Function onProgress] (optional) — Will be called while load progresses. The argument will be the XMLHttpRequest instance, which contains .[page:Integer total] and .[page:Integer loaded] bytes.<br /> [page:Function onError] (optional) — Will be called if an error occurs.<br /><br /> Load the URL and pass the response to the onLoad function. </p> <h3>[method:FileLoader setMimeType]( [param:String mimeType] )</h3> <p> Set the expected [link:https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types mimeType] of the file being loaded. Note that in many cases this will be determined automatically, so by default it is *undefined*. </p> <h3>[method:FileLoader setResponseType]( [param:String responseType] )</h3> <p> Change the response type. Valid values are:<br /> [page:String text] or empty string (default) - returns the data as [page:String String].<br /> [page:String arraybuffer] - loads the data into a [link:https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer ArrayBuffer] and returns that.<br /> [page:String blob] - returns the data as a [link:https://developer.mozilla.org/en/docs/Web/API/Blob Blob].<br /> [page:String document] - parses the file using the [link:https://developer.mozilla.org/en-US/docs/Web/API/DOMParser DOMParser].<br /> [page:String json] - parses the file using [link:https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse JSON.parse].<br /> </p> <h3>[method:FileLoader setWithCredentials]( [param:Boolean value] )</h3> <p> Whether the XMLHttpRequest uses credentials such as cookies, authorization headers or TLS client certificates. See [link:https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/withCredentials XMLHttpRequest.withCredentials].<br /> Note that this has no effect if you are loading files locally or from the same domain. </p> <h2>Source</h2> <p> [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js] </p> </body> </html>
examples/webgl_geometry_colors.html
tatiwa/mythree.js
<!DOCTYPE html> <html lang="en"> <head> <title>three.js webgl - geometry - vertex colors</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <style> body { color: #808080; font-family:Monospace; font-size:13px; text-align:center; background-color: #fff; margin: 0px; overflow: hidden; } #info { position: absolute; top: 0px; width: 100%; padding: 5px; } a { color: #0080ff; } </style> </head> <body> <div id="container"></div> <div id="info"><a href="http://github.com/mrdoob/three.js" target="_blank">three.js</a> webgl - vertex colors</div> <script src="../build/three.min.js"></script> <script src="js/Detector.js"></script> <script src="js/Stats.js"></script> <script> if ( ! Detector.webgl ) Detector.addGetWebGLMessage(); var container, stats; var camera, scene, renderer; var mesh, group1, group2, group3, light; var mouseX = 0, mouseY = 0; var windowHalfX = window.innerWidth / 2; var windowHalfY = window.innerHeight / 2; init(); animate(); function init() { container = document.getElementById( 'container' ); camera = new THREE.PerspectiveCamera( 20, window.innerWidth / window.innerHeight, 1, 10000 ); camera.position.z = 1800; scene = new THREE.Scene(); light = new THREE.DirectionalLight( 0xffffff ); light.position.set( 0, 0, 1 ); scene.add( light ); var shadowMaterial = new THREE.MeshBasicMaterial( { map: THREE.ImageUtils.loadTexture( 'textures/shadow.png' ) } ); var shadowGeo = new THREE.PlaneGeometry( 300, 300, 1, 1 ); mesh = new THREE.Mesh( shadowGeo, shadowMaterial ); mesh.position.y = - 250; mesh.rotation.x = - Math.PI / 2; scene.add( mesh ); mesh = new THREE.Mesh( shadowGeo, shadowMaterial ); mesh.position.y = - 250; mesh.position.x = - 400; mesh.rotation.x = - Math.PI / 2; scene.add( mesh ); mesh = new THREE.Mesh( shadowGeo, shadowMaterial ); mesh.position.y = - 250; mesh.position.x = 400; mesh.rotation.x = - Math.PI / 2; scene.add( mesh ); var faceIndices = [ 'a', 'b', 'c', 'd' ]; var color, f, f2, f3, p, n, vertexIndex, radius = 200, geometry = new THREE.IcosahedronGeometry( radius, 1 ), geometry2 = new THREE.IcosahedronGeometry( radius, 1 ), geometry3 = new THREE.IcosahedronGeometry( radius, 1 ); for ( var i = 0; i < geometry.faces.length; i ++ ) { f = geometry.faces[ i ]; f2 = geometry2.faces[ i ]; f3 = geometry3.faces[ i ]; n = ( f instanceof THREE.Face3 ) ? 3 : 4; for( var j = 0; j < n; j++ ) { vertexIndex = f[ faceIndices[ j ] ]; p = geometry.vertices[ vertexIndex ]; color = new THREE.Color( 0xffffff ); color.setHSV( ( p.y / radius + 1 ) / 2, 1.0, 1.0 ); f.vertexColors[ j ] = color; color = new THREE.Color( 0xffffff ); color.setHSV( 0.0, ( p.y / radius + 1 ) / 2, 1.0 ); f2.vertexColors[ j ] = color; color = new THREE.Color( 0xffffff ); color.setHSV( 0.125 * vertexIndex/geometry.vertices.length, 1.0, 1.0 ); f3.vertexColors[ j ] = color; } } var materials = [ new THREE.MeshLambertMaterial( { color: 0xffffff, shading: THREE.FlatShading, vertexColors: THREE.VertexColors } ), new THREE.MeshBasicMaterial( { color: 0x000000, shading: THREE.FlatShading, wireframe: true, transparent: true } ) ]; group1 = THREE.SceneUtils.createMultiMaterialObject( geometry, materials ); group1.position.x = -400; group1.rotation.x = -1.87; scene.add( group1 ); group2 = THREE.SceneUtils.createMultiMaterialObject( geometry2, materials ); group2.position.x = 400; group2.rotation.x = 0; scene.add( group2 ); group3 = THREE.SceneUtils.createMultiMaterialObject( geometry3, materials ); group3.position.x = 0; group3.rotation.x = 0; scene.add( group3 ); renderer = new THREE.WebGLRenderer( { antialias: true } ); renderer.setSize( window.innerWidth, window.innerHeight ); container.appendChild( renderer.domElement ); stats = new Stats(); stats.domElement.style.position = 'absolute'; stats.domElement.style.top = '0px'; container.appendChild( stats.domElement ); document.addEventListener( 'mousemove', onDocumentMouseMove, false ); // window.addEventListener( 'resize', onWindowResize, false ); } function onWindowResize() { windowHalfX = window.innerWidth / 2; windowHalfY = window.innerHeight / 2; camera.aspect = window.innerWidth / window.innerHeight; camera.updateProjectionMatrix(); renderer.setSize( window.innerWidth, window.innerHeight ); } function onDocumentMouseMove( event ) { mouseX = ( event.clientX - windowHalfX ); mouseY = ( event.clientY - windowHalfY ); } // function animate() { requestAnimationFrame( animate ); render(); stats.update(); } function render() { camera.position.x += ( mouseX - camera.position.x ) * 0.05; camera.position.y += ( - mouseY - camera.position.y ) * 0.05; camera.lookAt( scene.position ); renderer.render( scene, camera ); } </script> </body> </html>
src/main/webapp/app/analytics-page/analytics-page.html
zerbielli/avntSoldi
<section layout="column" layout-align="center center" flex> <form name="form" ng-submit="getAnalytics()" layout="column" layout-align="start start" class="md-whiteframe-z1 content-block"> <md-toolbar> <h2 class="md-toolbar-tools"> {{'analytics' | translate}} </h2> </md-toolbar> <md-content layout-padding class="analytics-content" flex> <md-content class="dates-field" layout="row" layout-align="space-around end" flex> <md-content layout="column" layout-align="end center"> <date-picker ng-model="preferences.findFrom" md-placeholder="'IntroducedFrom'"></date-picker> </md-content> <md-content layout="column" layout-align="end center"> <date-picker ng-model="preferences.findTo" md-placeholder="'IntroducedTo'"></date-picker> </md-content> </md-content> <md-content layout-padding layout="row" layout-sm="column" layout-align="center center"> <md-button class="md-raised md-primary" type="submit" ng-disabled="form.$invalid"> <span translate>find</span> </md-button> </md-content> </md-content> </form> </section>