code 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>
<head>
<meta name="viewport" content="width=800">
<style>
html { font-size: 16px; }
body { width: 800px; margin: 0; overflow-y: hidden; }
pre { margin: 0; }
</style>
<script src="resources/autosizingTest.js"></script>
</head>
<body>
<div>
<span style="white-space: pre">
This text is expected be autosized to 40px computed font-size (16 * 800/320), since Text Autosizing is not yet smart enough to detect that all the children of this div are unwrappable. Ideally it would not get autosized.
</span>
</div>
<div>
<span style="white-space: nowrap">
This text is expected be autosized to 40px computed font-size (16 * 800/320), since Text Autosizing is not yet smart enough to detect that all the children of this div are unwrappable. Ideally it would not get autosized.
</span>
</div>
<div>
<span style="white-space: pre-wrap">
This text should be autosized to 40px computed font-size (16 * 800/320) since it has white-space:pre-wrap which allows text wrapping (even though it doesn't collapse white space).
</span>
</div>
<div>
<span>
This text should be autosized to 40px computed font-size (16 * 800/320).
</span>
</div>
</body>
</html>
| chromium/chromium | third_party/blink/web_tests/fast/text-autosizing/unwrappable-inlines.html | HTML | bsd-3-clause | 1,186 |
<a href="notify-parent.html"></a>
<script>
var event = new MouseEvent('click', {});
var anchorElement = document.getElementsByTagName("a")[0];
anchorElement.dispatchEvent(event);
</script>
| scheib/chromium | third_party/blink/web_tests/fast/dom/resources/link.html | HTML | bsd-3-clause | 189 |
<!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by tools/gentest.py. -->
<title>Canvas test: 2d.pattern.basic.type</title>
<meta name="author" content="Philip Taylor">
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="common/canvas-tests.js"></script>
<link rel="stylesheet" href="common/canvas-tests.css">
<body class="show_output">
<h1>2d.pattern.basic.type</h1>
<p class="desc"></p>
<p class="output">Actual output:</p>
<canvas id="c" class="output" width="100" height="50"><p class="fallback">FAIL (fallback content)</p></canvas>
<ul id="d"></ul>
<script>
var t = async_test("");
_addTest(function(canvas, ctx) {
_assertDifferent(window.CanvasPattern, undefined, "window.CanvasPattern", "undefined");
window.CanvasPattern.prototype.thisImplementsCanvasPattern = true;
var img = document.getElementById('green.png');
var pattern = ctx.createPattern(img, 'no-repeat');
_assert(pattern.thisImplementsCanvasPattern, "pattern.thisImplementsCanvasPattern");
});
</script>
<img src="images/green.png" id="green.png" class="resource">
| kaixinjxq/web-testing-service | wts/tests/canvas/w3c/2d.pattern.basic.type.html | HTML | bsd-3-clause | 1,135 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html lang="en">
<head>
<title>Margin Collapsing: in flow (block-inside-inline version)</title>
<style type="text/css">
table { border-spacing: 0; font-size: 50px; border: solid; }
td { background: orange; padding: 0; }
div { margin: 1em 0; }
.a { background: yellow; }
.b { background: lime; }
.c { background: aqua; }
.d { background: blue; }
.red { background: red; }
</style>
</head>
<body>
<p>The following two columns should be pixel perfect identical with no red visible.</p>
<table>
<tr>
<td class="test">
<span><div class="d">
<span><div class="red"><span><div class="red"><span><div class="a">A</div></span></div><span><div class="red"></div></span></div></span>
<span><div class="red"></div></span>
<span><div class="red"><span><div class="red"></div></span></div></span>
<span><div class="red"><span><div class="b"><span><div class="red"></div></span>B</div></span></div></span>
<span><div class="c">C</div></span>
</div></span>
</td>
<td class="control">
<div class="d">
<div class="a">A</div>
<div class="b">B</div>
<div class="c">C</div>
</div>
</td>
</tr>
</table>
<p>This test is meaningless if you don't pass <a href="006.html#">test 006</a>.</p>
</body>
</html>
| scheib/chromium | third_party/blink/web_tests/fast/block/margin-collapse/block-inside-inline/001.html | HTML | bsd-3-clause | 1,363 |
<!DOCTYPE html>
<head>
<script type="text/javascript" src="resources/reveal-utilities.js"></script>
<style type="text/css">
/* This is needed for divs percent heights to work. */
html { height:100%; }
body { margin:0; padding:0; height:100%; }
</style>
</head>
<body>
<div>After pasting text in a scrolled out of view editor control, the control is to be brought in the center of the view</div>
<div style="height:200%"></div>
<div>To test manually, have some text in the clipboard, scroll the page up to the top, then paste. The control should be scrolled into the middle of the view.</div>
<div style="width:150px; border:thin solid black" contenteditable="true" id="input"></div>
<div style="height:200%"></div>
<div contenteditable="true" id="copy">WebKit</div>
<div id="results"></div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
performVerticalScrollingPasteTest();
assertInputIsInTheMiddleOfViewport();
</script>
</body>
| chromium/chromium | third_party/blink/web_tests/editing/input/reveal-contenteditable-on-paste-vertically.html | HTML | bsd-3-clause | 947 |
<!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<head>
{% include _head.html %}
</head>
<body class="post-index">
{% include _browser-upgrade.html %}
{% include _navigation.html %}
<div id="main" role="main">
<div class="article-author-side">
{% include _author-bio.html %}
</div>
<div id="index">
<h1>{{ page.title }}</h1>
{% capture written_year %}'None'{% endcapture %}
{% for post in site.categories.blog %}
{% capture year %}{{ post.date | date: '%Y' }}{% endcapture %}
{% if year != written_year %}
<h3>{{ year }}</h3>
{% capture written_year %}{{ year }}{% endcapture %}
{% endif %}
<article>
{% if post.link %}
<h2 class="link-post"><a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> <a href="{{ post.link }}" target="_blank" title="{{ post.title }}"><i class="fa fa-link"></i></a></h2>
{% else %}
<h2><a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></h2>
<p>{{ post.excerpt | strip_html | truncate: 160 }}</p>
{% endif %}
</article>
{% endfor %}
</div><!-- /#index -->
</div><!-- /#main -->
<div class="footer-wrap">
<footer>
{% include _footer.html %}
</footer>
</div><!-- /.footer-wrap -->
{% include _scripts.html %}
</body>
</html>
| juanmejia88/juanmejia88.github.io | _layouts/post-index.html | HTML | mit | 1,645 |
<!doctype html>
<title>ProgressEvent constructor</title>
<link rel="help" href="https://xhr.spec.whatwg.org/#interface-progressevent">
<link rel="help" href="https://dom.spec.whatwg.org/#concept-event-constructor">
<link rel="help" href="https://dom.spec.whatwg.org/#interface-event">
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<div id=log></div>
<script>
test(function() {
var ev = new ProgressEvent("test")
assert_equals(ev.type, "test")
assert_equals(ev.target, null)
assert_equals(ev.currentTarget, null)
assert_equals(ev.eventPhase, Event.NONE)
assert_equals(ev.bubbles, false)
assert_equals(ev.cancelable, false)
assert_equals(ev.defaultPrevented, false)
assert_equals(ev.isTrusted, false)
assert_true(ev.timeStamp > 0)
assert_true("initEvent" in ev)
assert_equals(ev.lengthComputable, false)
assert_equals(ev.loaded, 0)
assert_equals(ev.total, 0)
}, "Default event values.")
test(function() {
var ev = new ProgressEvent("test")
assert_equals(ev["initProgressEvent"], undefined)
}, "There must not be a initProgressEvent().")
test(function() {
var ev = new ProgressEvent("I am an event", { type: "trololol", bubbles: true, cancelable: false})
assert_equals(ev.type, "I am an event")
assert_equals(ev.bubbles, true)
assert_equals(ev.cancelable, false)
}, "Basic test.")
test(function() {
var ev = new ProgressEvent(null, { lengthComputable: "hah", loaded: "2" })
assert_equals(ev.type, "null")
assert_equals(ev.lengthComputable, true)
assert_equals(ev.loaded, 2)
}, "ECMAScript value conversion test.")
test(function() {
var ev = new ProgressEvent("Xx", { lengthcomputable: true})
assert_equals(ev.type, "Xx")
assert_equals(ev.lengthComputable, false)
}, "ProgressEventInit members must be matched case-sensitively.")
</script>
| scheib/chromium | third_party/blink/web_tests/external/wpt/xhr/progressevent-constructor.html | HTML | bsd-3-clause | 1,846 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>relative</title>
<style type="text/css" media="screen">
body { margin: 1px; padding: 5px; }
div.relative { position: relative; top: 0; left: 0; margin: 1px; border: 2px solid #000; padding: 5px; width: 100px; height: 100px; background: #fff; overflow: hidden; }
#relative-2 { top: 20px; left: 20px; }
#marker { position: absolute; border: 2px solid #000; width: 50px; height: 50px; background: #ccc; }
</style>
<script src="../../../dist/jquery.js"></script>
<script type="text/javascript" charset="utf-8">
jQuery(function($) {
$('.relative').click(function() {
$('#marker').css( $(this).offset() );
var pos = $(this).position();
$(this).css({ position: 'absolute', top: pos.top, left: pos.left });
return false;
});
});
</script>
</head>
<body>
<div id="relative-1" class="relative"><div id="relative-1-1" class="relative"><div id="relative-1-1-1" class="relative"></div></div></div>
<div id="relative-2" class="relative"></div>
<div id="marker"></div>
<p class="instructions">Click the white box to move the marker to it. Clicking the box also changes the position to absolute (if not already) and sets the position according to the position method.</p>
</body>
</html>
| enyojs/pat | www/bower_components/jquery/test/data/offset/relative.html | HTML | apache-2.0 | 1,456 |
<!--
@license
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<div>me2</div>
<script>
var d = document._currentScript.ownerDocument.querySelector('div');
assert.equal(d.innerText, 'me2', '_currentScript can locate element in import')
</script>
<link rel="import" href="script-2.html">
| jkennerley/mashid | wc/bower_components/webcomponentsjs/tests/imports/script-2.html | HTML | mit | 768 |
<!doctype html>
<!-- DO NOT EDIT! This file and support/regions-scroll.vtt are generated. -->
<!-- See /webvtt/parsing/file-parsing/README.md -->
<meta charset=utf-8>
<title>WebVTT parser test: regions, scroll</title>
<link rel="help" href="https://w3c.github.io/webvtt/#collect-webvtt-region-settings">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id=log></div>
<script>
var t = async_test('regions, scroll');
t.step(function(){
var video = document.createElement('video');
var track = document.createElement('track');
assert_true('src' in track, 'track element not supported');
track.src = 'support/regions-scroll.vtt';
track['default'] = true;
track.kind = 'subtitles';
track.onload = this.step_func(trackLoaded);
track.onerror = this.step_func(trackError);
video.appendChild(track);
document.body.appendChild(video);
});
function trackLoaded(event) {
var track = event.target;
var video = track.parentNode;
var cues = video.textTracks[0].cues;
{
assert_equals(cues.length, 6);
var regions = Array.from(cues).map(function(cue) {
return cue.region;
});
var valid_lines = [
'',
'up',
'up',
'',
'',
'up',
].forEach(function(valid, index) {
assert_equals(regions[index].scroll, valid, 'Failed with region ' + index);
});
}
this.done();
}
function trackError(e) {
assert_unreached('got unexpected error event');
}
</script>
| scheib/chromium | third_party/blink/web_tests/external/wpt/webvtt/parsing/file-parsing/tests/regions-scroll.html | HTML | bsd-3-clause | 1,493 |
<!DOCTYPE html>
<html>
<head>
<title>CSS Masking: Test clip property and rect function on div with position: fixed</title>
<link rel="author" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#clipping-paths">
<link rel="help" href="http://www.w3.org/TR/css-masking-1/#clip-property">
<link rel="match" href="reference/clip-absolute-positioned-ref.html">
<meta name="assert" content="The clip property should clip elements whose
layout are governed by the CSS box model and that are abolutely positioned
with 'position: fixed;'. On pass you should see a green square and no
red.">
</head>
<body>
<p>The test passes if there is a green square and no red.</p>
<div style="width: 100px; height: 100px; border: solid red 50px; position: fixed; background-color: green; clip: rect(50px, 150px, 150px, 50px);"></div>
</body>
</html> | scheib/chromium | third_party/blink/web_tests/external/wpt/css/css-masking/clip/clip-absolute-positioned-002.html | HTML | bsd-3-clause | 933 |
<!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.10"/>
<title>0.9.7: spline.hpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="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.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">0.9.7
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.10 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_275089585c7fc1b5fd5d7d42c69cb1da.html">D:</a></li><li class="navelem"><a class="el" href="dir_7b98f88bffbed4b390b5f8f520d9c08e.html">Source</a></li><li class="navelem"><a class="el" href="dir_1f76e953200861345293ade84ac7fb6c.html">G-Truc</a></li><li class="navelem"><a class="el" href="dir_e29b03b892e0e25920d021a614d4db9b.html">glm</a></li><li class="navelem"><a class="el" href="dir_5ce58d942b2d0776e17a9a58abc01e04.html">glm</a></li><li class="navelem"><a class="el" href="dir_8d176b5b7dd0ae42ea6876078f2bde49.html">gtx</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">spline.hpp File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><a href="a00109_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:ga8119c04f8210fd0d292757565cd6918d"><td class="memTemplParams" colspan="2">template<typename genType > </td></tr>
<tr class="memitem:ga8119c04f8210fd0d292757565cd6918d"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL genType </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00233.html#ga8119c04f8210fd0d292757565cd6918d">catmullRom</a> (genType const &v1, genType const &v2, genType const &v3, genType const &v4, typename genType::value_type const &s)</td></tr>
<tr class="separator:ga8119c04f8210fd0d292757565cd6918d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ga6b867eb52e2fc933d2e0bf26aabc9a70"><td class="memTemplParams" colspan="2">template<typename genType > </td></tr>
<tr class="memitem:ga6b867eb52e2fc933d2e0bf26aabc9a70"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL genType </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00233.html#ga6b867eb52e2fc933d2e0bf26aabc9a70">cubic</a> (genType const &v1, genType const &v2, genType const &v3, genType const &v4, typename genType::value_type const &s)</td></tr>
<tr class="separator:ga6b867eb52e2fc933d2e0bf26aabc9a70"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:gaa69e143f6374d32f934a8edeaa50bac9"><td class="memTemplParams" colspan="2">template<typename genType > </td></tr>
<tr class="memitem:gaa69e143f6374d32f934a8edeaa50bac9"><td class="memTemplItemLeft" align="right" valign="top">GLM_FUNC_DECL genType </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00233.html#gaa69e143f6374d32f934a8edeaa50bac9">hermite</a> (genType const &v1, genType const &t1, genType const &v2, genType const &t2, typename genType::value_type const &s)</td></tr>
<tr class="separator:gaa69e143f6374d32f934a8edeaa50bac9"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>OpenGL Mathematics (glm.g-truc.net) </p>
<p>Copyright (c) 2005 - 2015 G-Truc Creation (www.g-truc.net) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
<p>Restrictions: By making use of the Software for military purposes, you choose to make a Bunny unhappy.</p>
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
<p><a class="el" href="a00233.html">GLM_GTX_spline</a></p>
<dl class="section date"><dt>Date</dt><dd>2007-01-25 / 2011-06-07 </dd></dl>
<dl class="section author"><dt>Author</dt><dd>Christophe Riccio</dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00162.html" title="The core of GLM, which implements exactly and only the GLSL specification to the degree possible...">GLM Core</a> (dependence) </dd></dl>
<p>Definition in file <a class="el" href="a00109_source.html">spline.hpp</a>.</p>
</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.10
</small></address>
</body>
</html>
| glcoder/gl44lessons | vendors/glm-0.9.7.1/doc/api/a00109.html | HTML | mit | 6,753 |
<!DOCTYPE html>
<html>
<head>
<link rel='stylesheet' href='cupertino/jquery-ui.min.css' />
<link href='../fullcalendar/fullcalendar.css' rel='stylesheet' />
<link href='../fullcalendar/fullcalendar.print.css' rel='stylesheet' media='print' />
<script src='../lib/jquery.min.js'></script>
<script src='../lib/jquery-ui.custom.min.js'></script>
<script src='../fullcalendar/fullcalendar.min.js'></script>
<script>
$(document).ready(function() {
var date = new Date();
var d = date.getDate();
var m = date.getMonth();
var y = date.getFullYear();
$('#calendar').fullCalendar({
theme: true,
header: {
left: 'prev,next today',
center: 'title',
right: 'month,agendaWeek,agendaDay'
},
editable: true,
events: [
{
title: 'All Day Event',
start: new Date(y, m, 1)
},
{
title: 'Long Event',
start: new Date(y, m, d-5),
end: new Date(y, m, d-2)
},
{
id: 999,
title: 'Repeating Event',
start: new Date(y, m, d-3, 16, 0),
allDay: false
},
{
id: 999,
title: 'Repeating Event',
start: new Date(y, m, d+4, 16, 0),
allDay: false
},
{
title: 'Meeting',
start: new Date(y, m, d, 10, 30),
allDay: false
},
{
title: 'Lunch',
start: new Date(y, m, d, 12, 0),
end: new Date(y, m, d, 14, 0),
allDay: false
},
{
title: 'Birthday Party',
start: new Date(y, m, d+1, 19, 0),
end: new Date(y, m, d+1, 22, 30),
allDay: false
},
{
title: 'Click for Google',
start: new Date(y, m, 28),
end: new Date(y, m, 29),
url: 'http://google.com/'
}
]
});
});
</script>
<style>
body {
margin-top: 40px;
text-align: center;
font-size: 13px;
font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}
#calendar {
width: 900px;
margin: 0 auto;
}
</style>
</head>
<body>
<div id='calendar'></div>
</body>
</html>
| DirectDev/wds-V2 | www/admin/plugins/fullcalendar/demos/theme.html | HTML | mit | 1,952 |
<!DOCTYPE html>
<meta charset=utf-8>
<script>
fetch("clientId")
.then(function(response) {
return response.text();
})
.then(function(text) {
parent.postMessage({id: text}, "*");
});
</script>
<body style="background-color: red;"></body>
| scheib/chromium | third_party/blink/web_tests/external/wpt/service-workers/service-worker/resources/client-navigate-frame.html | HTML | bsd-3-clause | 267 |
<!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.5"/>
<title>GLM: GLM_GTX_orthonormalize</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="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">GLM
 <span id="projectnumber">0.9.5</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">GLM_GTX_orthonormalize<div class="ingroups"><a class="el" href="a00165.html">GTX Extensions (Experimental)</a></div></div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:ga7487cd958e5407899a85e67b6512fa4e"><td class="memTemplParams" colspan="2">template<typename T , precision P> </td></tr>
<tr class="memitem:ga7487cd958e5407899a85e67b6512fa4e"><td class="memTemplItemLeft" align="right" valign="top">detail::tmat3x3< T, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00218.html#ga7487cd958e5407899a85e67b6512fa4e">orthonormalize</a> (const detail::tmat3x3< T, P > &m)</td></tr>
<tr class="separator:ga7487cd958e5407899a85e67b6512fa4e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ga99bca81ccbb5bd4b4353f6f7d29c8643"><td class="memTemplParams" colspan="2">template<typename T , precision P> </td></tr>
<tr class="memitem:ga99bca81ccbb5bd4b4353f6f7d29c8643"><td class="memTemplItemLeft" align="right" valign="top">detail::tvec3< T, P > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00218.html#ga99bca81ccbb5bd4b4353f6f7d29c8643">orthonormalize</a> (const detail::tvec3< T, P > &x, const detail::tvec3< T, P > &y)</td></tr>
<tr class="separator:ga99bca81ccbb5bd4b4353f6f7d29c8643"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<p>Orthonormalize matrices. </p>
<p><<a class="el" href="a00090.html" title="OpenGL Mathematics (glm.g-truc.net) ">glm/gtx/orthonormalize.hpp</a>> need to be included to use these functionalities. </p>
<h2 class="groupheader">Function Documentation</h2>
<a class="anchor" id="ga7487cd958e5407899a85e67b6512fa4e"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">detail::tmat3x3<T, P> glm::orthonormalize </td>
<td>(</td>
<td class="paramtype">const detail::tmat3x3< T, P > & </td>
<td class="paramname"><em>m</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the orthonormalized matrix of m. </p>
<p>From GLM_GTX_orthonormalize extension. </p>
</div>
</div>
<a class="anchor" id="ga99bca81ccbb5bd4b4353f6f7d29c8643"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">detail::tvec3<T, P> glm::orthonormalize </td>
<td>(</td>
<td class="paramtype">const detail::tvec3< T, P > & </td>
<td class="paramname"><em>x</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const detail::tvec3< T, P > & </td>
<td class="paramname"><em>y</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Orthonormalizes x according y. </p>
<p>From GLM_GTX_orthonormalize extension. </p>
</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.5
</small></address>
</body>
</html>
| googlearchive/tango-examples-c | third_party/glm/doc/api/a00218.html | HTML | apache-2.0 | 5,214 |
{% extends "admin/base_site.html" %}
{% load i18n admin_modify adminmedia %}
{% load url from future %}
{% block extrahead %}{{ block.super }}
{% url 'admin:jsi18n' as jsi18nurl %}
<script type="text/javascript" src="{{ jsi18nurl|default:"../../../jsi18n/" }}"></script>
{{ media }}
{% endblock %}
{% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% admin_media_prefix %}css/forms.css" />{% endblock %}
{% block coltype %}{% if ordered_objects %}colMS{% else %}colM{% endif %}{% endblock %}
{% block bodyclass %}{{ opts.app_label }}-{{ opts.object_name.lower }} change-form{% endblock %}
{% block breadcrumbs %}{% if not is_popup %}
<div class="breadcrumbs">
<a href="../../../">{% trans "Home" %}</a> ›
<a href="../../">{{ app_label|capfirst|escape }}</a> ›
{% if has_change_permission %}<a href="../">{{ opts.verbose_name_plural|capfirst }}</a>{% else %}{{ opts.verbose_name_plural|capfirst }}{% endif %} ›
{% if add %}{% trans "Add" %} {{ opts.verbose_name }}{% else %}{{ original|truncatewords:"18" }}{% endif %}
</div>
{% endif %}{% endblock %}
{% block content %}<div id="content-main">
{% block object-tools %}
{% if change %}{% if not is_popup %}
<ul class="object-tools">
{% block object-tools-items %}
<li><a href="history/" class="historylink">{% trans "History" %}</a></li>
{% if has_absolute_url %}<li><a href="../../../r/{{ content_type_id }}/{{ object_id }}/" class="viewsitelink">{% trans "View on site" %}</a></li>{% endif%}
{% endblock %}
</ul>
{% endif %}{% endif %}
{% endblock %}
<form {% if has_file_field %}enctype="multipart/form-data" {% endif %}action="{{ form_url }}" method="post" id="{{ opts.module_name }}_form">{% csrf_token %}{% block form_top %}{% endblock %}
<div>
{% if is_popup %}<input type="hidden" name="_popup" value="1" />{% endif %}
{% if save_on_top %}{% submit_row %}{% endif %}
{% if errors %}
<p class="errornote">
{% blocktrans count errors|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}
</p>
{{ adminform.form.non_field_errors }}
{% endif %}
{% for fieldset in adminform %}
{% include "admin/includes/fieldset.html" %}
{% endfor %}
{% block after_field_sets %}{% endblock %}
{% for inline_admin_formset in inline_admin_formsets %}
{% include inline_admin_formset.opts.template %}
{% endfor %}
{% block after_related_objects %}{% endblock %}
{% submit_row %}
{% if adminform and add %}
<script type="text/javascript">document.getElementById("{{ adminform.first_field.id_for_label }}").focus();</script>
{% endif %}
{# JavaScript for prepopulated fields #}
{% prepopulated_fields_js %}
</div>
</form></div>
{% endblock %}
| ychen820/microblog | y/google-cloud-sdk/platform/google_appengine/lib/django-1.3/django/contrib/admin/templates/admin/change_form.html | HTML | bsd-3-clause | 2,771 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css">
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script>
<script src="../dist/jquery.validate.js"></script>
<style>
label.error {
color: red;
font-size: 16px;
font-weight: normal;
line-height: 1.4;
margin-top: 0.5em;
width: 100%;
float: none;
}
@media screen and (orientation: portrait) {
label.error {
margin-left: 0;
display: block;
}
}
@media screen and (orientation: landscape) {
label.error {
display: inline-block;
margin-left: 22%;
}
}
em {
color: red;
font-weight: bold;
padding-right: .25em;
}
</style>
</head>
<body>
<div id="page1" data-role="page">
<div data-role="header">
<h1>Welcome</h1>
</div>
<div data-role="content">
<form method="GET">
<div data-role="fieldcontain">
<label for="email">Email:</label>
<input type="email" name="email" id="email">
</div>
<div data-role="fieldcontain">
<label for="password">Password:</label>
<input type="password" name="password" id="password">
</div>
<input data-role="submit" type="submit" value="Login">
</form>
</div>
</div>
<script>
$( "#page1" ).on( "pageinit", function() {
$( "form" ).validate({
rules: {
email: {
required: true
},
password: {
required: true
}
},
errorPlacement: function( error, element ) {
error.insertAfter( element.parent() );
}
});
});
</script>
</body>
</html>
| tsure/javascripter | www/js/jquery-validation-1.13.1/demo/jquerymobile.html | HTML | apache-2.0 | 1,714 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-odd-order: Black list 🏴☠️</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 / mathcomp-odd-order - 1.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
mathcomp-odd-order
<small>
1.7.0
<span class="label label-default">Black list 🏴☠️</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-30 23:51:15 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-30 23:51:15 UTC)</em><p>
<div class="alert alert-info" role="alert">
<p>This result is black-listed as it is considered as too hard to reproduce / to solve. If you find a way to fix this package, please make a pull-request to <a class="alert-link" href="https://github.com/coq/opam-coq-archive">github.com/coq/opam-coq-archive</a>. The list of black-listed packages is in <a class="alert-link" href="https://github.com/coq-bench/make-html/blob/master/black_list.rb">black_list.rb</a>.</p>
</div>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.8.0 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
name: "coq-mathcomp-odd-order"
version: "1.7.0"
maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
homepage: "http://math-comp.github.io/math-comp/"
bug-reports: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
license: "CeCILL-B"
build: [
[make "-j" "%{jobs}%"]
]
install: [ make "install" ]
remove: [
["sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/odd_order'"]
]
depends: [
"ocaml"
"coq-mathcomp-algebra" {= "1.7.0"}
"coq-mathcomp-character" {= "1.7.0"}
"coq-mathcomp-field" {= "1.7.0"}
"coq-mathcomp-fingroup" {= "1.7.0"}
"coq-mathcomp-solvable" {= "1.7.0"}
"coq-mathcomp-ssreflect" {= "1.7.0"}
]
tags: [ "keyword:finite groups" "keyword:Feit Thompson theorem" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" ]
authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Théry <>" "Assia Mahboubi <>" ]
synopsis: "The formal proof of the Feit-Thompson theorem"
description: """
The formal proof of the Feit-Thompson theorem.
From mathcomp Require Import all_ssreflect all_fingroup all_solvable PFsection14.
Check Feit_Thompson.
: forall (gT : finGroupType) (G : {group gT}), odd #|G| -> solvable G
From mathcomp Require Import all_ssreflect all_fingroup
all_solvable stripped_odd_order_theorem.
Check stripped_Odd_Order.
: forall (T : Type) (mul : T -> T -> T) (one : T) (inv : T -> T)
(G : T -> Type) (n : natural),
group_axioms T mul one inv ->
group T mul one inv G ->
finite_of_order T G n -> odd n -> solvable_group T mul one inv G"""
url {
src:
"https://github.com/math-comp/odd-order/archive/mathcomp-odd-order.1.7.0.tar.gz"
checksum: "md5=e7a90d25223e257a604a8574a06a3e3c"
}
</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-odd-order.1.7.0 coq.8.8.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-odd-order.1.7.0 coq.8.8.0</code></dd>
<dt>Return code</dt>
<dd>10240</dd>
<dt>Duration</dt>
<dd>2 m 50 s</dd>
<dt>Output</dt>
<dd><pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.8.0 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
The following actions will be performed:
- install coq-mathcomp-ssreflect 1.7.0
- install coq-mathcomp-fingroup 1.7.0
- install coq-mathcomp-algebra 1.7.0
- install coq-mathcomp-solvable 1.7.0
- install coq-mathcomp-field 1.7.0
- install coq-mathcomp-character 1.7.0
===== 6 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] The sources of the following couldn't be obtained, aborting:
- coq-mathcomp-algebra.1.7.0: curl error code 502
- coq-mathcomp-character.1.7.0: curl error code 502
- coq-mathcomp-field.1.7.0: curl error code 502
- coq-mathcomp-fingroup.1.7.0: curl error code 504
- coq-mathcomp-solvable.1.7.0: curl error code 504
- coq-mathcomp-ssreflect.1.7.0: curl error code 504
</pre></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.02.3-2.0.6/released/8.8.0/mathcomp-odd-order/1.7.0.html | HTML | mit | 10,813 |
<div class="sidebar-fixed">
<div class="home-banner">
<a href="/"><img src="/img/logo_150.png" alt="BrandonJD.net"></a>
</div>
<div class="sidebar-content">
<div class="sidebar-title">
Brandon J. Dusseau
</div>
<nav>
<ul>
<li><a class="icon-home-1" href="/">Home</a></li>
<li><a class="icon-doc-text-inv" href="/resume">Resume</a></li>
<li><a class="icon-folder-open" href="/portfolio">Portfolio</a></li>
<li><a class="icon-star-1" href="/apps">Fun Stuff</a></li>
<li><a class="icon-github-circled" href="https://github.com/BrandonDusseau">GitHub</a></li>
<li><a class="icon-stackoverflow" href="https://stackoverflow.com/users/story/506488">Stack Overflow</a></li>
<li><a class="icon-linkedin" href="https://www.linkedin.com/in/brandondusseau">LinkedIn</a></li>
</ul>
</nav>
</div>
</div>
| BrandonDusseau/brandonjd-net | src/_includes/sidebar.html | HTML | mit | 841 |
<div class="text-center">
<h2>The next 3 cards:</h2>
<div>
<div ng-repeat="card in cards track by $index">
<button
class="btn btn-default">
{{card}}
</button>
</div>
<button
class="btn btn-success"
ng-click="done()">
Done
</button>
</div>
</div> | rynobax/secret-hitler | src/app/components/player/game/examineCards/examineCards.html | HTML | mit | 315 |
<html>
<head>
<title>Christian Jessen's panel show appearances</title>
<script type="text/javascript" src="../common.js"></script>
<link rel="stylesheet" media="all" href="../style.css" type="text/css"/>
<script type="text/javascript" src="../people.js"></script>
<!--#include virtual="head.txt" -->
</head>
<body>
<!--#include virtual="nav.txt" -->
<div class="page">
<h1>Christian Jessen's panel show appearances</h1>
<p>Christian Jessen (born 1977-03-04<sup><a href="https://en.wikipedia.org/wiki/Christian_Jessen">[ref]</a></sup>) has appeared in <span class="total">16</span> episodes between 2009-2016. <a href="http://www.imdb.com/name/nm2672920">Christian Jessen on IMDB</a>. <a href="https://en.wikipedia.org/wiki/Christian_Jessen">Christian Jessen on Wikipedia</a>.</p>
<div class="performerholder">
<table class="performer">
<tr style="vertical-align:bottom;">
<td><div style="height:33px;" class="performances male" title="1"></div><span class="year">2009</span></td>
<td><div style="height:66px;" class="performances male" title="2"></div><span class="year">2010</span></td>
<td><div style="height:100px;" class="performances male" title="3"></div><span class="year">2011</span></td>
<td><div style="height:66px;" class="performances male" title="2"></div><span class="year">2012</span></td>
<td><div style="height:66px;" class="performances male" title="2"></div><span class="year">2013</span></td>
<td><div style="height:100px;" class="performances male" title="3"></div><span class="year">2014</span></td>
<td><div style="height:66px;" class="performances male" title="2"></div><span class="year">2015</span></td>
<td><div style="height:33px;" class="performances male" title="1"></div><span class="year">2016</span></td>
</tr>
</table>
</div>
<ol class="episodes">
<li><strong>2016-02-22</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li>
<li><strong>2015-11-30</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li>
<li><strong>2015-04-09</strong> / <a href="../shows/celebrityjuice.html">Celebrity Juice</a></li>
<li><strong>2014-12-10</strong> / <a href="../shows/sweatthesmallstuff.html">Sweat the Small Stuff</a></li>
<li><strong>2014-03-24</strong> / <a href="../shows/8-out-of-10-cats.html">8 Out of 10 Cats</a></li>
<li><strong>2014-01-06</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li>
<li><strong>2013-08-29</strong> / <a href="../shows/celebrityjuice.html">Celebrity Juice</a></li>
<li><strong>2013-01-08</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li>
<li><strong>2012-05-11</strong> / <a href="../shows/wouldilietoyou.html">Would I Lie To You?</a></li>
<li><strong>2012-03-29</strong> / <a href="../shows/celebrityjuice.html">Celebrity Juice</a></li>
<li><strong>2011-10-14</strong> / <a href="../shows/8-out-of-10-cats.html">8 Out of 10 Cats</a></li>
<li><strong>2011-08-19</strong> / <a href="../shows/8-out-of-10-cats.html">8 Out of 10 Cats</a></li>
<li><strong>2011-06-03</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li>
<li><strong>2010-09-17</strong> / <a href="../shows/8-out-of-10-cats.html">8 Out of 10 Cats</a></li>
<li><strong>2010-02-25</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li>
<li><strong>2009-11-11</strong> / <a href="../shows/loosewomen.html">Loose Women</a></li>
</ol>
</div>
</body>
</html>
| slowe/panelshows | people/vs8m7zgl.html | HTML | mit | 3,411 |
<sokratik-canvas type="canvas" model="canvas" style="position:absolute; z-index:1000"></sokratik-canvas>
<div ng-class="presentation.css" class="full-height">
<div class="full-height">
<div ng-include="templateName" class="full-height"></div>
</div>
</div>
| himangshuj/atelier | src/app/play/dialogue.tpl.html | HTML | mit | 274 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Thu May 24 23:02:48 CEST 2007-->
<META http-equiv="Content-Type" content="text/html; charset=windows-1250">
<TITLE>
Generated Documentation (Untitled)
</TITLE>
<SCRIPT type="text/javascript">
targetPage = "" + window.location.search;
if (targetPage != "" && targetPage != "undefined")
targetPage = targetPage.substring(1);
function loadFrames() {
if (targetPage != "" && targetPage != "undefined")
top.classFrame.location = top.targetPage;
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<FRAMESET cols="20%,80%" title="" onLoad="top.loadFrames()">
<FRAMESET rows="30%,70%" title="" onLoad="top.loadFrames()">
<FRAME src="overview-frame.html" name="packageListFrame" title="All Packages">
<FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
</FRAMESET>
<FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
<NOFRAMES>
<H2>
Frame Alert</H2>
<P>
This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
<BR>
Link to<A HREF="overview-summary.html">Non-frame version.</A>
</NOFRAMES>
</FRAMESET>
</HTML>
| jaanos/misc | study/rg/index.html | HTML | mit | 1,455 |
<section class="section hide--small" id="projects">
<h3 class="section__title" data-aos="fade-up">My Code</h3>
<h5 class="section__subtitle" data-aos="fade-up">A Partial list of my most starred Github Repositories</h5>
<ul data-aos="fade-up" id="projects__list" class="projects list"></ul >
</section>
| ahmadassaf/blog-core | _includes/partials/projects.html | HTML | mit | 318 |
<md-toolbar color="primary" class="md-elevation-z6 toolbar">
<nav>
<a class="title" routerLink="/">Better Than Roll20</a>
<button md-button *ngFor="let route of routes" [routerLink]="route.path">{{route.title}}</button>
</nav>
</md-toolbar> | drewtorg/dnd | ng/app/shared/toolbar/toolbar.component.html | HTML | mit | 252 |
<?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>operator-></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="db_vector_base_iterator.html" title="Chapter 12. Db_vector_base_iterator" />
<link rel="prev" href="stldb_vector_base_iteratoroperator__star.html" title="operator *" />
<link rel="next" href="stldb_vector_base_iteratoroperator_sqbrk.html" title="operator[]" />
</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">operator-></th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="stldb_vector_base_iteratoroperator__star.html">Prev</a> </td>
<th width="60%" align="center">Chapter 12.
Db_vector_base_iterator </th>
<td width="20%" align="right"> <a accesskey="n" href="stldb_vector_base_iteratoroperator_sqbrk.html">Next</a></td>
</tr>
</table>
<hr />
</div>
<div class="sect1" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both"><a id="stldb_vector_base_iteratoroperator_arrow"></a>operator-></h2>
</div>
</div>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="stldb_vector_base_iteratoroperator_arrow_details"></a>Function Details</h3>
</div>
</div>
</div>
<pre class="programlisting">
pointer operator->() const
</pre>
<p>Arrow operator. </p>
<p>Return the pointer to the cached data element, which is an ElementRef<T> object if T is a class type or an ElementHolder<T> object if T is a C++ primitive data type. The returned value can only be used to read its referenced element. </p>
<div class="sect3" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="idp50978304"></a>Return Value</h4>
</div>
</div>
</div>
<p>The address of the referenced object. </p>
</div>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="idp50966360"></a>Class</h3>
</div>
</div>
</div>
<p>
<a class="link" href="db_vector_base_iterator.html" title="Chapter 12. Db_vector_base_iterator">db_vector_base_iterator</a>
</p>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="stldb_vector_base_iteratoroperator__star.html">Prev</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="db_vector_base_iterator.html">Up</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="stldb_vector_base_iteratoroperator_sqbrk.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">operator * </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top"> operator[]</td>
</tr>
</table>
</div>
</body>
</html>
| iadix/iadixcoin | db-5.3.28.NC/docs/api_reference/STL/stldb_vector_base_iteratoroperator_arrow.html | HTML | mit | 4,072 |
<progressbar ng-model="progress"></progressbar>
<taginput ng-show="data" name="tags" ng-model="tags"></taginput>
<h2 ng-if="file">{{file.name}} <small>({{file.rows}} rows, {{file.columns}} columns, {{file.size | bytes}})</small></h2>
<button class="btn btn-success" ng-show="data" ng-disabled="saved" ng-click="save()">Save data <span class="glyphicon glyphicon-save"></span></button>
<hr />
<style>
.drop-box {
padding: 2em;
text-align: center;
font-size: x-large;
font-style: italic;
}
</style>
<div ng-show="!data" ngf-drop="" ngf-select="" ng-model="files" ng-model-rejected="rejFiles" ngf-drag-over-class="{accept:'dragover', reject:'dragover-err', delay:100}" class="drop-box well well-lg ng-valid ng-dirty" ngf-multiple="false" ngf-allow-dir="false" ngf-accept="'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'" ngf-drop-available="dropAvailable">
Click here to upload or simply drop your XLSX document here
<br/>
<img src="/images/upload-help.png" style="opacity: 0.2; margin-top: 1em" />
</div>
<div ng-if="data">
<style>
.gridStyle { height: 400px;}
</style>
<div ui-grid="{ data: data }" ui-grid-selection ui-grid-exporter class="grid"></div>
</div>
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Uploading data to DataBox</h4>
</div>
<div class="modal-body">
<p>To upload data from your computer to your DataBox, make sure you:</p>
<ol>
<li>Have an Excel 2007 or newer sheet prepared (.xlsx)</li>
<li>Your Excel sheet has only 1 tab (remove all others)</li>
<li>Your Excel sheet is 1 table of rows</li>
<li>The columns in your table have unique column names</li>
<li>Optionally have your first column contain unique ids for each row</li>
</ol>
<p>Here follows an example of a perfect upload Excel sheet:</p>
<p><img src="/images/upload-help.png"/></p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
| nabudaldah/documents | pub/views/upload.html | HTML | mit | 2,559 |
<div #heatmap class="heat-map" (mousewheel)="stopScroll($event)" (resize)="onResize($event)"></div>
<div style="clear:both;"></div>
| unfetter-discover/unfetter-ui | src/app/global/components/heatmap/heatmap.component.html | HTML | mit | 132 |
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="viewport" id="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui" />
<link href="mobile/player.css" rel="stylesheet" type="text/css" />
<script src="lms/APIConstants.js" type="text/javascript" charset="utf-8"></script>
<script src="lms/Configuration.js" type="text/javascript" charset="utf-8"></script>
<script src="lms/UtilityFunctions.js" type="text/javascript" charset="utf-8"></script>
<script src="lms/SCORM2004Functions.js" type="text/javascript" charset="utf-8"></script>
<script src="lms/SCORMFunctions.js" type="text/javascript" charset="utf-8"></script>
<script src="lms/AICCFunctions.js" type="text/javascript" charset="utf-8"></script>
<script src="lms/NONEFunctions.js" type="text/javascript" charset="utf-8"></script>
<script src="lms/LMSAPI.js" type="text/javascript" charset="utf-8"></script>
<script src="lms/API.js" type="text/javascript" charset="utf-8"></script>
<script language="JavaScript1.2">
strContentLocation = "story_html5.html"; //Put the link to the start of the content here.
function LoadContent(){
}
</script>
</head>
<body onbeforeunload="Unload()" onunload="Unload()">
<div class="interstitial white"></div>
<span id="loadingSpinner" class="loading"></span>
<div class="framewrap">
<div class="landscape_menu no_logo">
<div class="logo_background">
<div class="logo_section"></div>
<div class="presenter_video_section"></div>
<div class="presenter_section"></div>
</div>
<ul id="menu_tabs" class="menu_nav">
</ul>
<div id="menu_container" class="menu_container scrollarea">
<ul id="slide_list" class="menu_list">
</ul>
</div>
</div>
<div class="contentpane">
<div id="slidebg"></div>
<div id="topbar">
<div id="storytitle">
<div id="storytitle_section"></div>
<div id="timer_section"></div>
</div>
<div id="toplinks_left"></div>
<div id="toplinks_right"></div>
</div>
<div id="slideframe">
<div id="slidecontainer">
</div>
</div>
<div id="controls">
<div id="control-finish" class="controlbar-button right" style="display:none;"><a class="icon finish-slide"></a><div class="label finish">FINISH</div></div>
<div id="control-submit" class="controlbar-button right" style="display:none;"><a class="icon submit-slide"></a><div class="label submit">SUBMIT</div></div>
<div id="control-next" class="controlbar-button right"><div class="label next">NEXT</div><a class="icon next-slide"></a></div>
<div id="control-previous" class="controlbar-button right"><a class="icon previous-slide"></a><div class="label prev">PREV</div></div>
<div id="control-submitall" class="controlbar-button" style="display:none;"><div class="label submitall">Submit All</div></div>
<div id="control-volume" class="controlbar-button compact"><a class="icon volume half"></a></div>
<div id="control-progress" class="controlbar-button">
<div id="control-pauseplay" class="ignore">
<div class="playbtn progress-bar-button" style="display:none;">
<div class="icon play"></div>
</div>
<div class="pausebtn progress-bar-button" style="display:none;">
<div class="icon pause"></div>
</div>
</div>
<div id="progressbar" class="progress-container">
<div class="progress-bar"></div>
</div>
<div class="progress-bar-button restart">
<div class="icon restart"></div>
</div>
</div>
<span id="indicator"></span>
</div>
</div>
</div>
<iframe name="AICCComm" src="lms/AICCComm.html" style="display:none;"></iframe>
<iframe name="rusticisoftware_aicc_results" src="lms/blank.html" style="display:none;"></iframe>
<iframe name="NothingFrame" src="lms/blank.html" style="display:none;"></iframe>
</body>
<script src="mobile/player_compiled.js" type="text/javascript"></script>
<script>
player.autoplay = true;
trace.suppress = true;
console.suppress = true;
player.loopable = false;
player.allowRightClick = false;
player.isHTML5 = true;
var globals = {};
try
{
globals.strTitle = "Fire Safety in the Workplace";
globals.bHtml5Supported = true;
globals.bLMS = true;
globals.bAOSupport = false;
globals.strContentFolder = "story_content";
globals.strContentLocation = "story_html5.html";
globals.bProjector = false;
globals.strSwfFile = "story.swf";
globals.nWidth = 1197;
globals.nHeight = 580;
globals.strScale = "noscale"; // noscale | show all
globals.strBrowserSize = "default"; // default, fullscreen, optimal
globals.strBgColor = "#FFFFFF";
globals.strAlign = "middle";
globals.strQuality = "best";
globals.bCaptureRC = false;
globals.strFlashVars = "";
globals.bScrollbars = true;
globals.bWarnOnCommitFail = false;
globals.strWMode = "transparent"; // opaque | window (use "window" for optimal performance, opaque for webobject support)
globals.bUseHtml5 = true && globals.bHtml5Supported;
globals.bUseMobilePlayer = false;
globals.biOS = (navigator.userAgent.indexOf("AppleWebKit/") > -1 && navigator.userAgent.indexOf("Mobile/") > -1);
globals.biPad = (navigator.userAgent.indexOf("iPad") > -1);
}
catch (e) { }
if (globals.biOS)
{
if (globals.bUseMobilePlayer && globals.biPad)
{
location.replace("amplaunch.html");
}
}
player.initGlobals();
var strParams = document.location.search.substr(1);
var arrParams = strParams.split("&");
var arrCmdValue;
for (var i = 0; i < arrParams.length; i++)
{
arrCmdValue = arrParams[i].split("=");
switch (arrCmdValue[0])
{
case "lms":
globals.bLMS = true;
break;
case "warncommit":
globals.bWarnOnCommitFail = (arrCmdValue[1] == "1");
break;
}
}
if (globals.bLMS)
{
document.write("<scr" + "ipt src='lms/lms.js' type='text/javascript' charset='utf-8'><\/scr" + "ipt>");
}
document.write("<scr" + "ipt src='mobile/data.js' type='text/javascript' charset='utf-8'><\/scr" + "ipt>");
document.write("<scr" + "ipt src='" + globals.strContentFolder + "/frame.js' type='text/javascript' charset='utf-8'><\/scr" + "ipt>");
document.write("<scr" + "ipt src='" + globals.strContentFolder + "/user.js' type='text/javascript' charset='utf-8'><\/scr" + "ipt>");
if (window.location.protocol == "file:")
{
document.write("<scr" + "ipt src='mobile/masks.js' type='text/javascript' charset='utf-8'><\/scr" + "ipt>");
}
</script>
</html>
<script>
window.scormdriver_content = window;
</script> | sirromas/george | lms/Fire Safety SCORM/index_lms.html | HTML | mit | 6,779 |
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class DeadProperty
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class DeadProperty
">
<meta name="generator" content="docfx 2.16.2.2">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content">
<h1 id="FubarDev_WebDavServer_Props_Dead_DeadProperty" data-uid="FubarDev.WebDavServer.Props.Dead.DeadProperty">Class DeadProperty
</h1>
<div class="markdown level0 summary"><p>The generic dead property</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><a class="xref" href="https://msdn.microsoft.com/en-us/library/system.object(v=vs.110).aspx">Object</a></div>
<div class="level1"><span class="xref">DeadProperty</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<a class="xref" href="https://msdn.microsoft.com/en-us/library/bsc2ak47(v=vs.110).aspx">Object.Equals(Object)</a>
</div>
<div>
<a class="xref" href="https://msdn.microsoft.com/en-us/library/w4hkze5k(v=vs.110).aspx">Object.Equals(Object, Object)</a>
</div>
<div>
<a class="xref" href="https://msdn.microsoft.com/en-us/library/zdee4b3y(v=vs.110).aspx">Object.GetHashCode()</a>
</div>
<div>
<a class="xref" href="https://msdn.microsoft.com/en-us/library/dfwy45w9(v=vs.110).aspx">Object.GetType()</a>
</div>
<div>
<a class="xref" href="https://msdn.microsoft.com/en-us/library/57ctke0a(v=vs.110).aspx">Object.MemberwiseClone()</a>
</div>
<div>
<a class="xref" href="https://msdn.microsoft.com/en-us/library/hz2a0b8x(v=vs.110).aspx">Object.ReferenceEquals(Object, Object)</a>
</div>
<div>
<a class="xref" href="https://msdn.microsoft.com/en-us/library/7bxwbwt2(v=vs.110).aspx">Object.ToString()</a>
</div>
</div>
<h6><strong>Namespace</strong>:FubarDev.WebDavServer.Props.Dead</h6>
<h6><strong>Assembly</strong>:FubarDev.WebDavServer.dll</h6>
<h5 id="FubarDev_WebDavServer_Props_Dead_DeadProperty_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class DeadProperty : IUntypedWriteableProperty, IDeadProperty, IUntypedReadableProperty, IInitializableProperty, IProperty</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/FubarDevelopment/WebDavServer/new/master/apiSpec/new?filename=FubarDev_WebDavServer_Props_Dead_DeadProperty__ctor_FubarDev_WebDavServer_Props_Store_IPropertyStore_FubarDev_WebDavServer_FileSystem_IEntry_System_Xml_Linq_XElement_.md&value=---%0Auid%3A%20FubarDev.WebDavServer.Props.Dead.DeadProperty.%23ctor(FubarDev.WebDavServer.Props.Store.IPropertyStore%2CFubarDev.WebDavServer.FileSystem.IEntry%2CSystem.Xml.Linq.XElement)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/FubarDevelopment/WebDavServer/blob/master/src/FubarDev.WebDavServer/Props/Dead/DeadProperty.cs/#L49">View Source</a>
</span>
<a id="FubarDev_WebDavServer_Props_Dead_DeadProperty__ctor_" data-uid="FubarDev.WebDavServer.Props.Dead.DeadProperty.#ctor*"></a>
<h4 id="FubarDev_WebDavServer_Props_Dead_DeadProperty__ctor_FubarDev_WebDavServer_Props_Store_IPropertyStore_FubarDev_WebDavServer_FileSystem_IEntry_System_Xml_Linq_XElement_" data-uid="FubarDev.WebDavServer.Props.Dead.DeadProperty.#ctor(FubarDev.WebDavServer.Props.Store.IPropertyStore,FubarDev.WebDavServer.FileSystem.IEntry,System.Xml.Linq.XElement)">DeadProperty(IPropertyStore, IEntry, XElement)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FubarDev.WebDavServer.Props.Dead.DeadProperty.html">DeadProperty</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public DeadProperty(IPropertyStore store, IEntry entry, XElement element)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="FubarDev.WebDavServer.Props.Store.IPropertyStore.html">IPropertyStore</a></td>
<td><span class="parametername">store</span></td>
<td><p>The property store for the dead properties</p>
</td>
</tr>
<tr>
<td><a class="xref" href="FubarDev.WebDavServer.FileSystem.IEntry.html">IEntry</a></td>
<td><span class="parametername">entry</span></td>
<td><p>The file system entry</p>
</td>
</tr>
<tr>
<td><a class="xref" href="https://msdn.microsoft.com/en-us/library/system.xml.linq.xelement(v=vs.110).aspx">XElement</a></td>
<td><span class="parametername">element</span></td>
<td><p>The element to intialize this property with</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/FubarDevelopment/WebDavServer/new/master/apiSpec/new?filename=FubarDev_WebDavServer_Props_Dead_DeadProperty__ctor_FubarDev_WebDavServer_Props_Store_IPropertyStore_FubarDev_WebDavServer_FileSystem_IEntry_System_Xml_Linq_XName_.md&value=---%0Auid%3A%20FubarDev.WebDavServer.Props.Dead.DeadProperty.%23ctor(FubarDev.WebDavServer.Props.Store.IPropertyStore%2CFubarDev.WebDavServer.FileSystem.IEntry%2CSystem.Xml.Linq.XName)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/FubarDevelopment/WebDavServer/blob/master/src/FubarDev.WebDavServer/Props/Dead/DeadProperty.cs/#L35">View Source</a>
</span>
<a id="FubarDev_WebDavServer_Props_Dead_DeadProperty__ctor_" data-uid="FubarDev.WebDavServer.Props.Dead.DeadProperty.#ctor*"></a>
<h4 id="FubarDev_WebDavServer_Props_Dead_DeadProperty__ctor_FubarDev_WebDavServer_Props_Store_IPropertyStore_FubarDev_WebDavServer_FileSystem_IEntry_System_Xml_Linq_XName_" data-uid="FubarDev.WebDavServer.Props.Dead.DeadProperty.#ctor(FubarDev.WebDavServer.Props.Store.IPropertyStore,FubarDev.WebDavServer.FileSystem.IEntry,System.Xml.Linq.XName)">DeadProperty(IPropertyStore, IEntry, XName)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FubarDev.WebDavServer.Props.Dead.DeadProperty.html">DeadProperty</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public DeadProperty([NotNull] IPropertyStore store, [NotNull] IEntry entry, [NotNull] XName name)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="FubarDev.WebDavServer.Props.Store.IPropertyStore.html">IPropertyStore</a></td>
<td><span class="parametername">store</span></td>
<td><p>The property store for the dead properties</p>
</td>
</tr>
<tr>
<td><a class="xref" href="FubarDev.WebDavServer.FileSystem.IEntry.html">IEntry</a></td>
<td><span class="parametername">entry</span></td>
<td><p>The file system entry</p>
</td>
</tr>
<tr>
<td><a class="xref" href="https://msdn.microsoft.com/en-us/library/system.xml.linq.xname(v=vs.110).aspx">XName</a></td>
<td><span class="parametername">name</span></td>
<td><p>The XML name of the dead property</p>
</td>
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/FubarDevelopment/WebDavServer/new/master/apiSpec/new?filename=FubarDev_WebDavServer_Props_Dead_DeadProperty_AlternativeNames.md&value=---%0Auid%3A%20FubarDev.WebDavServer.Props.Dead.DeadProperty.AlternativeNames%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/FubarDevelopment/WebDavServer/blob/master/src/FubarDev.WebDavServer/Props/Dead/DeadProperty.cs/#L65">View Source</a>
</span>
<a id="FubarDev_WebDavServer_Props_Dead_DeadProperty_AlternativeNames_" data-uid="FubarDev.WebDavServer.Props.Dead.DeadProperty.AlternativeNames*"></a>
<h4 id="FubarDev_WebDavServer_Props_Dead_DeadProperty_AlternativeNames" data-uid="FubarDev.WebDavServer.Props.Dead.DeadProperty.AlternativeNames">AlternativeNames</h4>
<div class="markdown level1 summary"><p>Gets the alternative XML names</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IReadOnlyCollection<XName> AlternativeNames { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://msdn.microsoft.com/en-us/library/hh881542(v=vs.110).aspx">IReadOnlyCollection</a><<a class="xref" href="https://msdn.microsoft.com/en-us/library/system.xml.linq.xname(v=vs.110).aspx">XName</a>></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="implements">Implements</h5>
<div><a class="xref" href="FubarDev.WebDavServer.Props.IProperty.html#FubarDev_WebDavServer_Props_IProperty_AlternativeNames">IProperty.AlternativeNames</a></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/FubarDevelopment/WebDavServer/new/master/apiSpec/new?filename=FubarDev_WebDavServer_Props_Dead_DeadProperty_Cost.md&value=---%0Auid%3A%20FubarDev.WebDavServer.Props.Dead.DeadProperty.Cost%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/FubarDevelopment/WebDavServer/blob/master/src/FubarDev.WebDavServer/Props/Dead/DeadProperty.cs/#L68">View Source</a>
</span>
<a id="FubarDev_WebDavServer_Props_Dead_DeadProperty_Cost_" data-uid="FubarDev.WebDavServer.Props.Dead.DeadProperty.Cost*"></a>
<h4 id="FubarDev_WebDavServer_Props_Dead_DeadProperty_Cost" data-uid="FubarDev.WebDavServer.Props.Dead.DeadProperty.Cost">Cost</h4>
<div class="markdown level1 summary"><p>Gets the cost of reading the property value</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int Cost { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://msdn.microsoft.com/en-us/library/system.int32(v=vs.110).aspx">Int32</a></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="implements">Implements</h5>
<div><a class="xref" href="FubarDev.WebDavServer.Props.IUntypedReadableProperty.html#FubarDev_WebDavServer_Props_IUntypedReadableProperty_Cost">IUntypedReadableProperty.Cost</a></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/FubarDevelopment/WebDavServer/new/master/apiSpec/new?filename=FubarDev_WebDavServer_Props_Dead_DeadProperty_Language.md&value=---%0Auid%3A%20FubarDev.WebDavServer.Props.Dead.DeadProperty.Language%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/FubarDevelopment/WebDavServer/blob/master/src/FubarDev.WebDavServer/Props/Dead/DeadProperty.cs/#L62">View Source</a>
</span>
<a id="FubarDev_WebDavServer_Props_Dead_DeadProperty_Language_" data-uid="FubarDev.WebDavServer.Props.Dead.DeadProperty.Language*"></a>
<h4 id="FubarDev_WebDavServer_Props_Dead_DeadProperty_Language" data-uid="FubarDev.WebDavServer.Props.Dead.DeadProperty.Language">Language</h4>
<div class="markdown level1 summary"><p>Gets the language of this property value</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string Language { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://msdn.microsoft.com/en-us/library/system.string(v=vs.110).aspx">String</a></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="implements">Implements</h5>
<div><a class="xref" href="FubarDev.WebDavServer.Props.IProperty.html#FubarDev_WebDavServer_Props_IProperty_Language">IProperty.Language</a></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/FubarDevelopment/WebDavServer/new/master/apiSpec/new?filename=FubarDev_WebDavServer_Props_Dead_DeadProperty_Name.md&value=---%0Auid%3A%20FubarDev.WebDavServer.Props.Dead.DeadProperty.Name%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/FubarDevelopment/WebDavServer/blob/master/src/FubarDev.WebDavServer/Props/Dead/DeadProperty.cs/#L59">View Source</a>
</span>
<a id="FubarDev_WebDavServer_Props_Dead_DeadProperty_Name_" data-uid="FubarDev.WebDavServer.Props.Dead.DeadProperty.Name*"></a>
<h4 id="FubarDev_WebDavServer_Props_Dead_DeadProperty_Name" data-uid="FubarDev.WebDavServer.Props.Dead.DeadProperty.Name">Name</h4>
<div class="markdown level1 summary"><p>Gets the XML name of the property</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public XName Name { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://msdn.microsoft.com/en-us/library/system.xml.linq.xname(v=vs.110).aspx">XName</a></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="implements">Implements</h5>
<div><a class="xref" href="FubarDev.WebDavServer.Props.IProperty.html#FubarDev_WebDavServer_Props_IProperty_Name">IProperty.Name</a></div>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/FubarDevelopment/WebDavServer/new/master/apiSpec/new?filename=FubarDev_WebDavServer_Props_Dead_DeadProperty_GetXmlValueAsync_System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FubarDev.WebDavServer.Props.Dead.DeadProperty.GetXmlValueAsync(System.Threading.CancellationToken)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/FubarDevelopment/WebDavServer/blob/master/src/FubarDev.WebDavServer/Props/Dead/DeadProperty.cs/#L78">View Source</a>
</span>
<a id="FubarDev_WebDavServer_Props_Dead_DeadProperty_GetXmlValueAsync_" data-uid="FubarDev.WebDavServer.Props.Dead.DeadProperty.GetXmlValueAsync*"></a>
<h4 id="FubarDev_WebDavServer_Props_Dead_DeadProperty_GetXmlValueAsync_System_Threading_CancellationToken_" data-uid="FubarDev.WebDavServer.Props.Dead.DeadProperty.GetXmlValueAsync(System.Threading.CancellationToken)">GetXmlValueAsync(CancellationToken)</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="https://msdn.microsoft.com/en-us/library/system.xml.linq.xelement(v=vs.110).aspx">XElement</a> for this property</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Task<XElement> GetXmlValueAsync(CancellationToken ct)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://msdn.microsoft.com/en-us/library/system.threading.cancellationtoken(v=vs.110).aspx">CancellationToken</a></td>
<td><span class="parametername">ct</span></td>
<td><p>The cancellation token</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://msdn.microsoft.com/en-us/library/dd321424(v=vs.110).aspx">Task</a><<a class="xref" href="https://msdn.microsoft.com/en-us/library/system.xml.linq.xelement(v=vs.110).aspx">XElement</a>></td>
<td><p>The <a class="xref" href="https://msdn.microsoft.com/en-us/library/system.xml.linq.xelement(v=vs.110).aspx">XElement</a> for this property</p>
</td>
</tr>
</tbody>
</table>
<h5 class="implements">Implements</h5>
<div><a class="xref" href="FubarDev.WebDavServer.Props.IUntypedReadableProperty.html#FubarDev_WebDavServer_Props_IUntypedReadableProperty_GetXmlValueAsync_System_Threading_CancellationToken_">IUntypedReadableProperty.GetXmlValueAsync(CancellationToken)</a></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/FubarDevelopment/WebDavServer/new/master/apiSpec/new?filename=FubarDev_WebDavServer_Props_Dead_DeadProperty_Init_System_Xml_Linq_XElement_.md&value=---%0Auid%3A%20FubarDev.WebDavServer.Props.Dead.DeadProperty.Init(System.Xml.Linq.XElement)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/FubarDevelopment/WebDavServer/blob/master/src/FubarDev.WebDavServer/Props/Dead/DeadProperty.cs/#L103">View Source</a>
</span>
<a id="FubarDev_WebDavServer_Props_Dead_DeadProperty_Init_" data-uid="FubarDev.WebDavServer.Props.Dead.DeadProperty.Init*"></a>
<h4 id="FubarDev_WebDavServer_Props_Dead_DeadProperty_Init_System_Xml_Linq_XElement_" data-uid="FubarDev.WebDavServer.Props.Dead.DeadProperty.Init(System.Xml.Linq.XElement)">Init(XElement)</h4>
<div class="markdown level1 summary"><p>Initialize the property with an <a class="xref" href="https://msdn.microsoft.com/en-us/library/system.xml.linq.xelement(v=vs.110).aspx">XElement</a></p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Init(XElement initialValue)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://msdn.microsoft.com/en-us/library/system.xml.linq.xelement(v=vs.110).aspx">XElement</a></td>
<td><span class="parametername">initialValue</span></td>
<td><p>The element to intialize the property with</p>
</td>
</tr>
</tbody>
</table>
<h5 class="implements">Implements</h5>
<div><a class="xref" href="FubarDev.WebDavServer.Props.IInitializableProperty.html#FubarDev_WebDavServer_Props_IInitializableProperty_Init_System_Xml_Linq_XElement_">IInitializableProperty.Init(XElement)</a></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/FubarDevelopment/WebDavServer/new/master/apiSpec/new?filename=FubarDev_WebDavServer_Props_Dead_DeadProperty_IsDefaultValue_System_Xml_Linq_XElement_.md&value=---%0Auid%3A%20FubarDev.WebDavServer.Props.Dead.DeadProperty.IsDefaultValue(System.Xml.Linq.XElement)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/FubarDevelopment/WebDavServer/blob/master/src/FubarDev.WebDavServer/Props/Dead/DeadProperty.cs/#L97">View Source</a>
</span>
<a id="FubarDev_WebDavServer_Props_Dead_DeadProperty_IsDefaultValue_" data-uid="FubarDev.WebDavServer.Props.Dead.DeadProperty.IsDefaultValue*"></a>
<h4 id="FubarDev_WebDavServer_Props_Dead_DeadProperty_IsDefaultValue_System_Xml_Linq_XElement_" data-uid="FubarDev.WebDavServer.Props.Dead.DeadProperty.IsDefaultValue(System.Xml.Linq.XElement)">IsDefaultValue(XElement)</h4>
<div class="markdown level1 summary"><p>Determines if the returned value is the default value and therefore doesn't need to be copied.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool IsDefaultValue(XElement element)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://msdn.microsoft.com/en-us/library/system.xml.linq.xelement(v=vs.110).aspx">XElement</a></td>
<td><span class="parametername">element</span></td>
<td><p>The element with the value to check if it has the default value</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://msdn.microsoft.com/en-us/library/system.boolean(v=vs.110).aspx">Boolean</a></td>
<td><p><span class="xref">true</span> when the underlying is not the default value</p>
</td>
</tr>
</tbody>
</table>
<h5 class="implements">Implements</h5>
<div><a class="xref" href="FubarDev.WebDavServer.Props.Dead.IDeadProperty.html#FubarDev_WebDavServer_Props_Dead_IDeadProperty_IsDefaultValue_System_Xml_Linq_XElement_">IDeadProperty.IsDefaultValue(XElement)</a></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/FubarDevelopment/WebDavServer/new/master/apiSpec/new?filename=FubarDev_WebDavServer_Props_Dead_DeadProperty_SetXmlValueAsync_System_Xml_Linq_XElement_System_Threading_CancellationToken_.md&value=---%0Auid%3A%20FubarDev.WebDavServer.Props.Dead.DeadProperty.SetXmlValueAsync(System.Xml.Linq.XElement%2CSystem.Threading.CancellationToken)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/FubarDevelopment/WebDavServer/blob/master/src/FubarDev.WebDavServer/Props/Dead/DeadProperty.cs/#L71">View Source</a>
</span>
<a id="FubarDev_WebDavServer_Props_Dead_DeadProperty_SetXmlValueAsync_" data-uid="FubarDev.WebDavServer.Props.Dead.DeadProperty.SetXmlValueAsync*"></a>
<h4 id="FubarDev_WebDavServer_Props_Dead_DeadProperty_SetXmlValueAsync_System_Xml_Linq_XElement_System_Threading_CancellationToken_" data-uid="FubarDev.WebDavServer.Props.Dead.DeadProperty.SetXmlValueAsync(System.Xml.Linq.XElement,System.Threading.CancellationToken)">SetXmlValueAsync(XElement, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Sets the <a class="xref" href="https://msdn.microsoft.com/en-us/library/system.xml.linq.xelement(v=vs.110).aspx">XElement</a> for the property</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Task SetXmlValueAsync(XElement element, CancellationToken ct)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://msdn.microsoft.com/en-us/library/system.xml.linq.xelement(v=vs.110).aspx">XElement</a></td>
<td><span class="parametername">element</span></td>
<td><p>The <a class="xref" href="https://msdn.microsoft.com/en-us/library/system.xml.linq.xelement(v=vs.110).aspx">XElement</a> to be set</p>
</td>
</tr>
<tr>
<td><a class="xref" href="https://msdn.microsoft.com/en-us/library/system.threading.cancellationtoken(v=vs.110).aspx">CancellationToken</a></td>
<td><span class="parametername">ct</span></td>
<td><p>The cancellation token</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://msdn.microsoft.com/en-us/library/system.threading.tasks.task(v=vs.110).aspx">Task</a></td>
<td><p>The async task</p>
</td>
</tr>
</tbody>
</table>
<h5 class="implements">Implements</h5>
<div><a class="xref" href="FubarDev.WebDavServer.Props.IUntypedWriteableProperty.html#FubarDev_WebDavServer_Props_IUntypedWriteableProperty_SetXmlValueAsync_System_Xml_Linq_XElement_System_Threading_CancellationToken_">IUntypedWriteableProperty.SetXmlValueAsync(XElement, CancellationToken)</a></div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/FubarDevelopment/WebDavServer/new/master/apiSpec/new?filename=FubarDev_WebDavServer_Props_Dead_DeadProperty.md&value=---%0Auid%3A%20FubarDev.WebDavServer.Props.Dead.DeadProperty%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/FubarDevelopment/WebDavServer/blob/master/src/FubarDev.WebDavServer/Props/Dead/DeadProperty.cs/#L21" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Copyright © 2016-2017 Fubar Development Junker<br>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/jquery.min.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>
| FubarDevelopment/WebDavServer | docs/api/FubarDev.WebDavServer.Props.Dead.DeadProperty.html | HTML | mit | 38,113 |
<html>
<head>
<title>Working with Lists and Collections</title>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/knockout-min.js"></script>
<script type="text/javascript" src="js/list_collections.js"></script>
</head>
<body>
<h2>Your seat reservations (<span data-bind="text: seats().length"></span>)</h2>
<a href="http://learn.knockoutjs.com/#/?tutorial=collections">Read more</a>
<br /><br />
<table>
<thead>
<tr>
<th>Passenger name</th>
<th>Meal</th>
<th>Surcharge</th>
<th>Action</th>
</tr>
</thead>
<!-- Todo: Generate table body -->
<tbody data-bind="foreach: seats">
<tr>
<!-- Show all meals -->
<!--
<td data-bind="text: name"></td>
<td data-bind="text: meal().mealName"></td>
<td data-bind="text: meal().price"></td>
-->
<!-- Making the data editable -->
<td><input data-bind="value: name" /></td>
<td>
<select data-bind="options: $root.availableMeals, value: meal, optionsText: 'mealName'"></select>
</td>
<td data-bind="text: formattedPrice"></td>
<td><a href="#" data-bind="click: $root.removeSeat">Remove</a></td>
</tr>
</tbody>
</table>
<h3 data-bind="visible: totalSurcharge() > 0">
Total surcharge: $<span data-bind="text: totalSurcharge().toFixed(2)"></span>
</h3>
<button data-bind="click: addSeat, enable: seats().length < 5">Reserve another seat</button>
<button data-bind="click: removeLastSeat">Remove last seat</button>
</body>
</html> | tanviet/KnockoutJS-Sample | list_collections.html | HTML | mit | 2,032 |
<div *ngIf="hero">
<h2>{{hero.name}} details!</h2>
<div>
<label>id: </label>{{hero.id}}</div>
<div>
<label>name: </label>
<input [(ngModel)]="hero.name" placeholder="name" />
</div>
<button (click)="goBack()">Back</button>
<button (click)="save()">Save</button>
</div> | srijunairwsib/quickstart | src/app/hero-detail.component.html | HTML | mit | 352 |
<ion-header>
<ion-toolbar color="primary">
<ion-title>
Leaderboard
</ion-title>
<ion-buttons start>
<button ion-button (click)="dismiss()">
<span class="cancelText" ion-text color="secondary" showWhen="ios">Close</span>
<ion-icon name="md-close" showWhen="android, windows"></ion-icon>
</button>
</ion-buttons>
</ion-toolbar>
</ion-header>
<ion-content padding>
<!--<ion-list>
<ion-item *ngFor="let item of highScores | async">
{{item.name}} - {{item.score}}
</ion-item>
</ion-list>-->
<table class="table">
<thead>
<tr>
<th></th>
<th>Score</th>
<th>Name</th>
</tr>
</thead>
<tbody>
<tr *ngFor="let item of highScores | async; let i = index;">
<td>{{ i+1 }}</td>
<td>{{ item.score }}</td>
<td>{{ item.name }}</td>
</tr>
</tbody>
</table>
<!--<ul>
<li class="text" *ngFor="let item of highScores | async">
{{item.name}} - {{item.score}}
</li>
</ul>-->
</ion-content>
| lhalver1/boxed_up | src/pages/leaderboard/leaderboard.html | HTML | mit | 1,049 |
<!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"/>
<link rel="SHORTCUT ICON" href="../../../img/clover.ico" />
<style type="text/css" media="screen">
@import url('../../../style.css');
@import url('../../../roundedcorners.css');
@import url('../../../tree.css');
</style>
<script src="../../../sorttable.js" type="text/javascript"></script>
<script src="../../../overlibmws.js" type="text/javascript"><!-- overLIB (c) Erik Bosrup --></script>
<script src="../../../overlibmws_shadow.js" type="text/javascript" ></script>
<script src="../../../clover.js" type="text/javascript"></script>
<script src="../../../cloud.js" type="text/javascript"></script>
<script src="../../../help.js" type="text/javascript"></script>
<title>EasyMock 3.0</title>
</head>
<body onload="setBrowserTitle('EasyMock 3.0: org.easymock.tests.booleanAndMinMax');">
<table cellspacing="0" cellpadding="2" class="barGraph">
<tbody>
<tr>
<td colspan="6" >
<div class="roundedLarge">
<b class="ctop"><b class="cb1"></b><b class="cb2 testHeader"></b><b class="cb3 testHeader"></b><b class="cb4 testHeader"></b></b>
<div class="roundedContent">
<table width="100%" cellspacing="0"><tr class="reportHeader ">
<td valign="top" class="titleText testHeader">Clover Test Report - <a
href="http://www.easymock.org/easymock" target="_top">EasyMock 3.0</a><div class="timestamp"><b>Coverage timestamp:</b> sam. mai 8 2010 14:37:27 CEST
</div>
<div class="navBar">
<span><a href="../../../test-pkg-summary.html">Overview</a></span>
<span><a href="test-pkg-summary.html">Package</a></span>
<span><a href="test-UsageExpectAndThrowTest.html">File</a></span>
<span class="navBarCurrent">Test</span>
</div>
<div class="navBarLink">
<a href="../../../index.html" target="_top">FRAMES</a>
<a href="UsageExpectAndThrowTest_booleanAndMinMax_2k.html" target="_top">NO FRAMES</a>
<a><label onclick="toggleHelp(this);" class="nonHelpItem">SHOW HELP</label></a>
</div>
</td>
</tr></table>
</div>
<b class="cbottom"><b class="cb4 testHeader"></b><b class="cb3 testHeader"></b><b class="cb2 testHeader"></b><b class="cb1"></b></b>
</div>
</td>
</tr>
<tr><td class="hbreak" colspan="6"> </td></tr>
<tr>
<td class="graphHeaderLeft titleText testHeader">Test</td>
<td class="graphHeader headerTitle testHeader"><label onkeyup="return help_total_unique_coverage;">Unique Coverage</label></td>
<td class="graphHeader headerTitle testHeader"><label onkeyup="return help_test_status;">Status</label></td>
<td class="graphHeader headerTitle testHeader"><label onkeyup="return help_test_time;">Start time</label></td>
<td class="graphHeader headerTitle testHeader"><label onkeyup="return help_test_time;">Time (seconds)</label></td>
<td class="graphHeader headerTitle testHeader"><label onkeyup="return help_test_message;">Message</label></td>
</tr>
<tr>
<td class="graphItem alignTop titleText">
<a href="../../../org/easymock/tests/UsageExpectAndThrowTest.html?line=264#src-264" >booleanAndMinMax</a>
</td>
<td class="graphPercent alignTop">
0%
</td>
<td class="graphPercent alignTop">
<span class="sortValue">1</span>
<span class="testResultSuccess">PASS</span>
</td>
<td class="graphPercent alignTop">
8 mai 14:37:18
</td>
<td class="graphPercent alignTop">
0.0 </td>
<td class="graphItemRight alignTop">
<div class="titleText"></div>
<div class="errorMessage"></div>
</td>
</tr>
<tr><td class="hbreak" colspan="6"> </td></tr>
</tbody>
<tbody>
<tr>
<td class="graphHeaderLeft titleText sortable testHeader" style="white-space:nowrap;" onclick="ts_resortTable(this, 'alpha', 0);return false;"><label onkeyup="return help_test_target_class;">Target Class</label> </td>
<td class="graphHeader sortable testHeader" onclick="ts_resortTable(this, 'number', 1);return false;"><label onkeyup="return help_unique_coverage ;">Unique</label> </td>
<td class="graphHeader sortable testHeader" colspan="4" onclick="ts_resortTable(this, 'number', 2);return false;"><label onkeyup="return help_test_contribution;">Coverage contributed by</label> <span class="titleText">booleanAndMinMax</span>.</td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.ThrowableWrapper</span>
<a href="../../../org/easymock/internal/ThrowableWrapper.html?id=92#ThrowableWrapper" title="ThrowableWrapper" name="sl-22">org.easymock.internal.ThrowableWrapper</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">1.0</span>
100%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="0% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="100% Covered" class="barPositive contribBarPositive" style="width: 100%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.ExpectedInvocationAndResults</span>
<a href="../../../org/easymock/internal/ExpectedInvocationAndResults.html?id=92#ExpectedInvocationAndResults" title="ExpectedInvocationAndResults" name="sl-24">org.easymock.internal.ExpectedInvocationAndResults</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.7777778</span>
77,8%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="22,2% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="77,8% Covered" class="barPositive contribBarPositive" style="width: 77.8%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.MockInvocationHandler</span>
<a href="../../../org/easymock/internal/MockInvocationHandler.html?id=92#MockInvocationHandler" title="MockInvocationHandler" name="sl-26">org.easymock.internal.MockInvocationHandler</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.71428573</span>
71,4%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="28,6% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="71,4% Covered" class="barPositive contribBarPositive" style="width: 71.4%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.Results</span>
<a href="../../../org/easymock/internal/Results.html?id=92#Results" title="Results" name="sl-27">org.easymock.internal.Results</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.6557377</span>
65,6%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="34,4% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="65,6% Covered" class="barPositive contribBarPositive" style="width: 65.6%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.Result</span>
<a href="../../../org/easymock/internal/Result.html?id=92#Result" title="Result" name="sl-28">org.easymock.internal.Result</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.5294118</span>
52,9%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="47,1% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="52,9% Covered" class="barPositive contribBarPositive" style="width: 52.9%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.Result.ThrowingAnswer</span>
<a href="../../../org/easymock/internal/Result.html?id=92#Result.ThrowingAnswer" title="Result.ThrowingAnswer" name="sl-42">org.easymock.internal.Result.ThrowingAnswer</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.5</span>
50%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="50% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="50% Covered" class="barPositive contribBarPositive" style="width: 50%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.Range</span>
<a href="../../../org/easymock/internal/Range.html?id=92#Range" title="Range" name="sl-24">org.easymock.internal.Range</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.43589744</span>
43,6%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="56,4% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="43,6% Covered" class="barPositive contribBarPositive" style="width: 43.6%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.ClassExtensionHelper</span>
<a href="../../../org/easymock/internal/ClassExtensionHelper.html?id=92#ClassExtensionHelper" title="ClassExtensionHelper" name="sl-30">org.easymock.internal.ClassExtensionHelper</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.42857143</span>
42,9%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="57,1% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="42,9% Covered" class="barPositive contribBarPositive" style="width: 42.9%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.UnorderedBehavior</span>
<a href="../../../org/easymock/internal/UnorderedBehavior.html?id=92#UnorderedBehavior" title="UnorderedBehavior" name="sl-26">org.easymock.internal.UnorderedBehavior</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.3898305</span>
39%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="61% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="39% Covered" class="barPositive contribBarPositive" style="width: 39%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.ExpectedInvocation</span>
<a href="../../../org/easymock/internal/ExpectedInvocation.html?id=92#ExpectedInvocation" title="ExpectedInvocation" name="sl-31">org.easymock.internal.ExpectedInvocation</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.375</span>
37,5%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="62,5% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="37,5% Covered" class="barPositive contribBarPositive" style="width: 37.5%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.ReplayState</span>
<a href="../../../org/easymock/internal/ReplayState.html?id=92#ReplayState" title="ReplayState" name="sl-27">org.easymock.internal.ReplayState</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.33333334</span>
33,3%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="66,7% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="33,3% Covered" class="barPositive contribBarPositive" style="width: 33.3%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.LastControl</span>
<a href="../../../org/easymock/internal/LastControl.html?id=92#LastControl" title="LastControl" name="sl-32">org.easymock.internal.LastControl</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.29577464</span>
29,6%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="70,4% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="29,6% Covered" class="barPositive contribBarPositive" style="width: 29.6%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.matchers.Equals</span>
<a href="../../../org/easymock/internal/matchers/Equals.html?id=92#Equals" title="Equals" name="sl-27">org.easymock.internal.matchers.Equals</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.2857143</span>
28,6%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="71,4% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="28,6% Covered" class="barPositive contribBarPositive" style="width: 28.6%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.MocksBehavior</span>
<a href="../../../org/easymock/internal/MocksBehavior.html?id=92#MocksBehavior" title="MocksBehavior" name="sl-28">org.easymock.internal.MocksBehavior</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.26956522</span>
27%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="73% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="27% Covered" class="barPositive contribBarPositive" style="width: 27%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.ObjectMethodsFilter</span>
<a href="../../../org/easymock/internal/ObjectMethodsFilter.html?id=92#ObjectMethodsFilter" title="ObjectMethodsFilter" name="sl-28">org.easymock.internal.ObjectMethodsFilter</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.23076923</span>
23,1%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="76,9% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="23,1% Covered" class="barPositive contribBarPositive" style="width: 23.1%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.RecordState</span>
<a href="../../../org/easymock/internal/RecordState.html?id=92#RecordState" title="RecordState" name="sl-30">org.easymock.internal.RecordState</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.19140625</span>
19,1%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="80,9% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="19,1% Covered" class="barPositive contribBarPositive" style="width: 19.1%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.Invocation</span>
<a href="../../../org/easymock/internal/Invocation.html?id=92#Invocation" title="Invocation" name="sl-33">org.easymock.internal.Invocation</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.16806723</span>
16,8%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="83,2% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="16,8% Covered" class="barPositive contribBarPositive" style="width: 16.8%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.MocksControl</span>
<a href="../../../org/easymock/internal/MocksControl.html?id=92#MocksControl" title="MocksControl" name="sl-29">org.easymock.internal.MocksControl</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.1125</span>
11,2%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="88,7% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="11,2% Covered" class="barPositive contribBarPositive" style="width: 11.2%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.EasyMock</span>
<a href="../../../org/easymock/EasyMock.html?id=92#EasyMock" title="EasyMock" name="sl-32">org.easymock.EasyMock</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.036319613</span>
3,6%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="96,4% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="3,6% Covered" class="barPositive contribBarPositive" style="width: 3.6%"></div>
</div>
</div> </td>
</tr>
</tbody>
<tbody>
<tr><td class="hbreak" colspan="6"> </td></tr>
<tr><td class="footer" colspan="6">
<table>
<tr>
<td><a target="_new" href="http://www.atlassian.com/software/clover"><img alt="Clover" src="../../../img/logo.gif" style="border:none"/></a></td><td style="white-space:nowrap;"><i>Report generated by </i>Clover <a target="_new" href="http://www.atlassian.com/software/clover">Code Coverage</a> v3.0.1<i><br/>sam. mai 8 2010 14:37:33 CEST</i>.</td>
<td> </td><td style="BORDER-LEFT: #9c9c9c 1px solid;"> </td><td>Clover: Open Source License registered to EasyMock . </td>
</tr>
</table>
</td>
</tr></tbody>
</table>
</body>
</html>
| nico01f/z-pec | ZimbraCommon/jars-test/easymock-3.0/clover/org/easymock/tests/UsageExpectAndThrowTest_booleanAndMinMax_2k.html | HTML | mit | 25,501 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Bullet Navigator Skin 17 - Jssor Slider, Slideshow with Javascript Source Code</title>
</head>
<body style="margin:0;padding:0; background:#fff; font-family: Arial, Verdana, Sans-Serif;">
<script type="text/javascript" src="../js/jssor.core.js"></script>
<script type="text/javascript" src="../js/jssor.utils.js"></script>
<script type="text/javascript" src="../js/jssor.slider.js"></script>
<script>
jssor_slider1_starter = function (containerId) {
var options = {
$AutoPlay: false, //[Optional] Whether to auto play, to enable slideshow, this option must be set to true, default value is false
$SlideDuration: 500, //[Optional] Specifies default duration (swipe) for slide in milliseconds, default value is 500
$BulletNavigatorOptions: { //[Optional] Options to specify and enable navigator or not
$Class: $JssorBulletNavigator$, //[Required] Class to create navigator instance
$ChanceToShow: 2, //[Required] 0 Never, 1 Mouse Over, 2 Always
$AutoCenter: 1, //[Optional] Auto center navigator in parent container, 0 None, 1 Horizontal, 2 Vertical, 3 Both, default value is 0
$Steps: 1, //[Optional] Steps to go for each navigation request, default value is 1
$Lanes: 1, //[Optional] Specify lanes to arrange items, default value is 1
$SpacingX: 10, //[Optional] Horizontal space between each item in pixel, default value is 0
$SpacingY: 10, //[Optional] Vertical space between each item in pixel, default value is 0
$Orientation: 1 //[Optional] The orientation of the navigator, 1 horizontal, 2 vertical, default value is 1
}
};
var jssor_slider1 = new $JssorSlider$(containerId, options);
}
</script>
<!-- Jssor Slider Begin -->
<!-- You can move inline styles to css file or css block. -->
<div id="slider1_container" style="position: relative; width: 600px;
height: 300px; overflow: hidden;">
<!-- Slides Container -->
<div u="slides" style="cursor: move; position: absolute; left: 0px; top: 0px; width: 600px; height: 300px;
overflow: hidden;">
<div><img u="image" src="../img/photography/002.jpg" /></div>
<div><img u="image" src="../img/photography/003.jpg" /></div>
<div><img u="image" src="../img/photography/004.jpg" /></div>
<div><img u="image" src="../img/photography/005.jpg" /></div>
</div>
<!-- Bullet Navigator Skin Begin -->
<style>
/* jssor slider bullet navigator skin 17 css */
/*
.jssorb17 div (normal)
.jssorb17 div:hover (normal mouseover)
.jssorb17 .av (active)
.jssorb17 .av:hover (active mouseover)
.jssorb17 .dn (mousedown)
*/
.jssorb17 div, .jssorb17 div:hover, .jssorb17 .av
{
background: url(../img/b17.png) no-repeat;
overflow:hidden;
cursor: pointer;
}
.jssorb17 div { background-position: -7px -7px; }
.jssorb17 div:hover, .jssorb17 .av:hover { background-position: -37px -7px; }
.jssorb17 .av { background-position: -67px -7px; }
.jssorb17 .dn, .jssorb17 .dn:hover { background-position: -97px -7px; }
</style>
<!-- bullet navigator container -->
<div u="navigator" class="jssorb17" style="position: absolute; bottom: 16px; right: 6px;">
<!-- bullet navigator item prototype -->
<div u="prototype" style="POSITION: absolute; WIDTH: 16px; HEIGHT: 16px;"></div>
</div>
<!-- Bullet Navigator Skin End -->
<a style="display: none" href="http://www.jssor.com">responsive carousel</a>
<!-- Trigger -->
<script>
jssor_slider1_starter('slider1_container');
</script>
</div>
<!-- Jssor Slider End -->
</body>
</html> | vancezuo/ydc2-solr | jssor/skin/bullet-17.source.html | HTML | mit | 4,634 |
</script><b>Coronal slice 175 labels</b> (<a href="../contours/1003/labels.php" onClick="return popup(../contours/1003/labels.php)">full label list</a>):<br /><table align="left" valign="top" width="512px"><tr><td align="left" valign="top"><font size="2">Left POrG posterior orbital gyrus<br />
Left SFG superior frontal gyrus<br />
Left MOrG medial orbital gyrus<br />
Left MFG middle frontal gyrus<br />
Left LOrG lateral orbital gyrus<br />
Left MSFG superior frontal gyrus medial segment<br />
Left MFC medial frontal cortex<br />
Left GRe gyrus rectus<br />
Left ACgG anterior cingulate gyrus<br />
Left TrIFG triangular part of the inferior frontal gyrus<br />
</font></td><td align="left" valign="top"><font size="2">Right LOrG lateral orbital gyrus<br />
Right MFG middle frontal gyrus<br />
Right MOrG medial orbital gyrus<br />
Right SFG superior frontal gyrus<br />
Right MFG middle frontal gyrus<br />
Right MSFG superior frontal gyrus medial segment<br />
Right MFC medial frontal cortex<br />
Right GRe gyrus rectus<br />
Right ACgG anterior cingulate gyrus<br />
Right TrIFG triangular part of the inferior frontal gyrus<br />
Right POrG posterior orbital gyrus<br />
</font></td></tr><table> | binarybottle/braincolor-roygbiv | contours/1003/slice175_labellist.html | HTML | mit | 1,235 |
<!DOCTYPE html>
<html class="body-full-height">
<head>
<meta charset="utf-8">
<title>My Account - Wunderlist</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="css/essentials.min.css">
<link rel="stylesheet" href="css/pictograms.min.css">
<link rel="stylesheet" href="css/helpers.min.css">
</head>
<body style="background-color:#fdfdfd">
<div class="flex flex-column" style="min-height: 100vh">
<div class="menubar flex-none bg-true-white full-width z4 border-box p2 font-size-0">
<div class="icon inline-block vm"></div>
<div class="ml1 mr3 logo inline-block vm"></div>
<nav class="inline-block h6 bold vm nowrap uppercase letter-spacing md-show-inline">
<a href="integrations.html" class="blue mr3">Pro</a>
<a href="my-integrations.html" class="light-gray mr1 md-mr2">Business</a>
<a href="integrations-apps.html" class="light-gray mr1 md-mr2">Public Lists</a>
<a href="integrations-about.html" class="light-gray mr1 md-mr2">Download</a>
<a href="integrations-about.html" class="light-gray mr1 md-mr2">Support</a>
</nav>
<%= render 'user.html' %>
</div>
<header class="px3 sm-px2 md-px3 py2 bg-red true-white sticky">
<h3 class="m0 lighter">My Account</h3>
</header>
<div class="sm-flex flex-auto">
<aside class="bg-white col-12 sm-col-4 md-col-3 xlg-max-width-7 sm-min-width-5 sm-border-right border-bottom border-box">
<nav class="py2 sm-py3 px2 md-px3">
<ul class="sm-show list-reset">
<li class="py1">
<a href="my-account" class="bold">Email Addresses</a>
</li>
<li class="py1">
<a href="connected-accounts" class="dark-gray">Connected Accounts</a>
</li>
<li class="py1"><a href="mail-to-wunderlist" class=" dark-gray block">Mail to Wunderlist</a></li>
<li class="py1"><a href="#" class=" dark-gray block">Authorized Apps</a></li>
</ul>
<select class="sm-hide relative flex-auto field-simple h4 p0 full-width line-height-1 bg-white px2">
<option class="py1"><a href="my-account" class="bold block">Email Addresses</a></option>
<option class="py1"><a href="connected-accounts" class=" dark-gray block">Connected Accounts</a></option>
<option class="py1"><a href="mail-to-wunderlist" class=" dark-gray block">Mail to Wunderlist</a></option>
<option class="py1"><a href="#" class=" dark-gray block">Authorized Apps</a></option>
</select>
</nav>
</aside>
<main class="flex-auto col-12 border-box dark-gray">
<div class="col-12 sm-col-11 md-col-10 lg-col-9 xlg-col-8 xlg-max-width-9 mx-auto p3 border-box">
<h2 class="lighter blue mt0">Your Email Addresses</h2>
<p>
To make it easier to use Wunderlist at home and in the office, you can add <strong>different email addresses</strong> to your account here. Only your Primary email address will get notifications like Reminders and List invites.
</p>
<p>
Friends & colleagues can share lists with you using your <strong>other email addresses.</strong> You can also use them to sign into Wunderlist too.
</p>
<ul class="list-reset semi-bold overflow-hidden border bg-true-white mt3">
<li class="flex flex-center border-bottom p2 bg-white dark-gray">
<p class="flex-auto m0">
Email Addresses
</p>
</li>
<li class="flex flex-center border-bottom p2">
<p class="flex-auto m0">
jarred@wunderlist.com
</p>
<span class="heavy blue h7 caps m0 line-height-0">Primary</span>
</li>
<li class="flex flex-center border-bottom p2">
<p class="flex-auto m0">
j.herald@sagemans.de
</p>
<a class="wundercon icon-x medium light-gray hover-red pointer"></a>
</li>
<li class="flex flex-center border-bottom p2">
<p class="flex-auto m0">
jarred.herald@gmail.com
</p>
<a class="wundercon icon-x medium light-gray hover-red pointer"></a>
</li>
<li class="flex flex-center p2">
<input type="email" class="flex-auto field-simple flex-auto px0 py1 bc-true-white focus-parent" placeholder="Add email address" required/>
<button class="small-button animated fadeIn display-none show-on-parent-focus">Add Email</button>
</li>
</ul>
</div>
<footer class="border-top border-box">
<div class="col-12 sm-col-11 md-col-10 lg-col-9 xlg-col-8 xlg-max-width-9 mx-auto px3 py4 border-box">
<div class="md-flex">
<ul class="list-reset col-12">
<li class="bold dark-gray">Product</li>
<li><a class="hover-blue gray" href="#">Wunderlist</a></li>
<li><a class="hover-blue gray" href="#">Download</a></li>
<li><a class="hover-blue gray" href="#">Account</a></li>
<li><a class="hover-blue gray" href="#">Integrations</a></li>
<li><a class="hover-blue gray" href="#">Developer</a></li>
</ul>
<ul class="list-reset col-12">
<li class="bold dark-gray">Company</li>
<li><a class="hover-blue gray" href="#">About</a></li>
<li><a class="hover-blue gray" href="#">Our Blog</a></li>
<li><a class="hover-blue gray" href="#">Careers</a></li>
<li><a class="hover-blue gray" href="#">Contact</a></li>
<li><a class="hover-blue gray" href="#">Privacy Policy</a></li>
</ul>
<ul class="list-reset col-12">
<li class="bold dark-gray">Support</li>
<li><a class="hover-blue gray" href="#">Help</a></li>
<li><a class="hover-blue gray" href="#">Knowledge Base</a></li>
<li><a class="hover-blue gray" href="#">Forum</a></li>
</ul>
</div>
</div>
</footer>
</main>
</div>
</div>
</body>
</html>
| 6wunderkinder/web-essentials | src/email-addresses.html | HTML | mit | 6,607 |
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目 </b></th><td class="std2">染翰操觚</td></tr>
<tr><th class="std1"><b>注音 </b></th><td class="std2">ㄖㄢ<sup class="subfont">ˇ</sup> ㄏㄢ<sup class="subfont">ˋ</sup> ㄘㄠ ㄍㄨ</td></tr>
<tr><th class="std1"><b>漢語拼音 </b></th><td class="std2"><font class="english_word">rǎn hàn cāo gū</font></td></tr>
<tr><th class="std1"><b>釋義 </b></th><td class="std2">寫文章。幼學瓊林˙卷四˙文事類:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>作文曰染翰操觚。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></td></tr>
<tr><th class="std1"><b><font class="fltypefont">附錄</font> </b></th><td class="std2">修訂本參考資料</td></tr>
</td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/12000-12999/12545-22.html | HTML | mit | 1,264 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>ウェブ系エンジニアがLinux使うようになったら覚えておきたいコマンド64選 - イノベーション エンジニアブログ</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="ウェブ系エンジニアがLinux使うようになったら覚えておきたいコマンド64選">
<meta name="twitter:description" content="">
<meta property="og:type" content="article">
<meta property="og:title" content="ウェブ系エンジニアがLinux使うようになったら覚えておきたいコマンド64選">
<meta property="og:description" content="">
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="/apple-touch-icon-precomposed.png" rel="apple-touch-icon">
<script type="text/javascript">
var _trackingid = 'LFT-10003-1';
(function() {
var lft = document.createElement('script'); lft.type = 'text/javascript'; lft.async = true;
lft.src = document.location.protocol + '//test.list-finder.jp/js/ja/track_test.js';
var snode = document.getElementsByTagName('script')[0]; snode.parentNode.insertBefore(lft, snode);
})();
</script>
<script type="text/javascript">
var _trackingid = 'LFT-10003-1';
(function() {
var lft = document.createElement('script'); lft.type = 'text/javascript'; lft.async = true;
lft.src = document.location.protocol + '//track.list-finder.jp/js/ja/track_prod_wao.js';
var snode = document.getElementsByTagName('script')[0]; snode.parentNode.insertBefore(lft, snode);
})();
</script>
<link rel="stylesheet" type="text/css" href="//tech.innovation.co.jp/themes/uno/assets/css/uno.css?v=1.0.0" />
<link rel="canonical" href="http://tech.innovation.co.jp/2018/05/14/command64.html" />
<meta property="og:site_name" content="イノベーション エンジニアブログ" />
<meta property="og:type" content="article" />
<meta property="og:title" content="ウェブ系エンジニアがLinux使うようになったら覚えておきたいコマンド64選" />
<meta property="og:description" content="みなさん元気ですか?城田です。内容は掲題の通りです。 一覧 grep find watch alias source awk cut vi xargs sort diff &lt;() uniq time id dig sendmail scp ssh df du top ps kill pkill ls -Gal ll less gzip gunzip tar cp wc -l bg..." />
<meta property="og:url" content="http://tech.innovation.co.jp/2018/05/14/command64.html" />
<meta property="article:published_time" content="2018-05-13T15:00:00.000Z" />
<meta property="article:modified_time" content="2018-05-15T02:40:08.782Z" />
<meta property="article:tag" content="Linux" />
<meta property="article:tag" content="Command" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="ウェブ系エンジニアがLinux使うようになったら覚えておきたいコマンド64選" />
<meta name="twitter:description" content="みなさん元気ですか?城田です。内容は掲題の通りです。 一覧 grep find watch alias source awk cut vi xargs sort diff &lt;() uniq time id dig sendmail scp ssh df du top ps kill pkill ls -Gal ll less gzip gunzip tar cp wc -l bg..." />
<meta name="twitter:url" content="http://tech.innovation.co.jp/2018/05/14/command64.html" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Article",
"publisher": "イノベーション エンジニアブログ",
"author": {
"@type": "Person",
"name": "Junichi Shirota",
"image": "https://avatars2.githubusercontent.com/u/26893225?v=4",
"url": "undefined/author/undefined",
"sameAs": ""
},
"headline": "ウェブ系エンジニアがLinux使うようになったら覚えておきたいコマンド64選",
"url": "http://tech.innovation.co.jp/2018/05/14/command64.html",
"datePublished": "2018-05-13T15:00:00.000Z",
"dateModified": "2018-05-15T02:40:08.782Z",
"keywords": "Linux, Command",
"description": "みなさん元気ですか?城田です。内容は掲題の通りです。 一覧 grep find watch alias source awk cut vi xargs sort diff &lt;() uniq time id dig sendmail scp ssh df du top ps kill pkill ls -Gal ll less gzip gunzip tar cp wc -l bg..."
}
</script>
<meta name="generator" content="Ghost ?" />
<link rel="alternate" type="application/rss+xml" title="イノベーション エンジニアブログ" href="http://tech.innovation.co.jp/rss" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css">
</head>
<body class="post-template tag-Linux tag-Command no-js">
<span class="mobile btn-mobile-menu">
<i class="icon icon-list btn-mobile-menu__icon"></i>
<i class="icon icon-x-circle btn-mobile-close__icon hidden"></i>
</span>
<header class="panel-cover panel-cover--collapsed " >
<div class="panel-main">
<div class="panel-main__inner panel-inverted">
<div class="panel-main__content">
<h1 class="panel-cover__title panel-title"><a href="http://tech.innovation.co.jp" title="link to homepage for イノベーション エンジニアブログ">イノベーション エンジニアブログ</a></h1>
<hr class="panel-cover__divider" />
<p class="panel-cover__description">株式会社イノベーションのエンジニアたちの技術系ブログです。ITトレンド・List Finderの開発をベースに、業務外での技術研究などもブログとして発信していってます!</p>
<hr class="panel-cover__divider panel-cover__divider--secondary" />
<div class="navigation-wrapper">
<nav class="cover-navigation cover-navigation--primary">
<ul class="navigation">
<li class="navigation__item"><a href="http://tech.innovation.co.jp/#blog" title="link to イノベーション エンジニアブログ blog" class="blog-button">Blog</a></li>
</ul>
</nav>
<nav class="cover-navigation navigation--social">
<ul class="navigation">
</ul>
</nav>
</div>
</div>
</div>
<div class="panel-cover--overlay"></div>
</div>
</header>
<div class="content-wrapper">
<!-- ソーシャルボタンここから -->
<div id="boxArea" style="display: table; padding: 0 0 0 2px;">
<div style="width: 74px; height: 22px; float: left;">
<a href="https://twitter.com/share" class="twitter-share-button"
{count} data-lang="ja" data-dnt="true">ツイート</a>
<script>
!function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/
.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + '://platform.twitter.com/widgets.js';
fjs.parentNode.insertBefore(js, fjs);
}
}(document, 'script', 'twitter-wjs');
</script>
</div>
<div style="width: 76px; height: 22px; float: left;">
<div class="g-plusone" data-size="medium"></div>
<script type="text/javascript">
window.___gcfg = {
lang : 'ja'
};
(function() {
var po = document.createElement('script');
po.type = 'text/javascript';
po.async = true;
po.src = 'https://apis.google.com/js/platform.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
})();
</script>
</div>
<div style="width: 126px; height: 22px; float: left;">
<a href="http://b.hatena.ne.jp/entry/" class="hatena-bookmark-button"
data-hatena-bookmark-layout="standard-balloon"
data-hatena-bookmark-lang="ja" title="このエントリーをはてなブックマークに追加"><img
src="http://b.st-hatena.com/images/entry-button/button-only@2x.png"
alt="このエントリーをはてなブックマークに追加" width="20" height="20"
style="border: none;" /></a>
<script type="text/javascript"
src="http://b.st-hatena.com/js/bookmark_button.js" charset="utf-8"
async="async"></script>
</div>
<div style="width: 117px; height: 22px; float: left;">
<a data-pocket-label="pocket" data-pocket-count="horizontal"
class="pocket-btn" data-lang="en"></a>
</div>
<div style="width: 86px; height: 22px; float: left;">
<span><script type="text/javascript"
src="//media.line.me/js/line-button.js?v=20140411"></script>
<script type="text/javascript">
new media_line_me.LineButton({
"pc" : true,
"lang" : "ja",
"type" : "a"
});
</script></span>
</div>
<div style="width: 114px; height: 22px; float: left;">
<script src="//platform.linkedin.com/in.js" type="text/javascript">
lang: ja_JP
</script>
<script type="IN/Share" data-counter="right"></script>
</div>
<div style="width: 112px; height: 22px; float: left;">
<iframe
scrolling="no" frameborder="0" id="fbframe"
width="164" height="46" style="border:none;overflow:hidden"
allowTransparency="true"></iframe>
</div>
<script type="text/javascript">
(function() {
var url = encodeURIComponent(location.href);
document.getElementById('fbframe').src="//www.facebook.com/plugins/like.php?href=" + url +
"&width=164&layout=button_count&action=like&show_faces=true&share=true&height=46&appId=1613776965579453"
})();
</script>
</div>
<script type="text/javascript">
!function(d, i) {
if (!d.getElementById(i)) {
var j = d.createElement("script");
j.id = i;
j.src = "https://widgets.getpocket.com/v1/j/btn.js?v=1";
var w = d.getElementById(i);
d.body.appendChild(j);
}
}(document, "pocket-btn-js");
</script>
<!-- ソーシャルボタンここまで -->
<div class="content-wrapper__inner">
<article class="post-container post-container--single">
<header class="post-header">
<div class="post-meta">
<time datetime="14 May 2018" class="post-meta__date date">14 May 2018</time> • <span class="post-meta__tags tags">on <a href="http://tech.innovation.co.jp/tag/Linux">Linux</a>, <a href="http://tech.innovation.co.jp/tag/Command"> Command</a></span>
<span class="post-meta__author author"><img src="https://avatars2.githubusercontent.com/u/26893225?v=4" alt="profile image for Junichi Shirota" class="avatar post-meta__avatar" /> by Junichi Shirota</span>
</div>
<h1 class="post-title">ウェブ系エンジニアがLinux使うようになったら覚えておきたいコマンド64選</h1>
</header>
<section class="post tag-Linux tag-Command">
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>みなさん元気ですか?城田です。内容は掲題の通りです。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="__">一覧</h2>
<div class="sectionbody">
<div class="ulist">
<ul>
<li>
<p>grep</p>
</li>
<li>
<p>find</p>
</li>
<li>
<p>watch</p>
</li>
<li>
<p>alias</p>
</li>
<li>
<p>source</p>
</li>
<li>
<p>awk</p>
</li>
<li>
<p>cut</p>
</li>
<li>
<p>vi</p>
</li>
<li>
<p>xargs</p>
</li>
<li>
<p>sort</p>
</li>
<li>
<p>diff</p>
</li>
<li>
<p><()</p>
</li>
<li>
<p>uniq</p>
</li>
<li>
<p>time</p>
</li>
<li>
<p>id</p>
</li>
<li>
<p>dig</p>
</li>
<li>
<p>sendmail</p>
</li>
<li>
<p>scp</p>
</li>
<li>
<p>ssh</p>
</li>
<li>
<p>df</p>
</li>
<li>
<p>du</p>
</li>
<li>
<p>top</p>
</li>
<li>
<p>ps</p>
</li>
<li>
<p>kill</p>
</li>
<li>
<p>pkill</p>
</li>
<li>
<p>ls -Gal</p>
</li>
<li>
<p>ll</p>
</li>
<li>
<p>less</p>
</li>
<li>
<p>gzip</p>
</li>
<li>
<p>gunzip</p>
</li>
<li>
<p>tar</p>
</li>
<li>
<p>cp</p>
</li>
<li>
<p>wc -l</p>
</li>
<li>
<p>bg</p>
</li>
<li>
<p>fg</p>
</li>
<li>
<p>nohup</p>
</li>
<li>
<p>which</p>
</li>
<li>
<p>whereis</p>
</li>
<li>
<p>ln</p>
</li>
<li>
<p>echo -n ></p>
</li>
<li>
<p>cd -</p>
</li>
<li>
<p>Ctrl+r</p>
</li>
<li>
<p>tail -f</p>
</li>
<li>
<p>head</p>
</li>
<li>
<p>yum</p>
</li>
<li>
<p>chkconfig</p>
</li>
<li>
<p>ifconfig</p>
</li>
<li>
<p>curl ifconfig.me</p>
</li>
<li>
<p>date</p>
</li>
<li>
<p>touch</p>
</li>
<li>
<p>rm -rf</p>
</li>
<li>
<p>yes</p>
</li>
<li>
<p>mkdir -p</p>
</li>
<li>
<p>sed</p>
</li>
<li>
<p>su</p>
</li>
<li>
<p>wget</p>
</li>
<li>
<p>man</p>
</li>
<li>
<p>telnet</p>
</li>
<li>
<p>tr</p>
</li>
<li>
<p>crontab</p>
</li>
<li>
<p>zcat</p>
</li>
<li>
<p>mv</p>
</li>
<li>
<p>pwd</p>
</li>
<li>
<p>history</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_grep">grep</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ファイルの中から文字を見つけてその行を表示するコマンドです。</p>
</div>
<div class="paragraph">
<p><strong>基本</strong></p>
</div>
<div class="paragraph">
<p>fuga.txtというファイルからhogeという文字が含まれる行を表示します。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>grep hoge fuga.txt</code></pre>
</div>
</div>
<div class="paragraph">
<p><strong>grep -R</strong></p>
</div>
<div class="paragraph">
<p>ディレクトリ内のファイルを再帰的に実行する。<br>
fugaというディレクトリ内に存在する全てのファイルで、<br>
hogeという文字が含まれる行を表示する。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>grep -R hoge fuga/</code></pre>
</div>
</div>
<div class="paragraph">
<p><strong>grep -i</strong></p>
</div>
<div class="paragraph">
<p>大文字と小文字を区別せずに実行します。</p>
</div>
<div class="paragraph">
<p><strong>grep -v</strong></p>
</div>
<div class="paragraph">
<p>含まれない行を表示します。 <br>
プロセス一覧からphpという文字が含まれていて、<br>
grepという文字が含まれないプロセスを表示しようとすると、</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>ps aux | grep php | grep -v grep</code></pre>
</div>
</div>
<div class="paragraph">
<p>例えばphpというプロセスをgrepしようとすると、上記の様なコマンドを打つことになるが、<br>
必ずそのコマンド自身にもphpという文字が含まれてしまうため、<br>
grepという文字を含む自分自身を表示させないために<br>
grep -v grep とすることが多いです。</p>
</div>
<div class="paragraph">
<p><strong>grep -c</strong></p>
</div>
<div class="paragraph">
<p>結果の行数を表示したい場合指定する。<br>
感覚的なものだと思うが、コマンドの最後に入れることが多いです。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>grep hoge fuga.txt -c</code></pre>
</div>
</div>
<div class="paragraph">
<p><strong>egrep</strong></p>
</div>
<div class="paragraph">
<p>grepとは別のコマンドだけど、ここで紹介します。<br>
抽出条件に正規表現が使えます。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>egrep 'hoge | fuga' foo.txt</code></pre>
</div>
</div>
<div class="paragraph">
<p>grepコマンドについては<strong>いくら知っても知りすぎることはない</strong>と思います!</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_find">find</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ファイルを見つけるコマンドです。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>find . -name hoge
find . -name hoge*</code></pre>
</div>
</div>
<div class="paragraph">
<p>ひとまず -name でファイル名で検索する方法だけ知っていれば良いと思います。<br>
ドットはカレントディレクトリの意です。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_watch">watch</h2>
<div class="sectionbody">
<div class="paragraph">
<p>後に続くコマンドを指定した秒数で定期的に実行します。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>watch -n 10 ps aux | grep 'hoge'</code></pre>
</div>
</div>
<div class="paragraph">
<p>ps aux | grep 'hoge' というコマンドを -nオプションで指定した秒数(上記の場合は10秒)間隔で表示できます。<br>
何か処理をした時の効果を目視で監視したい場合などに使います。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_alias">alias</h2>
<div class="sectionbody">
<div class="paragraph">
<p>コマンドに別名を付けるコマンドです。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>alias ll='ls -Gal'</code></pre>
</div>
</div>
<div class="paragraph">
<p>llコマンドが無い環境などの場合は上記のようにコマンドを発行し、<br>
擬似的にllを再現したりします。<br>
リリース作業の場合などのDB接続コマンドなど操作ミスが発生しうる部分をalias登録しておくと、<br>
操作ミスのリスクを減らすことにも繋がります。<br>
私は意外と使うことが多いコマンドです。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_source">source</h2>
<div class="sectionbody">
<div class="paragraph">
<p>現在使用しているシェルのプロファイルを再読込する時に使う!</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>source ~/.zshrc</code></pre>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_awk">awk</h2>
<div class="sectionbody">
<div class="paragraph">
<p>一つの言語ではあるがいつも以下が便利なので使ってしまいます。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code># hoge.txtの中身を行ごとにスペースで区切ってその7番目の値を改行区切りで表示する
awk '{print $7}' hoge.txt
# こちらはデリミタを " とした場合
awk -F '"' '{print $7}' hoge.txt</code></pre>
</div>
</div>
<div class="paragraph">
<p>個人的にはウェブサーバのログを分割して表示したい時によく使います。<br>
ブラウザのユーザーエージェント部分などはスペースが入ることがあるので、<br>
その場合の分割は -Fオプションで " をデリミタにして使ったりします。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_cut">cut</h2>
<div class="sectionbody">
<div class="paragraph">
<p>上のawkが無い時は調べて使っているかもです。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_vi">vi</h2>
<div class="sectionbody">
<div class="paragraph">
<p>マナーとして以下は覚えておきましょう。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>i: Insertモードに変更
a: カーソルの1つ後ろからInsertモードに変更
k: 上
l: 右
j: 下
h: 左
G: ファイルの最下段に移動
g: ファイルの最上段に移動</code></pre>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_xargs">xargs</h2>
<div class="sectionbody">
<div class="paragraph">
<p>出力結果をパイプで渡して次のコマンドの対象とできます。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>find . -name 'hoge' | xargs gzip</code></pre>
</div>
</div>
<div class="paragraph">
<p>上記の様にfindで見つけたファイルを圧縮するなど、<br>
findで見つけたファイル全てに対して何か行いたい場合など重宝します。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_sort">sort</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ファイルの中身を行ごとにソートします。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>sort hoge.txt</code></pre>
</div>
</div>
<div class="paragraph">
<p><strong>sort -n</strong></p>
</div>
<div class="paragraph">
<p>数値としてソートします。</p>
</div>
<div class="paragraph">
<p><strong>sort -r</strong></p>
</div>
<div class="paragraph">
<p>逆順にソートします。</p>
</div>
<div class="paragraph">
<p>私がオプションで使うのは上記2つくらいです。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_diff">diff</h2>
<div class="sectionbody">
<div class="paragraph">
<p>2つのファイルの差分を取ります。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>diff hoge.txt fuga.txt</code></pre>
</div>
</div>
<div class="paragraph">
<p>何かと使います。
-uオプションの表示が好きという人もいますが、私はそのままが好きです。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="___2"><()</h2>
<div class="sectionbody">
<div class="paragraph">
<p>コマンドでは無いのですが、出力結果を引数として与えることができる書き方です。<br>
私はdiffコマンドとセットで使ったりすることが多いです。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>diff <(sort hoge.txt) <(sort fuga.txt)</code></pre>
</div>
</div>
<div class="paragraph">
<p>例えば上記だと、ソートされた結果のhoge.txt とソートされた結果のfuga.txt でのdiffを取れます。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_uniq">uniq</h2>
<div class="sectionbody">
<div class="paragraph">
<p>行のユニークを取ることができます。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>uniq hoge.txt</code></pre>
</div>
</div>
<div class="paragraph">
<p><strong>uniq -c</strong></p>
</div>
<div class="paragraph">
<p>こちらはユニークを取った後にその行数を数えることができます。SQLの group by みたいな感じです。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>sort hoge.txt | uniq -c | sort -nr | head -n 10</code></pre>
</div>
</div>
<div class="paragraph">
<p>hoge.txt をソートしてユニークを取ってその重複が何件合ったか行頭に表示し、<br>
その数値が大きい順にソートして上から10行を表示しています。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_time">time</h2>
<div class="sectionbody">
<div class="paragraph">
<p>後に続くコマンドの実行時間を計測できます。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>time sleep 10</code></pre>
</div>
</div>
<div class="paragraph">
<p>上記であればだいたい10秒の実行処理でした。と出ます。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_id">id</h2>
<div class="sectionbody">
<div class="paragraph">
<p>現在ログイン中の自信のユーザ名を表示します。<br>
今rootなのかどうかとか確認する時に使います。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_dig">dig</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ネームサーバに名前解決をさせることができます。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code># 正引き
dig google.com
# 逆引き
dig -x 8.8.8.8</code></pre>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_sendmail">sendmail</h2>
<div class="sectionbody">
<div class="paragraph">
<p>メールを送ることができます。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>echo 'hoge' | sendmail xxxxx@xxxxx.com</code></pre>
</div>
</div>
<div class="paragraph">
<p>'hoge'の部分に本文を入れて標準出力をsendmailに渡して送る感じです。<br>
メールができるか取り敢えず確認するときなどに。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_scp">scp</h2>
<div class="sectionbody">
<div class="paragraph">
<p>SSHプロトコルでリモートサーバにファイルをアップしたりダウンロードしたりできます。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>scp -i ~/.ssh/yourkey hoge.txt yourserver:~/</code></pre>
</div>
</div>
<div class="paragraph">
<p>なかなかの頻度でやっぱり使います。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_ssh">ssh</h2>
<div class="sectionbody">
<div class="paragraph">
<p>リモートサーバにSSHでログインします。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>ssh -i ~/.ssh/yourkey yourserver</code></pre>
</div>
</div>
<div class="paragraph">
<p>scp同様ですが、sshに関しては~/.ssh/configにショートカットを登録しておくことが多いと思いますし、<br>
様々な便利ツールがあると思うのでここでは念のため紹介しました。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_df">df</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ディスク容量を表示します。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>df -h</code></pre>
</div>
</div>
<div class="paragraph">
<p>-hオプションは human の意だったと思いますが、<br>
GB(ギガバイト)MB(メガバイト)kB(キロバイト)などの単位で表示してくれます。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_du">du</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ディレクトリ配下も含めて再帰的にディスク仕様サイズを計算して表示できます。<br>
よく使うのが以下です。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>du -sh ./*</code></pre>
</div>
</div>
<div class="paragraph">
<p>カレントディレクトリ配下のディレクトリのディスク容量を再帰的に計算して、<br>
これまた human のオプションで単位表示してくれます。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_top">top</h2>
<div class="sectionbody">
<div class="paragraph">
<p>現在のOSのロードアベレージやCPU使用率や各プロセスのメモリ使用状況など表示できます。<br>
ひとまず打って見てください!<br>
終了する時はCtrl+cで強制終了してください!</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_ps">ps</h2>
<div class="sectionbody">
<div class="paragraph">
<p>現在のプロセスを表示します。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>ps aux | grep hoge</code></pre>
</div>
</div>
<div class="paragraph">
<p>私は aux と書いてある通り、a と u と x をいつもオプション指定します。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_kill">kill</h2>
<div class="sectionbody">
<div class="paragraph">
<p>プロセスをkillできます。<br>
psコマンドで調べたプロセスIDを指定します。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>kill -9 111111</code></pre>
</div>
</div>
<div class="paragraph">
<p>なぜ -9 というオプションで単体でプロセスをkillするという意味なのかは未だに。。よく知りません。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_pkill">pkill</h2>
<div class="sectionbody">
<div class="paragraph">
<p>プロセスをまとめてkillできます。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>pkill -f php</code></pre>
</div>
</div>
<div class="paragraph">
<p>コマンドが入ってない場合などはxargsなどを使ったり1つずつkillしたりしますが、<br>
pkillが入っている時は上記で、例えばphpとプロセス名に入っているプロセス全てをまとめてkillできます。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_ls_gal">ls -Gal</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ファイルをパーミッションや所有者、最終変更時刻などと共にリスト表示できます。<br>
ls -la の方が一般的だと思いますが、覚えやすいので Gal(ギャル)で指定してます。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_ll">ll</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ls -Gal と(多分だいたい)同じと認識してます。</p>
</div>
<div class="paragraph">
<p>llが入っていればllを使っています!</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_less">less</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ファイルの中身を表示するコマンドです。</p>
</div>
<div class="paragraph">
<p><strong>less -N</strong></p>
</div>
<div class="paragraph">
<p>行番号付きで表示できます。</p>
</div>
<div class="paragraph">
<p><strong>less -S</strong></p>
</div>
<div class="paragraph">
<p>折り返し無しで表示できます。</p>
</div>
<div class="paragraph">
<p>使うオプションはこれくらいです。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_gzip">gzip</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ファイルを圧縮できます。圧縮元のファイルは無くなるので注意です。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_gunzip">gunzip</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ファイルを解凍できます。解凍元の圧縮ファイルはなくなるので注意です。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_tar">tar</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ファイル群(ディレクトリ)を1ファイルにまとめられます。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code># 圧縮
tar zcfp
# 解凍
tar zxfp</code></pre>
</div>
</div>
<div class="paragraph">
<p>-pオプションはなるべくパーミッションを保つオプションで、いつも指定してます。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_cp">cp</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ファイルをコピーするコマンド</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>cp -p -R hoge fuga</code></pre>
</div>
</div>
<div class="paragraph">
<p>-pオプションはパーミッションなどをなるべく維持します。<br>
-Rオプションは再帰的に処理です。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_wc_l">wc -l</h2>
<div class="sectionbody">
<div class="paragraph">
<p>行数を数えるコマンドです。<br>
wcコマンドは -lオプション付きでしか使ったことないです。Lineという意味かな?</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_bg">bg</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Ctrl+z で一時停止したプロセスをバックグラウンドに持っていけます。<br>
思いの外時間がかかるプロセスを実行して、端末を閉じて帰りたいのに帰れないって時に使います。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_fg">fg</h2>
<div class="sectionbody">
<div class="paragraph">
<p>bgでバックグラウンドに持っていったプロセスをフォアグラウンドに持ってくるコマンドです。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_nohup">nohup</h2>
<div class="sectionbody">
<div class="paragraph">
<p>後に続くコマンドで立ち上がったプロセスをhupさせないようにするコマンドで、<br>
初めから処理を仕掛けて帰宅したい場合などは使います!</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_which">which</h2>
<div class="sectionbody">
<div class="paragraph">
<p>コマンドの場所を示すコマンドです。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_whereis">whereis</h2>
<div class="sectionbody">
<div class="paragraph">
<p>こちらも、コマンドの場所を示すコマンドです。</p>
</div>
<div class="paragraph">
<p>whichとwhereisの違いはよく知らないのですが、たまにwhichでは出てこないことがあるような。。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_ln">ln</h2>
<div class="sectionbody">
<div class="paragraph">
<p>リンクを貼るコマンドです。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>ln -snf hoge.txt fuga.txt</code></pre>
</div>
</div>
<div class="paragraph">
<p>意外と使います。<br>
hoge.txtに対してfuga.txtというリンクを作成できます。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_echo_n">echo -n ></h2>
<div class="sectionbody">
<div class="paragraph">
<p>ファイルを空っぽにできます。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>echo -n > hoge.txt</code></pre>
</div>
</div>
<div class="paragraph">
<p>意外と使ってるかなと。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_cd">cd -</h2>
<div class="sectionbody">
<div class="paragraph">
<p>一つ前の作業ディレクトリに移動できます。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_ctrl_r">Ctrl+r</h2>
<div class="sectionbody">
<div class="paragraph">
<p>コマンドの履歴を検索できます。<br>
例えば前回のMySQLへのログインコマンドを探す場合、</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>Ctrl+r > mysqlと入力 > Ctrl+r</code></pre>
</div>
</div>
<div class="paragraph">
<p>更に過去を探す場合はそのまま Ctrl+r をしていく感じです。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_tail_f">tail -f</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ファイルが更新されたら即座に表示できます。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>tail -f /var/log/httpd/access_log</code></pre>
</div>
</div>
<div class="paragraph">
<p>例えば上記のようにアクセスログを監視できます。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_head">head</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ファイルの頭から指定した行数を表示します。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>head -n 10 hoge.txt</code></pre>
</div>
</div>
<div class="paragraph">
<p>基本的な使い方は上記なのですが、私は組み合わせで使うことがほとんどです。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>grep 'hoge' /var/log/httpd/access_log | awk -F '"' '{print $7}' | sort | uniq -c | sort -nr | head -n 10</code></pre>
</div>
</div>
<div class="paragraph">
<p>上記の場合は、<br>
access_log を hoge で grep後に、awk で " で区切った左から7番目の文字列を sort して uniq -c して 合致数の多い順に並べて、その上位10個を抽出、<br>
という感じです。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_yum">yum</h2>
<div class="sectionbody">
<div class="paragraph">
<p>RedHat系Linuxのパッケージ管理コマンド</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>yum install
yum search
yum list installed
yum history</code></pre>
</div>
</div>
<div class="paragraph">
<p>この4つだけ覚えておけば、ほぼ問題ないと思います。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_chkconfig">chkconfig</h2>
<div class="sectionbody">
<div class="paragraph">
<p>サービスの自動起動を管理するコマンド</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>chkconfig list
chkconfig add</code></pre>
</div>
</div>
<div class="paragraph">
<p>この2つだけ覚えておけば、ほぼ問題ないと思います。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_ifconfig">ifconfig</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ネットワーク機器の状況を表示するコマンドです。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_curl_ifconfig_me">curl ifconfig.me</h2>
<div class="sectionbody">
<div class="paragraph">
<p>作業サーバのグローバルIPを表示できます。<br>
ifconfigにグローバルIPが割り振られていない場合など使うことが結構あります。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_date">date</h2>
<div class="sectionbody">
<div class="paragraph">
<p>現在時刻を表示できます。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_touch">touch</h2>
<div class="sectionbody">
<div class="paragraph">
<p>空ファイルを作成するコマンドです。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_rm_rf">rm -rf</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ファイルを削除するコマンドです。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>-r ディレクトリを削除
-f 確認をせずに強制削除</code></pre>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_yes">yes</h2>
<div class="sectionbody">
<div class="paragraph">
<p>yを表示し続けるコマンド!</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>yes | rm ./*</code></pre>
</div>
</div>
<div class="paragraph">
<p>rm で出てくる削除確認を全て y で実行してくれます。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_mkdir_p">mkdir -p</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ディレクトリを作成するコマンドです。</p>
</div>
<div class="paragraph">
<p>-p 再帰的に作成できます。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>mkdir -p hoge/fuga/foo</code></pre>
</div>
</div>
<div class="paragraph">
<p>上記の場合だとコマンド1行で hoge/ hoge/fuga hoge/fuga/foo の3ディレクトリ作成できますし、<br>
既にディレクトリがある場合はそのまま上書きせずステータス0で返すのでシェルスクリプトなどで重宝します。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_sed">sed</h2>
<div class="sectionbody">
<div class="paragraph">
<p>文字列置換ができます。<br>
foo.txtのなかのfugaをhogeに全て変換してbar.txtに出力します。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>sed s/hoge/fuga/g foo.txt > bar.txt</code></pre>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_su">su</h2>
<div class="sectionbody">
<div class="paragraph">
<p>別ユーザに切り換わります。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>sudo su -
su - hoge</code></pre>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_wget">wget</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ファイルをダウンロードできます。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_man">man</h2>
<div class="sectionbody">
<div class="paragraph">
<p>指定したコマンドのマニュアルを表示できます。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_telnet">telnet</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ポートを指定してコネクションを張ることができます。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>telnet xxxx.com 25</code></pre>
</div>
</div>
<div class="paragraph">
<p>だいたいそのポートが空いているのかどうかを調べるときに使う感じです。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_tr">tr</h2>
<div class="sectionbody">
<div class="paragraph">
<p>文字列を置換できます。<br>
sedよりも簡易的なイメージです。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code># test.html の 改行コードを削除
cat test.html | tr -d "\n"
# test.html の 改行コードを <br> に変更
cat test.html | tr "\n" "<br>"</code></pre>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_crontab">crontab</h2>
<div class="sectionbody">
<div class="paragraph">
<p>定期的にプロセスを実行させることができます。</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>crontab -e
crontab -l</code></pre>
</div>
</div>
<div class="paragraph">
<p>cronの使い方は書ききれませんので、割愛します。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_zcat">zcat</h2>
<div class="sectionbody">
<div class="paragraph">
<p>圧縮ファイルの中身を解凍せずに表示できます。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_mv">mv</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ファイルを移動させることができます。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_pwd">pwd</h2>
<div class="sectionbody">
<div class="paragraph">
<p>現在のディレクトリの絶対パスを表示できます。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_history">history</h2>
<div class="sectionbody">
<div class="paragraph">
<p>過去の操作履歴を表示できます。<br>
因みに私のMacのシェルhistoryは、</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>▶ history | awk '{print $2}' | sort | uniq -c | sort -nr | head -n 20
1195 grep
833 less
705 git
681 cd
551 ll
423 docker
396 aws
380 ssh
354 dig
316 rm
280 mv
252 emacs
201 cat
194 scp
187 curl
171 vi
165 mkdir
134 brew
128 sh
125 open</code></pre>
</div>
</div>
<div class="paragraph">
<p>となりました。</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="___3">所感</h2>
<div class="sectionbody">
<div class="paragraph">
<p>これくらい覚えておけばひとまずウェブ系エンジニアとしてLinuxを使えるのではないかと思いました。<br>
これがない!というものがありましたら是非連絡をいただきたいです!</p>
</div>
<div class="paragraph">
<p>以上です。</p>
</div>
</div>
</div>
</section>
</article>
<footer class="footer">
<span class="footer__copyright">© 2018. All rights reserved.</span>
<span class="footer__copyright"><a href="http://uno.daleanthony.com" title="link to page for Uno Ghost theme">Uno theme</a> by <a href="http://daleanthony.com" title="link to website for Dale-Anthony">Dale-Anthony</a></span>
<span class="footer__copyright">Proudly published with <a href="http://hubpress.io" title="link to Hubpress website">Hubpress</a></span>
</footer>
</div>
</div>
<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/8.4/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 type="text/javascript" src="//tech.innovation.co.jp/themes/uno/assets/js/main.js?v=1.0.0"></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-105881090-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
| innovation-jp/innovation-jp.github.io | 2018/05/14/command64.html | HTML | mit | 45,368 |
<!DOCTYPE html>
<html dir="ltr" lang="sl-SI">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Kaj so lastniški gonilniki?</title>
<link rel="stylesheet" type="text/css" href="../vodnik_1404.css">
<link rel="stylesheet" type="text/css" >
<script type="text/javascript" src="jquery.js"></script><script type="text/javascript" src="jquery.syntax.js"></script><script type="text/javascript" src="yelp.js"></script>
</head>
<body><div id="wrapper" class="hfeed">
<div id="header">
<div id="branding">
<div id="blog-title"><span><a rel="home" title="Ubuntu Slovenija | Uradna spletna stran slovenske skupnosti Linux distribucije Ubuntu" href="https://www.ubuntu.si/">Ubuntu Slovenija | Uradna spletna stran slovenske skupnosti Linux distribucije Ubuntu</a></span></div>
<h1 id="blog-description"></h1>
</div>
<div id="access"><div id="loco-header-menu"><ul id="primary-header-menu"><li class="widget-container widget_nav_menu" id="nav_menu-3"><div class="menu-glavni-meni-container"><ul class="menu" id="menu-glavni-meni">
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="/">Novice</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/punbb/">Forum</a></li>
<li id="menu-item-19" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="http://www.ubuntu.si/wordpress/kaj-je-ubuntu/">Kaj je Ubuntu?</a></li>
<li id="menu-item-20" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20"><a href="http://www.ubuntu.si/wordpress/pogosta_vprasanja/">Pogosta vprašanja</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17"><a href="http://www.ubuntu.si/wordpress/skupnost/">Skupnost</a></li>
<li id="menu-item-18" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18"><a href="http://www.ubuntu.si/wordpress/povezave/">Povezave</a></li>
</ul></div></li></ul></div></div>
</div>
<div id="main"><div id="container"><div id="content">
<!-- Piwik Image Tracker --><img src="https://piwik-ubuntusi.rhcloud.com/piwik.php?idsite=1&rec=1" style="border:0" alt="" /><!-- End Piwik -->
</script><div class="trails"><div class="trail">
<a class="trail" href="index.html" title="Namizni vodnik Ubuntu"><span class="media media-image"><img src="figures/ubuntu-logo.png" height="16" width="16" alt="Help"></span> Namizni vodnik Ubuntu</a> » <a class="trail" href="hardware.html" title="Strojna oprema in gonilniki">Strojna oprema</a> » </div></div>
<div class="hgroup"><h1 class="title"><span class="title">Kaj so lastniški gonilniki?</span></h1></div>
<div class="region">
<div class="contents">
<p class="p">Večina naprav (strojne opreme), ki je pripeta na vaš računalnik, bi morala v Ubuntuju pravilno delovati. Te naprave bodo verjetno imele odprtokodne gonilnike, kar pomeni, da lahko gonilnike razvijalci Ubuntuja spreminjajo in zato tudi popravijo z njimi povezane težave.</p>
<p class="p">Nekatera strojna oprema nima odprtokodnih gonilnikov, ker proizvajalec strojne opreme ni izdal podrobnosti o strojni opremi, ki so potrebne za ustvarjanje takšnega gonilnika. Te naprave imajo običajno omejene zmožnosti ali pa sploh ne delujejo.</p>
<p class="p">Če je za določeno napravo na voljo lastniški gonilnik, ga lahko namestite in omogočite pravilno delovanje naprave ali dodate nove zmožnosti. Namestitev lastniškega gonilnika za določene grafične kartice vam bo morda omogočila uporabo naprednejših vidnih učinkov.</p>
<p class="p">Veliko računalnikov lastniških gonilnikov sploh ne potrebuje, ker odprtokodni gonilniki popolnoma podpirajo strojno opremo.</p>
<div class="note note-warning" title="Opozorilo"><div class="inner"><div class="region"><div class="contents"><p class="p">Večine težav z lastniškimi gonilniki razvijalci Ubuntuja ne morejo popraviti.</p></div></div></div></div>
</div>
<div class="links guidelinks"><div class="inner">
<div class="title"><h3><span class="title">Več podrobnosti</span></h3></div>
<div class="region"><ul><li class="links">
<a href="hardware.html" title="Strojna oprema in gonilniki">Strojna oprema in gonilniki</a><span class="desc"> — <span class=" link"><a href="hardware.html#problems" title="Pogoste težave">Težave s strojno opremo</a></span>, <span class=" link"><a href="printing.html" title="Tiskanje">tiskalniki</a></span>, <span class=" link"><a href="power.html" title="Napajanje in baterija">nastavitve porabe</a></span>, <span class=" link"><a href="color.html" title="Upravljanje barv">upravljanje barv</a></span>, <span class=" link"><a href="bluetooth.html" title="Bluetooth">Bluetooth</a></span>, <span class=" link"><a href="disk.html" title="Diski in shramba">diski</a></span> ...</span>
</li></ul></div>
</div></div>
</div>
<div class="clear"></div>
</div></div></div>
<div id="footer"><img src="https://piwik-ubuntusi.rhcloud.com/piwik.php?idsite=1amp;rec=1" style="border:0"><div id="siteinfo"><p>Material v tem dokumentu je na voljo pod prosto licenco. To je prevod dokumentacije Ubuntu, ki jo je sestavila <a href="https://wiki.ubuntu.com/DocumentationTeam">Ubuntu dokumentacijska ekpa za Ubuntu</a>. V slovenščino jo je prevedla skupina <a href="https://wiki.lugos.si/slovenjenje:ubuntu">Ubuntu prevajalcev</a>. Za poročanje napak v prevodih v tej dokumentaciji ali Ubuntuju pošljite sporočilo na <a href="mailto:ubuntu-l10n-slv@lists.ubuntu.com?subject=Prijava%20napak%20v%20prevodih">dopisni seznam</a>.</p></div></div>
</div></body>
</html>
| ubuntu-si/ubuntu.si | vodnik/11.10/hardware-driver-proprietary.html | HTML | mit | 5,678 |
<html lang="en">
<head>
<title>Score Options - Using the GNU Compiler Collection (GCC)</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using the GNU Compiler Collection (GCC)">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Submodel-Options.html#Submodel-Options" title="Submodel Options">
<link rel="prev" href="S_002f390-and-zSeries-Options.html#S_002f390-and-zSeries-Options" title="S/390 and zSeries Options">
<link rel="next" href="SH-Options.html#SH-Options" title="SH Options">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
2010 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with the
Invariant Sections being ``Funding Free Software'', the Front-Cover
Texts being (a) (see below), and with the Back-Cover Texts being (b)
(see below). A copy of the license is included in the section entitled
``GNU Free Documentation License''.
(a) The FSF's Front-Cover Text is:
A GNU Manual
(b) The FSF's Back-Cover Text is:
You have freedom to copy and modify this GNU Manual, like GNU
software. Copies published by the Free Software Foundation raise
funds for GNU development.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="Score-Options"></a>
Next: <a rel="next" accesskey="n" href="SH-Options.html#SH-Options">SH Options</a>,
Previous: <a rel="previous" accesskey="p" href="S_002f390-and-zSeries-Options.html#S_002f390-and-zSeries-Options">S/390 and zSeries Options</a>,
Up: <a rel="up" accesskey="u" href="Submodel-Options.html#Submodel-Options">Submodel Options</a>
<hr>
</div>
<h4 class="subsection">3.17.36 Score Options</h4>
<p><a name="index-Score-Options-1993"></a>
These options are defined for Score implementations:
<dl>
<dt><code>-meb</code><dd><a name="index-meb-1994"></a>Compile code for big endian mode. This is the default.
<br><dt><code>-mel</code><dd><a name="index-mel-1995"></a>Compile code for little endian mode.
<br><dt><code>-mnhwloop</code><dd><a name="index-mnhwloop-1996"></a>Disable generate bcnz instruction.
<br><dt><code>-muls</code><dd><a name="index-muls-1997"></a>Enable generate unaligned load and store instruction.
<br><dt><code>-mmac</code><dd><a name="index-mmac-1998"></a>Enable the use of multiply-accumulate instructions. Disabled by default.
<br><dt><code>-mscore5</code><dd><a name="index-mscore5-1999"></a>Specify the SCORE5 as the target architecture.
<br><dt><code>-mscore5u</code><dd><a name="index-mscore5u-2000"></a>Specify the SCORE5U of the target architecture.
<br><dt><code>-mscore7</code><dd><a name="index-mscore7-2001"></a>Specify the SCORE7 as the target architecture. This is the default.
<br><dt><code>-mscore7d</code><dd><a name="index-mscore7d-2002"></a>Specify the SCORE7D as the target architecture.
</dl>
</body></html>
| sahdman/rpi_android_kernel | toolchain/gcc-arm-none-eabi-4_6-2012q2/share/doc/html/gcc/Score-Options.html | HTML | mit | 3,829 |
<!doctype html>
<html lang="en" class="no-js" ng-app="gaClasshub">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<!-- bootstrap stylesheet link -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<!-- jQuery CDN with local fallback -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- jQuery plugin support script -->
<script src="js/plugins.js"></script>
<!-- Angular CDN with local fallback -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.4/angular.min.js"></script>
<script>
window.angular || document.write('<script src="js/vendor/angular-1.4.4.min.js"><\/script>')
</script>
<!-- Angular JS UI Router JS File: -->
<script src="//cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.15/angular-ui-router.js"></script>
<!-- Angular JS User Service JS File: -->
<script src="js/services/userService.js"></script>
<!-- Angular JS Auth Service JS File: -->
<script src="js/services/authService.js"></script>
<!-- Async-sourced local JS modules -->
<script src="js/app.js"></script>
<!-- Our UI Router Custom Route File: -->
<script src="js/app.routes.js"></script>
<!-- Angular JS Main Controller JS File: -->
<script src="js/controllers/mainController.js"></script>
</head>
<!-- BODY START -->
<body ng-controller="mainController as main">
<!-- TOP NAV START -->
<nav class="navbar navbar-fixed-top" role="navigation">
<div class="navbar-header">
<div id="logo">
<a href="#menu-toggle" id="menu-toggle" ng-hide="!main.login.status">
<img src="/img/GAlogo.png" alt="GA logo" width="5%">
</a>
<a ui-sref="home">CLASS HUB</a>
</div>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Sign In <b class="caret"></b> </a>
<ul class="dropdown-menu">
<li>
<form class='login' ng-submit="main.doLogin()">
<div class="input-group">
<input type="text" class="form-control" placeholder="Username" ng-model="main.loginData.username" aria-describedby="sizing-addon3">
</div>
<div class="input-group">
<input type="text" class="form-control" placeholder="Password" ng-model="main.loginData.password" aria-describedby="basic-addon2">
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
</li>
<li>
<button class="btn btn-default"><a ng-click="main.doLogout()">Logout</a></button>
</li>
</ul>
</li>
</ul>
</div>
</nav>
<!-- TOP NAV END -->
<!-- MODAL START -->
<div class="modal fade" id="modal-sn">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">Sign Up With GA Class Hub</h4>
</div>
<div class="modal-body">
<p>
<form ng-submit="main.saveUser()">
<!-- <div class="input-group">
<span class="input-group-addon" id="basic-addon1"><i class="glyphicon glyphicon-user"></i></span>
<input type="text" class="form-control" placeholder="Name" aria-describedby="basic-addon1" ng-model="main.userData.name">
</div> -->
<div class="input-group">
<span class="input-group-addon" id="basic-addon1"><i class="glyphicon glyphicon-user"></i></span>
<input type="text" class="form-control" placeholder="Username" aria-describedby="basic-addon1" ng-model="main.userData.username">
</div>
<div class="input-group">
<span class="input-group-addon" id="basic-addon2"><i class="glyphicon glyphicon-lock"></i></span>
<input type="text" class="form-control" placeholder="Password" aria-describedby="basic-addon2" ng-model="main.userData.password">
<!-- <input type="text" class="form-control" placeholder="Password Comfirmation" aria-describedby="basic-addon2"> -->
</div>
<!-- <a >Already have a Username? Login</a> -->
</p>
</div>
<div class="modal-footer">
<button type="submit" class="btn btn-default">Submit</button>
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</form>
</div>
</div>
</div>
<!-- MODAL END -->
<div id="wrapper">
<!-- SIDEBAR START -->
<div id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="li-profile">
<p></p>
<a ui-sref-active="active" ui-sref="profile">Profile Page</a>
<p></p>
</li>
<li>
<a ui-sref-active="active" ui-sref="classmates">Classmates</a>
</li>
<li>
<a href="#">Calendar</a>
</li>
<li>
<li ng-mouseover="showResources = ! showResources"><a href="#">Resources</a>
</li>
<ul ng-show="showResources">
<li><a href="#">Notes</a></li>
<li><a href="#">Links</a></li>
<li><a href="#">Book List</a></li>
</ul>
</li>
<li>
<a ui-sref-active="active" ui-sref="gallery">Gallery</a>
</li>
<li></li>
<li></li>
<li></li>
<div class="side-foot">
<li>
<a href="https://github.com/ga-students/WDI_DTLA_4"><em>Back to Class Repo</em></a>
</li>
<li>
<a href="https://profiles.generalassemb.ly"><em>GA Profiles</em></a>
</li>
</div>
</ul>
</div>
<!-- SIDEBAR END -->
<div ui-view>
<div id="page-content-wrapper">
</div>
</div>
<!-- js bootstrap -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!-- Menu Toggle Script -->
<script>
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#wrapper").toggleClass("toggled");
});
</script>
</body>
<!-- BODY END -->
</html>
| mariawhen/ga-classhub | public/index.html | HTML | mit | 6,978 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="Yu-Chen">
<meta name="description" content="This a series of works following the topics delivered by 'Daily CSS Images'. About the challenge, see more on http://dailycssimages.com/">
<title>Day 07: Ruler | Daily CSS Images</title>
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link rel="stylesheet" href="ruler.css">
</head>
<body>
<div class="container">
<div class="flash"></div>
<div class="ruler"></div>
</div>
<section class="words">
<h1>07 :: Ruler</h1>
</section>
</body>
</html> | cctina/DailyCSSImages | day-07/index.html | HTML | mit | 626 |
<h6>Il tuo browser non è aggiornato!</h6>
<p>Aggiornalo per vedere questo sito correttamente. <a id="btnUpdateBrowser" href="http://outdatedbrowser.com/it">Aggiorna ora</a></p>
<p class="last"><button id="btnCloseUpdateBrowser" title="Chiudi" aria-label="Chiudi">×</button></p>
| KishCom/scaffnode | public/outdated-browser/lang/it.html | HTML | mit | 294 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt-->
<title>Function awe_renderbuffer_get_buffer</title>
<link rel="stylesheet" type="text/css" href="../../styles/ddox.css"/>
<link rel="stylesheet" href="../../prettify/prettify.css" type="text/css"/>
<script type="text/javascript" src="../../scripts/jquery.js">/**/</script>
<script type="text/javascript" src="../../prettify/prettify.js">/**/</script>
<script type="text/javascript" src="../../scripts/ddox.js">/**/</script>
</head>
<body onload="prettyPrint(); setupDdox();">
<nav id="main-nav"><!-- using block navigation in layout.dt-->
<ul class="tree-view">
<li class="collapsed tree-view">
<a href="#" class="package">components</a>
<ul class="tree-view">
<li>
<a href="../../components/animation.html" class=" module">animation</a>
</li>
<li>
<a href="../../components/assets.html" class=" module">assets</a>
</li>
<li>
<a href="../../components/camera.html" class=" module">camera</a>
</li>
<li>
<a href="../../components/icomponent.html" class=" module">icomponent</a>
</li>
<li>
<a href="../../components/lights.html" class=" module">lights</a>
</li>
<li>
<a href="../../components/material.html" class=" module">material</a>
</li>
<li>
<a href="../../components/mesh.html" class=" module">mesh</a>
</li>
<li>
<a href="../../components/userinterface.html" class=" module">userinterface</a>
</li>
</ul>
</li>
<li class="collapsed tree-view">
<a href="#" class="package">core</a>
<ul class="tree-view">
<li>
<a href="../../core/dgame.html" class=" module">dgame</a>
</li>
<li>
<a href="../../core/gameobject.html" class=" module">gameobject</a>
</li>
<li>
<a href="../../core/prefabs.html" class=" module">prefabs</a>
</li>
<li>
<a href="../../core/properties.html" class=" module">properties</a>
</li>
<li>
<a href="../../core/reflection.html" class=" module">reflection</a>
</li>
<li>
<a href="../../core/scene.html" class=" module">scene</a>
</li>
</ul>
</li>
<li class="collapsed tree-view">
<a href="#" class="package">graphics</a>
<ul class="tree-view">
<li class="collapsed tree-view">
<a href="#" class="package">adapters</a>
<ul class="tree-view">
<li>
<a href="../../graphics/adapters/adapter.html" class=" module">adapter</a>
</li>
<li>
<a href="../../graphics/adapters/linux.html" class=" module">linux</a>
</li>
<li>
<a href="../../graphics/adapters/mac.html" class=" module">mac</a>
</li>
<li>
<a href="../../graphics/adapters/win32.html" class=" module">win32</a>
</li>
</ul>
</li>
<li class="collapsed tree-view">
<a href="#" class="package">shaders</a>
<ul class="tree-view">
<li class="collapsed tree-view">
<a href="#" class="package">glsl</a>
<ul class="tree-view">
<li>
<a href="../../graphics/shaders/glsl/ambientlight.html" class=" module">ambientlight</a>
</li>
<li>
<a href="../../graphics/shaders/glsl/animatedgeometry.html" class=" module">animatedgeometry</a>
</li>
<li>
<a href="../../graphics/shaders/glsl/directionallight.html" class=" module">directionallight</a>
</li>
<li>
<a href="../../graphics/shaders/glsl/geometry.html" class=" module">geometry</a>
</li>
<li>
<a href="../../graphics/shaders/glsl/pointlight.html" class=" module">pointlight</a>
</li>
<li>
<a href="../../graphics/shaders/glsl/userinterface.html" class=" module">userinterface</a>
</li>
</ul>
</li>
<li>
<a href="../../graphics/shaders/glsl.html" class=" module">glsl</a>
</li>
<li>
<a href="../../graphics/shaders/shaders.html" class=" module">shaders</a>
</li>
</ul>
</li>
<li>
<a href="../../graphics/adapters.html" class=" module">adapters</a>
</li>
<li>
<a href="../../graphics/graphics.html" class=" module">graphics</a>
</li>
<li>
<a href="../../graphics/shaders.html" class=" module">shaders</a>
</li>
</ul>
</li>
<li class=" tree-view">
<a href="#" class="package">utility</a>
<ul class="tree-view">
<li>
<a href="../../utility/awesomium.html" class="selected module">awesomium</a>
</li>
<li>
<a href="../../utility/concurrency.html" class=" module">concurrency</a>
</li>
<li>
<a href="../../utility/config.html" class=" module">config</a>
</li>
<li>
<a href="../../utility/filepath.html" class=" module">filepath</a>
</li>
<li>
<a href="../../utility/input.html" class=" module">input</a>
</li>
<li>
<a href="../../utility/output.html" class=" module">output</a>
</li>
<li>
<a href="../../utility/string.html" class=" module">string</a>
</li>
<li>
<a href="../../utility/tasks.html" class=" module">tasks</a>
</li>
<li>
<a href="../../utility/time.html" class=" module">time</a>
</li>
</ul>
</li>
<li>
<a href="../../components.html" class=" module">components</a>
</li>
<li>
<a href="../../core.html" class=" module">core</a>
</li>
<li>
<a href="../../graphics.html" class=" module">graphics</a>
</li>
<li>
<a href="../../utility.html" class=" module">utility</a>
</li>
</ul>
<noscript>
<p style="color: red">The search functionality needs JavaScript enabled</p>
</noscript>
<div id="symbolSearchPane" style="display: none">
<p>
<input id="symbolSearch" type="text" placeholder="Search for symbols" onchange="performSymbolSearch(24);" onkeypress="this.onchange();" onpaste="this.onchange();" oninput="this.onchange();"/>
</p>
<ul id="symbolSearchResults" style="display: none"></ul>
<script type="application/javascript" src="../../symbols.js"></script>
<script type="application/javascript">
//<![CDATA[
var symbolSearchRootDir = "../../"; $('#symbolSearchPane').show();
//]]>
</script>
</div>
</nav>
<div id="main-contents">
<h1>Function awe_renderbuffer_get_buffer</h1><!-- using block body in layout.dt--><!-- Default block ddox.description in ddox.layout.dt--><!-- Default block ddox.sections in ddox.layout.dt--><!-- using block ddox.members in ddox.layout.dt-->
<p> Get a pointer to the actual pixel buffer within a RenderBuffer.
</p>
<section>
</section>
<section>
<h2>Prototype</h2>
<pre class="code prettyprint lang-d prototype">
const(ubyte)* awe_renderbuffer_get_buffer(
const(<a href="../../utility/awesomium/awe_renderbuffer.html">awe_renderbuffer</a>)* renderbuffer
) extern(C);</pre>
</section>
<section>
<h2>Authors</h2><!-- using block ddox.authors in ddox.layout.dt-->
</section>
<section>
<h2>Copyright</h2><!-- using block ddox.copyright in ddox.layout.dt-->
</section>
<section>
<h2>License</h2><!-- using block ddox.license in ddox.layout.dt-->
</section>
</div>
</body>
</html> | Circular-Studios/Dash-Docs | api/v0.6.6/utility/awesomium/awe_renderbuffer_get_buffer.html | HTML | mit | 7,727 |
---
layout: default
---
<div class="page">
<h1 class="page-title">{{ page.title }}</h1>
<span class="post-date">{{ page.date | date: "%B %d, %Y" }}</span>
{{ content }}
</div>
| sidburn/sidburn.github.io | source-jekyll/_layouts/page.html | HTML | mit | 189 |
<!DOCTYPE html>
<html>
<head>
<title>Flatty - Flat administration template</title>
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport' />
<!--[if lt IE 9]>
<script src='assets/javascripts/html5shiv.js' type='text/javascript'></script>
<![endif]-->
<link href='assets/stylesheets/bootstrap/bootstrap.css' media='all' rel='stylesheet' type='text/css' />
<link href='assets/stylesheets/bootstrap/bootstrap-responsive.css' media='all' rel='stylesheet' type='text/css' />
<!-- / jquery ui -->
<link href='assets/stylesheets/jquery_ui/jquery-ui-1.10.0.custom.css' media='all' rel='stylesheet' type='text/css' />
<link href='assets/stylesheets/jquery_ui/jquery.ui.1.10.0.ie.css' media='all' rel='stylesheet' type='text/css' />
<!-- / switch buttons -->
<link href='assets/stylesheets/plugins/bootstrap_switch/bootstrap-switch.css' media='all' rel='stylesheet' type='text/css' />
<!-- / xeditable -->
<link href='assets/stylesheets/plugins/xeditable/bootstrap-editable.css' media='all' rel='stylesheet' type='text/css' />
<link href='assets/stylesheets/plugins/common/bootstrap-wysihtml5.css' media='all' rel='stylesheet' type='text/css' />
<!-- / wysihtml5 (wysywig) -->
<link href='assets/stylesheets/plugins/common/bootstrap-wysihtml5.css' media='all' rel='stylesheet' type='text/css' />
<!-- / jquery file upload -->
<link href='assets/stylesheets/plugins/jquery_fileupload/jquery.fileupload-ui.css' media='all' rel='stylesheet' type='text/css' />
<!-- / full calendar -->
<link href='assets/stylesheets/plugins/fullcalendar/fullcalendar.css' media='all' rel='stylesheet' type='text/css' />
<!-- / select2 -->
<link href='assets/stylesheets/plugins/select2/select2.css' media='all' rel='stylesheet' type='text/css' />
<!-- / mention -->
<link href='assets/stylesheets/plugins/mention/mention.css' media='all' rel='stylesheet' type='text/css' />
<!-- / tabdrop (responsive tabs) -->
<link href='assets/stylesheets/plugins/tabdrop/tabdrop.css' media='all' rel='stylesheet' type='text/css' />
<!-- / jgrowl notifications -->
<link href='assets/stylesheets/plugins/jgrowl/jquery.jgrowl.min.css' media='all' rel='stylesheet' type='text/css' />
<!-- / datatables -->
<link href='assets/stylesheets/plugins/datatables/bootstrap-datatable.css' media='all' rel='stylesheet' type='text/css' />
<!-- / dynatrees (file trees) -->
<link href='assets/stylesheets/plugins/dynatree/ui.dynatree.css' media='all' rel='stylesheet' type='text/css' />
<!-- / color picker -->
<link href='assets/stylesheets/plugins/bootstrap_colorpicker/bootstrap-colorpicker.css' media='all' rel='stylesheet' type='text/css' />
<!-- / datetime picker -->
<link href='assets/stylesheets/plugins/bootstrap_datetimepicker/bootstrap-datetimepicker.min.css' media='all' rel='stylesheet' type='text/css' />
<!-- / daterange picker) -->
<link href='assets/stylesheets/plugins/bootstrap_daterangepicker/bootstrap-daterangepicker.css' media='all' rel='stylesheet' type='text/css' />
<!-- / flags (country flags) -->
<link href='assets/stylesheets/plugins/flags/flags.css' media='all' rel='stylesheet' type='text/css' />
<!-- / slider nav (address book) -->
<link href='assets/stylesheets/plugins/slider_nav/slidernav.css' media='all' rel='stylesheet' type='text/css' />
<!-- / fuelux (wizard) -->
<link href='assets/stylesheets/plugins/fuelux/wizard.css' media='all' rel='stylesheet' type='text/css' />
<!-- / flatty theme -->
<link href='assets/stylesheets/light-theme.css' id='color-settings-body-color' media='all' rel='stylesheet' type='text/css' />
<!-- / demo -->
<link href='assets/stylesheets/demo.css' media='all' rel='stylesheet' type='text/css' />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body class='contrast-red '>
<header>
<div class='navbar'>
<div class='navbar-inner'>
<div class='container-fluid'>
<a class='brand' href='index.html'>
<i class='icon-heart-empty'></i>
<span class='hidden-phone'>Flatty</span>
</a>
<a class='toggle-nav btn pull-left' href='#'>
<i class='icon-reorder'></i>
</a>
<ul class='nav pull-right'>
<li class='dropdown light only-icon'>
<a class='dropdown-toggle' data-toggle='dropdown' href='#'>
<i class='icon-adjust'></i>
</a>
<ul class='dropdown-menu color-settings'>
<li class='color-settings-body-color'>
<div class='color-title'>Body color</div>
<a data-change-to='assets/stylesheets/light-theme.css' href='#'>
Light
<small>(default)</small>
</a>
<a data-change-to='assets/stylesheets/dark-theme.css' href='#'>
Dark
</a>
<a data-change-to='assets/stylesheets/dark-blue-theme.css' href='#'>
Dark blue
</a>
</li>
<li class='divider'></li>
<li class='color-settings-contrast-color'>
<div class='color-title'>Contrast color</div>
<a href="#" data-change-to="contrast-red"><i class='icon-adjust text-red'></i>
Red
<small>(default)</small>
</a>
<a href="#" data-change-to="contrast-blue"><i class='icon-adjust text-blue'></i>
Blue
</a>
<a href="#" data-change-to="contrast-orange"><i class='icon-adjust text-orange'></i>
Orange
</a>
<a href="#" data-change-to="contrast-purple"><i class='icon-adjust text-purple'></i>
Purple
</a>
<a href="#" data-change-to="contrast-green"><i class='icon-adjust text-green'></i>
Green
</a>
<a href="#" data-change-to="contrast-muted"><i class='icon-adjust text-muted'></i>
Muted
</a>
<a href="#" data-change-to="contrast-fb"><i class='icon-adjust text-fb'></i>
Facebook
</a>
<a href="#" data-change-to="contrast-dark"><i class='icon-adjust text-dark'></i>
Dark
</a>
<a href="#" data-change-to="contrast-pink"><i class='icon-adjust text-pink'></i>
Pink
</a>
<a href="#" data-change-to="contrast-grass-green"><i class='icon-adjust text-grass-green'></i>
Grass green
</a>
<a href="#" data-change-to="contrast-sea-blue"><i class='icon-adjust text-sea-blue'></i>
Sea blue
</a>
<a href="#" data-change-to="contrast-banana"><i class='icon-adjust text-banana'></i>
Banana
</a>
<a href="#" data-change-to="contrast-dark-orange"><i class='icon-adjust text-dark-orange'></i>
Dark orange
</a>
<a href="#" data-change-to="contrast-brown"><i class='icon-adjust text-brown'></i>
Brown
</a>
</li>
</ul>
</li>
<li class='dropdown medium only-icon widget'>
<a class='dropdown-toggle' data-toggle='dropdown' href='#'>
<i class='icon-rss'></i>
<div class='label'>5</div>
</a>
<ul class='dropdown-menu'>
<li>
<a href='#'>
<div class='widget-body'>
<div class='pull-left icon'>
<i class='icon-user text-success'></i>
</div>
<div class='pull-left text'>
John Doe signed up
<small class='muted'>just now</small>
</div>
</div>
</a>
</li>
<li class='divider'></li>
<li>
<a href='#'>
<div class='widget-body'>
<div class='pull-left icon'>
<i class='icon-inbox text-error'></i>
</div>
<div class='pull-left text'>
New Order #002
<small class='muted'>3 minutes ago</small>
</div>
</div>
</a>
</li>
<li class='divider'></li>
<li>
<a href='#'>
<div class='widget-body'>
<div class='pull-left icon'>
<i class='icon-comment text-warning'></i>
</div>
<div class='pull-left text'>
America Leannon commented Flatty with veeery long text.
<small class='muted'>1 hour ago</small>
</div>
</div>
</a>
</li>
<li class='divider'></li>
<li>
<a href='#'>
<div class='widget-body'>
<div class='pull-left icon'>
<i class='icon-user text-success'></i>
</div>
<div class='pull-left text'>
Jane Doe signed up
<small class='muted'>last week</small>
</div>
</div>
</a>
</li>
<li class='divider'></li>
<li>
<a href='#'>
<div class='widget-body'>
<div class='pull-left icon'>
<i class='icon-inbox text-error'></i>
</div>
<div class='pull-left text'>
New Order #001
<small class='muted'>1 year ago</small>
</div>
</div>
</a>
</li>
<li class='widget-footer'>
<a href='#'>All notifications</a>
</li>
</ul>
</li>
<li class='dropdown dark user-menu'>
<a class='dropdown-toggle' data-toggle='dropdown' href='#'>
<img alt='Mila Kunis' height='23' src='assets/images/avatar.jpg' width='23' />
<span class='user-name hidden-phone'>Mila Kunis</span>
<b class='caret'></b>
</a>
<ul class='dropdown-menu'>
<li>
<a href='user_profile.html'>
<i class='icon-user'></i>
Profile
</a>
</li>
<li>
<a href='user_profile.html'>
<i class='icon-cog'></i>
Settings
</a>
</li>
<li class='divider'></li>
<li>
<a href='sign_in.html'>
<i class='icon-signout'></i>
Sign out
</a>
</li>
</ul>
</li>
</ul>
<form accept-charset="UTF-8" action="search_results.html" class="navbar-search pull-right hidden-phone" method="get" /><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div>
<button class="btn btn-link icon-search" name="button" type="submit"></button>
<input autocomplete="off" class="search-query span2" id="q_header" name="q" placeholder="Search..." type="text" value="" />
</form>
</div>
</div>
</div>
</header>
<div id='wrapper'>
<div id='main-nav-bg'></div>
<nav class='' id='main-nav'>
<div class='navigation'>
<div class='search'>
<form accept-charset="UTF-8" action="search_results.html" method="get" /><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div>
<div class='search-wrapper'>
<input autocomplete="off" class="search-query" id="q" name="q" placeholder="Search..." type="text" value="" />
<button class="btn btn-link icon-search" name="button" type="submit"></button>
</div>
</form>
</div>
<ul class='nav nav-stacked'>
<li class=''>
<a href='index.html'>
<i class='icon-dashboard'></i>
<span>Dashboard</span>
</a>
</li>
<li class=''>
<a class='dropdown-collapse' href='#'>
<i class='icon-edit'></i>
<span>Forms</span>
<i class='icon-angle-down angle-down'></i>
</a>
<ul class='nav nav-stacked'>
<li class=''>
<a href='form_styles.html'>
<i class='icon-caret-right'></i>
<span>Form styles and features</span>
</a>
</li>
<li class=''>
<a href='form_components.html'>
<i class='icon-caret-right'></i>
<span>Form components</span>
</a>
</li>
<li class=''>
<a href='validations.html'>
<i class='icon-caret-right'></i>
<span>Validations</span>
</a>
</li>
<li class=''>
<a href='wizard.html'>
<i class='icon-caret-right'></i>
<span>Wizard</span>
</a>
</li>
</ul>
</li>
<li>
<a class='dropdown-collapse ' href='#'>
<i class='icon-tint'></i>
<span>UI Elements & Widgets</span>
<i class='icon-angle-down angle-down'></i>
</a>
<ul class='nav nav-stacked'>
<li class=''>
<a href='ui_elements.html'>
<i class='icon-caret-right'></i>
<span>UI Elements</span>
</a>
</li>
<li class=''>
<a href='widgets.html'>
<i class='icon-caret-right'></i>
<span>Widgets</span>
</a>
</li>
</ul>
</li>
<li class=''>
<a href='buttons_and_icons.html'>
<i class='icon-star'></i>
<span>Buttons & Icons</span>
</a>
</li>
<li>
<a class='dropdown-collapse ' href='#'>
<i class='icon-cogs'></i>
<span>Components</span>
<i class='icon-angle-down angle-down'></i>
</a>
<ul class='nav nav-stacked'>
<li class=''>
<a href='charts.html'>
<i class='icon-bar-chart'></i>
<span>Charts</span>
</a>
</li>
<li class=''>
<a href='address_book.html'>
<i class='icon-envelope'></i>
<span>Address book</span>
</a>
</li>
<li class=''>
<a href='chats.html'>
<i class='icon-comments'></i>
<span>Chats</span>
</a>
</li>
<li class=''>
<a href='inplace_editing.html'>
<i class='icon-pencil'></i>
<span>In-place editing</span>
</a>
</li>
<li class=''>
<a href='filetrees.html'>
<i class='icon-list-ul'></i>
<span>File trees</span>
</a>
</li>
<li class=''>
<a href='fileupload.html'>
<i class='icon-file'></i>
<span>Fileupload</span>
</a>
</li>
<li class=''>
<a href='todo.html'>
<i class='icon-list-alt'></i>
<span>Todo list</span>
</a>
</li>
<li class=''>
<a href='wysiwyg.html'>
<i class='icon-paste'></i>
<span>WYSIWYG</span>
</a>
</li>
</ul>
</li>
<li class=''>
<a href='tables.html'>
<i class='icon-table'></i>
<span>Tables</span>
</a>
</li>
<li class=''>
<a href='grid.html'>
<i class='icon-th'></i>
<span>Grid</span>
</a>
</li>
<li class=''>
<a href='type.html'>
<i class='icon-font'></i>
<span>Typography</span>
</a>
</li>
<li class=''>
<a href='calendar.html'>
<i class='icon-calendar'></i>
<span>Calendar</span>
</a>
</li>
<li>
<a class='dropdown-collapse in' href='#'>
<i class='icon-book'></i>
<span>Example pages</span>
<i class='icon-angle-down angle-down'></i>
</a>
<ul class='in nav nav-stacked'>
<li class='active'>
<a href='invoice.html'>
<i class='icon-money'></i>
<span>Invoice</span>
</a>
</li>
<li class=''>
<a href='gallery.html'>
<i class='icon-picture'></i>
<span>Gallery</span>
</a>
</li>
<li class=''>
<a href='timeline.html'>
<i class='icon-time'></i>
<span>Timeline</span>
</a>
</li>
<li class=''>
<a href='pricing_tables.html'>
<i class='icon-table'></i>
<span>Pricing tables</span>
</a>
</li>
<li class=''>
<a href='user_profile.html'>
<i class='icon-user'></i>
<span>User profile</span>
</a>
</li>
<li class=''>
<a href='err404.html'>
<i class='icon-question-sign'></i>
<span>404 Error</span>
</a>
</li>
<li class=''>
<a href='err500.html'>
<i class='icon-cogs'></i>
<span>500 Error</span>
</a>
</li>
<li class=''>
<a href='sign_in.html'>
<i class='icon-signin'></i>
<span>Sign in</span>
</a>
</li>
<li class=''>
<a href='faq.html'>
<i class='icon-bullhorn'></i>
<span>FAQ</span>
</a>
</li>
<li class=''>
<a href='orders.html'>
<i class='icon-inbox'></i>
<span>Orders</span>
</a>
</li>
<li class=''>
<a href='search_results.html'>
<i class='icon-search'></i>
<span>Search results</span>
</a>
</li>
<li class=''>
<a href='blank.html'>
<i class='icon-circle-blank'></i>
<span>Blank page</span>
</a>
</li>
</ul>
</li>
<li>
<a class='dropdown-collapse ' href='#'>
<i class='icon-cog'></i>
<span>Layouts</span>
<i class='icon-angle-down angle-down'></i>
</a>
<ul class='nav nav-stacked'>
<li class=''>
<a href='closed_navigation.html'>
<i class='icon-caret-right'></i>
<span>Closed navigation</span>
</a>
</li>
<li class=''>
<a href='fixed_header.html'>
<i class='icon-caret-right'></i>
<span>Fixed header</span>
</a>
</li>
<li class=''>
<a href='fixed_navigation.html'>
<i class='icon-caret-right'></i>
<span>Fixed navigation</span>
</a>
</li>
<li class=''>
<a href='fixed_navigation_and_header.html'>
<i class='icon-caret-right'></i>
<span>Fixed navigation & header</span>
</a>
</li>
</ul>
</li>
<li class=''>
<a href='email_templates.html'>
<i class='icon-mail-reply'></i>
<span>Email templates</span>
</a>
</li>
<li>
<a class='dropdown-collapse' href='#'>
<i class='icon-folder-open-alt'></i>
<span>Four level dropdown</span>
<i class='icon-angle-down angle-down'></i>
</a>
<ul class='nav nav-stacked'>
<li>
<a class='dropdown-collapse' href='#'>
<i class='icon-caret-right'></i>
<span>Second level</span>
<i class='icon-angle-down angle-down'></i>
</a>
<ul class='nav nav-stacked'>
<li>
<a class='dropdown-collapse' href='#'>
<i class='icon-caret-right'></i>
<span>Third level</span>
<i class='icon-angle-down angle-down'></i>
</a>
<ul class='nav nav-stacked'>
<li>
<a href='#'>
<i class='icon-caret-right'></i>
<span>Fourth level</span>
</a>
</li>
<li>
<a href='#'>
<i class='icon-caret-right'></i>
<span>Another fourth level</span>
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</nav>
<section id='content'>
<div class='container-fluid'>
<div class='row-fluid' id='content-wrapper'>
<div class='span12'>
<div class='page-header'>
<h1 class='pull-left'>
<i class='icon-money'></i>
<span>Invoice</span>
<span class='muted'>#001</span>
</h1>
<div class='pull-right'>
<div class='btn-group'>
<a href="#" class="btn"><i class='icon-print'></i>
Print
</a>
<a href="#" class="btn btn-success"><i class='icon-ok'></i>
Mark as paid
</a>
</div>
</div>
</div>
<div class='row-fluid invoice'>
<div class='span12 box'>
<div class='box-content box-double-padding'>
<div class='row-fluid'>
<div class='invoice-header'>
<div class='invoice-title'>
Flatty
<span class='muted'>Inc.</span>
</div>
<div class='invoice-number'>
<span class='invoice-name'>Invoice</span>
<span class='invoice-no'>#001</span>
</div>
</div>
</div>
<div class='row-fluid'>
<div class='span4 seller'>
<div class='lead text-contrast'>From</div>
<i class='icon-globe'></i>
<address>
<strong>John Doe</strong>
<br />
Long street 123
<br />
Some city
<br />
Country
<br />
<br />
<small><a href="mailto:john@doe.com">john@doe.com</a></small>
<br />
<small>(101) 123456-111</small>
</address>
</div>
<div class='span4 buyer'>
<div class='lead text-contrast'>To</div>
<i class='icon-globe'></i>
<address>
<strong>Doe Jane</strong>
<br />
Short street 456
<br />
Some village
<br />
Country
<br />
<br />
<small><a href="mailto:jane@doe.com">jane@doe.com</a></small>
<br />
<small>(101) 123456-111</small>
</address>
</div>
<div class='span4 info'>
<div class='lead muted'>Info</div>
Invoice date:
<strong>12/09/2013</strong>
<br />
Bank account:
<strong>123 456 789 123</strong>
</div>
</div>
<div class='row-fluid'>
<div class='span12'>
<div class='responsive-table'>
<div class='scrollable-area'>
<table class='table table-striped table-hover table-bordered'>
<thead>
<tr>
<th>Code</th>
<th>Item</th>
<th>
<div class='text-center'>Qty</div>
</th>
<th>
<div class='text-right'>Price</div>
</th>
<th>
<div class='text-right'>Price total</div>
</th>
</tr>
</thead>
<tbody>
<tr>
<td>AO6</td>
<td>Et dolore nulla</td>
<td>
<div class='text-center'>3</div>
</td>
<td>
<div class='text-right'>$298.00</div>
</td>
<td>
<div class='text-right'>$894.00</div>
</td>
</tr>
<tr>
<td>AO1</td>
<td>Nulla ullam qui amet recusandae modi</td>
<td>
<div class='text-center'>1</div>
</td>
<td>
<div class='text-right'>$264.00</div>
</td>
<td>
<div class='text-right'>$264.00</div>
</td>
</tr>
<tr>
<td>AO6</td>
<td>Qui est molestiae in ut quis</td>
<td>
<div class='text-center'>3</div>
</td>
<td>
<div class='text-right'>$295.00</div>
</td>
<td>
<div class='text-right'>$885.00</div>
</td>
</tr>
<tr>
<td>AO12</td>
<td>Possimus</td>
<td>
<div class='text-center'>1</div>
</td>
<td>
<div class='text-right'>$265.00</div>
</td>
<td>
<div class='text-right'>$265.00</div>
</td>
</tr>
<tr>
<td>AO9</td>
<td>Ipsam molestias</td>
<td>
<div class='text-center'>1</div>
</td>
<td>
<div class='text-right'>$419.00</div>
</td>
<td>
<div class='text-right'>$419.00</div>
</td>
</tr>
<tr>
<td>AO13</td>
<td>Suscipit</td>
<td>
<div class='text-center'>2</div>
</td>
<td>
<div class='text-right'>$444.00</div>
</td>
<td>
<div class='text-right'>$888.00</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<hr class='hr-normal' />
<div class='row-fluid'>
<div class='span12'>
<div class='text-right text-contrast subtotal'>
$3,615.00
</div>
</div>
</div>
<div class='row-fluid'>
<div class='span12'>
<div class='well comment'>
Aspernatur quas voluptatem nostrum beatae tenetur maiores.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- / jquery -->
<script src='assets/javascripts/jquery/jquery.min.js' type='text/javascript'></script>
<!-- / jquery mobile events (for touch and slide) -->
<script src='assets/javascripts/plugins/mobile_events/jquery.mobile-events.min.js' type='text/javascript'></script>
<!-- / jquery migrate (for compatibility with new jquery) -->
<script src='assets/javascripts/jquery/jquery-migrate.min.js' type='text/javascript'></script>
<!-- / jquery ui -->
<script src='assets/javascripts/jquery_ui/jquery-ui.min.js' type='text/javascript'></script>
<!-- / bootstrap -->
<script src='assets/javascripts/bootstrap/bootstrap.min.js' type='text/javascript'></script>
<script src='assets/javascripts/plugins/flot/excanvas.js' type='text/javascript'></script>
<!-- / sparklines -->
<script src='assets/javascripts/plugins/sparklines/jquery.sparkline.min.js' type='text/javascript'></script>
<!-- / flot charts -->
<script src='assets/javascripts/plugins/flot/flot.min.js' type='text/javascript'></script>
<script src='assets/javascripts/plugins/flot/flot.resize.js' type='text/javascript'></script>
<script src='assets/javascripts/plugins/flot/flot.pie.js' type='text/javascript'></script>
<!-- / bootstrap switch -->
<script src='assets/javascripts/plugins/bootstrap_switch/bootstrapSwitch.min.js' type='text/javascript'></script>
<!-- / fullcalendar -->
<script src='assets/javascripts/plugins/fullcalendar/fullcalendar.min.js' type='text/javascript'></script>
<!-- / datatables -->
<script src='assets/javascripts/plugins/datatables/jquery.dataTables.min.js' type='text/javascript'></script>
<script src='assets/javascripts/plugins/datatables/jquery.dataTables.columnFilter.js' type='text/javascript'></script>
<!-- / wysihtml5 -->
<script src='assets/javascripts/plugins/common/wysihtml5.min.js' type='text/javascript'></script>
<script src='assets/javascripts/plugins/common/bootstrap-wysihtml5.js' type='text/javascript'></script>
<!-- / select2 -->
<script src='assets/javascripts/plugins/select2/select2.js' type='text/javascript'></script>
<!-- / color picker -->
<script src='assets/javascripts/plugins/bootstrap_colorpicker/bootstrap-colorpicker.min.js' type='text/javascript'></script>
<!-- / mention -->
<script src='assets/javascripts/plugins/mention/mention.min.js' type='text/javascript'></script>
<!-- / input mask -->
<script src='assets/javascripts/plugins/input_mask/bootstrap-inputmask.min.js' type='text/javascript'></script>
<!-- / fileinput -->
<script src='assets/javascripts/plugins/fileinput/bootstrap-fileinput.js' type='text/javascript'></script>
<!-- / modernizr -->
<script src='assets/javascripts/plugins/modernizr/modernizr.min.js' type='text/javascript'></script>
<!-- / retina -->
<script src='assets/javascripts/plugins/retina/retina.js' type='text/javascript'></script>
<!-- / fileupload -->
<script src='assets/javascripts/plugins/fileupload/tmpl.min.js' type='text/javascript'></script>
<script src='assets/javascripts/plugins/fileupload/load-image.min.js' type='text/javascript'></script>
<script src='assets/javascripts/plugins/fileupload/canvas-to-blob.min.js' type='text/javascript'></script>
<script src='assets/javascripts/plugins/fileupload/jquery.iframe-transport.min.js' type='text/javascript'></script>
<script src='assets/javascripts/plugins/fileupload/jquery.fileupload.min.js' type='text/javascript'></script>
<script src='assets/javascripts/plugins/fileupload/jquery.fileupload-fp.min.js' type='text/javascript'></script>
<script src='assets/javascripts/plugins/fileupload/jquery.fileupload-ui.min.js' type='text/javascript'></script>
<script src='assets/javascripts/plugins/fileupload/jquery.fileupload-init.js' type='text/javascript'></script>
<!-- / timeago -->
<script src='assets/javascripts/plugins/timeago/jquery.timeago.js' type='text/javascript'></script>
<!-- / slimscroll -->
<script src='assets/javascripts/plugins/slimscroll/jquery.slimscroll.min.js' type='text/javascript'></script>
<!-- / autosize (for textareas) -->
<script src='assets/javascripts/plugins/autosize/jquery.autosize-min.js' type='text/javascript'></script>
<!-- / charCount -->
<script src='assets/javascripts/plugins/charCount/charCount.js' type='text/javascript'></script>
<!-- / validate -->
<script src='assets/javascripts/plugins/validate/jquery.validate.min.js' type='text/javascript'></script>
<script src='assets/javascripts/plugins/validate/additional-methods.js' type='text/javascript'></script>
<!-- / naked password -->
<script src='assets/javascripts/plugins/naked_password/naked_password-0.2.4.min.js' type='text/javascript'></script>
<!-- / nestable -->
<script src='assets/javascripts/plugins/nestable/jquery.nestable.js' type='text/javascript'></script>
<!-- / tabdrop -->
<script src='assets/javascripts/plugins/tabdrop/bootstrap-tabdrop.js' type='text/javascript'></script>
<!-- / jgrowl -->
<script src='assets/javascripts/plugins/jgrowl/jquery.jgrowl.min.js' type='text/javascript'></script>
<!-- / bootbox -->
<script src='assets/javascripts/plugins/bootbox/bootbox.min.js' type='text/javascript'></script>
<!-- / inplace editing -->
<script src='assets/javascripts/plugins/xeditable/bootstrap-editable.min.js' type='text/javascript'></script>
<script src='assets/javascripts/plugins/xeditable/wysihtml5.js' type='text/javascript'></script>
<!-- / ckeditor -->
<script src='assets/javascripts/plugins/ckeditor/ckeditor.js' type='text/javascript'></script>
<!-- / filetrees -->
<script src='assets/javascripts/plugins/dynatree/jquery.dynatree.min.js' type='text/javascript'></script>
<!-- / datetime picker -->
<script src='assets/javascripts/plugins/bootstrap_datetimepicker/bootstrap-datetimepicker.js' type='text/javascript'></script>
<!-- / daterange picker -->
<script src='assets/javascripts/plugins/bootstrap_daterangepicker/moment.min.js' type='text/javascript'></script>
<script src='assets/javascripts/plugins/bootstrap_daterangepicker/bootstrap-daterangepicker.js' type='text/javascript'></script>
<!-- / max length -->
<script src='assets/javascripts/plugins/bootstrap_maxlength/bootstrap-maxlength.min.js' type='text/javascript'></script>
<!-- / dropdown hover -->
<script src='assets/javascripts/plugins/bootstrap_hover_dropdown/twitter-bootstrap-hover-dropdown.min.js' type='text/javascript'></script>
<!-- / slider nav (address book) -->
<script src='assets/javascripts/plugins/slider_nav/slidernav-min.js' type='text/javascript'></script>
<!-- / fuelux -->
<script src='assets/javascripts/plugins/fuelux/wizard.js' type='text/javascript'></script>
<!-- / flatty theme -->
<script src='assets/javascripts/nav.js' type='text/javascript'></script>
<script src='assets/javascripts/tables.js' type='text/javascript'></script>
<script src='assets/javascripts/theme.js' type='text/javascript'></script>
<!-- / demo -->
<script src='assets/javascripts/demo/jquery.mockjax.js' type='text/javascript'></script>
<script src='assets/javascripts/demo/inplace_editing.js' type='text/javascript'></script>
<script src='assets/javascripts/demo/charts.js' type='text/javascript'></script>
<script src='assets/javascripts/demo/demo.js' type='text/javascript'></script>
</body>
</html>
| duan2yu/scard_ducation | projects/scard-ducationBureau/www/js/modules/flatty/invoice.html | HTML | mit | 40,423 |
<!DOCTYPE html>
<html lang="ko-kr">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="generator" content="Hugo 0.15" />
<title>#Ludens</title>
<meta property="og:site_name" content="#Ludens" />
<meta property="og:locale" content="ko-kr" />
<meta property="og:url" content="http://ludens.kr/tags/read-more/" />
<meta property="fb:pages" content="1707155736233413"/>
<meta property="fb:admins" content="100001662925065"/>
<meta property="fb:app_id" content="326482430777833"/>
<meta property="fb:article_style" content="default" />
<meta name="twitter:site" content="@ludensk" />
<meta name="twitter:creator" content="@ludensk" />
<meta name="google-site-verification" content="RPY_1Z0am0hoduGzENYtuwF3BBoE0x5l3UxhUplLWPU" />
<meta name="naver-site-verification" content="f84c50bc744edf7a543994325914265117555d53" />
<meta name="p:domain_verify" content="381496f2247c95edc614061bacd92e08" />
<meta name="msvalidate.01" content="9137E6F3A8C1C4AE6DC4809DEDB06FD9" />
<meta property="og:title" content="Read More" />
<meta property="og:type" content="website" />
<meta name="description" content="페이스북부터 심리학 그리고 워드프레스까지 온갖 잡지식을 가끔씩 끄적이고 있습니다." />
<meta name="twitter:card" content="summary" />
<link rel="author" href="humans.txt" />
<link rel="me" href="https://twitter.com/ludensk" />
<link rel="me" href="https://google.com/+ludensk" />
<link rel="me" href="https://github.com/ludens" />
<link rel="pingback" href="https://webmention.io/ludens.kr/xmlrpc" />
<link rel="webmention" href="https://webmention.io/ludens.kr/webmention" />
<link href="https://plus.google.com/+ludensk" rel="publisher">
<link rel="canonical" href="http://ludens.kr/tags/read-more/" />
<link rel="alternate" type="application/rss+xml" title="#Ludens" href="http://ludens.kr/rss/" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="#Ludens">
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#111111">
<meta name="msapplication-navbutton-color" content="#111111">
<meta name="msapplication-TileColor" content="#111111">
<meta name="application-name" content="#Ludens">
<meta name="msapplication-tooltip" content="페이스북부터 심리학 그리고 워드프레스까지 온갖 잡지식을 가끔씩 끄적이고 있습니다.">
<meta name="msapplication-starturl" content="/">
<meta http-equiv="cleartype" content="on">
<meta name="msapplication-tap-highlight" content="no">
<link rel="apple-touch-icon" sizes="57x57" href="http://ludens.kr/favicon/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="http://ludens.kr/favicon/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="http://ludens.kr/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="http://ludens.kr/favicon/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="http://ludens.kr/favicon/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="http://ludens.kr/favicon/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="http://ludens.kr/favicon/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="http://ludens.kr/favicon/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="http://ludens.kr/favicon/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="http://ludens.kr/favicon/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="http://ludens.kr/favicon/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="http://ludens.kr/favicon/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="http://ludens.kr/favicon/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="http://ludens.kr/favicon/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="http://ludens.kr/favicon/manifest.json">
<link rel="mask-icon" href="http://ludens.kr/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<link rel="stylesheet" href="http://ludens.kr/css/pure/pure-min.css" />
<link rel="stylesheet" href="http://ludens.kr/css/pure/grids-responsive-min.css" />
<link rel='stylesheet' href='http://ludens.kr/font/fonts.css'>
<link rel="stylesheet" href="http://ludens.kr/font/font-awesome.min.css">
<link rel="stylesheet" href="http://ludens.kr/css/style.css"/>
<script src="http://ludens.kr/js/jquery-2.2.1.min.js"></script>
</head>
<body>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '326482430777833',
xfbml : true,
version : 'v2.6'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/ko_KR/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<header class="pure-g">
<div class="pure-u-1 pure-u-sm-1-3 center">
<h1><a href="http://ludens.kr">#LUDENS</a></h1>
</div>
<nav class="pure-u-1 pure-u-sm-2-3 center">
<a href="http://ludens.kr/" class="home" title="Home">HOME</a>
<a href="http://ludens.kr/categories/" class="category" title="Category">CATEGORY</a>
<a href="http://ludens.kr/post/" class="archive" title="Archive">ARCHIVE</a>
<a href="http://ludens.kr/tags/" class="tag" title="Tag">TAG</a>
<a href="http://ludens.kr/guestbook/" class="guestbook" title="Guestbook">GUESTBOOK</a>
</nav>
</header>
<main class="list mainWrap">
<h2 class="ellipsis"><small>Posts about </small>Read More</h2>
<h3 id="2013">2013</h3>
<div class="pure-g">
<div class="pure-u-1 pure-u-sm-1-2">
<a href="http://ludens.kr/post/wordpress-faq/" class="cover" style="background-image: url('/images/old/cfile22.uf.266F8C3751211126154760.png');"></a>
<div class="category ubuntu300 grey">
<a class="grey" href="http://ludens.kr/categories/wordpress" title="wordpress">wordpress</a>
at <time datetime="18 Feb 2013 27:00">2013/2/18</time>
</div>
<h3 class="ellipsis margintop0"><a href="http://ludens.kr/post/wordpress-faq/" title="워드프레스 자주 묻는 질문: 60문 60답">워드프레스 자주 묻는 질문: 60문 60답</a></h3>
</div>
</div>
</main>
<footer>
<div class="footerWrap pure-g">
<div class="pure-u-1 pure-u-md-2-5 copyright center">
ⓒ 2016 Ludens | Published with <a class="black dotline" href="http://gohugo.io" target="_blank" rel="nofollow">Hugo</a>
</div>
<nav class="pure-u-1 pure-u-md-3-5 center">
<a href="https://twitter.com/ludensk" class="twitter" title="Twitter"><i class='fa fa-twitter-square'></i></a>
<a href="https://fb.com/ludensk" class="facebook" title="Facebook"><i class='fa fa-facebook-square'></i></a>
<a href="https://instagr.am/ludensk" class="instagram" title="Instagram"><i class='fa fa-instagram'></i></a>
<a href="https://pinterest.com/ludensk" class="pinterest" title="Pinterest"><i class='fa fa-pinterest-square'></i></a>
<a href="https://www.youtube.com/user/ludensk" class="youtube" title="YouTube"><i class='fa fa-youtube-square'></i></a>
<a href="https://ludensk.tumblr.com" class="tumblr" title="Tumblr"><i class='fa fa-tumblr-square'></i></a>
<a href="https://linkedin.com/in/ludensk" class="linkedin" title="LinkedIn"><i class='fa fa-linkedin-square'></i></a>
<a href="https://github.com/ludens" class="github" title="GitHub"><i class='fa fa-github-square'></i></a>
<a href="http://ludens.kr/rss/" class="rss" title="RSS"><i class='fa fa-rss-square'></i></a>
</nav>
</div>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-29269230-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript" src="//wcs.naver.net/wcslog.js"></script>
<script type="text/javascript">
if(!wcs_add) var wcs_add = {};
wcs_add["wa"] = "123cefa73667c5c";
wcs_do();
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','//connect.facebook.net/en_US/fbevents.js');
fbq('init','1143503702345044');
fbq('track',"PageView");
</script>
<noscript><img height="1" width="1" style="display:none" src="//www.facebook.com/tr?id=1143503702345044&ev=PageView&noscript=1" /></noscript>
<script src="//twemoji.maxcdn.com/twemoji.min.js"></script>
<script>var emoji=document.getElementsByClassName("emoji");twemoji.parse(emoji[0],{size:16});</script>
<script src="http://ludens.kr/js/jquery.keep-ratio.min.js"></script>
<script type="text/javascript">
$(function() {
$('.kofic-poster').keepRatio({ ratio: 27/40, calculate: 'height' });
$('.articleWrap .cover, .post_latest .cover,.articleWrap header figure').keepRatio({ ratio: 12/5, calculate: 'height' });
if ($(window).width() >= 568) {
$('.futher .cover,.error .cover,.post_two .cover,.list .cover').keepRatio({ ratio: 4/3, calculate: 'height' });
$('.categories .cover').keepRatio({ ratio: 1/1, calculate: 'height' });
}
else {
$('.futher .cover,.error .cover,.post_two .cover,.list .cover,.categories .cover').keepRatio({ ratio: 12/5, calculate: 'height' });
}
});
</script>
</body>
</html> | ludens/ludens.kr | tags/read-more/index.html | HTML | mit | 10,566 |
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<canvas></canvas>
<script>
var cx = document.querySelector("canvas").getContext("2d");
cx.beginPath();
cx.moveTo(10, 90);
// control1=(10,10) control2=(90,10) goal=(50,90)
cx.bezierCurveTo(10, 10, 90, 10, 50, 90);
cx.lineTo(90, 10);
cx.lineTo(10, 10);
cx.closePath();
cx.stroke();
</script>
</body>
</html> | picacure/_sandBox | Web2D/basicBezier/index.html | HTML | mit | 407 |
<nav id="dl-menu" class="dl-menuwrapper" role="navigation">
<button class="dl-trigger">Open Menu</button>
<ul class="dl-menu">
<li><a href="{{ site.url }}/">Home</a></li>
<li>
<a href="#">About</a>
<ul class="dl-submenu">
<li>
<img src="{{ site.url }}/images/{{ site.owner.avatar }}" alt="{{ site.owner.name }} photo" class="author-photo">
<h4>{{ site.owner.name }}</h4>
<p>{{ site.owner.bio }}</p>
</li>
<!--<li><a href=<"{{ site.url }}/about/"><span class="btn btn-inverse">Learn More</span></a></li>-->
<li><a href="404.html"> <span class="btn btn-inverse">Learn More</span></a></li>
{% if site.owner.email %}<li>
<a href="mailto:{{ site.owner.email }}"><i class="fa fa-fw fa-envelope"></i> Email</a>
</li>{% endif %}
{% if site.owner.twitter %}<li>
<a href="http://twitter.com/{{ site.owner.twitter }}"><i class="fa fa-fw fa-twitter"></i> Twitter</a>
</li>{% endif %}
{% if site.owner.facebook %}<li>
<a href="http://facebook.com/{{ site.owner.facebook }}"><i class="fa fa-fw fa-facebook"></i> Facebook</a>
</li>{% endif %}
{% if site.owner.google_plus %}<li>
<a href="https://google.com/{{ site.owner.google_plus }}"><i class="fa fa-fw fa-google-plus"></i> Google+</a>
</li>{% endif %}
{% if site.owner.linkedin %}<li>
<a href="http://linkedin.com/in/{{ site.owner.linkedin }}"><i class="fa fa-fw fa-linkedin"></i> LinkedIn</a>
</li>{% endif %}
{% if site.owner.github %}<li>
<a href="http://github.com/{{ site.owner.github }}"><i class="fa fa-fw fa-github"></i> GitHub</a>
</li>{% endif %}
{% if site.owner.stackexchange %}<li>
<a href="{{ site.owner.stackexchange }}"><i class="fa fa-fw fa-stack-exchange"></i> Stackexchange</a>
</li>{% endif %}
{% if site.owner.instagram %}<li>
<a href="http://instagram.com/{{ site.owner.instagram }}"><i class="fa fa-fw fa-instagram"></i> Instagram</a>
</li>{% endif %}
{% if site.owner.flickr %}<li>
<a href="http://www.flickr.com/photos/{{ site.owner.flickr }}"><i class="fa fa-fw fa-flickr"></i> Flickr</a>
</li>{% endif %}
{% if site.owner.tumblr %}<li>
<a href="http://{{ site.owner.tumblr }}.tumblr.com"><i class="fa fa-fw fa-tumblr"></i> Tumblr</a>
</li>{% endif %}
</ul><!-- /.dl-submenu -->
</li>
<li>
<a href="#">Posts</a>
<ul class="dl-submenu">
<li><a href="{{ site.url }}/posts/">All Posts</a></li>
<li><a href="{{ site.url }}/tags/">All Tags</a></li>
</ul>
</li>
<!--{% for link in site.data.navigation %}
{% if link.url contains 'http' %}
{% assign domain = '' %}
{% else %}
{% assign domain = site.url %}
{% endif %}
<li><a href="{{ domain }}{{ link.url }}" {% if link.url contains 'http' %}target="_blank"{% endif %}>{{ link.title }}</a></li>
{% endfor %} -->
</ul><!-- /.dl-menu -->
</nav><!-- /.dl-menuwrapper -->
| cngzhnp/blog | _includes/navigation.html | HTML | mit | 2,924 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SWI</title>
<style>
* {
font-family: Helvetica, Arial, sans-serif;
}
html, body {
margin: 0;
padding: 0;
outline: none;
border: 0;
width:100%;
height:100%;
background: rgb(0,0,0);
}
canvas {
display:block;
user-select: none;
background-color: rgba(0,0,0, 0.2);
}
</style>
</head>
<body>
<canvas id="game"></canvas>
<div class="hud-container"></div>
<div id="login"></div>
<div id="preview"></div>
</body>
</html>
| vlyamzin/SWI | client/index.html | HTML | mit | 695 |
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Re: [新聞] 美售派里艦 擬取名葆禎、福星 - 看板 Gossiping - 批踢踢實業坊</title>
<meta name="robots" content="all">
<meta name="keywords" content="Ptt BBS 批踢踢">
<meta name="description" content="
※ 引述《luttwak (理論學家)》之銘言:
: ※ 引述《asd0112 (Karsel)》之銘言:
: : 美售派里艦 擬取名葆禎、福星 2014-12-20 08:17 新聞引據:聯合報
: : 美國總統歐巴馬已簽署「海軍軍艦移轉法案」,完成對台灣出售4艘派里級巡防艦的法定
">
<meta property="og:site_name" content="Ptt 批踢踢實業坊">
<meta property="og:title" content="Re: [新聞] 美售派里艦 擬取名葆禎、福星">
<meta property="og:description" content="
※ 引述《luttwak (理論學家)》之銘言:
: ※ 引述《asd0112 (Karsel)》之銘言:
: : 美售派里艦 擬取名葆禎、福星 2014-12-20 08:17 新聞引據:聯合報
: : 美國總統歐巴馬已簽署「海軍軍艦移轉法案」,完成對台灣出售4艘派里級巡防艦的法定
">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs-common.css">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs.css" media="screen">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/pushstream.css" media="screen">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs-print.css" media="print">
<script type="text/javascript" async="" src="https://apis.google.com/js/plusone.js"></script><script id="facebook-jssdk" src="//connect.facebook.net/en_US/all.js#xfbml=1"></script><script type="text/javascript" async="" src="https://ssl.google-analytics.com/ga.js"></script><script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="//images.ptt.cc/v2.10/bbs.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32365737-1']);
_gaq.push(['_setDomainName', 'ptt.cc']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="topbar-container">
<div id="topbar" class="bbs-content">
<a id="logo" href="/">批踢踢實業坊</a>
<span>›</span>
<a class="board" href="/bbs/Gossiping/index.html"><span class="board-label">看板 </span>Gossiping</a>
<a class="right small" href="/about.html">關於我們</a>
<a class="right small" href="/contact.html">聯絡資訊</a>
</div>
</div>
<div id="navigation-container">
<div id="navigation" class="bbs-content">
<a class="board" href="/bbs/Gossiping/index.html">返回看板</a>
<div class="bar"></div>
<div class="share">
<span>分享</span>
<div class="fb-like" data-send="false" data-layout="button_count" data-width="90" data-show-faces="false" data-href="http://www.ptt.cc/bbs/Gossiping/M.1419083667.A.771.html"></div>
<div class="g-plusone" data-size="medium"></div>
<script type="text/javascript">
window.___gcfg = {lang: 'zh-TW'};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</div>
</div>
</div>
<div id="main-container">
<div id="main-content" class="bbs-screen bbs-content"><div class="article-metaline"><span class="article-meta-tag">作者</span><span class="article-meta-value">tropotato (tropotato)</span></div><div class="article-metaline-right"><span class="article-meta-tag">看板</span><span class="article-meta-value">Gossiping</span></div><div class="article-metaline"><span class="article-meta-tag">標題</span><span class="article-meta-value">Re: [新聞] 美售派里艦 擬取名葆禎、福星</span></div><div class="article-metaline"><span class="article-meta-tag">時間</span><span class="article-meta-value">Sat Dec 20 21:54:24 2014</span></div>
<span class="f2">※ 引述《luttwak (理論學家)》之銘言:
</span><span class="f6">: ※ 引述《asd0112 (Karsel)》之銘言:
</span><span class="f6">: : 美售派里艦 擬取名葆禎、福星 2014-12-20 08:17 新聞引據:聯合報
</span><span class="f6">: : 美國總統歐巴馬已簽署「海軍軍艦移轉法案」,完成對台灣出售4艘派里級巡防艦的法定
</span><span class="f6">: : 程序;在台美雙方簽約後,最快可於明年上半年接艦。
</span><span class="f6">: : 國防部已於明年度編列約新台幣50億元經費,預計採購泰勒號(USS Taylor)、蓋瑞號
</span><span class="f6">: : (USS Gary)兩艘巡防艦。在歐巴馬簽署法案後,台灣須先提出要價書,美國海軍部門再提
</span><span class="f6">: : 出發價書,雙方確定內容後簽約。
</span><span class="f6">: : 聯合報今天(20日)引述國防部官員表示,準備接艦的官兵待命已久,立刻可以出發。兩艘
</span><span class="f6">: : 新艦將命名為「葆禎」與「福星」,以紀念沈葆禎與羅福星。
</span><span class="f6">: : 駐美代表沈呂巡日前表示,法案能通過要感謝美國國會友人的協助,因為感恩節後已沒多
</span><span class="f6">: : 少時間開會,加上國會正值換屆階段,如果這個會期法案沒過,要等新國會開議重新再來
</span><span class="f6">: : ;這個法案能在許多案子之中通過,也展現國會議員對台灣的支持。
</span><span class="f6">: : 根據美方資料,泰勒號、蓋瑞號兩艘巡防艦都是服役中的「熱艦」,兩艘巡防艦預計於明
</span><span class="f6">: : 年中與明年下半年除役。
</span><span class="f6">: : <a href="http://ppt.cc/dsyy" target="_blank" rel="nofollow">http://ppt.cc/dsyy</a>
</span><span class="f6">: 我國引進派里級的技術,在國內建造成功級,以名將命名。這次再向美國加買四艘派里級
</span><span class="f6">: ,也應該繼續延用名將之名。
</span><span class="f6">: 為了提高國軍士氣,表彰忠義軍風。這四艘派里級應該要以國軍名將,而非古代名將命名
</span><span class="f6">: 。疾風知勁草,板盪見忠貞。在齊太史簡,在晉董狐筆。潮水退去才知道誰沒穿褲子!因
</span><span class="f6">: 此我建議以四位絕對忠於中華民國,絕對沒有領終身俸唱共匪歌的名將,命名為:靈甫號
</span><span class="f6">: 、百韜號、清泉號、立人號。
</span><span class="f6">: 前三艦紀念張靈甫、黃百韜、邱清泉,三位都是力戰到底以身殉國。第四艦紀念孫立人,
</span><span class="f6">: 在前線能領軍作戰,在後方能編練新軍,被誣陷軟禁仍不改忠誠。這四位將軍絕對值得以
</span><span class="f6">: 軍艦紀念,不過看到共匪膝蓋就軟,連站都站不起來的水母政府,應該完全不考慮。
</span>
說到以身殉國為什麼不取名叫:
清楓號、國慶號、仲丘號
無限期支持以軍中冤死將士給軍艦取名
不怕名字用完( ̄Д ̄)ノ( ̄^ ̄)ゞ( ̄^ ̄)ゞ( ̄^ ̄)ゞ( ̄^ ̄)ゞ( ̄^ ̄)ゞ( ̄^ ̄)ゞ(
 ̄^ ̄)ゞ( ̄^ ̄)ゞ
--
<span class="f2">※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 1.162.41.215
</span><span class="f2">※ 文章網址: <a href="http://www.ptt.cc/bbs/Gossiping/M.1419083667.A.771.html" target="_blank" rel="nofollow">http://www.ptt.cc/bbs/Gossiping/M.1419083667.A.771.html</a>
</span><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">tkfc5566</span><span class="f3 push-content">: 叫江南號啊</span><span class="push-ipdatetime"> 12/20 21:55
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">GodHelpMe</span><span class="f3 push-content">: 反觀藝人爽爽逃兵 滷蛋免疫能拍武打 菜花免役當舞王</span><span class="push-ipdatetime"> 12/20 21:55
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">zeumax</span><span class="f3 push-content">: 軍艦也會冤死...</span><span class="push-ipdatetime"> 12/20 21:57
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">catlee</span><span class="f3 push-content">: 用這些名字命名不怕船也冤死嗎= =</span><span class="push-ipdatetime"> 12/20 21:57
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">Love1019</span><span class="f3 push-content">: 不然叫 敬平 家寶呢?</span><span class="push-ipdatetime"> 12/20 21:59
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">breakofking</span><span class="f3 push-content">: 當然是取軍事專家 寶傑 西屏 友驊</span><span class="push-ipdatetime"> 12/20 22:04
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">nixon</span><span class="f3 push-content">: 開出去就被打爆了</span><span class="push-ipdatetime"> 12/20 22:19
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">stja</span><span class="f3 push-content">: ...</span><span class="push-ipdatetime"> 12/20 23:03
</span></div></div>
<div id="article-polling" data-pollurl="/poll/Gossiping/M.1419083667.A.771.html?cacheKey=2052-1349798939&offset=2849&offset-sig=0e3186722d9b332b4fa89ee49699956bdc56f8a5" data-longpollurl="/v1/longpoll?id=123a38691f55f8772022ef529f9b6c283c979334" data-offset="2849">推文自動更新已關閉</div>
<div class="bbs-screen bbs-footer-message">本網站已依台灣網站內容分級規定處理。此區域為限制級,未滿十八歲者不得瀏覽。</div>
</div>
</body></html> | iultimatez/PTTScraper | result/M.1419083667.A.771.html | HTML | mit | 10,534 |
{% extends "layout.html" %}
{% block body %}
<script>
var customer_found = false;
var pathname = window.location.pathname;
function show_list_of_bugs(tags) {
$.get(pathname + "/bug_list", {'tags': tags},
function(data) {
$("#result").html(data);
});
}
show_list_of_bugs();
<!--When user click on 'Only customer-found' checkbox, -->
<!--we request list of ids for bugs with such tag.-->
$( "#tagged" ).change(function() {
customer_found = $("#tagged").is(':checked');
if (customer_found) {
show_list_of_bugs('customer-found');
} else {
show_list_of_bugs();
}
});
</script>
<div id="result">
{% endblock %}
| Mirantis/launchpad-reports-summary | templates/bug_table.html | HTML | mit | 669 |
<!DOCTYPE html>
<html>
<head>
<title>Morpheuz Sleep Monitor</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
/*
* Morpheuz Sleep Monitor
*
* Copyright (c) 2013-2015 James Fowler
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
-->
<script type="text/javascript" src="jqplot/jquery.min.js"></script>
<script type="text/javascript" src="jqplot/jquery.jqplot.min.js"></script>
<link rel="stylesheet" type="text/css" href="jqplot/jquery.jqplot.css" />
<script type="text/javascript" src="jqplot/plugins/jqplot.canvasAxisLabelRenderer.min.js"></script>
<script type="text/javascript" src="jqplot/plugins/jqplot.dateAxisRenderer.min.js"></script>
<script type="text/javascript" src="jqplot/plugins/jqplot.canvasTextRenderer.min.js"></script>
<script type="text/javascript" src="jqplot/plugins/jqplot.canvasAxisTickRenderer.min.js"></script>
<script type="text/javascript" src="jqplot/plugins/jqplot.canvasOverlay.min.js"></script>
<script type="text/javascript" src="jqplot/plugins/jqplot.pieRenderer.min.js"></script>
<script type="text/javascript" src="utils.js?v=1"></script>
<link rel="stylesheet" type="text/css" href="view.css?v=1" />
<script type="text/javascript" src="view.js?v=1"></script>
</head>
<body>
<div class="outer">
<div class="inner vpwidth">
<form action="">
<div id="version" class="vpwidth">v0.5</div>
<h2 id="title">
<img src="img/morpheuz24.png" />Morpheuz Sleep Monitor
</h2>
<p class="error verswarning" style="display: none;">
You are on an old version of Morpheuz. To get all the new features please upgrade. See <a href="http://www.morpheuz.net/p/upgrade.html">here</a> for details.
</p>
<p class="error versbeta" style="display: none;">This is a beta version of Morpheuz. Please report any issues you find.</p>
<p class="error versproblem" style="display: none;">Unable to determine current version of Morpheuz.</p>
<h3 id="sleep-time"></h3>
<div id="info-message" style="display: none">
<p class="settingswrap">
Morpheuz is free. Please show your appreciation by loving the app in the Pebble app store<a class="ios" href="pebble://appstore/52b20a9b05c04688bf000058"> here</a> or a tiny donation.
</p>
</div>
<h3 class="movement-head">Sleep Movement</h3>
<div id="chart1" style="width: 318px; height: 250px;" class="vpwidth vpheight"></div>
<h3 class="quality-head">Quality of Sleep</h3>
<div id="chart2" style="width: 318px; height: 250px;" class="vpwidth vpheight"></div>
<h3>Statistics</h3>
<table class="statstable">
<col width="50%">
<col width="50%">
<tr class="stat">
<td>Total</td>
<td id="ttotal">-</td>
</tr>
<tr class="stat">
<td>Restless</td>
<td id="tawake">-</td>
</tr>
<tr class="stat">
<td>Light</td>
<td id="tlight">-</td>
</tr>
<tr class="stat">
<td>Deep</td>
<td id="tdeep">-</td>
</tr>
<tr class="stat">
<td>Ignore</td>
<td id="tignore">-</td>
</tr>
</table>
<h4>Sleep Analysis Data Point</h4>
<table class="statstable">
<col width="50%">
<col width="50%">
<tr class="stat">
<td>Starts</td>
<td id="tstarts">-</td>
</tr>
<tr class="stat">
<td>Ends</td>
<td id="tends">-</td>
</tr>
</table>
<h3 class="exporthead">Export & Home Automation</h3>
<div class="exportwrap">
<ol>
<li class="grey licollapse liclosed">
<p>
<img src="img/plus.png" class="liright" /><img src="img/minus.png" class="lidown" />E-Mail - CSV Data & Chart
</p>
<div class="licollapsible">
<label for="emailto">To:</label><input id="emailto" type="email" maxlength="254" class="textbox" /><input type="button" id="mail" value="Export" />
<p class="small" id="emailSendResult"></p>
</div>
</li>
<li id="lipushover" class="noset licollapse liclosed">
<p>
<img src="img/plus.png" class="liright" /><img src="img/minus.png" class="lidown" />Pushover - Daily Chart Export
</p>
<div class="licollapsible">
<div class="row">
<div class="cell">
<label for="ptoken">Token:</label>
</div>
<div class="cell">
<input id="ptoken" type="text" maxlength="30" class="textbox wide" />
</div>
</div>
<div class="row">
<div class="cell">
<label for="puser">User:</label>
</div>
<div class="cell">
<input id="puser" type="text" maxlength="30" class="textbox wide" />
</div>
</div>
<p class="small">Setting these values will enable automatic push messages to Pushover</p>
<p class="small">
Last result: <span id="presult"></span>
</p>
</div>
</li>
<li class="grey noset ios licollapse liclosed">
<p>
<img src="img/plus.png" class="liright" /><img src="img/minus.png" class="lidown" />Manual Healthkit export via Smartwatch Pro
</p>
<div class="licollapsible paddedtop">
<a id="swp" href="swpro2hk://">Export</a>
<p class="small" id="swpnodata">The recorded data is not yet complete enough for export.</p>
<p class="small padded">
Needs iOS8 (or above) with <a id="swplink">Smartwatch Pro</a> installed
</p>
</div>
</li>
<li id="liswp" class="noset ios licollapse liclosed">
<p>
<img src="img/plus.png" class="liright" /><img src="img/minus.png" class="lidown" />Automatic Healthkit export via Smartwatch Pro
</p>
<div class="licollapsible">
<label for="swpdo">Automatic:</label><input id="swpdo" type="checkbox" />
<p class="small">One manual export is required before activating automatic mode</p>
<p class="small">
Last result: <span id="swpstat"></span>
</p>
</div>
</li>
<li id="lilifx" class="noset licollapse liclosed">
<p>
<img src="img/plus.png" class="liright" /><img src="img/minus.png" class="lidown" />LIFX Smart Bulb
</p>
<div class="licollapsible">
<div class="row">
<div class="cell">
<label for="lifxToken">Token:</label>
</div>
<div class="cell">
<input id="lifxToken" type="text" maxlength="100" class="textbox wide" />
</div>
</div>
<div class="row">
<div class="cell">
<label for="lifxTime">Fade-in Time:</label>
</div>
<div class="cell">
<input id="lifxTime" type="number" maxlength="4" class="textbox wide" />
</div>
</div>
<p class="small">
Get your LIFX token by logging into your profile at <a href="http://cloud.lifx.com">cloud.lifx.com</a> and selecting the "Generate New Token" button. If the values are correct, your LIFX lightbulbs will fade on as soon as your alarm goes off.
</p>
</div>
</li>
<li id="lihue" class="noset licollapse liclosed">
<p>
<img src="img/plus.png" class="liright" /><img src="img/minus.png" class="lidown" />Philips Hue Smart Bulb
</p>
<div class="licollapsible">
<div class="row">
<div class="cell">
<label for="hueip">Bridge IP:</label>
</div>
<div class="cell">
<input id="hueip" type="text" maxlength="15" class="textbox wide" />
</div>
</div>
<div class="row">
<div class="cell">
<label for="hueuser">Username:</label>
</div>
<div class="cell">
<input id="hueuser" type="text" maxlength="50" class="textbox wide" />
</div>
</div>
<div class="row">
<div class="cell">
<label for="hueid">Bulb Id:</label>
</div>
<div class="cell">
<input id="hueid" type="number" maxlength="5" class="textbox wide" />
</div>
</div>
<p class="small">If the values are correct, your Hue lightbulbs will fade on as soon as your alarm goes off.</p>
<p class="small">Should the light be already on, Morpheuz will not change it.</p>
</div>
</li>
<li id="liif" class="noset licollapse liclosed">
<p>
<img src="img/plus.png" class="liright" /><img src="img/minus.png" class="lidown" />IFTTT - Maker - Daily Chart Export & Alarm
</p>
<div class="licollapsible">
<div class="row">
<div class="cell">
<label for="ifkey">Key:</label>
</div>
<div class="cell">
<input id="ifkey" type="text" maxlength="50" class="textbox wide" />
</div>
</div>
<p class="small">Setting this value will send a 'morpheuz-alarm' & a 'morpheuz-data' event to IFTTT at alarm time & the normal export time respectively.</p>
<p class="small">
Last result: <span id="ifstat"></span>
</p>
</div>
</li>
</ol>
<input class="noset save" type="button" id="save" value="Save" /><input id="testsettings" type="checkbox" class="noset" /><label for="testsettings" class="noset small">Test Pushover, IFTTT & light settings on save</label>
<p class="small noset indent">
Last auto export done: <span id="exptime"></span>
</p>
</div>
</form>
<h3>See also</h3>
<ul>
<li><a href="http://www.morpheuz.net/p/instructions.html" target="_blank">Instructions @ www.morpheuz.net</a></li>
<li><a class="ios" href="fb://profile/600709213346669">morpheuzsleepmonitor on Facebook</a> <span class="android">morpheuzsleepmonitor on Facebook</span></li>
<li><a class="ios" href="twitter:///user?screen_name=morpheuzsleep">@MorpheuzSleep on Twitter</a> <span class="android">@MorpheuzSleep on Twitter</span></li>
<li><p>Morpheuz is free and will remain so, but requires hosting space, domain names and I require an occasional motivational coffee. Please consider a tiny donation. (warning: slow button)</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick" /> <input type="hidden" name="hosted_button_id" value="ECS3FWQLRZ5SW" /> <input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online." /> <img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1" />
</form></li>
</ul>
<form action="">
<h3 class="exporthead noset">Special Features</h3>
<div class="exportwrap noset usageindent">
<ol>
<li id="liusage" class="licollapse liclosed">
<p>
<img src="img/plus.png" class="liright" /><img src="img/minus.png" class="lidown" />Help to improve Morpheuz by allowing once a day anonymous usage statistics.
</p>
<div class="licollapsible">
<label for="usage">Allow:</label><input id="usage" type="checkbox" />
<p class="small">No personal data is sent or saved.</p>
</div>
</li>
<li id="lilazarus" class="licollapse liclosed">
<p>
<img src="img/plus.png" class="liright" /><img src="img/minus.png" class="lidown" />Protect against some activity monitoring apps interfering with Morpheuz.
</p>
<div class="licollapsible">
<label for="lazarus">Protect:</label><input id="lazarus" type="checkbox" />
<p class="small">UP and Misfit use a background process. To sync their data, they replace Morpheuz as the running app. Enabling this setting will make Morpheuz revive after 5 minutes, allowing these apps to sync their data, and Morpheuz to continue to monitor sleep.</p>
</div>
</li>
</ol>
<input type="button" id="save2" class="save" value="Save" />
</div>
</form>
<p class="centre small">© 2013-2015 James Fowler</p>
</div>
</div>
</body>
</html>
| computermacgyver/morpheuz20 | website/morpheuz/view.html | HTML | mit | 14,773 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Mar 29, 2013 -->
<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>pyOlog - Generated Reports</title>
<style type="text/css" media="all">
@import url("./css/maven-base.css");
@import url("./css/maven-theme.css");
@import url("./css/site.css");
</style>
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
<meta name="Date-Revision-yyyymmdd" content="20130329" />
<meta http-equiv="Content-Language" content="en" />
</head>
<body class="composite">
<div id="banner">
<div id="bannerLeft">
pyOlog
</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="breadcrumbs">
<div class="xleft">
<span id="publishDate">Last Published: 2013-03-29</span>
| <span id="projectVersion">Version: 2.2.3-SNAPSHOT</span>
</div>
<div class="xright">
</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="leftColumn">
<div id="navcolumn">
<a href="https://openepics.ci.cloudbees.com/" title="Cloudbees" class="poweredBy">
<img class="poweredBy" alt="Cloudbees" src="http://web-static-cloudfront.s3.amazonaws.com/images/badges/BuiltOnDEV.png" />
</a>
<a href="http://maven.apache.org/" title="Maven" class="poweredBy">
<img class="poweredBy" alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png" />
</a>
</div>
</div>
<div id="bodyColumn">
<div id="contentBox">
<div class="section"><h2>Generated Reports<a name="Generated_Reports"></a></h2><p>This document provides an overview of the various reports that are automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> . Each report is briefly described below.</p><div class="section"><h3>Overview<a name="Overview"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="jira-report.html">JIRA Report</a></td><td>Report on Issues from the JIRA Issue Tracking System.</td></tr></table></div></div>
</div>
</div>
<div class="clear">
<hr/>
</div>
<div id="footer">
<div class="xright">
Copyright © 2010-2013
Michigan State University.
All Rights Reserved.
</div>
<div class="clear">
<hr/>
</div>
</div>
</body>
</html>
| Olog/olog.github.com | 2.2.3-SNAPSHOT/modules/pyOlog/project-reports.html | HTML | mit | 3,341 |
<!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">
<title>News - Summary Extraction</title>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/news.css">
<!--<script type="text/javascript" src="js/cycle.js"></script>-->
</head>
<body>
<div class="container-fluid">
<div class="page-content">
<div class="row">
<ul class="list-unstyled">
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.nytimes.com/2014/09/21/business/zenefits-leader-is-rattling-an-industry-so-why-is-he-stressed-out.html">Zenefits’ Leader Is Rattling an Industry, So Why Is He Stressed Out? - ...</a>
</h2>
<p class="site">
<span>www.nytimes.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://static01.nyt.com/images/2014/09/21/business/21-ZENEFITS/21-ZENEFITS-articleInline.jpg" /></div>
</div>
<div class="description">
<p>
Parker Conrad’s start-up, Zenefits, is thought to be one of the fastest-growing companies in recent Silicon Valley history, and his investors and ...
</p>
</div>
<div class="readers">
<a href="Ecquios.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000508775975/240123fc3314076f1e7b937922bd7183_normal.jpeg" title="@Ecquios" /></a>
<a href="RonP.html"><img class="reader" src="http://pbs.twimg.com/profile_images/464866159351713792/uxqYo-ZU_normal.jpeg" title="@RonP" /></a>
<a href="a16z.html"><img class="reader" src="http://pbs.twimg.com/profile_images/487366765106565120/jGvHRW6p_normal.png" title="@a16z" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.bloomberg.com/news/2014-09-17/stripe-lands-apple-in-quest-for-720-billion-in-payments.html">Stripe Lands Apple in Quest for $720 Billion in Payments - Bloomberg</a>
</h2>
<p class="site">
<span>www.bloomberg.com</span>
</p>
<div class="description">
<p>
Stripe Lands Apple in Quest for $720 Billion in Payments
</p>
</div>
<div class="readers">
<a href="satishd.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000629849980/97dbb0dd1048102e467c9bc3d0449d5f_normal.jpeg" title="@satishd" /></a>
<a href="rsarver.html"><img class="reader" src="http://pbs.twimg.com/profile_images/477679945678741504/k1qS6ruv_normal.jpeg" title="@rsarver" /></a>
<a href="patrickc.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000609934413/83919213b96be1b267b6af3a63b7d4d7_normal.jpeg" title="@patrickc" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.bothsidesofthetable.com/2014/09/17/bad-notes-on-venture-capital">Bad Notes on Venture Capital</a>
</h2>
<p class="site">
<span>www.bothsidesofthetable.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://www.bothsidesofthetable.com/wp-content/uploads/2014/09/Bad-Notes.png" /></div>
</div>
<div class="description">
<p>
This week. On the phone ... Me: So, you raised venture capital? Him: Yeah. We raised a seed round. About $1 million. Me: At what price? Him: It ...
</p>
</div>
<div class="readers">
<a href="joelgascoigne.html"><img class="reader" src="http://pbs.twimg.com/profile_images/459687777341165568/1GmWDZZM_normal.jpeg" title="@joelgascoigne" /></a>
<a href="missivanau.html"><img class="reader" src="http://pbs.twimg.com/profile_images/466489844676710400/6PmGHnK5_normal.jpeg" title="@missivanau" /></a>
<a href="mlcwong.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000808107649/9a9161e37c7ac8935a0109e1d846393c_normal.jpeg" title="@mlcwong" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://startupclass.samaltman.com">How to Start a Startup</a>
</h2>
<p class="site">
<span>startupclass.samaltman.com</span>
</p>
<div class="description">
<p>
CS183B is a class we’re teaching at Stanford. It’s designed to be a sort of one-class business course for people who want to start startups.
</p>
</div>
<div class="readers">
<a href="jnavma.html"><img class="reader" src="http://pbs.twimg.com/profile_images/461247979102298112/O76fRWTl_normal.jpeg" title="@jnavma" /></a>
<a href="johnolilly.html"><img class="reader" src="http://pbs.twimg.com/profile_images/476931407844216833/pTUoi2nb_normal.jpeg" title="@johnolilly" /></a>
<a href="a16z.html"><img class="reader" src="http://pbs.twimg.com/profile_images/487366765106565120/jGvHRW6p_normal.png" title="@a16z" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://avc.com/2014/09/burn-baby-burn">Burn Baby Burn – AVC</a>
</h2>
<p class="site">
<span>avc.com</span>
</p>
<div class="description">
<p>
Andy sent me a WSJ piece with Bill Gurley yesterday. I don’t like to link to paid content so here’s a good Business Insider summary of the article ...
</p>
</div>
<div class="readers">
<a href="Ecquios.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000508775975/240123fc3314076f1e7b937922bd7183_normal.jpeg" title="@Ecquios" /></a>
<a href="tomiogeron.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1895661355/tomo_normal.jpg" title="@tomiogeron" /></a>
<a href="DanielleMorrill.html"><img class="reader" src="http://pbs.twimg.com/profile_images/509198498190086144/k_Qgn1_a_normal.jpeg" title="@DanielleMorrill" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://a16z.com/2014/09/25/on-dark-talent-moocs-universities-and-startups-an-interview-with-andreessen-horowitz-first-distinguished-visiting-professor-of-computer-science">On ‘Dark Talent’, MOOCs, Universities, and Startups: An Interview with the ...</a>
</h2>
<p class="site">
<span>a16z.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://a16z.files.wordpress.com/2014/01/7cb56ea5114a9f0e92d53bf0e171d15d.png" /></div>
</div>
<div class="description">
<p>
We’re bringing together a great group of computer science professors from around the U.S. for talks and discussion as part of our second annual ...
</p>
</div>
<div class="readers">
<a href="jnavma.html"><img class="reader" src="http://pbs.twimg.com/profile_images/461247979102298112/O76fRWTl_normal.jpeg" title="@jnavma" /></a>
<a href="a16z.html"><img class="reader" src="http://pbs.twimg.com/profile_images/487366765106565120/jGvHRW6p_normal.png" title="@a16z" /></a>
<a href="pmarca.html"><img class="reader" src="http://pbs.twimg.com/profile_images/436973293053034496/Rc_YcyTy_normal.png" title="@pmarca" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.feld.com/archives/2014/09/deep-dark-emotional-challenges-leader.html">The Deep, Dark, Emotional Challenges of Being a Leader - Feld Thoughts</a>
</h2>
<p class="site">
<span>www.feld.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://www.feld.com/wp-content/themes/feld-thoughts/img/book_covers/communities.png" /></div>
</div>
<div class="description">
<p>
I got to spend a lot of time with my close friend Rand Fishkin the past few days. The first was at Denver Startup Week, where we did a panel ...
</p>
</div>
<div class="readers">
<a href="Ardi_MGMT.html"><img class="reader" src="http://pbs.twimg.com/profile_images/477528572077559809/o8BnqHrn_normal.jpeg" title="@Ardi_MGMT" /></a>
<a href="joelgascoigne.html"><img class="reader" src="http://pbs.twimg.com/profile_images/459687777341165568/1GmWDZZM_normal.jpeg" title="@joelgascoigne" /></a>
<a href="pilleepallee.html"><img class="reader" src="http://pbs.twimg.com/profile_images/277147299/6887_normal.jpg" title="@pilleepallee" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://moz.com/rand/long-ugly-year-depression-thats-finally-fading">A Long, Ugly Year of Depression That's Finally Fading - Rand's Blog</a>
</h2>
<p class="site">
<span>moz.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://cdn.moz.com/rand/wp-content/uploads/2014/09/dryteardrops.jpg" /></div>
</div>
<div class="description">
<p>
Yesterday morning I woke up early to speak at the Business of Software conference in Boston. It was my first time there, and it’s an exceptional ...
</p>
</div>
<div class="readers">
<a href="joelgascoigne.html"><img class="reader" src="http://pbs.twimg.com/profile_images/459687777341165568/1GmWDZZM_normal.jpeg" title="@joelgascoigne" /></a>
<a href="DanielDreier.html"><img class="reader" src="http://pbs.twimg.com/profile_images/453560941217472512/1E32bVN__normal.jpeg" title="@DanielDreier" /></a>
<a href="DanielleMorrill.html"><img class="reader" src="http://pbs.twimg.com/profile_images/509198498190086144/k_Qgn1_a_normal.jpeg" title="@DanielleMorrill" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://a16z.com/2014/09/24/opengov">OpenGov: The Startup Analyzing $50B in Spending | Andreessen Horowitz</a>
</h2>
<p class="site">
<span>a16z.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://a16z.files.wordpress.com/2014/09/opengov-before2.png?w=270&h=300" /></div>
</div>
<div class="description">
<p>
“A billion here, a billion there, and pretty soon you’re talking real money!” — attributed to Fmr. Sen. Everett Dirksen
</p>
</div>
<div class="readers">
<a href="Ecquios.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000508775975/240123fc3314076f1e7b937922bd7183_normal.jpeg" title="@Ecquios" /></a>
<a href="a16z.html"><img class="reader" src="http://pbs.twimg.com/profile_images/487366765106565120/jGvHRW6p_normal.png" title="@a16z" /></a>
<a href="pmarca.html"><img class="reader" src="http://pbs.twimg.com/profile_images/436973293053034496/Rc_YcyTy_normal.png" title="@pmarca" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.reddit.com/r/IAmA/comments/2g4g95/peter_thiel_technology_entrepreneur_and_investor">Peter Thiel, technology entrepreneur and investor. AMA • /r/IAmA</a>
</h2>
<p class="site">
<span>www.reddit.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://www.redditstatic.com/icon.png" /></div>
</div>
<div class="description">
<p>
**My short bio:** Hi, I'm Peter Thiel, co-founder of PayPal and Palantir, first investor in Facebook, venture capitalist at Founders Fund, and...
</p>
</div>
<div class="readers">
<a href="markhazlett.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1150629257/meCartoon_normal.jpg" title="@markhazlett" /></a>
<a href="RonP.html"><img class="reader" src="http://pbs.twimg.com/profile_images/464866159351713792/uxqYo-ZU_normal.jpeg" title="@RonP" /></a>
<a href="a16z.html"><img class="reader" src="http://pbs.twimg.com/profile_images/487366765106565120/jGvHRW6p_normal.png" title="@a16z" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.amazon.com/Zero-One-Notes-Startups-Future/dp/0804139296">Zero to One: Notes on Startups, or How to Build the Future:Amazon:Books</a>
</h2>
<p class="site">
<span>www.amazon.com</span>
</p>
<div class="description">
<p>
Amazon Zero to One: Notes on Startups, or How to Build the Future
</p>
</div>
<div class="readers">
<a href="patrickc.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000609934413/83919213b96be1b267b6af3a63b7d4d7_normal.jpeg" title="@patrickc" /></a>
<a href="jnavma.html"><img class="reader" src="http://pbs.twimg.com/profile_images/461247979102298112/O76fRWTl_normal.jpeg" title="@jnavma" /></a>
<a href="DanielleMorrill.html"><img class="reader" src="http://pbs.twimg.com/profile_images/509198498190086144/k_Qgn1_a_normal.jpeg" title="@DanielleMorrill" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="https://blog.wealthfront.com/venture-capital-economics-part-2">Demystifying Venture Capital Economics, Part 2 - Wealthfront ...</a>
</h2>
<p class="site">
<span>blog.wealthfront.com</span>
</p>
<div class="crop">
<div><img class="image" src="https://blog.wealthfront.com/wp-content/uploads/2014/09/stockfresh_3568301_question-mark-symbol-shows-faq-solving_sizeS.jpg" /></div>
</div>
<div class="description">
<p>
Just because a company operates at a loss today doesn’t mean it can’t be profitable in the future. Those unfamiliar with venture capital economics ...
</p>
</div>
<div class="readers">
<a href="Ecquios.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000508775975/240123fc3314076f1e7b937922bd7183_normal.jpeg" title="@Ecquios" /></a>
<a href="om.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2601170258/z3bo77mwfuz7ll7fd9z0_normal.jpeg" title="@om" /></a>
<a href="howardlindzon.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2621169980/sbhtezarblpzsevun5tu_normal.jpeg" title="@howardlindzon" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://blogs.wsj.com/digits/2014/09/17/sequoias-moritz-alibaba-ipo-signals-new-internet-era">Sequoia’s Moritz: Alibaba IPO Signals New Internet Era</a>
</h2>
<p class="site">
<span>blogs.wsj.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://si.wsj.net/public/resources/images/MI-CF109_ALIBUY_G_20140916152732.jpg" /></div>
</div>
<div class="description">
<p>
Michael Moritz, the billionaire venture capitalist whose firm quietly invested in Alibaba, says the company's IPO is the beginning of a new era for ...
</p>
</div>
<div class="readers">
<a href="Ecquios.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000508775975/240123fc3314076f1e7b937922bd7183_normal.jpeg" title="@Ecquios" /></a>
<a href="mlcwong.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000808107649/9a9161e37c7ac8935a0109e1d846393c_normal.jpeg" title="@mlcwong" /></a>
<a href="kzk_mover.html"><img class="reader" src="http://pbs.twimg.com/profile_images/486802835422470144/Obq8PyYi_normal.png" title="@kzk_mover" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.ycombinator.com/rfs">Requests for Startups</a>
</h2>
<p class="site">
<span>www.ycombinator.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://www.ycombinator.com/images/ycombinator-logo-fb889e2e.png" /></div>
</div>
<div class="description">
<p>
You shouldn't start a company just because it's on this list. 1. It’s mostly here to help stimulate you to think about ideas.
</p>
</div>
<div class="readers">
<a href="jnavma.html"><img class="reader" src="http://pbs.twimg.com/profile_images/461247979102298112/O76fRWTl_normal.jpeg" title="@jnavma" /></a>
<a href="markhazlett.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1150629257/meCartoon_normal.jpg" title="@markhazlett" /></a>
<a href="tomiogeron.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1895661355/tomo_normal.jpg" title="@tomiogeron" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="https://blog.twitter.com/2014/testing-a-way-for-you-to-make-purchases-on-twitter">Testing a way for you to make purchases on Twitter | Twitter Blogs</a>
</h2>
<p class="site">
<span>blog.twitter.com</span>
</p>
<div class="crop">
<div><img class="image" src="https://blog.twitter.com/sites/all/themes/gazebo/img/twitter-bird-white-on-blue.png" /></div>
</div>
<div class="description">
<p>
A new way to discover and buy products on Twitter.
</p>
</div>
<div class="readers">
<a href="rsarver.html"><img class="reader" src="http://pbs.twimg.com/profile_images/477679945678741504/k1qS6ruv_normal.jpeg" title="@rsarver" /></a>
<a href="benchmark.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000048993641/7bebc574b3f0103cd4f7cfc412be57a8_normal.png" title="@benchmark" /></a>
<a href="zalzally.html"><img class="reader" src="http://pbs.twimg.com/profile_images/511391210573819904/ywQkUO7M_normal.jpeg" title="@zalzally" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://tomtunguz.com/customer-success-why-now">Why Customer Success? Why Now?</a>
</h2>
<p class="site">
<span>tomtunguz.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://tomtunguz.com/images/exploded_typewriter.jpg" /></div>
</div>
<div class="description">
<p>
When I started in the venture business and met software companies, I never heard the words customer success during pitches or throughout diligence or ...
</p>
</div>
<div class="readers">
<a href="Ardi_MGMT.html"><img class="reader" src="http://pbs.twimg.com/profile_images/477528572077559809/o8BnqHrn_normal.jpeg" title="@Ardi_MGMT" /></a>
<a href="arpanpunyani.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2929077320/522fed19e07f31c93b55582215b23b87_normal.jpeg" title="@arpanpunyani" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="https://stripe.com/subscriptions">Stripe: Subscriptions</a>
</h2>
<p class="site">
<span>stripe.com</span>
</p>
<div class="crop">
<div><img class="image" src="https://stripe.com/img/open-graph/logo.png?2" /></div>
</div>
<div class="description">
<p>
Stripe is a suite of APIs that powers commerce for businesses of all sizes.
</p>
</div>
<div class="readers">
<a href="Ecquios.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000508775975/240123fc3314076f1e7b937922bd7183_normal.jpeg" title="@Ecquios" /></a>
<a href="patrickc.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000609934413/83919213b96be1b267b6af3a63b7d4d7_normal.jpeg" title="@patrickc" /></a>
<a href="stripe.html"><img class="reader" src="http://pbs.twimg.com/profile_images/497432038492733440/eW6tXeq3_normal.png" title="@stripe" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://firstround.com/article/WhatsApp-Used-This-Pricing-Strategy-to-Win-and-You-Can-Too">WhatsApp Used This Pricing Strategy to Win and You Can Too</a>
</h2>
<p class="site">
<span>firstround.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://frcs3.s3.amazonaws.com.global.prod.fastly.net/library/mainImage/hero21.jpg" /></div>
</div>
<div class="description">
<p>
Seven years ago, First Round Partner Josh Kopelman wrote a seminal blog post on the importance of free services in consumer-facing business models. ...
</p>
</div>
<div class="readers">
<a href="HOGIE_.html"><img class="reader" src="http://pbs.twimg.com/profile_images/514165603179823104/ePXLlFnQ_normal.png" title="@HOGIE_" /></a>
<a href="Ecquios.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000508775975/240123fc3314076f1e7b937922bd7183_normal.jpeg" title="@Ecquios" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="https://equityzen.com/blog/metrics-required-for-series-a">The Metrics Required for Raising a Series A Round</a>
</h2>
<p class="site">
<span>equityzen.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://3.bp.blogspot.com/-p0btFzQzvx8/VBnpQsWHQQI/AAAAAAAAAuA/uRruwVQaFuU/s1600/Up%2Band%2Bto%2Bthe%2BRight%2BChart.jpg" /></div>
</div>
<div class="description">
<p>
The Metrics Required for Raising a Series A Round | EquityZen | Where Private Investors Access Proven Startups
</p>
</div>
<div class="readers">
<a href="markhazlett.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1150629257/meCartoon_normal.jpg" title="@markhazlett" /></a>
<a href="DanielleMorrill.html"><img class="reader" src="http://pbs.twimg.com/profile_images/509198498190086144/k_Qgn1_a_normal.jpeg" title="@DanielleMorrill" /></a>
<a href="ShriBhashyam.html"><img class="reader" src="http://pbs.twimg.com/profile_images/509799871562268672/X7mFnSyh_normal.jpeg" title="@ShriBhashyam" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://ben-evans.com/benedictevans/2014/9/4/why-amazon-has-no-profits-and-why-it-works">Why Amazon Has No Profits (And Why It Works)</a>
</h2>
<p class="site">
<span>ben-evans.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://static.squarespace.com/static/50363cf324ac8e905e7df861/t/5408fa05e4b0d4cc06b03c6d/1409874438232/?format=1000w" /></div>
</div>
<div class="description">
<p>
(I also did a podcast with Ben Horowitz discussing these themes: see here) Amazon has a tendency to polarize people. On one hand, there is the ...
</p>
</div>
<div class="readers">
<a href="joelgascoigne.html"><img class="reader" src="http://pbs.twimg.com/profile_images/459687777341165568/1GmWDZZM_normal.jpeg" title="@joelgascoigne" /></a>
<a href="v_murali.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2823081109/a12cd16f23562049463b18e12483a7f9_normal.jpeg" title="@v_murali" /></a>
<a href="kpkelleher.html"><img class="reader" src="http://pbs.twimg.com/profile_images/3472527277/cb3184a9992dc2178bdfc7b6f538fe6a_normal.jpeg" title="@kpkelleher" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://techcrunch.com/2014/09/13/producthunt-raises-6-million-from-a16z">Product Hunt Raises $6 Million From A16Z | TechCrunch</a>
</h2>
<p class="site">
<span>techcrunch.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://tctechcrunch2011.files.wordpress.com/2014/09/product-hunt.png?w=680" /></div>
</div>
<div class="description">
<p>
Product Hunt, the aggregation site that many people consider a direct competitor to TechCrunch and other tech blogs due to its ability to surface new ...
</p>
</div>
<div class="readers">
<a href="Ardi_MGMT.html"><img class="reader" src="http://pbs.twimg.com/profile_images/477528572077559809/o8BnqHrn_normal.jpeg" title="@Ardi_MGMT" /></a>
<a href="mariodelgado.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1724750751/eightbit-1cd4f54a-38fd-4bd6-b5c1-ed045fa19daf_normal.png" title="@mariodelgado" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.apple.com">Apple</a>
</h2>
<p class="site">
<span>www.apple.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://images.apple.com/home/images/og.jpg?201409261557" /></div>
</div>
<div class="description">
<p>
Apple designs and creates the iPhone, iPad, Mac notebooks and desktop computers, iOS 8, OS X, iPod and iTunes, and the new Apple Watch.
</p>
</div>
<div class="readers">
<a href="rsarver.html"><img class="reader" src="http://pbs.twimg.com/profile_images/477679945678741504/k1qS6ruv_normal.jpeg" title="@rsarver" /></a>
<a href="johnolilly.html"><img class="reader" src="http://pbs.twimg.com/profile_images/476931407844216833/pTUoi2nb_normal.jpeg" title="@johnolilly" /></a>
<a href="LachlanJ.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1733412647/lkdin_dp_normal.jpg" title="@LachlanJ" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.youtube.com/watch?v=MOXQo7nURs0">Experience the power of a bookbook™</a>
</h2>
<p class="site">
<span>www.youtube.com</span>
</p>
<div class="crop">
<div><img class="image" src="https://i.ytimg.com/vi/MOXQo7nURs0/hqdefault.jpg" /></div>
</div>
<div class="description">
<p>
At only 8mm thin, and weighing in at less than 400g, the 2015 IKEA Catalogue comes pre-installed with thousands of home furnishing ideas. Join the ...
</p>
</div>
<div class="readers">
<a href="HOGIE_.html"><img class="reader" src="http://pbs.twimg.com/profile_images/514165603179823104/ePXLlFnQ_normal.png" title="@HOGIE_" /></a>
<a href="markhazlett.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1150629257/meCartoon_normal.jpg" title="@markhazlett" /></a>
<a href="jeffweiner.html"><img class="reader" src="http://pbs.twimg.com/profile_images/500480798886084611/P5XUPlTJ_normal.jpeg" title="@jeffweiner" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.feld.com/archives/2014/09/techstars-equity-back-guarantee.html">Techstars Equity Back Guarantee - Feld Thoughts</a>
</h2>
<p class="site">
<span>www.feld.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://www.feld.com/wp-content/themes/feld-thoughts/img/book_covers/communities.png" /></div>
</div>
<div class="description">
<p>
Today Techstars announced an “equity back guarantee” for any company that goes through the Techstars program starting in 2015. We’ve been talking ...
</p>
</div>
<div class="readers">
<a href="joelgascoigne.html"><img class="reader" src="http://pbs.twimg.com/profile_images/459687777341165568/1GmWDZZM_normal.jpeg" title="@joelgascoigne" /></a>
<a href="Ecquios.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000508775975/240123fc3314076f1e7b937922bd7183_normal.jpeg" title="@Ecquios" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://instagram.com/p/slYqLLOJMi">Instagram</a>
</h2>
<p class="site">
<span>instagram.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://photos-h.ak.instagram.com/hphotos-ak-xaf1/10607989_698742096875287_1366825127_n.jpg" /></div>
</div>
<div class="description">
<p>
skydesign360's video on Instagram
</p>
</div>
<div class="readers">
<a href="satishd.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000629849980/97dbb0dd1048102e467c9bc3d0449d5f_normal.jpeg" title="@satishd" /></a>
<a href="jeremys.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2678283048/4fe3bd750d60715b35b1c4c276430213_normal.jpeg" title="@jeremys" /></a>
<a href="zalzally.html"><img class="reader" src="http://pbs.twimg.com/profile_images/511391210573819904/ywQkUO7M_normal.jpeg" title="@zalzally" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.wired.com/2014/08/the-most-fascinating-profile-youll-ever-read-about-a-guy-and-his-boring-startup">The Most Fascinating Profile You'll Ever Read About a Guy and His Boring ...</a>
</h2>
<p class="site">
<span>www.wired.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://www.wired.com/wp-content/uploads/2014/08/butterfield-feat.jpg" /></div>
</div>
<div class="description">
<p>
Ariel Zambelich/WIRED Stewart is hungry. He’s munching on potatoes smothered in chicken fat drippings, sitting by a long metal table that once served ...
</p>
</div>
<div class="readers">
<a href="Ardi_MGMT.html"><img class="reader" src="http://pbs.twimg.com/profile_images/477528572077559809/o8BnqHrn_normal.jpeg" title="@Ardi_MGMT" /></a>
<a href="doyoulikekungfu.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2122133994/Screen_Shot_2012-04-14_at_7.21.45_PM_normal.png" title="@doyoulikekungfu" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://venturebeat.com/2014/09/25/predictive-lead-scoring-is-gaining-ground-with-smaller-companies-report">Predictive lead scoring is gaining ground with smaller companies (report)</a>
</h2>
<p class="site">
<span>venturebeat.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://venturebeat.files.wordpress.com/2014/09/lead-scoring-marketing.jpg?w=1200" /></div>
</div>
<div class="description">
<p>
The drive to qualify incoming leads so that marketing teams are seen to be producing high-quality prospects, and in order that salespeople have the ...
</p>
</div>
<div class="readers">
<a href="Ardi_MGMT.html"><img class="reader" src="http://pbs.twimg.com/profile_images/477528572077559809/o8BnqHrn_normal.jpeg" title="@Ardi_MGMT" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://venturebeat.com/2014/09/26/in-a-mind-controlled-world-yoga-and-meditation-could-be-required-school-classes">In a mind-controlled world, yoga and meditation could be required school ...</a>
</h2>
<p class="site">
<span>venturebeat.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://venturebeat.files.wordpress.com/2014/09/home-section4-mt.jpg" /></div>
</div>
<div class="description">
<p>
A new study finds that users who practice meditation and yoga are better at manipulating computers with their mind. Many mind-controlled computers ...
</p>
</div>
<div class="readers">
<a href="Ardi_MGMT.html"><img class="reader" src="http://pbs.twimg.com/profile_images/477528572077559809/o8BnqHrn_normal.jpeg" title="@Ardi_MGMT" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.bothsidesofthetable.com/2013/07/16/ring-the-freaking-cash-register">Why You Need to Ring the Freaking Cash Register</a>
</h2>
<p class="site">
<span>www.bothsidesofthetable.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://www.bothsidesofthetable.com/wp-content/uploads/2013/07/cash_register.jpg" /></div>
</div>
<div class="description">
<p>
I work with a lot of startups. I start to notice when bad behavior creeps into the system as a whole. I have seen much of that behavior over the past ...
</p>
</div>
<div class="readers">
<a href="Ardi_MGMT.html"><img class="reader" src="http://pbs.twimg.com/profile_images/477528572077559809/o8BnqHrn_normal.jpeg" title="@Ardi_MGMT" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.linkedin.com/today/post/article/20140925155113-95015-watching-larry-ellison-become-larry-ellison-the-dna-of-a-winner">Watching Larry Ellison Become Larry Ellison — The DNA of a Winner</a>
</h2>
<p class="site">
<span>www.linkedin.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://m.c.lnkd.licdn.com/mpr/mpr/p/5/005/08a/360/0a52ec6.jpg" /></div>
</div>
<div class="description">
<p>
In Oracle’s early days Kathryn Gould was the founding VP of Marketing, working there from 1982 to 1984. When I heard that Larry Ellison was stepping ...
</p>
</div>
<div class="readers">
<a href="Ardi_MGMT.html"><img class="reader" src="http://pbs.twimg.com/profile_images/477528572077559809/o8BnqHrn_normal.jpeg" title="@Ardi_MGMT" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md enable-lg"></div>
</li>
</ul>
</div>
</div>
<div class="footer">
<!-- <hr />
<p>
Svven look'n'feel
<span class="pull-right">Comments?</span>
</p> -->
</div>
</div>
<!--<script type="text/javascript" charset="utf-8">
initCycle();
</script>-->
</body>
</html> | svven/pages | ttunguz.html | HTML | mit | 33,207 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W28682_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
<div style="float: left;">
<a href="page24.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 577px; margin-top: 192px;">
<p class="styleSans22.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 302px; margin-top: 330px;">
<p class="styleSans24.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Cpfinti‘hent <br/>SOURCES </p>
</div>
<div style="position: absolute; margin-left: 302px; margin-top: 687px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">May 7, 2014 </p>
</div>
<div style="position: absolute; margin-left: 302px; margin-top: 852px;">
<p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Industrial Commission of North Dakota Oil & Gas Division <br/>600 East Boulevard, Dept 405 Bismarck, North Dakota 58505 <br/>Re: Leonard 3-12H1 </p>
</div>
<div style="position: absolute; margin-left: 302px; margin-top: 1265px;">
<p class="styleSans12.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Continental Resources, Inc. would like to request all filings and information regarding the above captioned well be considered “Tight Hole”. </p>
</div>
<div style="position: absolute; margin-left: 302px; margin-top: 1430px;">
<p class="styleSans12.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Please charge the Continental Resources, Inc. credit card that is on file with your agency for the application fee of this well. <br/>Please Note: A request for a legal street address has been sent to Katie Lima on May 6, 2014 at katiel@co.williams.nd.us for this well site location/well facility and the proposed road access to the nearest existing public road in accordance with NDAC 43-02-03-16. <br/>Thank you for your prompt attention to this matter. If you have any questions, you may contact me at (405) 234-9139 or by email at terry.olson@clr.com <br/>Sincerely, <br/>CONTINENTAL RESOURCES, INC. </p>
</div>
<div style="position: absolute; margin-left: 192px; margin-top: 2282px;">
<p class="styleSans20.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Regulatory Compliance Specialist </p>
</div>
<div style="position: absolute; margin-left: 1002px; margin-top: 2363px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 302px; margin-top: 3107px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">405-234—9000 </p>
</div>
<div style="position: absolute; margin-left: 599px; margin-top: 3107px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">www.clr.com </p>
</div>
<div style="position: absolute; margin-left: 1155px; margin-top: 2337px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 1265px; margin-top: 2337px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
</body>
</html>
| datamade/elpc_bakken | ocr_extracted/W28682_text/page25.html | HTML | mit | 4,051 |
<!DOCTYPE html>
<html>
<head>
<link href="css/awsdocs.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/awsdocs.min.js"></script>
<meta charset="utf-8">
</head>
<body>
<div id="content" style="padding: 10px 30px;">
<h1 class="topictitle" id="aws-properties-apigateway-deployment-stagedescription-methodsetting">Amazon API Gateway Deployment MethodSetting</h1><p>The <code class="code">MethodSetting</code> property type configures settings for all methods in an Amazon API Gateway (API Gateway)
stage.
</p><p>The <code class="code">MethodSettings</code> property of the <a href="aws-properties-apigateway-deployment-stagedescription.html">Amazon API Gateway Deployment StageDescription</a> property type contains a list of <code class="code">MethodSetting</code> property types.
</p><h2 id="w2ab1c21c10c20c33c21b7">Syntax</h2><div id="JSON" name="JSON" class="section langfilter">
<h3 id="aws-properties-apigateway-deployment-stagedescription-methodsetting-syntax.json">JSON</h3>
<pre class="programlisting"><div class="code-btn-container"><div class="btn-copy-code" title="Copy"></div><div class="btn-dark-theme" title="Dark theme" title-dark="Dark theme" title-light="Light theme"></div></div><code class="nohighlight">{
"<a href="aws-properties-apigateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-cachedataencrypted">CacheDataEncrypted</a>" : <em class="replaceable"><code>Boolean</code></em>,
"<a href="aws-properties-apigateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-cachettlinseconds">CacheTtlInSeconds</a>" : <em class="replaceable"><code>Integer</code></em>,
"<a href="aws-properties-apigateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-cachingenabled">CachingEnabled</a>" : <em class="replaceable"><code>Boolean</code></em>,
"<a href="aws-properties-apigateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-datatraceenabled">DataTraceEnabled</a>" : <em class="replaceable"><code>Boolean</code></em>,
"<a href="aws-properties-apigateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-httpmethod">HttpMethod</a>" : <em class="replaceable"><code>String</code></em>,
"<a href="aws-properties-apigateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-logginglevel">LoggingLevel</a>" : <em class="replaceable"><code>String</code></em>,
"<a href="aws-properties-apigateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-metricsenabled">MetricsEnabled</a>" : <em class="replaceable"><code>Boolean</code></em>,
"<a href="aws-properties-apigateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-resourcepath">ResourcePath</a>" : <em class="replaceable"><code>String</code></em>,
"<a href="aws-properties-apigateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-throttlingburstlimit">ThrottlingBurstLimit</a>" : <em class="replaceable"><code>Integer</code></em>,
"<a href="aws-properties-apigateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-throttlingratelimit">ThrottlingRateLimit</a>" : <em class="replaceable"><code>Number</code></em>
}</code></pre>
</div><div id="YAML" name="YAML" class="section langfilter">
<h3 id="aws-properties-apigateway-deployment-stagedescription-methodsetting-syntax.yaml">YAML</h3>
<pre class="programlisting"><div class="code-btn-container"><div class="btn-copy-code" title="Copy"></div><div class="btn-dark-theme" title="Dark theme" title-dark="Dark theme" title-light="Light theme"></div></div><code class="nohighlight"><a href="aws-properties-apigateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-cachedataencrypted">CacheDataEncrypted</a>: <em class="replaceable"><code>Boolean</code></em>
<a href="aws-properties-apigateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-cachettlinseconds">CacheTtlInSeconds</a>: <em class="replaceable"><code>Integer</code></em>
<a href="aws-properties-apigateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-cachingenabled">CachingEnabled</a>: <em class="replaceable"><code>Boolean</code></em>
<a href="aws-properties-apigateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-datatraceenabled">DataTraceEnabled</a>: <em class="replaceable"><code>Boolean</code></em>
<a href="aws-properties-apigateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-httpmethod">HttpMethod</a>: <em class="replaceable"><code>String</code></em>
<a href="aws-properties-apigateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-logginglevel">LoggingLevel</a>: <em class="replaceable"><code>String</code></em>
<a href="aws-properties-apigateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-metricsenabled">MetricsEnabled</a>: <em class="replaceable"><code>Boolean</code></em>
<a href="aws-properties-apigateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-resourcepath">ResourcePath</a>: <em class="replaceable"><code>String</code></em>
<a href="aws-properties-apigateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-throttlingburstlimit">ThrottlingBurstLimit</a>: <em class="replaceable"><code>Integer</code></em>
<a href="aws-properties-apigateway-deployment-stagedescription-methodsetting.html#cfn-apigateway-deployment-stagedescription-methodsetting-throttlingratelimit">ThrottlingRateLimit</a>: <em class="replaceable"><code>Number</code></em>
</code></pre>
</div><h2 id="w2ab1c21c10c20c33c21b9">Properties</h2><div class="variablelist">
<dl>
<dt><a id="cfn-apigateway-deployment-stagedescription-methodsetting-cachedataencrypted"></a><span class="term"><code class="code">CacheDataEncrypted</code></span></dt>
<dd>
<p>Indicates whether the cached responses are encrypted.</p>
<p><em>Required</em>: No
</p>
<p><em>Type</em>: Boolean
</p>
</dd>
<dt><a id="cfn-apigateway-deployment-stagedescription-methodsetting-cachettlinseconds"></a><span class="term"><code class="code">CacheTtlInSeconds</code></span></dt>
<dd>
<p>The time-to-live (TTL) period, in seconds, that specifies how long API Gateway caches
responses.
</p>
<p><em>Required</em>: No
</p>
<p><em>Type</em>: Integer
</p>
</dd>
<dt><a id="cfn-apigateway-deployment-stagedescription-methodsetting-cachingenabled"></a><span class="term"><code class="code">CachingEnabled</code></span></dt>
<dd>
<p>Indicates whether responses are cached and returned for requests. You must enable
a cache cluster on the stage to cache responses. For more information, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-caching.html">Enable API Gateway Caching in a Stage to Enhance API Performance</a> in the <em>API Gateway Developer Guide</em>.
</p>
<p><em>Required</em>: No
</p>
<p><em>Type</em>: Boolean
</p>
</dd>
<dt><a id="cfn-apigateway-deployment-stagedescription-methodsetting-datatraceenabled"></a><span class="term"><code class="code">DataTraceEnabled</code></span></dt>
<dd>
<p>Indicates whether data trace logging is enabled for methods in the stage. API Gateway
pushes these logs to Amazon CloudWatch Logs.
</p>
<p><em>Required</em>: No
</p>
<p><em>Type</em>: Boolean
</p>
</dd>
<dt><a id="cfn-apigateway-deployment-stagedescription-methodsetting-httpmethod"></a><span class="term"><code class="code">HttpMethod</code></span></dt>
<dd>
<p>The HTTP method.</p>
<p><em>Required</em>: No
</p>
<p><em>Type</em>: String
</p>
</dd>
<dt><a id="cfn-apigateway-deployment-stagedescription-methodsetting-logginglevel"></a><span class="term"><code class="code">LoggingLevel</code></span></dt>
<dd>
<p>The logging level for this method. For valid values, see the <code class="code">loggingLevel</code> property of the <a href="https://docs.aws.amazon.com/apigateway/api-reference/resource/stage/#loggingLevel">Stage</a> resource in the <em>Amazon API Gateway API Reference</em>.
</p>
<p><em>Required</em>: No
</p>
<p><em>Type</em>: String
</p>
</dd>
<dt><a id="cfn-apigateway-deployment-stagedescription-methodsetting-metricsenabled"></a><span class="term"><code class="code">MetricsEnabled</code></span></dt>
<dd>
<p>Indicates whether Amazon CloudWatch metrics are enabled for methods in the stage.</p>
<p><em>Required</em>: No
</p>
<p><em>Type</em>: Boolean
</p>
</dd>
<dt><a id="cfn-apigateway-deployment-stagedescription-methodsetting-resourcepath"></a><span class="term"><code class="code">ResourcePath</code></span></dt>
<dd>
<p>The resource path for this method. Forward slashes (<code class="code">/</code>) are encoded as <code class="code">~1</code> and the initial slash must include a forward slash. For example, the path value <code class="code">/resource/subresource</code> must be encoded as <code class="code">/~1resource~1subresource</code>. To specify the root path, use only a slash (<code class="code">/</code>).
</p>
<p><em>Required</em>: No
</p>
<p><em>Type</em>: String
</p>
</dd>
<dt><a id="cfn-apigateway-deployment-stagedescription-methodsetting-throttlingburstlimit"></a><span class="term"><code class="code">ThrottlingBurstLimit</code></span></dt>
<dd>
<p>The number of burst requests per second that API Gateway permits across all APIs,
stages, and methods in your AWS account. For more information, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-request-throttling.html">Manage API Request Throttling</a> in the <em>API Gateway Developer Guide</em>.
</p>
<p><em>Required</em>: No
</p>
<p><em>Type</em>: Integer
</p>
</dd>
<dt><a id="cfn-apigateway-deployment-stagedescription-methodsetting-throttlingratelimit"></a><span class="term"><code class="code">ThrottlingRateLimit</code></span></dt>
<dd>
<p>The number of steady-state requests per second that API Gateway permits across all
APIs, stages, and methods in your AWS account. For more information, see <a href="https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-request-throttling.html">Manage API Request Throttling</a> in the <em>API Gateway Developer Guide</em>.
</p>
<p><em>Required</em>: No
</p>
<p><em>Type</em>: Number
</p>
</dd>
</dl>
</div></div>
</body>
</html> | pdhodgkinson/AWSCloudFormationTemplateReference-dash-docset | AWS_CloudFormation_Template_Reference.docset/Contents/Resources/Documents/aws-properties-apigateway-deployment-stagedescription-methodsetting.html | HTML | mit | 16,473 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>msets-extra: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.0 / msets-extra - 1.2.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
msets-extra
<small>
1.2.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-06-25 03:38:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-06-25 03:38:52 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.12 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
coq 8.5.0 Formal proof management system.
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
# opam file:
opam-version: "2.0"
maintainer: "thomas@tuerk-brechen.de"
homepage: "https://github.com/thtuerk/MSetsExtra"
dev-repo: "git+https://github.com/thtuerk/MSetsExtra.git"
bug-reports: "https://github.com/thtuerk/MSetsExtra/issues"
authors: ["FireEye Formal Methods Team <formal-methods@fireeye.com>" "Thomas Tuerk <thomas@tuerk-brechen.de>"]
license: "LGPL-2.1-only"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
"coq-mathcomp-ssreflect" {>= "1.6"}
]
tags: [ "keyword:finite sets"
"keyword:fold with abort"
"keyword:extracting efficient code"
"keyword:data structures"
"category:Computer Science/Data Types and Data Structures"
"category:Miscellaneous/Extracted Programs/Data structures"
"logpath:MSetsExtra"
"date:2019-09-19" ]
synopsis: "Extensions of MSets for Efficient Execution"
description: """
Coq's MSet library provides various, reasonably efficient finite set
implementations. Nevertheless, FireEye was struggling with performance
issues. This library contains extensions to Coq's MSet library that
helped the FireEye Formal Methods team (formal-methods@fireeye.com),
solve these performance issues. There are
- Fold With Abort
efficient folding with possibility to start late and stop early
- Interval Sets
a memory efficient representation of sets of numbers
- Unsorted Lists with Duplicates"""
url {
src: "https://github.com/thtuerk/MSetsExtra/archive/1.2.0.tar.gz"
checksum: "sha256=e886237194cde8602dbf191d3db7b1c28c6231c1c42996ca1b1819db3ab339ef"
}
</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-msets-extra.1.2.0 coq.8.5.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.5.0).
The following dependencies couldn't be met:
- coq-msets-extra -> coq >= 8.9
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-msets-extra.1.2.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.6/released/8.5.0/msets-extra/1.2.0.html | HTML | mit | 7,604 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>angles: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">8.10.0 / angles - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
angles
<small>
8.8.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-07-14 04:23:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-14 04:23:34 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.10.0 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/angles"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Angles"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: Pcoq" "keyword: geometry" "keyword: plane geometry" "keyword: oriented angles" "category: Mathematics/Geometry/General" "date: 2002-01-15" ]
authors: [ "Frédérique Guilhot <Frederique.Guilhot@sophia.inria.fr>" ]
bug-reports: "https://github.com/coq-contribs/angles/issues"
dev-repo: "git+https://github.com/coq-contribs/angles.git"
synopsis: "Formalization of the oriented angles theory"
description: """
The basis of the contribution is a formalization of the
theory of oriented angles of non-zero vectors. Then, we prove some
classical plane geometry theorems: the theorem which gives a necessary
and sufficient condition so that four points are cocyclic, the one
which shows that the reflected points with respect to the sides of a
triangle orthocenter are on its circumscribed circle, the Simson's
theorem and the Napoleon's theorem. The reader can refer to the
associated research report (http://www-sop.inria.fr/lemme/FGRR.ps) and
the README file of the contribution."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/angles/archive/v8.8.0.tar.gz"
checksum: "md5=13fcc60e98c2b6c5f7d6a0eab127b07d"
}
</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-angles.8.8.0 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-angles -> coq < 8.9~ -> ocaml < 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-angles.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.6/extra-dev/8.10.0/angles/8.8.0.html | HTML | mit | 7,493 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>lambek: 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.12.2 / lambek - 8.6.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
lambek
<small>
8.6.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-15 01:36:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-15 01:36:52 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.12.2 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: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/lambek"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Lambek"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: Computational linguistic" "keyword: categorial grammar" "keyword: Lambek calculus..." "category: Computer Science/Formal Languages Theory and Automata" "date: March-July 2003" ]
authors: [ "Houda Anoun <anoun@labri.fr>" "Pierre Castéran <casteran@labri.fr>" ]
bug-reports: "https://github.com/coq-contribs/lambek/issues"
dev-repo: "git+https://github.com/coq-contribs/lambek.git"
synopsis: "A Coq Toolkit for Lambek Calculus"
description: """
This library contains some definitions concerning Lambek calculus.
Three formalisations of this calculus are proposed, and also some certified
functions which translate derivations from one formalism to another.
Several derived properties are proved and also some meta-theorems.
Users can define their own lexicons and use the defined tactics to prove the
derivation of sentences in a particular system (L, NL, LP, NLP ...)"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/lambek/archive/v8.6.0.tar.gz"
checksum: "md5=cc0f6b594eed76d3a1173da03efa542b"
}
</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-lambek.8.6.0 coq.8.12.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.12.2).
The following dependencies couldn't be met:
- coq-lambek -> coq < 8.7~ -> ocaml < 4.06.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-lambek.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.08.1-2.0.5/released/8.12.2/lambek/8.6.0.html | HTML | mit | 7,174 |
---
layout: default
---
<header class="clean" style="height: 350px; background-image: url({{ site.cover }});">
{% include top.html %}
<div id="home-title">
<a href="{{ site.url }}">
<img src="{{ site.icon }}" class="site-icon-page">
</a>
</div>
<div id="post-info" style="bottom: 30px; text-align: center; line-height: 45px;">
<h1>{{ page.title }}</h1>
</div>
</header>
<div id="article">
{{ content }}
</div>
<footer class="clean" style="background-image: url({{ site.cover }}); background-position: bottom; height: 60px;">
<p class="copyright">©{{ site.time | date: "%Y" }}, <a href="{{ site.copyright.url }}" target="_blank">{{ site.copyright.author }}</a>.</p>
</footer>
| OpenScienceWorkshops/OpenScienceWorkshops.github.io | _layouts/page.html | HTML | mit | 697 |
<meta http-equiv="Refresh" content="0;URL=https://bench.hyoo.ru/" />
| eigenmethod/mol | perf/render/index.html | HTML | mit | 69 |
<html>
<head>
<!-- Materialze style -->
<link rel="stylesheet" type="text/css" href="../../css/adapter.css"/>
<link rel="stylesheet" type="text/css" href="../../lib/css/materialize.css">
<script type="text/javascript" src="../../lib/js/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="../../socket.io/socket.io.js"></script>
<script type="text/javascript" src="../../js/translate.js"></script>
<script type="text/javascript" src="../../lib/js/materialize.js"></script>
<script type="text/javascript" src="../../js/adapter-settings.js"></script>
<script type="text/javascript" src="words.js"></script>
<style>
#grid-devices tr:nth-child(even) {
background: lightgray;
}
.m .select-wrapper+label {
top: 100%;
}
.grid-table {
height: calc(100% - 110px);
overflow: auto;
}
.m .select-wrapper input.select-dropdown {
height: 1.5rem;
line-height: 1.5rem;
}
.m td, .m th {
padding: 2px 5px;
}
</style>
<script type="text/javascript">
var onChange;
var objects = {};
function addDevice(name, firstAddress, fixture, callback) {
if (typeof name === 'object') {
if (!name || !name.length) {
if (callback) callback();
return;
}
var _name = name.shift();
addDevice(_name, firstAddress, fixture, function () {
addDevice(name, firstAddress + fixture.native.length, fixture, callback);
});
} else {
var deviceObj = JSON.parse(JSON.stringify(fixture.native.channel));
var deviceId = 'artnet.' + instance + '.' + fixture._id.split('.').pop() + '.' + firstAddress;
deviceObj._id = deviceId;
deviceObj.common.name = name || deviceId;
deviceObj.native.address = firstAddress;
deviceObj.native.length = fixture.native.length;
deviceObj.native.interval = 0;
var objs = JSON.parse(JSON.stringify(fixture.native.states));
showDevice(deviceObj);
for (var i = 0; i < objs.length; i++) {
var dpType = objs[i].common.role.split('.').pop();
var id = deviceId + '.' + dpType;
objs[i].common.name = name ? name + ' ' + dpType : id;
objs[i].parent = deviceId;
objs[i]._id = id;
objs[i].native.channel = firstAddress++;
}
objs.push(deviceObj);
function insertObjs(_objs) {
if (!_objs || !_objs.length) {
console.log('done ' + deviceId);
callback && callback();
} else {
var obj = _objs.pop();
console.log('Add ' + obj._id);
socket.emit('setObject', obj._id, obj, function () {
insertObjs(_objs);
});
}
}
insertObjs(objs);
}
}
function load(settings, _onChange) {
onChange = _onChange;
for (var key in settings) {
if (!settings.hasOwnProperty(key)) continue;
var $value = $('#' + key + '.value');
if ($value.attr('type') === 'checkbox') {
$value.prop('checked', settings[key]).change(function() {
onChange();
});
} else {
$value.val(settings[key]).change(function() {
onChange();
}).keyup(function () {
$(this).trigger('change');
})
}
}
onChange(false);
var fixtures = {};
socket.emit('getObjectView', 'system', 'meta', {startkey: 'artnet.meta.', endkey: 'artnet.meta.\u9999', include_docs: true}, function (err, res) {
var $fixture = $('#fixture');
for (var i = res.rows.length - 1; i >= 0; i--) {
var row = res.rows[i];
fixtures[row.id] = row.value;
$fixture.append('<option value="' + row.id + '">' + _(row.value.native.channel.common.role) + '</option>');
}
$fixture.select();
});
$('#dialog-fixture').find('#add_device').off('click').on('click', function () {
var name = $('#name').val();
var firstAddress = parseInt($('#first-address').val(), 10);
var fixture = fixtures[$('#fixture').val()];
var count = parseInt($('#fixture-count').val(), 10);
if (count === 1) {
addDevice(name, firstAddress, fixture);
//onChange();
} else {
var names = [];
for (var i = 0; i < count; i++) {
names.push(name + ' ' + (i + 1));
}
addDevice(names, firstAddress, fixture);
//onChange();
}
});
$('#add').off('click').on('click', function () {
// find next free address
var max = 1;
$('.device').each(function () {
var id = $(this).data('channel');
if (objects[id].native.address + objects[id].native.length > max) {
max = objects[id].native.address + objects[id].native.length;
}
});
$('#fixture-count').val(1);
$('#first-address').val(max);
$('#dialog-fixture').modal().modal('open');
});
socket.emit('getObjectView', 'system', 'channel', {startkey: 'artnet.' + instance + '.', endkey: 'artnet.' + instance + '.\u9999', include_docs: true}, function (err, res) {
res.rows.sort(function (a, b) {
if (a.value.native.address > b.value.native.address) return 1;
if (a.value.native.address < b.value.native.address) return -1;
return 0;
});
for (var i = 0; i < res.rows.length; i++) {
showDevice(res.rows[i].value);
}
});
}
function save(callback) {
var obj = {};
$('.value').each(function () {
var $this = $(this);
var id = $this.attr('id');
if ($this.attr('type') === 'checkbox') {
obj[id] = $this.prop('checked');
} else {
obj[id] = $this.val();
}
});
callback(obj);
}
function deleteState(id) {
socket.emit('delObject', id, function (err) {
socket.emit('delState', id, function (err) {
});
});
}
function showDevice(obj) {
objects[obj._id] = obj;
var text = '';
text += '<tr class="device" data-channel="' + obj._id + '">';
text += '<td style="text-align: left; width: 150px">' + obj.common.name + '</td>';
text += '<td style="text-align: center; width: 100px">' + obj.native.address + '</td>';
text += '<td style="text-align: center; width: 100px">' + _(obj.common.role) + '</td>';
text += '<td style="text-align: center; width: 100px"><select class="interval" data-id="' + obj._id + '">' +
'<option value="0" class="translate">none</option>' +
'<option value="100">100ms</option>' +
'<option value="200">200ms</option>' +
'<option value="300">300ms</option>' +
'<option value="400">400ms</option>' +
'<option value="500">500ms</option>' +
'<option value="600">600ms</option>' +
'<option value="700">700ms</option>' +
'<option value="800">800ms</option>' +
'<option value="900">900ms</option>' +
'<option value="1000">1s</option>' +
'<option value="1100">1s 100ms</option>' +
'<option value="1200">1s 200ms</option>' +
'<option value="1300">1s 300ms</option>' +
'<option value="1400">1s 400ms</option>' +
'<option value="1500">1s 500ms</option>' +
'<option value="1600">1s 600ms</option>' +
'<option value="1700">1s 700ms</option>' +
'<option value="1800">1s 800ms</option>' +
'<option value="1900">1s 900ms</option>' +
'<option value="2000">2s</option>' +
'<option value="2500">2.5s</option>' +
'<option value="3000">3s</option>' +
'<option value="3500">3.5s</option>' +
'<option value="4000">4s</option>' +
'<option value="4500">4.5s</option>' +
'<option value="5500">5.5s</option>' +
'<option value="6000">6s</option>' +
'<option value="7000">7s</option>' +
'<option value="8000">8s</option>' +
'<option value="9000">9s</option>' +
'<option value="10000">10s</option>' +
'<option value="12000">12s</option>' +
'<option value="15000">15s</option>' +
'<option value="17000">17s</option>' +
'<option value="20000">20s</option>' +
'<option value="25000">25s</option>' +
'<option value="30000">30s</option>' +
'</select></td>';
text += '<td style="text-align: center"><a class="btn-floating waves-effect waves-light red del" data-id="' + obj._id + '"><i class="material-icons">delete</i></a></td>';
text += '</tr>';
var $gridDevices = $('#grid-devices');
$gridDevices.append(text);
$gridDevices.find('a[data-id="' + obj._id + '"]').off('click').on('click', function () {
var id = $(this).data('id');
confirmMessage(_('Are you sure?'), _('Please confirm'), null, function (result) {
if (result) {
socket.emit('delObject', id, function () {
socket.emit('getObjectView', 'system', 'state', {startkey: id + '.', endkey: id + '.\u9999', include_docs: true}, function (err, res) {
for (var i = 0; i < res.rows.length; i++) {
deleteState(res.rows[i].id);
}
$('tr[data-channel="' + id + '"]').remove();
delete objects[id];
//onChange();
});
});
}
});
});
$gridDevices.find('.interval[data-id="' + obj._id + '"]').on('change', function () {
var $this = $(this);
var id = $this.data('id');
objects[id].native.interval = parseInt($this.val(), 10);
$(this).prop('disabled', true);
socket.emit('setObject', id, objects[id], function () {
$this.prop('disabled', false);
});
}).val(obj.native.interval || 0).select();
}
</script>
</head>
<body>
<div class="m adapter-container">
<div class="row">
<div class="col s12">
<ul class="tabs">
<li class="tab col s2"><a href="#tab-main" class="translate active">Art-Net node</a></li>
<li class="tab col s2"><a href="#tab-devices" class="translate">DMX512 devices</a></li>
</ul>
</div>
<div id="tab-main" class="col s12 page">
<div class="row">
<div class="col s12 m4 l2">
<img src="artnet.png" class="logo">
</div>
</div>
<div class="row">
<div class="col s12 m8">
<input class="value" type="text" id="host">
<label class="translate" for="host">Host</label>
</div>
<div class="col s12 m4">
<input class="value" type="number" min="1" max="65565" id="port">
<label class="translate" for="port">Port</label>
</div>
</div>
<div class="row">
<div class="col s12 m4">
<input class="value" type="number" min="0" max="512" id="universe">
<label class="translate" for="universe">DMX Universe</label>
</div>
</div>
</div>
<div id="tab-devices" class="col s12 page">
<div class="row">
<div class="col s1">
<a class="btn-floating btn-large waves-effect waves-light blue" id="add"><i class="material-icons">add</i></a>
</div>
<div class="col s11">
<p class="translate">help</p>
</div>
</div>
<div class="row">
<div class="col s12 grid-table">
<table style="width: 100%">
<thead>
<tr class="ui-widget-header">
<td style="width: 50%; text-align: left" class="translate">Name</td>
<td style="width: 40px; text-align: center" class="translate">Address</td>
<td style="width: 20%; text-align: center" class="translate">Type</td>
<td style="width: 80px; text-align: center" class="translate">Interval</td>
<td style="width: 60px; text-align: center" class="translate"></td>
</tr>
</thead>
<tbody id="grid-devices">
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="m material-dialogs">
<div id="dialog-fixture" class="modal modal-fixed-footer">
<div class="modal-content">
<div class="row">
<div class="col s12">
<h6 class="translate">choose fixture</h6>
</div>
</div>
<div class="row">
<div class="col s12">
<input id="name" type="text">
<label class="translate" for="name">Name</label>
</div>
</div>
<div class="row">
<div class="col s12">
<select id="fixture"></select>
<label class="translate" for="fixture">Fixture</label>
</div>
</div>
<div class="row">
<div class="col s12">
<input id="fixture-count" type="number"/>
<label class="translate" for="fixture-count">Count</label>
</div>
</div>
<div class="row">
<div class="col s12">
<input id="first-address" type="number"/>
<label class="translate" for="first-address">First address</label>
</div>
</div>
</div>
<div class="modal-footer">
<a class="modal-action modal-close waves-effect waves-green btn-flat translate" id="add_device">Add device</a>
<a class="modal-action modal-close waves-effect waves-green btn-flat translate" id="cancel_device">Cancel</a>
</div>
</div>
</div>
</body>
</html>
| ioBroker/ioBroker.artnet | admin/index_m.html | HTML | mit | 15,514 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Source: src/input/Keyboard.js</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/default.css">
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.cerulean.css">
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top navbar-inverse">
<div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div>
<div class="navbar-inner">
<a class="brand" href="index.html">Phaser API</a>
<ul class="nav">
<li class="dropdown">
<a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="Phaser.html">Phaser</a>
</li>
<li class="class-depth-0">
<a href="PIXI.html">PIXI</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1">
<a href="Phaser.Animation.html">Animation</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationManager.html">AnimationManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationParser.html">AnimationParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArraySet.html">ArraySet</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArrayUtils.html">ArrayUtils</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AudioSprite.html">AudioSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapData.html">BitmapData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapText.html">BitmapText</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Button.html">Button</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Cache.html">Cache</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Camera.html">Camera</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Canvas.html">Canvas</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Circle.html">Circle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Color.html">Color</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Angle.html">Angle</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Animation.html">Animation</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.AutoCull.html">AutoCull</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Bounds.html">Bounds</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.BringToTop.html">BringToTop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Core.html">Core</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Crop.html">Crop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Delta.html">Delta</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Destroy.html">Destroy</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Health.html">Health</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InCamera.html">InCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InputEnabled.html">InputEnabled</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InWorld.html">InWorld</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LifeSpan.html">LifeSpan</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LoadTexture.html">LoadTexture</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Overlap.html">Overlap</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Reset.html">Reset</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Smoothed.html">Smoothed</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Create.html">Create</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Creature.html">Creature</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Device.html">Device</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DeviceButton.html">DeviceButton</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DOM.html">DOM</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Easing.html">Easing</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Back.html">Back</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Bounce.html">Bounce</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Circular.html">Circular</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Cubic.html">Cubic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Elastic.html">Elastic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Exponential.html">Exponential</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Linear.html">Linear</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quadratic.html">Quadratic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quartic.html">Quartic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quintic.html">Quintic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Ellipse.html">Ellipse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Events.html">Events</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Filter.html">Filter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexGrid.html">FlexGrid</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexLayer.html">FlexLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Frame.html">Frame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FrameData.html">FrameData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Game.html">Game</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectCreator.html">GameObjectCreator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectFactory.html">GameObjectFactory</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Gamepad.html">Gamepad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Group.html">Group</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Image.html">Image</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ImageCollection.html">ImageCollection</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Input.html">Input</a>
</li>
<li class="class-depth-1">
<a href="Phaser.InputHandler.html">InputHandler</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Key.html">Key</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Keyboard.html">Keyboard</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Line.html">Line</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LinkedList.html">LinkedList</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Loader.html">Loader</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LoaderParser.html">LoaderParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Math.html">Math</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Matrix.html">Matrix</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Mouse.html">Mouse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.MSPointer.html">MSPointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Net.html">Net</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particle.html">Particle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particles.html">Particles</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Particles.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Physics.html">Physics</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.html#TilemapCollision">TilemapCollision</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Ninja.html">Ninja</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.AABB.html">AABB</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Circle.html">Circle</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Tile.html">Tile</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.P2.html">P2</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Material.html">Material</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Spring.html">Spring</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Plugin.html">Plugin</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PluginManager.html">PluginManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Point.html">Point</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Pointer.html">Pointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Polygon.html">Polygon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.QuadTree.html">QuadTree</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rectangle.html">Rectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RetroFont.html">RetroFont</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rope.html">Rope</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RoundedRectangle.html">RoundedRectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ScaleManager.html">ScaleManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Signal.html">Signal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SignalBinding.html">SignalBinding</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SinglePad.html">SinglePad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sound.html">Sound</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SoundManager.html">SoundManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Stage.html">Stage</a>
</li>
<li class="class-depth-1">
<a href="Phaser.State.html">State</a>
</li>
<li class="class-depth-1">
<a href="Phaser.StateManager.html">StateManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Text.html">Text</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tile.html">Tile</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tilemap.html">Tilemap</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapLayer.html">TilemapLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapParser.html">TilemapParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tileset.html">Tileset</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TileSprite.html">TileSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Time.html">Time</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Timer.html">Timer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TimerEvent.html">TimerEvent</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Touch.html">Touch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tween.html">Tween</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenData.html">TweenData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenManager.html">TweenManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Utils.html">Utils</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Utils.Debug.html">Debug</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Video.html">Video</a>
</li>
<li class="class-depth-1">
<a href="Phaser.World.html">World</a>
</li>
<li class="class-depth-1">
<a href="PIXI.AbstractFilter.html">AbstractFilter</a>
</li>
<li class="class-depth-1">
<a href="PIXI.BaseTexture.html">BaseTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasBuffer.html">CanvasBuffer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasGraphics.html">CanvasGraphics</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasRenderer.html">CanvasRenderer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasTinter.html">CanvasTinter</a>
</li>
<li class="class-depth-1">
<a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObject.html">DisplayObject</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Event.html">Event</a>
</li>
<li class="class-depth-1">
<a href="PIXI.EventTarget.html">EventTarget</a>
</li>
<li class="class-depth-1">
<a href="PIXI.FilterTexture.html">FilterTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="PIXI.GraphicsData.html">GraphicsData</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PIXI.html">PIXI</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiFastShader.html">PixiFastShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiShader.html">PixiShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PolyK.html">PolyK</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PrimitiveShader.html">PrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Rope.html">Rope</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="PIXI.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Stage.html">Stage</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Strip.html">Strip</a>
</li>
<li class="class-depth-1">
<a href="PIXI.StripShader.html">StripShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Texture.html">Texture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.TilingSprite.html">TilingSprite</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLRenderer.html">WebGLRenderer</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="global.html#AUTO">AUTO</a>
</li>
<li class="class-depth-0">
<a href="global.html#BITMAPDATA">BITMAPDATA</a>
</li>
<li class="class-depth-0">
<a href="global.html#BITMAPTEXT">BITMAPTEXT</a>
</li>
<li class="class-depth-0">
<a href="global.html#blendModes">blendModes</a>
</li>
<li class="class-depth-0">
<a href="global.html#BUTTON">BUTTON</a>
</li>
<li class="class-depth-0">
<a href="global.html#CANVAS">CANVAS</a>
</li>
<li class="class-depth-0">
<a href="global.html#CANVAS_FILTER">CANVAS_FILTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#CIRCLE">CIRCLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#CREATURE">CREATURE</a>
</li>
<li class="class-depth-0">
<a href="global.html#DOWN">DOWN</a>
</li>
<li class="class-depth-0">
<a href="global.html#ELLIPSE">ELLIPSE</a>
</li>
<li class="class-depth-0">
<a href="global.html#EMITTER">EMITTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#GAMES">GAMES</a>
</li>
<li class="class-depth-0">
<a href="global.html#GRAPHICS">GRAPHICS</a>
</li>
<li class="class-depth-0">
<a href="global.html#GROUP">GROUP</a>
</li>
<li class="class-depth-0">
<a href="global.html#HEADLESS">HEADLESS</a>
</li>
<li class="class-depth-0">
<a href="global.html#IMAGE">IMAGE</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT">LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#LINE">LINE</a>
</li>
<li class="class-depth-0">
<a href="global.html#MATRIX">MATRIX</a>
</li>
<li class="class-depth-0">
<a href="global.html#NONE">NONE</a>
</li>
<li class="class-depth-0">
<a href="global.html#POINT">POINT</a>
</li>
<li class="class-depth-0">
<a href="global.html#POINTER">POINTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#POLYGON">POLYGON</a>
</li>
<li class="class-depth-0">
<a href="global.html#RECTANGLE">RECTANGLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#RENDERTEXTURE">RENDERTEXTURE</a>
</li>
<li class="class-depth-0">
<a href="global.html#RETROFONT">RETROFONT</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT">RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#ROPE">ROPE</a>
</li>
<li class="class-depth-0">
<a href="global.html#ROUNDEDRECTANGLE">ROUNDEDRECTANGLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#scaleModes">scaleModes</a>
</li>
<li class="class-depth-0">
<a href="global.html#SPRITE">SPRITE</a>
</li>
<li class="class-depth-0">
<a href="global.html#SPRITEBATCH">SPRITEBATCH</a>
</li>
<li class="class-depth-0">
<a href="global.html#TEXT">TEXT</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILEMAP">TILEMAP</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILEMAPLAYER">TILEMAPLAYER</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILESPRITE">TILESPRITE</a>
</li>
<li class="class-depth-0">
<a href="global.html#UP">UP</a>
</li>
<li class="class-depth-0">
<a href="global.html#VERSION">VERSION</a>
</li>
<li class="class-depth-0">
<a href="global.html#VIDEO">VIDEO</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL">WEBGL</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL_FILTER">WEBGL_FILTER</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li>
<li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li>
<li class="class-depth-1"><a href="Phaser.World.html">World</a></li>
<li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li>
<li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li>
<li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li>
<li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li>
<li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li>
<li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li>
<li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li>
<li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li>
<li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li>
<li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li>
<li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li>
<li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li>
<li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li>
<li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li>
<li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li>
<li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li>
<li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li>
<li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li>
<li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li>
<li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li>
<li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li>
<li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li>
<li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li>
<li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li>
<li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li>
<li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li>
<li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li>
<li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li>
<li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li>
<li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li>
<li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li>
<li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li>
<li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li>
<li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li>
<li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li>
<li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li>
<li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li>
<li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser">Phaser Github</a></li>
<li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li>
<li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li>
<li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li>
<li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li>
<li class="class-depth-1"><a href="https://confirmsubscription.com/h/r/369DE48E3E86AF1E">Newsletter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/irc">IRC</a></li>
<li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div id="main">
<h1 class="page-title">Source: src/input/Keyboard.js</h1>
<section>
<article>
<pre class="sunlight-highlight-javascript linenums">/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2015 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
/**
* The Keyboard class monitors keyboard input and dispatches keyboard events.
*
* _Be aware_ that many keyboards are unable to process certain combinations of keys due to hardware
* limitations known as ghosting. Full details here: http://www.html5gamedevs.com/topic/4876-impossible-to-use-more-than-2-keyboard-input-buttons-at-the-same-time/
*
* @class Phaser.Keyboard
* @constructor
* @param {Phaser.Game} game - A reference to the currently running game.
*/
Phaser.Keyboard = function (game) {
/**
* @property {Phaser.Game} game - Local reference to game.
*/
this.game = game;
/**
* Keyboard input will only be processed if enabled.
* @property {boolean} enabled
* @default
*/
this.enabled = true;
/**
* @property {object} event - The most recent DOM event from keydown or keyup. This is updated every time a new key is pressed or released.
*/
this.event = null;
/**
* @property {object} pressEvent - The most recent DOM event from keypress.
*/
this.pressEvent = null;
/**
* @property {object} callbackContext - The context under which the callbacks are run.
*/
this.callbackContext = this;
/**
* @property {function} onDownCallback - This callback is invoked every time a key is pressed down, including key repeats when a key is held down.
*/
this.onDownCallback = null;
/**
* @property {function} onPressCallback - This callback is invoked every time a DOM onkeypress event is raised, which is only for printable keys.
*/
this.onPressCallback = null;
/**
* @property {function} onUpCallback - This callback is invoked every time a key is released.
*/
this.onUpCallback = null;
/**
* @property {array<Phaser.Key>} _keys - The array the Phaser.Key objects are stored in.
* @private
*/
this._keys = [];
/**
* @property {array} _capture - The array the key capture values are stored in.
* @private
*/
this._capture = [];
/**
* @property {function} _onKeyDown
* @private
* @default
*/
this._onKeyDown = null;
/**
* @property {function} _onKeyPress
* @private
* @default
*/
this._onKeyPress = null;
/**
* @property {function} _onKeyUp
* @private
* @default
*/
this._onKeyUp = null;
/**
* @property {number} _i - Internal cache var
* @private
*/
this._i = 0;
/**
* @property {number} _k - Internal cache var
* @private
*/
this._k = 0;
};
Phaser.Keyboard.prototype = {
/**
* Add callbacks to the Keyboard handler so that each time a key is pressed down or released the callbacks are activated.
*
* @method Phaser.Keyboard#addCallbacks
* @param {object} context - The context under which the callbacks are run.
* @param {function} [onDown=null] - This callback is invoked every time a key is pressed down.
* @param {function} [onUp=null] - This callback is invoked every time a key is released.
* @param {function} [onPress=null] - This callback is invoked every time the onkeypress event is raised.
*/
addCallbacks: function (context, onDown, onUp, onPress) {
this.callbackContext = context;
if (typeof onDown !== 'undefined')
{
this.onDownCallback = onDown;
}
if (typeof onUp !== 'undefined')
{
this.onUpCallback = onUp;
}
if (typeof onPress !== 'undefined')
{
this.onPressCallback = onPress;
}
},
/**
* If you need more fine-grained control over a Key you can create a new Phaser.Key object via this method.
* The Key object can then be polled, have events attached to it, etc.
*
* @method Phaser.Keyboard#addKey
* @param {number} keycode - The keycode of the key, i.e. Phaser.Keyboard.UP or Phaser.Keyboard.SPACEBAR
* @return {Phaser.Key} The Key object which you can store locally and reference directly.
*/
addKey: function (keycode) {
if (!this._keys[keycode])
{
this._keys[keycode] = new Phaser.Key(this.game, keycode);
this.addKeyCapture(keycode);
}
return this._keys[keycode];
},
/**
* A practical way to create an object containing user selected hotkeys.
*
* For example: `addKeys( { 'up': Phaser.Keyboard.W, 'down': Phaser.Keyboard.S, 'left': Phaser.Keyboard.A, 'right': Phaser.Keyboard.D } );`
*
* Would return an object containing the properties `up`, `down`, `left` and `right` that you could poll just like a Phaser.Key object.
*
* @method Phaser.Keyboard#addKeys
* @param {object} keys - A key mapping object, i.e. `{ 'up': Phaser.Keyboard.W, 'down': Phaser.Keyboard.S }` or `{ 'up': 52, 'down': 53 }`.
* @return {object} An object containing user selected properties
*/
addKeys: function (keys) {
var output = {};
for (var key in keys)
{
output[key] = this.addKey(keys[key]);
}
return output;
},
/**
* Removes a Key object from the Keyboard manager.
*
* @method Phaser.Keyboard#removeKey
* @param {number} keycode - The keycode of the key to remove, i.e. Phaser.Keyboard.UP or Phaser.Keyboard.SPACEBAR
*/
removeKey: function (keycode) {
if (this._keys[keycode])
{
this._keys[keycode] = null;
this.removeKeyCapture(keycode);
}
},
/**
* Creates and returns an object containing 4 hotkeys for Up, Down, Left and Right.
*
* @method Phaser.Keyboard#createCursorKeys
* @return {object} An object containing properties: up, down, left and right. Which can be polled like any other Phaser.Key object.
*/
createCursorKeys: function () {
return this.addKeys({ 'up': Phaser.Keyboard.UP, 'down': Phaser.Keyboard.DOWN, 'left': Phaser.Keyboard.LEFT, 'right': Phaser.Keyboard.RIGHT });
},
/**
* Starts the Keyboard event listeners running (keydown and keyup). They are attached to the window.
* This is called automatically by Phaser.Input and should not normally be invoked directly.
*
* @method Phaser.Keyboard#start
*/
start: function () {
if (this.game.device.cocoonJS)
{
return;
}
if (this._onKeyDown !== null)
{
// Avoid setting multiple listeners
return;
}
var _this = this;
this._onKeyDown = function (event) {
return _this.processKeyDown(event);
};
this._onKeyUp = function (event) {
return _this.processKeyUp(event);
};
this._onKeyPress = function (event) {
return _this.processKeyPress(event);
};
window.addEventListener('keydown', this._onKeyDown, false);
window.addEventListener('keyup', this._onKeyUp, false);
window.addEventListener('keypress', this._onKeyPress, false);
},
/**
* Stops the Keyboard event listeners from running (keydown, keyup and keypress). They are removed from the window.
*
* @method Phaser.Keyboard#stop
*/
stop: function () {
window.removeEventListener('keydown', this._onKeyDown);
window.removeEventListener('keyup', this._onKeyUp);
window.removeEventListener('keypress', this._onKeyPress);
this._onKeyDown = null;
this._onKeyUp = null;
this._onKeyPress = null;
},
/**
* Stops the Keyboard event listeners from running (keydown and keyup). They are removed from the window.
* Also clears all key captures and currently created Key objects.
*
* @method Phaser.Keyboard#destroy
*/
destroy: function () {
this.stop();
this.clearCaptures();
this._keys.length = 0;
this._i = 0;
},
/**
* By default when a key is pressed Phaser will not stop the event from propagating up to the browser.
* There are some keys this can be annoying for, like the arrow keys or space bar, which make the browser window scroll.
* You can use addKeyCapture to consume the keyboard event for specific keys so it doesn't bubble up to the the browser.
* Pass in either a single keycode or an array/hash of keycodes.
*
* @method Phaser.Keyboard#addKeyCapture
* @param {number|array|object} keycode - Either a single numeric keycode or an array/hash of keycodes: [65, 67, 68].
*/
addKeyCapture: function (keycode) {
if (typeof keycode === 'object')
{
for (var key in keycode)
{
this._capture[keycode[key]] = true;
}
}
else
{
this._capture[keycode] = true;
}
},
/**
* Removes an existing key capture.
*
* @method Phaser.Keyboard#removeKeyCapture
* @param {number} keycode
*/
removeKeyCapture: function (keycode) {
delete this._capture[keycode];
},
/**
* Clear all set key captures.
*
* @method Phaser.Keyboard#clearCaptures
*/
clearCaptures: function () {
this._capture = {};
},
/**
* Updates all currently defined keys.
*
* @method Phaser.Keyboard#update
*/
update: function () {
this._i = this._keys.length;
while (this._i--)
{
if (this._keys[this._i])
{
this._keys[this._i].update();
}
}
},
/**
* Process the keydown event.
*
* @method Phaser.Keyboard#processKeyDown
* @param {KeyboardEvent} event
* @protected
*/
processKeyDown: function (event) {
this.event = event;
if (!this.game.input.enabled || !this.enabled)
{
return;
}
// The event is being captured but another hotkey may need it
if (this._capture[event.keyCode])
{
event.preventDefault();
}
if (!this._keys[event.keyCode])
{
this._keys[event.keyCode] = new Phaser.Key(this.game, event.keyCode);
}
this._keys[event.keyCode].processKeyDown(event);
this._k = event.keyCode;
if (this.onDownCallback)
{
this.onDownCallback.call(this.callbackContext, event);
}
},
/**
* Process the keypress event.
*
* @method Phaser.Keyboard#processKeyPress
* @param {KeyboardEvent} event
* @protected
*/
processKeyPress: function (event) {
this.pressEvent = event;
if (!this.game.input.enabled || !this.enabled)
{
return;
}
if (this.onPressCallback)
{
this.onPressCallback.call(this.callbackContext, String.fromCharCode(event.charCode), event);
}
},
/**
* Process the keyup event.
*
* @method Phaser.Keyboard#processKeyUp
* @param {KeyboardEvent} event
* @protected
*/
processKeyUp: function (event) {
this.event = event;
if (!this.game.input.enabled || !this.enabled)
{
return;
}
if (this._capture[event.keyCode])
{
event.preventDefault();
}
if (!this._keys[event.keyCode])
{
this._keys[event.keyCode] = new Phaser.Key(this.game, event.keyCode);
}
this._keys[event.keyCode].processKeyUp(event);
if (this.onUpCallback)
{
this.onUpCallback.call(this.callbackContext, event);
}
},
/**
* Resets all Keys.
*
* @method Phaser.Keyboard#reset
* @param {boolean} [hard=true] - A soft reset won't reset any events or callbacks that are bound to the Keys. A hard reset will.
*/
reset: function (hard) {
if (hard === undefined) { hard = true; }
this.event = null;
var i = this._keys.length;
while (i--)
{
if (this._keys[i])
{
this._keys[i].reset(hard);
}
}
},
/**
* Returns `true` if the Key was pressed down within the `duration` value given, or `false` if it either isn't down,
* or was pressed down longer ago than then given duration.
*
* @method Phaser.Keyboard#downDuration
* @param {number} keycode - The keycode of the key to check, i.e. Phaser.Keyboard.UP or Phaser.Keyboard.SPACEBAR
* @param {number} [duration=50] - The duration within which the key is considered as being just pressed. Given in ms.
* @return {boolean} True if the key was pressed down within the given duration, false if not or null if the Key wasn't found.
*/
downDuration: function (keycode, duration) {
if (this._keys[keycode])
{
return this._keys[keycode].downDuration(duration);
}
else
{
return null;
}
},
/**
* Returns `true` if the Key was pressed down within the `duration` value given, or `false` if it either isn't down,
* or was pressed down longer ago than then given duration.
*
* @method Phaser.Keyboard#upDuration
* @param {number} keycode - The keycode of the key to check, i.e. Phaser.Keyboard.UP or Phaser.Keyboard.SPACEBAR
* @param {number} [duration=50] - The duration within which the key is considered as being just released. Given in ms.
* @return {boolean} True if the key was released within the given duration, false if not or null if the Key wasn't found.
*/
upDuration: function (keycode, duration) {
if (this._keys[keycode])
{
return this._keys[keycode].upDuration(duration);
}
else
{
return null;
}
},
/**
* Returns true of the key is currently pressed down. Note that it can only detect key presses on the web browser.
*
* @method Phaser.Keyboard#isDown
* @param {number} keycode - The keycode of the key to check, i.e. Phaser.Keyboard.UP or Phaser.Keyboard.SPACEBAR
* @return {boolean} True if the key is currently down, false if not or null if the Key wasn't found.
*/
isDown: function (keycode) {
if (this._keys[keycode])
{
return this._keys[keycode].isDown;
}
else
{
return null;
}
}
};
/**
* Returns the string value of the most recently pressed key.
* @name Phaser.Keyboard#lastChar
* @property {string} lastChar - The string value of the most recently pressed key.
* @readonly
*/
Object.defineProperty(Phaser.Keyboard.prototype, "lastChar", {
get: function () {
if (this.event.charCode === 32)
{
return '';
}
else
{
return String.fromCharCode(this.pressEvent.charCode);
}
}
});
/**
* Returns the most recently pressed Key. This is a Phaser.Key object and it changes every time a key is pressed.
* @name Phaser.Keyboard#lastKey
* @property {Phaser.Key} lastKey - The most recently pressed Key.
* @readonly
*/
Object.defineProperty(Phaser.Keyboard.prototype, "lastKey", {
get: function () {
return this._keys[this._k];
}
});
Phaser.Keyboard.prototype.constructor = Phaser.Keyboard;
Phaser.Keyboard.A = "A".charCodeAt(0);
Phaser.Keyboard.B = "B".charCodeAt(0);
Phaser.Keyboard.C = "C".charCodeAt(0);
Phaser.Keyboard.D = "D".charCodeAt(0);
Phaser.Keyboard.E = "E".charCodeAt(0);
Phaser.Keyboard.F = "F".charCodeAt(0);
Phaser.Keyboard.G = "G".charCodeAt(0);
Phaser.Keyboard.H = "H".charCodeAt(0);
Phaser.Keyboard.I = "I".charCodeAt(0);
Phaser.Keyboard.J = "J".charCodeAt(0);
Phaser.Keyboard.K = "K".charCodeAt(0);
Phaser.Keyboard.L = "L".charCodeAt(0);
Phaser.Keyboard.M = "M".charCodeAt(0);
Phaser.Keyboard.N = "N".charCodeAt(0);
Phaser.Keyboard.O = "O".charCodeAt(0);
Phaser.Keyboard.P = "P".charCodeAt(0);
Phaser.Keyboard.Q = "Q".charCodeAt(0);
Phaser.Keyboard.R = "R".charCodeAt(0);
Phaser.Keyboard.S = "S".charCodeAt(0);
Phaser.Keyboard.T = "T".charCodeAt(0);
Phaser.Keyboard.U = "U".charCodeAt(0);
Phaser.Keyboard.V = "V".charCodeAt(0);
Phaser.Keyboard.W = "W".charCodeAt(0);
Phaser.Keyboard.X = "X".charCodeAt(0);
Phaser.Keyboard.Y = "Y".charCodeAt(0);
Phaser.Keyboard.Z = "Z".charCodeAt(0);
Phaser.Keyboard.ZERO = "0".charCodeAt(0);
Phaser.Keyboard.ONE = "1".charCodeAt(0);
Phaser.Keyboard.TWO = "2".charCodeAt(0);
Phaser.Keyboard.THREE = "3".charCodeAt(0);
Phaser.Keyboard.FOUR = "4".charCodeAt(0);
Phaser.Keyboard.FIVE = "5".charCodeAt(0);
Phaser.Keyboard.SIX = "6".charCodeAt(0);
Phaser.Keyboard.SEVEN = "7".charCodeAt(0);
Phaser.Keyboard.EIGHT = "8".charCodeAt(0);
Phaser.Keyboard.NINE = "9".charCodeAt(0);
Phaser.Keyboard.NUMPAD_0 = 96;
Phaser.Keyboard.NUMPAD_1 = 97;
Phaser.Keyboard.NUMPAD_2 = 98;
Phaser.Keyboard.NUMPAD_3 = 99;
Phaser.Keyboard.NUMPAD_4 = 100;
Phaser.Keyboard.NUMPAD_5 = 101;
Phaser.Keyboard.NUMPAD_6 = 102;
Phaser.Keyboard.NUMPAD_7 = 103;
Phaser.Keyboard.NUMPAD_8 = 104;
Phaser.Keyboard.NUMPAD_9 = 105;
Phaser.Keyboard.NUMPAD_MULTIPLY = 106;
Phaser.Keyboard.NUMPAD_ADD = 107;
Phaser.Keyboard.NUMPAD_ENTER = 108;
Phaser.Keyboard.NUMPAD_SUBTRACT = 109;
Phaser.Keyboard.NUMPAD_DECIMAL = 110;
Phaser.Keyboard.NUMPAD_DIVIDE = 111;
Phaser.Keyboard.F1 = 112;
Phaser.Keyboard.F2 = 113;
Phaser.Keyboard.F3 = 114;
Phaser.Keyboard.F4 = 115;
Phaser.Keyboard.F5 = 116;
Phaser.Keyboard.F6 = 117;
Phaser.Keyboard.F7 = 118;
Phaser.Keyboard.F8 = 119;
Phaser.Keyboard.F9 = 120;
Phaser.Keyboard.F10 = 121;
Phaser.Keyboard.F11 = 122;
Phaser.Keyboard.F12 = 123;
Phaser.Keyboard.F13 = 124;
Phaser.Keyboard.F14 = 125;
Phaser.Keyboard.F15 = 126;
Phaser.Keyboard.COLON = 186;
Phaser.Keyboard.EQUALS = 187;
Phaser.Keyboard.COMMA = 188;
Phaser.Keyboard.UNDERSCORE = 189;
Phaser.Keyboard.PERIOD = 190;
Phaser.Keyboard.QUESTION_MARK = 191;
Phaser.Keyboard.TILDE = 192;
Phaser.Keyboard.OPEN_BRACKET = 219;
Phaser.Keyboard.BACKWARD_SLASH = 220;
Phaser.Keyboard.CLOSED_BRACKET = 221;
Phaser.Keyboard.QUOTES = 222;
Phaser.Keyboard.BACKSPACE = 8;
Phaser.Keyboard.TAB = 9;
Phaser.Keyboard.CLEAR = 12;
Phaser.Keyboard.ENTER = 13;
Phaser.Keyboard.SHIFT = 16;
Phaser.Keyboard.CONTROL = 17;
Phaser.Keyboard.ALT = 18;
Phaser.Keyboard.CAPS_LOCK = 20;
Phaser.Keyboard.ESC = 27;
Phaser.Keyboard.SPACEBAR = 32;
Phaser.Keyboard.PAGE_UP = 33;
Phaser.Keyboard.PAGE_DOWN = 34;
Phaser.Keyboard.END = 35;
Phaser.Keyboard.HOME = 36;
Phaser.Keyboard.LEFT = 37;
Phaser.Keyboard.UP = 38;
Phaser.Keyboard.RIGHT = 39;
Phaser.Keyboard.DOWN = 40;
Phaser.Keyboard.PLUS = 43;
Phaser.Keyboard.MINUS = 44;
Phaser.Keyboard.INSERT = 45;
Phaser.Keyboard.DELETE = 46;
Phaser.Keyboard.HELP = 47;
Phaser.Keyboard.NUM_LOCK = 144;
</pre>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="copyright">
Phaser Copyright © 2012-2015 Photon Storm Ltd.
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha10</a>
on Wed Jul 22 2015 14:55:11 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
<br clear="both">
</div>
</div>
<script src="scripts/sunlight.js"></script>
<script src="scripts/sunlight.javascript.js"></script>
<script src="scripts/sunlight-plugin.doclinks.js"></script>
<script src="scripts/sunlight-plugin.linenumbers.js"></script>
<script src="scripts/sunlight-plugin.menu.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
<script src="scripts/jquery.localScroll.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script>
<script>
$( function () {
$( "#toc" ).toc( {
anchorName : function(i, heading, prefix) {
return $(heading).attr("id") || ( prefix + i );
},
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : 60
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
} );
</script>
</body>
</html>
| NoahYarian/phaser | docs/src_input_Keyboard.js.html | HTML | mit | 53,365 |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
Compu-Texte -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492277065754&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=11175&V_SEARCH.docsStart=1&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
Compu-Texte
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Compu-Texte</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.compu-texte.ca"
target="_blank" title="Website URL">http://www.compu-texte.ca</a></p>
<p><a href="mailto:info@compu-texte.ca" title="info@compu-texte.ca">info@compu-texte.ca</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
1662, rue Gauthier<br/>
SAINT-BRUNO,
Quebec<br/>
J3V 3H7
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
1662, rue Gauthier<br/>
SAINT-BRUNO,
Quebec<br/>
J3V 3H7
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(450) 653-1010
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(450) 653-2534</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> Compu-Texte, founded in 1985, provides all types of business and
<br>secretarial services. The company is well-known for its
<br>versatility of services from the preparation of a simple business
<br>letter to preparation of congresses.<br>
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Roger
Patenaude
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Manager
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(450) 653-1010
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(450) 653-2534
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
rpatenaude@compu-texte.ca
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Raymonde
Boyer
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Manager
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(450) 653-1010
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(450) 653-2534
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
raymondep@compu-texte.ca
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1985
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
561410 - Document Preparation Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
518210 - Data Processing, Hosting, and Related Services<br>
541860 - Direct Mail Advertising<br>
541930 - Translation and Interpretation Services<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
3
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Translation services <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Translation to and from English and French languages.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Word Processing <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Word Processing for all types of applications (from secretarial
<br>
to desktop publishing).<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Secretarial services <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Secretarial services covering all aspects (from a simple letter
<br>
or Resume to the preparation of a large meeting i.e. a congress).<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Transcription <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Transcription from a tape-recording, notes or any other medium.
<br>
The transcription can be printed, stored on electronic media,
<br>
E-mailed, etc.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Consultation<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Congrès<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<h3 class="page-header">
Technology profile
</h3>
<section class="container-fluid">
No frontier with the use of faxing equipment and e-mail...
</section>
<!-- Market Profile -->
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Roger
Patenaude
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Manager
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(450) 653-1010
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(450) 653-2534
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
rpatenaude@compu-texte.ca
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Raymonde
Boyer
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
Manager
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(450) 653-1010
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(450) 653-2534
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
raymondep@compu-texte.ca
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1985
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
561410 - Document Preparation Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
518210 - Data Processing, Hosting, and Related Services<br>
541860 - Direct Mail Advertising<br>
541930 - Translation and Interpretation Services<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
3
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Translation services <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Translation to and from English and French languages.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Word Processing <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Word Processing for all types of applications (from secretarial
<br>
to desktop publishing).<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Secretarial services <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Secretarial services covering all aspects (from a simple letter
<br>
or Resume to the preparation of a large meeting i.e. a congress).<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Transcription <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Transcription from a tape-recording, notes or any other medium.
<br>
The transcription can be printed, stored on electronic media,
<br>
E-mailed, etc.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Consultation<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Congrès<br>
</div>
</div>
</section>
</details>
<details id="details-panel5">
<summary>
Technology
</summary>
<h2 class="wb-invisible">
Technology profile
</h2>
<section class="container-fluid">
No frontier with the use of faxing equipment and e-mail...
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2016-05-04
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
| GoC-Spending/data-corporations | html/123456246800.html | HTML | mit | 56,923 |
<div>
HOME
</div> | sgoran/micro | examples/hello_world/home.html | HTML | mit | 21 |
<!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"/>
<title>plugin_mmasgis: esportazioneMain.py File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body onload='searchBox.OnSelectItem(0);'>
<!-- Generated by Doxygen 1.7.3 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">plugin_mmasgis</div>
</td>
</tr>
</tbody>
</table>
</div>
<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><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li id="searchli">
<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>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#namespaces">Namespaces</a> |
<a href="#var-members">Variables</a> </div>
<div class="headertitle">
<h1>esportazioneMain.py File Reference</h1> </div>
</div>
<div class="contents">
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacemmasgis_1_1esportazioneMain.html">mmasgis::esportazioneMain</a></td></tr>
<tr><td colspan="2"><h2><a name="var-members"></a>
Variables</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">tuple </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacemmasgis_1_1esportazioneMain.html#adbd10d719221da85c20b8a0872535482">mmasgis::esportazioneMain::app</a> = QtGui.QApplication(sys.argv)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">tuple </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacemmasgis_1_1esportazioneMain.html#aaad81eb20c2b43f37b07e0e9b0df6682">mmasgis::esportazioneMain::p</a> = Profilo()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">tuple </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacemmasgis_1_1esportazioneMain.html#a7a4abe3edd98207d5e8489af18030d7f">mmasgis::esportazioneMain::ui</a> = MainWindowEsportazione(1)</td></tr>
</table>
</div>
<!--- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Tue Apr 17 2012 16:46:02 for plugin_mmasgis by 
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
</body>
</html>
| arpho/mmasgis5 | DocumentazioneSoftware/html/esportazioneMain_8py.html | HTML | mit | 5,350 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ru">
<head>
<!-- Generated by javadoc (1.8.0_05) on Tue May 05 22:17:06 FET 2015 -->
<title>All Classes</title>
<meta name="date" content="2015-05-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1 class="bar">All Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="ru/simplefuzzy/Fuzzy.html" title="class in ru.simplefuzzy" target="classFrame">Fuzzy</a></li>
<li><a href="ru/simplefuzzy/FuzzyFunc.html" title="class in ru.simplefuzzy" target="classFrame">FuzzyFunc</a></li>
<li><a href="ru/simplefuzzy/FuzzyPin.html" title="class in ru.simplefuzzy" target="classFrame">FuzzyPin</a></li>
<li><a href="ru/simplefuzzy/FuzzyRule.html" title="class in ru.simplefuzzy" target="classFrame">FuzzyRule</a></li>
<li><a href="ru/simplefuzzy/FuzzyTerm.html" title="class in ru.simplefuzzy" target="classFrame">FuzzyTerm</a></li>
<li><a href="ru/simplefuzzy/test/Main.html" title="class in ru.simplefuzzy.test" target="classFrame">Main</a></li>
</ul>
</div>
</body>
</html>
| boggad/simple-fuzzy | javadoc/allclasses-frame.html | HTML | mit | 1,213 |
{% extends "base.html" %}
{% block customhead %}
<style type="text/css">
.line {
border-top: solid thin #ABABAB;
margin: 10px 0 10px 0;
}
</style>
{% endblock %}
{% block main %}
<div class="row">
<div class="span8">
<div class="content index-left">
<h3>Newsfeed</h3>
</div>
<div class="content">
<ul>
{% for event in events %}
<li><a href="{{ url_for('home', id=event.user_id) }}">{{ event.username }}</a> {{ event.action }}
<a href="{{ url_for('item', id=event.doc_id) }}">{{ event.title }}</a> {{ event.time }}</li>
{% endfor %}
</ul>
</div>
</div>
<div class="span4">
<div class="content index-left">
<h3>{{ user.username|truncate(24, killwords=True) }}</h3>
<p>{{ user.email|truncate(30, killwords=True) }}</p>
{% if session.user.id == user.id %}
<div class="line"></div>
<form method="post" action="{{ url_for('add') }}">
<input type="text" size="10" placeholder="isbn" name="isbn"/><br>
<button class="btn" type="submit">Add book by ISBN</button>
</form>
<div class="line"></div>
<p>Your API key<br>
<input type="text" value="{{ user.apikey }}"></input>
</p>
<p>To add a book via curl try:</p>
<pre>curl -XPUT {{ url_for('api_books_put', _external=True) }} -d 'key={{ user.apikey }}&isbn=0201657880'</pre>
{% else %}
{% if following %}
<a class="btn" href="{{ url_for('unfollow', id=user.id) }}">Unfollow</a>
{% else %}
<a class="btn" href="{{ url_for('follow', id=user.id) }}">Follow this user</a>
{% endif %}
{% endif %}
</div>
<div class="content">
</div>
</div>
</div>
{% endblock %} | miku/kollektions | kollektions/templates/home.html | HTML | mit | 1,658 |
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>图片预加载之无序加载</title>
<link rel="stylesheet" type="text/css" href="css/main.css"/>
</head>
<body>
<div class="container">
<img src="http://image5.tuku.cn/wallpaper/Landscape%20Wallpapers/8294_2560x1600.jpg" alt="pic" id="img">
<p>
<a href="javascript:" class="btn" data-control="prev">上一页</a>
<a href="javascript:" class="btn" data-control="next">下一页</a>
</p>
</div>
<div class="loading">
<p class="progress">0%</p>
</div>
<script src="js/jquery-1.12.4.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/preload.js" type="text/javascript" charset="utf-8"></script>
<script src="js/main.js"></script>
</body>
</html> | MengFangui/preLoad | index.html | HTML | mit | 809 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>ヘルプ | Get start "Pickles 2" !</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="keywords" content="help" />
<meta name="description" content="ヘルプページです。" />
<!-- jQuery -->
<script src="/common/scripts/jquery-1.10.1.min.js" type="text/javascript"></script>
<!-- Bootstrap -->
<link rel="stylesheet" href="/common/styles/bootstrap/css/bootstrap.min.css">
<script src="/common/styles/bootstrap/js/bootstrap.min.js"></script>
<!-- Contents Styles -->
<link rel="stylesheet" href="/common/styles/contents.css" type="text/css" />
<script src="/common/scripts/contents.js"></script>
<!-- Bootstrap Theme -->
<link rel="stylesheet" href="/common/px_resources/p/theme/styles/bootstrap-theme.min.css">
<link rel="stylesheet" href="/common/px_resources/p/theme/styles/theme.css">
</head>
<body>
<header class="theme_header" id="page_top">
<div class="container">
<p class="theme_si"><a href="/">Get start "Pickles 2" !</a></p>
<div class="theme_shouldernavi">
<ul><li><a href="/sample_pages/help/" class="current">ヘルプ</a></li></ul> </div>
<div class="theme_globalnavi">
<ul><li><a href="/sample_pages/">はじめに</a></li><li><a href="/sample_pages/training/">編集してみょう</a></li><li><a href="/sample_pages/samples/">さまざまな機能</a></li></ul>
</div>
</div>
</header>
<div class="theme_mainblock">
<div class="container">
<div class="row">
<div class="col-sm-9">
<div class="theme_breadcrumb"><ul><li><a href="/">ホーム</a></li><li><span>ヘルプ</span></li></ul></div>
<h1>ヘルプ</h1>
<div class="contents">
<h2>より詳しい情報</h2>
<p>
より詳しい情報は、<a href="http://pickles2.pxt.jp/" target="_blank">Pickles 2 のウェブサイト</a> から見つけられるかも知れません。<br />
</p>
<h2>バグやご要望は</h2>
<p>
また、バグや誤植を見つけたり、機能を改善するアイデアなどがあれば、<a href="https://timeslist.com/WTL0100/input/a/180/p/pickles2/" target="_blank">TIMESLIST</a> に投稿してください。<br />
</p>
</div>
<div class="theme_breadcrumb"><ul><li><a href="/">ホーム</a></li><li><span>ヘルプ</span></li></ul></div>
</div>
<div class="col-sm-3">
<nav class="theme_common_navi">
<p><a href="/sample_pages/help/">ヘルプ</a></p>
</nav>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.theme_mainblock -->
<footer class="theme_footer">
<div class="container">
<nav class="theme_megafooter_navi">
<ul>
<li><a href="/sample_pages/">はじめに</a><ul>
<li><a href="/sample_pages/getstart/try_sitemap.html">サイトマップを編集してみよう</a></li>
<li><a href="/sample_pages/getstart/try_theme.html">テーマを編集してみよう</a></li>
<li><a href="/sample_pages/getstart/try_contents.html">コンテンツを編集してみよう</a></li>
<li><a href="/sample_pages/getstart/try_publish.html">パブリッシュしてみよう</a></li>
<li><a href="/sample_pages/getstart/try_your_project.html">自分のサイトを編集しよう</a></li>
</ul>
</li>
<li><a href="/sample_pages/training/">編集してみょう</a><ul>
<li><a href="/sample_pages/training/training_001.html">練習ページ1</a></li>
<li><a href="/sample_pages/training/training_002.html">練習ページ2</a></li>
<li><a href="/sample_pages/training/training_003.html">練習ページ3</a></li>
<li><a href="/sample_pages/training/training_004.html">練習ページ4</a></li>
<li><a href="/sample_pages/training/training_005.html">練習ページ5</a></li>
<li><a href="/sample_pages/training/training_006.html">練習ページ6</a></li>
</ul>
</li>
<li><a href="/sample_pages/samples/">さまざまな機能</a><ul>
<li><a href="/sample_pages/samples/php_code.html">PHPコード埋め込み</a></li>
<li><a href="/sample_pages/samples/markdown.html">Markdown記法</a></li>
<li><a href="/sample_pages/samples/page_title.html">ページタイトル(リンクのラベル)</a></li>
<li><a href="/sample_pages/samples/alias/">エイリアス機能</a></li>
<li><a href="/sample_pages/samples/dynamic_path/">ダイナミックパス機能</a></li>
<li><a href="/sample_pages/samples/shared_content.html">共有コンテンツ</a></li>
<li><a href="/sample_pages/samples/ssi.html">SSI</a></li>
<li><a href="/sample_pages/samples/ext_htm.htm">拡張子 *.htm</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<div class="container theme_footer_shouldernavi">
<ul><li><a href="/">ホーム</a></li><li><a href="/sample_pages/help/" class="current">ヘルプ</a></li></ul> </div>
<div class="container">
<p style="text-align:center;">©Pickles 2 Project.</p>
</div>
</footer>
</body>
</html>
| hk-r/px2-extract-ogp | tests/testData/standard/px-files/dist/sample_pages/help/index.html | HTML | mit | 4,921 |
{#
This module will display a single video thumbnail, along with the modal that will allow to play the video
edit its related tags and metadata and download it.
#}
{% from conf import Conf %}
<a class="uk-thumbnail uk-overlay-toggle" data-uk-modal="{target:'#modal-{{video['_id']}}'}" >
<div class="uk-overlay">
<img width="600" height="400" src="{{Conf['videos']['snapshotsRoute'] + video['_id'] + '/' + video['thumbnail']}}" alt="">
<ul class="snapshots" style="display: none">
{% for i in xrange(video['nbSnapshots']) %}
<li class="snapshot">{{Conf['videos']['snapshotsRoute'] + video['_id'] + '/' + str(i)}}</li>
{% end %}
</ul>
<div class="uk-overlay-area"></div>
</div>
</a>
<div id="modal-{{video['_id']}}" class="uk-modal">
<div class="uk-modal-dialog uk-modal-dialog-frameless">
<a href="" class="uk-modal-close uk-close uk-close-alt"></a>
<h2>{{video['filename']}}</h2>
<video url="{{Conf['videos']['downloadRoute'] + video['_id']}}">Video type not supported.</video>
</div>
</div> | Hiestaa/py-vid-tagger | http/templates/module-vid.html | HTML | mit | 1,123 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for io.js v2.3.3 - v2.4.0: v8::Debug::EventDetails Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for io.js v2.3.3 - v2.4.0
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main 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_debug.html">Debug</a></li><li class="navelem"><a class="el" href="classv8_1_1_debug_1_1_event_details.html">EventDetails</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classv8_1_1_debug_1_1_event_details-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::Debug::EventDetails Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8-debug_8h_source.html">v8-debug.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ac871568e8cfd43bbf2cdac62add34ed0"><td class="memItemLeft" align="right" valign="top">virtual DebugEvent </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_debug_1_1_event_details.html#ac871568e8cfd43bbf2cdac62add34ed0">GetEvent</a> () const =0</td></tr>
<tr class="separator:ac871568e8cfd43bbf2cdac62add34ed0"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abf0997988e1e3f0780c0d3f19b4e3b8a"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_object.html">Object</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_debug_1_1_event_details.html#abf0997988e1e3f0780c0d3f19b4e3b8a">GetExecutionState</a> () const =0</td></tr>
<tr class="separator:abf0997988e1e3f0780c0d3f19b4e3b8a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af8003f761cd535a07be5448a43d94c9f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af8003f761cd535a07be5448a43d94c9f"></a>
virtual <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_object.html">Object</a> > </td><td class="memItemRight" valign="bottom"><b>GetEventData</b> () const =0</td></tr>
<tr class="separator:af8003f761cd535a07be5448a43d94c9f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2c98fc8b2848105c37fc60a04b35dfa5"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_context.html">Context</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_debug_1_1_event_details.html#a2c98fc8b2848105c37fc60a04b35dfa5">GetEventContext</a> () const =0</td></tr>
<tr class="separator:a2c98fc8b2848105c37fc60a04b35dfa5"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3c1eff8397db7c91e9c687f48d400665"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_debug_1_1_event_details.html#a3c1eff8397db7c91e9c687f48d400665">GetCallbackData</a> () const =0</td></tr>
<tr class="separator:a3c1eff8397db7c91e9c687f48d400665"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae663e7607d27c3252049eea077a83e08"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classv8_1_1_debug_1_1_client_data.html">ClientData</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_debug_1_1_event_details.html#ae663e7607d27c3252049eea077a83e08">GetClientData</a> () const =0</td></tr>
<tr class="separator:ae663e7607d27c3252049eea077a83e08"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An event details object passed to the debug event listener. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a3c1eff8397db7c91e9c687f48d400665"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classv8_1_1_handle.html">Handle</a><<a class="el" href="classv8_1_1_value.html">Value</a>> v8::Debug::EventDetails::GetCallbackData </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Client data passed with the corresponding callback when it was registered. </p>
</div>
</div>
<a class="anchor" id="ae663e7607d27c3252049eea077a83e08"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classv8_1_1_debug_1_1_client_data.html">ClientData</a>* v8::Debug::EventDetails::GetClientData </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Client data passed to DebugBreakForCommand function. The debugger takes ownership of the data and will delete it even if there is no message handler. </p>
</div>
</div>
<a class="anchor" id="ac871568e8cfd43bbf2cdac62add34ed0"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DebugEvent v8::Debug::EventDetails::GetEvent </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Event type. </p>
</div>
</div>
<a class="anchor" id="a2c98fc8b2848105c37fc60a04b35dfa5"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classv8_1_1_handle.html">Handle</a><<a class="el" href="classv8_1_1_context.html">Context</a>> v8::Debug::EventDetails::GetEventContext </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Get the context active when the debug event happened. Note this is not the current active context as the JavaScript part of the debugger is running in its own context which is entered at this point. </p>
</div>
</div>
<a class="anchor" id="abf0997988e1e3f0780c0d3f19b4e3b8a"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classv8_1_1_handle.html">Handle</a><<a class="el" href="classv8_1_1_object.html">Object</a>> v8::Debug::EventDetails::GetExecutionState </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Access to execution state and event data of the debug event. Don't store these cross callbacks as their content becomes invalid. </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8-debug_8h_source.html">v8-debug.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:50:05 for V8 API Reference Guide for io.js v2.3.3 - v2.4.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 | 030f804/html/classv8_1_1_debug_1_1_event_details.html | HTML | mit | 12,331 |
<template>
<section class="stage au-animate">
<div class="form-group">
<label>Social Security #</label>
<input type="text" value.bind="socialSecurityNumber" class="form-control" placeholder="###-##-####" />
</div>
</section>
</template>
| evanlarsen/LoanApp.Merchant.Client | src/application/owner/social-security-number.html | HTML | mit | 269 |
@(substitution: Resource)
@import utils.semantic.Vocabulary.lwm
@import utils.semantic._
@import utils.Global._
@{
val query =
s"""
|select (?scheduleAssociation as ?s) (${lwm.hasSupervisor} as ?p) (?supervisor as ?o) where{
| $substitution ${lwm.hasScheduleAssociation} ?scheduleAssociation .
| ?scheduleAssociation ${lwm.hasAssignmentDateTimetableEntry} ?entry .
| ?entry ${lwm.hasSupervisor} ?supervisor .
|}
""".stripMargin
SPARQLTools.statementsFromString(sparqlExecutionContext.executeQueryBlocking(query)).headOption match{
case Some(statement) =>
statement.o.toString
case None => ""
}
}
| FHK-ADV/lwm | app/views/helpers/substitutedSupervisor.scala.html | HTML | mit | 698 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<canvas id="canvas" width="500" height="500" style="border: 1px solid #000"></canvas>
<script type="text/javascript">
var canvas= document.getElementById('canvas');
var context = canvas.getContext('2d');
context.fillStyle='blue';
context.fillRect(100, 100, 100,100);
context.beginPath();
context.moveTo(200, 200);
context.lineWidth = 100;
context.lineTo(400, 300);
context.strokeStyle = 'red'
context.fillStyle='green';
context.fillRect(200, 150, 100,50);
context.beginPath();
context.moveTo(300, 300);
context.lineWidth = 70;
context.lineTo(600, 600);
context.strokeStyle = 'blue'
context.stroke();
</script>
</body>
</html>
| ga-chicago/ga-chicago.github.io | dragons/01_front_end_fundamentals/ruth_thatcher/canvas/canvas.html | HTML | mit | 765 |
/**
* Created by li_xiaoliang on 2015/4/14.
*/
| LelesBox/blog | public/tpls/boss/login.html | HTML | mit | 49 |
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- include bootstrap compiled plugins -->
<script src="/js/bootstrap.min.js"></script>
| niallguerin/vendelligence | com-vendelligence-webapp-public/src/main/resources/templates/uifragments/crm-script-fragments.html | HTML | mit | 186 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/favicon.ico" />
<link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/iosicon.png" />
<!-- DEVELOPMENT LESS -->
<!-- <link rel="stylesheet/less" href="css/photon.less" media="all" />
<link rel="stylesheet/less" href="css/photon-responsive.less" media="all" />
--> <!-- PRODUCTION CSS -->
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all" />
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all" />
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" />
<script type="text/javascript" src="js/plugins/excanvas.js"></script>
<script type="text/javascript" src="js/plugins/html5shiv.js"></script>
<script type="text/javascript" src="js/plugins/respond.min.js"></script>
<script type="text/javascript" src="js/plugins/fixFontIcons.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/modernizr.custom.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.pnotify.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/less-1.3.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/xbreadcrumbs.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/charCount.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.textareaCounter.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/elrte.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/elrte.en.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/select2.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery-picklist.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/additional-methods.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.form.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.metadata.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.mockjax.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.uniform.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.rating.pack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/farbtastic.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.timeentry.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.jstree.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.flot.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.flot.stack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.flot.pie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.flot.resize.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/raphael.2.1.0.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/justgage.1.0.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.clock.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.countdown.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.jqtweet.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/jquery.cookie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/prettify/prettify.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/bootstrapSwitch.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/plugins/mfupload.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/js/common.js"></script>
</head>
<body class="body-login">
<div class="nav-fixed-topright" style="visibility: hidden">
<ul class="nav nav-user-menu">
<li class="user-sub-menu-container">
<a href="javascript:;">
<i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i>
</a>
<ul class="nav user-sub-menu">
<li class="light">
<a href="javascript:;">
<i class='icon-photon stop'></i>Light Version
</a>
</li>
<li class="dark">
<a href="javascript:;">
<i class='icon-photon stop'></i>Dark Version
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon mail"></i>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon comment_alt2_stroke"></i>
<div class="notification-count">12</div>
</a>
</li>
</ul>
</div>
<script>
$(function(){
setTimeout(function(){
$('.nav-fixed-topright').removeAttr('style');
}, 300);
$(window).scroll(function(){
if($('.breadcrumb-container').length){
var scrollState = $(window).scrollTop();
if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released');
else $('.nav-fixed-topright').removeClass('nav-released')
}
});
$('.user-sub-menu-container').on('click', function(){
$(this).toggleClass('active-user-menu');
});
$('.user-sub-menu .light').on('click', function(){
if ($('body').is('.light-version')) return;
$('body').addClass('light-version');
setTimeout(function() {
$.cookie('themeColor', 'light', {
expires: 7,
path: '/'
});
}, 500);
});
$('.user-sub-menu .dark').on('click', function(){
if ($('body').is('.light-version')) {
$('body').removeClass('light-version');
$.cookie('themeColor', 'dark', {
expires: 7,
path: '/'
});
}
});
});
</script>
<div class="container-login">
<div class="form-centering-wrapper">
<div class="form-window-login">
<div class="form-window-login-logo">
<div class="login-logo">
<img src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/images/photon/login-logo@2x.png" alt="Photon UI"/>
</div>
<h2 class="login-title">Welcome to Photon UI!</h2>
<div class="login-member">Not a Member? <a href="jquery.validate.min.js.html#">Sign Up »</a>
<a href="jquery.validate.min.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a>
</div>
<div class="login-or">Or</div>
<div class="login-input-area">
<form method="POST" action="dashboard.php">
<span class="help-block">Login With Your Photon Account</span>
<input type="text" name="email" placeholder="Email">
<input type="password" name="password" placeholder="Password">
<button type="submit" class="btn btn-large btn-success btn-login">Login</button>
</form>
<a href="jquery.validate.min.js.html#" class="forgot-pass">Forgot Your Password?</a>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1936460-27']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
| user-tony/photon-rails | lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/js/plugins/images/photon/js/bootstrap/js/plugins/jquery.validate.min.js.html | HTML | mit | 16,562 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v4.2.3: v8::WeakCallbackInfo< T > Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v4.2.3
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1WeakCallbackInfo.html">WeakCallbackInfo</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> |
<a href="#pub-methods">Public Member Functions</a> |
<a href="classv8_1_1WeakCallbackInfo-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::WeakCallbackInfo< T > Class Template Reference</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:a75f50fddcc9d5989e9cc04f8ab144d7d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a75f50fddcc9d5989e9cc04f8ab144d7d"></a>
typedef void(* </td><td class="memItemRight" valign="bottom"><b>Callback</b>) (const <a class="el" href="classv8_1_1WeakCallbackInfo.html">WeakCallbackInfo</a>< T > &data)</td></tr>
<tr class="separator:a75f50fddcc9d5989e9cc04f8ab144d7d"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a0863d1a5dba908ef4ac42298be4ee402"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0863d1a5dba908ef4ac42298be4ee402"></a>
 </td><td class="memItemRight" valign="bottom"><b>WeakCallbackInfo</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, T *parameter, void *internal_fields[kInternalFieldsInWeakCallback], Callback *callback)</td></tr>
<tr class="separator:a0863d1a5dba908ef4ac42298be4ee402"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5f0fe68cc18853467d3713b1ec48da9a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5f0fe68cc18853467d3713b1ec48da9a"></a>
V8_INLINE <a class="el" href="classv8_1_1Isolate.html">Isolate</a> * </td><td class="memItemRight" valign="bottom"><b>GetIsolate</b> () const </td></tr>
<tr class="separator:a5f0fe68cc18853467d3713b1ec48da9a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a515eb1547d96a9813e447e8acfb46a1a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a515eb1547d96a9813e447e8acfb46a1a"></a>
V8_INLINE T * </td><td class="memItemRight" valign="bottom"><b>GetParameter</b> () const </td></tr>
<tr class="separator:a515eb1547d96a9813e447e8acfb46a1a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac14e2ded95ad11763a5fdf601e69e004"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac14e2ded95ad11763a5fdf601e69e004"></a>
V8_INLINE void * </td><td class="memItemRight" valign="bottom"><b>GetInternalField</b> (int index) const </td></tr>
<tr class="separator:ac14e2ded95ad11763a5fdf601e69e004"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a20d79e6e6726bfcc76defe69cc0c0a18"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a20d79e6e6726bfcc76defe69cc0c0a18"></a>
V8_INLINE </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("use indexed version", void *GetInternalField1() const)</td></tr>
<tr class="separator:a20d79e6e6726bfcc76defe69cc0c0a18"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a81cd4c15b630ff64f42168f1cdb3bf4e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a81cd4c15b630ff64f42168f1cdb3bf4e"></a>
V8_INLINE </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("use indexed version", void *GetInternalField2() const)</td></tr>
<tr class="separator:a81cd4c15b630ff64f42168f1cdb3bf4e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a679a5a0beedac33631e732b77fa6f9d7"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a679a5a0beedac33631e732b77fa6f9d7"></a>
bool </td><td class="memItemRight" valign="bottom"><b>IsFirstPass</b> () const </td></tr>
<tr class="separator:a679a5a0beedac33631e732b77fa6f9d7"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a17590c561d242f1250b4cd4020eb8cd7"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a17590c561d242f1250b4cd4020eb8cd7"></a>
void </td><td class="memItemRight" valign="bottom"><b>SetSecondPassCallback</b> (Callback callback) const </td></tr>
<tr class="separator:a17590c561d242f1250b4cd4020eb8cd7"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 9a063fd/html/classv8_1_1WeakCallbackInfo.html | HTML | mit | 8,816 |
<!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="./a3c3101a56da050ddd2d417fb8f33b50f0cea7ffe7d529c077dfb3e6277205e5.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/0504db9e3b66ea00bb004a6cd5f9ffa17a0aa2c7108488099a8e259337090910.html | HTML | mit | 550 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="index_files/hlstats.css">
<link rel="stylesheet" type="text/css" href="index_files/sourcebans.css">
<link rel="stylesheet" type="text/css" href="index_files/SqueezeBox.css">
<!-- U R A SMACKHEAD -->
<link rel="SHORTCUT ICON" href="index_files/favicon.ico">
<script type="text/javascript" src="index_files/mootools.js"></script>
<script type="text/javascript" src="index_files/SqueezeBox.js"></script>
<script type="text/javascript" src="index_files/heatmap.js"></script>
<script type="text/javascript" src="index_files/tabs.js"></script>
<title>
KzN HLstatsX - Day of Defeat: Source - Player Details - Tom_as </title>
</head>
<body>
<div class="block">
<div class="headerblock">
<div class="title">
<a href="http://stats.team-kzn.com/hlstats.php"><img src="index_files/title.png" alt="HLstatsX Community Edition" title="HLstatsX Community Edition"></a>
</div>
<div class="headertabs">
<ul>
<li><a href="http://stats.team-kzn.com/hlstats.php"><img src="index_files/title-contents.png" alt="Contents"></a></li>
<li><a href="http://stats.team-kzn.com/hlstats.php?mode=search"><img src="index_files/title-search.png" alt="Search"></a></li>
<li><a href="http://www.team-kzn.com/forum/" target="_blank"><img src="index_files/title-forum.png" alt="Forum"></a></li>
<li><a href="http://stats.team-kzn.com/hlstats.php?mode=help"><img src="index_files/title-help.png" alt="Help"></a></li>
</ul>
</div>
</div>
<div class="location" style="clear:both;width:100%;">
<ul class="fNormal" style="float:left">
<li><a href="http://stats.team-kzn.com/">KzN HLstatsX</a> <span class="arrow">»</span></li><li><a href="http://stats.team-kzn.com/hlstats.php">HLstatsX</a> <span class="arrow">»</span></li><li><a href="http://stats.team-kzn.com/hlstats.php?game=dods">Day of Defeat: Source</a> <span class="arrow">»</span></li><li><a href="http://stats.team-kzn.com/hlstats.php?mode=players&game=dods">Player Rankings</a> <span class="arrow">»</span></li><li><strong>Player Details</strong> </li>
</ul>
</div>
<div class="location_under" style="clear:both;width:100%;"></div>
</div>
<br>
<div class="content" style="clear:both;">
<span class="fHeading"> <img src="index_files/downarrow.gif" alt=""> Sections</span><p>
</p><ul class="navbar">
<li><a href="http://stats.team-kzn.com/hlstats.php?game=dods" class="fHeading"><img src="index_files/nav-servers.png" alt="Servers"></a> <a href="http://stats.team-kzn.com/hlstats.php?game=dods" class="fHeading">Servers</a></li>
<li><a href="http://stats.team-kzn.com/hlstats.php?mode=chat&game=dods" class="fHeading"><img src="index_files/nav-chat.png" alt="Chat"></a> <a href="http://stats.team-kzn.com/hlstats.php?mode=chat&game=dods" class="fHeading">Chat</a></li>
<li><a href="http://stats.team-kzn.com/hlstats.php?mode=players&game=dods" class="fHeading"><img src="index_files/nav-players.png" alt="Players"></a> <a href="http://stats.team-kzn.com/hlstats.php?mode=players&game=dods" class="fHeading">Players</a></li>
<li><a href="http://stats.team-kzn.com/hlstats.php?mode=clans&game=dods" class="fHeading"><img src="index_files/nav-clans.png" alt="Clans"></a> <a href="http://stats.team-kzn.com/hlstats.php?mode=clans&game=dods" class="fHeading">Clans</a></li>
<li><a href="http://stats.team-kzn.com/hlstats.php?mode=countryclans&game=dods" class="fHeading"><img src="index_files/nav-countryclans.png" alt="CountryClans"></a> <a href="http://stats.team-kzn.com/hlstats.php?mode=countryclans&game=dods&sort=nummembers" class="fHeading">Countries</a></li>
<li><a href="http://stats.team-kzn.com/hlstats.php?mode=awards&game=dods" class="fHeading"><img src="index_files/nav-awards.png" alt="Awards"></a> <a href="http://stats.team-kzn.com/hlstats.php?mode=awards&game=dods" class="fHeading">Awards</a></li>
<li><a href="http://stats.team-kzn.com/hlstats.php?mode=actions&game=dods" class="fHeading"><img src="index_files/nav-actions.png" alt="Actions"></a> <a href="http://stats.team-kzn.com/hlstats.php?mode=actions&game=dods" class="fHeading">Actions</a></li>
<li><a href="http://stats.team-kzn.com/hlstats.php?mode=weapons&game=dods" class="fHeading"><img src="index_files/nav-weapons.png" alt="Weapons"></a> <a href="http://stats.team-kzn.com/hlstats.php?mode=weapons&game=dods" class="fHeading">Weapons</a></li>
<li><a href="http://stats.team-kzn.com/hlstats.php?mode=maps&game=dods" class="fHeading"><img src="index_files/nav-maps.png" alt="Maps"></a> <a href="http://stats.team-kzn.com/hlstats.php?mode=maps&game=dods" class="fHeading">Maps</a></li>
<li><a href="http://stats.team-kzn.com/hlstats.php?mode=roles&game=dods" class="fHeading"><img src="index_files/nav-roles.png" alt="Roles"></a> <a href="http://stats.team-kzn.com/hlstats.php?mode=roles&game=dods" class="fHeading">Roles</a></li>
</ul>
<div class="block" id="main">
<ul class="subsection_tabs" id="tabs_playerinfo">
<li>
<a class="active" href="#" id="tab_general_aliases">General</a>
</li>
<li>
<a href="#" id="tab_playeractions_teams">Teams & Actions</a>
</li>
<li>
<a href="#" id="tab_weapons">Weapons</a>
</li>
<li>
<a href="#" id="tab_mapperformance_servers">Maps & Servers</a>
</li>
<li>
<a href="#" id="tab_killstats">Killstats</a>
</li>
</ul><br>
<div id="main_content"><div>
<span class="fHeading"> <img src="index_files/downarrow.gif" alt=""> Player Information</span><br><br>
<div class="subblock">
<div style="float:left;vertical-align:top;width:48.5%;">
<table class="data-table">
<tbody><tr class="data-table-head">
<td style="vertical-align:top;">Player Profile<br><br></td>
<td style="text-align:center; vertical-align:middle;" rowspan="7" id="player_avatar">
Error: Connection timed out<img src="index_files/unknown.jpg" style="height:158px;width:158px;" alt="Steam Community Avatar"> </td>
</tr>
<tr class="bg2">
<td>
<img src="index_files/cz.gif" alt="Czech Republic" title="Czech Republic"> <strong>Tom_as </strong> </td>
</tr>
<tr class="bg1">
<td>
Location: Ladna, <a href="http://stats.team-kzn.com/hlstats.php?mode=countryclansinfo&flag=CZ&game=dods">Czech Republic</a> </td>
</tr>
<tr class="bg2">
<td>
Steam: <a href="http://steamcommunity.com/profiles/76561197960524322" target="_blank">STEAM_0:0:129297</a> </td>
</tr>
<tr class="bg1">
<td>Status: <strong>(Unknown)</strong></td>
</tr>
<tr class="bg2">
<td>
<a href="steam://friends/add/76561197960524322" target="_blank">Click here to add as friend</a>
</td>
</tr>
<tr class="bg1">
<td>Karma: <span style="color:green;font-weight:bold;">In good standing</span></td>
</tr>
<tr class="bg2">
<td style="width:50%;">Member of Clan:</td>
<td style="width:50%;">
(None) </td>
</tr>
<tr class="bg1">
<td>Real Name:</td>
<td>
(<a href="http://stats.team-kzn.com/hlstats.php?mode=help#set"><em>Not Specified</em></a>) </td>
</tr>
<tr class="bg2">
<td>E-mail Address:</td>
<td>
(<a href="http://stats.team-kzn.com/hlstats.php?mode=help#set"><em>Not Specified</em></a>) </td>
</tr>
<tr class="bg1">
<td>Home Page:</td>
<td>
(<a href="http://stats.team-kzn.com/hlstats.php?mode=help#set"><em>Not Specified</em></a>) </td>
</tr>
<tr class="bg2">
<td>Last Connect:*</td>
<td>
(Unknown) </td>
</tr>
<tr class="bg1">
<td>Total Connection Time:</td>
<td>
0d 00:37:15h </td>
</tr>
<tr class="bg2">
<td>Average Ping:*</td>
<td>
- </td>
</tr>
<tr class="bg1">
<td>Favorite Server:*</td>
<td>
<a href="http://stats.team-kzn.com/hlstats.php?game=dods&mode=servers&server_id="> </a> </td>
</tr>
<tr class="bg2">
<td>Favorite Map:*</td>
<td>
<a href="http://stats.team-kzn.com/hlstats.php?game=dods&mode=mapinfo&map="> </a> </td>
</tr>
<tr class="bg1">
<td>Favorite Weapon:*</td>
<td><strong> <a href="http://stats.team-kzn.com/hlstats.php?mode=weaponinfo&weapon=Unknown&game=dods"></a></strong> </td>
</tr>
</tbody></table><br>
</div>
<div style="float:right;vertical-align:top;width:48.5%;">
<table class="data-table">
<tbody><tr class="data-table-head">
<td style="vertical-align:top;" colspan="3">Statistics Summary<br><br></td>
</tr>
<tr class="bg1">
<td style="width:50%;">Activity:</td>
<td style="width:35%;">
<img src="index_files/bar1.gif" style="width:0%;height:10px;border:0;" alt="-1%"> </td>
<td style="width:15%;">-1%</td>
</tr>
<tr class="bg2">
<td>Points:</td>
<td style="width:55%;" colspan="2">
<b>972</b> </td>
</tr>
<tr class="bg1">
<td style="width:45%;">Rank:</td>
<td style="width:55%;" colspan="2">
<b> Not active</b> </td>
</tr>
<tr class="bg2">
<td style="width:45%;">Kills per Minute:</td>
<td style="width:55%;" colspan="2">
0.48 </td>
</tr>
<tr class="bg1">
<td style="width:45%;">Kills per Death:</td>
<td style="width:55%;" colspan="2">
0.6667 (-*) </td>
</tr>
<tr class="bg2">
<td style="width:45%;">Headshots per Kill:</td>
<td style="width:55%;" colspan="2">
0.1111 (-*) </td>
</tr>
<tr class="bg1">
<td style="width:45%;">Shots per Kill:</td>
<td style="width:55%;" colspan="2">
- </td>
</tr>
<tr class="bg2">
<td style="width:45%;">Weapon Accuracy:</td>
<td style="width:55%;" colspan="2">
10.5% (0%*) </td>
</tr>
<tr class="bg1">
<td style="width:45%;">Headshots:</td>
<td style="width:55%;" colspan="2">
2 (0*) </td>
</tr>
<tr class="bg2">
<td style="width:45%;">Kills:</td>
<td style="width:55%;" colspan="2">
18 (0*) </td>
</tr>
<tr class="bg1">
<td style="width:45%;">Deaths:</td>
<td style="width:55%;" colspan="2">
27 (0*) </td>
</tr>
<tr class="bg2">
<td style="width:45%;">Longest Kill Streak:</td>
<td style="width:55%;" colspan="2">
4 </td>
</tr>
<tr class="bg1">
<td style="width:45%;">Longest Death Streak:</td>
<td style="width:55%;" colspan="2">
4 </td>
</tr>
<tr class="bg2">
<td style="width:45%;">Suicides:</td>
<td style="width:55%;" colspan="2">
0 </td>
</tr>
<tr class="bg1">
<td style="width:45%;">Teammate Kills:</td>
<td style="width:55%;" colspan="2">
0 (0*) </td>
</tr>
</tbody></table><br>
<img src="index_files/history.gif" style="padding-left:3px;padding-right:3px;" alt="History"> <b>Tom_as</b>'s History:<br> <a href="http://stats.team-kzn.com/hlstats.php?mode=playerhistory&player=504078">Events</a> | <a href="http://stats.team-kzn.com/hlstats.php?mode=playersessions&player=504078">Sessions</a> | <a href="http://stats.team-kzn.com/hlstats.php?mode=playerawards&player=504078">Awards (0)</a> | <a href="http://stats.team-kzn.com/hlstats.php?mode=chathistory&player=504078">Chat</a> <br> <a href="http://stats.team-kzn.com/hlstats.php?mode=search&st=player&q=Tom_as"><img src="index_files/search.gif" style="margin-left:3px;margin-right:3px;" alt="Search"> Find other players with the same name</a>
</div>
</div>
<br><br>
<div style="clear:both;padding-top:24px;"></div>
<span class="fHeading"> <img src="index_files/downarrow.gif" alt=""> Miscellaneous Statistics</span><br><br>
<div class="subblock">
<div style="float:left;vertical-align:top;width:48.5%;">
<table class="data-table">
<tbody><tr class="data-table-head">
<td>Player Trend</td>
</tr>
<tr class="bg1">
<td style="text-align:center;">
<img src="index_files/trend_graph.php.png" alt="Player Trend Graph"> </td>
</tr>
</tbody></table>
</div>
<div style="float:right;vertical-align:top;width:48.5%;">
<table class="data-table">
<tbody><tr class="data-table-head">
<td colspan="2">Forum Signature</td>
</tr>
<tr class="bg1">
<td style="text-align:center;">
<br><br>
<img src="index_files/sig-504078-random.png" title="Copy & Paste the whole URL below in your forum signature" alt="forum sig image"> <br><br>
<script type="text/javascript"><!--
/* Script removed by snapshot save */
--></script>
<a href="" onclick="">
bbCode 1 (phpBB, SMF)</a> | <a href="" onclick="">bbCode 2 (IPB)</a> | <a href="" onclick="">Direct Image
</a>
<textarea style="width: 95%; height: 50px;" rows="2" cols="70" id="siglink" readonly="readonly" onclick="document.getElementById('siglink').select();">[url=http://stats.team-kzn.com/hlstats.php?mode=playerinfo&player=504078][img]http://stats.team-kzn.com/sig-504078-random.png[/img][/url]</textarea> </td>
</tr>
</tbody></table>
</div>
</div>
<br><br>
<div style="clear:both;padding-top:24px;"></div>
<span class="fHeading"> <img src="index_files/downarrow.gif" alt=""> Ranks</span><br><br>
<div class="subblock">
<div style="float:left;vertical-align:top;width:48.5%;">
<table class="data-table">
<tbody><tr class="data-table-head">
<td colspan="2">
Current rank: <b>Recruit</b>
</td>
</tr>
<tr class="bg1">
<td style="text-align:center;" colspan="2">
<img src="index_files/recruit.png" alt="Recruit" title="Recruit"> </td>
</tr>
<tr class="data-table-head">
<td style="width:60%;">
<img src="index_files/bar6.gif" style="height:10px;border:0;" alt="36%" width="36%"> </td>
<td style="width:40%;">
Kills needed: <b>32 (36%)</b>
</td>
</tr>
</tbody></table>
</div>
<div style="float:right;vertical-align:top;width:48.5%;">
<table class="data-table">
<tbody><tr class="data-table-head">
<td>Rank history</td>
</tr>
<tr class="bg1">
<td style="text-align:center;"></td>
</tr>
</tbody></table>
</div>
</div>
<br><br>
</div></div>
<script type="text/javascript"><!--
/* Script removed by snapshot save */
--></script>
</div>
<div class="block" style="clear:both;padding-top:12px;">
<div class="subblock">
<div style="float:left;">
Items marked "*" above are generated from the last 15 days.
</div>
<div style="float:right;">
Go to: <a href="http://stats.team-kzn.com/hlstats.php?mode=players&game=dods">Player Rankings</a>
</div>
</div>
</div>
<div style="clear:both;"></div>
<br>
<br>
<div id="footer">
<a href="http://www.hlxce.com/" target="_blank"><img src="index_files/footer-small.png" alt="HLstatsX Community Edition" border="0"></a>
</div>
<br>
<div class="fSmall" style="text-align:center;">
Generated in real-time by <a href="http://www.hlxce.com/" target="_blank">HLstatsX Community Edition 1.6.19</a><br>
All images are copyrighted by their respective owners.
<br><br>[<a href="http://stats.team-kzn.com/hlstats.php?mode=admin">Admin</a>]</div>
</div>
</body></html> | runn1ng/runn1ng.github.io | gwern_maff/1383493754540_840/index.html | HTML | mit | 15,912 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Quick Reference</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../index.html" title="Spirit 2.5.8">
<link rel="up" href="../karma.html" title="Karma - Writing Generators">
<link rel="prev" href="tutorials/num_matrix.html" title="Matrix of Numbers - Printing Numbers From a Matrix">
<link rel="next" href="quick_reference/common_notation.html" title="Common Notation">
</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="tutorials/num_matrix.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../karma.html"><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="quick_reference/common_notation.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="spirit.karma.quick_reference"></a><a class="link" href="quick_reference.html" title="Quick Reference">Quick Reference</a>
</h3></div></div></div>
<div class="toc"><dl class="toc">
<dt><span class="section"><a href="quick_reference/common_notation.html">Common
Notation</a></span></dt>
<dt><span class="section"><a href="quick_reference/primitive_generators.html">Karma
Generators</a></span></dt>
<dt><span class="section"><a href="quick_reference/compound_attribute_rules.html">Compound
Attribute Rules</a></span></dt>
<dt><span class="section"><a href="quick_reference/non_terminals.html">Nonterminals</a></span></dt>
<dt><span class="section"><a href="quick_reference/semantic_actions.html">Generator
Semantic Actions</a></span></dt>
<dt><span class="section"><a href="quick_reference/phoenix.html">Phoenix</a></span></dt>
</dl></div>
<p>
This quick reference section is provided for convenience. You can use this
section as sort of a "cheat-sheet" on the most commonly used Karma
components. It is not intended to be complete, but should give you an easy
way to recall a particular component without having to dig up on pages upon
pages of reference documentation.
</p>
</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 © 2001-2011 Joel de Guzman, Hartmut Kaiser<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="tutorials/num_matrix.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../karma.html"><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="quick_reference/common_notation.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| davehorton/drachtio-server | deps/boost_1_77_0/libs/spirit/doc/html/spirit/karma/quick_reference.html | HTML | mit | 4,084 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
CheckedFuture (Guava: Google Core Libraries for Java - latest)
</TITLE>
<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="CheckedFuture (Guava: Google Core Libraries for Java - latest)";
}
}
</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/CheckedFuture.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../com/google/common/util/concurrent/Callables.html" title="class in com.google.common.util.concurrent"><B>PREV CLASS</B></A>
<A HREF="../../../../../com/google/common/util/concurrent/ExecutionList.html" title="class in com.google.common.util.concurrent"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?com/google/common/util/concurrent/CheckedFuture.html" target="_top"><B>FRAMES</B></A>
<A HREF="CheckedFuture.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 | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <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">
com.google.common.util.concurrent</FONT>
<BR>
Interface CheckedFuture<V,X extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A>></H2>
<DL>
<DT><B>All Superinterfaces:</B> <DD><A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true" title="class or interface in java.util.concurrent">Future</A><V>, <A HREF="../../../../../com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent">ListenableFuture</A><V></DD>
</DL>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../com/google/common/util/concurrent/AbstractCheckedFuture.html" title="class in com.google.common.util.concurrent">AbstractCheckedFuture</A></DD>
</DL>
<HR>
<DL>
<DT><PRE><FONT SIZE="-1"><A HREF="../../../../../com/google/common/annotations/Beta.html" title="annotation in com.google.common.annotations">@Beta</A>
</FONT>public interface <A HREF="../../../../../src-html/com/google/common/util/concurrent/CheckedFuture.html#line.48"><B>CheckedFuture<V,X extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A>></B></A><DT>extends <A HREF="../../../../../com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent">ListenableFuture</A><V></DL>
</PRE>
<P>
A <code>CheckedFuture</code> is an extension of <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Future</CODE></A> that includes
versions of the <code>get</code> methods that can throw a checked exception and
allows listeners to be attached to the future. This makes it easier to
create a future that executes logic which can throw an exception.
<p>Implementations of this interface must adapt the exceptions thrown by
<code>Future#get()</code>: <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/CancellationException.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>CancellationException</CODE></A>,
<A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ExecutionException.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ExecutionException</CODE></A> and <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang"><CODE>InterruptedException</CODE></A> into the type
specified by the <code>E</code> type parameter.
<p>This interface also extends the ListenableFuture interface to allow
listeners to be added. This allows the future to be used as a normal
<A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Future</CODE></A> or as an asynchronous callback mechanism as needed. This
allows multiple callbacks to be registered for a particular task, and the
future will guarantee execution of all listeners when the task completes.
<P>
<P>
<DL>
<DT><B>Since:</B></DT>
<DD>1</DD>
<DT><B>Author:</B></DT>
<DD>Sven Mawson</DD>
</DL>
<HR>
<P>
<!-- ========== 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> <A HREF="../../../../../com/google/common/util/concurrent/CheckedFuture.html" title="type parameter in CheckedFuture">V</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/CheckedFuture.html#checkedGet()">checkedGet</A></B>()</CODE>
<BR>
Exception checking version of <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true#get()" title="class or interface in java.util.concurrent"><CODE>Future.get()</CODE></A> that will translate
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang"><CODE>InterruptedException</CODE></A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/CancellationException.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>CancellationException</CODE></A> and
<A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ExecutionException.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ExecutionException</CODE></A> into application-specific exceptions.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../com/google/common/util/concurrent/CheckedFuture.html" title="type parameter in CheckedFuture">V</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/CheckedFuture.html#checkedGet(long, java.util.concurrent.TimeUnit)">checkedGet</A></B>(long timeout,
<A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/TimeUnit.html?is-external=true" title="class or interface in java.util.concurrent">TimeUnit</A> unit)</CODE>
<BR>
Exception checking version of <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true#get(long, java.util.concurrent.TimeUnit)" title="class or interface in java.util.concurrent"><CODE>Future.get(long, TimeUnit)</CODE></A> that will
translate <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang"><CODE>InterruptedException</CODE></A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/CancellationException.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>CancellationException</CODE></A> and
<A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ExecutionException.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ExecutionException</CODE></A> into application-specific exceptions.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_com.google.common.util.concurrent.ListenableFuture"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from interface com.google.common.util.concurrent.<A HREF="../../../../../com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent">ListenableFuture</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../com/google/common/util/concurrent/ListenableFuture.html#addListener(java.lang.Runnable, java.util.concurrent.Executor)">addListener</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.util.concurrent.Future"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from interface java.util.concurrent.<A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true" title="class or interface in java.util.concurrent">Future</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true#cancel(boolean)" title="class or interface in java.util.concurrent">cancel</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true#get()" title="class or interface in java.util.concurrent">get</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true#get(long, java.util.concurrent.TimeUnit)" title="class or interface in java.util.concurrent">get</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true#isCancelled()" title="class or interface in java.util.concurrent">isCancelled</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true#isDone()" title="class or interface in java.util.concurrent">isDone</A></CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ 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="checkedGet()"><!-- --></A><H3>
checkedGet</H3>
<PRE>
<A HREF="../../../../../com/google/common/util/concurrent/CheckedFuture.html" title="type parameter in CheckedFuture">V</A> <A HREF="../../../../../src-html/com/google/common/util/concurrent/CheckedFuture.html#line.59"><B>checkedGet</B></A>()
throws <A HREF="../../../../../com/google/common/util/concurrent/CheckedFuture.html" title="type parameter in CheckedFuture">X</A> extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
<DL>
<DD>Exception checking version of <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true#get()" title="class or interface in java.util.concurrent"><CODE>Future.get()</CODE></A> that will translate
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang"><CODE>InterruptedException</CODE></A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/CancellationException.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>CancellationException</CODE></A> and
<A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ExecutionException.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ExecutionException</CODE></A> into application-specific exceptions.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the result of executing the future.
<DT><B>Throws:</B>
<DD><CODE>X</CODE> - on interruption, cancellation or execution exceptions.
<DD><CODE><A HREF="../../../../../com/google/common/util/concurrent/CheckedFuture.html" title="type parameter in CheckedFuture">X</A> extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="checkedGet(long, java.util.concurrent.TimeUnit)"><!-- --></A><H3>
checkedGet</H3>
<PRE>
<A HREF="../../../../../com/google/common/util/concurrent/CheckedFuture.html" title="type parameter in CheckedFuture">V</A> <A HREF="../../../../../src-html/com/google/common/util/concurrent/CheckedFuture.html#line.71"><B>checkedGet</B></A>(long timeout,
<A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/TimeUnit.html?is-external=true" title="class or interface in java.util.concurrent">TimeUnit</A> unit)
throws <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/TimeoutException.html?is-external=true" title="class or interface in java.util.concurrent">TimeoutException</A>,
<A HREF="../../../../../com/google/common/util/concurrent/CheckedFuture.html" title="type parameter in CheckedFuture">X</A> extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></PRE>
<DL>
<DD>Exception checking version of <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true#get(long, java.util.concurrent.TimeUnit)" title="class or interface in java.util.concurrent"><CODE>Future.get(long, TimeUnit)</CODE></A> that will
translate <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang"><CODE>InterruptedException</CODE></A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/CancellationException.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>CancellationException</CODE></A> and
<A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ExecutionException.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ExecutionException</CODE></A> into application-specific exceptions. On
timeout this method throws a normal <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/TimeoutException.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>TimeoutException</CODE></A>.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the result of executing the future.
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/TimeoutException.html?is-external=true" title="class or interface in java.util.concurrent">TimeoutException</A></CODE> - if retrieving the result timed out.
<DD><CODE>X</CODE> - on interruption, cancellation or execution exceptions.
<DD><CODE><A HREF="../../../../../com/google/common/util/concurrent/CheckedFuture.html" title="type parameter in CheckedFuture">X</A> extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A></CODE></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/CheckedFuture.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../com/google/common/util/concurrent/Callables.html" title="class in com.google.common.util.concurrent"><B>PREV CLASS</B></A>
<A HREF="../../../../../com/google/common/util/concurrent/ExecutionList.html" title="class in com.google.common.util.concurrent"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?com/google/common/util/concurrent/CheckedFuture.html" target="_top"><B>FRAMES</B></A>
<A HREF="CheckedFuture.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 | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| jgaltidor/VarJ | analyzed_libs/guava-libraries-read-only/javadoc/com/google/common/util/concurrent/CheckedFuture.html | HTML | mit | 20,944 |
<!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_02) on Wed Mar 22 19:19:11 PST 2006 -->
<TITLE>
RSAPublicKey (Java Card API and Subsets)
</TITLE>
<META NAME="keywords" CONTENT="javacard.security.RSAPublicKey interface">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="RSAPublicKey (Java Card API and Subsets)";
}
</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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/RSAPublicKey.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java Card </b><br><font size="-1">v2.2.2</font></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../javacard/security/RSAPrivateKey.html" title="interface in javacard.security"><B>PREV CLASS</B></A>
<A HREF="../../javacard/security/SecretKey.html" title="interface in javacard.security"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?javacard/security/RSAPublicKey.html" target="_top"><B>FRAMES</B></A>
<A HREF="RSAPublicKey.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 | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <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">
javacard.security</FONT>
<BR>
Interface RSAPublicKey</H2>
<DL>
<DT><B>All Superinterfaces:</B> <DD><A HREF="../../javacard/security/Key.html" title="interface in javacard.security">Key</A>, <A HREF="../../javacard/security/PublicKey.html" title="interface in javacard.security">PublicKey</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>RSAPublicKey</B><DT>extends <A HREF="../../javacard/security/PublicKey.html" title="interface in javacard.security">PublicKey</A></DL>
</PRE>
<P>
The <code>RSAPublicKey</code> is used to verify signatures on signed data using the RSA algorithm.
It may also used by the <code>javacardx.crypto.Cipher</code> class to encrypt/decrypt messages.
<p>When both the modulus and exponent of the key are set, the key is
initialized and ready for use.
<P>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../javacard/security/RSAPrivateKey.html" title="interface in javacard.security"><CODE>RSAPrivateKey</CODE></A>,
<A HREF="../../javacard/security/RSAPrivateCrtKey.html" title="interface in javacard.security"><CODE>RSAPrivateCrtKey</CODE></A>,
<A HREF="../../javacard/security/KeyBuilder.html" title="class in javacard.security"><CODE>KeyBuilder</CODE></A>,
<A HREF="../../javacard/security/Signature.html" title="class in javacard.security"><CODE>Signature</CODE></A>,
<A HREF="../../javacardx/crypto/Cipher.html" title="class in javacardx.crypto"><CODE>javacardx.crypto.Cipher</CODE></A>,
<A HREF="../../javacardx/crypto/KeyEncryption.html" title="interface in javacardx.crypto"><CODE>javacardx.crypto.KeyEncryption</CODE></A></DL>
<HR>
<P>
<!-- ========== 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> short</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../javacard/security/RSAPublicKey.html#getExponent(byte[], short)">getExponent</A></B>(byte[] buffer,
short offset)</CODE>
<BR>
Returns the public exponent value of the key in plain text.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> short</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../javacard/security/RSAPublicKey.html#getModulus(byte[], short)">getModulus</A></B>(byte[] buffer,
short offset)</CODE>
<BR>
Returns the modulus value of the key in plain text.</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="../../javacard/security/RSAPublicKey.html#setExponent(byte[], short, short)">setExponent</A></B>(byte[] buffer,
short offset,
short length)</CODE>
<BR>
Sets the public exponent value of the key.</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="../../javacard/security/RSAPublicKey.html#setModulus(byte[], short, short)">setModulus</A></B>(byte[] buffer,
short offset,
short length)</CODE>
<BR>
Sets the modulus value of the key.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_javacard.security.Key"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from interface javacard.security.<A HREF="../../javacard/security/Key.html" title="interface in javacard.security">Key</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../javacard/security/Key.html#clearKey()">clearKey</A>, <A HREF="../../javacard/security/Key.html#getSize()">getSize</A>, <A HREF="../../javacard/security/Key.html#getType()">getType</A>, <A HREF="../../javacard/security/Key.html#isInitialized()">isInitialized</A></CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ 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="setModulus(byte[], short, short)"><!-- --></A><H3>
setModulus</H3>
<PRE>
void <B>setModulus</B>(byte[] buffer,
short offset,
short length)
throws <A HREF="../../javacard/security/CryptoException.html" title="class in javacard.security">CryptoException</A></PRE>
<DL>
<DD>Sets the modulus value of the key.
The plaintext data format is big-endian and right-aligned (the least significant bit is the least significant
bit of last byte). Input modulus data is copied into the internal representation.
<p>Note:<ul>
<li><em>If the key object implements the </em><code>javacardx.crypto.KeyEncryption</code><em>
interface and the </em><code>Cipher</code><em> object specified via </em><code>setKeyCipher()</code><em>
is not </em><code>null</code><em>, the modulus value is decrypted using the </em><code>Cipher</code><em> object.</em>
</ul>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>buffer</CODE> - the input buffer<DD><CODE>offset</CODE> - the offset into the input buffer at which the modulus value begins<DD><CODE>length</CODE> - the byte length of the modulus
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../javacard/security/CryptoException.html" title="class in javacard.security">CryptoException</A></CODE> - with the following reason code:<ul>
<li><code>CryptoException.ILLEGAL_VALUE</code> if the input modulus data length is inconsistent
with the implementation or if input data decryption is required and fails.
</ul></DL>
</DD>
</DL>
<HR>
<A NAME="setExponent(byte[], short, short)"><!-- --></A><H3>
setExponent</H3>
<PRE>
void <B>setExponent</B>(byte[] buffer,
short offset,
short length)
throws <A HREF="../../javacard/security/CryptoException.html" title="class in javacard.security">CryptoException</A></PRE>
<DL>
<DD>Sets the public exponent value of the key.
The plaintext data format is big-endian and right-aligned (the least significant bit is the least significant
bit of last byte). Input exponent data is copied into the internal representation.
<p>Notes:<ul>
<li><em>All implementations must support exponent values up to 4 bytes in length. Implementations
may also support exponent values greater than 4 bytes in length.</em>
<li><em>If the key object implements the </em><code>javacardx.crypto.KeyEncryption</code><em>
interface and the </em><code>Cipher</code><em> object specified via </em><code>setKeyCipher()</code><em>
is not </em><code>null</code><em>, the exponent value is decrypted using the </em><code>Cipher</code><em> object.</em>
</ul>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>buffer</CODE> - the input buffer<DD><CODE>offset</CODE> - the offset into the input buffer at which the exponent value begins<DD><CODE>length</CODE> - the byte length of the exponent
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../javacard/security/CryptoException.html" title="class in javacard.security">CryptoException</A></CODE> - with the following reason code:<ul>
<li><code>CryptoException.ILLEGAL_VALUE</code> if the input exponent data length is inconsistent
with the implementation or if input data decryption is required and fails or if
the implementation does not support the specified exponent length.
</ul></DL>
</DD>
</DL>
<HR>
<A NAME="getModulus(byte[], short)"><!-- --></A><H3>
getModulus</H3>
<PRE>
short <B>getModulus</B>(byte[] buffer,
short offset)</PRE>
<DL>
<DD>Returns the modulus value of the key in plain text.
The data format is big-endian and right-aligned (the least significant bit is the least significant
bit of last byte).
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>buffer</CODE> - the output buffer<DD><CODE>offset</CODE> - the offset into the input buffer at which the modulus value starts
<DT><B>Returns:</B><DD>the byte length of the modulus value returned
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../javacard/security/CryptoException.html" title="class in javacard.security">CryptoException</A></CODE> - with the following reason code:<ul>
<li><code>CryptoException.UNINITIALIZED_KEY</code> if the modulus value
of the key has not been
successfully initialized since the
time the initialized state of the key was set to false.
</ul><DT><B>See Also:</B><DD><A HREF="../../javacard/security/Key.html" title="interface in javacard.security"><CODE>Key</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getExponent(byte[], short)"><!-- --></A><H3>
getExponent</H3>
<PRE>
short <B>getExponent</B>(byte[] buffer,
short offset)</PRE>
<DL>
<DD>Returns the public exponent value of the key in plain text.
The data format is big-endian and right-aligned (the least significant bit is the least significant
bit of last byte).
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>buffer</CODE> - the output buffer<DD><CODE>offset</CODE> - the offset into the output buffer at which the exponent value begins
<DT><B>Returns:</B><DD>the byte length of the public exponent returned
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../javacard/security/CryptoException.html" title="class in javacard.security">CryptoException</A></CODE> - with the following reason code:<ul>
<li><code>CryptoException.UNINITIALIZED_KEY</code> if the public exponent value
of the key has not been
successfully initialized since the
time the initialized state of the key was set to false.
</ul><DT><B>See Also:</B><DD><A HREF="../../javacard/security/Key.html" title="interface in javacard.security"><CODE>Key</CODE></A></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/RSAPublicKey.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java Card </b><br><font size="-1">v2.2.2</font></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../javacard/security/RSAPrivateKey.html" title="interface in javacard.security"><B>PREV CLASS</B></A>
<A HREF="../../javacard/security/SecretKey.html" title="interface in javacard.security"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?javacard/security/RSAPublicKey.html" target="_top"><B>FRAMES</B></A>
<A HREF="RSAPublicKey.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 | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright © 1993-2005 Sun Microsystems, Inc. 4150 Network Circle,<br>Santa Clara, CA, 95054, U.S.A. All Rights Reserved.</i>
</BODY>
</HTML>
| nversbra/SIC | workspace/java_card_kit-2_2_2/jc_specification/specs/api/html/javacard/security/RSAPublicKey.html | HTML | mit | 17,208 |
<!DOCTYPE html>
<html>
<head>
<title>Jasmine Test Runner</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link rel="stylesheet" type="text/css" href="../lib/jasmine-1.3.1/jasmine.css">
<script src="../lib/jasmine-1.3.1/jasmine.js"></script>
<script src="../lib/jasmine-1.3.1/jasmine-html.js"></script>
<!-- include source files here... -->
<script src="../js/zh_bcv_parser.js"></script>
<!-- make a node.js-compatible require() -->
<script>function require() { return {bcv_parser: bcv_parser}; }</script>
<!-- include spec files here... -->
<script src="js/zh.spec.js"></script>
</head>
<body>
<script>
setTimeout(function() {
jasmine.getEnv().addReporter(new jasmine.TrivialReporter())
jasmine.getEnv().execute()
}, 500);
</script>
</body>
</html>
| ricefield/Bible-Passage-Reference-Parser | test/zh.html | HTML | mit | 818 |
---
layout: null
section-type: about
title: About
---
## About
Thanks for dropping by. I hope that it will not waste your time, but in case it does, at least I tried.
Originally from Goa, India, I started my adventures in Engineering and Technology from <a href="http://www.nitgoa.ac.in">National Institute of Technology Goa </a> where I received my Bachelor in Electronics and Communication Engineering.
Between those, I spent more then 3 months at <a href="http://www.nio.org">CSIR National Institute of Oceanography</a> Goa, India where I worked as Project Intern on several software and hardware projects.
After completing my B.Tech I joined <a href="http://www.vacationlabs.com" >Vacation Labs</a> where I worked for around 6 months as a software developer. Currently I am working at CSIR National Insitute of Oceanography Goa as a part of CSIR Network project, where I am working on implementation of cooperative motion control between multiple Autonomous Underwater Vehicles (AUV's).
But, apart from being a <strike>cool guy</strike> geek,
I enjoy listening music specially "Coldplay", messing with hardware, playing FIFA, developing applications and reading novels.
| Lakshadeep/lakshadeep.github.io | about.html | HTML | mit | 1,178 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Examples</title>
</head>
<body>
<div id="helloDiv" />
<script src="app.js" type="text/javascript"></script>
</body>
</html> | petrsmid/modern-javascript-course | src/01_helloworld/index.html | HTML | mit | 210 |
<html>
<head>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<header>
<i>5th-level evocation</i><br/>
<b>Casting Time:</b> 1 action<br/>
<b>Range:</b> Sel f (30-foot radius)<br/>
<b>Components:</b> V<br/>
<b>Duration:</b> Instantaneous<br/>
</header>
<article>
<p>
You strike the ground, creating a burst of divine
energy that ripples outward from you. Each creature
you choose within 30 feet of you must succeed on a
Constitution saving throw or take <b>5d6 </b>thunder damage,
as well as <b>5d6 </b>radiant or necrotic damage (your choice),
and be knocked prone. A creature that succeeds on
its saving throw takes half as much damage and isn't
knocked prone.
</p>
<p>
</p>
</article>
</body>
</html> | servy/dnd5spellbook | app/src/main/assets/dndbundle/Destructive Wave.html | HTML | mit | 959 |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="lte-ie8" lang="en"><![endif]-->
<!--[if gt IE 8]><!--><html lang="en"><!--<![endif]-->
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>GOV.UK - The best place to find government services and information</title>
<script type="text/javascript">
(function(){if(navigator.userAgent.match(/IEMobile\/10\.0/)){var d=document,c="appendChild",a=d.createElement("style");a[c](d.createTextNode("@-ms-viewport{width:auto!important}"));d.getElementsByTagName("head")[0][c](a);}})();
</script>
<!--[if gt IE 8]><!--><link href="../assets/stylesheets/govuk-template.css" media="screen" rel="stylesheet" type="text/css" /><!--<![endif]-->
<!--[if IE 6]><link href="../assets/stylesheets/govuk-template-ie6.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE 7]><link href="../assets/stylesheets/govuk-template-ie7.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE 8]><link href="../assets/stylesheets/govuk-template-ie8.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
<link href="../assets/stylesheets/govuk-template-print.css" media="print" rel="stylesheet" type="text/css" />
<!--[if IE 8]>
<script type="text/javascript">
(function(){if(window.opera){return;}
setTimeout(function(){var a=document,g,b={families:(g=
["nta"]),urls:["../assets/stylesheets/fonts-ie8.css"]},
c="../assets/javascripts/vendor/goog/webfont-debug.js",d="script",
e=a.createElement(d),f=a.getElementsByTagName(d)[0],h=g.length;WebFontConfig
={custom:b},e.src=c,f.parentNode.insertBefore(e,f);for(;h=h-1;a.documentElement
.className+=' wf-'+g[h].replace(/\s/g,'').toLowerCase()+'-n4-loading');},0)
})()
</script>
<![endif]-->
<!--[if gte IE 9]><!-->
<link href="../assets/stylesheets/fonts.css" media="all" rel="stylesheet" type="text/css" />
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="../assets/javascripts/ie.js" type="text/javascript"></script>
<![endif]-->
<link rel="shortcut icon" href="../assets/images/favicon.ico" type="image/x-icon" />
<!-- Size for iPad and iPad mini (high resolution) -->
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="../assets/images/apple-touch-icon-152x152.png">
<!-- Size for iPhone and iPod touch (high resolution) -->
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="../assets/images/apple-touch-icon-120x120.png">
<!-- Size for iPad 2 and iPad mini (standard resolution) -->
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="../assets/images/apple-touch-icon-76x76.png">
<!-- Default non-defined size, also used for Android 2.1+ devices -->
<link rel="apple-touch-icon-precomposed" href="../assets/images/apple-touch-icon-60x60.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="../assets/images/opengraph-image.png">
<!--[if gt IE 8]><!--><link href="../assets/stylesheets/elements-page.css" rel="stylesheet" type="text/css"><!--<![endif]-->
<!--[if IE 6]><link href="../assets/stylesheets/elements-page-ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE 7]><link href="../assets/stylesheets/elements-page-ie7.css" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE 8]><link href="../assets/stylesheets/elements-page-ie8.css" rel="stylesheet" type="text/css" /><![endif]-->
<link href="../assets/stylesheets/overrider.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<script type="text/javascript">document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled');</script>
<div id="skiplink-container">
<div>
<a href="#content" class="skiplink">Skip to main content</a>
</div>
</div>
<div id="global-cookie-message">
<p>GOV.UK uses cookies to make the site simpler. <a href="https://www.gov.uk/help/cookies">Find out more about cookies</a></p>
</div>
<!--end global-cookie-message-->
<header role="banner" id="global-header" class="with-proposition">
<div class="header-wrapper">
<div class="header-global">
<div class="header-logo">
<a href="https://www.gov.uk/" title="Go to the GOV.UK homepage" id="logo" class="content">
<img src="../assets/images/gov.uk_logotype_crown_invert_trans.png" width="35" height="31" alt=""> GOV.UK
</a>
</div>
</div>
<div class="header-proposition">
<div class="content">
<a href="#proposition-links" class="js-header-toggle menu">Menu</a>
<nav id="proposition-menu">
<a href="/" id="proposition-name">Conduct Assessment Service</a>
<ul id="proposition-links">
<li><a href="dashboard_stack_v2.html" class="active">Dashboard</a></li>
<li><a href="client_submitted_cases.html">Submitted Cases</a></li>
<li><a href="client_users.html">Manage Team</a></li>
<li><a href="change_password.html">Change Password</a></li>
<li><a href="client_logout.html">Logout</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!--end header-->
<div id="global-header-bar"></div>
<!--end global-header-bar-->
<main class="elements-index" id="content" role="main">
<div class="phase-banner-beta">
<p>
<strong class="phase-tag">BETA</strong>
<span>This is a new service – your <a href="#">feedback</a> will help us to improve it.</span>
</p>
</div>
<div id="global-breadcrumb">
<ol>
<li><a href="/">Conduct Assessment Service</a></li>
<li><a href="/">Dashboard</a></li>
<li>AdventureWorks Cycles Limited</li>
</ol>
</div>
<!-- start of form -->
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-xlarge">
<span class="heading-secondary">NCL18829292</span>
AdventureWorks Cycles Limited
</h1>
<form role="form" method="get" action="case_3_company_directors.html" aria-label="Case information form">
<h1 class="form-title heading-large">Company details</h1>
<fieldset>
<div class="form-group" role="group" aria-label="Date of incorporation" >
<legend class="bold-small">Date of incorporation</legend>
<div class="form-date">
<div class="form-group form-group-day" role="group">
<label for="dateOfIncorporationDay">
<span class="form-label form-label-bold" id="dateOfIncorporationDayLabel">Day</span>
</label>
<input class="form-control" id="dateOfIncorporationDay" name="dateOfIncorporationDay" type="number" pattern="[0-9]*" min="0" max="31" aria-labelledby="dateOfIncorporationDayLabel" role="textbox">
</div>
<div class="form-group form-group-month" role="group">
<label for="dateOfIncorporationMonth">
<span class="form-label form-label-bold" id="dateOfIncorporationMonthLabel">Month</span>
</label>
<input class="form-control" id="dateOfIncorporationMonth" name="dateOfIncorporationMonth" type="number" pattern="[0-9]*" min="0" max="12" aria-labelledby="dateOfIncorporationMonthLabel" role="textbox">
</div>
<div class="form-group form-group-year" role="group">
<label for="dateOfIncorporationYear">
<span class="form-label form-label-bold" id="dateOfIncorporationYearLabel">Year</span>
</label>
<input class="form-control" id="dateOfIncorporationYear" name="dateOfIncorporationYear" type="number" pattern="[0-9]*" min="0" max="2016" aria-labelledby="dateOfIncorporationYearLabel" role="textbox">
</div>
</div>
</div>
</fieldset>
<div class="form-group" aria-label="Company address line 1" role="group">
<label for="companyAddressLine1">
<span class="form-label form-label-bold" id="companyAddressLine1Label">Address line 1</span>
<span class="form-hint" id="companyAddressLine1Hint">Registered office address prior to your appointment</span>
</label>
<input type="text" id="companyAddressLine1" class="form-control" name="companyAddressLine1" aria-labelledby="companyAddressLine1Label companyAddressLine1Hint" role="textbox" />
</div>
<div class="form-group" aria-label="Company address line 2" role="group">
<label for="companyAddressLine2">
<span class="form-label form-label-bold" id="companyAddressLine2Label">Address line 2</span>
</label>
<input id="companyAddressLine2" class="form-control" name="companyAddressLine2" type="text" value="" aria-labelledby="companyAddressLine2Label" role="textbox" />
</div>
<div class="form-group" aria-label="Company town/city" role="group">
<label for="companyTownCity">
<span class="form-label form-label-bold" id="companyTownCityLabel">Town/city</span>
</label>
<input id="companyTownCity" class="form-control" name="companyTownCity" type="text" value="" aria-labelledby="companyTownCityLabel" role="textbox" />
</div>
<div class="form-group" aria-label="Company postcode" role="group">
<label for="companyPostcode" class="form-label-bold">
<span class="form-label form-label-bold" id="companyPostcodeLabel">Postcode</span>
</label>
<input id="companyPostcode" class="form-control" name="companyPostcode" type="text" value="" aria-labelledby="companyPostcodeLabel" role="textbox" />
</div>
<div class="form-group" aria-label="Company country" role="group">
<label for="companyCountry" class="form-label-bold">
<span class="form-label form-label-bold" id="companyCountryLabel">Country</span>
</label>
<input id="companyCountry" class="form-control" name="companyCountry" type="text" value="" aria-labelledby="companyCountryLabel" role="textbox" />
</div>
<fieldset class="inline">
<div class="form-group" role="radiogroup" aria-label="Is the principal trading address same as above?" >
<legend class="bold-small" id="qPrincipalAddressSameLabel">Is the principal trading address same as above?</legend>
<label class="block-label" for="qPrincipalAddressSameYes">
<input id="qPrincipalAddressYes" type="radio" name="qPrincipalAddressSame" value="Yes" aria-labelledby="qPrincipalAddressSameLabel" role="radio">
Yes
</label>
<label class="block-label" for="qPrincipalAddressSameNo" data-target="q1-sub">
<input id="qPrincipalAddressSameNo" type="radio" name="qPrincipalAddressSame" value="No" aria-labelledby="qPrincipalAddressSameLabel" role="radio" aria-controls="q1-sub">
No
</label>
</div>
</fieldset>
<div class="panel panel-border-narrow js-hidden" id="q1-sub" role="group">
<div class="form-group" aria-label="Company's principal address line 1" role="group">
<label for="principalCompanyAddressLine1">
<span class="form-label form-label-bold" id="principalCompanyAddressLine1Label">Address line 1</span>
</label>
<input type="text" id="principalCompanyAddressLine1" class="form-control" name="principalCompanyAddressLine1" aria-labelledby="principalCompanyAddressLine1Label" role="textbox" />
</div>
<div class="form-group" aria-label="Company's principal address line 2" role="group">
<label for="principalCompanyAddressLine2">
<span class="form-label form-label-bold" id="principalCompanyAddressLine2Label">Address line 2</span>
</label>
<input id="principalCompanyAddressLine2" class="form-control" name="principalCompanyAddressLine2" type="text" value="" aria-labelledby="principalCompanyAddressLine2Label" role="textbox" />
</div>
<div class="form-group" aria-label="Company's principal town/city" role="group">
<label for="principalCompanyTownCity">
<span class="form-label form-label-bold" id="principalCompanyTownCityLabel">Town/city</span>
</label>
<input id="principalCompanyTownCity" class="form-control" name="principalCompanyTownCity" type="text" value="" aria-labelledby="principalCompanyTownCityLabel" role="textbox" />
</div>
<div class="form-group" aria-label="Company's principal postcode" role="group">
<label for="principalCompanyPostcode" class="form-label-bold">
<span class="form-label form-label-bold" id="principalCompanyPostcodeLabel">Postcode</span>
</label>
<input id="principalCompanyPostcode" class="form-control" name="principalCompanyPostcode" type="text" value="" aria-labelledby="principalCompanyPostcodeLabel" role="textbox" />
</div>
<div class="form-group" aria-label="Company's principal country" role="group">
<label for="principalCompanyCountry" class="form-label-bold">
<span class="form-label form-label-bold" id="principalCompanyCountryLabel">Country</span>
</label>
<input id="principalCompanyCountry" class="form-control" name="principalCompanyCountry" type="text" value="" aria-labelledby="principalCompanyCountryLabel" role="textbox" />
</div>
</div>
<div> </div>
<div class="form-group">
<button id="btnSaveAndContinue" class="button" role="button" aria-label="Save and continue">Save and continue</button>
</div>
</form>
<a href="javascript:window.history.back();" class="link-back" role="link">Back</a>
</div>
<div class="column-one-third">
<aside class="related">
<!--
<h4 class="heading-medium">Assessment progress</h4>
<nav>
<ul class="list list-links">
<li><strong class="bold-small">Case details</strong></li>
<li><a href="#">Company details</a></li>
<li><a href="#">Company director details</a></li>
<li class="disabled-link"><a href="#">Company insolvency</a></li>
<li class="disabled-link"><a href="#">Books & records</a></li>
<li class="disabled-link"><a href="#">Director conduct</a></li>
</ol>
</nav>
-->
<div class="notice">
<i class="icon icon-file-download">
<span class="visuallyhidden">Warning</span>
</i>
<strong class="bold-small">
<a href="#">View PDF </a>
</strong>
</div>
</aside>
</div>
</div>
<!-- end of form -->
</main>
<!-- Page content goes here -->
<footer class="group js-footer" id="footer" role="contentinfo">
<div class="footer-wrapper">
<div class="footer-meta">
<div class="footer-meta-inner">
<div class="open-government-licence">
<p class="logo"><a href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence</a></p>
<p>All content is available under the <a href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, except where otherwise stated</p>
</div>
</div>
<div class="copyright">
<a href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
</div>
</div>
</div>
</footer>
<!--end footer-->
<div id="global-app-error" class="app-error hidden"></div>
<script src="../assets/javascripts/govuk-template.js" type="text/javascript"></script>
<script src="../assets/javascripts/jquery.js" type="text/javascript"></script>
<script src="../assets/javascripts/vendor/bind.js" type="text/javascript"></script>
<script src="../assets/javascripts/selection-buttons.js" type="text/javascript"></script>
<script src="../assets/javascripts/vendor/details.polyfill.js" type="text/javascript"></script>
<script src="../assets/javascripts/application.js" type="text/javascript"></script>
</body>
</html>
| InsolvencyService/cas-prototypes | UR_8/views/case_2_company_details.html | HTML | mit | 18,962 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Memelang - Tabelas de Compatibilidade</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body>
<div class="container">
<h1>Memelang - Tabelas de Compatibilidade</h1>
<br>
</br>
<ul>
<li> INT / INT = FLOAT </li>
<li> INT RELACIONAL, LOGICO INT = BOOLEAN </li>
<li> INT (+-*/) FLOAT = FLOAT</li>
<li> INT RELACIONAL, MOD, LOGICO FLOAT = BOOLEAN</li>
<li> FLOAT (+-*/) INT = FLOAT</li>
<li> FLOAT RELACIONAL, LOGICO INT = BOOLEAN </li>
<li> FLOAT RELACIONAL, LOGICO FLOAT = BOOLEAN </li>
<li> CHAR + CHAR = STRING</li>
<li> STRING + CHAR = STRING</li>
<li> CHAR + STRING = STRING</li>
<li> CHAR RELACIONAL, LOGICO STRING = BOOLEAN</li>
<li> STRING RELACIONAL, LOGICO CHAR = BOOLEAN</li>
</ul>
<h2> Compatibilidade de Operações </h2>
<table class="table table-striped">
<tr>
<th> </th>
<th> int </th>
<th> char </th>
<th> float </th>
<th> string </th>
<th> boolean </th>
</tr>
<tr>
<td> int </td>
<td> + - / * R B M L </td>
<td> erro </td>
<td> + - / * R M L </td>
<td> erro </td>
<td> erro </td>
</tr>
<tr>
<td> char </td>
<td> erro </td>
<td> +, R, L </td>
<td> erro </td>
<td> +, R, L </td>
<td> erro </td>
</tr>
<tr>
<td> float </td>
<td> + - / *, M, L </td>
<td> erro </td>
<td> + - / *, M, L </td>
<td> erro </td>
<td> erro </td>
</tr>
<tr>
<td> string </td>
<td> erro </td>
<td> +, R, L </td>
<td> erro </td>
<td> +, R, L </td>
<td> erro </td>
</tr>
<tr>
<td> boolean </td>
<td> erro </td>
<td> erro </td>
<td> erro </td>
<td> erro </td>
<td> R, L </td>
</tr>
</table>
<h2> Compatibilidade de Atribuições </h2>
<table class="table table-striped">
<tr>
<th> </th>
<th> int </th>
<th> char </th>
<th> float </th>
<th> string </th>
<th> boolean </th>
</tr>
<tr>
<td> int </td>
<td> ok </td>
<td> erro </td>
<td> aviso </td>
<td> erro </td>
<td> erro </td>
</tr>
<tr>
<td> char </td>
<td> erro </td>
<td> ok </td>
<td> erro </td>
<td> aviso </td>
<td> erro </td>
</tr>
<tr>
<td> float </td>
<td> ok </td>
<td> erro </td>
<td> ok </td>
<td> erro </td>
<td> erro </td>
</tr>
<tr>
<td> string </td>
<td> erro </td>
<td> ok </td>
<td> erro </td>
<td> ok </td>
<td> erro </td>
</tr>
<tr>
<td> boolean </td>
<td> erro </td>
<td> erro </td>
<td> erro </td>
<td> erro </td>
<td> ok </td>
</tr>
</table>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html> | BeholderDEV/MemeLang | src/br/beholder/memelang/web/tables.html | HTML | mit | 3,753 |
{% extends "layouts/admin.html" %}
{% block page_title %}DNZO Admin: Settings{% endblock %}
{% block content %}
<h2>DNZO settings</h2>
<ul>
{% for setting in settings %}
<li>
{{ setting.name }}: {% if setting.value %}{{ setting.value }}{% else %}(none){% endif %}
<form action="{% url SettingsHandler %}" method="POST">
<input type="hidden" name="setting" value="{{ setting.name }}">
<input type="text" name="value" value="{{ setting.value }}">
<input type="submit" value="save">
</form>
</li>
{% endfor %}
</ul>
{% endblock %} | taylorhughes/done-zo | dnzo/resources/templates/admin/settings.html | HTML | mit | 597 |
<!DOCTYPE html><html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<meta charset="utf-8">
<title>phpDocumentor » \ep_Wojewodztwo</title>
<meta name="author" content="Mike van Riel">
<meta name="description" content="">
<link href="../css/template.css" rel="stylesheet" media="all">
<script src="../js/jquery-1.7.1.min.js" type="text/javascript"></script><script src="../js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"></script><script src="../js/jquery.mousewheel.min.js" type="text/javascript"></script><script src="../js/bootstrap.js" type="text/javascript"></script><script src="../js/template.js" type="text/javascript"></script><script src="../js/prettify/prettify.min.js" type="text/javascript"></script><link rel="shortcut icon" href="../img/favicon.ico">
<link rel="apple-touch-icon" href="../img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="../img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="../img/apple-touch-icon-114x114.png">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner"><div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a><a class="brand" href="../index.html">phpDocumentor</a><div class="nav-collapse"><ul class="nav">
<li class="dropdown">
<a href="#api" class="dropdown-toggle" data-toggle="dropdown">
API Documentation <b class="caret"></b></a><ul class="dropdown-menu"></ul>
</li>
<li class="dropdown" id="charts-menu">
<a href="#charts" class="dropdown-toggle" data-toggle="dropdown">
Charts <b class="caret"></b></a><ul class="dropdown-menu"><li><a href="../graph_class.html"><i class="icon-list-alt"></i> Class hierarchy diagram</a></li></ul>
</li>
<li class="dropdown" id="reports-menu">
<a href="#reports" class="dropdown-toggle" data-toggle="dropdown">
Reports <b class="caret"></b></a><ul class="dropdown-menu">
<li><a href="../errors.html"><i class="icon-remove-sign"></i> Errors
<span class="label label-info">961</span></a></li>
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
<ul><li>fixme
<span class="label label-info">16</span>
</li></ul></a></li>
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
<span class="label label-info">0</span></a></li>
</ul>
</li>
</ul></div>
</div></div>
<div class="go_to_top"><a href="#___" style="color: inherit">Back to top <i class="icon-upload icon-white"></i></a></div>
</div>
<div id="___" class="container">
<noscript><div class="alert alert-warning">
Javascript is disabled; several features are only available
if Javascript is enabled.
</div></noscript>
<div class="row">
<div class="span4">
<span class="btn-group visibility" data-toggle="buttons-checkbox"><button class="btn public active" title="Show public elements">Public</button><button class="btn protected" title="Show protected elements">Protected</button><button class="btn private" title="Show private elements">Private</button><button class="btn inherited active" title="Show inherited elements">Inherited</button></span><div class="btn-group view pull-right" data-toggle="buttons-radio">
<button class="btn details" title="Show descriptions and method names"><i class="icon-list"></i></button><button class="btn simple" title="Show only method names"><i class="icon-align-justify"></i></button>
</div>
<ul class="side-nav nav nav-list">
<li class="nav-header">
<i class="icon-custom icon-method"></i> Methods
<ul>
<li class="method public inherited"><a href="#method___construct" title="__construct :: "><span class="description">__construct()
</span><pre>__construct()</pre></a></li>
<li class="method public "><a href="#method___toString" title="__toString :: "><span class="description">__toString()
</span><pre>__toString()</pre></a></li>
<li class="method public inherited"><a href="#method_call" title="call :: "><span class="description">call()
</span><pre>call()</pre></a></li>
<li class="method public "><a href="#method_getDataStruct" title="getDataStruct :: "><span class="description">getDataStruct()
</span><pre>getDataStruct()</pre></a></li>
<li class="method public inherited"><a href="#method_getDescription" title="getDescription :: "><span class="description">getDescription()
</span><pre>getDescription()</pre></a></li>
<li class="method public inherited"><a href="#method_getTitle" title="getTitle :: "><span class="description">getTitle()
</span><pre>getTitle()</pre></a></li>
<li class="method public inherited"><a href="#method_init" title="init :: "><span class="description">init()
</span><pre>init()</pre></a></li>
<li class="method public inherited"><a href="#method_isloaded" title="isloaded :: "><span class="description">isloaded()
</span><pre>isloaded()</pre></a></li>
<li class="method public inherited"><a href="#method_load" title="load :: "><span class="description">load()
</span><pre>load()</pre></a></li>
<li class="method public inherited"><a href="#method_load_from_db" title="load_from_db :: "><span class="description">load_from_db()
</span><pre>load_from_db()</pre></a></li>
<li class="method public inherited"><a href="#method_load_layer" title="load_layer :: "><span class="description">load_layer()
</span><pre>load_layer()</pre></a></li>
<li class="method public "><a href="#method_obszar" title="obszar :: "><span class="description">obszar()
</span><pre>obszar()</pre></a></li>
<li class="method public inherited"><a href="#method_parse_data" title="parse_data :: "><span class="description">parse_data()
</span><pre>parse_data()</pre></a></li>
</ul>
</li>
<li class="nav-header private">» Private
<ul>
<li class="method private inherited"><a href="#method___call" title="__call :: Implements get_* getters for trivial cases."><span class="description">Implements get_* getters for trivial cases.</span><pre>__call()</pre></a></li>
<li class="method private inherited"><a href="#method_generate_sig" title="generate_sig :: "><span class="description">generate_sig()
</span><pre>generate_sig()</pre></a></li>
</ul>
</li>
<li class="nav-header">
<i class="icon-custom icon-property"></i> Properties
<ul>
<li class="property public "><a href="#property__aliases" title="$_aliases :: "><span class="description"></span><pre>$_aliases</pre></a></li>
<li class="property public "><a href="#property__field_init_lookup" title="$_field_init_lookup :: "><span class="description"></span><pre>$_field_init_lookup</pre></a></li>
<li class="property public inherited"><a href="#property__version" title="$_version :: "><span class="description"></span><pre>$_version</pre></a></li>
<li class="property public inherited"><a href="#property_data" title="$data :: "><span class="description"></span><pre>$data</pre></a></li>
<li class="property public inherited"><a href="#property_id" title="$id :: "><span class="description"></span><pre>$id</pre></a></li>
<li class="property public inherited"><a href="#property_layers" title="$layers :: "><span class="description"></span><pre>$layers</pre></a></li>
<li class="property public inherited"><a href="#property_server_address" title="$server_address :: "><span class="description"></span><pre>$server_address</pre></a></li>
</ul>
</li>
<li class="nav-header private">» Private
<ul>
<li class="property private inherited"><a href="#property__key" title="$_key :: "><span class="description"></span><pre>$_key</pre></a></li>
<li class="property private "><a href="#property__obszar" title="$_obszar :: "><span class="description"></span><pre>$_obszar</pre></a></li>
<li class="property private inherited"><a href="#property__secret" title="$_secret :: "><span class="description"></span><pre>$_secret</pre></a></li>
<li class="property private inherited"><a href="#property_loaded" title="$loaded :: "><span class="description"></span><pre>$loaded</pre></a></li>
</ul>
</li>
<li class="nav-header">
<i class="icon-custom icon-constant"></i> Constants
<ul>
<li class="constant inherited"><a href="#constant_TYPE_ARRAY" title="TYPE_ARRAY :: "><span class="description">TYPE_ARRAY</span><pre>TYPE_ARRAY</pre></a></li>
<li class="constant inherited"><a href="#constant_TYPE_BOOLEAN" title="TYPE_BOOLEAN :: "><span class="description">TYPE_BOOLEAN</span><pre>TYPE_BOOLEAN</pre></a></li>
<li class="constant inherited"><a href="#constant_TYPE_FLOAT" title="TYPE_FLOAT :: "><span class="description">TYPE_FLOAT</span><pre>TYPE_FLOAT</pre></a></li>
<li class="constant inherited"><a href="#constant_TYPE_INT" title="TYPE_INT :: "><span class="description">TYPE_INT</span><pre>TYPE_INT</pre></a></li>
<li class="constant inherited"><a href="#constant_TYPE_METHOD" title="TYPE_METHOD :: "><span class="description">TYPE_METHOD</span><pre>TYPE_METHOD</pre></a></li>
<li class="constant inherited"><a href="#constant_TYPE_OBJECT" title="TYPE_OBJECT :: "><span class="description">TYPE_OBJECT</span><pre>TYPE_OBJECT</pre></a></li>
<li class="constant inherited"><a href="#constant_TYPE_STRING" title="TYPE_STRING :: "><span class="description">TYPE_STRING</span><pre>TYPE_STRING</pre></a></li>
</ul>
</li>
</ul>
</div>
<div class="span8">
<a id="\ep_Wojewodztwo"></a><ul class="breadcrumb">
<li>
<a href="../index.html"><i class="icon-custom icon-class"></i></a><span class="divider">\</span>
</li>
<li><a href="../namespaces/global.html">global</a></li>
<li class="active">
<span class="divider">\</span><a href="../classes/ep_Wojewodztwo.html">ep_Wojewodztwo</a>
</li>
</ul>
<div class="element class"><div class="details">
<h3>
<i class="icon-custom icon-method"></i> Methods</h3>
<a id="method___construct"></a><div class="element clickable method public method___construct" data-toggle="collapse" data-target=".method___construct .collapse">
<h2>__construct()
</h2>
<pre>__construct($data, $complex) </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\ep_Object::__construct()</td>
</tr></table>
<h3>Parameters</h3>
<div class="subelement argument"><h4>$data</h4></div>
<div class="subelement argument"><h4>$complex</h4></div>
</div></div>
</div>
<a id="method___toString"></a><div class="element clickable method public method___toString" data-toggle="collapse" data-target=".method___toString .collapse">
<h2>__toString()
</h2>
<pre>__toString() : string</pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<h3>Returns</h3>
<div class="subelement response"><code>string</code></div>
</div></div>
</div>
<a id="method_call"></a><div class="element clickable method public method_call" data-toggle="collapse" data-target=".method_call .collapse">
<h2>call()
</h2>
<pre>call($service, $params) </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered">
<tr>
<th>inherited_from</th>
<td>\ep_Api::call()</td>
</tr>
<tr>
<th>inherited_from</th>
<td>\ep_Object::call()</td>
</tr>
</table>
<h3>Parameters</h3>
<div class="subelement argument"><h4>$service</h4></div>
<div class="subelement argument"><h4>$params</h4></div>
</div></div>
</div>
<a id="method_getDataStruct"></a><div class="element clickable method public method_getDataStruct" data-toggle="collapse" data-target=".method_getDataStruct .collapse">
<h2>getDataStruct()
</h2>
<pre>getDataStruct() : array</pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered"><tr>
<th>see</th>
<td><a href="classes.ep_Object.html#%5Cep_Object::getDataStruct()">\ep_Object::getDataStruct()</a></td>
</tr></table>
<h3>Returns</h3>
<div class="subelement response">
<code>array</code>of definitions of fields in data field. Array keys are names and values are constants from ep_Object::TYPE_*. All defined fields are availible by get_{NAME} getter methods and should be read this way.</div>
</div></div>
</div>
<a id="method_getDescription"></a><div class="element clickable method public method_getDescription" data-toggle="collapse" data-target=".method_getDescription .collapse">
<h2>getDescription()
</h2>
<pre>getDescription() </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\ep_Object::getDescription()</td>
</tr></table>
</div></div>
</div>
<a id="method_getTitle"></a><div class="element clickable method public method_getTitle" data-toggle="collapse" data-target=".method_getTitle .collapse">
<h2>getTitle()
</h2>
<pre>getTitle() </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\ep_Object::getTitle()</td>
</tr></table>
</div></div>
</div>
<a id="method_init"></a><div class="element clickable method public method_init" data-toggle="collapse" data-target=".method_init .collapse">
<h2>init()
</h2>
<pre>init() : <a href="../classes/ep_Api.html">\ep_Api</a></pre>
<div class="labels">
<span class="label">Inherited</span><span class="label">Static</span>
</div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered">
<tr>
<th>inherited_from</th>
<td>\ep_Api::init()</td>
</tr>
<tr>
<th>inherited_from</th>
<td>\ep_Object::init()</td>
</tr>
</table>
<h3>Returns</h3>
<div class="subelement response"><code><a href="../classes/ep_Api.html">\ep_Api</a></code></div>
</div></div>
</div>
<a id="method_isloaded"></a><div class="element clickable method public method_isloaded" data-toggle="collapse" data-target=".method_isloaded .collapse">
<h2>isloaded()
</h2>
<pre>isloaded() </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\ep_Object::isloaded()</td>
</tr></table>
</div></div>
</div>
<a id="method_load"></a><div class="element clickable method public method_load" data-toggle="collapse" data-target=".method_load .collapse">
<h2>load()
</h2>
<pre>load() </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\ep_Object::load()</td>
</tr></table>
</div></div>
</div>
<a id="method_load_from_db"></a><div class="element clickable method public method_load_from_db" data-toggle="collapse" data-target=".method_load_from_db .collapse">
<h2>load_from_db()
</h2>
<pre>load_from_db() </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\ep_Object::load_from_db()</td>
</tr></table>
</div></div>
</div>
<a id="method_load_layer"></a><div class="element clickable method public method_load_layer" data-toggle="collapse" data-target=".method_load_layer .collapse">
<h2>load_layer()
</h2>
<pre>load_layer($layer, $params) </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\ep_Object::load_layer()</td>
</tr></table>
<h3>Parameters</h3>
<div class="subelement argument"><h4>$layer</h4></div>
<div class="subelement argument"><h4>$params</h4></div>
</div></div>
</div>
<a id="method_obszar"></a><div class="element clickable method public method_obszar" data-toggle="collapse" data-target=".method_obszar .collapse">
<h2>obszar()
</h2>
<pre>obszar() : \ep_Area</pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<h3>Returns</h3>
<div class="subelement response"><code>\ep_Area</code></div>
</div></div>
</div>
<a id="method_parse_data"></a><div class="element clickable method public method_parse_data" data-toggle="collapse" data-target=".method_parse_data .collapse">
<h2>parse_data()
</h2>
<pre>parse_data($data) </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\ep_Object::parse_data()</td>
</tr></table>
<h3>Parameters</h3>
<div class="subelement argument"><h4>$data</h4></div>
</div></div>
</div>
<a id="method___call"></a><div class="element clickable method private method___call" data-toggle="collapse" data-target=".method___call .collapse">
<h2>Implements get_* getters for trivial cases.</h2>
<pre>__call(string $name, array $arguments) </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"><p>Complex cases should be handled by direct method implementation.</p></div>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\ep_Object::__call()</td>
</tr></table>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$name</h4>
<code>string</code>
</div>
<div class="subelement argument">
<h4>$arguments</h4>
<code>array</code>
</div>
<h3>Exceptions</h3>
<table class="table table-bordered">
<tr>
<th><code><a href="http://php.net/manual/en/class.badmethodcallexception.php">\BadMethodCallException</a></code></th>
<td></td>
</tr>
<tr>
<th><code><a href="http://php.net/manual/en/class.unexpectedvalueexception.php">\UnexpectedValueException</a></code></th>
<td></td>
</tr>
</table>
</div></div>
</div>
<a id="method_generate_sig"></a><div class="element clickable method private method_generate_sig" data-toggle="collapse" data-target=".method_generate_sig .collapse">
<h2>generate_sig()
</h2>
<pre>generate_sig(array $params) : string</pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered">
<tr>
<th>inherited_from</th>
<td>\ep_Api::generate_sig()</td>
</tr>
<tr>
<th>inherited_from</th>
<td>\ep_Object::generate_sig()</td>
</tr>
</table>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$params</h4>
<code>array</code>
</div>
<h3>Returns</h3>
<div class="subelement response"><code>string</code></div>
</div></div>
</div>
<h3>
<i class="icon-custom icon-property"></i> Properties</h3>
<a id="property__aliases"> </a><div class="element clickable property public property__aliases" data-toggle="collapse" data-target=".property__aliases .collapse">
<h2></h2>
<pre>$_aliases </pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
</div>
<a id="property__field_init_lookup"> </a><div class="element clickable property public property__field_init_lookup" data-toggle="collapse" data-target=".property__field_init_lookup .collapse">
<h2></h2>
<pre>$_field_init_lookup </pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
</div>
<a id="property__version"> </a><div class="element clickable property public property__version" data-toggle="collapse" data-target=".property__version .collapse">
<h2></h2>
<pre>$_version </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered">
<tr>
<th>inherited_from</th>
<td>\ep_Api::$$_version</td>
</tr>
<tr>
<th>inherited_from</th>
<td>\ep_Object::$$_version</td>
</tr>
</table>
</div></div>
</div>
<a id="property_data"> </a><div class="element clickable property public property_data" data-toggle="collapse" data-target=".property_data .collapse">
<h2></h2>
<pre>$data </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\ep_Object::$$data</td>
</tr></table>
</div></div>
</div>
<a id="property_id"> </a><div class="element clickable property public property_id" data-toggle="collapse" data-target=".property_id .collapse">
<h2></h2>
<pre>$id </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\ep_Object::$$id</td>
</tr></table>
</div></div>
</div>
<a id="property_layers"> </a><div class="element clickable property public property_layers" data-toggle="collapse" data-target=".property_layers .collapse">
<h2></h2>
<pre>$layers </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\ep_Object::$$layers</td>
</tr></table>
</div></div>
</div>
<a id="property_server_address"> </a><div class="element clickable property public property_server_address" data-toggle="collapse" data-target=".property_server_address .collapse">
<h2></h2>
<pre>$server_address </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered">
<tr>
<th>inherited_from</th>
<td>\ep_Api::$$server_address</td>
</tr>
<tr>
<th>inherited_from</th>
<td>\ep_Object::$$server_address</td>
</tr>
</table>
</div></div>
</div>
<a id="property__key"> </a><div class="element clickable property private property__key" data-toggle="collapse" data-target=".property__key .collapse">
<h2></h2>
<pre>$_key </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered">
<tr>
<th>inherited_from</th>
<td>\ep_Api::$$_key</td>
</tr>
<tr>
<th>inherited_from</th>
<td>\ep_Object::$$_key</td>
</tr>
</table>
</div></div>
</div>
<a id="property__obszar"> </a><div class="element clickable property private property__obszar" data-toggle="collapse" data-target=".property__obszar .collapse">
<h2></h2>
<pre>$_obszar : \ep_Area</pre>
<div class="labels"></div>
<div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
</div>
<a id="property__secret"> </a><div class="element clickable property private property__secret" data-toggle="collapse" data-target=".property__secret .collapse">
<h2></h2>
<pre>$_secret </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered">
<tr>
<th>inherited_from</th>
<td>\ep_Api::$$_secret</td>
</tr>
<tr>
<th>inherited_from</th>
<td>\ep_Object::$$_secret</td>
</tr>
</table>
</div></div>
</div>
<a id="property_loaded"> </a><div class="element clickable property private property_loaded" data-toggle="collapse" data-target=".property_loaded .collapse">
<h2></h2>
<pre>$loaded </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\ep_Object::$$loaded</td>
</tr></table>
</div></div>
</div>
<h3>
<i class="icon-custom icon-constant"></i> Constants</h3>
<a id="constant_TYPE_ARRAY"> </a><div class="element clickable constant constant_TYPE_ARRAY" data-toggle="collapse" data-target=".constant_TYPE_ARRAY .collapse">
<h2>TYPE_ARRAY</h2>
<pre>TYPE_ARRAY </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\ep_Object::TYPE_ARRAY</td>
</tr></table>
</div></div>
</div>
<a id="constant_TYPE_BOOLEAN"> </a><div class="element clickable constant constant_TYPE_BOOLEAN" data-toggle="collapse" data-target=".constant_TYPE_BOOLEAN .collapse">
<h2>TYPE_BOOLEAN</h2>
<pre>TYPE_BOOLEAN </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\ep_Object::TYPE_BOOLEAN</td>
</tr></table>
</div></div>
</div>
<a id="constant_TYPE_FLOAT"> </a><div class="element clickable constant constant_TYPE_FLOAT" data-toggle="collapse" data-target=".constant_TYPE_FLOAT .collapse">
<h2>TYPE_FLOAT</h2>
<pre>TYPE_FLOAT </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\ep_Object::TYPE_FLOAT</td>
</tr></table>
</div></div>
</div>
<a id="constant_TYPE_INT"> </a><div class="element clickable constant constant_TYPE_INT" data-toggle="collapse" data-target=".constant_TYPE_INT .collapse">
<h2>TYPE_INT</h2>
<pre>TYPE_INT </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\ep_Object::TYPE_INT</td>
</tr></table>
</div></div>
</div>
<a id="constant_TYPE_METHOD"> </a><div class="element clickable constant constant_TYPE_METHOD" data-toggle="collapse" data-target=".constant_TYPE_METHOD .collapse">
<h2>TYPE_METHOD</h2>
<pre>TYPE_METHOD </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\ep_Object::TYPE_METHOD</td>
</tr></table>
</div></div>
</div>
<a id="constant_TYPE_OBJECT"> </a><div class="element clickable constant constant_TYPE_OBJECT" data-toggle="collapse" data-target=".constant_TYPE_OBJECT .collapse">
<h2>TYPE_OBJECT</h2>
<pre>TYPE_OBJECT </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\ep_Object::TYPE_OBJECT</td>
</tr></table>
</div></div>
</div>
<a id="constant_TYPE_STRING"> </a><div class="element clickable constant constant_TYPE_STRING" data-toggle="collapse" data-target=".constant_TYPE_STRING .collapse">
<h2>TYPE_STRING</h2>
<pre>TYPE_STRING </pre>
<div class="labels"><span class="label">Inherited</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>\ep_Object::TYPE_STRING</td>
</tr></table>
</div></div>
</div>
</div></div>
</div>
</div>
<div class="row"><footer class="span12">
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a12</a> and<br>
generated on 2013-02-15T11:46:54+01:00.<br></footer></div>
</div>
</body>
</html>
| veriKami/ePF_API_doc | ePF_API_phpdoc-0.1.x-dev/classes/ep_Wojewodztwo.html | HTML | mit | 28,949 |
---
layout: post
title: "肩こりユーザー用マウス"
categories:
- Life
tags:
- "エルゴノミクス"
- "マウス"
- "人間工学"
- "肩こり"
status: publish
type: post
published: true
meta:
_edit_last: '3'
author:
login: yokoshima
email: k.yokoshima@gmail.com
display_name: yokoshima
first_name: ''
last_name: ''
---
<p>もともと肩がこる方ではなかったのだが、ここ1~2年位の間、じわりと肩こりがするようになってきた。<br />
なので、1年くらい前に、腕の負担を減らせるかと思ってトラックボールを使うようにした。</p>
<p>それが原因なのか分からないが、半年くらい前から、右腕(トラックボールを操作する方)が全体的にダルくなり、<br />
あまりにひどいので、整骨院やらカイロプラクティックにも行ってみた。<br />
整骨院の先生と話をしていると、どうもトラックボールは、腕は動かさないが、親指にその分負担がかかるのでそれはそれで良くないらしい。<br />
なので、トラックボールは使うのをやめることにして、何か肩こりに良いマウスないかなぁ~と探していたらこんな記事。</p>
<p><a href="http://blog.livedoor.jp/decobocobo/archives/50875198.html">肩こりに効くマウス 購入!</a></p>
<p>おぉ、この人は2年経っても経過が順調らしい。<br />
早速Amazonで購入してみて、先ほどから使用開始しているが、なんとなく肩が楽になったような・・・。<br />
形は今までのマウスのような形ではないけど、使い勝手は全然問題ない。</p>
<p>[iframe http://rcm-jp.amazon.co.jp/e/cm?t=yokoshima08-22&o=9&p=8&l=as1&asins=B000LPQ2VU&fc1=000000&IS2=1&lt1=_blank&m=amazon&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr 120 240]</p>
<p>このマウスもそうだけど、「エルゴノミクス」という言葉が出てくる。<br />
日本語では「人間工学」という。聞いたことがあるような単語だけれども、<br />
<a href="http://e-words.jp/w/E382A8E383ABE382B4E3838EE3839FE382AFE382B9.html">エルゴノミクスとは 【ergonomics】 - 意味/解説/説明/定義 : IT用語辞典</a></p>
<blockquote><p>人間が扱いやすい装置の形状などを研究することで、疲れやストレスをなるべく感じずに人間が機械を扱えることを目的とする学問である。</p></blockquote>
<p>今まではその辺全く意識してなかったですが、今後何かを購入するときは「エルゴノミクス デザイン」を意識するようにしよう。</p>
<p>とにかくしばらく使ってみたいと思います。</p>
| tmpla/tmpla.github.io | _posts/2010-02-14-%e8%82%a9%e3%81%93%e3%82%8a%e3%83%a6%e3%83%bc%e3%82%b6%e3%83%bc%e7%94%a8%e3%83%9e%e3%82%a6%e3%82%b9.html | HTML | mit | 2,802 |
<html><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Filibuster</title> <link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<body><h1>Results for "jobs_executive"</h1>
<p><a href="index.html">Index</a></p>
<p class="blurb">Brand Manager of interactive front-end</p>
<p class="blurb">Chief Operations Officer</p>
<p class="blurb">Brand Manager for just-in-time convergence</p>
<p class="blurb">Brand Manager, broadband front-end</p>
<p class="blurb">Vice President for proprietary convergence</p>
<p class="blurb">Chief Technical Officer</p>
<p class="blurb">Chief Financial Officer</p>
<p class="blurb">Chief Executive Officer</p>
<p class="blurb">Chief Executive Officer</p>
<p class="blurb">Chief Technical Officer</p>
<p class="blurb">Chief Financial Officer</p>
<p class="blurb">Vice President of portable community</p>
<p class="blurb">Chief Operations Officer</p>
<p class="blurb">Brand Manager, vertical content</p>
<p class="blurb">Vice President of gateway equity</p>
<p class="blurb">Brand Manager of online line extension</p>
<p class="blurb">Vice President of key mindshare</p>
<p class="blurb">Vice President of e-commerce front-end</p>
<p class="blurb">Brand Manager, gateway management</p>
<p class="blurb">Chief Executive Officer</p>
</body></html> | LettError/filibuster | test/jobs_executive.html | HTML | mit | 1,368 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Draggable canvas pie chart</title>
<link href="example.css" rel="stylesheet" type="text/css">
<script src="draggable-piechart.js"></script>
<script src="example.js"></script>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="piechart-controls">
<canvas id="piechart" width="400" height="400">Your browser is too old!</canvas>
<br>
<table id="proportions-table"></table>
<br>
<p id="piechart-instructions">
Drag the circles or click the buttons to adjust the pie chart. If a segment has gone,
you can get it back by clicking it's '+' button.
</p>
</div>
</body>
</html> | jamesalvarez/draggable-piechart | example.html | HTML | mit | 787 |
<!DOCTYPE html>
<html ng-app="hourGame">
<head>
<title>Apprendre à lire l'heure en CE2</title>
<!-- build:css src/css/vendors.css -->
<link type="text/css" rel="stylesheet" media="all" href="./bower_components/ngDialog//css/ngDialog.min.css">
<!-- endbuild -->
<link type="text/css" rel="stylesheet" media="all" href="src/css/main.css">
</head>
<body>
<div ng-view ng-controller="mainController"></div>
<!-- build:js src/js/vendors.js -->
<script type="text/javascript" src="./bower_components/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="./bower_components/angular/angular.js"></script>
<script type="text/javascript" src="./bower_components/angular-route/angular-route.js"></script>
<script type="text/javascript" src="./bower_components/ngDialog/js/ngDialog.min.js"></script>
<script type="text/javascript" src="./bower_components/kineticjs/kinetic.min.js"></script>
<script type="text/javascript" src="./src/js/clock.js"></script>
<script type="text/javascript" src="./src/js/routes/routes.js"></script>
<script type="text/javascript" src="./src/js/services/clockService.js"></script>
<script type="text/javascript" src="./src/js/controllers/main.js"></script>
<script type="text/javascript" src="./src/js/controllers/home.js"></script>
<script type="text/javascript" src="./src/js/controllers/game.js"></script>
<script type="text/javascript" src="./src/js/controllers/options.js"></script>
<script type="text/javascript" src="./src/js/controllers/credits.js"></script>
<script type="text/javascript" src="./src/js/app.js"></script>
<!-- endbuild -->
</body>
</html> | antoinegrelard/cours-js-3 | index.html | HTML | mit | 1,706 |
---
---
<!DOCTYPE html>
<html>
{% include head.html %}
<body itemscope itemtype="http://schema.org/Article">
{% include header.html %}
<main class="content" role="main">
<article class="post">
{% if page.image %}
<div class="article-image">
<div class="post-image-image" style="background-image: url({% if page.image %}{{ page.image }}{% endif %})">
Article Image
</div>
<div class="post-meta">
<h1 class="post-title">{{ page.title }}</h1>
<div class="cf post-meta-text">
<div class="author-image" style="background-image: url({{ site.author_image }})">Blog Logo</div>
<h4 class="author-name" itemprop="author" itemscope itemtype="http://schema.org/Person">{{ site.author }}</h4>
on
<time datetime="{{ page.date | date: "%F %R" }}">{{ page.date | date_to_string }}</time>
<!-- , tagged on {{#foreach tags}}<span class="post-tag-{{slug}}">{{#if @first}}{{else}}, {{/if}}<a href="/tag/{{slug}}">{{name}}</a></span>{{/foreach}} -->
</div>
<div style="text-align:center">
<a href="#topofpage" class="topofpage"><i class="fa fa-angle-down"></i></a>
</div>
</div>
</div>
<script>
(function ($) {
"use strict";
$(document).ready(function(){
var $window = $(window),
$image = $('.post-image-image');
$window.on('scroll', function() {
var top = $window.scrollTop();
if (top < 0 || top > 1500) { return; }
$image
.css('transform', 'translate3d(0px, '+top/3+'px, 0px)')
.css('opacity', 1-Math.max(top/700, 0));
});
$window.trigger('scroll');
function resizeArticleImage() {
var height = $('.article-image').height();
$('.post-content').css('padding-top', height + 'px');
}
$window.resize(resizeArticleImage).trigger("resize");
$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 500);
return false;
}
}
});
});
});
}(jQuery));
</script>
{% else %}
<div class="noarticleimage">
<div class="post-meta">
<h1 class="post-title">{{ page.title }}</h1>
<div class="cf post-meta-text">
<div class="author-image" style="background-image: url({{ site.author_image }})">Blog Logo</div>
<h4 class="author-name" itemprop="author" itemscope itemtype="http://schema.org/Person">{{ page.author }}</h4>
on
<time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date_to_string }}</time>
<!-- , tagged on {{#foreach tags}}<span class="post-tag-{{slug}}">{{#if @first}}{{else}}, {{/if}}<a href="/tag/{{slug}}">{{name}}</a></span>{{/foreach}} -->
</div>
</div>
</div>
<br>
<br>
<br>
{% endif %}
<section class="post-content">
<div class="post-reading">
<span class="post-reading-time"></span> read
</div>
<a name="topofpage"></a>
{{content}}
</section>
<footer class="post-footer">
<section class="share">
{% for social in site.social %}
{% if social.share_url != null %}
<a class="icon-{{ social.icon }}" href="{{ social.share_url }}{{ social.share_title }}{{page.title | cgi_escape}}{{ social.share_link }}{{site.baseurl}}{{page.id}}"
onclick="window.open(this.href, '{{ social.icon }}-share', 'width=550,height=255');return false;">
<i class="fa fa-{{ social.icon }}"></i><span class="hidden">{{ social.icon }}</span>
</a>
{% endif %}
{% endfor %}
</section>
</footer>
<div class="bottom-teaser cf">
<div class="isLeft">
<h5 class="index-headline featured"><span>Written by</span></h5>
<section class="author">
<div class="author-image" style="background-image: url({{site.author_image}})">Blog Logo</div>
<h4>{{ site.author }}</h4>
<p class="bio">{{author.bio}}</p>
<hr>
<p class="published">Published <time datetime="{{ page.date | date: "%F %R" }}">{{ page.date | date_to_string }}</time></p>
</section>
</div>
{{/post}}
<div class="isRight">
<h5 class="index-headline featured"><span>Supported by</span></h5>
<footer class="site-footer">
<section class="poweredby">Proudly published with <a href="http://jekyllrb.com"> Jekyll</a></section>
<a class="subscribe" href="{{ "/feed.xml" | prepend: site.baseurl }}"> <span class="tooltip"> <i class="fa fa-rss"></i> You should subscribe to my feed.</span></a>
<div class="inner">
<section class="copyright">All content copyright <a href="{{@blog.url}}/">{{site.author}}</a> © 2014<br>All rights reserved.</section>
</div>
</footer>
</div>
</div>
</article>
</main>
<div class="bottom-closer">
<div class="background-closer-image" {%if site.cover %} style="background-image: url({{ site.cover }})"{% endif %}>
Image
</div>
<div class="inner">
<h1 class="blog-title">{{ site.title }}</h1>
<h2 class="blog-description">{{ site.description }}</h2>
<a href="{{ site.baseurl | prepend: site.url }}" class="btn">Back to Overview</a>
</div>
</div>
</body>
</html>
| raneez/raneez.github.io | _layouts/post.html | HTML | mit | 6,529 |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<!-- Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html -->
<title>We couldn't find that Web page (Error 404) - Web Experience Toolkit</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<!-- Meta data -->
<meta name="robots" content="noindex, nofollow, noarchive" />
<!-- Meta data-->
<!--[if gte IE 9 | !IE ]><!-->
<link href="../assets/favicon.ico" rel="icon" type="image/x-icon" />
<link rel="stylesheet" href="../css/wet-boew.css" />
<!--<![endif]-->
<link rel="stylesheet" href="../css/theme.css" />
<!--[if lt IE 9]>
<link href="../assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="../css/ie8-wet-boew.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js"></script>
<script src="../js/ie8-wet-boew.js"></script>
<![endif]-->
<noscript><link rel="stylesheet" href="../css/noscript.css" /></noscript>
</head>
<body vocab="http://schema.org/" typeof="WebPage">
<main role="main" property="mainContentOfPage" class="container">
<div class="row mrgn-tp-lg">
<div class="col-md-12">
<h1><span class="glyphicon glyphicon-warning-sign mrgn-rght-md"></span> Message title</h1>
<p>We're sorry you ended up here. Sometimes a page gets moved or deleted, but hopefully we can help you find what you're looking for. What next?</p>
<ul>
<li>Return to the <a href="http://wet-boew.github.io/v4.0-ci/index-en.html">home page</a></li>
</ul>
</div>
</div>
</main>
</body>
</html>
| TouficS/a11yppt | tables/unmin/theme/404-en.html | HTML | mit | 1,819 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.