path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
client/app/deck/deck.html | RWTreichel/meat-and-colonel | <div class="control-panel slideout">
<div id="player-tile"><br>
<h5 id="tile-title">Tile</h5>
<div class="tile-img">
<img class='rotate-{{ orientation }}' src="{{src}}">
</div>
<div class='rotate'>
<button class="button" ng-click='rotate()'>Rotate: {{ orientation }}</button><br>
<button class='endturn button' id="endturn" ng-click='endTurn()'>End Turn</button>
</div>
</div>
<hr>
<div>
<h5>Meeples</h5>
<div class="meeple-wrap">
<img ng-repeat="i in repeatMeeples(numMeeps) track by $index" ng-src="{{meepleColor}}">
</div>
<!-- <div class='button-grid' id="button-grid">
<button id='pos-1' ng-click='cycleMeeple($event)'>↖</button>
<button id='pos-2' ng-click='cycleMeeple($event)'>↑</button>
<button id='pos-3' ng-click='cycleMeeple($event)'>↗</button><br>
<button id='pos-4' ng-click='cycleMeeple($event)'>←</button>
<button id='pos-5' ng-click='cycleMeeple($event)'>·</button>
<button id='pos-6' ng-click='cycleMeeple($event)'>→</button><br>
<button id='pos-7' ng-click='cycleMeeple($event)'>↙</button>
<button id='pos-8' ng-click='cycleMeeple($event)'>↓</button>
<button id='pos-9' ng-click='cycleMeeple($event)'>↘</button><br>
</div> -->
</div>
<hr>
<div class="">
<button class="button" onclick="window.open('http://zmangames.com/rulebooks/Carcassonne.pdf', 'newwindow', 'width=600, height=650'); return false;">How to Play</button><br>
<button class="button" id="ready" ng-click='ready()'>ready to play</button>
</div>
</div> |
_includes/subscribe.html | vivantdigital/vivantdigital.github.io | <section class="section--subscribe">
<div class="container container--content">
<h3 class="u-alignCenter">Stay in touch</h3>
<p>
Hey, we're <a href="{{ site.vivant }}">Vivant</a>. We build new and crazy things every day. Often we make something we think other devs will dig, and when that happens we want nothing more than to share it! You can check out what we get up to <a href="http://github.com/vivantdigital" target="_blank">@VivantDigital</a> on GitHub.
</p>
<div class="newsletterForm-wrapper">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="//vivant.us12.list-manage.com/subscribe/post?u=a8a50005ebfe9453bfd5fb1b2&id=ea4e59a3f5" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<input type="email" value="" name="EMAIL" class="textInput textInput--large" id="mce-EMAIL" placeholder="Your email address">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_a8a50005ebfe9453bfd5fb1b2_ea4e59a3f5" tabindex="-1" value=""></div>
<div class="clear u-alignCenter"><input type="submit" value="Get new blog posts by email" name="subscribe" id="mc-embedded-subscribe" class="button button--primary"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
<hr/>
</div>
</section>
|
node_modules/brackets/brackets-src/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/tests/unit/effects/effects.html | nikmeiser/temboo-geocode | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Effects Test Suite</title>
<script src="../../jquery.js"></script>
<script>
$.uiBackCompat = false;
</script>
<link rel="stylesheet" href="../../../external/qunit.css">
<script src="../../../external/qunit.js"></script>
<script src="../../jquery.simulate.js"></script>
<script src="../testsuite.js"></script>
<script>
TestHelpers.loadResources({
js: [
"ui/jquery.effects.core.js",
"ui/jquery.effects.blind.js",
"ui/jquery.effects.bounce.js",
"ui/jquery.effects.clip.js",
"ui/jquery.effects.drop.js",
"ui/jquery.effects.explode.js",
"ui/jquery.effects.fade.js",
"ui/jquery.effects.fold.js",
"ui/jquery.effects.highlight.js",
"ui/jquery.effects.pulsate.js",
"ui/jquery.effects.scale.js",
"ui/jquery.effects.shake.js",
"ui/jquery.effects.slide.js",
"ui/jquery.effects.transfer.js"
]
});
</script>
<script src="effects_core.js"></script>
<script src="effects_scale.js"></script>
<script src="../swarminject.js"></script>
<style>
#qunit-fixture {
width: 1000px;
height: 1000px;
}
.hidden {
display: none;
}
.test {
background: #000;
border: 0;
width: 100px;
height: 100px;
}
.testAddBorder {
border: 10px solid #000;
}
.testChildren,
.testChangeBackground {
background: #fff;
}
.test h2 {
font-size: 10px;
}
.testChildren h2 {
font-size: 20px;
}
.relWidth {
width: 50%;
}
.relHeight {
height: 50%;
}
.testScale {
border: 5px solid #000;
padding: 5px;
margin: 5px;
width: 50px;
height: 50px;
}
.ticket7106 {
width: 50px;
height: 50px;
}
.ticket7106.animate {
width: 100px;
}
</style>
</head>
<body>
<h1 id="qunit-header">jQuery UI Effects Test Suite</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
<div id="qunit-fixture">
<div class="hidden test"></div>
<div class="animateClass test">
<h2>Child Element Test</h2>
</div>
<div class="relWidth relHeight testAddBorder">
<h2>Slide with relative width</h2>
</div>
<div class="testScale">
</div>
<div class="ticket7106">
</div>
</div>
</body>
</html>
|
_layouts/layout.html | jwt625/jwt625.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{ site.title }}</title>
<meta name="description" content="{{ site.name }}'s Résumé">
<meta name="author" content="{{ site.name }} @{{ site.github }}">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="{{ site.baseurl }}static/css/base.css">
<link rel="stylesheet" href="{{ site.baseurl }}static/css/skeleton.css">
<link rel="stylesheet" href="{{ site.baseurl }}static/css/layout.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="shortcut icon" href="{{ site.baseurl }}static/img/favicon.ico">
<!-- <link rel="apple-touch-icon" href="static/img/me-icon-57.png"> -->
<!-- <link rel="apple-touch-icon" sizes="72x72" href="static/img/me-icon-72.png"> -->
<!-- <link rel="apple-touch-icon" sizes="114x114" href="static/img/me-icon-114.png"> -->
</head>
<body>
<div class="container">
<header class="four columns">
<img src="{{ site.baseurl }}static/img/wtjiang.jpg" class="me">
<h1>{{ site.name }}</h1>
<p>
<a href="{{ site.tel_full }}">{{ site.tel }}</a>
</p>
<address>
<a href="{{ site.google_maps }}">
{{ site.address }}<br/>
{{ site.postcode }}<br/>
{{ site.city }}<br/>
{{ site.country }}
</a>
</address>
<p>
<a href="{{ site.website_full }}">{{ site.website }}</a><br/>
</p>
<p>
<a href="{{ site.email_full }}">{{ site.email }}</a><br/>
<a href="{{ site.email2_full }}">{{ site.email2 }}</a><br/>
<a href="https://github.com/{{ site.github }}"><i class="fa fa-github"></i> Github</a><br/>
<a href="https://cn.linkedin.com/in/{{ site.linkedin }}"><i class="fa fa-linkedin"></i> LinkedIn</a><br/>
<!--a href="https://twitter.com/{{ site.twitter }}"><i class="fa fa-twitter"></i> Twitter</a><br/-->
</p>
<img src="{{ site.baseurl }}static/img/summer2016_device.png" class="me">
<img src="{{ site.baseurl }}static/img/nanolett_f1.jpg" class="me">
<img src="{{ site.baseurl }}static/img/CPW_C_test.png" class="me">
<a href="{{ site.baseurl }}static/img/webpage-projects.png"><img src="{{ site.baseurl }}static/img/webpage-projects.png" class="me"></a>
<img src="{{ site.baseurl }}static/img/MPL_STM.jpg" class="me">
</header>
<div class="thirteen columns clearfix">
{{ content }}
<footer class="thirteen columns">
<p>© All rights reserved. Powered by <a href="http://jekyllrb.com/">Jekyll</a> and
<a href="https://www.github.com/biomadeira/vitae">vitae</a> with ♥</p>
</footer>
</div>
</div>
<!--
remove the upper-right ribbon
<a href="https://github.com/biomadeira/vitae">
<img style="position: absolute; top: 0; right: 0; border: 0;"
src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67"
alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"></a>
-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview');
</script>
</body>
</html> |
kmall-web/directives/pages/block_group/block_group.html | princewck/princewck.github.io | <div class="block-group-wrapper">
<div class="block-group-title">
<span>活动专区</span>
</div>
<div class="block-group-content">
<div class="block-group">
<a class="block-group-item" ng-repeat="block in blocks[pageIndex]" ng-href="{{ block.link }}" target="_blank">
<div class="block-group-title-container">
<div class="block-group-title"> {{ block.title }} </div>
<div class="block-group-subtitle">{{ block.sub_title }}</div>
</div>
<div class="pic-container">
<div class="block-group-mask"></div>
<div class="block-group-pic"><img ng-src="{{ block.main_pic }}"></div>
</div>
</a>
</div>
<div class="block-group">
<a class="block-group-item" ng-repeat="block in blocks[pageIndex+1]" ng-href="{{ block.link }}" target="_blank">
<div class="block-group-title-container">
<div class="block-group-title"> {{ block.title }} </div>
<div class="block-group-subtitle">{{ block.sub_title }}</div>
</div>
<div class="pic-container">
<div class="block-group-mask"></div>
<div class="block-group-pic"><img ng-src="{{ block.main_pic }}"></div>
</div>
</a>
</div>
</div>
</div> |
d-03.html | armorik83/angularjs-directive-analysis | <ex-d ng-cloak ng-repeat="v in $root.arr">{{v}}</ex-d>
|
Figure4/Tox21_PCIDs/PCID_5962.html | andrewdefries/ToxCast | https://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=5962
|
template/user-list.html | opdss/lxdSystemByCi |
<!DOCTYPE html>
<html>
<head>
<title>Detail Admin - User list</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- bootstrap -->
<link href="css/bootstrap/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap/bootstrap-overrides.css" type="text/css" rel="stylesheet">
<!-- global styles -->
<link rel="stylesheet" type="text/css" href="css/compiled/layout.css">
<link rel="stylesheet" type="text/css" href="css/compiled/elements.css">
<link rel="stylesheet" type="text/css" href="css/compiled/icons.css">
<!-- libraries -->
<link href="css/lib/font-awesome.css" type="text/css" rel="stylesheet" />
<!-- this page specific styles -->
<link rel="stylesheet" href="css/compiled/user-list.css" type="text/css" media="screen" />
<!-- open sans font -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!-- navbar -->
<header class="navbar navbar-inverse" role="banner">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" id="menu-toggler">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="img/logo.png"></a>
</div>
<ul class="nav navbar-nav pull-right hidden-xs">
<li class="hidden-xs hidden-sm">
<input class="search" type="text" />
</li>
<li class="notification-dropdown hidden-xs hidden-sm">
<a href="#" class="trigger">
<i class="icon-warning-sign"></i>
<span class="count">8</span>
</a>
<div class="pop-dialog">
<div class="pointer right">
<div class="arrow"></div>
<div class="arrow_border"></div>
</div>
<div class="body">
<a href="#" class="close-icon"><i class="icon-remove-sign"></i></a>
<div class="notifications">
<h3>You have 6 new notifications</h3>
<a href="#" class="item">
<i class="icon-signin"></i> New user registration
<span class="time"><i class="icon-time"></i> 13 min.</span>
</a>
<a href="#" class="item">
<i class="icon-signin"></i> New user registration
<span class="time"><i class="icon-time"></i> 18 min.</span>
</a>
<a href="#" class="item">
<i class="icon-envelope-alt"></i> New message from Alejandra
<span class="time"><i class="icon-time"></i> 28 min.</span>
</a>
<a href="#" class="item">
<i class="icon-signin"></i> New user registration
<span class="time"><i class="icon-time"></i> 49 min.</span>
</a>
<a href="#" class="item">
<i class="icon-download-alt"></i> New order placed
<span class="time"><i class="icon-time"></i> 1 day.</span>
</a>
<div class="footer">
<a href="#" class="logout">View all notifications</a>
</div>
</div>
</div>
</div>
</li>
<li class="notification-dropdown hidden-xs hidden-sm">
<a href="#" class="trigger">
<i class="icon-envelope"></i>
</a>
<div class="pop-dialog">
<div class="pointer right">
<div class="arrow"></div>
<div class="arrow_border"></div>
</div>
<div class="body">
<a href="#" class="close-icon"><i class="icon-remove-sign"></i></a>
<div class="messages">
<a href="#" class="item">
<img src="img/contact-img.png" class="display" />
<div class="name">Alejandra Galván</div>
<div class="msg">
There are many variations of available, but the majority have suffered alterations.
</div>
<span class="time"><i class="icon-time"></i> 13 min.</span>
</a>
<a href="#" class="item">
<img src="img/contact-img2.png" class="display" />
<div class="name">Alejandra Galván</div>
<div class="msg">
There are many variations of available, have suffered alterations.
</div>
<span class="time"><i class="icon-time"></i> 26 min.</span>
</a>
<a href="#" class="item last">
<img src="img/contact-img.png" class="display" />
<div class="name">Alejandra Galván</div>
<div class="msg">
There are many variations of available, but the majority have suffered alterations.
</div>
<span class="time"><i class="icon-time"></i> 48 min.</span>
</a>
<div class="footer">
<a href="#" class="logout">View all messages</a>
</div>
</div>
</div>
</div>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle hidden-xs hidden-sm" data-toggle="dropdown">
Your account
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="personal-info.html">Personal info</a></li>
<li><a href="#">Account settings</a></li>
<li><a href="#">Billing</a></li>
<li><a href="#">Export your data</a></li>
<li><a href="#">Send feedback</a></li>
</ul>
</li>
<li class="settings hidden-xs hidden-sm">
<a href="personal-info.html" role="button">
<i class="icon-cog"></i>
</a>
</li>
<li class="settings hidden-xs hidden-sm">
<a href="signin.html" role="button">
<i class="icon-share-alt"></i>
</a>
</li>
</ul>
</header>
<!-- end navbar -->
<!-- sidebar -->
<div id="sidebar-nav">
<ul id="dashboard-menu">
<li>
<a href="index.html">
<i class="icon-home"></i>
<span>Home</span>
</a>
</li>
<li>
<a href="chart-showcase.html">
<i class="icon-signal"></i>
<span>Charts</span>
</a>
</li>
<li class="active">
<div class="pointer">
<div class="arrow"></div>
<div class="arrow_border"></div>
</div>
<a class="dropdown-toggle" href="#">
<i class="icon-group"></i>
<span>Users</span>
<i class="icon-chevron-down"></i>
</a>
<ul class="active submenu">
<li><a href="user-list.html" class="active">User list</a></li>
<li><a href="new-user.html">New user form</a></li>
<li><a href="user-profile.html">User profile</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">
<i class="icon-edit"></i>
<span>Forms</span>
<i class="icon-chevron-down"></i>
</a>
<ul class="submenu">
<li><a href="form-showcase.html">Form showcase</a></li>
<li><a href="form-wizard.html">Form wizard</a></li>
</ul>
</li>
<li>
<a href="gallery.html">
<i class="icon-picture"></i>
<span>Gallery</span>
</a>
</li>
<li>
<a href="calendar.html">
<i class="icon-calendar-empty"></i>
<span>Calendar</span>
</a>
</li>
<li>
<a class="dropdown-toggle" href="tables.html">
<i class="icon-th-large"></i>
<span>Tables</span>
<i class="icon-chevron-down"></i>
</a>
<ul class="submenu">
<li><a href="tables.html">Custom tables</a></li>
<li><a href="datatables.html">DataTables</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle ui-elements" href="#">
<i class="icon-code-fork"></i>
<span>UI Elements</span>
<i class="icon-chevron-down"></i>
</a>
<ul class="submenu">
<li><a href="ui-elements.html">UI Elements</a></li>
<li><a href="icons.html">Icons</a></li>
</ul>
</li>
<li>
<a href="personal-info.html">
<i class="icon-cog"></i>
<span>My Info</span>
</a>
</li>
<li>
<a class="dropdown-toggle" href="#">
<i class="icon-share-alt"></i>
<span>Extras</span>
<i class="icon-chevron-down"></i>
</a>
<ul class="submenu">
<li><a href="code-editor.html">Code editor</a></li>
<li><a href="grids.html">Grids</a></li>
<li><a href="signin.html">Sign in</a></li>
<li><a href="signup.html">Sign up</a></li>
</ul>
</li>
</ul>
</div>
<!-- end sidebar -->
<!-- main container -->
<div class="content">
<!-- settings changer -->
<div class="skins-nav">
<a href="#" class="skin first_nav selected">
<span class="icon"></span><span class="text">Default</span>
</a>
<a href="#" class="skin second_nav" data-file="css/compiled/skins/dark.css">
<span class="icon"></span><span class="text">Dark skin</span>
</a>
</div>
<div id="pad-wrapper" class="users-list">
<div class="row header">
<h3>Users</h3>
<div class="col-md-10 col-sm-12 col-xs-12 pull-right">
<input type="text" class="col-md-5 search" placeholder="Type a user's name...">
<!-- custom popup filter -->
<!-- styles are located in css/elements.css -->
<!-- script that enables this dropdown is located in js/theme.js -->
<div class="ui-dropdown">
<div class="head" data-toggle="tooltip" title="Click me!">
Filter users
<i class="arrow-down"></i>
</div>
<div class="dialog">
<div class="pointer">
<div class="arrow"></div>
<div class="arrow_border"></div>
</div>
<div class="body">
<p class="title">
Show users where:
</p>
<div class="form">
<select>
<option>Name</option>
<option>Email</option>
<option>Number of orders</option>
<option>Signed up</option>
<option>Last seen</option>
</select>
<select>
<option>is equal to</option>
<option>is not equal to</option>
<option>is greater than</option>
<option>starts with</option>
<option>contains</option>
</select>
<input type="text" class="form-control" />
<a class="btn-flat small">Add filter</a>
</div>
</div>
</div>
</div>
<a href="new-user.html" class="btn-flat success pull-right">
<span>+</span>
NEW USER
</a>
</div>
</div>
<!-- Users table -->
<div class="row">
<div class="col-md-12">
<table class="table table-hover">
<thead>
<tr>
<th class="col-md-4 sortable">
Name
</th>
<th class="col-md-3 sortable">
<span class="line"></span>Signed up
</th>
<th class="col-md-2 sortable">
<span class="line"></span>Total spent
</th>
<th class="col-md-3 sortable align-right">
<span class="line"></span>Email
</th>
</tr>
</thead>
<tbody>
<!-- row -->
<tr class="first">
<td>
<img src="img/contact-img.png" class="img-circle avatar hidden-phone" />
<a href="user-profile.html" class="name">Alejandra Galvan Castillo</a>
<span class="subtext">Graphic Design</span>
</td>
<td>
Mar 13, 2012
</td>
<td>
$ 4,500.00
</td>
<td class="align-right">
<a href="#">alejandra@canvas.com</a>
</td>
</tr>
<!-- row -->
<tr>
<td>
<img src="img/contact-img2.png" class="img-circle avatar hidden-phone" />
<a href="user-profile.html" class="name">Alejandra Galvan Castillo</a>
<span class="subtext">Graphic Design</span>
</td>
<td>
Jun 03, 2012
</td>
<td>
$ 549.99
</td>
<td class="align-right">
<a href="#">alejandra@canvas.com</a>
</td>
</tr>
<!-- row -->
<tr>
<td>
<img src="img/contact-img.png" class="img-circle avatar hidden-phone" />
<a href="user-profile.html" class="name">Alejandra Galvan Castillo</a>
<span class="subtext">Graphic Design</span>
</td>
<td>
Mar 01, 2013
</td>
<td>
$ 30.00
</td>
<td class="align-right">
<a href="#">alejandra@canvas.com</a>
</td>
</tr>
<!-- row -->
<tr>
<td>
<img src="img/contact-img2.png" class="img-circle avatar hidden-phone" />
<a href="user-profile.html" class="name">Alejandra Galvan Castillo</a>
<span class="subtext">Graphic Design</span>
</td>
<td>
Jan 28, 2012
</td>
<td>
$ 1,320.00
</td>
<td class="align-right">
<a href="#">alejandra@canvas.com</a>
</td>
</tr>
<!-- row -->
<tr>
<td>
<img src="img/contact-img.png" class="img-circle avatar hidden-phone" />
<a href="user-profile.html" class="name">Alejandra Galvan Castillo</a>
<span class="subtext">Graphic Design</span>
</td>
<td>
May 16, 2012
</td>
<td>
$ 89.99
</td>
<td class="align-right">
<a href="#">alejandra@canvas.com</a>
</td>
</tr>
<!-- row -->
<tr>
<td>
<img src="img/contact-img2.png" class="img-circle avatar hidden-phone" />
<a href="user-profile.html" class="name">Alejandra Galvan Castillo</a>
<span class="subtext">Graphic Design</span>
</td>
<td>
Sep 06, 2012
</td>
<td>
$ 344.00
</td>
<td class="align-right">
<a href="#">alejandra@canvas.com</a>
</td>
</tr>
<!-- row -->
<tr>
<td>
<img src="img/contact-img.png" class="img-circle avatar hidden-phone" />
<a href="user-profile.html" class="name">Alejandra Galvan Castillo</a>
<span class="subtext">Graphic Design</span>
</td>
<td>
Jul 13, 2012
</td>
<td>
$ 800.00
</td>
<td class="align-right">
<a href="#">alejandra@canvas.com</a>
</td>
</tr>
<!-- row -->
<tr>
<td>
<img src="img/contact-img2.png" class="img-circle avatar hidden-phone" />
<a href="user-profile.html" class="name">Alejandra Galvan Castillo</a>
<span class="subtext">Graphic Design</span>
</td>
<td>
Feb 13, 2013
</td>
<td>
$ 250.00
</td>
<td class="align-right">
<a href="#">alejandra@canvas.com</a>
</td>
</tr>
<!-- row -->
<tr>
<td>
<img src="img/contact-img.png" class="img-circle avatar hidden-phone" />
<a href="user-profile.html" class="name">Alejandra Galvan Castillo</a>
<span class="subtext">Graphic Design</span>
</td>
<td>
Feb 27, 2013
</td>
<td>
$ 1,300.00
</td>
<td class="align-right">
<a href="#">alejandra@canvas.com</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<ul class="pagination pull-right">
<li><a href="#">‹</a></li>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li><a href="#">›</a></li>
</ul>
<!-- end users table -->
</div>
</div>
<!-- end main container -->
<!-- scripts -->
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/theme.js"></script>
</body>
</html> |
public/about/index.html | notesofdabbler/blogsite_notesofdabbler | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.20.7" />
<title>About · Notes of a Dabbler</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.2/pure-min.css">
<!--[if lte IE 8]>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.2/grids-responsive-old-ie-min.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.2/grids-responsive-min.css">
<!--<![endif]-->
<!--[if lte IE 8]>
<link rel="stylesheet" href="../css/side-menu-old-ie.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="../css/side-menu.css">
<!--<![endif]-->
<link rel="stylesheet" href="../css/blackburn.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="../img/favicon.ico" type="image/x-icon" />
</head>
<body>
<div id="layout">
<a href="#menu" id="menuLink" class="menu-link">
<span></span>
</a>
<div id="menu">
<div class="pure-menu">
<ul class="pure-menu-list">
<li class="pure-menu-item">
<a class="pure-menu-link" href="../">Home</a>
</li>
<li class="pure-menu-item">
<a class="pure-menu-link" href="../links/">Links</a>
</li>
<li class="pure-menu-item">
<a class="pure-menu-link" href="../about/">About</a>
</li>
<li class="pure-menu-item">
<a class="pure-menu-link" href="https://github.com/notesofdabbler">GitHub</a>
</li>
<li class="pure-menu-item">
<a class="pure-menu-link" href="https://www.r-bloggers.com">R-bloggers</a>
</li>
</ul>
</div>
<div class="pure-menu social">
<ul class="pure-menu-list">
</ul>
</div>
<div>
<div class="small-print">
<small></small>
</div>
<div class="small-print">
<small>Built with <a href="https://gohugo.io/" target="_blank">Hugo</a></small>
<small>Theme <a href="https://github.com/yoshiharuyamashita/blackburn" target="_blank">Blackburn</a></small>
</div>
</div>
</div>
<div id="main">
<div class="header">
<h1>About</h1>
<h2></h2>
</div>
<div class="content">
<p>This blog is to catalog my learnings from others in topics related to R, Julia, Python, math, computations and visualizations. My older posts are in a <a href="https://notesofdabbler.wordpress.com/">blog</a> in wordpress site. All views expressed here are my own and not representing anybody else (individual or company).</p>
<p>Shankar Vaidyaraman</p>
</div>
</div>
</div>
</body>
</html>
|
lib/flipper/ui/public/css/application.css | jnunemaker/flipper | html {
font-size: 0.8rem;
}
.flash {
margin-bottom: 15px;
}
.mw-600 {
max-width: 600px;
}
.bg-lightest {
background: rgba(0, 0, 0, 0.01);
}
.toggle-block-when-on {
display: none;
}
.toggle-block-when-off {
display: block;
}
.toggle-on .toggle-block-when-on {
display: block;
}
.toggle-on .toggle-block-when-off {
display: none;
}
.status {
height: 10px;
width: 10px;
border-radius: 50%;
display: inline-block;
}
|
app/misc/helloworld.html | sabotuer99/PluralsightAngularJsTut | <!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en" ng-app="myApp" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en" ng-app="myApp" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>My AngularJS App</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../bower_components/html5-boilerplate/css/normalize.css">
<link rel="stylesheet" href="../bower_components/html5-boilerplate/css/main.css">
<link rel="stylesheet" href="../app.css">
<script src="../bower_components/html5-boilerplate/js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body ng-app="myApp">
<h1 ng-controller="HelloWorldCtrl">{{helloMessage}}</h1>
<div id="scripts">
<script src="../bower_components/angular/angular.js"></script>
<script src="../bower_components/angular-route/angular-route.js"></script>
<script src="helloworld.js"></script>
<script src="view1/view1.js"></script>
<script src="view2/view2.js"></script>
<script src="../components/version/version.js"></script>
<script src="../components/version/version-directive.js"></script>
<script src="../components/version/interpolate-filter.js"></script>
</div>
</body>
</html>
|
patterns/01-molecules-00-text-11-results-title/01-molecules-00-text-11-results-title.html | aizlewood/PIE-patternlab | <!DOCTYPE html>
<html class="pl">
<head>
<title>PIE Jobs | Pattern Lab</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="../../css/style.css?1449182274" media="all" />
<!-- Begin Pattern Lab (Required for Pattern Lab to run properly) -->
<!-- never cache patterns -->
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<link rel="stylesheet" href="../../styleguide/css/styleguide.css?1449182274" media="all">
<link rel="stylesheet" href="../../styleguide/css/styleguide-specific.css?1449182274" media="all" />
<!-- End Pattern Lab -->
</head>
<body class="body">
<span class="results results-showing-number">Showing <b>1,283</b> jobs</span>
<div class="md-overlay"></div><!-- the overlay element -->
<!--DO NOT REMOVE-->
<script>
// handle injection of items from PHP
var patternPartial = "molecules-results-title";
var lineage = [];
var lineageR = [{"lineagePattern":"templates-job-listings","lineagePath":"..\/..\/patterns\/03-templates-20-job-listings\/03-templates-20-job-listings.html"},{"lineagePattern":"templates-job-listings-logged-in","lineagePath":"..\/..\/patterns\/03-templates-21-job-listings-logged-in\/03-templates-21-job-listings-logged-in.html"}];
var patternState = "";
var cssEnabled = false;
</script>
<script>
/*!
* scriptLoader - v0.1
*
* Copyright (c) 2014 Dave Olsen, http://dmolsen.com
* Licensed under the MIT license
*
*/
var scriptLoader = {
run: function(js,cb,target) {
var s = document.getElementById(target+'-'+cb);
for (var i = 0; i < js.length; i++) {
var src = (typeof js[i] != "string") ? js[i].src : js[i];
var c = document.createElement('script');
c.src = '../../'+src+'?'+cb;
if (typeof js[i] != "string") {
if (js[i].dep !== undefined) {
c.onload = function(dep,cb,target) {
return function() {
scriptLoader.run(dep,cb,target);
}
}(js[i].dep,cb,target);
}
}
s.parentNode.insertBefore(c,s);
}
}
}
</script>
<script id="pl-js-polyfill-insert-1449182274">
(function() {
if (self != top) {
var cb = '1449182274';
var js = [];
if (typeof document !== "undefined" && !("classList" in document.documentElement)) {
js.push("styleguide/js/vendor/classlist-polyfill.js");
}
scriptLoader.run(js,cb,'pl-js-polyfill-insert');
}
})();
</script>
<script id="pl-js-insert-1449182274">
(function() {
if (self != top) {
var cb = '1449182274';
var js = [ { "src": "styleguide/js/vendor/jwerty.js", "dep": [ "styleguide/js/postmessage.js", { "src": "data/annotations.js", "dep": [ "styleguide/js/annotations-pattern.js" ] }, "styleguide/js/code-pattern.js" ] } ];
scriptLoader.run(js,cb,'pl-js-insert');
}
})();
</script>
<script src="/js/main.js" type="text/javascript" aysnc></script>
<script>
// Init responsive nav
var customToggle = document.getElementById( 'nav-toggle' );
var navigation = responsiveNav(".nav-collapse", {
customToggle: "#nav-toggle", // Selector: Specify the ID of a custom toggle
enableFocus: true,
enableDropdown: true,
openDropdown: '<span class="screen-reader-text">Open sub menu</span>',
closeDropdown: '<span class="screen-reader-text">Close sub menu</span>',
init: function () { // Set ARIA for menu toggle button
customToggle.setAttribute( 'aria-expanded', 'false' );
customToggle.setAttribute( 'aria-pressed', 'false' );
},
open: function () {
customToggle.setAttribute( 'aria-expanded', 'true' );
customToggle.setAttribute( 'aria-pressed', 'true' );
customToggle.innerHTML = 'Close menu';
},
close: function () {
customToggle.setAttribute( 'aria-expanded', 'false' );
customToggle.setAttribute( 'aria-pressed', 'false' );
customToggle.innerHTML = 'Open menu';
},
});
</script>
<script>
// Popup Window
var scrollTop = '';
var newHeight = '100';
$(window).bind('scroll', function() {
scrollTop = $( window ).scrollTop();
newHeight = scrollTop + 100;
});
$('.popup-trigger').click(function(e) {
e.stopPropagation();
if(jQuery(window).width() < 767) {
$(this).after( $( ".popup" ) );
$('.popup').show().addClass('popup-mobile').css('top', 0);
$('html, body').animate({
scrollTop: $('.popup').offset().top
}, 500);
} else {
$('.popup').removeClass('popup-mobile').css('top', newHeight).toggle();
};
});
$('html').click(function() {
$('.popup').hide();
});
$('.popup-btn-close').click(function(e){
$('.popup').hide();
});
$('.popup').click(function(e){
e.stopPropagation();
});
</script>
</body>
</html> |
css/jumbotron.css | nightzirch/WakeManagement | /* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
}
.jumbotron {
margin-bottom: 0;
}
.jumbotron.header {
background: url(../images/gtp-header.jpg) center center no-repeat;
background-size: 100%;
color: #fff;
}
.jumbotron.gray {
background-color: #bdc3c7;
}
.jumbotron.black {
background-color: #222;
color: #fff;
}
.jumbotron img.band {
width: 50%;
display: block;
margin: 10px auto;
}
.jumbotron img.staff {
width: 50%;
display: block;
margin: 10px auto;
}
footer.jumbotron {
margin-bottom: -20px;
}
|
youtube.html | zafree/tedvid | <!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">
<link rel="shortcut icon" type="image/png" href="/imgs/favicon.png" />
<title>TEDvid - Youtube</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="dist/css/tedvid.min.css">
<!--load if youtube -->
<script src="https://www.youtube.com/iframe_api"></script>
</head>
<body>
<div id="Video" class="Video">
<div id="Video__sticky" class="Video__sticky">
<div class="container">
<a class="Video__details__sticky__watch-next hidden-sm hidden-xs" href="/tedvid">
<div class="Video__details__sticky__watch-next__label">Watch next</div>
<div class="Video__details__sticky__watch-next__title">Vimeo: The unreal future of space exploration</div>
<div class="Video__details__sticky__watch-next__arrow">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 306 306" style="enable-background:new 0 0 306 306;" xml:space="preserve">
<g>
<polygon points="94.35,0 58.65,35.7 175.95,153 58.65,270.3 94.35,306 247.35,153 "/>
</g>
</svg>
</div>
</a>
<div class="Video__details__sticky">
<div class="Video__details__sticky-speaker">
<a href="">Joshua Prager:</a>
</div>
<div class="Video__details__sticky-title">
<a href="">Wisdom from great writers on every year of life</a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row Video__contents">
<div class="col-md-8 col-md-offset-2">
<div id="Video__banner" class="Video__banner">
<div class="embed-responsive embed-responsive-16by9">
<!-- set your video poster src -->
<img id="Video__poster" class="Video__poster" src="imgs/c0.jpg" alt="..." />
<!-- set your data-provider and src -->
<iframe class="embed-responsive-item" data-provider="youtube" src="https://www.youtube.com/embed/7d16CpWp-ok?enablejsapi=1&html5=1&showinfo=0&rel=0&autohide=0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</div>
<div id="Video__control" class="Video__control Video__control-gradient">
<div id="Video__control-play" class="Video__control-play">
<svg x="0" y="0" viewBox="0 0 200 200">
<circle fill="url(#ripple)" cx="100" cy="100" r="130" clip-path="url(#clipper)"></circle>
<polygon fill="#FFFFFF" points="70.993,60.347 153.398,102.384 70.993,144.42 "></polygon>
<circle fill="transparent" stroke="#FFFFFF" stroke-width="8" cx="100" cy="100" r="96"></circle>
</svg>
<svg x="0" y="0" width="0" height="0">
<defs>
<clipPath id="clipper">
<circle cx="100" cy="100" r="93" />
</clipPath>
<radialGradient id="ripple">
<stop offset="0%" stop-color="#000" stop-opacity="0.25">
<animate attributeName="offset" values="0;0.70" begin="0.2s" dur="2.1s" repeatCount="indefinite" />
</stop>
<stop offset="5%" stop-color="#888" stop-opacity="0.35">
<animate attributeName="offset" values="0.05;0.75" begin="0" dur="2.1s" repeatCount="indefinite" />
</stop>
<stop offset="10%" stop-color="#000" stop-opacity="0.25">
<animate attributeName="offset" values="0.10;1" begin="0" dur="2.1s" repeatCount="indefinite" />
</stop>
</radialGradient>
</defs>
</svg>
</div>
</div>
<div id="Video__details" class="Video__details">
<div class="Video__details-speaker">
<span class="Video__details-speaker-content">Elon Musk:</span>
</div>
<div class="Video__details-title">
<span class="Video__details-title-content">
The mind behind Tesla, SpaceX, SolarCity ...
</span>
</div>
</div>
</div>
</div>
<a id="Video__watch-next" class="Video__watch-next hidden-sm hidden-xs" href="/tedvid">
<div class="Video__watch-next__label">Watch next</div>
<div class="Video__watch-next__title">Vimeo: The unreal future of space exploration</div>
<div class="Video__watch-next__arrow">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 306 306" style="enable-background:new 0 0 306 306;" xml:space="preserve">
<g>
<polygon points="94.35,0 58.65,35.7 175.95,153 58.65,270.3 94.35,306 247.35,153 "/>
</g>
</svg>
</div>
</a>
</div>
<section>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="bottom">
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
<h1>Next Section</h1>
</div>
</div>
</div>
</div>
</section>
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/3.1.1/jquery.waypoints.min.js"></script>
<script src="dist/js/tedvid.js"></script>
</body>
</html>
|
src/app/app.html | RovenskyOleg/baby-feeding | <h3>
Baby Feeding
</h3>
<nav>
<a [routerLink]="['/registration-baby']">
Registration Baby
</a>
|
<a [routerLink]="['/dashboard']">
Dashboard
</a>
|
<a [routerLink]="['/report']">
Report
</a>
|
<a [routerLink]="['/about']">
About
</a>
</nav>
<main class="container">
<router-outlet></router-outlet>
</main>
<footer-component></footer-component>
|
about.html | lucketta/lucketta.github.io | ---
layout: page
title: About
header-img: "img/about-bg.png"
---
<p>Started in computer science engineering, switched majors to screenwriting, and now I'm back hoping to learn web development so I can nurture the skills I already have into a career that meets my goals and aspirations. </p>
|
doc/communication/messages/class-use/InvalidMessageException.html | balazspete/multi-hop-train-journey-booking | <!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_65) on Fri Dec 06 02:55:14 GMT 2013 -->
<TITLE>
Uses of Class communication.messages.InvalidMessageException
</TITLE>
<META NAME="date" CONTENT="2013-12-06">
<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 communication.messages.InvalidMessageException";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../communication/messages/InvalidMessageException.html" title="class in communication.messages"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?communication/messages//class-useInvalidMessageException.html" target="_top"><B>FRAMES</B></A>
<A HREF="InvalidMessageException.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>communication.messages.InvalidMessageException</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../communication/messages/InvalidMessageException.html" title="class in communication.messages">InvalidMessageException</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#communication.protocols"><B>communication.protocols</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#communication.unicast"><B>communication.unicast</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="communication.protocols"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../communication/messages/InvalidMessageException.html" title="class in communication.messages">InvalidMessageException</A> in <A HREF="../../../communication/protocols/package-summary.html">communication.protocols</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../communication/protocols/package-summary.html">communication.protocols</A> that throw <A HREF="../../../communication/messages/InvalidMessageException.html" title="class in communication.messages">InvalidMessageException</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../communication/messages/Message.html" title="class in communication.messages">Message</A></CODE></FONT></TD>
<TD><CODE><B>ProtocolControlledMessenger.</B><B><A HREF="../../../communication/protocols/ProtocolControlledMessenger.html#processMessage(communication.messages.Message)">processMessage</A></B>(<A HREF="../../../communication/messages/Message.html" title="class in communication.messages">Message</A> message)</CODE>
<BR>
Process an input message using one of the input <A HREF="../../../communication/protocols/Protocol.html" title="interface in communication.protocols"><CODE>Protocol</CODE></A>s</TD>
</TR>
</TABLE>
<P>
<A NAME="communication.unicast"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../communication/messages/InvalidMessageException.html" title="class in communication.messages">InvalidMessageException</A> in <A HREF="../../../communication/unicast/package-summary.html">communication.unicast</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../communication/unicast/package-summary.html">communication.unicast</A> that throw <A HREF="../../../communication/messages/InvalidMessageException.html" title="class in communication.messages">InvalidMessageException</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../communication/messages/Message.html" title="class in communication.messages">Message</A></CODE></FONT></TD>
<TD><CODE><B>UnicastSocketClient.</B><B><A HREF="../../../communication/unicast/UnicastSocketClient.html#getMessage()">getMessage</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../communication/messages/Message.html" title="class in communication.messages">Message</A></CODE></FONT></TD>
<TD><CODE><B>UnicastClient.</B><B><A HREF="../../../communication/unicast/UnicastClient.html#getMessage()">getMessage</A></B>()</CODE>
<BR>
Receive a <A HREF="../../../communication/messages/Message.html" title="class in communication.messages"><CODE>Message</CODE></A> from a <A HREF="../../../communication/unicast/UnicastServer.html" title="class in communication.unicast"><CODE>UnicastServer</CODE></A> (will block until message has been received)</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../communication/messages/InvalidMessageException.html" title="class in communication.messages"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?communication/messages//class-useInvalidMessageException.html" target="_top"><B>FRAMES</B></A>
<A HREF="InvalidMessageException.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>
|
public/modules/companies/views/edit-company.client.view.html | DmsChrisPena/EnergyPro-CodeRed | <section data-ng-controller="CompaniesController" data-ng-init="findOne()">
<div class="page-header">
<h1>Edit Company</h1>
</div>
<div class="col-md-12">
<form class="form-horizontal" data-ng-submit="update()" novalidate>
<fieldset>
<div class="form-group">
<label class="control-label" for="name">Name</label>
<div class="controls">
<input type="text" data-ng-model="company.name" id="name" class="form-control" placeholder="Name" required>
</div>
</div>
<div class="form-group">
<label class="control-label" for="city">City</label>
<div class="controls">
<input type="text" data-ng-model="company.city" id="city" class="form-control" placeholder="City" required>
</div>
</div>
<div class="form-group">
<label class="control-label" for="state">State</label>
<div class="controls">
<input type="text" data-ng-model="company.state" id="state" class="form-control" placeholder="State" required>
</div>
</div>
<div class="form-group">
<label class="control-label" for="industry">Industry</label>
<div class="controls">
<input type="text" data-ng-model="company.industry" id="industry" class="form-control" placeholder="Industry" required>
</div>
</div>
<div class="form-group">
<input type="submit" value="Update" class="btn btn-default">
</div>
<div data-ng-show="error" class="text-danger">
<strong data-ng-bind="error"></strong>
</div>
</fieldset>
</form>
</div>
</section> |
static/css/article-list.css | ManixChen/manixchen.github.com | article{
padding:6px 0px 8px 0px;
margin-top: 3em;
}
article header{
text-decoration: none;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 1em;
margin-left: 5px;
line-height: 1em;
text-shadow: 0 1px #fff;
font-weight: bold;
display: block;
}
article header a{
color: #666;
}
article .module {
position: relative;
width: 100%;
overflow: hidden;
padding: 25px;
border-bottom: 1px solid #b1b1b1;
background: #f8f8fd;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4),0 0 30px rgba(10,10,0,0.1) inset;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4),0 0 30px rgba(10,10,0,0.1) inset;
-o-box-shadow: 0 1px 2px rgba(0,0,0,0.4),0 0 30px rgba(10,10,0,0.1) inset;
box-shadow: 0 1px 2px rgba(0,0,0,0.4),0 0 30px rgba(10,10,0,0.1) inset;
}
article .title{
font-size: 1.6em;
font-weight: 500;
display: block;
margin-bottom: 10px;
margin-left: -25px;
padding-left: 20px;
color: #FFB717;
border-left: 5px solid #FFB717;
}
article .module a{
color:#FF7912;
}
article .readmore{
display: inline-block;
line-height: 1em;
padding: 6px 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
background: #eee;
color: #999;
text-shadow: 0 1px #fff;
text-decoration: none;
margin-top: 10px;
margin-bottom: 20px;
}
article .readmore:hover{
background: #258fb8;
color: #fff;
text-decoration: none;
text-shadow: 0 1px #1e7293;
}
article footer{
font-size: .85em;
line-height: 1.6em;
border-top: 1px solid #ddd;
padding-top: 1.6em;
margin: 0;
}
article footer a{
color: #999;
margin-right: 15px;
}
|
_includes/header.html | paypulse/paypulse.github.io | {% include sidebar.html %}
<header class="site-header{% if include.avatar %} header-nav{% endif %}">
{% unless include.avatar %}<div class="wrapper"><a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>{% endunless %}
<nav class="site-nav">
<button on='tap:sidebar.toggle' class="menu-icon">
<svg viewBox="0 0 18 15">
<path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
<path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
<path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
</svg>
</button>
<div class="trigger">
{% for page in site.pages %}
{% if page.title and page.navigation %}
<a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
{% endif %}
{% endfor %}
<a href="{{ site.baseurl | append: '/WPF/'}}">WPF</a>
<a href="{{ site.baseurl | append: '/Language/'}}">Language</a>
<a href="{{ site.baseurl | append: '/SUS/'}}">SUS</a>
<a href="{{ site.baseurl | append: '/SPP/'}}">SPP</a>
<a href="{{ site.baseurl | append: '/Category/'}}">Categories</a>
</div>
</nav>{% if include.avatar %}
<div class="wrapper">
<div class="author">
<a href="{{ site.baseurl | append: '/' }}">
<amp-img class="avatar" src="{{ site.baseurl | append:'/assets/avatar.png'}}" width="90" height="90" layout="responsive" alt="{{ site.title }}" ></amp-img>
<h1 class="name">{{ site.title }}</h1>
</a>
<h2 class="description">{{site.description}}</h2>
</div>
</div>{% endif %}
{% unless include.avatar %}</div>{% endunless %}
</header>
|
_layouts/home.html | ntmitchell/ntmitchell.github.io | ---
layout: archive
header:
overlay_color: "#333"
---
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
{% for post in paginator.posts %}
{% include archive-single.html %}
{% endfor %}
{% include paginator.html %}
|
Software University/03) Software Technologies/21) JAVA - Spring Blog/src/main/resources/templates/article/details.html | i-den/SoftwareUniversity | <main>
<div class="container body-content">
<div class="row">
<div class="col-md-12">
<article>
<header>
<h2 th:text="${article.title}"></h2>
</header>
<p th:text="${article.content}"></p>
<small class="author" th:text="${article.author.fullName}"></small>
<footer>
<div class="pull-right">
<th:block sec:authorize="isAuthenticated()">
<a class="btn btn-success btn-xs" th:href="@{/article/edit/{id}(id = ${article.id})}">Edit</a>
<a class="btn btn-danger btn-xs" th:href="@{/article/delete/{id}(id = ${article.id})}">Delete</a>
</th:block>
<a class="btn btn-default btn-xs" th:href="@{/}">back »</a>
</div>
</footer>
</article>
</div>
</div>
</div>
</main>
|
projects/index.html | ttalhouk/ttalhouk.github.io | <!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<link rel="stylesheet" href="/style/example.css">
<link rel="stylesheet" href="/style/queries.css">
<link rel="stylesheet" href="/style/style.css">
</head>
<body>
<div class="projects-container"></div>
</body>
<script src="/bundle.js"></script>
</html>
|
src/jsfb-built/js-file-browser-0.1/examples/ux/gridfilters/css/RangeMenu.css | limscoder/js-file-browser | /*!
* js-file-browser
* Copyright(c) 2011 Biotechnology Computing Facility, University of Arizona. See included LICENSE.txt file.
*
* With components from: Ext JS Library 3.3.1
* Copyright(c) 2006-2010 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.com/license
*/
/*!
* Ext JS Library 3.3.1
* Copyright(c) 2006-2010 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.com/license
*/
/**
* RangeMenu Styles
**/
.ux-rangemenu-gt {
background-image: url(../images/greater_than.png) !important;
}
.ux-rangemenu-lt {
background-image: url(../images/less_than.png) !important;
}
.ux-rangemenu-eq {
background-image: url(../images/equals.png) !important;
}
|
metronic/theme/templates/admin4_material_design/login_3.html | thesis-cpe/spch2 | <!DOCTYPE html>
<!--
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.4
Version: 4.0.1
Author: KeenThemes
Website: http://www.keenthemes.com/
Contact: support@keenthemes.com
Follow: www.twitter.com/keenthemes
Like: www.facebook.com/keenthemes
Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
-->
<!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<!-- BEGIN HEAD -->
<head>
<meta charset="utf-8"/>
<title>Metronic | Login Options - Login Form 3</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta content="" name="description"/>
<meta content="" name="author"/>
<!-- BEGIN GLOBAL MANDATORY STYLES -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css"/>
<link href="../../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
<link href="../../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css"/>
<link href="../../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="../../assets/global/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css"/>
<!-- END GLOBAL MANDATORY STYLES -->
<!-- BEGIN PAGE LEVEL STYLES -->
<link href="../../assets/global/plugins/select2/select2.css" rel="stylesheet" type="text/css"/>
<link href="../../assets/admin/pages/css/login3.css" rel="stylesheet" type="text/css"/>
<!-- END PAGE LEVEL SCRIPTS -->
<!-- BEGIN THEME STYLES -->
<link href="../../assets/global/css/components-md.css" id="style_components" rel="stylesheet" type="text/css"/>
<link href="../../assets/global/css/plugins-md.css" rel="stylesheet" type="text/css"/>
<link href="../../assets/admin/layout/css/layout.css" rel="stylesheet" type="text/css"/>
<link href="../../assets/admin/layout/css/themes/default.css" rel="stylesheet" type="text/css" id="style_color"/>
<link href="../../assets/admin/layout/css/custom.css" rel="stylesheet" type="text/css"/>
<!-- END THEME STYLES -->
<link rel="shortcut icon" href="favicon.ico"/>
</head>
<!-- END HEAD -->
<!-- BEGIN BODY -->
<body class="page-md login">
<!-- BEGIN LOGO -->
<div class="logo">
<a href="index.html">
<img src="../../assets/admin/layout4/img/logo-big.png" alt=""/>
</a>
</div>
<!-- END LOGO -->
<!-- BEGIN SIDEBAR TOGGLER BUTTON -->
<div class="menu-toggler sidebar-toggler">
</div>
<!-- END SIDEBAR TOGGLER BUTTON -->
<!-- BEGIN LOGIN -->
<div class="content">
<!-- BEGIN LOGIN FORM -->
<form class="login-form" action="index.html" method="post">
<h3 class="form-title">Login to your account</h3>
<div class="alert alert-danger display-hide">
<button class="close" data-close="alert"></button>
<span>
Enter any username and password. </span>
</div>
<div class="form-group">
<!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
<label class="control-label visible-ie8 visible-ie9">Username</label>
<div class="input-icon">
<i class="fa fa-user"></i>
<input class="form-control placeholder-no-fix" type="text" autocomplete="off" placeholder="Username" name="username"/>
</div>
</div>
<div class="form-group">
<label class="control-label visible-ie8 visible-ie9">Password</label>
<div class="input-icon">
<i class="fa fa-lock"></i>
<input class="form-control placeholder-no-fix" type="password" autocomplete="off" placeholder="Password" name="password"/>
</div>
</div>
<div class="form-actions">
<label class="checkbox">
<input type="checkbox" name="remember" value="1"/> Remember me </label>
<button type="submit" class="btn green-haze pull-right">
Login <i class="m-icon-swapright m-icon-white"></i>
</button>
</div>
<div class="login-options">
<h4>Or login with</h4>
<ul class="social-icons">
<li>
<a class="facebook" data-original-title="facebook" href="javascript:;">
</a>
</li>
<li>
<a class="twitter" data-original-title="Twitter" href="javascript:;">
</a>
</li>
<li>
<a class="googleplus" data-original-title="Goole Plus" href="javascript:;">
</a>
</li>
<li>
<a class="linkedin" data-original-title="Linkedin" href="javascript:;">
</a>
</li>
</ul>
</div>
<div class="forget-password">
<h4>Forgot your password ?</h4>
<p>
no worries, click <a href="javascript:;" id="forget-password">
here </a>
to reset your password.
</p>
</div>
<div class="create-account">
<p>
Don't have an account yet ? <a href="javascript:;" id="register-btn">
Create an account </a>
</p>
</div>
</form>
<!-- END LOGIN FORM -->
<!-- BEGIN FORGOT PASSWORD FORM -->
<form class="forget-form" action="index.html" method="post">
<h3>Forget Password ?</h3>
<p>
Enter your e-mail address below to reset your password.
</p>
<div class="form-group">
<div class="input-icon">
<i class="fa fa-envelope"></i>
<input class="form-control placeholder-no-fix" type="text" autocomplete="off" placeholder="Email" name="email"/>
</div>
</div>
<div class="form-actions">
<button type="button" id="back-btn" class="btn">
<i class="m-icon-swapleft"></i> Back </button>
<button type="submit" class="btn green-haze pull-right">
Submit <i class="m-icon-swapright m-icon-white"></i>
</button>
</div>
</form>
<!-- END FORGOT PASSWORD FORM -->
<!-- BEGIN REGISTRATION FORM -->
<form class="register-form" action="index.html" method="post">
<h3>Sign Up</h3>
<p>
Enter your personal details below:
</p>
<div class="form-group">
<label class="control-label visible-ie8 visible-ie9">Full Name</label>
<div class="input-icon">
<i class="fa fa-font"></i>
<input class="form-control placeholder-no-fix" type="text" placeholder="Full Name" name="fullname"/>
</div>
</div>
<div class="form-group">
<!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
<label class="control-label visible-ie8 visible-ie9">Email</label>
<div class="input-icon">
<i class="fa fa-envelope"></i>
<input class="form-control placeholder-no-fix" type="text" placeholder="Email" name="email"/>
</div>
</div>
<div class="form-group">
<label class="control-label visible-ie8 visible-ie9">Address</label>
<div class="input-icon">
<i class="fa fa-check"></i>
<input class="form-control placeholder-no-fix" type="text" placeholder="Address" name="address"/>
</div>
</div>
<div class="form-group">
<label class="control-label visible-ie8 visible-ie9">City/Town</label>
<div class="input-icon">
<i class="fa fa-location-arrow"></i>
<input class="form-control placeholder-no-fix" type="text" placeholder="City/Town" name="city"/>
</div>
</div>
<div class="form-group">
<label class="control-label visible-ie8 visible-ie9">Country</label>
<select name="country" id="select2_sample4" class="select2 form-control">
<option value=""></option>
<option value="AF">Afghanistan</option>
<option value="AL">Albania</option>
<option value="DZ">Algeria</option>
<option value="AS">American Samoa</option>
<option value="AD">Andorra</option>
<option value="AO">Angola</option>
<option value="AI">Anguilla</option>
<option value="AR">Argentina</option>
<option value="AM">Armenia</option>
<option value="AW">Aruba</option>
<option value="AU">Australia</option>
<option value="AT">Austria</option>
<option value="AZ">Azerbaijan</option>
<option value="BS">Bahamas</option>
<option value="BH">Bahrain</option>
<option value="BD">Bangladesh</option>
<option value="BB">Barbados</option>
<option value="BY">Belarus</option>
<option value="BE">Belgium</option>
<option value="BZ">Belize</option>
<option value="BJ">Benin</option>
<option value="BM">Bermuda</option>
<option value="BT">Bhutan</option>
<option value="BO">Bolivia</option>
<option value="BA">Bosnia and Herzegowina</option>
<option value="BW">Botswana</option>
<option value="BV">Bouvet Island</option>
<option value="BR">Brazil</option>
<option value="IO">British Indian Ocean Territory</option>
<option value="BN">Brunei Darussalam</option>
<option value="BG">Bulgaria</option>
<option value="BF">Burkina Faso</option>
<option value="BI">Burundi</option>
<option value="KH">Cambodia</option>
<option value="CM">Cameroon</option>
<option value="CA">Canada</option>
<option value="CV">Cape Verde</option>
<option value="KY">Cayman Islands</option>
<option value="CF">Central African Republic</option>
<option value="TD">Chad</option>
<option value="CL">Chile</option>
<option value="CN">China</option>
<option value="CX">Christmas Island</option>
<option value="CC">Cocos (Keeling) Islands</option>
<option value="CO">Colombia</option>
<option value="KM">Comoros</option>
<option value="CG">Congo</option>
<option value="CD">Congo, the Democratic Republic of the</option>
<option value="CK">Cook Islands</option>
<option value="CR">Costa Rica</option>
<option value="CI">Cote d'Ivoire</option>
<option value="HR">Croatia (Hrvatska)</option>
<option value="CU">Cuba</option>
<option value="CY">Cyprus</option>
<option value="CZ">Czech Republic</option>
<option value="DK">Denmark</option>
<option value="DJ">Djibouti</option>
<option value="DM">Dominica</option>
<option value="DO">Dominican Republic</option>
<option value="EC">Ecuador</option>
<option value="EG">Egypt</option>
<option value="SV">El Salvador</option>
<option value="GQ">Equatorial Guinea</option>
<option value="ER">Eritrea</option>
<option value="EE">Estonia</option>
<option value="ET">Ethiopia</option>
<option value="FK">Falkland Islands (Malvinas)</option>
<option value="FO">Faroe Islands</option>
<option value="FJ">Fiji</option>
<option value="FI">Finland</option>
<option value="FR">France</option>
<option value="GF">French Guiana</option>
<option value="PF">French Polynesia</option>
<option value="TF">French Southern Territories</option>
<option value="GA">Gabon</option>
<option value="GM">Gambia</option>
<option value="GE">Georgia</option>
<option value="DE">Germany</option>
<option value="GH">Ghana</option>
<option value="GI">Gibraltar</option>
<option value="GR">Greece</option>
<option value="GL">Greenland</option>
<option value="GD">Grenada</option>
<option value="GP">Guadeloupe</option>
<option value="GU">Guam</option>
<option value="GT">Guatemala</option>
<option value="GN">Guinea</option>
<option value="GW">Guinea-Bissau</option>
<option value="GY">Guyana</option>
<option value="HT">Haiti</option>
<option value="HM">Heard and Mc Donald Islands</option>
<option value="VA">Holy See (Vatican City State)</option>
<option value="HN">Honduras</option>
<option value="HK">Hong Kong</option>
<option value="HU">Hungary</option>
<option value="IS">Iceland</option>
<option value="IN">India</option>
<option value="ID">Indonesia</option>
<option value="IR">Iran (Islamic Republic of)</option>
<option value="IQ">Iraq</option>
<option value="IE">Ireland</option>
<option value="IL">Israel</option>
<option value="IT">Italy</option>
<option value="JM">Jamaica</option>
<option value="JP">Japan</option>
<option value="JO">Jordan</option>
<option value="KZ">Kazakhstan</option>
<option value="KE">Kenya</option>
<option value="KI">Kiribati</option>
<option value="KP">Korea, Democratic People's Republic of</option>
<option value="KR">Korea, Republic of</option>
<option value="KW">Kuwait</option>
<option value="KG">Kyrgyzstan</option>
<option value="LA">Lao People's Democratic Republic</option>
<option value="LV">Latvia</option>
<option value="LB">Lebanon</option>
<option value="LS">Lesotho</option>
<option value="LR">Liberia</option>
<option value="LY">Libyan Arab Jamahiriya</option>
<option value="LI">Liechtenstein</option>
<option value="LT">Lithuania</option>
<option value="LU">Luxembourg</option>
<option value="MO">Macau</option>
<option value="MK">Macedonia, The Former Yugoslav Republic of</option>
<option value="MG">Madagascar</option>
<option value="MW">Malawi</option>
<option value="MY">Malaysia</option>
<option value="MV">Maldives</option>
<option value="ML">Mali</option>
<option value="MT">Malta</option>
<option value="MH">Marshall Islands</option>
<option value="MQ">Martinique</option>
<option value="MR">Mauritania</option>
<option value="MU">Mauritius</option>
<option value="YT">Mayotte</option>
<option value="MX">Mexico</option>
<option value="FM">Micronesia, Federated States of</option>
<option value="MD">Moldova, Republic of</option>
<option value="MC">Monaco</option>
<option value="MN">Mongolia</option>
<option value="MS">Montserrat</option>
<option value="MA">Morocco</option>
<option value="MZ">Mozambique</option>
<option value="MM">Myanmar</option>
<option value="NA">Namibia</option>
<option value="NR">Nauru</option>
<option value="NP">Nepal</option>
<option value="NL">Netherlands</option>
<option value="AN">Netherlands Antilles</option>
<option value="NC">New Caledonia</option>
<option value="NZ">New Zealand</option>
<option value="NI">Nicaragua</option>
<option value="NE">Niger</option>
<option value="NG">Nigeria</option>
<option value="NU">Niue</option>
<option value="NF">Norfolk Island</option>
<option value="MP">Northern Mariana Islands</option>
<option value="NO">Norway</option>
<option value="OM">Oman</option>
<option value="PK">Pakistan</option>
<option value="PW">Palau</option>
<option value="PA">Panama</option>
<option value="PG">Papua New Guinea</option>
<option value="PY">Paraguay</option>
<option value="PE">Peru</option>
<option value="PH">Philippines</option>
<option value="PN">Pitcairn</option>
<option value="PL">Poland</option>
<option value="PT">Portugal</option>
<option value="PR">Puerto Rico</option>
<option value="QA">Qatar</option>
<option value="RE">Reunion</option>
<option value="RO">Romania</option>
<option value="RU">Russian Federation</option>
<option value="RW">Rwanda</option>
<option value="KN">Saint Kitts and Nevis</option>
<option value="LC">Saint LUCIA</option>
<option value="VC">Saint Vincent and the Grenadines</option>
<option value="WS">Samoa</option>
<option value="SM">San Marino</option>
<option value="ST">Sao Tome and Principe</option>
<option value="SA">Saudi Arabia</option>
<option value="SN">Senegal</option>
<option value="SC">Seychelles</option>
<option value="SL">Sierra Leone</option>
<option value="SG">Singapore</option>
<option value="SK">Slovakia (Slovak Republic)</option>
<option value="SI">Slovenia</option>
<option value="SB">Solomon Islands</option>
<option value="SO">Somalia</option>
<option value="ZA">South Africa</option>
<option value="GS">South Georgia and the South Sandwich Islands</option>
<option value="ES">Spain</option>
<option value="LK">Sri Lanka</option>
<option value="SH">St. Helena</option>
<option value="PM">St. Pierre and Miquelon</option>
<option value="SD">Sudan</option>
<option value="SR">Suriname</option>
<option value="SJ">Svalbard and Jan Mayen Islands</option>
<option value="SZ">Swaziland</option>
<option value="SE">Sweden</option>
<option value="CH">Switzerland</option>
<option value="SY">Syrian Arab Republic</option>
<option value="TW">Taiwan, Province of China</option>
<option value="TJ">Tajikistan</option>
<option value="TZ">Tanzania, United Republic of</option>
<option value="TH">Thailand</option>
<option value="TG">Togo</option>
<option value="TK">Tokelau</option>
<option value="TO">Tonga</option>
<option value="TT">Trinidad and Tobago</option>
<option value="TN">Tunisia</option>
<option value="TR">Turkey</option>
<option value="TM">Turkmenistan</option>
<option value="TC">Turks and Caicos Islands</option>
<option value="TV">Tuvalu</option>
<option value="UG">Uganda</option>
<option value="UA">Ukraine</option>
<option value="AE">United Arab Emirates</option>
<option value="GB">United Kingdom</option>
<option value="US">United States</option>
<option value="UM">United States Minor Outlying Islands</option>
<option value="UY">Uruguay</option>
<option value="UZ">Uzbekistan</option>
<option value="VU">Vanuatu</option>
<option value="VE">Venezuela</option>
<option value="VN">Viet Nam</option>
<option value="VG">Virgin Islands (British)</option>
<option value="VI">Virgin Islands (U.S.)</option>
<option value="WF">Wallis and Futuna Islands</option>
<option value="EH">Western Sahara</option>
<option value="YE">Yemen</option>
<option value="ZM">Zambia</option>
<option value="ZW">Zimbabwe</option>
</select>
</div>
<p>
Enter your account details below:
</p>
<div class="form-group">
<label class="control-label visible-ie8 visible-ie9">Username</label>
<div class="input-icon">
<i class="fa fa-user"></i>
<input class="form-control placeholder-no-fix" type="text" autocomplete="off" placeholder="Username" name="username"/>
</div>
</div>
<div class="form-group">
<label class="control-label visible-ie8 visible-ie9">Password</label>
<div class="input-icon">
<i class="fa fa-lock"></i>
<input class="form-control placeholder-no-fix" type="password" autocomplete="off" id="register_password" placeholder="Password" name="password"/>
</div>
</div>
<div class="form-group">
<label class="control-label visible-ie8 visible-ie9">Re-type Your Password</label>
<div class="controls">
<div class="input-icon">
<i class="fa fa-check"></i>
<input class="form-control placeholder-no-fix" type="password" autocomplete="off" placeholder="Re-type Your Password" name="rpassword"/>
</div>
</div>
</div>
<div class="form-group">
<label>
<input type="checkbox" name="tnc"/> I agree to the <a href="javascript:;">
Terms of Service </a>
and <a href="javascript:;">
Privacy Policy </a>
</label>
<div id="register_tnc_error">
</div>
</div>
<div class="form-actions">
<button id="register-back-btn" type="button" class="btn">
<i class="m-icon-swapleft"></i> Back </button>
<button type="submit" id="register-submit-btn" class="btn green-haze pull-right">
Sign Up <i class="m-icon-swapright m-icon-white"></i>
</button>
</div>
</form>
<!-- END REGISTRATION FORM -->
</div>
<!-- END LOGIN -->
<!-- BEGIN COPYRIGHT -->
<div class="copyright">
2014 © Metronic. Admin Dashboard Template.
</div>
<!-- END COPYRIGHT -->
<!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
<!-- BEGIN CORE PLUGINS -->
<!--[if lt IE 9]>
<script src="../../assets/global/plugins/respond.min.js"></script>
<script src="../../assets/global/plugins/excanvas.min.js"></script>
<![endif]-->
<script src="../../assets/global/plugins/jquery.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script>
<script src="../../assets/global/plugins/jquery.cokie.min.js" type="text/javascript"></script>
<!-- END CORE PLUGINS -->
<!-- BEGIN PAGE LEVEL PLUGINS -->
<script src="../../assets/global/plugins/jquery-validation/js/jquery.validate.min.js" type="text/javascript"></script>
<script type="text/javascript" src="../../assets/global/plugins/select2/select2.min.js"></script>
<!-- END PAGE LEVEL PLUGINS -->
<!-- BEGIN PAGE LEVEL SCRIPTS -->
<script src="../../assets/global/scripts/metronic.js" type="text/javascript"></script>
<script src="../../assets/admin/layout/scripts/layout.js" type="text/javascript"></script>
<script src="../../assets/admin/layout/scripts/demo.js" type="text/javascript"></script>
<script src="../../assets/admin/pages/scripts/login.js" type="text/javascript"></script>
<!-- END PAGE LEVEL SCRIPTS -->
<script>
jQuery(document).ready(function() {
Metronic.init(); // init metronic core components
Layout.init(); // init current layout
Login.init();
Demo.init();
});
</script>
<!-- END JAVASCRIPTS -->
</body>
<!-- END BODY -->
</html> |
src/about.html | sinmetal/gcpug | <!DOCTYPE html>
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<title>GCPUG | Google Cloud Platform ユーザーグループ</title>
<!-- CSS -->
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body class="blue-grey lighten-5">
<header>
<nav class="orange">
<div class="container">
<div class="nav-wrapper">
<div class="col s12">
<a href="/" class="brand-logo">GCPUG</a>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
</div>
</div>
</div>
</nav>
<ul id="nav-mobile" class="side-nav fixed">
<li class="logo center">
<a href="/" class="brand-logo"><img src="./images/logo_box.png" alt="GCPUG"></a>
</li>
<li><a href="/">HOME</a></li>
<li><a href="/about" class="active">ABOUT</a></li>
<li><a href="/event">EVENT</a></li>
<li><a href="/join">JOIN</a></li>
<li><a href="/report">REPORT</a></li>
</ul>
</header>
<main>
<div class="row">
<div class="container">
<div class="section">
<div class="row">
<!-- Left Contents Start -->
<div class="col s12">
<!-- <div class="card-panel"> -->
<p class="center"><img src="./images/logo_box.png"></p>
<h3>Google Cloud Platform の User Group、略してGCPUGのGroupsです。</h3>
<p class="materialbox-caption">GCPUGユーザー会のGroupsへようこそ!</p>
<p>このUser Groupはどなたでも参加出来ます。<br>
ギークな方や初心者の方も大歓迎です!</p>
<p>GCPUGは以下のミッションを掲げています。<br>
GCPを広く普及させる。<br>
GCPの良いところを伸ばし(広め)、良くないところを改善(Googleに意見)する。<br>
より多くの方に楽しんでGCPを知って欲しいです。<br>
</p>
<p>GCPUGへ<a href="/join">参加</a></p>
<div class="divider"></div>
<h2 class="center pink-text"><i class="mdi-alert-error pink-text"></i></h2>
<h5 class="center pink-text">【GCPUG禁止事項】GCの対象です!</h5>
<ul class="center">
<li>他社批判をしない(比較はWelcome)</li>
<li>お金儲けに使わない</li>
<li>金銭のやり取りをしない</li>
<li>誹謗中傷をしない</li>
<li>迷惑行為をしない</li>
<li>内輪ネタにしない</li>
<li>来るものを拒まない</li>
<li>押し売りをしない</li>
</ul>
<!-- </div> -->
</div><!-- Left Contents End -->
</div>
</div>
</div>
</div>
</main>
<!-- Footer Start -->
<footer class="page-footer orange">
<div class="container">
<div class="row">
<div class="col l12 s12">
<h5 class="white-text"><i class="mdi-device-dvr"></i> About GCPUG</h5>
<p class="grey-text text-lighten-4">GCPUG(ジーシーパグ)はGoogle Cloud Platformを普及させることを目的とし、Googleと共にGCPをより良くし、盛り上げていくユーザーグループです。私たちに共感していただける方なら、GCPUGへの参加は自由です。一緒に GCP を盛り上げていきましょう。</p>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
<div class="row">
Copyright(C)2015 GCPUG All Rights Reserved. <label class="orange-text text-lighten-3">Powered By Google App Engine for Go.</label>
<span class="right">Made by <a class="orange-text text-lighten-3" target="_blank" href="http://materializecss.com">Materialize</a></span>
</div>
</div>
</div>
</footer><!-- //Footer End -->
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="/js/lib/materialize.js"></script>
<script src="/js/init.js"></script>
<script>
$(document).ready(function(){
$('.materialboxed').materialbox();
});
</script>
</body>
</html>
|
Lab4/zookeeper/docs/api/org/apache/zookeeper/class-use/KeeperException.AuthFailedException.html | ystviren/mustached-tyrion | <!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_22) on Thu Nov 04 22:32:48 PDT 2010 -->
<TITLE>
Uses of Class org.apache.zookeeper.KeeperException.AuthFailedException (ZooKeeper 3.3.2 API)
</TITLE>
<META NAME="date" CONTENT="2010-11-04">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.zookeeper.KeeperException.AuthFailedException (ZooKeeper 3.3.2 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/apache/zookeeper/KeeperException.AuthFailedException.html" title="class in org.apache.zookeeper"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/zookeeper//class-useKeeperException.AuthFailedException.html" target="_top"><B>FRAMES</B></A>
<A HREF="KeeperException.AuthFailedException.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.zookeeper.KeeperException.AuthFailedException</B></H2>
</CENTER>
No usage of org.apache.zookeeper.KeeperException.AuthFailedException
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/apache/zookeeper/KeeperException.AuthFailedException.html" title="class in org.apache.zookeeper"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/zookeeper//class-useKeeperException.AuthFailedException.html" target="_top"><B>FRAMES</B></A>
<A HREF="KeeperException.AuthFailedException.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2010 The Apache Software Foundation
</BODY>
</HTML>
|
index.html | spllr/curvy | <!DOCTYPE html>
<html lang="en">
<head>
<title>Berry Pie Curves</title>
<meta id="viewport" name="viewport" content ="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="Author" content="By @spllr over at @StoneSoupGr">
<link rel="stylesheet" type="text/css" href="app.css">
</head>
<body>
<article class="curve-control">
<header>
<h1>Control The Curve</h1>
</header>
<section class="preview">
<canvas class="curve" width="100" height="100">
</canvas>
</section>
<nav class="tracked-curves">
<section class="indicator curve-animation">
<div class="proof">
</div>
</section>
</nav>
<style type="text/css" id="style">
@-webkit-keyframes curve-animation {}
</style>
<footer>
By <a href="http://about.spllr.net" title="Klaas Speller">spllr</a> over at <a href="http://stonesoup.io" title="Stone Soup">Stone Soup</a>
</footer>
</article>
<script type="text/javascript" src="engine.js"></script>
<script type="text/javascript" src="boot.js"></script>
</body>
</html> |
docs/_themes/sphinx13/layout.html | karel-brinda/prophyle | {#
sphinxdoc/layout.html
~~~~~~~~~~~~~~~~~~~~~
Sphinx layout template for the sphinxdoc theme.
:copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- extends "basic/layout.html" %}
{# put the sidebar before the body #}
{% block sidebar1 %}{{ sidebar() }}{% endblock %}
{% block sidebar2 %}{% endblock %}
{% block extrahead %}
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,700'
rel='stylesheet' type='text/css' />
{{ super() }}
{%- if not embedded %}
<style type="text/css">
table.right { float: right; margin-left: 20px; }
table.right td { border: 1px solid #ccc; }
{% if pagename == 'index' %}
.related { display: none; }
{% endif %}
</style>
<script type="text/javascript">
// intelligent scrolling of the sidebar content
$(window).scroll(function() {
var sb = $('.sphinxsidebarwrapper');
var win = $(window);
var sbh = sb.height();
var offset = $('.sphinxsidebar').position()['top'];
var wintop = win.scrollTop();
var winbot = wintop + win.innerHeight();
var curtop = sb.position()['top'];
var curbot = curtop + sbh;
// does sidebar fit in window?
if (sbh < win.innerHeight()) {
// yes: easy case -- always keep at the top
sb.css('top', $u.min([$u.max([0, wintop - offset - 10]),
$(document).height() - sbh - 200]));
} else {
// no: only scroll if top/bottom edge of sidebar is at
// top/bottom edge of window
if (curtop > wintop && curbot > winbot) {
sb.css('top', $u.max([wintop - offset - 10, 0]));
} else if (curtop < wintop && curbot < winbot) {
sb.css('top', $u.min([winbot - sbh - offset - 20,
$(document).height() - sbh - 200]));
}
}
});
</script>
{%- endif %}
{% endblock %}
{% block rootrellink %}
<li><a href="{{ pathto('index') }}">ProPhyle home</a> |</li>
<li><a href="{{ pathto('contents') }}">Documentation</a> »</li>
{% endblock %}
{% block header %}
<div class="pageheader">
<ul>
<li><a href="{{ pathto('index') }}">Home</a></li>
<li><a href="{{ pathto('install') }}">Get it</a></li>
<li><a href="{{ pathto('contents') }}">Docs</a></li>
<li><a href="http://github.com/prophyle/prophyle">Extend/Develop</a></li>
</ul>
<div>
<a href="{{ pathto('index') }}">
<!--
<img src="{{ pathto('_static/sphinxheader.png', 1) }}" alt="SPHINX" />
-->
<div style="color:white;font-size:240%">ProPhyle</div>
<div style="color:white;font-size:140%">DNA sequence classification</div>
</a>
</div>
</div>
{% endblock %}
{% block footer %}
{{ super() }}
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112241191-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-112241191-1');
</script>
{% endblock %}
|
client/views/accountButtons/signedIn.html | selaias/meteor-accounts-entry-flowrouter | <template name="entrySignedIn">
{{#if profileUrl}}
{{#wrapLinksLi}}
<a class='profileLink' href='{{profileUrl}}'>{{{beforeSignedInAs}}}{{signedInAs}}</a>
{{/wrapLinksLi}}
{{else}}
{{#wrapLinksLi}}
<p class="navbar-text">{{{beforeSignedInAs}}}{{signedInAs}}</p>
{{/wrapLinksLi}}
{{/if}}
{{#wrapLinksLi}}
<a href="/accounts/sign-out">{{{beforeSignOut}}}{{i18n "signOut"}}</a>
{{/wrapLinksLi}}
</template>
|
doc/java/jdk8/javax/xml/crypto/dom/package-tree.html | fbiville/annotation-processing-ftw | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_31) on Wed Dec 17 20:48:21 PST 2014 -->
<title>javax.xml.crypto.dom Class Hierarchy (Java Platform SE 8 )</title>
<meta name="date" content="2014-12-17">
<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="javax.xml.crypto.dom Class Hierarchy (Java Platform SE 8 )";
}
}
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>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><strong>Java™ Platform<br>Standard Ed. 8</strong></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../javax/xml/crypto/package-tree.html">Prev</a></li>
<li><a href="../../../../javax/xml/crypto/dsig/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?javax/xml/crypto/dom/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 javax.xml.crypto.dom</h1>
<span class="packageHierarchyLabel">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="../../../../java/lang/Object.html" title="class in java.lang"><span class="typeNameLink">Object</span></a>
<ul>
<li type="circle">javax.xml.crypto.dom.<a href="../../../../javax/xml/crypto/dom/DOMCryptoContext.html" title="class in javax.xml.crypto.dom"><span class="typeNameLink">DOMCryptoContext</span></a> (implements javax.xml.crypto.<a href="../../../../javax/xml/crypto/XMLCryptoContext.html" title="interface in javax.xml.crypto">XMLCryptoContext</a>)</li>
<li type="circle">javax.xml.crypto.dom.<a href="../../../../javax/xml/crypto/dom/DOMStructure.html" title="class in javax.xml.crypto.dom"><span class="typeNameLink">DOMStructure</span></a> (implements javax.xml.crypto.<a href="../../../../javax/xml/crypto/XMLStructure.html" title="interface in javax.xml.crypto">XMLStructure</a>)</li>
</ul>
</li>
</ul>
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li type="circle">javax.xml.crypto.<a href="../../../../javax/xml/crypto/URIReference.html" title="interface in javax.xml.crypto"><span class="typeNameLink">URIReference</span></a>
<ul>
<li type="circle">javax.xml.crypto.dom.<a href="../../../../javax/xml/crypto/dom/DOMURIReference.html" title="interface in javax.xml.crypto.dom"><span class="typeNameLink">DOMURIReference</span></a></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>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><strong>Java™ Platform<br>Standard Ed. 8</strong></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../javax/xml/crypto/package-tree.html">Prev</a></li>
<li><a href="../../../../javax/xml/crypto/dsig/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?javax/xml/crypto/dom/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><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://download.oracle.com/javase/8/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../../legal/cpyr.html">Copyright</a> © 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p>
</body>
</html>
|
index.html | rizqirizqi/HangmanGame | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hangman Game</title>
<link rel="stylesheet" media="all" type="text/css" href="styles/normalize.css">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" media="all" type="text/css" href="styles/styles.css" media="all">
<script src="scripts/jquery-1.11.1.min.js"></script>
<script src="scripts/main.js"></script>
</head>
<body>
<div id="wrapper">
<div id="title">
<h1>Hangman Game</h1>
</div>
<div id="score-now">
<h2>Score:</h2>
<span></span>
</div>
<div id="score-log">
<table>
<tr>
<td>
<table style="border: 0px;">
<tr>
<th style="padding: 0px;">Game</th>
<th style="padding: 0px;">Score</th>
</tr>
</table>
</td>
</tr>
<tr>
<td style="padding: 0px;">
<div id="scrollable-table">
<table id="log">
<tbody>
<!-- script -->
</tbody>
</table>
</div>
</td>
</tr>
</table>
</div>
<div id="win-lose">
<table>
<tr>
<th>Win</th>
<th>Lose</th>
</tr>
<tr>
<td><span id="win">0</span></td>
<td><span id="lose">0</span></td>
</tr>
</table>
</div>
<div id="hangman">
<!-- generated by script -->
</div>
<div id="keyword">
<!-- generated by script -->
</div>
<div id="alert">
<!-- generated by script -->
</div>
<div id="keyboard">
<button value="q" id="q">q</button>
<button value="w" id="w">w</button>
<button value="e" id="e">e</button>
<button value="r" id="r">r</button>
<button value="t" id="t">t</button>
<button value="y" id="y">y</button>
<button value="u" id="u">u</button>
<button value="i" id="i">i</button>
<button value="o" id="o">o</button>
<button value="p" id="p">p</button>
<br/>
<button value="a" id="a">a</button>
<button value="s" id="s">s</button>
<button value="d" id="d">d</button>
<button value="f" id="f">f</button>
<button value="g" id="g">g</button>
<button value="h" id="h">h</button>
<button value="j" id="j">j</button>
<button value="k" id="k">k</button>
<button value="l" id="l">l</button>
<br/>
<button value="z" id="z">z</button>
<button value="x" id="x">x</button>
<button value="c" id="c">c</button>
<button value="v" id="v">v</button>
<button value="b" id="b">b</button>
<button value="n" id="n">n</button>
<button value="m" id="m">m</button>
</div>
<button value="Play Again!" id="play-again">NEXT WORD</button>
<button value="reset-game" id="reset-game">RESET GAME</button>
</div>
<footer>
<span>HangmanGame by <a href="http://twitter.com/rizqirizqi">@rizqirizqi</a></span>
</footer>
<div id="loader">
<img alt="Hangman Loading" src="images/7.gif">
<span>Loading . . .</span>
</div>
</body>
</html> |
src/app/accounts/enroll.tpl.html | sciencetrax/stx-portal | <div class="DataEntryPanelHolder"></div>
<div class="stx-form">
<div class="buttons">
<div>
<button ng-click="save()" class="save-btn">{{LS.common.save}}</button>
<a ng-click="back()" class="cancel">{{LS.common.cancel}}</a>
</div>
</div>
</div>
|
index.html | breindy/breindy.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Michelle Uy - Front End/UI Developer</title>
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"></script>
<!-- Load font awesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.0/css/bulma.min.css">
<link href="//db.onlinewebfonts.com/c/a9db6cd9116ff56da3875b35444f0c45?family=GothamBook" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="typeface.css">
</head>
<body>
<nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="https://breindy.dev">
<p id="navbar-logo">muy<span id="navbar-logo__dot">.</span></p>
</a>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu">
<div class="navbar-end">
<a class="navbar-item current itemLinks" href="#home">
Home
</a>
<a class="navbar-item itemLinks" href="#about">
About
</a>
<a class="navbar-item itemLinks" href="#projects">
Projects
</a>
<a class="navbar-item itemLinks" href="#experience">
Experience
</a>
<a href="https://drive.google.com/file/d/1frOQcS4eP1fwCFKxFosRCx2woAd6NC4K/view?usp=sharing" target="_blank" class="navbar-item itemLinks navbar-button button">
Resume
</a>
</div>
</div>
</nav>
<!-- Vertical Footer -->
<div class="social-footer">
<a href="mailto:michelleuyccny@gmail.com" target="_blank" class="social mail"><i class="fa fa-envelope"></i></a>
<a href="https://www.linkedin.com/in/michelleuy" target="_blank" class="social linkedin"><i class="fa fa-linkedin"></i></a>
<a href="https://www.github.com/breindy" target="_blank" class="social github"><i class="fa fa-github"></i></a>
<div class="vertical-line"></div>
</div>
<div id="contentsContainer">
<div class="wrapper">
<!-- Landing Content -->
<section class="section currentSection" id="home">
<div class="container landing-container">
<div class="columns is-vcentered">
<div class="column is-half landing-left">
<div class="landing-left__heading-description">
<div class="landing-left__heading-description__content">
<h3 class="title is-3">Hi, I'm Michelle Uy! 👋🏻</h3>
<p>I am a Software Engineer based in NYC
<br> currently looking for Full-Time opportunities.</p>
</div>
<div class="landing-left__heading-description__skillset">
<p class="subtitle is-5">My skills and expertise includes:</p>
<div class="landing-left__heading-description__skillset-skills">
<span>
<p class="skill">JavaScript</p>
<p class="skill">React</p>
<p class="skill">Node</p>
<p class="skill">Express</p>
<p class="skill">Python</p>
</span>
<span>
<p class="skill">Flask</p>
<p class="skill">SQL</p>
<p class="skill">D3.js</p>
<p class="skill">Django</p>
<p class="skill">Ruby</p>
<p class="skill">Rails</p>
</span>
<span>
<p class="skill">Sketch</p>
<p class="skill">Figma</p>
<p class="skill">Illustrator</p>
<p class="skill">Graphic Design</p>
<p class="skill">Web Development</p>
</span>
</div>
</div>
<div class="landing-left__heading-description__cta">
<a class="button landing-cta__learn-more" href="#about">Learn More</a>
<a class="button landing-cta__get-in-touch" href="mailto:michelleuyccny@gmail.com">Get in Touch</a>
</div>
</div>
</div>
<div class="column is-half landing-right">
<div class="landing-right-content">
<img src="/assets/landing-profile-picture.jpg" id="landing-pfp">
</div>
</div>
</div>
</section>
<!-- ABOUT SECTION -->
<div class="other-sections">
<section class="section">
<div class="container column is-full is-vertical-center is-centered about-container">
<div class="column is-three-fifths is-vertical-center about-content" id="about" style="margin: auto;">
<p></p>
<div class="about-content-container ">
<div class="about-picture">
</div>
<div class="about-description">
<p>My name is Michelle, and I recently graduated from <span class="about-school">The City College of New York</span> with a B.S in Computer Science.</p>
</br>
<p>During my time there, I discovered my love for web development, and my passion for creating aesthetically
pleasing web applications and interfaces.
</p>
</br>
<p>
I am a life long learner of all technologies new and old and
passionate about the growth and development of the eLearning industry.
</p>
</br>
<p>
In my free time, I enjoy long walks, doing graphic design,
motion graphics, entrepreneurship, and cardistry!
</p>
</div>
</div>
</div>
</div>
</section>
<!-- EXPERIENCE SECTION -->
<section class="section">
<div class="container experience-container">
<div class="is-vcentered experience-content" id="projects">
<p></p>
<div class="column is-full" >
<div class="slider">
<div class="arrow left"></div>
<div class="slide-box" onclick="changeSlideLinks()">
</div>
<span><i class="fa fa-external-link slideLink" ></i></span>
<div class="arrow right"></div>
</div>
<div class="slider-content">
<div class="slideContent currentSlider">
<p class="slide-title">SafeTrade - Safe Stock Trading Platform: Front End</p>
<p class="slide-description">Designed and developed a web application/platform
that allows users to safely trade stocks using a professionally
curated prediction model
</p>
<div class="separation"></div>
<p>Technologies Used</p>
<div class="project-technologies">
<p class="project-technology">HTML/CSS</p>
<p class="project-technology">JS/ES6</p>
<p class="project-technology">React</p>
<p class="project-technology">Postgresql</p>
<p class="project-technology">Node</p>
<p class="project-technology">Python</p>
</div>
</div>
<div class="slideContent">
<p class="slide-title">SigmaTech - Modern College Management System: Front End</p>
<p class="slide-description">Developed a web platform that gives students and professors a modern way of tracking classes, schedules, grades, curriculums and more.
</p>
<div class="separation"></div>
<p>Technologies Used</p>
<div class="project-technologies">
<p class="project-technology">HTML/CSS</p>
<p class="project-technology">Javascript</p>
<p class="project-technology">Node/Express</p>
<p class="project-technology">SQL</p>
<p class="project-technology">Handlebars</p>
</div>
</div>
<div class="slideContent">
<p class="slide-title">weDev - Online Project Bidding System: Front End</p>
<p class="slide-description">Designed and developed an internet marketplace where developers and clients can connect to work with each other to work on the desired project using posts, ratings, feedback and more.
</p>
<div class="separation"></div>
<p>Technologies Used</p>
<div class="project-technologies">
<p class="project-technology">HTML/CSS</p>
<p class="project-technology">JS/ES6</p>
<p class="project-technology">React</p>
<p class="project-technology">Postgresql</p>
<p class="project-technology">Node</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container projects-container">
<div class="is-vcentered projects-content" id="experience">
<p></p>
<div class="tabbed columns">
<div class="tab-header column is-one-quarter">
<div class="active">
<p>CSforALL</p>
</div>
<div>
<p>CSforALL</p>
</div>
<div>
<p>CodePath</p>
</div>
<div>
<p>Win2Learn</p>
</div>
</div>
<div class="tab-indicator"></div>
<div class="tab-content column">
<div class="active experience-content">
<img src="assets/logos/cs4all-logo.png" class="experience--company-logo">
<p class="experience-role">UI Developer</p>
<p class="experience-description">Designed and implemented front end user interfaces,
data visualizations and web applications using D3.js, Python, React that
help support various projects.</p>
<p class="experience-description">Created wireframes to build UI mockups that anticipate user’s
needs in order to provide accessibility and ease-of-use to all using
Figma, Photoshop and Illustrator.</p>
<p class="experience-description">Collaborated with Developers, Project Managers and Executive
to help envision product interfaces and experiences using Agile and Scrum.</p>
</div>
<div>
<img src="assets/logos/cs4all-logo.png" class="experience--company-logo">
<p class="experience-role">Graphic and Web Design Intern</p>
<p class="experience-description">Implemented and designed visually appealing graphical user interfaces for various CSforALL research
projects to produce designs that can process data, visualize data using D3.js and Python.</p>
<p class="experience-description">Worked alongside Research Associates in developing visual graphics and designs, and web-based
user interfaces to support project findings using Illustrator, Sketch, React, Node and Express.</p>
</div>
<div>
<img src="assets/logos/codepath-logo.png" class="experience--company-logo">
<p class="experience-role">Lead Technical Program Manager</p>
<p class="experience-description">Lead 4 other Technical Program Managers at City College and provided first line support to students in Facebook-CodePath Cyber Security Course.</p>
<p class="experience-description">Taught in-class sessions at City College and assist students with in-class labs, providing an introduction to OWASP Top 10 Web Vulnerabilities.</p>
</div>
<div>
<img src="assets/logos/win2learn-logo.png" class="experience--company-logo">
<p class="experience-role">Teacher / Web Developer Intern</p>
<p class="experience-description">Created extensive lesson plans to teach Game Design to 30 students (K-8) using Python and JavaScript.</p>
<p class="experience-description">Developed a real-time messaging application to allow users to share JavaScript code to other Starcode players using HTML, Bootstrap, jQuery, Node, Express, Socket.io</p>
<p class="experience-description">Improved mobile-friendly website for better User Interface that helped increased student learning game, Starcoder, workshop engagement by 50%.</p>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
<!-- NAVIGATION -->
<div id="navigation">
<ul>
<li class="itemLinks active" ></li>
<li class="itemLinks"></li>
<li class="itemLinks"></li>
<li class="itemLinks"></li>
</ul>
</div>
<script src="./assets/js/index.js"></script>
<script src="./assets/js/tab.js"></script>
</body>
</html> |
Angular4_CLI_Full_Project/src/index.html | peternguyen88/demoAngular4 | <!doctype html>
<html>
<head>
<base href="./">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="CoreUI - Open Source Bootstrap Admin Template">
<meta name="author" content="Łukasz Holeczek">
<meta name="keyword" content="Bootstrap,Admin,Template,Open,Source,AngularJS,Angular,Angular2,jQuery,CSS,HTML,RWD,Dashboard">
<link rel="shortcut icon" href="assets/img/favicon.png">
<title>CoreUI - Open Source Bootstrap Admin Template</title>
<!-- Icons -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/simple-line-icons.css" rel="stylesheet">
</head>
<!-- BODY options, add following classes to body to change options
// Header options
1. '.header-fixed' - Fixed Header
// Sidebar options
1. '.sidebar-fixed' - Fixed Sidebar
2. '.sidebar-hidden' - Hidden Sidebar
3. '.sidebar-off-canvas' - Off Canvas Sidebar
4. '.sidebar-compact' - Compact Sidebar Navigation (Only icons)
// Aside options
1. '.aside-menu-fixed' - Fixed Aside Menu
2. '.aside-menu-hidden' - Hidden Aside Menu
3. '.aside-menu-off-canvas' - Off Canvas Aside Menu
// Footer options
1. 'footer-fixed' - Fixed footer
-->
<body class="app header-fixed sidebar-fixed aside-menu-fixed aside-menu-hidden">
<!-- Enable bootstrap 4 theme -->
<script>window.__theme = 'bs4';</script>
<!-- App Loading... -->
</body>
</html>
|
javadoc/sg/edu/cs2103aug2015_w13_2j/FunDueFX.html | cs2103aug2015-w13-2j/main | <!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_20) on Mon Nov 09 19:22:59 SGT 2015 -->
<title>FunDueFX</title>
<meta name="date" content="2015-11-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="FunDueFX";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static 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="class-use/FunDueFX.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../sg/edu/cs2103aug2015_w13_2j/FunDueDemo.html" title="class in sg.edu.cs2103aug2015_w13_2j"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../sg/edu/cs2103aug2015_w13_2j/FunDueTestSuite.html" title="class in sg.edu.cs2103aug2015_w13_2j"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?sg/edu/cs2103aug2015_w13_2j/FunDueFX.html" target="_top">Frames</a></li>
<li><a href="FunDueFX.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested.classes.inherited.from.class.javafx.application.Application">Nested</a> | </li>
<li><a href="#field.summary">Field</a> | </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><a href="#field.detail">Field</a> | </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">sg.edu.cs2103aug2015_w13_2j</div>
<h2 title="Class FunDueFX" class="title">Class FunDueFX</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>javafx.application.Application</li>
<li>
<ul class="inheritance">
<li>sg.edu.cs2103aug2015_w13_2j.FunDueFX</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">FunDueFX</span>
extends javafx.application.Application</pre>
<div class="block">Main FunDUE class and JavaFX entry point. Extends the JavaFX
<code>Application</code> class.</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Zhu Chunqi</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.javafx.application.Application">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class javafx.application.Application</h3>
<code>javafx.application.Application.Parameters</code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</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>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../sg/edu/cs2103aug2015_w13_2j/FunDueFX.html#MIN_HEIGHT">MIN_HEIGHT</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../sg/edu/cs2103aug2015_w13_2j/FunDueFX.html#MIN_WIDTH">MIN_WIDTH</a></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../sg/edu/cs2103aug2015_w13_2j/FunDueFX.html#START_HEIGHT">START_HEIGHT</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../sg/edu/cs2103aug2015_w13_2j/FunDueFX.html#START_WIDTH">START_WIDTH</a></span></code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.javafx.application.Application">
<!-- -->
</a>
<h3>Fields inherited from class javafx.application.Application</h3>
<code>STYLESHEET_CASPIAN, STYLESHEET_MODENA</code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../sg/edu/cs2103aug2015_w13_2j/FunDueFX.html#FunDueFX--">FunDueFX</a></span>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../sg/edu/cs2103aug2015_w13_2j/FunDueFX.html#main-java.lang.String:A-">main</a></span>(java.lang.String[] args)</code> </td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../sg/edu/cs2103aug2015_w13_2j/FunDueFX.html#start-javafx.stage.Stage-">start</a></span>(javafx.stage.Stage primaryStage)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.javafx.application.Application">
<!-- -->
</a>
<h3>Methods inherited from class javafx.application.Application</h3>
<code>getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="START_WIDTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>START_WIDTH</h4>
<pre>public static final int START_WIDTH</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#sg.edu.cs2103aug2015_w13_2j.FunDueFX.START_WIDTH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="START_HEIGHT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>START_HEIGHT</h4>
<pre>public static final int START_HEIGHT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#sg.edu.cs2103aug2015_w13_2j.FunDueFX.START_HEIGHT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="MIN_WIDTH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MIN_WIDTH</h4>
<pre>public static final int MIN_WIDTH</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#sg.edu.cs2103aug2015_w13_2j.FunDueFX.MIN_WIDTH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="MIN_HEIGHT">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>MIN_HEIGHT</h4>
<pre>public static final int MIN_HEIGHT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../constant-values.html#sg.edu.cs2103aug2015_w13_2j.FunDueFX.MIN_HEIGHT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="FunDueFX--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>FunDueFX</h4>
<pre>public FunDueFX()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="start-javafx.stage.Stage-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>start</h4>
<pre>public void start(javafx.stage.Stage primaryStage)
throws java.lang.Exception</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>start</code> in class <code>javafx.application.Application</code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Exception</code></dd>
</dl>
</li>
</ul>
<a name="main-java.lang.String:A-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>main</h4>
<pre>public static void main(java.lang.String[] args)</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="class-use/FunDueFX.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../sg/edu/cs2103aug2015_w13_2j/FunDueDemo.html" title="class in sg.edu.cs2103aug2015_w13_2j"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../sg/edu/cs2103aug2015_w13_2j/FunDueTestSuite.html" title="class in sg.edu.cs2103aug2015_w13_2j"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?sg/edu/cs2103aug2015_w13_2j/FunDueFX.html" target="_top">Frames</a></li>
<li><a href="FunDueFX.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested.classes.inherited.from.class.javafx.application.Application">Nested</a> | </li>
<li><a href="#field.summary">Field</a> | </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><a href="#field.detail">Field</a> | </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>
|
example/funnel-charts/funnel-chart.html | itdavidhan/dcharts2.0 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>funnel chart</title>
<style media="screen">
*{padding: 0; margin: 0;}
.div1{width: 30%; height: 400px; border: 1px solid #DDD;}
.div2{width: 40%; height: 400px; border: 1px solid #DDD;}
</style>
<link rel="stylesheet" href="../../css/d3.css">
<script type="text/javascript">
window.onload = function() {
var ops1 = {
data: [
{'name': '红茶', 'val': 50000},
{'name': '绿茶', 'val': 30000},
{'name': '咖啡', 'val': 10000},
{'name': '绿豆汤', 'val': 3000}
],
showText: false,
margin: {left: 30, top: 30, right: 100, bottom: 30}
};
var ops2 = {
data: [
['红茶', 50000],
['绿茶', 30000],
['咖啡', 10000],
['绿豆汤', 5000]
],
showText: true,
margin: {left: 30, top: 30, right: 100, bottom: 30}
};
dcharts.funnelChart('.div1', ops1);
dcharts.funnelChart('.div2', ops2);
};
</script>
</head>
<body>
<div class="div1"> </div>
<div class="div2"> </div>
<script type="text/javascript" src="../../node_modules/d3/d3.js"></script>
<script type="text/javascript" src="../../node_modules/crossfilter/crossfilter.js"></script>
<script type="text/javascript" src="../../lib/dcharts.js"></script>
</body>
</html>
|
tags/index.html | foobargem/foobargem.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Tags - Life with Linux</title><meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" type="application/rss+xml" href="http://blog.foobargem.com/tags/index.xml" title="Life with Linux" />
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "BlogPosting",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "http:\/\/blog.foobargem.com\/"
},
"articleSection" : "tags",
"name" : "Tags",
"headline" : "Tags",
"description" : "",
"inLanguage" : "en-US",
"author" : "",
"creator" : "",
"publisher": "",
"accountablePerson" : "",
"copyrightHolder" : "",
"copyrightYear" : "2021",
"datePublished": "2021-02-24 00:40:17 \x2b0900 JST",
"dateModified" : "2021-02-24 00:40:17 \x2b0900 JST",
"url" : "http:\/\/blog.foobargem.com\/tags\/",
"wordCount" : "0",
"keywords" : [ "Blog" ]
}
</script>
<meta property="og:title" content="Tags" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://blog.foobargem.com/tags/" />
<meta property="og:updated_time" content="2021-02-24T00:40:17+09:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Tags"/>
<meta name="twitter:description" content=""/>
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:200,300" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="http://blog.foobargem.com/css/normalize.css" />
<link rel="stylesheet" type="text/css" media="screen" href="http://blog.foobargem.com/css/main.css" />
<script src="http://blog.foobargem.com/js/main.js"></script>
</head>
<body>
<div class="container wrapper tags">
<div class="header">
<base href="http://blog.foobargem.com/">
<h1 class="site-title"><a href="http://blog.foobargem.com/">Life with Linux</a></h1>
<div class="site-description"><nav class="nav social">
<ul class="flat"></ul>
</nav>
</div>
<nav class="nav">
<ul class="flat">
</ul>
</nav>
</div>
<h1 class="page-title">Tags</h1>
<div class="tag-cloud">
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/linux/">linux</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/kernel/">kernel</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/centos/">centos</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/debian/">debian</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/raspberrypi/">raspberrypi</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/cpu/">cpu</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/cpu/">cpu</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/openstack/">openstack</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/anaconda/">anaconda</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/cinder/">cinder</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/firmware/">firmware</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/graylog/">graylog</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/intel/">intel</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/microcode/">microcode</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/module/">module</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/nfs/">nfs</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/packaging/">packaging</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/packaing/">packaing</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/plink/">plink</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/powershell/">powershell</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/raspbian/">raspbian</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/rfkill/">rfkill</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/rhel/">rhel</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/rpm/">rpm</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/ruby/">ruby</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/ssh/">ssh</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/storage/">storage</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/stunnel/">stunnel</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/systemd/">systemd</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/terraform/">terraform</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/ulimit/">ulimit</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/vault/">vault</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/windows/">windows</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/wireless/">wireless</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/xfs/">xfs</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/%EB%B3%B4%EC%9E%90%EA%B8%B0%EC%B9%B4%EB%93%9C/">보자기카드</a>
<a style="font-size: 1rem;" href="http://blog.foobargem.com/tags/%EC%B2%AD%EC%B2%A9%EC%9E%A5/">청첩장</a>
</div>
</div>
<div class="footer wrapper">
<nav class="nav">
<div> <a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
</nav>
</div>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-948617-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-948617-5');
</script>
</body>
</html>
|
Resources/public/css/prg_bundle.css | BurdaForward/BFPrgBundle | .prg-link {
cursor: pointer;
} |
_site/2009/11/16/t5799091675.html | craigwmcclellan/craigwmcclellan.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="Craig McClellan" name="author">
<title>Craig McClellan - T5799091675 </title>
<link href="/assets/css/style.css" rel="stylesheet">
<link href="/assets/css/highlight.css" rel="stylesheet">
<link rel="stylesheet" href="/custom.css">
<link rel="shortcut icon" href="https://micro.blog/craigmcclellan/favicon.png" type="image/x-icon" />
<link rel="alternate" type="application/rss+xml" title="Craig McClellan" href="http://craigmcclellan.com/feed.xml" />
<link rel="alternate" type="application/json" title="Craig McClellan" href="http://craigmcclellan.com/feed.json" />
<link rel="EditURI" type="application/rsd+xml" href="/rsd.xml" />
<link rel="me" href="https://micro.blog/craigmcclellan" />
<link rel="me" href="https://twitter.com/craigmcclellan" />
<link rel="me" href="https://github.com/craigwmcclellan" />
<link rel="authorization_endpoint" href="https://micro.blog/indieauth/auth" />
<link rel="token_endpoint" href="https://micro.blog/indieauth/token" />
<link rel="micropub" href="https://micro.blog/micropub" />
<link rel="webmention" href="https://micro.blog/webmention" />
<link rel="subscribe" href="https://micro.blog/users/follow" />
</head>
<body>
<nav class="main-nav">
<a class="normal" href="/"> <span class="arrow">←</span> Home</a>
<a href="/archive/">Archive</a>
<a href="/about/">About</a>
<a href="/tools-of-choice/">Tools of Choice</a>
<a class="cta" href="https://micro.blog/craigmcclellan" rel="me">Also on Micro.blog</a>
</nav>
<section id="wrapper">
<article class="h-entry post">
<header>
<h2 class="headline">
<time class="dt-published" datetime="2009-11-16 18:00:00 -0600">
<a class="u-url dates" href="/2009/11/16/t5799091675.html">November 16, 2009</a>
</time>
</h2>
</header>
<section class="e-content post-body">
<p>Ok, it’s #BattleStudies release day. Anyone who doesn’t already have a copy needs to get one now. It’s One of the best albums I’ve heard.</p>
</section>
</article>
<section id="post-meta" class="clearfix">
<a href="/">
<img class="u-photo avatar" src="https://micro.blog/craigmcclellan/avatar.jpg">
<div>
<span class="p-author h-card dark">Craig McClellan</span>
<span><a href="https://micro.blog/craigmcclellan">@craigmcclellan</a></span>
</div>
</a>
</section>
</section>
<footer id="footer">
<section id="wrapper">
<ul>
<li><a href="/feed.xml">RSS</a></li>
<li><a href="/feed.json">JSON Feed</a></li>
<li><a href="https://micro.blog/craigmcclellan" rel="me">Micro.blog</a></li>
<!-- <li><a class="u-email" href="mailto:" rel="me">Email</a></li> -->
</ul>
<form method="get" id="search" action="https://duckduckgo.com/">
<input type="hidden" name="sites" value="http://craigmcclellan.com"/>
<input type="hidden" name="k8" value="#444444"/>
<input type="hidden" name="k9" value="#ee4792"/>
<input type="hidden" name="kt" value="h"/>
<input class="field" type="text" name="q" maxlength="255" placeholder="To search, type and hit Enter…"/>
<input type="submit" value="Search" style="display: none;" />
</form>
</section>
</footer>
</body>
</html>
|
jetty/javadoc/org/mortbay/jetty/handler/package-summary.html | napcs/qedserver | <!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_22) on Thu Nov 11 09:12:14 EST 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
org.mortbay.jetty.handler (Jetty Server Project 6.1.26 API)
</TITLE>
<META NAME="date" CONTENT="2010-11-11">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../javadoc.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.mortbay.jetty.handler (Jetty Server Project 6.1.26 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/mortbay/jetty/example/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../org/mortbay/jetty/handler/management/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/mortbay/jetty/handler/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.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>
<H2>
Package org.mortbay.jetty.handler
</H2>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/mortbay/jetty/handler/AbstractHandler.html" title="class in org.mortbay.jetty.handler">AbstractHandler</A></B></TD>
<TD>AbstractHandler.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/mortbay/jetty/handler/AbstractHandlerContainer.html" title="class in org.mortbay.jetty.handler">AbstractHandlerContainer</A></B></TD>
<TD>Abstract Handler Container.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/mortbay/jetty/handler/AbstractStatisticsHandler.html" title="class in org.mortbay.jetty.handler">AbstractStatisticsHandler</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/mortbay/jetty/handler/AtomicStatisticsHandler.html" title="class in org.mortbay.jetty.handler">AtomicStatisticsHandler</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/mortbay/jetty/handler/ContextHandler.html" title="class in org.mortbay.jetty.handler">ContextHandler</A></B></TD>
<TD>ContextHandler.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/mortbay/jetty/handler/ContextHandlerCollection.html" title="class in org.mortbay.jetty.handler">ContextHandlerCollection</A></B></TD>
<TD>ContextHandlerCollection.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/mortbay/jetty/handler/DebugHandler.html" title="class in org.mortbay.jetty.handler">DebugHandler</A></B></TD>
<TD>Debug Handler.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/mortbay/jetty/handler/DefaultHandler.html" title="class in org.mortbay.jetty.handler">DefaultHandler</A></B></TD>
<TD>Default Handler.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/mortbay/jetty/handler/ErrorHandler.html" title="class in org.mortbay.jetty.handler">ErrorHandler</A></B></TD>
<TD>Handler for Error pages
A handler that is registered at the org.mortbay.http.ErrorHandler
context attributed and called by the HttpResponse.sendError method to write a
error page.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/mortbay/jetty/handler/HandlerCollection.html" title="class in org.mortbay.jetty.handler">HandlerCollection</A></B></TD>
<TD>A collection of handlers.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/mortbay/jetty/handler/HandlerList.html" title="class in org.mortbay.jetty.handler">HandlerList</A></B></TD>
<TD>HandlerList.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/mortbay/jetty/handler/HandlerWrapper.html" title="class in org.mortbay.jetty.handler">HandlerWrapper</A></B></TD>
<TD>A <code>HandlerWrapper</code> acts as a <A HREF="../../../../org/mortbay/jetty/Handler.html" title="interface in org.mortbay.jetty"><CODE>Handler</CODE></A> but delegates the <A HREF="../../../../org/mortbay/jetty/Handler.html#handle(java.lang.String, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, int)"><CODE>handle</CODE></A> method and
<A HREF="../../../../org/mortbay/component/LifeCycle.html" title="interface in org.mortbay.component"><CODE>life cycle</CODE></A> events to a delegate.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/mortbay/jetty/handler/MovedContextHandler.html" title="class in org.mortbay.jetty.handler">MovedContextHandler</A></B></TD>
<TD>Moved ContextHandler.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/mortbay/jetty/handler/RequestLogHandler.html" title="class in org.mortbay.jetty.handler">RequestLogHandler</A></B></TD>
<TD>RequestLogHandler.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/mortbay/jetty/handler/ResourceHandler.html" title="class in org.mortbay.jetty.handler">ResourceHandler</A></B></TD>
<TD>Resource Handler.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/mortbay/jetty/handler/RewriteHandler.html" title="class in org.mortbay.jetty.handler">RewriteHandler</A></B></TD>
<TD>Path Rewrite Handler</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/mortbay/jetty/handler/StatisticsHandler.html" title="class in org.mortbay.jetty.handler">StatisticsHandler</A></B></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<DL>
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/mortbay/jetty/example/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../org/mortbay/jetty/handler/management/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/mortbay/jetty/handler/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 1995-2010 <a href="http://www.mortbay.com">Mort Bay Consulting</a>. All Rights Reserved.
</BODY>
</HTML>
|
fortran/doc/html/interfaceintegrator__def_1_1clean__int-members.html | Climdyn/MAOOAM | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>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/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="MAOOAM_small.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectbrief">A Modular Arbitrary-Order Ocean-Atmosphere Model</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- 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="namespaceintegrator__def.html">integrator_def</a></li><li class="navelem"><a class="el" href="interfaceintegrator__def_1_1clean__int.html">clean_int</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">integrator_def::clean_int Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="interfaceintegrator__def_1_1clean__int.html">integrator_def::clean_int</a>, including all inherited members.</p>
<table class="directory">
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Jun 26 2020 17:41:24 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>
|
public/Windows 10 x64 (18362.418)/_ARBITER_INTERFACE.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18362.418)</h4><br>
<h2>_ARBITER_INTERFACE</h2>
<font face="arial"> +0x000 Size : Uint2B<br>
+0x002 Version : Uint2B<br>
+0x008 Context : Ptr64 Void<br>
+0x010 InterfaceReference : Ptr64 void <br>
+0x018 InterfaceDereference : Ptr64 void <br>
+0x020 ArbiterHandler : Ptr64 long <br>
+0x028 Flags : Uint4B<br>
</font></body></html> |
brand/templates/brand/list.html | mmcorp/django-oscar-brand | {% extends "layout.html" %}
{% load url from future %}
{% load i18n %}
{% load staticfiles %}
{% load thumbnail %}
{% load currency_filters %}
{% block extrahead %}
<style>map img { max-width: none; }</style>
<link rel="stylesheet" href="{{ STATIC_URL }}brand/css/brand.css" />
{% endblock %}
{% block title %}
{{ queryset_description }} | {{ block.super }}
{% endblock %}
{% block breadcrumbs %}
<ul class="breadcrumb">
<li>
<a href="{% url 'promotions:home' %}">{% trans "Home" %}</a>
<span class="divider">/</span>
</li>
<li>
<a href="{% url 'brand:index' %}">{% trans "Brands" %}</a>
<span class="divider">/</span>
</li>
<li class="active">{{ queryset_description }}</li>
</ul>
{% endblock %}
{% block headertext %}
{{ queryset_description }}
{% endblock %}
{% block content %}
<div class="container-fluid">
<div class="row-fluid">
{% if brand_list %}
<div class="span12 view-brands">
<h3>{%trans "All brands"%}</h3>
<ul class="nav nav-tabs nav-stacked">
{% for brand in brand_list %}
<li>
<a href="{% url 'brand:detail' brand.slug brand.pk %}">
{{ brand.name }}
</a>
</li>
{% endfor %}
</ul>
</div>
{% else %}
<p>{% trans "No brand data available." %}</p>
{% endif %}
</div>
</div>
{% endblock %}
|
template/Henderson - Documentation/index.html | joequah1/ninjoe | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<head lang="en">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Template Documentation Template</title>
<!-- Framework CSS -->
<link rel="stylesheet" href="assets/blueprint-css/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="assets/blueprint-css/print.css" type="text/css" media="print">
<!--[if lt IE 8]><link rel="stylesheet" href="assets/blueprint-css/ie.css" type="text/css" media="screen, projection"><![endif]-->
<link rel="stylesheet" href="assets/blueprint-css/plugins/fancy-type/screen.css" type="text/css" media="screen, projection">
<style type="text/css" media="screen">
p, table, hr, .box { margin-bottom:25px; }
.box p { margin-bottom:10px; }
</style>
</head>
<body>
<div class="container">
<h3 class="center alt">“Henderson” Documentation by “MountainTheme” v2.0</h3>
<hr>
<div class="center"><img src="assets/images/logo.png" alt="Logo" /></div>
<div class="borderTop">
<div class="span-6 colborder info prepend-1">
<p class="prepend-top">
<strong>
Created: 01/03/2015<br>
By: MountainTheme<br>
Email: <a href="mailto:youremail@yourdomain.com">artsandsouls@gmail.com</a>
</strong>
</p>
</div><!-- end div .span-6 -->
<div class="span-12 last">
<p class="prepend-top append-0">Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form <a href="http://themeforest.net/user/MountainTheme?ref=MountainTheme">here</a>. Thanks so much!</p>
</div>
</div><!-- end div .borderTop -->
<hr>
<h2 id="toc" class="alt">Table of Contents</h2>
<ol>
<li><a href="#htmlStructure">HTML Structure</a></li>
<li><a href="#cssFiles">CSS Files and Structure</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#googlemap">Google Map</a></li>
<li><a href="#bg">Slider or Video</a></li>
<li><a href="#contactform">Contact Form</a></li>
<li><a href="#credits">Sources and Credits</a></li>
</ol>
<hr>
<h3 id="htmlStructure"><strong>1) HTML Structure</strong> - <a href="#toc">top</a></h3>
<p>This theme is a fixed layout with two columns. All of the information within the main content area is nested within a div with an id of "primaryContent". The sidebar's (column #2) content is within a div with an id of "secondaryContent". The general template structure is the same throughout the template. Here is the general structure.</p>
<img src="assets/images/htmlstructure.png" alt="HTML Structure" />
<p>If you would like to edit the color, font, or style of any elements in one of these columns, you would do the following:</p>
<pre> #primaryContent a {
color: #someColor;
}
</pre>
<p>If you find that your new style is not overriding, it is most likely because of a specificity problem. Scroll down in your CSS file and make sure that there isn't a similar style that has more weight.</p>
<p>I.E.</p>
<pre> #wrap #primaryContent a {
color: #someColor;
}
</pre>
<p>So, to ensure that your new styles are applied, make sure that they carry enough "weight" and that there isn't a style lower in the CSS file that is being applied after yours.</p>
<hr>
<h3 id="cssFiles"><strong>2) CSS Files and Structure</strong> - <a href="#toc">top</a></h3>
<p>I'm using two CSS files in this theme. The first one is a generic reset file. Many browser interpret the default behavior of html elements differently. By using a general reset CSS file, we can work round this. This file also contains some general styling, such as anchor tag colors, font-sizes, etc. Keep in mind, that these values might be overridden somewhere else in the file.</p>
<p>The second file contains all of the specific stylings for the page. The file is separated into sections using:</p>
<pre>
/* ================================= */
/* :::::::::: 1. General ::::::::::: */
/* ================================= */
some code
/* ================================= */
/* :::::::::: 2. Slider :::::::::::: */
/* ================================= */
some code
/* ================================= */
/* ::::::::::: 3. Profile :::::::::: */
/* ================================= */
some code
/* ================================= */
/* ::::::::::: 4. Resume ::::::::::: */
/* ================================= */
some code
/* ================================= */
/* :::::::: 5. Portfolio ::::::::::: */
/* ================================= */
some code
/* ================================= */
/* :::::::::::: 6. Blog :::::::::::: */
/* ================================= */
some code
/* ================================= */
/* :::::::::::: 7. Contact ::::::::: */
/* ================================= */
some code
/* ================================= */
/* ::::::::: 8. Google map ::::::::: */
/* ================================= */
some code
/* ================================= */
/* :::::::::: 9. Footer :::::::::::: */
/* ================================= */
some code
/* ================================= */
/* :::::: 10. Responsive CSS ::::::: */
/* ================================= */
some code
</pre>
<p>If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited.</p>
<p>Any images that are placed within the services section have 5px worth of padding and a light bluish background. If you would like to edit the display of these images, find the following section in the style sheet:</p>
<pre> .logo img {
change styles here:
}
</pre>
<hr>
<h3 id="services"><strong>3) WHAT CAN I DO in section Resume</strong> - <a href="#toc">top</a></h3>
<p>To change the icon (from the Font Awesome collection http://fortawesome.github.io/Font-Awesome/icons/), look for a line of HTML like this:</p>
<code><p><i class="fa fa-desktop fa-fw" /></i></p></code>
<p>To change the icon, choose one from the list of Font Awesome Icons and get the CSS class for that icon (usually with the fa- prefix e.g. fa-rocket), and use this CSS code in the tags to use that icon instead</p>
<code><p><i class="fa YOUR-FONT-AWESOME-ICON-CLASS fa-fw" /></i></p> </code>
<hr>
<h3 id="portfolio"><strong>4) Portfolio</strong> - <a href="#toc">top</a></h3>
<p>1. To change photo in Portfolio section you need to open index.html and find Portfolio section</p>
<p>This is code item </p>
<p><div class="element-item illustration"></p>
<p><figure>
<p><a title="Photography" href="images/portfolio/1.jpg" data-lightbox-gallery="gallery1" class="nivo-lbox"></p>
<p><img src="images/portfolio/1.jpg" alt="Screenshot 01"></p>
<p><figcaption></p>
<p><div class="caption-content"></p>
<p><p>Photography</p></p>
<p></div></p>
<p></figcaption></p>
<p></a></p>
<p></figure></p>
<p></div></p>
<p>2. Buttons category works</p>
<p><button class="button is-checked" data-filter="*"><i class="fa fa-th"></i>All</button></p>
<p> <button class="button" data-filter=".web">Web-Design</button></p>
<p> <button class="button" data-filter=".photoghraphy">Photoghraphy</button></p>
<p> <button class="button" data-filter=".illustration">Ilustration</button></p>
<p> <button class="button" data-filter=".minimalism">Minimalism</button></p>
<hr>
<h3 id="googlemap"><strong>5) Google Map</strong> - <a href="#toc">top</a></h3>
<p>1. To change information in Google map you need to open main.js and find Google Map section coordinate variables and change the coordinates </p>
<p>var latitude = -37.8602828,</p>
<p>longitude = 145.079616, 9</p>
<p> 2. To change the contact details in a modal window, you need to find the code in the file main.js</p>
<p>var contentString = '<div class="contact-box left">'+</p>
<p>'<h3>CONTACT INFORMATION.</h3>'+</p>
<p>'<ul>'+</p>
<p>'<li><i class="fa fa-fw fa-map-marker"></i>Melbourne, Australia</li>'+</p>
<p>'<li><i class="fa fa-fw fa-phone"></i>765-302-2878</li>'+</p>
<p>'<li><i class="fa fa-fw fa-envelope-o"></i><a href="mailto:">name@domain.com</a></li>'+</p>
<p>'<li><i class="fa fa-fw fa-globe"></i><a href="">mycompanyname.com</a></li>'+</p>
<p>'</ul>'+</p>
<p>'</div>';</p>
<hr>
<h3 id="bg"><strong>6) Photo Slider or Youtube Video</strong> - <a href="#toc">top</a></h3>
<h4><b>Background image </b></h4>
<p>Background image code looks like this:
<pre>
<div class="bg" style="background-image:url(images/slider/background2.jpg)"></div>
</pre>
</p>
<h4><b>Youtube Video </b></h4>
<p>Can’t work on mobile devices due to restrictions from YouTube and restrictions placed on content by the devices themselves. But the slider will be visible with your photo and signature.</p>
<p>Video code looks like this:
<pre>
<div id="video" data-video="b55GNNbyjmg" data-mute="true"></div>
data-video="b55GNNbyjmg" - Link your Video in Youtube
data-mute="true" - Mute true/false
You can change position video iframe in file style.css Section
/* ================================= */
/* :::::::::: 2. Slider :::::::::::: */
/* ================================= */
.slider-left #video iframe {
position: relative;
left: -85%!important; - Position video in parcent
}
</pre>
</p>
<hr>
<h3 id="contactform"><strong>7) Contact Form</strong> - <a href="#toc">top</a></h3>
<p>An email in the contact form in the file changes contact.php in folder php</p>
<p>variable $mail = mail("youremail@youremailaddress.com", $subject, $message</p>
<hr>
<h3 id="credits"><strong>8) Sources and Credits</strong> - <a href="#toc">top</a></h3>
<p>I've used the following images, icons or other files as listed.
<ul>
<li><a href="http://fortawesome.github.io/Font-Awesome/" target="_blank">Font Awesome</a></li>
<li><a href="http://idangero.us/swiper/" target="_blank">Swiper Slider</a></li>
<li><a href="http://jqueryvalidation.org/" target="_blank">jQuery Validation Plugin</a></li>
<li><a href="http://www.google.com/fonts/specimen/Exo" target="_blank">Google Fonts - 'Exo'</a></li>
<li><a href="http://www.google.com/fonts/specimen/Raleway" target="_blank">Google Fonts - 'Raleway'</a></li>
<li><a href="http://unsplash.com" target="_blank">Images from Unsplash</a></li>
</ul>
<hr>
<p>Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" section.</p>
<p class="append-bottom alt large"><strong>MountainTheme</strong></p>
<p><a href="#toc">Go To Table of Contents</a></p>
<hr class="space">
</div><!-- end div .container -->
<!-- Javascript files -->
<!-- jQuery -->
<script src="assets/js/jquery.js"></script>
<!-- Smooth Scroll -->
<script src="assets/js/smooth-scroll.js"></script>
</body>
</html> |
_site/404.html | dmsmitty30/dmsmitty30.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>cascad.io</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A blog about data, the Northwest, and other fun stuff.">
<meta name="author" content="Dave Smith">
<link rel="canonical" href="http://cascad.io/404.html">
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/pixyll.css" type="text/css">
<!-- Fonts -->
<link href='//fonts.googleapis.com/css?family=Merriweather:900,900italic,300,300italic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Lato:900,300' rel='stylesheet' type='text/css'>
<!-- Open Graph -->
<!-- From: https://github.com/mmistakes/hpstr-jekyll-theme/blob/master/_includes/head.html -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="cascad.io">
<meta property="og:description" content="A blog about data, the Northwest, and other fun stuff.">
<meta property="og:url" content="http://cascad.io/404.html">
<meta property="og:site_name" content="cascad.io">
</head>
<body>
<div class="site-wrap center">
<header class="site-header px2 px-responsive">
<div class="mt2 wrap">
<div class="measure">
<a href="http://cascad.io" class="site-title">cascad.io</a>
<nav class="site-nav right">
<a href="/about/">About</a>
<a href="/contact/">Contact</a>
</nav>
<div class="clearfix"></div>
</div>
</div>
</header>
<div class="post p2 p-responsive wrap" role="main">
<div class="measure">
<h1 id="section">404</h1>
<p>Sorry, we can’t seem to find this page’s pixylls.</p>
<div class="mt3">
<a href="/" class="button button-blue button-big">Home</a>
<a href="/contact/" class="button button-blue button-big">Contact</a>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="p2 wrap">
<div class="measure mt1 center">
<small>
<a href="https://github.com/johnotander/pixyll">Pixyll</a> theme by <a href="http://johnotander.com">John Otander</a> (<a href="https://twitter.com/4lpine">@4lpine</a>).
</small>
</div>
</div>
</footer>
</body>
</html> |
_layouts/default.html | anuraj/anuraj.github.io | ---
layout: compress
---
<!DOCTYPE html>
<html lang="en" xmlns:og="http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
{% if page.layout == 'post' %}
<title>{{page.title}} | {{site.title}}</title>
{% else %}
<title>{{site.title}} | {{site.description}}</title>
{%endif%}
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="{{ site.url }}{{ site.baseurl }}/favicon.ico" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" />
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:700,900" rel="stylesheet">
<link rel="stylesheet" href="{{ site.url }}{{ site.baseurl }}/assets/styles.css" />
<link rel="manifest" href="{{ site.url }}{{ site.baseurl }}/manifest.json" />
{% seo %}
</head>
<body>
{% include navbar.html %}
<main class="container">
<div class="row">
<div class="col-md-8 blog-main">
{{ content }}
</div>
<aside class="col-md-4 blog-sidebar">
{% include sidebar.html %}
</aside>
</div>
</main>
<footer class="blog-footer">
{% include footer.html %}
</footer>
{% if page.layout == "post" %}
<script>
var images = document.getElementsByTagName("img");
for (var i = 0; i < images.length; i++) {
var el = images[i];
if (!el.getAttribute("class")) {
el.setAttribute("class", "img-fluid");
}
}
</script>
<script type="text/javascript">
(function () { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://anuraj-dev.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>
{% endif %}
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B95318ZCY8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-B95318ZCY8');
</script>
<script id="cookieyes" type="text/javascript"
src="https://cdn-cookieyes.com/client_data/594878a95755d04a27a8c990.js"></script>
<script data-ad-client="ca-pub-2446392180502199" async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</body>
</html> |
ExtendedEditor/Assets/.Docs/TNRD.Editor.Core.ExtendedControl-OnDeserialized.html | Miguel-Barreiro/ExtendedEditor | <!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Extended Editor Documentation</title>
<meta name="msapplication-TileColor" content="#222c37" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/toc.js"></script>
<script type="text/javascript" src="js/core.js"></script>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/core.css" />
</head>
<body>
<div class="header-wrapper">
<div id="header" class="header">
<div class="content">
<div class="more">
</div>
</div>
</div>
<div class="toolbar">
<div class="content clear"></div>
</div>
</div>
<div id="master-wrapper" class="master-wrapper clear">
<div id="sidebar" class="sidebar">
<div class="sidebar-wrap">
<div class="content">
<div class="sidebar-menu">
<div class="toc">
<h2>Scripting API</h2>
</div>
</div>
<p>
<br/>
</p>
</div>
</div>
</div>
<div id="content-wrap" class="content-wrap">
<div class="content-block">
<div class="content"><div class="section">
<div class="mb20 clear" id="">
<h1 class="heading inherit">
<a href="TNRD.Editor.Core.ExtendedControl">ExtendedControl</a>.OnDeserialized</h1>
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
</div><div class="subsection">
<div class="signature"><div class="signature-CS sig-block">
public void <span class="sig-kw">OnDeserialized</span>();
</div> </div>
</div><div class="subsection">
<h2>Description</h2>
<p>Called when a window gets deserialized</p>
</div> </div>
<div class="footer-wrapper">
<div class="footer clear"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html> |
views/request_update.html | nwohaibi/sidrah | <script type="text/javascript">
function show_details(id)
{
$("#btn_show_details_" + id).hide();
$("#btn_hide_details_" + id).show();
$("#details_msg_" + id).show();
}
function hide_details(id)
{
$("#btn_hide_details_" + id).hide();
$("#details_msg_" + id).hide();
$("#btn_show_details_" + id).show();
}
function reject(id)
{
var reason = $("#reason_" + id).val();
var key = $("#random_key_" + id).val();
if (reason == "")
{
alert("الرجاء إدخال سبب الرفض.");
return false;
}
// Generate the request
var request = "request_update.php?do=reject&key=" + key + "&reason=" + encodeURIComponent(reason);
window.location.href = request;
}
function write_reason(id)
{
if ($("#reason_" + id).val() == "")
{
$("#accept_" + id).show();
}
else
{
$("#accept_" + id).hide();
}
}
function check_all()
{
$(".check").each(function(){
var id = $(this).attr("id");
$("#" + id).attr("checked", true);
});
}
function uncheck_all()
{
$(".check").each(function(){
var id = $(this).attr("id");
$("#" + id).attr("checked", false);
});
}
function show_all_details()
{
$(".check").each(function(){
var id = $(this).attr("data-id");
show_details(id);
});
}
function hide_all_details()
{
$(".check").each(function(){
var id = $(this).attr("data-id");
hide_details(id);
});
}
</script>
<div class="row">
<div class="large-12 columns">
<form action="request_update.php?do=assign" method="post" class="inputform">
<h4>تحديثات معلّقة {pendings_count}</h4>
<table class="table" width="100%">
<thead>
<tr>
<th></th>
<th class="hide-for-small"></th>
<th>التحديث</th>
<th class="hide-for-small">اٌُسند إلى</th>
<th>الإجراء</th>
</tr>
</thead>
<tbody>
{pendings}
</tbody>
</table>
{assign_to_div}
</form>
<div>
<h4>آخر {updates_count} تحديثات</h4>
<table class="table" width="100%">
<thead>
<tr>
<th class="hide-for-small"></th>
<th>التحديث</th>
<th>القرار</th>
<th class="hide-for-small">سبب الرفض (إن وُجد)</th>
<th class="hide-for-small">الإنجاز</th>
</tr>
</thead>
<tbody>
{not_pendings}
</tbody>
</table>
</div>
</div>
</div>
|
dist/last/doc/reference/EAM.Helper.html | vmysla/supervision.js | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Engagement Analytics Model Namespace: Helper</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.spacelab.css">
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top navbar-inverse">
<div class="navbar-inner">
<a class="brand" href="index.html">Engagement Analytics Model</a>
<ul class="nav">
<li class="dropdown">
<a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li>
<a href="EAM.html">EAM</a>
</li>
<li>
<a href="EAM.Dwell.html">Dwell</a>
</li>
<li>
<a href="EAM.Element.html">Element</a>
</li>
<li>
<a href="EAM.Helper.html">Helper</a>
</li>
<li>
<a href="EAM.Interaction.html">Interaction</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li>
<a href="EAM.Dwell.Dwell.html">Dwell</a>
</li>
<li>
<a href="EAM.EAM.html">EAM</a>
</li>
<li>
<a href="EAM.Element.Element.html">Element</a>
</li>
<li>
<a href="EAM.Helper.Helper.html">Helper</a>
</li>
<li>
<a href="EAM.Interaction.Interaction.html">Interaction</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span8">
<div id="main">
<h1 class="page-title">Namespace: Helper</h1>
<section>
<header>
<h2>
<span class="ancestors"><a href="EAM.html">EAM</a>.</span>
Helper
</h2>
</header>
<article>
<div class="container-overview">
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="helper.js.html">lib/eam/src/helper/helper.js</a>, <a href="helper.js.html#sunlight-1-line-1">line 1</a>
</li></ul></dd>
</dl>
</div>
<h3 class="subsection-title">Classes</h3>
<dl>
<dt><a href="EAM.Helper.Helper.html">Helper</a></dt>
<dd></dd>
</dl>
<h3 class="subsection-title">Methods</h3>
<dl>
<dt>
<h4 class="name" id="HelperJQuery"><span class="type-signature"><static> </span>HelperJQuery<span class="signature">()</span><span class="type-signature"> → {Array.<<a href="EAM.Helper.HelperNode.html">EAM.Helper.HelperNode</a>>}</span></h4>
</dt>
<dd>
<div class="description">
Provides jQuery API needed for work.
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="helper-jquery.js.html">lib/eam/src/helper/helper-jquery.js</a>, <a href="helper-jquery.js.html#sunlight-1-line-1">line 1</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
List of matched Nodes with extra methods.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Array.<<a href="EAM.Helper.HelperNode.html">EAM.Helper.HelperNode</a>></span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="HelperSatellite"><span class="type-signature"><static> </span>HelperSatellite<span class="signature">()</span><span class="type-signature"> → {Array.<<a href="EAM.Helper.HelperNode.html">EAM.Helper.HelperNode</a>>}</span></h4>
</dt>
<dd>
<div class="description">
Provides a subset of jQuery API needed for work.
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="helper-satellite.js.html">lib/eam/src/helper/helper-satellite.js</a>, <a href="helper-satellite.js.html#sunlight-1-line-1">line 1</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
List of matched Nodes with extra methods.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Array.<<a href="EAM.Helper.HelperNode.html">EAM.Helper.HelperNode</a>></span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="LookupHelperJQuery"><span class="type-signature"><static> </span>LookupHelperJQuery<span class="signature">(eam)</span><span class="type-signature"> → {HelperJQuery}</span></h4>
</dt>
<dd>
<div class="description">
Get Helper based on jQuery.
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>eam</code></td>
<td class="type">
<span class="param-type">EAM.Eam</span>
</td>
<td class="description last">Parent EAM instance.</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="helper-jquery.js.html">lib/eam/src/helper/helper-jquery.js</a>, <a href="helper-jquery.js.html#sunlight-1-line-8">line 8</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
available jQuery instance from global context.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">HelperJQuery</span>
</dd>
</dl>
</dd>
<dt>
<h4 class="name" id="LookupHelperSatellite"><span class="type-signature"><static> </span>LookupHelperSatellite<span class="signature">(eam)</span><span class="type-signature"> → {<a href="HelperSatellite.html">HelperSatellite</a>}</span></h4>
</dt>
<dd>
<div class="description">
Get Helper based on Satellite.
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>eam</code></td>
<td class="type">
<span class="param-type">EAM.Eam</span>
</td>
<td class="description last">Parent EAM instance.</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="helper-satellite.js.html">lib/eam/src/helper/helper-satellite.js</a>, <a href="helper-satellite.js.html#sunlight-1-line-121">line 121</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<div class="param-desc">
Subset of jQuery API implemented using Satellite framework from DTM.
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type"><a href="HelperSatellite.html">HelperSatellite</a></span>
</dd>
</dl>
</dd>
</dl>
<h3 class="subsection-title">Type Definitions</h3>
<dl>
<dt>
<h4 class="name" id="Options">Options</h4>
</dt>
<dd>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Object</span>
</li>
</ul>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>priority</code></td>
<td class="type">
<span class="param-type">EAM.Helper[]</span>
</td>
<td class="description last">Ordered list of allowed helper implementations to load.</td>
</tr>
</tbody>
</table>
</dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="helper.js.html">lib/eam/src/helper/helper.js</a>, <a href="helper.js.html#sunlight-1-line-3">line 3</a>
</li></ul></dd>
</dl>
</dd>
</dl>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha5</a>
on Fri May 08 2015 02:38:00 GMT+0300 (FLE Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
<div class="span3">
<div id="toc"></div>
</div>
<br clear="both">
</div>
</div>
<script src="scripts/sunlight.js"></script>
<script src="scripts/sunlight.javascript.js"></script>
<script src="scripts/sunlight-plugin.doclinks.js"></script>
<script src="scripts/sunlight-plugin.linenumbers.js"></script>
<script src="scripts/sunlight-plugin.menu.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
<script src="scripts/jquery.localScroll.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script>
<script>
$( function () {
$( "#toc" ).toc( {
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : 60
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
} );
</script>
<script>
$( function () {
$('#main').localScroll({
offset: { top: 56 } //offset by the height of your header (give or take a few px, see what works for you)
});
$( "dt h4.name" ).each( function () {
var $this = $( this );
var icon = $( "<i/>" ).addClass( "icon-plus-sign" ).addClass( "pull-right" ).addClass( "icon-white" );
var dt = $this.parents( "dt" );
var children = dt.next( "dd" );
$this.append( icon ).css( {cursor : "pointer"} );
$this.addClass( "member-collapsed" ).addClass( "member" );
children.hide();
$this.toggle( function () {
icon.addClass( "icon-minus-sign" ).removeClass( "icon-plus-sign" ).removeClass( "icon-white" );
$this.addClass( "member-open" ).removeClass( "member-collapsed" );
children.slideDown();
}, function () {
icon.addClass( "icon-plus-sign" ).removeClass( "icon-minus-sign" ).addClass( "icon-white" );
$this.addClass( "member-collapsed" ).removeClass( "member-open" );
children.slideUp();
} );
} );
} );
</script>
</body>
</html> |
Figure3/ToxCast_nnm/WorkHere/64-17-5.smi.png.html | andrewdefries/ToxCast | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<title>64-17-5.smi.png.html</title>
</head>
<body>ID64-17-5<br/>
<img border="0" src="64-17-5.smi.png" alt="64-17-5.smi.png"></img><br/>
<br/>
<table border="1">
<tr>
<td></td><td>ID</td><td>Formula</td><td>FW</td><td>DSSTox_CID</td><td>DSSTox_RID</td><td>DSSTox_GSID</td><td>DSSTox_FileID_Sort</td><td>TS_ChemName</td><td>TS_ChemName_Synonyms</td><td>TS_CASRN</td><td>CASRN_ChemName_Relationship</td><td>TS_Description</td><td>ChemNote</td><td>STRUCTURE_Shown</td><td>STRUCTURE_Formula</td><td>STRUCTURE_MW</td><td>STRUCTURE_ChemType</td><td>STRUCTURE_DefinedOrganicForm</td><td>STRUCTURE_IUPAC</td><td>STRUCTURE_SMILES</td><td>STRUCTURE_SMILES_Desalt</td><td>Substance_modify_yyyymmdd</td></tr>
<tr>
<td>64-17-5</td><td>559</td><td>C2H6O</td><td>46.0684</td><td>584</td><td>75674</td><td>20584</td><td>358</td><td>Ethanol</td><td>Ethanol (Ethyl alcohol) (EtOH)</td><td>64-17-5</td><td>primary</td><td>single chemical compound</td><td></td><td>tested chemical</td><td>C2H6O</td><td>46.0684</td><td>defined organic</td><td>parent</td><td>ethanol</td><td>CCO</td><td>CCO</td><td>20080429</td></tr>
</table>
<br/><br/><font size="-2">(Page generated on Wed Sep 17 01:50:56 2014 by <a href="http://www.embl.de/~gpau/hwriter/index.html">hwriter</a> 1.3)</font><br/>
</body></html> |
whiteWolf-nodejs-master/frontEnd_dev/assets/css/main.css | genterist/whiteWolf | @import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900");
/*
Future Imperfect by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
-webkit-text-size-adjust: none;
}
/* Box Model */
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* Grid */
.row {
border-bottom: solid 1px transparent;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.row > * {
float: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.row:after, .row:before {
content: '';
display: block;
clear: both;
height: 0;
}
.row.uniform > * > :first-child {
margin-top: 0;
}
.row.uniform > * > :last-child {
margin-bottom: 0;
}
.row.\30 \25 > * {
padding: 0 0 0 0em;
}
.row.\30 \25 {
margin: 0 0 -1px 0em;
}
.row.uniform.\30 \25 > * {
padding: 0em 0 0 0em;
}
.row.uniform.\30 \25 {
margin: 0em 0 -1px 0em;
}
.row > * {
padding: 0 0 0 1em;
}
.row {
margin: 0 0 -1px -1em;
}
.row.uniform > * {
padding: 1em 0 0 1em;
}
.row.uniform {
margin: -1em 0 -1px -1em;
}
.row.\32 00\25 > * {
padding: 0 0 0 2em;
}
.row.\32 00\25 {
margin: 0 0 -1px -2em;
}
.row.uniform.\32 00\25 > * {
padding: 2em 0 0 2em;
}
.row.uniform.\32 00\25 {
margin: -2em 0 -1px -2em;
}
.row.\31 50\25 > * {
padding: 0 0 0 1.5em;
}
.row.\31 50\25 {
margin: 0 0 -1px -1.5em;
}
.row.uniform.\31 50\25 > * {
padding: 1.5em 0 0 1.5em;
}
.row.uniform.\31 50\25 {
margin: -1.5em 0 -1px -1.5em;
}
.row.\35 0\25 > * {
padding: 0 0 0 0.5em;
}
.row.\35 0\25 {
margin: 0 0 -1px -0.5em;
}
.row.uniform.\35 0\25 > * {
padding: 0.5em 0 0 0.5em;
}
.row.uniform.\35 0\25 {
margin: -0.5em 0 -1px -0.5em;
}
.row.\32 5\25 > * {
padding: 0 0 0 0.25em;
}
.row.\32 5\25 {
margin: 0 0 -1px -0.25em;
}
.row.uniform.\32 5\25 > * {
padding: 0.25em 0 0 0.25em;
}
.row.uniform.\32 5\25 {
margin: -0.25em 0 -1px -0.25em;
}
.\31 2u, .\31 2u\24 {
width: 100%;
clear: none;
margin-left: 0;
}
.\31 1u, .\31 1u\24 {
width: 91.6666666667%;
clear: none;
margin-left: 0;
}
.\31 0u, .\31 0u\24 {
width: 83.3333333333%;
clear: none;
margin-left: 0;
}
.\39 u, .\39 u\24 {
width: 75%;
clear: none;
margin-left: 0;
}
.\38 u, .\38 u\24 {
width: 66.6666666667%;
clear: none;
margin-left: 0;
}
.\37 u, .\37 u\24 {
width: 58.3333333333%;
clear: none;
margin-left: 0;
}
.\36 u, .\36 u\24 {
width: 50%;
clear: none;
margin-left: 0;
}
.\35 u, .\35 u\24 {
width: 41.6666666667%;
clear: none;
margin-left: 0;
}
.\34 u, .\34 u\24 {
width: 33.3333333333%;
clear: none;
margin-left: 0;
}
.\33 u, .\33 u\24 {
width: 25%;
clear: none;
margin-left: 0;
}
.\32 u, .\32 u\24 {
width: 16.6666666667%;
clear: none;
margin-left: 0;
}
.\31 u, .\31 u\24 {
width: 8.3333333333%;
clear: none;
margin-left: 0;
}
.\31 2u\24 + *,
.\31 1u\24 + *,
.\31 0u\24 + *,
.\39 u\24 + *,
.\38 u\24 + *,
.\37 u\24 + *,
.\36 u\24 + *,
.\35 u\24 + *,
.\34 u\24 + *,
.\33 u\24 + *,
.\32 u\24 + *,
.\31 u\24 + * {
clear: left;
}
.\-11u {
margin-left: 91.66667%;
}
.\-10u {
margin-left: 83.33333%;
}
.\-9u {
margin-left: 75%;
}
.\-8u {
margin-left: 66.66667%;
}
.\-7u {
margin-left: 58.33333%;
}
.\-6u {
margin-left: 50%;
}
.\-5u {
margin-left: 41.66667%;
}
.\-4u {
margin-left: 33.33333%;
}
.\-3u {
margin-left: 25%;
}
.\-2u {
margin-left: 16.66667%;
}
.\-1u {
margin-left: 8.33333%;
}
@media screen and (max-width: 1680px) {
.row > * {
padding: 0 0 0 1em;
}
.row {
margin: 0 0 -1px -1em;
}
.row.uniform > * {
padding: 1em 0 0 1em;
}
.row.uniform {
margin: -1em 0 -1px -1em;
}
.row.\32 00\25 > * {
padding: 0 0 0 2em;
}
.row.\32 00\25 {
margin: 0 0 -1px -2em;
}
.row.uniform.\32 00\25 > * {
padding: 2em 0 0 2em;
}
.row.uniform.\32 00\25 {
margin: -2em 0 -1px -2em;
}
.row.\31 50\25 > * {
padding: 0 0 0 1.5em;
}
.row.\31 50\25 {
margin: 0 0 -1px -1.5em;
}
.row.uniform.\31 50\25 > * {
padding: 1.5em 0 0 1.5em;
}
.row.uniform.\31 50\25 {
margin: -1.5em 0 -1px -1.5em;
}
.row.\35 0\25 > * {
padding: 0 0 0 0.5em;
}
.row.\35 0\25 {
margin: 0 0 -1px -0.5em;
}
.row.uniform.\35 0\25 > * {
padding: 0.5em 0 0 0.5em;
}
.row.uniform.\35 0\25 {
margin: -0.5em 0 -1px -0.5em;
}
.row.\32 5\25 > * {
padding: 0 0 0 0.25em;
}
.row.\32 5\25 {
margin: 0 0 -1px -0.25em;
}
.row.uniform.\32 5\25 > * {
padding: 0.25em 0 0 0.25em;
}
.row.uniform.\32 5\25 {
margin: -0.25em 0 -1px -0.25em;
}
.\31 2u\28xlarge\29, .\31 2u\24\28xlarge\29 {
width: 100%;
clear: none;
margin-left: 0;
}
.\31 1u\28xlarge\29, .\31 1u\24\28xlarge\29 {
width: 91.6666666667%;
clear: none;
margin-left: 0;
}
.\31 0u\28xlarge\29, .\31 0u\24\28xlarge\29 {
width: 83.3333333333%;
clear: none;
margin-left: 0;
}
.\39 u\28xlarge\29, .\39 u\24\28xlarge\29 {
width: 75%;
clear: none;
margin-left: 0;
}
.\38 u\28xlarge\29, .\38 u\24\28xlarge\29 {
width: 66.6666666667%;
clear: none;
margin-left: 0;
}
.\37 u\28xlarge\29, .\37 u\24\28xlarge\29 {
width: 58.3333333333%;
clear: none;
margin-left: 0;
}
.\36 u\28xlarge\29, .\36 u\24\28xlarge\29 {
width: 50%;
clear: none;
margin-left: 0;
}
.\35 u\28xlarge\29, .\35 u\24\28xlarge\29 {
width: 41.6666666667%;
clear: none;
margin-left: 0;
}
.\34 u\28xlarge\29, .\34 u\24\28xlarge\29 {
width: 33.3333333333%;
clear: none;
margin-left: 0;
}
.\33 u\28xlarge\29, .\33 u\24\28xlarge\29 {
width: 25%;
clear: none;
margin-left: 0;
}
.\32 u\28xlarge\29, .\32 u\24\28xlarge\29 {
width: 16.6666666667%;
clear: none;
margin-left: 0;
}
.\31 u\28xlarge\29, .\31 u\24\28xlarge\29 {
width: 8.3333333333%;
clear: none;
margin-left: 0;
}
.\31 2u\24\28xlarge\29 + *,
.\31 1u\24\28xlarge\29 + *,
.\31 0u\24\28xlarge\29 + *,
.\39 u\24\28xlarge\29 + *,
.\38 u\24\28xlarge\29 + *,
.\37 u\24\28xlarge\29 + *,
.\36 u\24\28xlarge\29 + *,
.\35 u\24\28xlarge\29 + *,
.\34 u\24\28xlarge\29 + *,
.\33 u\24\28xlarge\29 + *,
.\32 u\24\28xlarge\29 + *,
.\31 u\24\28xlarge\29 + * {
clear: left;
}
.\-11u\28xlarge\29 {
margin-left: 91.66667%;
}
.\-10u\28xlarge\29 {
margin-left: 83.33333%;
}
.\-9u\28xlarge\29 {
margin-left: 75%;
}
.\-8u\28xlarge\29 {
margin-left: 66.66667%;
}
.\-7u\28xlarge\29 {
margin-left: 58.33333%;
}
.\-6u\28xlarge\29 {
margin-left: 50%;
}
.\-5u\28xlarge\29 {
margin-left: 41.66667%;
}
.\-4u\28xlarge\29 {
margin-left: 33.33333%;
}
.\-3u\28xlarge\29 {
margin-left: 25%;
}
.\-2u\28xlarge\29 {
margin-left: 16.66667%;
}
.\-1u\28xlarge\29 {
margin-left: 8.33333%;
}
}
@media screen and (max-width: 1280px) {
.row > * {
padding: 0 0 0 1em;
}
.row {
margin: 0 0 -1px -1em;
}
.row.uniform > * {
padding: 1em 0 0 1em;
}
.row.uniform {
margin: -1em 0 -1px -1em;
}
.row.\32 00\25 > * {
padding: 0 0 0 2em;
}
.row.\32 00\25 {
margin: 0 0 -1px -2em;
}
.row.uniform.\32 00\25 > * {
padding: 2em 0 0 2em;
}
.row.uniform.\32 00\25 {
margin: -2em 0 -1px -2em;
}
.row.\31 50\25 > * {
padding: 0 0 0 1.5em;
}
.row.\31 50\25 {
margin: 0 0 -1px -1.5em;
}
.row.uniform.\31 50\25 > * {
padding: 1.5em 0 0 1.5em;
}
.row.uniform.\31 50\25 {
margin: -1.5em 0 -1px -1.5em;
}
.row.\35 0\25 > * {
padding: 0 0 0 0.5em;
}
.row.\35 0\25 {
margin: 0 0 -1px -0.5em;
}
.row.uniform.\35 0\25 > * {
padding: 0.5em 0 0 0.5em;
}
.row.uniform.\35 0\25 {
margin: -0.5em 0 -1px -0.5em;
}
.row.\32 5\25 > * {
padding: 0 0 0 0.25em;
}
.row.\32 5\25 {
margin: 0 0 -1px -0.25em;
}
.row.uniform.\32 5\25 > * {
padding: 0.25em 0 0 0.25em;
}
.row.uniform.\32 5\25 {
margin: -0.25em 0 -1px -0.25em;
}
.\31 2u\28large\29, .\31 2u\24\28large\29 {
width: 100%;
clear: none;
margin-left: 0;
}
.\31 1u\28large\29, .\31 1u\24\28large\29 {
width: 91.6666666667%;
clear: none;
margin-left: 0;
}
.\31 0u\28large\29, .\31 0u\24\28large\29 {
width: 83.3333333333%;
clear: none;
margin-left: 0;
}
.\39 u\28large\29, .\39 u\24\28large\29 {
width: 75%;
clear: none;
margin-left: 0;
}
.\38 u\28large\29, .\38 u\24\28large\29 {
width: 66.6666666667%;
clear: none;
margin-left: 0;
}
.\37 u\28large\29, .\37 u\24\28large\29 {
width: 58.3333333333%;
clear: none;
margin-left: 0;
}
.\36 u\28large\29, .\36 u\24\28large\29 {
width: 50%;
clear: none;
margin-left: 0;
}
.\35 u\28large\29, .\35 u\24\28large\29 {
width: 41.6666666667%;
clear: none;
margin-left: 0;
}
.\34 u\28large\29, .\34 u\24\28large\29 {
width: 33.3333333333%;
clear: none;
margin-left: 0;
}
.\33 u\28large\29, .\33 u\24\28large\29 {
width: 25%;
clear: none;
margin-left: 0;
}
.\32 u\28large\29, .\32 u\24\28large\29 {
width: 16.6666666667%;
clear: none;
margin-left: 0;
}
.\31 u\28large\29, .\31 u\24\28large\29 {
width: 8.3333333333%;
clear: none;
margin-left: 0;
}
.\31 2u\24\28large\29 + *,
.\31 1u\24\28large\29 + *,
.\31 0u\24\28large\29 + *,
.\39 u\24\28large\29 + *,
.\38 u\24\28large\29 + *,
.\37 u\24\28large\29 + *,
.\36 u\24\28large\29 + *,
.\35 u\24\28large\29 + *,
.\34 u\24\28large\29 + *,
.\33 u\24\28large\29 + *,
.\32 u\24\28large\29 + *,
.\31 u\24\28large\29 + * {
clear: left;
}
.\-11u\28large\29 {
margin-left: 91.66667%;
}
.\-10u\28large\29 {
margin-left: 83.33333%;
}
.\-9u\28large\29 {
margin-left: 75%;
}
.\-8u\28large\29 {
margin-left: 66.66667%;
}
.\-7u\28large\29 {
margin-left: 58.33333%;
}
.\-6u\28large\29 {
margin-left: 50%;
}
.\-5u\28large\29 {
margin-left: 41.66667%;
}
.\-4u\28large\29 {
margin-left: 33.33333%;
}
.\-3u\28large\29 {
margin-left: 25%;
}
.\-2u\28large\29 {
margin-left: 16.66667%;
}
.\-1u\28large\29 {
margin-left: 8.33333%;
}
}
@media screen and (max-width: 980px) {
.row > * {
padding: 0 0 0 1em;
}
.row {
margin: 0 0 -1px -1em;
}
.row.uniform > * {
padding: 1em 0 0 1em;
}
.row.uniform {
margin: -1em 0 -1px -1em;
}
.row.\32 00\25 > * {
padding: 0 0 0 2em;
}
.row.\32 00\25 {
margin: 0 0 -1px -2em;
}
.row.uniform.\32 00\25 > * {
padding: 2em 0 0 2em;
}
.row.uniform.\32 00\25 {
margin: -2em 0 -1px -2em;
}
.row.\31 50\25 > * {
padding: 0 0 0 1.5em;
}
.row.\31 50\25 {
margin: 0 0 -1px -1.5em;
}
.row.uniform.\31 50\25 > * {
padding: 1.5em 0 0 1.5em;
}
.row.uniform.\31 50\25 {
margin: -1.5em 0 -1px -1.5em;
}
.row.\35 0\25 > * {
padding: 0 0 0 0.5em;
}
.row.\35 0\25 {
margin: 0 0 -1px -0.5em;
}
.row.uniform.\35 0\25 > * {
padding: 0.5em 0 0 0.5em;
}
.row.uniform.\35 0\25 {
margin: -0.5em 0 -1px -0.5em;
}
.row.\32 5\25 > * {
padding: 0 0 0 0.25em;
}
.row.\32 5\25 {
margin: 0 0 -1px -0.25em;
}
.row.uniform.\32 5\25 > * {
padding: 0.25em 0 0 0.25em;
}
.row.uniform.\32 5\25 {
margin: -0.25em 0 -1px -0.25em;
}
.\31 2u\28medium\29, .\31 2u\24\28medium\29 {
width: 100%;
clear: none;
margin-left: 0;
}
.\31 1u\28medium\29, .\31 1u\24\28medium\29 {
width: 91.6666666667%;
clear: none;
margin-left: 0;
}
.\31 0u\28medium\29, .\31 0u\24\28medium\29 {
width: 83.3333333333%;
clear: none;
margin-left: 0;
}
.\39 u\28medium\29, .\39 u\24\28medium\29 {
width: 75%;
clear: none;
margin-left: 0;
}
.\38 u\28medium\29, .\38 u\24\28medium\29 {
width: 66.6666666667%;
clear: none;
margin-left: 0;
}
.\37 u\28medium\29, .\37 u\24\28medium\29 {
width: 58.3333333333%;
clear: none;
margin-left: 0;
}
.\36 u\28medium\29, .\36 u\24\28medium\29 {
width: 50%;
clear: none;
margin-left: 0;
}
.\35 u\28medium\29, .\35 u\24\28medium\29 {
width: 41.6666666667%;
clear: none;
margin-left: 0;
}
.\34 u\28medium\29, .\34 u\24\28medium\29 {
width: 33.3333333333%;
clear: none;
margin-left: 0;
}
.\33 u\28medium\29, .\33 u\24\28medium\29 {
width: 25%;
clear: none;
margin-left: 0;
}
.\32 u\28medium\29, .\32 u\24\28medium\29 {
width: 16.6666666667%;
clear: none;
margin-left: 0;
}
.\31 u\28medium\29, .\31 u\24\28medium\29 {
width: 8.3333333333%;
clear: none;
margin-left: 0;
}
.\31 2u\24\28medium\29 + *,
.\31 1u\24\28medium\29 + *,
.\31 0u\24\28medium\29 + *,
.\39 u\24\28medium\29 + *,
.\38 u\24\28medium\29 + *,
.\37 u\24\28medium\29 + *,
.\36 u\24\28medium\29 + *,
.\35 u\24\28medium\29 + *,
.\34 u\24\28medium\29 + *,
.\33 u\24\28medium\29 + *,
.\32 u\24\28medium\29 + *,
.\31 u\24\28medium\29 + * {
clear: left;
}
.\-11u\28medium\29 {
margin-left: 91.66667%;
}
.\-10u\28medium\29 {
margin-left: 83.33333%;
}
.\-9u\28medium\29 {
margin-left: 75%;
}
.\-8u\28medium\29 {
margin-left: 66.66667%;
}
.\-7u\28medium\29 {
margin-left: 58.33333%;
}
.\-6u\28medium\29 {
margin-left: 50%;
}
.\-5u\28medium\29 {
margin-left: 41.66667%;
}
.\-4u\28medium\29 {
margin-left: 33.33333%;
}
.\-3u\28medium\29 {
margin-left: 25%;
}
.\-2u\28medium\29 {
margin-left: 16.66667%;
}
.\-1u\28medium\29 {
margin-left: 8.33333%;
}
}
@media screen and (max-width: 736px) {
.row > * {
padding: 0 0 0 1em;
}
.row {
margin: 0 0 -1px -1em;
}
.row.uniform > * {
padding: 1em 0 0 1em;
}
.row.uniform {
margin: -1em 0 -1px -1em;
}
.row.\32 00\25 > * {
padding: 0 0 0 2em;
}
.row.\32 00\25 {
margin: 0 0 -1px -2em;
}
.row.uniform.\32 00\25 > * {
padding: 2em 0 0 2em;
}
.row.uniform.\32 00\25 {
margin: -2em 0 -1px -2em;
}
.row.\31 50\25 > * {
padding: 0 0 0 1.5em;
}
.row.\31 50\25 {
margin: 0 0 -1px -1.5em;
}
.row.uniform.\31 50\25 > * {
padding: 1.5em 0 0 1.5em;
}
.row.uniform.\31 50\25 {
margin: -1.5em 0 -1px -1.5em;
}
.row.\35 0\25 > * {
padding: 0 0 0 0.5em;
}
.row.\35 0\25 {
margin: 0 0 -1px -0.5em;
}
.row.uniform.\35 0\25 > * {
padding: 0.5em 0 0 0.5em;
}
.row.uniform.\35 0\25 {
margin: -0.5em 0 -1px -0.5em;
}
.row.\32 5\25 > * {
padding: 0 0 0 0.25em;
}
.row.\32 5\25 {
margin: 0 0 -1px -0.25em;
}
.row.uniform.\32 5\25 > * {
padding: 0.25em 0 0 0.25em;
}
.row.uniform.\32 5\25 {
margin: -0.25em 0 -1px -0.25em;
}
.\31 2u\28small\29, .\31 2u\24\28small\29 {
width: 100%;
clear: none;
margin-left: 0;
}
.\31 1u\28small\29, .\31 1u\24\28small\29 {
width: 91.6666666667%;
clear: none;
margin-left: 0;
}
.\31 0u\28small\29, .\31 0u\24\28small\29 {
width: 83.3333333333%;
clear: none;
margin-left: 0;
}
.\39 u\28small\29, .\39 u\24\28small\29 {
width: 75%;
clear: none;
margin-left: 0;
}
.\38 u\28small\29, .\38 u\24\28small\29 {
width: 66.6666666667%;
clear: none;
margin-left: 0;
}
.\37 u\28small\29, .\37 u\24\28small\29 {
width: 58.3333333333%;
clear: none;
margin-left: 0;
}
.\36 u\28small\29, .\36 u\24\28small\29 {
width: 50%;
clear: none;
margin-left: 0;
}
.\35 u\28small\29, .\35 u\24\28small\29 {
width: 41.6666666667%;
clear: none;
margin-left: 0;
}
.\34 u\28small\29, .\34 u\24\28small\29 {
width: 33.3333333333%;
clear: none;
margin-left: 0;
}
.\33 u\28small\29, .\33 u\24\28small\29 {
width: 25%;
clear: none;
margin-left: 0;
}
.\32 u\28small\29, .\32 u\24\28small\29 {
width: 16.6666666667%;
clear: none;
margin-left: 0;
}
.\31 u\28small\29, .\31 u\24\28small\29 {
width: 8.3333333333%;
clear: none;
margin-left: 0;
}
.\31 2u\24\28small\29 + *,
.\31 1u\24\28small\29 + *,
.\31 0u\24\28small\29 + *,
.\39 u\24\28small\29 + *,
.\38 u\24\28small\29 + *,
.\37 u\24\28small\29 + *,
.\36 u\24\28small\29 + *,
.\35 u\24\28small\29 + *,
.\34 u\24\28small\29 + *,
.\33 u\24\28small\29 + *,
.\32 u\24\28small\29 + *,
.\31 u\24\28small\29 + * {
clear: left;
}
.\-11u\28small\29 {
margin-left: 91.66667%;
}
.\-10u\28small\29 {
margin-left: 83.33333%;
}
.\-9u\28small\29 {
margin-left: 75%;
}
.\-8u\28small\29 {
margin-left: 66.66667%;
}
.\-7u\28small\29 {
margin-left: 58.33333%;
}
.\-6u\28small\29 {
margin-left: 50%;
}
.\-5u\28small\29 {
margin-left: 41.66667%;
}
.\-4u\28small\29 {
margin-left: 33.33333%;
}
.\-3u\28small\29 {
margin-left: 25%;
}
.\-2u\28small\29 {
margin-left: 16.66667%;
}
.\-1u\28small\29 {
margin-left: 8.33333%;
}
}
@media screen and (max-width: 480px) {
.row > * {
padding: 0 0 0 1em;
}
.row {
margin: 0 0 -1px -1em;
}
.row.uniform > * {
padding: 1em 0 0 1em;
}
.row.uniform {
margin: -1em 0 -1px -1em;
}
.row.\32 00\25 > * {
padding: 0 0 0 2em;
}
.row.\32 00\25 {
margin: 0 0 -1px -2em;
}
.row.uniform.\32 00\25 > * {
padding: 2em 0 0 2em;
}
.row.uniform.\32 00\25 {
margin: -2em 0 -1px -2em;
}
.row.\31 50\25 > * {
padding: 0 0 0 1.5em;
}
.row.\31 50\25 {
margin: 0 0 -1px -1.5em;
}
.row.uniform.\31 50\25 > * {
padding: 1.5em 0 0 1.5em;
}
.row.uniform.\31 50\25 {
margin: -1.5em 0 -1px -1.5em;
}
.row.\35 0\25 > * {
padding: 0 0 0 0.5em;
}
.row.\35 0\25 {
margin: 0 0 -1px -0.5em;
}
.row.uniform.\35 0\25 > * {
padding: 0.5em 0 0 0.5em;
}
.row.uniform.\35 0\25 {
margin: -0.5em 0 -1px -0.5em;
}
.row.\32 5\25 > * {
padding: 0 0 0 0.25em;
}
.row.\32 5\25 {
margin: 0 0 -1px -0.25em;
}
.row.uniform.\32 5\25 > * {
padding: 0.25em 0 0 0.25em;
}
.row.uniform.\32 5\25 {
margin: -0.25em 0 -1px -0.25em;
}
.\31 2u\28xsmall\29, .\31 2u\24\28xsmall\29 {
width: 100%;
clear: none;
margin-left: 0;
}
.\31 1u\28xsmall\29, .\31 1u\24\28xsmall\29 {
width: 91.6666666667%;
clear: none;
margin-left: 0;
}
.\31 0u\28xsmall\29, .\31 0u\24\28xsmall\29 {
width: 83.3333333333%;
clear: none;
margin-left: 0;
}
.\39 u\28xsmall\29, .\39 u\24\28xsmall\29 {
width: 75%;
clear: none;
margin-left: 0;
}
.\38 u\28xsmall\29, .\38 u\24\28xsmall\29 {
width: 66.6666666667%;
clear: none;
margin-left: 0;
}
.\37 u\28xsmall\29, .\37 u\24\28xsmall\29 {
width: 58.3333333333%;
clear: none;
margin-left: 0;
}
.\36 u\28xsmall\29, .\36 u\24\28xsmall\29 {
width: 50%;
clear: none;
margin-left: 0;
}
.\35 u\28xsmall\29, .\35 u\24\28xsmall\29 {
width: 41.6666666667%;
clear: none;
margin-left: 0;
}
.\34 u\28xsmall\29, .\34 u\24\28xsmall\29 {
width: 33.3333333333%;
clear: none;
margin-left: 0;
}
.\33 u\28xsmall\29, .\33 u\24\28xsmall\29 {
width: 25%;
clear: none;
margin-left: 0;
}
.\32 u\28xsmall\29, .\32 u\24\28xsmall\29 {
width: 16.6666666667%;
clear: none;
margin-left: 0;
}
.\31 u\28xsmall\29, .\31 u\24\28xsmall\29 {
width: 8.3333333333%;
clear: none;
margin-left: 0;
}
.\31 2u\24\28xsmall\29 + *,
.\31 1u\24\28xsmall\29 + *,
.\31 0u\24\28xsmall\29 + *,
.\39 u\24\28xsmall\29 + *,
.\38 u\24\28xsmall\29 + *,
.\37 u\24\28xsmall\29 + *,
.\36 u\24\28xsmall\29 + *,
.\35 u\24\28xsmall\29 + *,
.\34 u\24\28xsmall\29 + *,
.\33 u\24\28xsmall\29 + *,
.\32 u\24\28xsmall\29 + *,
.\31 u\24\28xsmall\29 + * {
clear: left;
}
.\-11u\28xsmall\29 {
margin-left: 91.66667%;
}
.\-10u\28xsmall\29 {
margin-left: 83.33333%;
}
.\-9u\28xsmall\29 {
margin-left: 75%;
}
.\-8u\28xsmall\29 {
margin-left: 66.66667%;
}
.\-7u\28xsmall\29 {
margin-left: 58.33333%;
}
.\-6u\28xsmall\29 {
margin-left: 50%;
}
.\-5u\28xsmall\29 {
margin-left: 41.66667%;
}
.\-4u\28xsmall\29 {
margin-left: 33.33333%;
}
.\-3u\28xsmall\29 {
margin-left: 25%;
}
.\-2u\28xsmall\29 {
margin-left: 16.66667%;
}
.\-1u\28xsmall\29 {
margin-left: 8.33333%;
}
}
/* Basic */
@-ms-viewport {
width: device-width;
}
body {
-ms-overflow-style: scrollbar;
}
@media screen and (max-width: 480px) {
html, body {
min-width: 320px;
}
}
body {
background: #f4f4f4;
}
body.is-loading *, body.is-loading *:before, body.is-loading *:after {
-moz-animation: none !important;
-webkit-animation: none !important;
-ms-animation: none !important;
animation: none !important;
-moz-transition: none !important;
-webkit-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}
/* Type */
body, input, select, textarea {
color: #646464;
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-size: 14pt;
font-weight: 400;
line-height: 1.75;
}
@media screen and (max-width: 1680px) {
body, input, select, textarea {
font-size: 12pt;
}
}
@media screen and (max-width: 1280px) {
body, input, select, textarea {
font-size: 12pt;
}
}
@media screen and (max-width: 980px) {
body, input, select, textarea {
font-size: 12pt;
}
}
@media screen and (max-width: 736px) {
body, input, select, textarea {
font-size: 12pt;
}
}
@media screen and (max-width: 480px) {
body, input, select, textarea {
font-size: 12pt;
}
}
a {
-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
transition: color 0.2s ease, border-bottom-color 0.2s ease;
border-bottom: dotted 1px rgba(160, 160, 160, 0.65);
color: inherit;
text-decoration: none;
}
a:before {
-moz-transition: color 0.2s ease;
-webkit-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
transition: color 0.2s ease;
}
a:hover {
border-bottom-color: transparent;
color: #2ebaae !important;
}
a:hover:before {
color: #2ebaae !important;
}
strong, b {
color: #3c3b3b;
font-weight: 700;
}
em, i {
font-style: italic;
}
p {
margin: 0 0 1em 0;
}
h1, h2, h3, h4, h5, h6 {
color: #3c3b3b;
font-family: "Raleway", Helvetica, sans-serif;
font-weight: 800;
letter-spacing: 0.25em;
line-height: 1.65;
margin: 0 0 1em 0;
text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: inherit;
border-bottom: 0;
}
h2 {
font-size: 1.1em;
}
h3 {
font-size: 0.9em;
}
h4 {
font-size: 0.7em;
}
h5 {
font-size: 0.7em;
}
h6 {
font-size: 0.7em;
}
sub {
font-size: 0.8em;
position: relative;
top: 0.5em;
}
sup {
font-size: 0.8em;
position: relative;
top: -0.5em;
}
blockquote {
border-left: solid 4px rgba(160, 160, 160, 0.3);
font-style: italic;
margin: 0 0 2em 0;
padding: 0.5em 0 0.5em 2em;
}
code {
background: rgba(160, 160, 160, 0.075);
border: solid 1px rgba(160, 160, 160, 0.3);
font-family: "Courier New", monospace;
font-size: 0.9em;
margin: 0 0.25em;
padding: 0.25em 0.65em;
}
pre {
-webkit-overflow-scrolling: touch;
font-family: "Courier New", monospace;
font-size: 0.9em;
margin: 0 0 2em 0;
}
pre code {
display: block;
line-height: 1.75em;
padding: 1em 1.5em;
overflow-x: auto;
}
hr {
border: 0;
border-bottom: solid 1px rgba(160, 160, 160, 0.3);
margin: 2em 0;
}
hr.major {
margin: 3em 0;
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
/* Author */
.author {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: row;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-moz-justify-content: -moz-flex-end;
-webkit-justify-content: -webkit-flex-end;
-ms-justify-content: -ms-flex-end;
justify-content: flex-end;
border-bottom: 0;
font-family: "Raleway", Helvetica, sans-serif;
font-size: 0.6em;
font-weight: 400;
letter-spacing: 0.25em;
text-transform: uppercase;
white-space: nowrap;
}
.author .name {
-moz-transition: border-bottom-color 0.2s ease;
-webkit-transition: border-bottom-color 0.2s ease;
-ms-transition: border-bottom-color 0.2s ease;
transition: border-bottom-color 0.2s ease;
border-bottom: dotted 1px rgba(160, 160, 160, 0.65);
display: block;
margin: 0 1.5em 0 0;
}
.author img {
border-radius: 100%;
display: block;
width: 4em;
}
.author:hover .name {
border-bottom-color: transparent;
}
/* Blurb */
.blurb h2 {
font-size: 0.8em;
margin: 0 0 1.5em 0;
}
.blurb h3 {
font-size: 0.7em;
}
.blurb p {
font-size: 0.9em;
}
/* Box */
.box {
border: solid 1px rgba(160, 160, 160, 0.3);
margin-bottom: 2em;
padding: 1.5em;
}
.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
margin-bottom: 0;
}
.box.alt {
border: 0;
border-radius: 0;
padding: 0;
}
/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
-moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
-webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
-ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
background-color: transparent;
border: 0;
box-shadow: inset 0 0 0 1px rgba(160, 160, 160, 0.3);
color: #3c3b3b !important;
cursor: pointer;
display: inline-block;
font-family: "Raleway", Helvetica, sans-serif;
font-size: 0.6em;
font-weight: 800;
height: 3.5em;
letter-spacing: 0.25em;
line-height: 3.5em;
padding: 0 0.8em;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: nowrap;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
box-shadow: inset 0 0 0 1px #2ebaae;
color: #2ebaae !important;
}
input[type="submit"]:hover:active,
input[type="reset"]:hover:active,
input[type="button"]:hover:active,
button:hover:active,
.button:hover:active {
background-color: rgba(46, 186, 174, 0.05);
}
input[type="submit"]:before, input[type="submit"]:after,
input[type="reset"]:before,
input[type="reset"]:after,
input[type="button"]:before,
input[type="button"]:after,
button:before,
button:after,
.button:before,
.button:after {
color: #aaaaaa;
position: relative;
}
input[type="submit"]:before,
input[type="reset"]:before,
input[type="button"]:before,
button:before,
.button:before {
left: -1em;
padding: 0 0 0 0.75em;
}
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after,
button:after,
.button:after {
left: 1em;
padding: 0 0.75em 0 0;
}
input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
display: block;
margin: 0 0 1em 0;
width: 100%;
}
input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
button.big,
.button.big {
font-size: 0.7em;
padding: 0 3em;
}
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
font-size: 0.5em;
}
input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
-moz-pointer-events: none;
-webkit-pointer-events: none;
-ms-pointer-events: none;
pointer-events: none;
color: rgba(160, 160, 160, 0.3) !important;
}
input[type="submit"].disabled:before, input[type="submit"]:disabled:before,
input[type="reset"].disabled:before,
input[type="reset"]:disabled:before,
input[type="button"].disabled:before,
input[type="button"]:disabled:before,
button.disabled:before,
button:disabled:before,
.button.disabled:before,
.button:disabled:before {
color: rgba(160, 160, 160, 0.3) !important;
}
/* Form */
form {
margin: 0 0 2em 0;
}
form.search {
text-decoration: none;
position: relative;
}
form.search:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}
form.search:before {
color: #aaaaaa;
content: '\f002';
display: block;
height: 2.75em;
left: 0;
line-height: 2.75em;
position: absolute;
text-align: center;
top: 0;
width: 2.5em;
}
form.search > input:first-child {
padding-left: 2.5em;
}
label {
color: #3c3b3b;
display: block;
font-size: 0.9em;
font-weight: 700;
margin: 0 0 1em 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
background: rgba(160, 160, 160, 0.075);
border: none;
border: solid 1px rgba(160, 160, 160, 0.3);
border-radius: 0;
color: inherit;
display: block;
outline: 0;
padding: 0 1em;
text-decoration: none;
width: 100%;
}
input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
select:invalid,
textarea:invalid {
box-shadow: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
border-color: #2ebaae;
box-shadow: inset 0 0 0 1px #2ebaae;
}
.select-wrapper {
text-decoration: none;
display: block;
position: relative;
}
.select-wrapper:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}
.select-wrapper:before {
color: rgba(160, 160, 160, 0.3);
content: '\f078';
display: block;
height: 2.75em;
line-height: 2.75em;
pointer-events: none;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 2.75em;
}
.select-wrapper select::-ms-expand {
display: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
select {
height: 2.75em;
}
textarea {
padding: 0.75em 1em;
}
input[type="checkbox"],
input[type="radio"] {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
display: block;
float: left;
margin-right: -2em;
opacity: 0;
width: 1em;
z-index: -1;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
text-decoration: none;
color: #646464;
cursor: pointer;
display: inline-block;
font-size: 1em;
font-weight: 400;
padding-left: 2.4em;
padding-right: 0.75em;
position: relative;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
background: rgba(160, 160, 160, 0.075);
border: solid 1px rgba(160, 160, 160, 0.3);
content: '';
display: inline-block;
height: 1.65em;
left: 0;
line-height: 1.58125em;
position: absolute;
text-align: center;
top: 0;
width: 1.65em;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
background: #3c3b3b;
border-color: #3c3b3b;
color: #ffffff;
content: '\f00c';
}
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
border-color: #2ebaae;
box-shadow: 0 0 0 1px #2ebaae;
}
input[type="radio"] + label:before {
border-radius: 100%;
}
::-webkit-input-placeholder {
color: #aaaaaa !important;
opacity: 1.0;
}
:-moz-placeholder {
color: #aaaaaa !important;
opacity: 1.0;
}
::-moz-placeholder {
color: #aaaaaa !important;
opacity: 1.0;
}
:-ms-input-placeholder {
color: #aaaaaa !important;
opacity: 1.0;
}
.formerize-placeholder {
color: #aaaaaa !important;
opacity: 1.0;
}
/* Icon */
.icon {
text-decoration: none;
border-bottom: none;
position: relative;
}
.icon:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}
.icon > .label {
display: none;
}
.icon.suffix:before {
float: right;
}
/* Image */
.image {
border: 0;
display: inline-block;
position: relative;
}
.image img {
display: block;
}
.image.left, .image.right {
max-width: 40%;
}
.image.left img, .image.right img {
width: 100%;
}
.image.left {
float: left;
padding: 0 1.5em 1em 0;
top: 0.25em;
}
.image.right {
float: right;
padding: 0 0 1em 1.5em;
top: 0.25em;
}
.image.fit {
display: block;
margin: 0 0 2em 0;
width: 100%;
}
.image.fit img {
width: 100%;
}
.image.featured {
display: block;
margin: 0 0 3em 0;
width: 100%;
}
.image.featured img {
width: 100%;
}
@media screen and (max-width: 736px) {
.image.featured {
margin: 0 0 1.5em 0;
}
}
.image.main {
display: block;
margin: 0 0 3em 0;
width: 100%;
}
.image.main img {
width: 100%;
}
/* List */
ol {
list-style: decimal;
margin: 0 0 2em 0;
padding-left: 1.25em;
}
ol li {
padding-left: 0.25em;
}
ul {
list-style: disc;
margin: 0 0 2em 0;
padding-left: 1em;
}
ul li {
padding-left: 0.5em;
}
ul.alt {
list-style: none;
padding-left: 0;
}
ul.alt li {
border-top: solid 1px rgba(160, 160, 160, 0.3);
padding: 0.5em 0;
}
ul.alt li:first-child {
border-top: 0;
padding-top: 0;
}
ul.icons {
cursor: default;
list-style: none;
padding-left: 0;
}
ul.icons li {
display: inline-block;
padding: 0 1em 0 0;
}
ul.icons li:last-child {
padding-right: 0;
}
ul.icons li > * {
text-decoration: none;
border: 0;
}
ul.icons li > *:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}
ul.icons li > * .label {
display: none;
}
ul.actions {
cursor: default;
list-style: none;
padding-left: 0;
}
ul.actions li {
display: inline-block;
padding: 0 1.5em 0 0;
vertical-align: middle;
}
ul.actions li:last-child {
padding-right: 0;
}
ul.actions.pagination .next {
text-decoration: none;
}
ul.actions.pagination .next:after {
content: "";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}
ul.actions.pagination .next:after {
content: '\f054';
}
ul.actions.pagination .previous {
text-decoration: none;
}
ul.actions.pagination .previous:before {
content: "";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}
ul.actions.pagination .previous:before {
content: '\f053';
}
@media screen and (max-width: 1280px) {
ul.actions.pagination {
text-align: center;
}
ul.actions.pagination .next, ul.actions.pagination .previous {
min-width: 20em;
}
}
@media screen and (max-width: 736px) {
ul.actions.pagination .next, ul.actions.pagination .previous {
min-width: 18em;
}
}
ul.actions.small li {
padding: 0 1em 0 0;
}
ul.actions.vertical li {
display: block;
padding: 1.5em 0 0 0;
}
ul.actions.vertical li:first-child {
padding-top: 0;
}
ul.actions.vertical li > * {
margin-bottom: 0;
}
ul.actions.vertical.small li {
padding: 1em 0 0 0;
}
ul.actions.vertical.small li:first-child {
padding-top: 0;
}
ul.actions.fit {
display: table;
margin-left: -1em;
padding: 0;
table-layout: fixed;
width: calc(100% + 1em);
}
ul.actions.fit li {
display: table-cell;
padding: 0 0 0 1em;
}
ul.actions.fit li > * {
margin-bottom: 0;
}
ul.actions.fit.small {
margin-left: -0.5em;
width: calc(100% + 0.5em);
}
ul.actions.fit.small li {
padding: 0 0 0 0.5em;
}
@media screen and (max-width: 480px) {
ul.actions {
margin: 0 0 2em 0;
}
ul.actions li {
padding: 1em 0 0 0;
display: block;
text-align: center;
width: 100%;
}
ul.actions li:first-child {
padding-top: 0;
}
ul.actions li > * {
width: 100%;
margin: 0 !important;
}
ul.actions.small li {
padding: 0.5em 0 0 0;
}
ul.actions.small li:first-child {
padding-top: 0;
}
}
ul.posts {
list-style: none;
padding: 0;
}
ul.posts li {
border-top: dotted 1px rgba(160, 160, 160, 0.3);
margin: 1.5em 0 0 0;
padding: 1.5em 0 0 0;
}
ul.posts li:first-child {
border-top: 0;
margin-top: 0;
padding-top: 0;
}
ul.posts article {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-align-items: -moz-flex-start;
-webkit-align-items: -webkit-flex-start;
-ms-align-items: -ms-flex-start;
align-items: flex-start;
-moz-flex-direction: row-reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
ul.posts article .image {
display: block;
margin-right: 1.5em;
min-width: 4em;
width: 4em;
}
ul.posts article .image img {
width: 100%;
}
ul.posts article header {
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
-ms-flex: 1;
}
ul.posts article header h3 {
font-size: 0.7em;
margin-top: 0.125em;
}
ul.posts article header .published {
display: block;
font-family: "Raleway", Helvetica, sans-serif;
font-size: 0.6em;
font-weight: 400;
letter-spacing: 0.25em;
margin: -0.625em 0 1.7em 0;
text-transform: uppercase;
}
ul.posts article header > :last-child {
margin-bottom: 0;
}
dl {
margin: 0 0 2em 0;
}
dl dt {
display: block;
font-weight: 700;
margin: 0 0 1em 0;
}
dl dd {
margin-left: 2em;
}
/* Mini Post */
.mini-post {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: column-reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
background: #ffffff;
border: solid 1px rgba(160, 160, 160, 0.3);
margin: 0 0 2em 0;
}
.mini-post .image {
overflow: hidden;
width: 100%;
}
.mini-post .image img {
-moz-transition: -moz-transform 0.2s ease-out;
-webkit-transition: -webkit-transform 0.2s ease-out;
-ms-transition: -ms-transform 0.2s ease-out;
transition: transform 0.2s ease-out;
width: 100%;
}
.mini-post .image:hover img {
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.mini-post header {
padding: 1.25em 4.25em 0.1em 1.25em ;
min-height: 4em;
position: relative;
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
}
.mini-post header h3 {
font-size: 0.7em;
}
.mini-post header .published {
display: block;
font-family: "Raleway", Helvetica, sans-serif;
font-size: 0.6em;
font-weight: 400;
letter-spacing: 0.25em;
margin: -0.625em 0 1.7em 0;
text-transform: uppercase;
}
.mini-post header .author {
position: absolute;
right: 2em;
top: 2em;
}
.mini-posts {
margin: 0 0 2em 0;
}
@media screen and (max-width: 1280px) {
.mini-posts {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: calc(100% + 2em);
}
.mini-posts > * {
margin: 2em 2em 0 0;
width: calc(50% - 2em);
}
.mini-posts > :nth-child(-n + 2) {
margin-top: 0;
}
}
@media screen and (max-width: 480px) {
.mini-posts {
display: block;
width: 100%;
}
.mini-posts > * {
margin: 0 0 2em 0;
width: 100%;
}
}
/* Post */
.post {
padding-top: 1em;
padding-right: 1em;
padding-left: 1em;
padding-bottom: 1em;
background: #ffffff;
border: solid 1px rgba(160, 160, 160, 0.3);
margin: 0 0 2em 0;
position: relative;
}
.post > header {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
border-bottom: solid 1px rgba(160, 160, 160, 0.3);
left: -3em;
margin: -3em 0 3em 0;
position: relative;
width: calc(100% + 6em);
}
.post > header .title {
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
-ms-flex: 1;
padding: 3.75em 3em 3.3em 3em;
}
.post > header .title h2 {
font-weight: 900;
font-size: 1.5em;
}
.post > header .title > :last-child {
margin-bottom: 0;
}
.post > header .meta {
padding: 3.75em 3em 1.75em 3em ;
border-left: solid 1px rgba(160, 160, 160, 0.3);
min-width: 17em;
text-align: right;
width: 17em;
}
.post > header .meta > * {
margin: 0 0 1em 0;
}
.post > header .meta > :last-child {
margin-bottom: 0;
}
.post > header .meta .published {
color: #3c3b3b;
display: block;
font-family: "Raleway", Helvetica, sans-serif;
font-size: 0.7em;
font-weight: 800;
letter-spacing: 0.25em;
margin-top: 0.5em;
text-transform: uppercase;
white-space: nowrap;
}
.post > a.image.featured {
overflow: hidden;
}
.post > a.image.featured img {
-moz-transition: -moz-transform 0.2s ease-out;
-webkit-transition: -webkit-transform 0.2s ease-out;
-ms-transition: -ms-transform 0.2s ease-out;
transition: transform 0.2s ease-out;
}
.post > a.image.featured:hover img {
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.post > footer {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
.post > footer .actions {
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
}
.post > footer .stats {
cursor: default;
list-style: none;
padding: 0;
}
.post > footer .stats li {
border-left: solid 1px rgba(160, 160, 160, 0.3);
display: inline-block;
font-family: "Raleway", Helvetica, sans-serif;
font-size: 0.6em;
font-weight: 400;
letter-spacing: 0.25em;
line-height: 1;
margin: 0 0 0 2em;
padding: 0 0 0 2em;
text-transform: uppercase;
}
.post > footer .stats li:first-child {
border-left: 0;
margin-left: 0;
padding-left: 0;
}
.post > footer .stats li .icon {
border-bottom: 0;
}
.post > footer .stats li .icon:before {
color: rgba(160, 160, 160, 0.3);
margin-right: 0.75em;
}
@media screen and (max-width: 980px) {
.post {
border-left: 0;
border-right: 0;
left: -3em;
width: calc(100% + (3em * 2));
}
.post > header {
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 3.75em 3em 1.25em 3em ;
border-left: 0;
}
.post > header .title {
-ms-flex: 0 1 auto;
margin: 0 0 2em 0;
padding: 0;
text-align: center;
}
.post > header .meta {
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
border-left: 0;
margin: 0 0 2em 0;
padding-top: 0;
padding: 0;
text-align: left;
width: 100%;
}
.post > header .meta > * {
border-left: solid 1px rgba(160, 160, 160, 0.3);
margin-left: 2em;
padding-left: 2em;
}
.post > header .meta > :first-child {
border-left: 0;
margin-left: 0;
padding-left: 0;
}
.post > header .meta .published {
margin-bottom: 0;
margin-top: 0;
}
.post > header .meta .author {
-moz-flex-direction: row-reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
margin-bottom: 0;
}
.post > header .meta .author .name {
margin: 0 0 0 1.5em;
}
.post > header .meta .author img {
width: 3.5em;
}
}
@media screen and (max-width: 736px) {
.post {
padding: 1.5em 1.5em 0.1em 1.5em ;
left: -1.5em;
margin: 0 0 2em 0;
width: calc(100% + (1.5em * 2));
}
.post > header {
padding: 3em 1.5em 0.5em 1.5em ;
left: -1.5em;
margin: -1.5em 0 1.5em 0;
width: calc(100% + 3em);
}
.post > header .title h2 {
font-size: 1.1em;
}
}
@media screen and (max-width: 480px) {
.post > header .meta {
-moz-align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-moz-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.post > header .meta > * {
border-left: 0;
margin: 1em 0 0 0;
padding-left: 0;
}
.post > header .meta .author .name {
display: none;
}
.post > .image.featured {
margin-left: -1.5em;
margin-top: calc(-1.5em - 1px);
width: calc(100% + 3em);
}
.post > footer {
-moz-align-items: stretch;
-webkit-align-items: stretch;
-ms-align-items: stretch;
align-items: stretch;
-moz-flex-direction: column-reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.post > footer .stats {
text-align: center;
}
.post > footer .stats li {
margin: 0 0 0 1.25em;
padding: 0 0 0 1.25em;
}
}
/* Section/Article */
section.special, article.special {
text-align: center;
}
header p {
font-family: "Raleway", Helvetica, sans-serif;
font-size: 0.7em;
font-weight: 400;
letter-spacing: 0.25em;
line-height: 2.5;
margin-top: -1em;
text-transform: uppercase;
}
/* Table */
.table-wrapper {
-webkit-overflow-scrolling: touch;
overflow-x: auto;
}
table {
margin: 0 0 2em 0;
width: 100%;
}
table tbody tr {
border: solid 1px rgba(160, 160, 160, 0.3);
border-left: 0;
border-right: 0;
}
table tbody tr:nth-child(2n + 1) {
background-color: rgba(160, 160, 160, 0.075);
}
table td {
padding: 0.75em 0.75em;
}
table th {
color: #3c3b3b;
font-size: 0.9em;
font-weight: 700;
padding: 0 0.75em 0.75em 0.75em;
text-align: left;
}
table thead {
border-bottom: solid 2px rgba(160, 160, 160, 0.3);
}
table tfoot {
border-top: solid 2px rgba(160, 160, 160, 0.3);
}
table.alt {
border-collapse: separate;
}
table.alt tbody tr td {
border: solid 1px rgba(160, 160, 160, 0.3);
border-left-width: 0;
border-top-width: 0;
}
table.alt tbody tr td:first-child {
border-left-width: 1px;
}
table.alt tbody tr:first-child td {
border-top-width: 1px;
}
table.alt thead {
border-bottom: 0;
}
table.alt tfoot {
border-top: 0;
}
/* Header */
body {
padding-top: 3.5em;
}
#header {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-justify-content: space-between;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
background-color: #ffffff;
border-bottom: solid 1px rgba(160, 160, 160, 0.3);
height: 4em;
left: 0;
line-height: 3.5em;
position: fixed;
top: 0;
width: 100%;
z-index: 10000;
}
#header a {
color: inherit;
text-decoration: none;
}
#header ul {
list-style: none;
margin: 0;
padding-left: 0;
}
#header ul li {
display: inline-block;
padding-left: 0;
}
#header h1 {
height: inherit;
line-height: inherit;
padding: 0 0 0 1.5em;
white-space: nowrap;
}
#header h1 a {
font-size: 0.8em;
}
#header .links {
-moz-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
border-left: solid 1px rgba(160, 160, 160, 0.3);
height: inherit;
line-height: inherit;
margin-left: 1.5em;
overflow: hidden;
padding-left: 1.5em;
}
#header .links ul li {
border-left: solid 1px rgba(160, 160, 160, 0.3);
line-height: 1;
margin-left: 1em;
padding-left: 1em;
}
#header .links ul li:first-child {
border-left: 0;
margin-left: 0;
padding-left: 0;
}
#header .links ul li a {
border-bottom: 0;
font-family: "Raleway", Helvetica, sans-serif;
font-size: 0.7em;
font-weight: 400;
letter-spacing: 0.25em;
text-transform: uppercase;
}
#header .main {
height: inherit;
line-height: inherit;
text-align: right;
}
#header .main ul {
height: inherit;
line-height: inherit;
}
#header .main ul li {
border-left: solid 1px rgba(160, 160, 160, 0.3);
height: inherit;
line-height: inherit;
white-space: nowrap;
}
#header .main ul li > * {
display: block;
float: left;
}
#header .main ul li > a {
text-decoration: none;
border-bottom: 0;
color: #aaaaaa;
overflow: hidden;
position: relative;
text-indent: 4em;
width: 4em;
}
#header .main ul li > a:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}
#header .main ul li > a:before {
display: block;
height: inherit;
left: 0;
line-height: inherit;
position: absolute;
text-align: center;
text-indent: 0;
top: 0;
width: inherit;
}
#header form {
margin: 0;
}
#header form input {
display: inline-block;
height: 2.5em;
position: relative;
top: -2px;
vertical-align: middle;
}
#header #search {
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
max-width: 0;
opacity: 0;
overflow: hidden;
padding: 0;
white-space: nowrap;
}
#header #search input {
width: 12em;
}
#header #search.visible {
max-width: 12.5em;
opacity: 1;
padding: 0 0.5em 0 0;
}
@media screen and (max-width: 980px) {
#header .links {
display: none;
}
}
@media screen and (max-width: 736px) {
#header {
height: 2.75em;
line-height: 2.75em;
}
#header h1 {
padding: 0 0 0 1em;
}
#header .main .search {
display: none;
}
}
/* Wrapper */
#wrapper {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex;
-moz-flex-direction: row-reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-moz-transition: opacity 0.5s ease;
-webkit-transition: opacity 0.5s ease;
-ms-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
margin: 0 auto;
max-width: 100%;
opacity: 1;
padding: 4.5em;
width: 90em;
}
body.is-menu-visible #wrapper {
opacity: 0.15;
}
@media screen and (max-width: 1680px) {
#wrapper {
padding: 3em;
}
}
@media screen and (max-width: 1280px) {
#wrapper {
display: block;
}
}
@media screen and (max-width: 736px) {
#wrapper {
padding: 1.5em;
}
}
body.single #wrapper {
display: block;
}
/* Main */
#main {
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
-ms-flex: 1;
width: 38%;
}
/* Sidebar */
#sidebar {
margin-right: 3em;
min-width: 15em;
width: 22em;
}
#sidebar > * {
border-top: solid 1px rgba(160, 160, 160, 0.3);
margin: 3em 0 0 0;
padding: 3em 0 0 0;
}
#sidebar > :first-child {
border-top: 0;
margin-top: 0;
padding-top: 0;
}
@media screen and (max-width: 1280px) {
#sidebar {
border-top: solid 1px rgba(160, 160, 160, 0.3);
margin: 3em 0 0 0;
min-width: 0;
padding: 3em 0 0 0;
width: 100%;
}
}
/* Intro */
#intro .logo {
border-bottom: 0;
display: inline-block;
margin: 0 0 1em 0;
overflow: hidden;
position: relative;
width: 4em;
}
#intro .logo:before {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px' viewBox='0 0 100 100' preserveAspectRatio='none' zoomAndPan='disable'%3E%3Cpolygon points='0,0 100,0 100,25 50,0 0,25' style='fill:%23f4f4f4' /%3E%3Cpolygon points='0,100 100,100 100,75 50,100 0,75' style='fill:%23f4f4f4' /%3E%3C/svg%3E");
background-position: top left;
background-repeat: no-repeat;
background-size: 100% 100%;
content: '';
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
#intro .logo img {
display: block;
margin-left: -0.25em;
width: 4.5em;
}
#intro header h2 {
font-size: 2em;
font-weight: 900;
}
#intro header p {
font-size: 0.8em;
}
@media screen and (max-width: 1280px) {
#intro {
margin: 0 0 3em 0;
text-align: center;
}
#intro header h2 {
font-size: 2em;
}
#intro header p {
font-size: 0.7em;
}
}
@media screen and (max-width: 736px) {
#intro {
margin: 0 0 1.5em 0;
padding: 1.25em 0;
}
#intro > :last-child {
margin-bottom: 0;
}
#intro .logo {
margin: 0 0 0.5em 0;
}
#intro header h2 {
font-size: 1.25em;
}
#intro header > :last-child {
margin-bottom: 0;
}
}
/* Footer */
#footer .icons {
color: #aaaaaa;
}
#footer .copyright {
color: #aaaaaa;
font-family: "Raleway", Helvetica, sans-serif;
font-size: 0.5em;
font-weight: 400;
letter-spacing: 0.25em;
text-transform: uppercase;
}
body.single #footer {
text-align: center;
}
/* Menu */
#menu {
-moz-transform: translateX(25em);
-webkit-transform: translateX(25em);
-ms-transform: translateX(25em);
transform: translateX(25em);
-moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
-webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
-ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
transition: transform 0.5s ease, visibility 0.5s;
-webkit-overflow-scrolling: touch;
background: #ffffff;
border-left: solid 1px rgba(160, 160, 160, 0.3);
box-shadow: none;
height: 100%;
max-width: 80%;
overflow-y: auto;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
width: 25em;
z-index: 10002;
}
#menu > * {
border-top: solid 1px rgba(160, 160, 160, 0.3);
padding: 3em;
}
#menu > * > :last-child {
margin-bottom: 0;
}
#menu > :first-child {
border-top: 0;
}
#menu .links {
list-style: none;
padding: 0;
}
#menu .links > li {
border: 0;
border-top: dotted 1px rgba(160, 160, 160, 0.3);
margin: 1.5em 0 0 0;
padding: 1.5em 0 0 0;
}
#menu .links > li a {
display: block;
border-bottom: 0;
}
#menu .links > li a h3 {
-moz-transition: color 0.2s ease;
-webkit-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
transition: color 0.2s ease;
font-size: 0.7em;
}
#menu .links > li a p {
font-family: "Raleway", Helvetica, sans-serif;
font-size: 0.6em;
font-weight: 400;
letter-spacing: 0.25em;
margin-bottom: 0;
text-decoration: none;
text-transform: uppercase;
}
#menu .links > li a:hover h3 {
color: #2ebaae;
}
#menu .links > li:first-child {
border-top: 0;
margin-top: 0;
padding-top: 0;
}
body.is-menu-visible #menu {
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
visibility: visible;
}
@media screen and (max-width: 736px) {
#menu > * {
padding: 1.5em;
}
}
|
statistics/anon_ftpstat/2015-05/awstats.desenvolupament.vitaworke3.com-anon_ftp.lasthosts.html | VITAWORKE3/Projecte | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta name="generator" content="AWStats 7.1.1 (build 1.989) from config file awstats.desenvolupament.vitaworke3.com-anon_ftp.conf (http://www.awstats.org)">
<meta name="robots" content="noindex,nofollow">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="description" content="Awstats - Advanced Web Statistics for desenvolupament.vitaworke3.com (2015-05) - lasthosts">
<title>Statistics for desenvolupament.vitaworke3.com (2015-05) - lasthosts</title>
<style type="text/css">
body { font: 11px verdana, arial, helvetica, sans-serif; background-color: #FFFFFF; margin-top: 0; margin-bottom: 0; }
.aws_bodyl { }
.aws_border { border-collapse: collapse; background-color: #CCCCDD; padding: 1px 1px 1px 1px; margin-top: 0px; margin-bottom: 0px; }
.aws_title { font: 13px verdana, arial, helvetica, sans-serif; font-weight: bold; background-color: #CCCCDD; text-align: center; margin-top: 0; margin-bottom: 0; padding: 1px 1px 1px 1px; color: #000000; }
.aws_blank { font: 13px verdana, arial, helvetica, sans-serif; background-color: #FFFFFF; text-align: center; margin-bottom: 0; padding: 1px 1px 1px 1px; }
.aws_data {
background-color: #FFFFFF;
border-top-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
}
.aws_formfield { font: 13px verdana, arial, helvetica; }
.aws_button {
font-family: arial,verdana,helvetica, sans-serif;
font-size: 12px;
border: 1px solid #ccd7e0;
background-image : url(/awstats-icon/other/button.gif);
}
th { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; }
th.aws { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font-size: 13px; font-weight: bold; }
td { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; }
td.aws { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; padding: 0px;}
td.awsm { border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; padding: 0px; }
b { font-weight: bold; }
a { font: 11px verdana, arial, helvetica, sans-serif; }
a:link { color: #0011BB; text-decoration: none; }
a:visited { color: #0011BB; text-decoration: none; }
a:hover { color: #605040; text-decoration: underline; }
.currentday { font-weight: bold; }
</style>
</head>
<body style="margin-top: 0px">
<a name="top"></a>
<a name="menu"> </a>
<form name="FormDateFilter" action="/cgi-bin/awstats.pl?config=desenvolupament.vitaworke3.com-anon_ftp&staticlinks&configdir=/usr/local/psa/etc/awstats&output=lasthosts" style="padding: 0px 0px 0px 0px; margin-top: 0">
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr><td>
<table class="aws_data sortable" border="0" cellpadding="1" cellspacing="0" width="100%">
<tr><td class="aws" valign="middle"><b>Statistics for:</b> </td><td class="aws" valign="middle"><span style="font-size: 14px;">desenvolupament.vitaworke3.com</span></td><td align="right" rowspan="3"><a href="http://www.awstats.org" target="awstatshome"><img src="/awstats-icon/other/awstats_logo6.png" border="0" alt='Awstats Web Site' title='Awstats Web Site' /></a></td></tr>
<tr valign="middle"><td class="aws" valign="middle" width="150"><b>Last Update:</b> </td><td class="aws" valign="middle"><span style="font-size: 12px;"><span style="color: #880000">Never updated (See 'Build/Update' on awstats_setup.html page)</span></span></td></tr>
<tr><td class="aws" valign="middle"><b>Reported period:</b></td><td class="aws" valign="middle"><span style="font-size: 14px;">Month May 2015</span></td></tr>
</table>
</td></tr></table>
</form><br />
<table>
<tr><td class="aws"><a href="javascript:parent.window.close();">Close window</a></td></tr>
</table>
<a name="hosts"> </a><br />
<table class="aws_border sortable" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr><td class="aws_title" width="70%">Last visit </td><td class="aws_blank"> </td></tr>
<tr><td colspan="2">
<table class="aws_data" border="1" cellpadding="2" cellspacing="0" width="100%">
<tr bgcolor="#ECECEC"><th>Total : 0 Known, 0 Unknown (unresolved ip) - 0 Unique visitors</th><th bgcolor="#4477DD" width="80">Pages</th><th bgcolor="#66DDEE" width="80">Hits</th><th class="datasize" bgcolor="#2EA495" width="80">Bandwidth</th><th width="120">Last visit</th></tr>
</table></td></tr></table><br />
<br /><br />
<span dir="ltr" style="font: 11px verdana, arial, helvetica; color: #000000;"><b>Advanced Web Statistics 7.1.1 (build 1.989)</b> - <a href="http://www.awstats.org" target="awstatshome">Created by awstats</a></span><br />
<br />
</body>
</html>
|
all-data/18000-18999/18858-22.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目 </b></th><td class="std2">命若懸絲</td></tr>
<tr><th class="std1"><b>注音 </b></th><td class="std2">ㄇ|ㄥ<sup class="subfont">ˋ</sup> ㄖㄨㄛ<sup class="subfont">ˋ</sup> ㄒㄩㄢ<sup class="subfont">ˊ</sup> ㄙ</td></tr>
<tr><th class="std1"><b>漢語拼音 </b></th><td class="std2"><font class="english_word">mìng ruò xuán sī</font></td></tr>
<tr><th class="std1"><b>釋義 </b></th><td class="std2">生命像懸吊的細絲一樣。比喻生命垂危。三國演義˙第三十六回:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>如書到日,可念劬勞之恩,星夜前來,以全孝道;然後徐圖歸耕故園,免遭大禍。吾今命若懸絲,專望救援!更不多囑。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></td></tr>
<tr><th class="std1"><b><font class="fltypefont">附錄</font> </b></th><td class="std2">修訂本參考資料</td></tr>
</td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
|
static/test.html | dcsan/mviz-oss | fb/test |
css/shike/preliminary_evaluation.css | fancyKai/shike | .left_nav_active {
color: #f10180 !important;
text-decoration: underline;
}
#section .section_content .evaluate_content {
padding: 0 30px 50px 30px;
}
#section .section_content .evaluate_content h1 {
margin: 30px 0 10px 0;
font-size: 16px;
color: #323232;
}
#section .section_content .evaluate_content .good_information .title {
overflow: hidden;
padding: 10px;
}
#section .section_content .evaluate_content .good_information .title p {
font-size: 14px;
height: 16px;
}
#section .section_content .evaluate_content .good_information .title p a {
color: #005ea7;
}
#section .section_content .evaluate_content .good_information .title p:first-of-type {
background: url(../images/line.png) left no-repeat;
padding-left: 25px;
}
#section .section_content .evaluate_content .good_information .title p:first-of-type span {
margin-right: 40px;
}
#section .section_content .evaluate_content .good_information .details ul {
height: 115px;
border-top: 1px solid #f5f5f5;
border-bottom: 1px solid #f5f5f5;
padding: 15px 0;
overflow: hidden;
}
#section .section_content .evaluate_content .good_information .details ul li {
box-sizing: border-box;
float: left;
color: #323232;
height: 80px;
width: 300px;
}
#section .section_content .evaluate_content .good_information .details ul li p {
width: 220px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 12px;
color: #969696;
line-height: 20px;
}
#section .section_content .evaluate_content .good_information .details ul li p span {
color: #323232;
}
#section .section_content .evaluate_content .good_information .details ul li p span b {
color: #f10180;
}
#section .section_content .evaluate_content .good_information .details ul li p a {
color: #005ea7;
}
#section .section_content .evaluate_content .good_information .details ul li:nth-of-type(1) {
width: 120px;
padding: 0 20px;
}
#section .section_content .evaluate_content .good_information .details ul li:nth-of-type(2) {
border-right: 1px solid #f5f5f5;
padding-left: 30px;
}
#section .section_content .evaluate_content .good_information .details ul li:nth-of-type(3) {
padding-left: 50px;
}
#section .section_content .evaluate_content .evaluate_notice {
padding: 30px 0;
width: 1140px;
height: 178px;
border-bottom: 1px solid #f5f5f5;
}
#section .section_content .evaluate_content .evaluate_notice h2 {
font-size: 14px;
color: #323232;
}
#section .section_content .evaluate_content .evaluate_notice p {
padding-top: 5px;
}
#section .section_content .evaluate_content .evaluate_notice p b {
color: #323232;
font-weight: bold;
}
#section .section_content .evaluate_content .good_reputation {
overflow: hidden;
margin-top: 30px;
}
#section .section_content .evaluate_content .good_reputation p {
font-size: 14px;
}
#section .section_content .evaluate_content .good_reputation textarea {
box-sizing: border-box;
border: 1px solid #969696;
width: 600px;
height: 200px;
padding: 10px;
border-radius: 5px;
margin-left: 4px;
}
#section .section_content .evaluate_content .good_reputation span {
display: inline-block;
color: #e61e28;
margin-top: 90px;
margin-left: 10px;
font-size: 14px;
}
#section .section_content .evaluate_content .good_picture {
margin-top: 30px;
}
#section .section_content .evaluate_content .good_picture label {
font-size: 14px;
}
#section .section_content .evaluate_content .good_picture a {
display: inline-block;
width: 100px;
height: 100px;
border-radius: 5px;
position: relative;
cursor: pointer;
margin-right: 19.5px;
border: 1px solid #969696;
text-align: center;
}
#section .section_content .evaluate_content .good_picture a img {
margin-top: 23px;
}
#section .section_content .evaluate_content .good_picture a input[type='file'] {
width: 100px;
height: 100px;
position: absolute;
right: 0;
top: 0;
opacity: 0;
filter: alpha(opacity=0);
cursor: pointer;
}
#section .section_content .evaluate_content .good_picture span {
color: #e61e28;
font-size: 14px;
}
#section .section_content .evaluate_content .good_picture p:first-of-type {
padding-top: 30px;
}
#section .section_content .evaluate_content .good_picture p {
font-size: 14px;
padding-top: 15px;
padding-left: 70px;
}
#section .section_content .evaluate_content p.step_btn {
padding-left: 70px;
}
.confirm_submit_modal {
display: none;
}
.confirm_submit_modal .confirm_delivery {
margin-top: 40px;
}
.confirm_submit_modal .confirm_delivery label {
font-size: 14px;
}
.confirm_submit_modal .confirm_delivery input {
width: 200px;
height: 28px;
line-height: 28px;
border: 1px solid #969696;
border-radius: 5px;
margin-left: 10px;
}
.confirm_submit_modal .confirm_delivery p {
height: 30px;
line-height: 30px;
text-align: left;
padding-left: 152px;
}
.confirm_submit_modal .confirm_delivery p span {
color: #e61e28;
font-size: 14px;
}
.confirm_submit_modal .modal_submit {
padding-top: 10px;
}
.confirm_submit_modal .modal_submit input {
width: 80px;
height: 30px;
line-height: 30px;
color: #fff;
background-color: #f10180;
border-radius: 5px;
}
.confirm_submit_modal .modal_submit input:nth-of-type(2) {
margin-left: 35px;
}
.confirm_submit_modal .confirm_audit {
padding: 67px 0;
font-size: 16px;
}
|
sandbox/lily/django_orthg/orthg/static/Doxygen/docs/html/spbsv_8f.html | LighthouseHPC/lighthouse | <!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"/>
<title>Lighthouse: lapack/spbsv.f File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="tabs.css" rel="stylesheet" type="text/css" />
<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">
</div>-->
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_42b7da8b2ebcfce3aea4b69198a0a9ad.html">lapack</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#func-members">Functions/Subroutines</a> </div>
<div class="headertitle">
<div class="title">spbsv.f File Reference</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions/Subroutines</h2></td></tr>
<tr class="memitem:aa4fd8a9b07bed6c621210e5cfa7fe514"><td class="memItemLeft" align="right" valign="top">subroutine </td><td class="memItemRight" valign="bottom"><a class="el" href="spbsv_8f.html#aa4fd8a9b07bed6c621210e5cfa7fe514">spbsv</a> (UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO)</td></tr>
<tr class="memdesc:aa4fd8a9b07bed6c621210e5cfa7fe514"><td class="mdescLeft"> </td><td class="mdescRight"><b> SPBSV computes the solution to system of linear equations A * X = B for OTHER matrices</b> <a href="#aa4fd8a9b07bed6c621210e5cfa7fe514">More...</a><br /></td></tr>
<tr class="separator:aa4fd8a9b07bed6c621210e5cfa7fe514"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Function/Subroutine Documentation</h2>
<a class="anchor" id="aa4fd8a9b07bed6c621210e5cfa7fe514"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">subroutine spbsv </td>
<td>(</td>
<td class="paramtype">character </td>
<td class="paramname"><em>UPLO</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">integer </td>
<td class="paramname"><em>N</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">integer </td>
<td class="paramname"><em>KD</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">integer </td>
<td class="paramname"><em>NRHS</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">real, dimension( ldab, * ) </td>
<td class="paramname"><em>AB</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">integer </td>
<td class="paramname"><em>LDAB</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">real, dimension( ldb, * ) </td>
<td class="paramname"><em>B</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">integer </td>
<td class="paramname"><em>LDB</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">integer </td>
<td class="paramname"><em>INFO</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p><b> SPBSV computes the solution to system of linear equations A * X = B for OTHER matrices</b> </p>
<p>
Download SPBSV + dependencies
<a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/spbsv.f">
[TGZ]</a>
<a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/spbsv.f">
[ZIP]</a>
<a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/spbsv.f">
[TXT]</a>
</p><dl class="section user"><dt>Purpose: </dt><dd><pre class="fragment"> SPBSV computes the solution to a real system of linear equations
A * X = B,
where A is an N-by-N symmetric positive definite band matrix and X
and B are N-by-NRHS matrices.
The Cholesky decomposition is used to factor A as
A = U**T * U, if UPLO = 'U', or
A = L * L**T, if UPLO = 'L',
where U is an upper triangular band matrix, and L is a lower
triangular band matrix, with the same number of superdiagonals or
subdiagonals as A. The factored form of A is then used to solve the
system of equations A * X = B.</pre> </dd></dl>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramdir">[in]</td><td class="paramname">UPLO</td><td><pre class="fragment"> UPLO is CHARACTER*1
= 'U': Upper triangle of A is stored;
= 'L': Lower triangle of A is stored.</pre></td></tr>
<tr><td class="paramdir">[in]</td><td class="paramname">N</td><td><pre class="fragment"> N is INTEGER
The number of linear equations, i.e., the order of the
matrix A. N >= 0.</pre></td></tr>
<tr><td class="paramdir">[in]</td><td class="paramname">KD</td><td><pre class="fragment"> KD is INTEGER
The number of superdiagonals of the matrix A if UPLO = 'U',
or the number of subdiagonals if UPLO = 'L'. KD >= 0.</pre></td></tr>
<tr><td class="paramdir">[in]</td><td class="paramname">NRHS</td><td><pre class="fragment"> NRHS is INTEGER
The number of right hand sides, i.e., the number of columns
of the matrix B. NRHS >= 0.</pre></td></tr>
<tr><td class="paramdir">[in,out]</td><td class="paramname">AB</td><td><pre class="fragment"> AB is REAL array, dimension (LDAB,N)
On entry, the upper or lower triangle of the symmetric band
matrix A, stored in the first KD+1 rows of the array. The
j-th column of A is stored in the j-th column of the array AB
as follows:
if UPLO = 'U', AB(KD+1+i-j,j) = A(i,j) for max(1,j-KD)<=i<=j;
if UPLO = 'L', AB(1+i-j,j) = A(i,j) for j<=i<=min(N,j+KD).
See below for further details.
On exit, if INFO = 0, the triangular factor U or L from the
Cholesky factorization A = U**T*U or A = L*L**T of the band
matrix A, in the same storage format as A.</pre></td></tr>
<tr><td class="paramdir">[in]</td><td class="paramname">LDAB</td><td><pre class="fragment"> LDAB is INTEGER
The leading dimension of the array AB. LDAB >= KD+1.</pre></td></tr>
<tr><td class="paramdir">[in,out]</td><td class="paramname">B</td><td><pre class="fragment"> B is REAL array, dimension (LDB,NRHS)
On entry, the N-by-NRHS right hand side matrix B.
On exit, if INFO = 0, the N-by-NRHS solution matrix X.</pre></td></tr>
<tr><td class="paramdir">[in]</td><td class="paramname">LDB</td><td><pre class="fragment"> LDB is INTEGER
The leading dimension of the array B. LDB >= max(1,N).</pre></td></tr>
<tr><td class="paramdir">[out]</td><td class="paramname">INFO</td><td><pre class="fragment"> INFO is INTEGER
= 0: successful exit
< 0: if INFO = -i, the i-th argument had an illegal value
> 0: if INFO = i, the leading minor of order i of A is not
positive definite, so the factorization could not be
completed, and the solution has not been computed.</pre> </td></tr>
</table>
</dd>
</dl>
<dl class="section author"><dt>Author</dt><dd>Univ. of Tennessee </dd>
<dd>
Univ. of California Berkeley </dd>
<dd>
Univ. of Colorado Denver </dd>
<dd>
NAG Ltd. </dd></dl>
<dl class="section date"><dt>Date</dt><dd>November 2011 </dd></dl>
<dl class="section user"><dt>Further Details: </dt><dd><pre class="fragment"> The band storage scheme is illustrated by the following example, when
N = 6, KD = 2, and UPLO = 'U':
On entry: On exit:
* * a13 a24 a35 a46 * * u13 u24 u35 u46
* a12 a23 a34 a45 a56 * u12 u23 u34 u45 u56
a11 a22 a33 a44 a55 a66 u11 u22 u33 u44 u55 u66
Similarly, if UPLO = 'L' the format of A is as follows:
On entry: On exit:
a11 a22 a33 a44 a55 a66 l11 l22 l33 l44 l55 l66
a21 a32 a43 a54 a65 * l21 l32 l43 l54 l65 *
a31 a42 a53 a64 * * l31 l42 l53 l64 * *
Array elements marked * are not used by the routine.</pre> </dd></dl>
</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Apr 1 2015 16:27:43 for Lighthouse 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>
|
app/views/signup/basic.html | crossgovernmentservices/cgt_prototypes | {{<govuk_template}}
{{$head}}
{{>includes/elements_head}}
<link href="/public/stylesheets/signup.css" media="screen" rel="stylesheet" type="text/css" />
{{/head}}
{{$content}}
<main id="content" role="main">
<a href="/" class="example-back-link">Back to the cross government tools' prototypes</a>
<form action="">
<div class="form-group">
<label class="form-label-bold" for="email">Email</label>
<input type="text" class="form-control signup__input" id="email">
</div>
<!-- Primary buttons, secondary links -->
<div class="form-group">
<button type="submit" class="button signup__btn">
<span data-provider="default" class="signup__btn__content--active">Create profile</span>
<span data-provider="google">Create using google account</span>
<span data-provider="facebook">Create using facebook account</span>
</button>
<ul>
<li><a href="/">Back</a></li>
</ul>
</div>
</form>
</main><!-- / #page-container -->
{{/content}}
{{$bodyEnd}}
{{>includes/elements_scripts}}
<script src="/public/javascripts/signup.js"></script>
{{/bodyEnd}}
{{/govuk_template}} |
docs/html/objectDetection_8hpp.html | patnolan33/Midterm_Perception | <!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>Midterm_Perception: /home/viki/Documents/ENPM808X/Midterm/Midterm_Perception/include/objectDetection.hpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="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">Midterm_Perception
</div>
<div id="projectbrief">Midterm project for ENPM 808X</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><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><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="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File 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>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> </div>
<div class="headertitle">
<div class="title">objectDetection.hpp File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><a class="el" href="classObjectDetection.html" title="ObjectDetection class handles determining object boundary and area. ">ObjectDetection</a> Class implementation.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include <cv.h></code><br/>
<code>#include <iostream></code><br/>
<code>#include <vector></code><br/>
<code>#include <string></code><br/>
</div>
<p><a href="objectDetection_8hpp_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classObjectDetection.html">ObjectDetection</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classObjectDetection.html" title="ObjectDetection class handles determining object boundary and area. ">ObjectDetection</a> class handles determining object boundary and area. <a href="classObjectDetection.html#details">More...</a><br/></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p><a class="el" href="classObjectDetection.html" title="ObjectDetection class handles determining object boundary and area. ">ObjectDetection</a> Class implementation. </p>
<p>Definition of the <a class="el" href="classObjectDetection.html" title="ObjectDetection class handles determining object boundary and area. ">ObjectDetection</a> class to determine the boundary of any imaged object </p>
<dl class="section author"><dt>Author</dt><dd>Patrick Nolan (patnolan33) </dd></dl>
<dl class="section copyright"><dt>Copyright</dt><dd>MIT License. </dd></dl>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Mar 14 2017 14:42:25 for Midterm_Perception 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>
|
app/views/org/site/2.html | chris-hanson-hoddat/sms-redesign | {% extends "layout.html" %}
{% block page_title %}
New trading request
{% endblock %}
{% block content %}
<main id="content" role="main">
{% include "includes/phase_banner_alpha.html" %}
<div class="grid-row">
<div class="column-full">
<div class="breadcrumb">
<ul>
<li><a href="/home">Account home</a></li>
<li><a href="/org">Organisation details</a></li>
</ul>
</div>
</div>
<div class="column-full">
<div class="page-header">
<div class="grid-row">
<div class="column-full">
<h1 class="heading-large">
1022 Tarragon Drive, Oxford, OX4 7XT
</h1>
<!-- <p><a href="#0" class="button">Withdraw request</a></p> -->
</div>
</div>
</div> <!-- /.page-header -->
</div> <!-- /column-full -->
{% set users = [
{
name: "Petra Russell",
type: "Migrant"
},
{
name: "Meaghan Mac Diarmada",
type: "Migrant"
},
{
name: "Kay Schnoor",
type: "Migrant"
},
{
name: "Frannie Williamson",
type: "Licence user"
},
{
name: "Yonca Taalay Rijnder",
type: "Migrant"
},
{
name: "Bea Paternoster",
type: "Migrant"
},
{
name: "Todd Stoddard",
type: "Licence user"
},
{
name: "Noble Michaelson",
type: "Licence user"
},
{
name: "George Justin Simpkin",
type: "Licence user"
},
{
name: "Joyce Hormazd Nakajima",
type: "Migrant"
},
{
name: "Marni Janine Dorsey",
type: "Migrant"
},
{
name: "Boudewijn Isaac Gaspar",
type: "Migrant"
},
{
name: "Hatice Fodor",
type: "Migrant"
},
{
name: "Alkaios Borgogni",
type: "Migrant"
},
{
name: "Fulvius Martinson",
type: "Migrant"
},
{
name: "Anderson Leverenz",
type: "Licence user"
},
{
name: "Tiago Stroud",
type: "Migrant"
},
{
name: "Małgorzata İsmail Kevorkian",
type: "Migrant"
},
{
name: "Horia Pino Neville",
type: "Migrant"
},
{
name: "Katrina Rasmussen",
type: "Migrant"
}
] %}
<div class="column-two-thirds">
<h2 class="heading-medium margin-top-0">
Filter people assigned to this site
</h2>
{% if siteRemoveUsers == 'true' %}
<p>You have nobody assigned to this site</p>
{% else %}
<span class="error-message" id="error-message-ni-number" style="margin-top: -20px; margin-bottom: 20px; ">
You must select at least one person to move
</span>
<div class="table-filters">
<div class="grid-row">
<div class="column-one-third" style="width: 40%">
<div class="form-group">
<label class="form-label-bold" for="searchUsers">Name</label>
<span class="form-hint">Search for a user</span>
<input style="width: 100%" class="form-control js-filter__name" id="searchUsers" name="suearchUsers" value="{{suearchUsers}}" type="text" autocomplete="off">
</div>
<p style="float: left; margin-top: -20px"><a class="js-clear-filter" href="#0" style="visibility: hidden;">Clear filter</a></p>
</div>
<div class="column-one-third" style="width: 40%">
<div class="form-group">
<label class="form-label-bold" for="searchUsers">Type</label>
<span class="form-hint">Select a user type</span>
<select style="width: 100%; height: 39px;" class="form-control js-filter__type" id="select-box" name="select-box">
<option value="1" selected disabled>Choose one</option>
<option>Migrant</option>
<option>Licence user</option>
</select>
<!-- <input style="width: 100%" class="form-control" id="searchUsers" name="suearchUsers" value="{{suearchUsers}}"
type="text" autocomplete="off"> -->
</div>
</div>
<div class="column-one-third" style="width: 20%">
<br><br>
<a class="button js-filter" href="#0" role="button" style="margin-top: 8px">Filter</a><br>
</div>
<!-- <div class="column-full">
<a class="button jsAddressBtn" href="#0" role="button">Move <span class="number">0</span> to another site</a>
</div> -->
</div>
</div>
<h2 class="heading-medium margin-top-0 float-left">
<span class="number">0</span> users found
</h2>
<a class="button jsAddressBtn float-right" href="#0" role="button">Move <!-- <span class="number">0</span> -->all to another site</a>
<table class="table-count js-filter__table">
<thead>
<tr>
<th>Name</th>
<th>User type</th>
<th></th>
</tr>
</thead>
<tbody>
{% for item in users|sort(attribute='name') %}
<tr>
<td class="js-filter__table-name">{{ item.name }}</td>
<td class="js-filter__table-type">{{ item.type }}</td>
<td class="text-right"><a href="#0">Move address</a></td>
</tr>
{% endfor %}
</tbody>
</table>
{% endif %}
</div>
<div class="column-one-third">
<h3 class="heading-medium margin-top-0">
Make changes to this address
</h3>
<ul class="list">
<li><a href="#0">Amend site address</a></li>
{% if siteRemoveUsers == 'true' %}
<li><a href="/org/site/remove">Remove site from your licence</a></li>
{% else %}
<li><a href="/org/site/remove/stop">Remove site from your licence</a></li>
{% endif %}
</ul>
</div>
</div>
</main>
{% endblock %}
|
public/demos/css5_position与布局.html | lxf/snail_demo_addressbook | <!DOCTYPE html>
<html>
<head>
<title>postion与布局</title>
<style type="text/css">
div {
border: 5px solid green;
}
.container {
position: relative;
}
.nav {
position: absolute;
left: 0px;
width: 200px;
}
.section {
margin-left: 200px;
}
#footer {
position: fixed;
bottom: 0;
left: 0;
height: 70px;
background-color: white;
width: 100%;
}
body {
margin-bottom: 120px;
}
</style>
</head>
<body>
<div class="container">
<div class="nav">
<ul>
<li>
<a href="#">主页</a>
</li>
<li>
<a href="#">人事管理</a>
</li>
<li>
<a href="#">新闻管理</a>
</li>
<li>
<a href="#">邮件管理</a>
</li>
<li>
<a href="#">系统设置</a>
</li>
</ul>
</div>
<div class="section">
<p>
<code>section</code> s的 <code>margin-left</code> 样式确保了有足够的空间容纳 <code>nav</code> 元素。
</p>
</div>
<div class="section">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus imperdiet, nulla et dictum interdum, nisi lorem egestas
odio, vitae scelerisque enim ligula venenatis dolor. Maecenas nisl est, ultrices nec congue eget, auctor vitae massa.
Fusce luctus vestibulum augue ut aliquet. Mauris ante ligula, facilisis sed ornare eu, lobortis in odio. Praesent
convallis urna a lacus interdum ut hendrerit risus congue. Nunc sagittis dictum nisi, sed ullamcorper ipsum dignissim
ac. In at libero sed nunc venenatis imperdiet sed ornare turpis. Donec vitae dui eget tellus gravida venenatis. Integer
fringilla congue eros non fermentum. Sed dapibus pulvinar nibh tempor porta. Cras ac leo purus. Mauris quis diam
velit.
</p>
</div>
<div class="section">
<p>
注意当你调整浏览器窗口时发生了什么。效果很赞!
</p>
</div>
<div id="footer">
<p>
如果你使用了一个固定定位的页眉或页脚,确保有足够的空间来显示它们!我在 <code>body</code> 上面加了 <code>margin-bottom</code> 。
</p>
</div>
</div>
</body>
</html> |
vendor/poi-3.6/doc/spreadsheet/examples.html | tobyclemson/msci-project | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!--*** This is a generated file. Do not edit. ***-->
<link rel="stylesheet" href="../skin/tigris.css" type="text/css">
<link rel="stylesheet" href="../skin/mysite.css" type="text/css">
<link rel="stylesheet" href="../skin/site.css" type="text/css">
<link media="print" rel="stylesheet" href="../skin/print.css" type="text/css">
<title>HSSF and XSSF Examples</title>
</head>
<body bgcolor="white" class="composite">
<!--================= start Banner ==================-->
<div id="banner">
<table width="100%" cellpadding="8" cellspacing="0" summary="banner" border="0">
<tbody>
<tr>
<!--================= start Group Logo ==================-->
<td width="50%" align="left">
<div class="groupLogo">
<a href="http://poi.apache.org"><img border="0" class="logoImage" alt="Apache POI" src="../resources/images/group-logo.jpg"></a>
</div>
</td>
<!--================= end Group Logo ==================-->
<!--================= start Project Logo ==================--><td width="50%" align="right">
<div align="right" class="projectLogo">
<a href="http://poi.apache.org/"><img border="0" class="logoImage" alt="POI" src="../resources/images/project-logo.jpg"></a>
</div>
</td>
<!--================= end Project Logo ==================-->
</tr>
</tbody>
</table>
</div>
<!--================= end Banner ==================-->
<!--================= start Main ==================-->
<table width="100%" cellpadding="0" cellspacing="0" border="0" summary="nav" id="breadcrumbs">
<tbody>
<!--================= start Status ==================-->
<tr class="status">
<td>
<!--================= start BreadCrumb ==================--><a href="http://www.apache.org/">Apache</a> | <a href="http://poi.apache.org/">POI</a><a href=""></a>
<!--================= end BreadCrumb ==================--></td><td id="tabs">
<!--================= start Tabs ==================-->
<div class="tab">
<span class="selectedTab"><a class="base-selected" href="../index.html">Home</a></span> | <script language="Javascript" type="text/javascript">
function printit() {
if (window.print) {
window.print() ;
} else {
var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH="0" HEIGHT="0" CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box WebBrowser1.outerHTML = "";
}
}
</script><script language="Javascript" type="text/javascript">
var NS = (navigator.appName == "Netscape");
var VERSION = parseInt(navigator.appVersion);
if (VERSION > 3) {
document.write(' <a title="PRINT this page OUT" href="javascript:printit()">PRINT</a>');
}
</script> | <a title="PDF file of this page" href="examples.pdf">PDF</a>
</div>
<!--================= end Tabs ==================-->
</td>
</tr>
</tbody>
</table>
<!--================= end Status ==================-->
<table id="main" width="100%" cellpadding="8" cellspacing="0" summary="" border="0">
<tbody>
<tr valign="top">
<!--================= start Menu ==================-->
<td id="leftcol">
<div id="navcolumn">
<div class="menuBar">
<div class="menu">
<span class="menuLabel">Apache POI</span>
<div class="menuItem">
<a href="../index.html">Top</a>
</div>
</div>
<div class="menu">
<span class="menuLabel">HSSF+XSSF</span>
<div class="menuItem">
<a href="index.html">Overview</a>
</div>
<div class="menuItem">
<a href="quick-guide.html">Quick Guide</a>
</div>
<div class="menuItem">
<a href="how-to.html">HOWTO</a>
</div>
<div class="menuItem">
<a href="converting.html">HSSF to SS Converting</a>
</div>
<div class="menuItem">
<a href="formula.html">Formula Support</a>
</div>
<div class="menuItem">
<a href="eval.html">Formula Evaluation</a>
</div>
<div class="menuItem">
<a href="eval-devguide.html">Eval Dev Guide</a>
</div>
<div class="menuItem">
<span class="menuSelected">Examples</span>
</div>
<div class="menuItem">
<a href="use-case.html">Use Case</a>
</div>
<div class="menuItem">
<a href="diagrams.html">Pictorial Docs</a>
</div>
<div class="menuItem">
<a href="limitations.html">Limitations</a>
</div>
</div>
<div class="menu">
<span class="menuLabel">Contributer's Guide</span>
<div class="menuItem">
<a href="hacking-hssf.html">Hacking HSSF</a>
</div>
<div class="menuItem">
<a href="record-generator.html">Record Generator</a>
</div>
<div class="menuItem">
<a href="chart.html">Charts</a>
</div>
</div>
</div>
</div>
<form target="_blank" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td><td nowrap="nowrap">
Search Apache POI<br>
<input value="poi.apache.org" name="sitesearch" type="hidden"><input size="10" name="q" id="query" type="text"><img height="1" width="5" alt="" src="../skin/images/spacer.gif" class="spacer"><input name="Search" value="GO" type="submit"></td><td><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td>
</tr>
<tr>
<td colspan="3"><img height="7" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td>
</tr>
<tr>
<td class="bottom-left-thick"></td><td bgcolor="#a5b6c6"><img height="1" width="1" alt="" src="../skin/images/spacer.gif" class="spacer"></td><td class="bottom-right-thick"></td>
</tr>
</table>
</form>
</td>
<!--================= end Menu ==================-->
<!--================= start Content ==================--><td>
<div id="bodycol">
<div class="app">
<div align="center">
<h1>HSSF and XSSF Examples</h1>
</div>
<div class="h3">
<a name="HSSF+and+XSSF+examples"></a>
<div class="h3">
<h3>HSSF and XSSF examples</h3>
</div>
<p>POI 3.5 and later comes with a number of examples that demonstrate how you can use POI API to create documents from "real life".
The examples are based on common XSSF-HSSF interfaces so that you can generate either *.xls or *.xlsx output just by setting a command-line argument:
</p>
<pre class="code">
BusinessPlan -xls
or
BusinessPlan -xlsx
</pre>
<p>All sample source is available in <a href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/">SVN</a>
</p>
<a name="Business+Plan"></a>
<div class="h3">
<h3>Business Plan</h3>
</div>
<p> The <a href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/BusinessPlan.java">BusinessPlan</a>
application creates a sample business plan with three phases, weekly iterations and time highlighting. Demonstrates advanced cell formatting
(number and date formats, alignmnets, fills, borders) and various settings for organizing data in a sheet (freezed panes, groupped rows).
</p>
<p>
<img alt="business plan demo" src="../resources/images/businessplan.jpg">
</p>
<a name="Calendar"></a>
<div class="h3">
<h3>Calendar</h3>
</div>
<p> The <a href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/CalendarDemo.java">Calendar</a>
demo creates a multi sheet calendar. Each month is on a separate sheet.
</p>
<p>
<img alt="calendar demo" src="../resources/images/calendar.jpg">
</p>
<a name="Loan+Calculator"></a>
<div class="h3">
<h3>Loan Calculator</h3>
</div>
<p> The <a href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/LoanCalculator.java">LoanCalculator</a>
demo creates a simple loan calculator. Demonstrates advance usage of cell formulas and named ranges.
</p>
<p>
<img alt="loan calculator demo" src="../resources/images/loancalc.jpg">
</p>
<a name="Timesheet"></a>
<div class="h3">
<h3>Timesheet</h3>
</div>
<p> The <a href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/ss/examples/TimesheetDemo.java">Timesheet</a>
demo creates a weekly timesheet with automatic calculation of total hours. Demonstrates advance usage of cell formulas.
</p>
<p>
<img alt="timesheet demo" src="../resources/images/timesheet.jpg">
</p>
<div id="authors" align="right">by Yegor Kozlov</div>
</div>
</div>
</div>
</td>
<!--================= end Content ==================-->
</tr>
</tbody>
</table>
<!--================= end Main ==================-->
<!--================= start Footer ==================-->
<div id="footer">
<table summary="footer" cellspacing="0" cellpadding="4" width="100%" border="0">
<tbody>
<tr>
<!--================= start Copyright ==================-->
<td colspan="2">
<div align="center">
<div class="copyright">
Copyright © 2002-2009 The Apache Software Foundation. All rights reserved.
</div>
</div>
</td>
<!--================= end Copyright ==================-->
</tr>
<tr>
<td align="left">
<!--================= start Host ==================-->
<!--================= end Host ==================--></td><td align="right">
<!--================= start Credits ==================-->
<div align="right">
<div class="credit"></div>
</div>
<!--================= end Credits ==================-->
</td>
</tr>
</tbody>
</table>
</div>
<!--================= end Footer ==================-->
</body>
</html>
|
all-data/2000-2999/2453-33.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="fmt0table"><tr><th class="zt1"><b><font class=""></font></b></th><td class="zc1">衣冠齊楚</td></tr>
</td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
|
all-data/3000-3999/3169-33.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="fmt0table"><tr><th class="zt1"><b><font class=""></font></b></th><td class="zc1">偷世竊名</td></tr>
</td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
|
Perl_-_Scripts/AUTO Forum 1.0/styles.css | RussianPenguin/samples | BODY { background-color: #FFFFFF;
color: #000000; }
P, TD, LI { font-size: 12px; }
.forms { font-face: arial;
font-size: 12px; }
.tab { background-color: #F5F5F5; }
A:link { color: #0B0066; }
A:visited { color: #0B0066; }
A:active { color: #0B0066; }
A:hover { color: #000000;
text-decoration: none; }
|
_layouts/index.html | owcc/owcc.github.io | ---
layout: default
---
<article class="article">
<div class="motto">{{ content }}</div>
<div class="newslist">
<h3>最新文章</h3>
<ul class="doclist">
{% for post in site.posts limit:5 %}
{% if post.draft == false %}
<li>
<div class="waper">
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
<a class="post-link{% if post.status == 'invalid' %} invalid{% endif %}" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</div>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</article>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/ecc9f46288539f532527949ad472f7d4bab448f6371ba5bf71b6d27ba6419d85.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./4e08facd85c5f9bd5acaeb5a374ee0c3dbd23de43b44f3628f3c6907d44e9303.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> |
index.html | cr88192/bgbtech_misc | <html>
<head>
<title>Page Test</title>
</head>
<body>
<h1>Testing the use of GitHub pages.</h1>
</body>
</html>
|
oldposts/234.html | codelifeliwan/codelifeliwan.github.io | <!doctype html>
<!--[if IE 6]>
<html id="ie6" lang="zh-CN">
<![endif]-->
<!--[if IE 7]>
<html id="ie7" lang="zh-CN">
<![endif]-->
<!--[if IE 8]>
<html id="ie8" lang="zh-CN">
<![endif]-->
<!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!-->
<html lang="zh-CN">
<!--<![endif]-->
<head>
<link rel="stylesheet" type="text/css" media="all" href="stylesheets/style.css">
<link rel="stylesheet" id="codebox-css" href="stylesheets/codebox.css" type="text/css" media="screen">
</head>
<body class="single single-post postid-234 single-format-standard content-sidebar">
<div id="page" class="hfeed">
<header id="branding" role="banner">
<hgroup>
<h1 id="site-title"><span><a href="http://codelifeliwan.github.io/" title="Code_Life_LiWan" rel="home">Code_Life_LiWan</a></span></h1>
<h2 id="site-description">My heart will go on and on…</h2>
</hgroup>
<!-- #access -->
</header>
<!-- #branding -->
<div id="main" class="clearfix">
<div id="primary">
<div id="content" role="main">
<!-- #nav-single -->
<article id="post-234" class="post-234 post type-post status-publish format-standard hentry category-life tag-no">
<header class="entry-header">
<h1 class="entry-title">《小薇》</h1>
<div class="entry-meta">
<span class="sep">Posted on </span>
<a href="http://codelifeliwan.github.io/?p=234" title="下午 7:00" rel="bookmark"><time class="entry-date" datetime="2012-04-13T19:00:51+00:00" pubdate>13 四月, 2012</time></a>
<span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="http://codelifeliwan.github.io/?author=1" title="View all posts by wanli" rel="author">wanli</a></span></span>
<span class="sep"> — </span>
<span class="comments-link"> <a href="http://codelifeliwan.github.io/?p=234#respond" title="Comment on 《小薇》">No Comments ↓</a> </span>
</div>
<!-- .entry-meta -->
</header>
<!-- .entry-header -->
<div class="entry-content">
<div class="entry-content">
<div style="text-indent:2em;">
听新浪乐库电台,听到《小薇》,想起小侄子,《小薇》火的那段日子,侄子还小,那时候是多么可爱的一个孩子,爸妈都当个宝养,还整天捧着“心”给这个小叔叔,嘴里唱着“摘下一颗,亲手送给你”,而现在在爸妈嘴里就是整天的学习,有了妹妹,爸妈都围着妹妹转了,侄子就变成了跟这个小叔叔一样不爱说话了,最疼爱他的奶奶不久又去世了,唉~~~现在更不爱说话了。
</div>
</div>
</div>
<!-- .entry-content -->
<!-- .entry-meta -->
</article>
<!-- #post-234 -->
<!-- #comments -->
</div>
<!-- #content -->
</div>
<!-- #primary -->
<!-- #secondary .widget-area -->
</div>
<!-- #main -->
<!-- #colophon -->
</div>
<!-- #page -->
<!-- JiaThis Button BEGIN -->
<!-- JiaThis Button END -->
</body>
</html> |
src/libs/seqan-library-2.0.1/share/doc/seqan/html/global_function_dagShortestPath.html | isovic/seqlib | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" class="global_function_dagshortestpath" data-page="dagShortestPath">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII" />
<title>dagShortestPath - SeqAn API Documentation</title>
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
<link rel="stylesheet" href="lib/bootstrap/css/bootstrap.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" charset="utf-8" src="lib/bootstrap/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="lib/bootstrap-multiselect/css/bootstrap-multiselect.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" charset="utf-8" src="lib/bootstrap-multiselect/js/bootstrap-multiselect.js"></script>
<script type="text/javascript" charset="utf-8" src="lib/ZeroClipboard/ZeroClipboard.min.js"></script>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="css/common.less.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" charset="utf-8" src="js/less.min.js"></script>
<script type="text/javascript" charset="utf-8">
hasFrames = window.top.frames.main ? true : false;
relpath = '/';
docsPrefix = 'docs/yard';
listPrefix = 'list/docs/yard';
searchPrefix = 'search/docs/yard';
framesUrl = '/docs/yard/frames/file/README.md';
</script>
<style type="text/css">
<!-- pygments not available -->
</style>
<style>
.link.error
{
color: red;
}
</style>
<script type="text/javascript" charset="utf-8" src="lib/jquery-bbq/jquery.ba-bbq.min.js"></script>
<script type="text/javascript" charset="utf-8" src="js/jquery.smooth-scroll.js"></script>
<script type="text/javascript" charset="utf-8" src="js/lang_entities.js"></script>
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
<script type="text/javascript" charset="utf-8" src="js/autocomplete.js"></script>
<script type="text/javascript" charset="utf-8" src="js/rubydoc_custom.js"></script>
<script type="text/javascript" charset="utf-8" src="js/common.js"></script>
</head>
<body>
<a id="top" name="top"></a>
<div id="content">
<h1 data-lang-entity="function" data-pimped="true">
<a href="page_LanguageEntities.html#function">fn()</a> <span>dagShortestPath<div><div>Computes shortest paths from a single source in a directed acyclic graph (DAG).</div></div></span>
</h1>
<table class="overview">
</tr>
<tr>
<th>Defined in</th>
<td>
<seqan/graph_algorithms.h>
</td>
</tr>
<tr>
<th>Signature</th>
<td>
<code>void dagShortestPath(predecessor, distance, g, source, weight);
</code>
</td>
</tr>
</table>
<!-- @param -->
<h2>Parameters</h2>
<table class="overview">
<tr>
<th>
<code data-param-type="out" title="OUT parameters are modified and used as a means to return values">predecessor</code>
</th>
<td>A property map. A property map that represents predecessor relationships among vertices.
It determines a shortest-paths tree.</td>
</tr>
<tr>
<th>
<code data-param-type="out" title="OUT parameters are modified and used as a means to return values">distance</code>
</th>
<td>A property map. Indicates for each vertex th distance from the source.
do exist.</td>
</tr>
<tr>
<th>
<code data-param-type="in" title="IN parameters are only read and not modified">g</code>
</th>
<td>A directed acyclic graph. Types: Directed Graph</td>
</tr>
<tr>
<th>
<code data-param-type="in" title="IN parameters are only read and not modified">source</code>
</th>
<td>A source vertex. Types: VertexDescriptor</td>
</tr>
<tr>
<th>
<code data-param-type="in" title="IN parameters are only read and not modified">weight</code>
</th>
<td>A weight map. In a directed acyclic graph edge weights can be negative because no cycles</td>
</tr>
</table>
<!-- @tparam -->
<!-- @returns -->
<!--
=============================================================================
Detailed Description
=============================================================================
-->
<h2>Detailed Description</h2>
<div class="docstring">
<div class="discussion">
<!-- @internal -->
<!-- @deprecated -->
<!-- @warning -->
<!-- @note -->
<!-- @aka -->
<!-- paragraphs -->
<div><h3>Example</h3><div data-src-path="demos/dox/graph_algorithms/dag_shortest_path.cpp"><pre class="code">#include <iostream>
#include <seqan/graph_algorithms.h>
using namespace seqan;
int main()
{
typedef Graph<Directed<> > TGraph;
typedef VertexDescriptor<TGraph>::Type TVertexDescriptor;
typedef Size<TGraph>::Type TSize;
// Create graph with 10 directed edges (0,2), (0,1), ...
TSize numEdges = 10;
TVertexDescriptor edges[] = {0, 2, 0, 1, 1, 3, 1, 2, 2, 5, 2, 4, 2, 3, 3, 5, 3, 4, 4, 5};
TGraph g;
addEdges(g, edges, numEdges);
// Print graph to stdout.
std::cout << g << "\n";
// Create external edge property map with edge weights.
int weights[] = {3, 5, 6, 2, 2, 4, 7, 1, -1, -2};
String<int> weightMap;
assignEdgeMap(weightMap, g, weights);
// Run DAG shortest path computation from vertex with descriptor 1.
String<unsigned> predMap;
String<unsigned> distMap;
dagShortestPath(predMap, distMap, g, 1, weightMap);
// Print result to stdout.
std::cout << "Single-Source Shortest Paths in DAG: \n";
typedef Iterator<TGraph, VertexIterator>::Type TVertexIterator;
TVertexIterator it(g);
while (!atEnd(it))
{
std::cout << "Path from 1 to " << getValue(it) << ": ";
_printPath(g, predMap, (TVertexDescriptor)1, getValue(it));
std::cout << " (Distance: " << getProperty(distMap, getValue(it)) << ")\n";
goNext(it);
}
return 0;
}
</pre><div class="path_label"><span class="label">Demo:</span> <a href="demos/dox/graph_algorithms/dag_shortest_path.cpp" target="_top">demos/dox/graph_algorithms/dag_shortest_path.cpp</a></div></div><pre class="console" data-src-path="demos/dox/graph_algorithms/dag_shortest_path.cpp.stdout">Adjacency list:
0 -> 1,2,
1 -> 2,3,
2 -> 3,4,5,
3 -> 4,5,
4 -> 5,
5 ->
Edge list:
Source: 0,Target: 1 (Id: 1)
Source: 0,Target: 2 (Id: 0)
Source: 1,Target: 2 (Id: 3)
Source: 1,Target: 3 (Id: 2)
Source: 2,Target: 3 (Id: 6)
Source: 2,Target: 4 (Id: 5)
Source: 2,Target: 5 (Id: 4)
Source: 3,Target: 4 (Id: 8)
Source: 3,Target: 5 (Id: 7)
Source: 4,Target: 5 (Id: 9)
Single-Source Shortest Paths in DAG:
Path from 1 to 0: No path from 1 to 0 exists. (Distance: 1073741823)
Path from 1 to 1: 1 (Distance: 0)
Path from 1 to 2: 1,2 (Distance: 2)
Path from 1 to 3: 1,3 (Distance: 6)
Path from 1 to 4: 1,3,4 (Distance: 5)
Path from 1 to 5: 1,3,4,5 (Distance: 3)
</pre></div>
</div>
</div>
<!-- @throw -->
<!-- @datarace -->
<h2 class="clause_header">Data Races</h2>
<div class="summary compact">
Thread safety unknown!
</div>
<!-- @see -->
<h2 class="clause_header">See Also</h2>
<ul class="summary compact">
<li><a href="global_function_bellmanFordAlgorithm.html" data-lang-entity="global_function">bellmanFordAlgorithm</a></li>
<li><a href="global_function_dijkstra.html" data-lang-entity="global_function">dijkstra</a></li>
</ul>
<!--
=============================================================================
Footer / Debug
=============================================================================
-->
<div class="modal fade" id="doxSources" tabindex="-1" role="dialog" aria-labelledby="doxSourcesLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="doxSourcesLabel">Dox Sources</h4>
</div>
<div class="modal-body">
<pre>/*!
* @fn dagShortestPath
*
* @headerfile <seqan/graph_algorithms.h>
*
* @brief Computes shortest paths from a single source in a directed acyclic
* graph (DAG).
*
* @signature void dagShortestPath(predecessor, distance, g, source, weight);
*
* @param[out] predecessor A property map. A property map that represents
* predecessor relationships among vertices. It
* determines a shortest-paths tree.
* @param[out] distance A property map. Indicates for each vertex th distance
* from the source. do exist.
* @param[in] g A directed acyclic graph. Types: Directed Graph
* @param[in] source A source vertex. Types: VertexDescriptor
* @param[in] weight A weight map. In a directed acyclic graph edge weights can
* be negative because no cycles
*
* @section Example
*
* @include demos/dox/graph_algorithms/dag_shortest_path.cpp
*
* @include demos/dox/graph_algorithms/dag_shortest_path.cpp.stdout
*
* @see bellmanFordAlgorithm
* @see dijkstra
*/</pre>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</body>
</html> |
Resources/public/jquery.mobile/demos/docs/forms/textinputs/methods.html | dancen/MobileIpermindBundle | <!DOCTYPE html>
<html class="ui-mobile-rendering">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery Mobile Docs - Text Input methods</title>
<link rel="stylesheet" href="../../../css/themes/default/jquery.mobile.css" />
<link rel="stylesheet" href="../../_assets/css/jqm-docs.css"/>
<script src="../../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
<script src="../../../js/jquery.js"></script>
<script src="../../../docs/_assets/js/jqm-docs.js"></script>
<script src="../../../js/jquery.mobile.docs.js"></script>
</head>
<body>
<div data-role="page" class="type-interior">
<div data-role="header" data-theme="f">
<h1>Text inputs</h1>
<a href="../../../" data-icon="home" data-iconpos="notext" data-direction="reverse">Home</a>
<a href="../../nav.html" data-icon="search" data-iconpos="notext" data-rel="dialog" data-transition="fade">Search</a>
</div><!-- /header -->
<div data-role="content">
<div class="content-primary">
<form action="#" method="get">
<h2>Text inputs</h2>
<ul data-role="controlgroup" data-type="horizontal" class="localnav">
<li><a href="index.html" data-role="button" data-transition="fade">Basics</a></li>
<li><a href="options.html" data-role="button" data-transition="fade">Options</a></li>
<li><a href="methods.html" data-role="button" data-transition="fade" class="ui-btn-active">Methods</a></li>
<li><a href="events.html" data-role="button" data-transition="fade">Events</a></li>
</ul>
<p>The text input plugin has the following methods:</p>
<dl>
<dt><code>enable</code> enable a disabled text input</dt>
<dd>
<pre><code>
$('.selector').textinput('enable');
</code></pre>
</dd>
<dt><code>disable</code> disable a text input</dt>
<dd>
<pre><code>
$('.selector').textinput('disable');
</code></pre>
</dd>
</dl>
</form>
</div><!--/content-primary -->
<div class="content-secondary">
<div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d">
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">
<li data-role="list-divider">Form elements</li>
<li><a href="../docs-forms.html">Form basics</a></li>
<li><a href="../forms-all.html">Form element gallery</a></li>
<li><a href="../forms-all-mini.html">Mini form element gallery</a></li>
<li data-theme="a"><a href="index.html">Text inputs</a></li>
<li><a href="../search/">Search input</a></li>
<li><a href="../slider/">Slider</a></li>
<li><a href="../switch/">Flip toggle switch</a></li>
<li><a href="../radiobuttons/">Radio buttons</a></li>
<li><a href="../checkboxes/">Checkboxes</a></li>
<li><a href="../selects/">Select menus</a></li>
<li><a href="../forms-themes.html">Theming forms</a></li>
<li><a href="../forms-all-native.html">Native form elements</a></li>
<li><a href="../forms-sample.html">Submitting forms</a></li>
</ul>
</div>
</div>
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>© 2011-12 The jQuery Project</p>
</div>
</div><!-- /page -->
</body>
</html>
|
clean/Linux-x86_64-4.04.2-2.0.5/released/8.9.0/mathcomp-character/1.7.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-character: 11 m 7 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.9.0 / mathcomp-character - 1.7.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.7.0
<span class="label label-success">11 m 7 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-10 01:57:47 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-10 01:57:47 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.0 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
name: "coq-mathcomp-character"
version: "1.7.0"
maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
synopsis: "The Mathematical Components library"
homepage: "https://math-comp.github.io/math-comp/"
bug-reports: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
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" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/character'" ]
depends: [
"ocaml"
"coq-mathcomp-field" {= "1.7.0"}
]
tags: [ "keyword:algebra" "keyword:character" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" ]
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 <>" ]
url {
src: "http://github.com/math-comp/math-comp/archive/mathcomp-1.7.0.tar.gz"
checksum: "md5=e1bde60e67844e692f88c5d64a44004e"
}
</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.7.0 coq.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-mathcomp-character.1.7.0 coq.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>38 m 49 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-mathcomp-character.1.7.0 coq.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>11 m 7 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 14 M</p>
<ul>
<li>3 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/mxrepresentation.vo</code></li>
<li>2 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/mxrepresentation.glob</code></li>
<li>1 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/character.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/classfun.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/character.glob</code></li>
<li>843 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/classfun.glob</code></li>
<li>813 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/inertia.vo</code></li>
<li>684 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/inertia.glob</code></li>
<li>523 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/integral_char.vo</code></li>
<li>496 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/mxabelem.vo</code></li>
<li>469 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/vcharacter.vo</code></li>
<li>378 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/vcharacter.glob</code></li>
<li>342 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/mxabelem.glob</code></li>
<li>321 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/integral_char.glob</code></li>
<li>236 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/mxrepresentation.v</code></li>
<li>113 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/character.v</code></li>
<li>96 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/classfun.v</code></li>
<li>69 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/inertia.v</code></li>
<li>54 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/all_character.vo</code></li>
<li>43 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/mxabelem.v</code></li>
<li>38 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/vcharacter.v</code></li>
<li>36 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/integral_char.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/all_character.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/mathcomp/character/all_character.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-mathcomp-character.1.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
angularjs/test/ui/ng_footer_clear_completed.html | cburgmer/csscritic-examples | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- The CSS we are testing -->
<link rel="stylesheet" href="src/base.css">
</head>
<body>
<!-- The application's HTML -->
<section id="todoapp" ng-controller="TodoCtrl">
<ng-include src="'src/templates/footer.html'"></ng-include>
</section>
<!-- Dependencies -->
<script src="node_modules/angular/lib/angular.min.js"></script>
<!-- Set up the view state -->
<script>
function TodoCtrl($scope) {
$scope.completedCount = 3;
$scope.location = {
path: function () {
return '/';
}
};
$scope.remainingCount = 0;
$scope.todos = [{
title: 'an active entry',
completed: false
}];
}
</script>
<!-- Bootstrap application -->
<script src="angular_testhelper.js"></script>
</body>
</html>
|
app/assets/stylesheets/application.css | rnelson/bossfight | /*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any styles
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
*
*= require jquery-ui
*= require_tree .
*= require_self
*/
.status.new {
}
.status.in-progress {
font-style: italic;
}
.status.done, .status.deleted {
text-decoration: line-through;
color: #aaa;
}
.status.stalled {
font-weight: bolder;
}
|
src/app/customer-data/customer-data.component.css | qmatic/mobile-ticket | .selected-branch{
text-align: center;
color: white;
}
.selected-branch-title {
margin: 30px 0 0 10px;
font-size: 16px;
}
.selected-branch-name {
font-size: 24px;
}
.selected-service {
text-align: center;
color: white;
}
.selected-service-title {
margin: 30px 0 0 10px;
font-size: 16px;
}
.selected-service-name {
font-size: 24px;
}
.skip-button{
background: none;
line-height: 1.5em;
}
.skip-button:hover {
background: rgba(0, 0, 0, 0.1);
cursor: pointer;
}
.customer-phone {
margin: 10px auto;
max-width: calc((9 * 40px) + 50px + (2px * 10) + 1px);
width: calc((9 * 8.5vw) + 12vw + (2px * 10) + 1px);
font-family: Roboto-Regular;
}
.customer-phone__number-container {
background: white;
border-bottom: 2px solid #bc0e3d;
color: white;
height: 60px;
}
.phone-num{
display: flex;
height: 60px;
}
.phone-container-icon {
display: flex;
justify-content: center;
flex-direction: column;
}
.phone-icon {
fill: rgba(0, 0, 0, 0.54);;
margin: 10px;
}
.send-icon{
fill: white;
margin: 10px;
cursor: pointer;
}
.edit-icon{
fill: white;
margin: 10px;
}
.phone-num-text{
font-size: 14px;
font-weight: 500;
letter-spacing: .15px;
color: #fff;
font-weight: 300;
padding: 0;
margin: 0;
}
.phone-num-input {
border: none;
background: transparent;
caret-color: #bc0e3d;
color: rgba(0, 0, 0, 0.82);
width: 100%;
font-size: 16px;
margin: 0 -15px;
}
.phone-num-input_ {
caret-color: #bc0e3d;
color: rgba(0, 0, 0, 0.82);
font-size: 16px;
}
.custom ul{
margin: 0 0 0 0px !important;
font-size: larger;
}
.phone-num-input-container {
margin: 14px 10px;
flex-grow: 1;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: rgba(0, 0, 0, 0.62);
opacity: 0.6; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: rgba(0, 0, 0, 0.62);
opacity: 0.6;
}
.phone-num-bottom-section {
background: white;
padding: 15px;
}
.phone-num-bottom-initial-topic {
font-size: 12px;
font-weight: 500;
color: #b30042;
letter-spacing: 2px;
text-transform: uppercase;
}
.phone-devider {
width: 100px;
left: 0px;
text-align: left;
margin: 8px 0px;
border-width: 0px 0px 2px;
border-top-style: initial;
border-right-style: initial;
border-bottom-style: solid;
border-left-style: initial;
border-top-color: initial;
border-right-color: initial;
border-bottom-color: #bc0e3d;
border-left-color: initial;
border-image: initial;
}
.phone-num-points-container {
display: flex;
}
.point-icon-container{
margin: 0 10px;
}
.phone-num-points-text {
font-size: 14px;
line-height: 2;
letter-spacing: 0.4px;
font-weight: 500;
color: rgba(0,0,0,.6);
}
.phone-num-error {
font-size: 12px;
color: red;
margin:0 -15px;
}
.privacy-container {
display: flex;
}
.message-icon {
margin: 0 10px;
}
.btn-understood {
font-size: 14px;
color: #a9023b;
text-transform: uppercase;
font-weight: 500;
border: 1px solid rgba(0,0,0,.12);
padding: 8px 20px;
cursor: pointer;
border-radius: 40px;
}
.btn-understood-container {
display: flex;
flex-direction: row-reverse;
}
.privacy-policy-link {
color: #03996c;
cursor: pointer;
}
.phone-num-display {
font-size: 16px;
letter-spacing: .15px;
color: hsla(0,0%,100%,.38);
display: block;
}
.button-container{
display: flex;
justify-content: flex-end;
}
.button-inner-container {
display: flex;
width: 220px;
}
.phone-secondary-btn {
font-family: Roboto-Regular;
text-transform: uppercase;
color: #a9023b;
text-align: center;
width: 100%;
height: 40px;
border-radius: 20px;
border: none!important;
font-size: 16px;
margin: auto;
outline: none;
position: relative;
overflow: hidden;
cursor: pointer;
background: transparent;
line-height: 1.14;
font-weight: 500;
}
.edit-mode-policy-link {
color: #a9023b;
cursor: pointer;
text-decoration: underline;
display:block
}
.edit-mode-policy-link::first-letter {
text-transform: capitalize;
}
.send_button {
/* background: #b30042; */
font-family: Roboto-Regular;
cursor: pointer;
padding: 10px 15px;
text-align: center;
margin: 20px 10px;
border-radius: 20px;
font-weight: 800;
max-width: 400px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 10px auto;
font-size: 16px
}
.privcay-container-bottom {
margin: 30px 0;
}
.qm-customer-id-details {
background-color: white;
padding: 10px;
border-top:2px solid #bc0e3d;
}
.customer-id-error {
font-size: 12px;
color: red;
background: white;
padding: 0 10px;
}
.custom-phone-card {
overflow-x: hidden;
position: relative;
z-index: 999;
}
.customer-data-container {
height: calc(100vh - 20em) !important;
overflow: auto;
}
#phone {
font-size: 16px;
}
@media only screen and (max-height: 600px) {
.customer-data-container {
height: calc(100vh - 16em) !important;
overflow: auto;
}
}
.secondary-btn:hover {
background: rgba(255, 255, 255, 0.2);
}
.qm-customer-id {
margin: 10px auto;
max-width: calc((9 * 40px) + 50px + (2px * 10) + 1px);
width: calc((9 * 8.5vw) + 12vw + (2px * 10) + 1px);
font-family: Roboto-Regular;
}
.customer-id-input {
border: none;
/* background: transparent; */
caret-color: #bc0e3d;
color: rgba(0, 0, 0, 0.82);
width: 100%;
font-size: 16px;
padding: 8px;
}
/* Small phones */
@media (max-width: 400px){
.customer-phone {
max-width: calc((9 * 35px) + 45px + (2px * 10) + 1px);
width: calc((9 * 8.5vw) + 12vw + (2px * 10) + 1px);
}
.phone-num-error {
font-size: 9px;
}
.center-text {
margin-top: -16px;
}
}
html, body {position:fixed; margin: 0; height: 100%; overflow: hidden} |
index.html | erickangweisz/lvlart | <html>
<head>
<base href="/">
<title>lvl-art.com</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
<!-- jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<!-- animate.css -->
<link rel="stylesheet" href="/app/src/libraries/animatecss/animate.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://bootswatch.com/lumen/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- fontawesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Auth0 Lock script -->
<script src="http://cdn.auth0.com/js/lock/10.7/lock.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- Polyfill(s) for older browsers -->
<script src="node_modules/core-js/client/shim.min.js"></script>
<script src="node_modules/zone.js/dist/zone.js"></script>
<script src="node_modules/reflect-metadata/Reflect.js"></script>
<script src="node_modules/systemjs/dist/system.src.js"></script>
<script src="systemjs.config.js"></script>
<!-- googlefont -->
<link href="https://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet">
<script>
System.import('app').catch(function(err) {
console.error(err);
});
</script>
</head>
<body>
<my-app>
<!-- Code snippet -->
<div class="form-group">
<div class="col-md-12 text-center">
<br>
<span class="txt_lvlart">lvl-art</span><strong><span class="isLoading">.com</span></strong><span class="isLoading"> is loading...</span><br>
<span class="glyphicon glyphicon-refresh glyphicon-refresh-animate"></span>
</div>
</div>
</my-app>
</body>
</html> |
client/cirac/map/templates/point-row.html | paulovieira/aps | <td>
{{ description }}
</td>
<td>
{{ value }}
</td>
<td>{{ lat }}</td>
<td>{{ lon }}</td>
|
blog-mining/andrew_gelman_stats/andrew_gelman_stats-2010/andrew_gelman_stats-2010-05-19-Updated_R_code_and_data_for_ARM.html | makerhacker/makerhacker.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>41 andrew gelman stats-2010-05-19-Updated R code and data for ARM</title>
</head>
<body>
<p><a title="andrew_gelman_stats" href="../andrew_gelman_stats_home.html">andrew_gelman_stats</a> <a title="andrew_gelman_stats-2010" href="../home/andrew_gelman_stats-2010_home.html">andrew_gelman_stats-2010</a> <a title="andrew_gelman_stats-2010-41" href="#">andrew_gelman_stats-2010-41</a> knowledge-graph by maker-knowledge-mining</p><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- maker adsense -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-5027806277543591"
data-ad-slot="4192012269"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<h1>41 andrew gelman stats-2010-05-19-Updated R code and data for ARM</h1>
<br/><h2>meta infos for this blog</h2><p>Source: <a title="andrew_gelman_stats-2010-41-html" href="http://andrewgelman.com/2010/05/19/updated_r_code/">html</a></p><p>Introduction: Patricia and I have cleaned up some of the R and Bugs code and collected the data for almost all the examples in ARM. See here for links to zip files with the code and data.</p><br/><h2>Summary: the most important sentenses genereted by tfidf model</h2><p>sentIndex sentText sentNum sentScore</p><p>1 Patricia and I have cleaned up some of the R and Bugs code and collected the data for almost all the examples in ARM. [sent-1, score-1.459]
</p><p>2 See here for links to zip files with the code and data. [sent-2, score-1.358]
</p>
<br/>
<h2>similar blogs computed by tfidf model</h2><h3>tfidf for this blog:</h3><p>wordName wordTfidf (topN-words)</p>
<p>[('zip', 0.432), ('patricia', 0.413), ('code', 0.4), ('cleaned', 0.348), ('files', 0.316), ('bugs', 0.275), ('collected', 0.271), ('links', 0.21), ('almost', 0.159), ('examples', 0.157), ('data', 0.124), ('see', 0.06)]</p>
<h3>similar blogs list:</h3><p>simIndex simValue blogId blogTitle</p>
<p>same-blog 1 1.0 <a title="41-tfidf-1" href="../andrew_gelman_stats-2010/andrew_gelman_stats-2010-05-19-Updated_R_code_and_data_for_ARM.html">41 andrew gelman stats-2010-05-19-Updated R code and data for ARM</a></p>
<p>Introduction: Patricia and I have cleaned up some of the R and Bugs code and collected the data for almost all the examples in ARM. See here for links to zip files with the code and data.</p><p>2 0.19164307 <a title="41-tfidf-2" href="../andrew_gelman_stats-2010/andrew_gelman_stats-2010-05-19-Updated_solutions_to_Bayesian_Data_Analysis_homeworks.html">42 andrew gelman stats-2010-05-19-Updated solutions to Bayesian Data Analysis homeworks</a></p>
<p>Introduction: Here are solutions to about 50 of the exercises from Bayesian Data Analysis. The solutions themselves haven’t been updated; I just cleaned up the file: some change in Latex had resulted in much of the computer code running off the page, so I went in and cleaned up the files.
I wrote most of these in 1996, and I like them a lot. I think several of them would’ve made good journal articles, and in retrospect I wish I’d published them as such. Original material that appears first in a book (or, even worse, in homework solutions) can easily be overlooked.</p><p>3 0.17111598 <a title="41-tfidf-3" href="../andrew_gelman_stats-2012/andrew_gelman_stats-2012-08-07-Reproducible_science_FAIL_%28so_far%29%3A__What%E2%80%99s_stoppin_people_from_sharin_data_and_code%3F.html">1447 andrew gelman stats-2012-08-07-Reproducible science FAIL (so far): What’s stoppin people from sharin data and code?</a></p>
<p>Introduction: David Karger writes:
Your recent post on sharing data was of great interest to me, as my own research in computer science asks how to incentivize and lower barriers to data sharing. I was particularly curious about your highlighting of effort as the major dis-incentive to sharing. I would love to hear more, as this question of effort is on we specifically target in our development of tools for data authoring and publishing.
As a straw man, let me point out that sharing data technically requires no more than posting an excel spreadsheet online. And that you likely already produced that spreadsheet during your own analytic work. So, in what way does such low-tech publishing fail to meet your data sharing objectives?
Our own hypothesis has been that the effort is really quite low, with the problem being a lack of *immediate/tangible* benefits (as opposed to the long-term values you accurately describe). To attack this problem, we’re developing tools (and, since it appear</p><p>4 0.16180396 <a title="41-tfidf-4" href="../andrew_gelman_stats-2013/andrew_gelman_stats-2013-06-29-R_sucks.html">1919 andrew gelman stats-2013-06-29-R sucks</a></p>
<p>Introduction: I was trying to make some new graphs using 5-year-old R code and I got all these problems because I was reading in files with variable names such as “co.fipsid” and now R is automatically changing them to “co_fipsid”. Or maybe the names had underbars all along, and the old R had changed them into dots. Whatever. I understand that backward compatibility can be hard to maintain, but this is just annoying.</p><p>5 0.14462307 <a title="41-tfidf-5" href="../andrew_gelman_stats-2010/andrew_gelman_stats-2010-07-18-Predictive_checks_for_hierarchical_models.html">154 andrew gelman stats-2010-07-18-Predictive checks for hierarchical models</a></p>
<p>Introduction: Daniel Corsi writes:
I was wondering if you could help me with some code to set up a posterior predictive check for an unordered multinomial multilevel model. In this case the outcome is categories of bmi (underweight, nomral weight, and overweight) based on individuals from 360 different areas. What I would like to do is set up a replicated dataset to see how the number of overweight/underweight/normal weight individuals based on the model compares to the actual data and some kind of a graphical summary. I am following along with chapter 24 of the arm book but I want to verify that the replicated data accounts for the multilevel structure of the data of people within areas. I am attaching the code I used to run a simple model with only 2 predictors (area wealth and urban/rural designation).
My reply: The Bugs code is a bit much for me to look at–but I do recommend that you run it from R, which will give you more flexibility in preprocessing and postprocessing the data. Beyon</p><p>6 0.11971414 <a title="41-tfidf-6" href="../andrew_gelman_stats-2011/andrew_gelman_stats-2011-08-13-Checking_your_model_using_fake_data.html">852 andrew gelman stats-2011-08-13-Checking your model using fake data</a></p>
<p>7 0.11606663 <a title="41-tfidf-7" href="../andrew_gelman_stats-2013/andrew_gelman_stats-2013-07-21-Bayes_related.html">1948 andrew gelman stats-2013-07-21-Bayes related</a></p>
<p>8 0.11052723 <a title="41-tfidf-8" href="../andrew_gelman_stats-2010/andrew_gelman_stats-2010-08-20-Why_I_blog%3F.html">220 andrew gelman stats-2010-08-20-Why I blog?</a></p>
<p>9 0.10910082 <a title="41-tfidf-9" href="../andrew_gelman_stats-2010/andrew_gelman_stats-2010-06-20-%E2%80%9CPeople_with_an_itch_to_scratch%E2%80%9D.html">101 andrew gelman stats-2010-06-20-“People with an itch to scratch”</a></p>
<p>10 0.1079682 <a title="41-tfidf-10" href="../andrew_gelman_stats-2013/andrew_gelman_stats-2013-02-09-iPython_Notebook.html">1716 andrew gelman stats-2013-02-09-iPython Notebook</a></p>
<p>11 0.10142946 <a title="41-tfidf-11" href="../andrew_gelman_stats-2011/andrew_gelman_stats-2011-09-14-Reproducibility_in_Practice.html">907 andrew gelman stats-2011-09-14-Reproducibility in Practice</a></p>
<p>12 0.1011372 <a title="41-tfidf-12" href="../andrew_gelman_stats-2013/andrew_gelman_stats-2013-11-29-The_gradual_transition_to_replicable_science.html">2117 andrew gelman stats-2013-11-29-The gradual transition to replicable science</a></p>
<p>13 0.099744588 <a title="41-tfidf-13" href="../andrew_gelman_stats-2011/andrew_gelman_stats-2011-12-24-Latest_in_blog_advertising.html">1080 andrew gelman stats-2011-12-24-Latest in blog advertising</a></p>
<p>14 0.093319513 <a title="41-tfidf-14" href="../andrew_gelman_stats-2014/andrew_gelman_stats-2014-03-29-References_%28with_code%29_for_Bayesian_hierarchical_%28multilevel%29_modeling_and_structural_equation_modeling.html">2273 andrew gelman stats-2014-03-29-References (with code) for Bayesian hierarchical (multilevel) modeling and structural equation modeling</a></p>
<p>15 0.092093952 <a title="41-tfidf-15" href="../andrew_gelman_stats-2012/andrew_gelman_stats-2012-02-28-Reference_on_longitudinal_models%3F.html">1188 andrew gelman stats-2012-02-28-Reference on longitudinal models?</a></p>
<p>16 0.091992281 <a title="41-tfidf-16" href="../andrew_gelman_stats-2010/andrew_gelman_stats-2010-06-18-Course_proposal%3A_Bayesian_and_advanced_likelihood_statistical_methods_for_zombies..html">96 andrew gelman stats-2010-06-18-Course proposal: Bayesian and advanced likelihood statistical methods for zombies.</a></p>
<p>17 0.088248178 <a title="41-tfidf-17" href="../andrew_gelman_stats-2011/andrew_gelman_stats-2011-11-14-Wickham_R_short_course.html">1009 andrew gelman stats-2011-11-14-Wickham R short course</a></p>
<p>18 0.084854253 <a title="41-tfidf-18" href="../andrew_gelman_stats-2011/andrew_gelman_stats-2011-10-11-Data_mining_efforts_for_Obama%E2%80%99s_campaign.html">951 andrew gelman stats-2011-10-11-Data mining efforts for Obama’s campaign</a></p>
<p>19 0.083912618 <a title="41-tfidf-19" href="../andrew_gelman_stats-2013/andrew_gelman_stats-2013-11-19-More_on_%E2%80%9Cdata_science%E2%80%9D_and_%E2%80%9Cstatistics%E2%80%9D.html">2106 andrew gelman stats-2013-11-19-More on “data science” and “statistics”</a></p>
<p>20 0.082988597 <a title="41-tfidf-20" href="../andrew_gelman_stats-2013/andrew_gelman_stats-2013-05-27-Annals_of_spam.html">1871 andrew gelman stats-2013-05-27-Annals of spam</a></p>
<br/>
<h2>similar blogs computed by <a title="lsi-model" href="../home/andrew_gelman_stats_lsi.html">lsi model</a></h2><h3>lsi for this blog:</h3><p>topicId topicWeight</p>
<p>[(0, 0.049), (1, 0.015), (2, -0.031), (3, 0.027), (4, 0.064), (5, 0.008), (6, -0.016), (7, -0.061), (8, 0.002), (9, -0.024), (10, -0.024), (11, -0.007), (12, -0.014), (13, -0.02), (14, 0.028), (15, 0.047), (16, -0.001), (17, -0.014), (18, 0.006), (19, -0.009), (20, 0.035), (21, 0.053), (22, -0.027), (23, -0.005), (24, -0.047), (25, 0.0), (26, 0.026), (27, -0.015), (28, 0.032), (29, 0.023), (30, -0.01), (31, -0.013), (32, -0.016), (33, 0.023), (34, 0.03), (35, 0.028), (36, -0.031), (37, -0.013), (38, -0.025), (39, 0.027), (40, 0.025), (41, 0.011), (42, 0.014), (43, 0.043), (44, -0.022), (45, 0.057), (46, 0.014), (47, 0.013), (48, 0.023), (49, -0.037)]</p>
<h3>similar blogs list:</h3><p>simIndex simValue blogId blogTitle</p>
<p>same-blog 1 0.9180572 <a title="41-lsi-1" href="../andrew_gelman_stats-2010/andrew_gelman_stats-2010-05-19-Updated_R_code_and_data_for_ARM.html">41 andrew gelman stats-2010-05-19-Updated R code and data for ARM</a></p>
<p>Introduction: Patricia and I have cleaned up some of the R and Bugs code and collected the data for almost all the examples in ARM. See here for links to zip files with the code and data.</p><p>2 0.73789161 <a title="41-lsi-2" href="../andrew_gelman_stats-2010/andrew_gelman_stats-2010-08-11-Multilevel_modeling_in_R_on_a_Mac.html">198 andrew gelman stats-2010-08-11-Multilevel modeling in R on a Mac</a></p>
<p>Introduction: Peter Goff wrote:
I’m using your text, Data Analysis Using Regression & Multilevel/Hierarchical Models as the basis for an independent study class this fall. I am fairly adapt with Stata, however I have no expertise in R (changing this condition is a goal of the independent study!).
I’m working to get up and running with the examples from the book, but I’m running into several problems, all apparently stemming from my having a Mac as opposed to a PC. Specifically I cannot load the “arm” library because I cannot install the lme4 library as lme4 is not available for Macs.
Yu-Sung replied:
Here are steps for you to install lme4:
1. update your x11 code for Mac system (so that you have gcc and g77 complier)
2. download source code for lme4 from the CRAN.
3. install lme4 from the source you just downloaded.
I am not a Mac user. I am adapting steps from installing lme4 in a linux OS. But we have colleagues here following the same instructions and make lme4 working on</p><p>3 0.7033093 <a title="41-lsi-3" href="../andrew_gelman_stats-2012/andrew_gelman_stats-2012-02-19-Factual_%E2%80%93_a_new_place_to_find_data.html">1175 andrew gelman stats-2012-02-19-Factual – a new place to find data</a></p>
<p>Introduction: Factual collects data on a variety of topics, organizes them, and allows easy access. If you ever wanted to do a histogram of calorie content in Starbucks coffees or plot warnings with a live feed of earthquake data – your life should be a bit simpler now.
Also see DataMarket , InfoChimps , and a few older links in The Future of Data Analysis .
If you access the data through the API, you can build live visualizations like this:
Of course, you could just go to the source. Roy Mendelssohn writes (with minor edits):
Since you are both interested in data access, please look at our service ERDDAP:
http://coastwatch.pfel.noaa.gov/erddap/index.html
http://upwell.pfeg.noaa.gov/erddap/index.html
Please do not be fooled by the web pages. Everything is a service (including search and graphics) and the URL completely defines the request, and response formats are easily changed just by changing the “file extension”. The web pages are just html and javascript that u</p><p>4 0.69724077 <a title="41-lsi-4" href="../andrew_gelman_stats-2011/andrew_gelman_stats-2011-09-15-More_data_tools_worth_using_from_Google.html">911 andrew gelman stats-2011-09-15-More data tools worth using from Google</a></p>
<p>Introduction: Speaking of open data and google tools, see this post from Revolution R: How to use a Google Spreadsheet as data in R .</p><p>5 0.69141096 <a title="41-lsi-5" href="../andrew_gelman_stats-2012/andrew_gelman_stats-2012-08-07-Reproducible_science_FAIL_%28so_far%29%3A__What%E2%80%99s_stoppin_people_from_sharin_data_and_code%3F.html">1447 andrew gelman stats-2012-08-07-Reproducible science FAIL (so far): What’s stoppin people from sharin data and code?</a></p>
<p>Introduction: David Karger writes:
Your recent post on sharing data was of great interest to me, as my own research in computer science asks how to incentivize and lower barriers to data sharing. I was particularly curious about your highlighting of effort as the major dis-incentive to sharing. I would love to hear more, as this question of effort is on we specifically target in our development of tools for data authoring and publishing.
As a straw man, let me point out that sharing data technically requires no more than posting an excel spreadsheet online. And that you likely already produced that spreadsheet during your own analytic work. So, in what way does such low-tech publishing fail to meet your data sharing objectives?
Our own hypothesis has been that the effort is really quite low, with the problem being a lack of *immediate/tangible* benefits (as opposed to the long-term values you accurately describe). To attack this problem, we’re developing tools (and, since it appear</p><p>6 0.69052309 <a title="41-lsi-6" href="../andrew_gelman_stats-2010/andrew_gelman_stats-2010-08-08-Turning_pages_into_data.html">192 andrew gelman stats-2010-08-08-Turning pages into data</a></p>
<p>7 0.6800139 <a title="41-lsi-7" href="../andrew_gelman_stats-2013/andrew_gelman_stats-2013-06-20-Amazing_retro_gnu_graphics%21.html">1907 andrew gelman stats-2013-06-20-Amazing retro gnu graphics!</a></p>
<p>8 0.64074343 <a title="41-lsi-8" href="../andrew_gelman_stats-2013/andrew_gelman_stats-2013-05-12-OpenData_Latinoamerica.html">1853 andrew gelman stats-2013-05-12-OpenData Latinoamerica</a></p>
<p>9 0.63746166 <a title="41-lsi-9" href="../andrew_gelman_stats-2011/andrew_gelman_stats-2011-11-14-Wickham_R_short_course.html">1009 andrew gelman stats-2011-11-14-Wickham R short course</a></p>
<p>10 0.63028502 <a title="41-lsi-10" href="../andrew_gelman_stats-2013/andrew_gelman_stats-2013-02-09-iPython_Notebook.html">1716 andrew gelman stats-2013-02-09-iPython Notebook</a></p>
<p>11 0.6150136 <a title="41-lsi-11" href="../andrew_gelman_stats-2011/andrew_gelman_stats-2011-09-14-Reproducibility_in_Practice.html">907 andrew gelman stats-2011-09-14-Reproducibility in Practice</a></p>
<p>12 0.61158568 <a title="41-lsi-12" href="../andrew_gelman_stats-2014/andrew_gelman_stats-2014-05-24-An_interesting_mosaic_of_a_data_programming_course.html">2345 andrew gelman stats-2014-05-24-An interesting mosaic of a data programming course</a></p>
<p>13 0.60584825 <a title="41-lsi-13" href="../andrew_gelman_stats-2011/andrew_gelman_stats-2011-05-16-NYT_Labs_releases_Openpaths%2C_a_utility_for_saving_your_iphone_data.html">714 andrew gelman stats-2011-05-16-NYT Labs releases Openpaths, a utility for saving your iphone data</a></p>
<p>14 0.60176772 <a title="41-lsi-14" href="../andrew_gelman_stats-2011/andrew_gelman_stats-2011-09-15-Google_Refine.html">910 andrew gelman stats-2011-09-15-Google Refine</a></p>
<p>15 0.6014384 <a title="41-lsi-15" href="../andrew_gelman_stats-2011/andrew_gelman_stats-2011-05-21-New_search_engine_for_data_%26_statistics.html">724 andrew gelman stats-2011-05-21-New search engine for data & statistics</a></p>
<p>16 0.59935391 <a title="41-lsi-16" href="../andrew_gelman_stats-2011/andrew_gelman_stats-2011-09-26-R_and_Google_Visualization.html">927 andrew gelman stats-2011-09-26-R and Google Visualization</a></p>
<p>17 0.59893775 <a title="41-lsi-17" href="../andrew_gelman_stats-2013/andrew_gelman_stats-2013-06-30-%E2%80%9CNon-statistical%E2%80%9D_statistics_tools.html">1920 andrew gelman stats-2013-06-30-“Non-statistical” statistics tools</a></p>
<p>18 0.58938736 <a title="41-lsi-18" href="../andrew_gelman_stats-2010/andrew_gelman_stats-2010-08-17-Deducer_update.html">211 andrew gelman stats-2010-08-17-Deducer update</a></p>
<p>19 0.57842612 <a title="41-lsi-19" href="../andrew_gelman_stats-2012/andrew_gelman_stats-2012-07-29-FindTheData.org.html">1434 andrew gelman stats-2012-07-29-FindTheData.org</a></p>
<p>20 0.5775764 <a title="41-lsi-20" href="../andrew_gelman_stats-2013/andrew_gelman_stats-2013-09-11-Zipfian_Academy%2C_A_School_for_Data_Science.html">2016 andrew gelman stats-2013-09-11-Zipfian Academy, A School for Data Science</a></p>
<br/>
<h2>similar blogs computed by <a title="lda-model" href="../home/andrew_gelman_stats_lda.html">lda model</a></h2><h3>lda for this blog:</h3><p>topicId topicWeight</p>
<p>[(16, 0.053), (24, 0.302), (30, 0.412)]</p>
<h3>similar blogs list:</h3><p>simIndex simValue blogId blogTitle</p>
<p>same-blog 1 0.84652245 <a title="41-lda-1" href="../andrew_gelman_stats-2010/andrew_gelman_stats-2010-05-19-Updated_R_code_and_data_for_ARM.html">41 andrew gelman stats-2010-05-19-Updated R code and data for ARM</a></p>
<p>Introduction: Patricia and I have cleaned up some of the R and Bugs code and collected the data for almost all the examples in ARM. See here for links to zip files with the code and data.</p><p>2 0.58723778 <a title="41-lda-2" href="../andrew_gelman_stats-2011/andrew_gelman_stats-2011-03-15-Gay-married_state_senator_shot_down_gay_marriage.html">613 andrew gelman stats-2011-03-15-Gay-married state senator shot down gay marriage</a></p>
<p>Introduction: This is pretty amazing.</p><p>3 0.58723778 <a title="41-lda-3" href="../andrew_gelman_stats-2011/andrew_gelman_stats-2011-05-14-The_joys_of_working_in_the_public_domain.html">712 andrew gelman stats-2011-05-14-The joys of working in the public domain</a></p>
<p>Introduction: Stan will make a total lifetime profit of $0, so we can’t be sued !</p><p>4 0.58723778 <a title="41-lda-4" href="../andrew_gelman_stats-2011/andrew_gelman_stats-2011-05-21-Literary_blurb_translation_guide.html">723 andrew gelman stats-2011-05-21-Literary blurb translation guide</a></p>
<p>Introduction: “Just like literature, only smaller.”</p><p>5 0.58723778 <a title="41-lda-5" href="../andrew_gelman_stats-2012/andrew_gelman_stats-2012-04-03-Best_lottery_story_ever.html">1242 andrew gelman stats-2012-04-03-Best lottery story ever</a></p>
<p>Introduction: Kansas Man Does Not Win Lottery, Is Struck By Lightning .
Finally, a story that gets the probabilities right.</p><p>6 0.58723778 <a title="41-lda-6" href="../andrew_gelman_stats-2012/andrew_gelman_stats-2012-04-08-Jagdish_Bhagwati%E2%80%99s_definition_of_feminist_sincerity.html">1252 andrew gelman stats-2012-04-08-Jagdish Bhagwati’s definition of feminist sincerity</a></p>
<p>7 0.58590806 <a title="41-lda-7" href="../andrew_gelman_stats-2010/andrew_gelman_stats-2010-05-30-Extended_Binary_Format_Support_for_Mac_OS_X.html">59 andrew gelman stats-2010-05-30-Extended Binary Format Support for Mac OS X</a></p>
<p>8 0.5764938 <a title="41-lda-8" href="../andrew_gelman_stats-2011/andrew_gelman_stats-2011-02-27-Heat_map.html">593 andrew gelman stats-2011-02-27-Heat map</a></p>
<p>9 0.57183719 <a title="41-lda-9" href="../andrew_gelman_stats-2010/andrew_gelman_stats-2010-12-17-Attractive_models_%28and_data%29_wanted_for_statistical_art_show..html">471 andrew gelman stats-2010-12-17-Attractive models (and data) wanted for statistical art show.</a></p>
<p>10 0.56820184 <a title="41-lda-10" href="../andrew_gelman_stats-2012/andrew_gelman_stats-2012-07-31-Paying_survey_respondents.html">1437 andrew gelman stats-2012-07-31-Paying survey respondents</a></p>
<p>11 0.5669052 <a title="41-lda-11" href="../andrew_gelman_stats-2011/andrew_gelman_stats-2011-12-07-Neutral_noninformative_and_informative_conjugate_beta_and_gamma_prior_distributions.html">1046 andrew gelman stats-2011-12-07-Neutral noninformative and informative conjugate beta and gamma prior distributions</a></p>
<p>12 0.55990094 <a title="41-lda-12" href="../andrew_gelman_stats-2013/andrew_gelman_stats-2013-09-15-Swiss_Jonah_Lehrer_update.html">2024 andrew gelman stats-2013-09-15-Swiss Jonah Lehrer update</a></p>
<p>13 0.55851847 <a title="41-lda-13" href="../andrew_gelman_stats-2012/andrew_gelman_stats-2012-02-28-Reference_on_longitudinal_models%3F.html">1188 andrew gelman stats-2012-02-28-Reference on longitudinal models?</a></p>
<p>14 0.54861444 <a title="41-lda-14" href="../andrew_gelman_stats-2010/andrew_gelman_stats-2010-08-29-ARM_solutions.html">240 andrew gelman stats-2010-08-29-ARM solutions</a></p>
<p>15 0.54177839 <a title="41-lda-15" href="../andrew_gelman_stats-2011/andrew_gelman_stats-2011-01-30-New_innovations_in_spam.html">545 andrew gelman stats-2011-01-30-New innovations in spam</a></p>
<p>16 0.53552812 <a title="41-lda-16" href="../andrew_gelman_stats-2011/andrew_gelman_stats-2011-04-02-So-called_Bayesian_hypothesis_testing_is_just_as_bad_as_regular_hypothesis_testing.html">643 andrew gelman stats-2011-04-02-So-called Bayesian hypothesis testing is just as bad as regular hypothesis testing</a></p>
<p>17 0.53053391 <a title="41-lda-17" href="../andrew_gelman_stats-2010/andrew_gelman_stats-2010-10-27-It%E2%80%99s_better_than_being_forwarded_the_latest_works_of_you-know-who.html">373 andrew gelman stats-2010-10-27-It’s better than being forwarded the latest works of you-know-who</a></p>
<p>18 0.53031397 <a title="41-lda-18" href="../andrew_gelman_stats-2012/andrew_gelman_stats-2012-07-14-Ripping_off_a_ripoff.html">1416 andrew gelman stats-2012-07-14-Ripping off a ripoff</a></p>
<p>19 0.52517617 <a title="41-lda-19" href="../andrew_gelman_stats-2010/andrew_gelman_stats-2010-05-06-OK%2C_so_this_is_how_I_ended_up_working_with_three_different_guys_named_Matt.html">19 andrew gelman stats-2010-05-06-OK, so this is how I ended up working with three different guys named Matt</a></p>
<p>20 0.52471828 <a title="41-lda-20" href="../andrew_gelman_stats-2011/andrew_gelman_stats-2011-12-16-Suspicious_histogram_bars.html">1063 andrew gelman stats-2011-12-16-Suspicious histogram bars</a></p>
<br/><br/><br/>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48522588-1', 'makerhacker.github.io');
ga('send', 'pageview');
</script>
</body>
</html>
|
vendor/codemirror/codemirror.css | jkbockstael/canvasplay | .CodeMirror {
line-height: 1em;
font-family: monospace;
/* Necessary so the scrollbar can be absolutely positioned within the wrapper on Lion. */
position: relative;
/* This prevents unwanted scrollbars from showing up on the body and wrapper in IE. */
overflow: hidden;
margin: 30px 0 10px 0;
background: rgba(255,255,255,0.8);
}
.CodeMirror-scroll {
overflow: auto;
height: 250px;
/* This is needed to prevent an IE[67] bug where the scrolled content
is visible outside of the scrolling box. */
position: relative;
outline: none;
}
/* Vertical scrollbar */
.CodeMirror-scrollbar {
position: absolute;
right: 0; top: 0;
overflow-x: hidden;
overflow-y: scroll;
z-index: 5;
}
.CodeMirror-scrollbar-inner {
/* This needs to have a nonzero width in order for the scrollbar to appear
in Firefox and IE9. */
width: 1px;
}
.CodeMirror-scrollbar.cm-sb-overlap {
/* Ensure that the scrollbar appears in Lion, and that it overlaps the content
rather than sitting to the right of it. */
position: absolute;
z-index: 1;
float: none;
right: 0;
min-width: 12px;
}
.CodeMirror-scrollbar.cm-sb-nonoverlap {
min-width: 12px;
}
.CodeMirror-scrollbar.cm-sb-ie7 {
min-width: 18px;
}
.CodeMirror-gutter {
position: absolute; left: 0; top: 0;
z-index: 10;
background-color: #f7f7f7;
border-right: 1px solid #eee;
min-width: 2em;
height: 100%;
}
.CodeMirror-gutter-text {
color: #aaa;
text-align: right;
padding: .4em .2em .4em .4em;
white-space: pre !important;
cursor: default;
}
.CodeMirror-lines {
padding: .4em;
white-space: pre;
cursor: text;
}
.CodeMirror pre {
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border-width: 0; margin: 0; padding: 0; background: transparent;
font-family: inherit;
font-size: inherit;
padding: 0; margin: 0;
white-space: pre;
word-wrap: normal;
line-height: inherit;
color: inherit;
overflow: visible;
}
.CodeMirror-wrap pre {
word-wrap: break-word;
white-space: pre-wrap;
word-break: normal;
}
.CodeMirror-wrap .CodeMirror-scroll {
overflow-x: hidden;
}
.CodeMirror textarea {
outline: none !important;
}
.CodeMirror pre.CodeMirror-cursor {
z-index: 10;
position: absolute;
visibility: hidden;
border-left: 1px solid black;
border-right: none;
width: 0;
}
.cm-keymap-fat-cursor pre.CodeMirror-cursor {
width: auto;
border: 0;
background: transparent;
background: rgba(0, 200, 0, .4);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6600c800, endColorstr=#4c00c800);
}
/* Kludge to turn off filter in ie9+, which also accepts rgba */
.cm-keymap-fat-cursor pre.CodeMirror-cursor:not(#nonsense_id) {
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.CodeMirror pre.CodeMirror-cursor.CodeMirror-overwrite {}
.CodeMirror-focused pre.CodeMirror-cursor {
visibility: visible;
}
div.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused div.CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-searching {
background: #ffa;
background: rgba(255, 255, 0, .4);
}
/* Default theme */
.cm-s-default span.cm-keyword {color: #708;}
.cm-s-default span.cm-atom {color: #219;}
.cm-s-default span.cm-number {color: #164;}
.cm-s-default span.cm-def {color: #00f;}
.cm-s-default span.cm-variable {color: black;}
.cm-s-default span.cm-variable-2 {color: #05a;}
.cm-s-default span.cm-variable-3 {color: #085;}
.cm-s-default span.cm-property {color: black;}
.cm-s-default span.cm-operator {color: black;}
.cm-s-default span.cm-comment {color: #a50;}
.cm-s-default span.cm-string {color: #a11;}
.cm-s-default span.cm-string-2 {color: #f50;}
.cm-s-default span.cm-meta {color: #555;}
.cm-s-default span.cm-error {color: #f00;}
.cm-s-default span.cm-qualifier {color: #555;}
.cm-s-default span.cm-builtin {color: #30a;}
.cm-s-default span.cm-bracket {color: #997;}
.cm-s-default span.cm-tag {color: #170;}
.cm-s-default span.cm-attribute {color: #00c;}
.cm-s-default span.cm-header {color: blue;}
.cm-s-default span.cm-quote {color: #090;}
.cm-s-default span.cm-hr {color: #999;}
.cm-s-default span.cm-link {color: #00c;}
span.cm-header, span.cm-strong {font-weight: bold;}
span.cm-em {font-style: italic;}
span.cm-emstrong {font-style: italic; font-weight: bold;}
span.cm-link {text-decoration: underline;}
span.cm-invalidchar {color: #f00;}
div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
@media print {
/* Hide the cursor when printing */
.CodeMirror pre.CodeMirror-cursor {
visibility: hidden;
}
}
|
Perry.html | Kamakaze0001/PBGWebsite | <!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="PBG.jpg">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Perry's Videos</title>
<link rel="stylesheet" type="text/css" href="css/perry.css">
</head>
<body>
<h1 id="title">Perry's Videos</h1>
<h2 id="subtitle"> Perry is the polite, quiet one of the group. The kind of guy you'd bring home to your parents,<br> or the one you'd make do a handstand so you can use his hair as a mop. </h2>
<div id="videos">
<iframe width="800" height="500" src="https://www.youtube.com/embed/videoseries?list=PLQlJQ59yOHXUuG4NgZFNFsGvNmtQFjmtK" frameborder="0" allowfullscreen></iframe>
<a id="return" href="http://www.kamakaze0001.freewebhost.co.nz"><h3>Return To Homepage</h3></a>
</div>
</body>
</html>
|
public/modules/timehks/views/list-timehks.client.view.html | hhkk/141213UtdV6 | <section data-ng-controller="TimehksController" data-ng-init="find()">
<div class="page-header">
<h1>Timehks</h1>
</div>
<div class="list-group">
<a data-ng-repeat="timehk in timehks" data-ng-href="/timehks/{{timehk._id}}" class="list-group-item">
<small class="list-group-item-text">
Posted on
<span data-ng-bind="timehk.created | date:'medium'"></span>
by
<span data-ng-bind="timehk.user.displayName"></span>
</small>
<h4 class="list-group-item-heading" data-ng-bind="timehk.name"></h4>
</a>
</div>
<div class="alert alert-warning text-center" data-ng-hide="!timehks.$resolved || timehks.length">
No Timehks yet, why don't you <a href="/#!/timehks/create">create one</a>?
</div>
</section>
|
stackoverflow/stackoverflow.userbarcharts.v4.html | umby/umby.github.io | <!DOCTYPE html>
<meta charset="utf-8">
<style>
body
{ font: 10px sans-serif;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering:
crispEdges;
}
.bar { fill: steelblue; }
.x.axis path { display: none; }
</style>
<!-- start intro -->
<div id = "intro" style="width:620px; font-size:16px; display:block;">
<p style="font-size:24px; text-align:center">Users</p>
<p style="text-align:center">
785,818 users - nearly 1 million users - logged on to Stackoverflow.com during the week of June 6 -13.
These users have 4 primary attributes:</p>
<p style="margin-left:20px; font-size:13px">
<b><span style="color: #3722D5">Age (member age):</span></b> length of membership on the site<br>
<b><span style="color: #3722D5">Reputation:</span></b> a calculated metric of how well-regarded the user is by his/her peers<br>
<b><span style="color: #3722D5">Activity level:</span></b> indicates if user posted a question, answer, both or neither during the week of June 6-13<br>
<b><span style="color: #3722D5">Votes:</span></b> how many up/down votes the user has cast since joining</p>
<p style="text-align:center, font-size:16px">
The visual that follows will explore these dimensions and illustrate how the data takes different shapes when viewing each dimension.</p><br>
<div id = "buttonintro" style="text-align:center">
<button style="font-size:16px;" onclick="runall()" type="button" id="begin">Begin</button> </div>
</p>
</div>
<!-- end intro -->
<!-- start main panel -->
<div id = "mainpanel" style="width:620px; position:relative; text-align:center; display:none">
<!-- start button panel -->
<div id = "buttonpanel" style="width:620px; height:60px; display:none; font-size:11px">
<form>
<table cellpadding="1" cellspacing="0" style="width: 100%">
<tr>
<td><b>By User Count:</b></td>
<td><button style="font-size:11px" type="button" id="count_age">Age (1)</button> </td>
<td><button style="font-size:11px" type="button" id="count_act">Activity (2)</button> </td>
<td><button style="font-size:11px" type="button" id="count_rep">Reputation (3)</button></td>
<td><button style="font-size:11px" type="button" id="count_rep_act">Reputation & Activity (4)</button></td>
</tr>
<tr></tr><tr></tr>
<tr>
<td><b>By Total Votes:</b></td>
<td><button style="font-size:11px" type="button" id="votes_age">Age (5)</button></td>
<td><button style="font-size:11px" type="button" id="votes_act">Activity</button></td>
<td><button style="font-size:11px" type="button" id="votes_rep">Reputation (6)</button></td>
<td><button style="font-size:11px" type="button" id="votes_rep_act">Reputation & Activity (7)</button></td>
</tr>
<tr></tr><tr></tr>
<tr>
<td><b>By Votes Per User:</b></td>
<td><button style="font-size:11px" type="button" id="votesuser_age">Age</button> </td>
<td><button style="font-size:11px" type="button" id="votesuser_act">Activity</button> </td>
<td><button style="font-size:11px" type="button" id="votesuser_rep">Reputation</button></td>
<td><button style="font-size:11px" type="button" id="votesuser_rep_act">Reputation & Activity (8)</button></td>
</tr>
</table>
</form>
</div>
<!-- end button subpanel -->
<!-- start chart panel -->
<svg id="chart"></svg>
<!-- end chart panel -->
<!-- start text panel -->
<div id="mytext" style="display:inline-block; width:90%; font-size:14px; text-align:center; position:relative"></div>
<div id = "replay" style="text-align:center; display:none">
<button style="font-size:12px;" onclick="runall()" type="button" id="replay">Replay</button> </div>
<!-- end text panel -->
</div>
<!-- end main panel -->
<script src="https://d3js.org/d3.v3.js"></script>
<script>
var title = "User Count by Age";
var yaxislabel = "User count";
var outerWidth = 620, outerHeight = 440;
var margin = { top: 70, right: 20, bottom: 85, left: 60 },
width = outerWidth - margin.left - margin.right,
height = outerHeight - margin.top - margin.bottom;
var color2 = d3.scale.ordinal()
.range(["#467cca","#f17f23","#9c9c9c","#84a9d5"]);
var fmt = 0;
var usedecimal = 0;
var showlegend = 0;
var y = d3.scale.linear()
.range([height, 0]);
var yAxis = d3.svg.axis()
.scale(y)
.orient("left")
.ticks(6, ".0s");
var x0 = d3.scale.ordinal()
.rangeRoundBands([0, width], .3, .5);
var x1 = d3.scale.ordinal();
var xAxis = d3.svg.axis()
.scale(x0)
.orient("bottom");
var chart = d3.select("#chart")
.attr("width", width + margin.left + margin.right)
.attr("height", height + margin.top + margin.bottom)
.append("g")
.attr("transform", "translate(" + margin.left + "," + margin.top + ")");
function updategp(data) {
var ageNames = d3.keys(data[0]).filter(function(key) { return key !== "state"; });
data.forEach(function(d) {
d.ages = ageNames.map(function(name) { return {name: name, value: +d[name]}; });
});
x0.domain(data.map(function(d) { return d.state; }));
x1.domain(ageNames).rangeRoundBands([0, x0.rangeBand()]);
y.domain([0, d3.max(data, function(d) { return d3.max(d.ages, function(d) { return d.value; }); })]);
chart.select(".x.axis").remove();
chart.append("g")
.attr("class", "x axis")
.attr("transform", "translate(0," + height + ")")
.call(xAxis)
.selectAll("text")
.style("font-size", "11px")
.style("text-anchor", "end")
.attr("dx", "-.8em")
.attr("dy", ".15em")
.attr("transform", "rotate(-65)" );
if (usedecimal == 1) {
yAxis.ticks(6, ".1s")
} else {
yAxis.ticks(6, ".0s")
}
chart.select(".y.axis").remove();
chart.append("g")
.attr("class", "y axis")
.call(yAxis)
.append("text")
.attr("transform", "rotate(-90)")
.attr("y", 6)
.attr("dy", ".71em")
.style("text-anchor", "end")
.text(yaxislabel);
chart.select(".title").remove();
chart.append("text")
.attr("class", "title")
.attr("x", (width / 2))
.attr("y", 0 - (margin.top / 2))
.attr("text-anchor", "middle")
.style("font-size", "18px")
.style("font-weight", "bold")
.style("text-decoration", "underline")
.text(title);
var state = chart.selectAll(".state")
.data(data);
state
.enter().append("g")
.attr("class", "state")
.attr("transform", function(d) { return "translate(" + x0(d.state) + ", 0)"; });
state
.transition()
.duration(2000)
.attr("class", "state")
.attr("transform", function(d) { return "translate(" + x0(d.state) + ",0)"; });
state.exit().remove();
var bars = state.selectAll("rect")
.data(function(d) { return d.ages; });
bars.enter().append("rect")
.attr("width", x1.rangeBand())
.attr("x", function(d) { return x1(d.name); })
.attr("y", function(d) { return y(d.value); })
.attr("height", function(d) { return height - y(d.value); })
.style("fill", function(d) { return color2(d.name); });
bars
.transition()
.duration(2000)
.attr("width", x1.rangeBand())
.attr("x", function(d) { return x1(d.name); })
.attr("y", function(d) { return y(d.value); })
.attr("height", function(d) { return height - y(d.value); })
.style("fill", function(d) { return color2(d.name); });
bars.exit().remove();
var currdata = ageNames.slice();
chart
.append("g")
.attr("class", "legend");
var legend = chart.select(".legend")
var legendText = legend.selectAll("text").data(currdata);
legendText.enter().append("text");
legendText.exit().remove();
legendText
.attr("x", width - 8)
.attr("y", function (d, i) {return i * 15 + 9; })
.attr("dy", ".25em")
.style("text-anchor", "end")
.text(function(d) { return d; });
var legendBox = legend.selectAll("rect").data(currdata);
legendBox.enter().append("rect");
legendBox.exit().remove();
legendBox
.attr("x", width - 3)
.attr("y", function (d, i) { return i * 15; })
.attr("width", 10)
.attr("height", 10)
.style("fill", color2);
if(showlegend==1){
legend.style("opacity", 1);
} else {
legend.style("opacity", 0);
}
usedecimal = 0;
showlegend = 0;
}
function count_age() {
// document.getElementById("intro").style.display="none";
// document.getElementById("mainpanel").style.display="block";
// document.getElementById("buttonpanel").style.display="block";
yaxislabel="User count";
title = "User Count by Age";
document.getElementById("mytext").innerHTML = "To start, let's consider total "+"<b>"+"user count"+"</b>"+" by age. Most of the nearly one million users that logged on have been members for less than 4 years."
document.getElementById("mytext").opacity=1;
document.getElementById("mytext").style.transition = "opacity 1s";
d3.csv("count_age.csv", updategp);
}
function count_act() {
yaxislabel="User count";
title = "User Count by Activity";
document.getElementById("mytext").innerHTML = "Next, let's look at"+"<b>"+" user count"+"</b>"+" by activity. The overwhelming majority of users did not post a question or answer during one week in June."
d3.csv("count_act.csv", updategp);
}
function count_rep() {
yaxislabel="User count";
title = "User Count by Reputation";
document.getElementById("mytext").innerHTML = "Next consider "+"<b>"+"user count "+"</b>"+"by reputation. Very few users have reputations over 1000 (smallest block on the right)."
+"<br>"+
"Let's combine the last 2 views: reputation and activity level ..."
d3.csv("count_rep.csv", updategp);
}
function count_rep_act() {
yaxislabel="User count";
title = "User Count by Reputation and Activity";
showlegend=1;
document.getElementById("mytext").innerHTML = "By "+"<b>"+"user count"+"</b>"+", across all reputations, most users did not actively post a question or answer during one week in June."
+"<br>"+
"Now let's switch to"+"<b>"+ " total votes "+"</b>"+ "as the measurment instead of user count ..."
d3.csv("count_rep_act.csv", updategp);
}
function count_rep_act2() {
yaxislabel="User count";
title = "User Count by Reputation and Activity";
showlegend=1;
document.getElementById("mytext").innerHTML = "Original view by user count .."
d3.csv("count_rep_act.csv", updategp);
}
function votes_age() {
yaxislabel="Total votes";
title = "Total Votes by Age";
document.getElementById("mytext").innerHTML = "By "+"<b>"+"total votes"+"</b>"+", the chart begins to change shape and is weighted toward older users."
d3.csv("votes_age.csv", updategp);
}
function votes_act() {
yaxislabel="Total votes";
title = "Total Votes by Activity";
document.getElementById("mytext").innerHTML = ""
d3.csv("votes_act.csv", updategp);
}
function votes_rep() {
yaxislabel="Total votes";
title = "Total Votes by Reputation";
document.getElementById("mytext").innerHTML = "<b>"+"Total votes"+"</b>"+" are also weighted toward users with high reputations."
+"<br>"+
"Let's add 'Activity' to this view ..."
d3.csv("votes_rep.csv", updategp);
}
function votes_rep_act() {
yaxislabel="Total votes";
title = "Total Votes by Reputation and Activity";
showlegend=1;
document.getElementById("mytext").innerHTML = "<b>"+"Total votes"+"</b>"+" are still highest among users that were not active during one week in June."
+"<br>"+
"However, this is a view of total votes. Let's look at the same chart but substitute"+"<b>"+ " 'votes per user' "+"</b>"+ " in place of 'total votes' ..."
d3.csv("votes_rep_act.csv", updategp);
}
function votesuser_age() {
yaxislabel="Votes per user";
title = "Votes per User by Age";
document.getElementById("mytext").innerHTML = ""
d3.csv("votesuser_age.csv", updategp);
}
function votesuser_act() {
yaxislabel="Votes per user";
title = "Votes per User by Activity";
document.getElementById("mytext").innerHTML = ""
d3.csv("votesuser_act.csv", updategp);
}
function votesuser_rep() {
yaxislabel="Votes per user";
usedecimal = 1;
title = "Votes per User by Reputation";
document.getElementById("mytext").innerHTML = ""
d3.csv("votesuser_rep.csv", updategp);
}
function votesuser_rep_act() {
console.log("Here *****1");
yaxislabel="Votes per user";
usedecimal = 1;
showlegend=1;
title = "Votes per User by Reputation and Activity";
document.getElementById("mytext").innerHTML = "<b>"+"Votes per user"+"</b>"+" is highest for users that"+"<b>"+ " were active and posted an answer"+"</b>"+ " during one week in June."
+"<br>"+
"Yet the same group was the smallest in the first view when we looked at user count ..."
d3.csv("votesuser_rep_act.csv", updategp);
}
function votesuser_rep_act2() {
yaxislabel="Votes per user";
usedecimal = 1;
showlegend=1;
title = "Votes per User by Reputation and Activity";
document.getElementById("mytext").innerHTML = "Final view by votes per user."
d3.csv("votesuser_rep_act.csv", updategp);
}
//**************** User count buttons
document.getElementById("count_age")
.onclick = count_age;
document.getElementById("count_act")
.onclick = count_act;
document.getElementById("count_rep")
.onclick = count_rep;
document.getElementById("count_rep_act")
.onclick = count_rep_act;
//**************** Vote buttons
document.getElementById("votes_age")
.onclick = votes_age;
document.getElementById("votes_act")
.onclick = votes_act;
document.getElementById("votes_rep")
.onclick = votes_rep;
document.getElementById("votes_rep_act")
.onclick = votes_rep_act;
//**************** Vote per user button
document.getElementById("votesuser_age")
.onclick = votesuser_age;
document.getElementById("votesuser_act")
.onclick = votesuser_act;
document.getElementById("votesuser_rep")
.onclick = votesuser_rep;
document.getElementById("votesuser_rep_act")
.onclick = votesuser_rep_act;
function toggle_visibility(id) {
var e = document.getElementById(id);
if(e.style.display == "block")
e.style.display = "none";
else
e.style.display = "block";
}
function runall() {
document.getElementById("intro").style.display="none";
document.getElementById("mainpanel").style.display="block";
count_age();
window.setTimeout(function() {
count_act();
window.setTimeout(function() {
count_rep();
window.setTimeout(function() {
count_rep_act();
window.setTimeout(function() {
votes_age();
window.setTimeout(function() {
votes_rep();
window.setTimeout(function() {
votes_rep_act();
window.setTimeout(function() {
votesuser_rep_act();
window.setTimeout(function() {
count_rep_act2();
window.setTimeout(function() {
votesuser_rep_act2();
window.setTimeout(function() {
document.getElementById("buttonpanel").style.display="block";
document.getElementById("replay").style.display="block";
document.getElementById("mytext").innerHTML ="Use the buttons to re-create the views (numbers indicate sequence in the visual)"
}, 4000);
}, 3000);
}, 7000);
}, 8000);
}, 6000);
}, 5000);
}, 7000);
}, 6000);
}, 5000);
}, 5000);
}
</script>
|
tienda/user_guide/general/requirements.html | SaraAlamillo/hermano2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Server Requirements : CodeIgniter User Guide</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
<link rel='stylesheet' type='text/css' media='all' href='../userguide.css' />
<script type="text/javascript" src="../nav/nav.js"></script>
<script type="text/javascript" src="../nav/prototype.lite.js"></script>
<script type="text/javascript" src="../nav/moo.fx.js"></script>
<script type="text/javascript" src="../nav/user_guide_menu.js"></script>
<meta http-equiv='expires' content='-1' />
<meta http-equiv= 'pragma' content='no-cache' />
<meta name='robots' content='all' />
<meta name='author' content='ExpressionEngine Dev Team' />
<meta name='description' content='CodeIgniter User Guide' />
</head>
<body>
<!-- START NAVIGATION -->
<div id="nav"><div id="nav_inner"><script type="text/javascript">create_menu('../');</script></div></div>
<div id="nav2"><a name="top"></a><a href="javascript:void(0);" onclick="myHeight.toggle();"><img src="../images/nav_toggle_darker.jpg" width="154" height="43" border="0" title="Toggle Table of Contents" alt="Toggle Table of Contents" /></a></div>
<div id="masthead">
<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr>
<td><h1>CodeIgniter User Guide Version 2.2.0</h1></td>
<td id="breadcrumb_right"><a href="../toc.html">Table of Contents Page</a></td>
</tr>
</table>
</div>
<!-- END NAVIGATION -->
<!-- START BREADCRUMB -->
<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr>
<td id="breadcrumb">
<a href="http://codeigniter.com/">CodeIgniter Home</a> ›
<a href="../index.html">User Guide Home</a> ›
Server Requirements
</td>
<td id="searchbox"><form method="get" action="http://www.google.com/search"><input type="hidden" name="as_sitesearch" id="as_sitesearch" value="ellislab.com/codeigniter/user-guide/" />Search User Guide <input type="text" class="input" style="width:200px;" name="q" id="q" size="31" maxlength="255" value="" /> <input type="submit" class="submit" name="sa" value="Go" /></form></td>
</tr>
</table>
<!-- END BREADCRUMB -->
<br clear="all" />
<!-- START CONTENT -->
<div id="content">
<h1>Server Requirements</h1>
<ul>
<li><a href="http://www.php.net/">PHP</a> version 5.1.6 or newer.</li>
<li>A Database is required for most web application programming. Current supported databases are MySQL (4.1+), MySQLi, MS SQL, Postgres, Oracle, SQLite, and ODBC.</li>
</ul>
</div>
<!-- END CONTENT -->
<div id="footer">
<p>
<a href="#top">Top of Page</a> ·
<a href="../index.html">User Guide Home</a> ·
Next Topic: <a href="../license.html">License Agreement</a>
</p>
<p><a href="http://codeigniter.com">CodeIgniter</a> · Copyright © 2006 - 2014 · <a href="http://ellislab.com/">EllisLab, Inc.</a></p>
</div>
</body>
</html> |
_react_docs/1.0.5/enums/_uirouter_core_transition_interface.transitionhookphase.html | ui-router/ui-router.github.io | ---
---
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>TransitionHookPhase | @uirouter/react</title>
<meta name="description" content="Documentation for @uirouter/react">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">@uirouter/react</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../index.html">@uirouter/react</a>
</li>
<li>
<a href="../modules/_uirouter_core_transition_interface.html">@uirouter/core/transition/interface</a>
</li>
<li>
<a href="_uirouter_core_transition_interface.transitionhookphase.html">TransitionHookPhase</a>
</li>
</ul>
<h1>Enumeration TransitionHookPhase</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section tsd-is-external">
<h3>Enumeration members</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="_uirouter_core_transition_interface.transitionhookphase.html#before" class="tsd-kind-icon">BEFORE</a></li>
<li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="_uirouter_core_transition_interface.transitionhookphase.html#create" class="tsd-kind-icon">CREATE</a></li>
<li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="_uirouter_core_transition_interface.transitionhookphase.html#error" class="tsd-kind-icon">ERROR</a></li>
<li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="_uirouter_core_transition_interface.transitionhookphase.html#run" class="tsd-kind-icon">RUN</a></li>
<li class="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external"><a href="_uirouter_core_transition_interface.transitionhookphase.html#success" class="tsd-kind-icon">SUCCESS</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-external">
<h2>Enumeration members</h2>
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external">
<a name="before" class="tsd-anchor"></a>
<h3>BEFORE</h3>
<div class="tsd-signature tsd-kind-icon">BEFORE<span class="tsd-signature-symbol">:</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/918f51f/src/transition/interface.ts#L856">@uirouter/core/src/transition/interface.ts:856</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external">
<a name="create" class="tsd-anchor"></a>
<h3>CREATE</h3>
<div class="tsd-signature tsd-kind-icon">CREATE<span class="tsd-signature-symbol">:</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/918f51f/src/transition/interface.ts#L855">@uirouter/core/src/transition/interface.ts:855</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external">
<a name="error" class="tsd-anchor"></a>
<h3>ERROR</h3>
<div class="tsd-signature tsd-kind-icon">ERROR<span class="tsd-signature-symbol">:</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/918f51f/src/transition/interface.ts#L859">@uirouter/core/src/transition/interface.ts:859</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external">
<a name="run" class="tsd-anchor"></a>
<h3>RUN</h3>
<div class="tsd-signature tsd-kind-icon">RUN<span class="tsd-signature-symbol">:</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/918f51f/src/transition/interface.ts#L857">@uirouter/core/src/transition/interface.ts:857</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external">
<a name="success" class="tsd-anchor"></a>
<h3>SUCCESS</h3>
<div class="tsd-signature tsd-kind-icon">SUCCESS<span class="tsd-signature-symbol">:</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/ui-router/core/blob/918f51f/src/transition/interface.ts#L858">@uirouter/core/src/transition/interface.ts:858</a></li>
</ul>
</aside>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="label ">
<span></span>
</li>
<li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external">
<a href="../classes/_core_.uirouterreact.html">UIRouter<wbr>React</a>
</li>
<li class="label ">
<span>Services</span>
</li>
<li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external">
<a href="../classes/_uirouter_core_state_stateservice.stateservice.html">State<wbr>Service</a>
</li>
<li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external">
<a href="../classes/_uirouter_core_state_stateregistry.stateregistry.html">State<wbr>Registry</a>
</li>
<li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external">
<a href="../classes/_uirouter_core_transition_transitionservice.transitionservice.html">Transition<wbr>Service</a>
</li>
<li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external">
<a href="../classes/_uirouter_core_url_urlservice.urlservice.html">Url<wbr>Service</a>
</li>
<li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external">
<a href="../classes/_uirouter_core_url_urlconfig.urlconfig.html">Url<wbr>Config</a>
</li>
<li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external">
<a href="../classes/_uirouter_core_url_urlrules.urlrules.html">Url<wbr>Rules</a>
</li>
<li class="label ">
<span>Interfaces</span>
</li>
<li class="current tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="../interfaces/_interface_.reactstatedeclaration.html">React<wbr>State<wbr>Declaration</a>
</li>
<li class="label ">
<span>Components</span>
</li>
<li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external">
<a href="../classes/_uirouter_core_router.uirouter.html">UIRouter</a>
</li>
<li class="current tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter tsd-is-external">
<a href="../classes/_components_uiview_.uiview.html">UIView</a>
</li>
<li class="current tsd-kind-function tsd-parent-kind-module tsd-is-external">
<a href="../modules/_components_uisref_.html#uisref">UISref</a>
</li>
<li class="current tsd-kind-function tsd-parent-kind-module tsd-is-external">
<a href="../modules/_components_uisrefactive_.html#uisrefactive">UISref<wbr>Active</a>
</li>
<li class="label ">
<span>React <wbr>Hooks</span>
</li>
<li class="current tsd-kind-function tsd-parent-kind-module tsd-is-external">
<a href="../modules/_hooks_userouter_.html#userouter">use<wbr>Router</a>
</li>
<li class="current tsd-kind-function tsd-parent-kind-module tsd-is-external">
<a href="../modules/_hooks_usesref_.html#usesref">use<wbr>Sref</a>
</li>
<li class="current tsd-kind-function tsd-parent-kind-module tsd-is-external">
<a href="../modules/_hooks_usesrefactive_.html#usesrefactive">use<wbr>Sref<wbr>Active</a>
</li>
<li class="current tsd-kind-function tsd-parent-kind-module tsd-is-external">
<a href="../modules/_hooks_usesrefactiveexact_.html#usesrefactiveexact">use<wbr>Sref<wbr>Active<wbr>Exact</a>
</li>
<li class="current tsd-kind-function tsd-parent-kind-module tsd-is-external">
<a href="../modules/_hooks_usetransitionhook_.html#usetransitionhook">use<wbr>Transition<wbr>Hook</a>
</li>
<li class="current tsd-kind-function tsd-parent-kind-module tsd-is-external">
<a href="../modules/_hooks_usecurrentstateandparams_.html#usecurrentstateandparams">use<wbr>Current<wbr>State<wbr>And<wbr>Params</a>
</li>
<li class="current tsd-kind-function tsd-parent-kind-module tsd-is-external">
<a href="../modules/_hooks_useonstatechanged_.html#useonstatechanged">use<wbr>OnState<wbr>Changed</a>
</li>
<li class="current tsd-kind-function tsd-parent-kind-module tsd-is-external">
<a href="../modules/_hooks_useisactive_.html#useisactive">use<wbr>IsActive</a>
</li>
<li class="label ">
<span>Other</span>
</li>
<li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external">
<a href="../classes/_uirouter_core_transition_transition.transition.html">Transition</a>
</li>
<li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external">
<a href="../classes/_uirouter_core_common_trace.trace.html">Trace</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
</ul>
<ul class="current">
<li class="current tsd-kind-enum tsd-parent-kind-module tsd-is-external">
<a href="_uirouter_core_transition_interface.transitionhookphase.html" class="tsd-kind-icon">Transition<wbr>Hook<wbr>Phase</a>
<ul>
<li class=" tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external">
<a href="_uirouter_core_transition_interface.transitionhookphase.html#before" class="tsd-kind-icon">BEFORE</a>
</li>
<li class=" tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external">
<a href="_uirouter_core_transition_interface.transitionhookphase.html#create" class="tsd-kind-icon">CREATE</a>
</li>
<li class=" tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external">
<a href="_uirouter_core_transition_interface.transitionhookphase.html#error" class="tsd-kind-icon">ERROR</a>
</li>
<li class=" tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external">
<a href="_uirouter_core_transition_interface.transitionhookphase.html#run" class="tsd-kind-icon">RUN</a>
</li>
<li class=" tsd-kind-enum-member tsd-parent-kind-enum tsd-is-external">
<a href="_uirouter_core_transition_interface.transitionhookphase.html#success" class="tsd-kind-icon">SUCCESS</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
<li class=" tsd-kind-enum tsd-parent-kind-module tsd-is-external">
<a href="_uirouter_core_transition_interface.transitionhookscope.html" class="tsd-kind-icon">Transition<wbr>Hook<wbr>Scope</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="../interfaces/_uirouter_core_transition_interface.hookmatchcriteria.html" class="tsd-kind-icon">Hook<wbr>Match<wbr>Criteria</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="../interfaces/_uirouter_core_transition_interface.hookregoptions.html" class="tsd-kind-icon">Hook<wbr>Reg<wbr>Options</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="../interfaces/_uirouter_core_transition_interface.ihookregistry.html" class="tsd-kind-icon">IHook<wbr>Registry</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="../interfaces/_uirouter_core_transition_interface.imatchingnodes.html" class="tsd-kind-icon">IMatching<wbr>Nodes</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="../interfaces/_uirouter_core_transition_interface.transitioncreatehookfn.html" class="tsd-kind-icon">Transition<wbr>Create<wbr>Hook<wbr>Fn</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="../interfaces/_uirouter_core_transition_interface.transitionhookfn.html" class="tsd-kind-icon">Transition<wbr>Hook<wbr>Fn</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="../interfaces/_uirouter_core_transition_interface.transitionhookoptions.html" class="tsd-kind-icon">Transition<wbr>Hook<wbr>Options</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="../interfaces/_uirouter_core_transition_interface.transitionoptions.html" class="tsd-kind-icon">Transition<wbr>Options</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="../interfaces/_uirouter_core_transition_interface.transitionstatehookfn.html" class="tsd-kind-icon">Transition<wbr>State<wbr>Hook<wbr>Fn</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="../interfaces/_uirouter_core_transition_interface.treechanges.html" class="tsd-kind-icon">Tree<wbr>Changes</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-module tsd-is-external">
<a href="../modules/_uirouter_core_transition_interface.html#hookfn" class="tsd-kind-icon">Hook<wbr>Fn</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-module tsd-is-external">
<a href="../modules/_uirouter_core_transition_interface.html#hookmatchcriterion" class="tsd-kind-icon">Hook<wbr>Match<wbr>Criterion</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-module tsd-is-external">
<a href="../modules/_uirouter_core_transition_interface.html#hookresult" class="tsd-kind-icon">Hook<wbr>Result</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-module tsd-is-external">
<a href="../modules/_uirouter_core_transition_interface.html#ihookregistration" class="tsd-kind-icon">IHook<wbr>Registration</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-module tsd-is-external">
<a href="../modules/_uirouter_core_transition_interface.html#istatematch" class="tsd-kind-icon">IState<wbr>Match</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
</body>
</html> |
archives/2017/01/index.html | coyawa/coyawa.github.io | <!DOCTYPE html>
<html class="theme-next pisces" lang="en">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta name="theme-color" content="#222">
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Open Sans:300,300italic,400,400italic,700,700italic|Roboto Mono:300,300italic,400,400italic,700,700italic|Roboto Mono:300,300italic,400,400italic,700,700italic|Roboto Mono:300,300italic,400,400italic,700,700italic|Roboto Mono:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" />
<link href="/css/main.css?v=5.1.2" rel="stylesheet" type="text/css" />
<meta name="keywords" content="Hexo, Congyang, Blog" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.png?v=5.1.2" />
<meta name="keywords" content="Hexo, Congyang, Blog">
<meta property="og:type" content="website">
<meta property="og:title" content="Wang's Odyssey">
<meta property="og:url" content="http://yoursite.com/archives/2017/01/index.html">
<meta property="og:site_name" content="Wang's Odyssey">
<meta property="og:locale" content="en">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Wang's Odyssey">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Pisces',
version: '5.1.2',
sidebar: {"position":"left","display":"always","offset":12,"offset_float":12,"b2t":false,"scrollpercent":false,"onmobile":false},
fancybox: true,
tabs: true,
motion: {"enable":false,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn"}},
duoshuo: {
userId: '0',
author: 'Author'
},
algolia: {
applicationID: '',
apiKey: '',
indexName: '',
hits: {"per_page":10},
labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}
}
};
</script>
<link rel="canonical" href="http://yoursite.com/archives/2017/01/"/>
<title>Archive | Wang's Odyssey</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50593515-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="en">
<div class="container sidebar-position-left page-archive">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-wrapper">
<div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">Wang's Odyssey</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<h1 class="site-subtitle" itemprop="description"></h1>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
Home
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives/" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
Archives
</a>
</li>
<li class="menu-item menu-item-now">
<a href="/now/" rel="section">
<i class="menu-item-icon fa fa-fw fa-coffee"></i> <br />
now
</a>
</li>
<li class="menu-item menu-item-project">
<a href="/project/" rel="section">
<i class="menu-item-icon fa fa-fw fa-codepen"></i> <br />
project
</a>
</li>
<li class="menu-item menu-item-resume">
<a href="/Congyang_Wang_Resume_v201707.pdf" rel="section">
<i class="menu-item-icon fa fa-fw fa-file-text"></i> <br />
resume
</a>
</li>
<li class="menu-item menu-item-list">
<a href="/my-list/" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
list
</a>
</li>
<li class="menu-item menu-item-about">
<a href="/about/" rel="section">
<i class="menu-item-icon fa fa-fw fa-user"></i> <br />
About
</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<div class="post-block archive">
<div id="posts" class="posts-collapse">
<span class="archive-move-on"></span>
<span class="archive-page-counter">
Um..! 18 posts in total. Keep on posting.
</span>
<div class="collection-title">
<h2 class="archive-year" id="archive-year-2017">2017</h2>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/Viz-Reflection-Week-2/" itemprop="url">
<span itemprop="name">Viz Reflection Week 2</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2017-01-28T21:39:55-05:00"
content="2017-01-28" >
01-28
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/10-Ways-to-make-a-visualization/" itemprop="url">
<span itemprop="name">10 Ways to make a visualization</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2017-01-23T11:01:49-05:00"
content="2017-01-23" >
01-23
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/Viz-Reflection-Week-1/" itemprop="url">
<span itemprop="name">Viz Reflection Week 1</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2017-01-22T14:49:54-05:00"
content="2017-01-22" >
01-22
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/Data-Deconstrcution-Lab/" itemprop="url">
<span itemprop="name">Data Deconstruction Lab</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2017-01-20T11:39:11-05:00"
content="2017-01-20" >
01-20
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/Apple-s-Happy-Chinese-New-Year/" itemprop="url">
<span itemprop="name">Apple's Happy Chinese New Year Design</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2017-01-16T18:06:26-05:00"
content="2017-01-16" >
01-16
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/Try-to-learn-swim-from-a-coach/" itemprop="url">
<span itemprop="name">Try to learn swim from a coach</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2017-01-10T15:44:06-05:00"
content="2017-01-10" >
01-10
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/my-first-car/" itemprop="url">
<span itemprop="name">第一辆车</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2017-01-06T16:21:13-05:00"
content="2017-01-06" >
01-06
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/Hello-Blog/" itemprop="url">
<span itemprop="name">Hello Blog</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2017-01-05T13:47:35-05:00"
content="2017-01-05" >
01-05
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h3 class="post-title">
<a class="post-title-link" href="/my-list/" itemprop="url">
<span itemprop="name">My List</span>
</a>
</h3>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2017-01-01T00:00:00-05:00"
content="2017-01-01" >
01-01
</time>
</div>
</header>
</article>
</div>
</div>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview sidebar-panel sidebar-panel-active">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image"
src="/images/avatar1.jpg"
alt="Congyang Wang" />
<p class="site-author-name" itemprop="name">Congyang Wang</p>
<p class="site-description motion-element" itemprop="description"></p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives/">
<span class="site-state-item-count">18</span>
<span class="site-state-item-name">posts</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<span class="site-state-item-count">3</span>
<span class="site-state-item-name">categories</span>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags/index.html">
<span class="site-state-item-count">20</span>
<span class="site-state-item-name">tags</span>
</a>
</div>
</nav>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://instagram.com/coyawa" target="_blank" title="Instagram">
<i class="fa fa-fw fa-instagram"></i>Instagram</a>
</span>
<span class="links-of-author-item">
<a href="https://500px.com/coyawa" target="_blank" title="500px">
<i class="fa fa-fw fa-500px"></i>500px</a>
</span>
<span class="links-of-author-item">
<a href="https://github.com/coyawa" target="_blank" title="GitHub">
<i class="fa fa-fw fa-github"></i>GitHub</a>
</span>
<span class="links-of-author-item">
<a href="https://twitter.com/wangcongyang" target="_blank" title="Twitter">
<i class="fa fa-fw fa-twitter"></i>Twitter</a>
</span>
<span class="links-of-author-item">
<a href="https://www.linkedin.com/in/wangcongyang" target="_blank" title="Linkedin">
<i class="fa fa-fw fa-linkedin"></i>Linkedin</a>
</span>
<span class="links-of-author-item">
<a href="mailto:wang@wangcongyang.com" target="_blank" title="E-Mail">
<i class="fa fa-fw fa-envelope"></i>E-Mail</a>
</span>
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright">© 2016 — <span itemprop="copyrightYear">2018</span>
<span class="with-love">
<i class="fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">true</span>
</div>
<div class="powered-by">Powered by <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a></div>
<span class="post-meta-divider">|</span>
<div class="theme-info">Theme — <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Pisces</a> v5.1.2</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/affix.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/schemes/pisces.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/scrollspy.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/post-details.js?v=5.1.2"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.2"></script>
<script id="dsq-count-scr" src="https://wangcongyang.disqus.com/count.js" async></script>
</body>
</html>
|
html/mx/datacontainers/FormEntityContainer.html | MagicCube/mxframework-2-0-doc | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN">
<html xmlns:mx="urn:mx-scripts">
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Type" content="text/HTML; charset=utf-8">
<title>mx.datacontainers.FormEntityContainer 类</title>
<link rel="stylesheet" href="../../../css/common.css"><script src="../../../scripts/jquery.js"></script><script src="../../../scripts/jquery.chili.js"></script><script>
ChiliBook.recipeFolder = "../../../scripts/";
ChiliBook.automatic = true;
</script><script src="../../../scripts/class.js"></script></head>
<body>
<div id="frame" class="class">
<div id="head">
<div id="links"><a id="openInNewWindow" href="javascript:window.open(window.location);">在新窗口中打开</a><a id="hideOverrides" action="hide" href="javascript:;">隐藏基类成员</a></div><a id="namespace" href="../../../html/mx/datacontainers/index.html">mx.datacontainers</a><h1 id="class">FormEntityContainer 类
</h1>
</div>
<div id="body">
<div id="classDetail">
<table id="summaryTable">
<tr>
<td>全称</td>
<td>mx.datacontainers.FormEntityContainer</td>
</tr>
<tr>
<td>命名空间</td>
<td><a href="../../../html/mx/datacontainers/index.html">mx.datacontainers</a></td>
</tr>
<tr>
<td>类</td>
<td>FormEntityContainer</td>
</tr>
<tr>
<td>继承层次结构</td>
<td><span>FormEntityContainer</span><span id="inherit"></span><a href="../../../html/mx/datacontainers/EntityContainer.html">EntityContainer</a></td>
</tr>
<tr>
<td>源文件</td>
<td>~\mx\scripts\datacontainers\FormEntityContainer.js</td>
</tr>
</table>
<div class="summary">提供一个供 <a href="../../../html/mx/datacontrols/DataForm.html">DataForm</a> 表单使用的数据容器的类。</div>
<p></p>
<h4>示例 1</h4>
<div class="h4Content">
以下是一个表单数据容器如何初始化并通过远程服务加载数据的代码示例。
<table class="exampleCode" cellpadding="0" cellspacing="0">
<thead>
<tr>
<td>JavaScript 代码
</td>
</tr>
</thead>
<tbody>
<tr>
<td><code class="JavaScript">var container = new mx.datacontainers.FormEntityContainer(
{
"baseUrl" : "~/rest/dataType", //定义容器的服务路径,一般与容器的数据类型对应。
"primaryKey" : "user_id" //定义数据的主键列名,如果不指定的话默认为"id"。
});
container.on("load", function()
{
alert("onload");//触发 onload 事件。
});
container.load("1");//根据指定的主键值加载数据。</code></td>
</tr>
</tbody>
</table>
</div>
<p></p>
<h4>示例 2</h4>
<div class="h4Content">
以下是一个表单数据容器加载本地数据的代码示例。
<table class="exampleCode" cellpadding="0" cellspacing="0">
<thead>
<tr>
<td>JavaScript 代码
</td>
</tr>
</thead>
<tbody>
<tr>
<td><code class="JavaScript">var container = new mx.datacontainers.FormEntityContainer(
{
"type" : "local",//声明容器类型为本地数据。
"meta" :
[
{
"name" : "id",
"caption" : "主键"
},
{
"name" : "name",
"caption" : "姓名"
} ], //本地元数据信息。
"data" :
{
id : "12",
name : "本地数据12"
}//一个 JSON 对象,表示要加载的数据。
});
container.on("load", function()
{
alert("onload");//触发 onload 事件。
});
container.load();</code></td>
</tr>
</tbody>
</table>
</div>
</div>
<hr>
<div id="constructorsIndex" class="indexSection">
<h2>构造函数</h2>
<table>
<thead>
<tr>
<td>名称</td>
<td>说明</td>
</tr>
</thead>
<tbody>
<tr class="method">
<td><a href="#FormEntityContainer">FormEntityContainer()
</a></td>
<td>构建 FormEntityContainer 类的新实例。</td>
</tr>
</tbody>
</table>
</div>
<div id="methodsIndex" class="indexSection">
<h2>初始化函数</h2>
<table>
<thead>
<tr>
<td>名称</td>
<td>说明</td>
</tr>
</thead>
<tbody>
<tr class="method" override="true">
<td><a href="#init">init()
</a></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div id="methodsIndex" class="indexSection">
<h2>方法</h2>
<table>
<thead>
<tr>
<td>名称</td>
<td>说明</td>
</tr>
</thead>
<tbody>
<tr class="method" override="true">
<td><a href="#bind">bind(p_target)
</a></td>
<td>提供一个方法,用于跟另外一个数据容器绑定,达到数据同步的效果。</td>
</tr>
<tr class="method" override="true">
<td><a href="#checkSaved">checkSaved(p_id)
</a></td>
<td>提供一个方法,检查指定数据是否保存过。true 表示数据为修改状态;false表示数据为新增状态,尚未保存。</td>
</tr>
<tr class="method" override="true">
<td><a href="#clearChanges">clearChanges()
</a></td>
<td>提供一个方法,清除容器中记录的数据改变信息。</td>
</tr>
<tr class="method" override="true">
<td><a href="#getChanges">getChanges()
</a></td>
<td>提供一个方法,获取数据容器中已改变但未保存的内容。</td>
</tr>
<tr class="method">
<td><a href="#getValue">getValue(p_col)
</a></td>
<td>提供一个方法,根据字段名称获取字段值。</td>
</tr>
<tr class="method" override="true">
<td><a href="#hasChanged">hasChanged(p_changed)
</a></td>
<td>获取或者设置 <a href="../../../html/mx/datacontainers/EntityContainer.html#changed">EntityContainer.changed</a> 字段的值。</td>
</tr>
<tr class="method">
<td><a href="#isCreate">isCreate()
</a></td>
<td>获取数据容器的操作状态是否为新增。</td>
</tr>
<tr class="method" override="true">
<td><a href="#load">load([p_data])
</a></td>
<td>提供一个方法,为数据容器加载数据对象。</td>
</tr>
<tr class="method" override="true">
<td><a href="#load">load([p_ID])
</a></td>
<td>提供一个方法,为数据容器加载数据对象。</td>
</tr>
<tr class="method" override="true">
<td><a href="#load">load([p_ID], [p_data])
</a></td>
<td>提供一个方法,为数据容器加载数据对象。</td>
</tr>
<tr class="method" override="true">
<td><a href="#save">save([p_path])
</a></td>
<td>调用后台服务,将新增和修改的内容保存到数据库。 保存前会调用 <a href="#validate">validate</a> 方法检查数据值是否合法。</td>
</tr>
<tr class="method" override="true">
<td><a href="#setBaseUrl">setBaseUrl(p_url)
</a></td>
<td>设置 <a href="#baseUrl">baseUrl</a> 字段的值。</td>
</tr>
<tr class="method" override="true">
<td><a href="#setValue">setValue(p_col, p_value)
</a></td>
<td>提供一个方法,修改表单中某个字段的值。</td>
</tr>
<tr class="method" override="true">
<td><a href="#setValue">setValue(p_col, p_value, [p_triggerEvent])
</a></td>
<td>提供一个方法,修改表单中某个字段的值。</td>
</tr>
<tr class="method" override="true">
<td><a href="#_getJsonFlatter">_getJsonFlatter()
</a></td>
<td>受保护的。</td>
</tr>
<tr class="method" override="true">
<td><a href="#_parseArgs">_parseArgs(p_args)
</a></td>
<td>受保护的。</td>
</tr>
<tr class="method" override="true">
<td><a href="#_parseData">_parseData(p_result)
</a></td>
<td>受保护的。</td>
</tr>
<tr class="method" override="true">
<td><a href="#_parseMeta">_parseMeta(p_result)
</a></td>
<td>受保护的。</td>
</tr>
<tr class="method" override="true">
<td><a href="#_prepareLocalData">_prepareLocalData(p_data, p_meta, p_para)
</a></td>
<td>受保护的。</td>
</tr>
<tr class="method" override="true">
<td><a href="#_resetNewData">_resetNewData(p_result)
</a></td>
<td>受保护的。</td>
</tr>
<tr class="method" override="true">
<td><a href="#_setLoadArgs">_setLoadArgs(p_result)
</a></td>
<td>受保护的。</td>
</tr>
<tr class="method" override="true">
<td><a href="#_setLoadingArgs">_setLoadingArgs()
</a></td>
<td>受保护的。</td>
</tr>
<tr class="method" override="true">
<td><a href="#_showError">_showError(p_msgKey, p_context)
</a></td>
<td>受保护的。</td>
</tr>
<tr class="method">
<td><a href="#_startEdit">_startEdit()
</a></td>
<td>受保护的。</td>
</tr>
</tbody>
</table>
</div>
<div id="fieldsIndex" class="indexSection">
<h2>字段</h2>
<table>
<thead>
<tr>
<td>名称</td>
<td>说明</td>
</tr>
</thead>
<tbody>
<tr class="field" override="true">
<td><a href="#actionOverideBaseUrl">actionOverideBaseUrl</a></td>
<td>设置或者获取是否使用action中相应的值作为baseUrl覆盖原有的baseUrl</td>
</tr>
<tr class="field" override="true">
<td><a href="#actions">actions</a></td>
<td>获取或设置一个 JSON 对象,表示数据容器中各种操作的 path 集合。该字段的字段名表示操作类型,值表示操作路径。
用户可以根据需要改变改变相应的操作路径。
<p>
该字段的字段名包括:
<ul>
<li><b>meta</b></li>
<li><b>data</b></li>
<li><b>save</b></li>
<li><b>remove</b></li>
</ul>
当<a href="#actionOverideBaseUrl">actionOverideBaseUrl</a>属性设置为true时,则会使用action属性的值重置<a href="#baseUrl">baseUrl</a>属性,
即将action属性的值作为请求的基准路径。如:action:{remove:"~/mxcasetest/rest/user/"},
则在me.remove()时会调用setBaseUrl(action['remove'])替换数据容器的baseurl。
</p></td>
</tr>
<tr class="field" override="true">
<td><a href="#baseUrl">baseUrl</a></td>
<td>获取数据容器的资源 URL。请参见 <a href="../../../html/mx/rpc/RESTClient.html#baseUrl">RESTClient.baseUrl</a>。</td>
</tr>
<tr class="field" override="true">
<td><a href="#canModify">canModify</a></td>
<td>获取一个 boolean 值,表示当前数据容器是否允许编辑。</td>
</tr>
<tr class="field" override="true">
<td><a href="#changed">changed</a></td>
<td>获取一个 Boolean 值,表示数据容器中是否存在修改过但未保存的数据。 当 <a href="#insertEntity">insertEntity</a> 和
<a href="#updateEntity">updateEntity</a> 方法被调用时,该字段被置为true;当 <a href="#save">save</a>
方法被调用时,该字段被还原为false。</td>
</tr>
<tr class="field" override="true">
<td><a href="#client">client</a></td>
<td>获取数据容器的 REST 服务客户端 <a href="../../../html/mx/rpc/RESTClient.html">RESTClient</a>,数据容器通过此客户端调用后台服务。</td>
</tr>
<tr class="field" override="true">
<td><a href="#data">data</a></td>
<td>获取一个对象,表示数据容器中的数据值,通常为一个 JSON 对象或数组。</td>
</tr>
<tr class="field">
<td><a href="#defaultValues">defaultValues</a></td>
<td>设置或获取一个 json 对象,包含新增数据时要设置的默认值。</td>
</tr>
<tr class="field" override="true">
<td><a href="#dicts">dicts</a></td>
<td>获取一个数组,表示数据容器中的数据字典。通过字段名称可以获取该字段对应的所有数据字典。</td>
</tr>
<tr class="field" override="true">
<td><a href="#iscID">iscID</a></td>
<td>获取或设置一个字符串,表示当前容器的操作权限,请求加载请求元数据是传给服务。</td>
</tr>
<tr class="field" override="true">
<td><a href="#loadDicts">loadDicts</a></td>
<td>设置或获取一个 boolean 值,表示默认是否获取字典信息。
开发时确定字典信息由前端指定,不需要调用服务时,也可以设置为 false。</td>
</tr>
<tr class="field" override="true">
<td><a href="#loadMeta">loadMeta</a></td>
<td>一个 boolean 值,表示当前数据容器是否有元数据信息。 少数控件比如树没有元数据信息时,子类重写成 false。
开发时确定元数据信息由前端指定,不需要调用服务时,也可以设置为 false。</td>
</tr>
<tr class="field" override="true">
<td><a href="#mdaParams">mdaParams</a></td>
<td>获取或设置一个 JSON 对象,用于保存模型驱动所需要的参数。</td>
</tr>
<tr class="field" override="true">
<td><a href="#meta">meta</a></td>
<td>获取一个数组,表示数据容器中的元数据信息,通常包含各个字段的类型及校验信息等内容。</td>
</tr>
<tr class="field" override="true">
<td><a href="#primaryKey">primaryKey</a></td>
<td>获取一个字符串,表示数据的主键(或唯一标识)所在列名。</td>
</tr>
<tr class="field" override="true">
<td><a href="#type">type</a></td>
<td>获取数据容器的类型。必须在创建数据容器时设定该属性。
<p>
该字段可选的值包括:
<ul>
<li><b>remote</b></li>
<li><b>local</b></li>
</ul>
</p></td>
</tr>
<tr class="field" override="true">
<td><a href="#_changedItems">_changedItems</a></td>
<td>受保护的。</td>
</tr>
<tr class="field" override="true">
<td><a href="#_changingType">_changingType</a></td>
<td>受保护的。</td>
</tr>
<tr class="field" override="true">
<td><a href="#_lastLoad">_lastLoad</a></td>
<td>受保护的。</td>
</tr>
<tr class="field" override="true">
<td><a href="#_loadCallBack">_loadCallBack</a></td>
<td>受保护的。</td>
</tr>
<tr class="field" override="true">
<td><a href="#_loadData">_loadData</a></td>
<td>受保护的。</td>
</tr>
<tr class="field" override="true">
<td><a href="#_loadDataPara">_loadDataPara</a></td>
<td>受保护的。</td>
</tr>
<tr class="field" override="true">
<td><a href="#_loadMetaPara">_loadMetaPara</a></td>
<td>受保护的。</td>
</tr>
<tr class="field" override="true">
<td><a href="#_oldData">_oldData</a></td>
<td>受保护的。</td>
</tr>
<tr class="field" override="true">
<td><a href="#_saveCallBack">_saveCallBack</a></td>
<td>受保护的。</td>
</tr>
<tr class="field" override="true">
<td><a href="#_submitting">_submitting</a></td>
<td>受保护的。</td>
</tr>
<tr class="field" override="true">
<td><a href="#_tempLoadResult">_tempLoadResult</a></td>
<td>受保护的。</td>
</tr>
</tbody>
</table>
</div>
<div id="eventsIndex" class="indexSection">
<h2>事件</h2>
<table>
<thead>
<tr>
<td>名称</td>
<td>说明</td>
</tr>
</thead>
<tbody>
<tr class="event" override="true">
<td><a href="#onchanged">onchanged</a></td>
<td>当数据容器中的数据值发生改变后,将触发该事件。</td>
</tr>
<tr class="event" override="true">
<td><a href="#onchanging">onchanging</a></td>
<td>当数据容器中的数据值发生改变的时候,将触发该事件。</td>
</tr>
<tr class="event" override="true">
<td><a href="#onerror">onerror</a></td>
<td>当出现错误时,将触发该事件。主要用于取消等待蒙板。</td>
</tr>
<tr class="event" override="true">
<td><a href="#onload">onload</a></td>
<td>当数据容器加载数据成功后,将触发该事件。调用 <a href="#load">load</a> 方法后会触发该事件。</td>
</tr>
<tr class="event" override="true">
<td><a href="#onloading">onloading</a></td>
<td>当数据容器开始加载数据时,将触发该事件。调用 <a href="#load">load</a> 方法时会触发该事件。</td>
</tr>
<tr class="event" override="true">
<td><a href="#onsaved">onsaved</a></td>
<td>当数据容器中的数据对象保存成功后,将触发该事件。调用 <a href="#save">save</a> 方法会触发该事件。</td>
</tr>
<tr class="event" override="true">
<td><a href="#onsaving">onsaving</a></td>
<td>当数据容器中的数据对象保存时,将触发该事件。调用 <a href="#save">save</a> 方法会触发该事件。</td>
</tr>
<tr class="event" override="true">
<td><a href="#onvalidate">onvalidate</a></td>
<td>当数据容器中的数据对象保存时,如果服务端校验不通过,将触发该事件。
要求服务端在保存失败的时候返回的数据格式如下所示。
{successful: false, resultValue:
[[
{"error":true,"errors":["最后使用时间格式不正确!"],"errorsToDefaulFormatString":"最后使用时间格式不正确!\n","fieldName":"lastTime","messages":[],"msgToDefaulFormatString":""},
{"error":true,"errors":["必须为整数,介于0-10000之间"],"errorsToDefaulFormatString":"必须为整数,介于0-10000之间\n","fieldName":"pointCount","messages":[],"msgToDefaulFormatString":""}
]]
,resultHint: ""}
,其中嵌套数组表示一条记录的校验结果,数组内的 JSON 表示一个字段的检验结果。</td>
</tr>
</tbody>
</table>
</div>
<hr>
<div id="constructor" class="detailSection">
<h2>构造函数详细信息</h2><a name="FormEntityContainer"></a><div id="method" class="detail">
<h3>FormEntityContainer()
方法
</h3>
<div class="content">
<div class="summary">构建 FormEntityContainer 类的新实例。</div>
</div>
<hr>
</div>
</div>
<div id="initializer" class="detailSection">
<h2>初始化函数详细信息</h2><a name="init"></a><div id="method" class="detail" override="true">
<h3>init()
方法
</h3>
<div class="content">
<div class="summary"></div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#init">mx.datacontainers.EntityContainer.init</a></div>
</div>
<hr>
</div>
</div>
<div id="method" class="detailSection">
<h2>方法详细信息</h2><a name="bind"></a><div id="method" class="detail" override="true">
<h3>bind(p_target)
方法
</h3>
<div class="content">
<div class="summary">提供一个方法,用于跟另外一个数据容器绑定,达到数据同步的效果。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_target</b><div class="paramSummary">一个数据容器,表示要跟当前容器绑定以保持数据同步。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#bind">mx.datacontainers.EntityContainer.bind</a></div>
</div>
<hr>
</div><a name="checkSaved"></a><div id="method" class="detail" override="true">
<h3>checkSaved(p_id)
方法
</h3>
<div class="content">
<div class="summary">提供一个方法,检查指定数据是否保存过。true 表示数据为修改状态;false表示数据为新增状态,尚未保存。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_id</b><div class="paramSummary">一个数字或字符串,表示要检查的数据主键值。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#checkSaved">mx.datacontainers.EntityContainer.checkSaved</a></div>
</div>
<hr>
</div><a name="clearChanges"></a><div id="method" class="detail" override="true">
<h3>clearChanges()
方法
</h3>
<div class="content">
<div class="summary">提供一个方法,清除容器中记录的数据改变信息。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#clearChanges">mx.datacontainers.EntityContainer.clearChanges</a></div>
</div>
<hr>
</div><a name="getChanges"></a><div id="method" class="detail" override="true">
<h3>getChanges()
方法
</h3>
<div class="content">
<div class="summary">提供一个方法,获取数据容器中已改变但未保存的内容。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#getChanges">mx.datacontainers.EntityContainer.getChanges</a></div>
</div>
<hr>
</div><a name="getValue"></a><div id="method" class="detail">
<h3>getValue(p_col)
方法
</h3>
<div class="content">
<div class="summary">提供一个方法,根据字段名称获取字段值。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_col</b><div class="paramSummary">一个字符串,表示要获取值的字段名称。</div>
</li>
</ul>
</div>
<hr>
</div><a name="hasChanged"></a><div id="method" class="detail" override="true">
<h3>hasChanged(p_changed)
方法
</h3>
<div class="content">
<div class="summary">获取或者设置 <a href="../../../html/mx/datacontainers/EntityContainer.html#changed">EntityContainer.changed</a> 字段的值。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_changed</b><div class="paramSummary"></div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#hasChanged">mx.datacontainers.EntityContainer.hasChanged</a></div>
</div>
<hr>
</div><a name="isCreate"></a><div id="method" class="detail">
<h3>isCreate()
方法
</h3>
<div class="content">
<div class="summary">获取数据容器的操作状态是否为新增。</div>
</div>
<hr>
</div><a name="load"></a><div id="method" class="detail" override="true">
<h3>load([p_data])
方法
</h3>
<div class="content">
<div class="summary">提供一个方法,为数据容器加载数据对象。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_data</b><div class="paramSummary">可选的。一个 JSON 对象,表示加载数据的过滤条件等参数。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#load">mx.datacontainers.EntityContainer.load</a></div>
</div>
<hr>
</div><a name="load"></a><div id="method" class="detail" override="true">
<h3>load([p_ID])
方法
</h3>
<div class="content">
<div class="summary">提供一个方法,为数据容器加载数据对象。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_ID</b><div class="paramSummary">可选的。一个字符串或数字,表示要加载数据的主键。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#load">mx.datacontainers.EntityContainer.load</a></div>
</div>
<hr>
</div><a name="load"></a><div id="method" class="detail" override="true">
<h3>load([p_ID], [p_data])
方法
</h3>
<div class="content">
<div class="summary">提供一个方法,为数据容器加载数据对象。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_ID</b><div class="paramSummary">可选的。一个字符串或数字,表示要加载数据的主键。</div>
</li>
<li><b class="paramName">p_data</b><div class="paramSummary">可选的。一个 JSON 对象,表示加载数据的过滤条件等参数。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#load">mx.datacontainers.EntityContainer.load</a></div>
</div>
<hr>
</div><a name="save"></a><div id="method" class="detail" override="true">
<h3>save([p_path])
方法
</h3>
<div class="content">
<div class="summary">调用后台服务,将新增和修改的内容保存到数据库。 保存前会调用 <a href="#validate">validate</a> 方法检查数据值是否合法。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_path</b><div class="paramSummary">可选的。指定的 REST 服务路径,请参见 <a href="../../../html/mx/rpc/RESTClient.html#post">RESTClient.post</a> 方法。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#save">mx.datacontainers.EntityContainer.save</a></div>
</div>
<hr>
</div><a name="setBaseUrl"></a><div id="method" class="detail" override="true">
<h3>setBaseUrl(p_url)
方法
</h3>
<div class="content">
<div class="summary">设置 <a href="#baseUrl">baseUrl</a> 字段的值。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_url</b><div class="paramSummary"></div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#setBaseUrl">mx.datacontainers.EntityContainer.setBaseUrl</a></div>
</div>
<hr>
</div><a name="setValue"></a><div id="method" class="detail" override="true">
<h3>setValue(p_col, p_value)
方法
</h3>
<div class="content">
<div class="summary">提供一个方法,修改表单中某个字段的值。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_col</b><div class="paramSummary">要修改的字段名。</div>
</li>
<li><b class="paramName">p_value</b><div class="paramSummary">要修改成的值。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#setValue">mx.datacontainers.EntityContainer.setValue</a></div>
</div>
<hr>
</div><a name="setValue"></a><div id="method" class="detail" override="true">
<h3>setValue(p_col, p_value, [p_triggerEvent])
方法
</h3>
<div class="content">
<div class="summary">提供一个方法,修改表单中某个字段的值。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_col</b><div class="paramSummary">要修改的字段名。</div>
</li>
<li><b class="paramName">p_value</b><div class="paramSummary">要修改成的值。</div>
</li>
<li><b class="paramName">p_triggerEvent</b><div class="paramSummary">可选的。默认值为“false”。一个 Boolean 值,表示是否要触发事件。如果该值为 true,则触发事件;反之则不触发。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#setValue">mx.datacontainers.EntityContainer.setValue</a></div>
</div>
<hr>
</div><a name="_getJsonFlatter"></a><div id="method" class="detail" override="true">
<h3>_getJsonFlatter()
方法
</h3>
<div class="content">
<div class="summary">受保护的。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#_getJsonFlatter">mx.datacontainers.EntityContainer._getJsonFlatter</a></div>
</div>
<hr>
</div><a name="_parseArgs"></a><div id="method" class="detail" override="true">
<h3>_parseArgs(p_args)
方法
</h3>
<div class="content">
<div class="summary">受保护的。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_args</b><div class="paramSummary"></div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#_parseArgs">mx.datacontainers.EntityContainer._parseArgs</a></div>
</div>
<hr>
</div><a name="_parseData"></a><div id="method" class="detail" override="true">
<h3>_parseData(p_result)
方法
</h3>
<div class="content">
<div class="summary">受保护的。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_result</b><div class="paramSummary"></div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#_parseData">mx.datacontainers.EntityContainer._parseData</a></div>
</div>
<hr>
</div><a name="_parseMeta"></a><div id="method" class="detail" override="true">
<h3>_parseMeta(p_result)
方法
</h3>
<div class="content">
<div class="summary">受保护的。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_result</b><div class="paramSummary"></div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#_parseMeta">mx.datacontainers.EntityContainer._parseMeta</a></div>
</div>
<hr>
</div><a name="_prepareLocalData"></a><div id="method" class="detail" override="true">
<h3>_prepareLocalData(p_data, p_meta, p_para)
方法
</h3>
<div class="content">
<div class="summary">受保护的。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_data</b><div class="paramSummary"></div>
</li>
<li><b class="paramName">p_meta</b><div class="paramSummary"></div>
</li>
<li><b class="paramName">p_para</b><div class="paramSummary"></div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#_prepareLocalData">mx.datacontainers.EntityContainer._prepareLocalData</a></div>
</div>
<hr>
</div><a name="_resetNewData"></a><div id="method" class="detail" override="true">
<h3>_resetNewData(p_result)
方法
</h3>
<div class="content">
<div class="summary">受保护的。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_result</b><div class="paramSummary"></div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#_resetNewData">mx.datacontainers.EntityContainer._resetNewData</a></div>
</div>
<hr>
</div><a name="_setLoadArgs"></a><div id="method" class="detail" override="true">
<h3>_setLoadArgs(p_result)
方法
</h3>
<div class="content">
<div class="summary">受保护的。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_result</b><div class="paramSummary"></div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#_setLoadArgs">mx.datacontainers.EntityContainer._setLoadArgs</a></div>
</div>
<hr>
</div><a name="_setLoadingArgs"></a><div id="method" class="detail" override="true">
<h3>_setLoadingArgs()
方法
</h3>
<div class="content">
<div class="summary">受保护的。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#_setLoadingArgs">mx.datacontainers.EntityContainer._setLoadingArgs</a></div>
</div>
<hr>
</div><a name="_showError"></a><div id="method" class="detail" override="true">
<h3>_showError(p_msgKey, p_context)
方法
</h3>
<div class="content">
<div class="summary">受保护的。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">p_msgKey</b><div class="paramSummary"></div>
</li>
<li><b class="paramName">p_context</b><div class="paramSummary"></div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#_showError">mx.datacontainers.EntityContainer._showError</a></div>
</div>
<hr>
</div><a name="_startEdit"></a><div id="method" class="detail">
<h3>_startEdit()
方法
</h3>
<div class="content">
<div class="summary">受保护的。</div>
</div>
<hr>
</div>
</div>
<div id="field" class="detailSection">
<h2>字段详细信息</h2><a name="actionOverideBaseUrl"></a><div id="field" class="detail" override="true">
<h3>actionOverideBaseUrl 字段
</h3>
<div class="content">
<div class="summary">设置或者获取是否使用action中相应的值作为baseUrl覆盖原有的baseUrl</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#actionOverideBaseUrl">mx.datacontainers.EntityContainer.actionOverideBaseUrl</a></div>
<h4>默认值</h4>
<div class="h4Content">false</div>
</div>
<hr>
</div><a name="actions"></a><div id="field" class="detail" override="true">
<h3>actions 字段
</h3>
<div class="content">
<div class="summary">获取或设置一个 JSON 对象,表示数据容器中各种操作的 path 集合。该字段的字段名表示操作类型,值表示操作路径。
用户可以根据需要改变改变相应的操作路径。
<p>
该字段的字段名包括:
<ul>
<li><b>meta</b></li>
<li><b>data</b></li>
<li><b>save</b></li>
<li><b>remove</b></li>
</ul>
当<a href="#actionOverideBaseUrl">actionOverideBaseUrl</a>属性设置为true时,则会使用action属性的值重置<a href="#baseUrl">baseUrl</a>属性,
即将action属性的值作为请求的基准路径。如:action:{remove:"~/mxcasetest/rest/user/"},
则在me.remove()时会调用setBaseUrl(action['remove'])替换数据容器的baseurl。
</p></div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#actions">mx.datacontainers.EntityContainer.actions</a></div>
</div>
<hr>
</div><a name="baseUrl"></a><div id="field" class="detail" override="true">
<h3>baseUrl 字段
</h3>
<div class="content">
<div class="summary">获取数据容器的资源 URL。请参见 <a href="../../../html/mx/rpc/RESTClient.html#baseUrl">RESTClient.baseUrl</a>。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#baseUrl">mx.datacontainers.EntityContainer.baseUrl</a></div>
</div>
<hr>
</div><a name="canModify"></a><div id="field" class="detail" override="true">
<h3>canModify 字段
</h3>
<div class="content">
<div class="summary">获取一个 boolean 值,表示当前数据容器是否允许编辑。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#canModify">mx.datacontainers.EntityContainer.canModify</a></div>
<h4>默认值</h4>
<div class="h4Content">true</div>
</div>
<hr>
</div><a name="changed"></a><div id="field" class="detail" override="true">
<h3>changed 字段
</h3>
<div class="content">
<div class="summary">获取一个 Boolean 值,表示数据容器中是否存在修改过但未保存的数据。 当 <a href="#insertEntity">insertEntity</a> 和
<a href="#updateEntity">updateEntity</a> 方法被调用时,该字段被置为true;当 <a href="#save">save</a>
方法被调用时,该字段被还原为false。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#changed">mx.datacontainers.EntityContainer.changed</a></div>
<h4>默认值</h4>
<div class="h4Content">false</div>
</div>
<hr>
</div><a name="client"></a><div id="field" class="detail" override="true">
<h3>client 字段
</h3>
<div class="content">
<div class="summary">获取数据容器的 REST 服务客户端 <a href="../../../html/mx/rpc/RESTClient.html">RESTClient</a>,数据容器通过此客户端调用后台服务。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#client">mx.datacontainers.EntityContainer.client</a></div>
</div>
<hr>
</div><a name="data"></a><div id="field" class="detail" override="true">
<h3>data 字段
</h3>
<div class="content">
<div class="summary">获取一个对象,表示数据容器中的数据值,通常为一个 JSON 对象或数组。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#data">mx.datacontainers.EntityContainer.data</a></div>
</div>
<hr>
</div><a name="defaultValues"></a><div id="field" class="detail">
<h3>defaultValues 字段
</h3>
<div class="content">
<div class="summary">设置或获取一个 json 对象,包含新增数据时要设置的默认值。</div>
</div>
<hr>
</div><a name="dicts"></a><div id="field" class="detail" override="true">
<h3>dicts 字段
</h3>
<div class="content">
<div class="summary">获取一个数组,表示数据容器中的数据字典。通过字段名称可以获取该字段对应的所有数据字典。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#dicts">mx.datacontainers.EntityContainer.dicts</a></div>
</div>
<hr>
</div><a name="iscID"></a><div id="field" class="detail" override="true">
<h3>iscID 字段
</h3>
<div class="content">
<div class="summary">获取或设置一个字符串,表示当前容器的操作权限,请求加载请求元数据是传给服务。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#iscID">mx.datacontainers.EntityContainer.iscID</a></div>
</div>
<hr>
</div><a name="loadDicts"></a><div id="field" class="detail" override="true">
<h3>loadDicts 字段
</h3>
<div class="content">
<div class="summary">设置或获取一个 boolean 值,表示默认是否获取字典信息。
开发时确定字典信息由前端指定,不需要调用服务时,也可以设置为 false。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#loadDicts">mx.datacontainers.EntityContainer.loadDicts</a></div>
</div>
<hr>
</div><a name="loadMeta"></a><div id="field" class="detail" override="true">
<h3>loadMeta 字段
</h3>
<div class="content">
<div class="summary">一个 boolean 值,表示当前数据容器是否有元数据信息。 少数控件比如树没有元数据信息时,子类重写成 false。
开发时确定元数据信息由前端指定,不需要调用服务时,也可以设置为 false。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#loadMeta">mx.datacontainers.EntityContainer.loadMeta</a></div>
<h4>默认值</h4>
<div class="h4Content">true</div>
</div>
<hr>
</div><a name="mdaParams"></a><div id="field" class="detail" override="true">
<h3>mdaParams 字段
</h3>
<div class="content">
<div class="summary">获取或设置一个 JSON 对象,用于保存模型驱动所需要的参数。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#mdaParams">mx.datacontainers.EntityContainer.mdaParams</a></div>
</div>
<hr>
</div><a name="meta"></a><div id="field" class="detail" override="true">
<h3>meta 字段
</h3>
<div class="content">
<div class="summary">获取一个数组,表示数据容器中的元数据信息,通常包含各个字段的类型及校验信息等内容。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#meta">mx.datacontainers.EntityContainer.meta</a></div>
</div>
<hr>
</div><a name="primaryKey"></a><div id="field" class="detail" override="true">
<h3>primaryKey 字段
</h3>
<div class="content">
<div class="summary">获取一个字符串,表示数据的主键(或唯一标识)所在列名。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#primaryKey">mx.datacontainers.EntityContainer.primaryKey</a></div>
<h4>默认值</h4>
<div class="h4Content">id</div>
</div>
<hr>
</div><a name="type"></a><div id="field" class="detail" override="true">
<h3>type 字段
</h3>
<div class="content">
<div class="summary">获取数据容器的类型。必须在创建数据容器时设定该属性。
<p>
该字段可选的值包括:
<ul>
<li><b>remote</b></li>
<li><b>local</b></li>
</ul>
</p></div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#type">mx.datacontainers.EntityContainer.type</a></div>
<h4>默认值</h4>
<div class="h4Content">remote</div>
</div>
<hr>
</div><a name="_changedItems"></a><div id="field" class="detail" override="true">
<h3>_changedItems 字段
</h3>
<div class="content">
<div class="summary">受保护的。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#_changedItems">mx.datacontainers.EntityContainer._changedItems</a></div>
</div>
<hr>
</div><a name="_changingType"></a><div id="field" class="detail" override="true">
<h3>_changingType 字段
</h3>
<div class="content">
<div class="summary">受保护的。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#_changingType">mx.datacontainers.EntityContainer._changingType</a></div>
</div>
<hr>
</div><a name="_lastLoad"></a><div id="field" class="detail" override="true">
<h3>_lastLoad 字段
</h3>
<div class="content">
<div class="summary">受保护的。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#_lastLoad">mx.datacontainers.EntityContainer._lastLoad</a></div>
</div>
<hr>
</div><a name="_loadCallBack"></a><div id="field" class="detail" override="true">
<h3>_loadCallBack 字段
</h3>
<div class="content">
<div class="summary">受保护的。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#_loadCallBack">mx.datacontainers.EntityContainer._loadCallBack</a></div>
</div>
<hr>
</div><a name="_loadData"></a><div id="field" class="detail" override="true">
<h3>_loadData 字段
</h3>
<div class="content">
<div class="summary">受保护的。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#_loadData">mx.datacontainers.EntityContainer._loadData</a></div>
</div>
<hr>
</div><a name="_loadDataPara"></a><div id="field" class="detail" override="true">
<h3>_loadDataPara 字段
</h3>
<div class="content">
<div class="summary">受保护的。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#_loadDataPara">mx.datacontainers.EntityContainer._loadDataPara</a></div>
</div>
<hr>
</div><a name="_loadMetaPara"></a><div id="field" class="detail" override="true">
<h3>_loadMetaPara 字段
</h3>
<div class="content">
<div class="summary">受保护的。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#_loadMetaPara">mx.datacontainers.EntityContainer._loadMetaPara</a></div>
</div>
<hr>
</div><a name="_oldData"></a><div id="field" class="detail" override="true">
<h3>_oldData 字段
</h3>
<div class="content">
<div class="summary">受保护的。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#_oldData">mx.datacontainers.EntityContainer._oldData</a></div>
</div>
<hr>
</div><a name="_saveCallBack"></a><div id="field" class="detail" override="true">
<h3>_saveCallBack 字段
</h3>
<div class="content">
<div class="summary">受保护的。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#_saveCallBack">mx.datacontainers.EntityContainer._saveCallBack</a></div>
</div>
<hr>
</div><a name="_submitting"></a><div id="field" class="detail" override="true">
<h3>_submitting 字段
</h3>
<div class="content">
<div class="summary">受保护的。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#_submitting">mx.datacontainers.EntityContainer._submitting</a></div>
</div>
<hr>
</div><a name="_tempLoadResult"></a><div id="field" class="detail" override="true">
<h3>_tempLoadResult 字段
</h3>
<div class="content">
<div class="summary">受保护的。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#_tempLoadResult">mx.datacontainers.EntityContainer._tempLoadResult</a></div>
</div>
<hr>
</div>
</div>
<div id="event" class="detailSection">
<h2>事件详细信息</h2><a name="onchanged"></a><div id="event" class="detail" override="true">
<h3>onchanged 事件
</h3>
<div class="content">
<div class="summary">当数据容器中的数据值发生改变后,将触发该事件。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">cancel</b><div class="paramSummary">一个 Boolean 值,表示是否中止事件。</div>
</li>
<li><b class="paramName">entity</b><div class="paramSummary">一个 JSON 对象,表示发生值改变的数据对象。</div>
</li>
<li><b class="paramName">fieldName</b><div class="paramSummary">一个字符串,表示发生值改变的列名。</div>
</li>
<li><b class="paramName">value</b><div class="paramSummary">变更之后的值。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#onchanged">mx.datacontainers.EntityContainer.onchanged</a></div>
</div>
<hr>
</div><a name="onchanging"></a><div id="event" class="detail" override="true">
<h3>onchanging 事件
</h3>
<div class="content">
<div class="summary">当数据容器中的数据值发生改变的时候,将触发该事件。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">cancel</b><div class="paramSummary">一个 Boolean 值,表示是否中止事件。</div>
</li>
<li><b class="paramName">entity</b><div class="paramSummary">一个 JSON 对象,表示发生值改变的数据对象。</div>
</li>
<li><b class="paramName">fieldName</b><div class="paramSummary">一个字符串,表示发生值改变的列名。</div>
</li>
<li><b class="paramName">oldValue</b><div class="paramSummary">变更之前的值。</div>
</li>
<li><b class="paramName">newValue</b><div class="paramSummary">变更之后的值。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#onchanging">mx.datacontainers.EntityContainer.onchanging</a></div>
</div>
<hr>
</div><a name="onerror"></a><div id="event" class="detail" override="true">
<h3>onerror 事件
</h3>
<div class="content">
<div class="summary">当出现错误时,将触发该事件。主要用于取消等待蒙板。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">message</b><div class="paramSummary">一个包含错误信息的字符串。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#onerror">mx.datacontainers.EntityContainer.onerror</a></div>
</div>
<hr>
</div><a name="onload"></a><div id="event" class="detail" override="true">
<h3>onload 事件
</h3>
<div class="content">
<div class="summary">当数据容器加载数据成功后,将触发该事件。调用 <a href="#load">load</a> 方法后会触发该事件。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">columns</b><div class="paramSummary">一个数组,表示此次加载结果中的元数据信息。</div>
</li>
<li><b class="paramName">items</b><div class="paramSummary">一个数组,表示此次加载的数据结果。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#onload">mx.datacontainers.EntityContainer.onload</a></div>
</div>
<hr>
</div><a name="onloading"></a><div id="event" class="detail" override="true">
<h3>onloading 事件
</h3>
<div class="content">
<div class="summary">当数据容器开始加载数据时,将触发该事件。调用 <a href="#load">load</a> 方法时会触发该事件。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">cancel</b><div class="paramSummary">一个 Boolean 值,表示是否中止当前的加载动作。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#onloading">mx.datacontainers.EntityContainer.onloading</a></div>
</div>
<hr>
</div><a name="onsaved"></a><div id="event" class="detail" override="true">
<h3>onsaved 事件
</h3>
<div class="content">
<div class="summary">当数据容器中的数据对象保存成功后,将触发该事件。调用 <a href="#save">save</a> 方法会触发该事件。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">result</b><div class="paramSummary">一个数组,包含保存的数据结果。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#onsaved">mx.datacontainers.EntityContainer.onsaved</a></div>
</div>
<hr>
</div><a name="onsaving"></a><div id="event" class="detail" override="true">
<h3>onsaving 事件
</h3>
<div class="content">
<div class="summary">当数据容器中的数据对象保存时,将触发该事件。调用 <a href="#save">save</a> 方法会触发该事件。</div>
<h4>参数</h4>
<ul class="paramList">
<li><b class="paramName">cancel</b><div class="paramSummary">一个 Boolean 值,表示是否中止事件。</div>
</li>
<li><b class="paramName">data</b><div class="paramSummary">当前数据容器中的数据。</div>
</li>
</ul>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#onsaving">mx.datacontainers.EntityContainer.onsaving</a></div>
</div>
<hr>
</div><a name="onvalidate"></a><div id="event" class="detail" override="true">
<h3>onvalidate 事件
</h3>
<div class="content">
<div class="summary">当数据容器中的数据对象保存时,如果服务端校验不通过,将触发该事件。
要求服务端在保存失败的时候返回的数据格式如下所示。
{successful: false, resultValue:
[[
{"error":true,"errors":["最后使用时间格式不正确!"],"errorsToDefaulFormatString":"最后使用时间格式不正确!\n","fieldName":"lastTime","messages":[],"msgToDefaulFormatString":""},
{"error":true,"errors":["必须为整数,介于0-10000之间"],"errorsToDefaulFormatString":"必须为整数,介于0-10000之间\n","fieldName":"pointCount","messages":[],"msgToDefaulFormatString":""}
]]
,resultHint: ""}
,其中嵌套数组表示一条记录的校验结果,数组内的 JSON 表示一个字段的检验结果。</div>
<h4>继承自</h4>
<div class="h4Content"><a href="../../../html/mx/datacontainers/EntityContainer.html#onvalidate">mx.datacontainers.EntityContainer.onvalidate</a></div>
</div>
<hr>
</div>
</div>
</div>
</div>
</body>
</html> |
clean/Linux-x86_64-4.07.1-2.0.6/released/8.12.1/list-string/2.1.1.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>list-string: 21 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.12.1 / list-string - 2.1.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
list-string
<small>
2.1.1
<span class="label label-success">21 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-05 05:36:06 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-05 05:36:06 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.12.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "dev@clarus.me"
homepage: "https://github.com/clarus/coq-list-string"
dev-repo: "git+https://github.com/clarus/coq-list-string.git"
bug-reports: "https://github.com/clarus/coq-list-string/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"conf-ruby" {build}
"coq-cunit"
"coq-error-handlers"
"coq-list-plus"
"coq" {>= "8.4pl4"}
"ocaml"
]
tags: [
"category:Computer Science/Data Types and Data Structures"
"date:2015-07-25"
"logpath:ListString"
]
synopsis: "Strings implemented as lists"
url {
src: "https://github.com/clarus/coq-list-string/archive/2.1.1.tar.gz"
checksum: "md5=862ce9f8080c7d0aa9c406eceb2ad65c"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-list-string.2.1.1 coq.8.12.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-list-string.2.1.1 coq.8.12.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>21 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-list-string.2.1.1 coq.8.12.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>21 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 676 K</p>
<ul>
<li>165 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/All.vo</code></li>
<li>120 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/UnitTests.glob</code></li>
<li>85 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/UnitTests.vo</code></li>
<li>43 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/Etc.vo</code></li>
<li>42 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/Char.vo</code></li>
<li>40 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/Conversion.vo</code></li>
<li>36 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/Trim.vo</code></li>
<li>36 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/Comparison.vo</code></li>
<li>30 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/Case.vo</code></li>
<li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/LString.vo</code></li>
<li>11 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/Etc.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/UnitTests.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/Char.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/Conversion.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/Comparison.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/Bool.vo</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/Char.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/Trim.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/Etc.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/Conversion.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/Bool.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/Comparison.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/Case.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/Trim.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/All.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/Case.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/Bool.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/All.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/LString.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/ListString/LString.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-list-string.2.1.1</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>
|
_pgbackup/pages/dtr_1491518070.html | earphone/BCS | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>BCS Webapp DTR</title>
<!-- Bootstrap Core CSS -->
<link href="../vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- MetisMenu CSS -->
<link href="../vendor/metisMenu/metisMenu.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="../dist/css/sb-admin-2.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="../vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body onload="checkUser()">
<div id="wrapper">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><b>BCS Webapp</b></a>
</div>
<!-- /.navbar-header -->
<!-- /.navbar-top-links -->
<div class="navbar-default sidebar" role="navigation">
<div class="sidebar-nav navbar-collapse">
<ul class="nav" id="side-menu">
<li>
<a href="index.html"><i class="fa fa-dashboard fa-fw"></i> Dashboard</a>
</li>
<li>
<a href="dpr.html"><i class="fa fa-list-alt fa-fw"></i> DPR</a>
</li>
<li>
<a href="dpr.html"><i class="fa fa-list fa-fw"></i> DTR</a>
</li>
<li>
<a href="profile.html"><i class="fa fa-user fa-fw"></i> Profile</a>
</li>
<li>
<a href="admin.html"><i class="fa fa-gamepad fa-fw"></i> Admin</a>
</li>
<!-- fa-institution -->
<li>
<a href="login.html" onclick="logoutUser()" id="logout"><i class="fa fa-sign-out fa-fw"></i> Logout</a>
</li>
</ul>
</div>
<!-- /.sidebar-collapse -->
</div>
<!-- /.navbar-static-side -->
</nav>
<!-- Page Content -->
<div id="page-wrapper">
<!-- Div for Page Header -->
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Daily Technician Report</h1>
</div>
</div>
</div>
<!-- Main body Div -->
<div>
<h3><i class="fa fa-edit fa-fw"></i>Please Fill out the Information Below for a DTR!</h3>
<form id="dtr-form">
<div class="form-group">
<label class="control-label">JOB NUMBER</label>
<input class="form-control" placeholder="xx-xxx" name="job-num" type="text" value="" id="job-num" required="true">
</div>
<div class="form-group">
<label class="control-label">JOB NAME</label>
<input class="form-control" placeholder="Job Name" name="job-name" type="text" value="" id="job-name">
</div>
<div class="form-group">
<label class="control-label">DATE</label>
<br>
<input class="form-control" type="date" name="dtr-date" id="dtr-date" min="2016-01-01" required="true">
</div>
<div class="form-group">
<label class="control-label">START TIME</label>
<input class="form-control" name="time-start" type="time" value="07:30" id="time-start" placeholder="0000">
</div>
<div class="form-group">
<label class="control-label">END TIME</label>
<input class="form-control" name="time-end" type="time" value="15:30" id="time-end" placeholder="2400">
</div>
<div class="form-group">
<label class="control-label">TOTAL HOURS</label>
<input class="form-control" name="time-total" type="number" id="time-total" placeholder="8">
</div>
<div class="form-group">
<label class="control-label">REPORT TYPE</label>
<div class="row form-group">
<button type="button" class="btn btn-sm btn-info col-xs-3 col-xs-offset-2" id="work-isp" onclick="workISP()">ISP</button>
<button type="button" class="btn btn-sm btn-info col-xs-3 col-xs-offset-2" id="work-osp" onclick="workOSP()">OSP</button>
</div>
</div>
<div class="form-group" id="work-div">
<hr>
<div class="row">
<div class="form-group col-xs-6">
<h5>WORK PERFORMED</h5>
</div>
<div class="form-group col-xs-6">
<h5>COST CODE</h5>
</div>
</div>
<div class="row">
<div class="form-group col-xs-4">
<h5>HOURS</h5>
</div>
<div class="form-group col-xs-4">
<h5>MATERIALS ISSUED</h5>
</div>
<div class="form-group col-xs-4">
<h5>MATERIALS INSTALLED</h5>
</div>
</div>
<hr>
</div>
<div class="form-group">
<label class="control-label">INSTALLATION ISSUES / QUESTIONS / REMARKS</label>
<input class="form-control" placeholder="ANY ISSUES SHOULD BE REPORTED IMMEDIATELY BY PHONE ALSO" name="iqr" type="text" value="" id="iqr">
</div>
<p><button type="button" class="btn btn-lg btn-success" id="update-button" onclick="updateData()">Submit!</button></p>
</form>
</div>
</div>
</div>
<!-- Firebase Initialization -->
<script src="https://www.gstatic.com/firebasejs/3.7.0/firebase.js"></script>
<script>
// Initialize Firebase
var config = {
apiKey: "AIzaSyA55RJ8kvG-n-UClBQSNjnjLK3dvb1vwd8",
authDomain: "bcs-webapp.firebaseapp.com",
databaseURL: "https://bcs-webapp.firebaseio.com",
storageBucket: "bcs-webapp.appspot.com",
messagingSenderId: "664106049370"
};
firebase.initializeApp(config);
</script>
<script>
// Script that logs out the user when logout button is clicked
function logoutUser() {
firebase.auth().signOut().then(function() {
//console.log('Signed Out');
}, function(error) {
//console.error('Sign Out Error', error);
});
}
</script>
<script>
// Script that checks if user is logged in. If not, redirects to Login page.
function checkUser() {
//console.log("Checking User!");
firebase.auth().onAuthStateChanged(function(user) {
if (user) {
//console.log(user.uid + " is signed in");
// User is signed in.
// Input today's date
todaysDate();
setInitials();
} else {
// No user is signed in.
window.location="login.html";
}
});
}
</script>
<script>
// Script to submit all updated data to firebase database
function updateData() {
var jobNum = document.getElementById("job-num").value;
var jobName = document.getElementById("job-name").value;
var date = document.getElementById("dtr-date").value;
var timeStart = document.getElementById("time-start").value;
var timeEnd = document.getElementById("time-end").value;
var timeTotal = document.getElementById("time-total").value;
var hoursList = [];
var issuedList = [];
var installedList = [];
var iqr = document.getElementById("iqr").value;
var user = firebase.auth().currentUser;
var newDTR = firebase.database().ref('dtr').child("randomId").push();
var newDTRKey = newDTR.key;
var userInitials = document.getElementById("hidden-initials").value;
console.log(userInitials);
var submit = false;
var type = null;
var stop = 0;
// Get OSP or ISP type
var test = document.getElementById("work-performed-18");
//console.log(test.textContent);
if(test == null) type = null;
else if(test.textContent == "TROUBLESHOOTING") {
type = "OSP";
stop = 22;
}
else if(test.textContent == "RISER CABLE ROUGH IN") {
type = "ISP";
stop = 38;
}
//console.log("A " + test.textContent == "TROUBLESHOOTING");
//console.log("B " + test.textContent == "RISER CABLE ROUGH IN");
if((jobNum != null) && (jobNum != "") && (date != null) && (date != "") && (type != null)) submit = true;
console.log("submit: " + submit);
if(submit) {
// Set data for short DTR by Job #
firebase.database().ref('dtr/jobNum/' + jobNum + "/" + date + "/" + newDTRKey).set({
submittedBy: user.displayName,
userID: user.uid,
randomID: newDTRKey,
timeStart: timeStart,
timeEnd: timeEnd,
timeTotal: timeTotal
});
// Set data for short DTR by Date
firebase.database().ref('dtr/date/' + date + "/" + jobNum + "/" + newDTRKey).set({
submittedBy: user.displayName,
userID: user.uid,
randomID: newDTRKey,
timeStart: timeStart,
timeEnd: timeEnd,
timeTotal: timeTotal
});
// Set data for short DTR by Date in user's history path
firebase.database().ref('employees/employed/' + user.uid + "/history/dtr/" + date + "/" + jobNum + "/" + newDTRKey).set({
randomID: newDTRKey
});
// Set data for hours, materials issued, and materials installed
var tempHours;
var tempIssued;
var tempInstalled;
for(var i = 0; i < stop; i++) {
//console.log(i);
tempHours = document.getElementById("hours-" + i);
//console.log("Searching for issued");
tempIssued = document.getElementById("matIssued-" + i);
//console.log("Searching for installed");
tempInstalled = document.getElementById("matInstalled-" + i);
if(tempHours != null) {
if(tempHours.value != null) hoursList[i] = tempHours.value;
if(tempIssued.value != null) issuedList[i] = tempIssued.value;
if(tempInstalled.value != null) installedList[i] = tempInstalled.value;
}
}
// Set data for long DTR
newDTR.set({
submittedBy: user.displayName,
submittedInitials: userInitials,
submittedDate: getTodaysDate(),
jobNum: jobNum,
jobName: jobName,
date: date,
timeStart: timeStart,
timeEnd: timeEnd,
timeTotal: timeTotal,
type: type,
iqr: iqr,
hours: hoursList,
matIssued: issuedList,
matinstalled: installedList
})
.then(function() {
// If set correctly
alert("Data Uploaded Successfully!");
submit = false;
location.reload();
})
.catch(function(error) {
alert("Something Happened when setting details: " + error.message);
submit = false;
});
}
else {
if((jobNum == null) || (jobNum =="")) alert("Please input a Job Number");
else if((date == null) || (date =="")) alert("Please input a Date");
else if(type == null) alert("Please select ISP or OSP");
}
}
</script>
<script>
// Script to apply all needed information for ISP
function workISP() {
// Show button as selected
document.getElementById("work-isp").className = "btn btn-sm btn-primary col-xs-3 col-xs-offset-2";
document.getElementById("work-osp").className = "btn btn-sm btn-info col-xs-3 col-xs-offset-2";
// Clear main div in document
var workDiv = document.getElementById("work-div");
workDiv.innerHTML="";
var fieldsList = [
["PATHWAYS AND SPACES:",""],["INSTALL CEILING HANGER","3-001"],["INSTALL J-HOOK","3-001"],
["INSTALL SLEEVE (DRYWALL)","3-001"],["INSTALL SLEEVE (CONCRETE)","3-001"],["INSTALL CONDUIT","3-001"],
["INSTALL CABLE RUNWAY/TRAY","3-001"],["MDF/IDF WORK:",""],["INSTALL BACKBOARD","4-001"],
["INSTALL CABLE RUNWAY/TRAY","4-002"],["INSTALL GROUND WIRE","4-002"],["INSTALL RACK/CABINET","4-003"],
["IDF EQUIPMENT MOUNTING","4-003"],["INSTALL GROUND WIRE","4-003"],["IDF HORIZ CABLE DRESSING","4-004"],
["IDF HORIZ CABLE TERMINATIONS","4-004"],["IDF LABELING","4-005"],["RISERS:",""],
["RISER CABLE ROUGH IN","5-001"],["RISER CABLE DRESSING","5-001"],["RISER CABLE TERMINATIONS","4-004"],
["HORIZONTAL WORK:",""],["IDF TESTING","4-005"],["INSTALL PULL STRING","6-X0X/7-00X"],
["CABLE ROUGH-IN","6-X0X/7-00X"],["FISH WALL","6-X0X/7-00X"],["INSTALL MPLS","6-X0X/7-00X"],
["INSTALL WIREMOLD","6-X0X/7-00X"],["TERMINATE JACKS","6-X0X/7-00X"],["INSTALL FACEPLATES","6-X0X/7-00X"],
["TESTING","6-X0X/7-00X"],["INDIRECT LABOR COSTS:",""],["PUNCHLIST","8-006"],
["TROUBLESHOOTING","8-006"],["MATERIAL HANDLING","8-007"],["DEMO:",""],
["ISP DEMO","11-001"],["RISER DEMO","11-003"]
];
// For statement runs through all rows
for(var i = 0; i<38; i++) {
//console.log("i value: " + i);
// Divs needed
var workRowTop = document.createElement("div");
var workRowBottom = document.createElement("div");
var workPerformed = document.createElement("div");
var workCode = document.createElement("div");
workRowTop.className="row";
workRowBottom.className="row";
// Labels needed
var labelA = document.createElement("label");
var labelAText = document.createTextNode("word");
labelAText.nodeValue = fieldsList[i][0];
labelA.id = ("work-performed-" + i);
// Switch statement (default sets a number to the input)
switch(i) {
case 0:
case 7:
case 17:
case 21:
case 31:
case 35:
// Set class for div needed
workPerformed.className="form-group col-xs-12";
// Set data for labels needed
labelA.className = "control-label col-xs-12".type = "text";
labelA.appendChild(labelAText);
// Append children
workPerformed.appendChild(labelA);
workRowTop.appendChild(workPerformed);
workDiv.appendChild(workRowTop);
break;
default:
// Set classes for divs needed
workPerformed.className="col-xs-6";
workCode.className="col-xs-6";
var hoursDiv = document.createElement("div");
hoursDiv.className = "form-group col-xs-4";
var issuedDiv = document.createElement("div");
issuedDiv.className = "form-group col-xs-4";
var installedDiv = document.createElement("div");
installedDiv.className = "form-group col-xs-4";
// Set data for labels needed
labelA.className = "control-label".type = "text";
var labelB = document.createElement("label");
labelB.className = "control-label".type = "text";
var labelBText = document.createTextNode("word");
labelA.appendChild(labelAText);
labelBText.nodeValue = fieldsList[i][1];
labelB.id = ("work-code-" + i);
labelB.appendChild(labelBText);
// Create inputs for hours, materials issued and installed
var inputHours = document.createElement("input");
var inputIssued = document.createElement("input");
var inputInstalled = document.createElement("input");
inputHours.type = "number";
inputHours.className = "form-control col-xs-4";
inputHours.placeholder = "Hours";
inputHours.id = ("hours-" + i);
inputIssued.type = "text";
inputIssued.className = "form-control col-xs-4";
inputIssued.placeholder = "Issued Materials";
inputIssued.id = ("matIssued-" + i);
inputInstalled.type = "text";
inputInstalled.className = "form-control col-xs-4";
inputInstalled.placeholder = "Installed Materials";
inputInstalled.id = ("matInstalled-" + i);
// Append all children
workPerformed.appendChild(labelA);
workCode.appendChild(labelB);
workRowTop.appendChild(workPerformed);
workRowTop.appendChild(workCode);
hoursDiv.appendChild(inputHours);
issuedDiv.appendChild(inputIssued);
installedDiv.appendChild(inputInstalled);
workRowBottom.append(hoursDiv);
workRowBottom.append(issuedDiv);
workRowBottom.append(installedDiv);
workDiv.appendChild(workRowTop);
workDiv.appendChild(workRowBottom);
}
}
}
</script>
<script>
// Script to apply all needed information for OSP
function workOSP() {
// Show button as selected
document.getElementById("work-isp").className = "btn btn-sm btn-info col-xs-3 col-xs-offset-2";
document.getElementById("work-osp").className = "btn btn-sm btn-primary col-xs-3 col-xs-offset-2";
// Clear div on page
var workDiv = document.getElementById("work-div");
workDiv.innerHTML="";
var fieldsList = [
["OSP (Including Site Work):",""],["MAINTENANCE HOLE SETUP","2-001"],["ROD AND ROPE","2-001"],
["INSTALL INNDERDUCT","2-001"],["INSTALL CABLE","2-001"],["MAINTENANCE HOLE/OUTDOOR WORK:",""],
["DRESS CABLES","2-002"],["INSTALL DUCT SEAL","2-002"],["INSTALL TERMINATION BAGS","2-002"],
["INSTALL LABELING","2-002"],["SPLICING WORK","2-002"],["MOUNT EQUIPMENT","2-002"],
["TERMINATIONS","2-002"],["TESTING","2-002"],["MAINTENANCE HOLE GUARD","2-001"],
["TRAFFIC CONTROL","2-001"],["INDIRECT LABOR COSTS:",""],["PUNCHLIST","8-006"],
["TROUBLESHOOTING","8-006"],["MATERIAL HANDLING","8-007"],["DEMO:",""],["OSP DEMO","11-002"]
];
// For statement runs through all rows
for(var i = 0; i<22; i++) {
//console.log("i value: " + i);
// Divs needed
var workRowTop = document.createElement("div");
var workRowBottom = document.createElement("div");
var workPerformed = document.createElement("div");
var workCode = document.createElement("div");
workRowTop.className="row";
workRowBottom.className="row";
// Labels needed
var labelA = document.createElement("label");
var labelAText = document.createTextNode("word");
labelAText.nodeValue = fieldsList[i][0];
labelA.id = ("work-performed-" + i);
// Switch statement (default sets a number to the input)
switch(i) {
case 0:
case 5:
case 16:
case 20:
// Set class for div needed
workPerformed.className="form-group col-xs-12";
// Set data for labels needed
labelA.className = "control-label col-xs-12".type = "text";
labelA.appendChild(labelAText);
// Append children
workPerformed.appendChild(labelA);
workRowTop.appendChild(workPerformed);
workDiv.appendChild(workRowTop);
break;
default:
// Set classes for divs needed
workPerformed.className="col-xs-6";
workCode.className="col-xs-6";
var hoursDiv = document.createElement("div");
hoursDiv.className = "form-group col-xs-4";
var issuedDiv = document.createElement("div");
issuedDiv.className = "form-group col-xs-4";
var installedDiv = document.createElement("div");
installedDiv.className = "form-group col-xs-4";
// Set data for labels needed
labelA.className = "control-label".type = "text";
var labelB = document.createElement("label");
labelB.className = "control-label".type = "text";
var labelBText = document.createTextNode("word");
labelA.appendChild(labelAText);
labelBText.nodeValue = fieldsList[i][1];
labelB.id = ("work-code-" + i);
labelB.appendChild(labelBText);
// Create inputs for hours, materials issued and installed
var inputHours = document.createElement("input");
var inputIssued = document.createElement("input");
var inputInstalled = document.createElement("input");
inputHours.type = "number";
inputHours.className = "form-control col-xs-4";
inputHours.placeholder = "Hours";
inputHours.id = ("hours-" + i);
inputIssued.type = "text";
inputIssued.className = "form-control col-xs-4";
inputIssued.placeholder = "Issued Materials";
inputIssued.id = ("matIssued-" + i);
inputInstalled.type = "text";
inputInstalled.className = "form-control col-xs-4";
inputInstalled.placeholder = "Installed Materials";
inputInstalled.id = ("matInstalled-" + i);
// Append all children
workPerformed.appendChild(labelA);
workCode.appendChild(labelB);
workRowTop.appendChild(workPerformed);
workRowTop.appendChild(workCode);
hoursDiv.appendChild(inputHours);
issuedDiv.appendChild(inputIssued);
installedDiv.appendChild(inputInstalled);
workRowBottom.append(hoursDiv);
workRowBottom.append(issuedDiv);
workRowBottom.append(installedDiv);
workDiv.appendChild(workRowTop);
workDiv.appendChild(workRowBottom);
}
}
}
</script>
<script>
// Script that sets dtr-date as today's date (yyyy-mm-dd)
function todaysDate() {
date = new Date();
year = date.getFullYear();
month = date.getMonth() + 1;
if(month < 10) {
month = "0" + month;
}
day = date.getDate();
if(day < 10) {
day = "0" + day;
}
document.getElementById("dtr-date").value = year + "-" + month + "-" + day;
}
</script>
<script>
function getTodaysDate() {
date = new Date();
year = date.getFullYear();
month = date.getMonth() + 1;
if(month < 10) {
month = "0" + month;
}
day = date.getDate();
return year + "-" + month + "-" + day;
}
</script>
<script>
function setInitials() {
var user = firebase.auth().currentUser;
firebase.database().ref("employees/employed/" + user.uid + "/initials/").once('value').then(function(snapshot) {
var workDiv = document.getElementById("dtr-form");
var initialsElement = document.createElement("input");
// Get initials for user
initialsElement.value = snapshot.val();
initialsElement.name = snapshot.val();
console.log("userInitials: " + initialsElement.value);
//initialsElement.type = "hidden";
initialsElement.id = "hidden-initials";
workDiv.append(initialsElement);
});
}
</script>
<!-- jQuery -->
<script src="../vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="../vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Metis Menu Plugin JavaScript -->
<script src="../vendor/metisMenu/metisMenu.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="../dist/js/sb-admin-2.js"></script>
</body>
|
app/css/components/movieList.css | mbinet/Hypertube | @import '../settings';
@import '../common/colors';
@import '../common/typography';
.movieList {
width: 100%;
display:flex;
flex-wrap: wrap;
flex-direction: row;
}
.movieListDiv {
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.resultsDiv {
width:100%;
}
@media screen and (max-width: 525px){
.movieListDiv {
flex-direction: column;
justify-content: center;
align-items: center;
}
}
|
02.OperatorsAndExpressions/problem2-DivisibleBy7And5.html | danisio/JavaScript-Homeworks | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Problem 2. Divisible by 7 and 5</title>
<link href="styles/js-console.css" rel="stylesheet" />
</head>
<body>
<div id="js-console"></div>
<script src="scripts/js-console.js"></script>
<script src="scripts/problem2-DivisibleBy7And5.js"></script>
</body>
</html>
|
SPS Website/officers.html | tenifni/UCLA-SPS | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/theme.css" rel="stylesheet">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Josefin+Slab:100,300,400,600,700,100italic,300italic,400italic,600italic,700italic" rel="stylesheet" type="text/css">
<style>
</style>
<title>Officers</title>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon"/>
</head>
<body>
<!--Main banner-->
<div class="brand" style ="font-family: sans-serif; font-weight: 300px;"><img src="img/ucla2.jpg" style="width: 17%; height: 17%; opacity:0.92"> Society of Physics Students</div>
<div class="address-bar">Undergraduate physics club @ UCLA |<a href="https://www.facebook.com/groups/UCLA.SPS/"><font color = "#ffcc33"> Facebook</font></a>| <a href="https://twitter.com/uclasps/"><font color = "#ffcc33">Twitter</font></a></div>
<!-- Navigation -->
<nav class="navbar navbar-default" role="navigation">
<div class="container"> <!--navi container-->
<!-- Groupping toggle & banner better for 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>
<a class="navbar-brand" href="index.html">SPS</a> <!-- navbar-brand is hidden on larger screens, but visible when the menu is collapsed -->
</div> <!--Mobile display-->
<!-- Collecting the nav links for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="updates.html">Updates</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="javascript:void(0)" data-toggle="dropdown">Officers<span class="caret"></span></a>
<ul class ="dropdown-menu">
<li><a href="officers.html">2016-2017</a></li>
<li><a href="#">2015-2016</a></li>
<li><a href="officers1415.html">2014-2015</a></li>
</ul>
</li>
<li>
<a href="javascript:void(0)" data-toggle="dropdown">Documents<span class="caret"></span></a>
<ul class ="dropdown-menu">
<li><a href="arduino.html">•Arduino</a></li>
<li><a href="logistics.html">•Logistics</a></li>
</ul>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div> <!--navi container-->
</nav>
<!--Container for team-->
<div class="container">
<div class="row">
<div class="box">
<div class="col-lg-12">
<hr>
<h2 class="intro-text text-center">2016-2017<strong> Officer Board</strong></h2>
<hr>
</div>
<!--Officers Bio Section-->
<div class="col-lg-12">
<center>
<img class="img-responsive" src="img/liya.jpg" alt="" style="height: 35%; width:35%">
<h3 style="font-family:verdana; font-size:1.3em">Liya Oster <small style="font-size:0.8em">President</small></h3>
<p align="center" style="font-family:verdana; font-size:13px">Liya is a 3rd-year biophysics major. She works in the Virus Research Group studying in vitro viral self-assembly and properties of long RNAs in solution. When not studying or in lab, she likes to draw, run, and bind books. A few of her favourite things include octopuses (and most other animals), hotpot, and coffee.</p>
</center>
</div>
<div class="col-lg-12 text-center">
<div class="col-md-6 text-center">
<center>
<hr>
<img class="img-responsive" src="img/raj.jpg" alt="" style="height: 30%; width:50%">
<h3 style="font-family:verdana; font-size:1.3em">Raj Chaklashiya <small style="font-size:0.8em">Vice President of <b>Builds</b> </small></h3>
<p align="justify" style="font-family:verdana; font-size:13px">Hello, fellow physicists-in-making! I’m a 2nd year taking 3rd year physics classes who can graduate in Spring 2018. I currently work in the Ni Research Group, which is a condensed matter physics research lab where we synthesize various materials and examine them for their superconducting properties! While I’m not busy slaying quantum mechanics problems or debugging Arduino code, I enjoy drawing imaginary characters for a huge sci-fi novel metaseries that I’m planning on eventually writing. Eventually. <br>Other things I enjoy are science literacy, satire, politics, and programming.</br> </p>
</center>
</div>
<div class="col-md-6">
<center>
<hr>
<img class="img-responsive" src="img/kunal.jpg" alt="" style="height: 40%; width:40%">
<h3 style="font-family:verdana; font-size:1.3em">Kunal Sanwalka <small style="font-size:0.8em">Vice President of <b>Builds</b> </small></h3>
<p align="justify" style="font-family:verdana; font-size:13px">I'm a physics major in my sophomore year. Currently working in PBPL and I love to give hugs. Hugs are bae. I also like to watch movies over a of couple days.</p>
</center>
</div>
</div>
<div class="col-lg-12 text-center">
<div class="col-md-6 text-center">
<center>
<hr>
<img class="img-responsive" src="img/cindy.jpg" alt="" style="height: 30%; width:50%">
<h3 style="font-family:verdana; font-size:1.3em">Cindy Ling <small style="font-size:0.8em">Vice President of <b>Builds</b></small></h3>
<p align="justify" style="font-family:verdana; font-size:13px"></br>Cindy is Cindy.'nuff said.</p>
</center>
</div>
<div class="col-md-6">
<center>
<hr>
<img class="img-responsive" src="img/night.jpg" alt="" style="height: 70%; width:50%">
<h3 style="font-family:verdana; font-size:1.3em">Bade, Raj, Chad <small style="font-size:0.8em">Vice President of <b>Presentations</b> </small></h3>
<p align="justify" style="font-family:verdana; font-size:13px">The triple makes magic happen</p>
</center>
</div>
</div>
<div class="col-lg-12 text-center">
<div class="col-md-6 text-center">
<center>
<hr>
<img class="img-responsive" src="img/chad.jpg" alt="" style="height: 30%; width:50%">
<h3 style="font-family:verdana; font-size:1.3em">Chad Bloxham <small style="font-size:0.8em">Vice President of <b>Games</b> </small></h3>
<p align="justify" style="font-family:verdana; font-size:13px"></br>Chad is a higly memeable character.</p>
</center>
</div>
<div class="col-md-6">
<center>
<hr>
<img class="img-responsive" src="img/bade.jpg" alt="" style="height: 30%; width:50%">
<h3 style="font-family:verdana; font-size:1.3em">Bade Sayki <small style="font-size:0.8em">Treasurer</small></h3>
<p align="justify" style="font-family:verdana; font-size:13px">Well hello hello there! I also happen to be a second year physics major. I tolerate math for physics (that’s real love right there, folks). I basically have zero chill. I like random Powell physics turn-ups *dancing lady emoji* and coffee. I love coffee. I think it’s a form of art. In fact, I work at an on-campus coffee place. I’ve also been knitting (#grandma) and reading memes lately. I provide the food.</p>
</center>
</div>
</div>
<div class="col-lg-12 text-center">
<div class="col-md-6 text-center">
<center>
<hr>
<img class="img-responsive" src="img/scarlett1.jpg" alt="" style="height: 30%; width:50%">
<h3 style="font-family:verdana; font-size:1.3em">Scarlett Yu <small style="font-size:0.8em">Webmaster </small></h3>
<p align="justify" style="font-family:verdana; font-size:13px">Scarlett is a 2nd year physics student tempted to double-major in math. She is invovled in Campbell's AMO research group. Scarlett's specialties include bad web design, and abusing Taylor's theorm to linearize every nonlinear equation she can't solve. Outside of academics Scarlett has no lyfe, nor does she have a life in academics. She is non-existent.</p>
</center>
</div>
<div class="col-md-6">
<center>
<hr>
<img class="img-responsive" src="img/haiying.jpg" alt="" style="height: 30%; width:50%">
<h3 style="font-family:verdana; font-size:1.3em">Haiying Huang <small style="font-size:0.8em">Webmaster</small></h3>
<p align="justify" style="font-family:verdana; font-size:13px">Haiying is Arthur. Arthur is Haiying. Wat???</p>
</center>
</div>
</div>
<div class="col-lg-12 text-center">
<center>
<hr>
<p style="font-family:verdana; font-size:15px"> 2016-17 team plus last year's president <a href="officers1415.html">Szilárd</a>, celebrating Chad's belated birthday</p>
<img class="img-responsive" src="img/officers.jpg" alt="" style="height: 60%; width:60%">
<p><a href="https://www.instagram.com/uclaspsmeme/"><i>Fun fact</i></a> </p>
</center>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!--Contact-->
<!--
<div class ="container">
<div class="row">
<div class="box">
<div class="col-lg-12">
<hr>
<h2 class="intro-text text-center">Contact
<strong>form</strong>
</h2>
<hr>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fugiat, vitae, distinctio, possimus repudiandae cupiditate ipsum excepturi dicta neque eaque voluptates tempora veniam esse earum sapiente optio deleniti consequuntur eos voluptatem.</p>
<form role="form">
<div class="row">
<div class="form-group col-lg-4">
<label>Name</label>
<input type="text" class="form-control">
</div>
<div class="form-group col-lg-4">
<label>Email Address</label>
<input type="email" class="form-control">
</div>
<div class="form-group col-lg-4">
<label>Phone Number</label>
<input type="tel" class="form-control">
</div>
<div class="clearfix"></div>
<div class="form-group col-lg-12">
<label>Message</label>
<textarea class="form-control" rows="6"></textarea>
</div>
<div class="form-group col-lg-12">
<input type="hidden" name="save" value="contact">
<button type="submit" class="btn btn-default">Submit</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
-->
<!-- /.container -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<p style="font-family:verdana; font-size:13px">© UCLA-SPS 2016 </p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>
|
html/234567014950.html | GoC-Spending/data-corporations |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
ArsenaultBestCameronEllis -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492240268880&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=3814&V_SEARCH.docsStart=3813&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=3812&V_DOCUMENT.docRank=3813&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492240288954&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567002280&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=3814&V_DOCUMENT.docRank=3815&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492240288954&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456106124&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
ArsenaultBestCameronEllis
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>ArsenaultBestCameronEllis</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://acgca.ca"
target="_blank" title="Website URL">http://acgca.ca</a></p>
<p><a href="mailto:office@abce.ca" title="office@abce.ca">office@abce.ca</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
P.O. Box 455<br/>
CHARLOTTETOWN,
Prince Edward Island<br/>
C1A 7L1
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
100-18 Queen St.<br/>
CHARLOTTETOWN,
Prince Edward Island<br/>
C1A 4A1
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(902) 368-3100
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(902) 566-5074</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> ArsenaultBestCameronEllis has a long history of providing professional accounting and related services to corporations, organizations and individuals on Prince Edward Island and throughout the region. Our firm has evolved from a one-man accounting practice that began after the Second World War. After five successful years, the practice became an office of a national CA firm called McDonald Currie, which operated in Charlottetown until 1964. The practice was then sold to the resident partner who continued the operation as R.D. Manning & Company for fifteen years. In 1979, the office joined the national and international CA firm of Coopers & Lybrand, which merged to become PricewaterhouseCoopers in 1998.
<br>
<br>The existing practice is now operating under a local firm name providing professional services on the same timely basis as before, but with local ownership of the practice by our four resident partners.
<br>
<br>ArsenaultBestCameronEllis has a large and varied professional services practice, offering services in all the main practice areas of auditing, accounting and taxation as well as other specialty areas such as consulting and valuation. Our 24 staff have a wide variety of training and experience in providing professional services to virtually all sectors of the PEI economy. We have a large client base in the not-for-profit sector, from very large entities with hundreds of employees to small organizations with few employees and small budgets. For not-for-profit organizations, our office has provided services in a wide range of areas including auditing, commodity taxation, strategic planning, systems analysis, information technology security, charitable status requests and budgeting, to name only a few.
<br><br>
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Doug
Ezeard
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Partner/Associate
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Finance/Accounting.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(902) 368-3100
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(902) 566-5074
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
dezeard@abce.ca
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
David
Arsenault
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Partner/Associate
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(902) 368-3100
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(902) 566-5074
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
darsenault@abce.ca
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1965
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541212 - Offices of Accountants
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
541510 - Computer Systems Design and Related Services<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
24
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Technology Solutions <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
PriceWaterhouseCooper's practice includes major enterprise
<br>
resources planning platforms such as Oracle, PeopleSoft and JD
<br>
Edwards. We also provide systems integration and E-Business
<br>
total solutions.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Accounting Services <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
On Prince Edward Island, the company has been involved in a
<br>
variety of significant projects, including the design,
<br>
development and implementation testing requirements for Veterans
<br>
Affairs Canada's Client Service Delivery Network, and the
<br>
development of e-commerce resources and packages for private
<br>
sector clients.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Performance Improvement <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Focus is on functional areas such as supply chain management,
<br>
financial cost management, HR management, technology management,
<br>
materials cost management and physical asset management.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Strategic Change Management <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
This area of practice is focused on business & E-Business
<br>
strategies.<br>
<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<h3 class="page-header">
Technology profile
</h3>
<section class="container-fluid">
Vendor alliances with many software solution providers focuses
<br>
on several industry sectors including financial services,
<br>
consumer and industrial products, information, communications &
<br>
entertainment, energy, and services.
</section>
<!-- Market Profile -->
<h3 class="page-header">
Market profile
</h3>
<section class="container-fluid">
<h4>
Alliances:
</h4>
<ul>
<li>Sales/Marketing</li>
<li>Technology</li>
</ul>
<h4>
Geographic markets:
</h4>
<h5>
Export experience:
</h5>
<ul>
<li>Algeria</li>
<li>Brazil</li>
<li>Cuba</li>
<li>Iran, Islamic Republic of</li>
<li>Japan</li>
<li>Mexico</li>
<li>United Kingdom</li>
<li>United States</li>
</ul>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Doug
Ezeard
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Partner/Associate
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Finance/Accounting.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(902) 368-3100
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(902) 566-5074
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
dezeard@abce.ca
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
David
Arsenault
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Partner/Associate
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(902) 368-3100
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(902) 566-5074
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
darsenault@abce.ca
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1965
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541212 - Offices of Accountants
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
541510 - Computer Systems Design and Related Services<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
24
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Technology Solutions <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
PriceWaterhouseCooper's practice includes major enterprise
<br>
resources planning platforms such as Oracle, PeopleSoft and JD
<br>
Edwards. We also provide systems integration and E-Business
<br>
total solutions.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Accounting Services <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
On Prince Edward Island, the company has been involved in a
<br>
variety of significant projects, including the design,
<br>
development and implementation testing requirements for Veterans
<br>
Affairs Canada's Client Service Delivery Network, and the
<br>
development of e-commerce resources and packages for private
<br>
sector clients.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Performance Improvement <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Focus is on functional areas such as supply chain management,
<br>
financial cost management, HR management, technology management,
<br>
materials cost management and physical asset management.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Strategic Change Management <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
This area of practice is focused on business & E-Business
<br>
strategies.<br>
<br>
</div>
</div>
</section>
</details>
<details id="details-panel5">
<summary>
Technology
</summary>
<h2 class="wb-invisible">
Technology profile
</h2>
<section class="container-fluid">
Vendor alliances with many software solution providers focuses
<br>
on several industry sectors including financial services,
<br>
consumer and industrial products, information, communications &
<br>
entertainment, energy, and services.
</section>
</details>
<details id="details-panel6">
<summary>
Market
</summary>
<h2 class="wb-invisible">
Market profile
</h2>
<section class="container-fluid">
<h4>
Alliances:
</h4>
<ul>
<li>Sales/Marketing</li>
<li>Technology</li>
</ul>
<h4>
Geographic markets:
</h4>
<h5>
Export experience:
</h5>
<ul>
<li>Algeria</li>
<li>Brazil</li>
<li>Cuba</li>
<li>Iran, Islamic Republic of</li>
<li>Japan</li>
<li>Mexico</li>
<li>United Kingdom</li>
<li>United States</li>
</ul>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2017-03-23
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
|
html/113018920001.html | GoC-Spending/data-corporations |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
Trimco Woods Inc. -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492327057770&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=48111&V_SEARCH.docsStart=48110&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=48109&V_DOCUMENT.docRank=48110&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492327075351&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567088788&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=48111&V_DOCUMENT.docRank=48112&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492327075351&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456205089&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
Trimco Woods Inc.
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Trimco Woods Inc.</p>
<p><a href="mailto:trim_co@hotmail.com" title="trim_co@hotmail.com">trim_co@hotmail.com</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
115 Healey Rd<br/>
BOLTON,
Ontario<br/>
L7E 5R3
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
115 Healey Rd<br/>
BOLTON,
Ontario<br/>
L7E 5R3
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(905) 857-3424
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(905) 857-3459</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Sylvester
Krzepton
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
President<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(905) 857-3424
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(905) 857-3459
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
trim_co@hotmail.com
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
FRED
RUBOW
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Manager
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1964
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
337215 - Showcase, Partition, Shelving and Locker Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$500,000 to $999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1 to $99,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
45
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FURNITURE, TABLE AND COUNTER TOPS, HOUSEHOLD <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FURNITURE, HOUSEHOLD, WOODEN, PARTS, NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
SHELVING, WOODEN <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
COUNTERS, HOTEL, REST, STORE & OFFICE <br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<h3 class="page-header">
Market profile
</h3>
<section class="container-fluid">
<h4>
Geographic markets:
</h4>
<h5>
Export experience:
</h5>
<ul>
<li>United States</li>
</ul>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Sylvester
Krzepton
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
President<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(905) 857-3424
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(905) 857-3459
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
trim_co@hotmail.com
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
FRED
RUBOW
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Manager
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1964
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
337215 - Showcase, Partition, Shelving and Locker Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$500,000 to $999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1 to $99,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
45
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FURNITURE, TABLE AND COUNTER TOPS, HOUSEHOLD <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FURNITURE, HOUSEHOLD, WOODEN, PARTS, NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
SHELVING, WOODEN <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
COUNTERS, HOTEL, REST, STORE & OFFICE <br>
</div>
</div>
</section>
</details>
<details id="details-panel6">
<summary>
Market
</summary>
<h2 class="wb-invisible">
Market profile
</h2>
<section class="container-fluid">
<h4>
Geographic markets:
</h4>
<h5>
Export experience:
</h5>
<ul>
<li>United States</li>
</ul>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-04-01
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
|
doc/src/wayland_client/core/shm_pool.rs.html | mcanders/bevy | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="Source to the Rust file `/home/carter/.cargo/registry/src/github.com-1ecc6299db9ec823/wayland-client-0.1.6/src/core/shm_pool.rs`.">
<meta name="keywords" content="rust, rustlang, rust-lang">
<title>shm_pool.rs.html -- source</title>
<link rel="stylesheet" type="text/css" href="../../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press 'S' to search, '?' for more options..."
type="search">
</div>
</form>
</nav>
<section id='main' class="content source"><pre class="line-numbers"><span id="1"> 1</span>
<span id="2"> 2</span>
<span id="3"> 3</span>
<span id="4"> 4</span>
<span id="5"> 5</span>
<span id="6"> 6</span>
<span id="7"> 7</span>
<span id="8"> 8</span>
<span id="9"> 9</span>
<span id="10">10</span>
<span id="11">11</span>
<span id="12">12</span>
<span id="13">13</span>
<span id="14">14</span>
<span id="15">15</span>
<span id="16">16</span>
<span id="17">17</span>
<span id="18">18</span>
<span id="19">19</span>
<span id="20">20</span>
<span id="21">21</span>
<span id="22">22</span>
<span id="23">23</span>
<span id="24">24</span>
<span id="25">25</span>
<span id="26">26</span>
<span id="27">27</span>
<span id="28">28</span>
<span id="29">29</span>
<span id="30">30</span>
<span id="31">31</span>
<span id="32">32</span>
<span id="33">33</span>
<span id="34">34</span>
<span id="35">35</span>
<span id="36">36</span>
<span id="37">37</span>
<span id="38">38</span>
<span id="39">39</span>
<span id="40">40</span>
<span id="41">41</span>
<span id="42">42</span>
<span id="43">43</span>
<span id="44">44</span>
<span id="45">45</span>
<span id="46">46</span>
<span id="47">47</span>
<span id="48">48</span>
<span id="49">49</span>
<span id="50">50</span>
<span id="51">51</span>
<span id="52">52</span>
<span id="53">53</span>
<span id="54">54</span>
<span id="55">55</span>
<span id="56">56</span>
<span id="57">57</span>
<span id="58">58</span>
<span id="59">59</span>
<span id="60">60</span>
<span id="61">61</span>
<span id="62">62</span>
<span id="63">63</span>
<span id="64">64</span>
<span id="65">65</span>
<span id="66">66</span>
<span id="67">67</span>
</pre><pre class='rust '>
<span class='kw'>use</span> <span class='ident'>super</span>::{<span class='ident'>From</span>, <span class='ident'>FromOpt</span>, <span class='ident'>Buffer</span>, <span class='ident'>Shm</span>, <span class='ident'>ShmFormat</span>};
<span class='kw'>use</span> <span class='ident'>ffi</span>::<span class='ident'>interfaces</span>::<span class='ident'>shm</span>::<span class='ident'>wl_shm_create_pool</span>;
<span class='kw'>use</span> <span class='ident'>ffi</span>::<span class='ident'>interfaces</span>::<span class='ident'>shm_pool</span>::{<span class='ident'>wl_shm_pool</span>, <span class='ident'>wl_shm_pool_destroy</span>};
<span class='kw'>use</span> <span class='ident'>ffi</span>::<span class='ident'>FFI</span>;
<span class='doccomment'>/// A shared memory pool.</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// It represents a chunk of memory shared between your program and the</span>
<span class='doccomment'>/// wayland client. You can write to it using the means you used to create</span>
<span class='doccomment'>/// it (for example by writing to the file if you used a temporary file).</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// This pool can the be split into buffers, which are "views" into the pool</span>
<span class='doccomment'>/// that the server will use to draw on the surfaces.</span>
<span class='kw'>pub</span> <span class='kw'>struct</span> <span class='ident'>ShmPool</span> {
<span class='ident'>_shm</span>: <span class='ident'>Shm</span>,
<span class='ident'>ptr</span>: <span class='op'>*</span><span class='kw-2'>mut</span> <span class='ident'>wl_shm_pool</span>
}
<span class='comment'>// ShmPool is self owned</span>
<span class='kw'>unsafe</span> <span class='kw'>impl</span> <span class='ident'>Send</span> <span class='kw'>for</span> <span class='ident'>ShmPool</span> {}
<span class='comment'>// The wayland library guaranties this.</span>
<span class='kw'>unsafe</span> <span class='kw'>impl</span> <span class='ident'>Sync</span> <span class='kw'>for</span> <span class='ident'>ShmPool</span> {}
<span class='kw'>impl</span> <span class='ident'>ShmPool</span> {
<span class='doccomment'>/// Creates a new buffer from this memory pool.</span>
<span class='doccomment'>///</span>
<span class='doccomment'>/// - `offset` is the number of bytes to skip from the beginning of the pool.</span>
<span class='doccomment'>/// - `width` and `height` are the dimensions of the image the server will read.</span>
<span class='doccomment'>/// - `stride` is the number of bytes separating the begining of each line (</span>
<span class='doccomment'>/// for example, on a ARGB888 format, each pixel is 4 bytes long, so on a</span>
<span class='doccomment'>/// classic data layout we would have `stride = 4*width`).</span>
<span class='doccomment'>/// - `format` is the format of the data contained in the buffer.</span>
<span class='kw'>pub</span> <span class='kw'>fn</span> <span class='ident'>create_buffer</span><span class='op'><</span><span class='lifetime'>'b</span><span class='op'>></span>(<span class='kw-2'>&</span><span class='self'>self</span>, <span class='ident'>offset</span>: <span class='ident'>i32</span>, <span class='ident'>width</span>: <span class='ident'>i32</span>, <span class='ident'>height</span>: <span class='ident'>i32</span>, <span class='ident'>stride</span>: <span class='ident'>i32</span>, <span class='ident'>format</span>: <span class='ident'>ShmFormat</span>)
<span class='op'>-></span> <span class='prelude-ty'>Option</span><span class='op'><</span><span class='ident'>Buffer</span><span class='op'>></span> {
<span class='ident'>FromOpt</span>::<span class='ident'>from</span>((<span class='self'>self</span>, <span class='ident'>offset</span>, <span class='ident'>width</span>, <span class='ident'>height</span>, <span class='ident'>stride</span>, <span class='ident'>format</span> <span class='kw'>as</span> <span class='ident'>u32</span>))
}
}
<span class='kw'>impl</span> <span class='ident'>From</span><span class='op'><</span>(<span class='ident'>Shm</span>, <span class='ident'>i32</span>, <span class='ident'>i32</span>)<span class='op'>></span> <span class='kw'>for</span> <span class='ident'>ShmPool</span> {
<span class='kw'>fn</span> <span class='ident'>from</span>((<span class='ident'>shm</span>, <span class='ident'>fd</span>, <span class='ident'>size</span>): (<span class='ident'>Shm</span>, <span class='ident'>i32</span>, <span class='ident'>i32</span>)) <span class='op'>-></span> <span class='ident'>ShmPool</span> {
<span class='kw'>let</span> <span class='ident'>ptr</span> <span class='op'>=</span> <span class='kw'>unsafe</span> { <span class='ident'>wl_shm_create_pool</span>(<span class='ident'>shm</span>.<span class='ident'>ptr_mut</span>(), <span class='ident'>fd</span>, <span class='ident'>size</span>) };
<span class='ident'>ShmPool</span> {
<span class='ident'>_shm</span>: <span class='ident'>shm</span>,
<span class='ident'>ptr</span>: <span class='ident'>ptr</span>
}
}
}
<span class='kw'>impl</span> <span class='ident'>Drop</span> <span class='kw'>for</span> <span class='ident'>ShmPool</span> {
<span class='kw'>fn</span> <span class='ident'>drop</span>(<span class='kw-2'>&</span><span class='kw-2'>mut</span> <span class='self'>self</span>) {
<span class='kw'>unsafe</span> { <span class='ident'>wl_shm_pool_destroy</span>(<span class='self'>self</span>.<span class='ident'>ptr</span>) };
}
}
<span class='kw'>impl</span> <span class='ident'>FFI</span> <span class='kw'>for</span> <span class='ident'>ShmPool</span> {
<span class='kw'>type</span> <span class='ident'>Ptr</span> <span class='op'>=</span> <span class='ident'>wl_shm_pool</span>;
<span class='kw'>fn</span> <span class='ident'>ptr</span>(<span class='kw-2'>&</span><span class='self'>self</span>) <span class='op'>-></span> <span class='op'>*</span><span class='kw'>const</span> <span class='ident'>wl_shm_pool</span> {
<span class='self'>self</span>.<span class='ident'>ptr</span> <span class='kw'>as</span> <span class='op'>*</span><span class='kw'>const</span> <span class='ident'>wl_shm_pool</span>
}
<span class='kw'>unsafe</span> <span class='kw'>fn</span> <span class='ident'>ptr_mut</span>(<span class='kw-2'>&</span><span class='self'>self</span>) <span class='op'>-></span> <span class='op'>*</span><span class='kw-2'>mut</span> <span class='ident'>wl_shm_pool</span> {
<span class='self'>self</span>.<span class='ident'>ptr</span>
}
}
</pre>
</section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div class="shortcuts">
<h1>Keyboard shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>typedef</code> (or
<code>tdef</code>).
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
<script>
window.rootPath = "../../../";
window.currentCrate = "wayland_client";
window.playgroundUrl = "";
</script>
<script src="../../../jquery.js"></script>
<script src="../../../main.js"></script>
<script async src="../../../search-index.js"></script>
</body>
</html> |
doc/jdk6_cn/javax/swing/text/AbstractDocument.DefaultDocumentEvent.html | piterlin/piterlin.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0-beta2) on Mon Mar 19 19:09:08 CST 2007 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
AbstractDocument.DefaultDocumentEvent (Java Platform SE 6)
</TITLE><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script>
<META NAME="date" CONTENT="2007-03-19">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AbstractDocument.DefaultDocumentEvent (Java Platform SE 6)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>类</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/AbstractDocument.DefaultDocumentEvent.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> Platform<br>Standard Ed. 6</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../javax/swing/text/AbstractDocument.Content.html" title="javax.swing.text 中的接口"><B>上一个类</B></A>
<A HREF="../../../javax/swing/text/AbstractDocument.ElementEdit.html" title="javax.swing.text 中的类"><B>下一个类</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?javax/swing/text/AbstractDocument.DefaultDocumentEvent.html" target="_top"><B>框架</B></A>
<A HREF="AbstractDocument.DefaultDocumentEvent.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
摘要: 嵌套 | <A HREF="#fields_inherited_from_class_javax.swing.undo.CompoundEdit">字段</A> | <A HREF="#constructor_summary">构造方法</A> | <A HREF="#method_summary">方法</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
详细信息: 字段 | <A HREF="#constructor_detail">构造方法</A> | <A HREF="#method_detail">方法</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
javax.swing.text</FONT>
<BR>
类 AbstractDocument.DefaultDocumentEvent</H2>
<PRE>
<A HREF="../../../java/lang/Object.html" title="java.lang 中的类">java.lang.Object</A>
<IMG SRC="../../../resources/inherit.gif" ALT="继承者 "><A HREF="../../../javax/swing/undo/AbstractUndoableEdit.html" title="javax.swing.undo 中的类">javax.swing.undo.AbstractUndoableEdit</A>
<IMG SRC="../../../resources/inherit.gif" ALT="继承者 "><A HREF="../../../javax/swing/undo/CompoundEdit.html" title="javax.swing.undo 中的类">javax.swing.undo.CompoundEdit</A>
<IMG SRC="../../../resources/inherit.gif" ALT="继承者 "><B>javax.swing.text.AbstractDocument.DefaultDocumentEvent</B>
</PRE>
<DL>
<DT><B>所有已实现的接口:</B> <DD><A HREF="../../../java/io/Serializable.html" title="java.io 中的接口">Serializable</A>, <A HREF="../../../javax/swing/event/DocumentEvent.html" title="javax.swing.event 中的接口">DocumentEvent</A>, <A HREF="../../../javax/swing/undo/UndoableEdit.html" title="javax.swing.undo 中的接口">UndoableEdit</A></DD>
</DL>
<DL>
<DT><B>正在封闭类:</B><DD><A HREF="../../../javax/swing/text/AbstractDocument.html" title="javax.swing.text 中的类">AbstractDocument</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>AbstractDocument.DefaultDocumentEvent</B><DT>extends <A HREF="../../../javax/swing/undo/CompoundEdit.html" title="javax.swing.undo 中的类">CompoundEdit</A><DT>implements <A HREF="../../../javax/swing/event/DocumentEvent.html" title="javax.swing.event 中的接口">DocumentEvent</A></DL>
</PRE>
<P>
存储修改文档时发生的文档更改。文档修改完成后,可将此内容用于更改通知。AbstractDocument 类及其扩展使用此方法向文档侦听器广播更改信息。
<P>
<P>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<A NAME="nested_class_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>嵌套类摘要</B></FONT></TH>
</TR>
</TABLE>
<A NAME="nested_classes_inherited_from_class_javax.swing.event.DocumentEvent"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>从接口 javax.swing.event.<A HREF="../../../javax/swing/event/DocumentEvent.html" title="javax.swing.event 中的接口">DocumentEvent</A> 继承的嵌套类/接口</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../javax/swing/event/DocumentEvent.ElementChange.html" title="javax.swing.event 中的接口">DocumentEvent.ElementChange</A>, <A HREF="../../../javax/swing/event/DocumentEvent.EventType.html" title="javax.swing.event 中的类">DocumentEvent.EventType</A></CODE></TD>
</TR>
</TABLE>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>字段摘要</B></FONT></TH>
</TR>
</TABLE>
<A NAME="fields_inherited_from_class_javax.swing.undo.CompoundEdit"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>从类 javax.swing.undo.<A HREF="../../../javax/swing/undo/CompoundEdit.html" title="javax.swing.undo 中的类">CompoundEdit</A> 继承的字段</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../javax/swing/undo/CompoundEdit.html#edits">edits</A></CODE></TD>
</TR>
</TABLE>
<A NAME="fields_inherited_from_class_javax.swing.undo.AbstractUndoableEdit"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>从类 javax.swing.undo.<A HREF="../../../javax/swing/undo/AbstractUndoableEdit.html" title="javax.swing.undo 中的类">AbstractUndoableEdit</A> 继承的字段</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../javax/swing/undo/AbstractUndoableEdit.html#RedoName">RedoName</A>, <A HREF="../../../javax/swing/undo/AbstractUndoableEdit.html#UndoName">UndoName</A></CODE></TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>构造方法摘要</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#AbstractDocument.DefaultDocumentEvent(int, int, javax.swing.event.DocumentEvent.EventType)">AbstractDocument.DefaultDocumentEvent</A></B>(int offs,
int len,
<A HREF="../../../javax/swing/event/DocumentEvent.EventType.html" title="javax.swing.event 中的类">DocumentEvent.EventType</A> type)</CODE>
<BR>
构造更改记录。</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>方法摘要</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#addEdit(javax.swing.undo.UndoableEdit)">addEdit</A></B>(<A HREF="../../../javax/swing/undo/UndoableEdit.html" title="javax.swing.undo 中的接口">UndoableEdit</A> anEdit)</CODE>
<BR>
添加文档编辑。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../javax/swing/event/DocumentEvent.ElementChange.html" title="javax.swing.event 中的接口">DocumentEvent.ElementChange</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#getChange(javax.swing.text.Element)">getChange</A></B>(<A HREF="../../../javax/swing/text/Element.html" title="javax.swing.text 中的接口">Element</A> elem)</CODE>
<BR>
获得元素的更改。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../javax/swing/text/Document.html" title="javax.swing.text 中的接口">Document</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#getDocument()">getDocument</A></B>()</CODE>
<BR>
获得发起更改事件的文档。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#getLength()">getLength</A></B>()</CODE>
<BR>
返回更改的长度。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#getOffset()">getOffset</A></B>()</CODE>
<BR>
返回文档中更改开始位置的偏移量。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#getPresentationName()">getPresentationName</A></B>()</CODE>
<BR>
提供此次编辑的已本地化的、可读的描述,比如,适合于在更改日志中使用的。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#getRedoPresentationName()">getRedoPresentationName</A></B>()</CODE>
<BR>
提供此次编辑可重复执行形式的、已本地化的、可读的描述,例如用作 Redo 菜单项。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../javax/swing/event/DocumentEvent.EventType.html" title="javax.swing.event 中的类">DocumentEvent.EventType</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#getType()">getType</A></B>()</CODE>
<BR>
返回事件的类型。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#getUndoPresentationName()">getUndoPresentationName</A></B>()</CODE>
<BR>
提供此次编辑可撤消形式的、已本地化的、可读的描述,例如,用作 Undo 菜单项。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#isSignificant()">isSignificant</A></B>()</CODE>
<BR>
DefaultDocument 事件是有意义的。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#redo()">redo</A></B>()</CODE>
<BR>
重复执行更改。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#toString()">toString</A></B>()</CODE>
<BR>
返回更改事件的字符串表示形式。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/AbstractDocument.DefaultDocumentEvent.html#undo()">undo</A></B>()</CODE>
<BR>
撤消更改。</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_javax.swing.undo.CompoundEdit"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>从类 javax.swing.undo.<A HREF="../../../javax/swing/undo/CompoundEdit.html" title="javax.swing.undo 中的类">CompoundEdit</A> 继承的方法</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../javax/swing/undo/CompoundEdit.html#canRedo()">canRedo</A>, <A HREF="../../../javax/swing/undo/CompoundEdit.html#canUndo()">canUndo</A>, <A HREF="../../../javax/swing/undo/CompoundEdit.html#die()">die</A>, <A HREF="../../../javax/swing/undo/CompoundEdit.html#end()">end</A>, <A HREF="../../../javax/swing/undo/CompoundEdit.html#isInProgress()">isInProgress</A>, <A HREF="../../../javax/swing/undo/CompoundEdit.html#lastEdit()">lastEdit</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_javax.swing.undo.AbstractUndoableEdit"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>从类 javax.swing.undo.<A HREF="../../../javax/swing/undo/AbstractUndoableEdit.html" title="javax.swing.undo 中的类">AbstractUndoableEdit</A> 继承的方法</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../javax/swing/undo/AbstractUndoableEdit.html#replaceEdit(javax.swing.undo.UndoableEdit)">replaceEdit</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>从类 java.lang.<A HREF="../../../java/lang/Object.html" title="java.lang 中的类">Object</A> 继承的方法</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../java/lang/Object.html#clone()">clone</A>, <A HREF="../../../java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../java/lang/Object.html#finalize()">finalize</A>, <A HREF="../../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../../java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="../../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../../java/lang/Object.html#wait(long)">wait</A>, <A HREF="../../../java/lang/Object.html#wait(long, int)">wait</A></CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>构造方法详细信息</B></FONT></TH>
</TR>
</TABLE>
<A NAME="AbstractDocument.DefaultDocumentEvent(int, int, javax.swing.event.DocumentEvent.EventType)"><!-- --></A><H3>
AbstractDocument.DefaultDocumentEvent</H3>
<PRE>
public <B>AbstractDocument.DefaultDocumentEvent</B>(int offs,
int len,
<A HREF="../../../javax/swing/event/DocumentEvent.EventType.html" title="javax.swing.event 中的类">DocumentEvent.EventType</A> type)</PRE>
<DL>
<DD>构造更改记录。
<P>
<DL>
<DT><B>参数:</B><DD><CODE>offs</CODE> - 更改文档中的偏移量,该偏移量 >= 0<DD><CODE>len</CODE> - 更改的长度,该长度 >= 0<DD><CODE>type</CODE> - 事件类型 (DocumentEvent.EventType)<DT><B>从以下版本开始:</B></DT>
<DD>1.4</DD>
</DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>方法详细信息</B></FONT></TH>
</TR>
</TABLE>
<A NAME="toString()"><!-- --></A><H3>
toString</H3>
<PRE>
public <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A> <B>toString</B>()</PRE>
<DL>
<DD>返回更改事件的字符串表示形式。
<P>
<DD><DL>
<DT><B>覆盖:</B><DD>类 <CODE><A HREF="../../../javax/swing/undo/CompoundEdit.html" title="javax.swing.undo 中的类">CompoundEdit</A></CODE> 中的 <CODE><A HREF="../../../javax/swing/undo/CompoundEdit.html#toString()">toString</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>返回:</B><DD>字符串。</DL>
</DD>
</DL>
<HR>
<A NAME="addEdit(javax.swing.undo.UndoableEdit)"><!-- --></A><H3>
addEdit</H3>
<PRE>
public boolean <B>addEdit</B>(<A HREF="../../../javax/swing/undo/UndoableEdit.html" title="javax.swing.undo 中的接口">UndoableEdit</A> anEdit)</PRE>
<DL>
<DD>添加文档编辑。如果编辑事件的数量超过阈值,则会开启哈希表上针对 ElementChange 实现的查找功能,因为需要相对快速地执行这些访问。
<P>
<DD><DL>
<DT><B>指定者:</B><DD>接口 <CODE><A HREF="../../../javax/swing/undo/UndoableEdit.html" title="javax.swing.undo 中的接口">UndoableEdit</A></CODE> 中的 <CODE><A HREF="../../../javax/swing/undo/UndoableEdit.html#addEdit(javax.swing.undo.UndoableEdit)">addEdit</A></CODE><DT><B>覆盖:</B><DD>类 <CODE><A HREF="../../../javax/swing/undo/CompoundEdit.html" title="javax.swing.undo 中的类">CompoundEdit</A></CODE> 中的 <CODE><A HREF="../../../javax/swing/undo/CompoundEdit.html#addEdit(javax.swing.undo.UndoableEdit)">addEdit</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>参数:</B><DD><CODE>anEdit</CODE> - 文档编辑记录
<DT><B>返回:</B><DD>如果添加了编辑,则返回 true<DT><B>另请参见:</B><DD><A HREF="../../../javax/swing/undo/UndoableEdit.html#addEdit(javax.swing.undo.UndoableEdit)"><CODE>UndoableEdit.addEdit(javax.swing.undo.UndoableEdit)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="redo()"><!-- --></A><H3>
redo</H3>
<PRE>
public void <B>redo</B>()
throws <A HREF="../../../javax/swing/undo/CannotRedoException.html" title="javax.swing.undo 中的类">CannotRedoException</A></PRE>
<DL>
<DD>重复执行更改。
<P>
<DD><DL>
<DT><B>指定者:</B><DD>接口 <CODE><A HREF="../../../javax/swing/undo/UndoableEdit.html" title="javax.swing.undo 中的接口">UndoableEdit</A></CODE> 中的 <CODE><A HREF="../../../javax/swing/undo/UndoableEdit.html#redo()">redo</A></CODE><DT><B>覆盖:</B><DD>类 <CODE><A HREF="../../../javax/swing/undo/CompoundEdit.html" title="javax.swing.undo 中的类">CompoundEdit</A></CODE> 中的 <CODE><A HREF="../../../javax/swing/undo/CompoundEdit.html#redo()">redo</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>抛出:</B>
<DD><CODE><A HREF="../../../javax/swing/undo/CannotRedoException.html" title="javax.swing.undo 中的类">CannotRedoException</A></CODE> - 如果无法重复执行该更改<DT><B>另请参见:</B><DD><A HREF="../../../javax/swing/undo/AbstractUndoableEdit.html#canRedo()"><CODE>AbstractUndoableEdit.canRedo()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="undo()"><!-- --></A><H3>
undo</H3>
<PRE>
public void <B>undo</B>()
throws <A HREF="../../../javax/swing/undo/CannotUndoException.html" title="javax.swing.undo 中的类">CannotUndoException</A></PRE>
<DL>
<DD>撤消更改。
<P>
<DD><DL>
<DT><B>指定者:</B><DD>接口 <CODE><A HREF="../../../javax/swing/undo/UndoableEdit.html" title="javax.swing.undo 中的接口">UndoableEdit</A></CODE> 中的 <CODE><A HREF="../../../javax/swing/undo/UndoableEdit.html#undo()">undo</A></CODE><DT><B>覆盖:</B><DD>类 <CODE><A HREF="../../../javax/swing/undo/CompoundEdit.html" title="javax.swing.undo 中的类">CompoundEdit</A></CODE> 中的 <CODE><A HREF="../../../javax/swing/undo/CompoundEdit.html#undo()">undo</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>抛出:</B>
<DD><CODE><A HREF="../../../javax/swing/undo/CannotUndoException.html" title="javax.swing.undo 中的类">CannotUndoException</A></CODE> - 如果无法撤消该更改<DT><B>另请参见:</B><DD><A HREF="../../../javax/swing/undo/AbstractUndoableEdit.html#canUndo()"><CODE>AbstractUndoableEdit.canUndo()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="isSignificant()"><!-- --></A><H3>
isSignificant</H3>
<PRE>
public boolean <B>isSignificant</B>()</PRE>
<DL>
<DD>DefaultDocument 事件是有意义的。如果希望聚集多个 DefaultDocumentEvent,以将其作为单次编辑展示给用户,则可将这些事件放入 CompoundEdit 中。
<P>
<DD><DL>
<DT><B>指定者:</B><DD>接口 <CODE><A HREF="../../../javax/swing/undo/UndoableEdit.html" title="javax.swing.undo 中的接口">UndoableEdit</A></CODE> 中的 <CODE><A HREF="../../../javax/swing/undo/UndoableEdit.html#isSignificant()">isSignificant</A></CODE><DT><B>覆盖:</B><DD>类 <CODE><A HREF="../../../javax/swing/undo/CompoundEdit.html" title="javax.swing.undo 中的类">CompoundEdit</A></CODE> 中的 <CODE><A HREF="../../../javax/swing/undo/CompoundEdit.html#isSignificant()">isSignificant</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>返回:</B><DD>该事件对于编辑撤消而言是否有意义<DT><B>另请参见:</B><DD><A HREF="../../../javax/swing/undo/UndoableEdit.html#isSignificant()"><CODE>UndoableEdit.isSignificant()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getPresentationName()"><!-- --></A><H3>
getPresentationName</H3>
<PRE>
public <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A> <B>getPresentationName</B>()</PRE>
<DL>
<DD>提供此次编辑的已本地化的、可读的描述,比如,适合于在更改日志中使用的。
<P>
<DD><DL>
<DT><B>指定者:</B><DD>接口 <CODE><A HREF="../../../javax/swing/undo/UndoableEdit.html" title="javax.swing.undo 中的接口">UndoableEdit</A></CODE> 中的 <CODE><A HREF="../../../javax/swing/undo/UndoableEdit.html#getPresentationName()">getPresentationName</A></CODE><DT><B>覆盖:</B><DD>类 <CODE><A HREF="../../../javax/swing/undo/CompoundEdit.html" title="javax.swing.undo 中的类">CompoundEdit</A></CODE> 中的 <CODE><A HREF="../../../javax/swing/undo/CompoundEdit.html#getPresentationName()">getPresentationName</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>返回:</B><DD>描述<DT><B>另请参见:</B><DD><A HREF="../../../javax/swing/undo/AbstractUndoableEdit.html#getUndoPresentationName()"><CODE>AbstractUndoableEdit.getUndoPresentationName()</CODE></A>,
<A HREF="../../../javax/swing/undo/AbstractUndoableEdit.html#getRedoPresentationName()"><CODE>AbstractUndoableEdit.getRedoPresentationName()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getUndoPresentationName()"><!-- --></A><H3>
getUndoPresentationName</H3>
<PRE>
public <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A> <B>getUndoPresentationName</B>()</PRE>
<DL>
<DD>提供此次编辑可撤消形式的、已本地化的、可读的描述,例如,用作 Undo 菜单项。通常派生自 getDescription();
<P>
<DD><DL>
<DT><B>指定者:</B><DD>接口 <CODE><A HREF="../../../javax/swing/undo/UndoableEdit.html" title="javax.swing.undo 中的接口">UndoableEdit</A></CODE> 中的 <CODE><A HREF="../../../javax/swing/undo/UndoableEdit.html#getUndoPresentationName()">getUndoPresentationName</A></CODE><DT><B>覆盖:</B><DD>类 <CODE><A HREF="../../../javax/swing/undo/CompoundEdit.html" title="javax.swing.undo 中的类">CompoundEdit</A></CODE> 中的 <CODE><A HREF="../../../javax/swing/undo/CompoundEdit.html#getUndoPresentationName()">getUndoPresentationName</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>返回:</B><DD>描述<DT><B>另请参见:</B><DD><A HREF="../../../javax/swing/undo/AbstractUndoableEdit.html#getPresentationName()"><CODE>AbstractUndoableEdit.getPresentationName()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getRedoPresentationName()"><!-- --></A><H3>
getRedoPresentationName</H3>
<PRE>
public <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A> <B>getRedoPresentationName</B>()</PRE>
<DL>
<DD>提供此次编辑可重复执行形式的、已本地化的、可读的描述,例如用作 Redo 菜单项。通常派生自 getPresentationName();
<P>
<DD><DL>
<DT><B>指定者:</B><DD>接口 <CODE><A HREF="../../../javax/swing/undo/UndoableEdit.html" title="javax.swing.undo 中的接口">UndoableEdit</A></CODE> 中的 <CODE><A HREF="../../../javax/swing/undo/UndoableEdit.html#getRedoPresentationName()">getRedoPresentationName</A></CODE><DT><B>覆盖:</B><DD>类 <CODE><A HREF="../../../javax/swing/undo/CompoundEdit.html" title="javax.swing.undo 中的类">CompoundEdit</A></CODE> 中的 <CODE><A HREF="../../../javax/swing/undo/CompoundEdit.html#getRedoPresentationName()">getRedoPresentationName</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>返回:</B><DD>描述<DT><B>另请参见:</B><DD><A HREF="../../../javax/swing/undo/AbstractUndoableEdit.html#getPresentationName()"><CODE>AbstractUndoableEdit.getPresentationName()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getType()"><!-- --></A><H3>
getType</H3>
<PRE>
public <A HREF="../../../javax/swing/event/DocumentEvent.EventType.html" title="javax.swing.event 中的类">DocumentEvent.EventType</A> <B>getType</B>()</PRE>
<DL>
<DD>返回事件的类型。
<P>
<DD><DL>
<DT><B>指定者:</B><DD>接口 <CODE><A HREF="../../../javax/swing/event/DocumentEvent.html" title="javax.swing.event 中的接口">DocumentEvent</A></CODE> 中的 <CODE><A HREF="../../../javax/swing/event/DocumentEvent.html#getType()">getType</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>返回:</B><DD>以 DocumentEvent.EventType 形式返回事件的类型<DT><B>另请参见:</B><DD><A HREF="../../../javax/swing/event/DocumentEvent.html#getType()"><CODE>DocumentEvent.getType()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getOffset()"><!-- --></A><H3>
getOffset</H3>
<PRE>
public int <B>getOffset</B>()</PRE>
<DL>
<DD>返回文档中更改开始位置的偏移量。
<P>
<DD><DL>
<DT><B>指定者:</B><DD>接口 <CODE><A HREF="../../../javax/swing/event/DocumentEvent.html" title="javax.swing.event 中的接口">DocumentEvent</A></CODE> 中的 <CODE><A HREF="../../../javax/swing/event/DocumentEvent.html#getOffset()">getOffset</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>返回:</B><DD>偏移量,该偏移量 >= 0<DT><B>另请参见:</B><DD><A HREF="../../../javax/swing/event/DocumentEvent.html#getOffset()"><CODE>DocumentEvent.getOffset()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getLength()"><!-- --></A><H3>
getLength</H3>
<PRE>
public int <B>getLength</B>()</PRE>
<DL>
<DD>返回更改的长度。
<P>
<DD><DL>
<DT><B>指定者:</B><DD>接口 <CODE><A HREF="../../../javax/swing/event/DocumentEvent.html" title="javax.swing.event 中的接口">DocumentEvent</A></CODE> 中的 <CODE><A HREF="../../../javax/swing/event/DocumentEvent.html#getLength()">getLength</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>返回:</B><DD>长度,该长度 >= 0<DT><B>另请参见:</B><DD><A HREF="../../../javax/swing/text/Document.html#getLength()"><CODE>Document.getLength()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getDocument()"><!-- --></A><H3>
getDocument</H3>
<PRE>
public <A HREF="../../../javax/swing/text/Document.html" title="javax.swing.text 中的接口">Document</A> <B>getDocument</B>()</PRE>
<DL>
<DD>获得发起更改事件的文档。
<P>
<DD><DL>
<DT><B>指定者:</B><DD>接口 <CODE><A HREF="../../../javax/swing/event/DocumentEvent.html" title="javax.swing.event 中的接口">DocumentEvent</A></CODE> 中的 <CODE><A HREF="../../../javax/swing/event/DocumentEvent.html#getDocument()">getDocument</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>返回:</B><DD>文档<DT><B>另请参见:</B><DD><A HREF="../../../javax/swing/event/DocumentEvent.html#getDocument()"><CODE>DocumentEvent.getDocument()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getChange(javax.swing.text.Element)"><!-- --></A><H3>
getChange</H3>
<PRE>
public <A HREF="../../../javax/swing/event/DocumentEvent.ElementChange.html" title="javax.swing.event 中的接口">DocumentEvent.ElementChange</A> <B>getChange</B>(<A HREF="../../../javax/swing/text/Element.html" title="javax.swing.text 中的接口">Element</A> elem)</PRE>
<DL>
<DD>获得元素的更改。
<P>
<DD><DL>
<DT><B>指定者:</B><DD>接口 <CODE><A HREF="../../../javax/swing/event/DocumentEvent.html" title="javax.swing.event 中的接口">DocumentEvent</A></CODE> 中的 <CODE><A HREF="../../../javax/swing/event/DocumentEvent.html#getChange(javax.swing.text.Element)">getChange</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>参数:</B><DD><CODE>elem</CODE> - 元素
<DT><B>返回:</B><DD>更改</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>类</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/AbstractDocument.DefaultDocumentEvent.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> Platform<br>Standard Ed. 6</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../javax/swing/text/AbstractDocument.Content.html" title="javax.swing.text 中的接口"><B>上一个类</B></A>
<A HREF="../../../javax/swing/text/AbstractDocument.ElementEdit.html" title="javax.swing.text 中的类"><B>下一个类</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?javax/swing/text/AbstractDocument.DefaultDocumentEvent.html" target="_top"><B>框架</B></A>
<A HREF="AbstractDocument.DefaultDocumentEvent.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
摘要: 嵌套 | <A HREF="#fields_inherited_from_class_javax.swing.undo.CompoundEdit">字段</A> | <A HREF="#constructor_summary">构造方法</A> | <A HREF="#method_summary">方法</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
详细信息: 字段 | <A HREF="#constructor_detail">构造方法</A> | <A HREF="#method_detail">方法</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<font size="-1"><a href="http://bugs.sun.com/services/bugreport/index.jsp">提交错误或意见</a><br>有关更多的 API 参考资料和开发人员文档,请参阅 <a href="http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html">Java SE 开发人员文档</a>。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 <p>版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守<a href="http://java.sun.com/javase/6/docs/legal/license.html">许可证条款</a>。另请参阅<a href="http://java.sun.com/docs/redist.html">文档重新分发政策</a>。</font>
</BODY>
</HTML>
|
Blades in the Dark/Source/sheet.css | sdJasper/roll20-character-sheets | /* Version text */
.sheet-version-text {
text-align: right;
color: #a8a8a8;
float: right;
font-size: 12px;
}
input.sheet-settings-checkbox {
width: 20px;
height: 20px;
}
input.sheet-settings-checkbox + span {
opacity: 0.3;
font-size: 120%;
font-family: pictos;
display:inline-block;
}
input.sheet-settings-checkbox:checked + span {
opacity: 1;
}
.sheet-settings-checkbox-holder {
float: right;
margin-right: 20px;
}
.sheet-topholder {
margin-left: 55%;
width: 45%;
height: 18px;
position: relative;
padding-left: 5px;
top: -11px;
}
/* Type Selector */
input.sheet-type-selector {
width: 170px;
height: 20px;
display: none;
}
.sheet-3waybox:checked + .sheet-3waybox, {
display: inline-block;
}
span.sheet-type-selector {
border: solid 1px #a7a7a7;
text-align: center;
display: inline-block;
background: #cccccc;
color: #3f3f3f;
width: 170px;
height: 20px;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 1px;
font-family: serif;
font-weight: 600;
}
input.sheet-type-selector:hover ~ span {
color: red;
}
input.sheet-type-selector[value="character"]:checked ~ span::before {
content: "Character Mode";
}
input.sheet-type-selector[value="crew"]:checked ~ span::before {
content: "Crew Mode";
}
input.sheet-type-selector[value="faction"]:checked ~ span::before {
content: "Faction Mode";
}
/* SETTINGS */
input:checked + .sheet-settings {
display: block;
}
.sheet-settings {
display: none;
position: absolute;
margin-left: calc(100% - 360px);
width: 350px;
border: 1px solid black;
background: white;
z-index: 100;
padding: 5px;
border-radius: 5px;
}
.sheet-settings > div {
padding: 2px;
border-bottom: 1px solid lightgray;
}
.sheet-settings input.sheet-checkbox.sheet-squarebox:checked + span {
background-color: black !important;
}
.sheet-settings span:last-child {
font-size: 80%;
padding-left: 3px;
}
.sheet-settings-load span {
font-size: 80%;
padding: 0 4px 0 0;
}
.sheet-settings input[type=number] {
padding: 0 2px;
margin-left: 8px;
width: 30px;
font-size: 90%;
}
.sheet-settings input[type=text] {
width: 30%;
font-size: 80%;
padding-left: 1px;
border: 1px solid lightgray;
}
.sheet-settings select {
width: 80px;
margin: 0 4px 0 0;
padding: 0;
height: 18px;
}
/* SETTINGS FOR HIDING STUFF ON THE SHEET */
input.sheet-itemhider + div.sheet-item {
display: none;
}
input.sheet-itemhider:checked + div.sheet-item {
display: inline-block;
}
input.sheet-toothhider + input.sheet-tooth, input.sheet-toothhider + input.sheet-tooth + span {
display:none;
}
input.sheet-toothhider:checked + input.sheet-tooth, input.sheet-toothhider:checked + input.sheet-tooth + span {
display: inline-block;
}
input.sheet-xp-hider + li {
display: none;
}
input.sheet-xp-hider:checked + li {
display: list-item;
}
.sheet-show-deity {
display: none;
}
input.sheet-show-deity:checked ~ div.sheet-show-deity {
display: block;
}
input.sheet-hidediv + div {
display: none;
}
input.sheet-hidediv:checked + div {
display: block;
}
/* GENERALITIES */
.charsheet {
width: 860px;
position: absolute;
padding: 0 10px 0 0 !important;
}
button {
text-shadow: none !important;
}
label {
font-family: Georgia, Times, "Times New Roman", serif;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0;
}
div {
box-sizing: border-box;
}
input[type="text"] {
font-family: Georgia, Times, "Times New Roman", serif;
border: none;
background: none;
box-shadow: none;
width: 95%;
padding: 0;
color: black;
}
textarea {
box-shadow: none;
font-family: Georgia, Times, "Times New Roman", serif;
border: none;
margin: 0;
padding: 0;
background: transparent;
color: black;
}
li, li input[type="text"] {
font-family: Georgia, Times, "Times New Roman", serif;
position: relative;
}
li:after {
background: black;
transform: rotate(45deg);
content: '';
display: block;
position: absolute;
left: 0;
}
ul {
list-style: none;
margin: 0;
}
span {
font-family: Georgia, Times, "Times New Roman", serif;
color: black;
}
input[type="checkbox"], input[type="radio"] {
opacity: 0;
z-index: 1;
margin: 0;
padding: 0;
position: absolute;
}
input[type="checkbox"] + span, input[type="radio"] + span {
cursor: pointer;
}
input[type=number] {
color: black;
box-shadow: none;
-moz-appearance: textfield;
}
input[type=number]:hover,
input[type=number]:focus {
-moz-appearance: number-input;
}
.sheet-hidden {
display: none !important;
}
.sheet-rep-block {
display: inline-block;
width: 100%;
}
span.sheet-inherit {
font-size: inherit;
color: inherit;
font-family: inherit;
font-weight: inherit;
}
/* USEFUL GENERAL LAYOUT*/
.sheet-blackheader, .sheet-black-on-grey, .sheet-greyheader {
font-size: 74%;
font-weight: 600;
height: 16px;
letter-spacing: 1px;
line-height: 16px;
padding-left: 5px;
}
.sheet-blackheader.sheet-narrow, .sheet-black-on-grey.sheet-narrow {
padding-left: 2px;
}
.sheet-blackheader {
background-color: black;
color: white;
}
.sheet-black-on-grey, .sheet-greyheader {
background-color: #b3b4b6;
color: black;
}
.sheet-black-on-grey {
float: left;
position: relative;
top: -3px;
z-index: -1;
}
.sheet-blackheader .sheet-label, .sheet-black-on-grey .sheet-label, .sheet-greyheader .sheet-label {
padding-top: 2px;
}
.sheet-plainheader {
width: 100%;
border-top: 2px solid black;
color: black;
font-size: 88%;
font-weight: 800;
line-height: 22px;
}
.sheet-specialheader {
background-color: #b3b4b6;
height: 20px;
color: black;
font-size: 74%;
letter-spacing: 1px;
padding-left: 5px;
padding-top: 11px;
font-weight: 600;
line-height: 0px;
}
.sheet-greyholder {
background-color: #d6d8d9;
}
.sheet-def-margin {
margin-top: 15px;
}
.sheet-blackborder {
border-top: 3px solid black;
}
.sheet-tier {
float: right;
background-color: #d6d8d9;
}
/* COLUMN LAYOUT */
.sheet-col55, .sheet-col45, .sheet-col50a, .sheet-col50b, .sheet-col94, .sheet-col100, .sheet-col97, .sheet-col68, .sheet-col30, .sheet-col50, .sheet-col2, .sheet-col70, .sheet-col52b, .sheet-col18, .sheet-col24b {
float: left;
}
.sheet-col2 {
width: 2%;
}
.sheet-col18 {
width: 18%;
}
.sheet-col24b {
width: 24.25%;
margin-right: 1%;
}
.sheet-col24b:last-child {
margin-right: 0;
}
.sheet-col30 {
width: 30%;
}
.sheet-col50 {
width: 50%;
}
.sheet-col52b {
width: 52%;
margin-left: 3%;
}
.sheet-col55 {
width: 55%;
}
.sheet-col45, .sheet-col50a {
width: 45%;
}
.sheet-col50b {
width: 52%;
}
.sheet-col68 {
width: 68%;
}
.sheet-col70 {
width: 70%
}
.sheet-col94 {
width: 94%;
}
.sheet-col97 {
margin-left: 1.5%;
width: 97%;
}
.sheet-col100 {
width: 100%;
}
.sheet-col50a, .sheet-col50b {
margin: 5px 0 0 1.5%;
}
/* FONT STYLES */
.sheet-label, input[type="text"].sheet-label, textarea.sheet-label {
text-transform: uppercase;
font-family: "Hoefler Text", Georgia, "Baskerville Old Face", Garamond, "Times New Roman", serif;
}
.sheet-smallcaps {
text-transform: uppercase;
font-weight: 800;
}
.sheet-bold {
font-weight: 800;
}
.sheet-italic, .sheet-italic input[type=text] {
font-style: italic;
}
/* FRIENDS/CONTACTS */
.sheet-friends {
margin-top: 10px;
}
.sheet-contacts {
margin-top: 20px;
}
.sheet-contact input[type=text],
.sheet-friend input[type=text] {
font-family: "Hoefler Text", Georgia, "Baskerville Old Face", Garamond, "Times New Roman", serif;
font-size: 95%;
height: 33px;
padding: 0 0 4px 3px;
}
.sheet-friend input[type=text] {
color: #6c6c6c;
width: 137px;
}
.sheet-contact input[type=text] {
color: #6c6c6c;
width: calc(100% - 15px);
}
/* INFO BOXES */
.sheet-teamwork {
margin-top: 20px;
}
.sheet-gatherinfo ul {
padding: 0;
}
.sheet-gatherinfo li {
margin-bottom: 4px;
font-style: italic;
padding-left: 11px;
font-size: 86%;
height: 17px;
}
.sheet-gatherinfo li input[type=text] {
width: 100%;
font-style: italic;
font-size: 100%;
}
.sheet-gatherinfo li:after {
height: 4px;
width: 4px;
top: .25em;
margin-top: 4px;
}
.sheet-teamworkbox {
width: 95%;
padding: 5px;
margin-bottom: 5px;
background-color: #d6d8d9;
font-size: 89%;
line-height: 122%;
}
.sheet-planningdesc {
font-size: 89%;
line-height: 127%;
margin-bottom: 5px;
}
/* ITEMS/UPGRADES */
.sheet-itemholder > div {
padding: 7px;
}
.sheet-item {
display: inline-block;
width: 100%;
line-height: normal;
}
.sheet-item.sheet-itemshort {
width: 50%;
}
.sheet-playbookitems {
background-color: #d6d8d9;
}
.sheet-item input[type=text] {
width: calc(100% - 21px);
height: 16px;
margin-left: 5px;
padding: 3px 0;
font-size: 83%;
}
.sheet-item textarea {
width: calc(100% - 21px);
resize: none;
color: inherit;
position: relative;
top: 2px;
height: 18px;
font-size: 83%;
margin-left: 5px;
}
.sheet-item input.sheet-item-textarea-tall:checked + textarea {
height: 36px;
}
.sheet-item.sheet-item2box input[type=text] {
width: calc(100% - 37px);
}
.sheet-item.sheet-item3box input[type=text] {
width: calc(100% - 53px);
}
.sheet-item.sheet-item4box input[type=text] {
width: calc(100% - 69px);
}
.sheet-item.sheet-itembold input[type=text] {
font-weight: 800;
}
.sheet-item.sheet-itemitalic input[type=text] {
font-style: italic;
}
.sheet-item span.sheet-label {
font-weight: bold;
font-size: 78%;
letter-spacing: 1px;
}
.sheet-item span.sheet-label.sheet-upgradecosts {
font-size: 55%;
line-height: normal;
}
.sheet-item span {
font-size: 83%;
}
.sheet-item.sheet-upgradecaption {
margin-top: 5px;
}
.sheet-floatingbar {
display: inline-block;
width: 3px;
height: 2px;
margin: 0 -1px 0 -2px;
border-top: 2px solid #838587;
}
/* LOGO */
.sheet-bladeslogo {
height: 63px;
width: 95%;
background-image: url(http://i.imgur.com/qaufkev.png);
background-size: 102% auto;
background-repeat: no-repeat;
}
.sheet-logoholder {
height: 50px;
}
.sheet-crewheader {
color: #7f8184;
font-size: 210%;
letter-spacing: -2px;
margin-top: -8px;
font-weight: 800;
line-height: 50px;
}
/* LOAD */
.sheet-loadheader, .sheet-loadheader2 {
background-color: #b3b4b6;
height: 20px;
line-height: 0px;
color: black;
font-size: 74%;
font-weight: 800;
}
.sheet-loadheader {
padding: 4px 0 0 3px;
margin-bottom: 5px;
}
.sheet-loadheader2 {
padding: 10px 0 0 3px;
}
.sheet-loadheader2 .sheet-italic {
font-size: 106%;
font-weight: 500;
padding-left: 5px;
}
.sheet-loadcheckholder {
display: inline-block;
font-family: serif;
text-transform: lowercase;
font-style: italic;
font-size: 104%;
font-weight: 500;
}
.sheet-loadcheckholder .sheet-bold {
font-size: 105%;
margin-left: -2px;
}
.sheet-loadnumber {
font-style: normal;
font-weight: 800;
font-size: 105%;
padding-left: 4px;
padding-right: 2px;
}
/* ADVANCEMENT BOX*/
.sheet-advancement {
margin-top: 10px;
}
.sheet-advancement-header > div {
float: left;
letter-spacing: 2px;
position: relative;
}
.sheet-advancement-markxp {
width: 25%;
}
.sheet-advancement-tracker {
width: 75%;
text-align: right;
height: 16px;
}
.sheet-advancement-tracker div {
float: right;
}
.sheet-advancement-xpholder {
min-width: 120px;
text-align: right;
padding: 0 3px 0 5px;
}
.sheet-advancement-desc {
width: 99%;
margin-top: -2px;
float: left;
background-color: #d6d8d9;
}
.sheet-advancement-desc ul {
padding: 15px 20px 4px 16px;
}
.sheet-advancement-desc li, .sheet-warblurb li, .sheet-advancement-desc input[type=text] {
font-size: 95%;
line-height: 127%;
width: 100%;
}
.sheet-advancement-desc li, .sheet-advancement-desc input[type=text] {
font-style: italic;
}
.sheet-advancement-desc li {
margin-bottom: 1em;
padding-left: 1.5em;
}
.sheet-advancement-desc li:after,
.sheet-warblurb li:after {
height: .4em;
width: .4em;
top: .25em;
}
.sheet-advancement-desc li.sheet-nondot,
.sheet-warblurb li.sheet-nondot {
padding-left: 0;
font-style: normal;
}
.sheet-advancement-desc li.sheet-nondot:after,
.sheet-warblurb li.sheet-nondot:after {
display: none;
}
/* PLAYBOOK */
.sheet-playbook {
margin-left: 5px;
width: calc(45% - 5px);
float: left;
height: 50px;
background-color: #d6d8d9;
}
.sheet-playbook-title {
width: 70%;
height: inherit;
float: left;
padding: 5px 0 0 10px;
}
.sheet-playbook-desc {
width: 30%;
height: inherit;
float: left;
}
.sheet-playbook-title input[type="text"] {
letter-spacing: -2px;
font-size: 274%;
font-weight: 800;
}
.sheet-playbook-desc textarea {
box-sizing: border-box;
height: 50px;
width: 112px;
padding-top: 6px;
font-size: 78%;
font-weight: 800;
letter-spacing: 1px;
color: #7f8184;
resize: none;
line-height: 145%;
}
/* HEADER */
.sheet-header input[type="text"] {
width: 100%;
border-bottom: 1px solid black;
border-radius: 0;
font-size: 109%;
padding: 3px 0 0;
margin: 3px 0 0;
color: #c43c35;
}
.sheet-header .sheet-col55 input[type="text"] {
width: 95%
}
.sheet-header label {
font-size: 71%;
}
span.sheet-viceblurb {
font-size: 85%;
}
/* CLOCKS */
.sheet-clock input.sheet-label {
font-size: 106%;
letter-spacing: 1px;
font-weight: 600;
line-height: 119%;
}
.sheet-clockpicture {
position: absolute;
margin-top: -38px;
z-index: 1;
height: 44px;
width: 44px;
background-image: url('http://i.imgur.com/ji8z8CE.png');
}
.sheet-recovery .sheet-clockpicture {
margin-left: 30.5%;
}
.sheet-clock .sheet-clockpicture {
margin-left: 85%;
}
.sheet-4clock, .sheet-6clock, .sheet-8clock, .sheet-12clock {
display: none;
margin-top: 10px;
}
input[value="4"]:checked ~ .sheet-4clock,
input[value="6"]:checked ~ .sheet-6clock,
input[value="8"]:checked ~ .sheet-8clock,
input[value="12"]:checked ~ .sheet-12clock,
.sheet-recovery .sheet-4clock {
display: block;
}
.sheet-8clock input[value="0"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/ji8z8CE.png");
}
.sheet-8clock input[value="1"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/My9TlI6.png");
}
.sheet-8clock input[value="2"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/5o93FQt.png");
}
.sheet-8clock input[value="3"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/MR6r8J7.png");
}
.sheet-8clock input[value="4"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/OADDLy1.png");
}
.sheet-8clock input[value="5"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/XvnSlyZ.png");
}
.sheet-8clock input[value="6"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/IKUp5Bv.png");
}
.sheet-8clock input[value="7"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/tmBBDIN.png");
}
.sheet-8clock input[value="8"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/Y0eUmrG.png");
}
.sheet-4clock input[value="0"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/dafd6b0.png");
}
.sheet-4clock input[value="1"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/fM5WKMB.png");
}
.sheet-4clock input[value="2"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/P6Wx884.png");
}
.sheet-4clock input[value="3"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/C1mMa0r.png");
}
.sheet-4clock input[value="4"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/RZfr3By.png");
}
.sheet-6clock input[value="0"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/arZJyPv.png");
}
.sheet-6clock input[value="1"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/7l0Tihg.png");
}
.sheet-6clock input[value="2"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/MhIfWuq.png");
}
.sheet-6clock input[value="3"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/qwiaO8q.png");
}
.sheet-6clock input[value="4"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/8O2eCB5.png");
}
.sheet-6clock input[value="5"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/i7ivEnS.png");
}
.sheet-6clock input[value="6"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/DuYwNvN.png");
}
.sheet-12clock input[value="0"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/AzLi8pr.png");
}
.sheet-12clock input[value="1"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/pDCHycE.png");
}
.sheet-12clock input[value="2"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/JbRUclC.png");
}
.sheet-12clock input[value="3"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/jRyp6oP.png");
}
.sheet-12clock input[value="4"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/BHM56D9.png");
}
.sheet-12clock input[value="5"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/a4c1e5I.png");
}
.sheet-12clock input[value="6"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/IRGWvwH.png");
}
.sheet-12clock input[value="7"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/GbUzXr7.png");
}
.sheet-12clock input[value="8"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/krkIEho.png");
}
.sheet-12clock input[value="9"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/7vuvV92.png");
}
.sheet-12clock input[value="10"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/Q9xWEYx.png");
}
.sheet-12clock input[value="11"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/N29lNdB.png");
}
.sheet-12clock input[value="12"]:checked ~ .sheet-clockpicture {
background-image: url("http://i.imgur.com/Y1Vd6bo.png");
}
.sheet-clockprogress {
margin-top: 10px;
}
.sheet-recovery, .sheet-clock {
background-color: #d6d8d9;
font-style: italic;
font-size: 80%;
line-height: 8px;
}
.sheet-clock {
width: 100%;
display: inline-block;
padding: 8px 50px 12px 8px;
margin-bottom: 8px;
}
.sheet-clocks {
margin-top: 26px;
}
.sheet-recovery .sheet-bold {
font-size: 81%;
letter-spacing: 1px;
font-style: normal;
font-weight: 600;
line-height: 119%;
padding-right: 3px;
}
/* TEXT INPUTS FOR TRAUMA AND CLOCKS */
input.sheet-text-input {
height: 11px;
}
input.sheet-text-input[type="checkbox"] {
width: 52px;
margin-top: 1px;
}
input.sheet-text-input[type="radio"] {
width: 20px;
}
input.sheet-text-input.sheet-longoption[type="radio"] {
width: 64px;
}
input.sheet-text-input + span {
line-height: 0px;
font-weight: bold;
position: relative;
left: 2px;
}
.sheet-traumata input.sheet-text-input + span {
text-transform: uppercase;
font-size: 64%;
top: -3px;
}
.sheet-clockprogress input.sheet-text-input + span {
font-size: 90%;
}
input.sheet-text-input.sheet-traumarow2 + span {
top: -8px;
}
input.sheet-text-input:hover + span {
color: #9c9c9c;
}
input.sheet-text-input:checked + span {
color: #ff0000;
}
input.sheet-text-input:checked:hover + span {
color: #dd0000;
}
input.sheet-text-input + span::after {
content: "—";
padding: 0 2px;
}
input.sheet-text-input.sheet-last + span::after {
content: "";
padding: 0;
}
/* TEETH */
input.sheet-stresstooth, input.sheet-xptooth, input.sheet-holdtooth,
input.sheet-stresstooth + span, input.sheet-xptooth + span, input.sheet-holdtooth + span {
height: 25px;
}
input.sheet-regulartooth, input.sheet-regulartooth + span {
height: 13px;
}
input.sheet-tooth {
width: 12px;
}
input.sheet-tooth + span {
width: 8px;
margin-right: 4px;
display: inline-block;
vertical-align: top;
}
input.sheet-tooth + span:last-child {
margin-right: 0px !important;
}
input.sheet-tooth:nth-last-child(2) {
width: 8px;
}
input.sheet-tooth:hover + span {
filter: alpha(opacity=70);
opacity: 0.7;
}
input.sheet-xptooth + span {
background-image: url(http://i.imgur.com/ZYuytKg.png);
}
input.sheet-xptooth:checked ~ input.sheet-xptooth + span {
background-image: url(http://i.imgur.com/pGe2dC1.png);
}
input.sheet-stresstooth[type="radio"] + span,
input.sheet-stresstooth[type="checkbox"]:checked + span,
input.sheet-holdtooth:checked + span {
/* red tooth */
background-image: url(http://i.imgur.com/17DqQbA.png);
}
input.sheet-stresstooth[type="checkbox"] + span,
input.sheet-stresstooth:checked ~ input.sheet-stresstooth[type="radio"] + span,
input.sheet-holdtooth + span {
/* white tooth */
background-image: url(http://i.imgur.com/XNFdq3n.png);
}
input.sheet-regulartooth[type="radio"] + span {
background-image: url(http://i.imgur.com/co4IzVF.png);
}
input.sheet-regulartooth:checked ~ input.sheet-regulartooth[type="radio"] + span {
background-image: url(http://i.imgur.com/m3eW79B.png);
}
input.sheet-zero {
width: 13px;
height: 13px;
}
input.sheet-zero + span {
width: 10px;
height: 13px;
margin-right: 3px;
display: inline-block;
vertical-align: top;
background-image: url(http://i.imgur.com/b7fMDSq.png);
}
input.sheet-zero[type="radio"]:checked + span {
display: none;
}
/* TURF RADIOS */
.sheet-turfbox input[type="radio"] {
display: block;
float: right;
position: initial;
width: 11px;
}
input[type="checkbox"].sheet-turf1:checked ~ input[type="radio"].sheet-turf1 + span,
input[type="checkbox"].sheet-turf2:checked ~ input[type="radio"].sheet-turf2 + span,
input[type="checkbox"].sheet-turf3:checked ~ input[type="radio"].sheet-turf3 + span,
input[type="checkbox"].sheet-turf4:checked ~ input[type="radio"].sheet-turf4 + span,
input[type="checkbox"].sheet-turf5:checked ~ input[type="radio"].sheet-turf5 + span,
input[type="checkbox"].sheet-turf6:checked ~ input[type="radio"].sheet-turf6 + span {
/* black tooth*/
background-image: url('http://i.imgur.com/Sm1jToy.png');
}
input.sheet-stresstooth:checked ~ input.sheet-stresstooth.sheet-turf6 + span {
/* half grey tooth */
background-image: url('http://i.imgur.com/gAgcV8Z.png');
}
/* SPECIAL ABILITIES*/
.sheet-specialability, .sheet-friend, .sheet-contact {
padding-top: 5px;
padding-left: 4px;
border-bottom: 1px solid #b3b4b6;
}
textarea.sheet-abilityname {
width: 25%;
resize: none;
height: 50px;
padding-left: 5px;
font-variant: small-caps;
font-weight: 800;
letter-spacing: 0px;
font-family: "Hoefler Text", Georgia, "Baskerville Old Face", Garamond, "Times New Roman", serif;
}
textarea.sheet-abilitydesc {
width: 69%;
resize: vertical;
height: 50px;
font-size: 95%;
line-height: 122%;
}
/* HARM AND RECOVERY */
.sheet-harmrow, .sheet-harmheader {
border-bottom: 1px solid black;
}
.sheet-recovery {
width: 80%;
float: left;
padding: 8px;
}
.sheet-harmrow, .sheet-harmrow div {
height: 40px;
overflow: hidden;
}
.sheet-harmrow div {
float: left;
}
.sheet-harmrow > div:first-child {
background-color: #d6d8d9;
width: 4%;
color: black;
letter-spacing: 0px;
font-weight: 800;
line-height: 100%;
padding: 11px 3px 3px;
}
.sheet-harmrow > div:nth-child(2) {
width: 76%;
}
.sheet-harmrow > div:last-child {
background-color: #d6d8d9;
width: 20%;
color: #575859;
text-align: center;
font-size: 80%;
letter-spacing: 1px;
font-weight: 800;
line-height: 119%;
padding: 8px;
}
.sheet-harmrow > div:nth-child(2) > div:nth-child(2) {
border-left: 1px solid #d6d8d9;
}
.sheet-harmrow input[type="text"] {
font-size: 92%;
padding: 15px 6px 6px;
color: #c43c35;
}
.sheet-harm > div.sheet-harmrow:nth-child(3) > div:last-child {
padding-top: 13px;
}
.sheet-arrow-right {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 4px solid black;
}
/* ARMOR */
.sheet-armor .sheet-label {
float: left;
color: black;
font-size: 88%;
font-weight: 800;
padding: 5px 0 0 5px;
width: calc(100% - 10px);
}
.sheet-armor .sheet-col50 {
margin-bottom: 4px;
}
.sheet-armor .sheet-col50:last-child {
float: right;
}
/* COIN */
.sheet-coin-and-stash {
margin-top: 49px;
}
.sheet-coinrow {
font-size: 73%;
height: 17px;
font-weight: 800;
}
.sheet-coinrow > div:first-child {
border-bottom: 1px solid #8c8c8c;
border-right: 1px solid #8c8c8c;
color: black;
}
.sheet-coinrow div{
float: left;
}
.sheet-coinrow > div:last-child {
border-top: 1px solid #8c8c8c;
color: #717275;
padding-left: 3px;
}
.sheet-coin div:last-child {
float: right;
width: 54px;
}
.sheet-coin div:nth-child(2) {
padding-left: 2px;
}
/* STASH */
.sheet-stash {
margin-top: 5px;
padding-left: 5px;
line-height: 14px;
}
.sheet-stashzeroholder {
position: absolute;
margin: 20px 0 0 -8px;
}
/* CREW COIN */
.sheet-crewcoin {
height: 60px;
}
.sheet-crewcoin > div:nth-child(3) {
margin-top: 2px;
padding-left: 3px;
width: 110%;
}
.sheet-crewcoin > div:last-child {
font-size: 72%;
margin-top: -5px;
padding-left: 3px;
}
.sheet-crewcoinbar {
display: inline-block;
border-left: 1px solid #c6c7c9;
height: 15px;
width: 1px;
margin: 0 5px 0 3px;
}
.sheet-crewcoin input.sheet-radiobox:checked ~ input.sheet-radiobox.sheet-vaultcoin + span {
border: 1px solid #c6c7c9;
}
.sheet-crewcoin input.sheet-radiobox + span {
margin: 0 3px 2px 0;
}
.sheet-crewcoin input.sheet-radiobox {
margin: 0 -12px 8px 0;
}
/* LEFT-FILLED RADIO BOXES */
input.sheet-radiobox {
width: 12px;
height: 12px;
margin: 0 -12px 3px 0;
}
input.sheet-radiobox + span {
width: 9px;
height: 9px;
margin: 0 2px 0 0;
display: inline-block;
}
input.sheet-radiobox:hover + span {
filter: alpha(opacity=70);
opacity: 0.7;
}
.sheet-coin input.sheet-radiobox:checked ~ input.sheet-radiobox + span,
.sheet-crewcoin input.sheet-radiobox:checked ~ input.sheet-radiobox + span {
background-color: white;
border: 1px solid black;
}
.sheet-coin input.sheet-radiobox + span,
.sheet-crewcoin input.sheet-radiobox + span {
background-color: red;
border: 1px solid black;
}
.sheet-stash input.sheet-radiobox:checked ~ input.sheet-radiobox + span {
background-color: #c6c7c9;
border: 1px solid #c6c7c9;
}
.sheet-stash input.sheet-radiobox + span {
background-color: black;
border: 1px solid black;
}
.sheet-stash input.sheet-radiobox.sheet-endbox {
margin-left: 5px;
width: 13px;
height: 13px;
}
.sheet-stash input.sheet-radiobox.sheet-endbox + span {
width: 10px;
height: 10px;
border: 1px solid black !important;
}
/* HUNTING GROUNDS */
.sheet-hunting-grounds input[type="text"] {
font-weight: 800;
line-height: 22px;
}
.sheet-hunting-grounds textarea {
font-size: inherit;
height: 36px;
resize: vertical;
}
/* BONUS DIE SECTION */
.sheet-bonusdie {
padding: 0 5px;
color: black;
}
.sheet-bonusdie .sheet-label {
font-size: 88%;
font-weight: 800;
padding: 2px 0;
}
.sheet-bonusdie > div:last-child {
height: 45px;
}
.sheet-bonusdie .sheet-bonusdieplus {
width: 10%;
float: left;
background-color: black;
color: white;
height: 49px;
padding: 11px 4px 4px 4px;
font-weight: 800;
}
.sheet-bonusdie .sheet-bonusdietext {
background-color: #d6d8d9;
height: 49px;
width: 90%;
float: left;
padding: 5px;
font-size: 80%;
line-height: 122%;
}
/* REPEATING SECTION CONTROLS */
.charsheet button.repcontrol_edit, .charsheet button.repcontrol_add {
padding: 6px;
background-image: none;
background-color: #d6d8d9;
color: #616161;
border-radius: 0;
border-color: #b3b4b6;
transition: all 0.2s;
font-family: "Hoefler Text", Georgia, "Baskerville Old Face", Garamond, "Times New Roman", serif;
font-variant: small-cap;
font-weight: 800;
}
.charsheet button.repcontrol_edit:hover, .charsheet button.repcontrol_add:hover {
color: #020202;
border-color: #020202;
background-color: #cccccc;
}
.sheet-white-repcontrol button.repcontrol_edit, .sheet-white-repcontrol button.repcontrol_add {
font-weight: 600;
background-color: white;
margin-top: 12px;
font-size: 91%;
font-family: serif;
padding: 4px;
}
.itemcontrol {
z-index: 20;
}
/* STRESS, REP, et cetera */
.sheet-hold, .sheet-stress > div, .sheet-rep > div, .sheet-hold > div, .sheet-heat > div, .sheet-crewcoin > div:first-child > div {
float: left;
}
.sheet-hold {
width: 255px;
margin-left: calc(55% - 255px);
}
.sheet-stress, .sheet-rep, .sheet-hold, .sheet-heat {
height: 25px;
}
.sheet-stress1 {
width: 53px;
}
.sheet-stress2 {
width: calc(100% - 330px);
}
.sheet-stress3 {
width: 68px;
}
.sheet-stress4 {
width: 209px;
padding-top: 1px;
}
.sheet-stress4 div {
width: 110%;
}
.sheet-traumaholder, .sheet-wantedholder {
height: 13px;
display: block;
float: right;
text-align: right;
width: 100%
}
.sheet-rep1 {
width: 35px;
}
.sheet-rep2 {
width: calc(100% - 78px);
}
.sheet-rep3 {
width: 43px;
}
.sheet-turfbox {
display: block;
position: absolute;
float: right;
z-index: 2;
margin-left: 63px;
}
.sheet-hold1, .sheet-hold4, .sheet-heat1 {
width: 41px;
}
.sheet-hold2 {
width: 51px;
}
.sheet-hold3 {
width: 63px;
}
.sheet-hold5 {
width: 59px;
height: 16px;
padding-left: 2px;
}
.sheet-heat2 {
width: calc(100% - 106px);
}
.sheet-heat3 {
width: 65px;
}
.sheet-crewcoin1 {
width: 60px;
}
.sheet-crewcoin2 {
width: calc(100% - 60px);
}
.sheet-zeroholder {
position: absolute;
}
.sheet-stress1 .sheet-zeroholder {
margin: -2px 0 0 35px;
}
.sheet-stress3 .sheet-zeroholder {
margin-left: 0;
}
.sheet-rep1 .sheet-zeroholder {
margin: -2px 0 0 17px;
}
.sheet-rep3 .sheet-zeroholder {
margin: 13px 0 0 -3px;
}
.sheet-heat1 .sheet-zeroholder {
margin: -2px 0 0 23px;
}
.sheet-heat3 .sheet-zeroholder {
margin-left: 5px;
}
.sheet-crewcoin .sheet-zeroholder {
margin: 19px 0 0 -10px;
}
.sheet-stress2 input.sheet-tooth + span {
margin-right: 6px;
}
.sheet-stress2 input[name="attr_setting_extra_stress1"]:checked ~ input.sheet-tooth + span {
margin-right: 5px;
}
.sheet-stress2 input[name="attr_setting_extra_stress1"]:checked + input[name="attr_setting_extra_stress2"]:checked ~ input.sheet-tooth + span {
margin-right: 4px;
}
/* small fixes */
.sheet-rep .sheet-black-on-grey {
padding-right: 4px;
text-align: right;
width: 100%;
}
.sheet-rep input.sheet-tooth {
width: 11px;
}
.sheet-rep input.sheet-tooth + span {
margin-right: 3px;
}
.sheet-hold .sheet-black-on-grey {
width: calc(100% - 8px);
}
.sheet-toothholder {
float: right;
width: 8px;
}
/* NOTES */
textarea.sheet-notes {
margin-top: 20px;
margin-left: 10px;
font-family: "Shadows Into Light", cursive;
color: #c43c35;
font-size: 155%;
width: 356px;
resize: vertical;
background-image: -webkit-linear-gradient(top, transparent, transparent 26px, #a7a7a7 0);
background-image: -moz-linear-gradient(top, transparent, transparent 26px, #a7a7a7 0);
background-image: -o-linear-gradient(top, transparent, transparent 26px, #a7a7a7 0);
background-image: linear-gradient(top, transparent, transparent 26px, #a7a7a7 0);
background-size: 100% 27px;
line-height: 137%;
height: 378px;
}
/* LOAD CHECKBOXES */
.sheet-loadboxholder {
transform: rotate(45deg);
display: inline-block;
margin-left: 6px;
width: 7px;
height: 7px;
}
input.sheet-loadbox[type="checkbox"] {
width: 12px;
height: 12px;
}
input.sheet-loadbox[type="checkbox"] + span {
display: inline-block;
border: 1px solid black;
width: 8px;
height: 8px;
background-color: white;
}
input.sheet-loadbox[type="checkbox"]:checked + span {
background-color: red;
}
input.sheet-loadbox[type="checkbox"]:hover + span {
filter: alpha(opacity=70);
opacity: 0.7;
}
/* ROLL BUTTONS */
button[type=roll] {
font-family: "Hoefler Text", Georgia, "Baskerville Old Face", Garamond, "Times New Roman", serif;
background: transparent;
box-shadow: none;
}
button[type=roll]:before {
content: "" !important;
}
button[type=roll].sheet-rollbutton {
text-transform: uppercase;
border: none;
margin: 0;
padding: 0;
font-weight: 800;
font-size: 92%;
line-height: 9px;
}
button[type=roll].sheet-tierbutton {
font-size: inherit;
letter-spacing: inherit;
color: inherit;
}
button[type=roll].sheet-attributebutton {
font-size: 98%;
line-height: 9px;
color: white;
}
button[type=roll].sheet-cohortbutton {
font-size: 85%;
line-height: 9px;
color: white;
}
button[type=roll].sheet-actionbutton {
font-size: 95%;
letter-spacing: 1px;
float: right;
color: black;
margin-top: 3px;
text-align: left;
width: 86px;
}
button[type=roll].sheet-vicebutton, button[type=roll].sheet-fortunebutton {
color: #616161;
border-color: #b3b4b6;
border-radius: 0;
transition: all 0.2s;
padding: 4px;
font-size: 97%;
font-weight: 600;
}
button[type=roll].sheet-vicebutton {
float: right;
margin: 5px 3px -5px 0;
line-height: 13px;
}
button[type=roll].sheet-fortunebutton {
width: 100%;
float: left;
height: 38px;
margin: 10px 3px 0 0;
}
button[type=roll].sheet-rollbutton:hover {
color: #ff4747;
}
button[type=roll].sheet-vicebutton:hover, button[type=roll].sheet-fortunebutton:hover {
color: #020202;
border-color: #020202;
}
/* CHECKBOXES */
input.sheet-checkbox {
height: 12px;
width: 12px;
}
input.sheet-checkbox.sheet-circlebox-small {
margin-top: 2px;
}
input.sheet-checkbox.sheet-squarebox-small {
height: 10px;
width: 10px;
}
input.sheet-checkbox.sheet-squarebox-small + span {
margin: 0;
width: 7px;
height: 7px;
}
input.sheet-checkbox.sheet-squarebox-small:checked + span {
background-color: black !important;
opacity: 0.7;
}
input.sheet-checkbox + span {
display: inline-block;
width: 10px;
height: 10px;
border: 1px solid #838587;
margin: 0 2px 0 0;
}
input.sheet-checkbox:hover + span {
opacity: 0.7;
}
input.sheet-checkbox.sheet-squarebox {
margin-top: 3px;
}
input.sheet-checkbox.sheet-squarebox + span {
background: transparent;
vertical-align: middle;
margin-left: 1px;
}
input.sheet-checkbox.sheet-circlebox-small + span {
border-radius: 40px;
height: 9px;
width: 9px;
background: white;
vertical-align: middle;
margin-right: 2px;
margin-bottom: 3px;
}
input.sheet-checkbox + span:last-child {
margin-right: 0px !important;
}
input.sheet-checkbox:checked + span {
background-color: red !important;
}
input.sheet-checkbox.sheet-claimbridge {
width: 14px;
height: 14px;
}
input.sheet-checkbox.sheet-claimbridge + span {
margin: 0;
border: none;
width: 100%;
height: 100%;
background: transparent;
}
input.sheet-checkbox.sheet-claimbridge:checked + span {
background: #d6d8d9 !important;
}
/* Change text colour when boxes are checked*/
.sheet-specialability input:checked ~ textarea.sheet-abilityname,
.sheet-item input.sheet-checkbox:checked ~ input[type=text],
.sheet-item input.sheet-checkbox:checked ~ textarea,
input.sheet-friendup:checked ~ input[type=text] {
color: red;
}
input.sheet-frienddown:checked ~ input[type=text] {
color: black;
}
.sheet-contact input.sheet-checkbox:checked ~ input[type=text] {
font-weight: 800;
color: black;
}
/* specific adjustments */
.sheet-tier input.sheet-checkbox.sheet-circlebox-small + span {
margin-right: 3px;
}
.sheet-specialability input.sheet-checkbox.sheet-circlebox + span {
border-radius: 30px;
background: white;
vertical-align: top;
}
.sheet-actions input.sheet-checkbox {
width: 20px;
height: 20px;
}
.sheet-actions input.sheet-checkbox.sheet-circlebox + span {
border-radius: 50px;
background-color: #c6c7c9;
border: none;
}
/* Friend triangles */
input.sheet-checkbox.sheet-friendup {
margin-top: 3px;
}
input.sheet-checkbox.sheet-frienddown {
margin-top: 10px;
}
.sheet-friend input.sheet-checkbox + span,
.sheet-contact input.sheet-checkbox + span {
width: 0;
height: 0;
background-color: #d6d8d9 !important;
}
.sheet-friend input.sheet-frienddown + span {
border-width: 10px 5px 0 5px;
margin: 0 0 -2px 3px;
border-color: #ffffff transparent transparent transparent;
}
.sheet-friend input.sheet-friendup + span {
border-width: 0 5px 10px 5px;
margin-bottom: 5px;
border-color: transparent transparent #ffffff transparent;
}
.sheet-friend input.sheet-frienddown:checked + span {
border-color: #000000 transparent transparent transparent;
}
.sheet-friend input.sheet-friendup:checked + span {
border-color: transparent transparent red transparent;
}
.sheet-contact input.sheet-checkbox {
margin-top: 6px;
}
.sheet-contact input.sheet-checkbox + span {
border-width: 5px 0 5px 10px;
margin-bottom: 2px;
border-color: transparent transparent transparent #ffffff;
}
.sheet-contact input.sheet-checkbox:checked + span {
border-color: transparent transparent transparent #000000;
}
/* ACTION RATINGS */
.sheet-attribute, .sheet-cohort {
margin-bottom: 14px;
}
.sheet-attribute-title, .sheet-cohort-title {
height: 21px;
background-color: black;
padding-left: 3px;
}
.sheet-attribute-title div:first-child {
width: 67px;
float: left;
position: absolute;
}
.sheet-attribute-xp-box {
float: right;
width: 108px;
text-align: right;
padding-right: 3px;
}
.sheet-actions {
padding-left: 2px;
}
.sheet-action {
width: 100%;
height: 22px;
}
.sheet-action:first-child, .sheet-action:first-child > div:first-child {
height: 34px;
}
.sheet-action:first-child > div {
padding-top: 12px;
}
.sheet-action:first-child button[type=roll].sheet-actionbutton {
margin-top: 15px;
}
.sheet-action > div {
margin: 0px 8px 0px 0px;
width: 15px;
float: left;
}
.sheet-action > div:first-child {
border-right: 1px solid black;
height: 22px;
width: 17px;
margin-right: 6px;
}
.sheet-action > div:nth-last-child(2) {
margin-right: 0px;
}
/* COHORTS */
.sheet-cohort-title > div:first-child {
width: calc(100% - 40px);
float: left;
}
.sheet-cohort-title > div:last-child {
width: 40px;
float: right;
text-align: right;
padding-right: 3px;
}
.sheet-cohort-title input[type=text] {
font-weight: 600;
width: 100%;
font-size: 85%;
background: transparent;
padding: 2px 0 0;
color: white;
}
.sheet-cohort-info {
background: black;
height: 13px;
}
.sheet-cohort-info .sheet-label {
font-size: 65%;
color: white;
}
.sheet-cohort-info > div:first-child {
float: left;
height: 13px;
width: 41px;
}
.sheet-cohort-info > div:last-child {
float: left;
width: calc(100% - 41px);
padding-left: 4px;
height: 13px;
line-height: 12px;
}
.sheet-cohort-info input[type=text] {
line-height: 12px;
}
.sheet-cohort-condition > div, .sheet-cohort-condition .sheet-label {
float: left;
}
.sheet-cohort-condition .sheet-label {
color: black;
font-size: 55%;
}
.sheet-cohort-condition1 {
width: 19%;
margin-right: 2%;
}
.sheet-cohort-condition2 {
width: 28%;
margin-right: 2%;
}
.sheet-cohort-condition3 {
width: 24%;
margin-right: 2%;
}
div.sheet-cohort-condition4 {
width: 23%;
float: right;
font-weight: 800;
}
.sheet-cohort-edgeflaw {
margin: 2px 0;
color: black;
font-size: 70%;
line-height: 13px;
}
.sheet-cohort-edgeflaw .sheet-label {
display: inline-block;
line-height: 10px;
width: 38px;
}
.sheet-cohort-edgeflaw input[type=text] {
width: calc(100% - 38px);
font-size: inherit;
height: 13px;
line-height: 0px;
}
.sheet-cohort-text textarea {
resize: vertical;
font-size: 70%;
line-height: 122%;
font-family: Georgia, Times, "Times New Roman", serif;
height: 50px;
border-bottom: 1px solid lightgray;
}
/* CLAIMS */
.sheet-claimbox {
background-color: #d6d8d9;
}
.sheet-claimbox, .sheet-lairbox, .sheet-claims-horisep {
height: 66px;
}
.sheet-claims-seprow, .sheet-claims-seprow div {
height: 14px;
}
.sheet-lairbox {
text-align: center;
display: flex;
justify-content: center;
align-items: center;
background-color: #808080;
}
.sheet-lairbox .sheet-label {
color: white;
}
.sheet-claims-horisep {
float: left;
height: 14px;
margin-top: 26px;
width: 2.5%;
}
.sheet-claims-vertsep {
float: left;
width: 14px;
margin: 0 calc(9% - 7px);
}
.sheet-claimbox .sheet-label {
font-size: 60%;
line-height: 12px;
height: 24px;
font-weight: 600;
width: 98%;
margin: 4px 1% 2px;
}
.sheet-claimbox textarea {
box-sizing: border-box;
text-align: center;
resize: none;
}
.sheet-claimbox textarea.sheet-claim-desc {
width: 95%;
margin: 2px 2.5% 4px;
line-height: 10px;
height: 30px;
font-size: 64%;
font-family: Georgia, Times, "Times New Roman", serif;
}
.sheet-claimbox div:first-child {
float: left;
position: absolute;
margin: 1px 0 0 1px;
line-height: 0;
}
input:checked + .sheet-claimbox {
background-color:#c1c4c5;
}
/* STRICTURES */
.sheet-strictures div {
font-size: 88%;
}
.sheet-strictures div .sheet-label {
font-weight: 600;
margin: 0 3px;
}
/* ALCHEMICALS */
input.sheet-alchemicals-checkbox {
width: 93px;
height: 15px;
}
input.sheet-alchemicals-checkbox + span {
display: inline-block;
}
input.sheet-alchemicals-checkbox:hover + span {
color: red;
}
.sheet-alchemicals-content {
display: none;
padding-left: 7px;
}
input.sheet-alchemicals-checkbox:checked ~ .sheet-alchemicals-content {
display: block;
}
.sheet-alchemicals .sheet-bandolier span:first-child {
margin-right: 7px;
font-size: 90%;
}
.sheet-alchemicals .sheet-italic {
font-size: 80%;
}
.sheet-alchemicals li:after {
height: 4px;
width: 4px;
top: .7em;
}
.sheet-alchemicals li {
padding-left: 11px;
font-size: 84%;
height: 16px;
}
/* DROPDOWN PSEUDO-SELECT */
.sheet-cohort-dropdown, .sheet-cohort-dropdown-bg {
background-color: black;
position: absolute;
z-index: -1;
width: 41px;
}
.sheet-cohort-dropdown {
height: 13px;
text-align: left;
line-height: 10px;
z-index: 1;
}
.sheet-cohort-dropdown:hover {
line-height: 12px;
}
.sheet-cohort-dropdown-bg {
display: none;
height: 42px;
}
.sheet-cohort-dropdown input[type=radio] {
width: 30px;
z-index: 10;
}
.sheet-cohort-dropdown input[type=radio],
.sheet-cohort-dropdown input[type=radio] + span {
display: none;
}
.sheet-cohort-dropdown:hover input[type=radio],
.sheet-cohort-dropdown:hover input[type=radio] + span {
display: inline;
padding-left: 2px;
}
.sheet-cohort-dropdown:hover .sheet-cohort-dropdown-bg {
display: block;
}
.sheet-cohort-dropdown:hover input[type=radio]:checked + span {
color: red;
}
.sheet-cohort-dropdown span:first-child {
display: inline-block;
padding-left: 2px;
}
.sheet-cohort-dropdown:hover span:first-child {
display: none;
}
/* FRAME */
.sheet-frame {
margin-top: 4px;
}
.sheet-frame input.sheet-label {
font-weight: 600;
}
.sheet-frame textarea {
font-size: 83%;
resize: vertical;
height: 40px;
}
/* FACTIONS PAGE */
.sheet-type-faction .repcontainer.ui-sortable.editmode + .repcontrol {
margin-bottom: 55px;
}
.sheet-factiontitle {
margin-bottom: 10px;
}
.sheet-factiontitle input[type=text] {
font-size: 200%;
font-weight: 600;
width: 60%;
}
.sheet-factions-header {
width: 100%;
height: 24px;
background: #ccc;
padding: 5px 0;
}
.sheet-factions-header input[type=text] {
font-weight: 600;
padding-left: 3px;
}
.sheet-factions-header span {
font-size: 50%;
display: inline-block;
text-align: center;
vertical-align: middle;
}
input.sheet-expand {
width: 8px;
margin-top: 7px;
margin-left: -7px;
height: 8px;
}
input.sheet-expand + span::before {
margin-top: 3px;
margin-left: -7px;
position: absolute;
content: "▶";
font-size: 8px;
width: 12px;
height: 12px;
}
input.sheet-expand:checked + span::before {
content: "▼";
}
.sheet-faction {
border-bottom: 1px solid lightgray;
}
.sheet-faction textarea {
display: none;
border-top: 1px solid lightgray;
border-radius: 0;
resize: vertical;
font-size: 90%;
height: 40px;
}
.sheet-faction input.sheet-expand:checked ~ textarea {
display: block;
}
.sheet-faction input[type=number] {
border: none;
background: transparent;
padding: 0;
font-size: 90%;
}
.sheet-faction input[type=text] {
border-right: 1px solid lightgray;
border-radius: 0;
font-size: 90%;
padding: 2px 1px;
}
/* Column widths */
.sheet-faction input[type=text]:nth-child(3),
.sheet-factions-header input[type=text] {
width: 65%;
}
.sheet-faction input[type=text]:nth-child(4),
.sheet-factions-header span:nth-child(2) {
width: 10%;
text-align: center;
}
.sheet-faction input[type=text]:nth-child(5),
.sheet-factions-header span:nth-child(3) {
width: 10%;
text-align: center;
}
.sheet-faction input[type=number],
.sheet-factions-header span:nth-child(4) {
width: 15%;
text-align: center;
}
/* War blurb */
.sheet-warblurb {
margin-top: 30px;
font-size: 90%;
}
.sheet-warblurb .sheet-label {
font-size: 120%;
color: black;
font-weight: 600;
}
.sheet-warblurb li {
margin-bottom: .5em;
padding-left: 1em;
}
/* Generate button */
div.sheet-faction-generatebutton {
float: right;
text-align: right;
}
.sheet-faction-generatebutton input {
width: 105px;
height: 16px;
}
.sheet-faction-generatebutton input + span {
padding: 3px;
color: #666;
border: 1px solid #666;
}
.sheet-faction-generatebutton input:hover + span {
color: red;
border-color: red;
}
input.sheet-generatebutton {
width: 110px;
height: 18px;
}
input.sheet-generatebutton + span {
padding: 3px;
color: #666;
margin: 0 4px;
font-size: 80%;
border: 1px solid #666;
}
input.sheet-generatebutton:hover + span {
color: red;
border-color: red;
} |
src/node_modules/zombie/node_modules/html5/data/tree-construction/tests16.dat-66/input.html | robashton/zombify | <!doctype html><script><!--<script></script><script></script>- -></script>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/55673f675ddf8840306c2d0485ebe14dba2418998f9b056bf12402dccf8f2a3b.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./49e3537c4e77c4953e53ea78d4daea7a66e0f6159fd8fb87bca48e481960176b.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> |
layouts/index.html | fangsonghub/qccblog | {{ partial "head.html" . }}
<body>
<div id="container">
{{ partial "header.html" . }}
<section id="main" class="outer">
{{ range ( .Paginate (where .Data.Pages "Type" "post")).Pages }}
<article class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<!--<%- partial('post/gallery') %>-->
{{ if .Title }}
<header class="article-header">
<h1 itemprop="name"><a class="article-title" href="{{ .RelPermalink }}">{{ .Title }}</a></h1>
</header>
{{ end }}
{{ partial "post_meta.html" . }}
<div class="article-entry" itemprop="articleBody">
<p>
{{ if .Params.featuredImage }}<img src="{{.Params.featuredImage}}"><br>{{ end }}
{{ .Summary }}
</p>
<p class="article-more-link">
<a href="{{ .RelPermalink }}">Read More<i class="fa fa-angle-double-right fa-fw"></i></a>
</p>
</div>
</div>
</article>
{{ end }}
{{ partial "pagination.html" . }}
</section>
{{ partial "footer.html" . }}
</div>
</body>
</html>
|
data science/machine_learning_for_the_web/chapter_4/movie/22598.html | xianjunzhengbackup/code | <HTML><HEAD>
<TITLE>Review for Magnolia (1999)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0175880">Magnolia (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Michael+Elliott">Michael Elliott</A></H3><HR WIDTH="40%" SIZE="4">
<P>Christian Critic's Movie Parables - <A HREF="http://www.christiancritic.com">http://www.christiancritic.com</A></P>
<PRE>MAGNOLIA
* out of * * * * stars
======================</PRE>
<P>DIRECTED BY: Paul Thomas Anderson
STARRING: Tom Cruise, Jason Robards, Philip Baker Hall, Julianne
Moore, William H. Macy, John C. Reilly, Melora Walters
WRITTEN BY: Paul Thomas Anderson
RATED: R for strong language, drug use, sexuality, and some
violence
SCRIPTURE
REFERENCES: Isaiah 43:25, Hebrews 8:12, Psalms 103:12</P>
<PRE><HR></PRE>
<P>Take two old and dying men, a lifetime of regrets, a house full of sins,
a thoroughly despicable man, enough lies, insecurities and other
character defects to keep a team of psychiatrists gainfully employed, then
add a inexplicable meteorological and amphibian-based phenomenon and you
will have summed up MAGNOLIA, the newest film from Paul Thomas Anderson
(BOOGIE NIGHTS).</P>
<P>The movie tells multiple stories, weaving them together, or overlapping
them during the course of its three hour running time. Would that the
stories were worth the telling.</P>
<P>Earl Partridge (Jason Robards, A THOUSAND ACRES) is dying of cancer.
Bedridden, in much pain, it is obvious that his time is growing short.
His much younger wife played by Julianne Moore (AN IDEAL HUSBAND) is
surprised to find herself struggling with his impending death. Having
married for money, she discovers that she has actually fallen in love with
the old guy and regrets having cheated and lied.</P>
<P>Earl regrets having cheated on his first wife and estranging himself from
his only son (Tom Cruise, EYES WIDE SHUT), now a misogynist self-help guru
who teaches men how to "Seduce and Destroy," His sexual and vulgar
perspective on male/female relationships is so over-the-top as to be
utterly unbelievable.</P>
<P>Meanwhile, Jimmy Gator (Philip Baker Hall, THE INSIDER) is also dying of
cancer. Not as physically incapacitated as Earl, Jimmy is still able to
perform his duties as the lovable host of a long-running quiz show which
pits adults against children. The current whiz-quiz-kid is Stanley
Spector (Jeremy Blackman in his film debut) who is tired of the pressure
of performing and is willing to call it quits. On the other hand, quiz
kid Donnie Smith (William Macy, MYSTERY MEN ) would like nothing more than
to return to the spotlight when he was a "somebody." His pathetic life is
souring as he can no longer capitalize on his brief 15 minutes of fame
which Stanley is all too eager to relinquish.</P>
<P>Jimmy has his own family crisis as his drug-addict daughter (Melora
Walters, BOOGIE NIGHTS) refuses to have anything to do with him for
reasons which are not disclosed to us until the end of the film. Grabbing
at one last attempt at happiness she reaches out to a softhearted cop
(John C. Reilly, NEVER BEEN KISSED) even as she tries to push herself away
from him because she deems herself not worthy of his affection.</P>
<P>This dysfunctional group carries on for what seems to be an interminable
two-thirds of the movie. And then it gets worse, literally raining frogs.
Yes, frogs. Assuming it to be an intended deus-ex-machina device, it is
an ineffective one because it doesn't seem to faze the characters much.
Oh, they may step gingerly around the splattered frog corpses littering
the streets, but otherwise, the frog shower didn't seem to change their
behavior or pattern of living (or dying).</P>
<P>There is simply too much going on in this movie and most of it is
distasteful to watch. Mr. Anderson further obscures the film by
incorporating a loud and intrusive sound track that often drowned out the
dialogue, a character who apparently rapped a significant clue to a plot
development which was completely unintelligble, and a heavy handed segment
of "historical" occurances containing ironic twists which set up
absolutely nothing.</P>
<P>One of the recurring themes is found in a line Donnie quotes: "We may be
done with the past, but the past is not done with us." This is an
absolute lie. God is in the forgiveness business. In fact, as we humbly
ask for forgiveness and repent or change our offending mindset, God's Word
says that He not only forgives, He also forgets.</P>
<P>"I, even I, am he that blotteth out thy transgressions for mine own sake,
and will not remember thy sins." Isaiah 43:25 [KJV]</P>
<P>The spiritual one who keeps bringing up our unrighteous past is the same
one who wants to keep us in a state of condemnation. Don't let him. Next
time your spiritual adversary reminds you of your past, take great
pleasure in reminding him of his future. He hates that.</P>
<PRE>Michael Elliott
January 2000
<A HREF="http://www.christiancritic.com">http://www.christiancritic.com</A></PRE>
<HR><P CLASS=flush><SMALL>The review above was posted to the
<A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR>
The Internet Movie Database accepts no responsibility for the contents of the
review and has no editorial control. Unless stated otherwise, the copyright
belongs to the author.<BR>
Please direct comments/criticisms of the review to relevant newsgroups.<BR>
Broken URLs inthe reviews are the responsibility of the author.<BR>
The formatting of the review is likely to differ from the original due
to ASCII to HTML conversion.
</SMALL></P>
<P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P>
</P></BODY></HTML>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.