text
stringlengths 2
1.05M
| repo_name
stringlengths 5
101
| path
stringlengths 4
991
| language
stringclasses 3
values | license
stringclasses 5
values | size
int64 2
1.05M
|
---|---|---|---|---|---|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:th="http://www.thymeleaf.org">
<head lang="ja">
<link rel="stylesheet" href="/css/style.css"/>
<meta charset="UTF-8" />
<title>ユーザー登録</title>
</head>
<body>
<form th:action="@{/users/register}" method="post" th:object="${studentForm}">
<table>
<tr>
<td>
<span>ID:</span>
<input name = "id" type="text" th:field="*{id}" th:errorclass="error-input"/>
<span th:if="${#fields.hasErrors('id')}" th:errors="*{id}" class="error-message"></span>
</td>
</tr>
<tr>
<td>
<span>Name:</span>
<input name = "name" type="text" th:field="*{name}" th:errorclass="error-input"/>
<span th:if="${#fields.hasErrors('name')}" th:errors="*{name}" class="error-message"></span>
</td>
</tr>
<tr>
<td>
<input type="submit" value="登録"/>
</td>
</tr>
</table>
</form>
</body>
</html> | kajiwara22/AppDevelopUseOfWeb | UserRegisterMVC/src/main/resources/templates/userRegister.html | HTML | mit | 1,094 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>mc2tja</title>
<style type="text/css">
html, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}
.container {
padding: 8px;
width: auto;
height: calc(100% - 16px);
}
.bordered {
border: solid black 2px;
}
.details {
position: relative;
width: 100%;
height: calc(100% - 35px);
}
.origin,
.converted {
float: left;
width: calc(50% - 20px);
height: 100%;
padding: 10px;
}
.scroll {
overflow-y: scroll;
height: calc(100% - 50px);
}
.code {
margin: 0px;
border-left: solid #999999 6px;
font-family: Courier New, Courier, monospace;
font-size: 15px;
line-height: 18px;
}
</style>
</head>
<body>
<div class="container">
<form action="" method="post" enctype="multipart/form-data">
<span>Paste online url:</span>
<input type="text" name="urlField" class="text" id="form-url" size="28" value="chart/KappaSays.mc" />
<input type="button" name="load" class="btn" value="Load" onclick="onUrl()" />
<span>or select local file:</span>
<input type="file" name="fileField" class="file" id="form-file" accept=".mc" onchange="onFile()" size="28" />
<input type="button" name="convert" class="btn" id="btn-convert" value="Convert!" onclick="onConvert()" disabled />
</form>
<div class="details">
<div class="info">
</div>
<div class="origin">
<span>Original (MC Chart)</span>
<div class="scroll bordered">
<pre class="origin-text code" id="origin-text"></pre>
</div>
</div>
<div class="converted">
<span>Converted (TJA Chart)</span>
<span><a id="btn-save" hidden>Save this file</a></span>
<div class="scroll bordered">
<pre class="converted-text code" id="converted-text"></pre>
</div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/fraction.js"></script>
<script src="js/mcreader.js"></script>
<script src="js/tjawriter.js"></script>
<script src="js/mc2tja.js"></script>
<script>
var mc = null;
function onFile() {
var url = $('#form-file').prop('files')[0];
if (!url) {
$('#origin-text').html('');
} else {
mc = new MCReader();
mc.readLocal(url, function() {
$('#origin-text').html(mc.text);
$('#btn-convert').removeAttr('disabled');
});
}
}
function onUrl() {
var url = $('#form-url').prop('value');
if (!url) {
$('#origin-text').html('');
} else {
mc = new MCReader();
mc.read(url, function() {
$('#origin-text').html(mc.text);
// TODO: mc syntax check
$('#btn-convert').removeAttr('disabled');
});
}
}
function onConvert() {
conv = new mc2tja();
conv.convert(mc, function() {
$('#converted-text').html(conv.generated);
var url = 'data:text/plain;charset=gbk,' + encodeURIComponent(conv.generated);
var filename = mc.filename.replace(/.mc$/i, '.tja');
$('#btn-save').attr('download', filename);
$('#btn-save').attr('href', url);
$('#btn-save').removeAttr('hidden');
});
}
</script>
</div>
</body>
</html> | LuiCat/mc2tja | index.html | HTML | mit | 2,915 |
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>Easy Admin Panel an Admin Panel Category Flat Bootstrap Responsive Website Template | Inbox :: w3layouts</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Easy Admin Panel Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel='stylesheet' type='text/css' />
<!-- Custom CSS -->
<link href="css/style.css" rel='stylesheet' type='text/css' />
<!-- Graph CSS -->
<link href="css/font-awesome.css" rel="stylesheet">
<!-- jQuery -->
<!-- lined-icons -->
<link rel="stylesheet" href="css/icon-font.min.css" type='text/css' />
<!-- //lined-icons -->
<!-- chart -->
<script src="js/Chart.js"></script>
<!-- //chart -->
<!--animate-->
<link href="css/animate.css" rel="stylesheet" type="text/css" media="all">
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<!--//end-animate-->
<!----webfonts--->
<link href='//fonts.googleapis.com/css?family=Cabin:400,400italic,500,500italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
<!---//webfonts--->
<!-- Meters graphs -->
<script src="js/jquery-1.10.2.min.js"></script>
<!-- Placed js at the end of the document so the pages load faster -->
</head>
<body class="sticky-header left-side-collapsed" onload="initMap()">
<section>
<!-- left side start-->
<div class="left-side sticky-left-side">
<!--logo and iconic logo start-->
<div class="logo">
<h1><a href="index.html">Easy <span>Admin</span></a></h1>
</div>
<div class="logo-icon text-center">
<a href="index.html"><i class="lnr lnr-home"></i> </a>
</div>
<!--logo and iconic logo end-->
<div class="left-side-inner">
<!--sidebar nav start-->
<ul class="nav nav-pills nav-stacked custom-nav">
<li><a href="index.html"><i class="lnr lnr-power-switch"></i><span>Dashboard</span></a></li>
<li class="menu-list">
<a href="#"><i class="lnr lnr-cog"></i>
<span>Components</span></a>
<ul class="sub-menu-list">
<li><a href="grids.html">Grids</a> </li>
<li><a href="widgets.html">Widgets</a></li>
</ul>
</li>
<li><a href="forms.html"><i class="lnr lnr-spell-check"></i> <span>Forms</span></a></li>
<li><a href="tables.html"><i class="lnr lnr-menu"></i> <span>Tables</span></a></li>
<li class="menu-list act"><a href="#"><i class="lnr lnr-envelope"></i> <span>MailBox</span></a>
<ul class="sub-menu-list">
<li><a href="inbox.html">Inbox</a> </li>
<li><a href="compose-mail.html">Compose Mail</a></li>
</ul>
</li>
<li class="menu-list"><a href="#"><i class="lnr lnr-indent-increase"></i> <span>Menu Levels</span></a>
<ul class="sub-menu-list">
<li><a href="charts.html">Basic Charts</a> </li>
</ul>
</li>
<li><a href="codes.html"><i class="lnr lnr-pencil"></i> <span>Typography</span></a></li>
<li><a href="media.html"><i class="lnr lnr-select"></i> <span>Media Css</span></a></li>
<li class="menu-list"><a href="#"><i class="lnr lnr-book"></i> <span>Pages</span></a>
<ul class="sub-menu-list">
<li><a href="sign-in.html">Sign In</a> </li>
<li><a href="sign-up.html">Sign Up</a></li>
<li><a href="blank_page.html">Blank Page</a></li>
</ul>
</li>
</ul>
<!--sidebar nav end-->
</div>
</div>
<!-- left side end-->
<!-- main content start-->
<div class="main-content">
<!-- header-starts -->
<div class="header-section">
<!--toggle button start-->
<a class="toggle-btn menu-collapsed"><i class="fa fa-bars"></i></a>
<!--toggle button end-->
<!--notification menu start -->
<div class="menu-right">
<div class="user-panel-top">
<div class="profile_details_left">
<ul class="nofitications-dropdown">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false"><i class="fa fa-envelope"></i><span class="badge">3</span></a>
<ul class="dropdown-menu">
<li>
<div class="notification_header">
<h3>You have 3 new messages</h3>
</div>
</li>
<li><a href="#">
<div class="user_img"><img src="images/1.png" alt=""></div>
<div class="notification_desc">
<p>Lorem ipsum dolor sit amet</p>
<p><span>1 hour ago</span></p>
</div>
<div class="clearfix"></div>
</a></li>
<li class="odd"><a href="#">
<div class="user_img"><img src="images/1.png" alt=""></div>
<div class="notification_desc">
<p>Lorem ipsum dolor sit amet </p>
<p><span>1 hour ago</span></p>
</div>
<div class="clearfix"></div>
</a></li>
<li><a href="#">
<div class="user_img"><img src="images/1.png" alt=""></div>
<div class="notification_desc">
<p>Lorem ipsum dolor sit amet </p>
<p><span>1 hour ago</span></p>
</div>
<div class="clearfix"></div>
</a></li>
<li>
<div class="notification_bottom">
<a href="#">See all messages</a>
</div>
</li>
</ul>
</li>
<li class="login_box" id="loginContainer">
<div class="search-box">
<div id="sb-search" class="sb-search">
<form>
<input class="sb-search-input" placeholder="Enter your search term..." type="search" id="search">
<input class="sb-search-submit" type="submit" value="">
<span class="sb-icon-search"> </span>
</form>
</div>
</div>
<!-- search-scripts -->
<script src="js/classie.js"></script>
<script src="js/uisearch.js"></script>
<script>
new UISearch( document.getElementById( 'sb-search' ) );
</script>
<!-- //search-scripts -->
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false"><i class="fa fa-bell"></i><span class="badge blue">3</span></a>
<ul class="dropdown-menu">
<li>
<div class="notification_header">
<h3>You have 3 new notification</h3>
</div>
</li>
<li><a href="#">
<div class="user_img"><img src="images/1.png" alt=""></div>
<div class="notification_desc">
<p>Lorem ipsum dolor sit amet</p>
<p><span>1 hour ago</span></p>
</div>
<div class="clearfix"></div>
</a></li>
<li class="odd"><a href="#">
<div class="user_img"><img src="images/1.png" alt=""></div>
<div class="notification_desc">
<p>Lorem ipsum dolor sit amet </p>
<p><span>1 hour ago</span></p>
</div>
<div class="clearfix"></div>
</a></li>
<li><a href="#">
<div class="user_img"><img src="images/1.png" alt=""></div>
<div class="notification_desc">
<p>Lorem ipsum dolor sit amet </p>
<p><span>1 hour ago</span></p>
</div>
<div class="clearfix"></div>
</a></li>
<li>
<div class="notification_bottom">
<a href="#">See all notification</a>
</div>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false"><i class="fa fa-tasks"></i><span class="badge blue1">22</span></a>
<ul class="dropdown-menu">
<li>
<div class="notification_header">
<h3>You have 8 pending task</h3>
</div>
</li>
<li><a href="#">
<div class="task-info">
<span class="task-desc">Database update</span><span class="percentage">40%</span>
<div class="clearfix"></div>
</div>
<div class="progress progress-striped active">
<div class="bar yellow" style="width:40%;"></div>
</div>
</a></li>
<li><a href="#">
<div class="task-info">
<span class="task-desc">Dashboard done</span><span class="percentage">90%</span>
<div class="clearfix"></div>
</div>
<div class="progress progress-striped active">
<div class="bar green" style="width:90%;"></div>
</div>
</a></li>
<li><a href="#">
<div class="task-info">
<span class="task-desc">Mobile App</span><span class="percentage">33%</span>
<div class="clearfix"></div>
</div>
<div class="progress progress-striped active">
<div class="bar red" style="width: 33%;"></div>
</div>
</a></li>
<li><a href="#">
<div class="task-info">
<span class="task-desc">Issues fixed</span><span class="percentage">80%</span>
<div class="clearfix"></div>
</div>
<div class="progress progress-striped active">
<div class="bar blue" style="width: 80%;"></div>
</div>
</a></li>
<li>
<div class="notification_bottom">
<a href="#">See all pending task</a>
</div>
</li>
</ul>
</li>
<div class="clearfix"></div>
</ul>
</div>
<div class="profile_details">
<ul>
<li class="dropdown profile_details_drop">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
<div class="profile_img">
<span style="background:url(images/1.jpg) no-repeat center"> </span>
<div class="user-name">
<p>Michael<span>Administrator</span></p>
</div>
<i class="lnr lnr-chevron-down"></i>
<i class="lnr lnr-chevron-up"></i>
<div class="clearfix"></div>
</div>
</a>
<ul class="dropdown-menu drp-mnu">
<li> <a href="#"><i class="fa fa-cog"></i> Settings</a> </li>
<li> <a href="#"><i class="fa fa-user"></i>Profile</a> </li>
<li> <a href="sign-up.html"><i class="fa fa-sign-out"></i> Logout</a> </li>
</ul>
</li>
<div class="clearfix"> </div>
</ul>
</div>
<div class="social_icons">
<div class="col-md-4 social_icons-left">
<a href="#" class="yui"><i class="fa fa-facebook i1"></i><span>300<sup>+</sup> Likes</span></a>
</div>
<div class="col-md-4 social_icons-left pinterest">
<a href="#"><i class="fa fa-google-plus i1"></i><span>500<sup>+</sup> Shares</span></a>
</div>
<div class="col-md-4 social_icons-left twi">
<a href="#"><i class="fa fa-twitter i1"></i><span>500<sup>+</sup> Tweets</span></a>
</div>
<div class="clearfix"> </div>
</div>
<div class="clearfix"></div>
</div>
</div>
<!--notification menu end -->
</div>
<!-- //header-ends -->
<div id="page-wrapper">
<div class="graphs">
<h3 class="blank1">Inbox</h3>
<div class="xs">
<div class="col-md-4 email-list1">
<ul class="collection">
<li class="collection-item avatar email-unread">
<i class="fa fa-users icon_1"></i>
<div class="avatar_left">
<span class="email-title">Social</span>
<p class="truncate grey-text ultra-small">Lorem Ipsum is simply dummy text of.</p>
</div>
<a href="#!" class="secondary-content"><span class="new badge1 blue">4</span></a>
<div class="clearfix"> </div>
</li>
<li class="collection-item avatar email-unread">
<i class="fa fa-exclamation-circle icon_2"></i>
<div class="avatar_left">
<span class="email-title">Updates</span>
<p class="truncate grey-text ultra-small">It is a long established fact that a reader.</p>
</div>
<a href="#!" class="secondary-content"><span class="new badge1 red">4</span></a>
<div class="clearfix"> </div>
</li>
<li class="collection-item avatar email-unread">
<i class="fa fa-tag icon_3"></i>
<div class="avatar_left">
<span class="email-title">Promotions</span>
<p class="truncate grey-text ultra-small">There are many variations of passages.</p>
</div>
<a href="#!" class="secondary-content"><span class="new badge1 blue1">4</span></a>
<div class="clearfix"> </div>
</li>
<li class="collection-item avatar email-unread">
<i class="icon_4">G</i>
<div class="avatar_left">
<a href="#"><span class="email-title">Gmail</span></a>
<p class="truncate grey-text ultra-small">Sed ut perspiciatis unde omnis iste.</p>
</div>
<a href="#!" class="secondary-content"><span class="blue-text ultra-small">2:15 pm</span></a>
<div class="clearfix"> </div>
</li>
<li class="collection-item avatar email-unread">
<i class="icon_4 icon_5">F</i>
<div class="avatar_left">
<a href="#"><span class="email-title">Facebook</span></a>
<p class="truncate grey-text ultra-small">But I must explain to you how.</p>
</div>
<a href="#!" class="secondary-content"><span class="blue-text ultra-small">2:15 pm</span></a>
<div class="clearfix"> </div>
</li>
<li class="collection-item avatar email-unread email_last">
<i class="icon_4 icon_6">T</i>
<div class="avatar_left">
<a href="#"><span class="email-title">Twitter</span></a>
<p class="truncate grey-text ultra-small">At vero eos et accusamus et iusto odio.</p>
</div>
<a href="#!" class="secondary-content"><span class="blue-text ultra-small">2:15 pm</span></a>
<div class="clearfix"> </div>
</li>
</ul>
<div class="content-box mrg15B">
<div class="content-box-wrapper text-center">
<h4 class="content-box-header">
Chat
<small>(Online friends)</small>
</h4>
<div class="status-badge mrg10A">
<img class="img-circle" width="40" src="images/1.png" alt="">
<div class="small-badge bg-red"></div>
</div>
<div class="status-badge mrg10A">
<img class="img-circle" width="40" src="images/3.png" alt="">
<div class="small-badge bg-red"></div>
</div>
<div class="status-badge mrg10A">
<img class="img-circle" width="40" src="images/4.png" alt="">
<div class="small-badge bg-green1"></div>
</div>
<div class="status-badge mrg10A">
<img class="img-circle" width="40" src="images/5.png" alt="">
<div class="small-badge bg-orange"></div>
</div>
<div class="status-badge mrg10A">
<img class="img-circle" width="40" src="images/1.png" alt="">
<div class="small-badge bg-red"></div>
</div>
<div class="status-badge mrg10A">
<img class="img-circle" width="40" src="images/4.png" alt="">
<div class="small-badge bg-green1"></div>
</div>
<div class="status-badge mrg10A">
<img class="img-circle" width="40" src="images/3.png" alt="">
<div class="small-badge bg-orange"></div>
</div>
</div>
</div>
</div>
<div class="col-md-8 inbox_right">
<form action="#" method="GET">
<div class="input-group input-group-ind">
<input type="text" name="search" class="form-control1 input-search" placeholder="Search...">
<span class="input-group-btn">
<button class="btn btn-success" type="submit"><i class="fa fa-search icon-ser"></i></button>
</span>
</div><!-- Input Group -->
</form>
<div class="mailbox-content">
<div class="mail-toolbar clearfix">
<div class="float-left">
<div class="btn btn_1 btn-default mrg5R">
<i class="fa fa-refresh"> </i>
</div>
<div class="dropdown">
<a href="#" title="" class="btn btn-default" data-toggle="dropdown" aria-expanded="false">
<i class="fa fa-cog icon_8"></i>
<i class="fa fa-chevron-down icon_8"></i>
<div class="ripple-wrapper"></div></a>
<ul class="dropdown-menu float-right">
<li>
<a href="#" title="">
<i class="fa fa-pencil-square-o icon_9"></i>
Edit
</a>
</li>
<li>
<a href="#" title="">
<i class="fa fa-calendar icon_9"></i>
Schedule
</a>
</li>
<li>
<a href="#" title="">
<i class="fa fa-download icon_9"></i>
Download
</a>
</li>
<li class="divider"></li>
<li>
<a href="#" class="font-red" title="">
<i class="fa fa-times" icon_9=""></i>
Delete
</a>
</li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
<div class="float-right">
<span class="text-muted m-r-sm">Showing 20 of 346 </span>
<div class="btn-group m-r-sm mail-hidden-options" style="display: inline-block;">
<div class="btn-group">
<a class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-expanded="false"><i class="fa fa-folder"></i> <span class="caret"></span></a>
<ul class="dropdown-menu dropdown-menu-right" role="menu">
<li><a href="#">Social</a></li>
<li><a href="#">Forums</a></li>
<li><a href="#">Updates</a></li>
<li class="divider"></li>
<li><a href="#">Spam</a></li>
<li><a href="#">Trash</a></li>
<li class="divider"></li>
<li><a href="#">New</a></li>
</ul>
</div>
<div class="btn-group">
<a class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-expanded="false"><i class="fa fa-tags"></i> <span class="caret"></span></a>
<ul class="dropdown-menu dropdown-menu-right" role="menu">
<li><a href="#">Work</a></li>
<li><a href="#">Family</a></li>
<li><a href="#">Social</a></li>
<li class="divider"></li>
<li><a href="#">Primary</a></li>
<li><a href="#">Promotions</a></li>
<li><a href="#">Forums</a></li>
</ul>
</div>
</div>
<div class="btn-group">
<a class="btn btn-default"><i class="fa fa-angle-left"></i></a>
<a class="btn btn-default"><i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
<table class="table table-fhr">
<tbody>
<tr class="unread checked">
<td class="hidden-xs">
<input type="checkbox" class="checkbox">
</td>
<td class="hidden-xs">
<i class="fa fa-star icon-state-warning"></i>
</td>
<td class="hidden-xs">
Google
</td>
<td>
Nullam quis risus eget urna mollis ornare vel eu leo
</td>
<td>
</td>
<td>
12 march
</td>
</tr>
<tr class="unread checked">
<td class="hidden-xs">
<input type="checkbox" class="checkbox">
</td>
<td class="hidden-xs">
<i class="fa fa-star icon-state-warning"></i>
</td>
<td class="hidden-xs">
Dropbox
</td>
<td>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
</td>
<td>
</td>
<td>
02 march
</td>
</tr>
<tr class="unread checked">
<td class="hidden-xs">
<input type="checkbox" class="checkbox">
</td>
<td class="hidden-xs">
<i class="fa fa-star icon-state-warning"></i>
</td>
<td class="hidden-xs">
Adobe
</td>
<td>
Nullam quis risus eget urna mollis ornare vel eu leo
</td>
<td>
<i class="fa fa-paperclip"></i>
</td>
<td>
8 march
</td>
</tr>
<tr class="unread checked">
<td class="hidden-xs">
<input type="checkbox" class="checkbox">
</td>
<td class="hidden-xs">
<i class="fa fa-star icon-state-warning"></i>
</td>
<td class="hidden-xs">
Apple
</td>
<td>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
</td>
<td>
<i class="fa fa-paperclip"></i>
</td>
<td>
4 march
</td>
</tr>
<tr class="read checked">
<td class="hidden-xs">
<input type="checkbox" class="checkbox">
</td>
<td class="hidden-xs">
<i class="fa fa-star"></i>
</td>
<td class="hidden-xs">
Microsoft
</td>
<td>
Nullam quis risus eget urna mollis ornare vel eu leo
</td>
<td>
<i class="fa fa-paperclip"></i>
</td>
<td>
1 march
</td>
</tr>
<tr class="read checked">
<td class="hidden-xs">
<input type="checkbox" class="checkbox">
</td>
<td class="hidden-xs">
<i class="fa fa-star"></i>
</td>
<td class="hidden-xs">
Microsoft
</td>
<td>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
</td>
<td>
<i class="fa fa-paperclip"></i>
</td>
<td>
15 march
</td>
</tr>
<tr class="read checked">
<td class="hidden-xs">
<input type="checkbox" class="checkbox">
</td>
<td class="hidden-xs">
<i class="fa fa-star"></i>
</td>
<td class="hidden-xs">
Microsoft
</td>
<td>
Nullam quis risus eget urna mollis ornare vel eu leo
</td>
<td>
</td>
<td>
16 march
</td>
</tr>
<tr class="read checked">
<td class="hidden-xs">
<input type="checkbox" class="checkbox">
</td>
<td class="hidden-xs">
<i class="fa fa-star"></i>
</td>
<td class="hidden-xs">
Microsoft
</td>
<td>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
</td>
<td>
<i class="fa fa-paperclip"></i>
</td>
<td>
9 march
</td>
</tr>
<tr class="read checked">
<td class="hidden-xs">
<input type="checkbox" class="checkbox">
</td>
<td class="hidden-xs">
<i class="fa fa-star icon-state-warning"></i>
</td>
<td class="hidden-xs">
Microsoft
</td>
<td>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
</td>
<td>
<i class="fa fa-paperclip"></i>
</td>
<td>
16 march
</td>
</tr>
<tr class="read checked">
<td class="hidden-xs">
<input type="checkbox" class="checkbox">
</td>
<td class="hidden-xs">
<i class="fa fa-star icon-state-warning"></i>
</td>
<td class="hidden-xs">
Dropbox
</td>
<td>
Nullam quis risus eget urna mollis ornare vel eu leo
</td>
<td>
</td>
<td>
10 march
</td>
</tr>
<tr class="read checked">
<td class="hidden-xs">
<input type="checkbox" class="checkbox">
</td>
<td class="hidden-xs">
<i class="fa fa-star"></i>
</td>
<td class="hidden-xs">
Dropbox
</td>
<td>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit
</td>
<td>
<i class="fa fa-paperclip"></i>
</td>
<td>
14 march
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="clearfix"> </div>
</div>
<div class="col_1">
<div class="col-md-4 span_8">
<div class="activity_box">
<h3>Inbox</h3>
<div class="scrollbar scrollbar1" id="style-2">
<div class="activity-row">
<div class="col-xs-3 activity-img"><img src="images/1.png" class="img-responsive" alt=""></div>
<div class="col-xs-7 activity-desc">
<h5><a href="#">John Smith</a></h5>
<p>Hey ! There I'm available.</p>
</div>
<div class="col-xs-2 activity-desc1"><h6>13:40 PM</h6></div>
<div class="clearfix"> </div>
</div>
<div class="activity-row">
<div class="col-xs-3 activity-img"><img src="images/5.png" class="img-responsive" alt=""></div>
<div class="col-xs-7 activity-desc">
<h5><a href="#">Andrew Jos</a></h5>
<p>Hey ! There I'm available.</p>
</div>
<div class="col-xs-2 activity-desc1"><h6>13:40 PM</h6></div>
<div class="clearfix"> </div>
</div>
<div class="activity-row">
<div class="col-xs-3 activity-img"><img src="images/3.png" class="img-responsive" alt=""></div>
<div class="col-xs-7 activity-desc">
<h5><a href="#">Adom Smith</a></h5>
<p>Hey ! There I'm available.</p>
</div>
<div class="col-xs-2 activity-desc1"><h6>13:40 PM</h6></div>
<div class="clearfix"> </div>
</div>
<div class="activity-row">
<div class="col-xs-3 activity-img"><img src="images/4.png" class="img-responsive" alt=""></div>
<div class="col-xs-7 activity-desc">
<h5><a href="#">Peter Carl</a></h5>
<p>Hey ! There I'm available.</p>
</div>
<div class="col-xs-2 activity-desc1"><h6>13:40 PM</h6></div>
<div class="clearfix"> </div>
</div>
<div class="activity-row">
<div class="col-xs-3 activity-img"><img src="images/1.png" class="img-responsive" alt=""></div>
<div class="col-xs-7 activity-desc">
<h5><a href="#">John Smith</a></h5>
<p>Hey ! There I'm available.</p>
</div>
<div class="col-xs-2 activity-desc1"><h6>13:40 PM</h6></div>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
<div class="col-md-4 span_8">
<div class="activity_box activity_box1">
<h3>chat</h3>
<div class="scrollbar" id="style-2">
<div class="activity-row activity-row1">
<div class="col-xs-3 activity-img"><img src="images/1.png" class="img-responsive" alt=""><span>10:00 PM</span></div>
<div class="col-xs-5 activity-img1">
<div class="activity-desc-sub">
<h5>John Smith</h5>
<p>Hello !</p>
</div>
</div>
<div class="col-xs-4 activity-desc1"></div>
<div class="clearfix"> </div>
</div>
<div class="activity-row activity-row1">
<div class="col-xs-2 activity-desc1"></div>
<div class="col-xs-7 activity-img2">
<div class="activity-desc-sub1">
<h5>Adom Smith</h5>
<p>Hi,How are you ? What about our next meeting?</p>
</div>
</div>
<div class="col-xs-3 activity-img"><img src="images/3.png" class="img-responsive" alt=""><span>10:02 PM</span></div>
<div class="clearfix"> </div>
</div>
<div class="activity-row activity-row1">
<div class="col-xs-3 activity-img"><img src="images/1.png" class="img-responsive" alt=""><span>10:00 PM</span></div>
<div class="col-xs-5 activity-img1">
<div class="activity-desc-sub">
<h5>John Smith</h5>
<p>Yeah fine</p>
</div>
</div>
<div class="col-xs-4 activity-desc1"></div>
<div class="clearfix"> </div>
</div>
<div class="activity-row activity-row1">
<div class="col-xs-2 activity-desc1"></div>
<div class="col-xs-7 activity-img2">
<div class="activity-desc-sub1">
<h5>Adom Smith</h5>
<p>Wow that's great</p>
</div>
</div>
<div class="col-xs-3 activity-img"><img src="images/3.png" class="img-responsive" alt=""><span>10:02 PM</span></div>
<div class="clearfix"> </div>
</div>
</div>
<form>
<input type="text" value="Enter your text" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Enter your text';}" required="">
<input type="submit" value="Send" required="">
</form>
</div>
</div>
<div class="col-md-4 span_8">
<div class="activity_box activity_box2">
<h3>todo</h3>
<div class="scrollbar" id="style-2">
<div class="activity-row activity-row1">
<div class="single-bottom">
<ul>
<li>
<input type="checkbox" id="brand" value="">
<label for="brand"><span></span> Sunt in culpa qui officia.</label>
</li>
<li>
<input type="checkbox" id="brand1" value="">
<label for="brand1"><span></span> Fugiat quo voluptas nulla.</label>
</li>
<li>
<input type="checkbox" id="brand2" value="">
<label for="brand2"><span></span> Dolorem eum.</label>
</li>
<li>
<input type="checkbox" id="brand9" value="">
<label for="brand9"><span></span> Pain that produces no resultant.</label>
</li>
<li>
<input type="checkbox" id="brand8" value="">
<label for="brand8"><span></span> Cupidatat non proident.</label>
</li>
<li>
<input type="checkbox" id="brand7" value="">
<label for="brand7"><span></span> Praising pain was born.</label>
</li>
<li>
<input type="checkbox" id="brand3" value="">
<label for="brand3"><span></span> Computer & Electronics</label>
</li>
<li>
<input type="checkbox" id="brand4" value="">
<label for="brand4"><span></span> Dolorem ipsum quia.</label>
</li>
<li>
<input type="checkbox" id="brand5" value="">
<label for="brand5"><span></span> Consequatur aut perferendis.</label>
</li>
<li>
<input type="checkbox" id="brand6" value="">
<label for="brand6"><span></span> Dolorem ipsum quia.</label>
</li>
</ul>
</div>
</div>
</div>
<form>
<input type="text" value="Enter your text" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Enter your text';}" required="">
<input type="submit" value="Submit" required="">
</form>
</div>
<div class="clearfix"> </div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
<!--footer section start-->
<footer>
<p>© 2015 Easy Admin Panel. All Rights Reserved | Design by <a href="https://w3layouts.com/" target="_blank">w3layouts.</a></p>
</footer>
<!--footer section end-->
</section>
<script src="js/jquery.nicescroll.js"></script>
<script src="js/scripts.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html> | D-LUSiON/wyssi | themes/easy_admin_panel/inbox.html | HTML | mit | 34,658 |
<!doctype html>
<html lang="en">
<head>
<title>Code coverage report for lib/properties/borderWidth.js</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="../../prettify.css" />
<link rel="stylesheet" href="../../base.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type='text/css'>
.coverage-summary .sorter {
background-image: url(../../sort-arrow-sprite.png);
}
</style>
</head>
<body>
<div class='wrapper'>
<div class='pad1'>
<h1>
<a href="../../index.html">All files</a> / <a href="index.html">lib/properties</a> borderWidth.js
</h1>
<div class='clearfix'>
<div class='fl pad1y space-right2'>
<span class="strong">0% </span>
<span class="quiet">Statements</span>
<span class='fraction'>0/25</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">0% </span>
<span class="quiet">Branches</span>
<span class='fraction'>0/12</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">0% </span>
<span class="quiet">Functions</span>
<span class='fraction'>0/3</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">0% </span>
<span class="quiet">Lines</span>
<span class='fraction'>0/25</span>
</div>
</div>
<p class="quiet">
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
</p>
</div>
<div class='status-line low'></div>
<pre><table class="coverage">
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
<a name='L2'></a><a href='#L2'>2</a>
<a name='L3'></a><a href='#L3'>3</a>
<a name='L4'></a><a href='#L4'>4</a>
<a name='L5'></a><a href='#L5'>5</a>
<a name='L6'></a><a href='#L6'>6</a>
<a name='L7'></a><a href='#L7'>7</a>
<a name='L8'></a><a href='#L8'>8</a>
<a name='L9'></a><a href='#L9'>9</a>
<a name='L10'></a><a href='#L10'>10</a>
<a name='L11'></a><a href='#L11'>11</a>
<a name='L12'></a><a href='#L12'>12</a>
<a name='L13'></a><a href='#L13'>13</a>
<a name='L14'></a><a href='#L14'>14</a>
<a name='L15'></a><a href='#L15'>15</a>
<a name='L16'></a><a href='#L16'>16</a>
<a name='L17'></a><a href='#L17'>17</a>
<a name='L18'></a><a href='#L18'>18</a>
<a name='L19'></a><a href='#L19'>19</a>
<a name='L20'></a><a href='#L20'>20</a>
<a name='L21'></a><a href='#L21'>21</a>
<a name='L22'></a><a href='#L22'>22</a>
<a name='L23'></a><a href='#L23'>23</a>
<a name='L24'></a><a href='#L24'>24</a>
<a name='L25'></a><a href='#L25'>25</a>
<a name='L26'></a><a href='#L26'>26</a>
<a name='L27'></a><a href='#L27'>27</a>
<a name='L28'></a><a href='#L28'>28</a>
<a name='L29'></a><a href='#L29'>29</a>
<a name='L30'></a><a href='#L30'>30</a>
<a name='L31'></a><a href='#L31'>31</a>
<a name='L32'></a><a href='#L32'>32</a>
<a name='L33'></a><a href='#L33'>33</a>
<a name='L34'></a><a href='#L34'>34</a>
<a name='L35'></a><a href='#L35'>35</a>
<a name='L36'></a><a href='#L36'>36</a>
<a name='L37'></a><a href='#L37'>37</a>
<a name='L38'></a><a href='#L38'>38</a>
<a name='L39'></a><a href='#L39'>39</a>
<a name='L40'></a><a href='#L40'>40</a>
<a name='L41'></a><a href='#L41'>41</a>
<a name='L42'></a><a href='#L42'>42</a>
<a name='L43'></a><a href='#L43'>43</a>
<a name='L44'></a><a href='#L44'>44</a>
<a name='L45'></a><a href='#L45'>45</a>
<a name='L46'></a><a href='#L46'>46</a>
<a name='L47'></a><a href='#L47'>47</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">'use strict';
var parsers = <span class="cstat-no" title="statement not covered" >require('../parsers');</span>
var implicitSetter = <span class="cstat-no" title="statement not covered" >require('../parsers').implicitSetter;</span>
// the valid border-widths:
var widths = <span class="cstat-no" title="statement not covered" >['thin', 'medium', 'thick'];</span>
<span class="cstat-no" title="statement not covered" >module.exports.isValid = function <span class="fstat-no" title="function not covered" >parse(</span>v) {</span>
var length = <span class="cstat-no" title="statement not covered" >parsers.parseLength(v);</span>
<span class="cstat-no" title="statement not covered" > if (length !== undefined) {</span>
<span class="cstat-no" title="statement not covered" > return true;</span>
}
<span class="cstat-no" title="statement not covered" > if (typeof v !== 'string') {</span>
<span class="cstat-no" title="statement not covered" > return false;</span>
}
<span class="cstat-no" title="statement not covered" > if (v === '') {</span>
<span class="cstat-no" title="statement not covered" > return true;</span>
}
<span class="cstat-no" title="statement not covered" > v = v.toLowerCase();</span>
<span class="cstat-no" title="statement not covered" > if (widths.indexOf(v) === -1) {</span>
<span class="cstat-no" title="statement not covered" > return false;</span>
}
<span class="cstat-no" title="statement not covered" > return true;</span>
};
var isValid = <span class="cstat-no" title="statement not covered" >module.exports.isValid;</span>
var parser = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >fu</span>nction(v) {</span>
var length = <span class="cstat-no" title="statement not covered" >parsers.parseLength(v);</span>
<span class="cstat-no" title="statement not covered" > if (length !== undefined) {</span>
<span class="cstat-no" title="statement not covered" > return length;</span>
}
<span class="cstat-no" title="statement not covered" > if (isValid(v)) {</span>
<span class="cstat-no" title="statement not covered" > return v.toLowerCase();</span>
}
<span class="cstat-no" title="statement not covered" > return undefined;</span>
};
<span class="cstat-no" title="statement not covered" >module.exports.definition = {</span>
set: implicitSetter('border', 'width', isValid, parser),
get: <span class="fstat-no" title="function not covered" >fu</span>nction() {
<span class="cstat-no" title="statement not covered" > return this.getPropertyValue('border-width');</span>
},
enumerable: true,
configurable: true,
};
</pre></td></tr>
</table></pre>
<div class='push'></div><!-- for sticky footer -->
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Mon Jul 01 2019 09:17:46 GMT-0600 (Mountain Daylight Time)
</div>
</div>
<script src="../../prettify.js"></script>
<script>
window.onload = function () {
if (typeof prettyPrint === 'function') {
prettyPrint();
}
};
</script>
<script src="../../sorter.js"></script>
<script src="../../block-navigation.js"></script>
</body>
</html>
| brett-harvey/Smart-Contracts | Ethereum-based-Roll4Win/node_modules/cssstyle/coverage/lcov-report/lib/properties/borderWidth.js.html | HTML | mit | 9,268 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>vst: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">8.10.dev / vst - 2.2</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
vst
<small>
2.2
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-08-22 02:22:20 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-22 02:22:20 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.10.dev Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
authors: ["Andrew W. Appel"
"Lennart Beringer"
"Sandrine Blazy"
"Qinxiang Cao"
"Santiago Cuellar"
"Robert Dockins"
"Josiah Dodds"
"Nick Giannarakis"
"Samuel Gruetter"
"Aquinas Hobor"
"Jean-Marie Madiot"
]
maintainer: "VST team"
homepage: "http://vst.cs.princeton.edu/"
dev-repo: "git+https://github.com/PrincetonUniversity/VST.git"
bug-reports: "https://github.com/PrincetonUniversity/VST/issues"
license: "https://raw.githubusercontent.com/PrincetonUniversity/VST/master/LICENSE"
build: [
[make "-j" "COMPCERT=%{lib}%/coq/user-contrib/compcert" "version.vo" "msl" "veric" "floyd"]
]
install: [
["mkdir" "%{lib}%/coq/user-contrib/VST"]
["cp" "-r" "msl" "%{lib}%/coq/user-contrib/VST/"]
["cp" "-r" "veric" "%{lib}%/coq/user-contrib/VST/"]
["cp" "-r" "floyd" "%{lib}%/coq/user-contrib/VST/"]
["cp" "-r" "sepcomp" "%{lib}%/coq/user-contrib/VST/"]
]
remove: [
["rm" "-fr" "%{lib}%/coq/user-contrib/VST"]
]
depends: [
"ocaml"
"coq" {>= "8.7.0"}
"coq-compcert" {= "3.3.0"}
]
synopsis: "Verified Software Toolchain"
description:
"The software toolchain includes static analyzers to check assertions about your program; optimizing compilers to translate your program to machine language; operating systems and libraries to supply context for your program. The Verified Software Toolchain project assures with machine-checked proofs that the assertions claimed at the top of the toolchain really hold in the machine-language program, running in the operating-system context."
flags: light-uninstall
url {
src: "https://github.com/PrincetonUniversity/VST/archive/v2.2.tar.gz"
checksum: "md5=deb1d112fa078c380ed93f0f7e929481"
}
</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-vst.2.2 coq.8.10.dev</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.10.dev).
The following dependencies couldn't be met:
- coq-vst -> coq-compcert = 3.3.0 -> coq < 8.8.1 -> ocaml < 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-vst.2.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.6/extra-dev/8.10.dev/vst/2.2.html | HTML | mit | 7,975 |
<div [hidden]="!isNewFeeding || (!isEditMode && !isNewFeeding)" class="edit-mode">
<div class="form-group">
<label for="start-feeding">Start Feeding</label>
<div class="input-group">
<input type="text" class="form-control"
placeholder="hour"
[(ngModel)]="item.startFeeding.hour">
<span class="input-group-addon"> : </span>
<input type="text" class="form-control"
placeholder="minutes"
[(ngModel)]="item.startFeeding.minutes">
</div>
</div>
<div class="form-group">
<label for="finish-feeding">Finish Feeding</label>
<div class="input-group">
<input type="text" class="form-control"
placeholder="hour"
[(ngModel)]="item.endFeeding.hour">
<span class="input-group-addon"> : </span>
<input type="text" class="form-control"
placeholder="minutes"
[(ngModel)]="item.endFeeding.minutes">
</div>
</div>
<div class="item-type-feeding">type feeding: {{item.typeFeeding}}</div>
<div class="item-date">date feeding: {{item.date}}</div>
<div [hidden]="isNewFeeding" >
<button class="btn btn-success">Save</button>
</div>
<div [hidden]="!isNewFeeding" >
<button class="btn btn-success" (click)="addItem(item.startFeeding, item.endFeeding)">Add</button>
</div>
</div>
<div [hidden]="isEditMode || isNewFeeding" class="view-mode">
<div class="form-group">
<label for="start-feeding">Start Feeding</label>
<div class="input-group">
<span class="input-group-addon">{{item.startFeeding.hour}}</span>
<span class="input-group-addon"> : </span>
<span class="input-group-addon">{{item.startFeeding.minutes}}</span>
</div>
</div>
<div class="form-group">
<label for="finish-feeding">Finish Feeding</label>
<div class="input-group">
<span class="input-group-addon">{{item.endFeeding.hour}}</span>
<span class="input-group-addon"> : </span>
<span class="input-group-addon">{{item.endFeeding.minutes}}</span>
</div>
</div>
<div class="item-type-feeding">type feeding: {{item.typeFeeding}}</div>
<div class="item-date">date feeding: {{item.date}}</div>
<button class="btn btn-success">Edit</button>
</div>
| RovenskyOleg/baby-feeding | src/app/+dashboard/baby-feeding/baby-feeding-renderer.html | HTML | mit | 2,469 |
<!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="./45cc58326e546fe7a017f667f4cbaf6ed425c638f807ea51348adbf75588e340.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/e93f9eef8e2d5a3071a903f9bddfd9a01af49991382c03b40501ce1072a60907.html | HTML | mit | 550 |
---
title: Dropdowns
---
<h3 class="subheader">We removed the various dropdowns within different UI elements for Foundation 5. Instead, we created a universal dropdown plugin that will attach dropdowns or popovers to whatever element you need.</h3>
***
{{> examples_dropdown_basic}}
***
<h3>Basic</h3>
You can create a dropdown using minimal markup. <strong>On a small device, the tooltips are full-width and bottom aligned.</strong>
<div class="row">
<div class="large-6 columns">
<h4>HTML</h4>
{{> examples_dropdown_basic_rendered}}
</div>
<div class="large-6 columns">
<h4>HTML Rendered</h4>
{{> examples_dropdown_basic_nostyle}}
</div>
</div>
***
<h3>Advanced</h3>
Additional classes can be added to your dropdown to change its appearance.
<div class="row">
<div class="large-6 columns">
<h4>HTML</h4>
{{#markdown}}
```html
<a href="#" class="button" data-dropdown="drop">Link Dropdown »</a>
<ul id="drop" class="[tiny small medium large content]f-dropdown" data-dropdown-content>
<li><a href="#">This is a link</a></li>
<li><a href="#">This is another</a></li>
<li><a href="#">Yet another</a></li>
</ul>
```
{{/markdown}}
</div>
<div class="large-6 columns">
<h4>Rendered HTML</h4>
<a href="#" class="button" data-dropdown="tinyDrop2">Link Dropdown »</a>
<ul id="tinyDrop2" class="medium f-dropdown" data-dropdown-content>
<li><a href="#">This is a link</a></li>
<li><a href="#">This is another</a></li>
<li><a href="#">Yet another</a></li>
</ul>
</div>
</div>
***
<h3>Directions</h3>
You can now position dropdowns on the top, bottom, left, or right of the target element. The default position is *bottom* and you do not need to change anything to get your tooltip positioned *bottom*.
To set other alignments, just specify the <code>align</code> property in <code>data-options</code> on the target element.
<div class="row">
<div class="large-6 columns">
{{#markdown}}
```html
<a href="#" data-options="align:left" data-dropdown="drop" class="button">Link Dropdown »</a>
<ul id="drop" class="[tiny small medium large content]f-dropdown" data-dropdown-content>
<li><a href="#">This is a link</a></li>
<li><a href="#">This is another</a></li>
<li><a href="#">Yet another</a></li>
</ul>
```
{{/markdown}}
</div>
<div class="large-6 columns">
{{> examples_dropdown_directions}}
</div>
</div>
***
Available class options:
* `tiny`: Make the dropdown have a max-width of 200px
* `small`: Make the dropdown have a max-width of 300px
* `medium`: Make the dropdown have a max-width of 500px
* `large`: Make the dropdown have a max-width of 800px
* `content`: Add padding inside the dropdown for better-looking content
##### Hoverable Dropdown Option
If you'd rather have your dropdown be accessible by hover, you can add a data-option to the target element:
<div class="row">
<div class="large-6 columns">
<h4>HTML</h4>
{{> examples_dropdown_hoverable_rendered}}
</div>
<div class="large-6 columns">
<h4>Rendered HTML</h4>
{{> examples_dropdown_hoverable}}
</div>
</div>
***
## Accessibility
<p class="panel">This component is not yet accessible. Stay tuned for updates in future releases.</p>
***
## Customize with Sass
Dropdowns can be easily customized using our Sass variables.
<h4>SCSS</h4>
{{> examples_dropdown_variables}}
***
## Semantic Markup With Sass
You can create your own dropdowns using our Sass mixins.
<h3>Basic</h3>
You can use the `dropdown-container()` and `dropdown-style()` mixins to create your own dropdowns, like so:
##### The Container Mixin
<h4>SCSS</h4>
{{#markdown}}
```scss
.custom-dropdown-container-class {
@include dropdown-container();
}
```
{{/markdown}}
##### The List Style Mixin
<h4>SCSS</h4>
{{#markdown}}
```scss
.custom-dropdown-container-class {
@include dropdown-container();
li { @include dropdown-style; }
}
```
{{/markdown}}
<h3>Advanced</h3>
You can further customize your dropdowns with the options in the `dropdown-container()` mixin:
<h4>SCSS</h4>
{{#markdown}}
```scss
.custom-dropdown-container-class {
@include dropdown-container(
// Sets list-style. Default: list. Options: [list, content]
$content:list,
// Sets if dropdown has triangle. Default:true.
$triangle:true,
// Sets max-width. Default: $f-dropdown-max-width
$max-width
);
li { @include dropdown-style; }
}
```
{{/markdown}}
***
## Configure With Javascript
It's easy to configure dropdowns using our provided Javascript. You can use data-attributes or plain old Javascript. Make sure `jquery.js`, `foundation.js` and `foundation.dropdown.js` have been included on your page before continuing. For example, add the following before the closing `<body>` tag:
{{#markdown}}
```html
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation/foundation.js"></script>
<script src="js/foundation/foundation.dropdown.js"></script>
```
{{/markdown}}
### Optional Javascript Configuration
#### JS
{{#markdown}}
```js
$(document).foundation({
dropdown: {
// specify the class used for active dropdowns
active_class: 'open'
}
});
```
{{/markdown}}
***
### Sass Errors?
If the default "foundation" import was commented out, then make sure you import this file:
<h4>SCSS</h4>
```scss
@import "foundation/components/dropdown";
```
| sunnyone/foundation | doc/pages/components/dropdown.html | HTML | mit | 5,373 |
<fieldset>
<legend>Example using Seznam maps API</legend>
<p>
Allowed types (parts): firm, city, street, number
</p>
<p>
Required types (parts): city, street
</p>
<form name="form_address">
<label>Address:</label>
<input type="text" name="address" ng-model="address" ngx-address-input data-geomap="#map_canvas" required-types="city,street" allowed-types="firm,city,street,number" />
<img id="address_spinner" ng-show="form_address.address.loading" src="http://www.jobs.cz/images/preloader.gif"/>
<div ngx-invalid="form_address.address found">
Address not found
</div>
<div ngx-invalid="form_address.address street">
Street must be defined
</div>
<div ngx-invalid="form_address.address city">
City must be defined
</div>
</form>
<div ngx-geomap id="map_canvas" style="width: 500px; height: 250px"></div>
</fieldset>
<pre ng-show="address">{{address|json}}</pre>
| lmc-eu/ngx-library | demos/templates/ngx.ui.addressInput.html | HTML | mit | 977 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>metacoq-template: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.0 / metacoq-template - 1.0~beta2+8.12</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
metacoq-template
<small>
1.0~beta2+8.12
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-26 20:55:43 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-26 20:55:43 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.7.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.9.2 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://metacoq.github.io/metacoq"
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#coq-8.12"
bug-reports: "https://github.com/MetaCoq/metacoq/issues"
authors: ["Abhishek Anand <[email protected]>"
"Simon Boulier <[email protected]>"
"Cyril Cohen <[email protected]>"
"Yannick Forster <[email protected]>"
"Fabian Kunze <[email protected]>"
"Gregory Malecha <[email protected]>"
"Matthieu Sozeau <[email protected]>"
"Nicolas Tabareau <[email protected]>"
"Théo Winterhalter <[email protected]>"
]
license: "MIT"
build: [
["sh" "./configure.sh"]
[make "-j" "%{jobs}%" "template-coq"]
]
install: [
[make "-C" "template-coq" "install"]
]
depends: [
"ocaml" {>= "4.07.1"}
"coq" { >= "8.12~" & < "8.13~" }
"coq-equations" { >= "1.2.3" }
]
synopsis: "A quoting and unquoting library for Coq in Coq"
description: """
MetaCoq is a meta-programming framework for Coq.
Template Coq is a quoting library for Coq. It takes Coq terms and
constructs a representation of their syntax tree as a Coq inductive data
type. The representation is based on the kernel's term representation.
In addition to a complete reification and denotation of CIC terms,
Template Coq includes:
- Reification of the environment structures, for constant and inductive declarations.
- Denotation of terms and global declarations
- A monad for manipulating global declarations, calling the type
checker, and inserting them in the global environment, in the style of
MetaCoq/MTac.
"""
url {
src: "https://github.com/MetaCoq/metacoq/archive/v1.0-beta2-8.12.tar.gz"
checksum: "sha256=108582a6f11ed511a5a94f2b302359f8d648168cba893169009def7c19e08778"
}
</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-template.1.0~beta2+8.12 coq.8.7.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.7.0).
The following dependencies couldn't be met:
- coq-metacoq-template -> ocaml >= 4.07.1
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-metacoq-template.1.0~beta2+8.12</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.0/metacoq-template/1.0~beta2+8.12.html | HTML | mit | 8,089 |
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Polymer Starter Kit" />
<title>Polymer Starter Kit</title>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- Chrome for Android theme color -->
<meta name="theme-color" content="#303F9F">
<!-- Web Application Manifest -->
<link rel="manifest" href="manifest.json">
<!-- Tile color for Win8 -->
<meta name="msapplication-TileColor" content="#3372DF">
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Polymer Starter Kit">
<link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Polymer Starter Kit">
<link rel="apple-touch-icon" href="images/touch/apple-touch-icon.png">
<!-- Tile icon for Win8 (144x144) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<!-- build:css styles/main.css -->
<link rel="stylesheet" href="styles/main.css">
<!-- endbuild-->
<!-- build:js bower_components/webcomponentsjs/webcomponents-lite.min.js -->
<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<!-- endbuild -->
<!-- will be replaced with elements/elements.vulcanized.html -->
<link rel="import" href="elements/elements.html">
<!-- endreplace-->
</head>
<body unresolved class="fullbleed layout vertical">
<span id="browser-sync-binding"></span>
<template is="dom-bind" id="app">
<iron-pages selected="{{route}}" id="slide-container" class="flex layout vertical">
<section class="flex layout vertical center-center">
<h1>Dessine-moi un composant</h1>
<img id="petit-prince" src="images/petit_prince.png" width="180px" alt="Le Petit Prince">
</section>
<section class="flex layout vertical center-center">
<div class="bigger">
<div>
<button>Des</button>
<button>Boutons</button>
<button>A</button>
<button>Customiser</button>
</div>
<div>
<ol>
<li>Des</li>
<li>Listes</li>
<li>Ordonnées</li>
</ol>
<ul>
<li>Et</li>
<li>D'autres</li>
<li>Sans</li>
<li>Ordres</li>
</ul>
</div>
<div>
<select name="select">
<option value="">Un composant de sélection</option>
<option value="">...</option>
</select>
<select name="select">
<option value="">très difficilement customisable</option>
<option value="">...</option>
</select>
</div>
<div>
<input type="text" value="Des champs de saisie"/>
<input type="text" value="Avec des contrôles pas toujours bien implémentés"/>
</div>
<table>
<tr>
<td>Un</td>
<td>Tableau</td>
</tr>
<tr>
<td>Pour</td>
<td>Afficher</td>
</tr>
<tr>
<td>Des</td>
<td>Données</td>
</tr>
<tr>
<td>Et même, à une époque</td>
<td>Structurer les pages avec style</td>
</tr>
</table>
</div>
</section>
<section class="flex layout vertical center-center">
<h1>Voilà une boite !</h1>
<h2>Ton composant est dedans...</h2>
<img id="box" src="images/box.png" width="500px" alt="Boite">
</section>
<section class="flex layout vertical center-center">
<h1>Webcomponents</h1>
<img src="images/webcomponent.svg" alt="Logo webcomponents.org" width="400">
</section>
<section class="flex layout vertical center-center bigger">
<paper-input label="Ma ligne" value="{{maLigne}}"></paper-input>
<tan-image-ligne ligne="{{maLigne}}"></tan-image-ligne>
</section>
<section class="flex layout vertical center-center">
<ul>
<li><img src="" alt=""><h1>CUSTOM ELEMENTS</h1></li>
<li><img src="" alt=""><h1>HTML IMPORT</h1></li>
<li><img src="" alt=""><h1>TEMPLATES</h1></li>
<li><img src="" alt=""><h1>SHADOW DOM</h1></li>
</ul>
</section>
<section class="flex layout vertical center-center">
<h1>CUSTOM ELEMENTS</h1>
<marked-element>
<script type="text/markdown">
```html
<mon-composant></mon-composant>
<tan-image-ligne></tan-image-ligne>
```
</script>
</marked-element>
</section>
<section class="flex layout vertical center-center">
<h1>HTML IMPORT</h1>
<marked-element>
<script type="text/markdown">
```html
<link rel="import" href="tan-image-ligne/tan-image-ligne.html">
```
</script>
</marked-element>
</section>
<section class="flex layout vertical center-center">
<h1>TEMPLATES</h1>
<marked-element>
<script type="text/markdown">
```html
<template id="mon-template">
<img src="" alt="">
</template>
```
</script>
</marked-element>
</section>
<section class="flex layout vertical center-center">
<h1>SHADOW DOM</h1>
<marked-element>
<script type="text/markdown">
```html
<tan-image-ligne></tan-image-ligne>
```
</script>
</marked-element>
</section>
<section class="flex layout vertical center-center bigger">
<paper-input label="Ma ligne" value="{{maLigne}}"></paper-input>
<tan-image-ligne ligne="{{maLigne}}"></tan-image-ligne>
<marked-element>
<script type="text/markdown">
```html
<paper-input label="Ma ligne" value="{{maLigne}}"></paper-input>
<tan-image-ligne ligne="{{maLigne}}"></tan-image-ligne>
```
</script>
</marked-element>
</section>
<section class="flex layout vertical center-center">
<h1>Des composants "clef en main"</h1>
</section>
<section class="flex layout vertical center-center">
<marked-element>
<script type="text/markdown">
```html
<tan-image-ligne ligne="4"></tan-image-ligne>
```
</script>
</marked-element>
<tan-image-ligne ligne="4"></tan-image-ligne>
</section>
<section class="flex layout vertical center-center">
<marked-element>
<script type="text/markdown">
```html
<google-map
latitude="47.2172522"
longitude="-1.5533600">
</google-map>
```
</script>
</marked-element>
<google-map latitude="47.2172522" longitude="-1.5533600" zoom="10" style="height:300px; width:500px;"></google-map>
</section>
<section class="flex layout vertical center-center">
<marked-element>
<script type="text/markdown">
```html
<tan-arrets-service
latitude="47.2172522"
longitude="-1.5533600"
arrets="{{arrets}}">
</tan-arrets-service>
```
</script>
</marked-element>
</section>
<section class="flex layout vertical center-center">
<marked-element>
<script type="text/markdown">
```html
<google-map></google-map>
<tan-arrets-service></tan-arrets-service>
<tan-temps-attente></tan-temps-attente>
```
</script>
</marked-element>
</section>
<section class="flex layout vertical center-center">
<paper-material elevation="1">
<tan-app></tan-app>
</paper-material>
</section>
<section class="flex layout vertical center-center">
<h1>Avec quoi ?</h1>
<div class="flex layout horizontal">
</div>
</section>
<section class="flex layout vertical center-center">
<h1>Avec quoi ?</h1>
<div class="flex layout horizontal technos-img">
<img src="images/js.png" alt="">
<img src="images/xtag.png" alt="">
<img src="images/polymer.png" alt="">
</div>
</section>
<section class="flex layout vertical center-center">
<h1>C'est pour quand ?</h1>
<div class="flex layout horizontal compat">
<img src="images/webcomponentcompat.png" alt="">
<img src="images/polyfillcompat.png" alt="">
</div>
</section>
<section class="flex layout vertical center-center">
<h1>Merci</h1>
<h2>Twitter : <span class="highlight">@JulienZblah</span></h2>
<h2>Gmail : <span class="highlight">[email protected]</span></h2>
<h2>Github : <span class="highlight">Bismuth76</span></h2>
</section>
<section>
<paper-material elevation="1">
<h2 class="paper-font-display2">Users</h2>
<p>This is the users section</p>
<a href="/users/Rob">Rob</a>
</paper-material>
</section>
<section>
<paper-material elevation="1">
<h2 class="paper-font-display2">
User:<span>{{params.name}}</span>
</h2>
<div>This is <span>{{params.name}}</span>'s section</div>
</paper-material>
</section>
<section>
<paper-material elevation="1">
<h2 class="paper-font-display2">Contact</h2>
<p>This is the contact section</p>
</paper-material>
</section>
</iron-pages>
<nav class="navigation-buttons">
<paper-fab icon="arrow-back" on-click="previousSlide" id="previous-button"></paper-fab>
<paper-fab icon="arrow-forward" on-click="nextSlide" id="next-button"></paper-fab>
</nav>
<iron-a11y-keys target="{{}}" keys="right space" on-keys-pressed="nextSlide"></iron-a11y-keys>
<iron-a11y-keys target="{{}}" keys="left" on-keys-pressed="previousSlide"></iron-a11y-keys>
</template>
<!-- build:js scripts/app.js -->
<script src="scripts/app.js"></script>
<!-- endbuild-->
</body>
</html>
| Bismuth76/jft-presenter | app/index.html | HTML | mit | 11,414 |
<!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>
<script src="js/three.min.js"></script>
<script src="js/Detector.js"></script>
<script src="js/libs/stats.min.js"></script>
<script src="js/renderers/CanvasRenderer.js"></script>
<script src="js/utils/GeometryUtils.js"></script>
<script src="js/shaders/ConvolutionShader.js"></script>
<script src="js/shaders/CopyShader.js"></script>
<script src="js/shaders/FilmShader.js"></script>
<script src="js/shaders/FocusShader.js"></script>
<script src="js/postprocessing/EffectComposer.js"></script>
<script src="js/postprocessing/MaskPass.js"></script>
<script src="js/postprocessing/RenderPass.js"></script>
<script src="js/postprocessing/BloomPass.js"></script>
<script src="js/postprocessing/ShaderPass.js"></script>
<script src="js/postprocessing/FilmPass.js"></script>
<script src="js/postprocessing/UnrealBloomPass.js"></script>
<script>
// the initial seed
Math.seed = 6;
// in order to work 'Math.seed' must NOT be undefined,
// so in any case, you HAVE to provide a Math.seed
Math.seededRandom = function(max, min) {
max = max || 1;
min = min || 0;
Math.seed = (Math.seed * 9301 + 49297) % 233280;
var rnd = Math.seed / 233280;
return min + rnd * (max - min);
}
if ( ! Detector.webgl ) Detector.addGetWebGLMessage();
var container, stats;
var camera, scene, renderer;
var mesh, group1, group2, group3, light;
var raycaster, intersects;
var mouse, INTERSECTED;
var windowHalfX = window.innerWidth / 2;
var windowHalfY = window.innerHeight / 2;
var effectFocus, composer;
var params = {
projection: 'normal',
background: false,
exposure: 1.0,
bloomStrength: 1.5,
bloomThreshold: 0.85,
bloomRadius: 0.4
};
var effectFXAA, bloomPass, renderScene;
function addBlob(userName) {
var newUser = { "userName": userName, "pos": [Math.random() * 100, Math.random() * 100, Math.random() * 100],
"radius": 20, "sentiment": 0, "magnitude": 0, "tweets": []};
blobs.push(newUser);
return blobs.length - 1;
}
function findUser(userName) {
for ( var u=0; u<blobs.length; u++) {
if (blobs[u].userName === userName) {
return u;
}
}
return -1;
}
function findTweetPair(fromUser, toUser) {
for (var c=0; c<connections.length; c++) {
v0 = connections[c].verts[0]
v1 = connections[c].verts[1]
if ((v0 == fromUser && v1 == toUser) || (v0 == toUser && v1 == fromUser)) {
return c;
}
}
return -1;
}
function addTweet(fromUser, toUser, sentiment, magnitude) {
// fromUser and toUser should be integers. Use findUser to find int.
if (toUser > 0) {
var tweetID = findTweetPair(fromUser, toUser);
if (tweetID < 0) {
connections.push({"verts": [fromUser, toUser], tweets: [], "lineObjs": []})
tweetID = connections.length - 1
}
connections[tweetID].tweets.push({"sentiment": sentiment, "magnitude": magnitude})
blobs[fromUser].radius += 4;
} else {
var b = blobs[fromUser];
b.sentiment = (b.sentiment * b.tweets.length + sentiment) / (b.tweets.length + 1)
b.magnitude = (b.magnitude * b.tweets.length + magnitude) / (b.tweets.length + 1)
b.radius += 2;
b.tweets.push({"sentiment": sentiment, "magnitude": magnitude})
}
}
var blobs = [];
var ba = addBlob("a");
var bb = addBlob("b");
var bc = addBlob("c");
var bd = addBlob("d");
var connections = [];
addTweet(ba, bb, 1, 30);
addTweet(ba, bb, 1, 70);
addTweet(ba, bb, 1, 99);
addTweet(ba, bc, 1, 30);
addTweet(ba, bc, 1, 70);
addTweet(ba, bc, 1, 99);
addTweet(ba, bd, 1, 30);
addTweet(ba, bd, 1, 70);
addTweet(ba, bd, 1, 99);
var dataInited = false;
LINE_SEP_FAC = 0.5;
init();
animate();
//initWithData();
function init() {
container = document.getElementById( 'container' );
camera = new THREE.PerspectiveCamera( 20, window.innerWidth / window.innerHeight, 1, 10000 );
mouse = new THREE.Vector2();
camera.position.y = 50;
camera.position.z = 1800;
scene = new THREE.Scene();
light = new THREE.DirectionalLight( 0xffffff );
light.position.set( 0, 0, 1 );
scene.add( light );
// shadow
var canvas = document.createElement( 'canvas' );
canvas.width = 128;
canvas.height = 128;
for (var i=0; i<blobs.length; i++) {
blobs[i].geo = new THREE.IcosahedronGeometry(blobs[i].radius, 1);
}
var SEPX = 120, AMOUNTX = 10;
var SEPY = 120, AMOUNTY = 10;
var SEPZ = 240, AMOUNTZ = 20, ZOFFSET = -1100;
parent = new THREE.Object3D();
scene.add(parent);
geo = new THREE.Geometry();
var i = 0;
for ( var ix = 0; ix < AMOUNTX; ix ++ ) {
for ( var iy = 0; iy < AMOUNTY; iy ++ ) {
for ( var iz = 0; iz < AMOUNTZ; iz++) {
var x = ix * SEPX - ( ( AMOUNTX * SEPX ) / 2 );
var y = iy * SEPY - ( ( AMOUNTY * SEPY ) / 2 );
var z = iz * SEPZ - ( ( AMOUNTZ * SEPZ ) / 2 ) + ZOFFSET;
geo.vertices.push(new THREE.Vector3(x, y, z));
}
}
}
mesh = new THREE.Points(geo, new THREE.PointsMaterial( {size: 3, color: {r: 1, g: 0, b: 0}}));
parent.add(mesh);
scene.fog = new THREE.FogExp2( 0x000000, 0.00035 );
renderer = new THREE.WebGLRenderer( { antialias: true } );
renderer.setClearColor( scene.fog.color );
renderer.setPixelRatio( window.devicePixelRatio );
renderer.setSize( window.innerWidth, window.innerHeight );
renderer.autoClear = false;
renderer.sortObjects = false;
container.appendChild( renderer.domElement );
stats = new Stats();
container.appendChild( stats.dom );
//bloomPass = new THREE.UnrealBloomPass(new THREE.Vector2(window.innerWidth, window.innerHeight), 1.5, 0.4, 0.85);//1.0, 9, 0.5, 512);
composer = new THREE.EffectComposer(renderer);
var renderModel = new THREE.RenderPass(scene, camera);
var copyPass = new THREE.ShaderPass(THREE.CopyShader);
copyPass.renderToScreen = true;
var effectBloom = new THREE.BloomPass(3, 15, 10, 1024);
/*effectFocus = new THREE.ShaderPass(THREE.FocusShader);
effectFocus.uniforms["screenWidth"].value = window.innerWidth;
effectFocus.uniforms["screenHeight"].value = window.innerHeight;
effectFocus.renderToScreen = true;*/
composer = new THREE.EffectComposer(renderer);
composer.addPass(renderModel);
composer.addPass(effectBloom);
//composer.addPass(bloomPass);
//composer.addPass(effectFocus);
composer.addPass(copyPass);
document.addEventListener( 'mousemove', onDocumentMouseMove, false );
//
window.addEventListener( 'resize', onWindowResize, false );
}
function initWithData() {
dataInited = true;
var faceIndices = [ 'a', 'b', 'c' ];
var color, p, vertexIndex;
for (var b=0; b<blobs.length; b++) {
var bbsName = blobs[b].userName;
var pos = blobs[b.group]
var loader = new THREE.FontLoader();
loader.load( 'fonts/optimer_regular.typeface.json', function ( font ) {
var textGeometry = new THREE.TextGeometry( bbsName, {
font: font,
size: 50,
height: 10,
curveSegments: 12,
bevelThickness: 1,
bevelSize: 1,
bevelEnabled: false
});
var textMaterial = new THREE.MeshPhongMaterial(
{ color: 0xff0000, specular: 0xffffff }
);
var mesh = new THREE.Mesh( textGeometry, textMaterial );
mesh.position.set(blobs[b].group.position.x, blobs[b].group.position.y, blobs[b].group.position.z);
scene.add( mesh );
});
for (var f=0; f<blobs[b].geo.faces.length; f++) {
for (var v=0; v<3; v++) {
vertexIndex = blobs[b].geo.faces[f][faceIndices[v]];
p = blobs[b].geo.vertices[vertexIndex];
color = getColourFromSentiment(blobs[b].polarity, blobs[b].magnitude);
//color.setHSL( 0.125 * vertexIndex/blobs[b].geo.vertices.length, 1.0, 0.5 );
blobs[b].geo.faces[f].vertexColors[v] = color;
}
}
}
var materials = [
new THREE.MeshPhongMaterial( { color: 0xffffff, shading: THREE.FlatShading, vertexColors: THREE.VertexColors, shininess: 0 } ),
new THREE.MeshBasicMaterial( { color: 0x000000, shading: THREE.FlatShading, wireframe: true, transparent: true } )
];
for (var g=0; g<blobs.length; g++) {
group = THREE.SceneUtils.createMultiMaterialObject(blobs[g].geo, materials);
group.position.x = blobs[g].pos[0];
group.position.y = blobs[g].pos[1];
group.position.z = blobs[g].pos[2];
//group.rotation.x = ...
blobs[g].group = group;
scene.add(group);
}
for (var c = 0; c < connections.length; c++) {
Math.seed = c;
for (var l = 0; l < connections[c].tweets.length; l++) {
var vert0 = blobs[connections[c].verts[0]];
var vert1 = blobs[connections[c].verts[1]];
var linesGeo = new THREE.Geometry();
var theta = Math.seededRandom(0, Math.PI * 2);
var phi = Math.seededRandom(-Math.PI/2, Math.PI/2);
var radius0 = Math.seededRandom(0, vert0.radius);
var radius1 = Math.seededRandom(0, vert1.radius);
var x0 = LINE_SEP_FAC * radius0 * Math.cos(theta) * Math.cos(phi) + vert0.group.position.x;
var y0 = LINE_SEP_FAC * radius0 * Math.sin(phi) + vert0.group.position.y;
var z0 = LINE_SEP_FAC * radius0 * Math.sin(theta) * Math.cos(phi) + vert0.group.position.z;
var x1 = LINE_SEP_FAC * radius1 * Math.cos(theta) * Math.cos(phi) + vert1.group.position.x;
var y1 = LINE_SEP_FAC * radius1 * Math.sin(phi) + vert1.group.position.y;
var z1 = LINE_SEP_FAC * radius1 * Math.sin(theta) * Math.cos(phi) + vert1.group.position.z;
//linesGeo.vertices.push(vert0.group.position);
linesGeo.vertices.push({"x": x0, "y": y0, "z": z0});
//linesGeo.vertices.push(vert1.group.position);
linesGeo.vertices.push({ "x": x1, "y": y1, "z": z1 });
var edgeColor;
edgeColor = getColourFromSentiment(connections[c].tweets[l].polarity, connections[c].tweets[l].magnitude);
var lineObj = new THREE.Line( linesGeo, new THREE.LineBasicMaterial( { color: new THREE.Color(edgeColor.r, edgeColor.g, edgeColor.b), opacity: 1 } ) )
scene.add( lineObj );
connections[c].lineObjs.push(lineObj);
}
}
}
function onWindowResize() {
windowHalfX = window.innerWidth / 2;
windowHalfY = window.innerHeight / 2;
camera.aspect = window.innerWidth / window.innerHeight;
camera.updateProjectionMatrix();
renderer.setSize( window.innerWidth, window.innerHeight );
//composer.setSize( window.innerWidth, window.innerHeight);
composer.reset();
/*effectFocus.uniforms[ "screenWidth" ].value = window.innerWidth;
effectFocus.uniforms[ "screenHeight" ].value = window.innerHeight;
*/
}
function onDocumentMouseMove( event ) {
mouse.x = (event.clientX - windowHalfX);
mouse.y = (event.clientY - windowHalfY);
}
//
function animate() {
if (dataInited) {
balanceBlobs();
}
requestAnimationFrame( animate );
render();
stats.update();
}
function render() {
camera.position.x += ( mouse.x - camera.position.x ) * 0.05;
camera.position.y += ( - mouse.y - camera.position.y ) * 0.05;
camera.lookAt( scene.position );
//renderer.render( scene, camera );
renderer.clear();
composer.render(0.05);
}
function getColourFromSentiment(polarity, magnitude) {
//let the limit be +-1. -1 is very bad
//internal calculations of polarity will be 0-1
//colour: {"r": float(0-1), "g": float(0-1), "b": float(0-1)}
var r, g, b;
if (polarity === 0) {
magnitude = 0;
}
if (polarity < 0) {
r = 1;
g = 1 - (magnitude * 0.01);
b = 0.3 - (0.1 * magnitude);
}
else {
r = 1 - (magnitude * 0.01);
g = 1;
b = 0.3 - (0.1 * magnitude);
}
return { "r": r, "g": g, "b": b };
}
function updateEdges() {
for (var c=0; c<connections.length; c++) {
var con = connections[c];
Math.seed = c;
var vert0 = blobs[con.verts[0]];
var vert1 = blobs[con.verts[1]];
for (var l=0; l<con.tweets.length; l++) {
var theta = Math.seededRandom(0, Math.PI * 2);
var phi = Math.seededRandom(-Math.PI/2, Math.PI/2);
var radius0 = Math.seededRandom(0, vert0.radius);
var radius1 = Math.seededRandom(0, vert1.radius);
var x0 = LINE_SEP_FAC * radius0 * Math.cos(theta) * Math.cos(phi) + vert0.group.position.x;
var y0 = LINE_SEP_FAC * radius0 * Math.sin(phi) + vert0.group.position.y;
var z0 = LINE_SEP_FAC * radius0 * Math.sin(theta) * Math.cos(phi) + vert0.group.position.z;
var x1 = LINE_SEP_FAC * radius1 * Math.cos(theta) * Math.cos(phi) + vert1.group.position.x;
var y1 = LINE_SEP_FAC * radius1 * Math.sin(phi) + vert1.group.position.y;
var z1 = LINE_SEP_FAC * radius1 * Math.sin(theta) * Math.cos(phi) + vert1.group.position.z;
connections[c].lineObjs[l].geometry.vertices[0].x = x0;
connections[c].lineObjs[l].geometry.vertices[0].y = y0;
connections[c].lineObjs[l].geometry.vertices[0].z = z0;
connections[c].lineObjs[l].geometry.vertices[1].x = x1;
connections[c].lineObjs[l].geometry.vertices[1].y = y1;
connections[c].lineObjs[l].geometry.vertices[1].z = z1;
connections[c].lineObjs[l].geometry.verticesNeedUpdate = true;
}
}
}
function balanceBlobs() {
for ( var bl=1; bl<blobs.length; bl++ ) {
var mvX = 0, mvY = 0, mvZ = 0;
for ( var away=0; away<blobs.length; away++ ) {
var a = blobs[bl].group.position;
var b = blobs[away].group.position;
var dist = Math.sqrt(Math.pow(a.x - b.x, 2) + Math.pow(a.y - b.y, 2) + Math.pow(a.z - b.z, 2))
var aRad = blobs[bl].radius
var bRad = blobs[away].radius
if (dist == 0) {
mvX += 1;
} else {
if (dist < (aRad + bRad)) {
mvX += ((a.x - b.x) / dist) * (aRad + bRad) * 0.5;
mvY += ((a.y - b.y) / dist) * (aRad + bRad) * 0.5;
mvZ += ((a.z - b.z) / dist) * (aRad + bRad) * 0.5;
} else {
mvX += ((a.x - b.x) / dist) * (aRad + bRad) * 0.5 * (1/dist);
mvY += ((a.y - b.y) / dist) * (aRad + bRad) * 0.5 * (1/dist);
mvZ += ((a.z - b.z) / dist) * (aRad + bRad) * 0.5 * (1/dist);
}
}
if (away+1 == bl) {
away++;
}
}
blobs[bl].group.position.x += mvX;
blobs[bl].group.position.y += mvY;
blobs[bl].group.position.z += mvZ;
}
for ( var c=0; c<connections.length; c++ ) {
var aBlob = blobs[connections[c].verts[0]];
var bBlob = blobs[connections[c].verts[1]];
var a = aBlob.group.position;
var b = bBlob.group.position;
var dist = Math.sqrt(Math.pow(a.x - b.x, 2) + Math.pow(a.y - b.y, 2) + Math.pow(a.z - b.z, 2))
var dFac = dist - 2 * (aBlob.radius + bBlob.radius)
if (dFac > 0) {
var adjust = dFac / dist
mvX = adjust * (a.x - b.x);
mvY = adjust * (a.y - b.y);
mvZ = adjust * (a.z - b.z);
aBlob.group.position.x -= mvX;
aBlob.group.position.y -= mvY;
aBlob.group.position.z -= mvZ;
bBlob.group.position.x += mvX;
bBlob.group.position.y += mvY;
bBlob.group.position.z += mvZ;
}
}
blobs[0].group.position.x = 0;
blobs[0].group.position.y = 0;
blobs[0].group.position.z = 0;
updateEdges();
}
</script>
</body>
</html>
| jamjar919/coolproject11 | public/gl.html | HTML | mit | 19,190 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Sci blog jekyll theme">
<meta name="author" content="AIR RAYA Group">
<link href='/MyBlog/img/favicon.ico' type='image/icon' rel='shortcut icon'/>
<title>泽民博客 | Jekyll theme</title>
<link rel="stylesheet" href="/MyBlog/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="/MyBlog/css/font-awesome.min.css">
<link href="/MyBlog/css/simple-sidebar.css" rel="stylesheet">
<link href="/MyBlog/css/classic-10_7.css" rel="stylesheet" type="text/css">
<!-- Custom CSS -->
<link href="/MyBlog/css/style.css" rel="stylesheet">
<link href="/MyBlog/css/pygments.css" rel="stylesheet">
<!-- Fonts -->
<link href="/MyBlog/css/front.css" rel="stylesheet" type="text/css">
<link href="/MyBlog/css/Josefin_Slab.css" rel="stylesheet" type="text/css">
<link href="/MyBlog/css/Architects_Daughter.css" rel="stylesheet" type="text/css">
<link href="/MyBlog/css/Schoolbell.css" rel="stylesheet" type="text/css">
<link href="/MyBlog/css/Codystar.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="/MyBlog/js/jquery-1.12.0.min.js"></script>
<link href="/MyBlog/css/calendar/common.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="/MyBlog/js/calendar/calendar.js"></script>
<!-- share this -->
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="/MyBlog/js/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "b28464c3-d287-4257-ad18-058346dd35f7", doNotHash: false, doNotCopy: false, hashAddressBar: false});</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="/MyBlog/js/html5shiv.js"></script>
<script src="/MyBlog/js/respond.min.js"></script>
<![endif]-->
<!--百度统计-->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?e965cab8c73512b8b23939e7051d93bd";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script async src="/MyBlog/katex/katex.js"></script>
<link rel="stylesheet" href="/MyBlog/katex/katex.css">
<!--轮播图片-->
<!--script type="text/javascript" src="https://xiazemin.github.io/MyBlog/js/jquery.js"></script>
<script type="text/javascript" src="https://xiazemin.github.io/MyBlog/js/jquery.stripesrotator.js"></script>
<script type="text/javascript">
$(document).ready(function() {
alert($('#rotator_xzm'));
alert($('#rotator_xzm').fn);
$('#rotator_xzm').stripesRotator({ images: [ "https://xiazemin.github.io/MyBlog/img/BPlusTree.png", "https://xiazemin.github.io/MyBlog/img/linuxMMap.jpeg"] });
});
</script-->
<!--水印-->
<script type="text/javascript" src="/MyBlog/js/waterMark.js"></script>
<script type="text/javascript">
$(document).ready(function(){
watermark({watermark_txt0:'泽民博客',watermark_txt1:'zemin',watermark_txt2:(new Date()).Format("yyyy-MM-dd hh:mm:ss.S")});
})
</script>
<!--水印-->
<!--adscene-->
<script data-ad-client="ca-pub-6672721494777557" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body>
<div id="wrapper">
<!-- Navigation -->
<!-- Sidebar -->
<div id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-brand">
<a href="/MyBlog">
Home
</a>
</li>
<li>
<a href="#">About</a>
</li>
<li>
<a href="#">Services</a>
</li>
<li>
<a href="#">Portfolio</a>
</li>
<li>
<a href="#">Events</a>
</li>
<li>
<a href="#">Blog</a>
</li>
<li>
<a href="#">FAQ</a>
</li>
<li>
<a href="#">Contact</a>
</li>
</ul>
</div>
<header class="intro-header">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="heading text-center">
<a href="https://xiazemin.github.io/MyBlog/" style="color: #fff; font-size: 4em; font-family: 'Schoolbell', cursive;">泽民博客</a>
<a href="#menu-toggle" class="btn btn-default sciblog" id="menu-toggle" style="font-weight: bold;">☰ Menu</a>
</div>
</div>
</div>
</div>
</header>
<script async src="/MyBlog/js/busuanzi.pure.mini.js"></script>
<script type="text/javascript" src="/MyBlog/js/jquery.js"></script>
<script type="text/javascript" src="/MyBlog/js/jquery.stripesrotator.js"></script>
<div class="container">
<div class="row">
<div class="box">
<div class="col-lg-12">
<div class="intro-text text-center">
<h1 class="post-title" itemprop="name headline">SOFA-MOSN</h1>
<p class="post-meta"> <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">by 夏泽民</span></span> <time datetime="2019-11-30T00:00:00+08:00" itemprop="datePublished"><i class="fa fa-calendar"></i> Nov 30, 2019</time></p>
</div>
<p>SOFAMosn是基于Go开发的sidecar,用于service mesh中的数据面代理。<br />
<img src="https://xiazemin.github.io/MyBlog/img/mson.webp" /><br />
https://github.com/sofastack/sofa-mosn<br />
https://github.com/sofastack/sofa-rpc<br />
<!-- more --><br />
启动mosn形似./main start -c config.json,那么我们可以先从分析配置入手,看看mosn作为数据代理的整个流转过程。</p><br />
<br />
<p>config.json的配置如下:</p><br />
<br />
<p>{<br />
“servers”: [<br />
{<br />
“default_log_path”: “stdout”,<br />
“listeners”: [<br />
{<br />
“name”: “serverListener”,<br />
“address”: “127.0.0.1:2046”,<br />
“bind_port”: true,<br />
“log_path”: “stdout”,<br />
“filter_chains”: [<br />
{<br />
“tls_context”: {},<br />
“filters”: [<br />
{<br />
“type”: “proxy”,<br />
“config”: {<br />
“downstream_protocol”: “Http2”,<br />
“upstream_protocol”: “SofaRpc”,<br />
“router_config_name”: “server_router”<br />
}<br />
},<br />
{<br />
“type”: “connection_manager”,<br />
“config”: {<br />
“router_config_name”: “server_router”,<br />
“virtual_hosts”: [<br />
{<br />
“name”: “serverHost”,<br />
“domains”: [<br />
“<em>”<br />
],<br />
“routers”: [<br />
{<br />
“match”: {<br />
“headers”: [<br />
{<br />
“name”: “service”,<br />
“value”: “.</em>”<br />
}<br />
]<br />
},<br />
“route”: {<br />
“cluster_name”: “serverCluster”<br />
}<br />
}<br />
]<br />
}<br />
]<br />
}<br />
}<br />
]<br />
}<br />
]<br />
},<br />
{<br />
“name”: “clientListener”,<br />
“address”: “127.0.0.1:2045”,<br />
“bind_port”: true,<br />
“log_path”: “stdout”,<br />
“filter_chains”: [<br />
{<br />
“tls_context”: {},<br />
“filters”: [<br />
{<br />
“type”: “proxy”,<br />
“config”: {<br />
“downstream_protocol”: “SofaRpc”,<br />
“upstream_protocol”: “Http2”,<br />
“router_config_name”: “client_router”<br />
}<br />
},<br />
{<br />
“type”: “connection_manager”,<br />
“config”: {<br />
“router_config_name”: “client_router”,<br />
“virtual_hosts”: [<br />
{<br />
“name”: “clientHost”,<br />
“domains”: [<br />
“<em>”<br />
],<br />
“routers”: [<br />
{<br />
“match”: {<br />
“headers”: [<br />
{<br />
“name”: “service”,<br />
“value”: “.</em>”<br />
}<br />
]<br />
},<br />
“route”: {<br />
“cluster_name”: “clientCluster”<br />
}<br />
}<br />
]<br />
}<br />
]<br />
}<br />
}<br />
]<br />
}<br />
]<br />
}<br />
]<br />
}<br />
],<br />
“cluster_manager”: {<br />
“clusters”: [<br />
{<br />
“Name”: “serverCluster”,<br />
“type”: “SIMPLE”,<br />
“lb_type”: “LB_RANDOM”,<br />
“max_request_per_conn”: 1024,<br />
“conn_buffer_limit_bytes”: 32768,<br />
“hosts”: [<br />
{<br />
“address”: “127.0.0.1:8080”<br />
}<br />
]<br />
},<br />
{<br />
“Name”: “clientCluster”,<br />
“type”: “SIMPLE”,<br />
“lb_type”: “LB_RANDOM”,<br />
“max_request_per_conn”: 1024,<br />
“conn_buffer_limit_bytes”: 32768,<br />
“hosts”: [<br />
{<br />
“address”: “127.0.0.1:2046”<br />
}<br />
]<br />
}<br />
]<br />
}<br />
}<br />
这里的配置非常多,并且有很多的概念及术语。其实mosn概念大多继承于Envoy,所以相关概念可以参考Envoy的官方文档。</p><br />
<br />
<p>基本术语<br />
Host/主机:能够进行网络通信的实体(如移动设备、服务器上的应用程序)。</p><br />
<br />
<p>Downstream/下游:下游主机连接到 Mosn,发送请求并接收响应。</p><br />
<br />
<p>Upstream/上游:上游主机接收来自 Mosn 的连接和请求,并返回响应。</p><br />
<br />
<p>Listener/监听器:监听器是命名网地址(例如,端口、unix domain socket等),可以被下游客户端连接。Mosn 暴露一个或者多个监听器给下游主机连接。</p><br />
<br />
<p>Cluster/集群:集群是指 Mosn 连接到的逻辑上相同的一组上游主机。Mosn 通过服务发现来发现集群的成员。Mosn 通过负载均衡策略决定将请求路由到哪个集群成员。</p><br />
<br />
<p>Mosn配置详解<br />
Mosn中的配置包括两大类: listener(servers)配置和cluster(cluster_manager)配置。</p><br />
<br />
<p>Listener配置<br />
Mosn的每一个server都可配置多个listener以实现复杂的代理逻辑。listener往往包含一组filter依次对数据流进行处理。</p><br />
<br />
<p>我们看到例子中,由sofa-rpc的client端发起了请求,请求的是127.0.0.1:2045。而我们可以发现config.json中配置的clientListener刚好监听的地址是127.0.0.1:2045。它主要包含了以下一些配置</p><br />
<br />
<p>name: 监听器名称<br />
address: 监听的地址<br />
filter_chains:一些列过滤器链<br />
mosn的过滤器有很多种类,按照配置的顺序依次处理数据,在这个例子中,配置了两个过滤器,proxy和connectionManager。<br />
proxy主要是指定了上下游的协议,便于进行协议转换:</p><br />
<br />
<p>downstream_protocol: 下游协议,当前例子采用了sofa-rpc<br />
upstream_protocol:上游协议,当前例子采用了http2<br />
connectionManager则主要用于配置匹配规则,路由规则等,即virtual_hosts配置。而 virtual_hosts 配置中必须包含以下几项配置:<br />
name:服务名称<br />
domains:DNS 域名,必须能跟 virtual_host 的 URL 匹配<br />
routes:路由列表<br />
每个路由中还可以包含以下配置:<br />
match:匹配规则,例如header中需要包含特定的key等<br />
cluster:路由到处理该请求的 mosn cluster<br />
在当前例子中,即为URL为*的请求,并且headers中包含key为service的header,均交于名为clientCluster的cluster处理。<br />
Cluster配置<br />
在clientListener配置的最后,讲道将请求交于clientCluster处理。那么我们接下来看cluster的相关配置。cluster的配置中主要包含了服务发现和负载均衡方式配置。</p><br />
<br />
<p>我们在config.json中找到clientCluster的配置,发现其主要包含以下几项:</p><br />
<br />
<p>name: cluster名称<br />
lb_type: 负载均衡方式<br />
hosts: 在当前例子中,SIMPLE模式的cluster,直接配置了服务发现的主机列表<br />
在当前例子中,负载均衡方式为随机,并且主机列表仅仅只有一台,那么意味着请求将转发到127.0.0.1:2046。</p><br />
<br />
<p>服务端mosn配置<br />
当前我们的流转过程是从clientListener到clientCluster,而这两者其实都包含在了client端的mosn中。clientCluster将请求转发到了127.0.0.1:2046,先由serverListener监听到请求,再交由serverCluster处理,这两者属于server端的mosn,处理逻辑与之前描述的client端的mosn一致,在此不做展开。最后,serverCluster将请求通过服务发现与负载均衡后,转发到了真正的服务端sofa-rpc,即127.0.0.1:8080。</p><br />
<br />
<p>流量劫持<br />
也许有人会有疑问,原先client的请求是直接发给server端的,现在怎么会发给mosn,被clientListener监听到,从而完成整个转发过程呢,难道需要client端知道client mosn的地址?再改写目的地址?</p><br />
<br />
<p>这就涉及到流量劫持了,一个通用的解决方案是iptables,可参考理解 Istio Service Mesh 中 Envoy 代理 Sidecar 注入及流量劫持。除此之外还有IPVS、Cilium + eBPF等方案,在此就不展开了。</p><br />
<br />
<p>Mosn代理流量的流转过程<br />
由以上配置分析后,我们可以得到整个mosn的流转过程如下:<br />
<img src="https://xiazemin.github.io/MyBlog/img/mson_hijack.webp" /></p><br />
<br />
<p>,Service Mesh 作为一个专用的基础设施层,用于提供安全、快速、可靠、智能的服务间通讯,可为微服务的连接、管理和监控带来巨大的便利,从而加速微服务的落地。</p><br />
<br />
<p>作为国内领先的金融服务提供商,蚂蚁金服对系统架构的性能、稳定性、安全性要求极高,且面对的运维架构复杂。为了达到高可用和快速迭代的目的,蚂蚁金服正全面拥抱微服务,云原生, 故 Service Mesh 成为助力蚂蚁 SOFA5,以及兼容 K8S 的容器平台 Sigma等微服务化关键组件落地的重要推手。</p><br />
<br />
<p>在 Service Mesh 落地的方案挑选中, Istio 作为 Service Mesh 的集大成者,无论在功能实现,稳定性,扩展性,以及社区关注度等方面都是不二选择,其数据平面 Envoy 更是具有优秀的设计,可扩展的 XDS API,以及较高的性能等特点,蚂蚁一开始便将 Istio 作为重点的关注对象。</p><br />
<br />
<p>然而,由于 Envoy 使用 C++ 语言开发,不符合蚂蚁技术栈的发展方向且无法兼容现在的运维体系,以及蚂蚁内部有许多业务定制化的诉求,导致我们无法直接使用 Istio。经过调研发现,作为云计算时代主流语言的 Golang 同样具有较高的转发性能,这促使我们考虑开发 Golang 版本高性能的 sidecar 来替换 Envoy 与 Istio 做集成。</p><br />
<br />
<p>SOFAMosn 是一款采用 Golang 开发的 Service Mesh 数据平面代理,由蚂蚁金服系统部网络团队、蚂蚁金服中间件团队、UC 大文娱团队共同开发,功能和定位类似 Envoy,旨在提供分布式,模块化,可观察,智能化的代理能力。它通过模块化,分层解耦的设计,提供了可编程,事件机制,扩展性,高吞吐量的能力。</p><br />
<br />
<p>当前, SOFAMosn 已支持 Envoy 和 Istio 的 API,实现并验证了 Envoy 的常用功能(全量功能在开发中),通过 XDS API 与 Pilot 对接,SOFAMosn 可获取控制面推送的配置信息,来完成代理的功能。在实践中,你可以使用 SOFAMosn 替代 Envoy 作为转发平面与 Istio 集成来实现 Service Mesh 组件,也可以单独使用 SOFAMosn 作为业务网关,通过使用 SOFAMosn 你将在如下几个方面获得收益:</p><br />
<br />
<p>SOFAMosn 使用 Golang 作为开发语言,开发效率高,在云原生时代可与 k8s 等技术无缝对接,有利于加速微服务的落地;</p><br />
<br />
<p>SOFAMosn 可代理 Java,C++,Golang,PHP,Python 等异构语言之间组件的互相调用,避免多语言版本组件的重复开发,可提高业务开发效率,目前 SOFAMosn 已经在蚂蚁金服中作为跨语言 RPC 调用的桥梁被使用;</p><br />
<br />
<p>SOFAMosn 可提供灵活的流量调度能力,有助于运维体系的支撑,包括:蓝绿升级、容灾切换等;</p><br />
<br />
<p>SOFAMosn 提供TLS、服务鉴权等能力,可满足服务加密与安全的诉求;</p><br />
<br />
<p>当前 SOFAMosn 已经在 Github 上开源,我们欢迎所有感兴趣的同学参与进来,与我们一起共建一个精品的 Golang Sidecar,项目地址为:https://github.com/alipay/sofa-mosn</p><br />
<br />
<p>为了帮助大家更好的理解 SOFAMosn,本文作为开篇文章,会整体性的介绍 SOFAMosn 的特性以期给大家一个完整的印象,具体的细节这里不做展开,如果您对细节感兴趣,欢迎关注后续文章。</p><br />
<br />
<p>本文介绍的内容将包括 :</p><br />
<br />
<p>SOFAMosn 是如何工作的</p><br />
<br />
<p>SOFAMosn 内部是如何完成代理功能的</p><br />
<br />
<p>SOFAMosn 如何提高Golang的转发性能</p><br />
<br />
<p>SOFAMosn 做了哪些内存优化</p><br />
<br />
<p>SOFAMosn 如何做到系统的高可用</p><br />
<br />
<p>SOFAMosn 如何支持扩展</p><br />
<br />
<p>SOFAMosn 如何做到安全</p><br />
<br />
<p>SOFAMosn 是如何工作的<br />
SOFAMosn 本质是一个 4-7 层代理,所以它可以以独立进程的形式作为 sidecar 与用户程序部署在相同的物理机或者VM中,当然也可以以独立网关的形式单独运行在一台主机或者虚拟机中。</p><br />
<br />
<p>MOSN (注: SOFAMosn 有时也简称为 MOSN) 与 Service 部署在同一个 Pod 上,MOSN 监听在固定的端口,一个正向的请求链路包括如下步骤:</p><br />
<br />
<p>ServiceA 作为客户端可使用任意语言实现,可使用目前支持的任意的协议类型,比如HTTP1.x,HTTP2.0,SOFARPC 等,将 sub/pub、request 信息等发送给MOSN</p><br />
<br />
<p>MOSN 可代理 ServiceA 的服务发现,路由,负载均衡等能力,通过协议转换,转发 ServiceA 的请求信息到上游的 MOSN</p><br />
<br />
<p>上游 MOSN 将接收到的请求通过协议转换,发送到代理的 ServiceB 上</p><br />
<br />
<p>反向链路类似,通过上述的代理流程,MOSN 代理了 Service A 与 Service B 之间的请求。</p><br />
<br />
<p>这里有一些需要注意的是:</p><br />
<br />
<p>你可以使用 MOSN 只代理 Client 的请求,MOSN 可以直接访问 Server,链路:Client -> MOSN -> Server,反之亦然</p><br />
<br />
<p>MOSN 上下游协议可配置为当前支持的协议中的任意一种</p><br />
<br />
<p>SOFAMosn 内部是如何完成代理功能的<br />
了解 SOFAMosn 的代理能力,我们需要窥探它的实现框架以及数据在其内部的流转。这里我们先介绍组成 SOFAMosn 的模块,再介绍 SOFAMosn 的分层设计</p><br />
<br />
<p>SOFAMosn 的组成模块<br />
在上图中,蓝色框中的模块为当前已经支持的模块,红色虚线模块为开发中模块,其中:</p><br />
<br />
<p>Starter 用于启动 MOSN,包括从配置文件或者以 XDS 模式启动,其中Config 用于配置文件的解析等,XDS 用于和 Istio 交互,获取 Pilot 推送的配置等</p><br />
<br />
<p>MOSN 解析配置后,会生成 Server以及Listener ,在 Listener 中有监听端口、 ProxyFilter 、Log 等信息;Server 包含 Listener ,为 MOSN 运行时的抽象,Server 运行后,会开启 Listener 监听,接受连接等</p><br />
<br />
<p>MOSN 运行起来后,还会生成 Upstream相关信息,用于维护后端的 Cluster和 Host信息</p><br />
<br />
<p>MOSN 在转发请求时,会在 Upstream 的 Cluster 中通过 Router 以及 LoadBalancer 挑选 Host</p><br />
<br />
<p>Router 为 MOSN 的路由模块,当前支持根据 label 做路由等</p><br />
<br />
<p>LoadBalance 为 MOSN 的负载均衡模块,支持 WRR,Subset LB</p><br />
<br />
<p>Metrics 模块用于对协议层的数据做记录和追踪</p><br />
<br />
<p>Hardware 为 MOSN 后期规划的包括使用加速卡来做 TLS 加速以及 DPDK 来做协议栈加速的一些硬件技术手段</p><br />
<br />
<p>Mixer 用于对请求做服务鉴权等,为开发中模块</p><br />
<br />
<p>FlowControl 用来对后端做流控,为开发中模块</p><br />
<br />
<p>Lab 和 Admin 模块为实验性待开发模块</p><br />
<br />
<p>SOFAMosn 的分层设计<br />
为了转发数据,实现一个4-7层的 proxy,在分层上,SOFAMosn 将整体功能分为 “网络 IO 层”,”二进制协议处理层”,”协议流程处理层”以及”转发路由处理层” 等四层进行设计,每一层实现的功能高度内聚可用于完成独立的功能,且层与层之间可相互配合实现完整的 proxy 转发。</p><br />
<br />
<p>如下图所示:SOFAMosn 对请求做代理的时候,在入口方向,会依次经过网络 IO 层(NET/IO),二进制协议处理层(Protocol),协议流程处理层(Streaming),转发路由处理层(Proxy);出向与入向过程基本相反</p><br />
<br />
<p>下面我们简单介绍每一层的作用,关于每一层的特性,请参考:</p><br />
<br />
<p>https://github.com/alipay/sofa-mosn/blob/master/docs/design/MOSNLayerFeature.md</p><br />
<br />
<p>NET/IO 层提供了 IO 读写的封装以及可扩展的 IO 事件订阅机制;</p><br />
<br />
<p>Protocol 层提供了根据不同协议对数据进行序列化/反序列化的处理能力;</p><br />
<br />
<p>Streaming 层提供向上的协议一致性,负责 stream 的生命周期,管理 Client / Server 模式的请求流行为,对 Client 端stream 提供池化机制等;</p><br />
<br />
<p>Proxy 层提供路由选择,负载均衡等的能力,做数据流之间的转发;</p><br />
<br />
<p>下面是将此图打开后的示意图</p><br />
<br />
<p>MOSN 在 IO 层读取数据,通过 read filter 将数据发送到 Protocol 层进行 Decode</p><br />
<br />
<p>Decode 出来的数据,根据不同的协议,回调到 stream 层,进行 stream 的创建和封装</p><br />
<br />
<p>stream 创建完毕后,会回调到 Proxy 层做路由和转发,Proxy 层会关联上下游间的转发关系</p><br />
<br />
<p>Proxy 挑选到后端后,会根据后端使用的协议,将数据发送到对应协议的 Protocol 层,对数据重新做 Encode</p><br />
<br />
<p>Encode 后的数据会发经过 write filter 并最终使用 IO 的 write 发送出去</p><br />
<br />
<p>SOFAMosn 如何提高 Golang 的转发性能<br />
Golang 的转发性能比起 C++ 是稍有逊色的,为了尽可能的提高 MOSN 的转发性能,我们在线程模型上进行优化,当前 MOSN 支持两种线程模型,用户可根据场景选择开启适用的模型</p><br />
<br />
<p>模型一使用 Golang 默认的 epoll 机制,对每个连接分配独立的读写协程进行阻塞读写操作, proxy 层做转发时,使用常驻 worker 协程池负责处理 Stream Event</p><br />
<br />
<p>此模型在 IO上使用 Golang 的调度机制,适用于连接数较少的场景,例如:SOFAMosn 作为 sidecar、与 client 同机部署的场景</p><br />
<br />
<p>模型二基于 NetPoll 重写 epoll 机制,将 IO 和 PROXY 均进行池化,downstream connection将自身的读写事件注册到netpoll的epoll/kqueue wait 协程,epoll/kqueue wait 协程接受可读事件时,触发回调,从协程池中挑选一个执行读操作</p><br />
<br />
<p>使用自定义 Netpoll IO 池化操作带来的好处是:</p><br />
<br />
<p>当可读事件触发时,从协程池中获取一个 goroutine 来执行读处理,而不是新分配一个 goroutine,以此来控制高并发下的协程数量</p><br />
<br />
<p>当收到链接可读事件时,才真正为其分配 read buffer 以及相应的执行协程。这样可以优化大量空闲链接场景导致的额外协程和 read buffer 开销</p><br />
<br />
<p>此模型适用于连接数较多,可读的连接数有限,例如:SOFAMosn 作为 api Gateway 的场景</p><br />
<br />
<p>SOFAMosn 做了哪些内存优化<br />
Golang 相比于 C++,在内存使用效率上依赖于 GC,为了提高 Golang 的内存使用率,MOSN 做了如下的尝试来减少内存的使用,优化 GC 的效率:</p><br />
<br />
<p>通过自定义的内存复用接口实现了通用的内存复用框架,可实现自定义内存的复用</p><br />
<br />
<p>通过优化 []byte 的获取和回收,进一步优化全局内存的使用;</p><br />
<br />
<p>通过优化 socket 的读写循环以及事件触发机制,减小空闲连接对内存分配的使用,进一步减少内存使用;</p><br />
<br />
<p>使用 writev 替代 write, 减少内存分配和拷贝,减少锁力度;</p><br />
<br />
<p>SOFAMosn 如何做到系统的高可用<br />
MOSN 在运行时,会开启 crontab 进行监控,在程序挂掉时,会及时拉起;</p><br />
<br />
<p>同时,MOSN 在 进行升级或者 reload 等场景下做连接迁移时, 除了经典的传递 listener fd 加协议层等待方式以外,还支持对存量链接进行协议无关的迁移来实现平滑升级,平滑 reload 等功能;</p><br />
<br />
<p>在对存量连接进行迁移时,mosn 通过 forkexec 生成New mosn,之后依次对存量的请求数据做迁移,对残留响应做迁移来完成;</p><br />
<br />
<p>SOFAMosn 如何支持扩展<br />
MOSN 当前支持 “协议扩展” 来做到对多协议的支持,支持 “NetworkFilter 扩展” 来实现自定义 proxy 的功能,支持 “StreamFilter 扩展” 来对数据做过滤:</p><br />
<br />
<ol><br />
<li>协议扩展<br />
MOSN 通过使用同一的编解码引擎以及编/解码器核心接口,提供协议的 plugin 机制,包括支持</li><br />
</ol><br />
<br />
<p>SOFARPC</p><br />
<br />
<p>HTTP1.x, HTTP2.0</p><br />
<br />
<p>Dubbo</p><br />
<br />
<p>等协议,后面还会支持更多的协议</p><br />
<br />
<ol><br />
<li>NetworkFilter 扩展<br />
MOSN 通过提供 Network Filter 注册机制以及统一的 packet read/write filter 接口,实现了Network Filter 扩展机制,当前支持:</li><br />
</ol><br />
<br />
<p>TCP Proxy</p><br />
<br />
<p>Layer-7 Proxy</p><br />
<br />
<p>Fault Injection</p><br />
<br />
<ol><br />
<li>StreamFilter 扩展<br />
MOSN 通过提供 Stream Filter 注册机制以及统一的 stream send/receive filter 接口,实现了 Stream Filter 扩展机制,包括支持:</li><br />
</ol><br />
<br />
<p>支持配置健康检查等</p><br />
<br />
<p>支持故障注入功能</p><br />
<br />
<p>SOFAMosn 如何做到安全<br />
SOFAMosn 中,通过使用 TLS 加密传输和服务鉴权来保证消息的安全可靠,在未来还会通过使用 keyless 等方案来提高加解密的性能,下面我们介绍SOFAMosn 在 TLS 上的一些实践</p><br />
<br />
<ol><br />
<li>TLS 选型<br />
在 SOFAMosn 中使用 TLS 有两种选择,1) 使用 Golang 原生的 TLS , 2) 使用 cgo 调用 Boring SSL</li><br />
</ol><br />
<br />
<p>我们通过压测发现,在 ECDHE-ECDSA-AES256-GCM-SHA384 这种常用的加密套件下,Go 自身的 TLS 在性能上优于 Boring SSL,与 Openssl 相差不多</p><br />
<br />
<p>经过调研发现,Go 对 p256,AES-GCM 对称加密,SHA,MD5 等算法上均有汇编优化,因而我们选择使用 Golang 自带的 TLS 来做 SOFAMosn 的 TLS 通信</p><br />
<br />
<ol><br />
<li>TLS 方案<br />
SOFAMosn 间使用 Golang 原生的 TLS 加密,支持 listener 级别的 TLS 配置,配置包括证书链与证书列表等,用来做监听时使用;支持 cluster 级别的 TLS 配置,cluster 配置对所有的 host 生效,用来向后端发起连接时使用;host 中有一个配置用来标明自己是否支持 TLS</li><br />
</ol><br />
<br />
<p>SOFAMosn server 通过使用 Listener 的 Inspector 功能,可同时处理客户端的 TLS 和 非 TLS 请求</p><br />
<br />
<p>SOFAMosn client 在发起连接的时候,根据挑选的 host 是否支持 TLS 来决定是否使用 TLS 发起连接</p><br />
<br />
<p>SOFA 文档: www.sofastack.tech/</p><br />
<br />
<p>SOFA: github.com/alipay</p><br />
<br />
<p>SOFAMosn: github.com/alipay/sofa</p><br />
<br />
<p>Service Mesh 是蚂蚁金服下一代架构的核心,本主题主要分享在蚂蚁金服当前的体量下,我们如何做到在奔跑的火车上换轮子,将现有的 SOA(service-oriented architecture,面向服务的架构)体系快速演进至 Service Mesh 架构。聚焦 RPC 层面的设计和改造方案,本次将分享蚂蚁金服双十一核心应用是如何将现有的微服务体系平滑过渡到 Service Mesh 架构下并降低大促成本。<br />
蚂蚁金服每年双十一大促会面临非常大的流量挑战,在已有 LDC(Logical Data Center,逻辑数据中心,是蚂蚁金服原创的一种“异地多活单元化架构”实现方案)微服务架构下已支撑起弹性扩容能力。</p><br />
<br />
<p>服务框架:SOFARPC(已开源);<br />
Service Mesh:MOSN(已开源);<br />
SOFARPC:https://github.com/sofastack/sofa-rpc<br />
MOSN:https://github.com/sofastack/sofa-mosn</p><br />
<br />
<p>Service Mesh 简介<br />
业界普遍认可的 Service Mesh 架构,对应到蚂蚁金服的 Service Mesh 也分为控制面和数据面,分别叫做 SOFAMesh 和 MOSN,其中 SOFAMesh 后面会以更加开放的姿态参与到 Istio 里面去。</p><br />
<br />
<p>今天我们讲的实践主要集中在 MOSN 上,以下我的分享中提到的主要就是集中在数据面上的落地,这里面大家可以看到,我们有支持 HTTP/SOFARPC/Dubbo/WebService。<br />
<img src="https://xiazemin.github.io/MyBlog/img/mson_service_mesh.webp" /><br />
为什么我们要 Service Mesh</p><br />
<br />
<p>有了一个初步的了解之后,可能大家都会有这样一个疑问,你们为什么要 Service Mesh,我先给出结论:<br />
因为我们要解决在 SOA 下面,没有解决但亟待解决的:基础架构和业务研发的耦合,以及未来无限的对业务透明的稳定性与高可用相关诉求。<br />
那么接下来,我们一起先看看在没有 Service Mesh 之前的状况。<br />
在没有 Service Mesh 之前,整个 SOFAStack 技术演进的过程中,框架和业务的结合相当紧密,对于一些 RPC 层面的需求,比如流量调度、流量镜像、灰度引流等,是需要在 RPC 层面进行升级开发支持,同时需要业务方来升级对应的中间件版本,这给我们带来了一些困扰和挑战。<img <br />
线上客户端框架版本不统一;<br />
业务和框架耦合,升级成本高,很多需求由于在客户端无法推动,需要在服务端做相应的功能,方案不够优雅;<br />
机器逐年增加,如果不增加机器,如何度过双十一;<br />
在基础框架准备完成后,对于新功能,不再升级给用户的 API 层是否可行; <br />
流量调拨,灰度引流,蓝绿发布,AB Test 等新的诉求;<br />
这些都困扰着我们。我们知道在 SOA 的架构下,负责每个服务的团队都可以独立地去负责一个或者多个服务,这些服务的升级维护也不需要其他团队的接入,SOA 其实做到了团队之间可以按照接口的契约来接耦。但是长期以来,基础设施团队需要推动很多事情,都需要业务团队进行紧密的配合,帮忙升级 JAR 包,基础设施团队和业务团队在工作上的耦合非常严重,上面提到的各种问题,包括线上客户端版本的不一致,升级成本高等等,都是这个问题带来的后果。<br />
而 Service Mesh 提供了一种可能性,能够将基础设施下沉,让基础设施团队和业务团队能够解耦,让基础设施和业务都可以更加快步地往前跑。<br />
src=”https://xiazemin.github.io/MyBlog/img/mson_service_mesh_x.webp”/><br />
我们的方案<br />
说了这么多,那我们怎么解决呢?我们经历了这样的选型思考。<br />
总体目标架构<br />
src=”https://xiazemin.github.io/MyBlog/img/mson_service_mesh_arc.webp”/><br />
我们的 MOSN 支持了 Pilot、自有服务发现 SOFARegistry 和自有的消息组件,还有一些 DB 的组件。在产品层,提供给开发者不同的能力,包括运维、监控、安全等能力,这个是目前我们的一个线上状态。<br />
SOFARegistry 是蚂蚁金服开源的具有承载海量服务注册和订阅能力的、高可用的服务注册中心,在支付宝/蚂蚁金服的业务发展驱动下,近十年间已经演进至第五代。<br />
SOFARegistry:https://github.com/sofastack/sofa-registry<br />
看上去很美好,要走到这个状态,我们要回答业务的三个灵魂拷问。<br />
src=”https://xiazemin.github.io/MyBlog/img/mson_service_mesh_arc_up.webp”/><br />
这三个问题后面,分别对应着业务的几大诉求,大家做过基础框架的应该比较有感触。</p><br />
<br />
<p>框架升级方案<br />
准备开始升级之后,我们要分析目前我们的线上情况,而我们现在线上的情况,应用代码和框架有一定程度的解耦,用户面向的是一个 API,最终代码会被打包在 SOFABoot 中运行起来。<br />
SOFABoot 是蚂蚁金服开源的基于 Spring Boot 的研发框架,它在 Spring Boot 的基础上,提供了诸如 Readiness Check,类隔离,日志空间隔离等能力。在增强了 Spring Boot 的同时,SOFABoot 提供了让用户可以在 Spring Boot 中非常方便地使用 SOFA 中间件的能力。<br />
SOFABoot:https://github.com/sofastack/sofa-boot</p><br />
<br />
<p>那么,我们就可以在风险评估可控的情况下,直接升级底层的 SOFABoot。在这里,我们的 RPC 会检测一些信息,来确定当前 Pod 是否需要开启 MOSN 的能力。然后我们完成如下的步骤。</p><br />
<br />
<p>我们通过检测 PaaS 传递的容器标识,知道自己是否开启了 MOSN,则将发布和订阅给 MOSN,然后调用不再寻址,直接完成调用。<br />
可以看到,通过批量的运维操作,我们直接修改了线上的 SOFABoot 版本,以此来直接使得现有的应用具备了 MOSN 的能力。有些同学可能会问,那你一直这么做不行吗?不行,因为这个操作是要配合流量关闭等操作来运行的,也不具备平滑升级的能力,而且直接和业务代码强相关,不适合长期操作。<br />
这里我们来详细回答一下,为什么不采用社区的流量劫持方案?<br />
主要原因是一方面 iptables 在规则配置较多时,性能下滑严重。另一个更为重要的方面是它的管控性和可观测性不好,出了问题比较难排查。蚂蚁金服在引入 Service Mesh 的时候,就是以全站落地为目标的,而不是简单的“玩具”,所以我们对性能和运维方面的要求非常高,特别是造成业务有损或者资源利用率下降的情况,都是不能接受的。</p><br />
<br />
<p>容器替换方案<br />
解决了刚刚提到的第一个难题,也只是解决了可以做,而并不能做得好,更没有做得快,面对线上数十万带着流量的业务容器, 我们如何立刻开始实现这些容器的快速稳定接入?<br />
这么大的量,按照传统的替换接入显然是很耗接入成本的事情,于是我们选择了原地接入,我们可以来看下两者的区别:<br />
src=”https://xiazemin.github.io/MyBlog/img/mson_service_mesh_arc_up_1.webp”/><br />
在之前,我们做一些升级操作都需要有一定的资源 Buffer,然后批量的进行操作,替换 Buffer 的不断移动,来完成升级的操作。这就要求 PaaS 层留有非常多的 Buffer,但是在双十一的情况下,我们要求不增加机器,并且为了一个接入 MOSN 的操作,反而需要更多的钱来买资源,这岂不是背离了我们的初衷。有人可能会问,不是还是增加了内存和 CPU 吗?这是提高了 CPU 利用率,以前业务的 CPU 利用率很低,并且这是一个类似超卖的方案,看上去分配了,实际上基本没增加。<br />
可以看到, 通过 PaaS 层,我们的 Operator 操作直接在现有容器中注入,并原地重启,在容器级别完成升级。升级完成后,这个 Pod 就具备了 MOSN 的能力。</p><br />
<br />
<p>MOSN 升级方案<br />
在快速接入的问题完成后,我们要面临第二个问题。由于是大规模的容器,所以 MOSN 在开发过程中势必会存在一些问题,出现问题时该如何升级?要知道线上几十万容器要升级一个组件的难度是很大的,因此,在版本初期我们就考虑到 MOSN 升级的方案。</p><br />
<br />
<p>能想到最简单的方法,就是销毁容器,然后用新的来重建。但是在容器数量很多的时候,这种运维成本是不可接受的。如果销毁容器重建的速度不够快,就可能会影响业务的容量,造成业务故障。因此,我们在 MOSN 层面和 PaaS 一起,开发了无损流量升级的方案。<br />
src=”https://xiazemin.github.io/MyBlog/img/mson_service_mesh_arc_up_resatrt.webp”/><br />
在这个方案中,MOSN 会感知自己的状态,新的 MOSN 启动会通过共享卷的 Domain Socket 来检测是否已有老的 MOSN 在运行,如果有,则通知原有 MOSN 进行平滑升级操作。</p><br />
<br />
<p>具体来说,MOSN 启动的时候查看同 Pod 是否有运行的 MOSN (通过共享卷的 Domain Socket),如果存在,需要进入如下流程:<br />
src=”https://xiazemin.github.io/MyBlog/img/mson_service_mesh_arc_up_greceful.webp”/><br />
New MOSN 通知 Old MOSN,进入平滑升级流程;<br />
Old MOSN 把服务的 Listen Fd 传递给 New MOSN,New MOSN 接收 Fd 之后启动, 此时 Old 和 New MOSN 都正常提供服务;<br />
然后 New MOSN 通知 Old MOSN,关闭 Listen Fd,然后开始迁移存量的长链接;<br />
Old MOSN 迁移完成, 销毁容器;<br />
这样,我们就能做到,线上做任意的 MOSN 版本升级,而不影响老的业务,<br />
分时调度案例</p><br />
<br />
<p>技术的变革通常不是技术本身的诉求,一定是业务的诉求,是场景的诉求。没有人会为了升级而升级,为了革新而革新,通常是技术受业务驱动,也反过来驱动业务。<br />
在阿里经济体下,在淘宝直播,实时红包,蚂蚁森林,各种活动的不断扩张中,给技术带了复杂的场景考验。<br />
这个时候,业务同学往往想的是什么?我的量快撑不住了,我的代码已经最优化了,我要扩容加机器,而更多的机器则对应付出更多的成本。面对这样的情况,我们觉得应用 Service Mesh 是一个很好的解法,通过和 JVM、系统部的配合,利用进阶的分时调度实现灵活的资源调度,不加机器,也可以在资源调度下有更好的效果。</p><br />
<br />
<p>首先,我们假设有两个大的资源池的资源需求情况,可以看到在 X 点的时候,资源域 A 需要更多的资源,Y 点的时候,资源域 B 需要更多的资源,总量不得增加。那当然,我们就希望能借调机器,就像下面这样,请大家看左图。<br />
src=”https://xiazemin.github.io/MyBlog/img/mson_hijack_keepalive.webp”/><br />
在这个方案中, 我们需要先释放资源,销毁进程,然后开始重建资源,启动资源域 B 的资源。这个过程对于大量的机器是很重的,而且变更就是风险,关键时候做这种变更,很有可能带来衍生影响。<br />
而在 MOSN 中,我们有了新的解法。如右图所示,有一部分资源一直通过超卖,运行着两种应用,但是 X 点的时候,对于资源域 A,我们通过 MOSN 来将流量全部转走,应用的 CPU 和内存就被限制到非常低的情况,大概保留 1% 的能力。这样操作,机器依然可以预热,进程也不停。<br />
在这里,我们可以看这张图。</p><br />
<br />
<p>在需要比较大的资源调度时,我们推送一把开关,则资源限制打开,包活状态取消。资源域 B 瞬间可以满血复活,而资源域 A 此时进入上一个状态,CPU 和内存被限制。在这里,MOSN 以一个极低的资源占用完成流量保活的能力,使得资源的快速借调成为可能。</p><br />
<br />
<p>Service Mesh 在蚂蚁金服经过 2 年的沉淀,最终经过双十一的检验。在双十一,我们覆盖了数百个双十一交易核心链路,MOSN 注入的容器数量达到了数十万,双十一当天处理的 QPS 达到了几千万,平均处理 RT<0.2 ms,MOSN 本身在大促中间完成了数十次的在线升级,基本上达到了我们的预期,初步完成了基础设施和业务的第一步的分离,见证了 Mesh 化之后基础设施的迭代速度。<br />
不论何种架构,软件工程没有银弹。架构设计与方案落地总是一种平衡与取舍,目前还有一些 Gap 需要我们继续努力,但是我们相信,云原生是远方也是未来,经过我们两年的探索和实践,我们也积累了丰富的经验。<br />
我们相信,Service Mesh 可能会是云原生下最接近“银弹”的那一颗,未来 Service Mesh 会成为云原生下微服务的标准解决方案,接下来蚂蚁金服将和阿里集团一起深度参与到 Istio 社区中去,一起和社区把 Istio 打造成 Service Mesh 的事实标准。</p><br />
<span class='st_sharethis_large' displayText='ShareThis'></span>
<span class='st_facebook_large' displayText='Facebook'></span>
<span class='st_twitter_large' displayText='Tweet'></span>
<span class='st_linkedin_large' displayText='LinkedIn'></span>
<span class='st_pinterest_large' displayText='Pinterest'></span>
<span class='st_email_large' displayText='Email'></span>
</div>
Category golang
</div>
</div>
<!--赞-->
<div class="row">
<div class="col-lg-6">
<img src="https://xiazemin.github.io/MyBlog/img/webwxgetmsgimg.jpeg" height="400" width="auto" />
</div>
</div>
<div class="row">
<div class="col-md-12">
<div id="disqus_thread"></div>
<div id="gitmentContainer"></div>
<link rel="stylesheet" href="/MyBlog/css/default.css">
<script src="/MyBlog/js/gitment.browser.js"></script>
<script type="text/javascript" src="/MyBlog/js/json2.js"></script>
<script>
var gitment = new Gitment({
owner: 'xiazemin',
repo: 'MyBlogComment',
oauth: {
client_id: '981ba8c916c262631ea0',
client_secret: 'a52260ef92de69011ccd1cf355b973ef11d6da0e',
},
});
var MyGitmentContainer=gitment.render('gitmentContainer');
window.setTimeout(MyGitMentBtnclick,1000);
//document.ready(function(){
//window.onload=function(){}
function MyGitMentBtnclick(){
//var MyGitmentContainer=document.getElementById('gitmentContainer');
var ele=[],all=MyGitmentContainer.getElementsByTagName("*");
for(var i=0;i<all.length;i++){
if(all[i].className=='gitment-comments-init-btn'){
MyGitMentBtn=all[i];
console.log(MyGitMentBtn);
MyGitMentBtn.click();
}
}
}
</script>
<!--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 = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//airrayagroup.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" rel="nofollow">comments powered by Disqus.</a></noscript>
<script id="dsq-count-scr" src="//airrayagroup.disqus.com/count.js" async></script-->
</div>
</div>
</div>
<hr>
<footer>
<div class="container">
<a href="/MyBlog/" style="color: green; font-size: 2em; font-family: 'Schoolbell', cursive;">首页</a>
<div class="row">
<div class="col-lg-6">
<p>Copyright © 2017 [email protected] <p>
</div>
<div class="col-lg-6">
<p style="float: right;">Jekyll theme by <a href="https://github.com/xiazemin/">夏泽民</a></p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="/MyBlog/js/jquery-1.12.0.min.js"></script>
<script src="/MyBlog/js/jquery-migrate-1.2.1.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="/MyBlog/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<!-- Menu Toggle Script -->
<script>
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#wrapper").toggleClass("toggled");
});
</script>
<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"slide":{"type":"slide","bdImg":"6","bdPos":"right","bdTop":"100"},"image":{"viewList":["qzone","tsina","tqq","renren","weixin"],"viewText":"分享到:","viewSize":"16"}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='/MyBlog/shareapi/js/share.js?v=89860593.js?'];</script>
<!-- 2d -->
<script type="text/javascript" charset="utf-8" src="/MyBlog/js/L2Dwidget.0.min.js"></script>
<script type="text/javascript" charset="utf-8" src="/MyBlog/js/L2Dwidget.min.js"></script>
<script type="text/javascript">
setTimeout(()=> {
/*L2Dwidget.init({"display": {
"superSample": 2,
"width": 200,
"height": 400,
"position": "right",
"hOffset": 0,
"vOffset": 0
}
});
*/
L2Dwidget
.on('*', (name) => {
console.log('%c EVENT ' + '%c -> ' + name, 'background: #222; color: yellow', 'background: #fff; color: #000')
})
.init({
dialog: {
// 开启对话框
enable: true,
script: {
// 每空闲 10 秒钟,显示一条一言
'every idle 10s': '$hitokoto$',
// 当触摸到星星图案
'hover .star': '星星在天上而你在我心里 (*/ω\*)',
// 当触摸到角色身体
'tap body': '哎呀!别碰我!',
// 当触摸到角色头部
'tap face': '人家已经不是小孩子了!'
}
}
});
})
</script>
<!--html xmlns:wb="http://open.weibo.com/wb">
<script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js" type="text/javascript" charset="utf-8"></script>
<wb:follow-button uid="2165491993" type="red_1" width="67" height="24" ></wb:follow-button-->
<!--本文来自-->
<script type="text/javascript">
/* 仅IE
document.body.oncopy = function(){
setTimeout(
function () {
var text =window.clipboardData.getData("text");
if (text) {
text = text + "/r/n本篇文章来源于 xiazemin 的 泽民博客|https://xiazemin.github.io/MyBlog/index.html 原文链接:"+location.href; clipboardData.setData("text", text);
}
},
100 )
}
*/
//绑定在了body上,也可以绑定在其他可用元素行,但是不是所有元素都支持copy和past事件。
/*
$(document.body).bind({
copy: function(event) {//copy事件
//var cpTxt = "复制的数据";
var clipboardData = window.clipboardData; //for IE
if (!clipboardData) { // for chrome
clipboardData = event.originalEvent.clipboardData;
}
if (event.clipboardData != null/false/undefined) { //ignore the incorrectness of the truncation
clipboarddata = event.clipboardData;
} else if (window.clipboardData != null/false/undefined) {
clipboarddata = window.clipboardData;
} else { //default to the last option even if it is null/false/undefined
clipboarddata = event.originalEvent.clipboardData;
}
//e.clipboardData.getData('text');//可以获取用户选中复制的数据
//clipboardData.setData('Text', cpTxt);
alert(clipboarddata.getData('text'));
//$('#message').text('Copy Data : ' + cpTxt);
return false;//否则设不生效
},paste: function(e) {//paste事件
var eve = e.originalEvent
var cp = eve.clipboardData;
var data = null;
var clipboardData = window.clipboardData; // IE
if (!clipboardData) { //chrome
clipboardData = e.originalEvent.clipboardData
}
data = clipboardData.getData('Text');
//$('#message').html(data);
}
});
*/
function addLink() {
var body_element = document.getElementsByTagName('body')[0];
var selection;
selection = window.getSelection();
var pagelink = "<br /><br />本文来源:xiazemin 的 泽民博客 <a href='"+document.location.href+"'>"+document.location.href+"</a>";
//+document.location.href+当前页面链接
var copy_text = selection + pagelink;
console.log(copy_text);
var new_div = document.createElement('div');
new_div.style.left='-99999px';
new_div.style.position='absolute';
body_element.appendChild(new_div );
new_div.innerHTML = copy_text ;
selection.selectAllChildren(new_div );
window.setTimeout(function() {
body_element.removeChild(new_div );
},0);
}
document.oncopy = addLink;
</script>
<!--本文来自-->
</div>
</body>
</html> | xiazemin/MyBlog | golang/2019/11/30/SOFA-MOSN.html | HTML | mit | 53,610 |
<!DOCTYPE html>
<html ng-app="gameReviewApp">
<head>
<title>Game reviews</title>
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<base href="/">
</head>
<body>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/styling.css">
<script type="text/javascript" src="js/styling.js"></script>
<script type="text/javascript" src="js/angular-1.4.4/angular.js"></script>
<script type="text/javascript" src="js/angular-1.4.4/angular-resource.js"></script>
<script type="text/javascript" src="js/angular-1.4.4/angular-route.js"></script>
<script type="text/javascript" src="js/app.js"></script>
<div class="container">
<div class="row">
<div ng-controller="GameListItemController" class="col s12 m4 l4 left-navigation">
<nav>
<form>
<div class="input-field">
<input id="search" placeholder="Enter game name ..." type="search" required>
<label for="search"><i class="material-icons">search</i></label>
<i class="material-icons">close</i>
</div>
</form>
</nav>
<div class="collection game-list">
<a ng-repeat="game in games" href="#/games/{{game.id}}" class="collection-item"><i class="material-icons right">launch</i>{{game.title}}</a>
</div>
</div>
<div class="col s12 m8 l8 view-part">
<ng-view></ng-view>
</div>
</div>
<div class="row">
<div class="col s12">
<div class="card-panel blue-grey darken-1 button-panel hide-on-small-only">
<a class="waves-effect waves-light btn new-game-btn" href="#newgame"><i class="material-icons left">playlist_add</i>new game</a>
<a class="waves-effect waves-light btn blue" href="#edit"><i class="material-icons left">settings</i>edit</a>
<a class="waves-effect waves-light btn red"><i class="material-icons left">delete</i>delete</a>
<a class="waves-effect waves-light btn right" href="#newreview" style="margin-right: 4px;"><i class="material-icons left">playlist_add</i>new review</a>
</div>
</div>
</div>
</div>
</body>
</html> | anssihaarala/gamereview | index.html | HTML | mit | 2,760 |
<!doctype html>
<html>
<!-- Mirrored from www.sekolahkoding.com/html/class-dan-id/ by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 18 Mar 2016 10:56:51 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<!-- This site is optimized with the Yoast SEO plugin v3.0.7 - https://yoast.com/wordpress/plugins/seo/ -->
<meta name="description" content="perbedaan class dan id pada css - belajar html css javascript di sekolahkoding. Di sini kita bisa melihat referensi pelajaran perbedaan class dan id"/>
<meta name="robots" content="noodp"/>
<meta name="keywords" content="perbedaan, class, dan, id, pada, css"/>
<link rel="canonical" href="http://www.sekolahkoding.com/html/class-dan-id/" />
<meta property="og:locale" content="en_GB" />
<meta property="og:type" content="article" />
<meta property="og:title" content="perbedaan class dan id pada css - belajar html css javascript" />
<meta property="og:description" content="perbedaan class dan id pada css - belajar html css javascript di sekolahkoding. Di sini kita bisa melihat referensi pelajaran perbedaan class dan id" />
<meta property="og:url" content="http://www.sekolahkoding.com/html/class-dan-id/" />
<meta property="og:site_name" content="Sekolah Koding" />
<!-- / Yoast SEO plugin. -->
<link rel='stylesheet' id='main-css' href='http://www.sekolahkoding.com/wordpress/wp-content/themes/sekolahkoding-wp/style.css?ver=4.0.10' type='text/css' media='all' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.sekolahkoding.com/wordpress/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.sekolahkoding.com/wordpress/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.0.10" />
<link rel='shortlink' href='http://www.sekolahkoding.com/?p=282' />
<title> perbedaan class dan id pada css - belajar html css javascript </title>
<link rel="image_src" href="http://sekolahkoding.com/img/white-logo.png" />
<link rel="stylesheet" type="text/css" media="all" href="http://www.sekolahkoding.com/wordpress/wp-content/themes/sekolahkoding-wp/style.css" />
<link rel="stylesheet" type="text/css" href="http://www.sekolahkoding.com/wordpress/wp-content/themes/sekolahkoding-wp/css/lesson.css" />
<link rel="stylesheet" type="text/css" href="http://www.sekolahkoding.com/wordpress/wp-content/themes/sekolahkoding-wp/css/sub-colors.css" />
<link rel="stylesheet" type="text/css" href="http://www.sekolahkoding.com/wordpress/wp-content/themes/sekolahkoding-wp/css/front.css" />
<link rel="stylesheet" type="text/css" href="http://www.sekolahkoding.com/wordpress/wp-content/themes/sekolahkoding-wp/css/other-page.css" />
<link rel="stylesheet" type="text/css" href="http://www.sekolahkoding.com/wordpress/wp-content/themes/sekolahkoding-wp/css/blog.css" />
<link href='http://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="http://www.sekolahkoding.com/wordpress/wp-content/themes/sekolahkoding-wp/css/ie-page.css" />
<![endif]-->
<script>
var b = document.documentElement;
b.setAttribute('data-useragent', navigator.userAgent);
b.setAttribute('data-platform', navigator.platform );
// IE 10 == Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "http://connect.facebook.net/en_US/sdk.js#xfbml=1&appId=346681515536034&version=v2.3";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<a href="http://sekolahkoding.com/">
<img src="http://www.sekolahkoding.com/img/white-logo.png" id="logo" alt="belajar membuat website, belajar programming"/>
</a>
<nav id="site-nav">
<ul id="menu">
<div class="menu-menu-sk-container"><ul id="menu-menu-sk" class="menu"><li id="menu-item-429" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-429"><a href="http://www.sekolahkoding.com/blog/">Blog</a></li>
<li id="menu-item-439" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-439"><a href="http://www.sekolahkoding.com/kelas/">Kelas</a></li>
<li id="menu-item-442" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-442"><a href="http://www.sekolahkoding.com/user/">Profil</a></li>
</ul></div>
</ul>
<a href="#" id="pull">SekolahKoding</a>
</nav>
<!----------content-post ------------>
<input type="checkbox" id="sidebartoggler" name="" value="">
<div class="page-wrap">
<div class="clear"></div>
<div class="togglerBar">
<label for="sidebartoggler" class="toggle">≣</label>
</div>
<div id="main-content">
<h1 class="content-title"> Class dan ID </h1>
<h2 class="content-lesson"> Belajar Class dan ID </h2>
<div id="content-table"> <table border="1" style="width:100%" id="table-ex">
<tr>
<th class="first">Attribut</td>
<th class="first">Penjelasan</td>
</tr>
<tr>
<td>class</td>
<td> memberi banyak tag nama yang sama </td>
</tr>
<tr>
<td>id</td>
<td> memberi tag id yang berbeda/unik </td>
</tr>
</table> </div>
<div class="content-desc"> Class dan Id merupakan Universal Attribut atau attribut yang bisa kita pakai di semua tag html. Gunanya sendiri adalah untuk memudahkan kita ketika berinteraksi dengan <a href="http://www.sekolahkoding.com/css/perkenalan-css/">CSS</a>. </div>
<div class="clear"></div>
<div id="warning"><span style="font-size:22px">✎</span> Class dan Id sangat penting untuk berinteraksi dengan CSS </div>
<div id="extra-html"> </div>
<div id="screenshoot">
</div>
<div class="clear"></div>
<div id="extra"> </div>
<div class="clear"></div>
<!-- try it yourself -->
<div class="code-box">
<span class="cb-title"><strong>Coba Di sini</strong></span>
<!-- Watchout textarea give exactly from editor -->
<textarea name="sourceCode" id="sourceCode">
<html>
<head>
<!-- Disini kita melihat kode CSS, tapi tidak dipelajari disini-->
<style>
#namaid{ color:blue; }
.namakelas{ color:red; }
</style>
</head>
<body>
<p id = "namaid">Ini pake id </p>
<p class = "namakelas">Ini pake kelas </p>
<p class = "namakelas">Ini pake kelas </p>
<p class = "namakelas">Ini pake kelas </p>
</body>
<!-- Mirrored from www.sekolahkoding.com/html/class-dan-id/ by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 18 Mar 2016 10:56:51 GMT -->
</html> </textarea>
<input type="button" id="runBtn" value="Lihat Hasil">
</div>
<div class="result-box">
<span class="rb-title"><strong>Hasil</strong></span>
<iframe name="targetCode" id="targetCode"></iframe>
</div>
<div class="clear"></div>
<a href="http://www.sekolahkoding.com/html/file-external/"><div id="backBtn" class="prevNext"><</div></a>
</div>
<div id="sidebar">
<span id="sb-title">Materi HTML</span>
<ul id="sb-materi">
<li>
<a href="http://www.sekolahkoding.com/html/perkenalan-html/">
<div class="sb-subtitle"> Perkenalan HTML </div>
</a>
</li>
<li>
<a href="http://www.sekolahkoding.com/html/persiapan/">
<div class="sb-subtitle"> Persiapan HTML </div>
</a>
</li>
<li>
<a href="http://www.sekolahkoding.com/html/head-dan-body/">
<div class="sb-subtitle"> Head dan Body </div>
</a>
</li>
<li>
<a href="http://www.sekolahkoding.com/html/komentar/">
<div class="sb-subtitle"> Komentar </div>
</a>
</li>
<li>
<a href="http://www.sekolahkoding.com/html/elemen-html/">
<div class="sb-subtitle"> Elemen HTML </div>
</a>
</li>
<li>
<a href="http://www.sekolahkoding.com/html/heading/">
<div class="sb-subtitle"> Heading </div>
</a>
</li>
<li>
<a href="http://www.sekolahkoding.com/html/paragraf/">
<div class="sb-subtitle"> Paragraf </div>
</a>
</li>
<li>
<a href="http://www.sekolahkoding.com/html/link/">
<div class="sb-subtitle"> Link </div>
</a>
</li>
<li>
<a href="http://www.sekolahkoding.com/html/list/">
<div class="sb-subtitle"> Lists </div>
</a>
</li>
<li>
<a href="http://www.sekolahkoding.com/html/gambar/">
<div class="sb-subtitle"> Gambar </div>
</a>
</li>
<li>
<a href="http://www.sekolahkoding.com/html/format-text/">
<div class="sb-subtitle"> Text Format </div>
</a>
</li>
<li>
<a href="http://www.sekolahkoding.com/html/tabel/">
<div class="sb-subtitle"> Tabel </div>
</a>
</li>
<li>
<a href="http://www.sekolahkoding.com/html/iframe/">
<div class="sb-subtitle"> iframe </div>
</a>
</li>
<li>
<a href="http://www.sekolahkoding.com/html/form-html/">
<div class="sb-subtitle"> Form </div>
</a>
</li>
<li>
<a href="http://www.sekolahkoding.com/html/div-dan-span/">
<div class="sb-subtitle"> Div dan Span </div>
</a>
</li>
<li>
<a href="http://www.sekolahkoding.com/html/file-external/">
<div class="sb-subtitle"> File External </div>
</a>
</li>
<li>
<a href="http://www.sekolahkoding.com/html/class-dan-id/">
<div class="sb-subtitle"> Class dan Id </div>
</a>
</li>
</ul>
</span>
<a href="#" class="pullMateri blue-bg">Materi HTML</a>
</div>
<div class="clear"></div>
<!-- sub nav untuk belajar yang lain -->
<div class="sub-nav">
<div class="title-sn"> Belajar yang lain </div>
<ul>
<li><a target="_blank" href="http://www.sekolahkoding.com/html/perkenalan-html/">HTML</a></li>
<li><a target="_blank" href="http://www.sekolahkoding.com/css/perkenalan-css/">CSS</a></li>
<li><a target="_blank" href="http://www.sekolahkoding.com/js/perkenalan-javascript/">JS</a></li>
</ul>
</div>
<div class="clear"></div>
<!-- Info pelajara yg sedang dipelajari. contoh: Apa itu HTML. Lokasi di bagian bawah -->
<div id="info-pelajaran">
<div id="info-pelajaran-logo"><img src="http://www.sekolahkoding.com/img/html.svg" /></div>
<div class="info-pelajaran-desc">
Kerangka website dibuat dengan bahasa MarkUp HTML, apa yang kita
lihat sekarang ini dan pada website lainnya melalui browser adalah
hasil dari kombinasi berbagai elemen HTML.
Pelajaran yang sangat penting untuk kalian yang mau mulai
membuat website sendiri.
</div>
</div>
</div><!-- end of page wrap -->
<!---------- end content post ------------>
<div class="fb-like" data-href="https://www.facebook.com/sekolahkoding" data-layout="standard" data-action="like" data-show-faces="false" data-share="true"></div>
<div class="clear"> </div>
<script type='text/javascript'>
/* <![CDATA[ */
var countVars = {"disqusShortname":"sekolahkoding"};
/* ]]> */
</script>
<script type='text/javascript' src='http://www.sekolahkoding.com/wordpress/wp-content/plugins/disqus-comment-system/media/js/count.js?ver=4.0.10'></script>
<footer>
<div id="socmed">
<a target="_blank" href="https://twitter.com/sekolahkoding"><img src="http://sekolahkoding.com/img/twitter.png" alt="belajar membuat website untuk pemula"></a>
<a target="_blank" href="https://www.facebook.com/sekolahkoding"><img src="http://sekolahkoding.com/img/fb.png" alt="belajar website untuk pemula"></a>
<a target="_blank" href="https://www.youtube.com/channel/UCpSPS5yLCxYRuZSrCx-eBjA/playlists"><img src="http://sekolahkoding.com/img/utube.png" alt="belajar html css javascript php untuk pemula"></a>
</div>
<div id="link">
<a target="_blank" href="http://sekolahkoding.com/tentang">Tentang</a>
<a target="_blank" href="http://sekolahkoding.com/syarat">Syarat</a>
</div>
<p id="copyright-big">© SekolahKoding 2015</p>
<p id="copyright-small">© SK</p>
</footer>
<script type="text/javascript">
function runCodes(num){
var sourceCode = $('#sourceCode'+num);
var content = sourceCode.val();
var iframe = $('#targetCode'+num)[0]; //it return DOM, we need the DOM not object
console.log(iframe);
sourceCode.css({
fontSize: "14px", backgroundColor: "black", color: "white"
});
iframe = (iframe.contentWindow) ? iframe.contentWindow : (iframe.contentDocument.document);
iframe.document.write(content);
iframe.document.close();
return false;
}
function runDefault(){
var total = document.getElementsByClassName("buttonCode");
for(i=1; i<total.length+1; i++) {
runCodes(i);
}
}
runDefault();
//for InternetExplorer
window.onload = runDefault;
var windowOnload=window.onload || function(){}; window.onload=function(){windowOnload();};
//for safari
if (navigator.userAgent.indexOf('Safari') != -1 && navigator.userAgent.indexOf('Chrome') == -1) {
$('.toggle').addClass('toggle-safari');
}
$(function() {
function runCode() {
var sourceCode = $('#sourceCode');
var content = sourceCode.val();
var iframe = $('#targetCode')[0]; //it return DOM, we need the DOM not object
sourceCode.css({
fontSize: "14px",
backgroundColor: "black",
color: "white"
});
if (typeof iframe !== 'undefined'){
iframe = (iframe.contentWindow) ? iframe.contentWindow : (iframe.contentDocument.document);
} else {
return false;
}
iframe.document.write(content);
iframe.document.close();
return false;
}
runCode();
$("#runBtn").click(function() {
runCode();
return false;
});
//toggle for main menu
var pull = $('#pull');
menu = $('#site-nav ul');
menuHeight = menu.height();
$(pull).on('click', function(e) {
e.preventDefault();
menu.slideToggle();
});
//menu materi
var pullM = $('.pullMateri');
menuMateri = $('ul#sb-materi');
menuMHeight = menuMateri.height();
$(pullM).on('click', function(e) {
e.preventDefault();
$('#sidebartoggler').attr('checked', false); // unchecked
menuMateri.slideToggle(400, function(){
menuMateri.toggleClass('showcoba').css('display','');
}); //on css namaKelas { display: block }
});
// $(pullM).on('click', function(e) {
// e.preventDefault();
// menuMateri.slideToggle();
// });
//end Menu Materi
$(window).resize(function(){
var w = $(window).width();
if(w > 320 && menu.is(':hidden')) {
menu.removeAttr('style');
}
});
});
</script>
</body>
</html>
| Rpl3rd/mp | assets/html/class-dan-id/index.html | HTML | mit | 18,947 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css?family=Raleway:500" rel="stylesheet">
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/css/materialize.min.css">
<link rel="stylesheet" href="css/newlist.css">
<script src="https://use.fontawesome.com/d494fcef72.js"></script>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title></title>
</head>
<body id="bodyelement">
<div class="app" id="divapp">
<div id="tealcard" class="card-panel teal"></div>
<div class="center container">
<h1 class="tacenter thin">Liste Hinzufügen</h1>
<div class="row">
<form class="center col s12">
<div class="row">
<div class="input-field col s12">
<input id="name-add-list" type="text">
<label for="name-add-list">Name</label>
</div>
</div>
<div class="row">
<button id="submit-add-list" class="btn waves-effect waves-light" type="submit" name="action">Anlegen
<i class="material-icons right">send</i>
</button>
</div>
</form>
</div>
</div>
<br />
<hr id="hrforlove" />
<p class="center">Made with <i class="labcode fa fa-heart"></i> by <span class="labcode">LabCode</span> </p>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/js/materialize.min.js"></script>
<script src="javascript/newlist.js"></script>
</body>
</html> | labcode-de/checkapp | newlist.html | HTML | mit | 1,908 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<div class='site'>Test content
<img class="center" src="/assets/miscs/test.png" alt="fig:test" >
</div>
</body>
</html>
| wantee/octopress-tex2img | test/test-site/_expected/index.html | HTML | mit | 190 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org">
<title>push_back</title>
<link href="../cppreference.css" rel="stylesheet" type="text/css">
<link href="../prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="../prettify.js"></script>
</head>
<body onload="prettyPrint()">
<table>
<tr>
<td>
<div class="body-content">
<div class="header-box">
<a href="../index.html">cppreference.com</a> > <a href=
"index.html">C++ Double-ended Queues</a> > <a href=
"push_back.html">push_back</a>
</div>
<div class="name-format">
push_back
</div>
<div class="syntax-name-format">
Syntax:
</div>
<pre class="syntax-box">
#include <deque>
void push_back( const <a href=
"../containers.html">TYPE</a>& val );
</pre>
<p>The push_back() function appends <em>val</em> to the end of the
dequeue.</p>
<p>For example, the following code puts 10 integers into a list:</p>
<pre class="prettyprint">
list<int> the_list;
for( int i = 0; i < 10; i++ )
the_list.push_back( i );
</pre>
<p>When displayed, the resulting list would look like this:</p>
<pre class="prettyprint">
0 1 2 3 4 5 6 7 8 9
</pre>
<p>push_back() runs in <a href="../complexity.html">constant
time</a>.</p>
<div class="related-name-format">
Related topics:
</div>
<div class="related-content">
<a href="assign.html">assign</a><br>
<a href="insert.html">insert</a><br>
<a href="pop_back.html">pop_back</a><br>
<a href="push_front.html">push_front</a>
</div>
</div>
</td>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-2828341-1";
urchinTracker();
</script>
</tr>
</table>
</body></html>
| anant-agarwal/codelabs | codelabs/references/cppreference/cppdeque/push_back.html | HTML | mit | 1,955 |
<!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="./cd23ce79c360d74d06cf2210753278aa24ac7553cc6bf54b078652030ba7c235.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/8f9bffa0fe529b46b5e84ee232fc0c1bda32c5d46624ba18996be6d88b089cfb.html | HTML | mit | 550 |
<div class="module inbox-view">
</div>
<div class="module directive" style="margin-left:10;padding:0">
<h2 align='center'> Register </h2>
<br><br>
<div>
<div class="container">
<div class="col-sm-8 col-sm-offset-2">
<div ng-class="{ 'alert': flash, 'alert-success': flash.type === 'success', 'alert-danger': flash.type === 'error' }" ng-if="flash" ng-bind="flash.message"></div>
</div>
</div>
</div>
<div class="col-md-6 col-md-offset-3">
<form name="form" ng-submit="registerNewUser()" role="form">
<div class="form-group" ng-class="{ 'has-error': form.firstName.$dirty && form.firstName.$error.required }">
<label for="firstName">First name</label>
<input type="text" name="firstName" id="firstName" class="form-control" ng-model="data.firstName" required />
<span ng-show="form.firstName.$dirty && form.firstName.$error.required" class="help-block">First name is required</span>
</div>
<div class="form-group" ng-class="{ 'has-error': form.lastName.$dirty && form.lastName.$error.required }">
<label for="lastName">Last name</label>
<input type="text" name="lastName" id="lastName" class="form-control" ng-model="data.lastName" required />
<span ng-show="form.lastName.$dirty && form.lastName.$error.required" class="help-block">Last name is required</span>
</div>
<div class="form-group" ng-class="{ 'has-error': form.email.$dirty && form.email.$error.required }">
<label for="email">Email</label>
<input type="text" name="email" id="email" class="form-control" ng-model="data.email" required />
<span ng-show="form.email.$dirty && form.email.$error.required" class="help-block">Email is required</span>
</div>
<div class="form-group" ng-class="{ 'has-error': form.password.$dirty && form.password.$error.required }">
<label for="password">Password</label>
<input type="password" name="password" id="password" class="form-control" ng-model="data.password" required />
<span ng-show="form.password.$dirty && form.password.$error.required" class="help-block">Password is required</span>
</div>
<div class="form-group" ng-class="{ 'has-error': form.phone.$dirty && form.phone.$error.required }">
<label for="phone">Phone</label>
<input type="text" name="phone" id="phone" class="form-control" ng-model="data.phone" required />
<span ng-show="form.phone.$dirty && form.phone.$error.required" class="help-block">Password is required</span>
</div>
<div class="form-group">
<label for="address">Address</label>
<textarea rows="4" cols="50" name="address" id="address" class="form-control" ng-model="data.address">
</textarea>
</div>
<div class="form-actions" style="margin: 20px;">
<!--<button type="submit" ng-disabled="form.$pristine || form.$invalid || {{dataLoading}}" class="btn btn-primary">{{buttonLabel}}</button> -->
<button type="submit" class="btn btn-primary">Register</button>
<img ng-if="dataLoading" src="../css/ajax-loader.gif" />
<a href="#/Login" class="btn btn-link" style="margin-right: 20px">Cancel</a>
</div>
</form>
</div>
</div | kamleshgk/AngularJsStarter | views/register.html | HTML | mit | 3,598 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Thu Feb 20 23:43:10 EST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>org.jruyi.io Class Hierarchy (JRuyi API 1.2.0)</title>
<meta name="date" content="2014-02-20">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.jruyi.io Class Hierarchy (JRuyi API 1.2.0)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><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-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/jruyi/common/package-tree.html">Prev</a></li>
<li><a href="../../../org/jruyi/me/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/jruyi/io/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 org.jruyi.io</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.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
<ul>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/AbstractCodec.html" title="class in org.jruyi.io"><span class="strong">AbstractCodec</span></a><T> (implements org.jruyi.io.<a href="../../../org/jruyi/io/ICodec.html" title="interface in org.jruyi.io">ICodec</a><T>)</li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/CharCodec.html" title="class in org.jruyi.io"><span class="strong">CharCodec</span></a></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/Codec.html" title="class in org.jruyi.io"><span class="strong">Codec</span></a></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/DoubleCodec.html" title="class in org.jruyi.io"><span class="strong">DoubleCodec</span></a></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/Filter.html" title="class in org.jruyi.io"><span class="strong">Filter</span></a><I,O> (implements org.jruyi.io.<a href="../../../org/jruyi/io/IFilter.html" title="interface in org.jruyi.io">IFilter</a><I,O>)</li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/FloatCodec.html" title="class in org.jruyi.io"><span class="strong">FloatCodec</span></a></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/IntCodec.html" title="class in org.jruyi.io"><span class="strong">IntCodec</span></a></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/IoConstants.html" title="class in org.jruyi.io"><span class="strong">IoConstants</span></a></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/LongCodec.html" title="class in org.jruyi.io"><span class="strong">LongCodec</span></a></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/SessionListener.html" title="class in org.jruyi.io"><span class="strong">SessionListener</span></a> (implements org.jruyi.io.<a href="../../../org/jruyi/io/ISessionListener.html" title="interface in org.jruyi.io">ISessionListener</a>)</li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/ShortCodec.html" title="class in org.jruyi.io"><span class="strong">ShortCodec</span></a></li>
</ul>
</li>
</ul>
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang"><span class="strong">AutoCloseable</span></a>
<ul>
<li type="circle">java.io.<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io"><span class="strong">Closeable</span></a>
<ul>
<li type="circle">org.jruyi.common.<a href="../../../org/jruyi/common/ICloseable.html" title="interface in org.jruyi.common"><span class="strong">ICloseable</span></a>
<ul>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/IBuffer.html" title="interface in org.jruyi.io"><span class="strong">IBuffer</span></a> (also extends java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><T>, org.jruyi.common.<a href="../../../org/jruyi/common/IByteSequence.html" title="interface in org.jruyi.common">IByteSequence</a>, org.jruyi.common.<a href="../../../org/jruyi/common/IDumpable.html" title="interface in org.jruyi.common">IDumpable</a>)</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/CharCodec.ICharCodecProvider.html" title="interface in org.jruyi.io"><span class="strong">CharCodec.ICharCodecProvider</span></a></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/Codec.ICodecProvider.html" title="interface in org.jruyi.io"><span class="strong">Codec.ICodecProvider</span></a></li>
<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang"><span class="strong">Comparable</span></a><T>
<ul>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/IBuffer.html" title="interface in org.jruyi.io"><span class="strong">IBuffer</span></a> (also extends org.jruyi.common.<a href="../../../org/jruyi/common/IByteSequence.html" title="interface in org.jruyi.common">IByteSequence</a>, org.jruyi.common.<a href="../../../org/jruyi/common/ICloseable.html" title="interface in org.jruyi.common">ICloseable</a>, org.jruyi.common.<a href="../../../org/jruyi/common/IDumpable.html" title="interface in org.jruyi.common">IDumpable</a>)</li>
</ul>
</li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/DoubleCodec.IDoubleCodecProvider.html" title="interface in org.jruyi.io"><span class="strong">DoubleCodec.IDoubleCodecProvider</span></a></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/FloatCodec.IFloatCodecProvider.html" title="interface in org.jruyi.io"><span class="strong">FloatCodec.IFloatCodecProvider</span></a></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/IBufferFactory.html" title="interface in org.jruyi.io"><span class="strong">IBufferFactory</span></a></li>
<li type="circle">org.jruyi.common.<a href="../../../org/jruyi/common/IByteSequence.html" title="interface in org.jruyi.common"><span class="strong">IByteSequence</span></a>
<ul>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/IBuffer.html" title="interface in org.jruyi.io"><span class="strong">IBuffer</span></a> (also extends java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><T>, org.jruyi.common.<a href="../../../org/jruyi/common/ICloseable.html" title="interface in org.jruyi.common">ICloseable</a>, org.jruyi.common.<a href="../../../org/jruyi/common/IDumpable.html" title="interface in org.jruyi.common">IDumpable</a>)</li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/IUnit.html" title="interface in org.jruyi.io"><span class="strong">IUnit</span></a></li>
</ul>
</li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/ICharCodec.html" title="interface in org.jruyi.io"><span class="strong">ICharCodec</span></a></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/ICodec.html" title="interface in org.jruyi.io"><span class="strong">ICodec</span></a><T></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/IDoubleCodec.html" title="interface in org.jruyi.io"><span class="strong">IDoubleCodec</span></a></li>
<li type="circle">org.jruyi.common.<a href="../../../org/jruyi/common/IDumpable.html" title="interface in org.jruyi.common"><span class="strong">IDumpable</span></a>
<ul>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/IBuffer.html" title="interface in org.jruyi.io"><span class="strong">IBuffer</span></a> (also extends java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><T>, org.jruyi.common.<a href="../../../org/jruyi/common/IByteSequence.html" title="interface in org.jruyi.common">IByteSequence</a>, org.jruyi.common.<a href="../../../org/jruyi/common/ICloseable.html" title="interface in org.jruyi.common">ICloseable</a>)</li>
</ul>
</li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/IFilter.html" title="interface in org.jruyi.io"><span class="strong">IFilter</span></a><I,O></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/IFilterOutput.html" title="interface in org.jruyi.io"><span class="strong">IFilterOutput</span></a></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/IFloatCodec.html" title="interface in org.jruyi.io"><span class="strong">IFloatCodec</span></a></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/IIntCodec.html" title="interface in org.jruyi.io"><span class="strong">IIntCodec</span></a></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/ILongCodec.html" title="interface in org.jruyi.io"><span class="strong">ILongCodec</span></a></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/IntCodec.IIntCodecProvider.html" title="interface in org.jruyi.io"><span class="strong">IntCodec.IIntCodecProvider</span></a></li>
<li type="circle">org.jruyi.common.<a href="../../../org/jruyi/common/IService.html" title="interface in org.jruyi.common"><span class="strong">IService</span></a>
<ul>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/ISessionService.html" title="interface in org.jruyi.io"><span class="strong">ISessionService</span></a></li>
</ul>
</li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/ISession.html" title="interface in org.jruyi.io"><span class="strong">ISession</span></a></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/ISessionListener.html" title="interface in org.jruyi.io"><span class="strong">ISessionListener</span></a></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/IShortCodec.html" title="interface in org.jruyi.io"><span class="strong">IShortCodec</span></a></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/ISslContextParameters.html" title="interface in org.jruyi.io"><span class="strong">ISslContextParameters</span></a></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/IUnitChain.html" title="interface in org.jruyi.io"><span class="strong">IUnitChain</span></a></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/LongCodec.ILongCodecProvider.html" title="interface in org.jruyi.io"><span class="strong">LongCodec.ILongCodecProvider</span></a></li>
<li type="circle">org.jruyi.io.<a href="../../../org/jruyi/io/ShortCodec.IShortCodecProvider.html" title="interface in org.jruyi.io"><span class="strong">ShortCodec.IShortCodecProvider</span></a></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-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/jruyi/common/package-tree.html">Prev</a></li>
<li><a href="../../../org/jruyi/me/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/jruyi/io/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 ======= -->
<p class="legalCopy"><small>Copyright © 2014 <a href="http://www.jruyi.org/">JRuyi.org</a>. All rights reserved.</small></p>
</body>
</html>
| tangchihyu/jruyi.github.io | javadoc/1.2.0/org/jruyi/io/package-tree.html | HTML | mit | 14,325 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="css/style.css">
<style>
[id*="instance"] .demo {
background: url(./img/merry_christmas.jpg) no-repeat;
background-size: 100% 100%;
}
</style>
</head>
<body>
<div id="instance">
<div class="demo"></div>
<div class="btn-box">
<button id="restart" class="btn btn-primary" type="button">
fallAgain
</button>
<button class="btn btn-primary" type="button" data-open>
open
</button>
<button class="btn btn-danger" type="button" data-pause>
pause
</button>
</div>
</div>
<script src="js/event.js"></script>
<script>
bind('#instance', function() {
const $restart = document.querySelector('#restart')
const speed = 0.2
const r = 20
const instance = new JParticles.Snow('#instance .demo', {
num: 2,
maxR: r,
minR: r,
maxSpeed: speed,
minSpeed: speed,
shape: 'https://img10.360buyimg.com/ling/jfs/t1/180952/11/13170/68465/60e6e46fE8d8e4f15/453c2896998eda6d.png',
swing: false,
duration: 3000,
})
instance.onFinished(() => {
console.log('onFinished trigged.')
})
$restart.addEventListener('click', () => {
instance.fallAgain()
})
return instance
})
</script>
</body>
</html>
| Barrior/JParticles | samples/snow-duration.html | HTML | mit | 1,362 |
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<title> </title>
<style>
:root {
font-size: 16px;
line-height: 20px;
color: #333333;
background-color: white;
font-family: Helvetica, Arial, sans-serif;
}
* {
margin: 0;
padding: 0;
white-space: inherit;
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
margin: 10px 0;
color: #888;
}
h1 { font-size: 2.2rem; line-height: 40px;}
h2 { font-size: 1.5rem; }
h3 { font-size: 1.2rem; }
h4 { font-size: 1.1rem; }
h5 { font-size: 1.0rem; }
h6 { font-size: 0.9rem; }
h2, h3, h4, h5, h6 {
line-height: normal;
margin-top: 1.0rem;
margin-bottom: 0.2rem;
}
h2 {
margin-top: 1.5rem;
border-bottom: 1px solid #dddddd;
}
img {
max-width: 100%;
}
table {
border-collapse: collapse;
table-layout: fixed;
width: 100%;
}
td, th {
text-align: left;
vertical-align: top;
}
table.bordered > tbody > tr > th,
table.bordered > tbody > tr > td {
border: 1px solid #dddddd;
}
a, a:hover {
color: #888;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p, pre, li, dt, dd, blockquote p {
line-height: 1.45;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
ul, ol {
padding: 0;
margin: 0 0 10px 25px;
}
dt {
margin-bottom: 0;
font-style: italic;
}
dd {
margin-left: 1.0rem;
margin-top: 0;
}
blockquote {
padding: 0 0 0 15px;
border: none;
border-left: 5px solid #eeeeee;
font-family: Georgia, Times, serif;
width: 80%;
margin: 1.5em 0;
color: #383838;
}
.cite {
color: #777;
padding: 5px 0;
}
.cite::before {
content: "\2014 \2009";
}
code {
font-family: Consolas, "Andale Mono", Monaco, monospace;
font-size: 90%;
background-color: #f8f8f8;
}
pre {
font-family: Consolas, "Andale Mono", Monaco, monospace;
line-height: normal;
white-space: pre-wrap;
background-color: #f8f8f8;
border: 1px solid #dddddd;
border-radius: 0;
padding: 6px;
}
.light-background {
background-color: #f8f8f8;
border: none;
white-space: pre-wrap;
}
*:not(pre) > code {
white-space: nowrap;
}
.dl-horizontal > dd {
margin-top: 1.0rem;
}
pre > code {
background-color: inherit;
padding: 0;
}
pre span {
opacity: 1 !important;
}
.verse {
margin: 1.5em 20px;
}
div.verse p, p.verse {
font-family: Georgia, Times, serif;
white-space: pre-wrap;
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.sidebar {
border: 1px solid #dddddd;
border-radius: 0;
background: #ffffee;
padding: 10px;
margin: 1.5em 0;
}
div.sidebar *:first-child {
margin-top: 0.2rem;
}
.page-break {
page-break-before: always;
}
.no-page-break {
page-break-inside: avoid;
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.preserve-breaks {
white-space: pre;
}
.line-breaks {
white-space: pre-wrap;
}
.dl-horizontal:before, .dl-horizontal:after {
display: table;
content: "";
line-height: 0;
}
.dl-horizontal:after {
clear: both;
}
.dl-horizontal > dt {
float: left;
clear: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: left;
margin-top: 1.0rem;
width: 25%;
}
.dl-horizontal > dd {
margin-left: 25%;
padding-left: 1.0rem;
}
dl {
counter-reset: dl-counter;
}
dl > dt {
counter-increment: dl-counter;
}
ol {
counter-reset: ol-counter;
}
ol > li {
counter-increment: ol-counter;
}
ul {
counter-reset: ul-counter;
}
ul > li {
counter-increment: ul-counter;
}
.dl-counter:before {
content: counter(dl-counter) " ";
}
.ol-counter:before {
content: counter(ol-counter) " ";
}
.ul-counter:before {
content: counter(ul-counter) " ";
}
.dl-numbered > dt:before {
content: counter(dl-counter) ". ";
}
@media print {
.no-print, .no-print * {
display: none !important;
}
a:hover {
text-decoration: none !important;
}
}
</style>
<style>
#main {
z-index: 1;
min-height: 100%;
max-width: 55rem;
margin-left: 0;
padding-left: 40px;
padding-right: 40px;
}
#article {
padding-top: 1px;
}
</style>
<style>
@media screen and (min-width: 1px) and (max-width: 800px) {
body {
font-size: 20px;
}
#main {
padding-left: 10px;
padding-right: 10px;
}
* {
overflow-wrap: break-word;
}
}
</style>
<style>
@media print {
#main {
margin-left: 0;
}
}
</style>
<style>
h1, h2 {
text-transform: uppercase;
}
</style>
</head>
<body>
<div id="main">
<div id="article">
<h1 id="rimuc-layout-and-theme-example">rimuc layout and theme example</h1>
<h3 class="no-auto-toc" id="gallery-options"><code>--layout sequel --theme graystone --no-toc</code></h3>
<h2 id="ultricies-lundium">Ultricies lundium</h2>
<p>Arcu sed hac nisi duis porta, sociis pulvinar. Montes enim, facilisis
urna? Augue vel, magnis montes sociis auctor, ut! Placerat porta
etiam, aliquet? Et turpis magna mus nascetur arcu ultrices enim arcu
aliquam sociis, integer nisi? Rhoncus a, scelerisque etiam magna
natoque! Turpis in vel. Hac nec adipiscing, aenean ut.</p>
<h3 id="est-vel-montes">Est vel montes. </h3>
<ul><li>Dictumst sed duis sagittis odio scelerisque penatibus dolor,
scelerisque penatibus.</li><li>Porta magna tincidunt a rhoncus tortor sit integer pulvinar.<ul><li>Et sit proin penatibus scelerisque porttitor in? Auctor et.</li><li>Ac ridiculus. Rhoncus augue augue mauris in dignissim placerat.</li></ul></li></ul><div class="sidebar"><h4 id="parturient-ultrices-lorem">Parturient ultrices lorem</h4>
<p>Tempor, integer ridiculus a rhoncus. Ac turpis massa enim pulvinar
facilisis in dignissim mauris, lacus? Turpis cum, auctor velit?
Turpis, dapibus, velit vel ultrices mattis, tempor, urna natoque diam.
Aliquam! Cum augue est elementum. Parturient ultrices lorem, montes
risus eros nunc, mattis, odio turpis porttitor nunc augue? Natoque
lacus.</p></div>
<p>Sociis. Ultricies lundium ut aenean odio cras est, porta a sagittis
lorem et? Egestas integer cras! Nec eros nisi enim mid, vel rhoncus
nisi a sed. Vel! Ac, porta, sociis elit vut elementum in mattis ut
turpis magnis, nunc duis ultrices etiam ultricies vel? Turpis
habitasse.</p>
<pre><code>Mauris? Augue nec, nec pulvinar, odio augue elit tortor? Adipiscing
nec et dignissim vel, sit integer phasellus? Tempor lacus et magna
porta natoque elementum velit placerat aenean dis tincidunt.</code></pre>
</div>
</div>
</body>
</html> | srackham/rimu | docs/sequel-graystone-no-toc-example.html | HTML | mit | 6,949 |
<div class="commune_descr limited">
<p>
Corlay est
une ville localisée dans le département de Côtes-d'Armor en Bretagne. On dénombrait 1 048 habitants en 2008.</p>
<p>Le parc de logements, à Corlay, se décomposait en 2011 en 54 appartements et 557 maisons soit
un marché plutôt équilibré.</p>
<p>
La commune dispose concernant la formation de un collège.
Pour les plus jeunes, la ville est pourvue de une école primaire.
Corlay est équipée des équipements facilitant une bonne prise en charge des jeunes.
Lors d'un projet d'acheter un bien immobilier à Corlay, vous devrez impérativement regarder la qualité des équipements éducatifs</p>
<p>À coté de Corlay sont situées les communes de
<a href="{{VLROOT}}/immobilier/harmoye_22073/">La Harmoye</a> à 7 km, 414 habitants,
<a href="{{VLROOT}}/immobilier/saint-igeaux_22334/">Saint-Igeaux</a> localisée à 6 km, 168 habitants,
<a href="{{VLROOT}}/immobilier/haut-corlay_22074/">Le Haut-Corlay</a> localisée à 0 km, 707 habitants,
<a href="{{VLROOT}}/immobilier/plussulien_22244/">Plussulien</a> située à 4 km, 491 habitants,
<a href="{{VLROOT}}/immobilier/saint-mayeux_22316/">Saint-Mayeux</a> à 7 km, 519 habitants,
<a href="{{VLROOT}}/immobilier/saint-gilles-pligeaux_22294/">Saint-Gilles-Pligeaux</a> située à 7 km, 301 habitants,
entre autres. De plus, Corlay est située à seulement 28 km de <a href="{{VLROOT}}/immobilier/pontivy_56178/">Pontivy</a>.</p>
<p>À Corlay, la valeur moyenne à la vente d'un appartement s'évalue à 311 € du m² en vente. Le prix moyen d'une maison à l'achat se situe à 1 010 € du m². À la location la valorisation moyenne se situe à 0 € du m² mensuel.</p>
<p>La ville offre de multiples équipements sportifs, elle propose entre autres un terrain de tennis, un terrain de sport, une base nautique et une boucle de randonnée.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/22047.html | HTML | mit | 1,944 |
<!DOCTYPE html>
<html>
<head>
<title>{{title}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="{{staticDir}}bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="{{staticDir}}bootstrap/css/bootstrap-theme.min.css" rel="stylesheet" media="screen">
<link href="{{staticDir}}css/style.css" rel="stylesheet" media="screen">
<link href="{{staticDir}}css/roadmap.css" rel="stylesheet" media="screen">
</head>
<body>
<div class="header">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<h1>{{title}}</h1>
</div>
</div>
</div>
</div>
<div id="powered-by">
Powered by <a href="https://github.com/rhyolight/sprinter.js" target="_blank">sprinter</a>.
</div>
<div id="detail-filter">
<ul>
<li><a href="#detail=0">less detail</a></li>
<li><a href="">normal</a></li>
<li><a href="#detail=2">more detail</a></li>
</ul>
</div>
<div class="modal fade" id="modal-loading" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="myModalLabel">Loading Road Map...</h4>
</div>
<div class="modal-body" align="center">
<img src="{{staticDir}}images/haters_gonna_hate.gif"/>
</div>
</div>
</div>
</div>
<div id="roadmap-container"></div>
<script src="http://code.jquery.com/jquery.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js"></script>
<script src="http://builds.handlebarsjs.com.s3.amazonaws.com/handlebars-v1.1.2.js"></script>
<script src="{{staticDir}}js/lib/async.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.2/moment.min.js"></script>
<script src="{{staticDir}}bootstrap/js/bootstrap.min.js"></script>
<script>
window.staticDir = '{{staticDir}}';
window.urlPrefix = '{{urlPrefix}}';
$(function() {
$('#detail-filter ul li a').click(function() {
window.location.reload();
});
});
</script>
<script src="{{staticDir}}js/roadmap.js"></script>
</body>
</html>
| rhyolight/sprinter-dash | client/templates/roadmap.html | HTML | mit | 2,299 |
<!doctype html>
<html lang="en">
<head>
<title>Code coverage report for utils/helpers.js</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="..\prettify.css" />
<link rel="stylesheet" href="..\base.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type='text/css'>
.coverage-summary .sorter {
background-image: url(..\sort-arrow-sprite.png);
}
</style>
</head>
<body>
<div class='wrapper'>
<div class='pad1'>
<h1>
<a href="..\index.html">All files</a> / <a href="index.html">utils</a> helpers.js
</h1>
<div class='clearfix'>
<div class='fl pad1y space-right2'>
<span class="strong">12.5% </span>
<span class="quiet">Statements</span>
<span class='fraction'>2/16</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">0% </span>
<span class="quiet">Branches</span>
<span class='fraction'>0/6</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">0% </span>
<span class="quiet">Functions</span>
<span class='fraction'>0/2</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">13.33% </span>
<span class="quiet">Lines</span>
<span class='fraction'>2/15</span>
</div>
</div>
</div>
<div class='status-line low'></div>
<pre><table class="coverage">
<tr><td class="line-count quiet">1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28</td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-no"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">export const cleanNumericString = <span class="fstat-no" title="function not covered" >(v</span>alue) => {
<span class="cstat-no" title="statement not covered" > if (value) {</span>
let valTemp = <span class="cstat-no" title="statement not covered" >value.toString();</span>
var firstDigit = <span class="cstat-no" title="statement not covered" >valTemp.match(/\d/);</span>
var index = <span class="cstat-no" title="statement not covered" >valTemp.indexOf(firstDigit);</span>
var cleanString = <span class="cstat-no" title="statement not covered" >valTemp.substring(index);</span>
<span class="cstat-no" title="statement not covered" > return parseFloat(cleanString);</span>
}
<span class="cstat-no" title="statement not covered" > return parseFloat(value);</span>
};
/**
* Based off https://stackoverflow.com/a/5306832/1829251
*/
export const reorderArray = <span class="fstat-no" title="function not covered" >(a</span>rr, old_index, new_index) => {
<span class="cstat-no" title="statement not covered" > if (new_index >= arr.length) {</span>
var k = <span class="cstat-no" title="statement not covered" >new_index - arr.length + 1;</span>
<span class="cstat-no" title="statement not covered" > while (k--) {</span>
// eslint-disable-next-line no-use-before-define
<span class="cstat-no" title="statement not covered" > arr.push(undefined);</span>
}
}
<span class="cstat-no" title="statement not covered" > if (Array.isArray(arr)) { <span class="cstat-no" title="statement not covered" >arr.splice(new_index, 0, arr.splice(old_index, 1)[0]);}</span></span>
<span class="cstat-no" title="statement not covered" > return arr;</span>
};
</pre></td></tr>
</table></pre>
<div class='push'></div><!-- for sticky footer -->
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Sat Feb 16 2019 17:03:17 GMT+0000 (Greenwich Mean Time)
</div>
</div>
<script src="..\prettify.js"></script>
<script>
window.onload = function () {
if (typeof prettyPrint === 'function') {
prettyPrint();
}
};
</script>
<script src="..\sorter.js"></script>
</body>
</html>
| BrianJVarley/simple-offset-pro | coverage/lcov-report/utils/helpers.js.html | HTML | mit | 5,321 |
<html class="no-js" ng-app="barmaddenApp" style="background:#fff;">
<head>
<meta charset="utf8">
<meta name="viewport" content="width=device-width">
<title ng-bind="title">Bar Madden</title>
<script src="javascripts/onerror.js"></script>
<script src="javascripts/console.log.js"></script>
<!-- cordova.js is served from localhost to ensure the correct version -->
<script src="cordova.js"></script>
<script src="components/steroids-js/steroids.js"></script>
</head>
<body class="dark">
<div id="wrapper">
<div class="max-width">
<div id="sideNav">
<nav class="site">
<ul>
<li>Select a Page Below</li>
</ul>
</nav>
<div id="pageNav">
<ul>
<li><a href="#/">Home</a></li>
<li><a href="#/categories">Drink Categories</a></li>
<li><a href="#/mybar">My Bar</a></li>
<li><a href="#/favorites">My Favorites</a></li>
</ul>
</div>
</div>
</div>
<div id="site">
<header id="main-header">
<div class="max-width">
<hgroup>
<h1><a href="#/">Bar Madden</a></h1>
<p>Find yourself a drink.</p>
</hgroup>
<nav>
<ul>
<li><a href="#/categories">Search by Category</a></li>
<li><a href="#/mybar">Whats in My Bar</a></li>
<li><a href="#/favorites">Favorites</a></li>
</ul>
</nav>
<a id="slide-menu-button" class="topcoat-icon-button--large--quiet"><span class="topcoat-icon--large topcoat-icon--menu-stack"></span></a>
<a id="backbtn" class="topcoat-icon-button--quiet" style="display:none;"><span>↩</span></a>
</div>
</header>
<div id="content" class="max-width">
<div ng-view=""></div>
</div>
</div>
</div>
<script src="js/sailsmin/sailsbase.min.js"></script>
<script src="js/bower/bower-vendor.min.js"></script>
<script src="js/barmadden/barmadden.min.js"></script>
<link rel="stylesheet" type="text/css" href="styles/topcoat-mobile-dark.css">
<link rel="stylesheet" type="text/css" href="styles/sass/layout.css">
</body>
</html>
| obj63mc/BarMadden-SteroidsApp | www/index.html | HTML | mit | 2,306 |
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>成語 </b></th><td class="ztd2">弓開得勝</td></tr>
<tr><th class="ztd1"><b>注音 </b></th><td class="ztd2">ㄍㄨㄥ ㄎㄞ ㄉㄜ<sup class="subfont">ˊ</sup> ㄕㄥ<sup class="subfont">ˋ</sup></td></tr>
<tr><th class="ztd1"><b>漢語拼音 </b></th><td class="ztd2"><font class="english_word">gōng kāi dé shèng</font></td></tr>
<tr><th class="ztd1"><b>釋義 </b></th><td class="ztd2"> 義參「<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000947%22.%26v%3D-1" class="clink" target=_blank>旗開得勝</a>」。見「<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000947%22.%26v%3D-1" class="clink" target=_blank>旗開得勝</a>」條。</font></td></tr>
<tr><th class="ztd1"><b><style>.tableoutfmt2 .std1{width:3%;}</style></b></th><td class="ztd2"><table class="fmt16_table"><tr><td width=150 style="text-align:left;" class="fmt16_td1" ><b>參考詞語︰</b></td><td width=150 style="text-align:left;" class="fmt16_td2" ><a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000947%22.%26v%3D-1" class="clink" target=_blank>旗開得勝</a></td></tr><tr><td width=150 style="text-align:left;" class="fmt16_td1" ><b>注音︰</b></td><td width=150 style="text-align:left;" class="fmt16_td2" >ㄑ|<sup class="subfont">ˊ</sup> ㄎㄞ ㄉㄜ<sup class="subfont">ˊ</sup> ㄕㄥ<sup class="subfont">ˋ</sup></td></tr><tr><td width=150 style="text-align:left;" class="fmt16_td1" ><b>漢語拼音︰</b></td><td width=150 style="text-align:left;" class="fmt16_td2" ><font class="english_word">qí kāi dé shèng</font></td></tr></table><br><br></td></tr>
</td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/2000-2999/2882-34.html | HTML | mit | 2,260 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Tue Dec 20 14:37:48 CET 2016 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.murillo.sdp.Bandwitdh (SDP parser library)
</TITLE>
<META NAME="date" CONTENT="2016-12-20">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.murillo.sdp.Bandwitdh (SDP parser library)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/murillo/sdp/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/murillo/sdp/Bandwitdh.html" title="class in org.murillo.sdp"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/murillo/sdp/\class-useBandwitdh.html" target="_top"><B>FRAMES</B></A>
<A HREF="Bandwitdh.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.murillo.sdp.Bandwitdh</B></H2>
</CENTER>
No usage of org.murillo.sdp.Bandwitdh
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/murillo/sdp/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/murillo/sdp/Bandwitdh.html" title="class in org.murillo.sdp"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/murillo/sdp/\class-useBandwitdh.html" target="_top"><B>FRAMES</B></A>
<A HREF="Bandwitdh.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| medooze/sdp | docs/org/murillo/sdp/class-use/Bandwitdh.html | HTML | mit | 5,754 |
<!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 (10.0.1) on Sun Jun 03 23:42:18 PDT 2018 -->
<title>main</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="date" content="2018-06-03">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
<script type="text/javascript" src="../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../jquery/jquery-1.10.2.js"></script>
<script type="text/javascript" src="../jquery/jquery-ui.js"></script>
</head>
<body>
<h1 class="bar"><a href="../main/package-summary.html" target="classFrame">main</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="LinearEquation.html" title="class in main" target="classFrame">LinearEquation</a></li>
<li><a href="TestLinearEquation.html" title="class in main" target="classFrame">TestLinearEquation</a></li>
</ul>
</div>
</body>
</html>
| tliang1/Java-Practice | Practice/Intro-To-Java-8th-Ed-Daniel-Y.-Liang/Chapter-8/Chapter08P11/doc/main/package-frame.html | HTML | mit | 1,431 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W30039_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
<div style="float: left;">
<a href="page27.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 55px; margin-top: 82px;">
<p class="styleSans748.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">PETROLEUM <br/> <br/>t h P w .nl.. v e R f 0 a m A B .5“ m h x E <br/>LARS 5792 11-3 6T 157N - 92W, Section 3 Mountrail County, ND <br/> <br/>Proposed Well Pad (approx) <br/> </p>
</div>
</body>
</html>
| datamade/elpc_bakken | ocr_extracted/W30039_text/page28.html | HTML | mit | 944 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cloud - WebGL</title>
<link rel="stylesheet" href="">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="stylesheet" href="../assets/css/custom.css">
<link rel="stylesheet" href="../assets/css/lucid.css">
<link rel="stylesheet" href="../assets/vendor/bootstrap/css/bootstrap.css">
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
</head>
<body class="yui3-skin-sam">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<h1 class="brand" style="padding: 10px 16px 10px; height: 20px; line-height: 20px; margin-left: 0;">
WebGL
</h1>
<div class="nav">
<li class="divider-vertical"></li>
<li>
<p class="navbar-text">
API Docs for Version: <b>1.0.0</b>
</p>
</li>
</div>
<form class="navbar-form pull-right" style="line-height: 40px; height: 40px;">
<input style="margin-top: 0;" type="text" class="search-query" placeholder="Search for classes/modules..." data-obj='["classes/Cloud", "classes/Float4x4", "classes/FloatNxN", "classes/Loader", "classes/LoaderList", "classes/LoaderPath", "classes/LoaderShader", "classes/Node", "classes/Program", "classes/Render", "classes/Utility"]'>
</form>
</div>
</div>
<div class="container">
<div class="row">
<div class="span3">
<div>
<div id="sidebar">
<div id="classes">
<ul id="api-classes" class="nav nav-list">
<li><a href="../classes/Cloud.html">Cloud</a></li>
<li><a href="../classes/Float4x4.html">Float4x4</a></li>
<li><a href="../classes/FloatNxN.html">FloatNxN</a></li>
<li><a href="../classes/Loader.html">Loader</a></li>
<li><a href="../classes/LoaderList.html">LoaderList</a></li>
<li><a href="../classes/LoaderPath.html">LoaderPath</a></li>
<li><a href="../classes/LoaderShader.html">LoaderShader</a></li>
<li><a href="../classes/Node.html">Node</a></li>
<li><a href="../classes/Program.html">Program</a></li>
<li><a href="../classes/Render.html">Render</a></li>
<li><a href="../classes/Utility.html">Utility</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="span9">
<form id="options-form" class="form-inline pull-right">
Show:
<label for="api-show-inherited" class="checkbox">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected" class="checkbox">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private" class="checkbox">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated" class="checkbox">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</form>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<div class="page-header">
<h1>Cloud</h1>
</div>
<div class="yuidoc-class-description">
<p>A Cloud, a scene graph node for displaying points in space.</p>
</div>
<!-- table of contents -->
<div id="class-toc" class="page-section">
<h2>Table of Contents</h2>
<ul>
<li>
<strong>Methods</strong>
<ul>
<li><a href="#method-addPoint"><span class="im">addPoint</span>(<span class="ia">point</span>)</a></li>
<li><a href="#method-addPoints"><span class="im">addPoints</span>(<span class="ia">points</span>)</a></li>
<li><a href="#method-construct"><span class="im">construct</span>(<span class="ia">parameters</span>)</a></li>
</ul>
</li>
<li>
<strong>Static Methods</strong>
<ul>
<li><a href="#method-new"><span class="im">Cloud.new</span>(<span class="ia">parameters</span>)</a></li>
</ul>
</li>
</ul>
</div>
<!-- details -->
<div id="methods" class="page-section">
<h2 class="off-left">Methods</h2>
<div class="item-list">
<div id="method-addPoint" class="method item">
<div class="method-signature">
<span class="name"><code>addPoint</code></span>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>point</code>
</li>
</ul><span class="paren">)</span>
</div>
</div>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_main_javascript_core_cloud.js.html#l29"><code>src/main/javascript/core/cloud.js:29</code></a>
</p>
</div>
<div class="description"><p>add a point to the cloud.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">point</code>
<span class="type">Float3</span>
<div class="param-description"><p>the location of the new point.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method-addPoints" class="method item">
<div class="method-signature">
<span class="name"><code>addPoints</code></span>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>points</code>
</li>
</ul><span class="paren">)</span>
</div>
</div>
<span class="flag chainable">chainable</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_main_javascript_core_cloud.js.html#l46"><code>src/main/javascript/core/cloud.js:46</code></a>
</p>
</div>
<div class="description"><p>add multiple points to the cloud.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">points</code>
<span class="type">Array</span>
<div class="param-description"><p>an array of Float3 points to be added.</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method-construct" class="method item">
<div class="method-signature">
<span class="name"><code>construct</code></span>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>parameters</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Cloud.html" class="crosslink">Cloud</a></span>
</span>
</div>
<div class="meta">
<p>
Defined in
<a href="../files/src_main_javascript_core_cloud.js.html#l9"><code>src/main/javascript/core/cloud.js:9</code></a>
</p>
</div>
<div class="description"><p>the initializer for a cloud.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">parameters</code>
<span class="type">Object</span>
<div class="param-description"><p>an object with optional information for the cloud node, including:</p>
<ul>
<li>pointShape: (default = "sphere2")</li>
<li>pointSize: (default = 0.02)</li>
</ul>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Cloud.html" class="crosslink">Cloud</a></span>
</div>
</div>
</div>
</div>
</div>
<div id="static-methods" class="page-section">
<h2 class="off-left">Static Methods</h2>
<div class="item-list">
<div id="method-new" class="method item">
<div class="method-signature">
<span class="name"><code>Cloud.new</code></span>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>parameters</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="returns-inline">
<span class="type"><a href="../classes/Cloud.html" class="crosslink">Cloud</a></span>
</span>
</div>
<div class="meta">
<p>
Defined in
<a href="../files/src_main_javascript_core_cloud.js.html#l60"><code>src/main/javascript/core/cloud.js:60</code></a>
</p>
</div>
<div class="description"><p>static method to create and construct a new cloud node.</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">parameters</code>
<span class="type">Object</span>
<div class="param-description"><p>an object with optional information to include in the node (see
"Node.construct" for more information)</p>
</div>
</li>
</ul>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/Cloud.html" class="crosslink">Cloud</a></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/jquery/jquery-1.8.2.min.js"></script>
<script src="../assets/vendor/bootstrap/js/bootstrap.js"></script>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script src="../assets/js/yuidoc-bootstrap.js"></script>
<script>prettyPrint();</script>
</body>
</html>
| brettonw/WebGL | docs/classes/Cloud.html | HTML | mit | 9,634 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="it">
<head>
<!-- Generated by javadoc (1.8.0_222) on Thu Jan 23 18:46:07 CET 2020 -->
<title>Uses of Class it.unical.mat.embasp.base.Output</title>
<meta name="date" content="2020-01-23">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class it.unical.mat.embasp.base.Output";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?it/unical/mat/embasp/base/class-use/Output.html" target="_top">Frames</a></li>
<li><a href="Output.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class it.unical.mat.embasp.base.Output" class="title">Uses of Class<br>it.unical.mat.embasp.base.Output</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#it.unical.mat.embasp.base">it.unical.mat.embasp.base</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#it.unical.mat.embasp.languages.asp">it.unical.mat.embasp.languages.asp</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#it.unical.mat.embasp.languages.pddl">it.unical.mat.embasp.languages.pddl</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#it.unical.mat.embasp.platforms.android">it.unical.mat.embasp.platforms.android</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#it.unical.mat.embasp.platforms.desktop">it.unical.mat.embasp.platforms.desktop</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#it.unical.mat.embasp.specializations.clingo">it.unical.mat.embasp.specializations.clingo</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#it.unical.mat.embasp.specializations.dlv">it.unical.mat.embasp.specializations.dlv</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#it.unical.mat.embasp.specializations.dlv2">it.unical.mat.embasp.specializations.dlv2</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#it.unical.mat.embasp.specializations.dlv2.desktop">it.unical.mat.embasp.specializations.dlv2.desktop</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#it.unical.mat.embasp.specializations.dlvhex">it.unical.mat.embasp.specializations.dlvhex</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#it.unical.mat.embasp.specializations.solver_planning_domains">it.unical.mat.embasp.specializations.solver_planning_domains</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#it.unical.mat.embasp.specializations.solver_planning_domains.desktop">it.unical.mat.embasp.specializations.solver_planning_domains.desktop</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="it.unical.mat.embasp.base">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a> in <a href="../../../../../../it/unical/mat/embasp/base/package-summary.html">it.unical.mat.embasp.base</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../it/unical/mat/embasp/base/package-summary.html">it.unical.mat.embasp.base</a> that return <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a></code></td>
<td class="colLast"><span class="typeNameLabel">Handler.</span><code><span class="memberNameLink"><a href="../../../../../../it/unical/mat/embasp/base/Handler.html#startSync--">startSync</a></span>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a></code></td>
<td class="colLast"><span class="typeNameLabel">Service.</span><code><span class="memberNameLink"><a href="../../../../../../it/unical/mat/embasp/base/Service.html#startSync-java.util.List-java.util.List-">startSync</a></span>(java.util.List<<a href="../../../../../../it/unical/mat/embasp/base/InputProgram.html" title="class in it.unical.mat.embasp.base">InputProgram</a>> programs,
java.util.List<<a href="../../../../../../it/unical/mat/embasp/base/OptionDescriptor.html" title="class in it.unical.mat.embasp.base">OptionDescriptor</a>> options)</code>
<div class="block">Starts ASP solving Syncronously on a subset of data and options.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a></code></td>
<td class="colLast"><span class="typeNameLabel">Handler.</span><code><span class="memberNameLink"><a href="../../../../../../it/unical/mat/embasp/base/Handler.html#startSync-java.util.List-java.util.List-">startSync</a></span>(java.util.List<java.lang.Integer> program_index,
java.util.List<java.lang.Integer> option_index)</code>
<div class="block">This method have to be implemented by subclasses to execute solver in a synchronous way, if no parameters are given
the entire sets of programs and option are used</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../it/unical/mat/embasp/base/package-summary.html">it.unical.mat.embasp.base</a> with parameters of type <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Callback.</span><code><span class="memberNameLink"><a href="../../../../../../it/unical/mat/embasp/base/Callback.html#callback-it.unical.mat.embasp.base.Output-">callback</a></span>(<a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a> o)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="it.unical.mat.embasp.languages.asp">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a> in <a href="../../../../../../it/unical/mat/embasp/languages/asp/package-summary.html">it.unical.mat.embasp.languages.asp</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a> in <a href="../../../../../../it/unical/mat/embasp/languages/asp/package-summary.html">it.unical.mat.embasp.languages.asp</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../it/unical/mat/embasp/languages/asp/AnswerSets.html" title="class in it.unical.mat.embasp.languages.asp">AnswerSets</a></span></code>
<div class="block">A collection of <a href="../../../../../../it/unical/mat/embasp/languages/asp/AnswerSet.html" title="class in it.unical.mat.embasp.languages.asp"><code>AnswerSet</code></a></div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="it.unical.mat.embasp.languages.pddl">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a> in <a href="../../../../../../it/unical/mat/embasp/languages/pddl/package-summary.html">it.unical.mat.embasp.languages.pddl</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a> in <a href="../../../../../../it/unical/mat/embasp/languages/pddl/package-summary.html">it.unical.mat.embasp.languages.pddl</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../it/unical/mat/embasp/languages/pddl/Plan.html" title="class in it.unical.mat.embasp.languages.pddl">Plan</a></span></code>
<div class="block">A simplified solution to a PDDL problem</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="it.unical.mat.embasp.platforms.android">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a> in <a href="../../../../../../it/unical/mat/embasp/platforms/android/package-summary.html">it.unical.mat.embasp.platforms.android</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../it/unical/mat/embasp/platforms/android/package-summary.html">it.unical.mat.embasp.platforms.android</a> that return <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a></code></td>
<td class="colLast"><span class="typeNameLabel">AndroidService.</span><code><span class="memberNameLink"><a href="../../../../../../it/unical/mat/embasp/platforms/android/AndroidService.html#startSync-java.util.List-java.util.List-">startSync</a></span>(java.util.List<<a href="../../../../../../it/unical/mat/embasp/base/InputProgram.html" title="class in it.unical.mat.embasp.base">InputProgram</a>> programs,
java.util.List<<a href="../../../../../../it/unical/mat/embasp/base/OptionDescriptor.html" title="class in it.unical.mat.embasp.base">OptionDescriptor</a>> options)</code>
<div class="block">Android don't have the capability to perform long tasking operation synchronously</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="it.unical.mat.embasp.platforms.desktop">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a> in <a href="../../../../../../it/unical/mat/embasp/platforms/desktop/package-summary.html">it.unical.mat.embasp.platforms.desktop</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../it/unical/mat/embasp/platforms/desktop/package-summary.html">it.unical.mat.embasp.platforms.desktop</a> that return <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a></code></td>
<td class="colLast"><span class="typeNameLabel">DesktopService.</span><code><span class="memberNameLink"><a href="../../../../../../it/unical/mat/embasp/platforms/desktop/DesktopService.html#startSync-java.util.List-java.util.List-">startSync</a></span>(java.util.List<<a href="../../../../../../it/unical/mat/embasp/base/InputProgram.html" title="class in it.unical.mat.embasp.base">InputProgram</a>> programs,
java.util.List<<a href="../../../../../../it/unical/mat/embasp/base/OptionDescriptor.html" title="class in it.unical.mat.embasp.base">OptionDescriptor</a>> options)</code>
<div class="block">Start a new process for the <a href="../../../../../../it/unical/mat/embasp/platforms/desktop/DesktopService.html#exe_path"><code>DesktopService.exe_path</code></a> and starts solving</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a></code></td>
<td class="colLast"><span class="typeNameLabel">DesktopHandler.</span><code><span class="memberNameLink"><a href="../../../../../../it/unical/mat/embasp/platforms/desktop/DesktopHandler.html#startSync-java.util.List-java.util.List-">startSync</a></span>(java.util.List<java.lang.Integer> program_index,
java.util.List<java.lang.Integer> option_index)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="it.unical.mat.embasp.specializations.clingo">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a> in <a href="../../../../../../it/unical/mat/embasp/specializations/clingo/package-summary.html">it.unical.mat.embasp.specializations.clingo</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a> in <a href="../../../../../../it/unical/mat/embasp/specializations/clingo/package-summary.html">it.unical.mat.embasp.specializations.clingo</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../it/unical/mat/embasp/specializations/clingo/ClingoAnswerSets.html" title="class in it.unical.mat.embasp.specializations.clingo">ClingoAnswerSets</a></span></code>
<div class="block">represents Clingo's answersets</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="it.unical.mat.embasp.specializations.dlv">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a> in <a href="../../../../../../it/unical/mat/embasp/specializations/dlv/package-summary.html">it.unical.mat.embasp.specializations.dlv</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a> in <a href="../../../../../../it/unical/mat/embasp/specializations/dlv/package-summary.html">it.unical.mat.embasp.specializations.dlv</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../it/unical/mat/embasp/specializations/dlv/DLVAnswerSets.html" title="class in it.unical.mat.embasp.specializations.dlv">DLVAnswerSets</a></span></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="it.unical.mat.embasp.specializations.dlv2">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a> in <a href="../../../../../../it/unical/mat/embasp/specializations/dlv2/package-summary.html">it.unical.mat.embasp.specializations.dlv2</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a> in <a href="../../../../../../it/unical/mat/embasp/specializations/dlv2/package-summary.html">it.unical.mat.embasp.specializations.dlv2</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../it/unical/mat/embasp/specializations/dlv2/DLV2AnswerSets.html" title="class in it.unical.mat.embasp.specializations.dlv2">DLV2AnswerSets</a></span></code>
<div class="block">represents Dlv2's answersets</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="it.unical.mat.embasp.specializations.dlv2.desktop">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a> in <a href="../../../../../../it/unical/mat/embasp/specializations/dlv2/desktop/package-summary.html">it.unical.mat.embasp.specializations.dlv2.desktop</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../it/unical/mat/embasp/specializations/dlv2/desktop/package-summary.html">it.unical.mat.embasp.specializations.dlv2.desktop</a> that return <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a></code></td>
<td class="colLast"><span class="typeNameLabel">DLV2DesktopService.</span><code><span class="memberNameLink"><a href="../../../../../../it/unical/mat/embasp/specializations/dlv2/desktop/DLV2DesktopService.html#startSync-java.util.List-java.util.List-">startSync</a></span>(java.util.List<<a href="../../../../../../it/unical/mat/embasp/base/InputProgram.html" title="class in it.unical.mat.embasp.base">InputProgram</a>> programs,
java.util.List<<a href="../../../../../../it/unical/mat/embasp/base/OptionDescriptor.html" title="class in it.unical.mat.embasp.base">OptionDescriptor</a>> options)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="it.unical.mat.embasp.specializations.dlvhex">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a> in <a href="../../../../../../it/unical/mat/embasp/specializations/dlvhex/package-summary.html">it.unical.mat.embasp.specializations.dlvhex</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a> in <a href="../../../../../../it/unical/mat/embasp/specializations/dlvhex/package-summary.html">it.unical.mat.embasp.specializations.dlvhex</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../it/unical/mat/embasp/specializations/dlvhex/DLVHEXAnswerSets.html" title="class in it.unical.mat.embasp.specializations.dlvhex">DLVHEXAnswerSets</a></span></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="it.unical.mat.embasp.specializations.solver_planning_domains">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a> in <a href="../../../../../../it/unical/mat/embasp/specializations/solver_planning_domains/package-summary.html">it.unical.mat.embasp.specializations.solver_planning_domains</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a> in <a href="../../../../../../it/unical/mat/embasp/specializations/solver_planning_domains/package-summary.html">it.unical.mat.embasp.specializations.solver_planning_domains</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../it/unical/mat/embasp/specializations/solver_planning_domains/SPDPlan.html" title="class in it.unical.mat.embasp.specializations.solver_planning_domains">SPDPlan</a></span></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="it.unical.mat.embasp.specializations.solver_planning_domains.desktop">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a> in <a href="../../../../../../it/unical/mat/embasp/specializations/solver_planning_domains/desktop/package-summary.html">it.unical.mat.embasp.specializations.solver_planning_domains.desktop</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../it/unical/mat/embasp/specializations/solver_planning_domains/desktop/package-summary.html">it.unical.mat.embasp.specializations.solver_planning_domains.desktop</a> that return <a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Output</a></code></td>
<td class="colLast"><span class="typeNameLabel">SPDDesktopService.</span><code><span class="memberNameLink"><a href="../../../../../../it/unical/mat/embasp/specializations/solver_planning_domains/desktop/SPDDesktopService.html#startSync-java.util.List-java.util.List-">startSync</a></span>(java.util.List<<a href="../../../../../../it/unical/mat/embasp/base/InputProgram.html" title="class in it.unical.mat.embasp.base">InputProgram</a>> programs,
java.util.List<<a href="../../../../../../it/unical/mat/embasp/base/OptionDescriptor.html" title="class in it.unical.mat.embasp.base">OptionDescriptor</a>> options)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../it/unical/mat/embasp/base/Output.html" title="class in it.unical.mat.embasp.base">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?it/unical/mat/embasp/base/class-use/Output.html" target="_top">Frames</a></li>
<li><a href="Output.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>
| DeMaCS-UNICAL/embasp_website | javadoc/it/unical/mat/embasp/base/class-use/Output.html | HTML | mit | 29,163 |
<container-fluid>
<div class="row">
<div class="col-md-12">
<button class="btn btn-primary" ui-sref="project:list">Project CRUD</button>
<logout class="pull-right"></logout>
</div>
</div>
<uib-tabset active="active" vertical="false">
<uib-tab index="0" heading="List">
<list></list>
</uib-tab>
<uib-tab index="1" heading="Count">
<count></count>
</uib-tab>
<uib-tab index="2" heading="Wiki">
<wiki-search></wiki-search>
</uib-tab>
<uib-tab index="3" heading="Employee">
<Employee></Employee>
</uib-tab>
</uib-tabset>
</container-fluid>
| Johan1228/Angular1.5-Seed | src/core/components/app/app.template.html | HTML | mit | 704 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_65) on Wed Dec 03 20:05:06 CET 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>net.sourceforge.pmd.lang.java.typeresolution.visitors (PMD Java 5.2.2 API)</title>
<meta name="date" content="2014-12-03">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
</head>
<body>
<h1 class="bar"><a href="../../../../../../../net/sourceforge/pmd/lang/java/typeresolution/visitors/package-summary.html" target="classFrame">net.sourceforge.pmd.lang.java.typeresolution.visitors</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="PMDASMVisitor.html" title="class in net.sourceforge.pmd.lang.java.typeresolution.visitors" target="classFrame">PMDASMVisitor</a></li>
</ul>
</div>
</body>
</html>
| byronka/xenos | utils/pmd-bin-5.2.2/docs/pmd-java/apidocs/net/sourceforge/pmd/lang/java/typeresolution/visitors/package-frame.html | HTML | mit | 1,000 |
<div layout="row" layout-align="start center" class="gridRow" >
<div style="width: {{::vm.styleNavIcons()}}; min-width: {{::vm.styleNavIcons()}};">
<md-input-container >
<md-checkbox ng-model="vm.allSelected" aria-label="Select All Rows" ng-click="vm.toggleAllSelected()"></md-checkbox>
</md-input-container>
</div>
<!--<div id="columns"></div>-->
<div ds-repeat="column in ::vm.grid_viewModel.Columns" class="gridCol">
<md-input-container style="width: {{::vm.widthStyle($index)}}"> <!-- OK -->
<!--<md-input-container style="width: 192px">-->
<label>{{::column.FilterCaption}}</label>
<input ng-model="column.Filter" type="search" ng-change="::vm.updateFilter()">
</md-input-container>
</div>
</div> | mcoxeter/Atlas.Frontend.Web | app/subsystem/grid/table/columns/filters.html | HTML | mit | 797 |
<div class="header-container">
<header>
<ul class="nav">
<!--Change the URL here if working on an absolute domain-->
<li><a href="http://github.com/luispmiranda"><span class="mega-octicon octicon-person" style="margin-right: 6px;"></span>about</a></li>
</ul>
</header>
</div>
| luispmiranda/luispmiranda.github.com | _includes/header.html | HTML | mit | 309 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_30) on Sun Oct 12 01:48:40 UTC 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>org.encog.examples.neural.persist Class Hierarchy (Encog Examples 3.3.0 API)</title>
<meta name="date" content="2014-10-12">
<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.encog.examples.neural.persist Class Hierarchy (Encog Examples 3.3.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</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/encog/examples/neural/normalize/package-tree.html">PREV</a></li>
<li><a href="../../../../../org/encog/examples/neural/predict/market/package-tree.html">NEXT</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/encog/examples/neural/persist/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 org.encog.examples.neural.persist</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.<a href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
<ul>
<li type="circle">org.encog.examples.neural.persist.<a href="../../../../../org/encog/examples/neural/persist/EncogPersistence.html" title="class in org.encog.examples.neural.persist"><span class="strong">EncogPersistence</span></a></li>
<li type="circle">org.encog.examples.neural.persist.<a href="../../../../../org/encog/examples/neural/persist/Serial.html" title="class in org.encog.examples.neural.persist"><span class="strong">Serial</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-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/encog/examples/neural/normalize/package-tree.html">PREV</a></li>
<li><a href="../../../../../org/encog/examples/neural/predict/market/package-tree.html">NEXT</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/encog/examples/neural/persist/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 ======= -->
<p class="legalCopy"><small>Copyright © 2014. All Rights Reserved.</small></p>
</body>
</html>
| davinnovation/TikiTaka | encog-examples/apidocs/org/encog/examples/neural/persist/package-tree.html | HTML | mit | 5,139 |
<!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.6"/>
<title>My Project: 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/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</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">My Project
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Functions</a></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><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">AbstractMediaInfo Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="class_abstract_media_info.html">AbstractMediaInfo</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>AbstractMediaInfo</b>(QWidget *parent=0) (defined in <a class="el" href="class_abstract_media_info.html">AbstractMediaInfo</a>)</td><td class="entry"><a class="el" href="class_abstract_media_info.html">AbstractMediaInfo</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">explicit</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>setAtribute</b>(QString property, QString value)=0 (defined in <a class="el" href="class_abstract_media_info.html">AbstractMediaInfo</a>)</td><td class="entry"><a class="el" href="class_abstract_media_info.html">AbstractMediaInfo</a></td><td class="entry"><span class="mlabel">pure virtual</span><span class="mlabel">slot</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 2 2014 12:21:46 for My Project by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>
</body>
</html>
| danielholanda/Qt-Audio-Spectrum-Analyzer | Qt_code/html/class_abstract_media_info-members.html | HTML | mit | 5,127 |
<!DOCTYPE html><html><head><title>https://blog.rsinha.org/categories/hdtach/</title><link rel="canonical" href="https://blog.rsinha.org/categories/hdtach/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://blog.rsinha.org/categories/hdtach/" /></head></html> | ritesh/ritesh.github.io | categories/hdtach/page/1/index.html | HTML | mit | 322 |
<html><img border=0 src=476-46-0.txt alt=476-46-0.txt></img><body>
"x"
"1" "FENG, J, LURATI, L, OUYANG, H, ROBINSON, T, WANG, Y, YUAN, S AND YOUNG, S. PREDICTIVE TOXICOLOGY: BENCHMARKING MOLECULAR DESCRIPTORS AND STATISTICAL METHODS. J. CHEM. INF. COMPUT. SCI. 43: 1463-1470, __ 2003"
</body></html>
| andrewdefries/Ames_ToxBenchmark | 476-46-0.txt.html | HTML | mit | 301 |
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Twitter notes on game development | BroBeur</title>
<link href="../assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="../rss.xml">
<link rel="canonical" href="http://brobeur.com/blog/posts/twitter-notes-on-game-development.html">
<!--[if lt IE 9]><script src="../assets/js/html5.js"></script><![endif]-->
</head>
<body class="home blog">
<div id="wrap" style="width:850px">
<div id="container" style="width:560px">
<div class="post">
<h1 class="p-name entry-title" itemprop="headline name"><a href="#" class="u-url">Twitter notes on game development</a></h1>
<div class="meta" style="background-color: rgb(234, 234, 234); ">
<span class="authordate">
Posted: <time class="published" datetime="2013-04-04T12:42:21+00:00">2013-04-04 12:42</time>
[<a href="twitter-notes-on-game-development.rst" id="sourcelink">Source</a>]
</span>
<br>
<span class="authordate">
</span>
</div>
<p><html><body><p>Let development happen. Create a website. Do something new. Explore a color palette.</p></body></html></p>
<ul class="pager">
<li class="previous">
<a href="python-reddit-json.html" rel="prev" title="RedditGetsDrawn - Sagahurtig">Previous post</a>
</li>
<li class="next">
<a href="twitter-notes-on-game-development-2.html" rel="next" title="Twitter notes on game development">Next post</a>
</li>
</ul>
</div>
</div>
<div id="sidebar">
<!--Sidebar content-->
<h1 id="blog-title">
<a href="http://brobeur.com/blog/output" title="BroBeur">BroBeur</a>
</h1>
<ul class="unstyled">
<li>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
<img alt="Creative Commons Attribution 4.0 International License" style="border-width:0; margin-bottom:12px;" src="https://i.creativecommons.org/l/by/4.0/88x31.png"></a>
</li>
<li>
<a href="../archive.html">Archive</a>
</li>
<li>
<a href="../categories/index.html">Tags</a>
</li>
<li>
<a href="../rss.xml">RSS feed</a>
</li>
<li>
</ul>
</div>
<div id="footer">
Contents © 2015 <a href="mailto:[email protected]">wcmckee</a> - Powered by <a href="http://getnikola.com" rel="nofollow">Nikola</a>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
<img alt="Creative Commons Attribution 4.0 International License" style="border-width:0; margin-bottom:12px;" src="https://i.creativecommons.org/l/by/4.0/88x31.png"></a>
</div>
</div>
<script src="../assets/js/all-nocdn.js"></script>
<script type="text/javascript">jQuery("a.image-reference").colorbox({rel:"gal",maxWidth:"100%",maxHeight:"100%",scalePhotos:true});</script>
</body>
</html>
| wcmckee/brobeurdotcom | output/posts/twitter-notes-on-game-development.html | HTML | mit | 3,522 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v0.10.27 - v0.10.28: 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 v0.10.27 - v0.10.28
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_persistent.html">Persistent</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::Persistent< T > Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>As</b>() (defined in <a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Cast</b>(Persistent< S > that) (defined in <a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></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>Cast</b>(Handle< S > that) (defined in <a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_handle.html#a452516a09df056438c3d3a177ebd1977">Clear</a>()</td><td class="entry"><a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_persistent.html#a30806c1125371c269a02ec03d47c69ab">ClearWeak</a>()</td><td class="entry"><a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_persistent.html#a33e53191844272ba0f2da4f55fc12297">Dispose</a>()</td><td class="entry"><a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_handle.html#aa7543a3d572565806a66e922634cc2f4">Handle</a>()</td><td class="entry"><a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_handle.html#aac16277f1131898a4a2ef664d051cc18">Handle</a>(T *val)</td><td class="entry"><a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">explicit</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_handle.html#a64aee8fcde243c8a5abebfe534b3797a">Handle</a>(Handle< S > that)</td><td class="entry"><a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ImplementationUtilities</b> (defined in <a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a></td><td class="entry"><span class="mlabel">friend</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_handle.html#ab3b20b28e7f672de83a2dc8d6809f815">IsEmpty</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_persistent.html#a2af1180b0c4a25f179a57fe4e1f1eab7">IsIndependent</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_persistent.html#a1f60b982c5e734df7e4fe22ccd5b62cf">IsNearDeath</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_persistent.html#aa636a55b81eee222f86866dd5ae8c06f">IsWeak</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_persistent.html#ab04609812113450bece2640ad0b27658">MakeWeak</a>(void *parameters, WeakReferenceCallback callback)</td><td class="entry"><a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_persistent.html#a2c3bc812813279b80326c8a52164a2b4">MarkIndependent</a>()</td><td class="entry"><a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_persistent.html#ad309269ccaeffa6dec338093752ca539">New</a>(Handle< T > that)</td><td class="entry"><a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ObjectTemplate</b> (defined in <a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a></td><td class="entry"><span class="mlabel">friend</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_handle.html#ab550353b4a7bc3ad3df53fe80df7ea61">operator!=</a>(Handle< S > that) const </td><td class="entry"><a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>operator*</b>() const (defined in <a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>operator-></b>() const (defined in <a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_handle.html#afcc79738c6fff05c70e958a471f2b7d9">operator==</a>(Handle< S > that) const </td><td class="entry"><a class="el" href="classv8_1_1_handle.html">v8::Handle< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_persistent.html#aff7516636baaf209885220f7cff34463">Persistent</a>()</td><td class="entry"><a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_persistent.html#aea24de4ad0e6cd8e102411e11fbc3948">Persistent</a>(Persistent< S > that)</td><td class="entry"><a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Persistent</b>(S *that) (defined in <a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a>)</td><td class="entry"><a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_persistent.html#a89b49f1b1903a2d625d5c3100238276e">Persistent</a>(Handle< S > that)</td><td class="entry"><a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">explicit</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_persistent.html#a41c933abe7726d4c314804859ef3acae">SetWrapperClassId</a>(uint16_t class_id)</td><td class="entry"><a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_persistent.html#a0e25269c12481a187ca5b63837a4e165">WrapperClassId</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_persistent.html">v8::Persistent< T ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:45:14 for V8 API Reference Guide for node.js v0.10.27 - v0.10.28 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 3f3a71e/html/classv8_1_1_persistent-members.html | HTML | mit | 13,453 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>io-hello-world: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1+1 / io-hello-world - 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-hello-world
<small>
1.0.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-15 19:37:57 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-15 19:37:57 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.7.1+1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/clarus/coq-hello-world"
dev-repo: "git+https://github.com/clarus/coq-hello-world.git"
bug-reports: "https://github.com/clarus/coq-hello-world/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
[make "-C" "extraction"]
]
depends: [
"ocaml"
"coq" {>= "8.4pl4" & < "8.9"}
"coq-io-system" {>= "2.2.0" & < "2.3.0"}
]
tags: [
"date:2015-03-23"
"keyword:effects"
"keyword:extraction"
]
synopsis: "A Hello World program in Coq"
extra-files: [
"coq-io-hello-world.install" "md5=63d2dca2628eb17acf4b57b72d248663"
]
url {
src: "https://github.com/coq-io/hello-world/archive/1.0.0.tar.gz"
checksum: "md5=8a332eb873e144efcf0bb99ece8e1fd6"
}
</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-hello-world.1.0.0 coq.8.7.1+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.7.1+1).
The following dependencies couldn't be met:
- coq-io-hello-world -> coq-io-system = 2.2.0 -> coq-io-system-ocaml < 2.3.0 -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
- coq-io-hello-world -> coq-io-system = 2.2.0 -> coq < 8.5~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq-io-system 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-io-hello-world.1.0.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.1+1/io-hello-world/1.0.0.html | HTML | mit | 7,093 |
<html>
<head>
<title>g2.html - constraining</title>
<meta charset='utf-8'>
</head>
<body>
<g-2 id='g' width="400" height="300" x0="100" y0="100" cartesian interactive></g-2>
</body>
<script src="../g2.html.js"></script>
<script>
const g2elm = document.getElementById('g');
const A = {x:0,y:0,r:5,fs:'#ccc'},
B = {x:100,y:0,r:5,fs:'orange'},
C = {x:25,y:Math.sqrt(25*75),r:5,fs:'orange'};
function constraining() {
B.y = 0;
B.x = Math.max(B.x,0);
C.x = Math.max(Math.min(C.x,B.x),0);
C.y = Math.sqrt(C.x*(B.x-C.x));
}
g2elm.g.ply({pts:[A,B,C],closed:true,fs:'snow',lw:2,ls:'darkslategray',lj:'round'})
.arc({x:()=>B.x/2,y:0,r:()=>B.x/2,w:0,dw:Math.PI,lw:2,ls:'darkslategray'})
.cir(A)
.cir(B)
.cir(C)
g2elm.addEventListener("tick", constraining, false);
</script>
</html>
| goessner/g2 | sample/g2.element.test4.html | HTML | mit | 895 |
<!DOCTYPE html>
<html>
<head>
<title>Megift App Login</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link href="../../public/css/inventor/animations.min.css" rel="stylesheet" />
<link href="../../public/materialize/css/materialize.min.css" rel="stylesheet" />
<link href="../../public/css/app.min.css" rel="stylesheet" />
</head>
<body class="megift-bg i-ease-in i-1s i-fade-in flow-text" style="overflow:auto">
<div id="login-header" class="container container-fluid ">
<img class="image-center" src="../../public/images/logo.png" />
</div>
<div id="preloader" class="progress-deep-orange progress hidden">
<div class="progress-deep-orange indeterminate"></div>
</div>
<div class="container content-relative m-top-3rem">
<form id="login-form">
<div class="row">
<div class="col s12">
<input id="email-login" type="text" class="input-flat validate" name="email-login" placeholder="Correo Electrónico">
</div>
</div>
<div class="row">
<div class="col s12">
<input id="password-login" type="password" class="input-flat validate" name="password-login" placeholder="Contraseña">
</div>
</div>
<input type="hidden" name="business-type" value="3">
<div class="row">
<div class="col s12">
<button id="submit-form" class="btn btn-flat btn-fluid btn-large btn-megift-green">
Iniciar sesión
</button>
</div>
</div>
</form>
</div>
<div class="m-top-1rem">
<div class="row">
<div class="col s12 m12">
<p>
<a href="signup.html" rel="external" class="btn btn-flat btn-fluid btn-link">
<small class="white-text">Registrarse</small>
</a>
<br />
<a href="recoverpassword.html" rel="external" onclick="window.localStorage.setItem('recovery-password-back','login.html')" class="btn btn-flat btn-fluid btn-link">
<small class="white-text">¿Olvidaste tu contraseña?</small>
</a>
</p>
</div>
</div>
</div>
<!-- Modal Structure -->
<div id="modal-error" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Error!</h4>
<p><strong id="error-msg"></strong>. intentalo nuevamente!</p>
<p>Si el error persiste puedes contactarnos a <span class="red-500-text"><strong>[email protected]</strong></span></p>
</div>
<div class="modal-footer">
<a href="#" class="btn waves-effect waves-green btn-flat modal-action modal-close">Aceptar</a>
</div>
</div>
<script src="../../public/js/jquery.min.js"></script>
<script src="../../public/materialize/js/materialize.min.js"></script>
<script src="../../public/js/inventor/BaseForm.min.js"></script>
<script>
var host = window.localStorage.getItem('host');
document.getElementById('password-login').focus();
/*
* submit form
*/
$("#login-form").submit(function (e) {
e.preventDefault();
var valid = new Array();
var result = false;
//valid email
var email = document.getElementById('email-login');
if (BaseForm.isEmail(email.value)) {
if (email.classList.contains('invalid')) {
email.classList.remove('invalid');
email.classList.add('valid');
}
result = true;
} else {
if (!email.classList.contains('invalid')) {
email.classList.remove('valid');
email.classList.add('invalid');
}
toast('Ingrese un correo válido!', 2000, 'toast-danger');
result = false;
}
valid.push(result ? 1 : 0);
//valid password
var password = document.getElementById('password-login');
if (!BaseForm.isEmpty(password.value)) {
if (password.classList.contains('invalid')) {
password.classList.remove('invalid');
password.classList.add('valid');
}
result = true;
} else {
if (!password.classList.contains('invalid')) {
password.classList.remove('valid');
password.classList.add('invalid');
}
toast('Ingrese su contraseña!', 2000, 'toast-danger');
result = false;
}
valid.push(result ? 1 : 0);
//check validations
var n = valid.length;
var isvalid = true;
var i = 0;
if (n > 0) {
do {
isvalid = valid[i++] > 0;
} while (isvalid && i < n)
}
if (isvalid) {
//send form
$.ajax({
type: 'POST',
url: host + '/signIn',
data: $("#login-form").serialize(),
beforeSend: function () {
showPreloader();
disabledFormControls();
},
success: function (response) {
hiddenPreloader();
enabledFormControls();
if (response > 0) {
window.localStorage.setItem('id-login', response);
window.location = '../../bsp/gift/search-gift.html';
} else {
toast(response, 2000, 'toast-danger');
}
},
error: function (xhr) {
hiddenPreloader();
enabledFormControls();
document.getElementById('error-msg').textContent = xhr.statusText;
$('#modal-error').openModal();
},
timeout: 60000
});
}
});
/*
* Mostrar preloader
*/
function showPreloader() {
var preloader = document.getElementById('preloader');
if (preloader.classList.contains('hidden')) {
preloader.classList.remove('hidden');
}
}
/*
* Esconder preloader
*/
function hiddenPreloader() {
var preloader = document.getElementById('preloader');
if (!preloader.classList.contains('hidden')) {
preloader.classList.add('hidden');
}
}
/*
* disbled Form Controls
*/
function disabledFormControls() {
var submitFormBtn = document.getElementById('submit-form');
submitFormBtn.disabled = true;
}
/*
* Enabled Form Controls
*/
function enabledFormControls() {
var submitFormBtn = document.getElementById('submit-form');
submitFormBtn.disabled = false;
}
</script>
</body>
</html> | yonaxTics/megift-mobile-v0.2 | www/sec/login/login.html | HTML | mit | 7,624 |
<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<TITLE>spirals_in_motion</TITLE>
</HEAD>
<BODY bgcolor="#000000">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="550" HEIGHT="550" id="spirals_in_motion" ALIGN="">
<PARAM NAME=movie VALUE="spirals_in_motion.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src="spirals_in_motion.swf" quality=high bgcolor=#000000 WIDTH="550" HEIGHT="550" NAME="spirals_in_motion" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</BODY>
</HTML>
| danksearle/danwashere | web/flash_files/spirals_in_motion.html | HTML | mit | 803 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Swagger UI</title>
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" />
<link href='css/typography.css' media='screen' rel='stylesheet' type='text/css'/>
<link href='css/reset.css' media='screen' rel='stylesheet' type='text/css'/>
<link href='css/screen.css' media='screen' rel='stylesheet' type='text/css'/>
<link href='css/reset.css' media='print' rel='stylesheet' type='text/css'/>
<link href='css/print.css' media='print' rel='stylesheet' type='text/css'/>
<script src='lib/jquery-1.8.0.min.js' type='text/javascript'></script>
<script src='lib/jquery.slideto.min.js' type='text/javascript'></script>
<script src='lib/jquery.wiggle.min.js' type='text/javascript'></script>
<script src='lib/jquery.ba-bbq.min.js' type='text/javascript'></script>
<script src='lib/handlebars-2.0.0.js' type='text/javascript'></script>
<script src='lib/underscore-min.js' type='text/javascript'></script>
<script src='lib/backbone-min.js' type='text/javascript'></script>
<script src='swagger-ui.js' type='text/javascript'></script>
<script src='lib/highlight.7.3.pack.js' type='text/javascript'></script>
<script src='lib/jsoneditor.min.js' type='text/javascript'></script>
<script src='lib/marked.js' type='text/javascript'></script>
<script src='lib/swagger-oauth.js' type='text/javascript'></script>
<!-- Some basic translations -->
<!-- <script src='lang/translator.js' type='text/javascript'></script> -->
<!-- <script src='lang/ru.js' type='text/javascript'></script> -->
<!-- <script src='lang/en.js' type='text/javascript'></script> -->
<script type="text/javascript">
$(function () {
var url = window.location.search.match(/url=([^&]+)/);
if (url && url.length > 1) {
url = decodeURIComponent(url[1]);
} else {
url = "http://localhost:9000/elaap/static/swagger/swagger.json";
}
// Pre load translate...
if(window.SwaggerTranslator) {
window.SwaggerTranslator.translate();
}
window.swaggerUi = new SwaggerUi({
url: url,
dom_id: "swagger-ui-container",
supportedSubmitMethods: ['get', 'post', 'put', 'delete', 'patch'],
onComplete: function(swaggerApi, swaggerUi){
if(typeof initOAuth == "function") {
initOAuth({
clientId: "your-client-id",
clientSecret: "your-client-secret-if-required",
realm: "your-realms",
appName: "your-app-name",
scopeSeparator: ",",
additionalQueryStringParams: {}
});
}
if(window.SwaggerTranslator) {
window.SwaggerTranslator.translate();
}
$('pre code').each(function(i, e) {
hljs.highlightBlock(e)
});
addApiKeyAuthorization();
},
onFailure: function(data) {
log("Unable to Load SwaggerUI");
},
docExpansion: "none",
jsonEditor: false,
apisSorter: "alpha",
defaultModelRendering: 'schema',
showRequestHeaders: true
});
function addApiKeyAuthorization(){
var key = encodeURIComponent($('#input_apiKey')[0].value);
if(key && key.trim() != "") {
var apiKeyAuth = new SwaggerClient.ApiKeyAuthorization("api_key", key, "query");
window.swaggerUi.api.clientAuthorizations.add("api_key", apiKeyAuth);
log("added key " + key);
}
}
$('#input_apiKey').change(addApiKeyAuthorization);
// if you have an apiKey you would like to pre-populate on the page for demonstration purposes...
/*
var apiKey = "myApiKeyXXXX123456789";
$('#input_apiKey').val(apiKey);
*/
window.swaggerUi.load();
function log() {
if ('console' in window) {
console.log.apply(console, arguments);
}
}
});
</script>
</head>
<body class="swagger-section">
<div id='header'>
<div class="swagger-ui-wrap">
<a id="logo" href="http://swagger.io">swagger</a>
<form id='api_selector'>
<div class='input'><input placeholder="http://example.com/api" id="input_baseUrl" name="baseUrl" type="text"/></div>
<div class='input'><input placeholder="api_key" id="input_apiKey" name="apiKey" type="text"/></div>
<div class='input'><a id="explore" href="#" data-sw-translate>Explore</a></div>
</form>
</div>
</div>
<div id="message-bar" class="swagger-ui-wrap" data-sw-translate> </div>
<div id="swagger-ui-container" class="swagger-ui-wrap"></div>
</body>
</html>
| schlitzered/el_aap | static/swagger/index.html | HTML | mit | 4,755 |
<!DOCTYPE html>
<html lang = "en">
<head>
<title>Vergennes Laundry</title>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<!-- Skeleton links to Google web font Raleway automatically -->
<link type="text/css" rel="stylesheet" href="css/skeleton.css"/>
<link type="text/css" rel="stylesheet" href="css/normalize.css"/>
</head>
<body>
<div id="banner" class="container">
<h1 id="head">Vergennes Laundry</h1>
<div class="row">
<div class="six columns"><a href="index.html">Home</a></div>
<div class="six columns"><a href="sales-data.html">Sales Data</a></div>
</div>
</div>
<!-- <p id="total"></p> -->
<br>
<div class="container">
<form>
<fieldset>
<div class="row">
<!-- <div class="six columns"> -->
<label>New Location Name:</label>
<input id="locName" class="u-full-width" type="text" name="locName" placeholder="Hillsboro" required="required"/>
<!-- </div> -->
</div>
<div class="row">
<div class="three columns">
<label>Minimum pizzas:</label>
<input id="minPizzas" class="u-full-width" type="text" name="minPizzas" placeholder="0"/>
</div>
<div class="three columns">
<label>Maximum pizzas:</label>
<input id="maxPizzas" class="u-full-width" type="text" name="maxPizzas" placeholder="4"/>
</div>
<div class="three columns">
<label>Minimum deliveries:</label>
<input id="minDeliveries" type="text" name="minDeliveries" placeholder="0">
</div>
<div class="three columns">
<label>Maximum deliveries:</label>
<input id="maxDeliveries" type="text" name="maxDeliveries" placeholder="4">
</div>
</div>
<input id="button" class="button-primary" type="submit">
</fieldset>
</form>
<br>
<br>
<br>
</div>
<div class="container" id="parentDiv">
</div>
<div class="container">
<h2>Summary</h2>
<ul id="summary"></ul>
<div id="credits"><p>Images from #vergenneslaundry Instagram and the New York Times<span>©Lizzie Gooding 2016.</span></p></div>
</div>
<script src="compute.js" type="text/javascript"></script>
</body>
</html>
| lizziegooding/Code-Fellows | w2/pizza/sales-data.html | HTML | mit | 2,102 |
{% extends 'bootstrap-base.html' %}
{% block meta %}<!-- block meta -->{% endblock %}
{% block title %} Sign In {% endblock %}
{% block content %}
<div class="container">
<form class="center-block" id="vm-form" role="form" v-on:submit.prevent="submit">
<h2 class="text-center">Please sign in</h2>
<div class="alert alert-danger" role="alert" hidden="hidden">
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
<span class="sr-only">Error:</span>
<span v-text="message"></span>
</div>
<div class="form-group form-group-lg">
<label class="sr-only" for="email">email</label>
<input class="form-control" id="email" name="email" type="email" placeholder="请输入邮箱" v-model="email">
</div>
<div class="form-group form-group-lg">
<label class="sr-only" for="password">password</label>
<input class="form-control" id="password" name="password" type="password" placeholder="请输入密码" v-model="password">
</div>
<div class="form-group">
<button class="btn btn-primary btn-lg btn-block">提交</button>
</div>
</form>
</div>
{% endblock %}
{% block script %}
<script src="/static/js/vue.min.js"></script>
<script src="/static/js/sha1.min.js"></script>
<script src="/static/js/signin.js"></script>
{% endblock %} | moling3650/mblog | www/app/templates/bootstrap-signin.html | HTML | mit | 1,421 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Home</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Home</h1>
<h3> </h3>
<section>
<article><h1>z-math</h1><p><a href="https://travis-ci.org/joshuacaron/z-math"><img src="https://travis-ci.org/joshuacaron/z-math.svg?branch=master" alt="Build Status"></a></p>
<p>A simple module for operations on arbitrarily large integers, because sometimes 64-bit floats don't quite cut it. In future versions, I plan to add support for operations on Z_n (i.e. modular arithmetic and multiplication), as well as some common number theory algorithms such as calculating gcd, lcm, etc.</p>
<h2>Usage</h2><p>To download the package simply run <code>npm install --save z-math</code>. Then just require it into your app like follows, and you are good to go: <code>var integer = require('z-math')</code></p>
<p>Once you have the package imported you can create new integers with the <code>integer(n)</code> command where n is a regular integer in Javascript (technically a floating point number).</p>
<p>To convert an integer, say <code>a</code>, back to a JavaScript float use <code>a.toFloat()</code> or use it in the context of a mathematical operation, e.g. <code>a + 5</code>.</p>
<p>To convert an integer, say <code>b</code>, to a string, use <code>b.toString()</code>, or use it in the context of a string e.g. <code>console.log('The integer is: ' + b)</code></p>
<h2>Operations</h2><p>Then the remaining operations are defined as follows:</p>
<p>Add 2 integers: <code>integer.add(a, b)</code></p>
<p>Subtract 2 integers: <code>integer.subtract(a, b)</code></p>
<p>Multiply 2 integers: <code>integer.multiply(a, b)</code></p>
<p>Get the quotient when dividing 2 integers: <code>integer.quotient(a, b)</code></p>
<p>Get the modulus when dividing 2 integers: <code>integer.mod(a, b)</code></p>
<p>Find a to the power of b: <code>integer.pow(a, b)</code></p>
<p>To test equality/inequality there are a number of functions: <code>integer.greaterThan</code>, <code>integer.lessThan</code>, <code>integer.equal</code>, <code>integer.notEqual</code>, <code>integer.greaterThanEqual</code>, <code>integer.lessThanEqual</code></p>
<p>Note that you can use <code>integer.lte</code> and <code>integer.gte</code> as shortcuts for <code>integer.lessThanEqual</code> and <code>integer.greaterThanEqual</code> respectively.</p>
<p><strong>All of these operations return new integers and leave the original ones untouched.</strong></p></article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-add.html">add</a></li><li><a href="module-compare.html">compare</a></li><li><a href="module-factory.html">factory</a></li><li><a href="module-multiply.html">multiply</a></li></ul>
</nav>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a> on Fri Oct 09 2015 16:15:59 GMT-0400 (EDT)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html> | joshuacaron/z-math | docs/index.html | HTML | mit | 3,535 |
<button class="btn btn-success" xx-click="$ctrl.click()">点击</button>
<form action="" class="form-horizontal">
<datetime-picker ng-model="$ctrl.day" max-date="$ctrl.maxDate" mode="{{$ctrl.mode}}"></datetime-picker>
<p>{{ $ctrl.day }}</p>
<datetime-range ng-model="$ctrl.range" mode="{{$ctrl.mode}}"></datetime-range>
<p>{{ $ctrl.range }}</p>
<formly-form model="$ctrl.model" fields="$ctrl.fields" form="$ctrl.form" options="$ctrl.options">
</formly-form>
</form>
<pre>{{ $ctrl.model | json }}</pre>
<button class="btn btn-primary" ng-click="$ctrl.alert()">打开</button>
<div class="btn btn-primary" ng-click="$ctrl.addInput()">添加一个input</div>
<div class="btn btn-primary" ng-click="$ctrl.removeInput(0)">删除第1个input</div>
| calary/tms | src/tasks/test.component.html | HTML | mit | 762 |
<!DOCTYPE html>
<html xmlns= "http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="css/typo.css" />
<link rel="stylesheet" type="text/css" href="css/tlcl.css" />
<title>TLCL</title>
</head>
<body>
<div id="wrapper" class="typo">
<a href="index.html">Go to Table of Contents</a>
<h1 style="text-align:center">文件系统中跳转</h1><br>
<p>我们需要学习的第一件事(除了打字之外)是如何在 Linux 文件系统中跳转。
在这一章节中,我们将介绍以下命令:</p>
<ul>
<li>
<p>pwd — 打印出当前工作目录名</p>
</li>
<li>
<p>cd — 更改目录</p>
</li>
<li>
<p>ls — 列出目录内容</p>
</li>
</ul>
<h3 id="section">理解文件系统树</h3>
<p>类似于 Windows,一个“类 Unix” 的操作系统,比如说 Linux,以分层目录结构来组织所有文件。
这就意味着所有文件组成了一棵树型目录(有时候在其它系统中叫做文件夹),
这个目录树可能包含文件和其它的目录。文件系统中的第一级目录称为根目录。
根目录包含文件和子目录,子目录包含更多的文件和子目录,依此类推。</p>
<p>不同于 Windows 的是,Windows 每个存储设备都有一个独自的文件系统,类似于 Unix 的操作系统,
比如 Linux,总是有一个单一的文件系统树,不管有多少个磁盘或者存储设备连接到计算机上。
根据系统管理员的兴致,存储设备连接到(或着更精确些,是挂载到)目录树的各个节点上。
系统管理员负责维护系统安全。</p>
<h3 id="section-1">当前工作目录</h3>
<p style="text-align:center"><img src="../images/3.png" alt="file tree" /></p>
<p class="figure">图 1: 显示在文件管理器中的系统文件树</p>
<p>大多数人都可能熟悉图形文件管理器,它描述了文件系统树的结构,正如图1所示。
注意通常,这是一棵倒置的树,也就是说,树根在最上面,而各个枝干在下面展开。</p>
<p>然而,命令行没有图片,所以我们需要考虑用不同的方法,在文件系统树中跳转。</p>
<p>把文件系统想象成一个迷宫形状,就像一棵倒立的大树,我们站在迷宫的中间位置。
在任意时刻,我们处于一个目录里面,我们能看到这个目录包含的所有文件,
以及通往上面目录(父目录)的路径,和下面的各个子目录。我们所在的目录则称为
当前工作目录。我们使用 pwd(打印工作目录)命令,来显示当前工作目录。</p>
<pre><code>[me@linuxbox ~]$ pwd
/home/me
</code></pre>
<p>当我首次登录系统后,(或者启动终端仿真器会话后),当前工作目录是我的主目录。
每个用户都有他自己的主目录,当用户以普通用户的身份操控系统时,主目录是唯一
允许用户编写文件的地方。</p>
<h3 id="section-2">列出目录内容</h3>
<p>列出一个目录包含的文件及子目录,使用 ls 命令。</p>
<pre><code>[me@linuxbox ~]$ ls
Desktop Documents Music Pictures Public Templates Videos
</code></pre>
<p>实际上,用 ls 命令可以列出任一个目录的内容,而不只是当前工作目录的内容。
ls 命令还能完成许多有趣的事情。在下一章节,我们将介绍更多关于 ls 的知识。</p>
<h3 id="section-3">更改当前工作目录</h3>
<p>要更改工作目录(此刻,我们站在树形迷宫里面),我们用 cd 命令。输入 cd,
然后输入你想要的工作目录的路径名,就能实现愿望。路径名就是沿着目录树的分支
到达想要的目录,期间所经过的路线。路径名可通过两种方式来指定,一个是绝对路径,
另一个是相对路径。首先处理绝对路径。</p>
<h3 id="section-4">绝对路径</h3>
<p>绝对路径开始于根目录,紧跟着目录树的一个个分支,一直到达期望的目录或文件。
例如,你的系统中有一个目录,大多数系统程序都安装在这个目录下。这个目录的
路径名是 /usr/bin。它意味着从根目录(用开头的“/”表示)开始,有一个叫 “usr” 的
目录包含了目录 “bin”。</p>
<pre><code>[me@linuxbox ~]$ cd /usr/bin
[me@linuxbox bin]$ pwd
/usr/bin
[me@linuxbox bin]$ ls
...Listing of many, many files ...
</code></pre>
<p>我们把工作目录转到 /usr/bin 目录下,里面装满了文件。注意 shell 提示符是怎样改变的。
为了方便,通常设置提示符自动显示工作目录名。</p>
<h3 id="section-5">相对路径</h3>
<p>绝对路径从根目录开始,直到它的目的地,而相对路径开始于工作目录。
一对特殊符号来表示相对位置,在文件系统树中。这对特殊符号是 “.” (点) 和 “..” (点点)。</p>
<p>符号 “.” 指的是工作目录,”..” 指的是工作目录的父目录。下面的例子说明怎样使用它。
再次更改工作目录到 /usr/bin:</p>
<pre><code>[me@linuxbox ~]$ cd /usr/bin
[me@linuxbox bin]$ pwd
/usr/bin
</code></pre>
<p>好的,比方说更改工作目录到 /usr/bin 的父目录 /usr。可以通过两种方法来实现。或者使用绝对路径名:</p>
<pre><code>[me@linuxbox bin]$ cd /usr
[me@linuxbox usr]$ pwd
/usr
</code></pre>
<p>或者, 使用相对路径:</p>
<pre><code>[me@linuxbox bin]$ cd ..
[me@linuxbox usr]$ pwd
/usr
</code></pre>
<p>两种不同的方法,一样的结果。我们应该选哪一个呢? 输入量最少的那个。</p>
<p>同样地,从目录 /usr/ 到 /usr/bin 也有两种途径。或者使用绝对路径:</p>
<pre><code>[me@linuxbox usr]$ cd /usr/bin
[me@linuxbox bin]$ pwd
/usr/bin
</code></pre>
<p>或者,用相对路径:</p>
<pre><code>[me@linuxbox usr]$ cd ./bin
[me@linuxbox bin]$ pwd
/usr/bin
</code></pre>
<p>有一件很重要的事,我必须指出来。在几乎所有的情况下,你可以省略”./”。它是隐含地。输入:</p>
<pre><code>[me@linuxbox usr]$ cd bin
</code></pre>
<p>实现相同的效果,如果不指定一个文件的目录,那它的工作目录会被假定为当前工作目录。</p>
<h3 id="section-6">有用的快捷键</h3>
<p>在表3-1中,列举出了一些快速改变当前工作目录的有效方法。</p>
<table class="multi">
<caption class="cap">表3-1: cd 快捷键</caption>
<thead>
<tr>
<th class="title">快捷键</th>
<th class="title">运行结果</th>
</tr>
</thead>
<tbody>
<tr>
<td>cd</td>
<td>更改工作目录到主目录。</td>
</tr>
<tr>
<td> cd -</td>
<td> 更改工作目录到先前的工作目录。</td>
</tr>
<tr>
<td id="tdlist">cd ~user_name</td>
<td> 更改工作目录到用户主目录。例如, cd ~bob 会更改工作目录到用户“bob”的主目录。</td>
</tr>
</tbody>
</table>
<div class="single">
<h3>关于文件名的重要规则</h3>
<ol><li><p>以 "." 字符开头的文件名是隐藏文件。这仅表示,ls 命令不能列出它们,
除非使用 ls -a 命令。当你创建帐号后,几个配置帐号的隐藏文件被放置在
你的主目录下。稍后,我们会仔细研究一些隐藏文件,来定制你的系统环境。
另外,一些应用程序也会把它们的配置文件以隐藏文件的形式放在你的主目录下面。</p></li>
<li><p>文件名和命令名是大小写敏感的。文件名 “File1” 和 “file1” 是指两个不同的文件名。</p></li>
<li><p>Linux 没有“文件扩展名”的概念,不像其它一些系统。可以用你喜欢的任何名字
来给文件起名。文件内容或用途由其它方法来决定。虽然类似 Unix 的操作系统,
不用文件扩展名来决定文件的内容或用途,但是应用程序会。</p></li>
<li><p>虽然 Linux 支持长文件名,文件名可能包含空格,标点符号,但标点符号仅限
使用 “.”,“-”,下划线。最重要的是,不要在文件名中使用空格。如果你想表示词与
词间的空格,用下划线字符来代替。过些时候,你会感激自己这样做。</p></li></ol>
</div>
<br />
<a href="index.html" class= "footer" >Go to Table of Contents</a>
</body>
</div>
</html>
| abensu/ab-happy-library | 笔记_the linux comand line/chap03.html | HTML | mit | 8,274 |
<html lang="en">
<head>
<title>V850 Options - Using the GNU Compiler Collection (GCC)</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using the GNU Compiler Collection (GCC)">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Submodel-Options.html#Submodel-Options" title="Submodel Options">
<link rel="prev" href="TILEPro-Options.html#TILEPro-Options" title="TILEPro Options">
<link rel="next" href="VAX-Options.html#VAX-Options" title="VAX Options">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1988-2014 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with the
Invariant Sections being ``Funding Free Software'', the Front-Cover
Texts being (a) (see below), and with the Back-Cover Texts being (b)
(see below). A copy of the license is included in the section entitled
``GNU Free Documentation License''.
(a) The FSF's Front-Cover Text is:
A GNU Manual
(b) The FSF's Back-Cover Text is:
You have freedom to copy and modify this GNU Manual, like GNU
software. Copies published by the Free Software Foundation raise
funds for GNU development.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="V850-Options"></a>
Next: <a rel="next" accesskey="n" href="VAX-Options.html#VAX-Options">VAX Options</a>,
Previous: <a rel="previous" accesskey="p" href="TILEPro-Options.html#TILEPro-Options">TILEPro Options</a>,
Up: <a rel="up" accesskey="u" href="Submodel-Options.html#Submodel-Options">Submodel Options</a>
<hr>
</div>
<h4 class="subsection">3.17.49 V850 Options</h4>
<p><a name="index-V850-Options-2520"></a>
These ‘<samp><span class="samp">-m</span></samp>’ options are defined for V850 implementations:
<dl>
<dt><code>-mlong-calls</code><dt><code>-mno-long-calls</code><dd><a name="index-mlong_002dcalls-2521"></a><a name="index-mno_002dlong_002dcalls-2522"></a>Treat all calls as being far away (near). If calls are assumed to be
far away, the compiler always loads the function's address into a
register, and calls indirect through the pointer.
<br><dt><code>-mno-ep</code><dt><code>-mep</code><dd><a name="index-mno_002dep-2523"></a><a name="index-mep-2524"></a>Do not optimize (do optimize) basic blocks that use the same index
pointer 4 or more times to copy pointer into the <code>ep</code> register, and
use the shorter <code>sld</code> and <code>sst</code> instructions. The <samp><span class="option">-mep</span></samp>
option is on by default if you optimize.
<br><dt><code>-mno-prolog-function</code><dt><code>-mprolog-function</code><dd><a name="index-mno_002dprolog_002dfunction-2525"></a><a name="index-mprolog_002dfunction-2526"></a>Do not use (do use) external functions to save and restore registers
at the prologue and epilogue of a function. The external functions
are slower, but use less code space if more than one function saves
the same number of registers. The <samp><span class="option">-mprolog-function</span></samp> option
is on by default if you optimize.
<br><dt><code>-mspace</code><dd><a name="index-mspace-2527"></a>Try to make the code as small as possible. At present, this just turns
on the <samp><span class="option">-mep</span></samp> and <samp><span class="option">-mprolog-function</span></samp> options.
<br><dt><code>-mtda=</code><var>n</var><dd><a name="index-mtda-2528"></a>Put static or global variables whose size is <var>n</var> bytes or less into
the tiny data area that register <code>ep</code> points to. The tiny data
area can hold up to 256 bytes in total (128 bytes for byte references).
<br><dt><code>-msda=</code><var>n</var><dd><a name="index-msda-2529"></a>Put static or global variables whose size is <var>n</var> bytes or less into
the small data area that register <code>gp</code> points to. The small data
area can hold up to 64 kilobytes.
<br><dt><code>-mzda=</code><var>n</var><dd><a name="index-mzda-2530"></a>Put static or global variables whose size is <var>n</var> bytes or less into
the first 32 kilobytes of memory.
<br><dt><code>-mv850</code><dd><a name="index-mv850-2531"></a>Specify that the target processor is the V850.
<br><dt><code>-mv850e3v5</code><dd><a name="index-mv850e3v5-2532"></a>Specify that the target processor is the V850E3V5. The preprocessor
constant ‘<samp><span class="samp">__v850e3v5__</span></samp>’ is defined if this option is used.
<br><dt><code>-mv850e2v4</code><dd><a name="index-mv850e2v4-2533"></a>Specify that the target processor is the V850E3V5. This is an alias for
the <samp><span class="option">-mv850e3v5</span></samp> option.
<br><dt><code>-mv850e2v3</code><dd><a name="index-mv850e2v3-2534"></a>Specify that the target processor is the V850E2V3. The preprocessor
constant ‘<samp><span class="samp">__v850e2v3__</span></samp>’ is defined if this option is used.
<br><dt><code>-mv850e2</code><dd><a name="index-mv850e2-2535"></a>Specify that the target processor is the V850E2. The preprocessor
constant ‘<samp><span class="samp">__v850e2__</span></samp>’ is defined if this option is used.
<br><dt><code>-mv850e1</code><dd><a name="index-mv850e1-2536"></a>Specify that the target processor is the V850E1. The preprocessor
constants ‘<samp><span class="samp">__v850e1__</span></samp>’ and ‘<samp><span class="samp">__v850e__</span></samp>’ are defined if
this option is used.
<br><dt><code>-mv850es</code><dd><a name="index-mv850es-2537"></a>Specify that the target processor is the V850ES. This is an alias for
the <samp><span class="option">-mv850e1</span></samp> option.
<br><dt><code>-mv850e</code><dd><a name="index-mv850e-2538"></a>Specify that the target processor is the V850E. The preprocessor
constant ‘<samp><span class="samp">__v850e__</span></samp>’ is defined if this option is used.
<p>If neither <samp><span class="option">-mv850</span></samp> nor <samp><span class="option">-mv850e</span></samp> nor <samp><span class="option">-mv850e1</span></samp>
nor <samp><span class="option">-mv850e2</span></samp> nor <samp><span class="option">-mv850e2v3</span></samp> nor <samp><span class="option">-mv850e3v5</span></samp>
are defined then a default target processor is chosen and the
relevant ‘<samp><span class="samp">__v850*__</span></samp>’ preprocessor constant is defined.
<p>The preprocessor constants ‘<samp><span class="samp">__v850</span></samp>’ and ‘<samp><span class="samp">__v851__</span></samp>’ are always
defined, regardless of which processor variant is the target.
<br><dt><code>-mdisable-callt</code><dt><code>-mno-disable-callt</code><dd><a name="index-mdisable_002dcallt-2539"></a><a name="index-mno_002ddisable_002dcallt-2540"></a>This option suppresses generation of the <code>CALLT</code> instruction for the
v850e, v850e1, v850e2, v850e2v3 and v850e3v5 flavors of the v850
architecture.
<p>This option is enabled by default when the RH850 ABI is
in use (see <samp><span class="option">-mrh850-abi</span></samp>), and disabled by default when the
GCC ABI is in use. If <code>CALLT</code> instructions are being generated
then the C preprocessor symbol <code>__V850_CALLT__</code> will be defined.
<br><dt><code>-mrelax</code><dt><code>-mno-relax</code><dd><a name="index-mrelax-2541"></a><a name="index-mno_002drelax-2542"></a>Pass on (or do not pass on) the <samp><span class="option">-mrelax</span></samp> command line option
to the assembler.
<br><dt><code>-mlong-jumps</code><dt><code>-mno-long-jumps</code><dd><a name="index-mlong_002djumps-2543"></a><a name="index-mno_002dlong_002djumps-2544"></a>Disable (or re-enable) the generation of PC-relative jump instructions.
<br><dt><code>-msoft-float</code><dt><code>-mhard-float</code><dd><a name="index-msoft_002dfloat-2545"></a><a name="index-mhard_002dfloat-2546"></a>Disable (or re-enable) the generation of hardware floating point
instructions. This option is only significant when the target
architecture is ‘<samp><span class="samp">V850E2V3</span></samp>’ or higher. If hardware floating point
instructions are being generated then the C preprocessor symbol
<code>__FPU_OK__</code> will be defined, otherwise the symbol
<code>__NO_FPU__</code> will be defined.
<br><dt><code>-mloop</code><dd><a name="index-mloop-2547"></a>Enables the use of the e3v5 LOOP instruction. The use of this
instruction is not enabled by default when the e3v5 architecture is
selected because its use is still experimental.
<br><dt><code>-mrh850-abi</code><dt><code>-mghs</code><dd><a name="index-mrh850_002dabi-2548"></a><a name="index-mghs-2549"></a>Enables support for the RH850 version of the V850 ABI. This is the
default. With this version of the ABI the following rules apply:
<ul>
<li>Integer sized structures and unions are returned via a memory pointer
rather than a register.
<li>Large structures and unions (more than 8 bytes in size) are passed by
value.
<li>Functions are aligned to 16-bit boundaries.
<li>The <samp><span class="option">-m8byte-align</span></samp> command line option is supported.
<li>The <samp><span class="option">-mdisable-callt</span></samp> command line option is enabled by
default. The <samp><span class="option">-mno-disable-callt</span></samp> command line option is not
supported.
</ul>
<p>When this version of the ABI is enabled the C preprocessor symbol
<code>__V850_RH850_ABI__</code> is defined.
<br><dt><code>-mgcc-abi</code><dd><a name="index-mgcc_002dabi-2550"></a>Enables support for the old GCC version of the V850 ABI. With this
version of the ABI the following rules apply:
<ul>
<li>Integer sized structures and unions are returned in register <code>r10</code>.
<li>Large structures and unions (more than 8 bytes in size) are passed by
reference.
<li>Functions are aligned to 32-bit boundaries, unless optimizing for
size.
<li>The <samp><span class="option">-m8byte-align</span></samp> command line option is not supported.
<li>The <samp><span class="option">-mdisable-callt</span></samp> command line option is supported but not
enabled by default.
</ul>
<p>When this version of the ABI is enabled the C preprocessor symbol
<code>__V850_GCC_ABI__</code> is defined.
<br><dt><code>-m8byte-align</code><dt><code>-mno-8byte-align</code><dd><a name="index-m8byte_002dalign-2551"></a><a name="index-mno_002d8byte_002dalign-2552"></a>Enables support for <code>doubles</code> and <code>long long</code> types to be
aligned on 8-byte boundaries. The default is to restrict the
alignment of all objects to at most 4-bytes. When
<samp><span class="option">-m8byte-align</span></samp> is in effect the C preprocessor symbol
<code>__V850_8BYTE_ALIGN__</code> will be defined.
<br><dt><code>-mbig-switch</code><dd><a name="index-mbig_002dswitch-2553"></a>Generate code suitable for big switch tables. Use this option only if
the assembler/linker complain about out of range branches within a switch
table.
<br><dt><code>-mapp-regs</code><dd><a name="index-mapp_002dregs-2554"></a>This option causes r2 and r5 to be used in the code generated by
the compiler. This setting is the default.
<br><dt><code>-mno-app-regs</code><dd><a name="index-mno_002dapp_002dregs-2555"></a>This option causes r2 and r5 to be treated as fixed registers.
</dl>
</body></html>
| trfiladelfo/tdk | gcc-arm-none-eabi/share/doc/gcc-arm-none-eabi/html/gcc/V850-Options.html | HTML | mit | 12,403 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_27) on Thu Jan 23 20:12:04 EST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.lucene.analysis.TokenStream (Lucene 4.6.1 API)</title>
<meta name="date" content="2014-01-23">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.lucene.analysis.TokenStream (Lucene 4.6.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/lucene/analysis//class-useTokenStream.html" target="_top">FRAMES</a></li>
<li><a href="TokenStream.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.lucene.analysis.TokenStream" class="title">Uses of Class<br>org.apache.lucene.analysis.TokenStream</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.lucene.analysis">org.apache.lucene.analysis</a></td>
<td class="colLast">
<div class="block">API and code to convert text into indexable/searchable tokens.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.lucene.document">org.apache.lucene.document</a></td>
<td class="colLast">
<div class="block">The logical representation of a <a href="../../../../../org/apache/lucene/document/Document.html" title="class in org.apache.lucene.document"><code>Document</code></a> for indexing and searching.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.lucene.index">org.apache.lucene.index</a></td>
<td class="colLast">
<div class="block">Code to maintain and access indices.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.lucene.analysis">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a> in <a href="../../../../../org/apache/lucene/analysis/package-summary.html">org.apache.lucene.analysis</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a> in <a href="../../../../../org/apache/lucene/analysis/package-summary.html">org.apache.lucene.analysis</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/lucene/analysis/CachingTokenFilter.html" title="class in org.apache.lucene.analysis">CachingTokenFilter</a></strong></code>
<div class="block">This class can be used if the token attributes of a TokenStream
are intended to be consumed more than once.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/lucene/analysis/NumericTokenStream.html" title="class in org.apache.lucene.analysis">NumericTokenStream</a></strong></code>
<div class="block"><b>Expert:</b> This class provides a <a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis"><code>TokenStream</code></a>
for indexing numeric values that can be used by <a href="../../../../../org/apache/lucene/search/NumericRangeQuery.html" title="class in org.apache.lucene.search"><code>NumericRangeQuery</code></a> or <a href="../../../../../org/apache/lucene/search/NumericRangeFilter.html" title="class in org.apache.lucene.search"><code>NumericRangeFilter</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/lucene/analysis/TokenFilter.html" title="class in org.apache.lucene.analysis">TokenFilter</a></strong></code>
<div class="block">A TokenFilter is a TokenStream whose input is another TokenStream.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/lucene/analysis/Tokenizer.html" title="class in org.apache.lucene.analysis">Tokenizer</a></strong></code>
<div class="block">A Tokenizer is a TokenStream whose input is a Reader.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../org/apache/lucene/analysis/package-summary.html">org.apache.lucene.analysis</a> declared as <a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a></code></td>
<td class="colLast"><span class="strong">TokenFilter.</span><code><strong><a href="../../../../../org/apache/lucene/analysis/TokenFilter.html#input">input</a></strong></code>
<div class="block">The source of tokens for this filter.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a></code></td>
<td class="colLast"><span class="strong">Analyzer.TokenStreamComponents.</span><code><strong><a href="../../../../../org/apache/lucene/analysis/Analyzer.TokenStreamComponents.html#sink">sink</a></strong></code>
<div class="block">Sink tokenstream, such as the outer tokenfilter decorating
the chain.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/lucene/analysis/package-summary.html">org.apache.lucene.analysis</a> that return <a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a></code></td>
<td class="colLast"><span class="strong">Analyzer.TokenStreamComponents.</span><code><strong><a href="../../../../../org/apache/lucene/analysis/Analyzer.TokenStreamComponents.html#getTokenStream()">getTokenStream</a></strong>()</code>
<div class="block">Returns the sink <a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis"><code>TokenStream</code></a></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a></code></td>
<td class="colLast"><span class="strong">Analyzer.</span><code><strong><a href="../../../../../org/apache/lucene/analysis/Analyzer.html#tokenStream(java.lang.String, java.io.Reader)">tokenStream</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> fieldName,
<a href="http://download.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a> reader)</code>
<div class="block">Returns a TokenStream suitable for <code>fieldName</code>, tokenizing
the contents of <code>reader</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a></code></td>
<td class="colLast"><span class="strong">Analyzer.</span><code><strong><a href="../../../../../org/apache/lucene/analysis/Analyzer.html#tokenStream(java.lang.String, java.lang.String)">tokenStream</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> fieldName,
<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> text)</code>
<div class="block">Returns a TokenStream suitable for <code>fieldName</code>, tokenizing
the contents of <code>text</code>.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/lucene/analysis/package-summary.html">org.apache.lucene.analysis</a> with parameters of type <a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/lucene/util/automaton/Automaton.html" title="class in org.apache.lucene.util.automaton">Automaton</a></code></td>
<td class="colLast"><span class="strong">TokenStreamToAutomaton.</span><code><strong><a href="../../../../../org/apache/lucene/analysis/TokenStreamToAutomaton.html#toAutomaton(org.apache.lucene.analysis.TokenStream)">toAutomaton</a></strong>(<a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a> in)</code>
<div class="block">Pulls the graph (including <a href="../../../../../org/apache/lucene/analysis/tokenattributes/PositionLengthAttribute.html" title="interface in org.apache.lucene.analysis.tokenattributes"><code>PositionLengthAttribute</code></a>) from the provided <a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis"><code>TokenStream</code></a>, and creates the corresponding
automaton where arcs are bytes (or Unicode code points
if unicodeArcs = true) from each term.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/lucene/analysis/package-summary.html">org.apache.lucene.analysis</a> with parameters of type <a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/lucene/analysis/Analyzer.TokenStreamComponents.html#Analyzer.TokenStreamComponents(org.apache.lucene.analysis.Tokenizer, org.apache.lucene.analysis.TokenStream)">Analyzer.TokenStreamComponents</a></strong>(<a href="../../../../../org/apache/lucene/analysis/Tokenizer.html" title="class in org.apache.lucene.analysis">Tokenizer</a> source,
<a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a> result)</code>
<div class="block">Creates a new <a href="../../../../../org/apache/lucene/analysis/Analyzer.TokenStreamComponents.html" title="class in org.apache.lucene.analysis"><code>Analyzer.TokenStreamComponents</code></a> instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/lucene/analysis/CachingTokenFilter.html#CachingTokenFilter(org.apache.lucene.analysis.TokenStream)">CachingTokenFilter</a></strong>(<a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a> input)</code>
<div class="block">Create a new CachingTokenFilter around <code>input</code>,
caching its token attributes, which can be replayed again
after a call to <a href="../../../../../org/apache/lucene/analysis/CachingTokenFilter.html#reset()"><code>CachingTokenFilter.reset()</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/lucene/analysis/TokenFilter.html#TokenFilter(org.apache.lucene.analysis.TokenStream)">TokenFilter</a></strong>(<a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a> input)</code>
<div class="block">Construct a token stream filtering the given input.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.lucene.document">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a> in <a href="../../../../../org/apache/lucene/document/package-summary.html">org.apache.lucene.document</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../org/apache/lucene/document/package-summary.html">org.apache.lucene.document</a> declared as <a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a></code></td>
<td class="colLast"><span class="strong">Field.</span><code><strong><a href="../../../../../org/apache/lucene/document/Field.html#tokenStream">tokenStream</a></strong></code>
<div class="block">Pre-analyzed tokenStream for indexed fields; this is
separate from fieldsData because you are allowed to
have both; eg maybe field has a String value but you
customize how it's tokenized</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/lucene/document/package-summary.html">org.apache.lucene.document</a> that return <a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a></code></td>
<td class="colLast"><span class="strong">Field.</span><code><strong><a href="../../../../../org/apache/lucene/document/Field.html#tokenStream(org.apache.lucene.analysis.Analyzer)">tokenStream</a></strong>(<a href="../../../../../org/apache/lucene/analysis/Analyzer.html" title="class in org.apache.lucene.analysis">Analyzer</a> analyzer)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a></code></td>
<td class="colLast"><span class="strong">Field.</span><code><strong><a href="../../../../../org/apache/lucene/document/Field.html#tokenStreamValue()">tokenStreamValue</a></strong>()</code>
<div class="block">The TokenStream for this field to be used when indexing, or null.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/lucene/document/package-summary.html">org.apache.lucene.document</a> with parameters of type <a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Field.</span><code><strong><a href="../../../../../org/apache/lucene/document/Field.html#setTokenStream(org.apache.lucene.analysis.TokenStream)">setTokenStream</a></strong>(<a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a> tokenStream)</code>
<div class="block">Expert: sets the token stream to be used for indexing and causes
isIndexed() and isTokenized() to return true.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../org/apache/lucene/document/package-summary.html">org.apache.lucene.document</a> with parameters of type <a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/lucene/document/Field.html#Field(java.lang.String, org.apache.lucene.analysis.TokenStream)">Field</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name,
<a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a> tokenStream)</code>
<div class="block"><strong>Deprecated.</strong>
<div class="block"><i>Use <a href="../../../../../org/apache/lucene/document/TextField.html" title="class in org.apache.lucene.document"><code>TextField</code></a> instead</i></div>
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/lucene/document/Field.html#Field(java.lang.String, org.apache.lucene.analysis.TokenStream, org.apache.lucene.document.Field.TermVector)">Field</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name,
<a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a> tokenStream,
<a href="../../../../../org/apache/lucene/document/Field.TermVector.html" title="enum in org.apache.lucene.document">Field.TermVector</a> termVector)</code>
<div class="block"><strong>Deprecated.</strong>
<div class="block"><i>Use <a href="../../../../../org/apache/lucene/document/TextField.html" title="class in org.apache.lucene.document"><code>TextField</code></a> instead</i></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/lucene/document/Field.html#Field(java.lang.String, org.apache.lucene.analysis.TokenStream, org.apache.lucene.document.FieldType)">Field</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name,
<a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a> tokenStream,
<a href="../../../../../org/apache/lucene/document/FieldType.html" title="class in org.apache.lucene.document">FieldType</a> type)</code>
<div class="block">Create field with TokenStream value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../org/apache/lucene/document/TextField.html#TextField(java.lang.String, org.apache.lucene.analysis.TokenStream)">TextField</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name,
<a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a> stream)</code>
<div class="block">Creates a new un-stored TextField with TokenStream value.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.lucene.index">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a> in <a href="../../../../../org/apache/lucene/index/package-summary.html">org.apache.lucene.index</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/lucene/index/package-summary.html">org.apache.lucene.index</a> that return <a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">TokenStream</a></code></td>
<td class="colLast"><span class="strong">IndexableField.</span><code><strong><a href="../../../../../org/apache/lucene/index/IndexableField.html#tokenStream(org.apache.lucene.analysis.Analyzer)">tokenStream</a></strong>(<a href="../../../../../org/apache/lucene/analysis/Analyzer.html" title="class in org.apache.lucene.analysis">Analyzer</a> analyzer)</code>
<div class="block">Creates the TokenStream used for indexing this field.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/lucene/analysis/TokenStream.html" title="class in org.apache.lucene.analysis">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/lucene/analysis//class-useTokenStream.html" target="_top">FRAMES</a></li>
<li><a href="TokenStream.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
| OrlandoLee/ForYou | lucene/lib/lucene-4.6.1/docs/core/org/apache/lucene/analysis/class-use/TokenStream.html | HTML | mit | 27,291 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-character: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.0 / mathcomp-character - 1.9.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
mathcomp-character
<small>
1.9.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2021-04-08 21:07:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-08 21:07:48 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq 8.13.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.10.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.1 Official release 4.10.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
name: "coq-mathcomp-character"
version: "1.9.0"
maintainer: "Mathematical Components <[email protected]>"
homepage: "https://math-comp.github.io/"
bug-reports: "https://github.com/math-comp/math-comp/issues"
dev-repo: "git+https://github.com/math-comp/math-comp.git"
license: "CeCILL-B"
build: [ make "-C" "mathcomp/character" "-j" "%{jobs}%" ]
install: [ make "-C" "mathcomp/character" "install" ]
depends: [ "coq-mathcomp-field" { = "1.9.0" } ]
tags: [ "keyword:algebra" "keyword:character" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" "logpath:mathcomp.character" ]
authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Théry <>" "Assia Mahboubi <>" ]
synopsis: "Mathematical Components Library on character theory"
description:"""
This library contains definitions and theorems about group
representations, characters and class functions.
"""
url {
src: "http://github.com/math-comp/math-comp/archive/mathcomp-1.9.0.tar.gz"
checksum: "sha256=fe3d157a4db7e96f39212f76e701a7fc1e3f125c54b8c38f06a6a387eda61c96"
}
</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-mathcomp-character.1.9.0 coq.8.13.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.13.0).
The following dependencies couldn't be met:
- coq-mathcomp-character -> coq-mathcomp-field = 1.9.0 -> coq-mathcomp-solvable = 1.9.0 -> coq-mathcomp-algebra = 1.9.0 -> coq-mathcomp-fingroup = 1.9.0 -> coq-mathcomp-ssreflect = 1.9.0 -> coq < 8.12~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mathcomp-character.1.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.10.1-2.0.6/released/8.13.0/mathcomp-character/1.9.0.html | HTML | mit | 7,925 |
<!DOCTYPE html>
<html>
<head>
<title>Josh's Secret Recipie </title>
<link rel="stylesheet" type="text/css" href="recipe_stylesheet.css">
</head>
<body>
<h1><img src="http://mabuhaycity.com/images/flags/philippines.gif"> Josh's Secret Family Recipie <img src="http://mabuhaycity.com/images/flags/philippines.gif"></h1>
<h2> The Eggroll (Lumpia) </h2>
<img src="https://s-media-cache-ak0.pinimg.com/736x/3c/79/29/3c7929fc33c12e55476dc09265b55e1b.jpg">
<figcaption> Golden crunchy Lumpia served with sweet & sour sauce </figcaption>
<p> An Old family recipie my mother brought back from the Philippines. The most popular Hors d'oeuvre at partys and a holiday favorite.</p>
<main>
<h3> Things You Will Need </h3>
<ul>
<li> <a href="http://www.theauberginechef.com/wp-content/uploads/2012/07/TYJ-Spring-Roll-Wrappers.jpg">TYJ Spring Roll Pastry</a> </li>
<li> 1 Pound Ground Pork </li>
<li> 5 Carrots </li>
<li> 1 <a href="http://i5.walmartimages.com/dfw/dce07b8c-8017/k2-_a67fd4f5-c5e1-4798-861a-ab6bf259ede4.v1.jpg">Can Water Chestnuts</a> </li>
<li>Salt, Black Pepper, Garlic Powder </li>
<li> 2 Eggs </li>
<li> 1L Cooking Oil </li>
<li> Large Cooking Pot </li>
<li> Large Mixing Bowl</li>
</ul>
<h3> How To Make Filling </h3>
<ol>
<li>Finely dice carrots and chestnuts. </li>
<li> Hand mix carrots, chestnuts and ground beef in large mixing bowl. </li>
<li> Add 1 tbsp salt, 1tbsp Black pepper and 1tbps Garlic Powder </li>
<li> Hand work mixture </li>
</ol>
<h3> Rolling Eggrolls </h3>
<p>Easy How to <a href="https://www.youtube.com/watch?v=ItrX-_mMaGw">Video</a> of Rolling Eggrolls </p>
<ol>
<li>Use 2 eggs to create eggwash</li>
<li> Layout square wanton wrapper</li>
<li>Evenly distribute 1/3 cup filling at bottom of roll</li>
<li>Roll up eggroll as if rolling a cigar</li>
<li>Use Egg wash to seal Eggroll close</li>
<li> Cut rolled eggrolls into thirds.
</ol>
<p>Bring 1L cooking oil to 375 degrees. Only fry 6 eggrolls at a time for 5 minutes or untill golden brown. Use tongs to remove cooked eggrolls and let drain in collander.</p>
</main>
</body>
<footer>
<p>Serve Hot and Enjoy!!!</p>
</footer>
</html> | Jmonzon0415/ACLTC | Remote-work/recipe.html | HTML | mit | 2,270 |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>十六</title>
<link rel="stylesheet" href="../css/reveal.css">
<link rel="stylesheet" href="../css/theme/black.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="../lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? '../css/print/pdf.css' : '../css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<style>
a:link {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h1> 十六 </h1>
<h1>性能</h1>
<p>
<small>Created by <a href="http://jinglei.me"> 荆雷 </a> in August 2016</small>
</p>
</section>
<section>
<h2>性能 / Scalability </h2>
<p>伪命题</p>
<p>Product/market fit</p>
<a href="http://coolshell.cn/articles/17381.html"> 性能测试应该怎么做 </a>
</section>
<section>
<h2>扩展 scaling?</h2>
<p>Meteor => Node.js App</p>
<p>单线程,只会使用一颗 CPU</p>
<p>多核服务器 N-1</p>
</section>
<section>
<h2>Scaling</h2>
<ul>
<li>Vertical
<ul>
<li>
<a href="http://highscalability.com/blog/2014/7/21/stackoverflow-update-560m-pageviews-a-month-25-servers-and-i.html">
stackoverflow - 19m pageview/day
</a>
</li>
<li>25 server</li>
<li>384GB RAM for each SQL server</li>
<li>16 GB RAM for web server</li>
</ul>
</li>
<li>Horizontal</li>
<ul>
</section>
<section>
<h2>Cluster 集群</h2>
<ul>
<li>Load balancing
<ul>
<li> meteorhacks:cluster </li>
<li> Nginx </li>
<li> HAProxy </li>
<li> sticky session? </li>
</ul>
</li>
<li>Service discovery</li>
<ul>
</section>
<section>
<h2>Meteor Cluster Solution</h2>
<a href="https://github.com/meteorhacks/cluster"> Github repo </a>
<pre><code class="hljs" data-trim>
meteor add meteorhacks:cluster
# You can use your existing MONGO_URL for this
export CLUSTER_DISCOVERY_URL=mongodb://host:port/db,
# this is the direct URL to your server (it could be a private URL)
export CLUSTER_ENDPOINT_URL=http://ipaddress
# mark your server as a web service (you can set any name for this)
export CLUSTER_SERVICE=web
</code></pre>
</section>
<section>
<h2>数据库</h2>
<ul>
<li> 读 · 写 </li>
<li> DDP 数据发布量 </li>
<li> Query reusable?unique?Meteor de-duplicates </li>
<li> Meteor de-duplicates identical queries automatically </li>
<li> Login? </li>
</ul>
</section>
<section>
<h2>MongoDB</h2>
<p>sharding</p>
<p>读写场景</p>
<p><a href="http://highscalability.com/blog/2014/3/5/10-things-you-should-know-about-running-mongodb-at-scale.html"> read to start </a></p>
</section>
<section>
<h2>Non-Index</h2>
<ul>
<li> Data on hard disk </li>
<li> no order </li>
<li> 遍历 </li>
</ul>
</section>
<section>
<h2>Index</h2>
<ul>
<li> sorted list </li>
<li> index is in memory when use </li>
<li> 需要事先准备 </li>
</ul>
</section>
<section>
<h2>优化 pub</h2>
<p>Index - sorted query</p>
<pre><code class="hljs" data-trim>
Meteor.publish('data', function (arg) {
return Data.find({level: arg});
});
Meteor.startup(function () {
Data._ensureIndex({level: 1});
});
</code></pre>
</section>
<section>
<h2>Cache</h2>
<p>Server cache 客户数据</p>
<p>2 MB*500 = 1 GB</p>
</section>
<section>
<h2>减少数据发布</h2>
<ul>
<li> Field Filtering </li>
<li> 分页,限制数量 </li>
<li> 分批,例如先发 summary </li>
</ul>
</section>
<section>
<h2>利用 mongo 计算提高效率(流量)</h2>
<p><a href="https://docs.mongodb.com/manual/aggregation/">aggregations</a></p>
<p><a href=" https://github.com/percolatestudio/publish-counts/"> publish-counts</a></p>
<pre><code class="hljs" data-trim>
meteor add meteorhacks:aggregate
var result = Posts.aggregate([
{$group: {_id: "$category", count: {$sum: 1}}}
])
</code></pre>
</section>
<section>
<h2>Oplog Tailing</h2>
<p>打开或者关闭 Oplog ?</p>
<ul>
<li> 关闭 -> poll-and-diff/10s, 消耗 CPU O(N<sup><small>2</small></sup>) </li>
<li> 默认打开 -> replica set,update from Mongo </li>
</ul>
</section>
<section>
<h2>When to scale</h2>
<p>100+ concurrent connections</p>
<p>Usually bottleneck is CPU</p>
<p>Horizontal</p>
</section>
<section>
<h2>Meteor Method</h2>
<p>同一个 client 的 method call 是顺序执行的</p>
<p>this.unblock() 可以启动一个 new fiber</p>
</section>
<section>
<h2>监控</h2>
<p><a href="https://kadira.io/">kadira</a> </p>
</section>
<section>
<h2>总结</h2>
<ul>
<li> 动手写 </li>
<li> 读源代码 </li>
<li> 文档 </li>
</ul>
</section>
</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({
history: true,
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: '../plugin/markdown/marked.js' },
{ src: '../plugin/markdown/markdown.js' },
{ src: '../plugin/notes/notes.js', async: true },
{ src: '../plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});
</script>
<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-55732439-5', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
| leijing7/mr-slides | tr1/index16.html | HTML | mit | 7,360 |
<html><body>
<h4>Windows 10 x64 (18362.329)</h4><br>
<h2>_MI_PAGE_COMBINE_STATISTICS</h2>
<font face="arial"> +0x000 PagesScannedActive : Uint8B<br>
+0x008 PagesScannedStandby : Uint8B<br>
+0x010 PagesCombined : Uint8B<br>
+0x018 CombineScanCount : Uint4B<br>
+0x01c CombinedBlocksInUse : Int4B<br>
+0x020 SumCombinedBlocksReferenceCount : Int4B<br>
</font></body></html> | epikcraw/ggool | public/Windows 10 x64 (18362.329)/_MI_PAGE_COMBINE_STATISTICS.html | HTML | mit | 400 |
<!DOCTYPE html>
<html lang="es" ng-app="controlCajaApp">
<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="Control de Caja">
<meta name="author" content="Alberto Basalo">
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
<title>Control de Caja</title>
<!-- Bootstrap core CSS -->
<link href="http://getbootstrap.com/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation" ng-controller="MenuCtrl as menu">
<div class="navbar-inner">
<div class="container">
<ul class="nav navbar-nav">
<li ng-class="{ active: menu.funciones.isActive('/') }">
<a href="#/">Totales</a>
</li>
<li ng-class="{ active: menu.funciones.isActive('/nuevo') }">
<a href="#/nuevo">Nuevo</a>
</li>
<li ng-class="{ active: menu.funciones.isActive('/lista') }">
<a href="#/lista">Lista</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container text-center" style="padding-top:50px;" ng-controller="ControlCajaCtrl as controlCaja">
<section name="total">
<h1>{{ controlCaja.titulo }}</h1>
<p class="lead">Comprueba de dónde viene y a dónde va tu dinero.</p>
<div class="row-fluid">
<div class="row placeholders">
<div class="col-xs-8 col-sm-4 placeholder">
<h1>
<span class="label label-success">
{{ controlCaja.total.ingresos | number:2 }} €
</span>
</h1>
<h4>Total ingresos</h4>
<span class="text-muted">Acumulado</span>
</div>
<div class="col-xs-8 col-sm-4 placeholder">
<h1>
<span class="label label-danger">
{{ controlCaja.total.gastos | number:2 }} €
</span>
</h1>
<h4>Total gastos</h4>
<span class="text-muted">Acumulado</span>
</div>
<div class="col-xs-8 col-sm-4 placeholder">
<h1>
<span class="label " ng-class="{'label-success': controlCaja.funciones.balance()>=0 , 'label-danger' : controlCaja.funciones.balance()<0}">
{{ controlCaja.funciones.balance() | number:2 }} €
</span>
</h1>
<h4>Balance</h4>
<span class="text-muted">Ingresos-Gastos</span>
</div>
</div>
</div>
</section>
<hr>
<section name="nuevoMovimiento" class="row-fluid">
<form class="form-horizontal text-left">
<fieldset>
<div id="legend">
<legend class="">Introduce tus movimientos</legend>
</div>
<div class="row-fluid">
<div class="col-xs-12 col-sm-6">
<div class="control-group">
<label class="control-label" for="tipo">Tipo</label>
<div class="controls">
<div class="btn-group">
<button type="button" class="btn btn-success" ng-class="{'active':controlCaja.nuevoMovimiento.esIngreso==1}" ng-click="controlCaja.nuevoMovimiento.esIngreso=1; controlCaja.nuevoMovimiento.esGasto=0">
<span ng-class="{'small':controlCaja.nuevoMovimiento.esIngreso==0}">+ Ingreso</span>
</button>
<button type="button" class="btn btn-danger" ng-class="{'active':controlCaja.nuevoMovimiento.esGasto==1}" ng-click="controlCaja.nuevoMovimiento.esIngreso=0; controlCaja.nuevoMovimiento.esGasto=1">
<span ng-class="{'small':controlCaja.nuevoMovimiento.esGasto==0}">- Gasto</span>
</button>
</div>
</div>
</div>
<div class="control-group">
<label class="control-label" for="categ">Categoría</label>
<div class="controls">
<select ng-show="controlCaja.nuevoMovimiento.esIngreso" name="categoria" ng-model="controlCaja.nuevoMovimiento.categoria" ng-options="categoria for categoria in controlCaja.maestros.categoriasIngresos"></select>
<select ng-show="controlCaja.nuevoMovimiento.esGasto" name="categoria" ng-model="controlCaja.nuevoMovimiento.categoria" ng-options="categoria for categoria in controlCaja.maestros.categoriasGastos"></select>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6">
<div class="control-group">
<label class="control-label" for="fecha">Fecha</label>
<div class="controls">
<input type="date" name="fecha" placeholder="" class="input" ng-model="controlCaja.nuevoMovimiento.fecha">
</div>
</div>
<div class="control-group">
<label class="control-label" for="importe">Importe</label>
<div class="controls">
<input type="number" name="importe" placeholder="" class="input" ng-model="controlCaja.nuevoMovimiento.importe">
</div>
</div>
</div>
</div>
<div class="text-right">
<button style="margin-top: 20px" type="button" class="btn btn-lg btn-primary" ng-click="controlCaja.funciones.guardarMovimiento()">
<span>Guardar {{ controlCaja.funciones.tipo(controlCaja.nuevoMovimiento) }}</span>
</button>
</div>
</fieldset>
</form>
</section>
<hr>
<section name="Lista">
<p class="lead">Estos son tus movimientos recientes.</p>
<br>
<label class="control-label" for="importe">Filtrar:</label>
<input type="text" name="filtro" placeholder="qué buscas?" class="input" ng-model="valorBuscado">
<table class="table">
<thead>
<tr>
<th><a href="" ng-click="campo = 'fecha'; sentido = campo == 'fecha' && !sentido">Fecha</a>
</th>
<th>Tipo</th>
<th>Categoría</th>
<th><a href="" ng-click="campo = 'importe'; sentido = campo == 'importe' && !sentido">Importe</a>
</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="movimiento in controlCaja.movimientos | filter:valorBuscado | orderBy:campo:sentido">
<td class="text-left">{{movimiento.fecha | date}}</td>
<td class="text-left">{{movimiento.tipo}}</td>
<td class="text-left">{{movimiento.categoria}}</td>
<td class="text-left" ng-class="{'text-success': movimiento.tipo=='Ingreso', 'text-danger' : movimiento.tipo=='Gasto'}">{{movimiento.importe | number:2}} €</td>
</tr>
</tbody>
</table>
</section>
</div>
<!-- JavaScript References -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.17/angular.min.js"></script>
<script src="app.js"></script>
<script src="menuCtrl.js"></script>
<script src="controlCajaCtrl.js"></script>
</body>
</html> | froilanq/CursoAngularJS | 03-Dos-controladores/index.html | HTML | mit | 8,728 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>ImageLoader</title>
</head>
<body>
<style>
html,
body {
padding: 0;
margin: 0;
}
body {
padding: 64px;
}
.image {
width: 100%;
max-width: 100%;
padding-bottom: 56.25%;
background: black;
}
.image[data-imageloader="true"] {
padding-bottom: 0;
}
</style>
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_01.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_02.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_03.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_04.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_05.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_06.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_07.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_08.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_09.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_10.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_11.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_12.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_13.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_14.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_15.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_16.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_17.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_18.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_19.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_20.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_21.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_22.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_23.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_24.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_25.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_26.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_27.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_28.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_29.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_30.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_31.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_32.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_33.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_34.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_35.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_36.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_37.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_38.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_39.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_40.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_41.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_42.png" />
<img class="image" data-src="https://www.kitajchuk.com/assets/img/kickflip/kickflip_43.png" />
<script src="dist/test.js"></script>
</body>
</html>
| ProperJS/ImageLoader | test/index.html | HTML | mit | 5,089 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../../..">Unstable</a></li>
<li><a href=".">8.4.5 / contrib:atbr dev</a></li>
<li class="active"><a href="">2015-02-03 17:41:16</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="../../../../../about.html">About</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href=".">« Up</a>
<h1>
contrib:atbr
<small>
dev
<span class="label label-info">Not compatible with this Coq</span>
</small>
</h1>
<p><em><script>document.write(moment("2015-02-03 17:41:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-02-03 17:41:16 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:atbr/coq:contrib:atbr.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --dry-run coq:contrib:atbr.dev coq.8.4.5</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.5).
The following dependencies couldn't be met:
- coq:contrib:atbr -> coq >= 8.5beta1
Your request can'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:atbr.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>4 s</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> | coq-bench/coq-bench.github.io-old | clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.5/contrib:atbr/dev/2015-02-03_17-41-16.html | HTML | mit | 5,603 |
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
{% if page.title == "Bootstrap" %}
{{ page.title }}
{% else %}
{{ page.title }} · dakhli
{% endif %}
</title>
<link href="{{ page.base_url }}dist/styles/dakhli.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ page.base_url }}assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="{{ page.base_url }}assets/ico/favicon.png">
| a25kk/dakhli | src/dakhli.sitetheme/dakhli/sitetheme/resources/app/_includes/base/head.html | HTML | mit | 801 |
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="http://code.highcharts.com/highcharts.js"></script>
<script src="http://code.highcharts.com/modules/exporting.js"></script>
<style>
body {
background-color: white;
font-family: Helvetica, Verdana, sans-serif;
font-size: 10pt;
}
@media print {
.no-print { display: none; }
}
#plot-wrapper {
display: inline-block;
}
#placeholder {
margin-top: 0.25em;
}
#info-text {
text-align: center;
position: absolute;
z-index: 100;
left: 170px;
color: #bbb;
}
</style>
<script>
$(function () {
var chart;
$(document).ready(function() {
chart = new Highcharts.Chart({
credits: {
enabled: false
},
chart: {
backgroundColor: '#fff',
renderTo: 'placeholder',
type: 'line',
zoomType: 'xy',
height: 500,
width: 600,
spacingTop: 37
},
plotOptions: {
line: {
dashStyle: 'Solid',
marker: {
enabled: false
}
}
},
title: {
text: null
},
xAxis: {
gridLineWidth: 1,
gridLineDashStyle: 'ShortDot',
tickPosition: 'inside',
maxPadding: 0,
lineWidth: 0
},
yAxis: {
gridLineWidth: 1,
gridLineDashStyle: 'ShortDot',
tickPosition: 'inside',
title: {
text: null
}
},
tooltip: {
borderWidth: 1,
formatter: function() {
return 'At time ' + this.x + '<br><b>' + this.series.name
+ '<\/b> = ' + this.y;
}
},
legend: {
borderWidth: 0,
margin: 10,
itemWidth: 140,
itemMarginBottom: 10,
symbolWidth: 45,
symbolPadding: 5,
x: 20
},
exporting: {
buttons: {
exportButton: { y: 5 },
printButton: { y: 5 }
}
},
series: [
{ name: "S1", color: "#4572A7", dashStyle: "Solid", shadow: false, data: [
[0, 1.5],
[0.2, 1.111227330583927],
[0.4, 0.82321744571092],
[0.6, 0.6098544566061525],
[0.8, 0.4517913174013497],
[1., 0.3346952341838271],
[1.2, 0.2479483127815723],
[1.4, 0.1836846241024088],
[1.6, 0.1360769295793713],
[1.8, 0.1008082572744071],
[2., 0.07468059889437932],
[2.2, 0.05532474860914964],
[2.4, 0.04098557881632779],
[2.6, 0.03036286702382149],
[2.8, 0.02249336304512776],
[3., 0.01666349344216473],
[3.2, 0.01234462039498223],
[3.4, 0.009145118726048617],
[3.6, 0.006774871218808455],
[3.8, 0.005018947852975434],
[4., 0.003718127862770429],
[4.2, 0.002754457165507809],
[4.4, 0.002040551829141844],
[4.6, 0.001511678050305621],
[4.8, 0.0011198786761592],
[5., 0.0008296264540947617],
[5.2, 0.0006146024610886552],
[5.4, 0.000455308667752724],
[5.6, 0.0003373009549013234],
[5.8, 0.0002498787149075297],
[6., 0.0001851146838784512],
[6.2, 0.0001371363416233646],
[6.4, 0.0001015930993049854],
[6.6, 0.00007526201442588644],
[6.8, 0.00005575547793286874],
[7., 0.00004130466975751338],
[7.2, 0.00003059925284738089],
[7.4, 0.000022668485253312],
[7.6, 0.00001679322519633939],
[7.8, 0.0000124407284722995],
[8., 9.216317842806932e-6],
[8.2, 6.827615993332411e-6],
[8.4, 5.058022845033414e-6],
[8.6, 3.747075056018991e-6],
[8.8, 2.775901648117506e-6],
[9., 2.056438546141744e-6],
[9.2, 1.523447023864683e-6],
[9.4, 1.128597440954225e-6],
[9.6, 8.360854756772992e-7],
[9.8, 6.193873591662119e-7],
[10., 4.588534807635677e-7]] },
{ name: "S2", color: "#AA4643", dashStyle: "Solid", shadow: false, data: [
[0, 0],
[0.2, 0.3887726694160721],
[0.4, 0.6767825542890794],
[0.6, 0.8901455433938468],
[0.8, 1.048208682598649],
[1., 1.165304765816172],
[1.2, 1.252051687218427],
[1.4, 1.316315375897591],
[1.6, 1.363923070420628],
[1.8, 1.399191742725593],
[2., 1.42531940110562],
[2.2, 1.44467525139085],
[2.4, 1.459014421183672],
[2.6, 1.469637132976178],
[2.8, 1.477506636954872],
[3., 1.483336506557835],
[3.2, 1.487655379605018],
[3.4, 1.490854881273951],
[3.6, 1.493225128781191],
[3.8, 1.494981052147024],
[4., 1.496281872137229],
[4.2, 1.497245542834492],
[4.4, 1.497959448170858],
[4.6, 1.498488321949694],
[4.8, 1.49888012132384],
[5., 1.499170373545904],
[5.2, 1.49938539753891],
[5.4, 1.499544691332246],
[5.6, 1.499662699045098],
[5.8, 1.499750121285092],
[6., 1.499814885316121],
[6.2, 1.499862863658376],
[6.4, 1.499898406900694],
[6.6, 1.499924737985573],
[6.8, 1.499944244522066],
[7., 1.499958695330242],
[7.2, 1.499969400747152],
[7.4, 1.499977331514746],
[7.6, 1.499983206774803],
[7.8, 1.499987559271527],
[8., 1.499990783682157],
[8.2, 1.499993172384006],
[8.4, 1.499994941977155],
[8.6, 1.499996252924944],
[8.8, 1.499997224098352],
[9., 1.499997943561454],
[9.2, 1.499998476552976],
[9.4, 1.499998871402559],
[9.6, 1.499999163914524],
[9.8, 1.499999380612641],
[10., 1.499999541146519]] },
{ name: "S3", color: "#89A54E", dashStyle: "Solid", shadow: false, data: [
[0, 0],
[0.2, 0.03],
[0.4, 0.06000000000000001],
[0.6, 0.09000000000000001],
[0.8, 0.12],
[1., 0.15],
[1.2, 0.18],
[1.4, 0.21],
[1.6, 0.24],
[1.8, 0.27],
[2., 0.2999999999999999],
[2.2, 0.33],
[2.4, 0.3599999999999999],
[2.6, 0.3899999999999999],
[2.8, 0.4199999999999999],
[3., 0.4499999999999999],
[3.2, 0.4799999999999998],
[3.4, 0.5099999999999999],
[3.6, 0.5399999999999999],
[3.8, 0.5699999999999997],
[4., 0.5999999999999998],
[4.2, 0.6299999999999997],
[4.4, 0.6599999999999998],
[4.6, 0.6899999999999997],
[4.8, 0.7199999999999997],
[5., 0.7499999999999997],
[5.2, 0.7799999999999998],
[5.4, 0.8099999999999998],
[5.6, 0.8399999999999995],
[5.8, 0.8699999999999995],
[6., 0.8999999999999995],
[6.2, 0.9299999999999996],
[6.4, 0.9599999999999996],
[6.6, 0.9899999999999995],
[6.8, 1.019999999999999],
[7., 1.049999999999999],
[7.2, 1.079999999999999],
[7.4, 1.109999999999999],
[7.6, 1.139999999999999],
[7.8, 1.169999999999999],
[8., 1.199999999999999],
[8.2, 1.229999999999999],
[8.4, 1.259999999999999],
[8.6, 1.289999999999999],
[8.8, 1.319999999999999],
[9., 1.349999999999999],
[9.2, 1.379999999999999],
[9.4, 1.409999999999999],
[9.6, 1.439999999999999],
[9.8, 1.469999999999999],
[10., 1.499999999999999]] },
{ name: "S4", color: "#80699B", dashStyle: "Solid", shadow: false, data: [
[0, 1.],
[0.2, 1.],
[0.4, 1.],
[0.6, 1.],
[0.8, 1.],
[1., 1.],
[1.2, 1.],
[1.4, 1.],
[1.6, 1.],
[1.8, 1.],
[2., 1.],
[2.2, 1.],
[2.4, 1.],
[2.6, 1.],
[2.8, 1.],
[3., 1.],
[3.2, 1.],
[3.4, 1.],
[3.6, 1.],
[3.8, 1.],
[4., 1.],
[4.2, 1.],
[4.4, 1.],
[4.6, 1.],
[4.8, 1.],
[5., 1.],
[5.2, 1.],
[5.4, 1.],
[5.6, 1.],
[5.8, 1.],
[6., 1.],
[6.2, 1.],
[6.4, 1.],
[6.6, 1.],
[6.8, 1.],
[7., 1.],
[7.2, 1.],
[7.4, 1.],
[7.6, 1.],
[7.8, 1.],
[8., 1.],
[8.2, 1.],
[8.4, 1.],
[8.6, 1.],
[8.8, 1.],
[9., 1.],
[9.2, 1.],
[9.4, 1.],
[9.6, 1.],
[9.8, 1.],
[10., 1.]] }
]
});
});
});
</script>
<div id="plot-wrapper">
<div id="info-text" class="no-print">
Drag the mouse to zoom in on a rectangular region.<br>
Click on variable names in the legend to toggle their visibility.
</div>
<div id="placeholder"></div>
<div id="legend"></div>
</div>
| stanleygu/sbmltest2archive | sbml-test-cases/cases/semantic/00717/00717-plot.html | HTML | mit | 7,562 |
<nav class="navbar navbar-default navbar-static" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<h1><a class="navbar-brand" href="tutorial.html">Kendi Güvenli Bağlantınızı Kurun - kendibaglantim.com</a></h1>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html">Ana Sayfa</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Kurulum Adımları <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="tutorial-1.html">Sunucu Kiralama</a></li>
<li><a href="tutorial-2.html">Sunucu Kurulumu</a></li>
<li><a href="tutorial-2.html">Mac Bilgisayar</a></li>
<li><a href="tutorial-2b.html">Windows Bilgisayar</a></li>
<li><a href="tutorial-5.html">iOS Cihaz</a><li>
<li><a href="tutorial-6.html">Android Cihaz</a><li>
</ul>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav> | ugurarici/kendibaglantim | dev/layouts/header-2.html | HTML | mit | 1,628 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>dpdgraph: 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.9.1 / dpdgraph - 0.6.2</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
dpdgraph
<small>
0.6.2
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-23 15:45:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-23 15:45: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.9.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
license: "LGPL 2.1"
homepage: "https://github.com/karmaki/coq-dpdgraph"
build: [
["./configure"]
["echo" "%{jobs}%" "jobs for the linter"]
[make]
]
bug-reports: "https://github.com/karmaki/coq-dpdgraph/issues"
dev-repo: "git+https://github.com/karmaki/coq-dpdgraph.git"
install: [
[make "install" "BINDIR=%{bin}%"]
]
remove: [
["rm" "%{bin}%/dpd2dot" "%{bin}%/dpdusage"]
["rm" "-R" "%{lib}%/coq/user-contrib/dpdgraph"]
]
depends: [
"ocaml" {< "4.08.0"}
"coq" {>= "8.7" & < "8.8~"}
"ocamlgraph"
]
authors: [ "Anne Pacalet" "Yves Bertot"]
synopsis: "Compute dependencies between Coq objects (definitions, theorems) and produce graphs"
flags: light-uninstall
url {
src:
"https://github.com/Karmaki/coq-dpdgraph/releases/download/v0.6.2/coq-dpdgraph-0.6.2.tgz"
checksum: "md5=495ae6444af63129b5ec0001855228d4"
}
</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-dpdgraph.0.6.2 coq.8.9.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.9.1).
The following dependencies couldn't be met:
- coq-dpdgraph -> coq < 8.8~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-dpdgraph.0.6.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.04.2-2.0.5/released/8.9.1/dpdgraph/0.6.2.html | HTML | mit | 7,046 |
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Learning...always learning">
<meta name="author" content="Pete Considine, SevenLetters, Inc.">
<title>SevenLetters, Inc.</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body class="container-fluid">
<h1 class="page-header">International User Database</h1>
<p class="lead">Enter a country to find which of our users live there.</p>
<div class="col-md-12"><input type="text" id="userCountry" placeholder="enter a country"> </input><button type="submit" name="submit" id="submit">Submit</button></div><br />
<script id="HBtemplate" type="text/x-handlebars-template">
<ul class="small">{{#each users.newData}} <li>{{country}}: {{user.first_name}} {{user.last_name}}, {{user.email}}</li> {{/each}}</ul>
</script>
<div class="jumbotron">
<h3 id="scriptText"></h3>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/handlebars.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>
| pjconsidine/codingclass | getJSON Practice Files/index.html | HTML | mit | 1,475 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AdminLTE 2 | Modals</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Bootstrap 3.3.6 -->
<link rel="stylesheet" href="../../bootstrap/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="../../dist/css/font-awesome.min.css">
<!-- Ionicons -->
<link rel="stylesheet" href="../../dist/css/ionicons.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="../../dist/css/AdminLTE.min.css">
<!-- AdminLTE Skins. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="../../dist/css/skins/all-skins.min.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
.example-modal .modal {
position: relative;
top: auto;
bottom: auto;
right: auto;
left: auto;
display: block;
z-index: 1;
}
.example-modal .modal {
background: transparent !important;
}
</style>
</head>
<body class="hold-transition skin-blue sidebar-mini">
<div class="wrapper">
<header class="main-header">
<!-- Logo -->
<a href="../../index2.html" class="logo">
<!-- mini logo for sidebar mini 50x50 pixels -->
<span class="logo-mini"><b>A</b>LT</span>
<!-- logo for regular state and mobile devices -->
<span class="logo-lg"><b>Admin</b>LTE</span>
</a>
<!-- Header Navbar: style can be found in header.less -->
<nav class="navbar navbar-static-top">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="navbar-custom-menu">
<ul class="nav navbar-nav">
<!-- Messages: style can be found in dropdown.less-->
<li class="dropdown messages-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-envelope-o"></i>
<span class="label label-success">4</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 4 messages</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li><!-- start message -->
<a href="#">
<div class="pull-left">
<img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Support Team
<small><i class="fa fa-clock-o"></i> 5 mins</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<!-- end message -->
<li>
<a href="#">
<div class="pull-left">
<img src="../../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">
</div>
<h4>
AdminLTE Design Team
<small><i class="fa fa-clock-o"></i> 2 hours</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<li>
<a href="#">
<div class="pull-left">
<img src="../../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Developers
<small><i class="fa fa-clock-o"></i> Today</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<li>
<a href="#">
<div class="pull-left">
<img src="../../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Sales Department
<small><i class="fa fa-clock-o"></i> Yesterday</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<li>
<a href="#">
<div class="pull-left">
<img src="../../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Reviewers
<small><i class="fa fa-clock-o"></i> 2 days</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
</ul>
</li>
<li class="footer"><a href="#">See All Messages</a></li>
</ul>
</li>
<!-- Notifications: style can be found in dropdown.less -->
<li class="dropdown notifications-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-bell-o"></i>
<span class="label label-warning">10</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 10 notifications</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li>
<a href="#">
<i class="fa fa-users text-aqua"></i> 5 new members joined today
</a>
</li>
<li>
<a href="#">
<i class="fa fa-warning text-yellow"></i> Very long description here that may not fit into the
page and may cause design problems
</a>
</li>
<li>
<a href="#">
<i class="fa fa-users text-red"></i> 5 new members joined
</a>
</li>
<li>
<a href="#">
<i class="fa fa-shopping-cart text-green"></i> 25 sales made
</a>
</li>
<li>
<a href="#">
<i class="fa fa-user text-red"></i> You changed your username
</a>
</li>
</ul>
</li>
<li class="footer"><a href="#">View all</a></li>
</ul>
</li>
<!-- Tasks: style can be found in dropdown.less -->
<li class="dropdown tasks-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-flag-o"></i>
<span class="label label-danger">9</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 9 tasks</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li><!-- Task item -->
<a href="#">
<h3>
Design some buttons
<small class="pull-right">20%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">20% Complete</span>
</div>
</div>
</a>
</li>
<!-- end task item -->
<li><!-- Task item -->
<a href="#">
<h3>
Create a nice theme
<small class="pull-right">40%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-green" style="width: 40%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">40% Complete</span>
</div>
</div>
</a>
</li>
<!-- end task item -->
<li><!-- Task item -->
<a href="#">
<h3>
Some task I need to do
<small class="pull-right">60%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-red" style="width: 60%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">60% Complete</span>
</div>
</div>
</a>
</li>
<!-- end task item -->
<li><!-- Task item -->
<a href="#">
<h3>
Make beautiful transitions
<small class="pull-right">80%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-yellow" style="width: 80%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">80% Complete</span>
</div>
</div>
</a>
</li>
<!-- end task item -->
</ul>
</li>
<li class="footer">
<a href="#">View all tasks</a>
</li>
</ul>
</li>
<!-- User Account: style can be found in dropdown.less -->
<li class="dropdown user user-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<img src="../../dist/img/user2-160x160.jpg" class="user-image" alt="User Image">
<span class="hidden-xs">Alexander Pierce</span>
</a>
<ul class="dropdown-menu">
<!-- User image -->
<li class="user-header">
<img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
<p>
Alexander Pierce - Web Developer
<small>Member since Nov. 2012</small>
</p>
</li>
<!-- Menu Body -->
<li class="user-body">
<div class="row">
<div class="col-xs-4 text-center">
<a href="#">Followers</a>
</div>
<div class="col-xs-4 text-center">
<a href="#">Sales</a>
</div>
<div class="col-xs-4 text-center">
<a href="#">Friends</a>
</div>
</div>
<!-- /.row -->
</li>
<!-- Menu Footer-->
<li class="user-footer">
<div class="pull-left">
<a href="#" class="btn btn-default btn-flat">Profile</a>
</div>
<div class="pull-right">
<a href="#" class="btn btn-default btn-flat">Sign out</a>
</div>
</li>
</ul>
</li>
</ul>
</div>
</nav>
</header>
<!-- Left side column. contains the logo and sidebar -->
<aside class="main-sidebar">
<!-- sidebar: style can be found in sidebar.less -->
<section class="sidebar">
<!-- Sidebar user panel -->
<div class="user-panel">
<div class="pull-left image">
<img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
</div>
<div class="pull-left info">
<p>Alexander Pierce</p>
<a href="#"><i class="fa fa-circle text-success"></i> Online</a>
</div>
</div>
<!-- search form -->
<form action="#" method="get" class="sidebar-form">
<div class="input-group">
<input type="text" name="q" class="form-control" placeholder="Search...">
<span class="input-group-btn">
<button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i>
</button>
</span>
</div>
</form>
<!-- /.search form -->
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul class="sidebar-menu">
<li class="header">MAIN NAVIGATION</li>
<li class="treeview">
<a href="#">
<i class="fa fa-dashboard"></i> <span>Dashboard</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="../../index.html"><i class="fa fa-circle-o"></i> Dashboard v1</a></li>
<li><a href="../../index2.html"><i class="fa fa-circle-o"></i> Dashboard v2</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-files-o"></i>
<span>Layout Options</span>
<span class="pull-right-container">
<span class="label label-primary pull-right">4</span>
</span>
</a>
<ul class="treeview-menu">
<li><a href="../layout/top-nav.html"><i class="fa fa-circle-o"></i> Top Navigation</a></li>
<li><a href="../layout/boxed.html"><i class="fa fa-circle-o"></i> Boxed</a></li>
<li><a href="../layout/fixed.html"><i class="fa fa-circle-o"></i> Fixed</a></li>
<li><a href="../layout/collapsed-sidebar.html"><i class="fa fa-circle-o"></i> Collapsed Sidebar</a></li>
</ul>
</li>
<li>
<a href="../widgets.html">
<i class="fa fa-th"></i> <span>Widgets</span>
<span class="pull-right-container">
<small class="label pull-right bg-green">new</small>
</span>
</a>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-pie-chart"></i>
<span>Charts</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="../charts/chartjs.html"><i class="fa fa-circle-o"></i> ChartJS</a></li>
<li><a href="../charts/morris.html"><i class="fa fa-circle-o"></i> Morris</a></li>
<li><a href="../charts/flot.html"><i class="fa fa-circle-o"></i> Flot</a></li>
<li><a href="../charts/inline.html"><i class="fa fa-circle-o"></i> Inline charts</a></li>
</ul>
</li>
<li class="treeview active">
<a href="#">
<i class="fa fa-laptop"></i>
<span>UI Elements</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="general.html"><i class="fa fa-circle-o"></i> General</a></li>
<li><a href="icons.html"><i class="fa fa-circle-o"></i> Icons</a></li>
<li><a href="buttons.html"><i class="fa fa-circle-o"></i> Buttons</a></li>
<li><a href="sliders.html"><i class="fa fa-circle-o"></i> Sliders</a></li>
<li><a href="timeline.html"><i class="fa fa-circle-o"></i> Timeline</a></li>
<li class="active"><a href="modals.html"><i class="fa fa-circle-o"></i> Modals</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-edit"></i> <span>Forms</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="../forms/general.html"><i class="fa fa-circle-o"></i> General Elements</a></li>
<li><a href="../forms/advanced.html"><i class="fa fa-circle-o"></i> Advanced Elements</a></li>
<li><a href="../forms/editors.html"><i class="fa fa-circle-o"></i> Editors</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-table"></i> <span>Tables</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="../tables/simple.html"><i class="fa fa-circle-o"></i> Simple tables</a></li>
<li><a href="../tables/data.html"><i class="fa fa-circle-o"></i> Data tables</a></li>
</ul>
</li>
<li>
<a href="../calendar.html">
<i class="fa fa-calendar"></i> <span>Calendar</span>
<span class="pull-right-container">
<small class="label pull-right bg-red">3</small>
<small class="label pull-right bg-blue">17</small>
</span>
</a>
</li>
<li>
<a href="../mailbox/mailbox.html">
<i class="fa fa-envelope"></i> <span>Mailbox</span>
<span class="pull-right-container">
<small class="label pull-right bg-yellow">12</small>
<small class="label pull-right bg-green">16</small>
<small class="label pull-right bg-red">5</small>
</span>
</a>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-folder"></i> <span>Examples</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="../examples/invoice.html"><i class="fa fa-circle-o"></i> Invoice</a></li>
<li><a href="../examples/profile.html"><i class="fa fa-circle-o"></i> Profile</a></li>
<li><a href="../examples/login.html"><i class="fa fa-circle-o"></i> Login</a></li>
<li><a href="../examples/register.html"><i class="fa fa-circle-o"></i> Register</a></li>
<li><a href="../examples/lockscreen.html"><i class="fa fa-circle-o"></i> Lockscreen</a></li>
<li><a href="../examples/404.html"><i class="fa fa-circle-o"></i> 404 Error</a></li>
<li><a href="../examples/500.html"><i class="fa fa-circle-o"></i> 500 Error</a></li>
<li><a href="../examples/blank.html"><i class="fa fa-circle-o"></i> Blank Page</a></li>
<li><a href="../examples/pace.html"><i class="fa fa-circle-o"></i> Pace Page</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-share"></i> <span>Multilevel</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li>
<li>
<a href="#"><i class="fa fa-circle-o"></i> Level One
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="#"><i class="fa fa-circle-o"></i> Level Two</a></li>
<li>
<a href="#"><i class="fa fa-circle-o"></i> Level Two
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li>
<li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li>
</ul>
</li>
<li><a href="../../documentation/index.html"><i class="fa fa-book"></i> <span>Documentation</span></a></li>
<li class="header">LABELS</li>
<li><a href="#"><i class="fa fa-circle-o text-red"></i> <span>Important</span></a></li>
<li><a href="#"><i class="fa fa-circle-o text-yellow"></i> <span>Warning</span></a></li>
<li><a href="#"><i class="fa fa-circle-o text-aqua"></i> <span>Information</span></a></li>
</ul>
</section>
<!-- /.sidebar -->
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
Modals
<small>new</small>
</h1>
<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
<li><a href="#">UI</a></li>
<li class="active">Modals</li>
</ol>
</section>
<!-- Main content -->
<section class="content">
<div class="callout callout-info">
<h4>Reminder!</h4>
Instructions for how to use modals are available on the
<a href="http://getbootstrap.com/javascript/#modals">Bootstrap documentation</a>
</div>
<div class="example-modal">
<div class="modal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span></button>
<h4 class="modal-title">Default Modal</h4>
</div>
<div class="modal-body">
<p>One fine body…</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default pull-left" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
</div>
<!-- /.example-modal -->
<div class="example-modal">
<div class="modal modal-primary">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span></button>
<h4 class="modal-title">Primary Modal</h4>
</div>
<div class="modal-body">
<p>One fine body…</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-outline pull-left" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-outline">Save changes</button>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
</div>
<!-- /.example-modal -->
<div class="example-modal">
<div class="modal modal-info">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span></button>
<h4 class="modal-title">Info Modal</h4>
</div>
<div class="modal-body">
<p>One fine body…</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-outline pull-left" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-outline">Save changes</button>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
</div>
<!-- /.example-modal -->
<div class="example-modal">
<div class="modal modal-warning">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span></button>
<h4 class="modal-title">Warning Modal</h4>
</div>
<div class="modal-body">
<p>One fine body…</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-outline pull-left" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-outline">Save changes</button>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
</div>
<!-- /.example-modal -->
<div class="example-modal">
<div class="modal modal-success">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span></button>
<h4 class="modal-title">Success Modal</h4>
</div>
<div class="modal-body">
<p>One fine body…</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-outline pull-left" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-outline">Save changes</button>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
</div>
<!-- /.example-modal -->
<div class="example-modal">
<div class="modal modal-danger">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span></button>
<h4 class="modal-title">Danger Modal</h4>
</div>
<div class="modal-body">
<p>One fine body…</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-outline pull-left" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-outline">Save changes</button>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
</div>
<!-- /.example-modal -->
</section>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.8
</div>
<strong>Copyright © 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.
</footer>
<!-- Control Sidebar -->
<aside class="control-sidebar control-sidebar-dark">
<!-- Create the tabs -->
<ul class="nav nav-tabs nav-justified control-sidebar-tabs">
<li><a href="#control-sidebar-home-tab" data-toggle="tab"><i class="fa fa-home"></i></a></li>
<li><a href="#control-sidebar-settings-tab" data-toggle="tab"><i class="fa fa-gears"></i></a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<!-- Home tab content -->
<div class="tab-pane" id="control-sidebar-home-tab">
<h3 class="control-sidebar-heading">Recent Activity</h3>
<ul class="control-sidebar-menu">
<li>
<a href="javascript:void(0)">
<i class="menu-icon fa fa-birthday-cake bg-red"></i>
<div class="menu-info">
<h4 class="control-sidebar-subheading">Langdon's Birthday</h4>
<p>Will be 23 on April 24th</p>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)">
<i class="menu-icon fa fa-user bg-yellow"></i>
<div class="menu-info">
<h4 class="control-sidebar-subheading">Frodo Updated His Profile</h4>
<p>New phone +1(800)555-1234</p>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)">
<i class="menu-icon fa fa-envelope-o bg-light-blue"></i>
<div class="menu-info">
<h4 class="control-sidebar-subheading">Nora Joined Mailing List</h4>
<p>[email protected]</p>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)">
<i class="menu-icon fa fa-file-code-o bg-green"></i>
<div class="menu-info">
<h4 class="control-sidebar-subheading">Cron Job 254 Executed</h4>
<p>Execution time 5 seconds</p>
</div>
</a>
</li>
</ul>
<!-- /.control-sidebar-menu -->
<h3 class="control-sidebar-heading">Tasks Progress</h3>
<ul class="control-sidebar-menu">
<li>
<a href="javascript:void(0)">
<h4 class="control-sidebar-subheading">
Custom Template Design
<span class="label label-danger pull-right">70%</span>
</h4>
<div class="progress progress-xxs">
<div class="progress-bar progress-bar-danger" style="width: 70%"></div>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)">
<h4 class="control-sidebar-subheading">
Update Resume
<span class="label label-success pull-right">95%</span>
</h4>
<div class="progress progress-xxs">
<div class="progress-bar progress-bar-success" style="width: 95%"></div>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)">
<h4 class="control-sidebar-subheading">
Laravel Integration
<span class="label label-warning pull-right">50%</span>
</h4>
<div class="progress progress-xxs">
<div class="progress-bar progress-bar-warning" style="width: 50%"></div>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)">
<h4 class="control-sidebar-subheading">
Back End Framework
<span class="label label-primary pull-right">68%</span>
</h4>
<div class="progress progress-xxs">
<div class="progress-bar progress-bar-primary" style="width: 68%"></div>
</div>
</a>
</li>
</ul>
<!-- /.control-sidebar-menu -->
</div>
<!-- /.tab-pane -->
<!-- Stats tab content -->
<div class="tab-pane" id="control-sidebar-stats-tab">Stats Tab Content</div>
<!-- /.tab-pane -->
<!-- Settings tab content -->
<div class="tab-pane" id="control-sidebar-settings-tab">
<form method="post">
<h3 class="control-sidebar-heading">General Settings</h3>
<div class="form-group">
<label class="control-sidebar-subheading">
Report panel usage
<input type="checkbox" class="pull-right" checked>
</label>
<p>
Some information about this general settings option
</p>
</div>
<!-- /.form-group -->
<div class="form-group">
<label class="control-sidebar-subheading">
Allow mail redirect
<input type="checkbox" class="pull-right" checked>
</label>
<p>
Other sets of options are available
</p>
</div>
<!-- /.form-group -->
<div class="form-group">
<label class="control-sidebar-subheading">
Expose author name in posts
<input type="checkbox" class="pull-right" checked>
</label>
<p>
Allow the user to show his name in blog posts
</p>
</div>
<!-- /.form-group -->
<h3 class="control-sidebar-heading">Chat Settings</h3>
<div class="form-group">
<label class="control-sidebar-subheading">
Show me as online
<input type="checkbox" class="pull-right" checked>
</label>
</div>
<!-- /.form-group -->
<div class="form-group">
<label class="control-sidebar-subheading">
Turn off notifications
<input type="checkbox" class="pull-right">
</label>
</div>
<!-- /.form-group -->
<div class="form-group">
<label class="control-sidebar-subheading">
Delete chat history
<a href="javascript:void(0)" class="text-red pull-right"><i class="fa fa-trash-o"></i></a>
</label>
</div>
<!-- /.form-group -->
</form>
</div>
<!-- /.tab-pane -->
</div>
</aside>
<!-- /.control-sidebar -->
<!-- Add the sidebar's background. This div must be placed
immediately after the control sidebar -->
<div class="control-sidebar-bg"></div>
</div>
<!-- ./wrapper -->
<!-- jQuery 2.2.3 -->
<script src="../../plugins/jQuery/jquery-2.2.3.min.js"></script>
<!-- Bootstrap 3.3.6 -->
<script src="../../bootstrap/js/bootstrap.min.js"></script>
<!-- FastClick -->
<script src="../../plugins/fastclick/fastclick.js"></script>
<!-- AdminLTE App -->
<script src="../../dist/js/app.min.js"></script>
<!-- AdminLTE for demo purposes -->
<script src="../../dist/js/demo.js"></script>
</body>
</html>
| weituotian/AdminLTE-With-Iframe | pages/UI/modals.html | HTML | mit | 35,799 |
{% load staticfiles %}
{% load crispy_forms_tags %}
<!DOCTYPE html>
<html>
{% load bootstrap3 %}
<link rel="stylesheet" href="{% static "css/bootstrap.min.css" %}">
<script src="{% static "js/jquery.min.js" %}"></script>
<script src="{% static "js/bootstrap.min.js" %}"></script>
<body>
<div class="container">
<div class = "row">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation"><a href="/">Home</a></li>
<li role="presentation"><a href="/addme">Add Me In</a></li>
<li role="presentation"><a href="/contact">Contact</a></li>
</ul>
</nav>
<h3 class="text-muted">We Help</h3>
</div>
<h2>With every Drop, a Life can be saved</h2>
</div>
<div>
{# <div class = "col-md-4"><div>#}
<div class = "col-md-4">
<span class="input-addon primary"></span>
<form action="" method="POST"> {% csrf_token %}
{% bootstrap_form form %}
<input type="submit" value="I'm Ready to Save a Life"></p>
</form>
</body>
</html>
| Thuruv/pilgrim | blood/templates/add.html | HTML | mit | 1,139 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>concat: 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 / concat - 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>
concat
<small>
8.10.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-20 01:17:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-20 01:17:33 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.8.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "http://logical.inria.fr/~saibi/docCatV6.ps"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ConCaT"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: category theory"
"category: Mathematics/Category Theory"
]
authors: [
"Amokrane Saïbi"
]
bug-reports: "https://github.com/coq-contribs/concat/issues"
dev-repo: "git+https://github.com/coq-contribs/concat.git"
synopsis: "Constructive Category Theory"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/concat/archive/v8.10.0.tar.gz"
checksum: "md5=6127c436068507e75e49c6cda9907414"
}
</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-concat.8.10.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't be met:
- coq-concat -> coq >= 8.10
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-concat.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.06.1-2.0.5/released/8.8.0/concat/8.10.0.html | HTML | mit | 6,630 |
<div class="column">
<div layout="row" layout-align="center center">
<md-button class="md-fab userCls">
</md-button>
</div>
<div layout="column" layout-align="space-between center">
<md-list>
<md-list-item class="list-item-cls">
<i class="material-icons">home</i> <span class=""> Home</span>
</md-list-item>
<md-list-item class="list-item-cls">
<i class="material-icons">work</i> Work
</md-list-item >
<md-list-item class="list-item-cls">
<i class="material-icons">dns</i> Skills
</md-list-item>
<md-list-item class="list-item-cls">
<i class="material-icons">web</i>Project
</md-list-item>
<md-list-item class="list-item-cls">
<i class="material-icons">accessibility</i> Contact
</md-list-item>
</md-list>
</div>
</div>
| shubhamgautam/myprofile | public/modules/core/views/sideNav.client.view.html | HTML | mit | 881 |
<!doctype html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE
The complete set of authors may be found at http://polymer.github.io/AUTHORS
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS
-->
<html>
<head>
<title>paper-icon-button</title>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
<script src="../../webcomponentsjs/webcomponents-lite-61374e53.js"></script>
<link rel="import" href="../../iron-icons/iron-icons.html">
<link rel="import" href="../../paper-styles/color.html">
<link rel="import" href="../../paper-styles/demo-pages.html">
<link rel="import" href="../paper-icon-button.html">
<style is="custom-style">
.horizontal-section {
min-width: 100px;
}
paper-icon-button {
margin-left: 30px;
display: block;
width: 24px;
text-align: center;
}
paper-icon-button.blue {
color: var(--paper-light-blue-500);
}
paper-icon-button.red {
color: var(--paper-red-500);
}
paper-icon-button.orange {
color: var(--paper-orange-500);
}
paper-icon-button.green {
color: var(--paper-green-500);
}
paper-icon-button.blue:hover {
background: var(--paper-light-blue-50);
border-radius: 50%;
}
paper-icon-button.red:hover {
background: var(--paper-red-50);
border-radius: 50%;
}
paper-icon-button.orange:hover {
background: var(--paper-orange-50);
border-radius: 50%;
}
paper-icon-button.green:hover {
background: var(--paper-green-50);
border-radius: 50%;
}
paper-icon-button.huge {
margin-left: 0px;
width: 100px;
--paper-icon-button-ink-color: var(--paper-indigo-500);
}
paper-icon-button.huge::shadow #icon {
width: 100px;
height: 100px;
}
paper-icon-button.huge #icon {
width: 100px;
height: 100px;
}
</style>
</head>
<body onclick="clickAction(event);" unresolved>
<div class="horizontal-section-container">
<div>
<h4>Enabled</h4>
<div class="horizontal-section">
<paper-icon-button icon="menu" alt="menu" title="menu"></paper-icon-button>
<paper-icon-button icon="favorite" alt="heart" title="heart"></paper-icon-button>
<paper-icon-button icon="arrow-back" alt="arrow-back" title="arrow-back"></paper-icon-button>
<paper-icon-button icon="arrow-forward" alt="arrow-forward" title="arrow-forward"></paper-icon-button>
<paper-icon-button icon="clear" alt="clear" title="clear"></paper-icon-button>
<paper-icon-button icon="polymer" alt="polymer" title="polymer"></paper-icon-button>
<paper-icon-button src="https://assets-cdn.github.com/images/modules/logos_page/Octocat.png" alt="octocat" title="octocat"></paper-icon-button>
</div>
</div>
<div>
<h4>Disabled</h4>
<div class="horizontal-section">
<paper-icon-button icon="menu" alt="menu" disabled></paper-icon-button>
<paper-icon-button icon="favorite" alt="heart" disabled></paper-icon-button>
<paper-icon-button icon="arrow-back" alt="arrow-back" disabled></paper-icon-button>
<paper-icon-button icon="arrow-forward" alt="arrow-forward" disabled></paper-icon-button>
<paper-icon-button icon="clear" alt="clear" disabled></paper-icon-button>
<paper-icon-button icon="polymer" alt="polymer" disabled></paper-icon-button>
<paper-icon-button src="https://assets-cdn.github.com/images/modules/logos_page/Octocat.png" alt="octocat" disabled></paper-icon-button>
</div>
</div>
<div>
<h4>Color</h4>
<div class="horizontal-section">
<paper-icon-button icon="menu" alt="menu" class="blue"></paper-icon-button>
<paper-icon-button icon="favorite" alt="heart" class="red"></paper-icon-button>
<paper-icon-button icon="arrow-back" alt="arrow-back" class="orange"></paper-icon-button>
<paper-icon-button icon="arrow-forward" alt="arrow-forward" class="green"></paper-icon-button>
<paper-icon-button icon="clear" alt="clear" class="blue"></paper-icon-button>
<paper-icon-button icon="polymer" alt="polymer" class="red"></paper-icon-button>
<paper-icon-button class="blue" src="https://assets-cdn.github.com/images/modules/logos_page/Octocat.png" alt="octocat"></paper-icon-button>
</div>
</div>
<div>
<h4>Size</h4>
<div class="horizontal-section">
<paper-icon-button icon="favorite" alt="heart" class="huge"></paper-icon-button>
<br><br><br>
<paper-icon-button icon="polymer" alt="polymer" class="huge"></paper-icon-button>
</div>
</div>
</div>
<script>
function clickAction(e) {
var t = e.target;
if (t.localName === 'paper-icon-button') {
if (t.hasAttribute('disabled')) {
console.error('should not be able to click disabled button', t);
} else {
console.log('click', t);
}
}
}
</script>
</body>
</html>
| franklyinc/franklyinc.github.io | bower_components/paper-icon-button/demo/index.html | HTML | mit | 5,624 |
<div class="navbar">
<div class="container">
<a class="navbar-brand" href="/"><img src="./images/newst.png" alt="Suparna" width="150px"></a>
<ul class="nav navbar-nav">
<li class="sep"></li>
<li><a ui-sref="aboutus" class="nav-about" style="color:#000">About Us</a></li>
<li class="sep"></li>
<li><a ui-sref="login" style="color:#000">Log in</a></li>
<li><a href="signup" class="btn signup-link" style="color:#000">Sign up</a></li>
</ul>
</div>
</div>
<header>
<div class="bg"></div>
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="text">
<h1 style="color:#7D8598">Better Tracking For Your Business!</h1>
<p style="color:#4c5869">Suparna helps you to manage delivering paper on time.</p>
</div>
<div class="signup">
<span class="or" style="width: 411px;font-size: 18px;color: #4c5869;margin: 25px 0;font-weight: bold;">Leave your phone number or email to reach you!</span>
<form action="." method="POST"><input type='hidden' name='csrfmiddlewaretoken' value='YBLxvHEbDCYlRQzqxoGEqtKujqBv7Sls' />
<input type="text" name="email" placeholder="Your Email or Phone">
<input type="submit" class="btn" value="Reach Me">
</form>
</div>
</div>
</div>
</div>
</header>
<!--<section ng-controller="HomePageCtrl">-->
<section>
<div class="block">
<div class="container">
<div class="row">
<div class="col l12 m12 s12 column">
<div class="modern-title">
<h2>NEWST OFFERS FOR YOU</h2>
</div>
<div ng-repeat="item in offersList" class="testBlocks">
<!--<a href="<?php echo $URL_PREFIX; ?>/Home/getOfferDetailsById/{{item.offers_Id}}/page">-->
commented by suneel(Angular JS code)
<div>
<!--{{item.offer_desciption}}-->commented by suneel(Angular JS code)
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="work">
<h2>Keep Your Business on Track</h2>
<p class="lead">Suparna enables you to easily track the deliverables and helps in keep better communication with subscribers. We also help in extending good releationship to continue the subscriptions.</p>
<div class="container">
<div class="row">
<div class="col col-xs-4">
<a onclick="showhide_menu('1');" class="nav nav1 active">
<img src="images/icon-share.png" alt="share">
<h4>Subscriber Page</h4>
<p>Suparna gives powerful dashboard to track the paper delivery status, and track complaints.</p>
</a>
</div>
<div class="col col-xs-4">
<a onclick="showhide_menu('2');" class="nav nav2">
<img src="images/icon-box.png" alt="share">
<h4>Tool for Distribution</h4>
<p>Delivery boy and Agent will have power to show their realtime status of work and delvierables.</p>
</a>
</div>
<div class="col col-xs-4">
<a onclick="showhide_menu('3');" class="nav nav3">
<img src="images/icon-inbox.png" alt="share">
<h4>Publisher Dashboard</h4>
<p>With Our tool it's easier to have discussions and keep everyone on the same page, and track the deliveries.</p>
</a>
</div>
</div>
</div>
</section>
<section id="testimonials">
<div class="container">
<h2>Trusted by Smart Companies<br><br></h2>
<div class="container">
<div class="row">
<div class="col col-xs-5">
<div class="row">
<div class="col col-xs-6">
<img src="http://epaper.namasthetelangaana.com/theme/namastetelangana/images/Namasthe-Telangana-Logo.png" height="48" width="222">
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col col-lg-10">
<img src="images/newst.png" alt="Inc" width="100px">
<a href="aboutus.html">About</a>
<a href="/apps/">Apps</a>
<a href="/help/">Help</a>
<a href="/terms/">Terms</a>
<a href="privacyandpolicy.html">Privacy</a>
<a href="contactus.html">Contact Us</a>
</div>
<div class="col col-lg-2">
<span style="white-space: nowrap">© 2016 Suparna Global Technologies. ·</span>
</div>
<div id="socialMediaLinks" class="col col-lg-4">
<a target="_blank" title="link" href="https://www.facebook.com/newstcoin-545526385631812/">
<div class="fbimg"></div>
</a>
<a target="_blank" title="link" href="https://twitter.com/SuparnaGlobal">
<div class="twimg"></div>
</a>
<a target="_blank" title="link" href="#">
<div class="googimg"></div>
</a>
<a target="_blank" title="link" href="#">
<div class="ytimg"></div>
</a>
</div>
</div>
</div>
</footer>
<script type="text/javascript">
$(window).scroll(function() {
if ($(this).scrollTop() > 1) {
$('.navbar').addClass("sticky");
} else {
$('.navbar').removeClass("sticky");
}
});
$(document).ready(function() {
$("#owl-demo").owlCarousel({
autoplay: true,
autoplayTimeout: 2500,
smartSpeed: 2000,
autoplayHoverPause: true,
loop: true,
dots: false,
nav: true,
margin: 0,
mouseDrag: true,
items: 5,
autoHeight: true,
responsive: {
1200: {
items: 5
},
980: {
items: 4
},
768: {
items: 3
},
480: {
items: 2
},
0: {
items: 1
}
}
});
});
</script> | arumallasuneel/SPG | app/home.html | HTML | mit | 7,134 |
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ .message }}</title>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/pure-min.css">
<style>
body {
margin:0px;
padding:0px;
}
.clearfix {
clear:both
}
.message-container {
width: 50%;
height: 50%;
margin: 10% auto;
text-align: center
}
.back-to-home {
width: 100px;
height: 24px;
margin:10px;
float: right;
}
</style>
</head>
<body>
<div class="back-to-home"><a href="/">Home</a></div>
<div class="clearfix"></div>
<div class="message-container">
<p>{{ .message }}</p>
<p>{{if .url }}
<a href="{{ .url }}">Ok</a>
{{end}}
</p>
</div>
</body>
</html> | netroby/daylove | vol/templates/message.html | HTML | mit | 936 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>visualization2</title>
<meta charset="utf-8" />
<link href="/theme/css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="/theme/css/main.css" rel="stylesheet" type="text/css">
<link href="/theme/css/font-awesome.css" rel="stylesheet" type="text/css"/>
<link href="/theme/css/pygment.css" rel="stylesheet" type="text/css"/>
<!--
<link href="/theme/css/cosmo.css" rel="stylesheet" type="text/css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic"
rel="stylesheet" type="text/css"/>
<link href="//fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic"
rel="stylesheet" type="text/css"/>
-->
<script src="/theme/js/jquery-1.11.2.js" type="text/javascript" ></script>
<script src="/theme/js/d3-3.5.17.js" type="text/javascript"></script>
<script src="/theme/js/c3-0.1.33.js" type="text/javascript"></script>
<link href="/theme/css/c3.css" rel="stylesheet" type="text/css">
<link href="/c3/visualization2.css" rel="stylesheet" type="text/css" />
</head>
<body id="index" class="home">
<div class="container" id="bodycontainer">
<div class="container">
<h1><a href="/">Red Heifer <strong></strong></a></h1>
<hr />
<div class="row">
<div class="col-xs-6">
<select id="s1">
<option>-- Choose Country--</option>
<option>Country 1</option>
<option>Country 2</option>
<option>Country 3</option>
<option>Country 4</option>
<option>Country 5</option>
</select>
<select id="s2">
<option>-- Choose Country--</option>
<option>Country 1</option>
<option>Country 2</option>
<option>Country 3</option>
<option>Country 4</option>
<option>Country 5</option>
</select>
<select id="s3">
<option>-- Choose Country--</option>
<option>Country 1</option>
<option>Country 2</option>
<option>Country 3</option>
<option>Country 4</option>
<option>Country 5</option>
</select>
<br />
<br />
<br />
<div id="chart"></div>
</div>
<div class="col-xs-6">
<h2>Line Chart: JSON</h2>
This line chart is created with C3.js, which unfortunately
wants the data formatted somewhat peculiarly.
<br />
<br />
We have data in the following key-value format:
<pre>
{
"Country 1" : [ 6, 5.95, 6.69, 7.47, 3.53, 0.92, 7.21, 4.02, 3.97, 4.18, 4.27],
"Country 2" : [ 7.45, 7.31, 8.69, 8.74, 5.7, -6.15, 4.4, 4.67, 3.8, 2.02, 3.04],
"Country 3" : [ 3.82, 3.06, 2.56, 4.43, 2.2, 1.23, 2.53, 2.4, 3.53, 2.62, 2.58],
"Country 4" : [ 7.58, 8.57, 8.24, 7.54, 4.69, 3.68, 7.62, 6.55, 3.64, 4.02, 4.63],
"Country 5" : [ 6.48, 5.78, 6.1, 6.51, 4.27, 1.15, 8.04, 4.57, 5.51, 4.99, 5.1]
}
</pre>
This visualization/Javascript program parses out the
keys of this JSON object, and appends them to the beginning
of the array. It then feeds those arrays to the C3 visualization.
The final data is in the following format:
<pre>
data : {
columns: [
[ "Country 1", 6, 5.95, 6.69, 7.47, 3.53, 0.92, 7.21, 4.02, 3.97, 4.18, 4.27],
[ "Country 2", 7.45, 7.31, 8.69, 8.74, 5.7, -6.15, 4.4, 4.67, 3.8, 2.02, 3.04],
[ "Country 3", 3.82, 3.06, 2.56, 4.43, 2.2, 1.23, 2.53, 2.4, 3.53, 2.62, 2.58],
[ "Country 4", 7.58, 8.57, 8.24, 7.54, 4.69, 3.68, 7.62, 6.55, 3.64, 4.02, 4.63],
[ "Country 5", 6.48, 5.78, 6.1, 6.51, 4.27, 1.15, 8.04, 4.57, 5.51, 4.99, 5.1]
]
}
</pre> </div>
</div>
<script src="/c3/visualization2.js" type="text/javascript"> </script>
</div>
<footer>
</footer><!-- /#contentinfo -->
</body>
</html> | charlesreid1/red-heifer | docs/c3/visualization2.html | HTML | mit | 3,877 |
<html lang="en">
<head>
<script src="../popup.js"></script>
<style>
body,
body div table {
font-family: "Open Sans", sans-serif;
background-color: #E5E5E5;
font-size: 13px;
text-shadow: 0 1px rgba(255, 255, 255, 0.5);
width: 220px;
height: 120px;
}
#loader {
display: none;
}
input[type="checkbox"], #help {
text-align: right;
}
button, input[type="text"] {
width: 98%;
height: 30px;
}
input[type="checkbox"] {
float: right;
margin: 3px 6px 0 0;
}
#help {
padding: 1px 6px
}
</style>
<title>Search and Replace</title>
</head>
<body>
<div id="loader">
<img src="ajax-loader.gif" width="16" height="16" name="loading" alt="searching and replacing...">
</div>
<div id="content">
<table>
<tr class="first-row">
<td>
<span class="clearable">
<label for="searchTerm">Search for</label>
<input class="data_field" name="searchTerm" id="searchTerm" type="text"/>
</span>
</td>
</tr>
<tr>
<td>
<span class="clearable">
<label for="replaceTerm">Replace with</label>
<input class="data_field" name="replaceTerm" id="replaceTerm" type="text"/>
</span>
</td>
</tr>
<tr>
<td>
<label for="case">Match Case?</label>
<input name="case" id="case" type="checkbox"/>
</td>
</tr>
<tr>
<td>
<label for="inputFieldsOnly">Input fields only?</label>
<input name="inputFieldsOnly" id="inputFieldsOnly" type="checkbox"/>
</td>
</tr>
<tr>
<td>
<label for="visibleOnly">Only change visible content?</label>
<input name="visibleOnly" id="visibleOnly" type="checkbox"/>
</td>
</tr>
<tr>
<td>
<label for="regex">Regular Expression?</label>
<input name="regex" id="regex" type="checkbox"/>
</td>
</tr>
<tr>
<td>
<button id="next">Replace Next</button>
</td>
</tr>
<tr class="last-row">
<td>
<button id="all">Replace All</button>
</td>
</tr>
<tr>
<td>
<div id="help"><a href="#">Help</a></div>
</td>
</tr>
</table>
</div>
</body>
</html> | forgetso/chrome-search-replace | assets/popup.html | HTML | mit | 2,823 |
<!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:00 PDT 2018 -->
<title>BagAttributeFinder</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="BagAttributeFinder";
}
}
catch(err) {
}
//-->
var methods = {"i0":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete 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/res/android/AssetPath.html" title="class in org.robolectric.res.android"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../org/robolectric/res/android/ByteBucketArray.html" title="class in org.robolectric.res.android"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/robolectric/res/android/BagAttributeFinder.html" target="_top">Frames</a></li>
<li><a href="BagAttributeFinder.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.robolectric.res.android</div>
<h2 title="Class BagAttributeFinder" class="title">Class BagAttributeFinder</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.robolectric.res.android.BagAttributeFinder</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">BagAttributeFinder</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"> </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/res/android/BagAttributeFinder.html#BagAttributeFinder-org.robolectric.res.android.ResTable.bag_entry:A-int-">BagAttributeFinder</a></span>(<a href="../../../../org/robolectric/res/android/ResTable.bag_entry.html" title="class in org.robolectric.res.android">ResTable.bag_entry</a>[] bag_entries,
int bagEndIndex)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></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><a href="../../../../org/robolectric/res/android/ResTable.bag_entry.html" title="class in org.robolectric.res.android">ResTable.bag_entry</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/robolectric/res/android/BagAttributeFinder.html#find-int-">find</a></span>(int curIdent)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>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="BagAttributeFinder-org.robolectric.res.android.ResTable.bag_entry:A-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>BagAttributeFinder</h4>
<pre>public BagAttributeFinder(<a href="../../../../org/robolectric/res/android/ResTable.bag_entry.html" title="class in org.robolectric.res.android">ResTable.bag_entry</a>[] bag_entries,
int bagEndIndex)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="find-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>find</h4>
<pre>public <a href="../../../../org/robolectric/res/android/ResTable.bag_entry.html" title="class in org.robolectric.res.android">ResTable.bag_entry</a> find(int curIdent)</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/res/android/AssetPath.html" title="class in org.robolectric.res.android"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../org/robolectric/res/android/ByteBucketArray.html" title="class in org.robolectric.res.android"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/robolectric/res/android/BagAttributeFinder.html" target="_top">Frames</a></li>
<li><a href="BagAttributeFinder.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| robolectric/robolectric.github.io | javadoc/4.0-alpha/org/robolectric/res/android/BagAttributeFinder.html | HTML | mit | 10,128 |
<!doctype html>
<html>
<head>
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Content Manager</title>
</head>
<body>
<!-- Include the script that builds the page and powers Netlify CMS -->
<script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
</body>
</html> | program--/program--.github.io | static/admin/index.html | HTML | mit | 451 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - Mozilla/5.0 (Linux; U; en-us; KFTT Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Silk/3.11 Safari/535.19 Silk-Accelerated=true</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="../circle.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
<h5 class="header light">
Mozilla/5.0 (Linux; U; en-us; KFTT Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Silk/3.11 Safari/535.19 Silk-Accelerated=true
</h5>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>Browscap<br /><small>6014</small><br /><small>vendor/browscap/browscap/tests/fixtures/issues/issue-077.php</small></td><td>Silk 3.11</td><td>WebKit unknown</td><td>Android unknown</td><td style="border-left: 1px solid #555">Amazon</td><td>Kindle Fire HD 7</td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-b3ace57b-0c56-4fa0-aa1d-8ee4ba0e42c7">Detail</a>
<!-- Modal Structure -->
<div id="modal-b3ace57b-0c56-4fa0-aa1d-8ee4ba0e42c7" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Browscap result detail</h4>
<p><pre><code class="php">Array
(
[Comment] => Silk 3.11
[Browser] => Silk
[Browser_Type] => Browser
[Browser_Bits] => 32
[Browser_Maker] => Amazon.com, Inc.
[Browser_Modus] => Desktop Mode
[Version] => 3.11
[MajorVer] => 3
[MinorVer] => 11
[Platform] => Android
[Platform_Version] => unknown
[Platform_Description] => Android OS
[Platform_Bits] => 32
[Platform_Maker] => Google Inc
[Alpha] =>
[Beta] =>
[Win16] =>
[Win32] =>
[Win64] =>
[Frames] => 1
[IFrames] => 1
[Tables] => 1
[Cookies] => 1
[BackgroundSounds] =>
[JavaScript] =>
[VBScript] =>
[JavaApplets] => 1
[ActiveXControls] =>
[isMobileDevice] => 1
[isTablet] => 1
[isSyndicationReader] =>
[Crawler] =>
[isFake] =>
[isAnonymized] =>
[isModified] =>
[CssVersion] => 3
[AolVersion] => 0
[Device_Name] => Kindle Fire HD 7
[Device_Maker] => Amazon.com, Inc.
[Device_Type] => Tablet
[Device_Pointing_Method] => touchscreen
[Device_Code_Name] => KFTT
[Device_Brand_Name] => Amazon
[RenderingEngine_Name] => WebKit
[RenderingEngine_Version] => unknown
[RenderingEngine_Maker] => Apple Inc
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>Silk 3.11</td><td>WebKit </td><td>Android </td><td style="border-left: 1px solid #555">Amazon</td><td>Kindle Fire HD 7</td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.0156</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a>
<!-- Modal Structure -->
<div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapFull result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^mozilla\/5\.0 \(linux; u; .*; kftt build\/.*\) applewebkit\/.* \(khtml,.*like gecko.*\) silk\/3\.11.* safari.*$/
[browser_name_pattern] => mozilla/5.0 (linux; u; *; kftt build/*) applewebkit/* (khtml,*like gecko*) silk/3.11* safari*
[parent] => Silk 3.11
[comment] => Silk 3.11
[browser] => Silk
[browser_type] => Browser
[browser_bits] => 32
[browser_maker] => Amazon.com, Inc.
[browser_modus] => Desktop Mode
[version] => 3.11
[majorver] => 3
[minorver] => 11
[platform] => Android
[platform_version] => unknown
[platform_description] => Android OS
[platform_bits] => 32
[platform_maker] => Google Inc
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] =>
[javascript] =>
[vbscript] =>
[javaapplets] => 1
[activexcontrols] =>
[ismobiledevice] => 1
[istablet] => 1
[issyndicationreader] =>
[crawler] =>
[isfake] =>
[isanonymized] =>
[ismodified] =>
[cssversion] => 3
[aolversion] => 0
[device_name] => Kindle Fire HD 7
[device_maker] => Amazon.com, Inc.
[device_type] => Tablet
[device_pointing_method] => touchscreen
[device_code_name] => KFTT
[device_brand_name] => Amazon
[renderingengine_name] => WebKit
[renderingengine_version] => unknown
[renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.
[renderingengine_maker] => Apple Inc
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td><td>Silk 3.11</td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.0156</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a>
<!-- Modal Structure -->
<div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapPhp result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^mozilla\/5\.0 \(linux; u; .*; kftt build\/.*\) applewebkit\/.* \(khtml,.*like gecko.*\) silk\/3\.11.* safari.*$/
[browser_name_pattern] => mozilla/5.0 (linux; u; *; kftt build/*) applewebkit/* (khtml,*like gecko*) silk/3.11* safari*
[parent] => Silk 3.11
[comment] => Silk 3.11
[browser] => Silk
[browser_type] => unknown
[browser_bits] => 0
[browser_maker] => Amazon.com, Inc.
[browser_modus] => unknown
[version] => 3.11
[majorver] => 3
[minorver] => 11
[platform] => Android
[platform_version] => unknown
[platform_description] => unknown
[platform_bits] => 0
[platform_maker] => unknown
[alpha] => false
[beta] => false
[win16] => false
[win32] => false
[win64] => false
[frames] => false
[iframes] => false
[tables] => false
[cookies] => false
[backgroundsounds] => false
[javascript] => false
[vbscript] => false
[javaapplets] => false
[activexcontrols] => false
[ismobiledevice] => 1
[istablet] => 1
[issyndicationreader] => false
[crawler] =>
[isfake] => false
[isanonymized] => false
[ismodified] => false
[cssversion] => 0
[aolversion] => 0
[device_name] => unknown
[device_maker] => unknown
[device_type] => Tablet
[device_pointing_method] => touchscreen
[device_code_name] => unknown
[device_brand_name] => unknown
[renderingengine_name] => unknown
[renderingengine_version] => unknown
[renderingengine_description] => unknown
[renderingengine_maker] => unknown
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>Silk 3.11</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a>
<!-- Modal Structure -->
<div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] => Kindle Fire
[browser] => Silk
[version] => 3.11
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td>Safari 535.19</td><td><i class="material-icons">close</i></td><td>Linux </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a>
<!-- Modal Structure -->
<div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>JenssegersAgent result detail</h4>
<p><pre><code class="php">Array
(
[browserName] => Safari
[browserVersion] => 535.19
[osName] => Linux
[osVersion] =>
[deviceModel] => Kindle
[isMobile] => 1
[isRobot] =>
[botName] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td>Safari 535.19</td><td><i class="material-icons">close</i></td><td>Linux </td><td style="border-left: 1px solid #555">Amazon</td><td>Kindle Fire HD</td><td>desktop-browser</td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.2652</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a>
<!-- Modal Structure -->
<div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>NeutrinoApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[mobile_screen_height] => 0
[is_mobile] =>
[type] => desktop-browser
[mobile_brand] => Amazon
[mobile_model] => Kindle Fire HD
[version] => 535.19
[is_android] =>
[browser_name] => Safari
[operating_system_family] => Linux
[operating_system_version] =>
[is_ios] =>
[producer] => Apple Inc.
[operating_system] => Linux
[mobile_screen_width] => 0
[mobile_browser] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td>Mobile Silk 3.11</td><td>Blink </td><td>Android </td><td style="border-left: 1px solid #555">Amazon</td><td>Kindle Fire HD</td><td>tablet</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.0156</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a>
<!-- Modal Structure -->
<div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>PiwikDeviceDetector result detail</h4>
<p><pre><code class="php">Array
(
[client] => Array
(
[type] => browser
[name] => Mobile Silk
[short_name] => MS
[version] => 3.11
[engine] => Blink
)
[operatingSystem] => Array
(
[name] => Android
[short_name] => AND
[version] =>
[platform] =>
)
[device] => Array
(
[brand] => KN
[brandName] => Amazon
[model] => Kindle Fire HD
[device] => 2
[deviceName] => tablet
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] =>
[isTablet] => 1
[isTV] =>
[isDesktop] =>
[isMobile] => 1
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td><td>Safari </td><td><i class="material-icons">close</i></td><td>Linux </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-ec1cd248-02b0-457e-8a9d-35bb99af008c">Detail</a>
<!-- Modal Structure -->
<div id="modal-ec1cd248-02b0-457e-8a9d-35bb99af008c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>SinergiBrowserDetector result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Sinergi\BrowserDetector\Browser Object
(
[userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; en-us; KFTT Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Silk/3.11 Safari/535.19 Silk-Accelerated=true
)
[name:Sinergi\BrowserDetector\Browser:private] => Safari
[version:Sinergi\BrowserDetector\Browser:private] => unknown
[isRobot:Sinergi\BrowserDetector\Browser:private] =>
[isChromeFrame:Sinergi\BrowserDetector\Browser:private] =>
[isFacebookWebView:Sinergi\BrowserDetector\Browser:private] =>
[isCompatibilityMode:Sinergi\BrowserDetector\Browser:private] =>
)
[operatingSystem] => Sinergi\BrowserDetector\Os Object
(
[name:Sinergi\BrowserDetector\Os:private] => Linux
[version:Sinergi\BrowserDetector\Os:private] => unknown
[isMobile:Sinergi\BrowserDetector\Os:private] =>
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; en-us; KFTT Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Silk/3.11 Safari/535.19 Silk-Accelerated=true
)
)
[device] => Sinergi\BrowserDetector\Device Object
(
[name:Sinergi\BrowserDetector\Device:private] => unknown
[userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; en-us; KFTT Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Silk/3.11 Safari/535.19 Silk-Accelerated=true
)
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td>Amazon Silk 3.11</td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555">Amazon</td><td>Kindle Fire HD 7"</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a>
<!-- Modal Structure -->
<div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">UAParser\Result\Client Object
(
[ua] => UAParser\Result\UserAgent Object
(
[major] => 3
[minor] => 11
[patch] =>
[family] => Amazon Silk
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] =>
[minor] =>
[patch] =>
[patchMinor] =>
[family] => Android
)
[device] => UAParser\Result\Device Object
(
[brand] => Amazon
[model] => Kindle Fire HD 7"
[family] => Kindle Fire HD
)
[originalUserAgent] => Mozilla/5.0 (Linux; U; en-us; KFTT Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Silk/3.11 Safari/535.19 Silk-Accelerated=true
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td><td>Safari 535.19</td><td>WebKit 535.19</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Desktop</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.1404</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a>
<!-- Modal Structure -->
<div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[platform_name] => Linux
[platform_version] => Linux
[platform_type] => Desktop
[browser_name] => Safari
[browser_version] => 535.19
[engine_name] => WebKit
[engine_version] => 535.19
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentStringCom<br /><small></small><br /></td><td>Safari </td><td><i class="material-icons">close</i></td><td>Linux </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.078</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee">Detail</a>
<!-- Modal Structure -->
<div id="modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentStringCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[agent_type] => Browser
[agent_name] => Safari
[agent_version] => --
[os_type] => Linux
[os_name] => Linux
[os_versionName] =>
[os_versionNumber] =>
[os_producer] =>
[os_producerURL] =>
[linux_distibution] => Null
[agent_language] => English - United States
[agent_languageTag] => en-us
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td>Silk 3.11</td><td>WebKit 535.19</td><td>Fire OS </td><td style="border-left: 1px solid #555">Amazon</td><td>Kindle Fire HD 7"</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.4056</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a>
<!-- Modal Structure -->
<div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhatIsMyBrowserCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[operating_system_name] => Fire OS
[simple_sub_description_string] =>
[simple_browser_string] => Silk 3.1 on Fire OS
[browser_version] => 3.1
[extra_info] => Array
(
)
[operating_platform] => Kindle Fire HD 7"
[extra_info_table] => stdClass Object
(
[System Build] => IML74K
)
[layout_engine_name] => WebKit
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] => silk
[operating_system_version] =>
[simple_operating_platform_string] => Amazon Kindle Fire HD 7"
[is_abusive] =>
[layout_engine_version] => 535.19
[browser_capabilities] => Array
(
[0] => Silk Accelerated
)
[operating_platform_vendor_name] => Amazon
[operating_system] => Fire OS
[operating_system_version_full] =>
[operating_platform_code] =>
[browser_name] => Silk
[operating_system_name_code] => fire-os
[user_agent] => Mozilla/5.0 (Linux; U; en-us; KFTT Build/IML74K) AppleWebKit/535.19 (KHTML, like Gecko) Silk/3.11 Safari/535.19 Silk-Accelerated=true
[browser_version_full] => 3.11
[browser] => Silk 3.1
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td>Silk 3.11</td><td>Webkit 535.19</td><td>FireOS 2</td><td style="border-left: 1px solid #555">Amazon</td><td>Kindle Fire HD</td><td>tablet</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a>
<!-- Modal Structure -->
<div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[name] => Silk
[version] => 3.11
[type] => browser
)
[engine] => Array
(
[name] => Webkit
[version] => 535.19
)
[os] => Array
(
[name] => FireOS
[family] => Android
[version] => 2
)
[device] => Array
(
[type] => tablet
[manufacturer] => Amazon
[model] => Kindle Fire HD
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td><td>Safari </td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>pc</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9">Detail</a>
<!-- Modal Structure -->
<div id="modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Woothee result detail</h4>
<p><pre><code class="php">Array
(
[name] => Safari
[vendor] => Apple
[version] => UNKNOWN
[category] => pc
[os] => Linux
[os_version] => UNKNOWN
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td>Amazon Silk Browser 3.11</td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555">Amazon</td><td>KFTT</td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.0156</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a>
<!-- Modal Structure -->
<div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Wurfl result detail</h4>
<p><pre><code class="php">Array
(
[virtual] => Array
(
[is_android] => true
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => false
[is_largescreen] => true
[is_mobile] => true
[is_robot] => false
[is_smartphone] => false
[is_touchscreen] => true
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => false
[is_html_preferred] => true
[advertised_device_os] => Android
[advertised_device_os_version] =>
[advertised_browser] => Amazon Silk Browser
[advertised_browser_version] => 3.11
[complete_device_name] => Amazon KFTT (Kindle Fire HD 7)
[device_name] => Amazon Kindle Fire HD 7
[form_factor] => Tablet
[is_phone] => false
[is_app_webview] => false
)
[all] => Array
(
[brand_name] => Amazon
[model_name] => KFTT
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => true
[device_claims_web_support] => false
[has_qwerty_keyboard] => true
[can_skip_aligned_link_row] => true
[uaprof] =>
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 0
[nokia_edition] => 0
[device_os] => Android
[mobile_browser] => Android Webkit
[mobile_browser_version] =>
[device_os_version] => 4.0
[pointing_method] => touchscreen
[release_date] => 2012_september
[marketing_name] => Kindle Fire HD 7
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => false
[is_tablet] => true
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => false
[built_in_back_button_support] => false
[card_title_support] => true
[softkey_support] => false
[table_support] => true
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => true
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => true
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => true
[wizards_recommended] => false
[image_as_link_support] => false
[insert_br_element_after_widget_recommended] => false
[wml_can_display_images_and_text_on_same_line] => false
[wml_displays_image_in_center] => false
[opwv_wml_extensions_support] => false
[wml_make_phone_call_string] => wtai://wp/mc;
[chtml_display_accesskey] => false
[emoji] => false
[chtml_can_display_images_and_text_on_same_line] => false
[chtml_displays_image_in_center] => false
[imode_region] => none
[chtml_make_phone_call_string] => tel:
[chtml_table_support] => false
[xhtml_honors_bgcolor] => true
[xhtml_supports_forms_in_table] => true
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => false
[xhtml_select_as_radiobutton] => false
[xhtml_select_as_popup] => false
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => true
[xhtml_supports_css_cell_table_coloring] => true
[xhtml_format_as_css_property] => true
[xhtml_format_as_attribute] => false
[xhtml_nowrap_mode] => false
[xhtml_marquee_as_css_property] => true
[xhtml_readable_background_color1] => #FFFFFF
[xhtml_readable_background_color2] => #FFFFFF
[xhtml_allows_disabled_form_elements] => false
[xhtml_document_title_support] => true
[xhtml_preferred_charset] => utf8
[opwv_xhtml_extensions_support] => false
[xhtml_make_phone_call_string] => none
[xhtmlmp_preferred_mime_type] => text/html
[xhtml_table_support] => true
[xhtml_send_sms_string] => none
[xhtml_send_mms_string] => none
[xhtml_file_upload] => not_supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => full
[xhtml_avoid_accesskeys] => true
[xhtml_can_embed_video] => play_and_stop
[ajax_support_javascript] => true
[ajax_manipulate_css] => true
[ajax_support_getelementbyid] => true
[ajax_support_inner_html] => true
[ajax_xhr_type] => standard
[ajax_manipulate_dom] => true
[ajax_support_events] => true
[ajax_support_event_listener] => true
[ajax_preferred_geoloc_api] => w3c_api
[xhtml_support_level] => 1
[preferred_markup] => html_web_4_0
[wml_1_1] => true
[wml_1_2] => true
[wml_1_3] => true
[html_wi_w3_xhtmlbasic] => true
[html_wi_oma_xhtmlmp_1_0] => false
[html_wi_imode_html_1] => false
[html_wi_imode_html_2] => false
[html_wi_imode_html_3] => false
[html_wi_imode_html_4] => false
[html_wi_imode_html_5] => false
[html_wi_imode_htmlx_1] => false
[html_wi_imode_htmlx_1_1] => false
[html_wi_imode_compact_generic] => false
[html_web_3_2] => true
[html_web_4_0] => true
[voicexml] => false
[multipart_support] => false
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 800
[resolution_height] => 1280
[columns] => 80
[max_image_width] => 480
[max_image_height] => 800
[rows] => 100
[physical_screen_width] => 95
[physical_screen_height] => 151
[dual_orientation] => true
[density_class] => 1.5
[wbmp] => true
[bmp] => false
[epoc_bmp] => false
[gif_animated] => false
[jpg] => false
[png] => false
[tiff] => false
[transparent_png_alpha] => false
[transparent_png_index] => false
[svgt_1_1] => false
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 256
[webp_lossy_support] => false
[webp_lossless_support] => false
[post_method_support] => true
[basic_authentication_support] => true
[empty_option_value_support] => true
[emptyok] => false
[nokia_voice_call] => false
[wta_voice_call] => false
[wta_phonebook] => false
[wta_misc] => false
[wta_pdc] => false
[https_support] => true
[phone_id_provided] => false
[max_data_rate] => 7200
[wifi] => true
[sdio] => false
[vpn] => false
[has_cellular_radio] => false
[max_deck_size] => 100000
[max_url_length_in_requests] => 128
[max_url_length_homepage] => 0
[max_url_length_bookmark] => 0
[max_url_length_cached_page] => 0
[max_no_of_connection_settings] => 0
[max_no_of_bookmarks] => 0
[max_length_of_username] => 0
[max_length_of_password] => 0
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => false
[inline_support] => false
[oma_support] => false
[ringtone] => false
[ringtone_3gpp] => false
[ringtone_midi_monophonic] => false
[ringtone_midi_polyphonic] => false
[ringtone_imelody] => false
[ringtone_digiplug] => false
[ringtone_compactmidi] => false
[ringtone_mmf] => false
[ringtone_rmf] => false
[ringtone_xmf] => false
[ringtone_amr] => false
[ringtone_awb] => false
[ringtone_aac] => false
[ringtone_wav] => false
[ringtone_mp3] => false
[ringtone_spmidi] => false
[ringtone_qcelp] => false
[ringtone_voices] => 1
[ringtone_df_size_limit] => 0
[ringtone_directdownload_size_limit] => 0
[ringtone_inline_size_limit] => 0
[ringtone_oma_size_limit] => 0
[wallpaper] => false
[wallpaper_max_width] => 0
[wallpaper_max_height] => 0
[wallpaper_preferred_width] => 0
[wallpaper_preferred_height] => 0
[wallpaper_resize] => none
[wallpaper_wbmp] => false
[wallpaper_bmp] => false
[wallpaper_gif] => false
[wallpaper_jpg] => false
[wallpaper_png] => false
[wallpaper_tiff] => false
[wallpaper_greyscale] => false
[wallpaper_colors] => 2
[wallpaper_df_size_limit] => 0
[wallpaper_directdownload_size_limit] => 0
[wallpaper_inline_size_limit] => 0
[wallpaper_oma_size_limit] => 0
[screensaver] => false
[screensaver_max_width] => 0
[screensaver_max_height] => 0
[screensaver_preferred_width] => 0
[screensaver_preferred_height] => 0
[screensaver_resize] => none
[screensaver_wbmp] => false
[screensaver_bmp] => false
[screensaver_gif] => false
[screensaver_jpg] => false
[screensaver_png] => false
[screensaver_greyscale] => false
[screensaver_colors] => 2
[screensaver_df_size_limit] => 0
[screensaver_directdownload_size_limit] => 0
[screensaver_inline_size_limit] => 0
[screensaver_oma_size_limit] => 0
[picture] => false
[picture_max_width] => 0
[picture_max_height] => 0
[picture_preferred_width] => 0
[picture_preferred_height] => 0
[picture_resize] => none
[picture_wbmp] => false
[picture_bmp] => false
[picture_gif] => false
[picture_jpg] => false
[picture_png] => false
[picture_greyscale] => false
[picture_colors] => 2
[picture_df_size_limit] => 0
[picture_directdownload_size_limit] => 0
[picture_inline_size_limit] => 0
[picture_oma_size_limit] => 0
[video] => false
[oma_v_1_0_forwardlock] => false
[oma_v_1_0_combined_delivery] => false
[oma_v_1_0_separate_delivery] => false
[streaming_video] => true
[streaming_3gpp] => true
[streaming_mp4] => true
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => 10
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => 2
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => 1.2
[streaming_acodec_amr] => nb
[streaming_acodec_aac] => lc
[streaming_wmv] => none
[streaming_preferred_protocol] => rtsp
[streaming_preferred_http_protocol] => progressive_download
[wap_push_support] => false
[connectionless_service_indication] => false
[connectionless_service_load] => false
[connectionless_cache_operation] => false
[connectionoriented_unconfirmed_service_indication] => false
[connectionoriented_unconfirmed_service_load] => false
[connectionoriented_unconfirmed_cache_operation] => false
[connectionoriented_confirmed_service_indication] => false
[connectionoriented_confirmed_service_load] => false
[connectionoriented_confirmed_cache_operation] => false
[utf8_support] => false
[ascii_support] => false
[iso8859_support] => false
[expiration_date] => false
[j2me_cldc_1_0] => false
[j2me_cldc_1_1] => false
[j2me_midp_1_0] => false
[j2me_midp_2_0] => false
[doja_1_0] => false
[doja_1_5] => false
[doja_2_0] => false
[doja_2_1] => false
[doja_2_2] => false
[doja_3_0] => false
[doja_3_5] => false
[doja_4_0] => false
[j2me_jtwi] => false
[j2me_mmapi_1_0] => false
[j2me_mmapi_1_1] => false
[j2me_wmapi_1_0] => false
[j2me_wmapi_1_1] => false
[j2me_wmapi_2_0] => false
[j2me_btapi] => false
[j2me_3dapi] => false
[j2me_locapi] => false
[j2me_nokia_ui] => false
[j2me_motorola_lwt] => false
[j2me_siemens_color_game] => false
[j2me_siemens_extension] => false
[j2me_heap_size] => 0
[j2me_max_jar_size] => 0
[j2me_storage_size] => 0
[j2me_max_record_store_size] => 0
[j2me_screen_width] => 0
[j2me_screen_height] => 0
[j2me_canvas_width] => 0
[j2me_canvas_height] => 0
[j2me_bits_per_pixel] => 0
[j2me_audio_capture_enabled] => false
[j2me_video_capture_enabled] => false
[j2me_photo_capture_enabled] => false
[j2me_capture_image_formats] => none
[j2me_http] => false
[j2me_https] => false
[j2me_socket] => false
[j2me_udp] => false
[j2me_serial] => false
[j2me_gif] => false
[j2me_gif89a] => false
[j2me_jpg] => false
[j2me_png] => false
[j2me_bmp] => false
[j2me_bmp3] => false
[j2me_wbmp] => false
[j2me_midi] => false
[j2me_wav] => false
[j2me_amr] => false
[j2me_mp3] => false
[j2me_mp4] => false
[j2me_imelody] => false
[j2me_rmf] => false
[j2me_au] => false
[j2me_aac] => false
[j2me_realaudio] => false
[j2me_xmf] => false
[j2me_wma] => false
[j2me_3gpp] => false
[j2me_h263] => false
[j2me_svgt] => false
[j2me_mpeg4] => false
[j2me_realvideo] => false
[j2me_real8] => false
[j2me_realmedia] => false
[j2me_left_softkey_code] => 0
[j2me_right_softkey_code] => 0
[j2me_middle_softkey_code] => 0
[j2me_select_key_code] => 0
[j2me_return_key_code] => 0
[j2me_clear_key_code] => 0
[j2me_datefield_no_accepts_null_date] => false
[j2me_datefield_broken] => false
[receiver] => false
[sender] => false
[mms_max_size] => 0
[mms_max_height] => 0
[mms_max_width] => 0
[built_in_recorder] => false
[built_in_camera] => false
[mms_jpeg_baseline] => false
[mms_jpeg_progressive] => false
[mms_gif_static] => false
[mms_gif_animated] => false
[mms_png] => false
[mms_bmp] => false
[mms_wbmp] => false
[mms_amr] => false
[mms_wav] => false
[mms_midi_monophonic] => false
[mms_midi_polyphonic] => false
[mms_midi_polyphonic_voices] => 0
[mms_spmidi] => false
[mms_mmf] => false
[mms_mp3] => false
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => false
[mms_nokia_operatorlogo] => false
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => false
[mms_rmf] => false
[mms_xmf] => false
[mms_symbian_install] => false
[mms_jar] => false
[mms_jad] => false
[mms_vcard] => false
[mms_vcalendar] => false
[mms_wml] => false
[mms_wbxml] => false
[mms_wmlc] => false
[mms_video] => false
[mms_mp4] => false
[mms_3gpp] => false
[mms_3gpp2] => false
[mms_max_frame_rate] => 0
[nokiaring] => false
[picturemessage] => false
[operatorlogo] => false
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => true
[wav] => false
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => false
[midi_polyphonic] => false
[sp_midi] => false
[rmf] => false
[xmf] => false
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => false
[imelody] => false
[au] => false
[amr] => false
[awb] => false
[aac] => false
[mp3] => true
[voices] => 1
[qcelp] => false
[evrc] => false
[flash_lite_version] =>
[fl_wallpaper] => false
[fl_screensaver] => false
[fl_standalone] => false
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => true
[css_supports_width_as_percentage] => true
[css_border_image] => webkit
[css_rounded_corners] => webkit
[css_gradient] => none
[css_spriting] => true
[css_gradient_linear] => none
[is_transcoder] => true
[transcoder_ua_header] =>
[rss_support] => false
[pdf_support] => false
[progressive_download] => true
[playback_vcodec_h263_0] => 10
[playback_vcodec_h263_3] => 10
[playback_vcodec_mpeg4_sp] => -1
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => -1
[playback_real_media] => none
[playback_3gpp] => true
[playback_3g2] => false
[playback_mp4] => true
[playback_mov] => false
[playback_acodec_amr] => nb
[playback_acodec_aac] => none
[playback_df_size_limit] => 0
[playback_directdownload_size_limit] => 0
[playback_inline_size_limit] => 0
[playback_oma_size_limit] => 0
[playback_acodec_qcelp] => false
[playback_wmv] => none
[hinted_progressive_download] => true
[html_preferred_dtd] => html4
[viewport_supported] => true
[viewport_width] => device_width_token
[viewport_userscalable] => no
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => full
[image_inlining] => true
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => false
[jqm_grade] => A
[is_sencha_touch_ok] => true
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td>Amazon Silk 3.11</td><td><i class="material-icons">close</i></td><td>GNU/Linux </td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a>
<!-- Modal Structure -->
<div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Zsxsoft result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[link] => http://en.wikipedia.org/wiki/Amazon_Silk/
[title] => Amazon Silk 3.11
[code] => silk
[version] => 3.11
[name] => Amazon Silk
[image] => img/16/browser/silk.png
)
[os] => Array
(
[link] => http://www.linux.org/
[name] => GNU/Linux
[version] =>
[code] => linux
[x64] =>
[title] => GNU/Linux
[type] => os
[dir] => os
[image] => img/16/os/linux.png
)
[device] => Array
(
[link] =>
[title] =>
[model] =>
[brand] =>
[code] => null
[dir] => device
[type] => device
[image] => img/16/device/null.png
)
[platform] => Array
(
[link] => http://www.linux.org/
[name] => GNU/Linux
[version] =>
[code] => linux
[x64] =>
[title] => GNU/Linux
[type] => os
[dir] => os
[image] => img/16/os/linux.png
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr></table>
</div>
<div class="section">
<h1 class="header center orange-text">About this comparison</h1>
<div class="row center">
<h5 class="header light">
The primary goal of this project is simple<br />
I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br />
<br />
The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br />
<br />
You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br />
<br />
The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a>
</h5>
</div>
</div>
<div class="card">
<div class="card-content">
Comparison created <i>2016-05-10 07:50:37</i> | by
<a href="https://github.com/ThaDafinser">ThaDafinser</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script>
<script>
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal-trigger').leanModal();
});
</script>
</body>
</html> | ThaDafinser/UserAgentParserComparison | v5/user-agent-detail/05/23/05238717-4fa7-40d3-8f37-393bcf036e40.html | HTML | mit | 54,562 |
<!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">
<!--
This file was generated by Devel::Cover Version 1.18
Devel::Cover is copyright 2001-2012, Paul Johnson ([email protected])
Devel::Cover is free. It is licensed under the same terms as Perl itself.
The latest version of Devel::Cover should be available from my homepage:
http://www.pjcj.net
-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<meta http-equiv="Content-Language" content="en-us"></meta>
<link rel="stylesheet" type="text/css" href="cover.css"></link>
<link rel="stylesheet" type="text/css" href="cover.css"></link>
<title>File Coverage: blib/lib/Lego/From/PNG/View.pm</title>
</head>
<body>
<h1>File Coverage</h1>
<table>
<tr><td class="h" align="right">File:</td><td align="left">blib/lib/Lego/From/PNG/View.pm</td></tr>
<tr><td class="h" align="right">Coverage:</td><td align="left" class="c1">78.4%</td></tr>
</table>
<div><br/></div>
<table>
<tr><th>line</th><th>stmt</th><th>bran</th><th>cond</th><th>sub</th><th>pod</th><th>time</th><th>code</th></tr>
<tr><td class="h">1</td><td></td><td></td><td></td><td></td><td></td><td></td><td class="s">package Lego::From::PNG::View;</td></tr>
<tr><td class="h">2</td><td colspan="7"></td></tr><tr><td class="h">3</td><td><div class="c3">4</div><div class="c3">4</div><div class="c3">4</div></td><td></td><td></td><td><div class="c3"><a href="blib-lib-Lego-From-PNG-View-pm--subroutine.html#L3">4</a></div></td><td></td><td><div>9995</div><div>4</div><div>154</div></td><td class="s">use strict;</td></tr>
<tr><td class="h">4</td><td><div class="c3">4</div><div class="c3">4</div><div class="c3">4</div></td><td></td><td></td><td><div class="c3"><a href="blib-lib-Lego-From-PNG-View-pm--subroutine.html#L4">4</a></div></td><td></td><td><div>9</div><div>4</div><div>88</div></td><td class="s">use warnings;</td></tr>
<tr><td class="h">5</td><td colspan="7"></td></tr><tr><td class="h">6</td><td></td><td></td><td></td><td></td><td></td><td></td><td class="s">BEGIN {</td></tr>
<tr><td class="h">7</td><td><div class="c3">4</div></td><td></td><td></td><td><div class="c3"><a href="blib-lib-Lego-From-PNG-View-pm--subroutine.html#L7">4</a></div></td><td></td><td><div>35</div></td><td class="s"> $Lego::From::PNG::View::VERSION = '0.01';</td></tr>
<tr><td class="h">8</td><td></td><td></td><td></td><td></td><td></td><td></td><td class="s">}</td></tr>
<tr><td class="h">9</td><td colspan="7"></td></tr><tr><td class="h">10</td><td><div class="c3">4</div><div class="c3">4</div><div class="c3">4</div></td><td></td><td></td><td><div class="c3"><a href="blib-lib-Lego-From-PNG-View-pm--subroutine.html#L10">4</a></div></td><td></td><td><div>7</div><div>4</div><div>425</div></td><td class="s">use Data::Debug;</td></tr>
<tr><td class="h">11</td><td colspan="7"></td></tr><tr><td class="h">12</td><td></td><td></td><td></td><td></td><td></td><td></td><td class="s">sub new {</td></tr>
<tr><td class="h">13</td><td><div class="c3">2</div></td><td></td><td></td><td><div class="c3"><a href="blib-lib-Lego-From-PNG-View-pm--subroutine.html#L13">2</a></div></td><td><div class="c3">1</div></td><td><div>3</div></td><td class="s"> my $class = shift;</td></tr>
<tr><td class="h">14</td><td><div class="c3">2</div></td><td></td><td></td><td></td><td></td><td><div>1</div></td><td class="s"> my $png = shift;</td></tr>
<tr><td class="h">15</td><td><div class="c3">2</div></td><td><div class="c0" title="-/F"><a href="blib-lib-Lego-From-PNG-View-pm--branch.html#L15">50</a></div></td><td><div class="c0"><a href="blib-lib-Lego-From-PNG-View-pm--condition.html#L15">33</a></div></td><td></td><td></td><td><div>13</div></td><td class="s"> die 'Lego::From::PNG object was not supplied' unless $png && ref($png) eq 'Lego::From::PNG';</td></tr>
<tr><td class="h">16</td><td colspan="7"></td></tr><tr><td class="h">17</td><td><div class="c3">2</div></td><td></td><td></td><td></td><td></td><td><div>2</div></td><td class="s"> my $hash = { png => $png };</td></tr>
<tr><td class="h">18</td><td colspan="7"></td></tr><tr><td class="h">19</td><td><div class="c3">2</div></td><td></td><td><div class="c0"><a href="blib-lib-Lego-From-PNG-View-pm--condition.html#L19">33</a></div></td><td></td><td></td><td><div>8</div></td><td class="s"> my $self = bless ($hash, ref ($class) || $class);</td></tr>
<tr><td class="h">20</td><td colspan="7"></td></tr><tr><td class="h">21</td><td><div class="c3">2</div></td><td></td><td></td><td></td><td></td><td><div>5</div></td><td class="s"> return $self;</td></tr>
<tr><td class="h">22</td><td></td><td></td><td></td><td></td><td></td><td></td><td class="s">}</td></tr>
<tr><td class="h">23</td><td colspan="7"></td></tr><tr><td class="h">24</td><td><div class="c3">2</div></td><td></td><td></td><td><div class="c3"><a href="blib-lib-Lego-From-PNG-View-pm--subroutine.html#L24">2</a></div></td><td><div class="c3">1</div></td><td><div>5</div></td><td class="s">sub png { shift->{'png'} }</td></tr>
<tr><td class="h">25</td><td colspan="7"></td></tr><tr><td class="h">26</td><td></td><td></td><td></td><td></td><td></td><td></td><td class="s">sub print {</td></tr>
<tr><td class="h">27</td><td><div class="c0">0</div></td><td></td><td></td><td><div class="c0"><a href="blib-lib-Lego-From-PNG-View-pm--subroutine.html#L27">0</a></div></td><td><div class="c3">1</div></td><td></td><td class="s"> my $self = shift;</td></tr>
<tr><td class="h">28</td><td colspan="7"></td></tr><tr><td class="h">29</td><td><div class="c0">0</div></td><td></td><td></td><td></td><td></td><td></td><td class="s"> return @_; # Don't do anything, just return what they send us</td></tr>
<tr><td class="h">30</td><td></td><td></td><td></td><td></td><td></td><td></td><td class="s">}</td></tr>
<tr><td class="h">31</td><td colspan="7"></td></tr><tr><td class="h">32 - 113</td><td colspan="6"></td><td class="s"><pre>=pod
=head1 NAME
Lego::From::PNG::View - Format data returned from Lego::From::PNG
=head1 SYNOPSIS
use Lego::From::PNG;
my $object = Lego::From::PNG->new({ filename => 'my_png.png' });
$object->process(view => 'JSON'); # Data is returned as JSON
=head1 DESCRIPTION
Base class for formatting data returned from processing a PNG
=head1 USAGE
=head2 new
Usage : ->new($png)
Purpose : Returns Lego::From::PNG::View object
Returns : Lego::From::PNG::View object
Argument : L<Lego::From::PNG> object is required as input
Throws :
Comment : This is just a base class so this shouldn't be directly used to format data
See Also :
=head2 png
Usage : ->png()
Purpose : Returns the L<Lego::From::PNG> object passed into the constructor
Returns : L<Lego::From::PNG> object
Argument :
Throws :
Comment :
See Also :
=head2 print
Usage : ->print()
Purpose : Returns formated input data
Returns : In the case of the base class the args passed are just returned back
Argument :
Throws :
Comment :
See Also :
=head1 BUGS
=head1 SUPPORT
=head1 AUTHOR
Travis Chase
CPAN ID: GAUDEON
[email protected]
https://github.com/gaudeon/Lego-From-Png
=head1 COPYRIGHT
This program is free software licensed under the...
The MIT License
The full text of the license can be found in the
LICENSE file included with this module.
=head1 SEE ALSO
perl(1).
=cut</pre></td></tr>
<tr><td class="h">114</td><td colspan="7"></td></tr><tr><td class="h">115</td><td></td><td></td><td></td><td></td><td></td><td></td><td class="s">1;</td></tr>
<tr><td class="h">116</td><td colspan="7"></td></tr></table>
</body>
</html>
| gaudeon/test_drive_your_code_with_test_more | cover_db/blib-lib-Lego-From-PNG-View-pm.html | HTML | mit | 8,485 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<!-- Standard Head Part -->
<head>
<title>NUnit - ConditionAsserts</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-US">
<link rel="stylesheet" type="text/css" href="nunit.css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<!-- End Standard Head Part -->
<body>
<!-- Standard Header for NUnit.org -->
<div id="header">
<a id="logo" href="http://www.nunit.org"><img src="img/logo.gif" alt="NUnit.org" title="NUnit.org"></a>
<div id="nav">
<a href="http://www.nunit.org">NUnit</a>
<a class="active" href="index.html">Documentation</a>
</div>
</div>
<!-- End of Header -->
<div id="content">
<h2>Condition Tests</h2>
<p>Methods that test a specific condition are named for the condition they test and
take the value tested as their first argument and, optionally a message as the
second. The following methods are provided:</p>
<div class="code" style="width: 36em">
<pre>Assert.IsTrue( bool condition );
Assert.IsTrue( bool condition, string message );
Assert.IsTrue( bool condition, string message, object[] parms );
Assert.IsFalse( bool condition);
Assert.IsFalse( bool condition, string message );
Assert.IsFalse( bool condition, string message, object[] parms );
Assert.IsNull( object anObject );
Assert.IsNull( object anObject, string message );
Assert.IsNull( object anObject, string message, object[] parms );
Assert.IsNotNull( object anObject );
Assert.IsNotNull( object anObject, string message );
Assert.IsNotNull( object anObject, string message, object[] parms );
Assert.IsNaN( double aDouble );
Assert.IsNaN( double aDouble, string message );
Assert.IsNaN( double aDouble, string message, object[] parms );
Assert.IsEmpty( string aString );
Assert.IsEmpty( string aString, string message );
Assert.IsEmpty( string aString, string message,
params object[] args );
Assert.IsNotEmpty( string aString );
Assert.IsNotEmpty( string aString, string message );
Assert.IsNotEmpty( string aString, string message,
params object[] args );
Assert.IsEmpty( ICollection collection );
Assert.IsEmpty( ICollection collection, string message );
Assert.IsEmpty( ICollection collection, string message,
params object[] args );
Assert.IsNotEmpty( ICollection collection );
Assert.IsNotEmpty( ICollection collection, string message );
Assert.IsNotEmpty( ICollection collection, string message,
params object[] args );</pre>
</div>
<p>Note that Assert.IsEmpty and Assert.IsNotEmpty may be used to test either a string
or a collection.</p>
</div>
<!-- Submenu -->
<div id="subnav">
<ul>
<li><a href="index.html">NUnit 2.2.8</a></li>
<ul>
<li><a href="getStarted.html">Getting Started</a></li>
<li><a href="installation.html">Installation</a></li>
<li><a href="features.html">Features</a></li>
<ul>
<li><a href="assertions.html">Assertions</a></li>
<ul>
<li><a href="equalityAsserts.html">Equality Asserts</a></li>
<li><a href="identityAsserts.html">Identity Asserts</a></li>
<li><a href="comparisonAsserts.html">Comparison Asserts</a></li>
<li><a href="typeAsserts.html">Type Asserts</a></li>
<li id="current"><a href="conditionAsserts.html">Condition Tests</a></li>
<li><a href="utilityAsserts.html">Utility Methods</a></li>
<li><a href="stringAssert.html">String Assert</a></li>
</ul>
<li><a href="attributes.html">Attributes</a></li>
<li><a href="configFiles.html">Configuration Files</a></li>
<li><a href="multiAssembly.html">Multiple Assemblies</a></li>
<li><a href="vsSupport.html">Visual Studio Support</a></li>
</ul>
<li><a href="nunit-console.html">NUnit-Console</a></li>
<li><a href="nunit-gui.html">NUnit-Gui</a></li>
<li><a href="releaseNotes.html">Release Notes</a></li>
<li><a href="samples.html">Samples</a></li>
<li><a href="license.html">License</a></li>
</ul>
</ul>
</div>
<!-- End of Submenu -->
<!-- Standard Footer for NUnit.org -->
<div id="footer">
Copyright © 2002-2005. All Rights Reserved.
</div>
<!-- End of Footer -->
</body>
</html>
| dblock/dblog | NUnit/doc/conditionAsserts.html | HTML | mit | 4,244 |
<!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.1.2: v8::ScriptOriginOptions Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v4.1.2
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1ScriptOriginOptions.html">ScriptOriginOptions</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classv8_1_1ScriptOriginOptions-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::ScriptOriginOptions Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a350ff2a0c6b3b0449adefdd920d6808e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a350ff2a0c6b3b0449adefdd920d6808e"></a>
V8_INLINE </td><td class="memItemRight" valign="bottom"><b>ScriptOriginOptions</b> (bool is_embedder_debug_script=false, bool is_shared_cross_origin=false, bool is_opaque=false)</td></tr>
<tr class="separator:a350ff2a0c6b3b0449adefdd920d6808e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5c814c5602db2c9ed5c6bc7f05b1d430"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5c814c5602db2c9ed5c6bc7f05b1d430"></a>
V8_INLINE </td><td class="memItemRight" valign="bottom"><b>ScriptOriginOptions</b> (int flags)</td></tr>
<tr class="separator:a5c814c5602db2c9ed5c6bc7f05b1d430"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4076a3f22dff99a2337ab86d4024ee46"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4076a3f22dff99a2337ab86d4024ee46"></a>
bool </td><td class="memItemRight" valign="bottom"><b>IsEmbedderDebugScript</b> () const </td></tr>
<tr class="separator:a4076a3f22dff99a2337ab86d4024ee46"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a28aa1b32efc3b20b16d65c4176831b4c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a28aa1b32efc3b20b16d65c4176831b4c"></a>
bool </td><td class="memItemRight" valign="bottom"><b>IsSharedCrossOrigin</b> () const </td></tr>
<tr class="separator:a28aa1b32efc3b20b16d65c4176831b4c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae658f2c06876f86205af4f69804193ab"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae658f2c06876f86205af4f69804193ab"></a>
bool </td><td class="memItemRight" valign="bottom"><b>IsOpaque</b> () const </td></tr>
<tr class="separator:ae658f2c06876f86205af4f69804193ab"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a17e20a214bc8df902419b81c32590efe"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a17e20a214bc8df902419b81c32590efe"></a>
int </td><td class="memItemRight" valign="bottom"><b>Flags</b> () const </td></tr>
<tr class="separator:a17e20a214bc8df902419b81c32590efe"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>The optional attributes of <a class="el" href="classv8_1_1ScriptOrigin.html">ScriptOrigin</a>. </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 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 5a9e795/html/classv8_1_1ScriptOriginOptions.html | HTML | mit | 7,394 |
<html><body>
<h4>Windows 10 x64 (18362.239)</h4><br>
<h2>LIST_ENTRY32</h2>
<font face="arial"> +0x000 Flink : Uint4B<br>
+0x004 Blink : Uint4B<br>
</font></body></html> | epikcraw/ggool | public/Windows 10 x64 (18362.239)/LIST_ENTRY32.html | HTML | mit | 195 |
<!DOCTYPE html>
<html lang="en">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<!-- METADATA -->
<meta name="description" content="EWB-UIUC is one of the largest Engineers Without Borders student chapters in the USA. Founded in 2004, the chapter has grown to include three international programs in Nigeria, Guatemala and Cameroon, and over 150 active members..."/>
<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">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- OPEN GRAPH -->
<meta property="og:title" content="EWB-UIUC"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="/public/ewb.jpg"/> <!-- 1200 x 630 -->
<meta property="og:url" content="http://www.ewb-usa-uiuc.org/"/>
<meta property="og:description" content="EWB-UIUC is one of the largest Engineers Without Borders student chapters in the USA. Founded in 2004, the chapter has grown to include three international programs in Nigeria, Guatemala and Cameroon, and over 150 active members..."/>
<!-- TWITTER CARD -->
<meta name="twitter:title" content="EWB-UIUC"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:image" content="/public/ewb.jpg"/> <!-- 120 x 120 -->
<meta name="twitter:url" content="http://www.ewb-usa-uiuc.org/"/>
<meta name="twitter:description" content="EWB-UIUC is one of the largest Engineers Without Borders student chapters in the USA. Founded in 2004, the chapter has grown to include three international programs in Nigeria, Guatemala and Cameroon, and over 150 active members..."/>
<!-- ICONS -->
<link rel="image_src" href="/public/icon.png"/>
<link rel="shortcut icon" href="/public/icon.png"/>
<link rel="apple-touch-icon-precomposed" href="/public/icon.png"/>
<title>
Introducing 2015 Board Members · Engineers Without Borders
</title>
<!-- CSS -->
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="/bower_components/bootstrap-material-design/dist/css/material.min.css">
<link rel="stylesheet" href="/bower_components/bootstrap-material-design/dist/css/material-fullpalette.min.css">
<link rel="stylesheet" href="/bower_components/bootstrap-material-design/dist/css/ripples.min.css">
<link rel="stylesheet" href="/bower_components/bootstrap-material-design/dist/css/roboto.min.css">
<link rel="stylesheet" href="/bower_components/fullcalendar/dist/fullcalendar.min.css">
<link rel="stylesheet" href="/bower_components/fullcalendar/dist/fullcalendar.print.css">
<link rel="stylesheet" href="/public/css/style.css">
<!-- Fonts -->
<!-- <link href='http://fonts.googleapis.com/css?family=Lato:300,900' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900' rel='stylesheet' type='text/css'> -->
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
</head>
<body data-spy="scroll" data-target=".navbar-collapse">
<div class="navbar navbar-material-indigo navbar-fixed-top container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-inverse-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Engineers Without Borders</a>
</div>
<div class="navbar-collapse collapse navbar-inverse-collapse">
<!-- <form class="navbar-form navbar-left">
<input type="text" class="form-control col-lg-8" placeholder="Search">
</form> -->
<ul class="nav navbar-nav navbar-right">
<li><a href="/#about">ABOUT</a></li>
<li><a href="/#schedule">SCHEDULE</a></li>
<li><a href="/#join">JOIN</a></li>
<li><a href="/#blog">BLOG</a></li>
<li><a href="/#contact">CONTACT</a></li>
</ul>
</div>
</div>
<div class="container">
<div class="container-fluid">
<div class="row section">
<div class="jumbotron">
<article class="post">
<div class="page-header">
<h1 class="post-title"><b>Introducing 2015 Board Members</b></h1>
<h5><time datetime="2015-01-19T00:00:00-06:00" class="page-date">19 Jan 2015</time></h5>
<br>
</div>
<br>
<h2 id="president">President</h2>
<p>Ayzvara Suntharalingam</p>
<h2 id="vice-president">Vice President</h2>
<p>Amanda Sopkin, Arjun Kumar, Kevin Ger</p>
<h2 id="treasurer">Treasurer</h2>
<p>Brian Wu</p>
<h2 id="information-officers">Information Officers</h2>
<p>Emily Dixon, Hunter Smith</p>
<h2 id="events-officer">Events Officer</h2>
<p>Michael Lin</p>
<h2 id="webmaster">Webmaster</h2>
<p>Joseph Milla</p>
</article>
<div class="related">
<div class="page-header">
<h3>Related Posts</h3>
</div>
<ul class="related-posts">
<li>
<h4>
<a href="/2015/05/28/daily-baily-blog/">
<b>Daily Bailey Blog, May 28 Thursday</b>
</a>
<small>Thursday, May 28, 2015</small>
</h4>
</li>
<li>
<h4>
<a href="/2015/05/27/daily-baily-blog/">
<b>Daily Bailey Blog, May 27 Wednesday</b>
</a>
<small>Wednesday, May 27, 2015</small>
</h4>
</li>
<li>
<h4>
<a href="/2015/05/26/daily-baily-blog/">
<b>Daily Bailey Blog, May 26 Tuesday</b>
</a>
<small>Tuesday, May 26, 2015</small>
</h4>
</li>
</ul>
</div>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'josephmilla'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container-fluid">
<div class"row">
<div class="col-md-6">
© <time datetime="2015-10-06T19:06:29-05:00">2015</time> Engineers Without Borders - UIUC. All rights reserved.
</div>
<div class="col-md-3"></div>
<div class="col-md-3">
<span style="float: right;">
<a href="/faq">FAQ</a> |
<a href="/board">Board</a> |
<a href="/sponsor">Sponsor</a>
</span>
</div>
</div>
</div>
</footer>
<script src="/bower_components/jquery/dist/jquery.min.js"></script>
<script src="/bower_components/jquery-ui/jquery-ui.min.js"></script>
<script src="/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="/bower_components/bootstrap-material-design/dist/js/material.min.js"></script>
<script src="/bower_components/bootstrap-material-design/dist/js/ripples.min.js"></script>
<script src="/bower_components/moment/moment.js"></script>
<script src="/bower_components/fullcalendar/dist/fullcalendar.min.js"></script>
<script src="/public/js/onload.js"></script>
<script src="/public/js/jquery.timeago.js"></script>
<script src="/public/js/holder.js"></script>
<script src="/public/js/gcal.js"></script>
<script src="/public/js/ga.js"></script>
</body>
</html>
| ewb-uiuc/ewb-uiuc.github.io | _site/2015/01/19/introducing-2015-board/index.html | HTML | mit | 8,198 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title></title>
<link rel="manifest" href="manifest.json">
<!-- un-comment this code to enable service worker
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('service-worker.js')
.then(() => console.log('service worker installed'))
.catch(err => console.log('Error', err));
}
</script>-->
<link href="lib/ionic/css/ionic.css" rel="stylesheet">
<link href="css/map.css" rel="stylesheet">
<link href="css/modal.css" rel="stylesheet">
<link href="css/buttons.css" rel="stylesheet">
<!-- ADD NEW CSS HERE -->
<link href="lib/leaflet/dist/leaflet.css" rel="stylesheet">
<link href="lib/Ionicons/css/ionicons.min.css" rel="stylesheet">
<!-- ionic/angularjs js -->
<script src="lib/ionic/js/ionic.bundle.js"></script>
<!-- ADD PACKAGE JS HERE (i.e controllers, services, factories)-->
<script src="lib/angular/angular.min.js"></script>
<script src="lib/angular-resource/angular-resource.js"></script>
<script src="lib/angular-animate/angular-animate.js"></script>
<script src="lib/angular-messages/angular-messages.js"></script>
<script src="lib/angular-ui-utils/ui-utils.js"></script>
<script src="lib/angular-ui-router/release/angular-ui-router.js"></script>
<script src="lib/angular-bootstrap/ui-bootstrap-tpls.js"></script>
<script src="lib/angular-leaflet-directive/dist/angular-leaflet-directive.min.js"></script>
<script src="lib/leaflet/dist/leaflet.js"></script>
<!-- cordova script (this will be a 404 during development) -->
<script src="lib/ngCordova/dist/ng-cordova.min.js"></script>
<script src="cordova.js"></script>
<!-- ADD YOUR JS HERE (i.e controllers, services, factories)-->
<script src="js/app.js"></script>
<script src="js/config/routes.js"></script>
<script src="js/factories/customTiles.js"></script>
<script src="js/controllers/countyController.js"></script>
<script src="js/controllers/boundaryController.js"></script>
<script src="js/controllers/menuController.js"></script>
</head>
<body ng-app="mTrail">
<ion-header-bar class="bar-dark">
<h1 class="title">ACT</h1>
</ion-header-bar>
<ion-nav-view></ion-nav-view>
</body>
</html>
| krystalmejia24/mTrail | www/index.html | HTML | mit | 2,443 |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Installation — pymatgen 2020.1.10 documentation</title>
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="canonical" href="https://pymatgen.orginstallation.html"/>
<script type="text/javascript" src="_static/js/modernizr.min.js"></script>
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/language_data.js"></script>
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="_static/js/theme.js"></script>
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/custom.css" type="text/css" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Change log" href="change_log.html" />
<link rel="prev" title="Introduction" href="introduction.html" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33990148-1']);
_gaq.push(['_trackPageview']);
</script>
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" style="background: linear-gradient(0deg, rgba(23,63,162,1) 0%, rgba(0,70,192,1) 100%)" >
<a href="index.html" class="icon icon-home"> pymatgen
</a>
<div class="version">
2020.1.10
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Installation</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#requirements">Requirements</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#optional-dependencies">Optional dependencies</a></li>
<li class="toctree-l3"><a class="reference internal" href="#optional-non-python-programs">Optional non-Python programs</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#conda-based-install">Conda-based install</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#step-1-install-conda">Step 1: Install conda</a></li>
<li class="toctree-l3"><a class="reference internal" href="#step-2b-optional-create-a-conda-environment">Step 2b: (Optional) Create a conda environment</a></li>
<li class="toctree-l3"><a class="reference internal" href="#step-3-install-pymatgen">Step 3: Install pymatgen</a></li>
<li class="toctree-l3"><a class="reference internal" href="#step-4-optional-install-enumlib-and-bader-only-for-osx-and-linux">Step 4: (Optional) Install enumlib and bader (only for OSX and Linux)</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#potcar-setup">POTCAR Setup</a></li>
<li class="toctree-l2"><a class="reference internal" href="#setup-for-developers-using-github">Setup for Developers (using GitHub)</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#step-1-preparing-your-system">Step 1: Preparing your system</a><ul>
<li class="toctree-l4"><a class="reference internal" href="#windows">Windows</a></li>
<li class="toctree-l4"><a class="reference internal" href="#mac-osx">Mac OSX</a></li>
<li class="toctree-l4"><a class="reference internal" href="#linux">Linux</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="#step-2-install-pymatgen-in-developmental-mode">Step 2: Install pymatgen in developmental mode</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#installation-tips-for-optional-libraries">Installation tips for optional libraries</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#vtk-on-mac-os-x-tested-on-v7-0">VTK on Mac OS X (tested on v7.0)</a></li>
<li class="toctree-l3"><a class="reference internal" href="#openbabel-mac-os-x-tested-on-v2-3-2">OpenBabel Mac OS X (tested on v2.3.2)</a></li>
<li class="toctree-l3"><a class="reference internal" href="#zeo">Zeo++</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="change_log.html">Change log</a></li>
<li class="toctree-l1"><a class="reference internal" href="usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="team.html">Development Team</a></li>
<li class="toctree-l1"><a class="reference internal" href="references.html">References</a></li>
<li class="toctree-l1"><a class="reference internal" href="modules.html">API Docs</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">pymatgen</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content style-external-links">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html">Docs</a> »</li>
<li>Installation</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/materialsproject/pymatgen/blob/master/docs_rst/installation.rst" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="installation">
<h1>Installation<a class="headerlink" href="#installation" title="Permalink to this headline">¶</a></h1>
<div class="section" id="requirements">
<h2>Requirements<a class="headerlink" href="#requirements" title="Permalink to this headline">¶</a></h2>
<p>All required dependencies should be automatically taken care of if you
install pymatgen using easy_install or pip. Otherwise, these packages should
be available on <a class="reference external" href="http://pypi.python.org">PyPI</a>.</p>
<div class="section" id="optional-dependencies">
<h3>Optional dependencies<a class="headerlink" href="#optional-dependencies" title="Permalink to this headline">¶</a></h3>
<p>Optional libraries that are required if you need certain features.</p>
<ol class="arabic simple">
<li><p>sympy: For defect generation and analysis.</p></li>
<li><p>VTK with Python bindings 5.8+ (<a class="reference external" href="http://www.vtk.org/">http://www.vtk.org/</a>): For visualization of
crystal structures using the pymatgen.vis package. Note that the VTK
package is incompatible with Python 3.x at the moment.</p></li>
<li><p>Atomistic Simulation Environment or ASE 3.6+: Required for the usage of the
adapters in pymatgen.io.aseio between pymatgen’s core Structure object and
the Atoms object used by ASE. Get it at <a class="reference external" href="https://wiki.fysik.dtu.dk/ase/">https://wiki.fysik.dtu.dk/ase/</a>.
Note that the ASE package is incompatible with Python 3.x at the moment.</p></li>
<li><p>OpenBabel with Python bindings (<a class="reference external" href="http://openbabel.org">http://openbabel.org</a>): Required for the
usage of the adapters in pymatgen.io.babelio between pymatgen’s Molecule
and OpenBabel’s OBMol. Opens up input and output support for the very large
number of input and output formats supported by OpenBabel.</p></li>
<li><p>networkx: For graph analysis associated with critic2 topological analysis
of electron charge densities, pygraphviz is also required for visualization.</p></li>
<li><p>pytest - For unittesting. Not optional for developers.</p></li>
</ol>
</div>
<div class="section" id="optional-non-python-programs">
<h3>Optional non-Python programs<a class="headerlink" href="#optional-non-python-programs" title="Permalink to this headline">¶</a></h3>
<p>Optional non-python libraries (because no good python alternative exists at
the moment) required only for certain features:</p>
<ol class="arabic simple">
<li><p>ffmpeg: For generation of movies in structure_vtk.py. The executable ffmpeg
must be in the path. Get it at <a class="reference external" href="http://www.ffmpeg.org">http://www.ffmpeg.org</a>.</p></li>
<li><p>enum: For the use of
<a class="reference internal" href="pymatgen.transformations.advanced_transformations.html#pymatgen.transformations.advanced_transformations.EnumerateStructureTransformation" title="pymatgen.transformations.advanced_transformations.EnumerateStructureTransformation"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.transformations.advanced_transformations.EnumerateStructureTransformation</span></code></a>
and <a class="reference internal" href="pymatgen.command_line.enumlib_caller.html#module-pymatgen.command_line.enumlib_caller" title="pymatgen.command_line.enumlib_caller"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pymatgen.command_line.enumlib_caller</span></code></a> module. This library by Gus
Hart provides a robust way to enumerate derivative structures. It can be
used to completely enumerate all symmetrically distinct ordered structures
of disordered structures via EnumerateStructureTransformation. Many other
advanced transformations (e.g., MagOrderingTransformation) use
EnumerateStructureTransformation. The enum.x and makestr.x
executables must be in the path. Get it at <a class="reference external" href="http://enum.sourceforge.net">http://enum.sourceforge.net</a> and
follow the instructions to compile multienum.x and makestr.x.</p></li>
<li><p>bader: For use with <a class="reference internal" href="pymatgen.command_line.bader_caller.html#pymatgen.command_line.bader_caller.BaderAnalysis" title="pymatgen.command_line.bader_caller.BaderAnalysis"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.command_line.bader_caller.BaderAnalysis</span></code></a>.
This library by Henkelmann et al. provides a robust way to calculate the
Bader analysis from a CHGCAR. The bader executable must be in the path.
Get it at <a class="reference external" href="http://theory.cm.utexas.edu/bader">http://theory.cm.utexas.edu/bader</a>.</p></li>
<li><p>gulp: For use with <a class="reference internal" href="pymatgen.command_line.gulp_caller.html#module-pymatgen.command_line.gulp_caller" title="pymatgen.command_line.gulp_caller"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pymatgen.command_line.gulp_caller</span></code></a>,
which is in turn used extensively by <a class="reference internal" href="pymatgen.analysis.defects.html#module-pymatgen.analysis.defects" title="pymatgen.analysis.defects"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pymatgen.analysis.defects</span></code></a> to
compute empirical defect energies.</p></li>
<li><p>aconvasp: For use with the <a class="reference internal" href="pymatgen.command_line.aconvasp_caller.html#module-pymatgen.command_line.aconvasp_caller" title="pymatgen.command_line.aconvasp_caller"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pymatgen.command_line.aconvasp_caller</span></code></a>.</p></li>
<li><p>Zeo++ (<a class="reference external" href="http://zeoplusplus.org">http://zeoplusplus.org</a>): For defect structure
generation. This is required in addition to installing the zeo Python
package.</p></li>
<li><p>critic2 (<a class="reference external" href="https://github.com/aoterodelaroza/critic2">https://github.com/aoterodelaroza/critic2</a>): For topological
analysis of critical points from electronic charge density. Provides
more detailed information compared to bader. For use with
<a class="reference internal" href="pymatgen.command_line.critic2_caller.html#pymatgen.command_line.critic2_caller.Critic2Caller" title="pymatgen.command_line.critic2_caller.Critic2Caller"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.command_line.critic2_caller.Critic2Caller</span></code></a>.</p></li>
<li><p>graphviz (<a class="reference external" href="http://graphviz.org">http://graphviz.org</a>): For visualization of graphs generated
using critic2.</p></li>
</ol>
</div>
</div>
<div class="section" id="conda-based-install">
<h2>Conda-based install<a class="headerlink" href="#conda-based-install" title="Permalink to this headline">¶</a></h2>
<p>For these instructions, we will assume the <strong>64-bit</strong> versions of all OSes.
For OSX and Linux, both latest Python 3.x adn 2.7 are supported. For Windows,
only latest Python 3.x is supported. Most common functionality should work
out of the box on Windows, but some specialized analyses relying on external
programs may require you to compile those programs from source.</p>
<div class="section" id="step-1-install-conda">
<h3>Step 1: Install conda<a class="headerlink" href="#step-1-install-conda" title="Permalink to this headline">¶</a></h3>
<p>Download and install the version of conda for your operating system from
<a class="reference external" href="http://conda.pydata.org/miniconda.html">http://conda.pydata.org/miniconda.html</a>. For Windows, <strong>make sure it is the
Miniconda3 installer</strong>, and simply double-click the exe file. For Linux or Mac,
run:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="c1"># If Mac</span>
<span class="n">bash</span> <span class="n">Miniconda3</span><span class="o">-</span><span class="n">latest</span><span class="o">-</span><span class="n">MacOSX</span><span class="o">-</span><span class="n">x86_64</span><span class="o">.</span><span class="n">sh</span>
<span class="c1"># If Linux</span>
<span class="n">bash</span> <span class="n">Miniconda3</span><span class="o">-</span><span class="n">latest</span><span class="o">-</span><span class="n">Linux</span><span class="o">-</span><span class="n">x86_64</span><span class="o">.</span><span class="n">sh</span>
</pre></div>
</div>
<p>Note that you may need to create a new terminal after this step in order for
the environmental variables added by conda to be loaded.</p>
</div>
<div class="section" id="step-2b-optional-create-a-conda-environment">
<h3>Step 2b: (Optional) Create a conda environment<a class="headerlink" href="#step-2b-optional-create-a-conda-environment" title="Permalink to this headline">¶</a></h3>
<p>If you are working with many python packages, it is generally recommended you
create a separate environment for each of your packages. For example:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">create</span> <span class="o">--</span><span class="n">name</span> <span class="n">my_pymatgen</span> <span class="n">python</span>
<span class="n">source</span> <span class="n">activate</span> <span class="n">my_pymatgen</span> <span class="c1"># OSX or Linux</span>
<span class="n">activate</span> <span class="n">my_pymatgen</span> <span class="c1"># Windows</span>
</pre></div>
</div>
</div>
<div class="section" id="step-3-install-pymatgen">
<h3>Step 3: Install pymatgen<a class="headerlink" href="#step-3-install-pymatgen" title="Permalink to this headline">¶</a></h3>
<p>You can install pymatgen via conda as well via the conda-forge channel on
Anaconda cloud:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">install</span> <span class="o">--</span><span class="n">channel</span> <span class="n">conda</span><span class="o">-</span><span class="n">forge</span> <span class="n">pymatgen</span>
</pre></div>
</div>
<p>If the above fails, try using conda to install some critical dependencies and
then do pip install:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">install</span> <span class="o">--</span><span class="n">yes</span> <span class="n">numpy</span> <span class="n">scipy</span> <span class="n">matplotlib</span>
<span class="n">pip</span> <span class="n">install</span> <span class="n">pymatgen</span>
</pre></div>
</div>
</div>
<div class="section" id="step-4-optional-install-enumlib-and-bader-only-for-osx-and-linux">
<h3>Step 4: (Optional) Install enumlib and bader (only for OSX and Linux)<a class="headerlink" href="#step-4-optional-install-enumlib-and-bader-only-for-osx-and-linux" title="Permalink to this headline">¶</a></h3>
<p>If you would like to use the enumeration capabilities powered by Gus Hart’s
enumlib or perform Bader charge analysis powered by the Bader analysis code
of the Henkelmann group, please try installing these from source using the pmg
command line tool as follows:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pmg</span> <span class="n">config</span> <span class="o">--</span><span class="n">install</span> <span class="n">enumlib</span>
<span class="n">pmg</span> <span class="n">config</span> <span class="o">--</span><span class="n">install</span> <span class="n">bader</span>
</pre></div>
</div>
<p>Then put these in your PATH somewhere. You can also download the source of
these from the official repos and follow the compile instructions.</p>
</div>
</div>
<div class="section" id="potcar-setup">
<h2>POTCAR Setup<a class="headerlink" href="#potcar-setup" title="Permalink to this headline">¶</a></h2>
<p>For the code to generate POTCAR files, it needs to know where the VASP
pseudopotential files are. We are not allowed to distribute these under the
VASP license. The good news is that the <cite>pmg</cite> command line utility includes a
config functionality.</p>
<p>After installation, do:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pmg</span> <span class="n">config</span> <span class="o">-</span><span class="n">p</span> <span class="o"><</span><span class="n">EXTRACTED_VASP_POTCAR</span><span class="o">></span> <span class="o"><</span><span class="n">MY_PSP</span><span class="o">></span>
</pre></div>
</div>
<p>In the above, <cite><EXTRACTED_VASP_POTCAR></cite> is the location of the directory that
you extracted the downloaded VASP pseudopotential files. Typically, it has
the following format:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">-</span> <span class="o"><</span><span class="n">EXTRACTED_VASP_POTCAR</span><span class="o">></span>
<span class="o">|-</span> <span class="n">POT_GGA_PAW_PBE</span>
<span class="o">||-</span> <span class="n">Ac_s</span>
<span class="o">|||-</span><span class="n">POTCAR</span>
<span class="o">|||-...</span>
</pre></div>
</div>
<p>or:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">-</span> <span class="o"><</span><span class="n">EXTRACTED_VASP_POTCAR</span><span class="o">></span>
<span class="o">|-</span> <span class="n">potpaw_PBE</span>
<span class="o">||-</span> <span class="n">Ac_s</span>
<span class="o">|||-</span><span class="n">POTCAR</span>
<span class="o">|||-...</span>
</pre></div>
</div>
<p>and follow the instructions. If you have done it correctly, you should get a
resources directory with the following directory structure:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">-</span> <span class="n">psp_resources</span>
<span class="o">|-</span> <span class="n">POT_GGA_PAW_PBE</span>
<span class="o">||-</span> <span class="n">POTCAR</span><span class="o">.</span><span class="n">Ac_s</span><span class="o">.</span><span class="n">gz</span>
<span class="o">||-</span> <span class="n">POTCAR</span><span class="o">.</span><span class="n">Ac</span><span class="o">.</span><span class="n">gz</span>
<span class="o">||-</span> <span class="n">POTCAR</span><span class="o">.</span><span class="n">Ag</span><span class="o">.</span><span class="n">gz</span>
<span class="o">...</span>
<span class="o">|-</span> <span class="n">POT_GGA_PAW_PW91</span>
<span class="o">...</span>
</pre></div>
</div>
<p>After generating the resources directory, you should add a VASP_PSP_DIR config
variable pointing to the generated directory and you should then be
able to generate POTCARs:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pmg</span> <span class="n">config</span> <span class="o">--</span><span class="n">add</span> <span class="n">PMG_VASP_PSP_DIR</span> <span class="o"><</span><span class="n">MY_PSP</span><span class="o">></span>
</pre></div>
</div>
<p>If you are using newer sets of pseudopotential files from VASP, the directory
names may be different, e.g., POT_GGA_PAW_PBE_52. For such cases, please also
add a default functional specification as follows:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pmg</span> <span class="n">config</span> <span class="o">--</span><span class="n">add</span> <span class="n">PMG_DEFAULT_FUNCTIONAL</span> <span class="n">PBE_52</span>
</pre></div>
</div>
<p>You can also use this to specify whatever functional you would like to use by
default in pymatgen, e.g., LDA_52, PW91, etc. Type:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pmg</span> <span class="n">potcar</span> <span class="o">-</span><span class="n">h</span>
</pre></div>
</div>
<p>to see full list of choices.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>The Materials Project currently uses older versions of the VASP pseudopotentials
for maximum compatibility with historical data, rather than the current 52/54
pseudopotentials. This setting can be overriden by the user if desired.
As such, current versions of pymatgen will check the hashes of your pseudopotentials
when constructing input sets to ensure the correct, compatible pseudopotential sets are
used, so that total energies can be compared to those in the Materials Project database.
If you use any functional other than PBE, note that you should not be combining results
from these other functionals with Materials Project data. For up-to-date information
on this, please consult the Materials Project documentation.</p>
</div>
</div>
<div class="section" id="setup-for-developers-using-github">
<h2>Setup for Developers (using GitHub)<a class="headerlink" href="#setup-for-developers-using-github" title="Permalink to this headline">¶</a></h2>
<div class="section" id="step-1-preparing-your-system">
<h3>Step 1: Preparing your system<a class="headerlink" href="#step-1-preparing-your-system" title="Permalink to this headline">¶</a></h3>
<div class="section" id="windows">
<h4>Windows<a class="headerlink" href="#windows" title="Permalink to this headline">¶</a></h4>
<ol class="arabic simple">
<li><p>Download Microsoft Visual Studio 2015 (the free Community Edition) is fine.</p></li>
<li><p>Install Visual Studio 2015, but <em>make sure that you select More Options ->
Programming Languages -> Visual C++ during the installation process</em>. By
default, Visual Studio does not install Visual C++, which is needed.</p></li>
</ol>
</div>
<div class="section" id="mac-osx">
<h4>Mac OSX<a class="headerlink" href="#mac-osx" title="Permalink to this headline">¶</a></h4>
<ol class="arabic">
<li><p>Download and install Xcode. Afterwards, install the XCode command line
tools by typing the following in a terminal:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">xcode</span><span class="o">-</span><span class="n">select</span> <span class="o">--</span><span class="n">install</span>
</pre></div>
</div>
</li>
<li><p>(Optional) Install gfortran. Get an installer at
<a class="reference external" href="http://gcc.gnu.org/wiki/GFortranBinaries#MacOS">http://gcc.gnu.org/wiki/GFortranBinaries#MacOS</a>.</p></li>
</ol>
</div>
<div class="section" id="linux">
<h4>Linux<a class="headerlink" href="#linux" title="Permalink to this headline">¶</a></h4>
<ol class="arabic simple">
<li><p>Usually no preparation is needed as most of the standard compilers should
already be available.</p></li>
</ol>
</div>
</div>
<div class="section" id="step-2-install-pymatgen-in-developmental-mode">
<h3>Step 2: Install pymatgen in developmental mode<a class="headerlink" href="#step-2-install-pymatgen-in-developmental-mode" title="Permalink to this headline">¶</a></h3>
<ol class="arabic">
<li><p>Make sure you have git and <a class="reference external" href="https://git-lfs.github.com/">git-lfs</a> installed.
Clone the repo at <a class="reference external" href="https://github.com/materialsproject/pymatgen">https://github.com/materialsproject/pymatgen</a>.</p></li>
<li><p>Run <cite>git lfs install</cite> in the cloned repo first.</p></li>
<li><p>In your root pymatgen repo directory, type (you may need to do this with root
privileges):</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="o">-</span><span class="n">e</span> <span class="o">.</span>
</pre></div>
</div>
</li>
<li><p>Install any missing python libraries that are necessary.</p></li>
</ol>
<p>I recommend that you start by reading some of the unittests in the tests
subdirectory for each package. The unittests demonstrate the expected behavior
and functionality of the code.</p>
<p>Please read up on pymatgen’s <a class="reference internal" href="contributing.html"><span class="doc">coding guidelines</span></a> before
you start coding. It will make integration much easier.</p>
</div>
</div>
<div class="section" id="installation-tips-for-optional-libraries">
<h2>Installation tips for optional libraries<a class="headerlink" href="#installation-tips-for-optional-libraries" title="Permalink to this headline">¶</a></h2>
<p>This section provides a guide for installing various optional libraries used in
pymatgen. Some of the python libraries are rather tricky to build in certain
operating systems, especially for users unfamiliar with building C/C++ code.
Please feel free to send in suggestions to update the instructions based on
your experiences. In all the instructions, it is assumed that you have standard
gcc and other compilers (e.g., Xcode on Macs) already installed.</p>
<div class="section" id="vtk-on-mac-os-x-tested-on-v7-0">
<h3>VTK on Mac OS X (tested on v7.0)<a class="headerlink" href="#vtk-on-mac-os-x-tested-on-v7-0" title="Permalink to this headline">¶</a></h3>
<p>The easiest is to install cmake from
<a class="reference external" href="http://cmake.org/cmake/resources/software.html">http://cmake.org/cmake/resources/software.html</a>.</p>
<p>Type the following:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">cd</span> <span class="n">VTK</span> <span class="p">(</span><span class="n">this</span> <span class="ow">is</span> <span class="n">the</span> <span class="n">directory</span> <span class="n">you</span> <span class="n">expanded</span> <span class="n">VTK</span> <span class="n">into</span><span class="p">)</span>
<span class="n">mkdir</span> <span class="n">build</span>
<span class="n">cd</span> <span class="n">build</span>
<span class="n">ccmake</span> <span class="o">..</span> <span class="p">(</span><span class="n">this</span> <span class="n">uses</span> <span class="n">cmake</span> <span class="ow">in</span> <span class="n">an</span> <span class="n">interactive</span> <span class="n">manner</span><span class="p">)</span>
</pre></div>
</div>
<p>Press “t” to toggle advanced mode. Then press “c” to do an initial
configuration. After the list of parameters come out, ensure that the
PYTHON_VERSION is set to 3, the VTK_WRAP_PYTHON is set to ON, and
BUILD_SHARED_LIBS is set to ON. You may also need to modify the python
paths and library paths if they are in non-standard locations. For example, if
you have installed the official version of Python instead of using the
Mac-provided version, you will probably need to edit the CMakeCache Python
links. Example configuration for Python 3.5 installed using conda is given
below (only variables that need to be modified/checked are shown):</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">PYTHON_EXECUTABLE</span><span class="p">:</span><span class="n">FILEPATH</span><span class="o">=/</span><span class="n">Users</span><span class="o">/<</span><span class="n">username</span><span class="o">>/</span><span class="n">miniconda3</span><span class="o">/</span><span class="nb">bin</span><span class="o">/</span><span class="n">python3</span>
<span class="n">PYTHON_INCLUDE_DIR</span><span class="p">:</span><span class="n">PATH</span><span class="o">=/</span><span class="n">Users</span><span class="o">/<</span><span class="n">username</span><span class="o">>/</span><span class="n">miniconda3</span><span class="o">/</span><span class="n">include</span><span class="o">/</span><span class="n">python3</span><span class="o">.</span><span class="mi">5</span><span class="n">m</span>
<span class="n">PYTHON_LIBRARY</span><span class="p">:</span><span class="n">FILEPATH</span><span class="o">=/</span><span class="n">Users</span><span class="o">/<</span><span class="n">username</span><span class="o">>/</span><span class="n">miniconda3</span><span class="o">/</span><span class="n">lib</span><span class="o">/</span><span class="n">libpython3</span><span class="o">.</span><span class="mi">5</span><span class="n">m</span><span class="o">.</span><span class="n">dylib</span>
<span class="n">VTK_INSTALL_PYTHON_MODULE_DIR</span><span class="p">:</span><span class="n">PATH</span><span class="o">=/</span><span class="n">Users</span><span class="o">/<</span><span class="n">username</span><span class="o">>/</span><span class="n">miniconda3</span><span class="o">/</span><span class="n">lib</span><span class="o">/</span><span class="n">python3</span><span class="o">.</span><span class="mi">5</span><span class="o">/</span><span class="n">site</span><span class="o">-</span><span class="n">packages</span>
<span class="n">VTK_PYTHON_VERSION</span><span class="p">:</span><span class="n">STRING</span><span class="o">=</span><span class="mi">3</span>
<span class="n">VTK_WRAP_PYTHON</span><span class="p">:</span><span class="n">BOOL</span><span class="o">=</span><span class="n">ON</span>
</pre></div>
</div>
<p>Then press “c” again to configure and finally “g” to generate the required
make files After the CMakeCache.txt file is generated, type:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">make</span> <span class="o">-</span><span class="n">j</span> <span class="mi">4</span>
<span class="n">sudo</span> <span class="n">make</span> <span class="n">install</span>
</pre></div>
</div>
<p>With any luck, you should have vtk with the necessary python wrappers
installed. You can test this by going into a python terminal and trying:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">vtk</span>
</pre></div>
</div>
</div>
<div class="section" id="openbabel-mac-os-x-tested-on-v2-3-2">
<h3>OpenBabel Mac OS X (tested on v2.3.2)<a class="headerlink" href="#openbabel-mac-os-x-tested-on-v2-3-2" title="Permalink to this headline">¶</a></h3>
<p><strong>Anaconda install</strong></p>
<p>If you are using anaconda (and have pymatgen installed in your anaconda environment), you should be
able to install openbabel with a single command:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">install</span> <span class="o">-</span><span class="n">c</span> <span class="n">openbabel</span> <span class="n">openbabel</span>
</pre></div>
</div>
<p><strong>Manual install</strong></p>
<p>Openbabel must be compiled with python bindings for integration with pymatgen.
Here are the steps that I took to make it work:</p>
<ol class="arabic">
<li><p>Install cmake from <a class="reference external" href="http://cmake.org/cmake/resources/software.html">http://cmake.org/cmake/resources/software.html</a>.</p></li>
<li><p>Install pcre-8.33 from
<a class="reference external" href="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.33.tar.gz">ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.33.tar.gz</a>.</p></li>
<li><p>Install pkg-config-0.28 using MacPorts or from
<a class="reference external" href="http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz">http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz</a>.</p></li>
<li><p>Install SWIG from
<a class="reference external" href="http://prdownloads.sourceforge.net/swig/swig-2.0.10.tar.gz">http://prdownloads.sourceforge.net/swig/swig-2.0.10.tar.gz</a>.</p></li>
<li><p>Download openbabel 2.3.2 <em>source code</em> from
<a class="reference external" href="https://sourceforge.net/projects/openbabel/files/openbabel/2.3.2/">https://sourceforge.net/projects/openbabel/files/openbabel/2.3.2/</a>.</p></li>
<li><p>Download Eigen version 3.1.2 from
<a class="reference external" href="http://bitbucket.org/eigen/eigen/get/3.1.2.tar.gz">http://bitbucket.org/eigen/eigen/get/3.1.2.tar.gz</a>.</p></li>
<li><p>Extract your Eigen and openbabel source distributions:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">tar</span> <span class="o">-</span><span class="n">zxvf</span> <span class="n">openbabel</span><span class="o">-</span><span class="mf">2.3</span><span class="o">.</span><span class="mf">2.</span><span class="n">tar</span><span class="o">.</span><span class="n">gz</span>
<span class="n">tar</span> <span class="o">-</span><span class="n">zxvf</span> <span class="n">eigen3</span><span class="o">.</span><span class="n">tar</span><span class="o">.</span><span class="n">gz</span>
</pre></div>
</div>
</li>
<li><p>Now you should have two directories. Assuming that your openbabel src is in
a directory called “openbabel-2.3.2” and your eigen source is in a directory
called “eigen3”, do the following steps:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">mv</span> <span class="n">openbabel</span><span class="o">-</span><span class="mf">2.3</span><span class="o">.</span><span class="mi">2</span> <span class="n">ob</span><span class="o">-</span><span class="n">src</span>
<span class="n">cd</span> <span class="n">ob</span><span class="o">-</span><span class="n">src</span><span class="o">/</span><span class="n">scripts</span><span class="o">/</span><span class="n">python</span><span class="p">;</span> <span class="n">rm</span> <span class="n">openbabel</span><span class="o">.</span><span class="n">py</span> <span class="n">openbabel</span><span class="o">-</span><span class="n">python</span><span class="o">.</span><span class="n">cpp</span><span class="p">;</span> <span class="n">cd</span> <span class="o">../../..</span>
</pre></div>
</div>
</li>
<li><p>Edit ob-src/scripts/CMakeLists.txt, jump to line 70, change “eigen2_define”
to “eigen_define”.</p></li>
<li><p>Let’s create a build directory:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">mkdir</span> <span class="n">ob</span><span class="o">-</span><span class="n">build</span>
<span class="n">cd</span> <span class="n">ob</span><span class="o">-</span><span class="n">build</span>
<span class="n">cmake</span> <span class="o">-</span><span class="n">DPYTHON_BINDINGS</span><span class="o">=</span><span class="n">ON</span> <span class="o">-</span><span class="n">DRUN_SWIG</span><span class="o">=</span><span class="n">ON</span> <span class="o">-</span><span class="n">DEIGEN3_INCLUDE_DIR</span><span class="o">=../</span><span class="n">eigen3</span> <span class="o">../</span><span class="n">ob</span><span class="o">-</span><span class="n">src</span> <span class="mi">2</span><span class="o">>&</span><span class="mi">1</span> <span class="o">|</span> <span class="n">tee</span> <span class="n">cmake</span><span class="o">.</span><span class="n">out</span>
</pre></div>
</div>
</li>
<li><p>Before proceeding further, similar to the VTK installation process in the
previous section, you may also need to modify the CMakeCache.txt
file by hand if your python paths and library paths if they are in
non-standard locations. For example, if you have installed the official
version of Python instead of using the Mac-provided version,
you will probably need to edit the CMakeCache Python links. Example
configuration for Python 2.7 is given below (only variables that need to
be modified are shown):</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">//</span><span class="n">Path</span> <span class="n">to</span> <span class="n">a</span> <span class="n">program</span><span class="o">.</span>
<span class="n">PYTHON_EXECUTABLE</span><span class="p">:</span><span class="n">FILEPATH</span><span class="o">=/</span><span class="n">Library</span><span class="o">/</span><span class="n">Frameworks</span><span class="o">/</span><span class="n">Python</span><span class="o">.</span><span class="n">framework</span><span class="o">/</span><span class="n">Versions</span><span class="o">/</span><span class="mf">2.7</span><span class="o">/</span><span class="nb">bin</span><span class="o">/</span><span class="n">python</span>
<span class="o">//</span><span class="n">Path</span> <span class="n">to</span> <span class="n">a</span> <span class="n">file</span><span class="o">.</span>
<span class="n">PYTHON_INCLUDE_DIR</span><span class="p">:</span><span class="n">PATH</span><span class="o">=/</span><span class="n">Library</span><span class="o">/</span><span class="n">Frameworks</span><span class="o">/</span><span class="n">Python</span><span class="o">.</span><span class="n">framework</span><span class="o">/</span><span class="n">Versions</span><span class="o">/</span><span class="mf">2.7</span><span class="o">/</span><span class="n">Headers</span>
<span class="o">//</span><span class="n">Path</span> <span class="n">to</span> <span class="n">a</span> <span class="n">library</span><span class="o">.</span>
<span class="n">PYTHON_LIBRARY</span><span class="p">:</span><span class="n">FILEPATH</span><span class="o">=/</span><span class="n">Library</span><span class="o">/</span><span class="n">Frameworks</span><span class="o">/</span><span class="n">Python</span><span class="o">.</span><span class="n">framework</span><span class="o">/</span><span class="n">Versions</span><span class="o">/</span><span class="mf">2.7</span><span class="o">/</span><span class="n">lib</span><span class="o">/</span><span class="n">libpython2</span><span class="o">.</span><span class="mf">7.</span><span class="n">dylib</span>
</pre></div>
</div>
</li>
<li><p>If you are using Mavericks (OSX 10.9) and encounter errors relating to <tr1/memory>, you might also need to include
the following flag in your CMakeCache.txt:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">CMAKE_CXX_FLAGS</span><span class="p">:</span><span class="n">STRING</span><span class="o">=-</span><span class="n">stdlib</span><span class="o">=</span><span class="n">libstdc</span><span class="o">++</span>
</pre></div>
</div>
</li>
<li><p>Run make and install as follows:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">make</span> <span class="o">-</span><span class="n">j2</span>
<span class="n">sudo</span> <span class="n">make</span> <span class="n">install</span>
</pre></div>
</div>
</li>
<li><p>With any luck, you should have openbabel with python bindings installed.
You can test your installation by trying to import openbabel from the
python command line. Please note that despite best efforts,
openbabel seems to install the python bindings into /usr/local/lib even
if your Python is not the standard Mac version. In that case,
you may need to add the following into your .bash_profile:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>export PYTHONPATH=/usr/local/lib:$PYTHONPATH
</pre></div>
</div>
</li>
</ol>
</div>
<div class="section" id="zeo">
<h3>Zeo++<a class="headerlink" href="#zeo" title="Permalink to this headline">¶</a></h3>
<p>If you use the defects analysis package, you will need to installZeo++/Voro++.
Here are the steps you need to follow (thanks to Bharat)</p>
<p>Download and install Voro++:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">mkdir</span> <span class="n">Voro</span><span class="o">++</span>
<span class="n">mkdir</span> <span class="n">Voro</span><span class="o">++/</span><span class="n">voro</span>
<span class="n">cd</span> <span class="n">Voro</span><span class="o">++/</span><span class="n">voro</span>
<span class="n">svn</span> <span class="n">checkout</span> <span class="o">--</span><span class="n">username</span> <span class="n">anonsvn</span> <span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">code</span><span class="o">.</span><span class="n">lbl</span><span class="o">.</span><span class="n">gov</span><span class="o">/</span><span class="n">svn</span><span class="o">/</span><span class="n">voro</span><span class="o">/</span><span class="n">trunk</span> <span class="c1"># password is 'anonsvn'</span>
<span class="n">cd</span> <span class="n">trunk</span>
</pre></div>
</div>
<p>Add -fPIC to the CFLAGS variable in config.mk, and then:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">make</span>
</pre></div>
</div>
<p>Download and install Zeo++:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">mkdir</span> <span class="n">Zeo</span><span class="o">++</span>
<span class="n">mkdir</span> <span class="n">Zeo</span><span class="o">++/</span><span class="n">zeo</span>
<span class="n">cd</span> <span class="n">Zeo</span><span class="o">++/</span><span class="n">zeo</span>
<span class="n">svn</span> <span class="n">checkout</span> <span class="o">--</span><span class="n">username</span> <span class="n">anonsvn</span> <span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">code</span><span class="o">.</span><span class="n">lbl</span><span class="o">.</span><span class="n">gov</span><span class="o">/</span><span class="n">svn</span><span class="o">/</span><span class="n">zeo</span><span class="o">/</span><span class="n">trunk</span> <span class="c1"># password is 'anonsvn'</span>
<span class="n">cd</span> <span class="n">trunk</span>
<span class="n">make</span> <span class="n">dylib</span>
</pre></div>
</div>
<p>Create python bindings with Cython:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="n">cython</span>
<span class="n">cd</span> <span class="n">cython_wrapper</span>
<span class="n">python</span> <span class="n">setup_alt</span><span class="o">.</span><span class="n">py</span> <span class="n">develop</span>
</pre></div>
</div>
<p>To test that the installation worked, here is an example series of things you
can do using pymatgen:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">In</span> <span class="p">[</span><span class="mi">1</span><span class="p">]:</span> <span class="kn">from</span> <span class="nn">pymatgen.analysis.defects.point_defects</span> <span class="k">import</span> <span class="n">Interstitial</span>
<span class="n">In</span> <span class="p">[</span><span class="mi">2</span><span class="p">]:</span> <span class="kn">from</span> <span class="nn">pymatgen.core.structure</span> <span class="k">import</span> <span class="n">Structure</span>
<span class="n">In</span> <span class="p">[</span><span class="mi">3</span><span class="p">]:</span> <span class="n">structure</span> <span class="o">=</span> <span class="n">Structure</span><span class="o">.</span><span class="n">from_file</span><span class="p">(</span><span class="s1">'/path/to/file'</span><span class="p">)</span>
<span class="n">In</span> <span class="p">[</span><span class="mi">4</span><span class="p">]:</span> <span class="n">radii</span><span class="p">,</span> <span class="n">valences</span> <span class="o">=</span> <span class="p">{},</span> <span class="p">{}</span>
<span class="n">In</span> <span class="p">[</span><span class="mi">5</span><span class="p">]:</span> <span class="k">for</span> <span class="n">element</span> <span class="ow">in</span> <span class="n">structure</span><span class="o">.</span><span class="n">composition</span><span class="o">.</span><span class="n">elements</span><span class="p">:</span>
<span class="o">...</span><span class="p">:</span> <span class="n">radii</span><span class="p">[</span><span class="n">element</span><span class="o">.</span><span class="n">symbol</span><span class="p">]</span> <span class="o">=</span> <span class="n">element</span><span class="o">.</span><span class="n">atomic_radius</span>
<span class="o">...</span><span class="p">:</span> <span class="n">valence</span> <span class="o">=</span> <span class="n">element</span><span class="o">.</span><span class="n">group</span> <span class="c1"># Just a first guess..</span>
<span class="o">...</span><span class="p">:</span> <span class="k">if</span> <span class="n">element</span><span class="o">.</span><span class="n">group</span> <span class="o">></span> <span class="mi">12</span><span class="p">:</span>
<span class="o">...</span><span class="p">:</span> <span class="n">valence</span> <span class="o">-=</span> <span class="mi">10</span>
<span class="o">...</span><span class="p">:</span> <span class="n">valences</span><span class="p">[</span><span class="n">element</span><span class="o">.</span><span class="n">symbol</span><span class="p">]</span> <span class="o">=</span> <span class="n">valence</span>
<span class="n">In</span> <span class="p">[</span><span class="mi">6</span><span class="p">]:</span> <span class="n">interstitial</span> <span class="o">=</span> <span class="n">Interstitial</span><span class="p">(</span><span class="n">structure</span><span class="p">,</span> <span class="n">radii</span><span class="o">=</span><span class="n">radii</span><span class="p">,</span> <span class="n">valences</span><span class="o">=</span><span class="n">valences</span><span class="p">)</span>
<span class="n">In</span> <span class="p">[</span><span class="mi">7</span><span class="p">]:</span> <span class="n">interstitial</span><span class="o">.</span><span class="n">_defect_sites</span>
</pre></div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>
© Copyright 2011, Pymatgen Development Team
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<div class="footer">This page uses <a href="http://analytics.google.com/">
Google Analytics</a> to collect statistics. You can disable it by blocking
the JavaScript coming from www.google-analytics.com.
<script type="text/javascript">
(function() {
var ga = document.createElement('script');
ga.src = ('https:' == document.location.protocol ?
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
ga.setAttribute('async', 'true');
document.documentElement.firstChild.appendChild(ga);
})();
</script>
</div>
</body>
</html> | fraricci/pymatgen | docs/installation.html | HTML | mit | 50,243 |
<!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_92) on Sat Oct 22 19:44:39 CEST 2016 -->
<title>Uses of Package com.vangav.backend.public_apis.facebook.json.edges</title>
<meta name="date" content="2016-10-22">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package com.vangav.backend.public_apis.facebook.json.edges";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/vangav/backend/public_apis/facebook/json/edges/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Uses of Package com.vangav.backend.public_apis.facebook.json.edges" class="title">Uses of Package<br>com.vangav.backend.public_apis.facebook.json.edges</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../com/vangav/backend/public_apis/facebook/json/edges/package-summary.html">com.vangav.backend.public_apis.facebook.json.edges</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#com.vangav.backend.public_apis.facebook">com.vangav.backend.public_apis.facebook</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#com.vangav.backend.public_apis.facebook.json.edges">com.vangav.backend.public_apis.facebook.json.edges</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.vangav.backend.public_apis.facebook">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../com/vangav/backend/public_apis/facebook/json/edges/package-summary.html">com.vangav.backend.public_apis.facebook.json.edges</a> used by <a href="../../../../../../../com/vangav/backend/public_apis/facebook/package-summary.html">com.vangav.backend.public_apis.facebook</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../../com/vangav/backend/public_apis/facebook/json/edges/class-use/FacebookGraphApiEdgeType.html#com.vangav.backend.public_apis.facebook">FacebookGraphApiEdgeType</a>
<div class="block">enum FacebookGraphApiEdgeType represents Facebook's Graph API handled
user-edges</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.vangav.backend.public_apis.facebook.json.edges">
<!-- -->
</a>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../com/vangav/backend/public_apis/facebook/json/edges/package-summary.html">com.vangav.backend.public_apis.facebook.json.edges</a> used by <a href="../../../../../../../com/vangav/backend/public_apis/facebook/json/edges/package-summary.html">com.vangav.backend.public_apis.facebook.json.edges</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../../com/vangav/backend/public_apis/facebook/json/edges/class-use/FacebookGraphApiEdgeType.html#com.vangav.backend.public_apis.facebook.json.edges">FacebookGraphApiEdgeType</a>
<div class="block">enum FacebookGraphApiEdgeType represents Facebook's Graph API handled
user-edges</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/vangav/backend/public_apis/facebook/json/edges/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| vangav/vos_backend | doc/com/vangav/backend/public_apis/facebook/json/edges/package-use.html | HTML | mit | 7,357 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>R: Generalized Linear Models (R-compliant)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="R.css">
</head><body>
<table width="100%" summary="page for glm {SparkR}"><tr><td>glm {SparkR}</td><td align="right">R Documentation</td></tr></table>
<h2>Generalized Linear Models (R-compliant)</h2>
<h3>Description</h3>
<p>Fits a generalized linear model, similarly to R's glm().
</p>
<h3>Usage</h3>
<pre>
glm(formula, family = gaussian, data, weights, subset, na.action,
start = NULL, etastart, mustart, offset, control = list(...),
model = TRUE, method = "glm.fit", x = FALSE, y = TRUE,
contrasts = NULL, ...)
## S4 method for signature 'formula,ANY,SparkDataFrame'
glm(formula, family = gaussian, data,
epsilon = 1e-06, maxit = 25, weightCol = NULL)
</pre>
<h3>Arguments</h3>
<table summary="R argblock">
<tr valign="top"><td><code>formula</code></td>
<td>
<p>a symbolic description of the model to be fitted. Currently only a few formula
operators are supported, including '~', '.', ':', '+', and '-'.</p>
</td></tr>
<tr valign="top"><td><code>family</code></td>
<td>
<p>a description of the error distribution and link function to be used in the model.
This can be a character string naming a family function, a family function or
the result of a call to a family function. Refer R family at
<a href="https://stat.ethz.ch/R-manual/R-devel/library/stats/html/family.html">https://stat.ethz.ch/R-manual/R-devel/library/stats/html/family.html</a>.</p>
</td></tr>
<tr valign="top"><td><code>data</code></td>
<td>
<p>a SparkDataFrame or R's glm data for training.</p>
</td></tr>
<tr valign="top"><td><code>weights</code></td>
<td>
<p>an optional vector of ‘prior weights’ to be used
in the fitting process. Should be <code>NULL</code> or a numeric vector.</p>
</td></tr>
<tr valign="top"><td><code>subset</code></td>
<td>
<p>an optional vector specifying a subset of observations
to be used in the fitting process.</p>
</td></tr>
<tr valign="top"><td><code>na.action</code></td>
<td>
<p>a function which indicates what should happen
when the data contain <code>NA</code>s. The default is set by
the <code>na.action</code> setting of <code><a href="../../base/html/options.html">options</a></code>, and is
<code><a href="../../stats/html/na.fail.html">na.fail</a></code> if that is unset. The ‘factory-fresh’
default is <code><a href="nafunctions.html">na.omit</a></code>. Another possible value is
<code>NULL</code>, no action. Value <code><a href="../../stats/html/na.fail.html">na.exclude</a></code> can be useful.</p>
</td></tr>
<tr valign="top"><td><code>start</code></td>
<td>
<p>starting values for the parameters in the linear predictor.</p>
</td></tr>
<tr valign="top"><td><code>etastart</code></td>
<td>
<p>starting values for the linear predictor.</p>
</td></tr>
<tr valign="top"><td><code>mustart</code></td>
<td>
<p>starting values for the vector of means.</p>
</td></tr>
<tr valign="top"><td><code>offset</code></td>
<td>
<p>this can be used to specify an <EM>a priori</EM> known
component to be included in the linear predictor during fitting.
This should be <code>NULL</code> or a numeric vector of length equal to
the number of cases. One or more <code><a href="../../stats/html/offset.html">offset</a></code> terms can be
included in the formula instead or as well, and if more than one is
specified their sum is used. See <code><a href="../../stats/html/model.extract.html">model.offset</a></code>.</p>
</td></tr>
<tr valign="top"><td><code>control</code></td>
<td>
<p>a list of parameters for controlling the fitting
process. For <code>glm.fit</code> this is passed to
<code><a href="../../stats/html/glm.control.html">glm.control</a></code>.</p>
</td></tr>
<tr valign="top"><td><code>model</code></td>
<td>
<p>a logical value indicating whether <EM>model frame</EM>
should be included as a component of the returned value.</p>
</td></tr>
<tr valign="top"><td><code>method</code></td>
<td>
<p>the method to be used in fitting the model. The default
method <code>"glm.fit"</code> uses iteratively reweighted least squares
(IWLS): the alternative <code>"model.frame"</code> returns the model frame
and does no fitting.
</p>
<p>User-supplied fitting functions can be supplied either as a function
or a character string naming a function, with a function which takes
the same arguments as <code>glm.fit</code>. If specified as a character
string it is looked up from within the <span class="pkg">stats</span> namespace.
</p>
</td></tr>
<tr valign="top"><td><code>x,y</code></td>
<td>
<p>For <code>glm</code>: logical values indicating whether the response vector
and model matrix used in the fitting process should be returned as
components of the returned value.</p>
</td></tr>
<tr valign="top"><td><code>contrasts</code></td>
<td>
<p>an optional list. See the <code>contrasts.arg</code>
of <code>model.matrix.default</code>.</p>
</td></tr>
<tr valign="top"><td><code>...</code></td>
<td>
<p>For <code>glm</code>: arguments to be used to form the default
<code>control</code> argument if it is not supplied directly.
</p>
<p>For <code>weights</code>: further arguments passed to or from other methods.
</p>
</td></tr>
<tr valign="top"><td><code>epsilon</code></td>
<td>
<p>positive convergence tolerance of iterations.</p>
</td></tr>
<tr valign="top"><td><code>maxit</code></td>
<td>
<p>integer giving the maximal number of IRLS iterations.</p>
</td></tr>
<tr valign="top"><td><code>weightCol</code></td>
<td>
<p>the weight column name. If this is not set or <code>NULL</code>, we treat all instance
weights as 1.0.</p>
</td></tr>
</table>
<h3>Value</h3>
<p><code>glm</code> returns a fitted generalized linear model.
</p>
<h3>Note</h3>
<p>glm since 1.5.0
</p>
<h3>See Also</h3>
<p><a href="spark.glm.html">spark.glm</a>
</p>
<h3>Examples</h3>
<pre>
## Not run:
sparkR.session()
data(iris)
df <- createDataFrame(iris)
model <- glm(Sepal_Length ~ Sepal_Width, df, family = "gaussian")
summary(model)
## End(Not run)
</pre>
<hr><div align="center">[Package <em>SparkR</em> version 2.1.0 <a href="00Index.html">Index</a>]</div>
</body></html>
| alec-heif/MIT-Thesis | spark-bin/R/lib/SparkR/html/glm.html | HTML | mit | 6,279 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt-->
<title>Field awe_jsvalue_type.JSVALUE_TYPE_INTEGER</title>
<link rel="stylesheet" type="text/css" href="../../styles/ddox.css"/>
<link rel="stylesheet" href="../../prettify/prettify.css" type="text/css"/>
<script type="text/javascript" src="../../scripts/jquery.js">/**/</script>
<script type="text/javascript" src="../../prettify/prettify.js">/**/</script>
<script type="text/javascript" src="../../scripts/ddox.js">/**/</script>
</head>
<body onload="prettyPrint(); setupDdox();">
<nav id="main-nav"><!-- using block navigation in layout.dt-->
<ul class="tree-view">
<li class="collapsed tree-view">
<a href="#" class="package">components</a>
<ul class="tree-view">
<li>
<a href="../../components/animation.html" class=" module">animation</a>
</li>
<li>
<a href="../../components/assets.html" class=" module">assets</a>
</li>
<li>
<a href="../../components/camera.html" class=" module">camera</a>
</li>
<li>
<a href="../../components/icomponent.html" class=" module">icomponent</a>
</li>
<li>
<a href="../../components/lights.html" class=" module">lights</a>
</li>
<li>
<a href="../../components/material.html" class=" module">material</a>
</li>
<li>
<a href="../../components/mesh.html" class=" module">mesh</a>
</li>
<li>
<a href="../../components/userinterface.html" class=" module">userinterface</a>
</li>
</ul>
</li>
<li class="collapsed tree-view">
<a href="#" class="package">core</a>
<ul class="tree-view">
<li>
<a href="../../core/dgame.html" class=" module">dgame</a>
</li>
<li>
<a href="../../core/gameobject.html" class=" module">gameobject</a>
</li>
<li>
<a href="../../core/prefabs.html" class=" module">prefabs</a>
</li>
<li>
<a href="../../core/properties.html" class=" module">properties</a>
</li>
<li>
<a href="../../core/reflection.html" class=" module">reflection</a>
</li>
<li>
<a href="../../core/scene.html" class=" module">scene</a>
</li>
</ul>
</li>
<li class="collapsed tree-view">
<a href="#" class="package">graphics</a>
<ul class="tree-view">
<li class="collapsed tree-view">
<a href="#" class="package">adapters</a>
<ul class="tree-view">
<li>
<a href="../../graphics/adapters/adapter.html" class=" module">adapter</a>
</li>
<li>
<a href="../../graphics/adapters/linux.html" class=" module">linux</a>
</li>
<li>
<a href="../../graphics/adapters/mac.html" class=" module">mac</a>
</li>
<li>
<a href="../../graphics/adapters/win32.html" class=" module">win32</a>
</li>
</ul>
</li>
<li class="collapsed tree-view">
<a href="#" class="package">shaders</a>
<ul class="tree-view">
<li class="collapsed tree-view">
<a href="#" class="package">glsl</a>
<ul class="tree-view">
<li>
<a href="../../graphics/shaders/glsl/ambientlight.html" class=" module">ambientlight</a>
</li>
<li>
<a href="../../graphics/shaders/glsl/animatedgeometry.html" class=" module">animatedgeometry</a>
</li>
<li>
<a href="../../graphics/shaders/glsl/directionallight.html" class=" module">directionallight</a>
</li>
<li>
<a href="../../graphics/shaders/glsl/geometry.html" class=" module">geometry</a>
</li>
<li>
<a href="../../graphics/shaders/glsl/pointlight.html" class=" module">pointlight</a>
</li>
<li>
<a href="../../graphics/shaders/glsl/userinterface.html" class=" module">userinterface</a>
</li>
</ul>
</li>
<li>
<a href="../../graphics/shaders/glsl.html" class=" module">glsl</a>
</li>
<li>
<a href="../../graphics/shaders/shaders.html" class=" module">shaders</a>
</li>
</ul>
</li>
<li>
<a href="../../graphics/adapters.html" class=" module">adapters</a>
</li>
<li>
<a href="../../graphics/graphics.html" class=" module">graphics</a>
</li>
<li>
<a href="../../graphics/shaders.html" class=" module">shaders</a>
</li>
</ul>
</li>
<li class=" tree-view">
<a href="#" class="package">utility</a>
<ul class="tree-view">
<li>
<a href="../../utility/awesomium.html" class="selected module">awesomium</a>
</li>
<li>
<a href="../../utility/concurrency.html" class=" module">concurrency</a>
</li>
<li>
<a href="../../utility/config.html" class=" module">config</a>
</li>
<li>
<a href="../../utility/filepath.html" class=" module">filepath</a>
</li>
<li>
<a href="../../utility/input.html" class=" module">input</a>
</li>
<li>
<a href="../../utility/output.html" class=" module">output</a>
</li>
<li>
<a href="../../utility/string.html" class=" module">string</a>
</li>
<li>
<a href="../../utility/tasks.html" class=" module">tasks</a>
</li>
<li>
<a href="../../utility/time.html" class=" module">time</a>
</li>
</ul>
</li>
<li>
<a href="../../components.html" class=" module">components</a>
</li>
<li>
<a href="../../core.html" class=" module">core</a>
</li>
<li>
<a href="../../graphics.html" class=" module">graphics</a>
</li>
<li>
<a href="../../utility.html" class=" module">utility</a>
</li>
</ul>
<noscript>
<p style="color: red">The search functionality needs JavaScript enabled</p>
</noscript>
<div id="symbolSearchPane" style="display: none">
<p>
<input id="symbolSearch" type="text" placeholder="Search for symbols" onchange="performSymbolSearch(24);" onkeypress="this.onchange();" onpaste="this.onchange();" oninput="this.onchange();"/>
</p>
<ul id="symbolSearchResults" style="display: none"></ul>
<script type="application/javascript" src="../../symbols.js"></script>
<script type="application/javascript">
//<![CDATA[
var symbolSearchRootDir = "../../"; $('#symbolSearchPane').show();
//]]>
</script>
</div>
</nav>
<div id="main-contents">
<h1>Field awe_jsvalue_type.JSVALUE_TYPE_INTEGER</h1><!-- using block body in layout.dt--><!-- using block ddox.description in ddox.layout.dt-->
<p></p>
<section>
<h2>Declaration</h2>
<pre class="code prettyprint lang-d prototype">
enum <a href="../../utility/awesomium/awe_jsvalue_type.html">awe_jsvalue_type</a>
{
// ...
JSVALUE_TYPE_INTEGER,
// ...
}</pre>
</section><!-- using block ddox.sections in ddox.layout.dt-->
<!-- Default block ddox.members in ddox.layout.dt-->
<section>
<h2>Authors</h2><!-- using block ddox.authors in ddox.layout.dt-->
</section>
<section>
<h2>Copyright</h2><!-- using block ddox.copyright in ddox.layout.dt-->
</section>
<section>
<h2>License</h2><!-- using block ddox.license in ddox.layout.dt-->
</section>
</div>
</body>
</html> | Circular-Studios/Dash-Docs | api/v0.6.6/utility/awesomium/awe_jsvalue_type.JSVALUE_TYPE_INTEGER.html | HTML | mit | 7,614 |
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>ZeronNation</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="../stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="../stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="../stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Project Scapegoat: Players</h1>
<h1 class="project-name"><a href="home.html"><font color="orange">Go back to TOC.</font></a></h1>
</section>
<section class="main-content">
<h3><a id="table-of-contents" class="anchor" href="#table-of-contents" aria-hidden="true"><span class="octicon octicon-link"></span></a>Table of Contents</h3>
<table border="1">
<tr>
<td><a href="#summary">Summary</a></td>
<p>Background File:Abyss</p>
<p>Name:Unknown, Nickname:Abyss, Age:Unknown, Gender:Male, Weapon:"Z" Class weapon use unknown, Clothed in a black robe, Doesn't speak often and when he does it is usually a word or phrase</p>
<p>Code name:Abyss has previously decimated the Royal Strike Force which is a renown military force to have taken a large part in the victory against the Glitch forces.</p>
<p>Abyss is also known to be extremely lazy but when he gets serious he is not a force to be rekoned with he will often overestimate his enemies leading them to be entirely Decimated without a trace</p>
</tr>
<tr>
<td><a href="#attributes">Attributes</a></td>
</tr>
<tr>
<td><a href="#types">Types</a></td>
</tr>
<tr>
<td><a href="#skills">Skills</a></td>
</tr>
</table>
<h3><a id="summary" class="anchor" href="#summary" aria-hidden="true"><span class="octicon octicon-link"></span></a>Summary</h3>
<p>Abyss is a devastating support character</p>
<h3><a id="attributes" class="anchor" href="#attributes" aria-hidden="true"><span class="octicon octicon-link"></span></a>Attributes</h3>
<h3><a id="types" class="anchor" href="#types" aria-hidden="true"><span class="octicon octicon-link"></span></a>Types</h3>
<h3><a id="skills" class="anchor" href="#skills" aria-hidden="true"><span class="octicon octicon-link"></span></a>Skills</h3>
<table border="1">
<caption>Skill Chart</caption>
<tr id="cattitle">
<td>Skill</td>
<td>Description</td>
</tr>
<tr>
<td>Phantom Strike</td>
<td>
Attacks the selected enemy from their shadow
</td>
</tr>
<tr>
<td>Shadow Imagery</td>
<td>
Abyss turns invisible and leaves a shadow copy of himself that stuns enemies nearby when it is attacked
</td>
</tr>
<tr>
<td>Soul Analysis</td>
<td>
Analyzes the souls of the enemies within a 45 degree radius in front of Abyss
</td>
</tr>
<tr>
<td>Terrify</td>
<td>
An ability that can be used after Soul Analysis used to show the enemies their greatest fear it causes enemies affected by it to cower in fear
</td>
</tr>
<tr>
<td>Mental Rewrite</td>
<td>
Abyss rewrites an enemy's mind and makes the enemy fight his own teammates
</td>
</tr>
<tr>
<td>Psychological Warfare</td>
<td>
An upgraded version of Mental Rewrite that affects an area of enemies around Abyss the enemies will fight each other ignoring Abyss and his teammates
</td>
</tr>
<tr>
<td>Shadow Support</td>
<td>
Abyss's Shadow separates from Abyss and joins the fight though it is a much weaker version of Abyss and will return to Abyss when killed
</td>
</tr>
<tr>
<td>Shadow Guard</td>
<td>
Abyss's Shadow uses a shadow scythe to protect Abyss
</td>
</tr>
<tr>
<td>Multishot</td>
<td>
Abyss quickly fires his Zenomorph at the selected enemies (max 5)
</td>
</tr>
<tr>
<td>Zenomorph</td>
<td>
Morphs Abyss's gun to a different weapon
</td>
</tr>
<tr>
<td>Alpha Zenomorph</td>
<td>
Abyss's Zenomorph weapon changes into a mixture of all the weapons but at the expense of his own life the effect will forcibly end when his health reaches 10% (can be stopped manually by using skill a second time)
</td>
</tr>
<tr>
<td>Zeno Leech</td>
<td>
Transforms Abyss's Zenomorph weapon into a claw that when impaled in an enemy will absorb all their health and will convert a small portion of that to health and a large portion to mana Abyss is vulnerable in this state
</td>
</tr>
<tr>
<td>Zeno Consumption</td>
<td>
Abyss's Zenomorph weapon comsumes a large amount of bodies and weapons to gain significant strength however Abyss is defenceless while harvesting since it takes a while for the weapon to consume bodies and weapons
</td>
</tr>
<tr>
<td>Zeno Sacrifice (ultimate)</td>
<td>
Abyss allows himself to be temporarily taken over by the Zenomorph and he gains 500% more health, armor, mana, and speed however the effect lasts to a max of 1 min the longer he is infected the more health he loses faster healing will slow down the process the effect will also end if Abyss's health reaches 5%
</td>
</tr>
<tr>
<td>Zenomorph Regeneration</td>
<td>
Abyss can regenerate his health faster at the expense of his mana due to his Zenomorph consuming mana to heal faster wont work if mana is below 20%
</td>
</tr>
<tr>
<td>Zenomorph Corruption</td>
<td>
When Abyss runs out of mana he can use his abilities at the expense of his own health
</td>
</tr>
<tr>
<td>Shadow efficiency {passive}</td>
<td>
When Abyss does a normal attack his shadow also attacks but he needs to have his shadow and the shadow does a small fraction of Abyss's strength
</td>
</tr>
<tr>
<td>Power of Fear {passive}</td>
<td>
When Abyss kills an enemy with the Fear debuff Abyss gains a temporary buff that increases his damage by 5%
</td>
</tr>
<tr>
<td>Hunt</td>
<td>
Allows Abyss to pounce on an enemy with the Fear debuff and kill them
</td>
</tr>
<tr>
<td>Supressing Fire</td>
<td>
Abyss unloads all his ammo in his clip in the general direction of enemies and damages them a bit but gives them the Pinned Down debuff
</td>
</tr>
</table>
<p></p>
<table border="1">
<caption>Card Abilities</caption>
<tr id="cattitle">
<td>Card</td>
<td>Description</td>
</tr>
<tr>
<td>[Card] FlameBrandish</td>
<td>
Engulfs Abyss's Sword in fire and makes it into a fiery two-handed sword
</td>
</tr>
<tr>
<td>[Card] Blood Transfusion</td>
<td>
Allows Abyss to absorb the blood of his enemies to heal himself or other allies
</td>
</tr>
<tr>
<td>[Card] Summon Corpse Eater</td>
<td>
Summons a Corpse Eater that coverts the corpses it eats to health for Abyss
</td>
</tr>
<tr>
<td>[Card] Corrupt Battleground</td>
<td>
The enemies shadows hold down the enemies within a 50m radius from
</td>
</tr>
<tr>
<td>[Card] Emergency Blood Transfusion</td>
<td>
Abyss loses some of his own health and heals the weakest ally (Card will only activate when any teammates health goes below 50%
</td>
</tr>
<tr>
<td>[Card] Mutant Satellite</td>
<td>
An orbiting satellite will get infected with Zenomorph abilities and will attack an selected area with an orbital laser
</td>
</tr>
<tr>
<td>[Card] Summon Spirit of Shadows</td>
<td>
Summons a Shadow far more powerful than Abyss's Shadow however it only provides long range support
</td>
</tr>
<tr>
<td>[Card] Zenomorph Infection</td>
<td>
Abyss's weapon disassembles itself and infects all the weapons on the field granting them life and will fight for Abyss and his teammates Abyss can control them
</td>
</tr>
<tr>
<td>[Card] Summon Chaos Sniper</td>
<td>
Summons a Chaos Sniper who fires one shot then teleports to a new location enemies that get hit by those shots will go berserk and will get knocked down and have half health but they gain strength but cannot tell friend from foe
</td>
</tr>
<tr>
<td>[Card] Wraith Blade</td>
<td>
Abyss's sword inbued the power of darkness and sorrow and will transform into a shadowy two-handed sword it passively inflicts the Fear debuff at a random chance
</td>
</tr>
<tr>
<td>[Card] Vampire's Fang</td>
<td>
Abyss's sword consumes 25% of his health to transform it into a blade which gets more power the more people it kills and extends the Vampire's Fang time before it begins using Abyss' own health until it drains up to the last 5% of his health then automatically stops.
</td>
</tr>
</table>
</section>
</body>
</html>
| ZeronTheXeon/zeronthexeon.github.io | gamewiki/abyss.html | HTML | mit | 9,110 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>BaseEvent - StructureJS</title>
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
<script src="../assets/vendor/yui-min.js"></script>
</head>
<body>
<div id="doc">
<header class="main-header">
<div class="content">
<div class="project-title">
<h1 class="project-name">StructureJS</h1> <span class="project-version">0.8.0</span>
<p class="description">Code and documentation for the StructureJS library.</p>
</div>
<ul class="jump-links">
<li><a href="#index" class="index-jump-link">index</a></li>
<li><a href="#top" class="top-jump-link">top</a></li>
</ul>
</div>
</header>
<div id="bd" class="main-body">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a class="type" href="../classes/ApplicationCacheController.html">ApplicationCacheController</a></li>
<li><a class="type" href="../classes/ApplicationCacheEvent.html">ApplicationCacheEvent</a></li>
<li><a class="type" href="../classes/BaseEvent.html">BaseEvent</a></li>
<li><a class="type" href="../classes/BaseModel.html">BaseModel</a></li>
<li><a class="type" href="../classes/BaseObject.html">BaseObject</a></li>
<li><a class="type" href="../classes/BrowserUtil.html">BrowserUtil</a></li>
<li><a class="type" href="../classes/BulkLoader.html">BulkLoader</a></li>
<li><a class="type" href="../classes/Collection.html">Collection</a></li>
<li><a class="type" href="../classes/ComponentFactory.html">ComponentFactory</a></li>
<li><a class="type" href="../classes/DateUtil.html">DateUtil</a></li>
<li><a class="type" href="../classes/DisplayObject.html">DisplayObject</a></li>
<li><a class="type" href="../classes/DisplayObjectContainer.html">DisplayObjectContainer</a></li>
<li><a class="type" href="../classes/DOMElement.html">DOMElement</a></li>
<li><a class="type" href="../classes/EventBroker.html">EventBroker</a></li>
<li><a class="type" href="../classes/EventDispatcher.html">EventDispatcher</a></li>
<li><a class="type" href="../classes/Extend.html">Extend</a></li>
<li><a class="type" href="../classes/ImageLoader.html">ImageLoader</a></li>
<li><a class="type" href="../classes/LoaderEvent.html">LoaderEvent</a></li>
<li><a class="type" href="../classes/LocalStorageController.html">LocalStorageController</a></li>
<li><a class="type" href="../classes/LocalStorageEvent.html">LocalStorageEvent</a></li>
<li><a class="type" href="../classes/MathUtil.html">MathUtil</a></li>
<li><a class="type" href="../classes/MerchantUtil.html">MerchantUtil</a></li>
<li><a class="type" href="../classes/NetworkMonitor.html">NetworkMonitor</a></li>
<li><a class="type" href="../classes/NetworkMonitorEvent.html">NetworkMonitorEvent</a></li>
<li><a class="type" href="../classes/NumberUtil.html">NumberUtil</a></li>
<li><a class="type" href="../classes/ObjectManager.html">ObjectManager</a></li>
<li><a class="type" href="../classes/Point.html">Point</a></li>
<li><a class="type" href="../classes/Route.html">Route</a></li>
<li><a class="type" href="../classes/Router.html">Router</a></li>
<li><a class="type" href="../classes/RouterEvent.html">RouterEvent</a></li>
<li><a class="type" href="../classes/Stage.html">Stage</a></li>
<li><a class="type" href="../classes/StringUtil.html">StringUtil</a></li>
<li><a class="type" href="../classes/TemplateFactory.html">TemplateFactory</a></li>
<li><a class="type" href="../classes/Timer.html">Timer</a></li>
<li><a class="type" href="../classes/TimerEvent.html">TimerEvent</a></li>
<li><a class="type" href="../classes/Util.html">Util</a></li>
<li><a class="type" href="../classes/ValidationUtil.html">ValidationUtil</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a class="module" href="../modules/controller.html">controller</a></li>
<li><a class="module" href="../modules/core.html">core</a></li>
<li><a class="module" href="../modules/event.html">event</a></li>
<li><a class="module" href="../modules/geom.html">geom</a></li>
<li><a class="module" href="../modules/model.html">model</a></li>
<li><a class="module" href="../modules/StructureJS.html">StructureJS</a></li>
<li><a class="module" href="../modules/util.html">util</a></li>
<li><a class="module" href="../modules/view.html">view</a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="docs-main" class="apidocs">
<div class="content container">
<h1>BaseEvent Class</h1>
<div class="box meta">
<div class="extends">
Extends <a href="../classes/BaseObject.html" class="crosslink">BaseObject</a>
</div>
<div class="foundat">
Defined in: <a href="../files/js_event_BaseEvent.js.html#l20"><code>js/event/BaseEvent.js:20</code></a>
</div>
Module: <a href="../modules/event.html">event</a><br>
Parent Module: <a href="../modules/StructureJS.html">StructureJS</a>
</div>
<div class="box intro">
<p>The <a href="../classes/BaseEvent.html" class="crosslink">BaseEvent</a> class is used as the base class for the creation of Event objects, which are passed as parameters to event listeners when an event occurs.</p>
<p>The properties of the <a href="../classes/BaseEvent.html" class="crosslink">BaseEvent</a> class carry basic information about an event, such as the event's type or whether the event's default behavior can be canceled.</p>
<p>For many events, such as the events represented by the Event class constants, this basic information is sufficient. Other events, however, may require more
detailed information.</p>
</div>
<!-- Class member index -->
<a name="index" class="anchor-link"></a>
<div class="index">
<h2>Index</h2>
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="index-section properties">
<h3>Properties</h3>
<ul class="index-list properties extends">
<li class="index-item property public">
<a href="#property_bubbles">bubbles</a>
</li>
<li class="index-item property public">
<a href="#property_cancelable">cancelable</a>
</li>
<li class="index-item property public">
<a href="#property_currentTarget">currentTarget</a>
</li>
<li class="index-item property public">
<a href="#property_data">data</a>
</li>
<li class="index-item property public">
<a href="#property_isImmediatePropagationStopped">isImmediatePropagationStopped</a>
</li>
<li class="index-item property public">
<a href="#property_isPropagationStopped">isPropagationStopped</a>
</li>
<li class="index-item property public inherited">
<a href="#property_sjsId">sjsId</a>
</li>
<li class="index-item property public">
<a href="#property_target">target</a>
</li>
<li class="index-item property public">
<a href="#property_type">type</a>
</li>
</ul>
</div>
<div class="index-section methods">
<h3>Methods</h3>
<ul class="index-list methods extends">
<li class="index-item method constructor">
<a href="#method_BaseEvent">BaseEvent</a>
<span class="flag constructor">constructor</span>
</li>
<li class="index-item method public">
<a href="#method_clone">clone</a>
</li>
<li class="index-item method public inherited">
<a href="#method_destroy">destroy</a>
</li>
<li class="index-item method public inherited">
<a href="#method_getQualifiedClassName">getQualifiedClassName</a>
</li>
<li class="index-item method public">
<a href="#method_stopImmediatePropagation">stopImmediatePropagation</a>
</li>
<li class="index-item method public">
<a href="#method_stopPropagation">stopPropagation</a>
</li>
</ul>
</div>
<div class="index-section events">
<h3>Events</h3>
<ul class="index-list events extends">
<li class="index-item event public">
<a href="#event_ACTIVATE">ACTIVATE</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_ADDED">ADDED</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_ADDED_TO_STAGE">ADDED_TO_STAGE</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_CANCEL">CANCEL</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_CHANGE">CHANGE</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_CLEAR">CLEAR</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_CLOSE">CLOSE</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_CLOSING">CLOSING</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_COMPLETE">COMPLETE</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_CONNECT">CONNECT</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_COPY">COPY</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_CUT">CUT</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_DEACTIVATE">DEACTIVATE</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_DISPLAYING">DISPLAYING</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_ENTER_FRAME">ENTER_FRAME</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_EXIT_FRAME">EXIT_FRAME</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_EXITING">EXITING</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_FULLSCREEN">FULLSCREEN</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_INIT">INIT</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_NETWORK_CHANGE">NETWORK_CHANGE</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_OPEN">OPEN</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_PASTE">PASTE</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_PREPARING">PREPARING</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_REMOVED">REMOVED</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_RENDER">RENDER</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_RESIZE">RESIZE</a>
<span class="flag static">static</span>
</li>
<li class="index-item event public">
<a href="#event_SELECTED">SELECTED</a>
<span class="flag static">static</span>
</li>
</ul>
</div>
</div>
<div class="class-detail">
<div class="properties-detail">
<h2>Properties</h2>
<a name="property_bubbles" class="anchor-link"></a>
<div class="property item public">
<h3 class="name"><code>bubbles</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag public">public</span>
</h3>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l119"><code>js/event/BaseEvent.js:119</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>Indicates whether an event is a bubbling event.</p>
</div>
<p class="default"><strong>Default:</strong> <span class="default-value">false</span></p>
</div>
</div>
<a name="property_cancelable" class="anchor-link"></a>
<div class="property item public">
<h3 class="name"><code>cancelable</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag public">public</span>
</h3>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l128"><code>js/event/BaseEvent.js:128</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>Indicates whether the behavior associated with the event can be prevented.</p>
</div>
<p class="default"><strong>Default:</strong> <span class="default-value">false</span></p>
</div>
</div>
<a name="property_currentTarget" class="anchor-link"></a>
<div class="property item public">
<h3 class="name"><code>currentTarget</code>
<span class="type">Any</span>
<span class="flag public">public</span>
</h3>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l100"><code>js/event/BaseEvent.js:100</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The currentTarget property always points to the <a href="../classes/DisplayObjectContainer.html" class="crosslink">DisplayObjectContainer</a> that the event is currently processing (i.e. bubbling at).</p>
</div>
<p class="default"><strong>Default:</strong> <span class="default-value">null</span></p>
</div>
</div>
<a name="property_data" class="anchor-link"></a>
<div class="property item public">
<h3 class="name"><code>data</code>
<span class="type">Any</span>
<span class="flag public">public</span>
</h3>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l110"><code>js/event/BaseEvent.js:110</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>Used to pass any type of data with the event.</p>
</div>
<p class="default"><strong>Default:</strong> <span class="default-value">null</span></p>
</div>
</div>
<a name="property_isImmediatePropagationStopped" class="anchor-link"></a>
<div class="property item public">
<h3 class="name"><code>isImmediatePropagationStopped</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag public">public</span>
</h3>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l147"><code>js/event/BaseEvent.js:147</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>Indicates if the <a href="../classes/BaseEvent.html#method_stopImmediatePropagation" class="crosslink">stopImmediatePropagation</a> was called on the event object.</p>
</div>
<p class="default"><strong>Default:</strong> <span class="default-value">false</span></p>
</div>
</div>
<a name="property_isPropagationStopped" class="anchor-link"></a>
<div class="property item public">
<h3 class="name"><code>isPropagationStopped</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag public">public</span>
</h3>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l137"><code>js/event/BaseEvent.js:137</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>Indicates if the <a href="../classes/BaseEvent.html#method_stopPropagation" class="crosslink">stopPropagation</a> was called on the event object.</p>
</div>
<p class="default"><strong>Default:</strong> <span class="default-value">false</span></p>
</div>
</div>
<a name="property_sjsId" class="anchor-link"></a>
<div class="property item public inherited">
<h3 class="name"><code>sjsId</code>
<span class="type">Int</span>
<span class="flag public">public</span>
</h3>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseObject.html#property_sjsId" class="type">BaseObject</a>:
<a href="../files/js_BaseObject.js.html#l27"><code>js/BaseObject.js:27</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The sjsId (StructureJS ID) is a unique identifier automatically assigned to most StructureJS objects upon instantiation.</p>
</div>
<p class="default"><strong>Default:</strong> <span class="default-value">null</span></p>
</div>
</div>
<a name="property_target" class="anchor-link"></a>
<div class="property item public">
<h3 class="name"><code>target</code>
<span class="type">Any</span>
<span class="flag public">public</span>
</h3>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l90"><code>js/event/BaseEvent.js:90</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>A reference to the object that originally dispatched the event.</p>
</div>
<p class="default"><strong>Default:</strong> <span class="default-value">null</span></p>
</div>
</div>
<a name="property_type" class="anchor-link"></a>
<div class="property item public">
<h3 class="name"><code>type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
</h3>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l80"><code>js/event/BaseEvent.js:80</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The type of event.</p>
</div>
<p class="default"><strong>Default:</strong> <span class="default-value">null</span></p>
</div>
</div>
<div class="no-visible-items-message">
<p>There are no properties that match your current filter settings. You can change your filter settings in the index section on this page. <a href="#index" class="index-jump-link">index</a></p>
</div>
</div>
<div class="constructor">
<h2>Constructor</h2>
<a name="method_BaseEvent" class="anchor-link"></a>
<div class="method item">
<h3 class="name"><code>BaseEvent</code>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>type</code>
</li>
<li class="arg">
<code class="optional">[bubbles=false]</code>
</li>
<li class="arg">
<code class="optional">[cancelable=false]</code>
</li>
<li class="arg">
<code class="optional">[data=null]</code>
</li>
</ul><span class="paren">)</span>
</div>
</h3>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l20"><code>js/event/BaseEvent.js:20</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">type</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<div class="param-description">
<p>The type of event. The type is case-sensitive.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[bubbles=false]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Indicates whether an event is a bubbling event. If the event can bubble, this value is true; otherwise it is false.
Note: With event-bubbling you can let one Event subsequently call on every ancestor (<a href="../classes/EventDispatcher.html#property_parent" class="crosslink">parent</a>)
(containers of containers of etc.) of the <a href="../classes/DisplayObjectContainer.html" class="crosslink">DisplayObjectContainer</a> that originally dispatched the Event, all the way up to the surface (<a href="../classes/Stage.html" class="crosslink">Stage</a>). Any classes that do not have a parent cannot bubble.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[cancelable=false]</code>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Indicates whether the behavior associated with the event can be prevented. If the behavior can be canceled, this value is true; otherwise it is false.</p>
</div>
</li>
<li class="param">
<code class="param-name optional">[data=null]</code>
<span class="type">Any</span>
<span class="flag optional" title="This parameter is optional.">optional</span>
<div class="param-description">
<p>Use to pass any type of data with the event.</p>
</div>
</li>
</ul>
</div>
<div class="example">
<h4>Example:</h4>
<div class="example-content">
<pre class="code prettyprint"><code>// Example: how to create a custom event by extending BaseEvent.
var Extend = require('structurejs/util/Extend');
var BaseEvent = require('structurejs/event/BaseEvent');
var CountryEvent = (function () {
var _super = Extend(CountryEvent, BaseEvent);
CountryEvent.CHANGE_COUNTRY = "CountryEvent.changeCountry";
function CountryEvent(type, bubbles, cancelable, data) {
_super.call(this, type, bubbles, cancelable, data);
this.countryName = null;
}
return CountryEvent;
})();
// Example: how to use the custom event.
var event = new CountryEvent(CountryEvent.CHANGE_COUNTRY);
event.countryName = 'Canada';
this.dispatchEvent(event);</code></pre>
</div>
</div>
</div>
</div>
</div>
<div class="methods-detail">
<h2>Methods</h2>
<a name="method_clone" class="anchor-link"></a>
<div class="method item public">
<h3 class="name"><code>clone</code>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="../classes/BaseEvent.html" class="crosslink">BaseEvent</a></span>
</span>
<span class="flag public">public</span>
</h3>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l191"><code>js/event/BaseEvent.js:191</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>Duplicates an instance of an BaseEvent subclass.</p>
<p>Returns a new BaseEvent object that is a copy of the original instance of the BaseEvent object.</p>
<p>The new BaseEvent object includes all the properties of the original.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="../classes/BaseEvent.html" class="crosslink">BaseEvent</a></span>:
</div>
</div>
<div class="example">
<h4>Example:</h4>
<div class="example-content">
<pre class="code prettyprint"><code>var cloneOfEvent = event.clone();</code></pre>
</div>
</div>
</div>
</div>
<a name="method_destroy" class="anchor-link"></a>
<div class="method item public inherited">
<h3 class="name"><code>destroy</code>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type">Void</span>
</span>
<span class="flag public">public</span>
</h3>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseObject.html#method_destroy" class="type">BaseObject</a>:
<a href="../files/js_BaseObject.js.html#l52"><code>js/BaseObject.js:52</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The purpose of the destroy method is to make an object ready for garbage collection. This
should be thought of as a one way function. Once destroy is called no further methods should be
called on the object or properties accessed. It is the responsibility of those who implement this
function to stop all running Timers, all running Sounds, and take any other steps necessary to make an
object eligible for garbage collection.</p>
<p>By default the destroy method will null out all properties of the class automatically. You should call destroy
on other objects before calling the super.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type">Void</span>:
</div>
</div>
<div class="example">
<h4>Example:</h4>
<div class="example-content">
<pre class="code prettyprint"><code>ClassName.prototype.destroy = function() {
this._childInstance.destroy();
_super.prototype.destroy.call(this);
}</code></pre>
</div>
</div>
</div>
</div>
<a name="method_getQualifiedClassName" class="anchor-link"></a>
<div class="method item public inherited">
<h3 class="name"><code>getQualifiedClassName</code>
<span class="paren">()</span>
<span class="returns-inline">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
</span>
<span class="flag public">public</span>
</h3>
<div class="meta">
<p>Inherited from
<a href="../classes/BaseObject.html#method_getQualifiedClassName" class="type">BaseObject</a>:
<a href="../files/js_BaseObject.js.html#l40"><code>js/BaseObject.js:40</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>Returns the fully qualified class name of an object.</p>
</div>
<div class="returns">
<h4>Returns:</h4>
<div class="returns-description">
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>:
<p>Returns the class name.</p>
</div>
</div>
<div class="example">
<h4>Example:</h4>
<div class="example-content">
<pre class="code prettyprint"><code>instance.getQualifiedClassName();</code></pre>
</div>
</div>
</div>
</div>
<a name="method_stopImmediatePropagation" class="anchor-link"></a>
<div class="method item public">
<h3 class="name"><code>stopImmediatePropagation</code>
<span class="paren">()</span>
<span class="flag public">public</span>
</h3>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l176"><code>js/event/BaseEvent.js:176</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>Prevents processing of any event listeners in the current node and any subsequent nodes in the event flow.
This method takes effect immediately, and it affects event listeners in the current node. In contrast,
the <a href="../classes/BaseEvent.html#method_stopPropagation" class="crosslink">stopPropagation</a> method doesn't take effect until
all the event listeners in the current node finish processing.</p>
</div>
<div class="example">
<h4>Example:</h4>
<div class="example-content">
<pre class="code prettyprint"><code>event.stopImmediatePropagation();</code></pre>
</div>
</div>
</div>
</div>
<a name="method_stopPropagation" class="anchor-link"></a>
<div class="method item public">
<h3 class="name"><code>stopPropagation</code>
<span class="paren">()</span>
<span class="flag public">public</span>
</h3>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l162"><code>js/event/BaseEvent.js:162</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>Prevents processing of any event listeners in nodes subsequent to the current node in the event flow.
This method does not affect any event listeners in the current node (currentTarget). In contrast,
the <a href="../classes/BaseEvent.html#method_stopImmediatePropagation" class="crosslink">stopImmediatePropagation</a> method prevents processing
of event listeners in both the current node and subsequent nodes. Additional calls to this method have no effect.</p>
</div>
<div class="example">
<h4>Example:</h4>
<div class="example-content">
<pre class="code prettyprint"><code>event.stopPropagation();</code></pre>
</div>
</div>
</div>
</div>
<div class="no-visible-items-message">
<p>There are no methods that match your current filter settings. You can change your filter settings in the index section on this page. <a href="#index" class="index-jump-link">index</a></p>
</div>
</div>
<div class="events-detail">
<h2>Events</h2>
<a name="event_ACTIVATE" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>ACTIVATE</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l213"><code>js/event/BaseEvent.js:213</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.ACTIVATE constant defines the value of the type property of an activate event object.</p>
</div>
</div>
</div>
<a name="event_ADDED" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>ADDED</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l222"><code>js/event/BaseEvent.js:222</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.ADDED constant defines the value of the type property of an added event object.</p>
</div>
</div>
</div>
<a name="event_ADDED_TO_STAGE" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>ADDED_TO_STAGE</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l231"><code>js/event/BaseEvent.js:231</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.ADDED_TO_STAGE constant defines the value of the type property of an addedToStage event object.</p>
</div>
</div>
</div>
<a name="event_CANCEL" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>CANCEL</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l240"><code>js/event/BaseEvent.js:240</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.CANCEL constant defines the value of the type property of a cancel event object.</p>
</div>
</div>
</div>
<a name="event_CHANGE" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>CHANGE</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l249"><code>js/event/BaseEvent.js:249</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.CHANGE constant defines the value of the type property of a change event object.</p>
</div>
</div>
</div>
<a name="event_CLEAR" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>CLEAR</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l258"><code>js/event/BaseEvent.js:258</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.CLEAR constant defines the value of the type property of a clear event object.</p>
</div>
</div>
</div>
<a name="event_CLOSE" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>CLOSE</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l267"><code>js/event/BaseEvent.js:267</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.CLOSE constant defines the value of the type property of a close event object.</p>
</div>
</div>
</div>
<a name="event_CLOSING" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>CLOSING</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l276"><code>js/event/BaseEvent.js:276</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.CLOSING constant defines the value of the type property of a closing event object.</p>
</div>
</div>
</div>
<a name="event_COMPLETE" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>COMPLETE</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l285"><code>js/event/BaseEvent.js:285</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.COMPLETE constant defines the value of the type property of a complete event object.</p>
</div>
</div>
</div>
<a name="event_CONNECT" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>CONNECT</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l294"><code>js/event/BaseEvent.js:294</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.CONNECT constant defines the value of the type property of a connect event object.</p>
</div>
</div>
</div>
<a name="event_COPY" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>COPY</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l303"><code>js/event/BaseEvent.js:303</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>Defines the value of the type property of a copy event object.</p>
</div>
</div>
</div>
<a name="event_CUT" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>CUT</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l312"><code>js/event/BaseEvent.js:312</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>Defines the value of the type property of a cut event object.</p>
</div>
</div>
</div>
<a name="event_DEACTIVATE" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>DEACTIVATE</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l321"><code>js/event/BaseEvent.js:321</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.DEACTIVATE constant defines the value of the type property of a deactivate event object.</p>
</div>
</div>
</div>
<a name="event_DISPLAYING" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>DISPLAYING</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l330"><code>js/event/BaseEvent.js:330</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.DISPLAYING constant defines the value of the type property of a displaying event object.</p>
</div>
</div>
</div>
<a name="event_ENTER_FRAME" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>ENTER_FRAME</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l339"><code>js/event/BaseEvent.js:339</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.ENTER_FRAME constant defines the value of the type property of an enterFrame event object.</p>
</div>
</div>
</div>
<a name="event_EXIT_FRAME" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>EXIT_FRAME</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l348"><code>js/event/BaseEvent.js:348</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.EXIT_FRAME constant defines the value of the type property of an exitFrame event object.</p>
</div>
</div>
</div>
<a name="event_EXITING" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>EXITING</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l357"><code>js/event/BaseEvent.js:357</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.EXITING constant defines the value of the type property of an exiting event object.</p>
</div>
</div>
</div>
<a name="event_FULLSCREEN" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>FULLSCREEN</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l366"><code>js/event/BaseEvent.js:366</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.FULL_SCREEN constant defines the value of the type property of a fullScreen event object.</p>
</div>
</div>
</div>
<a name="event_INIT" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>INIT</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l375"><code>js/event/BaseEvent.js:375</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.INIT constant defines the value of the type property of an init event object.</p>
</div>
</div>
</div>
<a name="event_NETWORK_CHANGE" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>NETWORK_CHANGE</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l384"><code>js/event/BaseEvent.js:384</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.NETWORK_CHANGE constant defines the value of the type property of a networkChange event object.</p>
</div>
</div>
</div>
<a name="event_OPEN" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>OPEN</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l393"><code>js/event/BaseEvent.js:393</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.OPEN constant defines the value of the type property of an open event object.</p>
</div>
</div>
</div>
<a name="event_PASTE" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>PASTE</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l402"><code>js/event/BaseEvent.js:402</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.PASTE constant defines the value of the type property of a paste event object.</p>
</div>
</div>
</div>
<a name="event_PREPARING" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>PREPARING</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l411"><code>js/event/BaseEvent.js:411</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.PREPARING constant defines the value of the type property of a preparing event object.</p>
</div>
</div>
</div>
<a name="event_REMOVED" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>REMOVED</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l420"><code>js/event/BaseEvent.js:420</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.REMOVED constant defines the value of the type property of a removed event object.</p>
</div>
</div>
</div>
<a name="event_RENDER" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>RENDER</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l429"><code>js/event/BaseEvent.js:429</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.RENDER constant defines the value of the type property of a render event object.</p>
</div>
</div>
</div>
<a name="event_RESIZE" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>RESIZE</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l438"><code>js/event/BaseEvent.js:438</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.RESIZE constant defines the value of the type property of a resize event object.</p>
</div>
</div>
</div>
<a name="event_SELECTED" class="anchor-link"></a>
<div class="events item public">
<h3 class="name"><code>SELECTED</code></h3>
<span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>
<span class="flag public">public</span>
<span class="flag static">static</span>
<div class="meta">
<p>
Defined in
<a href="../files/js_event_BaseEvent.js.html#l447"><code>js/event/BaseEvent.js:447</code></a>
</p>
</div>
<div class="extended-detail">
<div class="description">
<p>The BaseEvent.SELECTED constant defines the value of the type property of a selected event object.</p>
</div>
</div>
</div>
<div class="no-visible-items-message">
<p>There are no events that match your current filter settings. You can change your filter settings in the index section on this page. <a href="#index" class="index-jump-link">index</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/vendor/jquery.min.js"></script>
<script src="../assets/js/jquery-offscreen-trigger.js"></script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
| ccheney/StructureJS | examples/EventBubbling/src/assets/vendor/structurejs/docs/classes/BaseEvent.html | HTML | mit | 74,791 |
<ion-header>
<ion-navbar mode="ios" color="gold">
<ion-title mode="ios">
BG Geolocation Demo
</ion-title>
<ion-buttons end>
<ion-toggle [(ngModel)]="enabled" (ionChange)="onToggleEnabled()" style="display:block;"></ion-toggle>
</ion-buttons>
</ion-navbar>
</ion-header>
<ion-content>
<ion-fab top left edge>
<button ion-fab color="gold" (click)="onClickMainMenu()">
<ion-icon color="dark" name="arrow-dropdown-circle"></ion-icon>
</button>
<ion-fab-list side="bottom" style="width:250px">
<ion-item>
<button ion-button full round color="primary" (click)="onClickHome()"><ion-icon name="home"></ion-icon> Home</button>
</ion-item>
<ion-item>
<button ion-button color="primary" (click)="onClickSync()"><ion-icon name="ios-cloud-upload"></ion-icon> Sync</button>
<button ion-button color="danger" (click)="onClickDestroy()">Destroy</button>
</ion-item>
<ion-item>
<ion-label>autoSync</ion-label>
<ion-toggle [(ngModel)]="autoSync" (ionChange)="onSetConfig('autoSync')"></ion-toggle>
</ion-item>
<ion-item>
<ion-label>distanceFilter</ion-label>
<ion-input [(ngModel)]="distanceFilter" (blur)="onSetConfig('distanceFilter')" type="number"></ion-input>
</ion-item>
<ion-item>
<ion-label>stopTimeout</ion-label>
<ion-input [(ngModel)]="stopTimeout" (blur)="onSetConfig('stopTimeout')" type="number"></ion-input>
</ion-item>
<ion-item>
<ion-label>stopOnTerminate</ion-label>
<ion-toggle [(ngModel)]="stopOnTerminate" (ionChange)="onSetConfig('stopOnTerminate')"></ion-toggle>
</ion-item>
<ion-item>
<ion-label>startOnBoot</ion-label>
<ion-toggle [(ngModel)]="startOnBoot" (ionChange)="onSetConfig('startOnBoot')"></ion-toggle>
</ion-item>
<ion-item>
<ion-label>debug</ion-label>
<ion-toggle [(ngModel)]="debug" (ionChange)="onSetConfig('debug')"></ion-toggle>
</ion-item>
<ion-item>
<button ion-button color="primary" (click)="onClickEmailLog()">Email Log</button>
<button ion-button color="danger" (click)="onClickDestroyLog()">Destroy</button>
</ion-item>
</ion-fab-list>
</ion-fab>
<!-- Google Map Element -->
<div #map id="map"></div>
</ion-content>
<ion-footer>
<ion-toolbar mode="ios" color="gold">
<ion-buttons start>
<button ion-button solid (click)="onClickGetCurrentPosition()" color="primary" style="width:50px">
<ion-icon name="md-navigate" color=""></ion-icon>
</button>
</ion-buttons>
<ion-title>
<span [innerHTML]="motionActivity">Activity</span> · <span [innerHTML]="odometer"></span>
</ion-title>
<ion-buttons end>
<button ion-button solid (click)="onClickChangePace()" style="width:50px" color="{{isMoving ? 'danger' : 'secondary'}}">
<ion-icon name="{{isMoving ? 'pause' : 'play'}}"></ion-icon>
</button>
</ion-buttons>
</ion-toolbar>
</ion-footer>
| transistorsoft/cordova-background-geolocation-SampleApp | src/pages/simple-map/simple-map.html | HTML | mit | 3,039 |
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=3">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="lib/tympanus/component.css">
<title></title>
</head>
<body>
<div class="container">
<div class="md-slider">
<div class="md-device-wrapper">
<div class="md-device md-device-1">
<a href="#">
<img src="img/morphing_site1.jpg" />
</a>
<div class="md-border-element"></div>
<div class="md-base-element"></div>
</div>
</div>
</div>
</div>
<!-- scripts -->
<script src="lib/tympanus/modernizr.custom.js"></script>
<script src="lib/tympanus/morphingdevice.js"></script>
<script>
var el = document.querySelector( '.md-slider' ),
settings = {
autoplay : true,
interval : 3000,
devices : [
{ cName : 'md-device-1', canRotate : false, imgsrc : 'img/morphing_site1.jpg' },
{ cName : 'md-device-2', canRotate : false, imgsrc : 'img/morphing_site2.jpg' },
{ cName : 'md-device-3', canRotate : true, imgsrc : 'img/morphing_site3.jpg', rotatedsrc : 'img/morphing_site3r.jpg' },
{ cName : 'md-device-4', canRotate : true, imgsrc : 'img/morphing_site4.jpg', rotatedsrc : 'img/morphing_site4r.jpg' }
]
},
devicesTotal = settings.devices.length,
ds = MorphingDevice( el, settings );
// create navigation triggers
var nav = document.createElement( 'nav' );
for( var i = 0; i < devicesTotal; ++i ) {
var trigger = document.createElement( 'a' );
trigger.className = i === 0 ? 'md-current' : '';
trigger.setAttribute( 'href', '#' );
trigger.setAttribute( 'pos', i );
trigger.onclick = function( event ) {
ds.stopSlideshow();
var pos = Number( event.target.getAttribute( 'pos' ) );
if( pos === ds.getCurrent() ) {
return false;
}
ds.updateCurrentTrigger( event.target );
ds.setCurrent( pos );
ds.changeDevice();
return false;
};
nav.appendChild( trigger );
}
el.appendChild( nav );
if( settings.autoplay ) {
ds.startSlideshow();
}
</script>
</body>
</html> | peace0kumi/portfolio | 00 animation/app/contents/layout/ui/morphing-devices.html | HTML | mit | 2,483 |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="author" content="" />
<meta name="viewport" content="width=device-width">
<title>Box Style Change</title>
<style>
html, body {
background: #ECECEC;
}
main .box-container .box {
display: inline-block;
width: 40px;
height: 40px;
background: #FFF;
box-shadow: 0 1px 1px rgba(0,0,0,0.3);
margin: 5px;
position: relative;
will-change: transform;
}
body.toggled main .box-container .box:nth-child(2n) {
background: #777 !important;
}
button {
margin: 0 auto;
padding: 20px;
background: #CC0000;
font-size: 20px;
border: none;
border-radius: 3px;
box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
</style>
</head>
<body>
<button>Click me</button>
<main>
<div class="box-container">
</div>
</main>
<script>
var container = document.querySelector('.box-container');
var button = document.querySelector('button');
for (var i = 0; i < 3000; i++) {
var div = document.createElement('div');
div.classList.add('box');
div.index = i;
container.appendChild(div);
}
function styleSwapper() {
console.log("start: " + window.performance.now());
document.body.classList.toggle('toggled');
// DO NOT REMOVE THIS LINE (or the test will automatically pass)
// it forces the browser to wait until the recalc event ends before finishing the function
window.getComputedStyle(document.querySelector('div')).backgroundColor;
console.log("end: " + window.performance.now());
}
button.addEventListener('click', styleSwapper);
</script>
<script src="recalcStyles-grader.js"></script>
<script async src="/frontend-grading-engine/ud-grading-engine-v0.1.js"></script>
</body>
</html>
| udacity/60fps | lesson5/recalcStyles/index-slow.html | HTML | mit | 1,987 |
<!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 v5.4.1 - v5.5.0: v8::SampleInfo Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v5.4.1 - v5.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 Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="structv8_1_1SampleInfo.html">SampleInfo</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-attribs">Public Attributes</a> |
<a href="structv8_1_1SampleInfo-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::SampleInfo Struct Reference</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:a5f1e51bc358605e0c1d38fb2f3d344cd"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5f1e51bc358605e0c1d38fb2f3d344cd"></a>
size_t </td><td class="memItemRight" valign="bottom"><b>frames_count</b></td></tr>
<tr class="separator:a5f1e51bc358605e0c1d38fb2f3d344cd"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afd6198c9feb44a8df79576cf427b9a91"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afd6198c9feb44a8df79576cf427b9a91"></a>
StateTag </td><td class="memItemRight" valign="bottom"><b>vm_state</b></td></tr>
<tr class="separator:afd6198c9feb44a8df79576cf427b9a91"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<hr/>The documentation for this struct 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 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 00148b3/html/structv8_1_1SampleInfo.html | HTML | mit | 5,432 |
<h1>{{title}}</h1>
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover">
<tr>
<th>
<a ng-click="orderByField='date'; reverseSort = !reverseSort">
Date
<span ng-show="orderByField == 'date'">
<span ng-show="!reverseSort"><i class="fa fa-fw fa-sort-asc"></i></span>
<span ng-show="reverseSort"><i class="fa fa-fw fa-sort-desc"></i></span>
</span>
</a>
</th>
<th>
<a ng-click="orderByField='name'; reverseSort = !reverseSort">
Name
<span ng-show="orderByField == 'name'">
<span ng-show="!reverseSort"><i class="fa fa-fw fa-sort-asc"></i></span>
<span ng-show="reverseSort"><i class="fa fa-fw fa-sort-desc"></i></span>
</span>
</a>
</th>
<th>
<a ng-click="orderByField='address'; reverseSort = !reverseSort">
Address
<span ng-show="orderByField == 'address'">
<span ng-show="!reverseSort"><i class="fa fa-fw fa-sort-asc"></i></span>
<span ng-show="reverseSort"><i class="fa fa-fw fa-sort-desc"></i></span>
</span>
</a>
</th>
<th>
<a ng-click="orderByField='phone'; reverseSort = !reverseSort">
Phone
<span ng-show="orderByField == 'phone'">
<span ng-show="!reverseSort"><i class="fa fa-fw fa-sort-asc"></i></span>
<span ng-show="reverseSort"><i class="fa fa-fw fa-sort-desc"></i></span>
</span>
</a>
</th>
<th>
<a ng-click="orderByField='email'; reverseSort = !reverseSort">
Email
<span ng-show="orderByField == 'email'">
<span ng-show="!reverseSort"><i class="fa fa-fw fa-sort-asc"></i></span>
<span ng-show="reverseSort"><i class="fa fa-fw fa-sort-desc"></i></span>
</span>
</a>
</th>
<th>Message</th>
<th>IP</th>
</tr>
<tr data-ng-repeat="vol in resultset|orderBy:orderByField:reverseSort">
<td>{{formatDate(vol.date)}}</td>
<td>{{vol.name}}</td>
<td><span>{{formatAddressLines(vol)}}</span> <br/>
<span>{{vol.city}}</span> <br/>
<span>{{formatStateZip(vol)}}</span> <br/>
</td>
<td>{{formatPhoneNumber(vol.phone)}}</td>
<td>{{vol.email}}</td>
<td title = "{{vol.message}}">{{vol.message}}</td>
<td>{{vol.ipaddress}}</td>
</tr>
</table>
</div>
<div>
<span class="text-success">{{ msgs}}</span><span class="text-danger">{{ errors}}</span>
</div>
<div class="row">
<div class="col-sm-6"><a class="btn btn-success" href="#/AddVolunteer">Add New Volunteer</a></div>
<div class="col-sm-6"><a class="btn btn-warning pull-right" href="#/dashboard">Return to Dashboard</a></div>
</div>
| amitmu/utsov | templates/volunteers.html | HTML | mit | 3,348 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="telephone=no,email=no" name="format-detection">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<title>塔王之王</title>
<link href="css/main.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="./lib/js/swiper.min.css">
<style>
.swiper-container {}
.space {
padding: 6px;
}
#footer {
text-align: center;
margin: 10px;
}
</style>
</head>
<body>
<div class="mian-body">
<div style="height:200px"></div>
<div class="fexid-btn">
<div class="ads-row tool-head">
<div class="td item-pic"><img src="img/twzw-logo-small.png" alt="塔王之王"></div>
<div class="td item-info">
<h2>塔王之王</h2>
<div class="ads-row p"><span>塔防</span></div>
<div class="ads-row p"><i class="i_yellow">无广告</i> <i class="i_blue">官方版</i> <i class="i_green">无病毒</i></div>
<!-- <div class="ads-row p"> 84.2M 300W+下载 <img src="img/start_icon.png"><img src="img/start_icon.png"><img src="img/start_icon.png"><img src="img/start_icon.png"><img src="img/start_icon.png"></div> -->
</div>
</div>
<a data-href="#" class="btn game-download-link" id="downloadFile"><img src="img/icon_1.png">下载游戏</a>
</div>
<div class="swiper-container swiper-container-horizontal">
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide space swiper-slide-active" style="width: 50%;"><img src="img/01-small.jpg"></div>
<div class="swiper-slide space swiper-slide-next" style="width: 50%;"><img src="img/02-small.jpg"></div>
<!--<div class="swiper-slide space" style="width: 674.5px;"><img src="img/03-samll.jpg"></div>-->
</div>
<!-- If we need navigation buttons -->
<!--<div class="swiper-button-prev swiper-button-disabled"></div>-->
<!--<div class="swiper-button-next"></div>-->
</div>
<div class="ads-row tool-content">
<div class="text-title">内容摘要</div>
<div class="ads-row text-content">
<!-- <p><span style="color: #c00;">【疯狂福利】</span>免费下载!送价值8888豪礼!</p> -->
<p>问三国名将今何在,纵情驰骋玩塔王。《塔王之王》是一款三国题材、Q版造型、萌系人物、塔防策略型史诗级手游巨作。游戏采用全新引擎特效渲染技术,华丽画面前无古人。特色玩法让玩家惊喜连连,闯关战斗、精英关卡、竞技场、锻造、招贤等都在游戏里一一体现;PK对决威镇群雄,玩家弹指间,秒杀千军万马,酣畅淋漓!策略游戏哪家强,点击下载玩塔王!!!</p>
</div>
<div class="comment">
<div class="comment_title">用户评论</div>
<ul>
<li>
<div class="comment_content">
<div class="comment_user_name">熟悉的陌生人
<div class="com-star-lit-5-O commont-star"></div>
</div>
<div class="comment_user_content">比较喜欢的一款三国策咯塔防游戏,不用花钱也能玩的很爽,超级赞。</div>
</div>
</li>
<li>
<div class="comment_content">
<div class="comment_user_name">孤独假面
<div class="com-star-lit-5-O commont-star"></div>
</div>
<div class="comment_user_content">玩过那么多三国游戏,还是塔王之王好玩,我在新区98,老玩家新朋友一起过来。</div>
</div>
</li>
<li>
<div class="comment_content">
<div class="comment_user_name">彄彄彄彄事儿
<div class="com-star-lit-5-O commont-star"></div>
</div>
<div class="comment_user_content">好玩到爆的一款游戏,不用花钱还能邀请好友一起,PKPK~</div>
</div>
</li>
<li>
<div class="comment_content">
<div class="comment_user_name">ANMEN
<div class="com-star-lit-5-O commont-star"></div>
</div>
<div class="comment_user_content">群英战里的美人咋个升级,好喜欢小乔。</div>
</div>
</li>
<li>
<div class="comment_content">
<div class="comment_user_name">漫天飞花
<div class="com-star-lit-5-O commont-star"></div>
</div>
<div class="comment_user_content">真好玩,神将都有好几个了,就是没有兑换码,唉。</div>
</div>
</li>
<li>
<div class="comment_content">
<div class="comment_user_name">永恒的心
<div class="com-star-lit-5-O commont-star"></div>
</div>
<div class="comment_user_content">画面漂亮,挺好玩的,但是就是不知道那个兵营的怎么使用,还是摸索中。</div>
</div>
</li>
<li>
<div class="comment_content">
<div class="comment_user_name">思绪凌乱
<div class="com-star-lit-5-O commont-star"></div>
</div>
<div class="comment_user_content">觉得这个游戏难得的良心,画面太美了,玩着玩着就上瘾了。</div>
</div>
</li>
<li>
<div class="comment_content">
<div class="comment_user_name">→闪枪手
<div class="com-star-lit-5-O commont-star"></div>
</div>
<div class="comment_user_content">很不错,不需要花钱,而且还不怎么费流量,可以和好友一起互动一块儿玩。</div>
</div>
</li>
<li>
<div class="comment_content">
<div class="comment_user_name">正在输入中...
<div class="com-star-lit-5-O commont-star"></div>
</div>
<div class="comment_user_content">轻松上手,抽到神级装备,哈哈哈。</div>
</div>
</li>
<li>
<div class="comment_content">
<div class="comment_user_name">挑剔
<div class="com-star-lit-5-O commont-star"></div>
</div>
<div class="comment_user_content">很不错,一玩就喜欢上这游戏,赞!</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- 品友统计 START -->
<!-- 品友统计 END -->
<!-- 腾讯统计 START -->
<script type="text/javascript" src="http://pingjs.qq.com/h5/stats.js" name="MTAH5" sid="500312391" cid="500312392" ></script>
<!-- 腾讯统计 END -->
<!-- Tracking统计 START -->
<script type="text/javascript">
;(function tracking(url) {
if (!url) return
var trackingUrl = url + document.location.search
var count = 0
;(function loop() {
var el = document.createElement('script')
el.src = trackingUrl
el.onerror = function () {
if (count < 3) {
console.log('error')
count++
loop()
}
}
el.onload = function () {
console.log('load')
}
document.body.appendChild(el)
})()
})('http://a.de0.cc/QR3iIb')
</script>
<!-- Tracking统计 END -->
<!-- 内部统计 START -->
<script type="text/javascript">
function eventCount(name, type) {
var search = document.location.search.slice(1)
if (search !== '') {
var info = 'page-id:' + name + ' ' + 'page-assets-id:' + name + ' ' + 'event-id:' + type + ' ' + 'uid:' + search
var img = new Image()
img.src = 'http://119.147.212.250:9191/log/js?data=' + encodeURIComponent(info)
}
}
</script>
<!-- 内部统计 END -->
<script type="text/javascript">
var apkName='longyu_twzw_83_1.16.0_210'
</script>
<script type="text/javascript">
/* apk名字作为标识 */
var apkLink = 'http://res.digitcube.net/assets/twzw/' + apkName + '.apk'
function downloadStat() {
if ((location.protocol.indexOf('http') > -1 || location.protocol.indexOf('https') > -1) &&
(location.host.indexOf('localhost') === -1 && location.host.indexOf('127.0.0.1') === -1)) {
eventCount(apkName, 'download') /* 内部统计 下载 */
if (!!window.pyRegisterCvt) pyRegisterCvt() /* 品友统计 */
if (!!window.MtaH5) MtaH5.clickStat('download-' + apkName) /* 腾讯统计 */
}
}
document.addEventListener('DOMContentLoaded', function(event) {
eventCount(apkName, 'load') /* 内部统计 载入 */
})
var btn = document.querySelector('#downloadFile')
btn.addEventListener('click', function() {
downloadStat()
window.open(apkLink)
})
</script>
| DataEye/ads-page | swipe/index-aibei_twzw_10B.html | HTML | mit | 8,869 |
{% extends "index/template.html" %}
{% block content %}
<div class="container">
<h3 class="title is-3" align="center">更改密码</h3>
<div class="ch">
<div class="field">
<label class="label">原密码</label>
<div class="control">
<input class="input" type="password" v-model="OriginalPassword">
</div>
</div>
<div class="field">
<label class="label">新密码</label>
<div class="control">
<input class="input" type="password" v-model="NewPassword">
</div>
</div>
<div class="field">
<label class="label">确认新密码</label>
<div class="control">
<input class="input" type="password" v-model="ConfirmNewPassword">
</div>
</div>
<div class="field">
<div class="control">
<button class="button is-primary is-medium" type="submit">提交</button>
</div>
</div>
</div>
</div>
{% endblock %} | AlienStudio/jpsp_python | jpsp/templates/index/dashboard/password.html | HTML | mit | 994 |
<ion-view title="Introduction to FIGHT Lessons" id="page8" style="" class="">
<ion-content padding="true" class="has-header">
<div class="list card">
<ion-item class="item item-text-wrap" style="background: url(https://firebasestorage.googleapis.com/v0/b/ldsfight.appspot.com/o/lessons%2FumJd7ebcTiqGwE2OONRA_jesus.jpg?alt=media&token=907d5134-c58d-4046-86a2-1171e6893f7d) no-repeat center;background-size:cover;"><img src="img/Logo.png" width="100%" height="auto" style="display: block; margin-left: auto; margin-right: auto; max-width: 300px;"></ion-item>
<div class="item item-body">
<p>Whether or not we realize it, we ARE fighting spiritual battles every day. We are constantly making choices every moment with what we do with our time. Each choice can have a positive or negative impact on us. The F.I.G.H.T. program is designed to help us strengthen our spirit and testimonies and to put more trust in our Heavenly Father and his plan.</p>
<h1>Daily F.I.G.H.T. Lesson Schedule</h1>
<p>Sundays: Bishop's Message</p>
<p>Mondays: General Conference Talk</p>
<p>Tuesdays: Christ Attribute</p>
<p>Wednesdays: Duty to God</p>
<p>Thursdays: Quorum Message</p>
<p>Fridays: Missionary</p>
<p>Saturdays: Service</p>
<h1>Points:</h1>
<p>100 pt per day: Scripture Reading for 10+ mins</p>
<p>50-300 pt per day: Complete the daily F.I.G.H.T. Lesson</p>
<p>300 pts per Assigned Scripture and Song Memorization (10 total memorizations)</p>
<p>500 pts per Temple Visit (once per week, up to 5 visits per month)</p>
<p>500 pts per Attend Mission Prep</p>
<p>500 pts per Attend 2nd Sunday Sundaes</p>
<p>5 pts per Share Testimony From Popet</p>
<p>100-500 pts per Teach Gospel principles, splits with Missionaries</p>
<p>1000 pts per bring friend to church (3 hrs)</p>
<p>Points tallied on LDSFight.com</p>
<h1>Rewards:</h1>
<p>Each Young Man will have the opportunity to earn points and can use them to claim rewards. Rewards will be evolving through the 2 month program. The YM with the most points will receive the Gilbert Temple Picture (donated by Bro Jaime Johnson)</p>
<h1>As we follow the example of the Savior, ours will be the opportunity to be a light in the lives of others.</h1>
<p>We will be different as we decide not to fill our minds with media choices that are base and demeaning and that will remove the Spirit from our homes and our lives. We will certainly stand out as we make choices regarding morality—choices which adhere to gospel principles and standards. Those things which make us different from most of the world also provide us with that light and that spirit which will shine in an increasingly dark world.</p>
<p>By <strong>President Thomas S. Monson</strong><br>From "Be an Example and a Light" - Oct 2015 General Conference</p>
</div>
<div class="item" style="position:relative;overflow:hidden;padding-bottom:56.25%;height:0;"
id="introductionToFIGHTLessons-video4" class="">
<iframe src="https://www.youtube.com/embed/hJ9_1KfCg5I?rel=0&showinfo=0" frameborder="0" allowfullscreen="" width="560" height="315" style="position:absolute;top:0;left:0;width:100%;height:100%;"></iframe>
</div>
</div>
</ion-content>
</ion-view> | WebAddict/LDSFight | lessons/introductionToFIGHTLessons.html | HTML | mit | 3,340 |
{% comment %}
Social media meta tags
Make sure absolute_url prepends url and image paths
{% endcomment %}
<!-- Open Graph -->
<meta property="og:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
<meta property="og:type" content="website">
<meta property="og:url" content="{{ page.url | absolute_url }}">
<meta property="og:image" content="{{ '/img/hero-768.jpg' | absolute_url }}">
<meta property="og:description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">
<!-- Twitter card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@{{ site.twitter }}">
<meta name="twitter:image" content="{{ '/img/hero-768.jpg' | absolute_url }}">
<meta name="twitter:image:alt" content="Barista pouring coffee"> | metroideas/metroideaslab.com | _includes/head/social.html | HTML | mit | 826 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.