text
stringlengths 2
1.05M
| repo_name
stringlengths 5
101
| path
stringlengths 4
991
| language
stringclasses 3
values | license
stringclasses 5
values | size
int64 2
1.05M
|
---|---|---|---|---|---|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="180x180" href="assets/ico/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/ico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/ico/favicon-16x16.png">
<link rel="manifest" href="assets/ico/manifest.json">
<link rel="mask-icon" href="assets/ico/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<meta name="msapplication-config" content="assets/ico/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<title>Sweet Cups - Roll Ice Cream & Coffee</title>
<!-- CSS Plugins -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/plugins/lightbox/css/lightbox.min.css">
<link rel="stylesheet" href="assets/plugins/flickity/flickity.min.css">
<!-- CSS Global -->
<!-- build:css assets/css/theme.min.css -->
<link rel="stylesheet" href="assets/css/theme.css">
<!-- endbuild -->
</head>
<body>
<!-- NAVBAR
================================================== -->
<nav class="navbar navbar-light navbar-expand-lg fixed-top">
<div class="container">
<!-- Navbar: Brand -->
<a class="navbar-brand navbar-brand_2 d-lg-none" href="index.html">Sweet Cups</a>
<!-- Navbar: Toggler -->
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navbar: Collapse -->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<!-- Navbar navigation: Left -->
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="about-us.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="menu_no-images.html">Menu</a>
</li>
</ul>
<!-- Brand name -->
<a class="navbar-brand navbar-brand_2 d-none d-lg-flex" href="index.html">
Sweet Cups
</a>
<!-- Navbar navigation: Right -->
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="contact-us.html">Contact</a>
</li>
</ul>
</div> <!-- / .navbar-collapse -->
</div> <!-- / .container -->
</nav> <!-- / .navbar -->
<!-- HEADER
================================================== -->
<section class="section section_header" data-parallax="scroll" data-image-src="assets/img/sweetcups/s3.jpg">
<div class="container">
<div class="row">
<div class="col">
<!-- Heading -->
<h1 class="section__heading section_header__heading text-center">
Contact Us
</h1>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!-- CONTACT
================================================== -->
<section class="section section_contact">
<div class="container">
<div class="row">
<div class="col">
<!-- Heading -->
<h2 class="section__heading text-center">
Get in touch with us
</h2>
<!-- Subheading -->
<p class="section__subheading text-center">
Give us a call or send us an email and we will get back to you as soon as possible!
</p>
</div>
</div> <!-- / .row -->
<div class="row">
<div class="col-md-3 order-md-2">
<!-- Contact info -->
<div class="section_contact__info">
<div class="section_contact__info__item">
<h4 class="section_contact__info__item__heading">
Write us
</h4>
<p class="section_contact__info__item__content">
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<div class="section_contact__info__item">
<h4 class="section_contact__info__item__heading">
Call us
</h4>
<p class="section_contact__info__item__content">
<a href="tel:+18165840442">+1 (816) 584-0442</a>
</p>
</div>
<div class="section_contact__info__item">
<h4 class="section_contact__info__item__heading">
Visit us
</h4>
<p class="section_contact__info__item__content">
6513 NW Barry Rd Kansas City, MO 64154
</p>
</div>
<div class="section_contact__info__item">
<h4 class="section_contact__info__item__heading">
Social links
</h4>
<ul class="section_contact__info__item__content">
<li>
<a href="https://twitter.com/CupsKc" target="_blank">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/rollatbarryroad/" target="_blank">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/sweetcupsicecreamandcoffee/" target="_blank">
<i class="fa fa-instagram" ></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-9 order-md-1">
<!-- Contact form -->
<form class="section_contact__form" id="contact__form">
<div class="form-group">
<label for="contact__form__name" class="sr-only">Full name</label>
<input type="text" class="form-control" id="contact__form__name" name="contact__form__name" placeholder="Full name">
<div class="invalid-feedback"></div>
</div>
<div class="form-group">
<label for="contact__form__email" class="sr-only">E-mail address</label>
<input type="email" class="form-control" id="contact__form__email" name="contact__form__email" placeholder="E-mail address">
<div class="invalid-feedback"></div>
</div>
<div class="form-group">
<label for="contact__form__email" class="sr-only">Message</label>
<textarea class="form-control" id="contact__form__message" name="contact__form__message" rows="9" placeholder="Message"></textarea>
<div class="invalid-feedback"></div>
</div>
<button type="submit" class="btn btn-primary">
Send message
</button>
</form>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!-- MAP
================================================== -->
<!-- FOOTER
================================================== -->
<footer class="section section_footer">
<div class="container">
<div class="row">
<div class="col-sm-4">
<!-- About Us -->
<h5 class="section_footer__heading">
About Us
</h5>
<p>
Thai inspired rolled ice cream, made in front of your eyes in Northland.
</p>
</div>
<div class="col-sm-4">
<!-- Contact info -->
<h5 class="section_footer__heading">
Contact info
</h5>
<ul class="section_footer__info">
<li>
<i class="fa fa-map-marker"></i> 6513 NW Barry Rd Kansas City, MO 64154
</li>
<li>
<i class="fa fa-phone"></i> +1 (816) 584-0442
</li>
<li>
<i class="fa fa-envelope-o"></i> <a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</div>
<div class="col-sm-4">
<!-- Opening hours -->
<h5 class="section_footer__heading">
Opening hours
</h5>
<div class="section_footer__open">
<div class="section_footer__open__days">Sunday - Thursday</div>
<div class="section_footer__open__time">12:00 PM - 09:30 PM</div>
</div>
<div class="section_footer__open">
<div class="section_footer__open__days">Friday and Saturday</div>
<div class="section_footer__open__time">12:00 PM - 10:00 PM</div>
</div>
</div>
</div> <!-- / .row -->
<div class="row">
<div class="col-12">
<!-- Copyright -->
<div class="section_footer__copyright">
<i class="fa fa-copyright"></i> <span id="js-current-year"></span> Sweet Cups. All rights reserved.
</div>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</footer>
<!-- JAVASCRIPT
================================================== -->
<!-- JS Global -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAxu_OZVnly-RiNmUV530xrd-mqww6Zl6M"></script>
<!-- JS Plugins -->
<script src="assets/plugins/parallax/parallax.min.js"></script>
<script src="assets/plugins/isotope/lib/imagesloaded.pkgd.min.js"></script>
<script src="assets/plugins/isotope/isotope.pkgd.min.js"></script>
<script src="assets/plugins/flickity/flickity.pkgd.min.js"></script>
<script src="assets/plugins/lightbox/js/lightbox.min.js"></script>
<script src="assets/plugins/reservation/reservation.js"></script>
<script src="assets/plugins/contact/contact.js"></script>
<script src="assets/plugins/alerts/alerts.js"></script>
<!-- JS Custom -->
<!-- build:js assets/js/theme.min.js -->
<script src="assets/js/theme.js"></script>
<!-- endbuild -->
<script src="assets/js/custom.js"></script>
</body>
</html>
| divya8arjula/divya8arjula.github.io | contact-us.html | HTML | mit | 9,774 |
<h3>Dialogs</h3>
The most frequent dialogs are alert, confirm and prompt. In the case of an alert you just need to display a message to the user
and require no feedback besides user acknowledgement. Confirm dialog has similar purpose, but expects from the user a response
by accepting or declining the message. Prompt waits for user input. The w2ui library includes these dialogs for your convenience.
<div style="height: 20px"></div>
<h4>w2alert (msg, [title], [callBack])</h4>
The alert dialog can be called in the following way:
<textarea class="javascript">
w2alert('This is an alert');
</textarea>
First argument, msg, is a message to display. Second optional argument, title, is the title for the dialog. The third optional argument,
callBack, is a call back function when dialog is closed.
<div style="height: 20px"></div>
<textarea class="javascript">
w2alert('This is an alert').done(function () {
// call back when alert closed
});
</textarea>
<h4>w2confirm (msg, [title], [callBack])</h4>
The confirm dialog can be called in the following way:
<textarea class="javascript">
w2confirm('Are you sure?', function btn(answer) {
console.log(answer); // Yes or No -- case-sensitive
});
</textarea>
The method takes up to three arguments <span class="method">w2confirm(msg, [title], [callBack])</span>, where msg is the message to display.
You can optionally supply title for the message and a call back function.
<div style="height: 20px"></div>
<h4>w2confirm(options)</h4>
You can optionally call w2confirm passing an object with options. This options object has following structure:
<textarea class="javascript">
options = {
msg : '',
title : 'Confirmation',
width : 450, // width of the dialog
height : 220, // height of the dialog
btn_yes : {
text : 'Yes', // text for yes button (or yes_text)
class : '', // class for yes button (or yes_class)
style : '', // style for yes button (or yes_style)
callBack : null // callBack for yes button (or yes_callBack)
},
btn_no : {
text : 'No', // text for no button (or no_text)
class : '', // class for no button (or no_class)
style : '', // style for no button (or no_style)
callBack : null // callBack for no button (or no_callBack)
},
callBack : null // common callBack
};
</textarea>
For convenience, w2confirm will return to you an object with yes() and no() methods that you can use in the following way:
<textarea class="javascript">
w2confirm('Are you sure?')
.yes(function () {
console.log('user clicked YES');
})
.no(function () {
console.log("user clicked NO")
});
</textarea>
<h4>w2prompt(label, [title], [callBack])</h4>
Prompts user to enter value. Instead of passing label, title, and callBack, you can call w2prompt in the following way:
<textarea class="javascript">
w2confirm({
label : 'Enter value',
value : '0',
attrs : 'size=6'
})
.change(function () {
console.log('Input value changed.');
})
.ok(function () {
console.log("User clicked ok.")
});
</textarea>
<h4>w2prompt(options)</h4>
Following properties are supported:
<textarea class="javascript">
options = {
label : '', // label for the input control
value : '', // initial value of input
attrs : '', // attributes for input control
title : 'Notification', // title of dialog
ok_text : 'Ok', // text of Ok button
cancel_text : 'Cancel', // text of Cancel button
width : 400, // width of the dialog
height : 220, // height of dialog
callBack : null // callBack function, if any
}
</textarea>
| Connum/w2ui | docs/overview/popup-dialogs.html | HTML | mit | 3,929 |
<html><body>
<h4>Windows 10 x64 (18362.239)</h4><br>
<h2>_EXCEPTION_RECORD</h2>
<font face="arial"> +0x000 ExceptionCode : Int4B<br>
+0x004 ExceptionFlags : Uint4B<br>
+0x008 ExceptionRecord : Ptr64 <a href="./_EXCEPTION_RECORD.html">_EXCEPTION_RECORD</a><br>
+0x010 ExceptionAddress : Ptr64 Void<br>
+0x018 NumberParameters : Uint4B<br>
+0x020 ExceptionInformation : [15] Uint8B<br>
</font></body></html> | epikcraw/ggool | public/Windows 10 x64 (18362.239)/_EXCEPTION_RECORD.html | HTML | mit | 428 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>example</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/bower_components/components-bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/bower_components/components-bootstrap/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<form class='js-add-task form-inline'>
<label class='control-label'>Add a Task</label>
<div class='controls'>
<input type='text' placeholder='description' class='js-add-task-description'/>
<input type='submit' class='js-add-task-submit btn btn-primary'/>
</div>
</form>
<h2> Tasks </h2>
<ul class= 'js-task-list'></ul>
<!--[if lt IE 9]>
<script src="/bower_components/es5-shim/es5-shim.js"></script>
<script src="/bower_components/es5-shim/es5-sham.js"></script>
<![endif]-->
<script src="/bower_components/underscore/underscore.js"></script>
<script src="/bower_components/jquery/jquery.js"></script>
<script src="/bower_components/components-bootstrap/js/bootstrap.min.js"></script>
<script src="/bower_components/requirejs/require.js" data-main="js/main.js"></script>
<!-- Google Analytics -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','dsds');ga('send','pageview');
</script>
</body>
</html>
| domestic/FlightTest | app/index.html | HTML | mit | 1,828 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_25) on Sat Jan 30 13:02:53 EST 2016 -->
<title>ec.algorithms.tabu.solution Class Hierarchy</title>
<meta name="date" content="2016-01-30">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ec.algorithms.tabu.solution Class Hierarchy";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../ec/algorithms/tabu/package-tree.html">Prev</a></li>
<li><a href="../../../../ec/exceptions/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?ec/algorithms/tabu/solution/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 ec.algorithms.tabu.solution</h1>
<span class="strong">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">ec.algorithms.tabu.solution.<a href="../../../../ec/algorithms/tabu/solution/Writer.html" title="class in ec.algorithms.tabu.solution"><span class="strong">Writer</span></a></li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../ec/algorithms/tabu/package-tree.html">Prev</a></li>
<li><a href="../../../../ec/exceptions/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?ec/algorithms/tabu/solution/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| aawuley/evolutionary-computation | doc/ec/algorithms/tabu/solution/package-tree.html | HTML | mit | 4,362 |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CommentNode | parse5</title>
<meta name="description" content="">
<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.js" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">parse5</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-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../globals.html">Globals</a>
</li>
<li>
<a href="../modules/ast.html">AST</a>
</li>
<li>
<a href="../modules/ast.htmlparser2.html">HtmlParser2</a>
</li>
<li>
<a href="ast.htmlparser2.commentnode.html">CommentNode</a>
</li>
</ul>
<h1>Interface CommentNode</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-comment">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p><a href="../globals.html#treeadapters">htmlparser2 tree adapter</a> CommentNode interface.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<a href="ast.htmlparser2.node.html" class="tsd-signature-type">Node</a>
<ul class="tsd-hierarchy">
<li>
<span class="target">CommentNode</span>
</li>
</ul>
</li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="ast.htmlparser2.commentnode.html#___location" class="tsd-kind-icon">___location</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="ast.htmlparser2.commentnode.html#data" class="tsd-kind-icon">data</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="ast.htmlparser2.commentnode.html#name" class="tsd-kind-icon">name</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="ast.htmlparser2.commentnode.html#next" class="tsd-kind-icon">next</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="ast.htmlparser2.commentnode.html#nextsibling" class="tsd-kind-icon">next<wbr>Sibling</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="ast.htmlparser2.commentnode.html#nodetype" class="tsd-kind-icon">node<wbr>Type</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="ast.htmlparser2.commentnode.html#nodevalue" class="tsd-kind-icon">node<wbr>Value</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="ast.htmlparser2.commentnode.html#parent" class="tsd-kind-icon">parent</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="ast.htmlparser2.commentnode.html#parentnode" class="tsd-kind-icon">parent<wbr>Node</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="ast.htmlparser2.commentnode.html#prev" class="tsd-kind-icon">prev</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="ast.htmlparser2.commentnode.html#previoussibling" class="tsd-kind-icon">previous<wbr>Sibling</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="ast.htmlparser2.commentnode.html#type" class="tsd-kind-icon">type</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="___location" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> ___location</h3>
<div class="tsd-signature tsd-kind-icon">___location<span class="tsd-signature-symbol">:</span> <a href="markupdata.location.html" class="tsd-signature-type">Location</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L443">index.d.ts:443</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Comment source code location info. Available if location info is enabled via <a href="options.parseroptions.html">Options.ParserOptions</a>.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="data" class="tsd-anchor"></a>
<h3>data</h3>
<div class="tsd-signature tsd-kind-icon">data<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L435">index.d.ts:435</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Comment text.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="name" class="tsd-anchor"></a>
<h3>name</h3>
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"comment"</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L431">index.d.ts:431</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>The name of the node.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="next" class="tsd-anchor"></a>
<h3>next</h3>
<div class="tsd-signature tsd-kind-icon">next<span class="tsd-signature-symbol">:</span> <a href="ast.htmlparser2.node.html" class="tsd-signature-type">Node</a></div>
<aside class="tsd-sources">
<p>Inherited from <a href="ast.htmlparser2.node.html">Node</a>.<a href="ast.htmlparser2.node.html#next">next</a></p>
<ul>
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L299">index.d.ts:299</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Next sibling.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="nextsibling" class="tsd-anchor"></a>
<h3>next<wbr>Sibling</h3>
<div class="tsd-signature tsd-kind-icon">next<wbr>Sibling<span class="tsd-signature-symbol">:</span> <a href="ast.htmlparser2.node.html" class="tsd-signature-type">Node</a></div>
<aside class="tsd-sources">
<p>Inherited from <a href="ast.htmlparser2.node.html">Node</a>.<a href="ast.htmlparser2.node.html#nextsibling">nextSibling</a></p>
<ul>
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L303">index.d.ts:303</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Same as <a href="ast.htmlparser2.commentnode.html#next">next</a>. <a href="https://dom.spec.whatwg.org">DOM spec</a>-compatible alias.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="nodetype" class="tsd-anchor"></a>
<h3>node<wbr>Type</h3>
<div class="tsd-signature tsd-kind-icon">node<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="ast.htmlparser2.node.html">Node</a>.<a href="ast.htmlparser2.node.html#nodetype">nodeType</a></p>
<ul>
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L279">index.d.ts:279</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p><a href="https://dom.spec.whatwg.org/#dom-node-nodetype">DOM spec</a>-compatible node <a href="ast.htmlparser2.commentnode.html#type">type</a>.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
<a name="nodevalue" class="tsd-anchor"></a>
<h3>node<wbr>Value</h3>
<div class="tsd-signature tsd-kind-icon">node<wbr>Value<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L439">index.d.ts:439</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Same as <a href="ast.htmlparser2.commentnode.html#data">data</a>. <a href="https://dom.spec.whatwg.org">DOM spec</a>-compatible alias.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="parent" class="tsd-anchor"></a>
<h3>parent</h3>
<div class="tsd-signature tsd-kind-icon">parent<span class="tsd-signature-symbol">:</span> <a href="ast.htmlparser2.parentnode.html" class="tsd-signature-type">ParentNode</a></div>
<aside class="tsd-sources">
<p>Inherited from <a href="ast.htmlparser2.node.html">Node</a>.<a href="ast.htmlparser2.node.html#parent">parent</a></p>
<ul>
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L283">index.d.ts:283</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Parent node.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="parentnode" class="tsd-anchor"></a>
<h3>parent<wbr>Node</h3>
<div class="tsd-signature tsd-kind-icon">parent<wbr>Node<span class="tsd-signature-symbol">:</span> <a href="ast.htmlparser2.parentnode.html" class="tsd-signature-type">ParentNode</a></div>
<aside class="tsd-sources">
<p>Inherited from <a href="ast.htmlparser2.node.html">Node</a>.<a href="ast.htmlparser2.node.html#parentnode">parentNode</a></p>
<ul>
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L287">index.d.ts:287</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Same as <a href="ast.htmlparser2.commentnode.html#parent">parent</a>. <a href="https://dom.spec.whatwg.org">DOM spec</a>-compatible alias.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="prev" class="tsd-anchor"></a>
<h3>prev</h3>
<div class="tsd-signature tsd-kind-icon">prev<span class="tsd-signature-symbol">:</span> <a href="ast.htmlparser2.node.html" class="tsd-signature-type">Node</a></div>
<aside class="tsd-sources">
<p>Inherited from <a href="ast.htmlparser2.node.html">Node</a>.<a href="ast.htmlparser2.node.html#prev">prev</a></p>
<ul>
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L291">index.d.ts:291</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Previous sibling.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="previoussibling" class="tsd-anchor"></a>
<h3>previous<wbr>Sibling</h3>
<div class="tsd-signature tsd-kind-icon">previous<wbr>Sibling<span class="tsd-signature-symbol">:</span> <a href="ast.htmlparser2.node.html" class="tsd-signature-type">Node</a></div>
<aside class="tsd-sources">
<p>Inherited from <a href="ast.htmlparser2.node.html">Node</a>.<a href="ast.htmlparser2.node.html#previoussibling">previousSibling</a></p>
<ul>
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L295">index.d.ts:295</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Same as <a href="ast.htmlparser2.commentnode.html#prev">prev</a>. <a href="https://dom.spec.whatwg.org">DOM spec</a>-compatible alias.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a name="type" class="tsd-anchor"></a>
<h3>type</h3>
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="ast.htmlparser2.node.html">Node</a>.<a href="ast.htmlparser2.node.html#type">type</a></p>
<ul>
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L275">index.d.ts:275</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>The type of the node. E.g. <a href="ast.htmlparser2.document.html">Document</a> will have <code>type</code> equal to 'root'`.</p>
</div>
</div>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../globals.html"><em>Globals</em></a>
</li>
<li class=" tsd-kind-module tsd-is-not-exported">
<a href="../modules/ast.html">AST</a>
</li>
<li class=" tsd-kind-module tsd-parent-kind-module tsd-is-not-exported">
<a href="../modules/ast.default.html">AST.<wbr>Default</a>
</li>
<li class="current tsd-kind-module tsd-parent-kind-module tsd-is-not-exported">
<a href="../modules/ast.htmlparser2.html">AST.<wbr>Html<wbr>Parser2</a>
</li>
<li class=" tsd-kind-module tsd-is-not-exported">
<a href="../modules/markupdata.html">Markup<wbr>Data</a>
</li>
<li class=" tsd-kind-module tsd-is-not-exported">
<a href="../modules/options.html">Options</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
</ul>
<ul class="current">
<li class="current tsd-kind-interface tsd-parent-kind-module">
<a href="ast.htmlparser2.commentnode.html" class="tsd-kind-icon">Comment<wbr>Node</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="ast.htmlparser2.commentnode.html#___location" class="tsd-kind-icon">___location</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="ast.htmlparser2.commentnode.html#data" class="tsd-kind-icon">data</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="ast.htmlparser2.commentnode.html#name" class="tsd-kind-icon">name</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="ast.htmlparser2.commentnode.html#next" class="tsd-kind-icon">next</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="ast.htmlparser2.commentnode.html#nextsibling" class="tsd-kind-icon">next<wbr>Sibling</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="ast.htmlparser2.commentnode.html#nodetype" class="tsd-kind-icon">node<wbr>Type</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface">
<a href="ast.htmlparser2.commentnode.html#nodevalue" class="tsd-kind-icon">node<wbr>Value</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="ast.htmlparser2.commentnode.html#parent" class="tsd-kind-icon">parent</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="ast.htmlparser2.commentnode.html#parentnode" class="tsd-kind-icon">parent<wbr>Node</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="ast.htmlparser2.commentnode.html#prev" class="tsd-kind-icon">prev</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="ast.htmlparser2.commentnode.html#previoussibling" class="tsd-kind-icon">previous<wbr>Sibling</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
<a href="ast.htmlparser2.commentnode.html#type" class="tsd-kind-icon">type</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
<li class=" tsd-kind-interface tsd-parent-kind-module">
<a href="ast.htmlparser2.document.html" class="tsd-kind-icon">Document</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module">
<a href="ast.htmlparser2.documentfragment.html" class="tsd-kind-icon">Document<wbr>Fragment</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module">
<a href="ast.htmlparser2.documenttype.html" class="tsd-kind-icon">Document<wbr>Type</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module">
<a href="ast.htmlparser2.element.html" class="tsd-kind-icon">Element</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-not-exported">
<a href="ast.htmlparser2.node.html" class="tsd-kind-icon">Node</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-not-exported">
<a href="ast.htmlparser2.parentnode.html" class="tsd-kind-icon">Parent<wbr>Node</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module">
<a href="ast.htmlparser2.textnode.html" class="tsd-kind-icon">Text<wbr>Node</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html> | HTMLParseErrorWG/parse5 | docs/interfaces/ast.htmlparser2.commentnode.html | HTML | mit | 25,001 |
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>成語 </b></th><td class="ztd2">以佚待勞</td></tr>
<tr><th class="ztd1"><b>典源 </b></th><td class="ztd2"> 此處所列為「<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000974%22.%26v%3D-1" class="clink" target=_blank>以逸待勞</a>」之典源,提供參考。</font> <font class="dianuan_mark">《孫子.軍爭》</font><br><font size=4 color="#808080">三軍可奪氣,將軍可奪心。是故朝氣銳,晝氣惰,暮氣歸。</font>故善用兵者,避其銳氣,擊其惰歸<font size=-2 color="#999900"><font class="dianyuanfont"><b><i>1></i></b></font></font>,此治氣者也。以治待亂,以靜待譁<font size=-2 color="#999900"><font class="dianyuanfont"><b><i>2></i></b></font></font>,此治心者也。以近待遠,以佚<font size=-2 color="#999900"><font class="dianyuanfont"><b><i>3></i></b></font></font>待勞,以飽待飢,此治力者也。<font size=4 color="#808080">無邀正正之旗,勿擊堂堂之陳,此治變者也。</font></font> <br><font class="dianuan_mark2">〔注解〕</font><br></font>
<div class="Rulediv"><font class="english_word">(1)</font> 惰歸:鬆懈返回。</font></div>
<div class="Rulediv"><font class="english_word">(2)</font> 譁:音ㄏㄨㄚˊ,大聲喧鬧、吵雜。</font></div>
<div class="Rulediv"><font class="english_word">(3)</font> 佚:音|ˋ,通「逸」。安閑。</font></div>
</td></tr>
</td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/4000-4999/4105-31.html | HTML | mit | 1,968 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Data step with merge - by (10-Dec-1999)</TITLE>
<!-- Created by: Lars Vilhuber, 10-Dec-1999 -->
<!-- Changed by: Lars Vilhuber, 10-Dec-1999 -->
</HEAD>
<body bgcolor="#FFFFFF">
<H1>Data step with merge - by</H1>
The resulting dataset is sorted by ein and su.
<pre>
data md92_92;
merge md92_92 mu;
by ein su;
run;
</pre>
</BODY>
</HTML> | labordynamicsinstitute/code-fragments | sas/Efficiencies/LarsKevin/datamerge.html | HTML | mit | 449 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>LDAPLibrary: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">LDAPLibrary
 <span id="projectnumber">3.3</span>
</div>
<div id="projectbrief">Library that wrap the S.DS.P Microsoft libraries and provide a better interface and management for all the LDAP infrastructures</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Packages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetTestUserCn</b>() (defined in <a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a>)</td><td class="entry"><a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>GetTestUserDn</b>() (defined in <a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a>)</td><td class="entry"><a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetTestUserOtherAttributes</b>(string attributeKey) (defined in <a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a>)</td><td class="entry"><a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>GetTestUserOtherAttributesKeys</b>() (defined in <a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a>)</td><td class="entry"><a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetTestUserSn</b>() (defined in <a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a>)</td><td class="entry"><a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>GetUserToSearch</b>() (defined in <a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a>)</td><td class="entry"><a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetupTestUser</b>(string testUserDn, string testUserCn, string testUserSn, Dictionary< string, List< string >> testUserOtherAttribute) (defined in <a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a>)</td><td class="entry"><a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>SetupUsersToSearch</b>(string[] list) (defined in <a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a>)</td><td class="entry"><a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>TestUser</b> (defined in <a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a>)</td><td class="entry"><a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>TestUserNewDescription</b> (defined in <a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a>)</td><td class="entry"><a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>TestUserNewPassword</b> (defined in <a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a>)</td><td class="entry"><a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>TestUserRepository</b>() (defined in <a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a>)</td><td class="entry"><a class="el" href="class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository.html">GUI_LDAPUnitTest.Tests.BusinessLogic.TestUserRepository</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Thu Dec 3 2015 14:53:28 for LDAPLibrary by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.9.1 </li>
</ul>
</div>
</body>
</html>
| Apex-net/LDAP-Library | LDAPLibraryDocumentation/class_g_u_i___l_d_a_p_unit_test_1_1_tests_1_1_business_logic_1_1_test_user_repository-members.html | HTML | mit | 11,373 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>propcalc: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.0 / propcalc - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
propcalc
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-20 01:17:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-20 01:17:33 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.8.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/propcalc"
license: "BSD"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/PropCalc"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: propositional calculus" "keyword: classical logic" "keyword: completeness" "keyword: natural deduction" "keyword: sequent calculus" "keyword: cut elimination" "category: Mathematics/Logic/Foundations" ]
authors: [ "Floris van Doorn <[email protected]> [http://www.contrib.andrew.cmu.edu/~fpv/]" ]
bug-reports: "https://github.com/coq-contribs/propcalc/issues"
dev-repo: "git+https://github.com/coq-contribs/propcalc.git"
synopsis: "Propositional Calculus"
description: """
http://arxiv.org/abs/1503.08744
Formalization of basic theorems about classical propositional logic. The main theorems are (1) the soundness and completeness of natural deduction calculus, (2) the equivalence between natural deduction calculus, Hilbert systems and sequent calculus and (3) cut elimination for sequent calculus."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/propcalc/archive/v8.7.0.tar.gz"
checksum: "md5=201c4c6bb4453482fae1c75e3a3a9d6b"
}
</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-propcalc.8.7.0 coq.8.8.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.8.0).
The following dependencies couldn't be met:
- coq-propcalc -> coq < 8.8~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-propcalc.8.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.06.1-2.0.5/released/8.8.0/propcalc/8.7.0.html | HTML | mit | 7,350 |
<!DOCTYPE html>
<html lang="zh-CN,en,default">
<!-- Head tag -->
<head><meta name="generator" content="Hexo 3.9.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--Description-->
<meta name="description" content="A shelter for a lazy and terrible programmer, loving photograph and travelling!">
<!--Author-->
<meta name="author" content="Haoxuan (Horace) Wang">
<!--Open Graph Title-->
<meta property="og:title" content="写在2020的第一天">
<!--Open Graph Description-->
<meta property="og:description" content="A shelter for a lazy and terrible programmer, loving photograph and travelling!">
<!--Open Graph Site Name-->
<meta property="og:site_name" content="贝壳小屋">
<!--Type page-->
<meta property="og:type" content="article">
<!--Page Cover-->
<meta name="twitter:card" content="summary">
<!-- Title -->
<title>写在2020的第一天 - 贝壳小屋</title>
<!-- Bootstrap Core CSS -->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/style.css">
<!-- Custom Fonts -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="//oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Gallery -->
<link href="//cdnjs.cloudflare.com/ajax/libs/featherlight/1.3.5/featherlight.min.css" type="text/css" rel="stylesheet">
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-79915174-1', 'auto');
ga('send', 'pageview');
</script>
<!-- favicon -->
<!-- mathjax support for latex math -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ["$$","$$"], ["\\[", "\\]"] ],
processEscapes: true
},
TeX: {
Macros: {
'\\_': '_'
}
}
});
</script>
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
</head>
<body>
<!-- Menu -->
<!-- Navigation -->
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Shell Cottage</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="/">
Home
</a>
</li>
<li>
<a href="/archives">
Archives
</a>
</li>
<li>
<a href="/categories">
Categories
</a>
</li>
<li>
<a href="/about">
About ME
</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Main Content -->
<!-- Page Header -->
<!-- Set your background image for this header in your post front-matter: cover -->
<header class="intro-header" style="background-image: url('https://source.unsplash.com/category/nature/2000x800?dark'), url('https://api.towdium.me/unsplash/source/category/nature/2000x800?dark')">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-heading">
<h1>写在2020的第一天</h1>
<span class="meta">
<!-- Date and Author -->
Posted by Haoxuan (Horace) on
2020-01-01
</span>
<!-- Tags and categories -->
<!--<div class="col-lg-4 col-lg-offset-2 col-md-5 col-md-offset-1 post-tags">-->
<div class="post-tags">
<a href="/tags/随手记/">#随手记</a>
</div>
<!-- <div class="col-lg-4 col-md-5 post-categories">
<a href="/categories/experience/" style="float: right">experience</a>
</div>-->
</div>
</div>
</div>
</div>
</header>
<!-- Post Content -->
<article>
<div class="container">
<div class="row">
<!-- Gallery -->
<!-- Post Main Content -->
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<p>老实讲我也不知道为什么要写这篇东西,大概是因为睡不着觉吧。人睡不着的时候,脑子里多半是在想些东西的。鲁迅说,人总是想的太多而做的太少(鲁迅:我没说过)。老实说,一开始只打算在这个site谈论技术的,不然大概又会变成另一个QQ空间什么的。大概是最近生活太过自闭的缘故才促使我开始了<code>git clone</code>然后敲起了键盘开始敲这篇随笔…这种自闭的感觉大概是每一个在自己成为绝对少数派的环境里的自我保护吧。我想正在读这段文字的读者,如果在国外学习工作过,周围又非大厂或者聚集着一群中国留学生的情境下,便能够真切的体会我在说什么。我在英国小镇上的感受便如是。倘若您没有类似的体验,最确切的描述便如沙漠里的树苗或者从鱼塘捞出来的放进水池里的鱼,文化上的割离是最深刻的。 </p>
<p>见过现实生活里太多的各种大佬,自我深知自己只是一个普通人,便不会对自己“失败的”境遇抱怨太多。做梦幻想的工作有三点特征,能学习到新的东西并且是自己感兴趣的方向;不加班且假期多;工资不太低能养活自己 – 这大概构成了另外的一个不可能三角。国内互联网大多可以满足第一和第三,而国外的SDE大多只满足后两项。当然了,归根揭底还是自己太菜了,空有抱负而疏于行动,整天投简历但懒得刷题看论文,结果自然是不大理想。焦虑产生于实际情况与期望状态差异得到的loss,以及缺乏相应的梯度的导引;因而我们很难知道自己是不是陷入了一个鞍点,或者我们知道自己在鞍点上但却不知道下一步如何选择。如果人生是一个凸优化问题或者像RL那样可以重复许多次得到许多经验,那么地球online的难度便没有这么爆炸,我们大概也可以少些焦虑,多些confidence。</p>
<p>其实2019于我来说,是收获的一年。至少算是入了SDE的行,体验了规范的工作的环境,拿到了自己的研究生学位,破了大厂面试0封的尴尬记录。虽然不知道接下来的一年的境况,但希望不会太惨。 </p>
<p>今天另一件惊讶的事情是在朋友圈看到了同龄人的结婚证,母胎单身的我深感自己可能要孤独终老了哈哈哈。以前总说希望自己能脱单,一年一年时间久了这个ticket一次一次从一个spirit移到了下一个,后来自己都快忘了。随缘吧。</p>
<p>如果您读到这里,请允许我由衷的向您表示感谢。感谢您愿意浪费一点时间读我这些乱七八糟的文字。由衷的希望您新的一年里平安喜乐,万事胜意。 </p>
<p>2020年1月1日于茨纳福德</p>
</div>
<!-- Comments -->
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<hr />
<h3>留言:</h3>
<div id="container"></div>
<script src="https://cdn.jsdelivr.net/gh/theme-next/theme-next-gitment@1/gitment.browser.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/theme-next/theme-next-gitment@1/default.css"/>
<script>
var gitment = new Gitment({
id: 'Wed Jan 01 2020 03:00:00 GMT+0000',
owner: 'billweasley',
repo: 'billweasley.github.io',
oauth: {
client_id: '06199a23a20db6cd355e',
client_secret: 'd58c16c76ab1b84dc65f24c25edcbc3974cc0a49',
},
})
gitment.render('container')
</script>
</div>
</div>
</div>
</article>
<!-- Footer -->
<hr />
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<h5 class="text-center">Friends</h5>
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center">
<li>
<a href="https://www.towdium.me/" target="_blank" style="text-decoration: none">
Towdium
</a>
</li>
</ul>
</div>
</div>
<hr />
<div class="row">
<h5 class="text-center">Contact Me</h5>
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center">
<li>
<a href="https://github.com/billweasley" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/horace-haoxuan-wang" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="mailto:[email protected]" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope-o fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="copyright text-muted">© 2021 Haoxuan (Horace) Wang<br></p>
<p class="copyright text-muted">Original Theme <a target="_blank" href="http://startbootstrap.com/template-overviews/clean-blog/">Clean Blog</a> from <a href="http://startbootstrap.com/" target="_blank">Start Bootstrap</a></p>
<p class="copyright text-muted">Adapted for <a target="_blank" href="https://hexo.io/">Hexo</a> by <a href="http://www.codeblocq.com/" target="_blank">Jonathan Klughertz</a></p>
</div>
</div>
</div>
</footer>
<!-- After footer scripts -->
<!-- jQuery -->
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<!-- Bootstrap -->
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<!-- Gallery -->
<script src="//cdnjs.cloudflare.com/ajax/libs/featherlight/1.3.5/featherlight.min.js" type="text/javascript" charset="utf-8"></script>
<!-- Disqus Comments -->
</body>
</html> | billweasley/billweasley.github.io | 2020/01/01/words-at-the-start-of-2020/index.html | HTML | mit | 14,429 |
{% extends "layout.html" %}
{% block body %}
<div id="login" class="dialog">
<h2>Login</h2>
{% if error %}<p class=error><strong>Error:</strong>{{ error }}</p>{% endif %}
<form action="{{ url_for('login') }}" method=post>
<p>
<label for=email>Email:</label><br>
<input type=email id=email name=email placeholder="[email protected]" value="{{ email }}">
</p>
<p>
<label for=password>Password:</label><br>
<input type=password id=password name=password placeholder="My secret...">
</p>
<p>
<button type=submit>Login</button>
</p>
</form>
</div>
<script>
(function (){
// focus on email or password field
var emailElem = document.getElementById('email');
var email = emailElem.getAttribute('value');
var pwElem = document.getElementById('password');
if (email)
pwElem.focus();
else
emailElem.focus();
})();
</script>
{% endblock %} | djlauk/cala | cala/templates/login.html | HTML | mit | 921 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Módulos para Angular JS</title>
<meta name="description" content="" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="http://www.willcrisis.com/favicon.ico">
<link rel="stylesheet" type="text/css" href="//www.willcrisis.com/themes/casper/assets/css/screen.css?v=1495802284297" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
<link rel="canonical" href="http://www.willcrisis.com/2016/06/10/Modulos-para-Angular-JS.html" />
<meta name="referrer" content="origin" />
<meta property="og:site_name" content="Relatos de um Desenvolvedor Aventureiro" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Módulos para Angular JS" />
<meta property="og:description" content="Nossa&#8230;&#8203; Quanto tempo desde a última vez que apareci por aqui! Esse post é pra falar sobre alguns projetos que venho desenvolvendo para AngularJS. Nos últimos meses, comecei a trabalhar efetivamente com Angular 1, e diante de algumas necessidades bem específicas dos projetos nos quais trabalhei, me vi" />
<meta property="og:url" content="http://www.willcrisis.com/2016/06/10/Modulos-para-Angular-JS.html" />
<meta property="article:published_time" content="2016-06-10T00:00:00.000Z" />
<meta property="article:tag" content="AngularJS" />
<meta property="article:tag" content=" Plugins" />
<meta property="article:tag" content=" OpenSource" />
<meta property="article:tag" content=" GitHub" />
<meta property="article:tag" content=" Módulos" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Módulos para Angular JS" />
<meta name="twitter:description" content="Nossa&#8230;&#8203; Quanto tempo desde a última vez que apareci por aqui! Esse post é pra falar sobre alguns projetos que venho desenvolvendo para AngularJS. Nos últimos meses, comecei a trabalhar efetivamente com Angular 1, e diante de algumas necessidades bem específicas dos projetos nos quais trabalhei, me vi" />
<meta name="twitter:url" content="http://www.willcrisis.com/2016/06/10/Modulos-para-Angular-JS.html" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Article",
"publisher": "Relatos de um Desenvolvedor Aventureiro",
"author": {
"@type": "Person",
"name": "Willian Krause",
"image": "https://avatars1.githubusercontent.com/u/1250489?v=3",
"url": "http://www.willcrisis.com/author/willcrisis/",
"sameAs": "http://www.willcrisis.com"
},
"headline": "Módulos para Angular JS",
"url": "http://www.willcrisis.com/2016/06/10/Modulos-para-Angular-JS.html",
"datePublished": "2016-06-10T00:00:00.000Z",
"keywords": "AngularJS, Plugins, OpenSource, GitHub, Módulos",
"description": "Nossa&#8230;&#8203; Quanto tempo desde a última vez que apareci por aqui! Esse post é pra falar sobre alguns projetos que venho desenvolvendo para AngularJS. Nos últimos meses, comecei a trabalhar efetivamente com Angular 1, e diante de algumas necessidades bem específicas dos projetos nos quais trabalhei, me vi"
}
</script>
<meta name="generator" content="HubPress" />
<link rel="alternate" type="application/rss+xml" title="Relatos de um Desenvolvedor Aventureiro" href="http://www.willcrisis.com/rss/" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/styles/atom-one-dark.min.css">
</head>
<body class="post-template tag-AngularJS tag-Plugins tag-Open-Source tag-Git-Hub tag-Modulos nav-closed">
<div class="site-wrapper">
<header class="main-header post-head no-cover">
<nav class="main-nav clearfix">
</nav>
</header>
<main class="content" role="main">
<article class="post tag-AngularJS tag-Plugins tag-Open-Source tag-Git-Hub tag-Modulos">
<header class="post-header">
<h1 class="post-title">Módulos para Angular JS</h1>
<section class="post-meta">
<time class="post-date" datetime="2016-06-10">10 June 2016</time> on <a href="http://www.willcrisis.com/tag/AngularJS/">AngularJS</a>, <a href="http://www.willcrisis.com/tag/Plugins/"> Plugins</a>, <a href="http://www.willcrisis.com/tag/Open-Source/"> OpenSource</a>, <a href="http://www.willcrisis.com/tag/Git-Hub/"> GitHub</a>, <a href="http://www.willcrisis.com/tag/Modulos/"> Módulos</a>
</section>
</header>
<section class="post-content">
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>Nossa…​ Quanto tempo desde a última vez que apareci por aqui!</p>
</div>
<div class="paragraph">
<p>Esse post é pra falar sobre alguns projetos que venho desenvolvendo para AngularJS.</p>
</div>
<div class="paragraph">
<p>Nos últimos meses, comecei a trabalhar efetivamente com Angular 1, e diante de algumas necessidades bem específicas dos projetos nos quais trabalhei, me vi obrigado a desenvolver alguns módulos para facilitar a implementação dessas necessidades. Com isso, surgiram alguns projetos que visam facilitar a vida de nós, desenvolvedores apertados por prazos minúsculos.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="__a_href_https_github_com_willcrisis_angular_auth_angular_auth_a"><a href="https://github.com/willcrisis/angular-auth">Angular Auth</a></h2>
<div class="sectionbody">
<div class="paragraph">
<p>Esse foi o meu primeiro módulo criado para o AngularJS 1. É um módulo para encapsular as regras de autenticação e autorização do projeto. Com ele, é só configurar alguns atributos e informar uma URL de backend que a autenticação já estará funcionando. Também suporta validação de regras por Papéis (Roles), que podem ser definidas direto no State (ele depende do fenomenal <a href="https://github.com/angular-ui/ui-router">Ui-Router</a>). Aí no <a href="https://github.com/willcrisis/angular-auth">link</a> tem as informações de instalação e configuração. Também estou evoluindo ele para trabalhar em conjunto com o Firebase, mas essa integração ainda é experimental.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="__a_href_https_github_com_willcrisis_angular_select2_angular_select2_a"><a href="https://github.com/willcrisis/angular-select2">Angular Select2</a></h2>
<div class="sectionbody">
<div class="paragraph">
<p>Esse projeto nasceu a partir da necessidade de implementar Selects usando o <a href="https://select2.github.io/">Select2</a>. Encontrei alguns módulos para Angular que fazem isso, mas achei a complexidade deles muito grande para uma coisa tão simples. Por isso decidi implementar minha própria solução. Compartilhei a mesma no GitHub caso alguém também queira uma solução simples pra esse problema.</p>
</div>
<div class="sect2">
<h3 id="_ajude_a_melhorar">Ajude a melhorar!</h3>
<div class="paragraph">
<p>Se você interessar em algum desses projetos, sinta-se a vontade para abrir Issues ou fazer um fork! Não deixe de fazer seu PR!!</p>
</div>
</div>
</div>
</div>
</section>
<footer class="post-footer">
<figure class="author-image">
<a class="img" href="http://www.willcrisis.com/author/willcrisis/" style="background-image: url(https://avatars1.githubusercontent.com/u/1250489?v=3)"><span class="hidden">Willian Krause's Picture</span></a>
</figure>
<section class="author">
<h4><a href="http://www.willcrisis.com/author/willcrisis/">Willian Krause</a></h4>
<p>Read <a href="http://www.willcrisis.com/author/willcrisis/">more posts</a> by this author.</p>
<div class="author-meta">
<span class="author-location icon-location">Goiania, GO, Brazil</span>
<span class="author-link icon-link"><a href="http://www.willcrisis.com">http://www.willcrisis.com</a></span>
</div>
</section>
<section class="share">
<h4>Share this post</h4>
<a class="icon-twitter" href="https://twitter.com/intent/tweet?text=M%C3%B3dulos%20para%20Angular%20JS&url=http://www.willcrisis.com/2016/06/10/Modulos-para-Angular-JS.html"
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<span class="hidden">Twitter</span>
</a>
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=http://www.willcrisis.com/2016/06/10/Modulos-para-Angular-JS.html"
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<span class="hidden">Facebook</span>
</a>
<a class="icon-google-plus" href="https://plus.google.com/share?url=http://www.willcrisis.com/2016/06/10/Modulos-para-Angular-JS.html"
onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
<span class="hidden">Google+</span>
</a>
</section>
</footer>
<section class="post-comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'willcrisis-site'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</section>
</article>
</main>
<aside class="read-next">
</aside>
<footer class="site-footer clearfix">
<section class="copyright"><a href="http://www.willcrisis.com">Relatos de um Desenvolvedor Aventureiro</a> © 2017</section>
<section class="poweredby">Proudly published with <a href="http://hubpress.io">HubPress</a></section>
</footer>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/highlight.min.js?v="></script>
<script type="text/javascript">
jQuery( document ).ready(function() {
// change date with ago
jQuery('ago.ago').each(function(){
var element = jQuery(this).parent();
element.html( moment(element.text()).fromNow());
});
});
hljs.initHighlightingOnLoad();
</script>
<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<script type="text/javascript" src="//www.willcrisis.com/themes/casper/assets/js/jquery.fitvids.js?v=1495802284297"></script>
<script type="text/javascript" src="//www.willcrisis.com/themes/casper/assets/js/index.js?v=1495802284297"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58331805-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
| willcrisis/www.willcrisis.com | 2016/06/10/Modulos-para-Angular-JS.html | HTML | mit | 12,442 |
<!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>Técnico em Automação Industrial</title>
<link rel="shortcut icon" href="media/favicon.ico">
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/modern-business.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Barra de navegação</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="media/logo.png" alt="" width="150" style="margin: -6px 0px 0px 40px;"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="index.html">Início</a>
</li>
<li>
<a href="curso.html">Curso</a>
</li>
<li>
<a href="docentes.html">Docentes</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Projetos <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="projetos_tcc.html">TCC</a>
</li>
<li>
<a href="projetos_pesquisa.html">Pesquisa</a>
</li>
<li>
<a href="projetos_extensao.html">Extensão</a>
</li>
<li>
<a href="projetos_ensino.html">Ensino</a>
</li>
</ul>
</li>
<li>
<a href="laboratorios.html">Laboratórios</a>
</li>
<li>
<a href="contact.html">Contato</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="container">
<!-- Page Heading/Breadcrumbs -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Automação Industrial
<small></small>
</h1>
<ol class="breadcrumb">
<li><a href="index.html">Início</a>
</li>
<li class="active">Curso</li>
</ol>
</div>
</div>
<!-- /.row -->
<!-- Image Header -->
<div class="row">
<div class="col-lg-12">
<img class="img-responsive" src="http://placehold.it/1200x300" alt="">
</div>
</div>
<!-- /.row -->
<br>
<br>
<div class="row">
<div class="col-md-3">
<div class="list-group">
<ul id="myTab" class="nav nav-tabs nav-justified">
<a href="#home" class="list-group-item " data-toggle="tab">Início</a>
<a href="#perfil" class="list-group-item " data-toggle="tab">Perfil Profissional</a>
<a href="#planos" class="list-group-item" data-toggle="tab">Planos de Curso</a>
<a href="#atuacao" class="list-group-item" data-toggle="tab">Atuação Profissional</a>
<a href="#coordenacao" class="list-group-item" data-toggle="tab">Coordenação</a>
</ul>
</div>
</div>
<!-- Content Column -->
<div id="myTabContent" class="tab-content">
<div class="col-md-9 tab-pane fade active in" id="home">
<h3>Informações Sobre o Curso de Automação Industrial: </h3>
<p>O curso, que está sendo oferecido desde 2010, abrange tecnologias associadas aos processos mecânicos, eletro-eletrônicos e físico-químicos. O técnico em automação industrial poderá atuar no projeto, execução e instalação de sistemas de controle de automação utilizados nos processos industriais, realizando a manutenção, medições e testes em equipamentos utilizados em automação de processos industriais.</p>
<li><a href="http://www.riogrande.ifrs.edu.br/site/midias/arquivos/2015110102429589automacao_-_integrado.pdf"><h5>Horários das turmas do curso Integrado de 2015</h5></a></li>
<li><a href="http://www.riogrande.ifrs.edu.br/site/midias/arquivos/2015110102429589automacao_-_subsequente.pdf"><h5>Horários das turmas do curso Subsequente de 2015</h5></a></li>
</div>
<div class="col-md-9 tab-pane fade" id="perfil">
<h3>Perfil Profissional: </h3>
<p>Curso Técnico de Nível Médio do Eixo Tecnológico Controle e Processos Industriais, Modalidade Integrado e com habilitação em Automação Industrial. Organizado em séries anuais e com duração de quatro anos, possui uma carga horária total 3.752 de horas, sendo 2.072 horas destinadas ao Ensino Médio, 370 horas ao Núcleo Integrador e 1.310 horas ao Núcleo de Formação Profissional específica em Automação Industrial, incluídas as 200 horas destinadas à prática profissional (estágio supervisionado).</p>
<h4>O candidato deverá apresentar as seguintes aptidões: </h4>
<ul>
<li><h5>Interesse pelo estudo dos conteúdos de Física, Química e Matemática</h5></li>
<li><h5>Criatividade e curiosidade científica</h5></li>
<li><h5>Capacidade de desenvolver raciocínios lógicos</h5></li>
<li><h5>Disposição para trabalhar em equipe</h5></li>
</ul>
</div>
<div class="col-md-9 tab-pane fade" id="coordenacao">
<h3>Coordenação: </h3>
<p></p>
</div>
<div class="col-md-9 tab-pane fade" id="planos">
<h3>Planos de Curso - Integrado: </h3>
<ul>
<li><h5>Ingresso: Teste de classificação</h5></li>
<li><h5>Turno: Diurno (manhã e tarde)</h5></li>
<li><h5>Vagas: 36 vagas anuais</h5></li>
<li><h5>Estrutura: 4 séries anuas (3200 h)</h5></li>
<li><h5>Estágio profissional supervisionado (200 h)</h5></li>
</ul>
<div style="float: right; margin: -206px 80px 10px 0px">
<h3>Planos de Curso - Subsequente: </h3>
<ul>
<li><h5>Ingresso: Teste de classificação/ENEM</h5></li>
<li><h5>Turno: Noturno</h5></li>
<li><h5>Vagas: 80 vagas anuais (2 ingressos)</h5></li>
<li><h5>Estrutura: 4 módulos semestrais (1200 h)</h5></li>
<li><h5>Estágio profissional supervisionado (200 h)</h5></li>
</ul>
</div>
</div>
<div class="col-md-9 tab-pane fade" id="atuacao">
<h3>Atuação Profissional: </h3>
<p>O Técnico de Nível Médio Integrado em Automação Industrial deverá apresentar um conjunto de conhecimentos, atitudes e habilidades que permitam a sua atuação na indústria, tendo uma sólida e avançada formação científica e tecnológica e preparado para construir novos conhecimentos, compreendendo que essa capacitação é inicial e, portanto, deve ser ponto de partida para a busca constante na sua formação.</p> <p> Conforme o Catálogo Nacional de Cursos Técnicos, ao final de sua formação,deverá ser capaz de atuar em:</p> <p> 1. Indústrias, preferencialmente as de processos de fabricação contínuos, tais como petroquímicas, de alimentos e de energia;</p> <p> 2. Laboratórios de controle de qualidade, de manutenção e pesquisa;</p> <p> 3. Empresas integradoras e prestadoras de serviço. </p>
</div>
</div>
</div>
<hr>
<!-- Footer -->
<footer>
<div class="row">
<div class="col-lg-12">
<center>
<p>Copyright © Automação Industrial 2015</p>
</center>
</div>
</div>
</footer>
</div>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>
| ifrsrg/projens-automacao | site/curso.html | HTML | mit | 10,033 |
<!DOCTYPE html>
<html>
<meta charset='utf-8'>
<head>
<script src="../dialog-polyfill.js"></script>
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="stylesheet" type="text/css" href="../dialog-polyfill.css">
<style>
dialog {
width: 100px;
}
</style>
</head>
<body>
<p>Test for modal dialog. The test passes if you can click on "Click me" button,
but can't click or tab to the "Can't click me!" button</p>
<div id="console"></div>
<input type="text" placeholder="Test 1" tabindex="1" />
<input type="text" placeholder="Test 2" tabindex="2" />
<input type="text" placeholder="Test 2.1" tabindex="2" />
<input type="text" placeholder="Test 3" tabindex="3" />
<input type="text" placeholder="Before dialog" />
<dialog>
<button id="dialog-button">Click me</button>
<input type="text" placeholder="Focus me" />
<input type="text" placeholder="Focus me again" />
</dialog>
<button id="inert-button">Can't click me</button>
<input type="text" placeholder="Can't focus me" />
<script>
function writeToConsole(s) {
var console = document.getElementById('console');
var span = document.createElement('span');
span.textContent = s;
console.appendChild(span);
console.appendChild(document.createElement('br'));
}
var dialog = document.querySelector('dialog');
dialogPolyfill.registerDialog(dialog);
dialog.showModal();
var dialogButton = document.getElementById('dialog-button');
dialogButton.addEventListener('click', function(e) {
writeToConsole("SUCCESS: dialog's button was clicked");
});
var inertButton = document.getElementById('inert-button');
inertButton.addEventListener('click', function(e) {
writeToConsole('FAIL: inert button was clicked');
});
</script>
</body>
</html>
| AlpenDesignStudio/twex | assets/dialog-polyfill/tests/modal-dialog.html | HTML | mit | 1,729 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template modable</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../index.html" title="Chapter 1. Boost.TypeErasure">
<link rel="up" href="../../boost_typeerasure/reference.html#header.boost.type_erasure.operators_hpp" title="Header <boost/type_erasure/operators.hpp>">
<link rel="prev" href="dividable.html" title="Struct template dividable">
<link rel="next" href="left_shiftable.html" title="Struct template left_shiftable">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="dividable.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_typeerasure/reference.html#header.boost.type_erasure.operators_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="left_shiftable.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.type_erasure.modable"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct template modable</span></h2>
<p>boost::type_erasure::modable</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../boost_typeerasure/reference.html#header.boost.type_erasure.operators_hpp" title="Header <boost/type_erasure/operators.hpp>">boost/type_erasure/operators.hpp</a>>
</span><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T <span class="special">=</span> <a class="link" href="_self.html" title="Struct _self">_self</a><span class="special">,</span> <span class="keyword">typename</span> U <span class="special">=</span> <span class="identifier">T</span><span class="special">,</span> <span class="keyword">typename</span> R <span class="special">=</span> <span class="identifier">T</span><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="modable.html" title="Struct template modable">modable</a> <span class="special">{</span>
<span class="comment">// <a class="link" href="modable.html#idp10536944-bb">public static functions</a></span>
<span class="keyword">static</span> <span class="identifier">R</span> <a class="link" href="modable.html#idp10537504-bb"><span class="identifier">apply</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">T</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">U</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp12627184"></a><h2>Description</h2>
<div class="refsect2">
<a name="idp12627600"></a><h3>
<a name="idp10536944-bb"></a><code class="computeroutput">modable</code> public static functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="identifier">R</span> <a name="idp10537504-bb"></a><span class="identifier">apply</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">T</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">U</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span></pre></li></ol></div>
</div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2011-2013 Steven Watanabe<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="dividable.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_typeerasure/reference.html#header.boost.type_erasure.operators_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="left_shiftable.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| calvinfarias/IC2015-2 | BOOST/boost_1_61_0/libs/type_erasure/doc/html/boost/type_erasure/modable.html | HTML | mit | 5,774 |
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="app.css">
</head>
<body>
<div id="please-wait">
<img src="ajax-loader-lg.gif">
</div>
<div id="controls" style="display: none;">
<a id="github" target="_blank" href="https://github.com/marriola/SWAPI-demo"></a>
<select id="resources" v-model="selected" @change="selectResource">
<option v-for="resource in store" value="{{ $index }}">{{ resource.displayName }}</option>
</select>
<button id="btnGet" disabled>Get</button>
<button id="btnClear">Clear link cache</button>
<br/>
<button id="btnPrev" disabled=""><<</button>
<button id="btnNext" disabled="">>></button>
<img src="ajax-loader-dark.gif" id="spinner" style="display: none;">
<!-- Column filter -->
<br/>
<div id="columnFilter">
<a id="columnFilterExpand" href="javascript:void(0)"><div>
<h3 style="display: inline-block; margin: 0px;">Columns</h3>
<span id="expandIndicator" style="float: right;" class="closed"></span>
</div></a>
<div id="columns" style="display: none;">
<div class="columnNameHeader">
<a v-for="resource in resources" href="javascript:void(0)" class="columnName" @click="showColumns(resource)" data-index="{{ resource.index }}">
{{ resource.displayName }}
</a>
</div>
<div v-for="resource in resources" style="display: none" class="columnPage" data-index="{{ resource.index }}">
<div class="columnContainer">
<label v-for="column in resource.columns" v-bind:class="{ 'bold': column.hasUrl }" draggable="true">
<input type="checkbox" name="{{ column.name }}" v-model="column.show" @change="saveFilter(resource)">
{{ column.displayName }}
</label>
</div>
</div>
</div>
</div>
</div>
<div id="overlay" style="display: none"></div>
<div id="rest"></div>
<!-- Templates -->
<template id="entity-col-template">
<span>
<template v-if="isArray(value)">
<a v-for="(index, url) in value" href="{{ url }}" @click="clickLink(url, $event)" class="link" v-bind:class="{ 'not-set': !linkStore[url] }">{{ linkStore[url] }}</a>
</template>
<template v-else>
<template v-if="hasUrl && value">
<a href="{{ value }}" @click="clickLink(value, $event)" class="link" v-bind:class="{ 'not-set': !linkStore[value] }">{{ linkStore[value] }}</a>
</template>
<template v-else>{{ sanitize(value) }}</template>
</template>
</span>
</template>
<div id="table-template" style="display: none;">
<p>Displaying results <b>{{ pageStart }}</b> to <b>{{ pageEnd }}</b> out of <b>{{ count }}</b></p>
<table>
<thead>
<tr>
<th v-for="column in resource.columns" v-if="column.show" transition="fade-out" v-class:bind="{ 'mobile': showOnMobile(column.name) }">{{ column.displayName }}</th>
</tr>
</thead>
<tbody>
<tr v-for="result in results">
<td v-for="column in resource.columns" v-if="column.show" transition="fade-out" v-class:bind="{ 'mobile': showOnMobile(column.name) }">
<value :has-url="column.hasUrl" :value="result[column.name]" :link-store="linkStore"></value>
</td>
</tr>
</tbody>
</table>
</div>
<div id="table-popup-template" style="display: none">
<a id="btnClose" class="link" href="javascript:$VueDemo.default.tablePopup.hideOverlay()">[x]</a>
<div id="table-popup-scroll">
<table>
<tbody>
<tr v-for="row in shown">
<td>{{ row.displayName }}</td>
<td><value :has-url="row.hasUrl" :value="row.value" :link-store="linkStore"></value></td>
</tr>
<tr v-if="hidden.length > 0" v-bind:class="{ 'hidden-column': showHidden }">
<td colspan="2">
<div class="hidden-columns-expander" v-bind:class="{ 'hidden-column': showHidden }" transition="slide">
<a href="javascript:void(0)" @click="showHidden = true">{{ hidden.length }} more...</a>
</div>
</td>
</tr>
<tr v-for="row in hidden" v-bind:class="{ 'hidden-column': !showHidden }">
<td>
<div class="hidden-column" v-bind:class="{ 'hidden-column': !showHidden }" transition="slide">
{{ row.displayName }}
</div>
</td>
<td>
<value :has-url="row.hasUrl" :value="row.value" :link-store="linkStore" v-bind:class="{ 'hidden-column': !showHidden }" transition="slide"></value>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!--<script src="https://code.jquery.com/jquery-2.2.3.js"></script>-->
<!-- <script src="http://cdn.jsdelivr.net/vue/1.0.16/vue.js"></script> -->
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<script src="https://cdn.jsdelivr.net/vue/1.0.21/vue.min.js"></script>
<script src="vendor.js" type="text/javascript"></script>
<script src="app.js" type="text/javascript"></script>
<script type="text/javascript">
var $VueDemo = require("sw-demo.js");
</script>
</body>
</html>
| marriola/SWAPI-demo | app/assets/index.html | HTML | mit | 5,158 |
<HTML><HEAD>
<TITLE>Review for Trouble in Mind (1985)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0090209">Trouble in Mind (1985)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Lon+Ponschock">Lon Ponschock</A></H3><HR WIDTH="40%" SIZE="4">
<PRE> TROUBLE IN MIND
A film review by Lons Ponschock
Copyright 1995 Lons Ponschock</PRE>
<P>A film by Alan Rudolph
Music by Mark Isham
Stars Kris Kristofferson, Keith Carradine, Lori Singer, and Genevieve Bujold</P>
<PRE> "When his ship comes in,
there's going to be a
dock strike."</PRE>
<PRE> -- from TROUBLE IN MIND --</PRE>
<PRE> Couldn't resist that. My favorite line in the picture.</PRE>
<P> This is an old film (1985). Alan Rudolph is a special director.
I've written about his films such as CHOOSE ME and the MODERNS and also
EQUINOX which is his most recent starring Mathew Modine.</P>
<P> There's a quietness about an Alan Rudolph piece. And his pictures
are often set out of time and place. Here, for instance, the scene is
a place which is a major metropolitan area simply called Rain City.
The cars on the street are autos like the 1971 'Batmobile' sharkback
Buick and also one of the earliest Barracudas or 'back-a-rudas' as the
old commercial had it: Cool stuff in other words.</P>
<P> A new friend lent me a personal copy of this piece: a purchased
copy. So I expected something special.</P>
<PRE> I got it too.</PRE>
<P> Rain City, with all it's detail is just slightly skewed. The
costumes are a bit different, the language is a bit different. Oh yes,
and Divine is in this and she is a bit different as well.</P>
<P> Kris Kristofferson (THE SAILOR WHO FELL FROM GRACE WITH THE SEA,
THE SILVER BEARS, MILLENNIUM) was never my favorite actor. Let's face
it, I hate the somebitch. Having said that, I can still recommend
TROUBLE IN MIND. The story is a fairly simple tale of low life in the
big city. But with light, sound and a wonderful score by Mark Isham
(QUIZ SHOW and THE BEAST, something that was barely released but the
music was broadcast as part of a new age prog. on public radio) Rain
City becomes a magical place... a place that cities always seem to be
to those who don't live in them I think. But magical anyway.</P>
<P> It's about low life, small time hoods and ex-cops--the stuff of
which most B-movies are made. A few elements appear here which on a
single viewing didn't make sense: a Shinto ceremony, an enemy killed in
the style of a Vietnam jungle fight, a shoot-out which has the effect of
looking like a custard pie fight in a Mack Sennet comedy at the end.</P>
<P> And through all this strangeness, these images out of the mind of
the director, comes that landscape of art deco and modern, almost campy
stylishness there is ... cool stuff.</P>
<PRE> So TROUBLE IN MIND is a special film.</PRE>
<PRE>--
lon</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>
| xianjunzhengbackup/code | data science/machine_learning_for_the_web/chapter_4/movie/4380.html | HTML | mit | 4,029 |
<!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.5.0_13) on Sun Jan 24 12:52:50 EST 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class edu.uci.ics.jung.algorithms.layout.ISOMLayout.ISOMVertexData (jung2 2.0.1 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class edu.uci.ics.jung.algorithms.layout.ISOMLayout.ISOMVertexData (jung2 2.0.1 API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= 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="../../../../../../../edu/uci/ics/jung/algorithms/layout/ISOMLayout.ISOMVertexData.html" title="class in edu.uci.ics.jung.algorithms.layout"><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?edu/uci/ics/jung/algorithms/layout//class-useISOMLayout.ISOMVertexData.html" target="_top"><B>FRAMES</B></A>
<A HREF="ISOMLayout.ISOMVertexData.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>edu.uci.ics.jung.algorithms.layout.ISOMLayout.ISOMVertexData</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="../../../../../../../edu/uci/ics/jung/algorithms/layout/ISOMLayout.ISOMVertexData.html" title="class in edu.uci.ics.jung.algorithms.layout">ISOMLayout.ISOMVertexData</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#edu.uci.ics.jung.algorithms.layout"><B>edu.uci.ics.jung.algorithms.layout</B></A></TD>
<TD>Algorithms for assigning 2D coordinates (typically used for graph visualizations)
to vertices. </TD>
</TR>
</TABLE>
<P>
<A NAME="edu.uci.ics.jung.algorithms.layout"><!-- --></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="../../../../../../../edu/uci/ics/jung/algorithms/layout/ISOMLayout.ISOMVertexData.html" title="class in edu.uci.ics.jung.algorithms.layout">ISOMLayout.ISOMVertexData</A> in <A HREF="../../../../../../../edu/uci/ics/jung/algorithms/layout/package-summary.html">edu.uci.ics.jung.algorithms.layout</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="../../../../../../../edu/uci/ics/jung/algorithms/layout/package-summary.html">edu.uci.ics.jung.algorithms.layout</A> that return <A HREF="../../../../../../../edu/uci/ics/jung/algorithms/layout/ISOMLayout.ISOMVertexData.html" title="class in edu.uci.ics.jung.algorithms.layout">ISOMLayout.ISOMVertexData</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../../../../../edu/uci/ics/jung/algorithms/layout/ISOMLayout.ISOMVertexData.html" title="class in edu.uci.ics.jung.algorithms.layout">ISOMLayout.ISOMVertexData</A></CODE></FONT></TD>
<TD><CODE><B>ISOMLayout.</B><B><A HREF="../../../../../../../edu/uci/ics/jung/algorithms/layout/ISOMLayout.html#getISOMVertexData(V)">getISOMVertexData</A></B>(<A HREF="../../../../../../../edu/uci/ics/jung/algorithms/layout/ISOMLayout.html" title="type parameter in ISOMLayout">V</A> v)</CODE>
<BR>
</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="../../../../../../../edu/uci/ics/jung/algorithms/layout/ISOMLayout.ISOMVertexData.html" title="class in edu.uci.ics.jung.algorithms.layout"><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?edu/uci/ics/jung/algorithms/layout//class-useISOMLayout.ISOMVertexData.html" target="_top"><B>FRAMES</B></A>
<A HREF="ISOMLayout.ISOMVertexData.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 null. All Rights Reserved.
</BODY>
</HTML>
| tobyclemson/msci-project | vendor/jung-2.0.1/doc/edu/uci/ics/jung/algorithms/layout/class-use/ISOMLayout.ISOMVertexData.html | HTML | mit | 8,708 |
<div ng-controller="Default.Value" class="default-value">
{{engine.dValue}}
</div> | ccasalicchio/UmbracoPackages | Default.Value/views/view.html | HTML | mit | 88 |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Chapter 18. Db_set_base_iterator</title>
<link rel="stylesheet" href="apiReference.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
<link rel="start" href="index.html" title="Berkeley DB C++ Standard Template Library API Reference" />
<link rel="up" href="index.html" title="Berkeley DB C++ Standard Template Library API Reference" />
<link rel="prev" href="dbset_iterators.html" title="Chapter 17. Iterator Classes for db_set and db_multiset" />
<link rel="next" href="stldb_set_base_iteratordb_set_base_iterator.html" title="db_set_base_iterator" />
</head>
<body>
<div xmlns="" class="navheader">
<div class="libver">
<p>Library Version 11.2.5.3</p>
</div>
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">Chapter 18.
Db_set_base_iterator </th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="dbset_iterators.html">Prev</a> </td>
<th width="60%" align="center"> </th>
<td width="20%" align="right"> <a accesskey="n" href="stldb_set_base_iteratordb_set_base_iterator.html">Next</a></td>
</tr>
</table>
<hr />
</div>
<div class="chapter" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a id="db_set_base_iterator"></a>Chapter 18.
Db_set_base_iterator </h2>
</div>
</div>
</div>
<h4><a id="idp51237632"></a> Public Members </h4>
<div class="informaltable">
<table border="1" width="80%">
<colgroup>
<col />
<col />
</colgroup>
<thead>
<tr>
<th>Member</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a class="xref" href="db_set_base_iterator.html#stldb_set_base_iteratordstr_db_set_base_iterator" title="~db_set_base_iterator">~db_set_base_iterator</a>
</td>
<td>
<p>Destructor. </p> </td>
</tr>
<tr>
<td>
<a class="xref" href="stldb_set_base_iteratordb_set_base_iterator.html" title="db_set_base_iterator">db_set_base_iterator</a>
</td>
<td>
<p>Constructor. </p> </td>
</tr>
<tr>
<td>
<a class="xref" href="stldb_set_base_iteratoroperator_incr.html" title="operator++">operator++</a>
</td>
<td>
<p>Post-increment. </p> </td>
</tr>
<tr>
<td>
<a class="xref" href="stldb_set_base_iteratoroperator_decr.html" title="operator--">operator--</a>
</td>
<td>
<p>Post-decrement. </p> </td>
</tr>
<tr>
<td>
<a class="xref" href="stldb_set_base_iteratoroperator__star.html" title="operator *">operator *</a>
</td>
<td>
<p>Dereference operator. </p> </td>
</tr>
<tr>
<td>
<a class="xref" href="stldb_set_base_iteratoroperator_arrow.html" title="operator->">operator-></a>
</td>
<td>
<p>Arrow operator. </p> </td>
</tr>
<tr>
<td>
<a class="xref" href="stldb_set_base_iteratorrefresh.html" title="refresh">refresh</a>
</td>
<td>
<p>Refresh iterator cached value. </p> </td>
</tr>
</tbody>
</table>
</div>
<h4><a id="idp51247680"></a>
Group</h4>
<p>
<a class="xref" href="dbset_iterators.html" title="Chapter 17. Iterator Classes for db_set and db_multiset"> Iterator Classes for db_set and db_multiset </a>
</p>
<p>
</p>
<div class="sect1" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both"><a id="stldb_set_base_iteratordstr_db_set_base_iterator"></a>~db_set_base_iterator</h2>
</div>
</div>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="stldb_set_base_iteratordstr_db_set_base_iterator_details"></a>Function Details</h3>
</div>
</div>
</div>
<pre class="programlisting">
virtual ~db_set_base_iterator()
</pre>
<p>Destructor. </p>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="idp51249096"></a>Group: Constructors and destructor</h3>
</div>
</div>
</div>
<p>Do not use these constructors to create iterators, but call db_set::begin() const or db_multiset::begin() const to create valid iterators. </p>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="idp51238320"></a>Class</h3>
</div>
</div>
</div>
<p>
<a class="link" href="db_set_base_iterator.html" title="Chapter 18. Db_set_base_iterator">db_set_base_iterator</a>
</p>
</div>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="dbset_iterators.html">Prev</a> </td>
<td width="20%" align="center"> </td>
<td width="40%" align="right"> <a accesskey="n" href="stldb_set_base_iteratordb_set_base_iterator.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">Chapter 17. Iterator Classes for db_set and db_multiset </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top"> db_set_base_iterator</td>
</tr>
</table>
</div>
</body>
</html>
| iadix/iadixcoin | db-5.3.28.NC/docs/api_reference/STL/db_set_base_iterator.html | HTML | mit | 6,527 |
<!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 10 19:42:16 MST 2014 -->
<title>MainActivity.QuestionDetailFragment</title>
<meta name="date" content="2014-11-10">
<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="MainActivity.QuestionDetailFragment";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":10,"i2":10,"i3":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/MainActivity.QuestionDetailFragment.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="../../../cs/ualberta/octoaskt12/MainActivity.ProfileFragment.html" title="class in cs.ualberta.octoaskt12"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../cs/ualberta/octoaskt12/MainActivity.QuestionFragment.html" title="class in cs.ualberta.octoaskt12"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?cs/ualberta/octoaskt12/MainActivity.QuestionDetailFragment.html" target="_top">Frames</a></li>
<li><a href="MainActivity.QuestionDetailFragment.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">cs.ualberta.octoaskt12</div>
<h2 title="Class MainActivity.QuestionDetailFragment" class="title">Class MainActivity.QuestionDetailFragment</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>Fragment</li>
<li>
<ul class="inheritance">
<li>cs.ualberta.octoaskt12.MainActivity.QuestionDetailFragment</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../cs/ualberta/octoaskt12/MainActivity.html" title="class in cs.ualberta.octoaskt12">MainActivity</a></dd>
</dl>
<hr>
<br>
<pre>public static class <span class="typeNameLabel">MainActivity.QuestionDetailFragment</span>
extends Fragment</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../cs/ualberta/octoaskt12/MainActivity.QuestionDetailFragment.html#QuestionDetailFragment--">QuestionDetailFragment</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 <a href="../../../cs/ualberta/octoaskt12/MainActivity.QuestionDetailFragment.html" title="class in cs.ualberta.octoaskt12">MainActivity.QuestionDetailFragment</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cs/ualberta/octoaskt12/MainActivity.QuestionDetailFragment.html#newInstance-cs.ualberta.octoaskt12.Question-">newInstance</a></span>(<a href="../../../cs/ualberta/octoaskt12/Question.html" title="class in cs.ualberta.octoaskt12">Question</a> question)</code> </td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cs/ualberta/octoaskt12/MainActivity.QuestionDetailFragment.html#onActivityResult-int-int-Intent-">onActivityResult</a></span>(int requestCode,
int resultCode,
Intent data)</code> </td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>View</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cs/ualberta/octoaskt12/MainActivity.QuestionDetailFragment.html#onCreateView-LayoutInflater-ViewGroup-Bundle-">onCreateView</a></span>(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState)</code> </td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../cs/ualberta/octoaskt12/MainActivity.QuestionDetailFragment.html#onResume--">onResume</a></span>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="QuestionDetailFragment--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>QuestionDetailFragment</h4>
<pre>public QuestionDetailFragment()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="newInstance-cs.ualberta.octoaskt12.Question-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newInstance</h4>
<pre>public static <a href="../../../cs/ualberta/octoaskt12/MainActivity.QuestionDetailFragment.html" title="class in cs.ualberta.octoaskt12">MainActivity.QuestionDetailFragment</a> newInstance(<a href="../../../cs/ualberta/octoaskt12/Question.html" title="class in cs.ualberta.octoaskt12">Question</a> question)</pre>
</li>
</ul>
<a name="onCreateView-LayoutInflater-ViewGroup-Bundle-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onCreateView</h4>
<pre>public View onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState)</pre>
</li>
</ul>
<a name="onActivityResult-int-int-Intent-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onActivityResult</h4>
<pre>public void onActivityResult(int requestCode,
int resultCode,
Intent data)</pre>
</li>
</ul>
<a name="onResume--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>onResume</h4>
<pre>public void onResume()</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/MainActivity.QuestionDetailFragment.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="../../../cs/ualberta/octoaskt12/MainActivity.ProfileFragment.html" title="class in cs.ualberta.octoaskt12"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../cs/ualberta/octoaskt12/MainActivity.QuestionFragment.html" title="class in cs.ualberta.octoaskt12"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?cs/ualberta/octoaskt12/MainActivity.QuestionDetailFragment.html" target="_top">Frames</a></li>
<li><a href="MainActivity.QuestionDetailFragment.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| 0nebit/OctoAsk | OctoAskT12/doc/cs/ualberta/octoaskt12/MainActivity.QuestionDetailFragment.html | HTML | mit | 12,378 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Aki's DBC Blog - Culture: Tech Problems</title>
<link rel="stylesheet" href="../css/blog_main.css">
<link href='http://fonts.googleapis.com/css?family=Alegreya+Sans+SC|Carrois+Gothic+SC|Audiowide|Iceland' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="blog_content">
<article id="blogpost-9">
<h3>Culture: Tyrrany of Tech Clutter</h3>
<h5>Apr 13th, 2014</h5>
<div id="font_question">
Select one problem facing the tech world. Select one. Explain background in your blog, and then hypothesize potential solutions in your blog post.
</div>
<p>
With the proliferation of web apps, web development, and breadth and choice of subscription services; I think in tech the consumer faces a serious problem of tyranny of clutter. </p>
<p>Personally, I have a lot of problems already having multiple addresses, phone numbers, and bank accounts in real life. In the bold new world of cloud commerce, I now have to manage all my online membership/identities, whether they be subscriptions in the cloud, two-factor authentication IDs on top of my already existing IDs, my multiple paypal/bitcoin wallets IDs, etc... given that there are so many providers competing with each other with their own services, the personal clutter that accumulates over time is endless. As more choice of services becomes available, the more unmanageable the consumer life becomes (i.e. how many more Spotify and Netflix services can we really have?).
</p>
<p>
The key issue to solve here is confusion with user id/wallet/subscription management. Consolidating and simplifying multiple log ins and payments at a more fundamental level, without having to share your Facebook profile and friend lists would be a nice first step. Going down that path, imagine a world where subscription/billing APIs are eventually standardized to the point where subscription statuses of all my cloud services I have can be seen in one view and subscribed/cancelled with one-click/touch. How efficient and wonderful would that be!
</p>
<p>
To do this today, the only option is to just use one company's services all the time, which defeats the purpose of freedom of consumer choice.
</p>
<p>If this idea would be to be implemented in any way in future, it would probably have to be forced onto companies to adhere to as a minimum requirement to do business (good luck with that); or it would continue to have to be done on a limited basis, as no for-profit company would have any real incentive to build support forit. In a capitalist economy, who in their right mind would spend gobs of cash to allow for interoperability with other services (=lose competitive edge) and make it easier for a consumer to quit their service (=lose revenue opportunity). The odds are against me, but I will still dare to dream...
</p>
<hr />
</article>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49856569-1', 'ocktagon.github.io');
ga('send', 'pageview');
</script>
</body>
</html> | ocktagon/ocktagon.github.io | blog_posts/00009.html | HTML | mit | 3,362 |
<!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" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
<style type="text/css">
body{
font-family: 'ralewaylight';
}
</style>
<title>Raleway Light Specimen</title>
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$('#container').easyTabs({defaultContent:1});
});
</script>
</head>
<body>
<div id="container">
<div id="header">
Raleway Light </div>
<ul class="tabs">
<li><a href="#specimen">Specimen</a></li>
<li><a href="#layout">Sample Layout</a></li>
<li><a href="#installing">Installing Webfonts</a></li>
</ul>
<div id="main_content">
<div id="specimen">
<div class="section">
<div class="grid12 firstcol">
<div class="huge">AaBb</div>
</div>
</div>
<div class="section">
<div class="glyph_range">A​B​C​D​E​F​G​H​I​J​K​L​M​N​O​P​Q​R​S​T​U​V​W​X​Y​Z​a​b​c​d​e​f​g​h​i​j​k​l​m​n​o​p​q​r​s​t​u​v​w​x​y​z​1​2​3​4​5​6​7​8​9​0​&​.​,​?​!​@​(​)​#​$​%​*​+​-​=​:​;</div>
</div>
<div class="section">
<div class="grid12 firstcol">
<table class="sample_table">
<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
</table>
</div>
</div>
<div class="section" id="bodycomparison">
<div id="xheight">
<div class="fontbody">◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
<div class="fontbody" style="z-index:1">
body<span>Raleway Light</span>
</div>
<div class="arialbody" style="z-index:1">
body<span>Arial</span>
</div>
<div class="verdanabody" style="z-index:1">
body<span>Verdana</span>
</div>
<div class="georgiabody" style="z-index:1">
body<span>Georgia</span>
</div>
</div>
<div class="section psample psample_row1" id="">
<div class="grid2 firstcol">
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid3">
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid3">
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid4">
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="white_blend"></div>
</div>
<div class="section psample psample_row2" id="">
<div class="grid3 firstcol">
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid4">
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid5">
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="white_blend"></div>
</div>
<div class="section psample psample_row3" id="">
<div class="grid5 firstcol">
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid7">
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="white_blend"></div>
</div>
<div class="section psample psample_row4" id="">
<div class="grid12 firstcol">
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="white_blend"></div>
</div>
<div class="section psample psample_row1 fullreverse">
<div class="grid2 firstcol">
<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid3">
<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid3">
<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid4">
<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="black_blend"></div>
</div>
<div class="section psample psample_row2 fullreverse">
<div class="grid3 firstcol">
<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid4">
<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid5">
<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="black_blend"></div>
</div>
<div class="section psample fullreverse psample_row3" id="">
<div class="grid5 firstcol">
<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="grid7">
<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="black_blend"></div>
</div>
<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
<div class="grid12 firstcol">
<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
</div>
<div class="black_blend"></div>
</div>
</div>
<div id="layout">
<div class="section">
<div class="grid12 firstcol">
<h1>Lorem Ipsum Dolor</h1>
<h2>Etiam porta sem malesuada magna mollis euismod</h2>
<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
</div>
</div>
<div class="section">
<div class="grid8 firstcol">
<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
<h3>Pellentesque ornare sem</h3>
<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
<h3>Cras mattis consectetur</h3>
<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
</div>
<div class="grid4 sidebar">
<div class="box reverse">
<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
</div>
<p class="caption">Maecenas sed diam eget risus varius.</p>
<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
</div>
</div>
</div>
<div id="specs">
</div>
<div id="installing">
<div class="section">
<div class="grid7 firstcol">
<h1>Installing Webfonts</h1>
<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
<h2>1. Upload your webfonts</h2>
<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
<h2>2. Include the webfont stylesheet</h2>
<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
<code>
@font-face{
font-family: 'MyWebFont';
src: url('WebFont.eot');
src: url('WebFont.eot?iefix') format('eot'),
url('WebFont.woff') format('woff'),
url('WebFont.ttf') format('truetype'),
url('WebFont.svg#webfont') format('svg');
}
</code>
<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
<code><link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /></code>
<h2>3. Modify your own stylesheet</h2>
<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
<code>p { font-family: 'MyWebFont', Arial, sans-serif; }</code>
<h2>4. Test</h2>
<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
</div>
<div class="grid5 sidebar">
<div class="box">
<h2>Troubleshooting<br />Font-Face Problems</h2>
<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
<h3>Fonts not showing in any browser</h3>
<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
<h3>Fonts not loading in iPhone or iPad</h3>
<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
<h3>Fonts not loading in Firefox</h3>
<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
<h3>Fonts not loading in IE</h3>
<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
<h3>Fonts not loading in IE9</h3>
<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<p>©2010-2011 Fontspring. All rights reserved.</p>
</div>
</div>
</body>
</html>
| toulibre/agendadulibreshow | agendadulibre/static/fonts/Raleway/raleway_light_macroman/Raleway-Light-demo.html | HTML | mit | 24,061 |
{% extends "admin_layout.html" %}
{% block content %}
<table class="table table-responsive-sm pt-table-striped pt-err-table">
<tr>
<th>User</th>
<th>Timestamp</th>
<th>Summary</th>
<th>Origin</th>
<th>Message</th>
</tr>
{% for err in syslogs %}
<tr>
<td>{{err.user.username}}</td>
<td>{{err.timestamp}}</td>
<td>{{err.summary}}</td>
<td>{{err.origin}}</td>
<td>{{err.message}}</td>
</tr>
{% endfor %}
</table>
{% endblock %} | jazzij/powertoken | powertoken/templates/admin_system_logs.html | HTML | mit | 628 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v0.5.0: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v0.5.0
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_testing.html">Testing</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::Testing Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1_testing.html">v8::Testing</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_testing.html#adc876063b1e07462b8d9544dd8efab36">GetStressRuns</a>()</td><td class="entry"><a class="el" href="classv8_1_1_testing.html">v8::Testing</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>kStressTypeDeopt</b> enum value (defined in <a class="el" href="classv8_1_1_testing.html">v8::Testing</a>)</td><td class="entry"><a class="el" href="classv8_1_1_testing.html">v8::Testing</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>kStressTypeOpt</b> enum value (defined in <a class="el" href="classv8_1_1_testing.html">v8::Testing</a>)</td><td class="entry"><a class="el" href="classv8_1_1_testing.html">v8::Testing</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_testing.html#ab9da044b18b9d05770b655bed27ed7f4">PrepareStressRun</a>(int run)</td><td class="entry"><a class="el" href="classv8_1_1_testing.html">v8::Testing</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_testing.html#aafa5a4917998aa64134aa750ce5c4b2e">SetStressRunType</a>(StressType type)</td><td class="entry"><a class="el" href="classv8_1_1_testing.html">v8::Testing</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>StressType</b> enum name (defined in <a class="el" href="classv8_1_1_testing.html">v8::Testing</a>)</td><td class="entry"><a class="el" href="classv8_1_1_testing.html">v8::Testing</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:43:57 for V8 API Reference Guide for node.js v0.5.0 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 1495625/html/classv8_1_1_testing-members.html | HTML | mit | 6,124 |
<!-- START OF SETUP-->
<div ng-show="selectedItem" class="panel panel-default">
<div class="panel-body text-center">
<div class="panel-heading">
<label></label>
</div>
<fieldset>
<div class="form-group text-left">
<!-- LOGO -->
<div class="col-md-5 sideline">
<label class="col-sm-2 control-label">Image</label>
<div ng-show="selectedItem._id">
<div class="col-sm-10">
<div class="col-xs-12" ng-style="selectedItem.picture?{
'height': '75px',
'background-size': 'contain',
'background-repeat': 'no-repeat',
'background-position': '50%',
'background-image':'url('+selectedItem.picture+')'}:''">
</div>
<input type="text" ng-model="selectedItem.picture" class="form-control" />
<image-upload folder="prizes" should-update="true" filename="selectedItem._id" ng-model="selectedItem" pic-key="picture"></image-upload>
</div>
</div>
</div>
<div class="col-md-7">
<!-- NAME -->
<label class="col-sm-2 control-label">Name</label>
<div class="col-sm-10">
<multi-lang-text placeholder="Prize text" language-object="selectedItem.name" default="en"></multi-lang-text>
</div>
<label class="col-sm-2 control-label">Info</label>
<div class="col-sm-10">
<multi-lang-text-area label="Text" placeholder="Message body" default="en" language-object="selectedItem.text"></multi-lang-text-area>
</div>
<!-- VISIBLE IN -->
<!--<label class="col-sm-2 control-label">Visible In</label>
<div class="col-sm-10">
<ui-select multiple="" ng-model="selectedItem.visiblein" theme="bootstrap" ng-disabled="" class="text-left">
<ui-select-match placeholder="Leave empty for everyone">{{$item.code}}</ui-select-match>
<ui-select-choices repeat="country.code as country in countries | filter: $select.search">
<span ng-bind-html="country.name | highlight: $select.search"></span>
</ui-select-choices>
</ui-select>
</div>-->
<!-- STATUS -->
<!--<label class="col-sm-2 control-label">Status</label>
<div class="btn-group col-sm-10 bottom-space">
<div class="btn-group col-sm-12 no-padding">
<label ng-model="selectedItem.status" btn-radio="'Active'" class="col-sm-4 btn btn-default">Active</label>
<label ng-model="selectedItem.status" btn-radio="'Disabled'" class="col-sm-4 btn btn-default">Disabled</label>
</div>
</div>
<div class="col-sm-12 bottom-space"> </div>-->
<!--Graphics-->
<!--<label class="col-sm-2 control-label">Match Decoration</label>
<div class="col-sm-10">
<div class="col-xs-12" ng-style="selectedItem.graphics.match_decoration?{
'height': '75px',
'background-size': 'contain',
'background-repeat': 'no-repeat',
'background-position': '50%',
'background-image':'url('+selectedItem.graphics.match_decoration+')'}:''">
</div>
<input type="text" ng-model="selectedItem.graphics.match_decoration" class="form-control" />
<image-upload folder="competitions" should-update="false" filename="selectedItem._id+'_match_decoration'" ng-model="selectedItem.graphics" pic-key="match_decoration"></image-upload>
</div>-->
<!--<label class="col-sm-2 control-label">Client Banner Strip</label>
<div class="col-sm-10">
<div class="col-xs-12" ng-style="selectedItem.graphics.banner_strip?{
'height': '75px',
'background-size': 'contain',
'background-repeat': 'no-repeat',
'background-position': '50%',
'background-image':'url('+selectedItem.graphics.banner_strip+')'}:''">
</div>
<input type="text" ng-model="selectedItem.graphics.banner_strip" class="form-control" />
<image-upload folder="competitions" should-update="false" filename="selectedItem._id+'_banner_strip'" ng-model="selectedItem.graphics" pic-key="banner_strip"></image-upload>
</div>-->
</div>
</div>
</fieldset>
</div>
<div class="panel-footer clearfix">
<button ng-if="!selectedItem._id" ng-click="save(selectedItem)" style="margin-right: 10px;" class="col-md-4 col-md-offset-3 btn do">Create</button>
<button ng-if="selectedItem._id" ng-click="save(selectedItem)" style="margin-right: 10px;" class="col-md-4 col-md-offset-3 btn do">Update</button>
<button ng-click="selectedItem = null" class="col-md-2 btn minimal">Cancel</button>
</div>
</div>
<!-- END OF SETUP -->
<div ng-show="!NewItem && !EditItem" class="col-lg-12 no-padding">
<!-- START panel tab-->
<div class="panel panel-default col-lg-12 no-padding">
<!-- START COMPETITIONS -->
<div ng-show="!NewItem && !EditItem" class="table-responsive">
<div class="input-group col-xs-12 no-padding">
<input ng-model="leaderboardSearch" placeholder="Search prizes..." type="text" class="form-control"><span class="input-group-btn"><button type="button" class="btn btn btn-default"><i class="fa fa-search"></i></button></span></div>
<table class="table table-striped table-bordered table-hover">
<thead>
<tr>
<th class="text-center">Image</th>
<th>Name</th>
<!--<th class="text-center">Visible In</th>-->
<!--<th class="text-center">Status</th>-->
<th class="text-center">Actions</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="competition in allPizes">
<td class="text-center" ng-style="{
'width': '150px',
'background-size': 'contain',
'background-repeat': 'no-repeat',
'background-position': '50%',
'background-image':'url('+competition.picture+')'}">
</td>
<td>
{{competition.name.en}}
</td>
<!--<td class="text-center" style="width:200px">
<div ng-show="competition.visiblein == null || competition.visiblein.length == 0">
<label>Everywhere</label>
</div>
<div>
<span ng-repeat="country in competition.visiblein">{{country+' '}}</span>
</div>
</td>-->
<!--<td class="text-center" style="width:100px">
<div class="label" ng-class="competition.status?('label-'+competition.status):''">{{competition.status}}</div>
</td>-->
<td class="text-center" style="width:250px">
<div class="event-card" ng-init="poolroom.openActions = false">
<div style="width:200px" class="controlls col-xs-12">
<!--<button ladda="loading.leaderboard" data-style="expand-left" ng-click="showStandings(competition._id);" class="minimal small-margin col-xs-4 btn btn-info"><span class="btn-label"><i class="fa fa-list-ol"></i>
</span></button>-->
<button ng-click="editItem(competition)" class="minimal small-margin col-xs-4 btn btn-info"><span class="btn-label"><i class="fa fa-pencil"></i>
</span></button>
<button ng-click="removeItem(competition)" class="delete col-xs-4 btn btn-danger"><span class="btn-label">
</span></button>
</div>
<!--<div noSwipeClick ng-click="poolroom.openActions = !poolroom.openActions" class="popover-content" ng-class="poolroom.openActions? 'slideLeft': 'slideRight'">
Click here
</div>-->
</div>
</td>
</tr>
</tbody>
</table>
<div class="col-xs-12 no-padding ">
<button ng-click="editItem()" class="col-xs-12 btn btn-lg minimal">Add new prize</button>
</div>
</div>
<!-- END COMPETITIONS -->
</div>
<!-- END panel tab-->
</div>
<!-- START OF SETUP-->
<div ng-show="selectedItem">
<competition-edit ng-model="selectedItem"></competition-edit>
</div>
<!-- END OF SETUP --> | Bedbug/sportimo_dashboard | public/app/views/database/prizes.html | HTML | mit | 8,884 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery Mobile Docs - Collapsible Content</title>
<link rel="stylesheet" href="../../css/themes/default/jquery.mobile.css" />
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
<script src="../../js/jquery.js"></script>
<script src="../../docs/_assets/js/jqm-docs.js"></script>
<script src="../../js/"></script>
</head>
<body>
<div data-role="page" class="type-interior">
<div data-role="header" data-theme="f">
<h1>Collapsible</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">
<h2>Collapsible content</h2>
<ul data-role="controlgroup" data-type="horizontal" class="localnav">
<li><a href="content-collapsible.html" data-role="button" data-transition="fade">Basics</a></li>
<li><a href="content-collapsible-options.html" data-role="button" data-transition="fade">Options</a></li>
<li><a href="content-collapsible-methods.html" data-role="button" data-transition="fade">Methods</a></li>
<li><a href="content-collapsible-events.html" data-role="button" data-transition="fade" class="ui-btn-active">Events</a></li>
</ul>
<p>Bind events directly to the container, typically a <code>div</code> element. Use jQuery Mobile's <a href="../api/events.html">virtual events</a>, or bind standard JavaScript events, like change, focus, blur, etc.:</p>
<pre><code>
$( ".selector" ).bind( "collapse", function(event, ui) {
...
});
</code></pre>
<p>The collapsible plugin has the following custom events:</p>
<dl>
<dt><code>create</code> triggered when a collapsible is created</dt>
<dd>
<pre><code>
$( ".selector" ).collapsible({
create: function(event, ui) { ... }
});
</code></pre>
</dd>
<dt><code>collapse</code> triggered when a collapsible is collapsed</dt>
<dd>
<pre><code>
$( ".selector" ).collapsible({
collapse: function(event, ui) { ... }
});
</code></pre>
</dd>
<dt><code>expand</code> triggered when a collapsible is expanded</dt>
<dd>
<pre><code>
$( ".selector" ).collapsible({
expand: function(event, ui) { ... }
});
</code></pre>
</dd>
</dl>
</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">Content Formatting</li>
<li><a href="content-html.html">Basic HTML styles</a></li>
<li><a href="content-grids.html">Layout grids (columns)</a></li>
<li><a href="content-grids-responsive.html">Responsive grids</a></li>
<li data-theme="a"><a href="content-collapsible.html">Collapsible content blocks</a></li>
<li><a href="content-collapsible-set.html">Collapsible sets (accordions)</a></li>
<li><a href="content-themes.html">Theming content</a></li>
</ul>
</div>
</div>
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p class="jqm-version"></p>
<p>© 2012 jQuery Foundation and other contributors</p>
</div>
</div><!-- /page -->
</body>
</html> | abhishekbhalani/jquery-mobile | docs/content/content-collapsible-events.html | HTML | mit | 3,499 |
<!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>
<title>Jan Kuhl</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="/stylesheets/style.css" rel="stylesheet" type="text/css" />
<link href="/feed/atom.xml" rel="alternate" type="application/atom+xml" />
<script src="/javascripts/css_browser_selector.js" type="text/javascript"></script>
</head>
<body>
<div id="header">
<div class="inside">
<h2><a href="/">Jan Kuhl</a></h2>
<p class="description">Geschenk-, Schul- und Kinderbuchautor</p>
</div>
</div>
<div id="primary" class="single-post">
<div class="inside">
<div class="secondary">
<div class="featured">
<dl>
<dt>Erstmals veröffentlicht:</dt>
<dd>05.10.05</dd>
</dl>
<dl>
<dt>Updated:</dt>
<dd>14.11.07</dd>
</dl>
<dl>
<dt>Kategorien:</dt>
<dd>
<a href="/pressestimmen">Pressestimmen</a>
</dd>
</dl>
<dl>
<dt>Tags:</dt>
<dd>
<a href="/tags/König-Fittipaldi" rel="tag">König-Fittipaldi</a>
<a href="/tags/Presse" rel="tag">Presse</a>
<a href="/tags/Schreiben-mit-Kindern" rel="tag">Schreiben-mit-Kindern</a>
</dd>
</dl>
</div>
</div>
<hr class="hide" />
<div class="primary story">
<h1><a href="/2005/10/5/geschichten-von-koenig-fittipaldi-lassen-kinderherzen-hoeher-schlagen">Geschichten von "König Fittipaldi" lassen Kinderherzen höher schlagen</a></h1>
<p><img src="/assets/2007/11/7/Scan10018.jpg" alt="jan" title="jan"/></p>
</div>
<div class="clear"></div>
</div>
</div>
<!-- [END] #primary -->
<!-- Comments -->
<hr class="hide" />
<div id="ancillary">
<div class="inside">
<div class="block first">
<h2>Zur Person</h2>
<img src="/images/jankuhl.png" align=left height=120>
<p>Jan Kuhl ist Geschenk-, Schul- und Kinderbuchautor. Im Rahmen der Leseförderung an Grundschulen führt er regelmäßig gemeinsam mit SchülerInnen Kinderbuchprojekte durch.
Er ist Träger des Marburger Literaturpreises Regio 2005.</p>
</div>
<div class="block">
<h2>Weitere aktuelle Themen</h2>
<ul class="dates">
<li>
<a href="/2008/6/1/neu-neu-neu">
<span class="date">
01.06.
</span>
Neu! Neu! Neu!
</a>
</li>
<li>
<a href="/2008/5/31/ein-blick-durch-die-rosarote-brille">
<span class="date">
31.05.
</span>
Ein Blick durch die rosarote Brille...
</a>
</li>
<li>
<a href="/2008/5/31/jan-kuhl-referiert-auf-dem-jako-o-familienkongress-2008">
<span class="date">
31.05.
</span>
Jan Kuhl referiert auf dem JAKO-O-Familienkongress 2008
</a>
</li>
<li>
<a href="/2008/5/28/harry-sucht-sally-auf-der-frankfurter-buchmesse">
<span class="date">
28.05.
</span>
"Harry sucht Sally" auf der Frankfurter Buchmesse
</a>
</li>
<li>
<a href="/2007/11/18/meine-neue-website-ist-online">
<span class="date">
18.11.
</span>
Neue Webseite ist online!
</a>
</li>
<li><a href="/feed/atom.xml">
<img src="/images/feed_icon32x32.png" align=right height=16>
Abonniere Feed</a></li>
</ul>
</div>
<div class="block">
<h2>Konkrete Informationen zu</h2>
<ul class="counts">
<li><a href="http://astore.amazon.de/jankuhl-21">Online Shop</a>
</li>
<li><a class="selected" href="/profil">Profil</a></li>
<li><a href="/buecher">Buchveröffentlichungen</a></li>
<li><a href="/projekte">Projekte</a></li>
<li><a href="/gedanken-zu-schule-und-lernen">Gedanken zu Schule und Lernen</a></li>
<li><a href="/mein-leben-als-autor">Mein Leben als Autor</a></li>
<li><a href="/auszeichnungen-und-preise">Auszeichnungen und Preise</a></li>
<li><a href="/fotogalarie">Fotogalerie</a></li>
<li><a href="/pressestimmen">Pressestimmen</a></li>
</ul>
</div>
<div class="block">
<!-- tagcloud -->
<h2>Suche nach Stichworten/ Tagcloud</h2>
<p style="overflow:hidden" class="tagcloud">
<span style='font-size: 1.18em'><a title='Auszeichnung (6)' href='/tags/Auszeichnung'>Auszeichnung</a></span>/
<span style='font-size: 1.04em'><a title='Buchmesse (2)' href='/tags/Buchmesse'>Buchmesse</a></span>/
<span style='font-size: 1.07em'><a title='Jan-Kuhl (3)' href='/tags/Jan-Kuhl'>Jan-Kuhl</a></span>/
<span style='font-size: 1.15em'><a title='König-Fittipaldi (5)' href='/tags/König-Fittipaldi'>König-Fittipaldi</a></span>/
<span style='font-size: 1.18em'><a title='Literaturpreis (6)' href='/tags/Literaturpreis'>Literaturpreis</a></span>/
<span style='font-size: 1.00em'><a title='Neue ars edition Reihen 2008 (1)' href='/tags/Neue ars edition Reihen 2008'>Neue ars edition Reihen 2008</a></span>/
<span style='font-size: 1.41em'><a title='Presse (12)' href='/tags/Presse'>Presse</a></span>/
<span style='font-size: 1.11em'><a title='Projekt:Kinderbuch (4)' href='/tags/Projekt:Kinderbuch'>Kinderbuch</a></span>/
<span style='font-size: 1.15em'><a title='Projekt:König-Fittipaldi (5)' href='/tags/Projekt:König-Fittipaldi'>König-Fittipaldi</a></span>/
<span style='font-size: 1.04em'><a title='Projekt:Lesung (2)' href='/tags/Projekt:Lesung'>Lesung</a></span>/
<span style='font-size: 1.07em'><a title='Schreiben-mit-Kindern (3)' href='/tags/Schreiben-mit-Kindern'>Schreiben-mit-Kindern</a></span>/
<span style='font-size: 1.70em'><a title='Teaser:Geschenkbuch (20)' href='/tags/Teaser:Geschenkbuch'>Geschenkbuch</a></span>/
<span style='font-size: 1.00em'><a title='Teaser:Kinderbuch (1)' href='/tags/Teaser:Kinderbuch'>Kinderbuch</a></span>/
<span style='font-size: 1.00em'><a title='Teaser:Schulbuch (1)' href='/tags/Teaser:Schulbuch'>Schulbuch</a></span>/
<span style='font-size: 1.00em'><a title='Teaser:Unterrichtsmaterialien (1)' href='/tags/Teaser:Unterrichtsmaterialien'>Unterrichtsmaterialien</a></span>/
</p>
<!-- search -->
<div id="search" class="search">
<form action="/search" id="sform" method="get" name="sform">
<p>
<input type="text" id="q" name="q" tag="Warten" value="Stichworte eingeben und bestätigen" />
</p>
</form>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<hr class="hide" />
<div id="footer">
<div class="inside">
<p>Copyright © 2004-2008 Jan Kuhl. All rights reserved.</p>
<p><a href="/profil/impressum">Impressum</a></p>
</div>
</div>
<!-- [END] #footer -->
</body>
</html>
| vaudoc/jk | public/2005/10/5/geschichten-von-koenig-fittipaldi-lassen-kinderherzen-hoeher-schlagen.html | HTML | mit | 7,155 |
<!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>Dictionnaire: Pages associées</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 id="projectlogo"><img alt="Logo" src="logo-univ-nantes.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Dictionnaire
 <span id="projectnumber">1.0</span>
</div>
<div id="projectbrief">Implémentation d'un dictionnaire avec table de hachage et arbre.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Généré par Doxygen 1.8.1.2 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Recherche');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Page principale</span></a></li>
<li class="current"><a href="pages.html"><span>Pages associées</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Fichiers</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="Recherche" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>Tout</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>Fichiers</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Fonctions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Énumérations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Pages</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 class="header">
<div class="headertitle">
<div class="title">Pages associées</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock">Liste de toutes les pages de documentation associées :</div><div class="directory">
<table class="directory">
<tr id="row_0_" class="even"><td class="entry"><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><a class="el" href="deprecated.html" target="_self">Liste des éléments obsolètes</a></td><td class="desc"></td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Généré le Vendredi Avril 25 2014 22:38:57 pour Dictionnaire par  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.1.2
</small></address>
</body>
</html>
| Giraudux/cpp-collections | doc/html/pages.html | HTML | mit | 4,875 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_72) on Sat Nov 22 10:02:39 EST 2014 -->
<title>F-Index</title>
<meta name="date" content="2014-11-22">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="F-Index";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-4.html">Prev Letter</a></li>
<li><a href="index-6.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-5.html" target="_top">Frames</a></li>
<li><a href="index-5.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="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">E</a> <a href="index-5.html">F</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">J</a> <a href="index-10.html">K</a> <a href="index-11.html">M</a> <a href="index-12.html">N</a> <a href="index-13.html">P</a> <a href="index-14.html">Q</a> <a href="index-15.html">R</a> <a href="index-16.html">S</a> <a href="index-17.html">T</a> <a href="index-18.html">U</a> <a href="index-19.html">W</a> <a name="_F_">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><a href="../mapr/master/FileInfo.html" title="class in mapr.master"><span class="strong">FileInfo</span></a> - Class in <a href="../mapr/master/package-summary.html">mapr.master</a></dt>
<dd>
<div class="block">Encapsulates all metadata (excluding name) of a file on DFS, including its replica locations,
partitioning rules, etc.</div>
</dd>
<dt><span class="strong"><a href="../mapr/master/FileInfo.html#FileInfo(int,%20int)">FileInfo(int, int)</a></span> - Constructor for class mapr.master.<a href="../mapr/master/FileInfo.html" title="class in mapr.master">FileInfo</a></dt>
<dd>
<div class="block">Initializes a <tt>FileInfo</tt> with certain number of partitions (chunks) and records (lines).</div>
</dd>
<dt><span class="strong"><a href="../mapr/master/QueuedTasks.html#finishedMap(java.lang.Integer)">finishedMap(Integer)</a></span> - Method in class mapr.master.<a href="../mapr/master/QueuedTasks.html" title="class in mapr.master">QueuedTasks</a></dt>
<dd>
<div class="block">Upon finishing a Mapper, remove it from the dependency list of all Sorters.</div>
</dd>
<dt><span class="strong"><a href="../mapr/master/RunningTasks.html#finishedMap(int)">finishedMap(int)</a></span> - Method in class mapr.master.<a href="../mapr/master/RunningTasks.html" title="class in mapr.master">RunningTasks</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../mapr/master/RunningTasks.html#finishedReduce(int)">finishedReduce(int)</a></span> - Method in class mapr.master.<a href="../mapr/master/RunningTasks.html" title="class in mapr.master">RunningTasks</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../mapr/master/QueuedTasks.html#finishedSort(java.lang.Integer)">finishedSort(Integer)</a></span> - Method in class mapr.master.<a href="../mapr/master/QueuedTasks.html" title="class in mapr.master">QueuedTasks</a></dt>
<dd>
<div class="block">Upon finishing a Sorter, remove it from the dependency list of all Reducers.</div>
</dd>
<dt><span class="strong"><a href="../mapr/master/RunningTasks.html#finishedSort(int)">finishedSort(int)</a></span> - Method in class mapr.master.<a href="../mapr/master/RunningTasks.html" title="class in mapr.master">RunningTasks</a></dt>
<dd> </dd>
</dl>
<a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">E</a> <a href="index-5.html">F</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">J</a> <a href="index-10.html">K</a> <a href="index-11.html">M</a> <a href="index-12.html">N</a> <a href="index-13.html">P</a> <a href="index-14.html">Q</a> <a href="index-15.html">R</a> <a href="index-16.html">S</a> <a href="index-17.html">T</a> <a href="index-18.html">U</a> <a href="index-19.html">W</a> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-4.html">Prev Letter</a></li>
<li><a href="index-6.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-5.html" target="_top">Frames</a></li>
<li><a href="index-5.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| dtzeng/ds-f14 | Project3_MapReduce/doc/index-files/index-5.html | HTML | mit | 6,967 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>cfml: Error 🔥</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.6 / cfml - 20180525</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
cfml
<small>
20180525
<span class="label label-danger">Error 🔥</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-18 12:47:20 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-18 12:47:20 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.6 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
authors: "Arthur Charguéraud <[email protected]>"
synopsis: "A tool for proving OCaml programs in Separation Logic"
homepage: "https://gitlab.inria.fr/charguer/cfml"
bug-reports: "https://gitlab.inria.fr/charguer/cfml/issues"
license: "CeCILL-B"
dev-repo: "git+https://gitlab.inria.fr/charguer/cfml.git"
build: [make "-j%{jobs}%"]
install: [make "install" "PREFIX=%{prefix}%"]
depends: [
"ocaml" {>= "4.03.0" & < "4.07.0"}
"ocamlbuild" {build}
"pprint"
"base-bytes"
"coq" {>= "8.6" & < "8.9"}
"coq-tlc" {>= "20171206"}
]
url {
src:
"https://gitlab.inria.fr/charguer/cfml/-/archive/20180525/archive.tar.gz"
checksum: "sha512=ee6c62a7b7885aa9b443da97fb1b1d20e30d383d59ff2affebca7f35880c3396549b6e7c4547087e9d6eef5185b77ecf1adc78e94ced20c7c6c052db68a5caf5"
}
</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-cfml.20180525 coq.8.6</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-cfml.20180525 coq.8.6</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>16 m 43 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-cfml.20180525 coq.8.6</code></dd>
<dt>Return code</dt>
<dd>7936</dd>
<dt>Duration</dt>
<dd>1 m 10 s</dd>
<dt>Output</dt>
<dd><pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-bytes base Bytes library distributed with the OCaml compiler
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.6 Formal proof management system
coq-tlc 20181116 A general-purpose alternative to Coq's standard library
dune 2.9.1 Fast, portable, and opinionated build 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
ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler
ocamlbuild 0.14.0 OCamlbuild is a build system with builtin rules to easily build most OCaml projects.
ocamlfind 1.9.1 A library manager for OCaml
ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind
pprint 20220103 A pretty-printing combinator library and rendering engine
[NOTE] Package coq is already installed (current version is 8.6).
The following actions will be performed:
- install coq-cfml 20180525
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/1: [coq-cfml.20180525: http]
[coq-cfml.20180525] downloaded from https://gitlab.inria.fr/charguer/cfml/-/archive/20180525/archive.tar.gz
Processing 1/1:
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/2: [coq-cfml: make]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.4.04.2/.opam-switch/build/coq-cfml.20180525)
- make CFML=/home/bench/.opam/ocaml-base-compiler.4.04.2/.opam-switch/build/coq-cfml.20180525 -C lib/coq proof
- rm -f generator/cfml_config.ml
- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.04.2/.opam-switch/build/coq-cfml.20180525/lib/coq'
- sed -e 's|@@PREFIX@@|/home/bench/.opam/ocaml-base-compiler.4.04.2|' \
- -e 's|@@BINDIR@@|/home/bench/.opam/ocaml-base-compiler.4.04.2/bin|' \
- -e 's|@@LIBDIR@@|/home/bench/.opam/ocaml-base-compiler.4.04.2/lib/cfml|' \
- generator/cfml_config.ml.in > generator/cfml_config.ml
- make -C generator
- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.4.04.2/.opam-switch/build/coq-cfml.20180525/generator'
- ocamlbuild -j 4 -classic-display -I lex -I parsing -I typing -I utils -cflags "-g" -lflags "-g" -use-ocamlfind -package pprint main.native makecmj.native
- ocamlfind ocamldep -package pprint -modules main.ml > main.ml.depends
- ocamlfind ocamldep -package pprint -modules cfml_config.ml > cfml_config.ml.depends
- ocamlfind ocamldep -package pprint -modules characteristic.mli > characteristic.mli.depends
- ocamlfind ocamldep -package pprint -modules formula.mli > formula.mli.depends
- ocamlfind ocamldep -package pprint -modules coq.ml > coq.ml.depends
- ocamlfind ocamldep -package pprint -modules mytools.mli > mytools.mli.depends
- ocamlfind ocamldep -package pprint -modules parsing/location.mli > parsing/location.mli.depends
- ocamlfind ocamldep -package pprint -modules utils/warnings.mli > utils/warnings.mli.depends
- ocamlfind ocamlc -c -g -package pprint -I utils -I lex -I parsing -I typing -o utils/warnings.cmi utils/warnings.mli
- ocamlfind ocamlc -c -g -package pprint -I parsing -I lex -I utils -I typing -o parsing/location.cmi parsing/location.mli
- Compiling Shared...
- ocamlfind ocamldep -package pprint -modules renaming.ml > renaming.ml.depends
- ocamlfind ocamldep -package pprint -modules utils/clflags.mli > utils/clflags.mli.depends
- ocamlfind ocamldep -package pprint -modules typing/ident.mli > typing/ident.mli.depends
- ocamlfind ocamlc -c -g -package pprint -I lex -I utils -I parsing -I typing -o mytools.cmi mytools.mli
- ocamlfind ocamldep -package pprint -modules typing/path.mli > typing/path.mli.depends
- ocamlfind ocamlc -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/ident.cmi typing/ident.mli
- ocamlfind ocamlc -c -g -package pprint -I utils -I lex -I parsing -I typing -o utils/clflags.cmi utils/clflags.mli
- ocamlfind ocamlc -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/path.cmi typing/path.mli
- ocamlfind ocamlc -c -g -package pprint -I lex -I utils -I parsing -I typing -o renaming.cmo renaming.ml
- + ocamlfind ocamlc -c -g -package pprint -I lex -I utils -I parsing -I typing -o renaming.cmo renaming.ml
- File "renaming.ml", line 241, characters 4-20:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- ocamlfind ocamlc -c -g -package pprint -I lex -I utils -I parsing -I typing -o coq.cmo coq.ml
- ocamlfind ocamldep -package pprint -modules typing/typedtree.mli > typing/typedtree.mli.depends
- ocamlfind ocamldep -package pprint -modules parsing/asttypes.mli > parsing/asttypes.mli.depends
- ocamlfind ocamldep -package pprint -modules typing/env.mli > typing/env.mli.depends
- ocamlfind ocamldep -package pprint -modules typing/annot.mli > typing/annot.mli.depends
- ocamlfind ocamldep -package pprint -modules utils/consistbl.mli > utils/consistbl.mli.depends
- ocamlfind ocamldep -package pprint -modules parsing/longident.mli > parsing/longident.mli.depends
- ocamlfind ocamldep -package pprint -modules typing/types.mli > typing/types.mli.depends
- ocamlfind ocamlc -c -g -package pprint -I parsing -I lex -I utils -I typing -o parsing/asttypes.cmi parsing/asttypes.mli
- ocamlfind ocamldep -package pprint -modules typing/primitive.mli > typing/primitive.mli.depends
- ocamlfind ocamlc -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/primitive.cmi typing/primitive.mli
- ocamlfind ocamlc -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/annot.cmi typing/annot.mli
- ocamlfind ocamlc -c -g -package pprint -I utils -I lex -I parsing -I typing -o utils/consistbl.cmi utils/consistbl.mli
- ocamlfind ocamlc -c -g -package pprint -I parsing -I lex -I utils -I typing -o parsing/longident.cmi parsing/longident.mli
- ocamlfind ocamlc -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/types.cmi typing/types.mli
- ocamlfind ocamlc -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/env.cmi typing/env.mli
- ocamlfind ocamlc -c -g -package pprint -I lex -I utils -I parsing -I typing -o formula.cmi formula.mli
- ocamlfind ocamlc -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/typedtree.cmi typing/typedtree.mli
- ocamlfind ocamldep -package pprint -modules formula_to_coq.mli > formula_to_coq.mli.depends
- ocamlfind ocamldep -package pprint -modules normalize.mli > normalize.mli.depends
- ocamlfind ocamldep -package pprint -modules parsing/parsetree.mli > parsing/parsetree.mli.depends
- ocamlfind ocamlc -c -g -package pprint -I parsing -I lex -I utils -I typing -o parsing/parsetree.cmi parsing/parsetree.mli
- ocamlfind ocamldep -package pprint -modules parse_type.mli > parse_type.mli.depends
- ocamlfind ocamldep -package pprint -modules print_coq.mli > print_coq.mli.depends
- ocamlfind ocamldep -package pprint -modules print_past.mli > print_past.mli.depends
- ocamlfind ocamldep -package pprint -modules print_tast.mli > print_tast.mli.depends
- ocamlfind ocamldep -package pprint -modules settings.mli > settings.mli.depends
- ocamlfind ocamldep -package pprint -modules typing/typetexp.mli > typing/typetexp.mli.depends
- ocamlfind ocamlc -c -g -package pprint -I lex -I utils -I parsing -I typing -o cfml_config.cmo cfml_config.ml
- ocamlfind ocamlc -c -g -package pprint -I lex -I utils -I parsing -I typing -o characteristic.cmi characteristic.mli
- ocamlfind ocamlc -c -g -package pprint -I lex -I utils -I parsing -I typing -o formula_to_coq.cmi formula_to_coq.mli
- ocamlfind ocamlc -c -g -package pprint -I lex -I utils -I parsing -I typing -o normalize.cmi normalize.mli
- ocamlfind ocamlc -c -g -package pprint -I lex -I utils -I parsing -I typing -o parse_type.cmi parse_type.mli
- ocamlfind ocamlc -c -g -package pprint -I lex -I utils -I parsing -I typing -o print_coq.cmi print_coq.mli
- ocamlfind ocamlc -c -g -package pprint -I lex -I utils -I parsing -I typing -o print_past.cmi print_past.mli
- ocamlfind ocamlc -c -g -package pprint -I lex -I utils -I parsing -I typing -o print_tast.cmi print_tast.mli
- ocamlfind ocamlc -c -g -package pprint -I lex -I utils -I parsing -I typing -o settings.cmi settings.mli
- ocamlfind ocamlc -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/typetexp.cmi typing/typetexp.mli
- ocamlfind ocamlc -c -g -package pprint -I lex -I utils -I parsing -I typing -o main.cmo main.ml
- + ocamlfind ocamlc -c -g -package pprint -I lex -I utils -I parsing -I typing -o main.cmo main.ml
- File "main.ml", line 94, characters 35-52:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "main.ml", line 99, characters 48-65:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- ocamlfind ocamldep -package pprint -modules characteristic.ml > characteristic.ml.depends
- ocamlfind ocamldep -package pprint -modules utils/clflags.ml > utils/clflags.ml.depends
- ocamlfind ocamldep -package pprint -modules utils/config.ml > utils/config.ml.depends
- ocamlfind ocamldep -package pprint -modules utils/config.mli > utils/config.mli.depends
- ocamlfind ocamlc -c -g -package pprint -I utils -I lex -I parsing
[...] truncated
x formula.ml
- ocamlfind ocamlopt -c -g -package pprint -I lex -I utils -I parsing -I typing -o print_tast.cmx print_tast.ml
- ocamlfind ocamlopt -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/typecore.cmx typing/typecore.ml
- ocamlfind ocamldep -package pprint -modules formula_to_coq.ml > formula_to_coq.ml.depends
- ocamlfind ocamldep -package pprint -modules normalize.ml > normalize.ml.depends
- ocamlfind ocamldep -package pprint -modules parse_type.ml > parse_type.ml.depends
- ocamlfind ocamldep -package pprint -modules utils/ccomp.ml > utils/ccomp.ml.depends
- ocamlfind ocamldep -package pprint -modules utils/ccomp.mli > utils/ccomp.mli.depends
- ocamlfind ocamlc -c -g -package pprint -I utils -I lex -I parsing -I typing -o utils/ccomp.cmi utils/ccomp.mli
- ocamlfind ocamldep -package pprint -modules parsing/parse.ml > parsing/parse.ml.depends
- ocamlfind ocamldep -package pprint -modules parsing/parse.mli > parsing/parse.mli.depends
- ocamlfind ocamlc -c -g -package pprint -I parsing -I lex -I utils -I typing -o parsing/parse.cmi parsing/parse.mli
- /home/bench/.opam/ocaml-base-compiler.4.04.2/bin/ocamllex.opt -q parsing/lexer.mll
- ocamlfind ocamldep -package pprint -modules parsing/lexer.ml > parsing/lexer.ml.depends
- ocamlfind ocamldep -package pprint -modules parsing/lexer.mli > parsing/lexer.mli.depends
- /home/bench/.opam/ocaml-base-compiler.4.04.2/bin/ocamlyacc parsing/parser.mly
- + /home/bench/.opam/ocaml-base-compiler.4.04.2/bin/ocamlyacc parsing/parser.mly
- 1 rule never reduced
- ocamlfind ocamldep -package pprint -modules parsing/parser.mli > parsing/parser.mli.depends
- ocamlfind ocamlc -c -g -package pprint -I parsing -I lex -I utils -I typing -o parsing/parser.cmi parsing/parser.mli
- ocamlfind ocamlc -c -g -package pprint -I parsing -I lex -I utils -I typing -o parsing/lexer.cmi parsing/lexer.mli
- ocamlfind ocamldep -package pprint -modules parsing/parser.ml > parsing/parser.ml.depends
- ocamlfind ocamldep -package pprint -modules parsing/syntaxerr.ml > parsing/syntaxerr.ml.depends
- ocamlfind ocamldep -package pprint -modules parsing/syntaxerr.mli > parsing/syntaxerr.mli.depends
- ocamlfind ocamlc -c -g -package pprint -I parsing -I lex -I utils -I typing -o parsing/syntaxerr.cmi parsing/syntaxerr.mli
- ocamlfind ocamlopt -c -g -package pprint -I parsing -I lex -I utils -I typing -o parsing/syntaxerr.cmx parsing/syntaxerr.ml
- ocamlfind ocamlopt -c -g -package pprint -I parsing -I lex -I utils -I typing -o parsing/parser.cmx parsing/parser.ml
- ocamlfind ocamlopt -c -g -package pprint -I parsing -I lex -I utils -I typing -o parsing/lexer.cmx parsing/lexer.ml
- ocamlfind ocamldep -package pprint -modules typing/typemod.ml > typing/typemod.ml.depends
- ocamlfind ocamldep -package pprint -modules typing/typemod.mli > typing/typemod.mli.depends
- ocamlfind ocamldep -package pprint -modules typing/includemod.mli > typing/includemod.mli.depends
- ocamlfind ocamldep -package pprint -modules typing/includecore.mli > typing/includecore.mli.depends
- ocamlfind ocamlc -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/includecore.cmi typing/includecore.mli
- ocamlfind ocamlc -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/includemod.cmi typing/includemod.mli
- ocamlfind ocamlc -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/typemod.cmi typing/typemod.mli
- ocamlfind ocamldep -package pprint -modules typing/includemod.ml > typing/includemod.ml.depends
- ocamlfind ocamldep -package pprint -modules typing/includeclass.ml > typing/includeclass.ml.depends
- ocamlfind ocamldep -package pprint -modules typing/includeclass.mli > typing/includeclass.mli.depends
- ocamlfind ocamlc -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/includeclass.cmi typing/includeclass.mli
- ocamlfind ocamldep -package pprint -modules typing/includecore.ml > typing/includecore.ml.depends
- ocamlfind ocamldep -package pprint -modules typing/mtype.ml > typing/mtype.ml.depends
- ocamlfind ocamldep -package pprint -modules typing/mtype.mli > typing/mtype.mli.depends
- ocamlfind ocamlc -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/mtype.cmi typing/mtype.mli
- ocamlfind ocamlopt -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/includeclass.cmx typing/includeclass.ml
- ocamlfind ocamlopt -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/includecore.cmx typing/includecore.ml
- ocamlfind ocamlopt -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/mtype.cmx typing/mtype.ml
- ocamlfind ocamldep -package pprint -modules typing/typeclass.ml > typing/typeclass.ml.depends
- ocamlfind ocamldep -package pprint -modules typing/typeclass.mli > typing/typeclass.mli.depends
- ocamlfind ocamlc -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/typeclass.cmi typing/typeclass.mli
- ocamlfind ocamldep -package pprint -modules typing/typedecl.ml > typing/typedecl.ml.depends
- ocamlfind ocamldep -package pprint -modules typing/typedecl.mli > typing/typedecl.mli.depends
- ocamlfind ocamlc -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/typedecl.cmi typing/typedecl.mli
- ocamlfind ocamlopt -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/typedecl.cmx typing/typedecl.ml
- ocamlfind ocamlopt -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/includemod.cmx typing/includemod.ml
- ocamlfind ocamlopt -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/typeclass.cmx typing/typeclass.ml
- ocamlfind ocamlopt -c -g -package pprint -I utils -I lex -I parsing -I typing -o utils/ccomp.cmx utils/ccomp.ml
- ocamlfind ocamlopt -c -g -package pprint -I parsing -I lex -I utils -I typing -o parsing/parse.cmx parsing/parse.ml
- ocamlfind ocamlopt -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/typemod.cmx typing/typemod.ml
- Compiling CFApp...
- + ocamlfind ocamlopt -c -g -package pprint -I typing -I lex -I utils -I parsing -o typing/typemod.cmx typing/typemod.ml
- File "typing/typemod.ml", line 1231, characters 23-40:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- ocamlfind ocamldep -package pprint -modules print_coq.ml > print_coq.ml.depends
- ocamlfind ocamldep -package pprint -modules settings.ml > settings.ml.depends
- ocamlfind ocamlopt -c -g -package pprint -I lex -I utils -I parsing -I typing -o cfml_config.cmx cfml_config.ml
- ocamlfind ocamlopt -c -g -package pprint -I lex -I utils -I parsing -I typing -o characteristic.cmx characteristic.ml
- ocamlfind ocamlopt -c -g -package pprint -I lex -I utils -I parsing -I typing -o formula_to_coq.cmx formula_to_coq.ml
- ocamlfind ocamlopt -c -g -package pprint -I lex -I utils -I parsing -I typing -o normalize.cmx normalize.ml
- ocamlfind ocamlopt -c -g -package pprint -I lex -I utils -I parsing -I typing -o parse_type.cmx parse_type.ml
- ocamlfind ocamlopt -c -g -package pprint -I lex -I utils -I parsing -I typing -o print_coq.cmx print_coq.ml
- + ocamlfind ocamlopt -c -g -package pprint -I lex -I utils -I parsing -I typing -o print_coq.cmx print_coq.ml
- File "print_coq.ml", line 493, characters 48-57:
- Error: This expression has type PPrint.document
- but an expression was expected of type
- PPrintEngine.ToBuffer.document = PPrintEngine.document
- Command exited with code 2.
- Hint: Recursive traversal of subdirectories was not enabled for this build,
- as the working directory does not look like an ocamlbuild project (no
- '_tags' or 'myocamlbuild.ml' file). If you have modules in subdirectories,
- you should add the option "-r" or create an empty '_tags' file.
-
- To enable recursive traversal for some subdirectories only, you can use the
- following '_tags' file:
-
- true: -traverse
- <dir1> or <dir2>: traverse
-
- make[1]: *** [Makefile:10: all] Error 10
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.04.2/.opam-switch/build/coq-cfml.20180525/generator'
- make: *** [Makefile:30: generator] Error 2
- make: *** Waiting for unfinished jobs....
- Compiling CFPrint...
- Compiling CFBuiltin...
- Compiling CFTactics...
- Compiling CFHeader...
- Compiling CFDemos...
- Compiling CFLib...
- Compiling CFLibCredits...
- Compiling CFAsymptoticsDemos...
- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.04.2/.opam-switch/build/coq-cfml.20180525/lib/coq'
[ERROR] The compilation of coq-cfml failed at "/home/bench/.opam/opam-init/hooks/sandbox.sh build make -j4".
#=== ERROR while compiling coq-cfml.20180525 ==================================#
# context 2.0.5 | linux/x86_64 | ocaml-base-compiler.4.04.2 | file:///home/bench/run/opam-coq-archive/released
# path ~/.opam/ocaml-base-compiler.4.04.2/.opam-switch/build/coq-cfml.20180525
# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4
# exit-code 2
# env-file ~/.opam/log/coq-cfml-1576-335865.env
# output-file ~/.opam/log/coq-cfml-1576-335865.out
### output ###
# [...]
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.04.2/.opam-switch/build/coq-cfml.20180525/generator'
# make: *** [Makefile:30: generator] Error 2
# make: *** Waiting for unfinished jobs....
# Compiling CFPrint...
# Compiling CFBuiltin...
# Compiling CFTactics...
# Compiling CFHeader...
# Compiling CFDemos...
# Compiling CFLib...
# Compiling CFLibCredits...
# Compiling CFAsymptoticsDemos...
# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.4.04.2/.opam-switch/build/coq-cfml.20180525/lib/coq'
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-cfml 20180525
+-
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-cfml.20180525 coq.8.6' failed.
The middle of the output is truncated (maximum 20000 characters)
</pre></dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.04.2-2.0.5/released/8.6/cfml/20180525.html | HTML | mit | 27,772 |
<div class="page-content container">
<div class="col-xs-10 col-xs-offset-1">
<div class="area padding-15 text-center">
<button class="btn needs-btn" ui-sref="demand.list">前往需求列表</button>
</div>
<div class="area bg-white">
<h4 class="text-green font-bold"><i class="glyphicon glyphicon-list-alt"></i> 推荐阅读</h4>
<p class="read-content row clearfix">
<span class="col-xs-6">
<a class="text-muted" ui-sref="reading.rules">商品发布规则</a>
</span>
<span class="col-xs-6">
<a class="text-muted" ui-sref="reading.iphone">购买二手iPhone注意事项</a>
</span>
</p>
</div>
<div class="area">
<div class="area-header text-center">
<h3 class="page-title-wrap">
<span class="page-title-content"><i class="iconfont icon-xin text-red page-title-icon"></i>最新上架</span>
</h3>
</div>
<div class="row">
<div ui-sref="goods.details({id: item._id})" class="col-xs-3" ng-repeat="item in vm.recentGoods">
<img-reset img-data="item"></img-reset>
</div>
</div>
</div>
<div class="area">
<div class="area-header text-center">
<h3 class="page-title-wrap">
<span class="page-title-content"><i class="iconfont icon-shoucangjia text-red page-title-icon"></i>收藏最多</span>
</h3>
</div>
<div class="row">
<div ui-sref="goods.details({id: item._id})" class="col-xs-3" ng-repeat="item in vm.collectedMostGoods">
<img-reset img-data="item"></img-reset>
</div>
</div>
</div>
<div class="area">
<div class="area-header text-center">
<h3 class="page-title-wrap">
<span class="page-title-content"><i class="iconfont icon-kejian text-red page-title-icon"></i>浏览最多</span>
</h3>
</div>
<div class="row">
<div ui-sref="goods.details({id: item._id})" class="col-xs-3" ng-repeat="item in vm.pvMostGoods">
<img-reset img-data="item"></img-reset>
</div>
</div>
</div>
</div>
</div> | SWPUliusong/second-hand-street | second-hand-street-FE/src/modules/goodsList/templates/home.html | HTML | mit | 2,483 |
<link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="../bower_components/core-pages/core-pages.html">
<link rel="import" href="../bower_components/paper-button/paper-button.html">
<link rel="import" href="../bower_components/facebook-login/facebook-login.html">
<!--<link rel="import" href="../bower_components/fontawesome-icon/fontawesome-icon.html">-->
<link rel="import" href="claimed-controller.html">
<link rel="import" href="claimed-login.html">
<link rel="import" href="claimed-map.html">
<link rel="import" href="claimed-button.html">
<x-fontawesome></x-fontawesome>
<polymer-element name="claimed-app" block>
<template>
<style>
::content > .core-selected {
position: relative;
display: block;
z-index: 10;
}
claimed-map {
position: absolute;
z-index: 0;
}
core-pages {
position: relative;
z-index: 1;
}
claimed-button {
font-size: 3em;
display: inline;
}
</style>
<claimed-controller user="{{user}}" location="{{location}}" state="{{state}}"></claimed-controller>
<core-pages selected="{{state}}" fit>
<claimed-login name="login" user="{{user}}" on-connected="{{state = 'map'}}" on-disconnected="{{state = 'login'}}"></claimed-login>
<div name="claim" style="text-align: center;">
<div style="height: 50%; padding-top: 13em; box-sizing: border-box;">
<claimed-button icon="user"> User</claimed-button>
</div>
<div style="height: 50%; padding-top: 6.5em; box-sizing: border-box;">
<claimed-button icon="flag" disable="{{!location}}"> Claim</claimed-button>
<br/>
<template if="{{!location}}">
<span style="position:relative; top:-1.5em; color: #ffd600;">
<!--<fontawesome-icon value="fa fa-warning"></fontawesome-icon>-->
Enable Geolocation to play
</span>
</template>
</div>
</div>
</core-pages>
<core-ajax auto url="claims/{{user.id}}" method="GET" handleAs="json" on-core-response="{{handleResponse}}"></core-ajax>
<core-ajax auto url="claim/{{user.id}}" method="POST" params="{{ }}" handleAs="json" on-core-response="{{handleResponse}}"></core-ajax>
<claimed-map location="{{location}}" fit class="background"></claimed-map>
</template>
<script>
Polymer('claimed-app', {
created: function () {},
ready: function () {
console.dir(this);
},
attached: function () {},
domReady: function () {},
detached: function () {},
attributeChanged: function (attrName, oldVal, newVal) {
//var newVal = this.getAttribute(attrName);
console.log(attrName, 'old: ' + oldVal, 'new:', newVal);
},
});
</script>
</polymer-element> | call-a3/claimed | src/claimed-app.html | HTML | mit | 2,882 |
<div ng-controller="CouplesController">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Add New Couple</h1>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="panel panel-default">
<div class="panel-heading">
</div>
<div class="panel-body">
<form name="coupleForm" class="form-horizontal" ng-submit="create(coupleForm.$valid)" novalidate>
<div class="form-group">
<label>His Name</label>
<input class="form-control" placeholder="Enter His Name" type="text" ng-model="hisName" id="hisName"
required>
<div ng-messages="coupleForm.title.$error" role="alert">
<p class="help-block error-text" ng-message="required">His Name is required.</p>
</div>
</div>
<div class="form-group">
<label>Her Name</label>
<input class="form-control" placeholder="Enter Her Name" type="text" ng-model="herName" id="herName"
required>
<div ng-messages="coupleForm.title.$error" role="alert">
<p class="help-block error-text" ng-message="required">Her title is required.</p>
</div>
</div>
<div class="form-group">
<label>Last Name</label>
<input class="form-control" type="text" ng-model="lastName" id="lastName" required
placeholder="Enter Last Name" required>
<div ng-messages="coupleForm.title.$error" role="alert">
<p class="help-block error-text" ng-message="required">Last Name is required.</p>
</div>
</div>
<div class="form-group">
<label>Address</label>
<input class="form-control" placeholder="Enter Address" type="text" ng-model="address" id="address">
</div>
<div class="form-group">
<label>City</label>
<input class="form-control" placeholder="Enter City" type="text" ng-model="city" id="city">
</div>
<div class="form-group">
<label>Zip</label>
<input class="form-control" placeholder="e.g. 91710" type="text" ng-model="zip" id="zip">
</div>
<div class="form-group">
<label>State</label>
<input class="form-control" placeholder="Enter State" type="text" ng-model="state" id="state">
</div>
<div class="form-group">
<label>Home Phone</label>
<input class="form-control" placeholder="e.g. 999-999-9999" type="text" ng-model="homePhone"
id="homePhone">
</div>
<div class="form-group">
<label>His Cell</label>
<input class="form-control" placeholder="e.g. 999-999-9999" type="text" ng-model="hisCell" id="hisCell">
</div>
<div class="form-group">
<label>Her Cell</label>
<input class="form-control" placeholder="e.g. 999-999-9999" type="text" ng-model="herCell" id="herCell">
</div>
<div class="form-group">
<label>Primary Email</label>
<input class="form-control" placeholder="Enter Primary Email" type="text" ng-model="primaryEmail"
id="primaryEmail">
</div>
<div class="form-group">
<label>Secondary Email</label>
<input class="form-control" placeholder="Enter Secondary Email" type="text" ng-model="secondaryEmail"
id="secondaryEmail">
</div>
<div class="form-group">
<label>Couple's Photo URL</label>
<input class="form-control" placeholder="Enter Photo URL">
</div>
<div class="form-group">
<label>Is Couple Active</label>
<select class="form-control" ng-model="isActive" id="isActive">
<option valule="Active">Active</option>
<option valuel="Inactive">Inactive</option>
</select>
</div>
<button type="submit" class="btn btn-primary">Add Couple</button>
<div class="alert alert-warning" ng-show="error">
<strong ng-bind="error"></strong>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
| leonjorge23/meanjsv2 | modules/couples/client/views/create-couple.client.view.html | HTML | mit | 4,494 |
---
layout: attachment
title: Kivy for Android Tutorial
date: 2014-05-21 23:12:52.000000000 -03:00
categories: []
tags: []
status: inherit
type: attachment
published: false
meta: {}
author:
login: aronbbordin
email: [email protected]
display_name: aron.bordin
first_name: ''
last_name: ''
excerpt: !ruby/object:Hpricot::Doc
options: {}
---
| rhesoftsolutions/Blog | _attachments/2014-05-21-captura-de-tela-de-2014-05-21-201146.html | HTML | mit | 357 |
<script src="https://libraries.wildersueden.org/js/jquery-2/jquery.min.js"></script>
<script src="https://libraries.wildersueden.org/js/bootstrap-3/bootstrap.min.js"></script>
<script src="https://libraries.wildersueden.org/js/scripts.js"></script>
<script src="{f:uri.resource(path: 'js/package.js')}"></script> | klixn/mein.wildersueden.org | WS.Start/Resources/Private/Partials/Layout/HTML/JavaScripts.html | HTML | mit | 320 |
<html style="Height: 100%">
<head>
<title>Home</title>
<link rel="stylesheet" href="http://georgethedan.github.io/stylesheets/style/stuff.min.css">
<link rel="stylesheet" href="http://georgethedan.github.io/stylesheets/style.css">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
<link href="icon.png" sizes="57x57" rel="apple-touch-icon-precomposed">
<link href="[email protected]" sizes="114x114" rel="apple-touch-icon-precomposed">
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="minimum-scale=1.0, width=device-width, maximum-scale=0.6667, user-scalable=no" name="viewport" />
<meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1" media="(device-height: 568px)" />
<title>DOTT</title>
<link href="icon-T.png"
sizes="72x72"
rel="apple-touch-icon-precomposed">
<link href="startup-T.png"
media="(device-width: 768px) and (device-height: 1024px)
and (orientation: portrait)
and (-webkit-device-pixel-ratio: 1)"
rel="apple-touch-startup-image">
<link href="startupL-T.png"
media="(device-width: 768px) and (device-height: 1024px)
and (orientation: landscape)
and (-webkit-device-pixel-ratio: 1)"
rel="apple-touch-startup-image">
<link href="[email protected]"
sizes="144x144"
rel="apple-touch-icon-precomposed">
<link href="[email protected]"
media="(device-width: 768px) and (device-height: 1024px)
and (orientation: portrait)
and (-webkit-device-pixel-ratio: 2)"
rel="apple-touch-startup-image">
<link href="[email protected]"
media="(device-width: 768px) and (device-height: 1024px)
and (orientation: landscape)
and (-webkit-device-pixel-ratio: 2)"
rel="apple-touch-startup-image">
<script>
document.ontouchmove = function(e) {e.preventDefault()};
</script>
</head>
<body>
<link rel="stylesheet" href="http://georgethedan.github.io/stylesheets/style/stuff.min.css">
<div data-role="page" data-theme="f" id="timetable">
<div data-role="header" data-theme="a">
<h1>Timetable</h1>
<a href="http://georgethedan.github.io/mobile/about.html" data-icon="info" class="ui-btn-right" data-theme="f">About</a>
<style>
#navbar {
border: 0 solid red !important;
}
</style>
<div data-role="navbar" id='navbar'>
<ul>
<li><a data-theme="f" class="ui-btn-active">Week A</a></li>
<li><a data-theme="f" onClick='location.replace("http://georgethedan.github.io/mobile/weekb-T")' data-ajax="false">Week B</a></li>
</ul>
</div>
</div><!-- /header -->
<div data-role="content" id="timetable1" bgcolor='white'>
<table class="mystyle" width='100%' onClick="location.replace('http://georgethedan.github.io/mobile/subjects-T')">
<tr>
<th> </th>
<th >Monday</th>
<th >Tuesday</th>
<th >Wednesday</th>
<th >Thursday</th>
<th >Friday</th>
</tr>
<tr style='vertical-align:bottom'>
<td><center><br/><br/>P1<br/><br/><br/></center></td>
<td><center><img src='images/ds.png' align='middle'/><br/>DSO</center></td>
<td><center><img src='images/pes.png' align='middle'/><br/>OVAL</center></td>
<td><center><img src='images/fs.png' align='middle'/><br/>R701</center></td>
<td><center><img src='images/geos.png' align='middle'/><br/>R210</center></td>
<td><center><img src='images/ccs.png' align='middle'/><br/>ICL</center></td>
</tr>
<tr style='vertical-align:bottom'>
<td><center><br/><br/>P2<br/><br/><br/></center></td>
<td><center><img src='images/scs.png' align='middle'/><br/>R303</center></td>
<td><center><img src='images/ms.png' align='middle'/><br/>R503</center></td>
<td><center><img src='images/englishs.png' align='middle'/><br/>R107</center></td>
<td><center><img src='images/scs.png' align='middle'/><br/>R214</center></td>
<td><center><img src='images/geos.png' align='middle'/><br/>R210</center></td>
</tr>
<tr style='vertical-align:bottom'>
<td><center><br/><br/>P3<br/><br/><br/></center></td>
<td><center><img src='images/geos.png' align='middle'/><br/>R210</center></td>
<td><center><img src='images/ds.png' align='middle'/><br/>DSO</center></td>
<td><center><img src='images/scs.png' align='middle'/><br/>R901</center></td>
<td><center><img src='images/englishs.png' align='middle'/><br/>R107</center></td>
<td><center><img src='images/ms.png' align='middle'/><br/>R503</center></td>
</tr>
<tr style='vertical-align:bottom'>
<td><center><br/><br/>P4<br/><br/><br/></center></td>
<td><center><img src='images/englishs.png' align='middle'/><br/>R107</center></td>
<td><center><img src='images/scs.png' align='middle'/><br/>R304</center></td>
<td><center><img src='images/ms.png' align='middle'/><br/>R503</center></td>
<td ><center><img src='images/fs.png' align='middle'/><br/>R701</center></td>
<td><center><img src='images/pes.png' align='middle'/><br/>R802</center></td>
</tr>
<tr style='vertical-align:bottom'>
<td><center><br/><br/>P5<br/><br/><br/></center></td>
<td><center><img src='images/raves.png' align='middle'/><br/>R214</center></td>
<td><center><img src='images/ccs.png' align='middle'/><br/>R705</center></td>
<td><center><img src='images/ds.png' align='middle'/><br/>DSO</center></td>
<td><center><img src='images/ccs.png' align='middle'/><br/>R705</center></td>
<td ><center><img src='images/fs.png' align='middle'/><br/>R701</center></td>
</tr>
</table>
</div><!-- /content -->
<div data-role="footer" data-position="fixed">
<h1>Tap on table for subjects</h1>
</div>
</body>
</html>
| georgethedan/georgethedan.github.io | ARCHIVE V1.0/weeka-T.html | HTML | mit | 5,842 |
{% extends "settings/base.html" %}
{% block title %}{{ _('Settings') }} - {{ _('Tickets') }}{% endblock %}
{% block head %}
<meta name="api-esi-ui-newmail" content="{{url_for('api_ui.post_esi_openwindow_newmail')}}">
<meta name="api-esi-ui-auth" content="{{ url_for('api_ui.auth') }}">
{{ super() }}
{% assets filters="babili", output="gen/ticket.%(version)s.js", "js/api/ui.js", "js/ticket-settings.js" %}
<script type="text/javascript" src="{{ ASSET_URL }}"></script>
{% endassets %}
{% endblock %}
{% block content %}
<table class="table">
<thead>
<tr>
<th>{{ _('Actions') }}</th>
<th>{{ _('Time') }}</th>
<th>{{ _('Character Name') }}</th>
<th>{{ _('Title') }}</th>
<th>{{ _('Message') }}</th>
</tr>
</thead>
<tbody id="ticket-table-body">
{% for fb in tickets %}
<tr id="fb-{{ fb.id }}" data-characterid="{{fb.character.id}}">
<td id="fb-{{fb.id}}-actions">
<button type="button" class="btn btn-sm btn-info" data-action="sendTicketMail" data-ticketId="{{fb.id}}">{{ _('Open Answer Mail') }}</button>
<button type="button" class="btn btn-sm btn-info" data-action="changeTicketStatus" data-ticketId="{{fb.id}}" data-newStatus="close">{{ _('Close Ticket') }}</button>
</td>
<td id="fb-{{fb.id}}-time">{{ fb.time }}</td>
<td id="fb-{{fb.id}}-name">{{ fb.character.eve_name }}</td>
<td id="fb-{{fb.id}}-title">{{ fb.title }}</td>
<td id="fb-{{fb.id}}-message">{% autoescape false %}{{ fb.message|e|replace('\n', '<br>') }}{% endautoescape %}</td>
</tr>
{% endfor %}
</tbody>
</table>
{% endblock %}
| SpeedProg/eve-inc-waitlist | templates/feedback/settings.html | HTML | mit | 1,537 |
<div class="commune_descr limited">
<p>
Saint-Maixent est
un village
géographiquement positionné dans le département de Sarthe en Pays de la Loire. Elle totalisait 743 habitants en 2008.</p>
<p>À Saint-Maixent, la valorisation moyenne à l'achat d'un appartement se situe à zero € du m² en vente. La valeur moyenne d'une maison à l'achat se situe à 1 752 € du m². À la location le prix moyen se situe à 4,88 € du m² mensuel.</p>
<p>À coté de Saint-Maixent sont localisées les villes de
<a href="{{VLROOT}}/immobilier/luart_72172/">Le Luart</a> localisée à 5 km, 1 237 habitants,
<a href="{{VLROOT}}/immobilier/saint-martin-des-monts_72302/">Saint-Martin-des-Monts</a> située à 7 km, 169 habitants,
<a href="{{VLROOT}}/immobilier/sceaux-sur-huisne_72331/">Sceaux-sur-Huisne</a> située à 5 km, 577 habitants,
<a href="{{VLROOT}}/immobilier/champrond_72057/">Champrond</a> localisée à 7 km, 113 habitants,
<a href="{{VLROOT}}/immobilier/lamnay_72156/">Lamnay</a> située à 4 km, 845 habitants,
<a href="{{VLROOT}}/immobilier/semur-en-vallon_72333/">Semur-en-Vallon</a> située à 7 km, 473 habitants,
entre autres. De plus, Saint-Maixent est située à seulement 28 km de <a href="{{VLROOT}}/immobilier/nogent-le-rotrou_28280/">Nogent-le-Rotrou</a>.</p>
<p>La commune propose de nombreux équipements, elle dispose, entre autres, de un terrain de tennis, un centre d'équitation, un terrain de sport et une boucle de randonnée.</p>
<p>Si vous envisagez de emmenager à Saint-Maixent, vous pourrez facilement trouver une maison à acheter. </p>
<p>Le parc de logements, à Saint-Maixent, se décomposait en 2011 en neuf appartements et 420 maisons soit
un marché plutôt équilibré.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/72296.html | HTML | mit | 1,801 |
@import scala.collection.mutable.ArrayBuffer
@(goodComments:ArrayBuffer[String])(badComments:ArrayBuffer[Html])
@main("All Comments"){
<p>
<button id="back" name="back" value="back" onclick="window.history.back()">Back</button>
</p>
<table class="table">
<col width="50%" />
<thead>
<td><h2>Vulnerable Comment</h2></td>
<td><h2>Protected Comment</h2></td>
</thead>
<tbody>
<tr>
<td>
@for(x <- badComments){
<div class="comment bad">
@x
</div>
}
</td>
<td>
@for(x <- goodComments){
<div class="comment good">
@x
</div>
}
</td>
</tr>
</tbody>
</table>
} | MJCallahanPage/XssApp | app/views/comments.scala.html | HTML | mit | 949 |
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<script src="./socket.io-client.js"></script>
</body>
</html> | xzzw9987/Memos | project/LearnSIO/index.html | HTML | mit | 170 |
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Moduler.js - Maps</title>
<meta name="viewport" content="width=device-width">
<style>
body {
font-family: sans-serif;
}
.red { background: red; padding: 10px; }
.green { background: green; padding: 10px; }
a.loading { text-decoration: none; }
a.loading:after { content: '...'; }
.hide { display: none; }
.clear {clear:both;}
.Box {
float: left;
width: 33%;
}
.Map {
width: 100%;
height: 300px;
background: rgba(0,0,0,0.1);
}
</style>
</head>
<body data-module="app lazy">
<h1>Moduler.js - map</h1>
<div class="Box" style="width: 100%">
<h4>Map with pins at London and Stockholm</h3>
<div class="Map" data-module="map" data-map="data: [{ address: 'London' }, { address: 'Stockholm' }]"></div>
</div>
<div class="Box">
<h4>Map of Stockholm</h3>
<div class="Map" data-module="map" data-map="data: { address: 'Stockholm' }"></div>
</div>
<div class="Box">
<h4>Map of London</h3>
<div class="Map" data-module="map" data-map="data: { lat: 51.5073509, lng: -0.1277583 }"></div>
</div>
<div class="Box clear">
<div class="js-maps"></div>
</div>
<div class="Box clear">
<button>Add map</button>
</div>
<div class="clear"></div>
<div class="Box" style="width: 66%">
<h4>Map with info windows</h3>
<div class="Map" data-module="map:lazy" data-map="showInfoWindow: true, data: [{ address: 'London', title: 'City of London', description: 'This is London.', url: 'http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FLondon' }, { address: 'Stockholm', title: 'City of Stockholm', description: 'This is Stockholm.', url: 'http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FStockholm' }]"></div>
</div>
<div class="clear"></div>
<div class="Box" style="width: 66%">
<h4>Loading pins from JSON url with marker clusterer</h3>
<div class="Map" data-module="map:lazy" data-map="showInfoWindow: true, useMarkerClusterer: true, dataUrl: '_mapPositions.json'"></div>
</div>
<div class="clear"></div>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.</p>
<p>Com sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.</p>
<p>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</p>
<p>Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.</p>
<p>Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.</p>
<p>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi.</p>
<p>Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum.</p>
<p>Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus.</p>
<p>Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc,</p>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.</p>
<p>Com sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.</p>
<p>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</p>
<p>Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.</p>
<p>Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.</p>
<p>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi.</p>
<p>Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum.</p>
<p>Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus.</p>
<p>Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc,</p>
<div class="Box" style="float: left;">
<h3>Lazy loaded map of St. Pauls, London</h3>
<div class="Map" data-module="map:lazy" data-map="data: { address: 'St. Pauls, London, UK'}, zoom: 16"></div>
</div>
<div style="clear:both"></div>
<p>Com sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
<p>Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.</p>
<p>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</p>
<p>Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.</p>
<p>Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi.</p>
<p>Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum.</p>
<!-- library scripts -->
<script src="../vendor/jquery-1.10.2.min.js"></script>
<script src="../moduler.js"></script>
<!-- modules -->
<script src="../app.js"></script>
<script src="../modules/loader.js"></script>
<script src="../modules/background.js"></script>
<script src="../modules/dispatcher.js"></script>
<script src="../modules/confirm.js"></script>
<script src="../modules/map.js"></script>
<script src="../modules/lazy.js"></script>
<!-- <script src="https://maps.googleapis.com/maps/api/js?key=&sensor=false"></script> -->
<script>
$('button').click(function () {
$('.js-maps').append('<h3>Async loaded map</h3></h3><div class="Map" data-module="map" data-map="data: {address:\'Berlin\'}"></div>')
})
</script>
</body>
</html>
| simplyio/moduler.js | src/samples/map.html | HTML | mit | 7,548 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Login // Soft Admin</title>
<!-- Default Styles (DO NOT TOUCH) -->
<link rel="stylesheet" href="lib/css/font-awesome.min.css">
<link rel="stylesheet" href="lib/css/bootstrap.min.css">
<link rel="stylesheet" href="lib/css/fonts.css">
<link type="text/css" rel="stylesheet" href="lib/css/soft-admin.css"/>
<!-- Adjustable Styles -->
<link type="text/css" rel="stylesheet" href="lib/css/icheck.css?v=1.0.1">
<style>
body {
background: url(lib/img/bg1.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#logo { background:rgba(153, 153, 153, 0.95); width:220px; margin:auto; position:relative; top:30px; }
#log-tbl { width:100%; height:100%; display:table; clear:both; content:''; }
#log-contain { width:100%; height:100%; text-align:center; display:table-cell; vertical-align:middle; padding-bottom:140px; }
#login { color:#555;
width:460px; margin:auto;
padding: 65px 25px 20px 25px;
background:rgba(255, 255, 255, 0.75); text-align:left;
}
#log-contain .tbl { margin:auto; padding:15px 10px; background:rgba(239, 239, 239, 0.75); width:460px; }
#login .input-icon > .icon { color:#CCC; }
#login .input-icon { position:relative; top:-20px; }
#login .form-group.remember { margin-bottom:30px; color:#777; }
#login label { font-weight:normal !important; }
.social {width:40px; margin-left:auto; margin-right:auto; position:relative; top:150px; right:-250px; }
.social > .btn { width:40px !important;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.btn-primary { opacity:0.95; filter:alpha(opacity=95); }
.btn-info { opacity:0.95; filter:alpha(opacity=95); }
.bg-switch {
position:absolute;
width:100px;
height: 312px;
padding:5px 10px;
background: rgba(0, 0, 0, 0.55);
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
top:50%;
margin-top:-156px;
}
.bg-switch img { margin: 5px 0px; opacity:0.70; filter:alpha(opacity=70); }
.bg-switch img:hover { opacity:1.0; filter:alpha(opacity=100); }
.bg-switch a, .bg-switch img { outline:none !important; }
.bg-switch img.active { opacity:1.0; filter:alpha(opacity=100); }
</style>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<script src="lib/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="bg-switch">
<a href="javascript:void(0);" onclick="bgSwitch(1);"><img src="lib/img/bg1.jpg" class="img-thumbnail bg-1 active"></a>
<a href="javascript:void(0);" onclick="bgSwitch(2);"><img src="lib/img/bg2.jpg" class="img-thumbnail bg-2"></a>
<a href="javascript:void(0);" onclick="bgSwitch(3);"><img src="lib/img/bg3.jpg" class="img-thumbnail bg-3"></a>
<a href="javascript:void(0);" onclick="bgSwitch(4);"><img src="lib/img/bg4.jpg" class="img-thumbnail bg-4"></a>
<a href="javascript:void(0);" onclick="bgSwitch(5);"><img src="lib/img/bg5.jpg" class="img-thumbnail bg-5"></a>
</div>
<div id="log-tbl">
<div id="log-contain">
<div class="social">
<a href="#" class="btn btn-primary" style="margin-bottom:10px;"><i class="fa fa-facebook"></i></a>
<a href="#" class="btn btn-info"><i class="fa fa-twitter"></i></a>
</div>
<div id="logo" style="z-index:100;"><img src="lib/img/logo3.png"/></div>
<div id="login">
<form id="login-form" class="form">
<div class="form-group">
<label for="login-username">Username</label>
<div class="input-icon">
<i class="icon icon-user"></i>
<input class="form-control form-soft input-sm" type="text" style="margin-top:0px; margin-bottom:0px;">
</div>
</div>
<div class="form-group">
<label for="login-password">Password</label>
<div class="input-icon">
<i class="icon icon-lock"></i>
<input class="form-control form-soft input-sm" type="password">
</div>
</div>
<div class="form-group remember">
<input tabindex="13" type="checkbox" class="flat-checkbox" id="fc1" checked>
<label for="fc1"> Remember Me</label>
</div>
<div class="form-group">
<button type="submit" id="login-btn" class="btn btn-primary btn-block btn-lg">Login <i class="fa fa-play"></i></button>
</div>
</form>
</div>
<div class="tbl">
<div class="col-md-12" >
<a href="#" class="btn btn-warning" style="float:left;"><i class="fa fa-question"></i> Forgot Password</a>
<a href="#" class="btn btn-soft" style="float:right;">Create Account <i class="fa fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
<!-- Default JS (DO NOT TOUCH) -->
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="lib/js/bootstrap.min.js"></script>
<!-- Adjustable JS -->
<script src="lib/js/icheck.js"></script>
<script>
$(document).ready(function() {
$('.flat-checkbox').iCheck({
checkboxClass: 'icheckbox_flat-purple',
radioClass: 'iradio_flat-purple'
});
});
function bgSwitch(which){
bgReset();
if(which == 1){ $(document.body).css('background-image','url(lib/img/bg1.jpg)'); $('.bg-1').addClass('active'); }
if(which == 2){ $(document.body).css('background-image','url(lib/img/bg2.jpg)'); $('.bg-2').addClass('active'); }
if(which == 3){ $(document.body).css('background-image','url(lib/img/bg3.jpg)'); $('.bg-3').addClass('active'); }
if(which == 4){ $(document.body).css('background-image','url(lib/img/bg4.jpg)'); $('.bg-4').addClass('active'); }
if(which == 5){ $(document.body).css('background-image','url(lib/img/bg5.jpg)'); $('.bg-5').addClass('active'); }
}
function bgReset(){
$('.bg-1').removeClass('active');
$('.bg-2').removeClass('active');
$('.bg-3').removeClass('active');
$('.bg-4').removeClass('active');
$('.bg-5').removeClass('active');
}
</script>
</body>
</html> | project-store/theme | backend/softadmin/login_register.html | HTML | mit | 6,732 |
---
layout: default
---
<div class="post">
<h1>{{ page.title }}</h1>
<span class="post-date">{{ page.date | date_to_string }}</span>
{{ content }}
</div>
<div class="related">
<h2>Related Posts</h2>
<ul class="related-posts">
{% for post in site.related_posts limit:3 %}
<li>
<h3>
<a href="{{ post.url }}">
{{ post.title }}
<small>{{ post.date | date_to_string }}</small>
</a>
</h3>
</li>
{% endfor %}
</ul>
</div>
| Mich93/ricky | _layouts/post.html | HTML | mit | 511 |
<% if(data.date) { %>
<p class="chat-message-date"><%= data.date %></p>
<% } %>
<li class="chat-message <%= (data.mine ? 'chat-message-mine' : '') %>" data-message-id="<%= data.cid %>" >
<h3 class="chat-message-user" ><%= data.user %></h3>
<p class="chat-message-text"><%= data.body %></p>
</li> | Skookum/WebChat | templates/message.html | HTML | mit | 301 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>quickchick: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.11.2 / quickchick - 1.4.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
quickchick
<small>
1.4.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-01 03:33:26 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-01 03:33:26 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.11.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
synopsis: "Randomized Property-Based Testing Plugin for Coq"
homepage: "https://github.com/QuickChick/QuickChick"
dev-repo: "git+https://github.com/QuickChick/QuickChick.git"
bug-reports: "https://github.com/QuickChick/QuickChick/issues"
license: "MIT"
build: [ make "-j" jobs ]
install: [
[make "-j" jobs "install" ]
[make "-j" jobs "tests"] {with-test}
]
depends: [
"ocaml" {>= "4.07"}
"coq" {>= "8.12" < "8.13~"}
"coq-ext-lib"
"coq-mathcomp-ssreflect"
"ocamlbuild"
"ocamlfind"
"menhir" {build}
"coq-simple-io"
]
authors: [
"Leonidas Lampropoulos <>"
"Zoe Paraskevopoulou <>"
"Maxime Denes <>"
"Catalin Hritcu <>"
"Benjamin Pierce <>"
"Li-yao Xia <>"
"Arthur Azevedo de Amorim <>"
"Yishuai Li <>"
"Antal Spector-Zabusky <>"
]
tags: [
"keyword:extraction"
"category:Miscellaneous/Coq Extensions"
"logpath:QuickChick"
]
url {
src: "https://github.com/QuickChick/QuickChick/archive/v1.4.0.tar.gz"
checksum: "md5=6a6712834eb3d9820ae10c55fd1b7d54"
}
</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-quickchick.1.4.0 coq.8.11.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2).
The following dependencies couldn't be met:
- coq-quickchick -> coq >= 8.12
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-quickchick.1.4.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.1-2.0.6/released/8.11.2/quickchick/1.4.0.html | HTML | mit | 7,065 |
<header>
<a id="go-back-home" href="{{ site.url }}"><img src="http://i.imgur.com/1I4y8Rr.jpg" alt="scribble" width="53" height="59"></a>
<p>{{ site.title }}</p>
</header>
| marion-lv/marion-lv.github.io | _includes/header.html | HTML | mit | 171 |
<table class="wiki-content-table">
<tr>
<td>foo<br />
#<br />
# foo</td>
<td>foo<br />
<br />
foo</td>
</tr>
</table>
| clarkgrubb/wikidot-to-html | test/expected.output/table9.html | HTML | mit | 118 |
<!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>JsDoc Reference - Index</title>
<meta name="generator" content="JsDoc Toolkit" />
<style type="text/css">
/* default.css */
body
{
font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
width: 800px;
}
.header
{
clear: both;
background-color: #ccc;
padding: 8px;
}
h1
{
font-size: 150%;
font-weight: bold;
padding: 0;
margin: 1em 0 0 .3em;
}
hr
{
border: none 0;
border-top: 1px solid #7F8FB1;
height: 1px;
}
pre.code
{
display: block;
padding: 8px;
border: 1px dashed #ccc;
}
#index
{
margin-top: 24px;
float: left;
width: 160px;
position: absolute;
left: 8px;
background-color: #F3F3F3;
padding: 8px;
}
#content
{
margin-left: 190px;
width: 600px;
}
.classList
{
list-style-type: none;
padding: 0;
margin: 0 0 0 8px;
font-family: arial, sans-serif;
font-size: 1em;
overflow: auto;
}
.classList li
{
padding: 0;
margin: 0 0 8px 0;
}
.summaryTable { width: 100%; }
h1.classTitle
{
font-size:170%;
line-height:130%;
}
h2 { font-size: 110%; }
caption, div.sectionTitle
{
background-color: #7F8FB1;
color: #fff;
font-size:130%;
text-align: left;
padding: 2px 6px 2px 6px;
border: 1px #7F8FB1 solid;
}
div.sectionTitle { margin-bottom: 8px; }
.summaryTable thead { display: none; }
.summaryTable td
{
vertical-align: top;
padding: 4px;
border-bottom: 1px #7F8FB1 solid;
border-right: 1px #7F8FB1 solid;
}
/*col#summaryAttributes {}*/
.summaryTable td.attributes
{
border-left: 1px #7F8FB1 solid;
width: 140px;
text-align: right;
}
td.attributes, .fixedFont
{
line-height: 15px;
color: #002EBE;
font-family: "Courier New",Courier,monospace;
font-size: 13px;
}
.summaryTable td.nameDescription
{
text-align: left;
font-size: 13px;
line-height: 15px;
}
.summaryTable td.nameDescription, .description
{
line-height: 15px;
padding: 4px;
padding-left: 4px;
}
.summaryTable { margin-bottom: 8px; }
ul.inheritsList
{
list-style: square;
margin-left: 20px;
padding-left: 0;
}
.detailList {
margin-left: 20px;
line-height: 15px;
}
.detailList dt { margin-left: 20px; }
.detailList .heading
{
font-weight: bold;
padding-bottom: 6px;
margin-left: 0;
}
.light, td.attributes, .light a:link, .light a:visited
{
color: #777;
font-style: italic;
}
.fineprint
{
text-align: right;
font-size: 10px;
}
</style>
</head>
<body>
<div id="header">
</div>
<div id="index">
<div align="center"><a href="index.html">Class Index</a>
| <a href="files.html">File Index</a></div>
<hr />
<h2>Classes</h2>
<ul class="classList">
<li><i><a href="symbols/_global_.html">_global_</a></i></li>
<li><a href="symbols/app.html">app</a></li>
<li><a href="symbols/Foundation.html">Foundation</a></li>
<li><a href="symbols/Foundation.PersistentStorage.html">Foundation.PersistentStorage</a></li>
<li><a href="symbols/Foundation.Request.html">Foundation.Request</a></li>
<li><a href="symbols/Foundation.Storage.html">Foundation.Storage</a></li>
<li><a href="symbols/Foundation.UI.html">Foundation.UI</a></li>
</ul>
<hr />
</div>
<div id="content">
<h1 class="classTitle">Class Index</h1>
<div>
<h2><a href="symbols/_global_.html">_global_</a></h2>
</div>
<hr />
<div>
<h2><a href="symbols/app.html">app</a></h2>
Your app's namespace.
</div>
<hr />
<div>
<h2><a href="symbols/Foundation.html">Foundation</a></h2>
</div>
<hr />
<div>
<h2><a href="symbols/Foundation.PersistentStorage.html">Foundation.PersistentStorage</a></h2>
</div>
<hr />
<div>
<h2><a href="symbols/Foundation.Request.html">Foundation.Request</a></h2>
</div>
<hr />
<div>
<h2><a href="symbols/Foundation.Storage.html">Foundation.Storage</a></h2>
</div>
<hr />
<div>
<h2><a href="symbols/Foundation.UI.html">Foundation.UI</a></h2>
</div>
<hr />
</div>
<div class="fineprint" style="clear:both">
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Fri Nov 19 2010 11:02:54 GMT-0000 (GMT)
</div>
</body>
</html> | taniele/Foundation | docs/index.html | HTML | mit | 4,429 |
<!DOCTYPE html>
<html>
{% include header.html %}
{% include google_analytics.html %}
<body>
{{ content }}
</body>
</html>
| fharms/fharms.github.io | _layouts/default.html | HTML | mit | 135 |
<!doctype html public "embarassment">
<title>Markdown Example</title>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<style type="text/css">
.markdown-group {
overflow: hidden;
border: 1px solid #CCC;
border-radius: 4px;
}
.markdown-field {
border: none;
border-radius: 0;
border-right: 1px solid #CCC;
font-color: #333;
}
.markdown-field-group {
position: relative;
}
.markdown-field-group .buttons {
position: absolute;
bottom: 5px;
right: 5px;
}
.markdown-field-group .buttons button {
margin-left: 5px;
}
.markdown-preview {
padding: 6px 12px;
overflow-wrap: break-word;
}
.form-horizontal .form-group.textarea-nested-field {
margin-left: 0;
margin-right: 0;
}
.input-group-btn {
vertical-align: top;
}
</style>
<body>
<div id="example"/>
<script src="/markdown.js"></script> | quri/react-form-builder | examples/markdown/index.html | HTML | mit | 867 |
<head>
<meta charset="utf-8">
<title>{% if page.title %}{{ page.title }} |{% endif %} {{ site.theme_settings.title }}</title>
<meta name="description"
content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.theme_settings.description }}{% endif %}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS -->
<link rel="stylesheet" href="{{ "/assets/css/main.css" | prepend: site.baseurl }}">
<!--Favicon-->
<link rel="shortcut icon" href="{{ "/favicon.ico" | prepend: site.baseurl }}" type="image/x-icon">
<!-- Canonical -->
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<!-- RSS -->
<link rel="alternate" type="application/atom+xml" title="{{ site.theme_settings.title }}"
href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
<!-- Font Awesome -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Google Fonts -->
{% if site.theme_settings.google_fonts %}
<link href="//fonts.googleapis.com/css?family={{ site.theme_settings.google_fonts }}" rel="stylesheet"
type="text/css">
{% endif %}
<meta property="og:locale" content="pt_BR">
<meta property="og:type" content="article">
<meta property="og:title" content="{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
<meta property="og:url" content="{{ site.url }}{{ page.url }}"/>
<meta property="og:image" content="{% if page.seo-image %}{{ site.url }}{{ page.seo-image }}{% else %}{{ site.url }}/assets/img/about_me.jpg{% endif %}"/>
<meta property="og:site_name" content="Fábio Miranda Blog"/>
<meta property="article:publisher" content="http://www.facebook.com/fabiomirandadev" />
<meta property="article:author" content="https://www.facebook.com/fabiomirandadev" />
<meta property="article:published_time" content="{{ page.date }}" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image"
content="{% if page.seo-image %}{{ site.url }}{{ page.seo-image }}{% else %}{{ site.url }}/assets/img/about_me.jpg{% endif %}" />
<meta name="twitter:site" content="@fabiomirandadev" />
<meta name="twitter:creator" content="@fabiomirandadev" />
<meta property="og:title" content="{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}" />
<meta property="og:description"
content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}" />
<meta property="og:image"
content="{% if page.seo-image %}{{ site.url }}/{{ page.seo-image }}{% else %}{{ site.url }}/assets/img/about_me.jpg{% endif %}" />
</head>
| fabiomirandaa/fabiomirandaa.github.io | _includes/head.html | HTML | mit | 2,732 |
@* A very simple template with no arguments. This line is a comment. *@
@use model::Comment;
@use markdown::render;
@use model::ToHTML;
@(comments:&Vec<Comment>)
@for comment in comments{
<div class="media" style="overflow:visible;">
<div class="media-left media-middle">
<img class="media-object" src="@comment.get_user().get_gravatar_url(Some(64))">
</div>
<div class="media-body" >
<article>
@render(comment.get_content())
</article>
<aside>
<hr>
by <span>@comment.get_user().get_nickname()#@comment.get_user().get_uid()</span>
<span class="comment-writed-date">@comment.get_writed_datetime()</span>
<button class="btn btn-default btn-delete-comment" data-comment-id="@comment.get_uid()">삭제</button>
</aside>
</div>
</div>
} | Damezuma/rs-threads-board | templates/comments_view.rs.html | HTML | mit | 852 |
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<style href="style/global.css" rel="stylesheet">
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0px; padding: 0px; border: 0px none; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { font: 14px/1.41 'Proxima-Nova-1',Proxima Nova,Myriad Pro,Arial,sans-serif; color: rgb(102, 102, 102); overflow-x: hidden; padding-top: 70px; }
select, input, textarea, button { font: 99% sans-serif; }
html { overflow-y: scroll; }
a:hover, a:active, button { outline: medium none; }
ul, ol { margin-left: 2em; }
nav ul, nav li { margin: 0px; list-style: none outside none; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0px; }
button { width: auto; overflow: visible; font-family: "Proxima-Nova-1",Arial,sans-serif; }
h1, h2, h3, h4, h5, h6 { color: rgb(53, 54, 57); font-size: 14px; font-weight: bold; }
a, a:active, a:visited { color: rgb(35, 118, 198); transition: color 0.3s ease 0s; }
a:hover { color: rgb(3, 103, 199); }
body { min-width: 960px; }
.container_12 { margin-left: auto; margin-right: auto; width: 960px; }
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 { display: inline; float: left; margin-left: 10px; margin-right: 10px; }
.container_12 .grid_2 { width: 140px; }
.container_12 .grid_12 { width: 940px; }
#branding { background: none repeat scroll 0% 0% rgb(47, 47, 47); height: 70px; width: 100%; position: fixed; top: 0px; left: 0px; right: 0px; display: block; z-index: 997; box-shadow: 0px -3px 2px rgba(0, 0, 0, 0.28) inset, 0px -1px 0px rgb(34, 34, 34) inset, 0px 1px 3px rgba(0, 0, 0, 0.5); }
#branding .logo_text { z-index: 2; position: relative; float: left; left: 0px; top: 0px; padding-top: 17px; padding-left: 20px; }
#branding .logo_text h1 { float: left; overflow: hidden; margin-right: 15px; transition: all 0.2s ease 0s; }
#branding .logo_text h1 a { font-size: 24px; color: rgba(255, 255, 255, 0.6); text-decoration: none; font-weight: bold; text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2), 1px -1px 0px rgba(0, 0, 0, 0.2), -1px 1px 0px rgba(0, 0, 0, 0.2), 1px 1px 0px rgba(0, 0, 0, 0.2); }
#branding .logo_text h1 a:hover { color: rgb(255, 255, 255); }
#branding .logo_text h1 a:active { text-shadow: 0px -2px 1px rgba(0, 0, 0, 0.5), -1px -1px 0px rgba(0, 0, 0, 0.2), 1px -1px 0px rgba(0, 0, 0, 0.2), -1px 1px 0px rgba(0, 0, 0, 0.2), 1px 1px 0px rgba(0, 0, 0, 0.2); }
#branding .logo_text h1 a span { font-weight: 300; color: rgb(107, 189, 225); }
#branding .logo_text h1 a span:hover { color: rgb(17, 174, 243); }
header ul { list-style: none outside none; }
#mustache_picker { width: 63px; display: block; height: 31px; margin-top: 2px; float: left; padding: 0px 0px 0px 3px; border-radius: 5px; border: 1px solid rgba(0, 0, 0, 0.51); box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05), 0px 1px 0px rgba(255, 255, 255, 0.12) inset; background: none repeat scroll 0% 0% rgb(47, 47, 47); }
#mustache_picker.initialized { transition: all 500ms cubic-bezier(0.91, -0.335, 0.23, 1.005) 0.5s; }
#mustache_picker div { position: relative; z-index: 100; transition: opacity 0.5s ease 0.8s; }
#mustache_picker ul { opacity: 0; max-height: 31px; overflow: hidden; position: absolute; }
#mustache_picker.expandme { transition: width 500ms cubic-bezier(0.215, 0.005, 0.085, 1.36) 0.5s; width: 311px; }
#mustache_picker li { float: left; }
#mustache_picker a
{
float: left; display: block;
background: url('images/header_assets_new.png');
width: 31px;
height: 31px;
}
#mustache_picker a.m_1 { background-position: -24px -68px; }
#mustache_picker a.m_2 { background-position: -74px -68px; }
#mustache_picker a.m_3 { background-position: -124px -68px; }
#mustache_picker a.m_4 { background-position: -174px -68px; }
#mustache_picker a.m_5 { background-position: -224px -68px; }
#mustache_picker a.m_6 { background-position: -274px -68px; }
#mustache_picker a.m_7 { background-position: -324px -68px; }
#mustache_picker a.m_8 { background-position: -374px -68px; }
#mustache_picker a.m_9 { background-position: -424px -68px; }
#mustache_picker a.m_1:hover, #mustache_picker a.m_1.selected { background-position: -24px -98px; }
#mustache_picker a.m_2:hover, #mustache_picker a.m_2.selected { background-position: -74px -98px; }
#mustache_picker a.m_3:hover, #mustache_picker a.m_3.selected { background-position: -124px -98px; }
#mustache_picker a.m_4:hover, #mustache_picker a.m_4.selected { background-position: -174px -98px; }
#mustache_picker a.m_5:hover, #mustache_picker a.m_5.selected { background-position: -224px -98px; }
#mustache_picker a.m_6:hover, #mustache_picker a.m_6.selected { background-position: -274px -98px; }
#mustache_picker a.m_7:hover, #mustache_picker a.m_7.selected { background-position: -324px -98px; }
#mustache_picker a.m_8:hover, #mustache_picker a.m_8.selected { background-position: -374px -98px; }
#mustache_picker a.m_9:hover, #mustache_picker a.m_9.selected { background-position: -424px -98px; }
#mustache_picker #selected_tache.m_1, #mustache_picker #selected_tache.m_1:hover { background-position: -22px -68px; margin-left: -3px; padding-left: 3px; transition: all 0.1s ease-in 0s; }
#mustache_picker .collapse_arrow { background-position: -463px -66px; width: 31px; height: 31px; padding: 0px; border-left: 1px solid rgba(0, 0, 0, 0.4); box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.03) inset; transition: all 0.1s ease-in 0s; }
#mustache_picker .expand_arrow { background-position: -494px -66px; width: 31px; height: 31px; border-left: 1px solid rgba(0, 0, 0, 0.4); box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.03) inset; }
#mustache_picker .collapse_arrow:hover, #mustache_picker .expand_arrow:hover, #mustache_picker #selected_tache.m_1:hover { background-color: rgba(0, 0, 0, 0.2); }
#mustache_picker .collapse_arrow:active, #mustache_picker .expand_arrow:active, #mustache_picker #selected_tache.m_1:active { box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7) inset; }
#branding .logo_icon { width: 90px; margin: 3px auto 0px; position: relative; z-index: 4; height: 66px; background: none repeat scroll 0% 0% transparent; box-shadow: 1px 0px 0px transparent inset, -1px 0px 0px transparent inset, 1px 0px 0px rgba(255, 255, 255, 0), -1px 0px 0px rgba(255, 255, 255, 0); transition: background 0.2s ease-out 0s; }
#branding .logo_icon:hover { background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.05); box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.16) inset, -1px 0px 0px rgba(0, 0, 0, 0.16) inset, 1px 0px 0px rgba(255, 255, 255, 0.02), -1px 0px 0px rgba(255, 255, 255, 0.02); }
#branding .logo_icon:active { background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.2); box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.31) inset, -1px 0px 1px rgba(0, 0, 0, 0.31) inset, 1px 0px 0px rgba(255, 255, 255, 0.02), -1px 0px 0px rgba(255, 255, 255, 0.02); }
#mustache_on_logo { display: block; background: url("http://localhost/Firecrow/evaluation/fullPages/02-salleedesign/images/header_assets_new.png") repeat scroll -10px -45px transparent; width: 90px; height: 30px; position: absolute; margin-top: 35px; transition: background-position 0.3s ease 0s; }
#mustache_on_logo.m_1 { background-position: 5px -43px; }
#mustache_on_logo.m_2 { background-position: -95px -43px; }
#mustache_on_logo.m_3 { background-position: -195px -43px; }
#mustache_on_logo.m_4 { background-position: -295px -43px; }
#main_nav { float: right; margin-top: 0px; position: relative; z-index: 3; margin-right: 5px; width: 250px; }
#main_nav li { float: left; }
#main_nav ul li a.icons, #main_nav ul li a.iconsho { width: 48px; height: 70px; display: block; padding: 0px; background: url("http://localhost/Firecrow/evaluation/fullPages/02-salleedesign/images/header_assets_new.png") no-repeat scroll 0% 0% transparent; }
#main_nav ul li a.iconsho { position: absolute; top: 0px; opacity: 0; transition: opacity 0.8s ease 0s; }
#main_nav ul li:hover a.iconsho { opacity: 1; }
#main_nav ul li:hover a.iconsho.selected { opacity: 0.3; }
#main_nav ul li a.icons.home { background-position: -15px -119px; }
#main_nav ul li a.icons.portfolio { background-position: -65px -119px; }
#main_nav ul li a.icons.resources { background-position: -115px -119px; }
#main_nav ul li a.icons.photoblog { background-position: -165px -119px; }
#main_nav ul li a.icons.about { background-position: -215px -119px; }
#main_nav ul li a.icons.home.selected { background-position: -15px -219px; }
#main_nav ul li a.iconsho.home { background-position: -15px -169px; }
#main_nav ul li a.iconsho.portfolio { background-position: -65px -169px; }
#main_nav ul li a.iconsho.resources { background-position: -115px -169px; }
#main_nav ul li a.iconsho.photoblog { background-position: -165px -169px; }
#main_nav ul li a.iconsho.about { background-position: -215px -169px; }
#main_nav ul li a.tooltips { position: absolute; font-size: 10px; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgba(30, 30, 30, 0.93); padding: 3px 8px; text-align: center; border-radius: 4px; margin-top: -14px; opacity: 0; text-decoration: none; transition: all 0.3s ease-in 0s; }
#main_nav ul li a.tooltips.home { margin-left: 4px; }
#main_nav ul li a.tooltips.portfolio { margin-left: -5px; }
#main_nav ul li a.tooltips.resources { margin-left: -7px; }
#main_nav ul li a.tooltips.photoblog { margin-left: 3px; }
#main_nav ul li a.tooltips.about { margin-left: 7px; }
#main_nav ul li:hover a.tooltips { opacity: 1; }
.footer_wrapp { background: none repeat scroll 0% 0% rgb(40, 41, 46); position: relative; z-index: 0; }
footer a, #details a { color: rgb(50, 150, 253); text-decoration: none; }
footer a:hover, #details a:hover { color: rgb(141, 164, 249); }
#details { background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.15); margin-top: 33px; padding: 25px 0px 10px; border-top: 1px solid rgba(255, 255, 255, 0.05); box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25) inset; font-size: 12px; }
#details .backtop { text-align: right; }
#details .backtop a { padding: 5px 20px; color: rgb(255, 255, 255); background: none repeat scroll 0% 0% rgb(58, 91, 216); border-radius: 5px; box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5), 0px 2px 0px rgba(255, 255, 255, 0.05), 0px 1px 0px rgba(255, 255, 255, 0.26) inset, 0px -9px 9px rgb(40, 63, 198) inset; }
</style>
<style href="style/style.css" rel="stylesheet">
html { overflow-x: hidden; }
.home_nav .grid_12 { text-align: center; position: absolute; z-index: 50; margin-top: -57px; transition: opacity 0.2s ease 0s; }
.home_nav button { border: medium none; transition: background-position 0.2s ease 0s; }
.home_nav .sides { width: 11px; height: 17px; background: url("http://localhost/Firecrow/evaluation/fullPages/02-salleedesign/images/navigation_assets.png") repeat scroll -17px 0px transparent; margin-right: 10px; }
.home_nav .right { margin-right: 0px; margin-left: 10px; background-position: -28px 0px; }
.home_nav .left:hover { background-position: -17px -17px; }
.home_nav .right:hover { background-position: -28px -17px; }
.home_nav .direct { width: 14px; height: 17px; background: url("http://localhost/Firecrow/evaluation/fullPages/02-salleedesign/images/navigation_assets.png") repeat scroll 0px 0px transparent; }
.home_nav .direct:hover, .home_nav .selected { background-position: 0px -16px; }
#home_slider { margin-left: 0px; height: 616px; position: relative; transition: margin 1s ease 0s; width: 50000px; background: none repeat scroll 0% 0% rgb(250, 250, 250); }
.webmadeclean, .imake, .welcome, .menuslide, .myphotoblog { height: 616px; width: 2000px; overflow: hidden; float: left; z-index: 1; background: url("http://localhost/Firecrow/evaluation/fullPages/02-salleedesign/images/bg_white.png") repeat scroll 0% 0% rgb(236, 236, 238); }
.welcome { background: url("http://localhost/Firecrow/evaluation/fullPages/02-salleedesign/images/sep_bg.png") repeat scroll 0% 0%, url("http://localhost/Firecrow/evaluation/fullPages/02-salleedesign/images/bg_blue.png") repeat-x scroll 0% 0% transparent; }
.menuslide { padding-top: 12px; height: 604px; }
</style>
</head>
<body id="top">
<header role="banner" id="branding">
<nav class="logo_text">
<h1><a href="http://salleedesign.com">sallee<span>design</span></a></h1>
<div id="mustache_picker">
<div>
<a class="m_1" id="selected_tache" href=""></a>
<a class="expand_arrow" href="#"></a>
</div>
<ul>
<li><a class="m_1 selected" href="#"></a></li>
<li><a class="m_2" href="#"></a></li>
<li><a class="m_3" href="#"></a></li>
<li><a class="m_4" href="#"></a></li>
<li><a class="m_5" href="#"></a></li>
<li><a class="m_6" href="#"></a></li>
<li><a class="m_7" href="#"></a></li>
<li><a class="m_8" href="#"></a></li>
<li><a class="m_9" href="#"></a></li>
<li class="last"><a class="collapse_arrow" href="#"></a></li>
</ul>
</div>
</nav>
<nav id="main_nav">
<ul>
<li>
<a class="icons home" href="http://salleedesign.com/home/"></a>
<a class="iconsho home" href="http://salleedesign.com/home/"></a>
<a class="tooltips home" href="http://salleedesign.com/home/">home<p></p>
</a></li><a class="tooltips home" href="http://salleedesign.com/home/">
</a><li><a class="tooltips home" href="http://salleedesign.com/home/">
</a><a class="icons portfolio" href="http://salleedesign.com/portfolio/"></a>
<a class="iconsho portfolio" href="http://salleedesign.com/portfolio/"></a>
<a class="tooltips portfolio" href="http://salleedesign.com/portfolio/">portfolio</a>
</li>
<li>
<a class="icons resources" href="http://salleedesign.com/resources/"></a>
<a class="iconsho resources" href="http://salleedesign.com/resources/"></a>
<a class="tooltips resources" href="http://salleedesign.com/resources/">resources</a>
</li>
<li>
<a class="icons photoblog" href="http://salleedesign.com/photoblog/"></a>
<a class="iconsho photoblog" href="http://salleedesign.com/photoblog/"></a>
<a class="tooltips photoblog" href="http://salleedesign.com/photoblog/">photos</a>
</li>
<li>
<a class="icons about" href="http://salleedesign.com/about/"></a>
<a class="iconsho about" href="http://salleedesign.com/about/"></a>
<a class="tooltips about" href="http://salleedesign.com/about/">about</a>
</li>
</ul>
</nav>
<nav class="logo_icon">
<a class="m_1" id="mustache_on_logo" href="http://salleedesign.com"></a>
</nav>
</header>
<div id="home_slider">
<section class="welcome">
</section>
<section class="webmadeclean">
</section>
<section class="imake">
</section>
<section class="myphotoblog">
</section>
<section class="menuslide">
</section>
</div>
<div class="container_12 home_nav">
<nav class="grid_12">
<button class="left sides"></button>
<button class="slider_one direct selected"></button>
<button class="slider_two direct"></button>
<button class="slider_three direct"></button>
<button class="slider_four direct"></button>
<button class="slider_five direct"></button>
<button class="right sides"></button>
</nav>
</div>
<div class="footer_wrapp">
<div id="details">
<div class="container_12">
<p class="grid_2 backtop"><a class="scroller" href="#top">back to top!</a></p>
</div>
</div>
</div>
<script>
+((function(window, undefined)
{
var readyList, rootjQuery, core_strundefined = typeof undefined, document = window.document, class2type = {}, core_deletedIds = [], core_version = '1.10.2', core_concat = core_deletedIds.concat, core_push = core_deletedIds.push, core_slice = core_deletedIds.slice, core_toString = class2type.toString, core_hasOwn = class2type.hasOwnProperty, core_trim = core_version.trim, jQuery = function(selector, context)
{
return new jQuery.fn.init(selector, context, rootjQuery);
}, core_pnum = (/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/).source, core_rnotwhite = /\S+/g, rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/, rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>|)$/, rmsPrefix = /^-ms-/, rdashAlpha = /-([\da-z])/gi, fcamelCase = function(all, letter){}, completed = function(event)
{
if(document.addEventListener)
{
jQuery.ready();
}
};
jQuery.fn = jQuery.prototype = {
constructor: jQuery,
init: function(selector, context, rootjQuery)
{
var match, elem;
if(!selector)
{
return this;
}
if(typeof selector === 'string')
{
if(selector.charAt(0) === '<' && selector.charAt(selector.length - 1) === '>' && selector.length >= 3)
{
match = [null, selector, null];
}
else
{
match = rquickExpr.exec(selector);
}
if(match && (match[1] || !context))
{
if(match[1])
{
context = context instanceof jQuery ? 0 : context;
jQuery.merge(this, jQuery.parseHTML(match[1], context ? 0 : document, true));
return this;
}
else
{
elem = document.getElementById(match[2]);
if(elem && elem.parentNode)
{
this.length = 1;
this[0] = elem;
}
return this;
}
}
else if(!context)
{
return (context || rootjQuery).find(selector);
}
}
else if(selector.nodeType)
{
this[0] = selector;
this.length = 1;
return this;
}
else if(jQuery.isFunction(selector))
{
return rootjQuery.ready(selector);
}
return jQuery.makeArray(selector, this);
},
length: 0,
toArray: function()
{
return core_slice.call(this);
},
get: function(num)
{
return num == null ? this.toArray() : 0;
},
pushStack: function(elems)
{
var ret = jQuery.merge(this.constructor(), elems);
return ret;
},
each: function(callback, args)
{
return jQuery.each(this, callback, args);
},
ready: function(fn)
{
jQuery.ready.promise().done(fn);
return this;
}
};
jQuery.fn.init.prototype = jQuery.fn;
jQuery.extend = jQuery.fn.extend = function()
{
var src, copyIsArray, copy, name, options, clone, target = arguments[0], i = 1, length = arguments.length, deep = false;
if(typeof target === 'boolean')
{
deep = target;
target = arguments[1];
i = 2;
}
if(length === i)
{
target = this;
--i;
}
for(;i < length;i++)
{
if((options = arguments[i]) != null)
{
for(name in options)
{
src = target[name];
copy = options[name];
if(deep && copy && (jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy))))
{
if(copyIsArray);
else
{
clone = src && jQuery.isPlainObject(src) ? src : 0;
}
jQuery.extend(deep, clone, copy);
}
else if(copy !== undefined)
{
target[name] = copy;
}
}
}
}
return target;
};
jQuery.extend({
expando: 'jQuery' + (core_version + Math.random()).replace(/\D/g, ''),
noConflict: function(deep){},
isReady: false,
readyWait: 1,
holdReady: function(hold){},
ready: function(wait)
{
readyList.resolveWith(document, [jQuery]);
if(jQuery.fn.trigger)
{
jQuery(document);
}
},
isFunction: function(obj)
{
return jQuery.type(obj) === 'function';
},
isArray: Array.isArray || function(obj)
{
return jQuery.type(obj) === 'array';
},
isWindow: function(obj)
{
return obj != null && obj == obj.window;
},
isNumeric: function(obj)
{
return !(isNaN(parseFloat(obj))) && isFinite(obj);
},
type: function(obj)
{
return typeof obj === 'object' || typeof obj === 'function' ? class2type[core_toString.call(obj)] || 'object' : typeof obj;
},
isPlainObject: function(obj)
{
var key;
if(!obj || jQuery.type(obj) !== 'object' || obj.nodeType || jQuery.isWindow(obj))
{
return false;
}
for(key in obj)
;
return key === undefined || core_hasOwn.call(obj, key);
},
isEmptyObject: function(obj){},
error: function(msg){},
parseHTML: function(data, context, keepScripts)
{
context = context;
var parsed = rsingleTag.exec(data);
if(parsed)
{
return [context.createElement(parsed[1])];
}
},
parseJSON: function(data){},
parseXML: function(data){},
noop: function(){},
globalEval: function(data){},
camelCase: function(string)
{
return string.replace(rmsPrefix, 'ms-').replace(rdashAlpha, fcamelCase);
},
nodeName: function(elem, name)
{
return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
},
each: function(obj, callback, args)
{
var i = 0, length = obj.length, isArray = isArraylike(obj);
if(args);
else
{
if(isArray)
{
for(;i < length;i++)
{
callback.call(obj[i], i, obj[i]);
}
}
else
{
for(i in obj)
{
callback.call(obj[i], i, obj[i]);
}
}
}
return obj;
},
trim: core_trim && !(core_trim.call(' ')) ? 0 : function(text)
{
return text == null ? 0 : (text + '').replace(rtrim, '');
},
makeArray: function(arr, results)
{
var ret = results;
if(arr != null)
{
if(isArraylike(Object(arr)));
else
{
core_push.call(ret, arr);
}
}
return ret;
},
inArray: function(elem, arr, i){},
merge: function(first, second)
{
var l = second.length, i = first.length, j = 0;
if(typeof l === 'number')
{
for(;j < l;j++)
{
first[i++] = second[j];
}
}
first.length = i;
return first;
},
grep: function(elems, callback, inv){},
map: function(elems, callback, arg){},
guid: 1,
proxy: function(fn, context){},
access: function(elems, fn, key, value, chainable, emptyGet, raw)
{
var i = 0, length = elems.length, bulk = key == null;
if(jQuery.type(key) === 'object')
{
chainable = true;
for(i in key)
{
jQuery.access(elems, fn, i, key[i], true, emptyGet, raw);
}
}
else if(value !== undefined)
{
chainable = true;
if(!(jQuery.isFunction(value)))
{
raw = true;
}
if(fn)
{
for(;i < length;i++)
{
fn(elems[i], key, raw ? value : 0);
}
}
}
return chainable ? elems : bulk ? 0 : length ? fn(elems[0], key) : 0;
},
now: function(){},
swap: function(elem, options, callback, args)
{
var ret, name, old = {};
for(name in options)
{
old[name] = elem.style[name];
elem.style[name] = options[name];
}
ret = callback.apply(elem, args || []);
for(name in options)
{
elem.style[name] = old[name];
}
return ret;
}
});
jQuery.ready.promise = function(obj)
{
if(!readyList)
{
readyList = jQuery.Deferred();
if(document.readyState === 'complete');
else if(document.addEventListener)
{
document.addEventListener('DOMContentLoaded', completed, false);
}
}
return readyList.promise(obj);
};
jQuery.each(('Boolean Number String Function Array Date RegExp Object Error').split(' '), function(i, name)
{
class2type[('[object ' + name) + ']'] = name.toLowerCase();
});
function isArraylike(obj)
{
var length = obj.length, type = jQuery.type(obj);
if(jQuery.isWindow(obj))
{
return false;
}
return type === 'array' || (type !== 'function' && (length === 0 || (typeof length === 'number' && length > 0 && (length - 1) in obj)));
}
rootjQuery = jQuery(document);
(function(window, undefined)
{
var support, Expr, isXML, setDocument, document, docElem, documentIsHTML, rbuggyQSA, contains, expando = 'sizzle' + -(new Date()), preferredDoc = window.document, arr = [], push = arr.push, booleans = 'checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped', matchExpr = {
'bool': new RegExp(('^(?:' + booleans) + ')$', 'i')
}, rnative = /^[^{]+\{\s*\[native \w/, rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/;
function Sizzle(selector, context, results, seed)
{
var match, m, nodeType, newContext, newSelector;
context = context;
results = results;
if((nodeType = context.nodeType) !== 1 && nodeType !== 9);
if(documentIsHTML && !seed)
{
if(match = rquickExpr.exec(selector))
{
if(m = match[1]);
else if(match[2])
{
push.apply(results, context.getElementsByTagName(selector));
return results;
}
else if((m = match[3]) && support.getElementsByClassName && context.getElementsByClassName)
{
push.apply(results, context.getElementsByClassName(m));
return results;
}
}
if(support.qsa && !rbuggyQSA)
{
newContext = context;
newSelector = nodeType === 9 && selector;
if(newSelector)
{
try
{
push.apply(results, newContext.querySelectorAll(newSelector));
return results;
}
catch(qsaError){}
}
}
}
}
function assert(fn)
{
var div = document.createElement('div');
try
{
return !(!(fn(div)));
}
catch(e){}
}
isXML = Sizzle.isXML = function(elem)
{
var documentElement = elem && (elem.ownerDocument || elem).documentElement;
return documentElement ? documentElement.nodeName !== 'HTML' : 0;
};
support = Sizzle.support = {};
setDocument = Sizzle.setDocument = function(node)
{
var doc = node ? 0 : preferredDoc;
document = doc;
docElem = doc.documentElement;
documentIsHTML = !(isXML(doc));
support.attributes = assert(function(div)
{
div.className = 'i';
return !(div.getAttribute('className'));
});
support.getElementsByClassName = assert(function(div)
{
div.innerHTML = '<div class=\'a\'></div><div class=\'a i\'></div>';
div.firstChild.className = 'i';
return div.getElementsByClassName('i').length === 2;
});
assert(function(div)
{
docElem.appendChild(div).id = expando;
return !(doc.getElementsByName) || !(doc.getElementsByName(expando).length);
});
rbuggyQSA = [];
if(support.qsa = rnative.test(doc.querySelectorAll));
rbuggyQSA = rbuggyQSA.length;
contains = rnative.test(docElem.contains) ? function(a, b)
{
var adown = a.nodeType === 9 ? 0 : a, bup = b && b.parentNode;
return a === bup || !(!(bup && bup.nodeType === 1 && (adown.contains ? adown.contains(bup) : 0)));
} : 0;
return doc;
};
Sizzle.contains = function(context, elem)
{
return contains(context, elem);
};
Sizzle.attr = function(elem, name)
{
var fn = Expr.attrHandle[name.toLowerCase()], val = fn ? 0 : undefined;
return val === undefined ? support.attributes ? elem.getAttribute(name) : 0 : 0;
};
Expr = Sizzle.selectors = {
match: matchExpr,
attrHandle: {}
};
setDocument();
jQuery.find = Sizzle;
jQuery.expr = Sizzle.selectors;
jQuery.isXMLDoc = Sizzle.isXML;
jQuery.contains = Sizzle.contains;
})(window);
var optionsCache = {};
function createOptions(options)
{
var object = optionsCache[options] = {};
return object;
}
jQuery.Callbacks = function(options)
{
options = typeof options === 'string' ? optionsCache[options] || createOptions(options) : 0;
var firing, fired, firingLength, firingIndex, firingStart, list = [], fire = function(data)
{
firingIndex = firingStart || 0;
firingLength = list.length;
for(;list && firingIndex < firingLength;firingIndex++)
{
if(list[firingIndex].apply(data[0], data[1]) === false);
}
}, self = {
add: function()
{
if(list)
{
(function add(args)
{
jQuery.each(args, function(_, arg)
{
var type = jQuery.type(arg);
if(type === 'function')
{
if(!(options.unique))
{
list.push(arg);
}
}
});
})(arguments);
}
return this;
},
disable: function()
{
return this;
},
lock: function()
{
return this;
},
fireWith: function(context, args)
{
if(list && !fired)
{
args = args;
args = [context, args.slice ? args.slice() : 0];
if(firing);
else
{
fire(args);
}
}
return this;
}
};
return self;
};
jQuery.extend({
Deferred: function(func)
{
var tuples = [['resolve', 'done', jQuery.Callbacks('once memory'), 'resolved'], ['reject', 'fail', jQuery.Callbacks('once memory'), 'rejected'], ['notify', 'progress', jQuery.Callbacks('memory')]], promise = {
state: function(){},
always: function(){},
then: function(){},
promise: function(obj)
{
return obj != null ? jQuery.extend(obj, promise) : promise;
}
}, deferred = {};
promise.pipe = promise.then;
jQuery.each(tuples, function(i, tuple)
{
var list = tuple[2], stateString = tuple[3];
promise[tuple[1]] = list.add;
if(stateString)
{
list.add(function(){}, tuples[i ^ 1][2].disable, tuples[2][2].lock);
}
deferred[tuple[0] + 'With'] = list.fireWith;
});
promise.promise(deferred);
return deferred;
},
when: function(subordinate){}
});
(function(support)
{
for(i in jQuery(support))
{
break;
}
jQuery(function()
{
var container, body = document.getElementsByTagName('body')[0];
container = document.createElement('div');
container.style.cssText = 'border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px';
body.appendChild(container);
jQuery.swap(body, body.style.zoom != null ? {zoom: 1} : 0, function(){});
body.removeChild(container);
});
return support;
})({});
function internalData(elem, name, data, pvt)
{
var ret, thisCache, internalKey = jQuery.expando, isNode = elem.nodeType, cache = isNode ? jQuery.cache : 0, id = isNode ? elem[internalKey] : 0;
if(!id)
{
if(isNode)
{
id = elem[internalKey] = core_deletedIds.pop() || jQuery.guid++;
}
}
if(!(cache[id]))
{
cache[id] = isNode ? {} : 0;
}
thisCache = cache[id];
if(typeof name === 'string')
{
ret = thisCache[name];
}
else
{
ret = thisCache;
}
return ret;
}
jQuery.extend({
cache: {},
noData: {},
hasData: function(elem){},
data: function(elem, name, data){},
removeData: function(elem, name){},
_data: function(elem, name, data)
{
return internalData(elem, name, data, true);
},
_removeData: function(elem, name){},
acceptData: function(elem){}
});
jQuery.fn.extend({
data: function(key, value){},
removeData: function(key){}
});
jQuery.extend({
queue: function(elem, type, data){},
dequeue: function(elem, type){},
_queueHooks: function(elem, type){}
});
jQuery.fn.extend({
queue: function(type, data){},
dequeue: function(type){},
delay: function(time, type){},
clearQueue: function(type){},
promise: function(type, obj){}
});
var nodeHook, rclass = /[\t\r\n\f]/g;
jQuery.fn.extend({
attr: function(name, value)
{
return jQuery.access(this, jQuery.attr, name, value, arguments.length > 1);
},
removeAttr: function(name){},
prop: function(name, value){},
removeProp: function(name){},
addClass: function(value)
{
var classes, elem, cur, clazz, j, i = 0, len = this.length, proceed = typeof value === 'string' && value;
if(proceed)
{
classes = (value).match(core_rnotwhite);
for(;i < len;i++)
{
elem = this[i];
cur = elem.nodeType === 1 && (elem.className ? ((' ' + elem.className) + ' ').replace(rclass, ' ') : ' ');
if(cur)
{
j = 0;
while(clazz = classes[j++])
{
if(cur.indexOf((' ' + clazz) + ' ') < 0)
{
cur += clazz + ' ';
}
}
elem.className = jQuery.trim(cur);
}
}
}
return this;
},
removeClass: function(value)
{
var classes, elem, cur, clazz, j, i = 0, len = this.length, proceed = arguments.length === 0 || (typeof value === 'string' && value);
if(proceed)
{
classes = (value || '').match(core_rnotwhite) || [];
for(;i < len;i++)
{
elem = this[i];
cur = elem.nodeType === 1 && (elem.className ? ((' ' + elem.className) + ' ').replace(rclass, ' ') : 0);
if(cur)
{
j = 0;
while(clazz = classes[j++])
{
while(cur.indexOf((' ' + clazz) + ' ') >= 0)
{
cur = cur.replace((' ' + clazz) + ' ', ' ');
}
}
elem.className = value ? jQuery.trim(cur) : '';
}
}
}
return this;
},
toggleClass: function(value, stateVal){},
hasClass: function(selector){},
val: function(value){}
});
jQuery.extend({
valHooks: {},
attr: function(elem, name, value)
{
var hooks, ret, nType = elem.nodeType;
if(nType !== 1 || !(jQuery.isXMLDoc(elem)))
{
name = name.toLowerCase();
hooks = jQuery.attrHooks[name] || (jQuery.expr.match.bool.test(name) ? 0 : nodeHook);
}
if(value !== undefined);
else if(hooks);
else
{
ret = jQuery.find.attr(elem, name);
return ret == null ? 0 : ret;
}
},
removeAttr: function(elem, value){},
attrHooks: {},
propFix: {},
prop: function(elem, name, value){},
propHooks: {}
});
var rmouseEvent = /^(?:mouse|contextmenu)|click/, rtypenamespace = /^([^.]*)(?:\.(.+)|)$/;
function returnFalse()
{
return false;
}
jQuery.event = {
add: function(elem, types, handler, data, selector)
{
var tmp, events, t, handleObjIn, special, eventHandle, handleObj, handlers, type, origType, elemData = jQuery._data(elem);
if(!(handler.guid))
{
handler.guid = jQuery.guid++;
}
if(!(events = elemData.events))
{
events = elemData.events = {};
}
if(!(eventHandle = elemData.handle))
{
eventHandle = elemData.handle = function(e)
{
return typeof jQuery !== core_strundefined && (!e || jQuery.event.triggered !== e.type) ? jQuery.event.dispatch.apply(eventHandle.elem, arguments) : 0;
};
eventHandle.elem = elem;
}
types = (types).match(core_rnotwhite);
t = types.length;
while(t--)
{
tmp = rtypenamespace.exec(types[t]);
type = origType = tmp[1];
special = jQuery.event.special[type] || {};
type = (selector ? 0 : special.bindType) || type;
special = jQuery.event.special[type] || {};
handleObj = jQuery.extend({
origType: origType,
handler: handler
}, handleObjIn);
if(!(handlers = events[type]))
{
handlers = events[type] = [];
handlers.delegateCount = 0;
if(!(special.setup))
{
if(elem.addEventListener)
{
elem.addEventListener(type, eventHandle, false);
}
}
}
if(selector);
else
{
handlers.push(handleObj);
}
}
},
dispatch: function(event)
{
event = jQuery.event.fix(event);
var i, ret, handleObj, matched, j, handlerQueue, args = core_slice.call(arguments), handlers = (jQuery._data(this, 'events'))[event.type];
args[0] = event;
handlerQueue = jQuery.event.handlers.call(this, event, handlers);
i = 0;
while((matched = handlerQueue[i++]) && !(event.isPropagationStopped()))
{
j = 0;
while((handleObj = matched.handlers[j++]) && !(event.isImmediatePropagationStopped()))
{
if(!(event.namespace_re))
{
event.handleObj = handleObj;
ret = ((jQuery.event.special[handleObj.origType]).handle || handleObj.handler).apply(matched.elem, args);
if(ret !== undefined)
{
if((event.result = ret) === false)
{
event.preventDefault();
event.stopPropagation();
}
}
}
}
}
return event.result;
},
handlers: function(event, handlers)
{
var handlerQueue = [], delegateCount = handlers.delegateCount;
if(delegateCount < handlers.length)
{
handlerQueue.push({
elem: this,
handlers: handlers.slice(delegateCount)
});
}
return handlerQueue;
},
fix: function(event)
{
var i, prop, copy, type = event.type, originalEvent = event, fixHook = this.fixHooks[type];
if(!fixHook)
{
this.fixHooks[type] = fixHook = rmouseEvent.test(type) ? this.mouseHooks : 0;
}
copy = fixHook.props ? this.props.concat(fixHook.props) : 0;
event = new jQuery.Event(originalEvent);
i = copy.length;
while(i--)
{
prop = copy[i];
event[prop] = originalEvent[prop];
}
return fixHook.filter ? fixHook.filter(event, originalEvent) : 0;
},
props: ('altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which').split(' '),
fixHooks: {},
mouseHooks: {
props: ('button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement').split(' '),
filter: function(event, original)
{
return event;
}
},
special: {
click: {}
}
};
jQuery.Event = function(src, props)
{
if(src && src.type)
{
this.originalEvent = src;
this.type = src.type;
}
};
jQuery.Event.prototype = {
isPropagationStopped: returnFalse,
isImmediatePropagationStopped: returnFalse,
preventDefault: function()
{
var e = this.originalEvent;
if(e.preventDefault)
{
e.preventDefault();
}
},
stopPropagation: function()
{
var e = this.originalEvent;
if(e.stopPropagation)
{
e.stopPropagation();
}
}
};
jQuery.each({mouseenter: 'mouseover', mouseleave: 'mouseout'}, function(orig, fix)
{
jQuery.event.special[orig] = {
bindType: fix,
handle: function(event)
{
var ret, target = this, related = event.relatedTarget, handleObj = event.handleObj;
if(!related || (related !== target && !(jQuery.contains(target, related))))
{
ret = handleObj.handler.apply(this, arguments);
}
return ret;
}
};
});
jQuery.fn.extend({
on: function(types, selector, data, fn, one)
{
if(data == null);
else if(fn == null)
{
if(typeof selector === 'string');
else
{
fn = data;
data = selector;
selector = undefined;
}
}
return this.each(function()
{
jQuery.event.add(this, types, fn, data, selector);
});
},
one: function(types, selector, data, fn){},
off: function(types, selector, fn){},
trigger: function(type, data){},
triggerHandler: function(type, data){}
});
jQuery.fn.extend({
find: function(selector)
{
var i, ret = [], self = this, len = self.length;
for(i = 0;i < len;i++)
{
jQuery.find(selector, self[i], ret);
}
ret = this.pushStack(len > 1 ? 0 : ret);
return ret;
},
has: function(target){},
not: function(selector){},
filter: function(selector){},
is: function(selector){},
closest: function(selectors, context){},
index: function(elem){},
add: function(selector, context){},
addBack: function(selector){}
});
jQuery.extend({
filter: function(expr, elems, not){},
dir: function(elem, dir, until){},
sibling: function(n, elem){}
});
function createSafeFragment(document)
{
var safeFrag = document.createDocumentFragment();
return safeFrag;
}
jQuery.fn.extend({
text: function(value){},
append: function()
{
return this.domManip(arguments, function(elem)
{
if(this.nodeType === 1)
{
var target = manipulationTarget(this, elem);
target.appendChild(elem);
}
});
},
prepend: function(){},
before: function(){},
after: function(){},
remove: function(selector, keepData){},
empty: function(){},
clone: function(dataAndEvents, deepDataAndEvents){},
html: function(value){},
replaceWith: function(){},
detach: function(selector){},
domManip: function(args, callback, allowIntersection)
{
args = core_concat.apply([], args);
var first, node, fragment, i = 0, l = this.length;
if(l)
{
fragment = jQuery.buildFragment(args, this[0].ownerDocument, false, !allowIntersection && this);
first = fragment.firstChild;
if(fragment.childNodes.length === 1)
{
fragment = first;
}
if(first)
{
for(;i < l;i++)
{
node = fragment;
callback.call(this[i], node, i);
}
}
}
return this;
}
});
function manipulationTarget(elem, content)
{
return jQuery.nodeName(elem, 'table') ? 0 : elem;
}
jQuery.each({appendTo: 'append', replaceAll: 'replaceWith'}, function(name, original)
{
jQuery.fn[name] = function(selector)
{
var elems, i = 0, ret = [], insert = jQuery(selector), last = insert.length - 1;
for(;i <= last;i++)
{
elems = i === last ? this : 0;
jQuery(insert[i])[original](elems);
core_push.apply(ret, elems.get());
}
return this.pushStack(ret);
};
});
jQuery.extend({
clone: function(elem, dataAndEvents, deepDataAndEvents){},
buildFragment: function(elems, context, scripts, selection)
{
var elem, l = elems.length, safe = createSafeFragment(context), nodes = [], i = 0;
for(;i < l;i++)
{
elem = elems[i];
if(elem)
{
if(jQuery.type(elem) === 'object')
{
jQuery.merge(nodes, elem.nodeType ? 0 : elem);
}
}
}
i = 0;
while(elem = nodes[i++])
{
(safe.appendChild(elem), null);
}
return safe;
},
cleanData: function(elems, acceptData){},
_evalUrl: function(url){}
});
jQuery.fn.extend({
wrapAll: function(html){},
wrapInner: function(html){},
wrap: function(html){},
unwrap: function(){}
});
var getStyles, curCSS, rnumsplit = new RegExp(('^(' + core_pnum) + ')(.*)$', 'i'), cssExpand = ['Top', 'Right', 'Bottom', 'Left'];
function vendorPropName(style, name)
{
if(name in style)
{
return name;
}
}
jQuery.fn.extend({
css: function(name, value)
{
return jQuery.access(this, function(elem, name, value)
{
return value !== undefined ? jQuery.style(elem, name, value) : 0;
}, name, value, arguments.length > 1);
},
show: function(){},
hide: function(){},
toggle: function(state){}
});
jQuery.extend({
cssHooks: {},
cssNumber: {},
cssProps: {},
style: function(elem, name, value, extra)
{
var type, hooks, origName = jQuery.camelCase(name), style = elem.style;
name = jQuery.cssProps[origName];
hooks = jQuery.cssHooks[name];
if(value !== undefined)
{
type = typeof value;
if(type === 'number' && !(jQuery.cssNumber[origName]))
{
value += 'px';
}
if(!hooks || !('set' in hooks) || (value = hooks.set(elem, value, extra)) !== undefined)
{
try
{
style[name] = value;
}
catch(e){}
}
}
},
css: function(elem, name, extra, styles)
{
var num, val, hooks, origName = jQuery.camelCase(name);
name = jQuery.cssProps[origName] || (jQuery.cssProps[origName] = vendorPropName(elem.style, origName));
hooks = jQuery.cssHooks[name] || jQuery.cssHooks[origName];
if(hooks && 'get' in hooks)
{
val = hooks.get(elem, true, extra);
}
if(val === undefined)
{
val = curCSS(elem, name, styles);
}
if(extra === '' || extra)
{
num = parseFloat(val);
return extra === true || jQuery.isNumeric(num) ? num || 0 : 0;
}
return val;
}
});
if(window.getComputedStyle)
{
getStyles = function(elem)
{
return window.getComputedStyle(elem, null);
};
curCSS = function(elem, name, _computed)
{
var computed = _computed, ret = computed ? computed.getPropertyValue(name) || computed[name] : 0;
return ret;
};
}
function setPositiveNumber(elem, value, subtract)
{
var matches = rnumsplit.exec(value);
return matches ? Math.max(0, matches[1] - (subtract || 0)) + matches[2] : 0;
}
function augmentWidthOrHeight(elem, name, extra, isBorderBox, styles)
{
var i = extra === (isBorderBox ? 'border' : 0) ? 0 : name === 'width' ? 1 : 0, val = 0;
for(;i < 4;i += 2)
{
if(isBorderBox)
{
if(extra === 'content')
{
val -= jQuery.css(elem, 'padding' + cssExpand[i], true, styles);
}
if(extra !== 'margin')
{
val -= jQuery.css(elem, ('border' + cssExpand[i]) + 'Width', true, styles);
}
}
}
return val;
}
function getWidthOrHeight(elem, name, extra)
{
var valueIsBorderBox = true, val = name === 'width' ? elem.offsetWidth : 0, styles = getStyles(elem), isBorderBox = jQuery.css(elem, 'boxSizing', false, styles);
return (val + augmentWidthOrHeight(elem, name, extra, valueIsBorderBox, styles)) + 'px';
}
jQuery.each(['height', 'width'], function(i, name)
{
jQuery.cssHooks[name] = {
get: function(elem, computed, extra)
{
if(computed)
{
return elem.offsetWidth === 0 ? 0 : getWidthOrHeight(elem, name, extra);
}
},
set: function(elem, value, extra)
{
return setPositiveNumber(elem, value, extra ? 0 : 0);
}
};
});
jQuery(function(){});
jQuery.fn.extend({
serialize: function(){},
serializeArray: function(){}
});
jQuery.each((('blur focus focusin focusout load resize scroll unload click dblclick ' + 'mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave ') + 'change select submit keydown keypress keyup error contextmenu').split(' '), function(i, name)
{
jQuery.fn[name] = function(data, fn)
{
return arguments.length > 0 ? this.on(name, null, data, fn) : 0;
};
});
jQuery.fn.extend({
hover: function(fnOver, fnOut)
{
return this.mouseenter(fnOver).mouseleave(fnOut || fnOver);
},
bind: function(types, data, fn){},
unbind: function(types, fn){},
delegate: function(selector, types, data, fn){},
undelegate: function(selector, types, fn){}
});
var prefilters = {}, transports = {}, allTypes = ('*/').concat('*');
function addToPrefiltersOrTransports(structure)
{
return function(dataTypeExpression, func){};
}
function ajaxExtend(target, src)
{
var deep, key, flatOptions = jQuery.ajaxSettings.flatOptions;
for(key in src)
{
if(src[key] !== undefined)
{
(flatOptions[key] ? 0 : deep || (deep = {}))[key] = src[key];
}
}
if(deep)
{
jQuery.extend(true, target, deep);
}
return target;
}
jQuery.extend({
active: 0,
lastModified: {},
etag: {},
ajaxSettings: {
accepts: {
'*': allTypes,
json: 'application/json, text/javascript'
},
contents: {xml: /xml/, json: /json/},
converters: {
'* text': String,
'text xml': jQuery.parseXML
},
flatOptions: {}
},
ajaxSetup: function(target, settings)
{
return settings ? 0 : ajaxExtend(jQuery.ajaxSettings, target);
},
ajaxPrefilter: addToPrefiltersOrTransports(prefilters),
ajaxTransport: addToPrefiltersOrTransports(transports),
ajax: function(url, options){},
getJSON: function(url, data, callback){},
getScript: function(url, callback){}
});
jQuery.ajaxSetup({
accepts: {script: 'text/javascript, application/javascript, application/ecmascript, application/x-ecmascript'},
contents: {script: /(?:java|ecma)script/},
converters: {
'text script': function(text){}
}
});
jQuery.ajaxSetup({
jsonp: 'callback',
jsonpCallback: function(){}
});
function Animation(elem, properties, options){} jQuery.extend(Animation, {
tweener: function(props, callback){},
prefilter: function(callback, prepend){}
});
jQuery.fn.extend({
fadeTo: function(speed, to, easing, callback){},
animate: function(prop, speed, easing, callback){},
stop: function(type, clearQueue, gotoEnd){},
finish: function(type){}
});
jQuery.fn.extend({
position: function(){},
offsetParent: function(){}
});
jQuery.each({Height: 'height', Width: 'width'}, function(name, type)
{
jQuery.each({
padding: 'inner' + name,
content: type,
'': 'outer' + name
}, function(defaultExtra, funcName)
{
jQuery.fn[funcName] = function(margin, value)
{
var chainable = arguments.length, extra = defaultExtra;
return jQuery.access(this, function(elem, type, value)
{
if(jQuery.isWindow(elem))
{
return elem.document.documentElement['client' + name];
}
return value === undefined ? jQuery.css(elem, type, extra) : 0;
}, type, chainable ? 0 : undefined, chainable, null);
};
});
});
if(typeof module === 'object');
else
{
window.jQuery = window.$ = jQuery;
}
})(window));
</script>
<script>
$current_class = 'm_1';
var $root = $(document.documentElement), $window = $(window);
var windowWidth;
$(document).ready(function()
{
$('#mustache_picker').addClass('initialized');
($root.width(), null, $('<style/>').appendTo('head'), manage_scroller());
onMoustacheHover();
onMoustachePicked();
onlistOut();
onMustachePickExpand();
});
function onMoustacheHover()
{
$('#mustache_picker ul li a').hover(function()
{
tmp = $(this).attr('class');
if(tmp != 'collapse_arrow')
{
$('#mustache_on_logo').removeClass().addClass(tmp);
}
});
}
function onlistOut()
{
$('#mustache_picker ul li a').hover(function(){}, function()
{
setMoustacheLogo();
});
}
function setMoustacheLogo()
{
$('#mustache_on_logo').removeClass().addClass($current_class);
}
function onMoustachePicked()
{
$('#mustache_picker li a').click(function()
{
if(tmp != 'collapse_arrow')
{
$('#mustache_picker ul li a').removeClass('selected');
$(this).addClass('selected');
setMoustacheLogo();
collapseMe();
}
return false;
});
}
function onMustachePickExpand()
{
$('#selected_tache').click(function(){});
$('#mustache_picker .expand_arrow').click(function()
{
expandMe();
return false;
});
$('#mustache_picker ul .collapse_arrow').click(function(){});
}
function expandMe()
{
$('#branding .logo_text h1').addClass('expandme');
$('#mustache_picker').addClass('expandme');
}
function collapseMe()
{
$('#branding .logo_text h1').removeClass('expandme');
$('#mustache_picker').removeClass('expandme');
}
function manage_scroller()
{
jQuery('.scroller').click(function(){});
}
</script>
<script>
var $root = $(document.documentElement), $window = $(window);
$(document).ready(function()
{
(windowWidth = $(window).width(), $(window), $('<style/>').appendTo('head'), $('#main_nav ul li a.home').addClass('selected'));
$('.welcome').css({
'width': windowWidth
});
$('.webmadeclean').css({
'width': windowWidth
});
$('.imake').css({
'width': windowWidth
});
$('.menuslide').css({
'width': windowWidth
});
$('.myphotoblog').css({
'width': windowWidth
});
$('#home_loader');
$('.slider_one').click(function(){});
$('.slider_two').click(function(){});
$('.slider_three').click(function(){});
$('.slider_four').click(function(){});
$('.slider_five').click(function(){});
$('.home_nav .right').click(function(){});
$('.home_nav .left').click(function(){});
$(document).keydown(function(e){});
$(window);
});
</script>
</body>
</html> | jomaras/Firecrow | evaluation/fullPages/02-salleedesign/index-sliced1.html | HTML | mit | 59,934 |
<!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="./a403e5220be454de028ff1bff6661d4a11efb0e3059dec68e6ccc8ec22768abb.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/7654c1adcac88c344228e8d9a82f28c941d87a52549a373a8380b284187507aa.html | HTML | mit | 550 |
<!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_35) on Sun Mar 31 19:35:55 BST 2013 -->
<TITLE>
DTDParserTestCompany
</TITLE>
<META NAME="date" CONTENT="2013-03-31">
<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="DTDParserTestCompany";
}
}
</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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DTDParserTestCompany.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-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">
<A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParser.DTDParserException.html" title="class in uk.ac.ed.inf.proj.xmlnormaliser.parser.dtd"><B>PREV CLASS</B></A>
<A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCourses.html" title="class in uk.ac.ed.inf.proj.xmlnormaliser.parser.dtd"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../index.html?uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCompany.html" target="_top"><B>FRAMES</B></A>
<A HREF="DTDParserTestCompany.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>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
uk.ac.ed.inf.proj.xmlnormaliser.parser.dtd</FONT>
<BR>
Class DTDParserTestCompany</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../../../../resources/inherit.gif" ALT="extended by "><B>uk.ac.ed.inf.proj.xmlnormaliser.parser.dtd.DTDParserTestCompany</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>DTDParserTestCompany</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
Unit tests of the basic DTD parser (one more simple DTD)
<P>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>Tomas Tauber</DD>
</DL>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCompany.html#DTDParserTestCompany()">DTDParserTestCompany</A></B>()</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>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCompany.html#setUpBeforeClass()">setUpBeforeClass</A></B>()</CODE>
<BR>
Reads the file and loads it into the parser</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="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCompany.html#testAttributesMatches()">testAttributesMatches</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="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCompany.html#testDisjuctiveType()">testDisjuctiveType</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="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCompany.html#testElementsMatch()">testElementsMatch</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="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCompany.html#testRootElementMatches()">testRootElementMatches</A></B>()</CODE>
<BR>
</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>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</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>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="DTDParserTestCompany()"><!-- --></A><H3>
DTDParserTestCompany</H3>
<PRE>
public <B>DTDParserTestCompany</B>()</PRE>
<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>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="setUpBeforeClass()"><!-- --></A><H3>
setUpBeforeClass</H3>
<PRE>
public static void <B>setUpBeforeClass</B>()
throws java.lang.Exception</PRE>
<DL>
<DD>Reads the file and loads it into the parser
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="testElementsMatch()"><!-- --></A><H3>
testElementsMatch</H3>
<PRE>
public void <B>testElementsMatch</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="testAttributesMatches()"><!-- --></A><H3>
testAttributesMatches</H3>
<PRE>
public void <B>testAttributesMatches</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="testRootElementMatches()"><!-- --></A><H3>
testRootElementMatches</H3>
<PRE>
public void <B>testRootElementMatches</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="testDisjuctiveType()"><!-- --></A><H3>
testDisjuctiveType</H3>
<PRE>
public void <B>testDisjuctiveType</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DTDParserTestCompany.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-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">
<A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParser.DTDParserException.html" title="class in uk.ac.ed.inf.proj.xmlnormaliser.parser.dtd"><B>PREV CLASS</B></A>
<A HREF="../../../../../../../../uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCourses.html" title="class in uk.ac.ed.inf.proj.xmlnormaliser.parser.dtd"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../index.html?uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCompany.html" target="_top"><B>FRAMES</B></A>
<A HREF="DTDParserTestCompany.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>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| tomtau/xml_normaliser | doc/uk/ac/ed/inf/proj/xmlnormaliser/parser/dtd/DTDParserTestCompany.html | HTML | mit | 13,071 |
<!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">
<title>中選會選舉資料庫網站</title>
<link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/votehist.css">
<script type="text/javascript">
function AddToFaves_hp() {
var is_4up = parseInt(navigator.appVersion);
var is_mac = navigator.userAgent.toLowerCase().indexOf("mac")!=-1;
var is_ie = navigator.userAgent.toLowerCase().indexOf("msie")!=-1;
var thePage = location.href;
if (thePage.lastIndexOf('#')!=-1)
thePage = thePage.substring(0,thePage.lastIndexOf('#'));
if (is_ie && is_4up && !is_mac)
window.external.AddFavorite(thePage,document.title);
else if (is_ie || document.images)
booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60');
//booker_hp.focus();
}
</script>
</head>
<body class="frame">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 標題:選舉資料庫網站 -->
<div style="width: 100%; height: 56px; margin: 0px 0px 0px 0px; border-style: solid; border-width: 0px 0px 1px 0px; border-color: black;">
<div style="float: left;">
<img src="http://db.cec.gov.tw/images/main_title.gif" />
</div>
<div style="width: 100%; height: 48px;">
<div style="text-align: center;">
<img src="http://db.cec.gov.tw/images/small_ghost.gif" /> <span
style="height: 30px; font-size: 20px;"> <a href="http://www.cec.gov.tw"
style="text-decoration: none;">回中選會網站</a>
</span>
</div>
</div>
<div style="width: 100%; height: 8px; background-color: #fde501;">
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 頁籤 -->
<div
style="width: 100%; height: 29px; background-image: url('http://db.cec.gov.tw/images/tab_background.gif'); background-repeat: repeat-x;">
<div style="text-align: center;">
<a href="histMain.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_01.gif" /></a>
<a href="histCand.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_02.gif" /></a>
<!-- <a href=""><img border="0" src="images/tab_03.gif" /></a> -->
<!-- <a href=""><img border="0" src="images/tab_04.gif" /></a> -->
<a href="histQuery.jsp?voteCode=20120101T1A2&qryType=ctks&prvCode=06&cityCode=005&areaCode=02&deptCode=007&liCode=0152#"><img border="0" src="http://db.cec.gov.tw/images/tab_05.gif" onClick="AddToFaves_hp()" /></a>
<a href="mailto:[email protected];[email protected]"><img border="0" src="http://db.cec.gov.tw/images/tab_06.gif" /></a>
</div>
</div>
<div
style="width: 100%; height: 22px; background-image: url('http://db.cec.gov.tw/images/tab_separator.gif'); background-repeat: repeat-x;">
</div>
<div class="query">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 子頁面:查詢候選人得票數 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 標題 -->
<div class="titlebox">
<div class="title">
<div class="head">第 08 屆 立法委員選舉(區域) 候選人得票數</div>
<div class="date">投票日期:中華民國101年01月14日</div>
<div class="separator"></div>
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 查詢:候選人得票數,縣市多選區,如區域立委 -->
<link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/qryCtks.css" />
<!-- 投開票所表頭 -->
<table class="ctks" width="950" height="22" border=1 cellpadding="0" cellspacing="0" >
<tr class="title">
<td nowrap align="center">地區</td>
<td nowrap align="center">姓名</td>
<td nowrap align="center">號次</td>
<td nowrap align="center">得票數</td>
<td nowrap align="center">得票率</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap rowspan=2 align=center>彰化縣第02選區彰化市南安里第0255投開票所</td>
<td nowrap align="center">黃秀芳</td>
<td nowrap align="center">1</td>
<td nowrap align="right">383</td>
<td nowrap align="right"> 44.12%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">林滄敏</td>
<td nowrap align="center">2</td>
<td nowrap align="right">485</td>
<td nowrap align="right"> 55.87%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap rowspan=2 align=center>彰化縣第02選區彰化市南安里第0256投開票所</td>
<td nowrap align="center">黃秀芳</td>
<td nowrap align="center">1</td>
<td nowrap align="right">283</td>
<td nowrap align="right"> 45.64%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">林滄敏</td>
<td nowrap align="center">2</td>
<td nowrap align="right">337</td>
<td nowrap align="right"> 54.35%</td>
</tr>
</table>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<div style="width: 100%; height: 20px; margin: 30px 0px 0px 0px; text-align: center; ">
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" />
</span>
<span style="margin: 0px 10px 0px 10px; ">
<a style="text-decoration: none; font-size: 15px; " href="histPrint">下載</a>
</span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" />
</span>
<span style="margin-right: 100px;"> </span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" />
</span>
<span style="margin: 0px 10px 0px 10px; ">
<a style="text-decoration: none; font-size: 15px; " href="histMain.jsp">離開</a>
</span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" />
</span>
</div>
</div>
</body>
</html> | g0v/projectV | mirror/prvCode_07/cityCode_005-areaCode_02-deptCode_007/voteCode_20120101T1A2-qryType_ctks-prvCode_06-cityCode_005-areaCode_02-deptCode_007-liCode_0152.html | HTML | mit | 6,086 |
<!DOCTYPE html>
<!--GuiGhost Games - GuiStack- Tower of Balance-->
<!--GuiGhost Games - GuiStack v1.2 March 2018-->
<html>
<head>
<script src="https://integration.gamepix.com/sdk/v3/gamepix.sdk.js"></script>
<title>Stacker - Boxes of Balance</title>
<meta name="viewport" content="width = device-width, initial-scale = 1.0, maximum-scale = 1.0, minimum-scale = 1.0, user-scalable = no, minimal-ui" />
<meta charset="UTF-8">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta property="og:type" content="game" />
<meta property="og:title" content="Stacker: Boxes of Balance" />
<meta property="og:description" content="Fun Physics games of box dropping to get the high score, but don't let them fall - Family Friendly Free Online Game" />
<link rel="shortcut icon" sizes="256x256" href="assets/sprites/crate16.png" />
<style type="text/css">
* {
padding: 0;
margin: 0;
}
body {
background: #0259a0;
background: url("images/bg.png") center fixed;
background-size: cover;
background-repeat: no-repeat;
background-color: black;
overflow: hidden;
width: 100%;
height: 100%;
margin: 0;
}
canvas {
touch-action: none;
-ms-touch-action: none;
position: absolute;
top: 0;
}
#wrongorientation {
background: url("images/wrongorientation.png") no-repeat center center fixed;
background-size: contain;
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 1000;
display: none;
}
#gameDiv {
width: 100%;
position: absolute;
top: 0;
}
#gameLink {
position: absolute;
left: 50%;
bottom: 15%;
width: 232px;
height: 79px;
transform: translateX(-115px);
z-index: 2000;
}
#gGlogoMenu {
background: url("images/gabbyLogo.png");
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
#loadingGG {
position: absolute;
top: 15%;
left: 50%;
min-width: 200px;
height: 60%;
transform: translateX(-150px);
z-index: 15000;
}
#rateMeBtnWrap {
position: absolute;
bottom: 5px;
width: 100%;
left: 0px;
}
@-webkit-keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.heartBeat {
-webkit-animation-name: heartBeat;
animation-name: heartBeat;
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
#levelComplete {
position: absolute;
width: 100%;
height: 100%;
z-index: 5000;
top: 0px;
background-color: black;
overflow: hidden;
display: none;
}
#levelCompleteInner {
margin: auto;
width: 95%;
height: 95%;
z-index: 5000;
text-align: center;
font-family: 'Comic Sans MS';
color: azure;
}
#bannerImg {
width: 100%;
}
#LevelComleteTextDiv {
margin: auto;
width: 95%;
height: 100%;
font-family: 'Comic Sans MS';
font-size: xx-large;
}
#goalText {
margin-top: 2%;
}
.rowBackFail {
width: 60%;
height: 10%;
margin-left: 20%;
float: left;
margin-top: 5px;
margin-bottom: 25px;
font-size: x-large;
}
h4 {
background-image: radial-gradient( grey, black);
}
#goalHtml {
background-image: radial-gradient( green, black);
}
.rowBackFail2 {
width: 40%;
height: 8%;
margin-left: 30%;
float: left;
margin-top: 1px;
margin-bottom: 12px;
font-size: x-large;
border: 3px grey groove;
background-image: radial-gradient( purple, black);
border-radius: 15px;
text-align: center;
}
.buttonSize {
max-width: 110px;
float: left;
margin: auto;
margin-left: 10px;
}
#lvlStatusTxt {
background-image: url(images/topBanner.png);
background-repeat: no-repeat;
background-position: top;
color: red;
font-size: xx-large;
height: 60px;
padding-top: 5px;
margin-top: 10%;
}
#tryAgainText {
margin-top: 25px;
background-image: radial-gradient( brown, black);
}
#startOver {
background-image: radial-gradient( blue, black);
}
@media screen and (max-height: 600px) {
#levelComplete {
max-height: 100%;
}
#LevelComleteTextDiv {
font-size: large;
}
.rowBackFail2 .rowBackFail {
font-size: medium;
height: 5%;
width: 70%;
margin-left: 15%;
}
#lvlStatusTxt {
margin-top: 1%;
}
}
</style>
<link rel="stylesheet" type="text/css" href="animate.min.css">
<script src="phaser.min.js"></script>
<script src="box2d-plugin-full.js"></script>
<script src="guiStack_New.js"></script>
</head>
<body>
<div id="gameDiv"></div>
<div id="loadingGG"><IMG SRC="images/loading4.gif"></div>
<div id="wrongorientation"></div>
<audio id="NiceSound" class="gameSounds">
<source src="assets\sounds\\loops/OveMelaa-ItaloUnlimited.mp3" type="audio/mp3">
</audio>
<!--SELF Advertising-->`
<!--<div id="selfInterstatial">-->
<!--<div id="closeSelfAd">X</div>-->
<!--<div id="adTimerX"> 30 </div>
<div id="selfAdMain">
<video id="promoVid1" width="265" height="470" >
<source src="assets/starMatchPromo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>-->
<!--<div id="labelSelfInter"> Star Match 2048 </div>-->
<!--<div id="selfAdInner">
<img id="selfAdGraphic" src="images/starMatchPromo1.png" />
</div>
<a id="gameLink" class="external-link" href='https://play.google.com/store/apps/details?id=com.GuiGhostGames.StarMatch2048' target='_blank'><img id="gPlayImg" alt='Get it on Google Play' src='images/google-play-badge_altered.png' /></a>
</div>
</div>-->
<!--<div id="rateMe" >
<div id="rateMeInner" class="fadeIn " >
<div id="rateMeTopWrap">
<div id="rateMeText">
<h2>Please Rate Our App</h2>
<p> It takes only a moment and helps alot</p>
</div>
</div>
<div id="rateMeImage" class="heartBeat"> <img id="rateImage" alt='Rate on Google Play' src='images/ratingstars.png' /> </div>
<div id="rateMeBtnWrap" >
<div id="rateMeBtnNo" class="rateBtn">No Thanks</div>
<div id="rateMeBtnYes" class="rateBtn"> <b>Rate Now</b> </div>
<div id="rateMeBtnLater" class="rateBtn">Later</div>
</div>
</div>
</div>-->
<div id="levelComplete" class="zoomInDown">
<div id="levelCompleteInner">
<div id="headFailed">
<!--<img id="bannerImg" src="images/topBanner.png"/>-->
<div id="lvlStatusTxt"><p>FAILED</p> </div>
</div>
<div id="LevelComleteTextDiv">
<div id="goalText" class="rowBackFail">Level Goal <h4 id="goalHtml" >25</h4> </div>
<div id="yourScoreText" class="rowBackFail">Your Score <h4 id="scoreHtml">0</h4> </div>
<!--<div id="tryAgainText" class="rowBackFail2"><img class="buttonSize" id="continueBtnHtml" src="images/continueButton.png" />Try Again </div>
<div id="SkipLevelText" class="rowBackFail2" ><img class="buttonSize heartBeat" id="viewAdBtnHtml" src="images/viewAd.png" />Skip Level </div>
<div id="startOver" class="rowBackFail2"><img class="buttonSize" id="startoverBtnHtml" src="images/playButtonNew.png" /> Start Over </div>-->
<br/>
<div id="tryAgainText" class="rowBackFail2">Try Again </div>
<div id="SkipLevelText" class="rowBackFail2">Skip Level </div>
<div id="startOver" class="rowBackFail2">Start Over </div>
</div>
<div id="LevelComleteSkipBtn"></div>
<div id="LevelComleteQuitBtn"></div>
</div>
</div>
<!--<div id="leftAdBar">
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ac&ref=tf_til&ad_type=product_link&tracking_id=guighost-20&marketplace=amazon®ion=US&placement=B07SR1BRN5&asins=B07SR1BRN5&linkId=a12838dc2659e081dd5bd9f1c1ac3cd5&show_border=false&link_opens_in_new_window=false&price_color=333333&title_color=0066C0&bg_color=FFFFFF"></iframe>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ac&ref=tf_til&ad_type=product_link&tracking_id=guighost-20&marketplace=amazon®ion=US&placement=B07RX6FBFR&asins=B07RX6FBFR&linkId=97ed958c2c381f17391a99c71a600952&show_border=false&link_opens_in_new_window=false&price_color=333333&title_color=0066c0&bg_color=ffffff"></iframe>
</div>
<div id="rightAdBar">
<iframe src="//rcm-na.amazon-adsystem.com/e/cm?o=1&p=11&l=ez&f=ifr&linkID=692ac2ae1b87ac1549a2749e07927cf6&t=guighost-20&tracking_id=guighost-20" width="120" height="600" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>
</div>-->
<script type=text/javascript>
window.addEventListener('load', (event) => {
//console.log('page is fully loaded');
///start level end loss modal
document.getElementById("tryAgainText").addEventListener("click", handleLevelPopup);
document.getElementById("tryAgainText").addEventListener("touchstart", handleLevelPopup);
document.getElementById("SkipLevelText").addEventListener("click", handleLevelPopup2);
document.getElementById("SkipLevelText").addEventListener("touchstart", handleLevelPopup2);
document.getElementById("startOver").addEventListener("click", handleLevelPopup3);
document.getElementById("startOver").addEventListener("touchstart", handleLevelPopup3);
});
if (GamePix.localStorage.getItem("timesPlayed") == null) {
GamePix.localStorage.setItem("timesPlayed", 0);
}
var timesPlayed = GamePix.localStorage.getItem("timesPlayed")
timesPlayed++
GamePix.localStorage.setItem("timesPlayed", timesPlayed);
var showItOrNo = GamePix.localStorage.getItem("showInterstatial");
var onceOnlyAd = 0;
var levelEndModal = document.getElementById("levelComplete");
//try again
function handleLevelPopup(evt) {
// console.log("still here")
evt.preventDefault()
showItOrNo = GamePix.localStorage.getItem("showInterstatial");
if (showItOrNo == 1) {
levelEndModal.style.display = 'none';
GamePix.localStorage.setItem("showInterstatial", 0);
//ad call
showAd(1);
}
else {
levelEndModal.style.display = 'none'
game.state.start("PlayGame");
}
}
//view rewarded ad and skip level
var firstClick2 = 0;
function handleLevelPopup2(evt) {
if (firstClick2 == 0 ) {
firstClick2 = 1;
evt.preventDefault()
// console.log("showAd")
/*fireEnhance2()*/
//if (gdsdk !== 'undefined' && gdsdk.showAd !== 'undefined') {
// gdsdk.showAd('rewarded');
//}
levelEndModal.style.display = 'none';
LEVEL = GamePix.localStorage.getItem("stackerLevel");
LEVEL = parseInt(LEVEL) + 1;
GamePix.localStorage.setItem("stackerLevel", LEVEL);
firstClick2 = 0;
//ad call
showAd(2);
//setTimeout(function(){
// levelEndModal.style.display = 'none';
// LEVEL = GamePix.localStorage.getItem("stackerLevel");
// LEVEL = parseInt(LEVEL) + 1;
// GamePix.localStorage.setItem("stackerLevel", LEVEL);
// game.state.start("PlayGame");
// firstClick2 = 0;
// }, 4000);
}
}
//start over
function handleLevelPopup3(evt) {
evt.preventDefault()
// console.log("still here3")
levelEndModal.style.display = 'none'
LEVEL = 1;
//ad call
showAd(1);
}
</script>
<script src="loader.js"></script>
</body>
</html>
<!--//Credits to http://www.emanueleferonato.com/ for the tuturial on the javascript that started this project--> | Guighost/Guighost.github.io | Partners/GamePix/Stacker_GamePix2/index.html | HTML | mit | 17,182 |
{%extends 'wiki/_base.html' %}
{% load staticfiles %}
{% block content %}
{{ block.super }}
{# ## Insert HTML Fragment Starting Here###}
<div class="span2 well">
<h1>Admin Panel</h1>
<p> </p>
<p>Admin panel provides additional functionalities and advanced features that are not available in the main interface. Some of these functions include the ability to delete contacts, events, hardware assignments, configurations, and pools. Additionally, the Admin Panel allows the user to create or delete groups and users that access the system. These functions are not available in the main interface for security reasons.</p>
<p><br />
The Admin Panel can be accessed quickly from main interface by clicking on <strong>Extras </strong>and then <strong>Admin Panel.</strong></p>
<p><br />
It can also be accessed directly via following link: http://onsen.tech-res.net/admin.<br />
To log in for the first time, you can use user <strong>admin</strong> and password <strong>system32</strong><br />
</p>
<p><img src="http://onsen.tech-res.net/static/img/wiki/admin_panel.PNG" width="1147" height="853" /></p>
<p> </p>
<h2><strong>Users and Groups</strong></h2>
<p>The Admin Panel allows you to create additional users and user groups which will have access to the system. Groups make it easier to manage user permissions for multiple users so they do not have to be specified individually.</p>
<p> </p>
<h2><strong>Creating Groups</strong></h2>
<p>To create a new group in Admin Panel: </p>
<ul>
<li>
<p>Click on <strong>Groups</strong> link located under "Authentication and Authorization" section.</p>
</li>
<li>
<p> This will open up a new page and display a list of groups currently in the system
</p>
</li>
</ul>
<p> </p>
<p><img src="http://onsen.tech-res.net/static/img/wiki/groups.PNG" width="1166" height="324" /></p>
<ul>
<li>
<p>Click on <strong>Add Group</strong></p>
</li>
<li>
<p> New page opens where you can enter the name for new group and select permissions which will be applied to users belonging to this group
</p>
</li>
</ul>
<p> </p>
<p> </p>
<h2><strong>Creating a new user</strong></h2>
<p><br />
To create a new users that will have access to the system:</p>
<ul>
<li>
<p>Click on <strong>Users</strong> link under "Authorization and Authentication" section.</p>
</li>
<li>
<p> New page will open and display a list of all the users currently in the system.</p>
</li>
</ul>
<p><img src="http://onsen.tech-res.net/static/img/wiki/usrs.PNG" width="1147" height="417" /></p>
<ul>
<li>
<p>Click <strong>Create User</strong> button.</p>
</li>
<li>
<p> On the next page, enter username for the new user as well as password.</p>
</li>
</ul>
<p><img src="http://onsen.tech-res.net/static/img/wiki/user_add.PNG" width="1147" height="417" /></p>
<ul>
<li>
<p>Click <strong>Save</strong> to save the information and continue.</p>
</li>
<li>
<p> New page will open which allows you to add the user to a group or assign special </p>
</li>
<li>
<p>On this page you can enter the user's first and last name as well as email address. When creating a new user it is important to make sure the option under <strong>Permissions</strong> section "Active" is selected, otherwise the user will be created as inactive user.</p>
</li>
<li>
<p>If you would like this user to be able to log in to the Admin Panel, you can select <strong>Staff Status</strong> option. If you would like to set this user up with all the permissions, check the <strong>Superuser Status</strong> option. NOTE: Giving a user Superuser permissions will allow them unlimited access to the system. </p>
</li>
<li>
<p>From the Available Groups you can select the group(s) you wish to add this user to. This will automatically give the user same permissions that are assigned to that group.</p>
</li>
<li>
<p>Additional or individual permissions can also be added under User Permissions.</p>
</li>
<li>
<p>Click <strong>Save</strong> button to save all the information and create the new user.</p>
</li>
</ul>
<p> </p>
</div>
{# ## Insert HTML Fragment ending Here###}
{% endblock %} | TylerRudie/Onsen | templates/wiki/admin.html | HTML | mit | 4,506 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AdminLTE 2 | Fixed Layout</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Bootstrap 3.3.6 -->
<link rel="stylesheet" href="../../bootstrap/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Ionicons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="../../dist/css/AdminLTE.min.css">
<!-- AdminLTE Skins. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="../../dist/css/skins/_all-skins.min.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<!-- ADD THE CLASS fixed TO GET A FIXED HEADER AND SIDEBAR LAYOUT -->
<!-- the fixed layout is not compatible with sidebar-mini -->
<body class="hold-transition skin-blue fixed sidebar-mini">
<!-- Site wrapper -->
<div class="wrapper">
<header class="main-header">
<!-- Logo -->
<a href="../../index2.html" class="logo">
<!-- mini logo for sidebar mini 50x50 pixels -->
<span class="logo-mini"><b>A</b>LT</span>
<!-- logo for regular state and mobile devices -->
<span class="logo-lg"><b>Admin</b>LTE</span>
</a>
<!-- Header Navbar: style can be found in header.less -->
<nav class="navbar navbar-static-top">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="navbar-custom-menu">
<ul class="nav navbar-nav">
<!-- Messages: style can be found in dropdown.less-->
<li class="dropdown messages-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-envelope-o"></i>
<span class="label label-success">4</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 4 messages</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li><!-- start message -->
<a href="#">
<div class="pull-left">
<img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Support Team
<small><i class="fa fa-clock-o"></i> 5 mins</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<!-- end message -->
</ul>
</li>
<li class="footer"><a href="#">See All Messages</a></li>
</ul>
</li>
<!-- Notifications: style can be found in dropdown.less -->
<li class="dropdown notifications-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-bell-o"></i>
<span class="label label-warning">10</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 10 notifications</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li>
<a href="#">
<i class="fa fa-users text-aqua"></i> 5 new members joined today
</a>
</li>
</ul>
</li>
<li class="footer"><a href="#">View all</a></li>
</ul>
</li>
<!-- Tasks: style can be found in dropdown.less -->
<li class="dropdown tasks-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-flag-o"></i>
<span class="label label-danger">9</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 9 tasks</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li><!-- Task item -->
<a href="#">
<h3>
Design some buttons
<small class="pull-right">20%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">20% Complete</span>
</div>
</div>
</a>
</li>
<!-- end task item -->
</ul>
</li>
<li class="footer">
<a href="#">View all tasks</a>
</li>
</ul>
</li>
<!-- User Account: style can be found in dropdown.less -->
<li class="dropdown user user-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<img src="../../dist/img/user2-160x160.jpg" class="user-image" alt="User Image">
<span class="hidden-xs">Alexander Pierce</span>
</a>
<ul class="dropdown-menu">
<!-- User image -->
<li class="user-header">
<img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
<p>
Alexander Pierce - Web Developer
<small>Member since Nov. 2012</small>
</p>
</li>
<!-- Menu Body -->
<li class="user-body">
<div class="row">
<div class="col-xs-4 text-center">
<a href="#">Followers</a>
</div>
<div class="col-xs-4 text-center">
<a href="#">Sales</a>
</div>
<div class="col-xs-4 text-center">
<a href="#">Friends</a>
</div>
</div>
<!-- /.row -->
</li>
<!-- Menu Footer-->
<li class="user-footer">
<div class="pull-left">
<a href="#" class="btn btn-default btn-flat">Profile</a>
</div>
<div class="pull-right">
<a href="#" class="btn btn-default btn-flat">Sign out</a>
</div>
</li>
</ul>
</li>
<!-- Control Sidebar Toggle Button -->
<li>
<a href="#" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a>
</li>
</ul>
</div>
</nav>
</header>
<!-- =============================================== -->
<!-- Left side column. contains the sidebar -->
<aside class="main-sidebar">
<!-- sidebar: style can be found in sidebar.less -->
<section class="sidebar">
<!-- Sidebar user panel -->
<div class="user-panel">
<div class="pull-left image">
<img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
</div>
<div class="pull-left info">
<p>Alexander Pierce</p>
<a href="#"><i class="fa fa-circle text-success"></i> Online</a>
</div>
</div>
<!-- search form -->
<form action="#" method="get" class="sidebar-form">
<div class="input-group">
<input type="text" name="q" class="form-control" placeholder="Search...">
<span class="input-group-btn">
<button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i>
</button>
</span>
</div>
</form>
<!-- /.search form -->
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul class="sidebar-menu">
<li class="header">MAIN NAVIGATION</li>
<li class="treeview">
<a href="#">
<i class="fa fa-dashboard"></i> <span>Dashboard</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="../../index1.html"><i class="fa fa-circle-o"></i> Dashboard v1</a></li>
<li><a href="../../index2.html"><i class="fa fa-circle-o"></i> Dashboard v2</a></li>
</ul>
</li>
<li class="treeview active">
<a href="#">
<i class="fa fa-files-o"></i>
<span>Layout Options</span>
<span class="pull-right-container">
<span class="label label-primary pull-right">4</span>
</span>
</a>
<ul class="treeview-menu">
<li><a href="../layout/top-nav.html"><i class="fa fa-circle-o"></i> Top Navigation</a></li>
<li><a href="../layout/boxed.html"><i class="fa fa-circle-o"></i> Boxed</a></li>
<li class="active"><a href="../layout/fixed.html"><i class="fa fa-circle-o"></i> Fixed</a></li>
<li><a href="collapsed-sidebar.html"><i class="fa fa-circle-o"></i> Collapsed Sidebar</a></li>
</ul>
</li>
<li>
<a href="../widgets.html">
<i class="fa fa-th"></i> <span>Widgets</span>
<span class="pull-right-container">
<small class="label pull-right bg-green">new</small>
</span>
</a>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-pie-chart"></i>
<span>Charts</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="../charts/chartjs.html"><i class="fa fa-circle-o"></i> ChartJS</a></li>
<li><a href="../charts/morris.html"><i class="fa fa-circle-o"></i> Morris</a></li>
<li><a href="../charts/flot.html"><i class="fa fa-circle-o"></i> Flot</a></li>
<li><a href="../charts/inline.html"><i class="fa fa-circle-o"></i> Inline charts</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-laptop"></i>
<span>UI Elements</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="../UI/general.html"><i class="fa fa-circle-o"></i> General</a></li>
<li><a href="../UI/icons.html"><i class="fa fa-circle-o"></i> Icons</a></li>
<li><a href="../UI/buttons.html"><i class="fa fa-circle-o"></i> Buttons</a></li>
<li><a href="../UI/sliders.html"><i class="fa fa-circle-o"></i> Sliders</a></li>
<li><a href="../UI/timeline.html"><i class="fa fa-circle-o"></i> Timeline</a></li>
<li><a href="../UI/modals.html"><i class="fa fa-circle-o"></i> Modals</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-edit"></i> <span>Forms</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="../forms/general.html"><i class="fa fa-circle-o"></i> General Elements</a></li>
<li><a href="../forms/advanced.html"><i class="fa fa-circle-o"></i> Advanced Elements</a></li>
<li><a href="../forms/editors.html"><i class="fa fa-circle-o"></i> Editors</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-table"></i> <span>Tables</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="../tables/simple.html"><i class="fa fa-circle-o"></i> Simple tables</a></li>
<li><a href="../tables/data.html"><i class="fa fa-circle-o"></i> Data tables</a></li>
</ul>
</li>
<li>
<a href="../calendar.html">
<i class="fa fa-calendar"></i> <span>Calendar</span>
<span class="pull-right-container">
<small class="label pull-right bg-red">3</small>
<small class="label pull-right bg-blue">17</small>
</span>
</a>
</li>
<li>
<a href="../mailbox/mailbox.html">
<i class="fa fa-envelope"></i> <span>Mailbox</span>
<span class="pull-right-container">
<small class="label pull-right bg-yellow">12</small>
<small class="label pull-right bg-green">16</small>
<small class="label pull-right bg-red">5</small>
</span>
</a>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-folder"></i> <span>Examples</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="../examples/invoice.html"><i class="fa fa-circle-o"></i> Invoice</a></li>
<li><a href="../examples/profile.html"><i class="fa fa-circle-o"></i> Profile</a></li>
<li><a href="../examples/login.html"><i class="fa fa-circle-o"></i> Login</a></li>
<li><a href="../examples/register.html"><i class="fa fa-circle-o"></i> Register</a></li>
<li><a href="../examples/lockscreen.html"><i class="fa fa-circle-o"></i> Lockscreen</a></li>
<li><a href="../examples/404.html"><i class="fa fa-circle-o"></i> 404 Error</a></li>
<li><a href="../examples/500.html"><i class="fa fa-circle-o"></i> 500 Error</a></li>
<li><a href="../examples/blank.html"><i class="fa fa-circle-o"></i> Blank Page</a></li>
<li><a href="../examples/pace.html"><i class="fa fa-circle-o"></i> Pace Page</a></li>
</ul>
</li>
<li class="treeview">
<a href="#">
<i class="fa fa-share"></i> <span>Multilevel</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li>
<li>
<a href="#"><i class="fa fa-circle-o"></i> Level One
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="#"><i class="fa fa-circle-o"></i> Level Two</a></li>
<li>
<a href="#"><i class="fa fa-circle-o"></i> Level Two
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li>
<li><a href="#"><i class="fa fa-circle-o"></i> Level Three</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#"><i class="fa fa-circle-o"></i> Level One</a></li>
</ul>
</li>
<li><a href="../../documentation/index.html"><i class="fa fa-book"></i> <span>Documentation</span></a></li>
<li class="header">LABELS</li>
<li><a href="#"><i class="fa fa-circle-o text-red"></i> <span>Important</span></a></li>
<li><a href="#"><i class="fa fa-circle-o text-yellow"></i> <span>Warning</span></a></li>
<li><a href="#"><i class="fa fa-circle-o text-aqua"></i> <span>Information</span></a></li>
</ul>
</section>
<!-- /.sidebar -->
</aside>
<!-- =============================================== -->
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
Fixed Layout
<small>Blank example to the fixed layout</small>
</h1>
<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
<li><a href="#">Layout</a></li>
<li class="active">Fixed</li>
</ol>
</section>
<!-- Main content -->
<section class="content">
<div class="callout callout-info">
<h4>Tip!</h4>
<p>Add the fixed class to the body tag to get this layout. The fixed layout is your best option if your sidebar
is bigger than your content because it prevents extra unwanted scrolling.</p>
</div>
<!-- Default box -->
<div class="box">
<div class="box-header with-border">
<h3 class="box-title">Title</h3>
<div class="box-tools pull-right">
<button type="button" class="btn btn-box-tool" data-widget="collapse" data-toggle="tooltip" title="Collapse">
<i class="fa fa-minus"></i></button>
<button type="button" class="btn btn-box-tool" data-widget="remove" data-toggle="tooltip" title="Remove">
<i class="fa fa-times"></i></button>
</div>
</div>
<div class="box-body">
Start creating your amazing application!
</div>
<!-- /.box-body -->
<div class="box-footer">
Footer
</div>
<!-- /.box-footer-->
</div>
<!-- /.box -->
</section>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 2.3.8
</div>
<strong>Copyright © 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights
reserved.
</footer>
<!-- Control Sidebar -->
<aside class="control-sidebar control-sidebar-dark">
<!-- Create the tabs -->
<ul class="nav nav-tabs nav-justified control-sidebar-tabs">
<li><a href="#control-sidebar-home-tab" data-toggle="tab"><i class="fa fa-home"></i></a></li>
<li><a href="#control-sidebar-settings-tab" data-toggle="tab"><i class="fa fa-gears"></i></a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<!-- Home tab content -->
<div class="tab-pane" id="control-sidebar-home-tab">
<h3 class="control-sidebar-heading">Recent Activity</h3>
<ul class="control-sidebar-menu">
<li>
<a href="javascript:void(0)">
<i class="menu-icon fa fa-birthday-cake bg-red"></i>
<div class="menu-info">
<h4 class="control-sidebar-subheading">Langdon's Birthday</h4>
<p>Will be 23 on April 24th</p>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)">
<i class="menu-icon fa fa-user bg-yellow"></i>
<div class="menu-info">
<h4 class="control-sidebar-subheading">Frodo Updated His Profile</h4>
<p>New phone +1(800)555-1234</p>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)">
<i class="menu-icon fa fa-envelope-o bg-light-blue"></i>
<div class="menu-info">
<h4 class="control-sidebar-subheading">Nora Joined Mailing List</h4>
<p>[email protected]</p>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)">
<i class="menu-icon fa fa-file-code-o bg-green"></i>
<div class="menu-info">
<h4 class="control-sidebar-subheading">Cron Job 254 Executed</h4>
<p>Execution time 5 seconds</p>
</div>
</a>
</li>
</ul>
<!-- /.control-sidebar-menu -->
<h3 class="control-sidebar-heading">Tasks Progress</h3>
<ul class="control-sidebar-menu">
<li>
<a href="javascript:void(0)">
<h4 class="control-sidebar-subheading">
Custom Template Design
<span class="label label-danger pull-right">70%</span>
</h4>
<div class="progress progress-xxs">
<div class="progress-bar progress-bar-danger" style="width: 70%"></div>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)">
<h4 class="control-sidebar-subheading">
Update Resume
<span class="label label-success pull-right">95%</span>
</h4>
<div class="progress progress-xxs">
<div class="progress-bar progress-bar-success" style="width: 95%"></div>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)">
<h4 class="control-sidebar-subheading">
Laravel Integration
<span class="label label-warning pull-right">50%</span>
</h4>
<div class="progress progress-xxs">
<div class="progress-bar progress-bar-warning" style="width: 50%"></div>
</div>
</a>
</li>
<li>
<a href="javascript:void(0)">
<h4 class="control-sidebar-subheading">
Back End Framework
<span class="label label-primary pull-right">68%</span>
</h4>
<div class="progress progress-xxs">
<div class="progress-bar progress-bar-primary" style="width: 68%"></div>
</div>
</a>
</li>
</ul>
<!-- /.control-sidebar-menu -->
</div>
<!-- /.tab-pane -->
<!-- Stats tab content -->
<div class="tab-pane" id="control-sidebar-stats-tab">Stats Tab Content</div>
<!-- /.tab-pane -->
<!-- Settings tab content -->
<div class="tab-pane" id="control-sidebar-settings-tab">
<form method="post">
<h3 class="control-sidebar-heading">General Settings</h3>
<div class="form-group">
<label class="control-sidebar-subheading">
Report panel usage
<input type="checkbox" class="pull-right" checked>
</label>
<p>
Some information about this general settings option
</p>
</div>
<!-- /.form-group -->
<div class="form-group">
<label class="control-sidebar-subheading">
Allow mail redirect
<input type="checkbox" class="pull-right" checked>
</label>
<p>
Other sets of options are available
</p>
</div>
<!-- /.form-group -->
<div class="form-group">
<label class="control-sidebar-subheading">
Expose author name in posts
<input type="checkbox" class="pull-right" checked>
</label>
<p>
Allow the user to show his name in blog posts
</p>
</div>
<!-- /.form-group -->
<h3 class="control-sidebar-heading">Chat Settings</h3>
<div class="form-group">
<label class="control-sidebar-subheading">
Show me as online
<input type="checkbox" class="pull-right" checked>
</label>
</div>
<!-- /.form-group -->
<div class="form-group">
<label class="control-sidebar-subheading">
Turn off notifications
<input type="checkbox" class="pull-right">
</label>
</div>
<!-- /.form-group -->
<div class="form-group">
<label class="control-sidebar-subheading">
Delete chat history
<a href="javascript:void(0)" class="text-red pull-right"><i class="fa fa-trash-o"></i></a>
</label>
</div>
<!-- /.form-group -->
</form>
</div>
<!-- /.tab-pane -->
</div>
</aside>
<!-- /.control-sidebar -->
<!-- Add the sidebar's background. This div must be placed
immediately after the control sidebar -->
<div class="control-sidebar-bg"></div>
</div>
<!-- ./wrapper -->
<!-- jQuery 2.2.3 -->
<script src="../../plugins/jQuery/jquery-2.2.3.min.js"></script>
<!-- Bootstrap 3.3.6 -->
<script src="../../bootstrap/js/bootstrap.min.js"></script>
<!-- SlimScroll -->
<script src="../../plugins/slimScroll/jquery.slimscroll.min.js"></script>
<!-- FastClick -->
<script src="../../plugins/fastclick/fastclick.js"></script>
<!-- AdminLTE App -->
<script src="../../dist/js/app.min.js"></script>
<!-- AdminLTE for demo purposes -->
<script src="../../dist/js/demo.js"></script>
</body>
</html>
| weikangchia/jaga-me-coding-test | pages/layout/fixed.html | HTML | mit | 26,277 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='content-type' value='text/html;charset=utf8'>
<meta name='generator' value='Ronn/v0.7.3 (http://github.com/rtomayko/ronn/tree/0.7.3)'>
<title>git-magic(1) - Automate add/commit/push routines</title>
<style type='text/css' media='all'>
/* style: man */
body#manpage {margin:0}
.mp {max-width:100ex;padding:0 9ex 1ex 4ex}
.mp p,.mp pre,.mp ul,.mp ol,.mp dl {margin:0 0 20px 0}
.mp h2 {margin:10px 0 0 0}
.mp > p,.mp > pre,.mp > ul,.mp > ol,.mp > dl {margin-left:8ex}
.mp h3 {margin:0 0 0 4ex}
.mp dt {margin:0;clear:left}
.mp dt.flush {float:left;width:8ex}
.mp dd {margin:0 0 0 9ex}
.mp h1,.mp h2,.mp h3,.mp h4 {clear:left}
.mp pre {margin-bottom:20px}
.mp pre+h2,.mp pre+h3 {margin-top:22px}
.mp h2+pre,.mp h3+pre {margin-top:5px}
.mp img {display:block;margin:auto}
.mp h1.man-title {display:none}
.mp,.mp code,.mp pre,.mp tt,.mp kbd,.mp samp,.mp h3,.mp h4 {font-family:monospace;font-size:14px;line-height:1.42857142857143}
.mp h2 {font-size:16px;line-height:1.25}
.mp h1 {font-size:20px;line-height:2}
.mp {text-align:justify;background:#fff}
.mp,.mp code,.mp pre,.mp pre code,.mp tt,.mp kbd,.mp samp {color:#131211}
.mp h1,.mp h2,.mp h3,.mp h4 {color:#030201}
.mp u {text-decoration:underline}
.mp code,.mp strong,.mp b {font-weight:bold;color:#131211}
.mp em,.mp var {font-style:italic;color:#232221;text-decoration:none}
.mp a,.mp a:link,.mp a:hover,.mp a code,.mp a pre,.mp a tt,.mp a kbd,.mp a samp {color:#0000ff}
.mp b.man-ref {font-weight:normal;color:#434241}
.mp pre {padding:0 4ex}
.mp pre code {font-weight:normal;color:#434241}
.mp h2+pre,h3+pre {padding-left:0}
ol.man-decor,ol.man-decor li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px}
ol.man-decor {width:100%}
ol.man-decor li.tl {text-align:left}
ol.man-decor li.tc {text-align:center;letter-spacing:4px}
ol.man-decor li.tr {text-align:right;float:right}
</style>
</head>
<!--
The following styles are deprecated and will be removed at some point:
div#man, div#man ol.man, div#man ol.head, div#man ol.man.
The .man-page, .man-decor, .man-head, .man-foot, .man-title, and
.man-navigation should be used instead.
-->
<body id='manpage'>
<div class='mp' id='man'>
<div class='man-navigation' style='display:none'>
<a href="#NAME">NAME</a>
<a href="#SYNOPSIS">SYNOPSIS</a>
<a href="#DESCRIPTION">DESCRIPTION</a>
<a href="#OPTIONS">OPTIONS</a>
<a href="#EXAMPLES">EXAMPLES</a>
<a href="#AUTHOR">AUTHOR</a>
<a href="#REPORTING-BUGS">REPORTING BUGS</a>
<a href="#SEE-ALSO">SEE ALSO</a>
</div>
<ol class='man-decor man-head man head'>
<li class='tl'>git-magic(1)</li>
<li class='tc'>Git Extras</li>
<li class='tr'>git-magic(1)</li>
</ol>
<h2 id="NAME">NAME</h2>
<p class="man-name">
<code>git-magic</code> - <span class="man-whatis">Automate add/commit/push routines</span>
</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
<p><code>git-magic</code> [-a] [-m <var>msg</var>] [-e] [-p] [-f]</p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
<p>Produces summary of changes for commit message from <code>git status --porcelain</code> output.
Commits staged changes with the generated commit message and
opens editor to modify generated commit message optionally.
Also staging and pushing can be automated optinally.</p>
<h2 id="OPTIONS">OPTIONS</h2>
<p>-a</p>
<p>Adds everything including untracked files.</p>
<p>-m <var>msg</var></p>
<p>Use the given <var>msg</var> as the commit message. If multiple -m options are given, their values are concatenated as separate paragraphs.
Passed to git commit command. The generated is appended to user-given messages.</p>
<p>-e</p>
<p>This option lets you further edit the generated message.
Passed to git commit command.</p>
<p>-p</p>
<p>Runs <code>git push</code> after commit.</p>
<p>-f</p>
<p>Adds <code>-f</code> option to <code>git push</code> command.</p>
<p>-h</p>
<p>Prints synopsis.</p>
<h2 id="EXAMPLES">EXAMPLES</h2>
<p>This example stages all changes then commits with automatic commit message.</p>
<pre><code>$ git magic -a
[feature/magic dc2a11e] A man/git-magic.md
1 file changed, 37 insertions(+)
create mode 100644 man/git-auto.md
# git log
Author: overengineer <[email protected]>
Date: Thu Sep 30 20:14:22 2021 +0300
M man/git-magic.md
</code></pre>
<p><code>-m</code> option PREPENDS generated message.</p>
<pre><code>$ git magic -am "Added documentation for git magic"
[feature/magic dc2a11e] Added documentation for git magic
1 file changed, 42 insertions(+), 0 deletions(-)
create mode 100644 A man/git-auto.md
$ git log
Author: overengineer <[email protected]>
Date: Thu Sep 30 20:14:22 2021 +0300
Added documentation for git magic
M man/git-magic.md
</code></pre>
<h2 id="AUTHOR">AUTHOR</h2>
<p>Written by Alper S. Soylu <a href="mailto:54alpersaid@gmail.com" data-bare-link="true">54alpersaid@gmail.com</a></p>
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
<p><<a href="https://github.com/tj/git-extras/issues" data-bare-link="true">https://github.com/tj/git-extras/issues</a>></p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
<p><<a href="https://github.com/tj/git-extras" data-bare-link="true">https://github.com/tj/git-extras</a>></p>
<ol class='man-decor man-foot man foot'>
<li class='tl'></li>
<li class='tc'>October 2021</li>
<li class='tr'>git-magic(1)</li>
</ol>
</div>
</body>
</html>
| tj/git-extras | man/git-magic.html | HTML | mit | 5,810 |
<ng-template key="body-cell-url.tpl.html"
let-$cell
let-$view="$view">
<a [attr.href]="$cell.value"
tabindex="-1"
target="_blank">
{{$cell.label || $cell.value}}
</a>
<button *ngIf="$view.edit.cell.canEdit($cell)"
class="q-grid-url-edit q-grid-edit-trigger"
mat-icon-button
aria-label="url"
tabindex="-1"
matTooltip="Edit Url"
matTooltipPosition="below"
[matTooltipShowDelay]="800"
[q-grid-command]="$view.edit.cell.enter"
[q-grid-command-arg]="$cell">
<mat-icon class="q-grid-icon">edit</mat-icon>
</button>
</ng-template> | qgrid/ng2 | packages/qgrid-ngx-theme-material/src/lib/templates/body-cell-url.tpl.html | HTML | mit | 703 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="description" content="admin-themes-lab">
<meta name="author" content="themes-lab">
<link rel="shortcut icon" href="../assets/global/images/favicon.png" type="image/png">
<title>Make Admin Template & Builder</title>
<link href="../assets/global/css/style.css" rel="stylesheet">
<link href="../assets/global/css/theme.css" rel="stylesheet">
<link href="../assets/global/css/ui.css" rel="stylesheet">
<link href="../assets/admin/layout1/css/layout.css" rel="stylesheet">
<script src="../assets/global/plugins/modernizr/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<!-- LAYOUT: Apply "submenu-hover" class to body element to have sidebar submenu show on mouse hover -->
<!-- LAYOUT: Apply "sidebar-collapsed" class to body element to have collapsed sidebar -->
<!-- LAYOUT: Apply "sidebar-top" class to body element to have sidebar on top of the page -->
<!-- LAYOUT: Apply "sidebar-hover" class to body element to show sidebar only when your mouse is on left / right corner -->
<!-- LAYOUT: Apply "submenu-hover" class to body element to show sidebar submenu on mouse hover -->
<!-- LAYOUT: Apply "fixed-sidebar" class to body to have fixed sidebar -->
<!-- LAYOUT: Apply "fixed-topbar" class to body to have fixed topbar -->
<!-- LAYOUT: Apply "rtl" class to body to put the sidebar on the right side -->
<!-- LAYOUT: Apply "boxed" class to body to have your page with 1200px max width -->
<!-- THEME STYLE: Apply "theme-sdtl" for Sidebar Dark / Topbar Light -->
<!-- THEME STYLE: Apply "theme sdtd" for Sidebar Dark / Topbar Dark -->
<!-- THEME STYLE: Apply "theme sltd" for Sidebar Light / Topbar Dark -->
<!-- THEME STYLE: Apply "theme sltl" for Sidebar Light / Topbar Light -->
<!-- THEME COLOR: Apply "color-default" for dark color: #2B2E33 -->
<!-- THEME COLOR: Apply "color-primary" for primary color: #319DB5 -->
<!-- THEME COLOR: Apply "color-red" for red color: #C9625F -->
<!-- THEME COLOR: Apply "color-green" for green color: #18A689 -->
<!-- THEME COLOR: Apply "color-orange" for orange color: #B66D39 -->
<!-- THEME COLOR: Apply "color-purple" for purple color: #6E62B5 -->
<!-- THEME COLOR: Apply "color-blue" for blue color: #4A89DC -->
<!-- BEGIN BODY -->
<body class="fixed-topbar fixed-sidebar theme-sdtl color-default">
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<section>
<!-- BEGIN SIDEBAR -->
<div class="sidebar">
<div class="logopanel">
<h1>
<a href="dashboard.html"></a>
</h1>
</div>
<div class="sidebar-inner">
<div class="sidebar-top">
<form action="search-result.html" method="post" class="searchform" id="search-results">
<input type="text" class="form-control" name="keyword" placeholder="Search...">
</form>
<div class="userlogged clearfix">
<i class="icon icons-faces-users-01"></i>
<div class="user-details">
<h4>Mike Mayers</h4>
<div class="dropdown user-login">
<button class="btn btn-xs dropdown-toggle btn-rounded" type="button" data-toggle="dropdown" data-hover="dropdown" data-close-others="true" data-delay="300">
<i class="online"></i><span>Available</span><i class="fa fa-angle-down"></i>
</button>
<ul class="dropdown-menu">
<li><a href="#"><i class="busy"></i><span>Busy</span></a></li>
<li><a href="#"><i class="turquoise"></i><span>Invisible</span></a></li>
<li><a href="#"><i class="away"></i><span>Away</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="menu-title">
Navigation
<div class="pull-right menu-settings">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true" data-delay="300">
<i class="icon-settings"></i>
</a>
<ul class="dropdown-menu">
<li><a href="#" id="reorder-menu" class="reorder-menu">Reorder menu</a></li>
<li><a href="#" id="remove-menu" class="remove-menu">Remove elements</a></li>
<li><a href="#" id="hide-top-sidebar" class="hide-top-sidebar">Hide user & search</a></li>
</ul>
</div>
</div>
<ul class="nav nav-sidebar">
<li><a href="dashboard.html"><i class="icon-home"></i><span>Dashboard</span></a></li>
<li class="nav-parent">
<a href="#"><i class="icon-puzzle"></i><span>Builder</span> <span class="fa arrow"></span></a>
<ul class="children collapse">
<li><a target="_blank" href="../../admin-builder/index.html"> Admin</a></li>
<li><a href="page-builder/index.html"> Page</a></li>
<li><a href="ecommerce-pricing-table.html"> Pricing Table</a></li>
</ul>
</li>
<li class="nav-parent">
<a href="#"><i class="icon-bulb"></i><span>Mailbox</span> <span class="fa arrow"></span></a>
<ul class="children collapse">
<li><a href="mailbox.html"> Inbox</a></li>
<li><a href="mailbox-send.html"> Send Email</a></li>
</ul>
</li>
<li class="nav-parent nav-active active">
<a href=""><i class="icon-screen-desktop"></i><span>UI Elements</span> <span class="fa arrow"></span></a>
<ul class="children collapse">
<li><a href="ui-buttons.html"> Buttons</a></li>
<li><a href="ui-components.html"> Components</a></li>
<li><a href="ui-tabs.html"> Tabs</a></li>
<li><a href="ui-animations.html"> Animations CSS3</a></li>
<li><a href="ui-icons.html"> Icons</a></li>
<li><a href="ui-portlets.html"> Portlets</a></li>
<li class="active"><a href="ui-nestable-list.html"> Nestable List</a></li>
<li><a href="ui-tree-view.html"> Tree View</a></li>
<li><a href="ui-modals.html"> Modals</a></li>
<li><a href="ui-notifications.html"> Notifications</a></li>
<li><a href="ui-typography.html"> Typography</a></li>
<li><a href="ui-helper.html"> Helper Classes</a></li>
</ul>
</li>
<li class="nav-parent">
<a href=""><i class="icon-layers"></i><span>Layouts</span><span class="fa arrow"></span></a>
<ul class="children collapse">
<li><a href="layouts-api.html"> Layout API</a></li>
<li><a href="layout-topbar-menu.html"> Topbar Menu</a></li>
<li><a href="layout-topbar-mega-menu.html"> Topbar Mega Menu</a></li>
<li><a href="layout-topbar-mega-menu-dark.html"> Topbar Mega Dark</a></li>
<li><a href="layout-sidebar-hover.html"> Sidebar on Hover</a></li>
<li><a href="layout-submenu-hover.html"> Sidebar Submenu Hover</a></li>
<li><a href="layout-boxed.html"> Boxed Layout</a></li>
</ul>
</li>
<li class="nav-parent">
<a href=""><i class="icon-note"></i><span>Forms </span><span class="fa arrow"></span></a>
<ul class="children collapse">
<li><a href="forms.html"> Forms Elements</a></li>
<li><a href="forms-validation.html"> Forms Validation</a></li>
<li><a href="forms-plugins.html"> Advanced Plugins</a></li>
<li><a href="forms-wizard.html"> <span class="pull-right badge badge-danger">low</span> <span>Form Wizard</span></a></li>
<li><a href="forms-sliders.html"> Sliders</a></li>
<li><a href="forms-editors.html"> Text Editors</a></li>
<li><a href="forms-input-masks.html"> Input Masks</a></li>
</ul>
</li>
<li class="nav-parent">
<a href=""><i class="fa fa-table"></i><span>Tables</span><span class="fa arrow"></span></a>
<ul class="children collapse">
<li><a href="tables.html"> Tables Styling</a></li>
<li><a href="tables-dynamic.html"> Tables Dynamic</a></li>
<li><a href="tables-filter.html"> Tables Filter</a></li>
<li><a href="tables-editable.html"> Tables Editable</a></li>
</ul>
</li>
<li class="nav-parent">
<a href=""><i class="icon-bar-chart"></i><span>Charts </span><span class="fa arrow"></span></a>
<ul class="children collapse">
<li><a href="charts.html"> Charts</a></li>
<li><a href="charts-finance.html"> Financial Charts</a></li>
</ul>
</li>
<li class="nav-parent">
<a href=""><i class="icon-picture"></i><span>Medias</span><span class="fa arrow"></span></a>
<ul class="children collapse">
<li><a href="medias-image-croping.html"> Images Croping</a></li>
<li><a href="medias-gallery-sortable.html"> Gallery Sortable</a></li>
<li><a href="medias-hover-effects.html"> <span class="pull-right badge badge-primary">12</span> Hover Effects</a></li>
</ul>
</li>
<li class="nav-parent">
<a href=""><i class="icon-docs"></i><span>Pages </span><span class="fa arrow"></span></a>
<ul class="children collapse">
<li><a href="page-timeline.html"> Timeline</a></li>
<li><a href="page-404.html"> Error 404</a></li>
<li><a href="page-500.html"> Error 500</a></li>
<li><a href="page-blank.html"> Blank Page</a></li>
<li><a href="page-contact.html"> Contact</a></li>
</ul>
</li>
<li class="nav-parent">
<a href=""><i class="icon-user"></i><span>User </span><span class="fa arrow"></span></a>
<ul class="children collapse">
<li><a href="user-profil.html"> <span class="pull-right badge badge-danger">Hot</span> Profil</a></li>
<li><a href="user-lockscreen.html"> Lockscreen</a></li>
<li><a href="user-login-v1.html"> Login / Register</a></li>
<li><a href="user-login-v2.html"> Login / Register v2</a></li>
<li><a href="user-session-timeout.html"> Session Timeout</a></li>
</ul>
</li>
<li class="nav-parent">
<a href=""><i class="icon-basket"></i><span>eCommerce </span><span class="fa arrow"></span></a>
<ul class="children collapse">
<li><a href="ecommerce-cart.html"> Shopping Cart</a></li>
<li><a href="ecommerce-invoice.html"> Invoice</a></li>
<li><a href="ecommerce-pricing-table.html"><span class="pull-right badge badge-success">5</span> Pricing Table</a></li>
</ul>
</li>
<li class="nav-parent">
<a href=""><i class="icon-cup"></i><span>Extra </span><span class="fa arrow"></span></a>
<ul class="children collapse">
<li><a href="extra-fullcalendar.html"><span class="pull-right badge badge-primary">New</span> Fullcalendar</a></li>
<li><a href="extra-widgets.html"> Widgets</a></li>
<li><a href="page-coming-soon.html"> Coming Soon</a></li>
<li><a href="extra-sliders.html"> Sliders</a></li>
<li><a href="maps-google.html"> Google Maps</a></li>
<li><a href="maps-vector.html"> Vector Maps</a></li>
<li><a href="extra-translation.html"> Translation</a></li>
</ul>
</li>
</ul>
<!-- SIDEBAR WIDGET FOLDERS -->
<div class="sidebar-widgets">
<p class="menu-title widget-title">Folders <span class="pull-right"><a href="#" class="new-folder"> <i class="icon-plus"></i></a></span></p>
<ul class="folders">
<li>
<a href="#"><i class="icon-doc c-primary"></i>My documents</a>
</li>
<li>
<a href="#"><i class="icon-picture"></i>My images</a>
</li>
<li><a href="#"><i class="icon-lock"></i>Secure data</a>
</li>
<li class="add-folder">
<input type="text" placeholder="Folder's name..." class="form-control input-sm">
</li>
</ul>
</div>
<div class="sidebar-footer clearfix">
<a class="pull-left footer-settings" href="#" data-rel="tooltip" data-placement="top" data-original-title="Settings">
<i class="icon-settings"></i></a>
<a class="pull-left toggle_fullscreen" href="#" data-rel="tooltip" data-placement="top" data-original-title="Fullscreen">
<i class="icon-size-fullscreen"></i></a>
<a class="pull-left" href="user-lockscreen.html" data-rel="tooltip" data-placement="top" data-original-title="Lockscreen">
<i class="icon-lock"></i></a>
<a class="pull-left btn-effect" href="user-login-v1.html" data-modal="modal-1" data-rel="tooltip" data-placement="top" data-original-title="Logout">
<i class="icon-power"></i></a>
</div>
</div>
</div>
<!-- END SIDEBAR -->
<div class="main-content">
<!-- BEGIN TOPBAR -->
<div class="topbar">
<div class="header-left">
<div class="topnav">
<a class="menutoggle" href="#" data-toggle="sidebar-collapsed"><span class="menu__handle"><span>Menu</span></span></a>
<ul class="nav nav-icons">
<li><a href="#" class="toggle-sidebar-top"><span class="icon-user-following"></span></a></li>
<li><a href="mailbox.html"><span class="octicon octicon-mail-read"></span></a></li>
<li><a href="#"><span class="octicon octicon-flame"></span></a></li>
<li><a href="builder-page.html"><span class="octicon octicon-rocket"></span></a></li>
</ul>
</div>
</div>
<div class="header-right">
<ul class="header-menu nav navbar-nav">
<!-- BEGIN USER DROPDOWN -->
<li class="dropdown" id="language-header">
<a href="#" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
<i class="icon-globe"></i>
<span>Language</span>
</a>
<ul class="dropdown-menu">
<li>
<a href="#" data-lang="en"><img src="../assets/global/images/flags/usa.png" alt="flag-english"> <span>English</span></a>
</li>
<li>
<a href="#" data-lang="es"><img src="../assets/global/images/flags/spanish.png" alt="flag-english"> <span>Español</span></a>
</li>
<li>
<a href="#" data-lang="fr"><img src="../assets/global/images/flags/french.png" alt="flag-english"> <span>Français</span></a>
</li>
</ul>
</li>
<!-- END USER DROPDOWN -->
<!-- BEGIN NOTIFICATION DROPDOWN -->
<li class="dropdown" id="notifications-header">
<a href="#" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
<i class="icon-bell"></i>
<span class="badge badge-danger badge-header">6</span>
</a>
<ul class="dropdown-menu">
<li class="dropdown-header clearfix">
<p class="pull-left">12 Pending Notifications</p>
</li>
<li>
<ul class="dropdown-menu-list withScroll" data-height="220">
<li>
<a href="#">
<i class="fa fa-star p-r-10 f-18 c-orange"></i>
Steve have rated your photo
<span class="dropdown-time">Just now</span>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-heart p-r-10 f-18 c-red"></i>
John added you to his favs
<span class="dropdown-time">15 mins</span>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-file-text p-r-10 f-18"></i>
New document available
<span class="dropdown-time">22 mins</span>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-picture-o p-r-10 f-18 c-blue"></i>
New picture added
<span class="dropdown-time">40 mins</span>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-bell p-r-10 f-18 c-orange"></i>
Meeting in 1 hour
<span class="dropdown-time">1 hour</span>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-bell p-r-10 f-18"></i>
Server 5 overloaded
<span class="dropdown-time">2 hours</span>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-comment p-r-10 f-18 c-gray"></i>
Bill comment your post
<span class="dropdown-time">3 hours</span>
</a>
</li>
<li>
<a href="#">
<i class="fa fa-picture-o p-r-10 f-18 c-blue"></i>
New picture added
<span class="dropdown-time">2 days</span>
</a>
</li>
</ul>
</li>
<li class="dropdown-footer clearfix">
<a href="#" class="pull-left">See all notifications</a>
<a href="#" class="pull-right">
<i class="icon-settings"></i>
</a>
</li>
</ul>
</li>
<!-- END NOTIFICATION DROPDOWN -->
<!-- BEGIN MESSAGES DROPDOWN -->
<li class="dropdown" id="messages-header">
<a href="#" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
<i class="icon-paper-plane"></i>
<span class="badge badge-primary badge-header">
8
</span>
</a>
<ul class="dropdown-menu">
<li class="dropdown-header clearfix">
<p class="pull-left">
You have 8 Messages
</p>
</li>
<li class="dropdown-body">
<ul class="dropdown-menu-list withScroll" data-height="220">
<li class="clearfix">
<span class="pull-left p-r-5">
<img src="../assets/global/images/avatars/avatar3.png" alt="avatar 3">
</span>
<div class="clearfix">
<div>
<strong>Alexa Johnson</strong>
<small class="pull-right text-muted">
<span class="glyphicon glyphicon-time p-r-5"></span>12 mins ago
</small>
</div>
<p>Lorem ipsum dolor sit amet, consectetur...</p>
</div>
</li>
<li class="clearfix">
<span class="pull-left p-r-5">
<img src="../assets/global/images/avatars/avatar4.png" alt="avatar 4">
</span>
<div class="clearfix">
<div>
<strong>John Smith</strong>
<small class="pull-right text-muted">
<span class="glyphicon glyphicon-time p-r-5"></span>47 mins ago
</small>
</div>
<p>Lorem ipsum dolor sit amet, consectetur...</p>
</div>
</li>
<li class="clearfix">
<span class="pull-left p-r-5">
<img src="../assets/global/images/avatars/avatar5.png" alt="avatar 5">
</span>
<div class="clearfix">
<div>
<strong>Bobby Brown</strong>
<small class="pull-right text-muted">
<span class="glyphicon glyphicon-time p-r-5"></span>1 hour ago
</small>
</div>
<p>Lorem ipsum dolor sit amet, consectetur...</p>
</div>
</li>
<li class="clearfix">
<span class="pull-left p-r-5">
<img src="../assets/global/images/avatars/avatar6.png" alt="avatar 6">
</span>
<div class="clearfix">
<div>
<strong>James Miller</strong>
<small class="pull-right text-muted">
<span class="glyphicon glyphicon-time p-r-5"></span>2 days ago
</small>
</div>
<p>Lorem ipsum dolor sit amet, consectetur...</p>
</div>
</li>
</ul>
</li>
<li class="dropdown-footer clearfix">
<a href="mailbox.html" class="pull-left">See all messages</a>
<a href="#" class="pull-right">
<i class="icon-settings"></i>
</a>
</li>
</ul>
</li>
<!-- END MESSAGES DROPDOWN -->
<!-- BEGIN USER DROPDOWN -->
<li class="dropdown" id="user-header">
<a href="#" data-toggle="dropdown" data-hover="dropdown" data-close-others="true">
<img src="../assets/global/images/avatars/user1.png" alt="user image">
<span class="username">Hi, John Doe</span>
</a>
<ul class="dropdown-menu">
<li>
<a href="#"><i class="icon-user"></i><span>My Profile</span></a>
</li>
<li>
<a href="#"><i class="icon-calendar"></i><span>My Calendar</span></a>
</li>
<li>
<a href="#"><i class="icon-settings"></i><span>Account Settings</span></a>
</li>
<li>
<a href="#"><i class="icon-logout"></i><span>Logout</span></a>
</li>
</ul>
</li>
<!-- END USER DROPDOWN -->
<!-- CHAT BAR ICON -->
<li id="quickview-toggle"><a href="#"><i class="icon-bubbles"></i></a></li>
</ul>
</div>
<!-- header-right -->
</div>
<!-- END TOPBAR -->
<!-- BEGIN PAGE CONTENT -->
<div class="page-content">
<div class="header">
<h2><strong>Nestable</strong> Lists</h2>
<div class="breadcrumb-wrapper">
<ol class="breadcrumb">
<li><a href="#">Make</a>
</li>
<li><a href="#">Pages</a>
</li>
<li class="active">Nestable Lists</li>
</ol>
</div>
</div>
<div class="row">
<div class="col-lg-12 portlets">
<div class="panel">
<div class="panel-header panel-controls">
<h3><i class="icon-bulb"></i> Nestable <strong>Styles</strong></h3>
</div>
<div class="panel-content">
<p>Here is a useful sortable list that can be grouped and sorted by simply dragging and dropping even on a touch device</p>
<div class="row">
<div class="col-md-6">
<h3><strong>White</strong> style</h3>
<p>You can easily reorder list by drag & drop, like this admin menu sidebar.</p>
<div class="dd nestable">
<ol class="dd-list">
<li class="dd-item" data-id="1">
<div class="dd3-content">Item 1</div>
</li>
<li class="dd-item" data-id="2">
<div class="dd3-content">Item 2</div>
<ol class="dd-list">
<li class="dd-item" data-id="3">
<div class="dd3-content">Item 3</div>
</li>
<li class="dd-item" data-id="4">
<div class="dd3-content">Item 4</div>
<ol class="dd-list">
<li class="dd-item" data-id="5">
<div class="dd3-content">Item 5</div>
</li>
</ol>
</li>
<li class="dd-item" data-id="6">
<div class="dd3-content">Item 6</div>
</li>
<li class="dd-item" data-id="7">
<div class="dd3-content">Item 7</div>
</li>
</ol>
</li>
<li class="dd-item" data-id="8">
<div class="dd3-content">Item 8</div>
</li>
</ol>
</div>
</div>
<div class="col-md-6">
<h3><strong>Dark</strong> style with<strong>Drag & Drop</strong></h3>
<p>To go to dark side, just add <code>nestable-dark</code> class to your list.</p>
<div class="dd nestable">
<ol class="dd-list nestable-dark">
<li class="dd-item" data-id="9">
<div class="dd-handle">Item 9</div>
</li>
<li class="dd-item" data-id="10">
<div class="dd-handle">Item 10</div>
</li>
<li class="dd-item" data-id="11">
<div class="dd-handle">Item 11</div>
<ol class="dd-list">
<li class="dd-item" data-id="12">
<div class="dd-handle">Item 12</div>
</li>
<li class="dd-item" data-id="13">
<div class="dd-handle">Item 13</div>
</li>
<li class="dd-item" data-id="14">
<div class="dd-handle">Item 14</div>
</li>
</ol>
</li>
</ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-12 portlets">
<div class="panel">
<div class="panel-header panel-controls">
<h3><i class="icon-bulb"></i> Drag <strong>Button</strong> Option</h3>
</div>
<div class="panel-content">
<p>You can add a button that permit to move list only on clicking on it.</p>
<div class="row">
<div class="col-md-6">
<h3><strong>White</strong> style</h3>
<div class="dd nestable">
<ol class="dd-list">
<li class="dd-item dd3-item" data-id="1">
<div class="dd-handle dd3-handle"></div>
<div class="dd3-content">Item 1</div>
</li>
<li class="dd-item dd3-item" data-id="2">
<div class="dd-handle dd3-handle"></div>
<div class="dd3-content">Item 2</div>
<ol class="dd-list">
<li class="dd-item dd3-item" data-id="3">
<div class="dd-handle dd3-handle"></div>
<div class="dd3-content">Item 3</div>
</li>
<li class="dd-item dd3-item" data-id="4">
<div class="dd-handle dd3-handle"></div>
<div class="dd3-content">Item 4</div>
</li>
<li class="dd-item dd3-item" data-id="5">
<div class="dd-handle dd3-handle"></div>
<div class="dd3-content">Item 5</div>
<ol class="dd-list">
<li class="dd-item dd3-item" data-id="6">
<div class="dd-handle dd3-handle"></div>
<div class="dd3-content">Item 6</div>
</li>
<li class="dd-item dd3-item" data-id="7">
<div class="dd-handle dd3-handle"></div>
<div class="dd3-content">Item 7</div>
</li>
<li class="dd-item dd3-item" data-id="8">
<div class="dd-handle dd3-handle"></div>
<div class="dd3-content">Item 8</div>
</li>
</ol>
</li>
<li class="dd-item dd3-item" data-id="9">
<div class="dd-handle dd3-handle"></div>
<div class="dd3-content">Item 9</div>
</li>
<li class="dd-item dd3-item" data-id="10">
<div class="dd-handle dd3-handle"></div>
<div class="dd3-content">Item 10</div>
</li>
</ol>
</li>
<li class="dd-item dd3-item" data-id="11">
<div class="dd-handle dd3-handle"></div>
<div class="dd3-content">Item 11</div>
</li>
<li class="dd-item dd3-item" data-id="12">
<div class="dd-handle dd3-handle"></div>
<div class="dd3-content">Item 12</div>
</li>
</ol>
</div>
</div>
<div class="col-md-6">
<h3><strong>Dark</strong> style</h3>
<div class="dd nestable">
<ol class="dd-list nestable-dark">
<li class="dd-item dd3-item" data-id="13">
<div class="dd-handle dd3-handle"></div>
<div class="dd3-content">Item 13</div>
</li>
<li class="dd-item dd3-item" data-id="14">
<div class="dd-handle dd3-handle"></div>
<div class="dd3-content">Item 14</div>
</li>
<li class="dd-item dd3-item" data-id="15">
<div class="dd-handle dd3-handle"></div>
<div class="dd3-content">Item 15</div>
<ol class="dd-list">
<li class="dd-item dd3-item" data-id="16">
<div class="dd-handle dd3-handle"></div>
<div class="dd3-content">Item 16</div>
</li>
<li class="dd-item dd3-item" data-id="17">
<div class="dd-handle dd3-handle"></div>
<div class="dd3-content">Item 17</div>
</li>
<li class="dd-item dd3-item" data-id="18">
<div class="dd-handle dd3-handle"></div>
<div class="dd3-content">Item 18</div>
</li>
</ol>
</li>
</ol>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="copyright">
<p class="pull-left sm-pull-reset">
<span>Copyright <span class="copyright">©</span> 2016 </span>
<span>THEMES LAB</span>.
<span>All rights reserved. </span>
</p>
<p class="pull-right sm-pull-reset">
<span><a href="#" class="m-r-10">Support</a> | <a href="#" class="m-l-10 m-r-10">Terms of use</a> | <a href="#" class="m-l-10">Privacy Policy</a></span>
</p>
</div>
</div>
</div>
<!-- END PAGE CONTENT -->
</div>
<!-- END MAIN CONTENT -->
<!-- BEGIN BUILDER -->
<div class="builder hidden-sm hidden-xs" id="builder">
<a class="builder-toggle"><i class="icon-wrench"></i></a>
<div class="inner">
<div class="builder-container">
<a href="#" class="btn btn-sm btn-default" id="reset-style">reset default style</a>
<h4>Layout options</h4>
<div class="layout-option layout-option-sidebar-fixed">
<span> Fixed Sidebar</span>
<label class="switch pull-right">
<input data-layout="sidebar" id="switch-sidebar" type="checkbox" class="switch-input" checked>
<span class="switch-label" data-on="On" data-off="Off"></span>
<span class="switch-handle"></span>
</label>
</div>
<div class="layout-option layout-option-sidebar-hover">
<span> Sidebar on Hover</span>
<label class="switch pull-right">
<input data-layout="sidebar-hover" id="switch-sidebar-hover" type="checkbox" class="switch-input">
<span class="switch-label" data-on="On" data-off="Off"></span>
<span class="switch-handle"></span>
</label>
</div>
<div class="layout-option">
<span> Sidebar on Top</span>
<label class="switch pull-right">
<input data-layout="sidebar-top" id="switch-sidebar-top" type="checkbox" class="switch-input">
<span class="switch-label" data-on="On" data-off="Off"></span>
<span class="switch-handle"></span>
</label>
</div>
<div class="layout-option layout-option-submenu-hover">
<span> Submenu on Hover</span>
<label class="switch pull-right">
<input data-layout="submenu-hover" id="switch-submenu-hover" type="checkbox" class="switch-input">
<span class="switch-label" data-on="On" data-off="Off"></span>
<span class="switch-handle"></span>
</label>
</div>
<div class="layout-option layout-option-fixed-topbar">
<span>Fixed Topbar</span>
<label class="switch pull-right">
<input data-layout="topbar" id="switch-topbar" type="checkbox" class="switch-input" checked>
<span class="switch-label" data-on="On" data-off="Off"></span>
<span class="switch-handle"></span>
</label>
</div>
<div class="layout-option layout-option-boxed">
<span>Boxed Layout</span>
<label class="switch pull-right">
<input data-layout="boxed" id="switch-boxed" type="checkbox" class="switch-input">
<span class="switch-label" data-on="On" data-off="Off"></span>
<span class="switch-handle"></span>
</label>
</div>
<h4 class="border-top">Color</h4>
<div class="row">
<div class="col-xs-12">
<div class="theme-color bg-dark" data-main="default" data-color="#2B2E33"></div>
<div class="theme-color background-primary" data-main="primary" data-color="#319DB5"></div>
<div class="theme-color bg-red" data-main="red" data-color="#C75757"></div>
<div class="theme-color bg-green" data-main="green" data-color="#1DA079"></div>
<div class="theme-color bg-orange" data-main="orange" data-color="#D28857"></div>
<div class="theme-color bg-purple" data-main="purple" data-color="#B179D7"></div>
<div class="theme-color bg-blue" data-main="blue" data-color="#4A89DC"></div>
</div>
</div>
<h4 class="border-top">Theme</h4>
<div class="row row-sm">
<div class="col-xs-6">
<div class="theme clearfix sdtl" data-theme="sdtl">
<div class="header theme-left"></div>
<div class="header theme-right-light"></div>
<div class="theme-sidebar-dark"></div>
<div class="bg-light"></div>
</div>
</div>
<div class="col-xs-6">
<div class="theme clearfix sltd" data-theme="sltd">
<div class="header theme-left"></div>
<div class="header theme-right-dark"></div>
<div class="theme-sidebar-light"></div>
<div class="bg-light"></div>
</div>
</div>
<div class="col-xs-6">
<div class="theme clearfix sdtd" data-theme="sdtd">
<div class="header theme-left"></div>
<div class="header theme-right-dark"></div>
<div class="theme-sidebar-dark"></div>
<div class="bg-light"></div>
</div>
</div>
<div class="col-xs-6">
<div class="theme clearfix sltl" data-theme="sltl">
<div class="header theme-left"></div>
<div class="header theme-right-light"></div>
<div class="theme-sidebar-light"></div>
<div class="bg-light"></div>
</div>
</div>
</div>
<h4 class="border-top">Background</h4>
<div class="row">
<div class="col-xs-12">
<div class="bg-color bg-clean" data-bg="clean" data-color="#F8F8F8"></div>
<div class="bg-color bg-lighter" data-bg="lighter" data-color="#EFEFEF"></div>
<div class="bg-color bg-light-default" data-bg="light-default" data-color="#E9E9E9"></div>
<div class="bg-color bg-light-blue" data-bg="light-blue" data-color="#E2EBEF"></div>
<div class="bg-color bg-light-purple" data-bg="light-purple" data-color="#E9ECF5"></div>
<div class="bg-color bg-light-dark" data-bg="light-dark" data-color="#DCE1E4"></div>
</div>
</div>
</div>
</div>
</div>
<!-- END BUILDER -->
</section>
<!-- BEGIN QUICKVIEW SIDEBAR -->
<div id="quickview-sidebar">
<div class="quickview-header">
<ul class="nav nav-tabs">
<li class="active"><a href="#chat" data-toggle="tab">Chat</a></li>
<li><a href="#notes" data-toggle="tab">Notes</a></li>
<li><a href="#settings" data-toggle="tab" class="settings-tab">Settings</a></li>
</ul>
</div>
<div class="quickview">
<div class="tab-content">
<div class="tab-pane fade active in" id="chat">
<div class="chat-body current">
<div class="chat-search">
<form class="form-inverse" action="#" role="search">
<div class="append-icon">
<input type="text" class="form-control" placeholder="Search contact...">
<i class="icon-magnifier"></i>
</div>
</form>
</div>
<div class="chat-groups">
<div class="title">GROUP CHATS</div>
<ul>
<li><i class="turquoise"></i> Favorites</li>
<li><i class="turquoise"></i> Office Work</li>
<li><i class="turquoise"></i> Friends</li>
</ul>
</div>
<div class="chat-list">
<div class="title">FAVORITES</div>
<ul>
<li class="clearfix">
<div class="user-img">
<img src="../assets/global/images/avatars/avatar13.png" alt="avatar" />
</div>
<div class="user-details">
<div class="user-name">Bobby Brown</div>
<div class="user-txt">On the road again...</div>
</div>
<div class="user-status">
<i class="online"></i>
</div>
</li>
<li class="clearfix">
<div class="user-img">
<img src="../assets/global/images/avatars/avatar5.png" alt="avatar" />
<div class="pull-right badge badge-danger">3</div>
</div>
<div class="user-details">
<div class="user-name">Alexa Johnson</div>
<div class="user-txt">Still at the beach</div>
</div>
<div class="user-status">
<i class="away"></i>
</div>
</li>
<li class="clearfix">
<div class="user-img">
<img src="../assets/global/images/avatars/avatar10.png" alt="avatar" />
</div>
<div class="user-details">
<div class="user-name">Bobby Brown</div>
<div class="user-txt">On stage...</div>
</div>
<div class="user-status">
<i class="busy"></i>
</div>
</li>
</ul>
</div>
<div class="chat-list">
<div class="title">FRIENDS</div>
<ul>
<li class="clearfix">
<div class="user-img">
<img src="../assets/global/images/avatars/avatar7.png" alt="avatar" />
<div class="pull-right badge badge-danger">3</div>
</div>
<div class="user-details">
<div class="user-name">James Miller</div>
<div class="user-txt">At work...</div>
</div>
<div class="user-status">
<i class="online"></i>
</div>
</li>
<li class="clearfix">
<div class="user-img">
<img src="../assets/global/images/avatars/avatar11.png" alt="avatar" />
</div>
<div class="user-details">
<div class="user-name">Fred Smith</div>
<div class="user-txt">Waiting for tonight</div>
</div>
<div class="user-status">
<i class="offline"></i>
</div>
</li>
<li class="clearfix">
<div class="user-img">
<img src="../assets/global/images/avatars/avatar8.png" alt="avatar" />
</div>
<div class="user-details">
<div class="user-name">Ben Addams</div>
<div class="user-txt">On my way to NYC</div>
</div>
<div class="user-status">
<i class="offline"></i>
</div>
</li>
</ul>
</div>
</div>
<div class="chat-conversation">
<div class="conversation-header">
<div class="user clearfix">
<div class="chat-back">
<i class="icon-action-undo"></i>
</div>
<div class="user-details">
<div class="user-name">James Miller</div>
<div class="user-txt">On the road again...</div>
</div>
</div>
</div>
<div class="conversation-body">
<ul>
<li class="img">
<div class="chat-detail">
<span class="chat-date">today, 10:38pm</span>
<div class="conversation-img">
<img src="../assets/global/images/avatars/avatar4.png" alt="avatar 4"/>
</div>
<div class="chat-bubble">
<span>Hi you!</span>
</div>
</div>
</li>
<li class="img">
<div class="chat-detail">
<span class="chat-date">today, 10:45pm</span>
<div class="conversation-img">
<img src="../assets/global/images/avatars/avatar4.png" alt="avatar 4"/>
</div>
<div class="chat-bubble">
<span>Are you there?</span>
</div>
</div>
</li>
<li class="img">
<div class="chat-detail">
<span class="chat-date">today, 10:51pm</span>
<div class="conversation-img">
<img src="../assets/global/images/avatars/avatar4.png" alt="avatar 4"/>
</div>
<div class="chat-bubble">
<span>Send me a message when you come back.</span>
</div>
</div>
</li>
</ul>
</div>
<div class="conversation-message">
<input type="text" placeholder="Your message..." class="form-control form-white send-message" />
<div class="item-footer clearfix">
<div class="footer-actions">
<i class="icon-rounded-marker"></i>
<i class="icon-rounded-camera"></i>
<i class="icon-rounded-paperclip-oblique"></i>
<i class="icon-rounded-alarm-clock"></i>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="notes">
<div class="list-notes current withScroll">
<div class="notes ">
<div class="row">
<div class="col-md-12">
<div id="add-note">
<i class="fa fa-plus"></i>ADD A NEW NOTE
</div>
</div>
</div>
<div id="notes-list">
<div class="note-item media current fade in">
<button class="close">×</button>
<div>
<div>
<p class="note-name">Reset my account password</p>
</div>
<p class="note-desc hidden">Break security reasons.</p>
<p><small>Tuesday 6 May, 3:52 pm</small></p>
</div>
</div>
<div class="note-item media fade in">
<button class="close">×</button>
<div>
<div>
<p class="note-name">Call John</p>
</div>
<p class="note-desc hidden">He have my laptop!</p>
<p><small>Thursday 8 May, 2:28 pm</small></p>
</div>
</div>
<div class="note-item media fade in">
<button class="close">×</button>
<div>
<div>
<p class="note-name">Buy a car</p>
</div>
<p class="note-desc hidden">I'm done with the bus</p>
<p><small>Monday 12 May, 3:43 am</small></p>
</div>
</div>
<div class="note-item media fade in">
<button class="close">×</button>
<div>
<div>
<p class="note-name">Don't forget my notes</p>
</div>
<p class="note-desc hidden">I have to read them...</p>
<p><small>Wednesday 5 May, 6:15 pm</small></p>
</div>
</div>
<div class="note-item media current fade in">
<button class="close">×</button>
<div>
<div>
<p class="note-name">Reset my account password</p>
</div>
<p class="note-desc hidden">Break security reasons.</p>
<p><small>Tuesday 6 May, 3:52 pm</small></p>
</div>
</div>
<div class="note-item media fade in">
<button class="close">×</button>
<div>
<div>
<p class="note-name">Call John</p>
</div>
<p class="note-desc hidden">He have my laptop!</p>
<p><small>Thursday 8 May, 2:28 pm</small></p>
</div>
</div>
<div class="note-item media fade in">
<button class="close">×</button>
<div>
<div>
<p class="note-name">Buy a car</p>
</div>
<p class="note-desc hidden">I'm done with the bus</p>
<p><small>Monday 12 May, 3:43 am</small></p>
</div>
</div>
<div class="note-item media fade in">
<button class="close">×</button>
<div>
<div>
<p class="note-name">Don't forget my notes</p>
</div>
<p class="note-desc hidden">I have to read them...</p>
<p><small>Wednesday 5 May, 6:15 pm</small></p>
</div>
</div>
</div>
</div>
</div>
<div class="detail-note note-hidden-sm">
<div class="note-header clearfix">
<div class="note-back">
<i class="icon-action-undo"></i>
</div>
<div class="note-edit">Edit Note</div>
<div class="note-subtitle">title on first line</div>
</div>
<div id="note-detail">
<div class="note-write">
<textarea class="form-control" placeholder="Type your note here"></textarea>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="settings">
<div class="settings">
<div class="title">ACCOUNT SETTINGS</div>
<div class="setting">
<span> Show Personal Statut</span>
<label class="switch pull-right">
<input type="checkbox" class="switch-input" checked>
<span class="switch-label" data-on="On" data-off="Off"></span>
<span class="switch-handle"></span>
</label>
<p class="setting-info">Lorem ipsum dolor sit amet consectetuer.</p>
</div>
<div class="setting">
<span> Show my Picture</span>
<label class="switch pull-right">
<input type="checkbox" class="switch-input" checked>
<span class="switch-label" data-on="On" data-off="Off"></span>
<span class="switch-handle"></span>
</label>
<p class="setting-info">Lorem ipsum dolor sit amet consectetuer.</p>
</div>
<div class="setting">
<span> Show my Location</span>
<label class="switch pull-right">
<input type="checkbox" class="switch-input">
<span class="switch-label" data-on="On" data-off="Off"></span>
<span class="switch-handle"></span>
</label>
<p class="setting-info">Lorem ipsum dolor sit amet consectetuer.</p>
</div>
<div class="title">CHAT</div>
<div class="setting">
<span> Show User Image</span>
<label class="switch pull-right">
<input type="checkbox" class="switch-input" checked>
<span class="switch-label" data-on="On" data-off="Off"></span>
<span class="switch-handle"></span>
</label>
</div>
<div class="setting">
<span> Show Fullname</span>
<label class="switch pull-right">
<input type="checkbox" class="switch-input" checked>
<span class="switch-label" data-on="On" data-off="Off"></span>
<span class="switch-handle"></span>
</label>
</div>
<div class="setting">
<span> Show Location</span>
<label class="switch pull-right">
<input type="checkbox" class="switch-input">
<span class="switch-label" data-on="On" data-off="Off"></span>
<span class="switch-handle"></span>
</label>
</div>
<div class="setting">
<span> Show Unread Count</span>
<label class="switch pull-right">
<input type="checkbox" class="switch-input" checked>
<span class="switch-label" data-on="On" data-off="Off"></span>
<span class="switch-handle"></span>
</label>
</div>
<div class="title">STATISTICS</div>
<div class="settings-chart">
<div class="progress visible">
<progress class="progress-bar-primary stat1" value="82" max="100"></progress>
<div class="progress-info">
<span class="progress-name">Stat 1</span>
<span class="progress-value">82%</span>
</div>
</div>
</div>
<div class="settings-chart">
<div class="progress visible">
<progress class="progress-bar-primary stat1" value="43" max="100"></progress>
<div class="progress-info">
<span class="progress-name">Stat 2</span>
<span class="progress-value">43%</span>
</div>
</div>
</div>
<div class="m-t-30" style="width:100%">
<canvas id="setting-chart" height="300"></canvas>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END QUICKVIEW SIDEBAR -->
<!-- BEGIN SEARCH -->
<div id="morphsearch" class="morphsearch">
<form class="morphsearch-form">
<input class="morphsearch-input" type="search" placeholder="Search..."/>
<button class="morphsearch-submit" type="submit">Search</button>
</form>
<div class="morphsearch-content withScroll">
<div class="dummy-column user-column">
<h2>Users</h2>
<a class="dummy-media-object" href="#">
<img src="../assets/global/images/avatars/avatar1_big.png" alt="Avatar 1"/>
<h3>John Smith</h3>
</a>
<a class="dummy-media-object" href="#">
<img src="../assets/global/images/avatars/avatar2_big.png" alt="Avatar 2"/>
<h3>Bod Dylan</h3>
</a>
<a class="dummy-media-object" href="#">
<img src="../assets/global/images/avatars/avatar3_big.png" alt="Avatar 3"/>
<h3>Jenny Finlan</h3>
</a>
<a class="dummy-media-object" href="#">
<img src="../assets/global/images/avatars/avatar4_big.png" alt="Avatar 4"/>
<h3>Harold Fox</h3>
</a>
<a class="dummy-media-object" href="#">
<img src="../assets/global/images/avatars/avatar5_big.png" alt="Avatar 5"/>
<h3>Martin Hendrix</h3>
</a>
<a class="dummy-media-object" href="#">
<img src="../assets/global/images/avatars/avatar6_big.png" alt="Avatar 6"/>
<h3>Paul Ferguson</h3>
</a>
</div>
<div class="dummy-column">
<h2>Articles</h2>
<a class="dummy-media-object" href="#">
<img src="../assets/global/images/gallery/1.jpg" alt="1"/>
<h3>How to change webdesign?</h3>
</a>
<a class="dummy-media-object" href="#">
<img src="../assets/global/images/gallery/2.jpg" alt="2"/>
<h3>News From the sky</h3>
</a>
<a class="dummy-media-object" href="#">
<img src="../assets/global/images/gallery/3.jpg" alt="3"/>
<h3>Where is the cat?</h3>
</a>
<a class="dummy-media-object" href="#">
<img src="../assets/global/images/gallery/4.jpg" alt="4"/>
<h3>Just another funny story</h3>
</a>
<a class="dummy-media-object" href="#">
<img src="../assets/global/images/gallery/5.jpg" alt="5"/>
<h3>How many water we drink every day?</h3>
</a>
<a class="dummy-media-object" href="#">
<img src="../assets/global/images/gallery/6.jpg" alt="6"/>
<h3>Drag and drop tutorials</h3>
</a>
</div>
<div class="dummy-column">
<h2>Recent</h2>
<a class="dummy-media-object" href="#">
<img src="../assets/global/images/gallery/7.jpg" alt="7"/>
<h3>Design Inspiration</h3>
</a>
<a class="dummy-media-object" href="#">
<img src="../assets/global/images/gallery/8.jpg" alt="8"/>
<h3>Animals drawing</h3>
</a>
<a class="dummy-media-object" href="#">
<img src="../assets/global/images/gallery/9.jpg" alt="9"/>
<h3>Cup of tea please</h3>
</a>
<a class="dummy-media-object" href="#">
<img src="../assets/global/images/gallery/10.jpg" alt="10"/>
<h3>New application arrive</h3>
</a>
<a class="dummy-media-object" href="#">
<img src="../assets/global/images/gallery/11.jpg" alt="11"/>
<h3>Notification prettify</h3>
</a>
<a class="dummy-media-object" href="#">
<img src="../assets/global/images/gallery/12.jpg" alt="12"/>
<h3>My article is the last recent</h3>
</a>
</div>
</div>
<!-- /morphsearch-content -->
<span class="morphsearch-close"></span>
</div>
<!-- END SEARCH -->
<!-- BEGIN PRELOADER -->
<div class="loader-overlay">
<div class="spinner">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
<!-- END PRELOADER -->
<a href="#" class="scrollup"><i class="fa fa-angle-up"></i></a>
<script src="../assets/global/plugins/jquery/jquery-3.1.0.min.js"></script>
<script src="../assets/global/plugins/jquery/jquery-migrate-3.0.0.min.js"></script>
<script src="../assets/global/plugins/jquery-ui/jquery-ui.min.js"></script>
<script src="../assets/global/plugins/gsap/main-gsap.min.js"></script>
<script src="../assets/global/plugins/tether/js/tether.min.js"></script>
<script src="../assets/global/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="../assets/global/plugins/appear/jquery.appear.js"></script>
<script src="../assets/global/plugins/jquery-cookies/jquery.cookies.min.js"></script> <!-- Jquery Cookies, for theme -->
<script src="../assets/global/plugins/jquery-block-ui/jquery.blockUI.min.js"></script> <!-- simulate synchronous behavior when using AJAX -->
<script src="../assets/global/plugins/bootbox/bootbox.min.js"></script> <!-- Modal with Validation -->
<script src="../assets/global/plugins/mcustom-scrollbar/jquery.mCustomScrollbar.concat.min.js"></script> <!-- Custom Scrollbar sidebar -->
<script src="../assets/global/plugins/bootstrap-dropdown/bootstrap-hover-dropdown.min.js"></script> <!-- Show Dropdown on Mouseover -->
<script src="../assets/global/plugins/charts-sparkline/sparkline.min.js"></script> <!-- Charts Sparkline -->
<script src="../assets/global/plugins/retina/retina.min.js"></script> <!-- Retina Display -->
<script src="../assets/global/plugins/select2/dist/js/select2.full.min.js"></script> <!-- Select Inputs -->
<script src="../assets/global/plugins/icheck/icheck.min.js"></script> <!-- Checkbox & Radio Inputs -->
<script src="../assets/global/plugins/backstretch/backstretch.min.js"></script> <!-- Background Image -->
<script src="../assets/global/plugins/bootstrap-progressbar/bootstrap-progressbar.min.js"></script> <!-- Animated Progress Bar -->
<script src="../assets/global/plugins/charts-chartjs/Chart.min.js"></script>
<script src="../assets/global/js/builder.js"></script> <!-- Theme Builder -->
<script src="../assets/global/js/sidebar_hover.js"></script> <!-- Sidebar on Hover -->
<script src="../assets/global/js/application.js"></script> <!-- Main Application Script -->
<script src="../assets/global/js/plugins.js"></script> <!-- Main Plugin Initialization Script -->
<script src="../assets/global/js/widgets/notes.js"></script> <!-- Notes Widget -->
<script src="../assets/global/js/quickview.js"></script> <!-- Chat Script -->
<script src="../assets/global/js/pages/search.js"></script> <!-- Search Script -->
<script src="../assets/admin/layout1/js/layout.js"></script>
</body>
</html> | MUK81/cms | FILE/layout1/ui-nestable-list.html | HTML | mit | 65,695 |
<h1>Password Reset Request</h1>
<p>To confirm changing your password, please click on the link below:</p>
<a href="{{resetUrl}}">Change Password.</p>
<p>-- The StoryQuest Team</p>
| michaelkleinhenz/storyquest | editor/mailtemplates/passwordreset.html | HTML | mit | 184 |
<!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="./c06b1f8b062c8867c4ddba17d677a60b57916ead784aff483d7ed71496703a3b.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/d5b4e4977815fa7275b78a9e6d88ce900adcfe514b13ed63451220810f5fd873.html | HTML | mit | 550 |
<!DOCTYPE html>
<html ng-app="app">
<head>
<style>
/* This helps the ng-show/ng-hide animations start at the right place. */
/* Since Angular has this but needs to load, this gives us the class early. */
.ng-hide { display: none!important; }
</style>
<title ng-bind="title">Machine Data Collector</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
<base href="/">
<!-- build:css styles/lib.css -->
<!-- bower:css -->
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.css" />
<link rel="stylesheet" href="/bower_components/font-awesome/css/font-awesome.css" />
<link rel="stylesheet" href="/bower_components/toastr/toastr.css" />
<!-- endbower -->
<!-- endbuild -->
<!-- build:css styles/app.css-->
<!-- inject:css -->
<link rel="stylesheet" href="/.tmp/styles.css">
<!-- endinject -->
<!-- endbuild -->
</head>
<body>
<div>
<div ng-include="'app/layout/shell.html'"></div>
<div id="splash-page" ng-show="false">
<div class="page-splash">
<div class="page-splash-message">
Machine Data Collector
</div>
<div class="progress progress-striped active page-progress-bar">
<div class="bar"></div>
</div>
</div>
</div>
</div>
<!-- build:js js/lib.js -->
<!-- bower:js -->
<script src="/bower_components/jquery/dist/jquery.js"></script>
<script src="/bower_components/angular/angular.js"></script>
<script src="/bower_components/angular-sanitize/angular-sanitize.js"></script>
<script src="/bower_components/bootstrap/dist/js/bootstrap.js"></script>
<script src="/bower_components/extras.angular.plus/ngplus-overlay.js"></script>
<script src="/bower_components/moment/moment.js"></script>
<script src="/bower_components/angular-ui-router/release/angular-ui-router.js"></script>
<script src="/bower_components/toastr/toastr.js"></script>
<script src="/bower_components/angular-animate/angular-animate.js"></script>
<script src="/bower_components/angular-resource/angular-resource.js"></script>
<script src="/bower_components/d3/d3.js"></script>
<script src="/bower_components/angular-charts/dist/angular-charts.js"></script>
<script src="/bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>
<script src="/bower_components/angular-local-storage/dist/angular-local-storage.js"></script>
<!-- endbower -->
<!-- endbuild -->
<!--build:js js/app.js -->
<!-- inject:js -->
<script src="/src/client/app/app.module.js"></script>
<script src="/src/client/app/account/account.module.js"></script>
<script src="/src/client/app/admin/admin.module.js"></script>
<script src="/src/client/app/core/core.module.js"></script>
<script src="/src/client/app/dashboard/dashboard.module.js"></script>
<script src="/src/client/app/layout/layout.module.js"></script>
<script src="/src/client/app/reports/reports.module.js"></script>
<script src="/src/client/app/widgets/widgets.module.js"></script>
<script src="/src/client/app/blocks/exception/exception.module.js"></script>
<script src="/src/client/app/blocks/logger/logger.module.js"></script>
<script src="/src/client/app/blocks/router/router.module.js"></script>
<script src="/src/client/app/account/account.controller.js"></script>
<script src="/src/client/app/account/account.route.js"></script>
<script src="/src/client/app/account/login.controller.js"></script>
<script src="/src/client/app/account/login.service.js"></script>
<script src="/src/client/app/admin/admin.controller.js"></script>
<script src="/src/client/app/admin/admin.route.js"></script>
<script src="/src/client/app/admin/admin.settings.controller.js"></script>
<script src="/src/client/app/core/authInterceptorService.js"></script>
<script src="/src/client/app/core/authenticationService.js"></script>
<script src="/src/client/app/core/config.js"></script>
<script src="/src/client/app/core/constants.js"></script>
<script src="/src/client/app/core/dataservice.js"></script>
<script src="/src/client/app/dashboard/dashboard.controller.js"></script>
<script src="/src/client/app/dashboard/dashboard.route.js"></script>
<script src="/src/client/app/dashboard/percent.filter.js"></script>
<script src="/src/client/app/layout/ht-sidebar.directive.js"></script>
<script src="/src/client/app/layout/ht-top-nav.directive.js"></script>
<script src="/src/client/app/layout/shell.controller.js"></script>
<script src="/src/client/app/layout/sidebar.controller.js"></script>
<script src="/src/client/app/reports/reports.controller.js"></script>
<script src="/src/client/app/reports/reports.route.js"></script>
<script src="/src/client/app/reports/reports.service.js"></script>
<script src="/src/client/app/widgets/ht-img-person.directive.js"></script>
<script src="/src/client/app/widgets/ht-widget-header.directive.js"></script>
<script src="/src/client/app/blocks/exception/exception-handler.provider.js"></script>
<script src="/src/client/app/blocks/exception/exception.js"></script>
<script src="/src/client/app/blocks/logger/logger.js"></script>
<script src="/src/client/app/blocks/router/router-helper.provider.js"></script>
<!-- endinject -->
<!-- inject:templates:js -->
<!-- endinject -->
<!-- endbuild -->
</body>
</html>
| bgauvey/mdc | src/client/index.html | HTML | mit | 5,749 |
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Julian Renard | Nomad full stack developer and entrepreneur</title>
<meta name="description" content="FoxLab is a digital creative agency based between Berlin and Paris. We are passionate about technology, design and interaction.">
<!-- Facebook page specific -->
<meta property="og:image" content="http://julianr.me/dist/img/social-img.jpg">
<meta property="og:title" content="Julian Renard | Nomad full stack developer and entrepreneur">
<meta property="og:description" content="Former student at Gobelins, l'école de l'image (Paris, France). I enjoy working on design-driven projects, and specialise in developing sites and applications for startups. I mostly use Javascript and Python.">
<!-- Twitter page specific -->
<meta name="twitter:image" content="">
<meta name="twitter:title" content="Julian Renard | Nomad full stack developer and entrepreneur">
<meta name="twitter:description" content="Former student at Gobelins, l'école de l'image (Paris, France). I enjoy working on design-driven projects, and specialise in developing sites and applications for startups. I mostly use Javascript and Python.">
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Gentium+Book+Basic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="dist/css/style.css">
</head>
<body>
<div id="background"></div>
<div id="content">
<h1>Julian Renard</h1>
<h2>Nomad full stack developer and entrepreneur.</h2>
<p>Former student at <b>Gobelins</b>, l'école de l'image (Paris).</p>
<p>I enjoy working on design-driven projects, and specialise in developing sites and applications for startups. I mostly use <b>Javascript</b> and <b>Python</b>.</p>
<p>Feel free to <a href="mailto:[email protected]"><b>get in touch</b></a> if you'd like to hire me as <b>freelancer</b> or work with my <b>agency</b> (<a href="http://foxlabagency.com">FoxLab Agency</a>, Berlin & Paris).</p>
<ul>
<li><a href="https://twitter.com/julian_renard" target="_blank">Twitter</a></li>
<li><a href="https://github.com/julianfox" target="_blank">Github</a></li>
<li><a href="https://www.linkedin.com/in/julian-renard-0218b153" target="_blank">Linkedin</a></li>
</ul>
</div>
<script src="dist/js/script.js"></script>
</body>
</html>
| julianfox/julianr.me | index.html | HTML | mit | 2,678 |
<div class="container">
<img ng-src="{{mainImageUrl}}" class="phone">
<h1>{{phone.name}}</h1>
<p>{{phone.description}}</p>
<ul class="phone-thumbs list-inline">
<li ng-repeat="img in phone.images">
<img ng-src="{{img}}" width="100" ng-click="setImage(img)">
</li>
</ul>
<ul class="specs list-unstyled">
<li>
<span>Availability and Networks</span>
<dl>
<dt>Availability</dt>
<dd ng-repeat="availability in phone.availability">
{{availability}}
</dd>
</dl>
<dl>
<dt>Infrared</dt>
<dd>{{phone.connectivity.infrared | checkmark}}</dd>
<dt>GPS</dt>
<dd>{{phone.connectivity.gps | checkmark}}</dd>
</dl>
</li>
</ul>
</div> | cirocosta/angular-tutorial-following | app/partials/phone-detail.html | HTML | mit | 882 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LCOV - coverage.info - src/servicios/ServicioInexistente.cpp</title>
<link rel="stylesheet" type="text/css" href="../../gcov.css">
</head>
<body>
<table width="100%" border=0 cellspacing=0 cellpadding=0>
<tr><td class="title">LCOV - code coverage report</td></tr>
<tr><td class="ruler"><img src="../../glass.png" width=3 height=3 alt=""></td></tr>
<tr>
<td width="100%">
<table cellpadding=1 border=0 width="100%">
<tr>
<td width="10%" class="headerItem">Current view:</td>
<td width="35%" class="headerValue"><a href="../../index.html">top level</a> - <a href="index.html">src/servicios</a> - ServicioInexistente.cpp<span style="font-size: 80%;"> (source / <a href="ServicioInexistente.cpp.func.html">functions</a>)</span></td>
<td width="5%"></td>
<td width="15%"></td>
<td width="10%" class="headerCovTableHead">Hit</td>
<td width="10%" class="headerCovTableHead">Total</td>
<td width="15%" class="headerCovTableHead">Coverage</td>
</tr>
<tr>
<td class="headerItem">Test:</td>
<td class="headerValue">coverage.info</td>
<td></td>
<td class="headerItem">Lines:</td>
<td class="headerCovTableEntry">1</td>
<td class="headerCovTableEntry">5</td>
<td class="headerCovTableEntryLo">20.0 %</td>
</tr>
<tr>
<td class="headerItem">Date:</td>
<td class="headerValue">2016-06-15</td>
<td></td>
<td class="headerItem">Functions:</td>
<td class="headerCovTableEntry">2</td>
<td class="headerCovTableEntry">5</td>
<td class="headerCovTableEntryLo">40.0 %</td>
</tr>
<tr><td><img src="../../glass.png" width=3 height=3 alt=""></td></tr>
</table>
</td>
</tr>
<tr><td class="ruler"><img src="../../glass.png" width=3 height=3 alt=""></td></tr>
</table>
<table cellpadding=0 cellspacing=0 border=0>
<tr>
<td><br></td>
</tr>
<tr>
<td>
<pre class="sourceHeading"> Line data Source code</pre>
<pre class="source">
<a name="1"><span class="lineNum"> 1 </span> : #include "ServicioInexistente.h"</a>
<span class="lineNum"> 2 </span> :
<span class="lineNum"> 3 </span><span class="lineNoCov"> 0 : ServicioInexistente::ServicioInexistente(){</span>
<span class="lineNum"> 4 </span><span class="lineNoCov"> 0 : this->respuesta = new RespuestaServicioInexistente();</span>
<a name="5"><span class="lineNum"> 5 </span><span class="lineNoCov"> 0 : }</span></a>
<span class="lineNum"> 6 </span> :
<span class="lineNum"> 7 </span><span class="lineNoCov"> 0 : ServicioInexistente::~ServicioInexistente()</span>
<a name="8"><span class="lineNum"> 8 </span> : {</a>
<span class="lineNum"> 9 </span> : //dtor
<span class="lineNum"> 10 </span><span class="lineCov"> 12 : }</span>
</pre>
</td>
</tr>
</table>
<br>
<table width="100%" border=0 cellspacing=0 cellpadding=0>
<tr><td class="ruler"><img src="../../glass.png" width=3 height=3 alt=""></td></tr>
<tr><td class="versionInfo">Generated by: <a href="http://ltp.sourceforge.net/coverage/lcov.php" target="_parent">LCOV version 1.10</a></td></tr>
</table>
<br>
</body>
</html>
| seguijoaquin/taller2-appserver | Appserver/Coverage/src/servicios/ServicioInexistente.cpp.gcov.html | HTML | mit | 3,698 |
<!--<link rel="import" href="{$components_url}controllets/data-sevc-controllet/co-datalets-creator-controllet.html"/>
<script src="{$components_url}locales/controllet_ln.js" type="text/javascript"></script>
<script src="{$components_url}locales/paper_card_controllet_ln.js" type="text/javascript"></script>-->
{style}
{literal}
body .floatbox_header
{
display: none;
}
body .floatbox_bottom
{
display: none;
}
body .floatbox_body
{
padding: 0px 0px 0px 0px;
}
body .floatbox_canvas .floatbox_container{ margin-top:20px; }
div.clearfix.floatbox_cap{
display: none;
}
{/literal}
{/style}
<!--
<iframe height="100%" width="100%" srcdoc='
<link rel="import" href="{$components_url}controllets/data-sevc-controllet/co-datalets-creator-controllet.html"/>
<script src="{$components_url}controllets/shared_js/jquery-1.11.2.min.js"></script>
<script src="{$components_url}bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
<script src="{$components_url}controllets/shared_js/perfect-scrollbar/js/min/perfect-scrollbar.jquery.min.js"></script>
<script>
$(document).ready(function(){
window.addEventListener("data-sevc-controllet.dataletCreated", function(e){
parent.ODE.savedDataletListener(e);
});
});
</script>
<link rel="stylesheet" href="{$components_url}controllets/shared_js/perfect-scrollbar/css/perfect-scrollbar.min.css">
<script src="{$components_url}locales/controllet_ln.js" type="text/javascript"></script>
<script src="{$components_url}locales/paper_card_controllet_ln.js" type="text/javascript"></script>
<co-datalets-creator-controllet
deep-url="{$deepUrl}"
data-url={$dataUrl}
datalets-list-url="{$dataletListUrl}">
</co-datalets-creator-controllet>'></iframe>-->
<iframe id="add_datalet_iframe" src="{$base_url}/ow_static/plugins/cocreation/pages/add_datalet_from_dataroom.html" height="100%" width="100%"></iframe>
| routetopa/spod-plugin-cocreation | views/components/add_datalet_from_data_room.html | HTML | mit | 1,930 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta name="theme-color" content="#E13334">
<title>Wordpress Child Pages Widget</title>
<link href="//fonts.googleapis.com/css?family=Roboto:700" rel="stylesheet">
<style type="text/css">
* {box-sizing: border-box; } body { text-align: center;background: #D3E8E1; background-size: cover; font-family: 'Roboto', sans-serif; font-weight: 200; color: #E44A66; padding: 0; margin: 0; line-height: 1.5; } h1 {font-family: 'Roboto', serif; font-size: 56px; margin-top: 0; } a { color: #E44A66; } a:hover { color: #fafafa; } .container {height: 100vh; padding: 20px; max-width: 800px; width: 100%; margin: 0 auto; }
</style>
</head>
<body>
<div class="container">
<h1>Wordpress Child Pages Widget</h1>
<p>
A simple widget that displays the child pages of the current page as simple menu.
</p>
<br>
<script src="https://gist.github.com/CodeBrauer/0fbb5f3507cdc679f238d43e49941f5d.js"></script>
<br>
</div>
<script src="https://cdn.rawgit.com/CodeBrauer/ebf5d310e4703b1186e7384ca1e1405d/raw/c5c1e53a82ae8370979007f8db345870e1782b78/githubcorner.js"></script>
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');ga('create', 'UA-59784112-5', 'auto');ga('set', 'anonymizeIp', true);ga('send', 'pageview');</script>
</body>
</html> | CodeBrauer/100daysofcode | 019_2017-01-19_PHP_WP-ChildPages-Widget/index.html | HTML | mit | 1,807 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-character: 8 m 4 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.11.0 / mathcomp-character - 1.13.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.13.0
<span class="label label-success">8 m 4 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-12 17:32:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-12 17:32:44 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.11.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Mathematical Components <[email protected]>"
homepage: "https://math-comp.github.io/"
bug-reports: "https://github.com/math-comp/math-comp/issues"
dev-repo: "git+https://github.com/math-comp/math-comp.git"
license: "CECILL-B"
build: [ make "-C" "mathcomp/character" "-j" "%{jobs}%" "COQEXTRAFLAGS+=-native-compiler yes" {coq-native:installed & coq:version < "8.13~" } ]
install: [ make "-C" "mathcomp/character" "install" ]
depends: [ "coq-mathcomp-field" { = version } ]
tags: [ "keyword:algebra" "keyword:character" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" "logpath:mathcomp.character" ]
authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Théry <>" "Assia Mahboubi <>" ]
synopsis: "Mathematical Components Library on character theory"
description:"""
This library contains definitions and theorems about group
representations, characters and class functions.
"""
url {
src: "https://github.com/math-comp/math-comp/archive/mathcomp-1.13.0.tar.gz"
checksum: "sha256=4334e915736f96032e1d4d502e70537047220af1a1c7a6740f770e45601bdab0"
}
</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.13.0 coq.8.11.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.13.0 coq.8.11.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>32 m 38 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.13.0 coq.8.11.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>8 m 4 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 14 M</p>
<ul>
<li>4 M <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/mxrepresentation.vo</code></li>
<li>2 M <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/mxrepresentation.glob</code></li>
<li>1 M <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/character.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/classfun.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/character.glob</code></li>
<li>841 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/classfun.glob</code></li>
<li>712 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/inertia.vo</code></li>
<li>684 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/inertia.glob</code></li>
<li>498 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/integral_char.vo</code></li>
<li>436 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/mxabelem.vo</code></li>
<li>414 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/vcharacter.vo</code></li>
<li>378 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/vcharacter.glob</code></li>
<li>342 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/mxabelem.glob</code></li>
<li>318 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/integral_char.glob</code></li>
<li>239 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/mxrepresentation.v</code></li>
<li>113 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/character.v</code></li>
<li>96 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/classfun.v</code></li>
<li>69 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/inertia.v</code></li>
<li>54 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/all_character.vo</code></li>
<li>43 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/mxabelem.v</code></li>
<li>38 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/vcharacter.v</code></li>
<li>35 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/integral_char.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/mathcomp/character/all_character.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/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.13.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>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.1-2.0.6/released/8.11.0/mathcomp-character/1.13.0.html | HTML | mit | 10,384 |
<div class='user-panel'>
<%- partial('./header') %>
<div class='user-panel__content'>
<div class='user-panel__content__detail'>
<ul class='breadcrumb'>
<%- partial('./nav') %>
</ul>
<div class='breadcrumb--content'>
<div class='breadcrumb--content__section section--show'>
<div id='content'>
<h3 class="user-title">个人设置</h3>
<% if(typeof(error) !== 'undefined' && error){ %>
<div class="alert alert-error">
<a class="close" data-dismiss="alert" href="#">×</a>
<strong><%= error %></strong>
</div>
<% } %>
<% if (typeof(success) !== 'undefined' && success) { %>
<div class="alert alert-success">
<strong><%= success %></strong>
</div>
<% } %>
<form id='setting_form' class='form-horizontal' action='/user/<%= user.loginname %>/setting' method='post'>
<div class='control-group'>
<label class='control-label' for='name'>用户名</label>
<div class='controls'>
<input class='input-xlarge readonly' id='name' name='name' size='30' type='text' readonly='true'
value="<%= user.name %>"/>
</div>
</div>
<div id="user-avatar" class="control-group">
<label class='control-label' for='avatar'>头像</label>
<div class='controls'>
<img class="user-avatar" src="<%= user.avatar || '' %>"/>
<input id='avatar' name='avatar' type='hidden' readonly='true' value="<%= user.avatar || '' %>"/>
<div id="uploader">
<div id="thelist" class="uploader-list"></div>
<div class="btns">
<div id="picker">选择文件</div>
</div>
<span class="tip"></span>
<div class="alert-error"></div>
</div>
</div>
</div>
<div class='control-group'>
<label class='control-label' for='email'>电子邮件</label>
<div class='controls'>
<input class='input-xlarge readonly' id='email' name='email' size='30' type='text'
readonly='true' value="<%= user.email %>"/>
</div>
</div>
<div class='control-group'>
<label class='control-label' for='url'>个人网站</label>
<div class='controls'>
<input class='input-xlarge' id='url' name='url' size='30' type='text' value="<%= typeof(user.url) !== 'undefined' ? user.url : '' %>"/>
</div>
</div>
<div class='control-group'>
<label class='control-label' for='location'>所在地点</label>
<div class='controls'>
<input class='input-xlarge' id='location' name='location' size='30' type='text'
value="<%= typeof(user.location) !== 'undefined' ? user.location : '' %>"/>
</div>
</div>
<div class='control-group'>
<label class='control-label' for='weibo'>微博</label>
<div class='controls'>
<input class='input-xlarge' id='weibo' name='weibo' size='30' type='text' value="<%= typeof(user.weibo) !== 'undefined' ? user.weibo : '' %>"/>
</div>
</div>
<div class='control-group'>
<label class='control-label' for='github'>GitHub</label>
<div class='controls'>
<input class='input-xlarge' id='github' name='github' size='30' type='text'
value="<%= typeof(user.githubUsername) !== 'undefined' ? '@' + user.githubUsername : '' %>" placeholder="@username" readonly="readonly" />
<p>请通过 GitHub 登录 IMWeb 来修改此处</p>
</div>
</div>
<div class='control-group'>
<label class='control-label' for='signature'>个性签名</label>
<div class='controls'>
<textarea class='input-xlarge' id='signature' name='signature' size='30'><%= typeof(user.signature) !== 'undefined' ? user.signature : "" %></textarea>
</div>
</div>
<div class="control-group">
<label class="control-label" for="receive_reply_mail">提醒邮件</label>
<div class="controls">
<label><input type="radio" id="receive_reply_mail" name="receive_reply_mail" value="1" <%= user.receive_reply_mail ? 'checked' : '' %>>接收<label>
<label><input type="radio" name="receive_reply_mail" value="0" <%= user.receive_reply_mail ? '' : 'checked' %>>不接收</label>
<span class="mail-info">欢迎订阅,我们只会在您关注的内容有更新时提醒您</span>
</div>
</div>
<input type='hidden' id='action' name='action' value='change_setting'/>
<input type='hidden' name='_csrf' value='<%= csrf %>'/>
<div class='form-actions'>
<input type='submit' class='span-primary submit_btn ui-button' data-loading-text="保存中.." value='保存设置'/>
</div>
</form>
</div>
</div>
<div class='breadcrumb--content__section section--show'>
<div id='content'>
<h3 class="user-title">更改密码</h3>
<form id='change_pass_form' class='form-horizontal' action='/user/<%= user.loginname %>/setting' method='post'>
<div class='control-group'>
<label class='control-label' for='old_pass'>当前密码</label>
<div class='controls'>
<input class='input-xlarge' type='password' id='old_pass' name='old_pass' size='30'/>
</div>
</div>
<div class='control-group'>
<label class='control-label' for='new_pass'>新密码</label>
<div class='controls'>
<input class='input-xlarge' type='password' id='new_pass' name='new_pass' size='30'/>
</div>
</div>
<input type='hidden' id='action' name='action' value='change_password'/>
<input type='hidden' name='_csrf' value='<%= user.csrf %>'/>
<div class='form-actions'>
<input type='submit' class='span-primary submit_btn ui-button' data-loading-text="更改中.." value='更改密码'/>
</div>
</form>
</div>
</div>
</div>
<!--<div id="upload-mask" class="upload-mask hidden" tabindex="-1" role="dialog" aria-labelledby="editorToolImageTitle" aria-hidden="true">
<div class="upload-pop">
<div class="modal-header">
<span type="button" class="close" data-dismiss="modal" aria-hidden="true">×</span>
<span id="editorToolImageTitle" class="title">修改头像</span>
</div>
<div class="modal-body">
<span><img src="<%= user.avatar || '' %>" width="80" height="80"></span>
<div class="upload-img">
<div class="button button-upload">上传图片</div>
<div class="button button-cancel">取消</div>
<span class="tip"></span>
<div class="alert alert-error hide"></div>
</div>
</div>
</div>
</div>-->
</div>
</div>
</div>
| 493326889/imwebclub | trunk/views/user/setting.html | HTML | mit | 8,239 |
<div ng-controller="TeamRewardsController">
<div team-view team="team">
<div class="row">
<div ng-if="is_admin" class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<loading-bar ng-hide="rewards">Loading rewards...</loading-bar>
<div ng-show="rewards">
<button ng-show="expand_all" class="btn btn-default" ng-click="toggle_expand_all()">Collapse All</button>
<button ng-hide="expand_all" class="btn btn-default" ng-click="toggle_expand_all()">Expand All</button>
<br><br>
<accordion close-others="false">
<div ng-repeat="reward in rewards | orderBy:'amount'">
<div ng-if="reward.amount <= 0">
<accordion-group heading="No Reward" is-open="reward.$is_open">
<div class="row">
<div class="col-sm-3 col-md-3">
<dl>
<dt>Stats</dt>
<dd>{{reward.pledges.length| number}} claimed</dd>
<br>
<dt>Description</dt>
<dd><i>No reward selected</i></dd>
</dl>
</div>
<div class="col-sm-9 col-md-9">
<div ng-show="reward.pledges.length <= 0" class="alert alert-info" style="margin: 0;">This reward
has not been claimed by a backer.
</div>
<table ng-show="reward.pledges.length > 0" class="table table-bordered table-striped pledges-table">
<thead>
<tr>
<th>Backer</th>
<th>Amount</th>
<th>Date</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="pledge in reward.pledges">
<td>
<a ng-show="pledge.owner" ng-href="/people/{{ pledge.owner.slug }}">{{
pledge.owner.display_name }}</a>
<div ng-hide="pledge.owner" class="text-muted">Anonymous</div>
</td>
<td>{{ pledge.amount | currency }}</td>
<td>{{ pledge.created_at | date:'medium' }}</td>
</tr>
</tbody>
</table>
</div>
</div>
</accordion-group>
</div>
<div ng-if="reward.amount > 0">
<accordion-group is-open="reward.$is_open">
<accordion-heading>
${{reward.amount | number:0}} Reward
<small ng-show="reward.limited_to" class="text-muted">{{reward.pledges.length| number}} of
{{reward.limited_to | number}} claimed
</small>
<small ng-hide="reward.limited_to" class="text-muted">{{reward.pledges.length| number}} claimed
</small>
</accordion-heading>
<div class="row">
<div class="col-sm-3 col-md-3">
<dl>
<dt>Stats</dt>
<dd ng-show="reward.limited_to">{{reward.pledges.length| number}} of {{reward.limited_to |
number}} claimed
</dd>
<dd ng-hide="reward.limited_to">{{reward.pledges.length| number}} claimed</dd>
<br>
<dt>Description</dt>
<dd style="white-space: pre-wrap;">{{reward.description}}</dd>
<div ng-show="reward.fulfillment_details">
<br>
<dt>Fulfillment Details</dt>
<dd style="white-space: pre-wrap;">{{reward.fulfillment_details}}</dd>
</div>
</dl>
</div>
<div class="col-sm-9 col-md-9">
<div ng-show="reward.pledges.length <= 0" class="alert alert-info" style="margin: 0;">This reward
has not been claimed by a backer.
</div>
<table ng-show="reward.pledges.length > 0" class="table table-bordered table-striped pledges-table">
<thead>
<tr>
<th>Backer</th>
<th>Amount</th>
<th>Date</th>
<th ng-show="reward.fulfillment_details">Survey Response</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="pledge in reward.pledges">
<td>
<a ng-show="pledge.owner" ng-href="/people/{{ pledge.owner.slug }}">{{
pledge.owner.display_name }}</a>
<div ng-hide="pledge.owner" class="text-muted">Anonymous</div>
</td>
<td>{{ pledge.amount | currency }}</td>
<td>{{ pledge.created_at | date:'medium' }}</td>
<td ng-show="reward.fulfillment_details">
<div ng-class="{ error: (reward.fulfillment_details && !pledge.survey_response) }"
style="white-space: pre-wrap">{{pledge.survey_response}}
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</accordion-group>
</div>
</div>
</accordion>
</div>
</div>
</div>
</div>
</div>
| bountysource/core | app/assets/javascripts/app/teams/rewards.html | HTML | mit | 6,014 |
<script type="text/javascript">
RED.nodes.registerType('compare',{
category: 'PiCubes',
color: '#c6dbef',
defaults: {
name: {value:""},
operator: {value:"GT"},
topicX : {value:""},
topicY0 : {value:""},
topicY1 : {value:""}
},
inputs:1,
outputs:1,
align: "right",
icon: "switch.png",
label: function() {
if (this.name == "") return this.operator;
else return this.operator+"->"+this.name;
},
oneditprepare: function()
{
$("#node-input-operator").change(function() {
var id = $("#node-input-operator option:selected").val();
if (id =="BTW") $("#node-input-topicX-div").show();
else $("#node-input-topicX-div").hide();
});
}
});
</script>
<script type="text/x-red" data-template-name="compare">
<div class="form-row">
<label for="node-input-name"><i class="icon-tag"></i> Name</label>
<input type="text" id="node-input-name" placeholder="Name">
</div>
<div class="form-row">
<label for="node-input-operator"><i class="icon-tag"></i> Operator</label>
<select id="node-input-operator" style="width:185px !important">
<option value="GT">Greater Than</option>
<option value="GTE">Greater or Equal</option>
<option value="EQU">Equal</option>
<option value="BTW">Between</option>
<option value="NEQ">Not Equal</option>
<option value="LT">Less Than</option>
<option value="LTE">Less or Equal</option>
</select>
</div>
<div class="form-row hidden" id="node-input-topicX-div">
<label for="node-input-topicX"><i class="icon-tag"></i> Topic X</label>
<input type="text" id="node-input-topicX" placeholder="Topic X">
</div>
<div class="form-row" id="node-input-topicY0-div">
<label for="node-input-topicY0"><i class="icon-tag"></i> Topic Y0</label>
<input type="text" id="node-input-topicY0" placeholder="Topic Y0">
</div>
<div class="form-row" id="node-input-topicY1-div">
<label for="node-input-topicY1"><i class="icon-tag"></i> Topic Y1</label>
<input type="text" id="node-input-topicY1" placeholder="Topic Y1">
</div>
</script>
<script type="text/x-red" data-help-name="compare">
<p>Compare Functions Node</p>
</script> | Cube-Controls/node-red-picubes | compare.html | HTML | mit | 2,409 |
<form class="form-horizontal">
<div class="row">
<div class="form-group">
<label for="kitId" class="col-sm-2 control-label">
Kit Id
</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="kitId" placeholder="Kit Id" ng-model="kitFamily.updateKitId">
</div>
</div>
</div>
<div class="row">
<div class="form-group">
<label for="fontFamilyId" class="col-sm-2 control-label">
Font Family Id
</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="fontFamilyId" placeholder="Font Family Id" ng-model="kitFamily.updateFontFamilyId">
</div>
</div>
</div>
<button class="btn btn-danger" ng-click="updateOrCreateFontFamily();">
Generate Or Update fontFamily (with Fixed Data)
</button>
</form>
<p>{{createdKit}}</p>
| DanieleSassoli/AngularAdobeTypeKit | example/views/kits/families/updateOrCreate.html | HTML | mit | 975 |
<div class="copy">
All Rights Reserved <span class='uc'>[uC]</span> 2017
</div> | ubikCode/ubikCode | _includes/copy.html | HTML | mit | 82 |
{% extends "template.html" %}
{% block content %}
<h1>About</h1>
<p>This is all about us.</p>
{% endblock %}
| mickelsonm/flaskapp | src/templates/aboutus.html | HTML | mit | 117 |
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="icon" type="image/png" href="favicon.ico">
<title>Jerimiah Woods</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<div id="content">
<div id="header">
<div class="col-md-3" id="profile-picture">
<img id="pic" src="img/profile_pic.png" alt="Profile Picture" height="160px" width="160px">
</div> <!-- end of profile-picture div -->
<div class="col-md-6" id="name">
Jerimiah Woods<br><span>-Aspiring Software Developer-</span>
</div> <!-- end of name div -->
<div class="col-md-3" id="contact">
4511 Puttor Drive<br>Eau Claire, WI 54701<br>(715) 572-4512<br>[email protected]
</div> <!-- end of contact div -->
</div> <!-- end of header div -->
<hr>
<div id="resume">
<div class="row">
<div class="col-md-3 heading">
Personal Profile
</div> <!-- end of heading div -->
<div class="col-md-9" id="personal-profile">
<p>I moved to Eau Claire, Wisconsin in 2009 to attend the University of Wisconsin - Eau Claire. I completed a four year degree in Actuarial Science there in 2013. Soon after that I was given the opportunity to do some work with a local software development business where I learned Objective-C and helped to build an iOS application. After that experience I decided to pursue software development as a career and enrolled at Chippewa Valley Technical College. In my three semesters there I have finished all but one class in their Software Developer program. Armed with that education, along with a few side projects and a strong desire and aptitude, I'm looking forward to beginning a career in development here in Eau Claire.</p>
</div> <!-- end of personal-profile div -->
</div> <!-- end of row div -->
<hr>
<div class="row">
<div class="col-md-3 heading">
Education
</div> <!-- end of heading div -->
<div class="col-md-9" id="education">
<div class"row">
<div class="col-md-6 subheading">
Chippewa Valley Technical College
</div>
<div class="col-md-6 sub-subheading">
Anticipated Graduation: December 2015
</div>
</div> <!-- end of row div -->
<div class="details first-school">
<ul>
<li>Associate of Applied Science – Information Technology – Software Developer</li>
<li>65/68 credits completed</li>
<li>Registered to complete final class (ASP .Net) online in Fall 2015</li>
</ul>
</div> <!-- end of details div -->
<div class"row">
<div class="col-md-6 subheading" id="uwec">
University of Wisconsin - Eau Claire
</div>
<div class="col-md-6 sub-subheading">
Graduation Date: May 2013
</div>
</div> <!-- end of row div -->
<div class="details" id="uwec-details">
<ul>
<li>Bachelors of Science - Actuarial Science</li>
<li>Passed Exam FM - Financial Mathematics</li>
</ul>
</div> <!-- end of details div -->
</div> <!-- end of education div -->
</div> <!-- end of row div -->
<hr>
<div class="row">
<div class="col-md-3 heading">
Technologies
</div> <!-- end of heading div -->
<div class="col-md-9" id="technologies">
<div class="details">
<ul>
<li>Software Development: Objective-C, Java, Groovy, Visual Basic, Android</li>
<li>Web Development: HTML, CSS, JavaScript, Java, PHP, Ruby on Rails</li>
<li>Developer Tools: Git, Bitbucket, PivotalTracker, Xcode, Eclipse, IntelliJ, NetBeans</li>
<li>Operating Systems: Mac OSX, Windows, Linux</li>
<li>Databases and Reporting: SQL, Access, Crystal Reports</li>
</ul>
</div> <!-- end of details div -->
</div> <!-- end of technologies div -->
</div> <!-- end of row div -->
<hr>
<div class="row">
<div class="col-md-3 heading">
Portfolio
</div> <!-- end of heading div -->
<div class="col-md-9" id="portfolio">
<div class="details" id="projects">
<ul>
<li><a href="https://github.com/disciple520/InterValve">InterValve</a> is the first project I ever worked on. It is an iOS application I helped build in 2013</li>
<li><a href="todoapp.php">To Do</a> is a PHP web application I am currently building that utilizes JavaScript and MySQL</li>
<li><a href="https://github.com/disciple520/cvtcAgileGroup1">Property World</a> is a web application I built with an agile team at CVTC. We used Ruby on Rails. <a href="property_world_feedback.html" id="feedback-link">Click here</a> to see what my team had to say about me</li>
<li><a href="https://github.com/disciple520/WhereInTheWord">Where in the Word</a> is a personal project I've been working on using Java</li>
</ul>
</div> <!-- end of details div -->
</div> <!-- end of porfolio div -->
</div> <!-- end of row div -->
<hr>
<div class="row">
<div class="col-md-3 heading">
Work History
</div> <!-- end of heading div -->
<div class="col-md-9" id="work-history">
<div class"row">
<div class="col-md-6 subheading">
Mobile Application Developer
</div>
<div class="col-md-6 sub-subheading">
(August 2013 - October 2013)
</div>
</div> <!-- end of row div -->
<div class="row">
<div class="col-md-6 subheading second-row employer">
GalacticTech
</div>
<div class="col-md-6 sub-subheading city">
Mondovi, WI
</div>
</div> <!-- end of employer-line row div -->
<div class="details job">
<ul>
<li>Learned Objective-C through a combination of self-study and professional guidance</li>
<li>Assisted in development of marketing application using Xcode</li>
</ul>
</div> <!-- end of details div -->
<div class"row">
<div class="col-md-6 subheading">
Shift Leader
</div>
<div class="col-md-6 sub-subheading">
(June 2011 - Present)
</div>
</div> <!-- end of row div -->
<div class="row">
<div class="col-md-6 subheading second-row employer">
Kwik Trip, Inc.
</div>
<div class="col-md-6 sub-subheading city">
Eau Claire, WI
</div>
</div> <!-- end of employer-line row div -->
<div class="details job">
<ul>
<li>Effectively lead team on Madison Street, one of the highest volume convenience stores in the Chippewa Valley, to ensure all duties are accomplished in an excellent and timely manner</li>
<li>Demonstrate reliability by maintaining perfect attendance</li>
</ul>
</div> <!-- end of details div -->
<div class"row">
<div class="col-md-6 subheading">
Table Games Dealer/Dual Games Supervisor
</div>
<div class="col-md-6 sub-subheading">
(July 2007 - Sept 2009)
</div>
</div> <!-- end of row div -->
<div class="row">
<div class="col-md-6 subheading second-row employer">
Ho-Chunk Gaming - Nekoosa
</div>
<div class="col-md-6 sub-subheading city">
Nekoosa, WI
</div>
</div> <!-- end of employer-line row div -->
<div class="details job">
<ul>
<li>Personally created and conducted 30-player, semi-weekly poker tournaments</li>
<li>Managed and observed four dealers simultaneously to ensure speed, accuracy, and game security</li>
<li>Delivered excellent and entertaining customer service, building rapport with clientele</li>
</ul>
</div> <!-- end of details div -->
</div> <!-- end of work-history div -->
</div> <!-- end of row div -->
</div> <!-- end of resume div -->
<hr>
<footer>
<p>Site designed by Jerry Woods 2015</p>
</footer>
</div> <!-- end of content div -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.3.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script src="js/bootstrap.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-63553555-1','auto');ga('send','pageview');
</script>
</body>
</html>
| disciple520/ResumeWebsite | index.html | HTML | mit | 11,515 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<A href="W28937.pdfs.html#outline" target="contents">Outline</a><br><A href="W28937.pdfs.html#1" target="contents" >Page 1</a><br>
<A href="W28937.pdfs.html#2" target="contents" >Page 2</a><br>
<A href="W28937.pdfs.html#3" target="contents" >Page 3</a><br>
<A href="W28937.pdfs.html#4" target="contents" >Page 4</a><br>
<A href="W28937.pdfs.html#5" target="contents" >Page 5</a><br>
<A href="W28937.pdfs.html#6" target="contents" >Page 6</a><br>
<A href="W28937.pdfs.html#7" target="contents" >Page 7</a><br>
<A href="W28937.pdfs.html#8" target="contents" >Page 8</a><br>
<A href="W28937.pdfs.html#9" target="contents" >Page 9</a><br>
<A href="W28937.pdfs.html#10" target="contents" >Page 10</a><br>
<A href="W28937.pdfs.html#11" target="contents" >Page 11</a><br>
<A href="W28937.pdfs.html#12" target="contents" >Page 12</a><br>
<A href="W28937.pdfs.html#13" target="contents" >Page 13</a><br>
<A href="W28937.pdfs.html#14" target="contents" >Page 14</a><br>
<A href="W28937.pdfs.html#15" target="contents" >Page 15</a><br>
<A href="W28937.pdfs.html#16" target="contents" >Page 16</a><br>
<A href="W28937.pdfs.html#17" target="contents" >Page 17</a><br>
<A href="W28937.pdfs.html#18" target="contents" >Page 18</a><br>
<A href="W28937.pdfs.html#19" target="contents" >Page 19</a><br>
<A href="W28937.pdfs.html#20" target="contents" >Page 20</a><br>
<A href="W28937.pdfs.html#21" target="contents" >Page 21</a><br>
<A href="W28937.pdfs.html#22" target="contents" >Page 22</a><br>
<A href="W28937.pdfs.html#23" target="contents" >Page 23</a><br>
<A href="W28937.pdfs.html#24" target="contents" >Page 24</a><br>
<A href="W28937.pdfs.html#25" target="contents" >Page 25</a><br>
<A href="W28937.pdfs.html#26" target="contents" >Page 26</a><br>
<A href="W28937.pdfs.html#27" target="contents" >Page 27</a><br>
<A href="W28937.pdfs.html#28" target="contents" >Page 28</a><br>
<A href="W28937.pdfs.html#29" target="contents" >Page 29</a><br>
<A href="W28937.pdfs.html#30" target="contents" >Page 30</a><br>
<A href="W28937.pdfs.html#31" target="contents" >Page 31</a><br>
<A href="W28937.pdfs.html#32" target="contents" >Page 32</a><br>
<A href="W28937.pdfs.html#33" target="contents" >Page 33</a><br>
<A href="W28937.pdfs.html#34" target="contents" >Page 34</a><br>
<A href="W28937.pdfs.html#35" target="contents" >Page 35</a><br>
<A href="W28937.pdfs.html#36" target="contents" >Page 36</a><br>
<A href="W28937.pdfs.html#37" target="contents" >Page 37</a><br>
<A href="W28937.pdfs.html#38" target="contents" >Page 38</a><br>
<A href="W28937.pdfs.html#39" target="contents" >Page 39</a><br>
<A href="W28937.pdfs.html#40" target="contents" >Page 40</a><br>
<A href="W28937.pdfs.html#41" target="contents" >Page 41</a><br>
<A href="W28937.pdfs.html#42" target="contents" >Page 42</a><br>
<A href="W28937.pdfs.html#43" target="contents" >Page 43</a><br>
<A href="W28937.pdfs.html#44" target="contents" >Page 44</a><br>
<A href="W28937.pdfs.html#45" target="contents" >Page 45</a><br>
<A href="W28937.pdfs.html#46" target="contents" >Page 46</a><br>
<A href="W28937.pdfs.html#47" target="contents" >Page 47</a><br>
<A href="W28937.pdfs.html#48" target="contents" >Page 48</a><br>
<A href="W28937.pdfs.html#49" target="contents" >Page 49</a><br>
<A href="W28937.pdfs.html#50" target="contents" >Page 50</a><br>
<A href="W28937.pdfs.html#51" target="contents" >Page 51</a><br>
<A href="W28937.pdfs.html#52" target="contents" >Page 52</a><br>
<A href="W28937.pdfs.html#53" target="contents" >Page 53</a><br>
<A href="W28937.pdfs.html#54" target="contents" >Page 54</a><br>
<A href="W28937.pdfs.html#55" target="contents" >Page 55</a><br>
<A href="W28937.pdfs.html#56" target="contents" >Page 56</a><br>
<A href="W28937.pdfs.html#57" target="contents" >Page 57</a><br>
<A href="W28937.pdfs.html#58" target="contents" >Page 58</a><br>
<A href="W28937.pdfs.html#59" target="contents" >Page 59</a><br>
<A href="W28937.pdfs.html#60" target="contents" >Page 60</a><br>
<A href="W28937.pdfs.html#61" target="contents" >Page 61</a><br>
<A href="W28937.pdfs.html#62" target="contents" >Page 62</a><br>
<A href="W28937.pdfs.html#63" target="contents" >Page 63</a><br>
<A href="W28937.pdfs.html#64" target="contents" >Page 64</a><br>
<A href="W28937.pdfs.html#65" target="contents" >Page 65</a><br>
<A href="W28937.pdfs.html#66" target="contents" >Page 66</a><br>
<A href="W28937.pdfs.html#67" target="contents" >Page 67</a><br>
<A href="W28937.pdfs.html#68" target="contents" >Page 68</a><br>
<A href="W28937.pdfs.html#69" target="contents" >Page 69</a><br>
<A href="W28937.pdfs.html#70" target="contents" >Page 70</a><br>
<A href="W28937.pdfs.html#71" target="contents" >Page 71</a><br>
<A href="W28937.pdfs.html#72" target="contents" >Page 72</a><br>
<A href="W28937.pdfs.html#73" target="contents" >Page 73</a><br>
<A href="W28937.pdfs.html#74" target="contents" >Page 74</a><br>
<A href="W28937.pdfs.html#75" target="contents" >Page 75</a><br>
<A href="W28937.pdfs.html#76" target="contents" >Page 76</a><br>
<A href="W28937.pdfs.html#77" target="contents" >Page 77</a><br>
<A href="W28937.pdfs.html#78" target="contents" >Page 78</a><br>
<A href="W28937.pdfs.html#79" target="contents" >Page 79</a><br>
<A href="W28937.pdfs.html#80" target="contents" >Page 80</a><br>
<A href="W28937.pdfs.html#81" target="contents" >Page 81</a><br>
<A href="W28937.pdfs.html#82" target="contents" >Page 82</a><br>
<A href="W28937.pdfs.html#83" target="contents" >Page 83</a><br>
<A href="W28937.pdfs.html#84" target="contents" >Page 84</a><br>
<A href="W28937.pdfs.html#85" target="contents" >Page 85</a><br>
<A href="W28937.pdfs.html#86" target="contents" >Page 86</a><br>
<A href="W28937.pdfs.html#87" target="contents" >Page 87</a><br>
<A href="W28937.pdfs.html#88" target="contents" >Page 88</a><br>
<A href="W28937.pdfs.html#89" target="contents" >Page 89</a><br>
</BODY>
</HTML>
| datamade/elpc_bakken | html/pdf/W28937.pdf_ind.html | HTML | mit | 5,959 |
Date: Tue, 10 Dec 1996 21:21:29 GMT
Server: NCSA/1.4.2
Content-type: text/html
Last-modified: Wed, 15 May 1996 23:35:44 GMT
Content-length: 263
<html>
<title>Coffee</title>
<body bgcolor=#FFFFFF text=#000000 >
<h2>Coffee</h2>
Here is a Seattle coffee
<a href="http://www.halcyon.com/zipgun/mothercity/mothercity.html">guide</a>.
<p>
<IMG SRC="absinthe.gif">
<p>
<em>Absinthe</em> by Degas
</body>
</html>
| ML-SWAT/Web2KnowledgeBase | webkb/other/washington/http:^^www.cs.washington.edu^homes^brendan^coffee.html | HTML | mit | 408 |
<!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_144) on Wed Dec 06 15:25:24 MST 2017 -->
<title>SaveLoadController</title>
<meta name="date" content="2017-12-06">
<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="SaveLoadController";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-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="../../../../../com/example/cmput301f17t27/nume/various/Permissions.html" title="class in com.example.cmput301f17t27.nume.various"><span class="typeNameLink">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/example/cmput301f17t27/nume/various/SaveLoadController.html" target="_top">Frames</a></li>
<li><a href="SaveLoadController.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.example.cmput301f17t27.nume.various</div>
<h2 title="Class SaveLoadController" class="title">Class SaveLoadController</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.example.cmput301f17t27.nume.various.SaveLoadController</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">SaveLoadController</span>
extends java.lang.Object</pre>
<div class="block">This is a static class that provides a toolbox for saving
locally and to ElasticSearch. (This holds all the
ElasticSearch code)</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>1.0</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/example/cmput301f17t27/nume/various/SaveLoadController.html#SaveLoadController--">SaveLoadController</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="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 boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/example/cmput301f17t27/nume/various/SaveLoadController.html#addProfile-android.content.Context-com.example.cmput301f17t27.nume.account.Profile-">addProfile</a></span>(android.content.Context context,
<a href="../../../../../com/example/cmput301f17t27/nume/account/Profile.html" title="class in com.example.cmput301f17t27.nume.account">Profile</a> profile)</code>
<div class="block">This function loads a user's profile.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/example/cmput301f17t27/nume/various/SaveLoadController.html#deleteLocalProfile-android.content.Context-">deleteLocalProfile</a></span>(android.content.Context context)</code>
<div class="block">Deletes the profile saved locally.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static <a href="../../../../../com/example/cmput301f17t27/nume/account/Profile.html" title="class in com.example.cmput301f17t27.nume.account">Profile</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/example/cmput301f17t27/nume/various/SaveLoadController.html#getProfile-java.lang.String-">getProfile</a></span>(java.lang.String uName)</code>
<div class="block">Get a profile from ElasticSearch only.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../com/example/cmput301f17t27/nume/account/Profile.html" title="class in com.example.cmput301f17t27.nume.account">Profile</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/example/cmput301f17t27/nume/various/SaveLoadController.html#loadProfile-android.content.Context-java.lang.String-">loadProfile</a></span>(android.content.Context context,
java.lang.String userName)</code>
<div class="block">This function loads a user's profile.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/example/cmput301f17t27/nume/various/SaveLoadController.html#saveProfile-android.content.Context-com.example.cmput301f17t27.nume.account.Profile-">saveProfile</a></span>(android.content.Context context,
<a href="../../../../../com/example/cmput301f17t27/nume/account/Profile.html" title="class in com.example.cmput301f17t27.nume.account">Profile</a> profile)</code>
<div class="block">This function saves the user's profile locally and
to ElasticSearch.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/example/cmput301f17t27/nume/various/SaveLoadController.html#updateProfile-com.example.cmput301f17t27.nume.account.Profile-">updateProfile</a></span>(<a href="../../../../../com/example/cmput301f17t27/nume/account/Profile.html" title="class in com.example.cmput301f17t27.nume.account">Profile</a> profile)</code>
<div class="block">Updates a profile on ElasticSearch only.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="SaveLoadController--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>SaveLoadController</h4>
<pre>public SaveLoadController()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="addProfile-android.content.Context-com.example.cmput301f17t27.nume.account.Profile-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addProfile</h4>
<pre>public static boolean addProfile(android.content.Context context,
<a href="../../../../../com/example/cmput301f17t27/nume/account/Profile.html" title="class in com.example.cmput301f17t27.nume.account">Profile</a> profile)</pre>
<div class="block">This function loads a user's profile. First it tries
locally and if that doesn't work, it tries from
ElasticSearch.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>context</code> - Context from which this is called from</dd>
<dd><code>profile</code> - The profile to add</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>boolean False if the profile wasn't added, true if it was</dd>
</dl>
</li>
</ul>
<a name="loadProfile-android.content.Context-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>loadProfile</h4>
<pre>public static <a href="../../../../../com/example/cmput301f17t27/nume/account/Profile.html" title="class in com.example.cmput301f17t27.nume.account">Profile</a> loadProfile(android.content.Context context,
java.lang.String userName)</pre>
<div class="block">This function loads a user's profile. First it tries
locally and if that doesn't work, it tries from
ElasticSearch.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>context</code> - Context from which this is called from</dd>
<dd><code>userName</code> - The username of the profile to load</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Profile that was loaded</dd>
</dl>
</li>
</ul>
<a name="saveProfile-android.content.Context-com.example.cmput301f17t27.nume.account.Profile-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>saveProfile</h4>
<pre>public static void saveProfile(android.content.Context context,
<a href="../../../../../com/example/cmput301f17t27/nume/account/Profile.html" title="class in com.example.cmput301f17t27.nume.account">Profile</a> profile)</pre>
<div class="block">This function saves the user's profile locally and
to ElasticSearch. (If available)</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>context</code> - Context from which this is called from</dd>
<dd><code>profile</code> - Profile to save</dd>
</dl>
</li>
</ul>
<a name="deleteLocalProfile-android.content.Context-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deleteLocalProfile</h4>
<pre>public static void deleteLocalProfile(android.content.Context context)</pre>
<div class="block">Deletes the profile saved locally.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>context</code> - Context where the deletion is requested</dd>
</dl>
</li>
</ul>
<a name="getProfile-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProfile</h4>
<pre>public static <a href="../../../../../com/example/cmput301f17t27/nume/account/Profile.html" title="class in com.example.cmput301f17t27.nume.account">Profile</a> getProfile(java.lang.String uName)</pre>
<div class="block">Get a profile from ElasticSearch only. Doesn't check the local
cache</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>uName</code> - Username of the profile to get</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The profile object that has that username. Null if no
profile was found</dd>
</dl>
</li>
</ul>
<a name="updateProfile-com.example.cmput301f17t27.nume.account.Profile-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>updateProfile</h4>
<pre>public static void updateProfile(<a href="../../../../../com/example/cmput301f17t27/nume/account/Profile.html" title="class in com.example.cmput301f17t27.nume.account">Profile</a> profile)</pre>
<div class="block">Updates a profile on ElasticSearch only. Doesn't update
the local one</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>profile</code> - Profile to replace the old one</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/example/cmput301f17t27/nume/various/Permissions.html" title="class in com.example.cmput301f17t27.nume.various"><span class="typeNameLink">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/example/cmput301f17t27/nume/various/SaveLoadController.html" target="_top">Frames</a></li>
<li><a href="SaveLoadController.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| CMPUT301F17T27/NuMe | javadoc/com/example/cmput301f17t27/nume/various/SaveLoadController.html | HTML | mit | 16,577 |
Server: Netscape-Communications/1.1
Date: Wednesday, 20-Nov-96 23:24:28 GMT
Last-modified: Monday, 24-Jun-96 14:59:21 GMT
Content-length: 5156
Content-type: text/html
<HTML>
<HEAD>
<TITLE>CIS 510 Handout 1</TITLE>
<BODY><! BODY BGCOLOR = "#000000" TEXT = "#FFFFFF">
<BODY bgcolor="#FFEFDB"> <! AntiqueWhite1>
<H1><CENTER>CIS 510, Spring 96 </CENTER> <P>
<center>
COMPUTER AIDED GEOMETRIC DESIGN
</CENTER>
<CENTER>Course Information</CENTER>
<CENTER>January 9</CENTER></H1>
<P>
<H4>
<H2>Coordinates:</H2> Moore 224, MW 12-1:30
<P>
<H2>Instructor:</H2> <!WA0><A HREF="mailto:[email protected]">Jean H.
Gallier</A>, MRE 176, 8-4405, jean@saul <P>
<H2>Office Hours:</H2> 2:00-3:00 Tuesday, Thursday, 2:00-3:00, Friday
<P>
<H2>Teaching Assistant:</H2>
TBA <p>
<H2>Office Hours:</H2> TBA<P>
<h2> Prerequesites:</h2>
Basic knowledge of linear algebra, calculus,
and elementary geometry
<br>
(CIS560 NOT required).
<H2>Textbooks (not required):</H2> <I>Computer Aided Geometric Design </I>
Hoschek, J. and Lasser, D., AK Peters, 1993<br>
<BR>Also recommended:<BR>
<BR><I>Curves and Surfaces for Computer Aided Geometric Design</I>,
D. Wood, Wiley<br>
<P>
<H2>Grades:</H2>
<P>
Problem Sets (3 or 4 of them) and a project
<ul>
<li><!WA1><a
href="http://www.cis.upenn.edu/~jean/geom96hm1.dvi.Z"> Homework1 </a>
<li><!WA2><a
href="http://www.cis.upenn.edu/~jean/geom96hm2.dvi.Z"> Homework2 </a>
<li><!WA3><a
href="http://www.cis.upenn.edu/~jean/geom96hm3.dvi.Z"> Homework3 </a>
</ul>
<P>
<H2>Brief description:</H2>
A more appropriate name for the course would be
<h2><center>
Curves and Surfaces for Computer Aided Geometric Design</center></h2>
or perhaps
<h2><center>
Mathematical Foundations of Computer Graphics</center></h2>
(as CS348a is called at Stanford University).
The course should be of interest to anyone who likes
geometry (with an algebraic twist)!<p>
Basically, the course will be about mathematical techniques
used for geometric design in computer graphics
(but also in robotics, vision, and computational geometry).
Such techniques are used in 2D and 3D drawing and plot, object silhouettes,
animating positions, product design (cars, planes, buildings),
topographic data, medical imagery, active surfaces of proteins,
attribute maps (color, texture, roughness), weather data, art(!), ... .
Three broad classes of problems will be considered: <p>
<ul>
<li> <em> Approximating</em> curved shapes, using smooth curves or surfaces.
<li> <em> Interpolating</em> curved shapes, using smooth curves or surfaces.
<li> <em> Rendering</em> smooth curves or surfaces. <p>
</ul> <p>
Specific topics include: basic geometric material
on affine spaces and affine maps.
Be'zier curves will be introduced ``gently'', in terms of
multiaffine symmetric polar forms, also known as ``blossoms''.
We will begin with degree 2, move up to degree 3,
giving lots of examples, and derive the fundamental
``de Casteljau algorithm'', and show where the Bernstein
polynomials come from.
Then, we will consider polynomial curves
of arbitrary degree. It will be shown how a construction
embedding an affine space into a vector space, where points
and vectors can be treated uniformly, together with polar forms,
yield a very elegant and effective treatment of tangents and
osculating flats. The conditions for joining polynomial curves
will be derived using polar forms, and this will lead to
a treatment of B-splines in terms of polar forms. In particular,
the de Boor algorithm will be derived as a natural extension of
the de Casteljau algorithm.
Rectangular (tensor product) Be'zier surfaces, and triangular
Be'zier surfaces will also be introduced using polar forms,
and the de Casteljau algorithm will be derived.
Subdivision algorithms and their application to
rendering will be discussed extensively.
Joining conditions will be derived
using polar forms. <p>
Using the embedding
of an affine space into a vector space, we will contruct the
projective completion of an affine space, and show how
rational curves can be dealt with as central projections
of polynomial curves, with appropriate generalizations
of the de Casteljau algorithm. <p>
Rational surfaces will be obtained as central projections
of polynomial surfaces.
If time permits, NURBS and
geometric continuity will be discussed.
This will require a little bit of
differential geometry. <p>
A class-room treatment of curves and surfaces in terms of polar forms
is rather new (although
used at Stanford by Leo Guibas and Lyle Ramshaw), but should be
illuminating and exciting.
Since books (even recent) do not follow such an approach,
I have written extensive course notes, which will be available. <p>
I will mix assignments not involving programming, and
small programming projects.
There are plenty of opportunities for trying out
the algorithms presented in the course. In particular,
it is fairly easy to program many of these algorithms in Mathematica
(I have done so, and I'm not such a great programmer!). <p>
At the end of the course, you will know how to write your <em> own </em>
algorithms to display the half Klein bottle shown below.<p>
<!WA4><a href="http://www.cis.upenn.edu/~jean/klein5.ps.Z"> Half Klein bottle</a><p>
<P>
</UL>
<P>
<I>published by:
<H2><!WA5><A HREF="mailto:[email protected]">Jean Gallier</A></H2>
</H4>
<BODY>
<HTML>
| ML-SWAT/Web2KnowledgeBase | webkb/course/misc/http:^^www.cis.upenn.edu^~jean^cis510.html | HTML | mit | 5,366 |
<!DOCTYPE html>
<html ng-app="interval trainer">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<!--styles-->
</head>
<body>
<div ui-view></div>
<!--scripts-->
</body>
</html>
| jeffboulay/interval-trainer | src/index.html | HTML | mit | 276 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Thu Nov 07 18:57:17 UTC 2013 -->
<title>R.dimen</title>
<meta name="date" content="2013-11-07">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="R.dimen";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/R.dimen.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="../../../is/mpg/ruglan/R.attr.html" title="class in is.mpg.ruglan"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../is/mpg/ruglan/R.drawable.html" title="class in is.mpg.ruglan"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?is/mpg/ruglan/R.dimen.html" target="_top">Frames</a></li>
<li><a href="R.dimen.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#methods_inherited_from_class_java.lang.Object">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>Method</li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">is.mpg.ruglan</div>
<h2 title="Class R.dimen" class="title">Class R.dimen</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>is.mpg.ruglan.R.dimen</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../is/mpg/ruglan/R.html" title="class in is.mpg.ruglan">R</a></dd>
</dl>
<hr>
<br>
<pre>public static final class <span class="strong">R.dimen</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" 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><strong><a href="../../../is/mpg/ruglan/R.dimen.html#activity_horizontal_margin">activity_horizontal_margin</a></strong></code>
<div class="block">Default screen margins, per the Android Design guidelines.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../is/mpg/ruglan/R.dimen.html#activity_vertical_margin">activity_vertical_margin</a></strong></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" 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><strong><a href="../../../is/mpg/ruglan/R.dimen.html#R.dimen()">R.dimen</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<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="activity_horizontal_margin">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>activity_horizontal_margin</h4>
<pre>public static final int activity_horizontal_margin</pre>
<div class="block">Default screen margins, per the Android Design guidelines.
Customize dimensions originally defined in res/values/dimens.xml (such as
screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#is.mpg.ruglan.R.dimen.activity_horizontal_margin">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="activity_vertical_margin">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>activity_vertical_margin</h4>
<pre>public static final int activity_vertical_margin</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../constant-values.html#is.mpg.ruglan.R.dimen.activity_vertical_margin">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="R.dimen()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>R.dimen</h4>
<pre>public R.dimen()</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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/R.dimen.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="../../../is/mpg/ruglan/R.attr.html" title="class in is.mpg.ruglan"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../is/mpg/ruglan/R.drawable.html" title="class in is.mpg.ruglan"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?is/mpg/ruglan/R.dimen.html" target="_top">Frames</a></li>
<li><a href="R.dimen.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#methods_inherited_from_class_java.lang.Object">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>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| Tritlo/rUglan | project/rUglan/doc/is/mpg/ruglan/R.dimen.html | HTML | mit | 9,518 |
<!--<div id="pagewidth-vert">-->
<!--<table class="patient-home-vert" width="100%">-->
<!--<tbody><tr>-->
<!--<td style="vertical-align: top;">-->
<!--<button id='form-home' class="menu-blue" onClick="window.location.href = '#home'">Home</button>-->
<!--{{#if phone}}-->
<!--<span class="patientName">Request from {{phone}} on {{#dateFormatdMY created}}{{/dateFormatdMY}}</span>-->
<!--{{/if}}-->
<!--</td>-->
<!--</tr>-->
<!--</tbody>-->
<!--</table>-->
<!--</div>-->
<div id="form-container">
{{#if recordId}}
<h1><a href="#edit/{{recordId}}">{{label}}</a></h1>
{{else}}
<h1>{{label}}</h1>
{{/if}}
<!--<p>{{#if phone}}-->
<!--<span class="patientName">Request from {{phone}} on {{#dateFormatdMY created}}{{/dateFormatdMY}}</span>-->
<!--{{/if}}-->
<!--</p>-->
<!--<h2>ID: {{recordId}}</h2>-->
<form id="theForm">
<div id="formElements">
<p class="dateHeader">{{#if _id}}
Created: {{#dateFormatdMY created}}{{/dateFormatdMY}}<br/>
Modified: {{#dateFormatdMY lastModified}}{{/dateFormatdMY}}
{{/if}}
</p>
</div>
</form>
</div> | chrisekelley/ubridge | public/js/app/templates/incidentRecord.html | HTML | mit | 1,290 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_131) on Tue Apr 30 13:34:40 PDT 2019 -->
<title>TriplestoreIndexer</title>
<meta name="date" content="2019-04-30">
<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="TriplestoreIndexer";
}
}
catch(err) {
}
//-->
var methods = {"i0":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?ca/islandora/alpaca/indexing/triplestore/TriplestoreIndexer.html" target="_top">Frames</a></li>
<li><a href="TriplestoreIndexer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#fields.inherited.from.class.org.apache.camel.builder.RouteBuilder">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>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">ca.islandora.alpaca.indexing.triplestore</div>
<h2 title="Class TriplestoreIndexer" class="title">Class TriplestoreIndexer</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.camel.builder.BuilderSupport</li>
<li>
<ul class="inheritance">
<li>org.apache.camel.builder.RouteBuilder</li>
<li>
<ul class="inheritance">
<li>ca.islandora.alpaca.indexing.triplestore.TriplestoreIndexer</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>org.apache.camel.RoutesBuilder</dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">TriplestoreIndexer</span>
extends org.apache.camel.builder.RouteBuilder</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.camel.builder.RouteBuilder">
<!-- -->
</a>
<h3>Fields inherited from class org.apache.camel.builder.RouteBuilder</h3>
<code>log</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="../../../../../ca/islandora/alpaca/indexing/triplestore/TriplestoreIndexer.html#TriplestoreIndexer--">TriplestoreIndexer</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="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>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../ca/islandora/alpaca/indexing/triplestore/TriplestoreIndexer.html#configure--">configure</a></span>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.camel.builder.RouteBuilder">
<!-- -->
</a>
<h3>Methods inherited from class org.apache.camel.builder.RouteBuilder</h3>
<code>addRoutes, addRoutesToCamelContext, checkInitialized, configureRest, configureRests, configureRoute, configureRoutes, createContainer, errorHandler, from, from, from, from, fromF, getContext, getRestCollection, getRestConfigurations, getRouteCollection, includeRoutes, intercept, interceptFrom, interceptFrom, interceptSendToEndpoint, onCompletion, onException, onException, populateRests, populateRoutes, populateTransformers, populateValidators, propertyInject, rest, rest, restConfiguration, restConfiguration, setErrorHandlerBuilder, setRestCollection, setRouteCollection, toString, transformer, validator</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.camel.builder.BuilderSupport">
<!-- -->
</a>
<h3>Methods inherited from class org.apache.camel.builder.BuilderSupport</h3>
<code>bean, bean, bean, bean, body, body, bodyAs, constant, createErrorHandlerBuilder, deadLetterChannel, deadLetterChannel, defaultErrorHandler, endpoint, endpoint, endpoints, endpoints, exceptionMessage, exchangeProperty, faultBody, faultBodyAs, getErrorHandlerBuilder, header, language, loggingErrorHandler, loggingErrorHandler, loggingErrorHandler, loggingErrorHandler, method, method, method, method, noErrorHandler, outBody, outBody, property, regexReplaceAll, regexReplaceAll, sendTo, setContext, setContext, simple, simple, simpleF, simpleF, systemProperty, systemProperty, xpath, xpath</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>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="TriplestoreIndexer--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>TriplestoreIndexer</h4>
<pre>public TriplestoreIndexer()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="configure--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>configure</h4>
<pre>public void configure()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>configure</code> in class <code>org.apache.camel.builder.RouteBuilder</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?ca/islandora/alpaca/indexing/triplestore/TriplestoreIndexer.html" target="_top">Frames</a></li>
<li><a href="TriplestoreIndexer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#fields.inherited.from.class.org.apache.camel.builder.RouteBuilder">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>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| Islandora-CLAW/Alpaca | docs/0.8.0/ca/islandora/alpaca/indexing/triplestore/TriplestoreIndexer.html | HTML | mit | 11,371 |
<!DOCTYPE html>
<html>
<head>
<title>React | Search</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.7.0/ol.css" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.7.3/css/bootstrap-select.css" type="text/css">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<div id="map-container"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.7.0/ol.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.devbridge-autocomplete/1.2.23/jquery.autocomplete.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.7.3/js/bootstrap-select.js"></script>
<script src="https://fb.me/react-0.13.3.js"></script>
<script src="https://fb.me/JSXTransformer-0.13.3.js"></script>
<script type="text/jsx" src="Map.jsx"></script>
<script type="text/jsx" src="SearchInput.jsx"></script>
<script type="text/jsx" src="ImageList.jsx"></script>
<script type="text/jsx">
React.render(<Map/>,document.getElementById('map-container'));
</script>
</body>
</html>
| sbortman/joker | plugins/joker-search/web-app/react-test/index.html | HTML | mit | 1,495 |
<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>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/1000-1999/1630-33.html | HTML | mit | 571 |
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description">
<meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon">
<title>OpenTl.Schema - API - TSecureValueError.Type Property</title>
<link href="/OpenTl.Schema/assets/css/mermaid.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/highlight.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/bootstrap/bootstrap.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/adminlte/AdminLTE.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/theme/theme.css" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,400i,700,700i" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="/OpenTl.Schema/assets/css/override.css" rel="stylesheet">
<script src="/OpenTl.Schema/assets/js/jquery-2.2.3.min.js"></script>
<script src="/OpenTl.Schema/assets/js/bootstrap.min.js"></script>
<script src="/OpenTl.Schema/assets/js/app.min.js"></script>
<script src="/OpenTl.Schema/assets/js/highlight.pack.js"></script>
<script src="/OpenTl.Schema/assets/js/jquery.slimscroll.min.js"></script>
<script src="/OpenTl.Schema/assets/js/jquery.sticky-kit.min.js"></script>
<script src="/OpenTl.Schema/assets/js/mermaid.min.js"></script>
<!--[if lt IE 9]>
<script src="/OpenTl.Schema/assets/js/html5shiv.min.js"></script>
<script src="/OpenTl.Schema/assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body class="hold-transition wyam layout-boxed ">
<div class="top-banner"></div>
<div class="wrapper with-container">
<!-- Header -->
<header class="main-header">
<a href="/OpenTl.Schema/" class="logo">
<span>OpenTl.Schema</span>
</a>
<nav class="navbar navbar-static-top" role="navigation">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle visible-xs-block" data-toggle="offcanvas" role="button">
<span class="sr-only">Toggle side menu</span>
<i class="fa fa-chevron-circle-right"></i>
</a>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle side menu</span>
<i class="fa fa-chevron-circle-down"></i>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse pull-left" id="navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/OpenTl.Schema/about.html">About This Project</a></li>
<li class="active"><a href="/OpenTl.Schema/api">API</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
<!-- Navbar Right Menu -->
</nav>
</header>
<!-- Left side column. contains the logo and sidebar -->
<aside class="main-sidebar ">
<section class="infobar" data-spy="affix" data-offset-top="60" data-offset-bottom="200">
<div id="infobar-headings"><h6>On This Page</h6><p><a href="#Syntax">Syntax</a></p>
<p><a href="#Attributes">Attributes</a></p>
<p><a href="#Value">Value</a></p>
<hr class="infobar-hidden">
</div>
</section>
<section class="sidebar">
<script src="/OpenTl.Schema/assets/js/lunr.min.js"></script>
<script src="/OpenTl.Schema/assets/js/searchIndex.js"></script>
<div class="sidebar-form">
<div class="input-group">
<input type="text" name="search" id="search" class="form-control" placeholder="Search Types...">
<span class="input-group-btn">
<button class="btn btn-flat"><i class="fa fa-search"></i></button>
</span>
</div>
</div>
<div id="search-results">
</div>
<script>
function runSearch(query){
$("#search-results").empty();
if( query.length < 2 ){
return;
}
var results = searchModule.search("*" + query + "*");
var listHtml = "<ul class='sidebar-menu'>";
listHtml += "<li class='header'>Type Results</li>";
if(results.length == 0 ){
listHtml += "<li>No results found</li>";
} else {
for(var i = 0; i < results.length; ++i){
var res = results[i];
listHtml += "<li><a href='" + res.url + "'>" + htmlEscape(res.title) + "</a></li>";
}
}
listHtml += "</ul>";
$("#search-results").append(listHtml);
}
$(document).ready(function(){
$("#search").on('input propertychange paste', function() {
runSearch($("#search").val());
});
});
function htmlEscape(html) {
return document.createElement('div')
.appendChild(document.createTextNode(html))
.parentNode
.innerHTML;
}
</script>
<hr>
<ul class="sidebar-menu">
<li class="header">Namespace</li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></li>
<li class="header">Type</li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueError">TSecureValueError</a></li>
<li role="separator" class="divider"></li>
<li class="header">Property Members</li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueError/91054A81.html">Hash</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueError/EEC0796B.html">Text</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueError/B12893B5.html">TextAsBinary</a></li>
<li class="selected"><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueError/00302CDC.html">Type</a></li>
</ul>
</section>
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<section class="content-header">
<h3><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueError">TSecureValueError</a>.</h3>
<h1>Type <small>Property</small></h1>
</section>
<section class="content">
<div class="panel panel-default">
<div class="panel-body">
<dl class="dl-horizontal">
<dt>Namespace</dt>
<dd><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></dd>
<dt>Containing Type</dt>
<dd><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueError">TSecureValueError</a></dd>
</dl>
</div>
</div>
<h1 id="Syntax">Syntax</h1>
<pre><code>[SerializationOrder(0)]
public ISecureValueType Type { get; set; }</code></pre>
<h1 id="Attributes">Attributes</h1>
<div class="box">
<div class="box-body no-padding table-responsive">
<table class="table table-striped table-hover two-cols">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody><tr>
<td>Serialization<wbr>Order<wbr>Attribute</td>
<td></td>
</tr>
</tbody></table>
</div>
</div>
<h1 id="Value">Value</h1>
<div class="box">
<div class="box-body no-padding table-responsive">
<table class="table table-striped table-hover two-cols">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody><tr>
<td><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecureValueType">ISecureValueType</a></td>
<td></td>
</tr>
</tbody></table>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer class="main-footer">
</footer>
</div>
<div class="wrapper bottom-wrapper">
<footer class="bottom-footer">
Generated by <a href="https://wyam.io">Wyam</a>
</footer>
</div>
<a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a>
<script>
// Close the sidebar if we select an anchor link
$(".main-sidebar a[href^='#']:not('.expand')").click(function(){
$(document.body).removeClass('sidebar-open');
});
$(document).load(function() {
mermaid.initialize(
{
flowchart:
{
htmlLabels: false,
useMaxWidth:false
}
});
mermaid.init(undefined, ".mermaid")
$('svg').addClass('img-responsive');
$('pre code').each(function(i, block) {
hljs.highlightBlock(block);
});
});
hljs.initHighlightingOnLoad();
// Back to top
$(window).scroll(function() {
if ($(this).scrollTop() >= 200) { // If page is scrolled more than 50px
$('#return-to-top').fadeIn(1000); // Fade in the arrow
} else {
$('#return-to-top').fadeOut(1000); // Else fade out the arrow
}
});
$('#return-to-top').click(function() { // When arrow is clicked
$('body,html').animate({
scrollTop : 0 // Scroll to top of body
}, 500);
});
</script>
</body></html> | OpenTl/OpenTl.Schema | docs/api/OpenTl.Schema/TSecureValueError/00302CDC.html | HTML | mit | 10,983 |
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>hilary_mason_data 2009 knowledge graph</title>
</head>
<body>
<p><a title="hilary_mason_data" href="../hilary_mason_data_home.html">hilary_mason_data</a> <a title="hilary_mason_data-2009" href="#">hilary_mason_data-2009</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>hilary_mason_data 2009 knowledge graph</h1>
<br/><h3>similar blogs computed by tfidf model</h3><br/><h3>similar blogs computed by <a title="lsi-model" href="./hilary_mason_data_lsi.html">lsi model</a></h3><br/><h3>similar blogs computed by <a title="lda-model" href="./hilary_mason_data_lda.html">lda model</a></h3><br/><h2>blogs list:</h2><p>1 <a title="hilary_mason_data-2009-38" href="../hilary_mason_data-2009/hilary_mason_data-2009-12-24-IgniteNYC%3A_The_video%21.html">hilary mason data-2009-12-24-IgniteNYC: The video!</a></p>
<p>Introduction: IgniteNYC: The video! Posted: December 24, 2009 | Author: hilary | Filed under: academics , blog | Tags: presentation , python | 15 Comments »
The video of my IgniteNYC presentation is up, and has gotten a great response!
I’m working on removing the me-specific bits from the code and I’ll be posting it as open-source very soon!</p><p>2 <a title="hilary_mason_data-2009-37" href="../hilary_mason_data-2009/hilary_mason_data-2009-11-25-IgniteNYC%3A_How_to_Replace_Yourself_with_a_Very_Small_Shell_Script.html">hilary mason data-2009-11-25-IgniteNYC: How to Replace Yourself with a Very Small Shell Script</a></p>
<p>Introduction: IgniteNYC: How to Replace Yourself with a Very Small Shell Script Posted: November 25, 2009 | Author: hilary | Filed under: blog , Presentations | Tags: email , ignitenyc , presentations , scripts | 15 Comments »
I recently gave a talk at IgniteNYC on How to Replace Yourself with a Very Small Shell Script .
The Ignite events are a fun blend of performance, technology, and speaking skill. Each presenter gives a five minute talk with twenty slides that auto-advance after 15 seconds.
The title of my talk is a classic geek reference (you can get the t-shirt ). I’m very interested in developing automated techniques for handling the massive and growing amounts of information that we all have to deal with. I started with e-mail and twitter, both of which are easy to access programmatically (via IMAP and the Twitter API ).
In the talk, I went through several of the simple and successful e-mail management scripts that I’ve developed.
I decided to</p><p>3 <a title="hilary_mason_data-2009-36" href="../hilary_mason_data-2009/hilary_mason_data-2009-11-10-My_code_is_on_TV_%28and_so_am_I%29%21.html">hilary mason data-2009-11-10-My code is on TV (and so am I)!</a></p>
<p>Introduction: My code is on TV (and so am I)! Posted: November 10, 2009 | Author: hilary | Filed under: academics , blog , Media | Tags: code , media , press , television | 5 Comments »
FoxNY did a piece featuring me and Diana as hackers who use our technical powers for good, not evil.
There are way too few female technologists on television, and I’m happy to do what I can to show that women kick ass with code! Look for my mischievous I’m-writing-infinite-nested-loops grin in the clip where I’m programming.
If this looks like fun to you, come join us at NYC Resistor (where the segment was filmed!) for Thursday night craft nights or for one of many awesome classes .</p><p>4 <a title="hilary_mason_data-2009-35" href="../hilary_mason_data-2009/hilary_mason_data-2009-10-17-Yahoo_OpenHackNYC%3A_The_Del.icio.us_Cake.html">hilary mason data-2009-10-17-Yahoo OpenHackNYC: The Del.icio.us Cake</a></p>
<p>Introduction: Yahoo OpenHackNYC: The Del.icio.us Cake Posted: October 17, 2009 | Author: hilary | Filed under: blog , projects | Tags: api , cake , conference , delicious , hack , openhacknyc | 4 Comments »
Last weekend Yahoo came to New York for an Open Hack Day , and it was great!
I was invited to speak on a panel on semantic metadata , moderated by Paul Ford (harpers.org) along with Marco Neumann (KONA) and Paul Tarjan (Yahoo/Search Monkey). The panel was a lively discussion, and we got some great questions from the audience.
After the panel, I stayed around to participate in the hack competition. Yahoo! provided a fantastic space, with free-flowing coffee, snacks, comfy chairs and plenty of Yahoo folks and other hackers around to give advice and play foosball with. I teamed up with Diana Eng , Alicia Gibb , and Bill Ward to create the Del.icio.us Cake!
The cake is attached to a laptop via USB. A program running on the laptop accepts a delicious</p><p>5 <a title="hilary_mason_data-2009-34" href="../hilary_mason_data-2009/hilary_mason_data-2009-10-16-Data%3A_first_and_last_names_from_the_US_Census.html">hilary mason data-2009-10-16-Data: first and last names from the US Census</a></p>
<p>Introduction: Data: first and last names from the US Census Posted: October 16, 2009 | Author: hilary | Filed under: blog | Tags: data , dataset , mysql , sql | 1 Comment »
I’ve found myself in need of a name distribution for a few projects recently, so I thought I would post it here so I won’t have to go looking for it again.
The data is available from the US Census Bureau (from 1990 census) here , and I have it here in a friendly MySQL *.sql format (it will create the tables and insert the data). There are three tables: male first names, female first names, and surnames.
I’ve noted several issues in the data that are likely the result of typos, so make sure to do your own validation if your application requires it.
The format is simple:
the name
frequency (percentage of people in the sampled population with that name)
cumulative frequency (as you read down the list, the percentage of total population covered)
rank
If you want to use this to generate</p><p>6 <a title="hilary_mason_data-2009-33" href="../hilary_mason_data-2009/hilary_mason_data-2009-10-03-Hadoop_World_NYC.html">hilary mason data-2009-10-03-Hadoop World NYC</a></p>
<p>Introduction: Hadoop World NYC Posted: October 3, 2009 | Author: hilary | Filed under: academics , blog | Tags: conference , data analysis , hadoop | 9 Comments »
Yesterday, I attended the first Hadoop World NYC conference. Hadoop is a platform for scalable distributed computing. In essence, it makes analyzing large quantities of data much faster, and analyzing very large quantities of data possible.
Cloudera did a great job organizing the conference, and managed to assemble a diverse set of speakers. The sessions covered everything from academic research to fraud detection to bioinformatics and even helping people fall in love (eHarmony uses Hadoop)!
I’m not going to review every session, but I saw several themes emerging from the content and conversations.
Hadoop is Getting Easier
New integrated UIs like Cloudera Desktop and Karmasphere mean that developers will no longer be required to use a command-line interface to configure and execute Hadoop job</p><p>7 <a title="hilary_mason_data-2009-32" href="../hilary_mason_data-2009/hilary_mason_data-2009-08-29-Do_you_do_human_subject_research%3F.html">hilary mason data-2009-08-29-Do you do human subject research?</a></p>
<p>Introduction: Do you do human subject research? Posted: August 29, 2009 | Author: hilary | Filed under: academics , blog | Tags: headlamp , human , research , science | 2 Comments »
Dear friends and colleagues,
Do you do research that involves gathering data from human participants? This can be anything from marketing surveys to psychology experiments to medical science. If so, please take a short (5 to 10 minute) survey:
research tool survey
The results of the survey will help us design a new platform for online human research !
I’m very excited about this project and would very much appreciate your input. If you have colleagues who do this kind of work, please pass it on.
Thank you!</p><p>8 <a title="hilary_mason_data-2009-31" href="../hilary_mason_data-2009/hilary_mason_data-2009-08-12-My_NYC_Python_Meetup_Presentation%3A_Practical_Data_Analysis_in_Python.html">hilary mason data-2009-08-12-My NYC Python Meetup Presentation: Practical Data Analysis in Python</a></p>
<p>Introduction: My NYC Python Meetup Presentation: Practical Data Analysis in Python Posted: August 12, 2009 | Author: hilary | Filed under: blog | Tags: data , data analysis , nltk , presentations , python , spam , twitter | Leave a comment »
I gave a talk at the NYC Python Meetup on July 29 on Practical Data Analysis in Python .
I tend to use my slides for visual representations of the concepts I’m discussing, so there’s a lot of content that was in the presentation that you unfortunately won’t see here.
The talk starts with the immense opportunities for knowledge derived from data. I spent some time showing data systems ‘in the wild’ along with the appropriate algorithmic vocabulary (for example, amazon.com ‘s ‘books you might like’ feature is a recommender system ).
Once we can describe the problems properly, we can look for tools, and Python has many! Finally, in the fun part of the presentation, I demoed working code that uses NLTK to build a Twitter sp</p><p>9 <a title="hilary_mason_data-2009-30" href="../hilary_mason_data-2009/hilary_mason_data-2009-06-01-My_Barcamp_Presentation%3A_Have_Data%3F_What_Now%3F%21.html">hilary mason data-2009-06-01-My Barcamp Presentation: Have Data? What Now?!</a></p>
<p>Introduction: My Barcamp Presentation: Have Data? What Now?! Posted: June 1, 2009 | Author: hilary | Filed under: blog | Tags: barcamp , barcampnyc , classifier , clustering , conference , data , presentations | Leave a comment »
I gave a talk at BarCampNYC4 on Saturday on common data problems and a very light overview of algorithms that address them.
My talk at barcampnyc4 - photo courtesy of dynamist on flickr.
I delivered the majority of the content verbally, by talking through examples of problems and how to solve them, so there’s no guarantee that these slides will make sense, but they might be funny!
Have data? What now?!
View more presentations from Hilary Mason .
Sanford took some excellent notes during the presentation.
There were some very nice comments on twitter.
The discussion was so lively and engaging that I’m planning to expand on this content — I really welcome your suggestions and comments!</p><p>10 <a title="hilary_mason_data-2009-29" href="../hilary_mason_data-2009/hilary_mason_data-2009-05-07-I%E2%80%99m_on_Jon_Udell%E2%80%99s_Interviews_with_Innovators%21.html">hilary mason data-2009-05-07-I’m on Jon Udell’s Interviews with Innovators!</a></p>
<p>Introduction: I’m on Jon Udell’s Interviews with Innovators! Posted: May 7, 2009 | Author: hilary | Filed under: blog | Tags: media , path101 , podcast | Leave a comment »
Jon Udell hosted Charlie and I on his Interviews with Innovators podcast.
We discussed Path101 ‘s approach to career advice through data, and how the high availability of data is changing the way we make decisions.
Listen here .</p><p>11 <a title="hilary_mason_data-2009-28" href="../hilary_mason_data-2009/hilary_mason_data-2009-04-28-LSL%3A_AOL_IM_Status_Indicator.html">hilary mason data-2009-04-28-LSL: AOL IM Status Indicator</a></p>
<p>Introduction: LSL: AOL IM Status Indicator Posted: April 28, 2009 | Author: hilary | Filed under: blog | Tags: aim , lsl , second life | 3 Comments »
I think this might be my very first LSL script, from back in 2005! This script indicates whether your AIM (AOL Instant Messenger) account is online by changing the color of an object. You can configure it to either share your AIM ID publicly, or keep it private.
AIM Indicators in Second LIfe
This script uses the AIM web services API to check your online status — you only need to give it your username, not your password! This is not a proxy service. You can’t send messages through this script, just show your online status in SL.
To use this script, create an object in your favorite shape, create a new script inside of it, paste this code into it and save .
key request_id;
string aim_id;
string av_name;
key data_card;
integer nLine = 0;
integer public = TRUE;
default
{
state_entry()
{
llSetText(</p><p>12 <a title="hilary_mason_data-2009-27" href="../hilary_mason_data-2009/hilary_mason_data-2009-04-02-From_the_ACM%3A_Learning_More_About_Active_Learning.html">hilary mason data-2009-04-02-From the ACM: Learning More About Active Learning</a></p>
<p>Introduction: From the ACM: Learning More About Active Learning Posted: April 2, 2009 | Author: hilary | Filed under: blog | Tags: acm , active learning , machine learning | 2 Comments Âť
The April edition of Communications of the ACM has an interesting article on recent advances in active learning by Graeme Stemp-Morlock.
In passive learning (a more traditional approach), you build a large training set of classified data by (often) manually assigning labels. This data is used as the basis of your analysis.
In the real world, we find that generating these large sets of labeled data is often expensive and time consuming. With active learning , you identify the most ambiguous data to label, resulting in a much higher payoff for each label defined (and fewer headaches for your labelers).
The article goes on to mention that active learning is being used in practice with excellent results (for example in music identification, text classification, and even bioinfo</p><p>13 <a title="hilary_mason_data-2009-26" href="../hilary_mason_data-2009/hilary_mason_data-2009-02-28-LSL%3A_Newspaper_Stand_%28Pull_Data_From_an_API_and_Display_it_in_Second_Life%29.html">hilary mason data-2009-02-28-LSL: Newspaper Stand (Pull Data From an API and Display it in Second Life)</a></p>
<p>Introduction: LSL: Newspaper Stand (Pull Data From an API and Display it in Second Life) Posted: February 28, 2009 | Author: hilary | Filed under: blog | Tags: edtech , lsl , news , rss , second life , virtualworlds , xml , yahoo | 6 Comments » Second Life news stand
One of the more popular objects that I created in Second Life is the News Stand. This charming device takes any query term and displays the two latest headlines from Yahoo! News. Clicking the news stand will load the top news story for the topic in a web browser.
I’ve gotten more requests to customize the script than I can possibly keep up with, so I’ve decided to release the code under a creative commons license. I hope you find it useful! Please let me know if you make improvements, so that I can link to them from here.
Unfortunately, parsing XML at all and RSS feeds in particular is extremely messy in LSL. This script doesn’t contain a general RSS feed parser — the parsing code was written s</p><p>14 <a title="hilary_mason_data-2009-25" href="../hilary_mason_data-2009/hilary_mason_data-2009-02-10-JWU_Guest_Lecture%3A_Introduction_to_JavaScript_and_AJAX.html">hilary mason data-2009-02-10-JWU Guest Lecture: Introduction to JavaScript and AJAX</a></p>
<p>Introduction: JWU Guest Lecture: Introduction to JavaScript and AJAX Posted: February 10, 2009 | Author: hilary | Filed under: blog | Tags: ajax , javascript , jwu , presentations | Leave a comment » JWU Guest Talk: JavaScript and AJAX
View more presentations from Hilary Mason . (tags: javascript jwu )
I was invited to give a talk at JWU for an audience of graphic design students on how to enhance their XHTML/CSS skills with JavaScript and AJAX. Enjoy the slides, and I’m looking forward to part 2!</p><p>15 <a title="hilary_mason_data-2009-24" href="../hilary_mason_data-2009/hilary_mason_data-2009-01-31-WordPress_tip%3A_Move_comments_from_one_post_to_another_post.html">hilary mason data-2009-01-31-WordPress tip: Move comments from one post to another post</a></p>
<p>Introduction: WordPress tip: Move comments from one post to another post Posted: January 31, 2009 | Author: hilary | Filed under: blog | Tags: tips , wordpress | 3 Comments »
I recently ended up with two posts on this site about the same project — one was a short summary, and the other a long, detailed article. I decided to consolidate them into the longer article, but I didn’t want to lose the six comments that had been posted to the short article.
I couldn’t find a way in the WordPress UI to move comments from one post to another, so I jumped into the database. If you run WordPress on a host, they probably provide a MySQL management tool like PHPMyAdmin, or you can log in with a mysql client.
First, find the table that contains the posts for your blog (the table name usually ends in _posts ). Find the ID that matches the post you want to move comments from , and the ID for the post that you want to move comments to .
Note: An easy way to do this is to search by t</p><p>16 <a title="hilary_mason_data-2009-23" href="../hilary_mason_data-2009/hilary_mason_data-2009-01-01-Twitter%3A_A_greasemonkey_script_to_show_who_follows_you.html">hilary mason data-2009-01-01-Twitter: A greasemonkey script to show who follows you</a></p>
<p>Introduction: Twitter: A greasemonkey script to show who follows you Posted: January 1, 2009 | Author: hilary | Filed under: blog | Tags: extension , firefox , greasemonkey , script , socialmedia , status , twitter | 9 Comments »
A couple of days ago I saw @skap5′s comment :
“Dear Twitter Is it too much to ask to add a follower marker so I can know if someone is following me and not just if I am following them?”
I think that Twitter could benefit from displaying more information on the home page, and this idea was easy enough to code up. It should save some time and make the Twitter homepage that much more useful.
The script displays a tiny icon on top of the portrait of people who are following you back on your Twitter home page. It leaves your non-followers alone, though it would be easy enough to develop a version that puts silly mustaches on them.
This is only a first version, and I welcome your comments and suggestions.
If you already have Greasemo</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>
| makerhacker/makerhacker.github.io | blog-mining/hilary_mason_data/home/hilary_mason_data-2009_home.html | HTML | mit | 19,540 |
<!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) on Sun Feb 09 15:21:29 PST 2014 -->
<title>javax.lang.model.type</title>
<meta name="date" content="2014-02-09">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../javax/lang/model/type/package-summary.html" target="classFrame">javax.lang.model.type</a></h1>
<div class="indexContainer">
<h2 title="Interfaces">Interfaces</h2>
<ul title="Interfaces">
<li><a href="ArrayType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">ArrayType</span></a></li>
<li><a href="DeclaredType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">DeclaredType</span></a></li>
<li><a href="ErrorType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">ErrorType</span></a></li>
<li><a href="ExecutableType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">ExecutableType</span></a></li>
<li><a href="IntersectionType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">IntersectionType</span></a></li>
<li><a href="NoType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">NoType</span></a></li>
<li><a href="NullType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">NullType</span></a></li>
<li><a href="PrimitiveType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">PrimitiveType</span></a></li>
<li><a href="ReferenceType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">ReferenceType</span></a></li>
<li><a href="TypeMirror.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">TypeMirror</span></a></li>
<li><a href="TypeVariable.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">TypeVariable</span></a></li>
<li><a href="TypeVisitor.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">TypeVisitor</span></a></li>
<li><a href="UnionType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">UnionType</span></a></li>
<li><a href="WildcardType.html" title="interface in javax.lang.model.type" target="classFrame"><span class="interfaceName">WildcardType</span></a></li>
</ul>
<h2 title="Enums">Enums</h2>
<ul title="Enums">
<li><a href="TypeKind.html" title="enum in javax.lang.model.type" target="classFrame">TypeKind</a></li>
</ul>
<h2 title="Exceptions">Exceptions</h2>
<ul title="Exceptions">
<li><a href="MirroredTypeException.html" title="class in javax.lang.model.type" target="classFrame">MirroredTypeException</a></li>
<li><a href="MirroredTypesException.html" title="class in javax.lang.model.type" target="classFrame">MirroredTypesException</a></li>
<li><a href="UnknownTypeException.html" title="class in javax.lang.model.type" target="classFrame">UnknownTypeException</a></li>
</ul>
</div>
</body>
</html>
| fbiville/annotation-processing-ftw | doc/Jsr269-1.8/javax/lang/model/type/package-frame.html | HTML | mit | 3,436 |
<fieldset>
<legend class="
{{#if isLegendHidden}}
visuallyhidden
{{else}}
form-title heading-large
{{/if}}"
id="{{legendId}}">{{{legend}}}</legend>
{{#EL_ROW}}
{{#EL_2FA}}
<div class="two-fa">
<img src="{{@root.assetPath}}images/logo_mot.gif" width="56" height="53" alt="MOT" class="two-fa__logo">
{{text}}
{{#if pin }}
<strong class="two-fa__pin">{{pin}}</strong>
{{/if}}
</div>
{{/EL_2FA}}
{{#if EL_CRITERIA}}
{{#EL_CRITERIA}}
<div id="{{name}}" class="module-criteria">
<span>{{text}}</span>
<ul class="criteria__list">
<li data-criteria-param="8" data-criteria="minLength" class="criteria__criterion">8, or more, characters</li>
<li data-criteria="hasNumeric" class="criteria__criterion">1, or more, numbers</li>
<li data-criteria="hasMixedCase" class="criteria__criterion">upper and lower case letters</li>
</ul>
{{#if userId}}
<span>and, must not</span>
<ul class="criteria__list">
<li data-criteria-param="{{userId}}" data-criteria="notMatch" class="criteria__criterion">match your username</li>
</ul>
{{/if}}
</div>
{{/EL_CRITERIA}}
{{else}}
<div class="
form-group
{{#if EL_TOUCH.isInline}}inline{{/if}}
{{#if EL_2FA}}two-fa__input{{/if}}
{{#if error}}
has-error
{{else}}
{{#if EL_INPUT.isCompound}}form-group-compound{{/if}}
{{/if}}
">
{{#if isFieldset }}
<fieldset>
<legend class="form-label {{#if mod }}{{mod}}{{/if }}">
{{> atom_question}}
</legend>
{{#EL_DATE}}
<div class="form-date">
<div class="form-group form-group-day">
<label for="{{../name}}-day">Day</label>
<input type="{{type}}" id="{{../name}}-day" value="{{valueDay}}" class="form-control">
</div>
<div class="form-group form-group-month">
<label for="{{../name}}-month">Month</label>
<input type="{{type}}" id="{{../name}}-month" value="{{valueMonth}}" class="form-control">
</div>
<div class="form-group form-group-year">
<label for="{{../name}}-year">Year</label>
<input type="{{type}}" id="{{../name}}-year" value="{{valueYear}}" class="form-control">
</div>
</div>
{{/EL_DATE}}
{{#EL_TIME}}
<div class="form-time">
<div class="form-group form-group-hour">
<label for="{{../name}}-hour" class="visuallyhidden">Hours</label>
<input type="{{type}}" id="{{../name}}-hour" value="{{valueHour}}" class="form-control">
</div>
<div class="form-group form-group-delimeter">
:
</div>
<div class="form-group form-group-minutes">
<label for="{{../name}}-minutes" class="visuallyhidden">Minutes</label>
<input type="{{type}}" id="{{../name}}-minutes" value="{{valueMinutes}}" class="form-control">
</div>
<div class="form-group form-group-ampm">
<label for="{{../name}}-ampm" class="visuallyhidden">am or pm</label>
<select id="{{../name}}-ampm" class="form-control">
<option value="am">am</option>
<option value="pm">pm</option>
</select>
</div>
</div>
{{/EL_TIME}}
{{#EL_PIN}}
<div class="form-pin">
<div class="form-group form-group-pin">
<label for="{{../name}}-1">{{digit1}}</label>
<input type="{{type}}" id="{{../name}}-1" value="{{value1}}" class="form-control">
</div>
<div class="form-group form-group-pin">
<label for="{{../name}}-2">{{digit2}}</label>
<input type="{{type}}" id="{{../name}}-2" value="{{value2}}" class="form-control">
</div>
<div class="form-group form-group-pin">
<label for="{{../name}}-3">{{digit3}}</label>
<input type="{{type}}" id="{{../name}}-3" value="{{value3}}" class="form-control">
</div>
</div>
{{/EL_PIN}}
{{#EL_TOUCH}}
{{#each options}}
{{#if blockText}}
<p class="form-block">{{blockText}}</p>
{{else}}
<label
class="block-label"
for="{{../../../name}}{{value}}"
{{#if dataTarget }}
data-target="{{dataTarget}}"
{{/if}}
>
<input
type="{{type}}"
value="{{value}}"
{{#if isSelected}}checked{{/if}}
name="{{../../../name}}"
id="{{../../../name}}{{value}}"
>
{{text}}
</label>
{{/if}}
{{/each}}
{{/EL_TOUCH}}
</fieldset>
{{else}}
<label for="{{name}}" class="form-label {{#unless error}}{{#if mod }}{{mod}}{{/if }}{{/unless}}">
{{> atom_question}}
</label>
{{> atom_select}}
{{> atom_input}}
{{> atom_textarea}}
{{/if}}
</div>
{{#EL_TARGET}}
<div class="panel-indent js-hidden {{#if error}}has-error{{/if}}" id="{{dataTarget}}">
<label class="form-label" for="{{../name}}-target">
{{> atom_question}}
</label>
<input
type="{{EL_INPUT.type}}"
name="{{../name}}-target"
id="{{../name}}-target"
value="{{EL_INPUT.value}}"
class="
form-control
{{#if EL_INPUT.mod}} form-control-{{EL_INPUT.mod}}{{/if}}
"
{{#if EL_INPUT.isPasteDisabled}}onpaste="return false;"{{/if}}
{{#if EL_INPUT.isCopyDisabled}}oncopy="return false;"{{/if}}
>
</div>
{{/EL_TARGET}}
{{/if}}
{{/EL_ROW}}
</fieldset>
| visualunderground/kurad-styleguide | app/views/_partials/molecule_formgroup.html | HTML | mit | 8,565 |
<html><body>
<h4>Windows 10 x64 (19042.572) 20H2</h4><br>
<h2>_CM_INTENT_LOCK</h2>
<font face="arial"> +0x000 OwnerCount : Uint4B<br>
+0x008 OwnerTable : Ptr64 Ptr64 <a href="./_CM_KCB_UOW.html">_CM_KCB_UOW</a><br>
</font></body></html> | epikcraw/ggool | public/Windows 10 x64 (19042.572) 20H2/_CM_INTENT_LOCK.html | HTML | mit | 258 |
<section class="usernameprofile">
<div class="widgets">
<p-growl [value]="msgs"></p-growl>
<div class="row">
<div class="col-md-10">
<ba-card title="USER PROFILE" baCardClass="with-scroll">
<form class="form-horizontal">
<div *ngFor="let fields of fieldLists">
<div class="form-group row" [ngSwitch]="fields.fieldtype">
<label for="inputEmail3" class="col-sm-4 form-control-label">{{fields.displayname}}</label>
<div *ngSwitchCase="'text'" class="col-sm-4">
<div *ngIf="fields.labelname == 'points'">
<span> {{fields.value}} </span>
</div>
<div *ngIf="fields.labelname !== 'points'">
<span *ngIf="!fields.visiblity" style="cursor: pointer" (click)="edit(fields.labelname)"> {{fields.value}} </span>
<a *ngIf="!fields.visiblity" (click)="edit(fields.labelname)" style="cursor: pointer; margin-left: 20px;"> <i class="ion-edit"></i> </a>
<input *ngIf="fields.visiblity" [id]="fields.labelname" class="form-control" type="text" [value]="fields.value">
<button *ngIf="fields.visiblity" (click)="editSave(fields.labelname, fields.fieldtype)" type="button" class="btn btn-success btn-icon"><i class="ion-android-checkmark-circle"></i></button>
<button *ngIf="fields.visiblity" (click)="editCancel(fields.labelname)" type="button" class="btn btn-danger btn-icon"><i class="ion-nuclear"></i></button>
</div>
</div>
<div *ngSwitchCase="'long_text'" class="col-sm-4">
<span *ngIf="!fields.visiblity" style="cursor: pointer" (click)="edit(fields.labelname)"> {{fields.value}} </span>
<a *ngIf="!fields.visiblity" (click)="edit(fields.labelname)" style="cursor: pointer; margin-left: 20px;"> <i class="ion-edit"></i> </a>
<textarea *ngIf="fields.visiblity" [id]="fields.labelname" class="form-control" [value]="fields.value"></textarea>
<button *ngIf="fields.visiblity" (click)="editSave(fields.labelname, fields.fieldtype)" type="button" class="btn btn-success btn-icon"><i class="ion-android-checkmark-circle"></i></button>
<button *ngIf="fields.visiblity" (click)="editCancel(fields.labelname)" type="button" class="btn btn-danger btn-icon"><i class="ion-nuclear"></i></button>
</div>
<div *ngSwitchCase="'image'" class="col-sm-4">
<!--<img id="imagePath_{{fields.labelname}}" class="img-responsive" style="height: 150px; width: 150px">-->
<p-fileUpload
name="sampleFile"
url="/api/upload/"
accept="image/*"
multiple="multiple"
(onUpload)="onUploadPhoto($event, fields.labelname)"
auto="true"
showButtons="false"
*ngIf="fields.visiblity">
</p-fileUpload>
<input
class="form-control"
type="hidden"
id="image_{{fields.labelname}}">
<img
id="imagePath_{{fields.labelname}}"
class="img-responsive"
style="height: 150px; width: 150px">
<input *ngIf="fields.visiblity" type="button" class="btn btn-danger" (click)="removeImage(fields.labelname)" value="Remove">
<!--<span *ngIf="!fields.visiblity" style="cursor: pointer" (click)="edit(fields.labelname)"> {{fields.value}} </span>-->
<a *ngIf="!fields.visiblity" (click)="edit(fields.labelname)" style="cursor: pointer; margin-left: 20px;"> <i class="ion-edit"></i> </a>
<!--<input *ngIf="fields.visiblity" [id]="fields.labelname" type="file" class="form-control" [value]="fields.value">-->
<!-- <button *ngIf="fields.visiblity" (click)="editSave(fields.labelname)" type="button" class="btn btn-success btn-icon"><i class="ion-android-checkmark-circle"></i></button>
<button *ngIf="fields.visiblity" (click)="editCancel(fields.labelname)" type="button" class="btn btn-danger btn-icon"><i class="ion-nuclear"></i></button> -->
</div>
<div *ngSwitchCase="'list'" class="col-sm-4">
<span *ngIf="!fields.visiblity" style="cursor: pointer" (click)="edit(fields.labelname)"> {{fields.value}} </span>
<a *ngIf="!fields.visiblity" (click)="edit(fields.labelname)" style="cursor: pointer; margin-left: 20px;"> <i class="ion-edit"></i> </a>
<div *ngIf="fields.labelname == 'province'">
<select
[id]="fields.labelname"
*ngIf="fields.visiblity"
(change)="onChangeProvince($event.target.value)"
class="form-control"
[value]="fields.value">
<option value="">--- Select ---</option>
<option *ngFor="let opt of _provinceLists" [value]="opt.name">{{opt.name}}</option>
</select>
</div>
<div *ngIf="fields.labelname == 'district'">
<select
[id]="fields.labelname"
*ngIf="fields.visiblity"
class="form-control"
[value]="fields.value">
<option value="">--- Select ---</option>
<option *ngFor="let opt of _districtOptionLists" [value]="opt">{{opt}}</option>
</select>
</div>
<div *ngIf="fields.labelname == 'area'">
<select
[id]="fields.labelname"
*ngIf="fields.visiblity"
class="form-control"
[value]="fields.value">
<option value="">--- Select ---</option>
<option *ngFor="let opt of _areaOptionLists" [value]="opt">{{opt}}</option>
</select>
</div>
<div *ngIf="fields.labelname !== 'province' && fields.labelname !== 'district' && fields.labelname !== 'area'">
<select
[id]="fields.labelname"
*ngIf="fields.visiblity"
class="form-control"
[value]="fields.value">
<option value="">--- Select ---</option>
<option *ngFor="let opt of fields.lookupdata" [value]="opt.key">{{opt.value}}</option>
</select>
</div>
<button *ngIf="fields.visiblity" (click)="editSave(fields.labelname, fields.fieldtype)" type="button" class="btn btn-success btn-icon"><i class="ion-android-checkmark-circle"></i></button>
<button *ngIf="fields.visiblity" (click)="editCancel(fields.labelname)" type="button" class="btn btn-danger btn-icon"><i class="ion-nuclear"></i></button>
</div>
<div *ngSwitchCase="'multi_selected_list'" class="col-sm-4">
<span *ngIf="!fields.visiblity" style="cursor: pointer" (click)="edit(fields.labelname)"> {{fields.value}} </span>
<a *ngIf="!fields.visiblity" (click)="edit(fields.labelname)" style="cursor: pointer; margin-left: 20px;"> <i class="ion-edit"></i> </a>
<select
[id]="fields.labelname"
*ngIf="fields.visiblity"
class="form-control"
[value]="fields.value"
multiple>
<option value="">--- Select ---</option>
</select>
<button *ngIf="fields.visiblity" (click)="editSave(fields.labelname, fields.fieldtype)" type="button" class="btn btn-success btn-icon"><i class="ion-android-checkmark-circle"></i></button>
<button *ngIf="fields.visiblity" (click)="editCancel(fields.labelname)" type="button" class="btn btn-danger btn-icon"><i class="ion-nuclear"></i></button>
</div>
<div *ngSwitchCase="'checkbox'" class="col-sm-4">
<span *ngIf="!fields.visiblity" style="cursor: pointer" (click)="edit(fields.labelname)"> {{fields.value}} </span>
<a *ngIf="!fields.visiblity" (click)="edit(fields.labelname)" style="cursor: pointer; margin-left: 20px;"> <i class="ion-edit"></i> </a>
<div *ngFor="let look of lookupdata">
<input [id]="fields.labelname" *ngIf="fields.visiblity" type="checkbox" class="form-control" [value]="fields.value"> {{look.value}}
</div>
<button *ngIf="fields.visiblity" (click)="editSave(fields.labelname, fields.fieldtype)" type="button" class="btn btn-success btn-icon"><i class="ion-android-checkmark-circle"></i></button>
<button *ngIf="fields.visiblity" (click)="editCancel(fields.labelname)" type="button" class="btn btn-danger btn-icon"><i class="ion-nuclear"></i></button>
</div>
<div *ngSwitchCase="'point'" class="col-sm-4">
<span *ngIf="!fields.visiblity" style="cursor: pointer"> {{fields.value}} </span>
<!--<span *ngIf="!fields.visiblity" style="cursor: pointer" (click)="edit(fields.labelname)"> {{fields.value}} </span>-->
<!--<a *ngIf="!fields.visiblity" (click)="edit(fields.labelname)" style="cursor: pointer; margin-left: 20px;"> <i class="ion-edit"></i> </a>-->
<!--<input [id]="fields.labelname" *ngIf="fields.visiblity" type="text" class="form-control" [value]="fields.value">
<button *ngIf="fields.visiblity" (click)="editSave(fields.labelname)" type="button" class="btn btn-success btn-icon"><i class="ion-android-checkmark-circle"></i></button>
<button *ngIf="fields.visiblity" (click)="editCancel(fields.labelname)" type="button" class="btn btn-danger btn-icon"><i class="ion-nuclear"></i></button>-->
</div>
<div *ngSwitchCase="'url'" class="col-sm-4">
<span *ngIf="!fields.visiblity" style="cursor: pointer" (click)="edit(fields.labelname)"> {{fields.value}} </span>
<a *ngIf="!fields.visiblity" (click)="edit(fields.labelname)" style="cursor: pointer; margin-left: 20px;"> <i class="ion-edit"></i> </a>
<input [id]="fields.labelname" *ngIf="fields.visiblity" type="text" class="form-control" [value]="fields.value">
<button *ngIf="fields.visiblity" (click)="editSave(fields.labelname, fields.fieldtype)" type="button" class="btn btn-success btn-icon"><i class="ion-android-checkmark-circle"></i></button>
<button *ngIf="fields.visiblity" (click)="editCancel(fields.labelname)" type="button" class="btn btn-danger btn-icon"><i class="ion-nuclear"></i></button>
</div>
<div *ngSwitchCase="'map'" class="col-sm-4">
<span *ngIf="!fields.visiblity" style="cursor: pointer" (click)="edit(fields.labelname)"> {{fields.value}} </span>
<a *ngIf="!fields.visiblity" (click)="edit(fields.labelname)" style="cursor: pointer; margin-left: 20px;"> <i class="ion-edit"></i> </a>
<input [id]="fields.labelname" *ngIf="fields.visiblity" type="text" class="form-control" [value]="fields.value">
<button *ngIf="fields.visiblity" (click)="editSave(fields.labelname, fields.fieldtype)" type="button" class="btn btn-success btn-icon"><i class="ion-android-checkmark-circle"></i></button>
<button *ngIf="fields.visiblity" (click)="editCancel(fields.labelname)" type="button" class="btn btn-danger btn-icon"><i class="ion-nuclear"></i></button>
</div>
</div>
</div>
</form>
</ba-card>
</div>
</div>
</div>
</section>
| AhmedAlmodrs/datacenter | src/app/pages/users/components/myprofile/myprofile.html | HTML | mit | 12,936 |
<!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="./aaf8fbd5bfee65db931ed137bca246ebf79d18e27112f8ae4cbc825b8b462281.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/42bb9c4a6e2a58f7f4460cc21b1fb1e4de47cfa52c14b460c8d96cf5c99d31d1.html | HTML | mit | 550 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>dpdgraph: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.10.0 / dpdgraph - 0.6.4</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
dpdgraph
<small>
0.6.4
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-03 02:25:39 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-03 02:25:39 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.10.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.08.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.08.1 Official release 4.08.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
license: "LGPL 2.1"
homepage: "https://github.com/karmaki/coq-dpdgraph"
build: [
["./configure"]
["echo" "%{jobs}%" "jobs for the linter"]
[make]
]
bug-reports: "https://github.com/karmaki/coq-dpdgraph/issues"
dev-repo: "git+https://github.com/karmaki/coq-dpdgraph.git"
install: [
[make "install" "BINDIR=%{bin}%"]
]
remove: [
["rm" "%{bin}%/dpd2dot" "%{bin}%/dpdusage"]
["rm" "-R" "%{lib}%/coq/user-contrib/dpdgraph"]
]
depends: [
"ocaml" {< "4.08.0"}
"coq" {>= "8.9" & < "8.10~"}
"ocamlgraph"
]
authors: [ "Anne Pacalet" "Yves Bertot"]
synopsis: "Compute dependencies between Coq objects (definitions, theorems) and produce graphs"
flags: light-uninstall
url {
src:
"https://github.com/Karmaki/coq-dpdgraph/releases/download/v0.6.4/coq-dpdgraph-0.6.4.tgz"
checksum: "md5=93e5ffcfa808fdba9cc421866ee1d416"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-dpdgraph.0.6.4 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.10.0).
The following dependencies couldn't be met:
- coq-dpdgraph -> ocaml < 4.08.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-dpdgraph.0.6.4</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.08.1-2.0.5/released/8.10.0/dpdgraph/0.6.4.html | HTML | mit | 6,729 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>My Project: src/transports/tcp/tcp.c 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/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">My Project
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="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)">
</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_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_4ef9e1fab6db8f1c439d7edf0c56068f.html">transports</a></li><li class="navelem"><a class="el" href="dir_d8522389cf87352535be296338c83cb5.html">tcp</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> |
<a href="#var-members">Variables</a> </div>
<div class="headertitle">
<div class="title">tcp.c File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include "<a class="el" href="transports_2tcp_2tcp_8h_source.html">tcp.h</a>"</code><br />
<code>#include "<a class="el" href="btcp_8h_source.html">btcp.h</a>"</code><br />
<code>#include "<a class="el" href="ctcp_8h_source.html">ctcp.h</a>"</code><br />
<code>#include "<a class="el" href="tcp_8h_source.html">../../tcp.h</a>"</code><br />
<code>#include "<a class="el" href="port_8h_source.html">../utils/port.h</a>"</code><br />
<code>#include "<a class="el" href="iface_8h_source.html">../utils/iface.h</a>"</code><br />
<code>#include "<a class="el" href="err_8h_source.html">../../utils/err.h</a>"</code><br />
<code>#include "<a class="el" href="alloc_8h_source.html">../../utils/alloc.h</a>"</code><br />
<code>#include "<a class="el" href="fast_8h_source.html">../../utils/fast.h</a>"</code><br />
<code>#include "<a class="el" href="list_8h_source.html">../../utils/list.h</a>"</code><br />
<code>#include "<a class="el" href="cont_8h_source.html">../../utils/cont.h</a>"</code><br />
<code>#include <string.h></code><br />
<code>#include <unistd.h></code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for tcp.c:</div>
<div class="dyncontent">
<div class="center"><img src="tcp_8c__incl.png" border="0" usemap="#src_2transports_2tcp_2tcp_8c" alt=""/></div>
<map name="src_2transports_2tcp_2tcp_8c" id="src_2transports_2tcp_2tcp_8c">
<area shape="rect" id="node2" href="transports_2tcp_2tcp_8h.html" title="tcp.h" alt="" coords="317,96,368,123"/>
<area shape="rect" id="node15" href="btcp_8h.html" title="btcp.h" alt="" coords="152,96,211,123"/>
<area shape="rect" id="node16" href="ctcp_8h.html" title="ctcp.h" alt="" coords="235,96,293,123"/>
<area shape="rect" id="node17" href="tcp_8h.html" title="../../tcp.h" alt="" coords="1085,96,1160,123"/>
<area shape="rect" id="node18" href="port_8h.html" title="../utils/port.h" alt="" coords="363,395,457,421"/>
<area shape="rect" id="node19" href="iface_8h.html" title="../utils/iface.h" alt="" coords="811,96,912,123"/>
<area shape="rect" id="node21" href="err_8h.html" title="../../utils/err.h" alt="" coords="551,96,651,123"/>
<area shape="rect" id="node25" href="alloc_8h.html" title="../../utils/alloc.h" alt="" coords="901,395,1013,421"/>
<area shape="rect" id="node24" href="fast_8h.html" title="fast.h" alt="" coords="681,171,735,197"/>
<area shape="rect" id="node9" href="list_8h.html" title="utils/list.h" alt="" coords="526,245,604,272"/>
<area shape="rect" id="node26" href="cont_8h.html" title="../../utils/cont.h" alt="" coords="1035,320,1145,347"/>
<area shape="rect" id="node3" href="transport_8h.html" title="../../transport.h" alt="" coords="210,171,317,197"/>
<area shape="rect" id="node4" href="nn_8h.html" title="nn.h" alt="" coords="455,245,501,272"/>
<area shape="rect" id="node7" href="fsm_8h.html" title="aio/fsm.h" alt="" coords="69,245,144,272"/>
<area shape="rect" id="node10" href="msg_8h.html" title="utils/msg.h" alt="" coords="201,245,287,272"/>
<area shape="rect" id="node13" href="int_8h.html" title="int.h" alt="" coords="57,469,103,496"/>
<area shape="rect" id="node8" href="queue_8h.html" title="../utils/queue.h" alt="" coords="22,320,129,347"/>
<area shape="rect" id="node11" href="chunkref_8h.html" title="chunkref.h" alt="" coords="155,320,237,347"/>
<area shape="rect" id="node12" href="chunk_8h.html" title="chunk.h" alt="" coords="118,395,185,421"/>
</map>
</div>
</div><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">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structnn__tcp__optset.html">nn_tcp_optset</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
Variables</h2></td></tr>
<tr class="memitem:a49cae577b6a5f862cf71b9ae4d3d050d"><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structnn__transport.html">nn_transport</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="tcp_8c.html#a49cae577b6a5f862cf71b9ae4d3d050d">nn_tcp</a> = &nn_tcp_vfptr</td></tr>
<tr class="separator:a49cae577b6a5f862cf71b9ae4d3d050d"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Variable Documentation</h2>
<a class="anchor" id="a49cae577b6a5f862cf71b9ae4d3d050d"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">struct <a class="el" href="structnn__transport.html">nn_transport</a>* nn_tcp = &nn_tcp_vfptr</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
| lalazari/Nanomsg-Libf | html/tcp_8c.html | HTML | mit | 9,117 |
<!doctype html>
<html class="no-js" ng-app="ngMailCreator">
<head>
<meta charset="utf-8">
<title>frontend</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css styles/vendor.css -->
<!-- bower:css -->
<!-- endbower -->
<!-- endbuild -->
<!-- build:css({.tmp,app}) styles/main.css -->
<link rel="stylesheet" href="styles/main.css">
<!-- endbuild -->
<!-- build:js scripts/modernizr.js -->
<script src="bower_components/modernizr/modernizr.js"></script>
<!-- endbuild -->
</head>
<body>
<!--[if lt IE 10]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- <div class="off-canvas-wrap">
<a class="left-off-canvas-toggle" href="#"><i class="fa fa-cog"></i></a>
<div ui-view="content" class="inner-wrap"></div>
<aside ui-view="left-nav" class="left-off-canvas-menu"></aside>
</div> -->
<div class="off-canvas-wrap" ui-view="main"></div>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X');ga('send','pageview');
</script>
<!-- build:js scripts/vendor.js -->
<!-- bower:js -->
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-animate/angular-animate.js"></script>
<script src="bower_components/angular-cookies/angular-cookies.js"></script>
<script src="bower_components/angular-touch/angular-touch.js"></script>
<script src="bower_components/angular-sanitize/angular-sanitize.js"></script>
<script src="bower_components/lodash/dist/lodash.compat.js"></script>
<script src="bower_components/restangular/dist/restangular.js"></script>
<script src="bower_components/angular-ui-router/release/angular-ui-router.js"></script>
<script src="bower_components/angular-foundation/mm-foundation-tpls.js"></script>
<!-- endbower -->
<script src="scripts/modules/ngDraggable.js"></script>
<!-- endbuild -->
<!-- build:js({app,.tmp}) scripts/main.js -->
<script src="scripts/ngMailCreator.js"></script>
<script src="scripts/controllers/main-ctrl.js"></script>
<!-- inject:partials -->
<!-- endinject -->
<!-- endbuild -->
</body>
</html>
| MBing/ngMailCreator | app/index.html | HTML | mit | 2,843 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.