text
stringlengths 2
1.05M
| repo_name
stringlengths 5
101
| path
stringlengths 4
991
| language
stringclasses 3
values | license
stringclasses 5
values | size
int64 2
1.05M
|
---|---|---|---|---|---|
<!doctype html>
<html lang="en">
<head>
<title>quick-minidocs</title>
<meta charset="utf-8">
<link rel="stylesheet" href="/bundle.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="choo-root" class="minidocs">
<div class="_2bbb10f8 minidocs-sidebar">
<div class="minidocs-header">
<h1><a href="/"><img src="/pims3.png" alt="quick-minidocs" class="minidocs-logo" /></a></h1>
</div>
<div class="_606ae572 minidocs-contents">
<button class="minidocs-menu-toggle">Menu</button>
<div class="minidocs-menu menu-closed menu-small">
<div class="minidocs-menu-wrapper">
<div><a href="/README" class="content-link active">Read Me</a></div><div class="h1">Create</div><div><a href="/installation" class="content-link ">Installation</a></div><div><a href="/example-site-creation" class="content-link ">Create site</a></div><div><a href="/local-deploy" class="content-link ">Deploy locally</a></div><div><a href="/deploy-surge" class="content-link ">Deploy on surge.sh</a></div><div class="h1">Extend</div><div><a href="/mathjax" class="content-link ">MathJax?</a></div><div><a href="/github" class="content-link ">GitHub</a></div><div><a href="/binder" class="content-link ">Binder for Jupyter</a></div>
</div>
</div>
</div>
</div>
<div class="_571b6797 minidocs-main">
<div class="markdown-body">
<div class="_3f4b1fbc minidocs-content">
<div><p>This is an example site built using <a href="https://github.com/freeman-lab/minidocs"><code>minidocs</code></a>. Minidocs is a lightweight framework for documentation and online textbooks. This site explains how to create a minidocs site, how to deploy it locally, and how to rapidly deploy it to the internet using <code>surge</code>.</p>
<h3 id="create">Create</h3>
<p>I installed <code>node.js</code> to get the node package manager <code>npm</code>. I used <code>npm</code> to install <code>minidocs</code> and <code>http-server</code>.</p>
<p>I created the site by making a folder called <code>quick-minidocs</code>. I created a subfolder called <code>markdown</code> containing <a href="https://daringfireball.net/projects/markdown/">markdown</a> files, and a <code>contents.json</code> file specifying some organizational structure. Then I ran this command in a terminal in the <code>quick-minidocs</code> folder:</p>
<p><code>minidocs markdown/ -c contents.json -o site -l pims3.png</code></p>
<p>That command generated a new subdirectory called <code>site</code>. To view the site, I deployed it locally by entering the <code>site</code> subdirectory and running <code>http-server</code>. I then viewed the site in my browser.</p>
<p>I deployed the site to the internet using <code>surge.sh</code>.</p>
<h3 id="extend">Extend</h3>
<p>I showed how to enrich minidocs by adding extensions to:</p>
<ul>
<li>include mathematical notation using <a href="https://www.mathjax.org/">MathJax</a></li>
<li>share your site's code using <a href="https://github.com/">GitHub</a></li>
<li>launch Jupyter pages from your site using <a href="http://mybinder.org/">Binder</a></li>
</ul>
<h3 id="license-and-source">License and Source</h3>
<p>This site was created by <a href="http://colliand.com">James Colliander</a> and is freely available under the <a href="./LICENCE">MIT License</a>. Click here for <a href="http://choosealicense.com/licenses/mit/">more information on the MIT License</a>. </p>
<p>The source code is available here on Github.</p>
</div>
</div>
</div>
</div>
</div>
<script src="/bundle.js"></script>
</body>
</html>
| pimsmath/quick-minidocs | site/index.html | HTML | mit | 3,622 |
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<title>vue-scroller</title>
</head>
<body>
<div id="app"></div>
<script src="dist/build.js"></script>
</body>
</html>
| Hasky0911/Maoyan | node_modules/vue-scroller/index.html | HTML | mit | 282 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<div class="block">
このドキュメントはイクスイ向け書籍管理(仮)のAPIドキュメントです。<br>
このプログラムは社内の書籍管理をするためのものです。<br>
<b>使用環境は:Spring Boot1.4 BootStrap3 MySQL MyBatis Flyway</b>を使用しています。<br>
依存ライブラリは<a href="https://github.com/ixui/lend-book">GitHub</a>を参照してください。
</div>
</body>
</html> | ixui/lend-book | doc/overview.html | HTML | mit | 538 |
{% extends "layout.html" %}
{% block body %}
<h1>DONE!!!</h1>
{% endblock %}
| hack4impact/busy-booth | web-api/app/templates/done.html | HTML | mit | 81 |
<!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>{{siteName}} - Error - User Manager</title>
<!-- Custom styles for this template -->
<link href="/!/!/lib/css/offcanvas.css" rel="stylesheet">
<link href="/!/!/lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="row">
<div class="alert alert-danger" role="alert">
<h1>An error occured</h1>
<p>
{{message}}
</p>
<a href="/!/!/userman" class="btn btn-default">Back to links overview</a>
</div>
</div>
<footer>
<p>
[{{siteName}}]
-
<a href="/!/about">About</a>
-
powered by <a href="https://github.com/tkw1536/JAUS" target="_blank">JAUS</a></p>
</footer>
</div>
</body>
</html>
| tkw1536/JAUS | lib/server/views/error_users.html | HTML | mit | 1,045 |
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>F-Nought</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<div id="f-nought-container">
<canvas id="canvas">
Sorry, this example cannot be run because your browser does not support the <canvas> element
</canvas>
</div>
<script src="http://localhost/socket.io/socket.io.js"></script>
<script src="js/utils.js"></script>
<script src="js/game.js"></script>
<script src="js/render.js"></script>
<script src="js/client.js"></script>
<script src="js/constants.js"></script>
<script>
Client.init();
</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script>
var _gaq=[['_setAccount','UA-38712549-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html> | davidyu/F-Nought | index.html | HTML | mit | 2,463 |
<html>
{{ template "header" . }}
<body>
<div class="ui inverted vertical masthead center aligned segment">
{{ template "menu" . }}
</div>
<div class="ui inverted vertical masthead segment">
<div class="ui main container">
<h1 class="ui header red">
<i class="history icon"></i>
<div class="content">
Versions History.
</div>
</h1>
<p></p>
<div class="ui segment inverted red">
<div class="sixteen wide column">
<table id="historyTable" class="ui compact selectable celled striped table small dataTable no-footer" cellspacing="0" width="100%" role="grid" aria-describedby="example_info" style="width: 100%;">
<thead>
<tr role="row">
<th class="sorting" tabindex="0" aria-controls="tableControl" rowspan="1" colspan="1" style="width: 200px;">Web Version</th>
<th class="sorting" tabindex="0" aria-controls="tableControl" rowspan="1" colspan="1" style="width: 650px;">Android Version</th>
<th class="sorting" tabindex="0" aria-controls="tableControl" rowspan="1" colspan="1" style="width: 200px;">Ios Version></th>
</thead>
<tbody>
{{ range $key, $value := .Versions }}
<tr role="row" class="even">
<td>{{ .WebVersion }}</td>
<td>{{ .AndroidVersion }}</td>
<td>{{ .IosVersion }}</td>
</tr>
{{ end }}
</tbody>
</table>
</div>
</div>
</div>
</div>
</body>
</html>
<script src="../dist/mod/historyTable.js"></script>
<link rel="stylesheet" type="text/css" href="../dist/mod/historyTable.css"> | renanberto/apocV2 | templates/history_versions.html | HTML | mit | 1,580 |
{% extends 'userena/profile_base.html' %}
{% load i18n %}
{% load url from future %}
{% load bootstrap3 %}
{% block title %}{% trans "Account setup" %}{% endblock %}
{% block profile_content %}
<form action="" enctype="multipart/form-data" method="post">
{% csrf_token %}
<fieldset>
<legend>{% trans "Edit Profile" %}</legend>
{{ form.as_p }}
</fieldset>
<input type="submit" value="{% trans "Save changes" %}" />
</form>
{% endblock profile_content %}
{% block extra_js %}
<script>
$("#edit_details").addClass("active");
</script>
{% endblock extra_js %}
| mingot/datacademy_django | datacademy/templates/userena/profile_form.html | HTML | mit | 596 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_15) on Wed Apr 17 10:14:27 EDT 2013 -->
<title>Uses of Class com.tranek.chivalryserverbrowser.ServerListNormalTab</title>
<meta name="date" content="2013-04-17">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.tranek.chivalryserverbrowser.ServerListNormalTab";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/tranek/chivalryserverbrowser/package-summary.html">Package</a></li>
<li><a href="../../../../com/tranek/chivalryserverbrowser/ServerListNormalTab.html" title="class in com.tranek.chivalryserverbrowser">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/tranek/chivalryserverbrowser/class-use/ServerListNormalTab.html" target="_top">Frames</a></li>
<li><a href="ServerListNormalTab.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.tranek.chivalryserverbrowser.ServerListNormalTab" class="title">Uses of Class<br>com.tranek.chivalryserverbrowser.ServerListNormalTab</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.tranek.chivalryserverbrowser">
<!-- -->
</a>
<h3>Uses of <a href="../../../../com/tranek/chivalryserverbrowser/ServerListNormalTab.html" title="class in com.tranek.chivalryserverbrowser">ServerListNormalTab</a> in <a href="../../../../com/tranek/chivalryserverbrowser/package-summary.html">com.tranek.chivalryserverbrowser</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../com/tranek/chivalryserverbrowser/package-summary.html">com.tranek.chivalryserverbrowser</a> declared as <a href="../../../../com/tranek/chivalryserverbrowser/ServerListNormalTab.html" title="class in com.tranek.chivalryserverbrowser">ServerListNormalTab</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../com/tranek/chivalryserverbrowser/ServerListNormalTab.html" title="class in com.tranek.chivalryserverbrowser">ServerListNormalTab</a></code></td>
<td class="colLast"><span class="strong">MainWindow.</span><code><strong><a href="../../../../com/tranek/chivalryserverbrowser/MainWindow.html#serverListTab">serverListTab</a></strong></code>
<div class="block">Tab for normal server list.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../com/tranek/chivalryserverbrowser/package-summary.html">com.tranek.chivalryserverbrowser</a> with parameters of type <a href="../../../../com/tranek/chivalryserverbrowser/ServerListNormalTab.html" title="class in com.tranek.chivalryserverbrowser">ServerListNormalTab</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../com/tranek/chivalryserverbrowser/RefresherNormal.html#RefresherNormal(com.tranek.chivalryserverbrowser.MainWindow, com.tranek.chivalryserverbrowser.ServerListNormalTab)">RefresherNormal</a></strong>(<a href="../../../../com/tranek/chivalryserverbrowser/MainWindow.html" title="class in com.tranek.chivalryserverbrowser">MainWindow</a> mw,
<a href="../../../../com/tranek/chivalryserverbrowser/ServerListNormalTab.html" title="class in com.tranek.chivalryserverbrowser">ServerListNormalTab</a> sl)</code>
<div class="block">Creates a new RefresherNormal.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../com/tranek/chivalryserverbrowser/package-summary.html">Package</a></li>
<li><a href="../../../../com/tranek/chivalryserverbrowser/ServerListNormalTab.html" title="class in com.tranek.chivalryserverbrowser">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/tranek/chivalryserverbrowser/class-use/ServerListNormalTab.html" target="_top">Frames</a></li>
<li><a href="ServerListNormalTab.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| tranek/ChivalryServerBrowser | doc/com/tranek/chivalryserverbrowser/class-use/ServerListNormalTab.html | HTML | mit | 6,980 |
{% extends "base.html" %}
{% block content %}
<div class="container">
<div class="row">
<div class="one-half column" style="margin-top: 10%">
<h4>Hi</h4>
</div>
</div>
</div>
<div class="container">
<form id='index_form' method="post" role="form">
<div class="row">
<div class="six columns">
<font size="5"> Enter a word or click this emoji:
<a href="/search/{{emj}}" onclick="$(this).getElementById('form').submit();">{{emj}}</a>
</font>
<input class="u-full-width" type="text" placeholder="oslo" id="search_string" name="search_string">
</input>
</div>
</div>
<input class="button-primary" type="submit" value="Search"></input>
</form>
</div>
{% if search_string %}
<div class="container">
{% if valid %}
<div class="row">
<div class="one-half column">
<h5> Searched for <strong> <a> {{ search_string }} </a> </strong> </h5>
</div>
</div>
<table class="u-custom-width">
<thead>
<tr>
<th>Emoji</th>
<th>Cosine Similarity</th>
</tr>
</thead>
<tbody>
{% for result in res %}
<tr>
<td> <h3> <a href='/search/{{result[0]}}'> {{result[0]}} </a> </h3> </td>
<td>{{result[1]}}</td>
</tr>
{% endfor %}
</tbody>
</table>
{% else %}
<div class="row">
<h5> No results for <strong> <a> {{ search_string }} </a> </strong>... 😞 😭 </h5>
</div>
{% endif %}
</div>
{% endif %}
{% endblock %}
| vaddina/word2emoji | app/templates/index.html | HTML | mit | 2,159 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>src/switch/switch.js - Open UI</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="stylesheet" href="../assets/css/custom.css" id="site_custom">
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
<script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon">
<a href="https://github.com/open-ui/open-ui/" target="_new"><i class='fa fa-github' style='margin-right:10px;'></i>Contribute!</a>
</div>
</div>
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="../assets/css/logo.png" title="Open UI"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 0.0.1</em>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="../classes/$ui.html">$ui</a></li>
<li><a href="../classes/$ui.accordian.html">$ui.accordian</a></li>
<li><a href="../classes/$ui.carousel.html">$ui.carousel</a></li>
<li><a href="../classes/$ui.chart.html">$ui.chart</a></li>
<li><a href="../classes/$ui.checkbox.html">$ui.checkbox</a></li>
<li><a href="../classes/$ui.color.html">$ui.color</a></li>
<li><a href="../classes/$ui.colorpicker.html">$ui.colorpicker</a></li>
<li><a href="../classes/$ui.datepicker.html">$ui.datepicker</a></li>
<li><a href="../classes/$ui.drag.html">$ui.drag</a></li>
<li><a href="../classes/$ui.fileinput.html">$ui.fileinput</a></li>
<li><a href="../classes/$ui.modal.html">$ui.modal</a></li>
<li><a href="../classes/$ui.notify.html">$ui.notify</a></li>
<li><a href="../classes/$ui.rating.html">$ui.rating</a></li>
<li><a href="../classes/$ui.scroll.html">$ui.scroll</a></li>
<li><a href="../classes/$ui.select.html">$ui.select</a></li>
<li><a href="../classes/$ui.slider.html">$ui.slider</a></li>
<li><a href="../classes/$ui.svg.html">$ui.svg</a></li>
<li><a href="../classes/$ui.switch.html">$ui.switch</a></li>
<li><a href="../classes/$ui.toggle.html">$ui.toggle</a></li>
<li><a href="../classes/$ui.tooltip.html">$ui.tooltip</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="../modules/open-ui.html">open-ui</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: src/switch/switch.js</h1>
<div class="file">
<pre class="code prettyprint linenums">
var $ui = $ui || {};
/**
Create a new switch control
HTML:
<input type='switch' id='switch' />
Javascript:
$ui.switch({
element: document.getElementById('switch')
});
@class $ui.switch
@constructor
@param options {Object}
@param options.element {Object} DOM element to convert to control
@param [options.value] {Boolean} Initial value
@param [options.name=ui-switch-RandInt] {String} Name of underlying input control, defaults to the attribute value set on the passed element, or `ui-switch-RandInt`
@param [options.tabindex=0] {Number} Tabindex of control, defaults to the attribute value set on the passed element, or `0`
@param [options.disabled=false] {Boolean} Disabled state of control, defaults to the attribute value set on the passed element, or `false`
@param [options.listeners] {Object} Object array of event listeners to bind to underlying input(s)
@return Object {Object} Consisting of original DOM element (item `0`) and class methods (see below)
@chainable
*/
(function($ui) {
$ui.switch = function(opt) {
var el = opt.element,
// listeners = opt.listeners === undefined ? {} : opt.listeners,
inputValue = opt.value || el.getAttribute('value') || true,
inputLabel = opt.label || el.getAttribute('label') || el.innerHTML,
inputDisabled = (opt.disabled || el.getAttribute('disabled')) ? 'disabled' : '',
inputName = opt.name || el.getAttribute('name') || 'ui-switch-' + $ui.getRand(1, 999),
listeners = opt.listeners === undefined ? {} : opt.listeners,
inputTabIndex = opt.tabindex || el.getAttribute('tabindex') || 0;
/*jshint multistr:true */
var str = "<label class='ui-switch' for='" + inputName + "'>\
<input type = 'checkbox' id = '" + inputName + "' name = '" + inputName + "' tabindex = '" + inputTabIndex + "' / >\
<span class = 'ui-label' > " + inputLabel + " </span>\
<span class = 'ui-indicator' > " + inputLabel + " </span>\
</label>";
el.innerHTML = '';
el = $ui.replaceEl(el, str);
$ui.bindEvent("mousewheel", el, function(e) {
$ui.preventBubble(e);
if (e.wheelDelta > 0 || e.detail < 0) {
obj.val(true);
}else{
obj.val(false);
}
});
/**
Gets or sets control value
@method val
@param [value] {String} Value to set
@return {String} Returns current value
*/
/**
Gets or sets control disabled state
@method disabled
@param [boolean] {Boolean} Disabled state
@return {Boolean} Returns disabled state
*/
var obj = {
0: el,
val: function(val) {
if (val === undefined) {
return $ui.attribute(el.children[0], 'checked');
}
$ui.attribute(el.children[0], 'checked', Boolean(val));
},
disabled: function(val) {
if (val !== undefined) {
$ui.toggleClass(el, 'ui-disabled', Boolean(val));
$ui.attribute(el.children[0], 'disabled', Boolean(val));
}
return $ui.attribute(el.children[0], 'disabled');
}
};
obj.val(inputValue);
if (inputDisabled) {
obj.disabled(true);
}
$ui.bindListeners(listeners, el.children[0]);
return obj;
};
return $ui;
})($ui);
</pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
| open-ui/public-site | docs/files/src_switch_switch.js.html | HTML | mit | 12,367 |
<!DOCTYPE html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7"><![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"><![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"><![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en" class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"><title>GroundworkCSS ♥</title>
</head>
</html>
<link rel="apple-touch-icon" href="../images/apple-icons/apple-touch-icon-precomposed.png">
<link rel="apple-touch-icon" sizes="57x57" href="../images/apple-icons/apple-touch-icon-57x57-precomposed.png">
<link rel="apple-touch-icon" sizes="72x72" href="../images/apple-icons/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon" sizes="114x114" href="../images/apple-icons/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon" sizes="144x144" href="../images/apple-icons/apple-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileImage" content="../images/apple-icons/apple-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#ffffff">
<!-- Modernizr -->
<script src="../js/libs/modernizr-2.6.2.min.js"></script>
<!-- jQuery -->
<script type="text/javascript" src="../js/libs/jquery-1.8.2.min.js"></script>
<!-- framework css -->
<link type="text/css" rel="stylesheet" href="../css/groundwork.css"><!--[if IE]>
<link type="text/css" rel="stylesheet" href="../css/groundwork-ie.css"><![endif]--><!--[if lt IE 9]>
<script type="text/javascript" src="../js/libs/html5shiv.min.js"></script><![endif]--><!--[if IE 7]>
<link type="text/css" rel="stylesheet" href="../css/font-awesome-ie7.min.css"><![endif]-->
<script type="text/javascript">
// extend Modernizr to have datauri test
(function(){
var datauri = new Image();
datauri.onerror = function() {
Modernizr.addTest('datauri', function () { return false; });
};
datauri.onload = function() {
Modernizr.addTest('datauri', function () { return (datauri.width == 1 && datauri.height == 1); });
Modernizr.load({
test: Modernizr.datauri,
nope: '../css/no-datauri.css'
});
};
datauri.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";
})();
// fallback if SVG unsupported
Modernizr.load({
test: Modernizr.inlinesvg,
nope: [
'../css/no-svg.css'
]
});
// polyfill for HTML5 placeholders
Modernizr.load({
test: Modernizr.input.placeholder,
nope: [
'../css/placeholder_polyfill.css',
'../js/libs/placeholder_polyfill.jquery.js'
]
});
</script>
<body></body>
<header class="white band padded">
<div class="container">
<h2>GroundworkCSS</h2>
<nav class="inline gap-top">
<ul>
<li><a href="./home.html"><i class="icon-home"></i></a></li>
<li><a href="./layout-1.html">Layout 1</a></li>
<li><a href="./layout-2.html">Layout 2</a></li>
<li><a href="./layout-3.html">Layout 3</a></li>
<li><a href="./layout-4.html">Layout 4</a></li>
<li><a href="./layout-5.html">Layout 5</a></li>
<li><a href="./kitchen-sink.html">Kitchen Sink</a></li>
</ul>
</nav>
</div>
</header>
<div class="container">
<h2>Example Layouts to Get You Going</h2>
<div class="row">
<div class="one small-tablet third padded">
<div class="align-center"><a href="./layout-1.html" class="button"><img src="../images/layout-1.gif" class="gap-top">Layout 1</a></div>
</div>
<div class="one small-tablet third padded">
<div class="align-center"><a href="./layout-2.html" class="button"><img src="../images/layout-2.gif" class="gap-top">Layout 2</a></div>
</div>
<div class="one small-tablet third padded">
<div class="align-center"><a href="./layout-3.html" class="button"><img src="../images/layout-3.gif" class="gap-top">Layout 3</a></div>
</div>
</div>
<div class="row">
<div class="one small-tablet third padded">
<div class="align-center"><a href="./layout-4.html" class="button"><img src="../images/layout-4.gif" class="gap-top">Layout 4</a></div>
</div>
<div class="one small-tablet third padded">
<div class="align-center"><a href="./layout-5.html" class="button"><img src="../images/layout-5.gif" class="gap-top">Layout 5</a></div>
</div>
<div class="one small-tablet third padded">
<div class="align-center"><a href="./kitchen-sink.html" class="button"><img src="../images/kitchen-sink.gif" class="gap-top">Kitchen Sink</a></div>
</div>
</div>
<footer class="footer align-right">
<p>© 2013 Gary Hepting. Free to use, but <a href="mailto:[email protected]">give me a shout </a>if you find GroundworkCSS extremely useful!</p>
</footer>
<!-- scripts-->
<script type="text/javascript" src="../js/plugins/jquery.cycle2.js"></script>
<script type="text/javascript" src="../js/groundwork.all.js"></script>
<!-- google analytics-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXXXXX-X']);
_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>
</div> | Willh6919/GPTagRugby | templates/home.html | HTML | mit | 5,605 |
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="viewport" content="width=device-width" />
<link rel="canonical" href="http://underscorejs.org" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<title>Underscore.js</title>
<style>
body {
font-size: 14px;
line-height: 22px;
background: #f4f4f4 url(docs/images/background.png);
color: #000;
font-family: Helvetica Neue, Helvetica, Arial;
}
.interface {
font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important;
}
div#sidebar {
background: #fff;
position: fixed;
top: 0; left: 0; bottom: 0;
width: 200px;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
padding: 15px 0 30px 30px;
border-right: 1px solid #bbb;
box-shadow: 0 0 20px #ccc; -webkit-box-shadow: 0 0 20px #ccc; -moz-box-shadow: 0 0 20px #ccc;
}
a.toc_title, a.toc_title:visited {
display: block;
color: black;
font-weight: bold;
margin-top: 15px;
}
a.toc_title:hover {
text-decoration: underline;
}
#sidebar .version {
font-size: 10px;
font-weight: normal;
}
ul.toc_section {
font-size: 11px;
line-height: 14px;
margin: 5px 0 0 0;
padding-left: 0px;
list-style-type: none;
font-family: Lucida Grande;
}
.toc_section li {
cursor: pointer;
margin: 0 0 3px 0;
}
.toc_section li a {
text-decoration: none;
color: black;
}
.toc_section li a:hover {
text-decoration: underline;
}
div.container {
width: 550px;
margin: 40px 0 50px 260px;
}
img#logo {
width: 396px;
height: 69px;
}
div.warning {
margin-top: 15px;
font: bold 11px Arial;
color: #770000;
}
p {
margin: 20px 0;
width: 550px;
}
a, a:visited {
color: #444;
}
a:active, a:hover {
color: #000;
}
h1, h2, h3, h4, h5, h6 {
padding-top: 20px;
}
h2 {
font-size: 20px;
}
b.header {
font-size: 16px;
line-height: 30px;
}
span.alias {
font-size: 14px;
font-style: italic;
margin-left: 20px;
}
table, tr, td {
margin: 0; padding: 0;
}
td {
padding: 2px 12px 2px 0;
}
table .rule {
height: 1px;
background: #ccc;
margin: 5px 0;
}
ul {
list-style-type: circle;
padding: 0 0 0 20px;
}
li {
width: 500px;
margin-bottom: 10px;
}
code, pre, tt {
font-family: Monaco, Consolas, "Lucida Console", monospace;
font-size: 12px;
line-height: 18px;
font-style: normal;
}
tt {
padding: 0px 3px;
background: #fff;
border: 1px solid #ddd;
zoom: 1;
}
code {
margin-left: 20px;
}
pre {
font-size: 12px;
padding: 2px 0 2px 15px;
border-left: 5px solid #bbb;
margin: 0px 0 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 640px),
only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 640px),
only screen and (min-device-pixel-ratio: 1.5) and (max-width: 640px) {
img {
max-width: 100%;
}
div#sidebar {
-webkit-overflow-scrolling: initial;
position: relative;
width: 90%;
height: 120px;
left: 0;
top: -7px;
padding: 10px 0 10px 30px;
border: 0;
}
img#logo {
width: auto;
height: auto;
}
div.container {
margin: 0;
width: 100%;
}
p, div.container ul {
max-width: 98%;
overflow-x: scroll;
}
pre {
overflow: scroll;
}
}
</style>
</head>
<body>
<div id="sidebar" class="interface">
<a class="toc_title" href="#">
Underscore.js <span class="version">(1.4.4)</span>
</a>
<ul class="toc_section">
<li>» <a href="http://github.com/documentcloud/underscore">GitHub Repository</a></li>
<li>» <a href="docs/underscore.html">Annotated Source</a></li>
</ul>
<a class="toc_title" href="#">
Introduction
</a>
<a class="toc_title" href="#collections">
Collections
</a>
<ul class="toc_section">
<li>- <a href="#each">each</a></li>
<li>- <a href="#map">map</a></li>
<li>- <a href="#reduce">reduce</a></li>
<li>- <a href="#reduceRight">reduceRight</a></li>
<li>- <a href="#find">find</a></li>
<li>- <a href="#filter">filter</a></li>
<li>- <a href="#where">where</a></li>
<li>- <a href="#findWhere">findWhere</a></li>
<li>- <a href="#reject">reject</a></li>
<li>- <a href="#every">every</a></li>
<li>- <a href="#some">some</a></li>
<li>- <a href="#contains">contains</a></li>
<li>- <a href="#invoke">invoke</a></li>
<li>- <a href="#pluck">pluck</a></li>
<li>- <a href="#max">max</a></li>
<li>- <a href="#min">min</a></li>
<li>- <a href="#sortBy">sortBy</a></li>
<li>- <a href="#groupBy">groupBy</a></li>
<li>- <a href="#countBy">countBy</a></li>
<li>- <a href="#shuffle">shuffle</a></li>
<li>- <a href="#toArray">toArray</a></li>
<li>- <a href="#size">size</a></li>
</ul>
<a class="toc_title" href="#arrays">
Arrays
</a>
<ul class="toc_section">
<li>- <a href="#first">first</a></li>
<li>- <a href="#initial">initial</a></li>
<li>- <a href="#last">last</a></li>
<li>- <a href="#rest">rest</a></li>
<li>- <a href="#compact">compact</a></li>
<li>- <a href="#flatten">flatten</a></li>
<li>- <a href="#without">without</a></li>
<li>- <a href="#union">union</a></li>
<li>- <a href="#intersection">intersection</a></li>
<li>- <a href="#difference">difference</a></li>
<li>- <a href="#uniq">uniq</a></li>
<li>- <a href="#zip">zip</a></li>
<li>- <a href="#object">object</a></li>
<li>- <a href="#indexOf">indexOf</a></li>
<li>- <a href="#lastIndexOf">lastIndexOf</a></li>
<li>- <a href="#sortedIndex">sortedIndex</a></li>
<li>- <a href="#range">range</a></li>
</ul>
<a class="toc_title" href="#functions">
Functions
</a>
<ul class="toc_section">
<li>- <a href="#bind">bind</a></li>
<li>- <a href="#bindAll">bindAll</a></li>
<li>- <a href="#partial">partial</a></li>
<li>- <a href="#memoize">memoize</a></li>
<li>- <a href="#delay">delay</a></li>
<li>- <a href="#defer">defer</a></li>
<li>- <a href="#throttle">throttle</a></li>
<li>- <a href="#debounce">debounce</a></li>
<li>- <a href="#once">once</a></li>
<li>- <a href="#after">after</a></li>
<li>- <a href="#wrap">wrap</a></li>
<li>- <a href="#compose">compose</a></li>
</ul>
<a class="toc_title" href="#objects">
Objects
</a>
<ul class="toc_section">
<li>- <a href="#keys">keys</a></li>
<li>- <a href="#values">values</a></li>
<li>- <a href="#pairs">pairs</a></li>
<li>- <a href="#invert">invert</a></li>
<li>- <a href="#object-functions">functions</a></li>
<li>- <a href="#extend">extend</a></li>
<li>- <a href="#pick">pick</a></li>
<li>- <a href="#omit">omit</a></li>
<li>- <a href="#defaults">defaults</a></li>
<li>- <a href="#clone">clone</a></li>
<li>- <a href="#tap">tap</a></li>
<li>- <a href="#has">has</a></li>
<li>- <a href="#isEqual">isEqual</a></li>
<li>- <a href="#isEmpty">isEmpty</a></li>
<li>- <a href="#isElement">isElement</a></li>
<li>- <a href="#isArray">isArray</a></li>
<li>- <a href="#isObject">isObject</a></li>
<li>- <a href="#isArguments">isArguments</a></li>
<li>- <a href="#isFunction">isFunction</a></li>
<li>- <a href="#isString">isString</a></li>
<li>- <a href="#isNumber">isNumber</a></li>
<li>- <a href="#isFinite">isFinite</a></li>
<li>- <a href="#isBoolean">isBoolean</a></li>
<li>- <a href="#isDate">isDate</a></li>
<li>- <a href="#isRegExp">isRegExp</a></li>
<li>- <a href="#isNaN">isNaN</a></li>
<li>- <a href="#isNull">isNull</a></li>
<li>- <a href="#isUndefined">isUndefined</a></li>
</ul>
<a class="toc_title" href="#utility">
Utility
</a>
<ul class="toc_section">
<li>- <a href="#noConflict">noConflict</a></li>
<li>- <a href="#identity">identity</a></li>
<li>- <a href="#times">times</a></li>
<li>- <a href="#random">random</a></li>
<li>- <a href="#mixin">mixin</a></li>
<li>- <a href="#uniqueId">uniqueId</a></li>
<li>- <a href="#escape">escape</a></li>
<li>- <a href="#unescape">unescape</a></li>
<li>- <a href="#result">result</a></li>
<li>- <a href="#template">template</a></li>
</ul>
<a class="toc_title" href="#chaining">
Chaining
</a>
<ul class="toc_section">
<li>- <a href="#chain">chain</a></li>
<li>- <a href="#value">value</a></li>
</ul>
<a class="toc_title" href="#links">
Links
</a>
<a class="toc_title" href="#changelog">
Change Log
</a>
</div>
<div class="container">
<p id="introduction">
<img id="logo" src="docs/images/underscore.png" alt="Underscore.js" />
</p>
<p>
<a href="http://github.com/documentcloud/underscore/">Underscore</a> is a
utility-belt library for JavaScript that provides a lot of the
functional programming support that you would expect in
<a href="http://prototypejs.org/doc/latest/">Prototype.js</a>
(or <a href="http://www.ruby-doc.org/core/classes/Enumerable.html">Ruby</a>),
but without extending any of the built-in JavaScript objects. It's the
tie to go along with <a href="http://docs.jquery.com">jQuery</a>'s tux,
and <a href="http://backbonejs.org">Backbone.js</a>'s suspenders.
</p>
<p>
Underscore provides 80-odd functions that support both the usual
functional suspects: <b>map</b>, <b>select</b>, <b>invoke</b> —
as well as more specialized helpers: function binding, javascript
templating, deep equality testing, and so on. It delegates to built-in
functions, if present, so modern browsers will use the
native implementations of <b>forEach</b>, <b>map</b>, <b>reduce</b>,
<b>filter</b>, <b>every</b>, <b>some</b> and <b>indexOf</b>.
</p>
<p>
A complete <a href="test/">Test & Benchmark Suite</a>
is included for your perusal.
</p>
<p>
You may also read through the <a href="docs/underscore.html">annotated source code</a>.
</p>
<p>
The project is
<a href="http://github.com/documentcloud/underscore/">hosted on GitHub</a>.
You can report bugs and discuss features on the
<a href="http://github.com/documentcloud/underscore/issues">issues page</a>,
on Freenode in the <tt>#documentcloud</tt> channel,
or send tweets to <a href="http://twitter.com/documentcloud">@documentcloud</a>.
</p>
<p>
<i>Underscore is an open-source component of <a href="http://documentcloud.org/">DocumentCloud</a>.</i>
</p>
<h2>Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2>
<table>
<tr>
<td><a href="underscore.js">Development Version (1.4.4)</a></td>
<td><i>40kb, Uncompressed with Plentiful Comments</i></td>
</tr>
<tr>
<td><a href="underscore-min.js">Production Version (1.4.4)</a></td>
<td><i>4kb, Minified and Gzipped</i></td>
</tr>
<tr>
<td colspan="2"><div class="rule"></div></td>
</tr>
<tr>
<td><a href="https://raw.github.com/documentcloud/underscore/master/underscore.js">Edge Version</a></td>
<td><i>Unreleased, current <tt>master</tt>, use at your own risk</i></td>
</tr>
</table>
<div id="documentation">
<h2 id="collections">Collection Functions (Arrays or Objects)</h2>
<p id="each">
<b class="header">each</b><code>_.each(list, iterator, [context])</code>
<span class="alias">Alias: <b>forEach</b></span>
<br />
Iterates over a <b>list</b> of elements, yielding each in turn to an <b>iterator</b>
function. The <b>iterator</b> is bound to the <b>context</b> object, if one is
passed. Each invocation of <b>iterator</b> is called with three arguments:
<tt>(element, index, list)</tt>. If <b>list</b> is a JavaScript object, <b>iterator</b>'s
arguments will be <tt>(value, key, list)</tt>. Delegates to the native
<b>forEach</b> function if it exists.
</p>
<pre>
_.each([1, 2, 3], alert);
=> alerts each number in turn...
_.each({one : 1, two : 2, three : 3}, alert);
=> alerts each number value in turn...</pre>
<p id="map">
<b class="header">map</b><code>_.map(list, iterator, [context])</code>
<span class="alias">Alias: <b>collect</b></span>
<br />
Produces a new array of values by mapping each value in <b>list</b>
through a transformation function (<b>iterator</b>). If the native <b>map</b> method
exists, it will be used instead. If <b>list</b> is a JavaScript object,
<b>iterator</b>'s arguments will be <tt>(value, key, list)</tt>.
</p>
<pre>
_.map([1, 2, 3], function(num){ return num * 3; });
=> [3, 6, 9]
_.map({one : 1, two : 2, three : 3}, function(num, key){ return num * 3; });
=> [3, 6, 9]</pre>
<p id="reduce">
<b class="header">reduce</b><code>_.reduce(list, iterator, memo, [context])</code>
<span class="alias">Aliases: <b>inject, foldl</b></span>
<br />
Also known as <b>inject</b> and <b>foldl</b>, <b>reduce</b> boils down a
<b>list</b> of values into a single value. <b>Memo</b> is the initial state
of the reduction, and each successive step of it should be returned by
<b>iterator</b>. The iterator is passed four arguments: the <tt>memo</tt>,
then the <tt>value</tt> and <tt>index</tt> (or key) of the iteration,
and finally a reference to the entire <tt>list</tt>.
</p>
<pre>
var sum = _.reduce([1, 2, 3], function(memo, num){ return memo + num; }, 0);
=> 6
</pre>
<p id="reduceRight">
<b class="header">reduceRight</b><code>_.reduceRight(list, iterator, memo, [context])</code>
<span class="alias">Alias: <b>foldr</b></span>
<br />
The right-associative version of <b>reduce</b>. Delegates to the
JavaScript 1.8 version of <b>reduceRight</b>, if it exists. <b>Foldr</b>
is not as useful in JavaScript as it would be in a language with lazy
evaluation.
</p>
<pre>
var list = [[0, 1], [2, 3], [4, 5]];
var flat = _.reduceRight(list, function(a, b) { return a.concat(b); }, []);
=> [4, 5, 2, 3, 0, 1]
</pre>
<p id="find">
<b class="header">find</b><code>_.find(list, iterator, [context])</code>
<span class="alias">Alias: <b>detect</b></span>
<br />
Looks through each value in the <b>list</b>, returning the first one that
passes a truth test (<b>iterator</b>). The function returns as
soon as it finds an acceptable element, and doesn't traverse the
entire list.
</p>
<pre>
var even = _.find([1, 2, 3, 4, 5, 6], function(num){ return num % 2 == 0; });
=> 2
</pre>
<p id="filter">
<b class="header">filter</b><code>_.filter(list, iterator, [context])</code>
<span class="alias">Alias: <b>select</b></span>
<br />
Looks through each value in the <b>list</b>, returning an array of all
the values that pass a truth test (<b>iterator</b>). Delegates to the
native <b>filter</b> method, if it exists.
</p>
<pre>
var evens = _.filter([1, 2, 3, 4, 5, 6], function(num){ return num % 2 == 0; });
=> [2, 4, 6]
</pre>
<p id="where">
<b class="header">where</b><code>_.where(list, properties)</code>
<br />
Looks through each value in the <b>list</b>, returning an array of all
the values that contain all of the key-value pairs listed in <b>properties</b>.
</p>
<pre>
_.where(listOfPlays, {author: "Shakespeare", year: 1611});
=> [{title: "Cymbeline", author: "Shakespeare", year: 1611},
{title: "The Tempest", author: "Shakespeare", year: 1611}]
</pre>
<p id="findWhere">
<b class="header">findWhere</b><code>_.findWhere(list, properties)</code>
<br />
Looks through the <b>list</b> and returns the <i>first</i> value that matches
all of the key-value pairs listed in <b>properties</b>.
</p>
<pre>
_.findWhere(publicServicePulitzers, {newsroom: "The New York Times"});
=> {year: 1918, newsroom: "The New York Times",
reason: "For its public service in publishing in full so many official reports,
documents and speeches by European statesmen relating to the progress and
conduct of the war."}
</pre>
<p id="reject">
<b class="header">reject</b><code>_.reject(list, iterator, [context])</code>
<br />
Returns the values in <b>list</b> without the elements that the truth
test (<b>iterator</b>) passes. The opposite of <b>filter</b>.
</p>
<pre>
var odds = _.reject([1, 2, 3, 4, 5, 6], function(num){ return num % 2 == 0; });
=> [1, 3, 5]
</pre>
<p id="every">
<b class="header">every</b><code>_.every(list, iterator, [context])</code>
<span class="alias">Alias: <b>all</b></span>
<br />
Returns <i>true</i> if all of the values in the <b>list</b> pass the <b>iterator</b>
truth test. Delegates to the native method <b>every</b>, if present.
</p>
<pre>
_.every([true, 1, null, 'yes'], _.identity);
=> false
</pre>
<p id="some">
<b class="header">some</b><code>_.some(list, [iterator], [context])</code>
<span class="alias">Alias: <b>any</b></span>
<br />
Returns <i>true</i> if any of the values in the <b>list</b> pass the
<b>iterator</b> truth test. Short-circuits and stops traversing the list
if a true element is found. Delegates to the native method <b>some</b>,
if present.
</p>
<pre>
_.some([null, 0, 'yes', false]);
=> true
</pre>
<p id="contains">
<b class="header">contains</b><code>_.contains(list, value)</code>
<span class="alias">Alias: <b>include</b></span>
<br />
Returns <i>true</i> if the <b>value</b> is present in the <b>list</b>.
Uses <b>indexOf</b> internally, if <b>list</b> is an Array.
</p>
<pre>
_.contains([1, 2, 3], 3);
=> true
</pre>
<p id="invoke">
<b class="header">invoke</b><code>_.invoke(list, methodName, [*arguments])</code>
<br />
Calls the method named by <b>methodName</b> on each value in the <b>list</b>.
Any extra arguments passed to <b>invoke</b> will be forwarded on to the
method invocation.
</p>
<pre>
_.invoke([[5, 1, 7], [3, 2, 1]], 'sort');
=> [[1, 5, 7], [1, 2, 3]]
</pre>
<p id="pluck">
<b class="header">pluck</b><code>_.pluck(list, propertyName)</code>
<br />
A convenient version of what is perhaps the most common use-case for
<b>map</b>: extracting a list of property values.
</p>
<pre>
var stooges = [{name : 'moe', age : 40}, {name : 'larry', age : 50}, {name : 'curly', age : 60}];
_.pluck(stooges, 'name');
=> ["moe", "larry", "curly"]
</pre>
<p id="max">
<b class="header">max</b><code>_.max(list, [iterator], [context])</code>
<br />
Returns the maximum value in <b>list</b>. If <b>iterator</b> is passed,
it will be used on each value to generate the criterion by which the
value is ranked.
</p>
<pre>
var stooges = [{name : 'moe', age : 40}, {name : 'larry', age : 50}, {name : 'curly', age : 60}];
_.max(stooges, function(stooge){ return stooge.age; });
=> {name : 'curly', age : 60};
</pre>
<p id="min">
<b class="header">min</b><code>_.min(list, [iterator], [context])</code>
<br />
Returns the minimum value in <b>list</b>. If <b>iterator</b> is passed,
it will be used on each value to generate the criterion by which the
value is ranked.
</p>
<pre>
var numbers = [10, 5, 100, 2, 1000];
_.min(numbers);
=> 2
</pre>
<p id="sortBy">
<b class="header">sortBy</b><code>_.sortBy(list, iterator, [context])</code>
<br />
Returns a sorted copy of <b>list</b>, ranked in ascending order by the
results of running each value through <b>iterator</b>. Iterator may
also be the string name of the property to sort by (eg. <tt>length</tt>).
</p>
<pre>
_.sortBy([1, 2, 3, 4, 5, 6], function(num){ return Math.sin(num); });
=> [5, 4, 6, 3, 1, 2]
</pre>
<p id="groupBy">
<b class="header">groupBy</b><code>_.groupBy(list, iterator, [context])</code>
<br />
Splits a collection into sets, grouped by the result of running each
value through <b>iterator</b>. If <b>iterator</b> is a string instead of
a function, groups by the property named by <b>iterator</b> on each of
the values.
</p>
<pre>
_.groupBy([1.3, 2.1, 2.4], function(num){ return Math.floor(num); });
=> {1: [1.3], 2: [2.1, 2.4]}
_.groupBy(['one', 'two', 'three'], 'length');
=> {3: ["one", "two"], 5: ["three"]}
</pre>
<p id="countBy">
<b class="header">countBy</b><code>_.countBy(list, iterator, [context])</code>
<br />
Sorts a list into groups and returns a count for the number of objects
in each group.
Similar to <tt>groupBy</tt>, but instead of returning a list of values,
returns a count for the number of values in that group.
</p>
<pre>
_.countBy([1, 2, 3, 4, 5], function(num) {
return num % 2 == 0 ? 'even' : 'odd';
});
=> {odd: 3, even: 2}
</pre>
<p id="shuffle">
<b class="header">shuffle</b><code>_.shuffle(list)</code>
<br />
Returns a shuffled copy of the <b>list</b>, using a version of the
<a href="http://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle">Fisher-Yates shuffle</a>.
</p>
<pre>
_.shuffle([1, 2, 3, 4, 5, 6]);
=> [4, 1, 6, 3, 5, 2]
</pre>
<p id="toArray">
<b class="header">toArray</b><code>_.toArray(list)</code>
<br />
Converts the <b>list</b> (anything that can be iterated over), into a
real Array. Useful for transmuting the <b>arguments</b> object.
</p>
<pre>
(function(){ return _.toArray(arguments).slice(1); })(1, 2, 3, 4);
=> [2, 3, 4]
</pre>
<p id="size">
<b class="header">size</b><code>_.size(list)</code>
<br />
Return the number of values in the <b>list</b>.
</p>
<pre>
_.size({one : 1, two : 2, three : 3});
=> 3
</pre>
<h2 id="arrays">Array Functions</h2>
<p>
<i>
Note: All array functions will also work on the <b>arguments</b> object.
However, Underscore functions are not designed to work on "sparse" arrays.
</i>
</p>
<p id="first">
<b class="header">first</b><code>_.first(array, [n])</code>
<span class="alias">Alias: <b>head</b>, <b>take</b></span>
<br />
Returns the first element of an <b>array</b>. Passing <b>n</b> will
return the first <b>n</b> elements of the array.
</p>
<pre>
_.first([5, 4, 3, 2, 1]);
=> 5
</pre>
<p id="initial">
<b class="header">initial</b><code>_.initial(array, [n])</code>
<br />
Returns everything but the last entry of the array. Especially useful on
the arguments object. Pass <b>n</b> to exclude the last <b>n</b> elements
from the result.
</p>
<pre>
_.initial([5, 4, 3, 2, 1]);
=> [5, 4, 3, 2]
</pre>
<p id="last">
<b class="header">last</b><code>_.last(array, [n])</code>
<br />
Returns the last element of an <b>array</b>. Passing <b>n</b> will return
the last <b>n</b> elements of the array.
</p>
<pre>
_.last([5, 4, 3, 2, 1]);
=> 1
</pre>
<p id="rest">
<b class="header">rest</b><code>_.rest(array, [index])</code>
<span class="alias">Alias: <b>tail, drop</b></span>
<br />
Returns the <b>rest</b> of the elements in an array. Pass an <b>index</b>
to return the values of the array from that index onward.
</p>
<pre>
_.rest([5, 4, 3, 2, 1]);
=> [4, 3, 2, 1]
</pre>
<p id="compact">
<b class="header">compact</b><code>_.compact(array)</code>
<br />
Returns a copy of the <b>array</b> with all falsy values removed.
In JavaScript, <i>false</i>, <i>null</i>, <i>0</i>, <i>""</i>,
<i>undefined</i> and <i>NaN</i> are all falsy.
</p>
<pre>
_.compact([0, 1, false, 2, '', 3]);
=> [1, 2, 3]
</pre>
<p id="flatten">
<b class="header">flatten</b><code>_.flatten(array, [shallow])</code>
<br />
Flattens a nested <b>array</b> (the nesting can be to any depth). If you
pass <b>shallow</b>, the array will only be flattened a single level.
</p>
<pre>
_.flatten([1, [2], [3, [[4]]]]);
=> [1, 2, 3, 4];
_.flatten([1, [2], [3, [[4]]]], true);
=> [1, 2, 3, [[4]]];
</pre>
<p id="without">
<b class="header">without</b><code>_.without(array, [*values])</code>
<br />
Returns a copy of the <b>array</b> with all instances of the <b>values</b>
removed.
</p>
<pre>
_.without([1, 2, 1, 0, 3, 1, 4], 0, 1);
=> [2, 3, 4]
</pre>
<p id="union">
<b class="header">union</b><code>_.union(*arrays)</code>
<br />
Computes the union of the passed-in <b>arrays</b>: the list of unique items,
in order, that are present in one or more of the <b>arrays</b>.
</p>
<pre>
_.union([1, 2, 3], [101, 2, 1, 10], [2, 1]);
=> [1, 2, 3, 101, 10]
</pre>
<p id="intersection">
<b class="header">intersection</b><code>_.intersection(*arrays)</code>
<br />
Computes the list of values that are the intersection of all the <b>arrays</b>.
Each value in the result is present in each of the <b>arrays</b>.
</p>
<pre>
_.intersection([1, 2, 3], [101, 2, 1, 10], [2, 1]);
=> [1, 2]
</pre>
<p id="difference">
<b class="header">difference</b><code>_.difference(array, *others)</code>
<br />
Similar to <b>without</b>, but returns the values from <b>array</b> that
are not present in the <b>other</b> arrays.
</p>
<pre>
_.difference([1, 2, 3, 4, 5], [5, 2, 10]);
=> [1, 3, 4]
</pre>
<p id="uniq">
<b class="header">uniq</b><code>_.uniq(array, [isSorted], [iterator])</code>
<span class="alias">Alias: <b>unique</b></span>
<br />
Produces a duplicate-free version of the <b>array</b>, using <i>===</i> to test
object equality. If you know in advance that the <b>array</b> is sorted,
passing <i>true</i> for <b>isSorted</b> will run a much faster algorithm.
If you want to compute unique items based on a transformation, pass an
<b>iterator</b> function.
</p>
<pre>
_.uniq([1, 2, 1, 3, 1, 4]);
=> [1, 2, 3, 4]
</pre>
<p id="zip">
<b class="header">zip</b><code>_.zip(*arrays)</code>
<br />
Merges together the values of each of the <b>arrays</b> with the
values at the corresponding position. Useful when you have separate
data sources that are coordinated through matching array indexes.
If you're working with a matrix of nested arrays, <b>zip.apply</b>
can transpose the matrix in a similar fashion.
</p>
<pre>
_.zip(['moe', 'larry', 'curly'], [30, 40, 50], [true, false, false]);
=> [["moe", 30, true], ["larry", 40, false], ["curly", 50, false]]
</pre>
<p id="object">
<b class="header">object</b><code>_.object(list, [values])</code>
<br />
Converts arrays into objects. Pass either a single list of
<tt>[key, value]</tt> pairs, or a list of keys, and a list of values.
</p>
<pre>
_.object(['moe', 'larry', 'curly'], [30, 40, 50]);
=> {moe: 30, larry: 40, curly: 50}
_.object([['moe', 30], ['larry', 40], ['curly', 50]]);
=> {moe: 30, larry: 40, curly: 50}
</pre>
<p id="indexOf">
<b class="header">indexOf</b><code>_.indexOf(array, value, [isSorted])</code>
<br />
Returns the index at which <b>value</b> can be found in the <b>array</b>,
or <i>-1</i> if value is not present in the <b>array</b>. Uses the native
<b>indexOf</b> function unless it's missing. If you're working with a
large array, and you know that the array is already sorted, pass <tt>true</tt>
for <b>isSorted</b> to use a faster binary search ... or, pass a number as
the third argument in order to look for the first matching value in the
array after the given index.
</p>
<pre>
_.indexOf([1, 2, 3], 2);
=> 1
</pre>
<p id="lastIndexOf">
<b class="header">lastIndexOf</b><code>_.lastIndexOf(array, value, [fromIndex])</code>
<br />
Returns the index of the last occurrence of <b>value</b> in the <b>array</b>,
or <i>-1</i> if value is not present. Uses the native <b>lastIndexOf</b>
function if possible. Pass <b>fromIndex</b> to start your search at a
given index.
</p>
<pre>
_.lastIndexOf([1, 2, 3, 1, 2, 3], 2);
=> 4
</pre>
<p id="sortedIndex">
<b class="header">sortedIndex</b><code>_.sortedIndex(list, value, [iterator], [context])</code>
<br />
Uses a binary search to determine the index at which the <b>value</b>
<i>should</i> be inserted into the <b>list</b> in order to maintain the <b>list</b>'s
sorted order. If an <b>iterator</b> is passed, it will be used to compute
the sort ranking of each value, including the <b>value</b> you pass.
</p>
<pre>
_.sortedIndex([10, 20, 30, 40, 50], 35);
=> 3
</pre>
<p id="range">
<b class="header">range</b><code>_.range([start], stop, [step])</code>
<br />
A function to create flexibly-numbered lists of integers, handy for
<tt>each</tt> and <tt>map</tt> loops. <b>start</b>, if omitted, defaults
to <i>0</i>; <b>step</b> defaults to <i>1</i>. Returns a list of integers
from <b>start</b> to <b>stop</b>, incremented (or decremented) by <b>step</b>,
exclusive.
</p>
<pre>
_.range(10);
=> [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
_.range(1, 11);
=> [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
_.range(0, 30, 5);
=> [0, 5, 10, 15, 20, 25]
_.range(0, -10, -1);
=> [0, -1, -2, -3, -4, -5, -6, -7, -8, -9]
_.range(0);
=> []
</pre>
<h2 id="functions">Function (uh, ahem) Functions</h2>
<p id="bind">
<b class="header">bind</b><code>_.bind(function, object, [*arguments])</code>
<br />
Bind a <b>function</b> to an <b>object</b>, meaning that whenever
the function is called, the value of <i>this</i> will be the <b>object</b>.
Optionally, pass <b>arguments</b> to the <b>function</b> to pre-fill them,
also known as <b>partial application</b>.
</p>
<pre>
var func = function(greeting){ return greeting + ': ' + this.name };
func = _.bind(func, {name : 'moe'}, 'hi');
func();
=> 'hi: moe'
</pre>
<p id="bindAll">
<b class="header">bindAll</b><code>_.bindAll(object, [*methodNames])</code>
<br />
Binds a number of methods on the <b>object</b>, specified by
<b>methodNames</b>, to be run in the context of that object whenever they
are invoked. Very handy for binding functions that are going to be used
as event handlers, which would otherwise be invoked with a fairly useless
<i>this</i>. If no <b>methodNames</b> are provided, all of the object's
function properties will be bound to it.
</p>
<pre>
var buttonView = {
label : 'underscore',
onClick : function(){ alert('clicked: ' + this.label); },
onHover : function(){ console.log('hovering: ' + this.label); }
};
_.bindAll(buttonView);
jQuery('#underscore_button').bind('click', buttonView.onClick);
=> When the button is clicked, this.label will have the correct value...
</pre>
<p id="partial">
<b class="header">partial</b><code>_.partial(function, [*arguments])</code>
<br />
Partially apply a function by filling in any number of its arguments,
<i>without</i> changing its dynamic <tt>this</tt> value. A close cousin
of <a href="#bind">bind</a>.
</p>
<pre>
var add = function(a, b) { return a + b; };
add5 = _.partial(add, 5);
add5(10);
=> 15
</pre>
<p id="memoize">
<b class="header">memoize</b><code>_.memoize(function, [hashFunction])</code>
<br />
Memoizes a given <b>function</b> by caching the computed result. Useful
for speeding up slow-running computations. If passed an optional
<b>hashFunction</b>, it will be used to compute the hash key for storing
the result, based on the arguments to the original function. The default
<b>hashFunction</b> just uses the first argument to the memoized function
as the key.
</p>
<pre>
var fibonacci = _.memoize(function(n) {
return n < 2 ? n : fibonacci(n - 1) + fibonacci(n - 2);
});
</pre>
<p id="delay">
<b class="header">delay</b><code>_.delay(function, wait, [*arguments])</code>
<br />
Much like <b>setTimeout</b>, invokes <b>function</b> after <b>wait</b>
milliseconds. If you pass the optional <b>arguments</b>, they will be
forwarded on to the <b>function</b> when it is invoked.
</p>
<pre>
var log = _.bind(console.log, console);
_.delay(log, 1000, 'logged later');
=> 'logged later' // Appears after one second.
</pre>
<p id="defer">
<b class="header">defer</b><code>_.defer(function, [*arguments])</code>
<br />
Defers invoking the <b>function</b> until the current call stack has cleared,
similar to using <b>setTimeout</b> with a delay of 0. Useful for performing
expensive computations or HTML rendering in chunks without blocking the UI thread
from updating. If you pass the optional <b>arguments</b>, they will be
forwarded on to the <b>function</b> when it is invoked.
</p>
<pre>
_.defer(function(){ alert('deferred'); });
// Returns from the function before the alert runs.
</pre>
<p id="throttle">
<b class="header">throttle</b><code>_.throttle(function, wait)</code>
<br />
Creates and returns a new, throttled version of the passed function,
that, when invoked repeatedly, will only actually call the original function
at most once per every <b>wait</b>
milliseconds. Useful for rate-limiting events that occur faster than you
can keep up with.
</p>
<pre>
var throttled = _.throttle(updatePosition, 100);
$(window).scroll(throttled);
</pre>
<p id="debounce">
<b class="header">debounce</b><code>_.debounce(function, wait, [immediate])</code>
<br />
Creates and returns a new debounced version of the passed function that
will postpone its execution until after
<b>wait</b> milliseconds have elapsed since the last time it
was invoked. Useful for implementing behavior that should only happen
<i>after</i> the input has stopped arriving. For example: rendering a
preview of a Markdown comment, recalculating a layout after the window
has stopped being resized, and so on.
</p>
<p>
Pass <tt>true</tt> for the <b>immediate</b> parameter to cause
<b>debounce</b> to trigger the function on the leading instead of the
trailing edge of the <b>wait</b> interval. Useful in circumstances like
preventing accidental double-clicks on a "submit" button from firing a
second time.
</p>
<pre>
var lazyLayout = _.debounce(calculateLayout, 300);
$(window).resize(lazyLayout);
</pre>
<p id="once">
<b class="header">once</b><code>_.once(function)</code>
<br />
Creates a version of the function that can only be called one time.
Repeated calls to the modified function will have no effect, returning
the value from the original call. Useful for initialization functions,
instead of having to set a boolean flag and then check it later.
</p>
<pre>
var initialize = _.once(createApplication);
initialize();
initialize();
// Application is only created once.
</pre>
<p id="after">
<b class="header">after</b><code>_.after(count, function)</code>
<br />
Creates a version of the function that will only be run after first
being called <b>count</b> times. Useful for grouping asynchronous responses,
where you want to be sure that all the async calls have finished, before
proceeding.
</p>
<pre>
var renderNotes = _.after(notes.length, render);
_.each(notes, function(note) {
note.asyncSave({success: renderNotes});
});
// renderNotes is run once, after all notes have saved.
</pre>
<p id="wrap">
<b class="header">wrap</b><code>_.wrap(function, wrapper)</code>
<br />
Wraps the first <b>function</b> inside of the <b>wrapper</b> function,
passing it as the first argument. This allows the <b>wrapper</b> to
execute code before and after the <b>function</b> runs, adjust the arguments,
and execute it conditionally.
</p>
<pre>
var hello = function(name) { return "hello: " + name; };
hello = _.wrap(hello, function(func) {
return "before, " + func("moe") + ", after";
});
hello();
=> 'before, hello: moe, after'
</pre>
<p id="compose">
<b class="header">compose</b><code>_.compose(*functions)</code>
<br />
Returns the composition of a list of <b>functions</b>, where each function
consumes the return value of the function that follows. In math terms,
composing the functions <i>f()</i>, <i>g()</i>, and <i>h()</i> produces
<i>f(g(h()))</i>.
</p>
<pre>
var greet = function(name){ return "hi: " + name; };
var exclaim = function(statement){ return statement + "!"; };
var welcome = _.compose(exclaim, greet);
welcome('moe');
=> 'hi: moe!'
</pre>
<h2 id="objects">Object Functions</h2>
<p id="keys">
<b class="header">keys</b><code>_.keys(object)</code>
<br />
Retrieve all the names of the <b>object</b>'s properties.
</p>
<pre>
_.keys({one : 1, two : 2, three : 3});
=> ["one", "two", "three"]
</pre>
<p id="values">
<b class="header">values</b><code>_.values(object)</code>
<br />
Return all of the values of the <b>object</b>'s properties.
</p>
<pre>
_.values({one : 1, two : 2, three : 3});
=> [1, 2, 3]
</pre>
<p id="pairs">
<b class="header">pairs</b><code>_.pairs(object)</code>
<br />
Convert an object into a list of <tt>[key, value]</tt> pairs.
</p>
<pre>
_.pairs({one: 1, two: 2, three: 3});
=> [["one", 1], ["two", 2], ["three", 3]]
</pre>
<p id="invert">
<b class="header">invert</b><code>_.invert(object)</code>
<br />
Returns a copy of the <b>object</b> where the keys have become the values
and the values the keys. For this to work, all of your object's values
should be unique and string serializable.
</p>
<pre>
_.invert({Moe: "Moses", Larry: "Louis", Curly: "Jerome"});
=> {Moses: "Moe", Louis: "Larry", Jerome: "Curly"};
</pre>
<p id="object-functions">
<b class="header">functions</b><code>_.functions(object)</code>
<span class="alias">Alias: <b>methods</b></span>
<br />
Returns a sorted list of the names of every method in an object —
that is to say, the name of every function property of the object.
</p>
<pre>
_.functions(_);
=> ["all", "any", "bind", "bindAll", "clone", "compact", "compose" ...
</pre>
<p id="extend">
<b class="header">extend</b><code>_.extend(destination, *sources)</code>
<br />
Copy all of the properties in the <b>source</b> objects over to the
<b>destination</b> object, and return the <b>destination</b> object.
It's in-order, so the last source will override properties of the same
name in previous arguments.
</p>
<pre>
_.extend({name : 'moe'}, {age : 50});
=> {name : 'moe', age : 50}
</pre>
<p id="pick">
<b class="header">pick</b><code>_.pick(object, *keys)</code>
<br />
Return a copy of the <b>object</b>, filtered to only have values for
the whitelisted <b>keys</b> (or array of valid keys).
</p>
<pre>
_.pick({name : 'moe', age: 50, userid : 'moe1'}, 'name', 'age');
=> {name : 'moe', age : 50}
</pre>
<p id="omit">
<b class="header">omit</b><code>_.omit(object, *keys)</code>
<br />
Return a copy of the <b>object</b>, filtered to omit the blacklisted
<b>keys</b> (or array of keys).
</p>
<pre>
_.omit({name : 'moe', age : 50, userid : 'moe1'}, 'userid');
=> {name : 'moe', age : 50}
</pre>
<p id="defaults">
<b class="header">defaults</b><code>_.defaults(object, *defaults)</code>
<br />
Fill in null and undefined properties in <b>object</b> with values from the
<b>defaults</b> objects, and return the <b>object</b>. As soon as the
property is filled, further defaults will have no effect.
</p>
<pre>
var iceCream = {flavor : "chocolate"};
_.defaults(iceCream, {flavor : "vanilla", sprinkles : "lots"});
=> {flavor : "chocolate", sprinkles : "lots"}
</pre>
<p id="clone">
<b class="header">clone</b><code>_.clone(object)</code>
<br />
Create a shallow-copied clone of the <b>object</b>. Any nested objects
or arrays will be copied by reference, not duplicated.
</p>
<pre>
_.clone({name : 'moe'});
=> {name : 'moe'};
</pre>
<p id="tap">
<b class="header">tap</b><code>_.tap(object, interceptor)</code>
<br />
Invokes <b>interceptor</b> with the <b>object</b>, and then returns <b>object</b>.
The primary purpose of this method is to "tap into" a method chain, in order to perform operations on intermediate results within the chain.
</p>
<pre>
_.chain([1,2,3,200])
.filter(function(num) { return num % 2 == 0; })
.tap(alert)
.map(function(num) { return num * num })
.value();
=> // [2, 200] (alerted)
=> [4, 40000]
</pre>
<p id="has">
<b class="header">has</b><code>_.has(object, key)</code>
<br />
Does the object contain the given key? Identical to
<tt>object.hasOwnProperty(key)</tt>, but uses a safe reference to the
<tt>hasOwnProperty</tt> function, in case it's been
<a href="http://www.devthought.com/2012/01/18/an-object-is-not-a-hash/">overridden accidentally</a>.
</p>
<pre>
_.has({a: 1, b: 2, c: 3}, "b");
=> true
</pre>
<p id="isEqual">
<b class="header">isEqual</b><code>_.isEqual(object, other)</code>
<br />
Performs an optimized deep comparison between the two objects, to determine
if they should be considered equal.
</p>
<pre>
var moe = {name : 'moe', luckyNumbers : [13, 27, 34]};
var clone = {name : 'moe', luckyNumbers : [13, 27, 34]};
moe == clone;
=> false
_.isEqual(moe, clone);
=> true
</pre>
<p id="isEmpty">
<b class="header">isEmpty</b><code>_.isEmpty(object)</code>
<br />
Returns <i>true</i> if <b>object</b> contains no values.
</p>
<pre>
_.isEmpty([1, 2, 3]);
=> false
_.isEmpty({});
=> true
</pre>
<p id="isElement">
<b class="header">isElement</b><code>_.isElement(object)</code>
<br />
Returns <i>true</i> if <b>object</b> is a DOM element.
</p>
<pre>
_.isElement(jQuery('body')[0]);
=> true
</pre>
<p id="isArray">
<b class="header">isArray</b><code>_.isArray(object)</code>
<br />
Returns <i>true</i> if <b>object</b> is an Array.
</p>
<pre>
(function(){ return _.isArray(arguments); })();
=> false
_.isArray([1,2,3]);
=> true
</pre>
<p id="isObject">
<b class="header">isObject</b><code>_.isObject(value)</code>
<br />
Returns <i>true</i> if <b>value</b> is an Object. Note that JavaScript
arrays and functions are objects, while (normal) strings and numbers are not.
</p>
<pre>
_.isObject({});
=> true
_.isObject(1);
=> false
</pre>
<p id="isArguments">
<b class="header">isArguments</b><code>_.isArguments(object)</code>
<br />
Returns <i>true</i> if <b>object</b> is an Arguments object.
</p>
<pre>
(function(){ return _.isArguments(arguments); })(1, 2, 3);
=> true
_.isArguments([1,2,3]);
=> false
</pre>
<p id="isFunction">
<b class="header">isFunction</b><code>_.isFunction(object)</code>
<br />
Returns <i>true</i> if <b>object</b> is a Function.
</p>
<pre>
_.isFunction(alert);
=> true
</pre>
<p id="isString">
<b class="header">isString</b><code>_.isString(object)</code>
<br />
Returns <i>true</i> if <b>object</b> is a String.
</p>
<pre>
_.isString("moe");
=> true
</pre>
<p id="isNumber">
<b class="header">isNumber</b><code>_.isNumber(object)</code>
<br />
Returns <i>true</i> if <b>object</b> is a Number (including <tt>NaN</tt>).
</p>
<pre>
_.isNumber(8.4 * 5);
=> true
</pre>
<p id="isFinite">
<b class="header">isFinite</b><code>_.isFinite(object)</code>
<br />
Returns <i>true</i> if <b>object</b> is a finite Number.
</p>
<pre>
_.isFinite(-101);
=> true
_.isFinite(-Infinity);
=> false
</pre>
<p id="isBoolean">
<b class="header">isBoolean</b><code>_.isBoolean(object)</code>
<br />
Returns <i>true</i> if <b>object</b> is either <i>true</i> or <i>false</i>.
</p>
<pre>
_.isBoolean(null);
=> false
</pre>
<p id="isDate">
<b class="header">isDate</b><code>_.isDate(object)</code>
<br />
Returns <i>true</i> if <b>object</b> is a Date.
</p>
<pre>
_.isDate(new Date());
=> true
</pre>
<p id="isRegExp">
<b class="header">isRegExp</b><code>_.isRegExp(object)</code>
<br />
Returns <i>true</i> if <b>object</b> is a RegExp.
</p>
<pre>
_.isRegExp(/moe/);
=> true
</pre>
<p id="isNaN">
<b class="header">isNaN</b><code>_.isNaN(object)</code>
<br />
Returns <i>true</i> if <b>object</b> is <i>NaN</i>.<br /> Note: this is not
the same as the native <b>isNaN</b> function, which will also return
true if the variable is <i>undefined</i>.
</p>
<pre>
_.isNaN(NaN);
=> true
isNaN(undefined);
=> true
_.isNaN(undefined);
=> false
</pre>
<p id="isNull">
<b class="header">isNull</b><code>_.isNull(object)</code>
<br />
Returns <i>true</i> if the value of <b>object</b> is <i>null</i>.
</p>
<pre>
_.isNull(null);
=> true
_.isNull(undefined);
=> false
</pre>
<p id="isUndefined">
<b class="header">isUndefined</b><code>_.isUndefined(value)</code>
<br />
Returns <i>true</i> if <b>value</b> is <i>undefined</i>.
</p>
<pre>
_.isUndefined(window.missingVariable);
=> true
</pre>
<h2 id="utility">Utility Functions</h2>
<p id="noConflict">
<b class="header">noConflict</b><code>_.noConflict()</code>
<br />
Give control of the "_" variable back to its previous owner. Returns
a reference to the <b>Underscore</b> object.
</p>
<pre>
var underscore = _.noConflict();</pre>
<p id="identity">
<b class="header">identity</b><code>_.identity(value)</code>
<br />
Returns the same value that is used as the argument. In math:
<tt>f(x) = x</tt><br />
This function looks useless, but is used throughout Underscore as
a default iterator.
</p>
<pre>
var moe = {name : 'moe'};
moe === _.identity(moe);
=> true</pre>
<p id="times">
<b class="header">times</b><code>_.times(n, iterator, [context])</code>
<br />
Invokes the given iterator function <b>n</b> times. Each invocation of
<b>iterator</b> is called with an <tt>index</tt> argument.
<br />
<i>Note: this example uses the <a href="#chaining">chaining syntax</a></i>.
</p>
<pre>
_(3).times(function(n){ genie.grantWishNumber(n); });</pre>
<p id="random">
<b class="header">random</b><code>_.random(min, max)</code>
<br />
Returns a random integer between <b>min</b> and <b>max</b>, inclusive.
If you only pass one argument, it will return a number between <tt>0</tt>
and that number.
</p>
<pre>
_.random(0, 100);
=> 42</pre>
<p id="mixin">
<b class="header">mixin</b><code>_.mixin(object)</code>
<br />
Allows you to extend Underscore with your own utility functions. Pass
a hash of <tt>{name: function}</tt> definitions to have your functions
added to the Underscore object, as well as the OOP wrapper.
</p>
<pre>
_.mixin({
capitalize : function(string) {
return string.charAt(0).toUpperCase() + string.substring(1).toLowerCase();
}
});
_("fabio").capitalize();
=> "Fabio"
</pre>
<p id="uniqueId">
<b class="header">uniqueId</b><code>_.uniqueId([prefix])</code>
<br />
Generate a globally-unique id for client-side models or DOM elements
that need one. If <b>prefix</b> is passed, the id will be appended to it.
</p>
<pre>
_.uniqueId('contact_');
=> 'contact_104'</pre>
<p id="escape">
<b class="header">escape</b><code>_.escape(string)</code>
<br />
Escapes a string for insertion into HTML, replacing
<tt>&</tt>, <tt><</tt>, <tt>></tt>, <tt>"</tt>, <tt>'</tt>, and <tt>/</tt> characters.
</p>
<pre>
_.escape('Curly, Larry & Moe');
=> "Curly, Larry &amp; Moe"</pre>
<p id="unescape">
<b class="header">unescape</b><code>_.unescape(string)</code>
<br />
The opposite of <a href="#escape"><b>escape</b></a>, replaces
<tt>&amp;</tt>, <tt>&lt;</tt>, <tt>&gt;</tt>,
<tt>&quot;</tt>, <tt>&#x27;</tt>, and <tt>&#x2F;</tt>
with their unescaped counterparts.
</p>
<pre>
_.unescape('Curly, Larry &amp; Moe');
=> "Curly, Larry & Moe"</pre>
<p id="result">
<b class="header">result</b><code>_.result(object, property)</code>
<br />
If the value of the named property is a function then invoke it; otherwise, return it.
</p>
<pre>
var object = {cheese: 'crumpets', stuff: function(){ return 'nonsense'; }};
_.result(object, 'cheese');
=> "crumpets"
_.result(object, 'stuff');
=> "nonsense"</pre>
<p id="template">
<b class="header">template</b><code>_.template(templateString, [data], [settings])</code>
<br />
Compiles JavaScript templates into functions that can be evaluated
for rendering. Useful for rendering complicated bits of HTML from JSON
data sources. Template functions can both interpolate variables, using
<tt><%= … %></tt>, as well as execute arbitrary JavaScript code, with
<tt><% … %></tt>. If you wish to interpolate a value, and have
it be HTML-escaped, use <tt><%- … %></tt> When you evaluate a template function, pass in a
<b>data</b> object that has properties corresponding to the template's free
variables. If you're writing a one-off, you can pass the <b>data</b>
object as the second parameter to <b>template</b> in order to render
immediately instead of returning a template function. The <b>settings</b> argument
should be a hash containing any <tt>_.templateSettings</tt> that should be overridden.
</p>
<pre>
var compiled = _.template("hello: <%= name %>");
compiled({name : 'moe'});
=> "hello: moe"
var list = "<% _.each(people, function(name) { %> <li><%= name %></li> <% }); %>";
_.template(list, {people : ['moe', 'curly', 'larry']});
=> "<li>moe</li><li>curly</li><li>larry</li>"
var template = _.template("<b><%- value %></b>");
template({value : '<script>'});
=> "<b>&lt;script&gt;</b>"</pre>
<p>
You can also use <tt>print</tt> from within JavaScript code. This is
sometimes more convenient than using <tt><%= ... %></tt>.
</p>
<pre>
var compiled = _.template("<% print('Hello ' + epithet); %>");
compiled({epithet: "stooge"});
=> "Hello stooge."</pre>
<p>
If ERB-style delimiters aren't your cup of tea, you can change Underscore's
template settings to use different symbols to set off interpolated code.
Define an <b>interpolate</b> regex to match expressions that should be
interpolated verbatim, an <b>escape</b> regex to match expressions that should
be inserted after being HTML escaped, and an <b>evaluate</b> regex to match
expressions that should be evaluated without insertion into the resulting
string. You may define or omit any combination of the three.
For example, to perform
<a href="http://github.com/janl/mustache.js#readme">Mustache.js</a>
style templating:
</p>
<pre>
_.templateSettings = {
interpolate : /\{\{(.+?)\}\}/g
};
var template = _.template("Hello {{ name }}!");
template({name : "Mustache"});
=> "Hello Mustache!"</pre>
<p>
By default, <b>template</b> places the values from your data in the local scope
via the <tt>with</tt> statement. However, you can specify a single variable name
with the <b>variable</b> setting. This can significantly improve the speed
at which a template is able to render.
</p>
<pre>
_.template("Using 'with': <%= data.answer %>", {answer: 'no'}, {variable: 'data'});
=> "Using 'with': no"</pre>
<p>
Precompiling your templates can be a big help when debugging errors you can't
reproduce. This is because precompiled templates can provide line numbers and
a stack trace, something that is not possible when compiling templates on the client.
The <b>source</b> property is available on the compiled template
function for easy precompilation.
</p>
<pre><script>
JST.project = <%= _.template(jstText).source %>;
</script></pre>
<h2 id="chaining">Chaining</h2>
<p>
You can use Underscore in either an object-oriented or a functional style,
depending on your preference. The following two lines of code are
identical ways to double a list of numbers.
</p>
<pre>
_.map([1, 2, 3], function(n){ return n * 2; });
_([1, 2, 3]).map(function(n){ return n * 2; });</pre>
<p>
Calling <tt>chain</tt> will cause all future method calls to return
wrapped objects. When you've finished the computation, use
<tt>value</tt> to retrieve the final value. Here's an example of chaining
together a <b>map/flatten/reduce</b>, in order to get the word count of
every word in a song.
</p>
<pre>
var lyrics = [
{line : 1, words : "I'm a lumberjack and I'm okay"},
{line : 2, words : "I sleep all night and I work all day"},
{line : 3, words : "He's a lumberjack and he's okay"},
{line : 4, words : "He sleeps all night and he works all day"}
];
_.chain(lyrics)
.map(function(line) { return line.words.split(' '); })
.flatten()
.reduce(function(counts, word) {
counts[word] = (counts[word] || 0) + 1;
return counts;
}, {})
.value();
=> {lumberjack : 2, all : 4, night : 2 ... }</pre>
<p>
In addition, the
<a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array/prototype">Array prototype's methods</a>
are proxied through the chained Underscore object, so you can slip a
<tt>reverse</tt> or a <tt>push</tt> into your chain, and continue to
modify the array.
</p>
<p id="chain">
<b class="header">chain</b><code>_.chain(obj)</code>
<br />
Returns a wrapped object. Calling methods on this object will continue
to return wrapped objects until <tt>value</tt> is used.
</p>
<pre>
var stooges = [{name : 'curly', age : 25}, {name : 'moe', age : 21}, {name : 'larry', age : 23}];
var youngest = _.chain(stooges)
.sortBy(function(stooge){ return stooge.age; })
.map(function(stooge){ return stooge.name + ' is ' + stooge.age; })
.first()
.value();
=> "moe is 21"
</pre>
<p id="value">
<b class="header">value</b><code>_(obj).value()</code>
<br />
Extracts the value of a wrapped object.
</p>
<pre>
_([1, 2, 3]).value();
=> [1, 2, 3]
</pre>
<h2 id="links">Links & Suggested Reading</h2>
<p>
The Underscore documentation is also available in
<a href="http://learning.github.com/underscore/">Simplified Chinese</a>.
</p>
<p>
<a href="http://mirven.github.com/underscore.lua/">Underscore.lua</a>,
a Lua port of the functions that are applicable in both languages.
Includes OOP-wrapping and chaining.
(<a href="http://github.com/mirven/underscore.lua">source</a>)
</p>
<p>
<a href="http://underscorem.org">Underscore.m</a>, an Objective-C port
of many of the Underscore.js functions, using a syntax that encourages
chaining.
(<a href="https://github.com/robb/Underscore.m">source</a>)
</p>
<p>
<a href="http://kmalakoff.github.com/_.m/">_.m</a>, an alternative
Objective-C port that tries to stick a little closer to the original
Underscore.js API.
(<a href="https://github.com/kmalakoff/_.m">source</a>)
</p>
<p>
<a href="http://brianhaveri.github.com/Underscore.php/">Underscore.php</a>,
a PHP port of the functions that are applicable in both languages.
Includes OOP-wrapping and chaining.
(<a href="http://github.com/brianhaveri/Underscore.php">source</a>)
</p>
<p>
<a href="http://vti.github.com/underscore-perl/">Underscore-perl</a>,
a Perl port of many of the Underscore.js functions,
aimed at on Perl hashes and arrays.
(<a href="https://github.com/vti/underscore-perl/">source</a>)
</p>
<p>
<a href="http://russplaysguitar.github.com/UnderscoreCF/">Underscore.cfc</a>,
a Coldfusion port of many of the Underscore.js functions.
(<a href="https://github.com/russplaysguitar/underscorecf">source</a>)
</p>
<p>
<a href="https://github.com/edtsech/underscore.string">Underscore.string</a>,
an Underscore extension that adds functions for string-manipulation:
<tt>trim</tt>, <tt>startsWith</tt>, <tt>contains</tt>, <tt>capitalize</tt>,
<tt>reverse</tt>, <tt>sprintf</tt>, and more.
</p>
<p>
Ruby's <a href="http://ruby-doc.org/core/classes/Enumerable.html">Enumerable</a> module.
</p>
<p>
<a href="http://www.prototypejs.org/">Prototype.js</a>, which provides
JavaScript with collection functions in the manner closest to Ruby's Enumerable.
</p>
<p>
Oliver Steele's
<a href="http://osteele.com/sources/javascript/functional/">Functional JavaScript</a>,
which includes comprehensive higher-order function support as well as string lambdas.
</p>
<p>
Michael Aufreiter's <a href="http://github.com/michael/data">Data.js</a>,
a data manipulation + persistence library for JavaScript.
</p>
<p>
Python's <a href="http://docs.python.org/library/itertools.html">itertools</a>.
</p>
<h2 id="changelog">Change Log</h2>
<p>
<b class="header">1.4.4</b> — <small><i>Jan. 30, 2013</i></small> — <a href="https://github.com/documentcloud/underscore/compare/1.4.3...1.4.4">Diff</a><br />
<ul>
<li>
Added <tt>_.findWhere</tt>, for finding the first element in a list
that matches a particular set of keys and values.
</li>
<li>
Added <tt>_.partial</tt>, for partially applying a function <i>without</i>
changing its dynamic reference to <tt>this</tt>.
</li>
<li>
Simplified <tt>bind</tt> by removing some edge cases involving
constructor functions. In short: don't <tt>_.bind</tt> your
constructors.
</li>
<li>
A minor optimization to <tt>invoke</tt>.
</li>
<li>
Fix bug in the minified version due to the minifier incorrectly
optimizing-away <tt>isFunction</tt>.
</li>
</ul>
</p>
<p>
<b class="header">1.4.3</b> — <small><i>Dec. 4, 2012</i></small> — <a href="https://github.com/documentcloud/underscore/compare/1.4.2...1.4.3">Diff</a><br />
<ul>
<li>
Improved Underscore compatibility with Adobe's JS engine that can be
used to script Illustrator, Photoshop, and friends.
</li>
<li>
Added a default <tt>_.identity</tt> iterator to <tt>countBy</tt> and
<tt>groupBy</tt>.
</li>
<li>
The <tt>uniq</tt> function can now take <tt>array, iterator, context</tt>
as the argument list.
</li>
<li>
The <tt>times</tt> function now returns the mapped array of iterator
results.
</li>
<li>
Simplified and fixed bugs in <tt>throttle</tt>.
</li>
</ul>
</p>
<p>
<b class="header">1.4.2</b> — <small><i>Oct. 1, 2012</i></small> — <a href="https://github.com/documentcloud/underscore/compare/1.4.1...1.4.2">Diff</a><br />
<ul>
<li>
For backwards compatibility, returned to pre-1.4.0 behavior when
passing <tt>null</tt> to iteration functions. They now become no-ops
again.
</li>
</ul>
</p>
<p>
<b class="header">1.4.1</b> — <small><i>Oct. 1, 2012</i></small> — <a href="https://github.com/documentcloud/underscore/compare/1.4.0...1.4.1">Diff</a><br />
<ul>
<li>
Fixed a 1.4.0 regression in the <tt>lastIndexOf</tt> function.
</li>
</ul>
</p>
<p>
<b class="header">1.4.0</b> — <small><i>Sept. 27, 2012</i></small> — <a href="https://github.com/documentcloud/underscore/compare/1.3.3...1.4.0">Diff</a><br />
<ul>
<li>
Added a <tt>pairs</tt> function, for turning a JavaScript object
into <tt>[key, value]</tt> pairs ... as well as an <tt>object</tt>
function, for converting an array of <tt>[key, value]</tt> pairs
into an object.
</li>
<li>
Added a <tt>countBy</tt> function, for counting the number of objects
in a list that match a certain criteria.
</li>
<li>
Added an <tt>invert</tt> function, for performing a simple inversion
of the keys and values in an object.
</li>
<li>
Added a <tt>where</tt> function, for easy cases of filtering a list
for objects with specific values.
</li>
<li>
Added an <tt>omit</tt> function, for filtering an object to remove
certain keys.
</li>
<li>
Added a <tt>random</tt> function, to return a random number in a
given range.
</li>
<li>
<tt>_.debounce</tt>'d functions now return their last updated value,
just like <tt>_.throttle</tt>'d functions do.
</li>
<li>
The <tt>sortBy</tt> function now runs a stable sort algorithm.
</li>
<li>
Added the optional <tt>fromIndex</tt> option to <tt>indexOf</tt> and
<tt>lastIndexOf</tt>.
</li>
<li>
"Sparse" arrays are no longer supported in Underscore iteration
functions. Use a <tt>for</tt> loop instead (or better yet, an object).
</li>
<li>
The <tt>min</tt> and <tt>max</tt> functions may now be called on
<i>very</i> large arrays.
</li>
<li>
Interpolation in templates now represents <tt>null</tt> and
<tt>undefined</tt> as the empty string.
</li>
<li>
<del>Underscore iteration functions no longer accept <tt>null</tt> values
as a no-op argument. You'll get an early error instead.</del>
</li>
<li>
A number of edge-cases fixes and tweaks, which you can spot in the
<a href="https://github.com/documentcloud/underscore/compare/1.3.3...1.4.0">diff</a>.
Depending on how you're using Underscore, <b>1.4.0</b> may be more
backwards-incompatible than usual — please test when you upgrade.
</li>
</ul>
</p>
<p>
<b class="header">1.3.3</b> — <small><i>April 10, 2012</i></small><br />
<ul>
<li>
Many improvements to <tt>_.template</tt>, which now provides the
<tt>source</tt> of the template function as a property, for potentially
even more efficient pre-compilation on the server-side. You may now
also set the <tt>variable</tt> option when creating a template,
which will cause your passed-in data to be made available under the
variable you named, instead of using a <tt>with</tt> statement —
significantly improving the speed of rendering the template.
</li>
<li>
Added the <tt>pick</tt> function, which allows you to filter an
object literal with a whitelist of allowed property names.
</li>
<li>
Added the <tt>result</tt> function, for convenience when working
with APIs that allow either functions or raw properties.
</li>
<li>
Added the <tt>isFinite</tt> function, because sometimes knowing that
a value is a number just ain't quite enough.
</li>
<li>
The <tt>sortBy</tt> function may now also be passed the string name
of a property to use as the sort order on each object.
</li>
<li>
Fixed <tt>uniq</tt> to work with sparse arrays.
</li>
<li>
The <tt>difference</tt> function now performs a shallow flatten
instead of a deep one when computing array differences.
</li>
<li>
The <tt>debounce</tt> function now takes an <tt>immediate</tt>
parameter, which will cause the callback to fire on the leading
instead of the trailing edge.
</li>
</ul>
</p>
<p>
<b class="header">1.3.1</b> — <small><i>Jan. 23, 2012</i></small><br />
<ul>
<li>
Added an <tt>_.has</tt> function, as a safer way to use <tt>hasOwnProperty</tt>.
</li>
<li>
Added <tt>_.collect</tt> as an alias for <tt>_.map</tt>. Smalltalkers, rejoice.
</li>
<li>
Reverted an old change so that <tt>_.extend</tt> will correctly copy
over keys with undefined values again.
</li>
<li>
Bugfix to stop escaping slashes within interpolations in <tt>_.template</tt>.
</li>
</ul>
</p>
<p>
<b class="header">1.3.0</b> — <small><i>Jan. 11, 2012</i></small><br />
<ul>
<li>
Removed AMD (RequireJS) support from Underscore. If you'd like to use
Underscore with RequireJS, you can load it as a normal script, wrap
or patch your copy, or download a forked version.
</li>
</ul>
</p>
<p>
<b class="header">1.2.4</b> — <small><i>Jan. 4, 2012</i></small><br />
<ul>
<li>
You now can (and probably should, as it's simpler)
write <tt>_.chain(list)</tt>
instead of <tt>_(list).chain()</tt>.
</li>
<li>
Fix for escaped characters in Underscore templates, and for supporting
customizations of <tt>_.templateSettings</tt> that only define one or
two of the required regexes.
</li>
<li>
Fix for passing an array as the first argument to an <tt>_.wrap</tt>'d function.
</li>
<li>
Improved compatibility with ClojureScript, which adds a <tt>call</tt>
function to <tt>String.prototype</tt>.
</li>
</ul>
</p>
<p>
<b class="header">1.2.3</b> — <small><i>Dec. 7, 2011</i></small><br />
<ul>
<li>
Dynamic scope is now preserved for compiled <tt>_.template</tt> functions,
so you can use the value of <tt>this</tt> if you like.
</li>
<li>
Sparse array support of <tt>_.indexOf</tt>, <tt>_.lastIndexOf</tt>.
</li>
<li>
Both <tt>_.reduce</tt> and <tt>_.reduceRight</tt> can now be passed an
explicitly <tt>undefined</tt> value. (There's no reason why you'd
want to do this.)
</li>
</ul>
</p>
<p>
<b class="header">1.2.2</b> — <small><i>Nov. 14, 2011</i></small><br />
<ul>
<li>
Continued tweaks to <tt>_.isEqual</tt> semantics. Now JS primitives are
considered equivalent to their wrapped versions, and arrays are compared
by their numeric properties only <small>(#351)</small>.
</li>
<li>
<tt>_.escape</tt> no longer tries to be smart about not double-escaping
already-escaped HTML entities. Now it just escapes regardless <small>(#350)</small>.
</li>
<li>
In <tt>_.template</tt>, you may now leave semicolons out of evaluated
statements if you wish: <tt><% }) %></tt> <small>(#369)</small>.
</li>
<li>
<tt>_.after(callback, 0)</tt> will now trigger the callback immediately,
making "after" easier to use with asynchronous APIs <small>(#366)</small>.
</li>
</ul>
</p>
<p>
<b class="header">1.2.1</b> — <small><i>Oct. 24, 2011</i></small><br />
<ul>
<li>
Several important bug fixes for <tt>_.isEqual</tt>, which should now
do better on mutated Arrays, and on non-Array objects with
<tt>length</tt> properties. <small>(#329)</small>
</li>
<li>
<b>jrburke</b> contributed Underscore exporting for AMD module loaders,
and <b>tonylukasavage</b> for Appcelerator Titanium.
<small>(#335, #338)</small>
</li>
<li>
You can now <tt>_.groupBy(list, 'property')</tt> as a shortcut for
grouping values by a particular common property.
</li>
<li>
<tt>_.throttle</tt>'d functions now fire immediately upon invocation,
and are rate-limited thereafter <small>(#170, #266)</small>.
</li>
<li>
Most of the <tt>_.is[Type]</tt> checks no longer ducktype.
</li>
<li>
The <tt>_.bind</tt> function now also works on constructors, a-la
ES5 ... but you would never want to use <tt>_.bind</tt> on a
constructor function.
</li>
<li>
<tt>_.clone</tt> no longer wraps non-object types in Objects.
</li>
<li>
<tt>_.find</tt> and <tt>_.filter</tt> are now the preferred names for
<tt>_.detect</tt> and <tt>_.select</tt>.
</li>
</ul>
</p>
<p>
<b class="header">1.2.0</b> — <small><i>Oct. 5, 2011</i></small><br />
<ul>
<li>
The <tt>_.isEqual</tt> function now
supports true deep equality comparisons, with checks for cyclic structures,
thanks to Kit Cambridge.
</li>
<li>
Underscore templates now support HTML escaping interpolations, using
<tt><%- ... %></tt> syntax.
</li>
<li>
Ryan Tenney contributed <tt>_.shuffle</tt>, which uses a modified
Fisher-Yates to give you a shuffled copy of an array.
</li>
<li>
<tt>_.uniq</tt> can now be passed an optional iterator, to determine by
what criteria an object should be considered unique.
</li>
<li>
<tt>_.last</tt> now takes an optional argument which will return the last
N elements of the list.
</li>
<li>
A new <tt>_.initial</tt> function was added, as a mirror of <tt>_.rest</tt>,
which returns all the initial values of a list (except the last N).
</li>
</ul>
</p>
<p>
<b class="header">1.1.7</b> — <small><i>July 13, 2011</i></small><br />
Added <tt>_.groupBy</tt>, which aggregates a collection into groups of like items.
Added <tt>_.union</tt> and <tt>_.difference</tt>, to complement the
(re-named) <tt>_.intersection</tt>.
Various improvements for support of sparse arrays.
<tt>_.toArray</tt> now returns a clone, if directly passed an array.
<tt>_.functions</tt> now also returns the names of functions that are present
in the prototype chain.
</p>
<p>
<b class="header">1.1.6</b> — <small><i>April 18, 2011</i></small><br />
Added <tt>_.after</tt>, which will return a function that only runs after
first being called a specified number of times.
<tt>_.invoke</tt> can now take a direct function reference.
<tt>_.every</tt> now requires an iterator function to be passed, which
mirrors the ECMA5 API.
<tt>_.extend</tt> no longer copies keys when the value is undefined.
<tt>_.bind</tt> now errors when trying to bind an undefined value.
</p>
<p>
<b class="header">1.1.5</b> — <small><i>Mar 20, 2011</i></small><br />
Added an <tt>_.defaults</tt> function, for use merging together JS objects
representing default options.
Added an <tt>_.once</tt> function, for manufacturing functions that should
only ever execute a single time.
<tt>_.bind</tt> now delegates to the native ECMAScript 5 version,
where available.
<tt>_.keys</tt> now throws an error when used on non-Object values, as in
ECMAScript 5.
Fixed a bug with <tt>_.keys</tt> when used over sparse arrays.
</p>
<p>
<b class="header">1.1.4</b> — <small><i>Jan 9, 2011</i></small><br />
Improved compliance with ES5's Array methods when passing <tt>null</tt>
as a value. <tt>_.wrap</tt> now correctly sets <tt>this</tt> for the
wrapped function. <tt>_.indexOf</tt> now takes an optional flag for
finding the insertion index in an array that is guaranteed to already
be sorted. Avoiding the use of <tt>.callee</tt>, to allow <tt>_.isArray</tt>
to work properly in ES5's strict mode.
</p>
<p>
<b class="header">1.1.3</b> — <small><i>Dec 1, 2010</i></small><br />
In CommonJS, Underscore may now be required with just: <br />
<tt>var _ = require("underscore")</tt>.
Added <tt>_.throttle</tt> and <tt>_.debounce</tt> functions.
Removed <tt>_.breakLoop</tt>, in favor of an ECMA5-style un-<i>break</i>-able
each implementation — this removes the try/catch, and you'll now have
better stack traces for exceptions that are thrown within an Underscore iterator.
Improved the <b>isType</b> family of functions for better interoperability
with Internet Explorer host objects.
<tt>_.template</tt> now correctly escapes backslashes in templates.
Improved <tt>_.reduce</tt> compatibility with the ECMA5 version:
if you don't pass an initial value, the first item in the collection is used.
<tt>_.each</tt> no longer returns the iterated collection, for improved
consistency with ES5's <tt>forEach</tt>.
</p>
<p>
<b class="header">1.1.2</b><br />
Fixed <tt>_.contains</tt>, which was mistakenly pointing at
<tt>_.intersect</tt> instead of <tt>_.include</tt>, like it should
have been. Added <tt>_.unique</tt> as an alias for <tt>_.uniq</tt>.
</p>
<p>
<b class="header">1.1.1</b><br />
Improved the speed of <tt>_.template</tt>, and its handling of multiline
interpolations. Ryan Tenney contributed optimizations to many Underscore
functions. An annotated version of the source code is now available.
</p>
<p>
<b class="header">1.1.0</b><br />
The method signature of <tt>_.reduce</tt> has been changed to match
the ECMAScript 5 signature, instead of the Ruby/Prototype.js version.
This is a backwards-incompatible change. <tt>_.template</tt> may now be
called with no arguments, and preserves whitespace. <tt>_.contains</tt>
is a new alias for <tt>_.include</tt>.
</p>
<p>
<b class="header">1.0.4</b><br />
<a href="http://themoell.com/">Andri Möll</a> contributed the <tt>_.memoize</tt>
function, which can be used to speed up expensive repeated computations
by caching the results.
</p>
<p>
<b class="header">1.0.3</b><br />
Patch that makes <tt>_.isEqual</tt> return <tt>false</tt> if any property
of the compared object has a <tt>NaN</tt> value. Technically the correct
thing to do, but of questionable semantics. Watch out for NaN comparisons.
</p>
<p>
<b class="header">1.0.2</b><br />
Fixes <tt>_.isArguments</tt> in recent versions of Opera, which have
arguments objects as real Arrays.
</p>
<p>
<b class="header">1.0.1</b><br />
Bugfix for <tt>_.isEqual</tt>, when comparing two objects with the same
number of undefined keys, but with different names.
</p>
<p>
<b class="header">1.0.0</b><br />
Things have been stable for many months now, so Underscore is now
considered to be out of beta, at <b>1.0</b>. Improvements since <b>0.6</b>
include <tt>_.isBoolean</tt>, and the ability to have <tt>_.extend</tt>
take multiple source objects.
</p>
<p>
<b class="header">0.6.0</b><br />
Major release. Incorporates a number of
<a href="http://github.com/ratbeard">Mile Frawley's</a> refactors for
safer duck-typing on collection functions, and cleaner internals. A new
<tt>_.mixin</tt> method that allows you to extend Underscore with utility
functions of your own. Added <tt>_.times</tt>, which works the same as in
Ruby or Prototype.js. Native support for ECMAScript 5's <tt>Array.isArray</tt>,
and <tt>Object.keys</tt>.
</p>
<p>
<b class="header">0.5.8</b><br />
Fixed Underscore's collection functions to work on
<a href="https://developer.mozilla.org/En/DOM/NodeList">NodeLists</a> and
<a href="https://developer.mozilla.org/En/DOM/HTMLCollection">HTMLCollections</a>
once more, thanks to
<a href="http://github.com/jmtulloss">Justin Tulloss</a>.
</p>
<p>
<b class="header">0.5.7</b><br />
A safer implementation of <tt>_.isArguments</tt>, and a
faster <tt>_.isNumber</tt>,<br />thanks to
<a href="http://jedschmidt.com/">Jed Schmidt</a>.
</p>
<p>
<b class="header">0.5.6</b><br />
Customizable delimiters for <tt>_.template</tt>, contributed by
<a href="http://github.com/iamnoah">Noah Sloan</a>.
</p>
<p>
<b class="header">0.5.5</b><br />
Fix for a bug in MobileSafari's OOP-wrapper, with the arguments object.
</p>
<p>
<b class="header">0.5.4</b><br />
Fix for multiple single quotes within a template string for
<tt>_.template</tt>. See:
<a href="http://www.west-wind.com/Weblog/posts/509108.aspx">Rick Strahl's blog post</a>.
</p>
<p>
<b class="header">0.5.2</b><br />
New implementations of <tt>isArray</tt>, <tt>isDate</tt>, <tt>isFunction</tt>,
<tt>isNumber</tt>, <tt>isRegExp</tt>, and <tt>isString</tt>, thanks to
a suggestion from
<a href="http://www.broofa.com/">Robert Kieffer</a>.
Instead of doing <tt>Object#toString</tt>
comparisons, they now check for expected properties, which is less safe,
but more than an order of magnitude faster. Most other Underscore
functions saw minor speed improvements as a result.
<a href="http://dolzhenko.org/">Evgeniy Dolzhenko</a>
contributed <tt>_.tap</tt>,
<a href="http://ruby-doc.org/core-1.9/classes/Object.html#M000191">similar to Ruby 1.9's</a>,
which is handy for injecting side effects (like logging) into chained calls.
</p>
<p>
<b class="header">0.5.1</b><br />
Added an <tt>_.isArguments</tt> function. Lots of little safety checks
and optimizations contributed by
<a href="http://github.com/iamnoah/">Noah Sloan</a> and
<a href="http://themoell.com/">Andri Möll</a>.
</p>
<p>
<b class="header">0.5.0</b><br />
<b>[API Changes]</b> <tt>_.bindAll</tt> now takes the context object as
its first parameter. If no method names are passed, all of the context
object's methods are bound to it, enabling chaining and easier binding.
<tt>_.functions</tt> now takes a single argument and returns the names
of its Function properties. Calling <tt>_.functions(_)</tt> will get you
the previous behavior.
Added <tt>_.isRegExp</tt> so that <tt>isEqual</tt> can now test for RegExp equality.
All of the "is" functions have been shrunk down into a single definition.
<a href="http://github.com/grayrest/">Karl Guertin</a> contributed patches.
</p>
<p>
<b class="header">0.4.7</b><br />
Added <tt>isDate</tt>, <tt>isNaN</tt>, and <tt>isNull</tt>, for completeness.
Optimizations for <tt>isEqual</tt> when checking equality between Arrays
or Dates. <tt>_.keys</tt> is now <small><i><b>25%–2X</b></i></small> faster (depending on your
browser) which speeds up the functions that rely on it, such as <tt>_.each</tt>.
</p>
<p>
<b class="header">0.4.6</b><br />
Added the <tt>range</tt> function, a port of the
<a href="http://docs.python.org/library/functions.html#range">Python
function of the same name</a>, for generating flexibly-numbered lists
of integers. Original patch contributed by
<a href="http://github.com/kylichuku">Kirill Ishanov</a>.
</p>
<p>
<b class="header">0.4.5</b><br />
Added <tt>rest</tt> for Arrays and arguments objects, and aliased
<tt>first</tt> as <tt>head</tt>, and <tt>rest</tt> as <tt>tail</tt>,
thanks to <a href="http://github.com/lukesutton/">Luke Sutton</a>'s patches.
Added tests ensuring that all Underscore Array functions also work on
<i>arguments</i> objects.
</p>
<p>
<b class="header">0.4.4</b><br />
Added <tt>isString</tt>, and <tt>isNumber</tt>, for consistency. Fixed
<tt>_.isEqual(NaN, NaN)</tt> to return <i>true</i> (which is debatable).
</p>
<p>
<b class="header">0.4.3</b><br />
Started using the native <tt>StopIteration</tt> object in browsers that support it.
Fixed Underscore setup for CommonJS environments.
</p>
<p>
<b class="header">0.4.2</b><br />
Renamed the unwrapping function to <tt>value</tt>, for clarity.
</p>
<p>
<b class="header">0.4.1</b><br />
Chained Underscore objects now support the Array prototype methods, so
that you can perform the full range of operations on a wrapped array
without having to break your chain. Added a <tt>breakLoop</tt> method
to <b>break</b> in the middle of any Underscore iteration. Added an
<tt>isEmpty</tt> function that works on arrays and objects.
</p>
<p>
<b class="header">0.4.0</b><br />
All Underscore functions can now be called in an object-oriented style,
like so: <tt>_([1, 2, 3]).map(...);</tt>. Original patch provided by
<a href="http://macournoyer.com/">Marc-André Cournoyer</a>.
Wrapped objects can be chained through multiple
method invocations. A <a href="#object-functions"><tt>functions</tt></a> method
was added, providing a sorted list of all the functions in Underscore.
</p>
<p>
<b class="header">0.3.3</b><br />
Added the JavaScript 1.8 function <tt>reduceRight</tt>. Aliased it
as <tt>foldr</tt>, and aliased <tt>reduce</tt> as <tt>foldl</tt>.
</p>
<p>
<b class="header">0.3.2</b><br />
Now runs on stock <a href="http://www.mozilla.org/rhino/">Rhino</a>
interpreters with: <tt>load("underscore.js")</tt>.
Added <a href="#identity"><tt>identity</tt></a> as a utility function.
</p>
<p>
<b class="header">0.3.1</b><br />
All iterators are now passed in the original collection as their third
argument, the same as JavaScript 1.6's <b>forEach</b>. Iterating over
objects is now called with <tt>(value, key, collection)</tt>, for details
see <a href="#each"><tt>_.each</tt></a>.
</p>
<p>
<b class="header">0.3.0</b><br />
Added <a href="http://github.com/dmitryBaranovskiy">Dmitry Baranovskiy</a>'s
comprehensive optimizations, merged in
<a href="http://github.com/kriskowal/">Kris Kowal</a>'s patches to make Underscore
<a href="http://wiki.commonjs.org/wiki/CommonJS">CommonJS</a> and
<a href="http://narwhaljs.org/">Narwhal</a> compliant.
</p>
<p>
<b class="header">0.2.0</b><br />
Added <tt>compose</tt> and <tt>lastIndexOf</tt>, renamed <tt>inject</tt> to
<tt>reduce</tt>, added aliases for <tt>inject</tt>, <tt>filter</tt>,
<tt>every</tt>, <tt>some</tt>, and <tt>forEach</tt>.
</p>
<p>
<b class="header">0.1.1</b><br />
Added <tt>noConflict</tt>, so that the "Underscore" object can be assigned to
other variables.
</p>
<p>
<b class="header">0.1.0</b><br />
Initial release of Underscore.js.
</p>
<p>
<a href="http://documentcloud.org/" title="A DocumentCloud Project" style="background:none;">
<img src="http://jashkenas.s3.amazonaws.com/images/a_documentcloud_project.png" alt="A DocumentCloud Project" />
</a>
</p>
</div>
</div>
<!-- Include Underscore, so you can play with it in the console. -->
<script type="text/javascript" src="underscore.js"></script>
</body>
</html>
| thomjoy/sydney-buses | node_modules/bower/node_modules/update-notifier/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/underscore/index.html | HTML | mit | 82,234 |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>SdkPicker</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="declaration: package: org.robolectric.pluginapi, interface: SdkPicker">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../script-dir/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
<script type="text/javascript" src="../../../script-dir/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../script-dir/jquery-3.4.1.js"></script>
<script type="text/javascript" src="../../../script-dir/jquery-ui.js"></script>
</head>
<body class="class-declaration">
<script type="text/javascript">var data = {"i0":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flexBox">
<header role="banner" class="flexHeader">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><ul class="navList" style="font-size: 1.5em;"><li>Robolectric 4.7 | <a href="/" target="_top"><img src="http://robolectric.org/images/logo-with-bubbles-down.png" style="max-height: 18pt; vertical-align: sub;"/></a></li></ul></div>
</div>
<div class="subNav">
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<div class="navListSearch"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="skipNav"><a id="skip.navbar.top">
<!-- -->
</a></div>
</nav>
</header>
<div class="flexContent">
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.robolectric.pluginapi</a></div>
<h1 title="Interface SdkPicker" class="title">Interface SdkPicker</h1>
</div>
<div class="contentContainer">
<section class="description">
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><code><a href="../plugins/DefaultSdkPicker.html" title="class in org.robolectric.plugins">DefaultSdkPicker</a></code>, <code><a href="../SdkPicker.html" title="class in org.robolectric">SdkPicker</a></code></dd>
</dl>
<hr>
<pre>public interface <span class="typeNameLabel">SdkPicker</span></pre>
</section>
<section class="summary">
<ul class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<li class="blockList">
<section class="methodSummary"><a id="method.summary">
<!-- -->
</a>
<h2>Method Summary</h2>
<div class="memberSummary">
<div role="tablist" aria-orientation="horizontal"><button role="tab" aria-selected="true" aria-controls="memberSummary_tabpanel" tabindex="0" onkeydown="switchTab(event)" id="t0" class="activeTableTab">All Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t2" class="tableTab" onclick="show(2);">Instance Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t3" class="tableTab" onclick="show(4);">Abstract Methods</button></div>
<div id="memberSummary_tabpanel" role="tabpanel">
<table aria-labelledby="t0">
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor" id="i0">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a><<a href="Sdk.html" title="class in org.robolectric.pluginapi">Sdk</a>></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#selectSdks(org.robolectric.pluginapi.config.ConfigurationStrategy.Configuration,org.robolectric.pluginapi.UsesSdk)">selectSdks</a></span>​(<a href="config/ConfigurationStrategy.Configuration.html" title="interface in org.robolectric.pluginapi.config">ConfigurationStrategy.Configuration</a> configuration,
<a href="UsesSdk.html" title="interface in org.robolectric.pluginapi">UsesSdk</a> usesSdk)</code></th>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<li class="blockList">
<section class="methodDetails"><a id="method.detail">
<!-- -->
</a>
<h2>Method Details</h2>
<ul class="blockList">
<li class="blockList">
<section class="detail">
<h3><a id="selectSdks(org.robolectric.pluginapi.config.ConfigurationStrategy.Configuration,org.robolectric.pluginapi.UsesSdk)">selectSdks</a></h3>
<div class="memberSignature"><span class="annotations"><a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation" class="externalLink">@Nonnull</a>
</span><span class="returnType"><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a><<a href="Sdk.html" title="class in org.robolectric.pluginapi">Sdk</a>></span> <span class="memberName">selectSdks</span>​(<span class="arguments"><a href="config/ConfigurationStrategy.Configuration.html" title="interface in org.robolectric.pluginapi.config">ConfigurationStrategy.Configuration</a> configuration,
<a href="UsesSdk.html" title="interface in org.robolectric.pluginapi">UsesSdk</a> usesSdk)</span></div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
</div>
<!-- ========= END OF CLASS DATA ========= -->
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><ul class="navList" style="font-size: 1.5em;"><li>Robolectric 4.7 | <a href="/" target="_top"><img src="http://robolectric.org/images/logo-with-bubbles-down.png" style="max-height: 18pt; vertical-align: sub;"/></a></li></ul></div>
</div>
<div class="subNav">
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
</footer>
</div>
</div>
</body>
</html>
| robolectric/robolectric.github.io | javadoc/4.7/org/robolectric/pluginapi/SdkPicker.html | HTML | mit | 8,979 |
<!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="./35fb9d7b212515c13ed7bdacb0ef5092de0d3b766c60644eb7708766929556d7.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/5f1a0449c12c25c5f7a319b5a9be59e5dbab93ad816cbf17107e5e31bef5722a.html | HTML | mit | 550 |
<!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>
Carol Robitaille avocat -
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=1492273662508&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=8849&V_SEARCH.docsStart=8848&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=8847&V_DOCUMENT.docRank=8848&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492273696514&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567143169&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=8849&V_DOCUMENT.docRank=8850&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492273696514&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567038173&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
Carol Robitaille avocat
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Carol Robitaille avocat</p>
<p><a href="mailto:[email protected]" title="[email protected]">[email protected]</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">
50, boul. Maurice-Bastien<br/>
Bureau 510<br/>
WENDAKE,
Quebec<br/>
G0A 4V0
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
50, boul. Maurice-Bastien<br/>
Bureau 510<br/>
WENDAKE,
Quebec<br/>
G0A 4V0
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(418) 843-5757
</p>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(866) 397-5757</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(418) 843-3085</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> Avocat et médiateur accrédité en matière civile, commerciale et travail du Barreau du Québec<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>
Carol
Robitaille
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Avocat et médiateur accrédité<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(418) 843-5757
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(418) 843-3085
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</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>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541110 - Offices of Lawyers
</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>
Aboriginal Firm:
</strong>
</div>
<div class="col-md-7">
Registered Aboriginal Business under the Procurement Strategy for Aboriginal Business (PSAB)<br/>
</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">
Avocat<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<!-- 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>
Carol
Robitaille
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Avocat et médiateur accrédité<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(418) 843-5757
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(418) 843-3085
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</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>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541110 - Offices of Lawyers
</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>
Aboriginal Firm:
</strong>
</div>
<div class="col-md-7">
Registered Aboriginal Business under the Procurement Strategy for Aboriginal Business (PSAB)<br/>
</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">
Avocat<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-12-17
</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/234567155602.html | HTML | mit | 32,714 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Injecting javascript into JSON</title>
</head>
<body>
<div>
<h1>XSS Attack with Javascript-code within JSON</h1>
<pre id="json-value"></pre>
</div>
<script>
var container = document.getElementById('json-value');
if(self.fetch) {
fetch('./attack.json')
.then(function(response) {
return response.json();
})
.then(function(data) {
console.log(data);
})
.catch(function(error){
console.error(error);
});
} else {
alert('This Browser does not yet support the Fetch API.');
}
// console.log('Parsed JSON: ', parsed);
</script>
</body>
</html>
| sbaechler/ajax-security | app/xss/json-parse3.html | HTML | mit | 739 |
<section class="row" data-ng-controller="AuthenticationController">
<h3 class="col-md-12 text-center">Sign up using your social accounts</h3>
<div class="col-md-12 text-center">
<a href="/auth/google" class="undecorated-link">
<img src="/modules/users/img/buttons/google.png">
</a>
</div>
</section> | tomato/Reto | public/modules/users/views/authentication/signup.client.view.html | HTML | mit | 309 |
---
layout: post
title: Catch Gilt's Presentation at BackboneConf Today (Includes Link to Slides)
date: '2013-07-31T09:47:00-04:00'
tags:
- mark wunsch
- BackboneConf
- JavaScript
- conferences
- gilttech
- MVC
tumblr_url: http://tech.gilt.com/post/56969870959/catch-gilts-presentation-at-backboneconf-today
---
<p><img alt="image" src="http://media.tumblr.com/25807bef9a37cf24c71315fae9fbeaea/tumblr_inline_mqszgz6Z5i1qz4rgp.png"/></p>
<p>In Boston for <a href="http://backboneconf.com" target="_blank">BackboneConf</a>? Be sure to check out “The Geologic Time Scale of Gilt.com’s View Layer,” the presentation that Gilt Lead Software Engineer <a href="https://twitter.com/markwunsch" target="_blank">Mark Wunsch</a> will give today (7/31) at 3 PM EST. The details on Mark’s talk:</p>
<blockquote>
<p>The “best practices of architecting, designing, and managing the V in MVC have evolved over the course of time. The act of modernizing a web application reveals the layers of previous approaches lurking just underneath the crust. This talk will dive through the strata of the View layer of Gilt.com. Every day, Gilt builds a dynamic shopping experience for each of our millions of customers and awaits their timed onslaught. How do business strategies, re-architectures, new technologies, and a rabid customer base shape and re-shape the View? We will move across Eras: from Ruby on Rails and early Ajax techniques, to lightweight Java frameworks, to our current day; where asset management pipelines and JavaScript MVC frameworks are de rigueur. We’ll discuss concerns like page performance, pagination, and search engine optimization through the lens of our Views present and past.</p>
</blockquote>
<p><a href="https://speakerdeck.com/mwunsch/the-geologic-time-scale-of-gilt-dot-coms-view-layer" target="_blank"><strong>Check out the slide show here</strong></a>.</p>
| nataliab/tech-blog | _posts/tumblr/2013-07-31-catch-gilts-presentation-at-backboneconf-today.html | HTML | mit | 1,910 |
<div id="skills">
<div class="container">
<div class="title-wrapper"><h3 class="title animated fadeIn">{{ 'my_skills' | translate }}</h3></div>
<div class="tabs-wrapper">
<ul class="tabs">
<li [ngClass]="{'tab': true, 'active': selectedGroup == null}" (click)="onGroupClick(null)">{{ 'all_skills' | translate }}</li>
<ng-container *ngFor="let group of groups">
<li [ngClass]="{'tab': true, 'active': selectedGroup != null && selectedGroup.id == group.id}" (click)="onGroupClick(group)">{{group.name}}</li>
</ng-container>
<hr />
</ul>
</div>
<div id="skills-grid" class="skills-wrapper row">
<ng-container *ngFor="let stack of stacks">
<div
*ngIf="selectedGroup == null || stack.group_id == selectedGroup.id"
[className]="'skill-group-' + stack.group_id + 'mix skill-group col-lg-2 col-md-3 col-sm-3 col-xs-4 animated'">
<div class="skill">
<div class="image-wrapper"><img [src]="'/storage/' + stack.image_url" [alt]="stack.name" /></div>
<h4>{{ stack.name }}</h4>
<div class="lvl">{{ stack.level }}</div>
<div class="time">{{ stack.date_start }}</div>
</div>
</div>
</ng-container>
</div>
</div>
</div> | olegstyle/bodev | resources/assets/src/app/stacks/stacks.component.html | HTML | mit | 1,494 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>IconFont Demo</title>
<link rel="shortcut icon" href="https://gtms04.alicdn.com/tps/i4/TB1_oz6GVXXXXaFXpXXJDFnIXXX-64-64.ico" type="image/x-icon"/>
<link rel="stylesheet" href="https://g.alicdn.com/thx/cube/1.3.2/cube.min.css">
<link rel="stylesheet" href="demo.css">
<link rel="stylesheet" href="iconfont.css">
<script src="iconfont.js"></script>
<!-- jQuery -->
<script src="https://a1.alicdn.com/oss/uploads/2018/12/26/7bfddb60-08e8-11e9-9b04-53e73bb6408b.js"></script>
<!-- 代码高亮 -->
<script src="https://a1.alicdn.com/oss/uploads/2018/12/26/a3f714d0-08e6-11e9-8a15-ebf944d7534c.js"></script>
</head>
<body>
<div class="main">
<h1 class="logo"><a href="https://www.iconfont.cn/" title="iconfont 首页" target="_blank"></a></h1>
<div class="nav-tabs">
<ul id="tabs" class="dib-box">
<li class="dib active"><span>Unicode</span></li>
<li class="dib"><span>Font class</span></li>
<li class="dib"><span>Symbol</span></li>
</ul>
<a href="https://www.iconfont.cn/manage/index?manage_type=myprojects&projectId=1286575" target="_blank" class="nav-more">查看项目</a>
</div>
<div class="tab-container">
<div class="content unicode" style="display: block;">
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">女</div>
<div class="code-name">&#xe66f;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">监控</div>
<div class="code-name">&#xe60a;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">信息发布</div>
<div class="code-name">&#xe60c;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">卡</div>
<div class="code-name">&#xe6bd;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">警告</div>
<div class="code-name">&#xe6be;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">门禁</div>
<div class="code-name">&#xe6e9;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">消防</div>
<div class="code-name">&#xe600;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">w_中雨</div>
<div class="code-name">&#xe647;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">磁盘</div>
<div class="code-name">&#xe650;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">用水总量</div>
<div class="code-name">&#xe8e2;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">电动车</div>
<div class="code-name">&#xe698;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">男</div>
<div class="code-name">&#xe6c8;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">人脸</div>
<div class="code-name">&#xe7bd;</div>
</li>
</ul>
<div class="article markdown">
<h2 id="unicode-">Unicode 引用</h2>
<hr>
<p>Unicode 是字体在网页端最原始的应用方式,特点是:</p>
<ul>
<li>兼容性最好,支持 IE6+,及所有现代浏览器。</li>
<li>支持按字体的方式去动态调整图标大小,颜色等等。</li>
<li>但是因为是字体,所以不支持多色。只能使用平台里单色的图标,就算项目里有多色图标也会自动去色。</li>
</ul>
<blockquote>
<p>注意:新版 iconfont 支持多色图标,这些多色图标在 Unicode 模式下将不能使用,如果有需求建议使用symbol 的引用方式</p>
</blockquote>
<p>Unicode 使用步骤如下:</p>
<h3 id="-font-face">第一步:拷贝项目下面生成的 <code>@font-face</code></h3>
<pre><code class="language-css"
>@font-face {
font-family: 'iconfont';
src: url('iconfont.eot');
src: url('iconfont.eot?#iefix') format('embedded-opentype'),
url('iconfont.woff2') format('woff2'),
url('iconfont.woff') format('woff'),
url('iconfont.ttf') format('truetype'),
url('iconfont.svg#iconfont') format('svg');
}
</code></pre>
<h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>
<pre><code class="language-css"
>.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</code></pre>
<h3 id="-">第三步:挑选相应图标并获取字体编码,应用于页面</h3>
<pre>
<code class="language-html"
><span class="iconfont">&#x33;</span>
</code></pre>
<blockquote>
<p>"iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。</p>
</blockquote>
</div>
</div>
<div class="content font-class">
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont icon-nv"></span>
<div class="name">
女
</div>
<div class="code-name">.icon-nv
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-jiankong"></span>
<div class="name">
监控
</div>
<div class="code-name">.icon-jiankong
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-xinxifabu"></span>
<div class="name">
信息发布
</div>
<div class="code-name">.icon-xinxifabu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-icon-test"></span>
<div class="name">
卡
</div>
<div class="code-name">.icon-icon-test
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-jinggao"></span>
<div class="name">
警告
</div>
<div class="code-name">.icon-jinggao
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-door_bashou"></span>
<div class="name">
门禁
</div>
<div class="code-name">.icon-door_bashou
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-xiaofang"></span>
<div class="name">
消防
</div>
<div class="code-name">.icon-xiaofang
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-w_zhongyu"></span>
<div class="name">
w_中雨
</div>
<div class="code-name">.icon-w_zhongyu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-cipan"></span>
<div class="name">
磁盘
</div>
<div class="code-name">.icon-cipan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-shui"></span>
<div class="name">
用水总量
</div>
<div class="code-name">.icon-shui
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-diandongche"></span>
<div class="name">
电动车
</div>
<div class="code-name">.icon-diandongche
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-nan"></span>
<div class="name">
男
</div>
<div class="code-name">.icon-nan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-renlian"></span>
<div class="name">
人脸
</div>
<div class="code-name">.icon-renlian
</div>
</li>
</ul>
<div class="article markdown">
<h2 id="font-class-">font-class 引用</h2>
<hr>
<p>font-class 是 Unicode 使用方式的一种变种,主要是解决 Unicode 书写不直观,语意不明确的问题。</p>
<p>与 Unicode 使用方式相比,具有如下特点:</p>
<ul>
<li>兼容性良好,支持 IE8+,及所有现代浏览器。</li>
<li>相比于 Unicode 语意明确,书写更直观。可以很容易分辨这个 icon 是什么。</li>
<li>因为使用 class 来定义图标,所以当要替换图标时,只需要修改 class 里面的 Unicode 引用。</li>
<li>不过因为本质上还是使用的字体,所以多色图标还是不支持的。</li>
</ul>
<p>使用步骤如下:</p>
<h3 id="-fontclass-">第一步:引入项目下面生成的 fontclass 代码:</h3>
<pre><code class="language-html"><link rel="stylesheet" href="./iconfont.css">
</code></pre>
<h3 id="-">第二步:挑选相应图标并获取类名,应用于页面:</h3>
<pre><code class="language-html"><span class="iconfont icon-xxx"></span>
</code></pre>
<blockquote>
<p>"
iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。</p>
</blockquote>
</div>
</div>
<div class="content symbol">
<ul class="icon_lists dib-box">
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-nv"></use>
</svg>
<div class="name">女</div>
<div class="code-name">#icon-nv</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-jiankong"></use>
</svg>
<div class="name">监控</div>
<div class="code-name">#icon-jiankong</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-xinxifabu"></use>
</svg>
<div class="name">信息发布</div>
<div class="code-name">#icon-xinxifabu</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-icon-test"></use>
</svg>
<div class="name">卡</div>
<div class="code-name">#icon-icon-test</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-jinggao"></use>
</svg>
<div class="name">警告</div>
<div class="code-name">#icon-jinggao</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-door_bashou"></use>
</svg>
<div class="name">门禁</div>
<div class="code-name">#icon-door_bashou</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-xiaofang"></use>
</svg>
<div class="name">消防</div>
<div class="code-name">#icon-xiaofang</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-w_zhongyu"></use>
</svg>
<div class="name">w_中雨</div>
<div class="code-name">#icon-w_zhongyu</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-cipan"></use>
</svg>
<div class="name">磁盘</div>
<div class="code-name">#icon-cipan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-shui"></use>
</svg>
<div class="name">用水总量</div>
<div class="code-name">#icon-shui</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-diandongche"></use>
</svg>
<div class="name">电动车</div>
<div class="code-name">#icon-diandongche</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-nan"></use>
</svg>
<div class="name">男</div>
<div class="code-name">#icon-nan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-renlian"></use>
</svg>
<div class="name">人脸</div>
<div class="code-name">#icon-renlian</div>
</li>
</ul>
<div class="article markdown">
<h2 id="symbol-">Symbol 引用</h2>
<hr>
<p>这是一种全新的使用方式,应该说这才是未来的主流,也是平台目前推荐的用法。相关介绍可以参考这篇<a href="">文章</a>
这种用法其实是做了一个 SVG 的集合,与另外两种相比具有如下特点:</p>
<ul>
<li>支持多色图标了,不再受单色限制。</li>
<li>通过一些技巧,支持像字体那样,通过 <code>font-size</code>, <code>color</code> 来调整样式。</li>
<li>兼容性较差,支持 IE9+,及现代浏览器。</li>
<li>浏览器渲染 SVG 的性能一般,还不如 png。</li>
</ul>
<p>使用步骤如下:</p>
<h3 id="-symbol-">第一步:引入项目下面生成的 symbol 代码:</h3>
<pre><code class="language-html"><script src="./iconfont.js"></script>
</code></pre>
<h3 id="-css-">第二步:加入通用 CSS 代码(引入一次就行):</h3>
<pre><code class="language-html"><style>
.icon {
width: 1em;
height: 1em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
</style>
</code></pre>
<h3 id="-">第三步:挑选相应图标并获取类名,应用于页面:</h3>
<pre><code class="language-html"><svg class="icon" aria-hidden="true">
<use xlink:href="#icon-xxx"></use>
</svg>
</code></pre>
</div>
</div>
</div>
</div>
<script>
$(document).ready(function () {
$('.tab-container .content:first').show()
$('#tabs li').click(function (e) {
var tabContent = $('.tab-container .content')
var index = $(this).index()
if ($(this).hasClass('active')) {
return
} else {
$('#tabs li').removeClass('active')
$(this).addClass('active')
tabContent.hide().eq(index).fadeIn()
}
})
})
</script>
</body>
</html>
| xyz252631m/web | other/icon/demo_index.html | HTML | mit | 17,262 |
<!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>Backend-PHP » Modules\Exceptions</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">Backend-PHP</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">
<li><a>Namespaces</a></li>
<li><a href="../namespaces/Backend.html"><i class="icon-th"></i> Backend</a></li>
<li><a href="../namespaces/Tests.html"><i class="icon-th"></i> Tests</a></li>
<li><a href="../namespaces/global.html"><i class="icon-th"></i> global</a></li>
<li><a>Packages</a></li>
<li><a href="../packages/Base.html"><i class="icon-folder-open"></i> Base</a></li>
<li><a href="../packages/Base.Utilities.html"><i class="icon-folder-open"></i> Base/Utilities</a></li>
<li><a href="../packages/BaseTests.html"><i class="icon-folder-open"></i> BaseTests</a></li>
<li><a href="../packages/Core.html"><i class="icon-folder-open"></i> Core</a></li>
<li><a href="../packages/CoreTests.html"><i class="icon-folder-open"></i> CoreTests</a></li>
<li><a href="../packages/Default.html"><i class="icon-folder-open"></i> Default</a></li>
<li><a href="../packages/Interfaces.html"><i class="icon-folder-open"></i> Interfaces</a></li>
<li><a href="../packages/InterfacesTests.html"><i class="icon-folder-open"></i> InterfacesTests</a></li>
<li><a href="../packages/Modules.html"><i class="icon-folder-open"></i> Modules</a></li>
<li><a href="../packages/Utilities.html"><i class="icon-folder-open"></i> Utilities</a></li>
</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">167</span></a></li>
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
<ul><li>todo
<span class="label label-info">27</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">
<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-map-marker"></i> Packages</li>
<li>
<a href="../packages/Modules.Exceptions.html" title="Exceptions"><i class="icon-folder-open"></i>Exceptions</a><ul class="nav nav-list nav-packages"></ul>
</li>
<li class="nav-header">
<i class="icon-custom icon-class"></i> Classes</li>
<li><a href="#Exception" title="Base Modules Exception.">Exception</a></li>
</ul>
</div>
<div class="span8 package-contents">
<ul class="breadcrumb"><li>
<a href="../index.html"><i class="icon-folder-open"></i></a><span class="divider">\</span><li><a href="../packages/Modules.html">Modules</a></li>
<li class="active">
<span class="divider">\</span><a href="../packages/Modules.Exceptions.html">Exceptions</a>
</li>
</li></ul>
<div class="package-indent">
<h3>
<i class="icon-custom icon-class"></i> Classes and interfaces</h3>
<div id="Exception" class="element ajax clickable class">
<h1>Exception<a href="../classes/Backend.Modules.Exception.html">¶</a>
</h1>
<p class="short_description">Base Modules Exception.</p>
<div class="details collapse"></div>
<a href="../classes/Backend.Modules.Exception.html" class="more">« More »</a>
</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 2012-12-21T11:37:30+02:00.<br></footer></div>
</div>
</body>
</html>
| backend/backend-php.net | public/api/packages/Modules.Exceptions.html | HTML | mit | 6,332 |
<!DOCTYPE html>
<html>
<head>
<title>Shomari Ewing</title>
<link rel="stylesheet" type="text/css" href="practice.css">
</head>
<body>
<div id="header"><h1 id="tophead"><a id= "home" href = "../index.html">Shomari Ewing</a></h1></div>
<div id= "nav1">
<a class= "nav_link" href="technical.html">Technical |</a>
<a class= "nav_link" href="cultural.html">Cultural |</a>
<a class= "nav_link" href="../unit1_projects/wireframe_sites.html">Wireframe |</a>
<a class= "nav_link" href="projects.html">Projects |</a>
<a class= "nav_link" href="contact.html">Contact</a>
</div>
<div id="content">
my projects <a href= "../GPS1/gps1.1.html"/>
GPS1
JS game
that pink site I did
</div>
</div>
<div id="recentposts">
<iframe id = "video"
src="http://www.youtube.com/embed/zPvP67YCgUE">
</iframe>
</div>
<div id ="archive">
<h3>Archive</h3>
<ul> Technical Posts
<li><a href = "week_1_tech.html">Week 1 Technical</a></li>
</ul>
<ul> Cultural Posts
<li><a href= "week1_cultural.html">Week 1 Cultural</a></li>
</ul>
</div>
<div id="footer"> footer section </div>
</body>
</html>
| Shomari/shomari.github.io | blog-posts/projects.html | HTML | mit | 1,159 |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<link rel="shortcut icon"type="image/x-icon" href="data:image/x-icon;,">
<title>a gophers.life</title>
<link rel="canonical" href="https://gophers.life" />
<style>
a {
text-decoration: none;
}
html {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Raleway', sans-serif;
letter-spacing: 1px;
}
body > * {
font-weight: normal;
text-align: center;
}
h1 {
font-size: 22px;
}
h1 a {
color: #222;
}
h2 {
font-size: 18px;
}
h2 a {
color: #000;
}
h3 {
font-size: 14px;
}
</style>
</head>
<body>
<h1>
<b>a gophers.life</b> | <a href="https://github.com/nussjustin">github</a> · <a href="https://twitter.com/nussjustin">twitter</a>
</h1>
<h2>
everything on <a href="https://golang.org">go</a>, programming and maybe pizza
</h2>
<h3 title="I really hope...">
(more coming soon)
</h3>
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
</body>
</html>
| nussjustin/gophers.life | public/index.html | HTML | mit | 1,654 |
{% extends "base/base.html" %}
{% block page_title %}Fetch data of all boards{% endblock %}
{% block content %}
<div class="row">
<div class="col-md-7 center-block">
<div class="panel panel-success">
<div class="panel-heading">Fetching board contents was a success!</div>
<div class="panel-body">
<p>
Congratulations! Now, you should have your boards up to date.
</p>
</div>
</div>
</div>
</div>
{% endblock %} | diegojromerolopez/djanban | src/djanban/apps/fetch/templates/fetch/fetch_success.html | HTML | mit | 512 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Class Doctrine\DBAL\Schema\ForeignKeyConstraint | seip</title>
<script type="text/javascript" src="resources/combined.js?784181472"></script>
<script type="text/javascript" src="elementlist.js?3927760630"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" />
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Namespaces</h3>
<ul>
<li><a href="namespace-Acme.html">Acme<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.html">DemoBundle<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Acme.DemoBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Acme.DemoBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Form.html">Form</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Proxy.html">Proxy<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.html">Symfony<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.html">Component<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.html">Acl<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Acme.DemoBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Acme.DemoBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Alpha.html">Alpha</a>
</li>
<li><a href="namespace-Apc.html">Apc<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.html">NamespaceCollision<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.A.html">A<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.A.B.html">B</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Apc.Namespaced.html">Namespaced</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.html">Assetic<span></span></a>
<ul>
<li><a href="namespace-Assetic.Asset.html">Asset<span></span></a>
<ul>
<li><a href="namespace-Assetic.Asset.Iterator.html">Iterator</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Cache.html">Cache</a>
</li>
<li><a href="namespace-Assetic.Exception.html">Exception</a>
</li>
<li><a href="namespace-Assetic.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Assetic.Extension.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Assetic.Factory.Loader.html">Loader</a>
</li>
<li><a href="namespace-Assetic.Factory.Resource.html">Resource</a>
</li>
<li><a href="namespace-Assetic.Factory.Worker.html">Worker</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Filter.html">Filter<span></span></a>
<ul>
<li><a href="namespace-Assetic.Filter.GoogleClosure.html">GoogleClosure</a>
</li>
<li><a href="namespace-Assetic.Filter.Sass.html">Sass</a>
</li>
<li><a href="namespace-Assetic.Filter.Yui.html">Yui</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Bazinga.html">Bazinga<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.html">JsTranslationBundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Finder.html">Finder</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Tests.html">Tests</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Bazinga.JsTranslationBundle.html">JsTranslationBundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Finder.html">Finder</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Beta.html">Beta</a>
</li>
<li><a href="namespace-Blameable.html">Blameable<span></span></a>
<ul>
<li><a href="namespace-Blameable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Blameable.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Blameable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-ClassesWithParents.html">ClassesWithParents</a>
</li>
<li><a href="namespace-ClassLoaderTest.html">ClassLoaderTest</a>
</li>
<li><a href="namespace-ClassMap.html">ClassMap</a>
</li>
<li><a href="namespace-Composer.html">Composer<span></span></a>
<ul>
<li><a href="namespace-Composer.Autoload.html">Autoload</a>
</li>
</ul></li>
<li><a href="namespace-Container14.html">Container14</a>
</li>
<li class="active"><a href="namespace-Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.html">DoctrineBundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.Proxy.html">Proxy</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Mapping.html">Mapping</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.FixturesBundle.html">FixturesBundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.FixturesBundle.Command.html">Command</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Annotations.html">Annotations<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Annotations.Annotation.html">Annotation</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.Common.Collections.html">Collections<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Collections.Expr.html">Expr</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.DataFixtures.html">DataFixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.DataFixtures.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.DataFixtures.Event.Listener.html">Listener</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Exception.html">Exception</a>
</li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Executor.html">Executor</a>
</li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Purger.html">Purger</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Inflector.html">Inflector</a>
</li>
<li><a href="namespace-Doctrine.Common.Lexer.html">Lexer</a>
</li>
<li><a href="namespace-Doctrine.Common.Persistence.html">Persistence<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Persistence.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.Common.Persistence.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Persistence.Mapping.Driver.html">Driver</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Common.Proxy.html">Proxy<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Proxy.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Reflection.html">Reflection</a>
</li>
<li><a href="namespace-Doctrine.Common.Util.html">Util</a>
</li>
</ul></li>
<li class="active"><a href="namespace-Doctrine.DBAL.html">DBAL<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Connections.html">Connections</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.html">Driver<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Driver.DrizzlePDOMySql.html">DrizzlePDOMySql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.IBMDB2.html">IBMDB2</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.Mysqli.html">Mysqli</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.OCI8.html">OCI8</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOIbm.html">PDOIbm</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOMySql.html">PDOMySql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOOracle.html">PDOOracle</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOPgSql.html">PDOPgSql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOSqlite.html">PDOSqlite</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOSqlsrv.html">PDOSqlsrv</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.SQLSrv.html">SQLSrv</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Event.Listeners.html">Listeners</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Id.html">Id</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Logging.html">Logging</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Platforms.html">Platforms<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Platforms.Keywords.html">Keywords</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Portability.html">Portability</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Query.Expression.html">Expression</a>
</li>
</ul></li>
<li class="active"><a href="namespace-Doctrine.DBAL.Schema.html">Schema<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Schema.Synchronizer.html">Synchronizer</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Schema.Visitor.html">Visitor</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Sharding.html">Sharding<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Sharding.ShardChoser.html">ShardChoser</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Sharding.SQLAzure.html">SQLAzure<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Sharding.SQLAzure.Schema.html">Schema</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.DBAL.Tools.html">Tools<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.Command.html">Command</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.Helper.html">Helper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.DBAL.Types.html">Types</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.html">ORM<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Decorator.html">Decorator</a>
</li>
<li><a href="namespace-Doctrine.ORM.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.ORM.Id.html">Id</a>
</li>
<li><a href="namespace-Doctrine.ORM.Internal.html">Internal<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Internal.Hydration.html">Hydration</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Mapping.Builder.html">Builder</a>
</li>
<li><a href="namespace-Doctrine.ORM.Mapping.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Persisters.html">Persisters</a>
</li>
<li><a href="namespace-Doctrine.ORM.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Query.AST.html">AST<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Query.AST.Functions.html">Functions</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Query.Exec.html">Exec</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.Expr.html">Expr</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.Filter.html">Filter</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Repository.html">Repository</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.html">Tools<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.ClearCache.html">ClearCache</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.SchemaTool.html">SchemaTool</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.Export.html">Export<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Export.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Pagination.html">Pagination</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.html">Annotations<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Bar.html">Bar</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.Annotation.html">Annotation</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Foo.html">Foo</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.FooBar.html">FooBar</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.html">Ticket<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.html">ORM<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.Mapping.html">Mapping</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Collections.html">Collections</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.html">DataFixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.Executor.html">Executor</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestEntity.html">TestEntity</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestFixtures.html">TestFixtures</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Inflector.html">Inflector</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Persistence.html">Persistence<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Persistence.Mapping.html">Mapping</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Reflection.html">Reflection<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Reflection.Dummies.html">Dummies</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.html">Bundles<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.html">AnnotationsBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.Bundles.Vendor.html">Vendor<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.html">AnnotationsBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Fixtures.Bundles.XmlBundle.html">XmlBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.XmlBundle.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.Bundles.YamlBundle.html">YamlBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.YamlBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Foo.html">Foo<span></span></a>
<ul>
<li><a href="namespace-Foo.Bar.html">Bar</a>
</li>
</ul></li>
<li><a href="namespace-FOS.html">FOS<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.html">RestBundle<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Controller.Annotations.html">Annotations</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Decoder.html">Decoder</a>
</li>
<li><a href="namespace-FOS.RestBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-FOS.RestBundle.Examples.html">Examples</a>
</li>
<li><a href="namespace-FOS.RestBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Form.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Normalizer.html">Normalizer<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Normalizer.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Request.html">Request</a>
</li>
<li><a href="namespace-FOS.RestBundle.Response.html">Response<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Response.AllowedMethodsLoader.html">AllowedMethodsLoader</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Routing.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Routing.Loader.Reader.html">Reader</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Controller.Annotations.html">Annotations</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Decoder.html">Decoder</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Fixtures.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Normalizer.html">Normalizer</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Request.html">Request</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Routing.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Util.html">Util</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Util.html">Util<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Util.Inflector.html">Inflector</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.html">UserBundle<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Command.html">Command</a>
</li>
<li><a href="namespace-FOS.UserBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-FOS.UserBundle.CouchDocument.html">CouchDocument</a>
</li>
<li><a href="namespace-FOS.UserBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-FOS.UserBundle.Document.html">Document</a>
</li>
<li><a href="namespace-FOS.UserBundle.Entity.html">Entity</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Handler.html">Handler</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Mailer.html">Mailer</a>
</li>
<li><a href="namespace-FOS.UserBundle.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Propel.html">Propel</a>
</li>
<li><a href="namespace-FOS.UserBundle.Security.html">Security</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Security.html">Security</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Util.html">Util</a>
</li>
<li><a href="namespace-FOS.UserBundle.Validator.html">Validator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.html">Gedmo<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.html">Blameable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Blameable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Blameable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Exception.html">Exception</a>
</li>
<li><a href="namespace-Gedmo.IpTraceable.html">IpTraceable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.IpTraceable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.html">Loggable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Document.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Document.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Mapping.Mock.html">Mock<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.html">Encoder<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.Xml.html">Xml</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.ReferenceIntegrity.html">ReferenceIntegrity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.Driver.html">Driver</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.References.html">References<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.References.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Sluggable.html">Sluggable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Handler.html">Handler</a>
</li>
<li><a href="namespace-Gedmo.Sluggable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Sluggable.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.html">SoftDeleteable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Filter.html">Filter<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Filter.ODM.html">ODM</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.html">TreeWalker<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.Exec.html">Exec</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Sortable.html">Sortable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Sortable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Sortable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Timestampable.html">Timestampable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Timestampable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tool.html">Tool<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tool.Logging.html">Logging<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tool.Logging.DBAL.html">DBAL</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tool.Wrapper.html">Wrapper</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.html">Translatable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Document.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Document.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Hydrator.html">Hydrator<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Hydrator.ORM.html">ORM</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Translatable.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Query.TreeWalker.html">TreeWalker</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Translator.html">Translator<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translator.Document.html">Document</a>
</li>
<li><a href="namespace-Gedmo.Translator.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.html">Tree<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.MongoDB.html">MongoDB<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.MongoDB.Repository.html">Repository</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Tree.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Tree.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Tree.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Tree.Strategy.html">Strategy<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Strategy.ODM.html">ODM<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Strategy.ODM.MongoDB.html">MongoDB</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.Strategy.ORM.html">ORM</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Uploadable.html">Uploadable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Uploadable.Event.html">Event</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.FileInfo.html">FileInfo</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.FilenameGenerator.html">FilenameGenerator</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Uploadable.Mapping.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Uploadable.MimeType.html">MimeType</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.Stub.html">Stub</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Incenteev.html">Incenteev<span></span></a>
<ul>
<li><a href="namespace-Incenteev.ParameterHandler.html">ParameterHandler<span></span></a>
<ul>
<li><a href="namespace-Incenteev.ParameterHandler.Tests.html">Tests</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-IpTraceable.html">IpTraceable<span></span></a>
<ul>
<li><a href="namespace-IpTraceable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-IpTraceable.Fixture.Document.html">Document</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.html">JMS<span></span></a>
<ul>
<li><a href="namespace-JMS.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-JMS.Parser.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-JMS.Serializer.Builder.html">Builder</a>
</li>
<li><a href="namespace-JMS.Serializer.Construction.html">Construction</a>
</li>
<li><a href="namespace-JMS.Serializer.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.EventDispatcher.Subscriber.html">Subscriber</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Exception.html">Exception</a>
</li>
<li><a href="namespace-JMS.Serializer.Exclusion.html">Exclusion</a>
</li>
<li><a href="namespace-JMS.Serializer.Handler.html">Handler</a>
</li>
<li><a href="namespace-JMS.Serializer.Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Metadata.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Naming.html">Naming</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Exclusion.html">Exclusion</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.Discriminator.html">Discriminator</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.DoctrinePHPCR.html">DoctrinePHPCR</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Handler.html">Handler</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Metadata.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.Subscriber.html">Subscriber</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.Naming.html">Naming</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Twig.html">Twig</a>
</li>
<li><a href="namespace-JMS.Serializer.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-JMS.SerializerBundle.html">SerializerBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-JMS.SerializerBundle.Serializer.html">Serializer</a>
</li>
<li><a href="namespace-JMS.SerializerBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-JMS.SerializerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.Fixture.html">Fixture</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.html">TranslationBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Command.html">Command</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Exception.html">Exception</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Logger.html">Logger</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Model.html">Model</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Model.html">Model</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Comparison.html">Comparison</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.html">Extractor<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.html">File<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.html">SimpleTest<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Controller.html">Controller</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Form.html">Form</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.Symfony.html">Symfony</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Comparison.html">Comparison</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.html">Extractor<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.File.html">File</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Loader.Symfony.html">Symfony</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Twig.html">Twig</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Util.html">Util</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Knp.html">Knp<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.html">MenuBundle<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.html">Stubs<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.html">Child<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.Menu.html">Menu</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Menu.html">Menu</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Templating.html">Templating</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Knp.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Factory.html">Factory</a>
</li>
<li><a href="namespace-Knp.Menu.Integration.html">Integration<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Integration.Silex.html">Silex</a>
</li>
<li><a href="namespace-Knp.Menu.Integration.Symfony.html">Symfony</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Knp.Menu.Loader.html">Loader</a>
</li>
<li><a href="namespace-Knp.Menu.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Matcher.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Menu.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Menu.Silex.html">Silex<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Silex.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Factory.html">Factory</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Integration.html">Integration<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Integration.Silex.html">Silex</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Matcher.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Silex.html">Silex</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Twig.html">Twig</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Twig.html">Twig</a>
</li>
<li><a href="namespace-Knp.Menu.Util.html">Util</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Loggable.html">Loggable<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Document.Log.html">Log</a>
</li>
</ul></li>
<li><a href="namespace-Loggable.Fixture.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Entity.Log.html">Log</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Lunetics.html">Lunetics<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.html">LocaleBundle<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Cookie.html">Cookie</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Event.html">Event</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.LocaleGuesser.html">LocaleGuesser</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.LocaleInformation.html">LocaleInformation</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Matcher.html">Matcher</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Session.html">Session</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Switcher.html">Switcher</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Event.html">Event</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleGuesser.html">LocaleGuesser</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleInformation.html">LocaleInformation</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Validator.html">Validator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Mapping.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Mapping.Fixture.Compatibility.html">Compatibility</a>
</li>
<li><a href="namespace-Mapping.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Mapping.Fixture.Unmapped.html">Unmapped</a>
</li>
<li><a href="namespace-Mapping.Fixture.Xml.html">Xml</a>
</li>
<li><a href="namespace-Mapping.Fixture.Yaml.html">Yaml</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-Metadata.Cache.html">Cache</a>
</li>
<li><a href="namespace-Metadata.Driver.html">Driver</a>
</li>
<li><a href="namespace-Metadata.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Cache.html">Cache</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.html">Driver<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.A.html">A</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.B.html">B</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.C.html">C<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.C.SubDir.html">SubDir</a>
</li>
</ul></li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.T.html">T</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Metadata.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Fixtures.ComplexHierarchy.html">ComplexHierarchy</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Monolog.html">Monolog<span></span></a>
<ul>
<li><a href="namespace-Monolog.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Monolog.Handler.html">Handler<span></span></a>
<ul>
<li><a href="namespace-Monolog.Handler.FingersCrossed.html">FingersCrossed</a>
</li>
<li><a href="namespace-Monolog.Handler.SyslogUdp.html">SyslogUdp</a>
</li>
</ul></li>
<li><a href="namespace-Monolog.Processor.html">Processor</a>
</li>
</ul></li>
<li><a href="namespace-MyProject.html">MyProject<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.html">OtherProject<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-NamespaceCollision.html">NamespaceCollision<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.A.html">A<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.A.B.html">B</a>
</li>
</ul></li>
<li><a href="namespace-NamespaceCollision.C.html">C<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.C.B.html">B</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Namespaced.html">Namespaced</a>
</li>
<li><a href="namespace-Namespaced2.html">Namespaced2</a>
</li>
<li><a href="namespace-Negotiation.html">Negotiation<span></span></a>
<ul>
<li><a href="namespace-Negotiation.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-None.html">None</a>
</li>
<li><a href="namespace-Pequiven.html">Pequiven<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.html">SEIPBundle<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.Entity.html">Entity</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Pequiven.SEIPBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-PHP.html">PHP</a>
</li>
<li><a href="namespace-PhpCollection.html">PhpCollection<span></span></a>
<ul>
<li><a href="namespace-PhpCollection.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-PhpOption.html">PhpOption<span></span></a>
<ul>
<li><a href="namespace-PhpOption.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.html">Pequiven<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.html">SEIPBundle<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Psr.html">Psr<span></span></a>
<ul>
<li><a href="namespace-Psr.Log.html">Log<span></span></a>
<ul>
<li><a href="namespace-Psr.Log.Test.html">Test</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-ReferenceIntegrity.html">ReferenceIntegrity<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyNullify.html">ManyNullify</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyRestrict.html">ManyRestrict</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneNullify.html">OneNullify</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneRestrict.html">OneRestrict</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-References.html">References<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.ODM.html">ODM<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.ODM.MongoDB.html">MongoDB</a>
</li>
</ul></li>
<li><a href="namespace-References.Fixture.ORM.html">ORM</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Sensio.html">Sensio<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.html">DistributionBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Composer.html">Composer</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.html">Configurator<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Form.html">Form</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Step.html">Step</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.html">FrameworkExtraBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Configuration.html">Configuration</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.html">Request<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.ParamConverter.html">ParamConverter</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Security.html">Security</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Configuration.html">Configuration</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.html">EventListener<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.html">Request<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.ParamConverter.html">ParamConverter</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Routing.html">Routing</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.html">BarBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.html">FooBarBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.html">GeneratorBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Generator.html">Generator</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Manipulator.html">Manipulator</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Generator.html">Generator</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Sluggable.html">Sluggable<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Document.Handler.html">Handler</a>
</li>
</ul></li>
<li><a href="namespace-Sluggable.Fixture.Handler.html">Handler<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Handler.People.html">People</a>
</li>
</ul></li>
<li><a href="namespace-Sluggable.Fixture.Inheritance.html">Inheritance</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Inheritance2.html">Inheritance2</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue104.html">Issue104</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue116.html">Issue116</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue131.html">Issue131</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue449.html">Issue449</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue633.html">Issue633</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue827.html">Issue827</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue939.html">Issue939</a>
</li>
<li><a href="namespace-Sluggable.Fixture.MappedSuperclass.html">MappedSuperclass</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-SoftDeleteable.html">SoftDeleteable<span></span></a>
<ul>
<li><a href="namespace-SoftDeleteable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-SoftDeleteable.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-SoftDeleteable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Sortable.html">Sortable<span></span></a>
<ul>
<li><a href="namespace-Sortable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sortable.Fixture.Transport.html">Transport</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Stof.html">Stof<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.html">DoctrineExtensionsBundle<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.Uploadable.html">Uploadable</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.html">Symfony<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.html">Bridge<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.CompilerPass.html">CompilerPass</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.ExpressionLanguage.html">ExpressionLanguage</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.HttpFoundation.html">HttpFoundation</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.CompilerPass.html">CompilerPass</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.ExpressionLanguage.html">ExpressionLanguage</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.HttpFoundation.html">HttpFoundation</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Monolog.html">Monolog<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Monolog.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Processor.html">Processor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.Processor.html">Processor</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.html">Propel1<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.DataTransformer.html">DataTransformer</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.html">ProxyManager<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Form.html">Form</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.NodeVisitor.html">NodeVisitor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.Fixtures.html">Fixtures</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.NodeVisitor.html">NodeVisitor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.TokenParser.html">TokenParser</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Translation.html">Translation</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.TokenParser.html">TokenParser</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Translation.html">Translation</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.html">AsseticBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Resource.html">Resource</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Worker.html">Worker</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.Resource.html">Resource</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.TestBundle.html">TestBundle</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.html">FrameworkBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Asset.html">Asset</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.Descriptor.html">Descriptor</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.BaseBundle.html">BaseBundle</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.app.html">app</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.html">Helper<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.Fixtures.html">Fixtures</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Translation.html">Translation</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Translation.html">Translation</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.MonologBundle.html">MonologBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.html">SecurityBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.Factory.html">Factory</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Security.html">Security</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.Factory.html">Factory</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.app.html">app</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.html">CsrfFormLoginBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Form.html">Form</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.html">FormLoginBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Security.html">Security</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.html">SwiftmailerBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.html">TwigBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.TokenParser.html">TokenParser</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.TokenParser.html">TokenParser</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.html">WebProfilerBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Profiler.html">Profiler</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Profiler.html">Profiler</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.html">Component<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.BrowserKit.html">BrowserKit<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.BrowserKit.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.ClassLoader.html">ClassLoader<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ClassLoader.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.html">Config<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Definition.html">Definition<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Definition.Builder.html">Builder</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Definition.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Definition.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Resource.html">Resource</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.html">Definition<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.Builder.html">Builder</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.Configuration.html">Configuration</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.Resource.html">Resource</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Console.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Input.html">Input</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Output.html">Output</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tester.html">Tester</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Console.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Input.html">Input</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Output.html">Output</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Tester.html">Tester</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.html">CssSelector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Shortcut.html">Shortcut</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Tokenizer.html">Tokenizer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Shortcut.html">Shortcut</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.XPath.html">XPath</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.XPath.html">XPath<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.XPath.Extension.html">Extension</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Debug.html">Debug<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Debug.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.FatalErrorHandler.html">FatalErrorHandler</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Debug.Tests.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.FatalErrorHandler.html">FatalErrorHandler</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.Fixtures.html">Fixtures</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Dump.html">Dump</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.ParameterBag.html">ParameterBag</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.ParameterBag.html">ParameterBag</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.DomCrawler.html">DomCrawler<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DomCrawler.Field.html">Field</a>
</li>
<li><a href="namespace-Symfony.Component.DomCrawler.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DomCrawler.Tests.Field.html">Field</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.EventDispatcher.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.EventDispatcher.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.html">ExpressionLanguage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.ParserCache.html">ParserCache</a>
</li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.Node.html">Node</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Filesystem.html">Filesystem<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Filesystem.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Filesystem.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Finder.html">Finder<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Finder.Adapter.html">Adapter</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Comparator.html">Comparator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Expression.html">Expression</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Shell.html">Shell</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Finder.Tests.Comparator.html">Comparator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.Expression.html">Expression</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.FakeAdapter.html">FakeAdapter</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.Iterator.html">Iterator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.DataMapper.html">DataMapper</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.ViolationMapper.html">ViolationMapper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.Guess.html">Guess</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataMapper.html">DataMapper</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.CsrfProvider.html">CsrfProvider</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.EventListener.html">EventListener</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.ViolationMapper.html">ViolationMapper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Guess.html">Guess</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.html">File<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.MimeType.html">MimeType</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.html">Session<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Attribute.html">Attribute</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Flash.html">Flash</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.html">Storage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Proxy.html">Proxy</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.html">File<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.MimeType.html">MimeType</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.html">Session<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Attribute.html">Attribute</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Flash.html">Flash</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.html">Storage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Proxy.html">Proxy</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.html">HttpKernel<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Bundle.html">Bundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.CacheClearer.html">CacheClearer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Log.html">Log</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Profiler.html">Profiler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Bundle.html">Bundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheClearer.html">CacheClearer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionAbsentBundle.html">ExtensionAbsentBundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.html">ExtensionLoadedBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.html">ExtensionPresentBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.html">Profiler<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.Mock.html">Mock</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Icu.html">Icu<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Icu.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.html">Intl<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Collator.html">Collator</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.DateFormatter.html">DateFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.DateFormatter.DateFormat.html">DateFormat</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Globals.html">Globals</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Locale.html">Locale</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.NumberFormatter.html">NumberFormatter</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.html">ResourceBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Reader.html">Reader</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.html">Transformer<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.Rule.html">Rule</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Collator.html">Collator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Collator.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.html">DateFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Globals.html">Globals<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Globals.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Locale.html">Locale<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Locale.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.html">NumberFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.html">ResourceBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Reader.html">Reader</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Locale.html">Locale<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Locale.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Locale.Tests.Stub.html">Stub</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.OptionsResolver.html">OptionsResolver<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.OptionsResolver.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.OptionsResolver.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Process.html">Process<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Process.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Process.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.PropertyAccess.html">PropertyAccess<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.PropertyAccess.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Generator.html">Generator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Generator.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Matcher.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.AnnotatedClasses.html">AnnotatedClasses</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Generator.html">Generator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Generator.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.Dumper.html">Dumper</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.html">Acl<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.Dbal.html">Dbal</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Domain.html">Domain</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Model.html">Model</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Permission.html">Permission</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Dbal.html">Dbal</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Permission.html">Permission</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Acl.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.Provider.html">Provider</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Authorization.html">Authorization<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authorization.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Role.html">Role</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Provider.html">Provider</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.html">Authorization<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Role.html">Role</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.User.html">User</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.User.html">User</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Csrf.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenGenerator.html">TokenGenerator</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenStorage.html">TokenStorage</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Csrf.TokenGenerator.html">TokenGenerator</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.TokenStorage.html">TokenStorage</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Http.html">Http<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Http.Authentication.html">Authentication</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Authorization.html">Authorization</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.EntryPoint.html">EntryPoint</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Firewall.html">Firewall</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Logout.html">Logout</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Session.html">Session</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Authentication.html">Authentication</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.EntryPoint.html">EntryPoint</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Firewall.html">Firewall</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Logout.html">Logout</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Session.html">Session</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.Http.html">Http<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Http.Firewall.html">Firewall</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Serializer.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Normalizer.html">Normalizer</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Normalizer.html">Normalizer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Stopwatch.html">Stopwatch</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Templating.Asset.html">Asset</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Storage.html">Storage</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Templating.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Storage.html">Storage</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Translation.Catalogue.html">Catalogue</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Extractor.html">Extractor</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Translation.Tests.Catalogue.html">Catalogue</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Translation.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Mapping.Cache.html">Cache</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Mapping.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Validator.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Tests.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Cache.html">Cache</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Loader.html">Loader</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Yaml.html">Yaml<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Yaml.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Yaml.Tests.html">Tests</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.html">Tecnocreaciones<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.html">AjaxFOSUserBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Event.html">Event</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Handler.html">Handler</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.html">InstallBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.html">TemplateBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.html">Vzla<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.html">GovernmentBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Model.html">Model</a>
</li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.html">Fabpot<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.FooBundle.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-TestBundle.FooBundle.Controller.Sub.html">Sub</a>
</li>
<li><a href="namespace-TestBundle.FooBundle.Controller.Test.html">Test</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.Sensio.html">Sensio<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.html">Cms<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.Sensio.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-TestFixtures.html">TestFixtures</a>
</li>
<li><a href="namespace-Timestampable.html">Timestampable<span></span></a>
<ul>
<li><a href="namespace-Timestampable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Timestampable.Fixture.Document.html">Document</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tool.html">Tool</a>
</li>
<li><a href="namespace-Translatable.html">Translatable<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.Document.Personal.html">Personal</a>
</li>
</ul></li>
<li><a href="namespace-Translatable.Fixture.Issue114.html">Issue114</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue138.html">Issue138</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue165.html">Issue165</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue173.html">Issue173</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue75.html">Issue75</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue922.html">Issue922</a>
</li>
<li><a href="namespace-Translatable.Fixture.Personal.html">Personal</a>
</li>
<li><a href="namespace-Translatable.Fixture.Template.html">Template</a>
</li>
<li><a href="namespace-Translatable.Fixture.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Translator.html">Translator<span></span></a>
<ul>
<li><a href="namespace-Translator.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-Tree.html">Tree<span></span></a>
<ul>
<li><a href="namespace-Tree.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Tree.Fixture.Closure.html">Closure</a>
</li>
<li><a href="namespace-Tree.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Tree.Fixture.Genealogy.html">Genealogy</a>
</li>
<li><a href="namespace-Tree.Fixture.Mock.html">Mock</a>
</li>
<li><a href="namespace-Tree.Fixture.Repository.html">Repository</a>
</li>
<li><a href="namespace-Tree.Fixture.Transport.html">Transport</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Uploadable.html">Uploadable<span></span></a>
<ul>
<li><a href="namespace-Uploadable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Uploadable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Wrapper.html">Wrapper<span></span></a>
<ul>
<li><a href="namespace-Wrapper.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Wrapper.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Wrapper.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
</ul>
</div>
<hr />
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-Doctrine.DBAL.Schema.AbstractAsset.html">AbstractAsset</a></li>
<li><a href="class-Doctrine.DBAL.Schema.AbstractSchemaManager.html">AbstractSchemaManager</a></li>
<li><a href="class-Doctrine.DBAL.Schema.Column.html">Column</a></li>
<li><a href="class-Doctrine.DBAL.Schema.ColumnDiff.html">ColumnDiff</a></li>
<li><a href="class-Doctrine.DBAL.Schema.Comparator.html">Comparator</a></li>
<li><a href="class-Doctrine.DBAL.Schema.DB2SchemaManager.html">DB2SchemaManager</a></li>
<li><a href="class-Doctrine.DBAL.Schema.DrizzleSchemaManager.html">DrizzleSchemaManager</a></li>
<li class="active"><a href="class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html">ForeignKeyConstraint</a></li>
<li><a href="class-Doctrine.DBAL.Schema.Identifier.html">Identifier</a></li>
<li><a href="class-Doctrine.DBAL.Schema.Index.html">Index</a></li>
<li><a href="class-Doctrine.DBAL.Schema.MySqlSchemaManager.html">MySqlSchemaManager</a></li>
<li><a href="class-Doctrine.DBAL.Schema.OracleSchemaManager.html">OracleSchemaManager</a></li>
<li><a href="class-Doctrine.DBAL.Schema.PostgreSqlSchemaManager.html">PostgreSqlSchemaManager</a></li>
<li><a href="class-Doctrine.DBAL.Schema.Schema.html">Schema</a></li>
<li><a href="class-Doctrine.DBAL.Schema.SchemaConfig.html">SchemaConfig</a></li>
<li><a href="class-Doctrine.DBAL.Schema.SchemaDiff.html">SchemaDiff</a></li>
<li><a href="class-Doctrine.DBAL.Schema.Sequence.html">Sequence</a></li>
<li><a href="class-Doctrine.DBAL.Schema.SqliteSchemaManager.html">SqliteSchemaManager</a></li>
<li><a href="class-Doctrine.DBAL.Schema.SQLServerSchemaManager.html">SQLServerSchemaManager</a></li>
<li><a href="class-Doctrine.DBAL.Schema.Table.html">Table</a></li>
<li><a href="class-Doctrine.DBAL.Schema.TableDiff.html">TableDiff</a></li>
<li><a href="class-Doctrine.DBAL.Schema.View.html">View</a></li>
</ul>
<h3>Interfaces</h3>
<ul>
<li><a href="class-Doctrine.DBAL.Schema.Constraint.html">Constraint</a></li>
</ul>
<h3>Exceptions</h3>
<ul>
<li><a href="class-Doctrine.DBAL.Schema.SchemaException.html">SchemaException</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" class="text" />
<input type="submit" value="Search" />
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<a href="namespace-Doctrine.DBAL.Schema.html" title="Summary of Doctrine\DBAL\Schema"><span>Namespace</span></a>
</li>
<li class="active">
<span>Class</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<div id="content" class="class">
<h1>Class ForeignKeyConstraint</h1>
<div class="description">
<p>An abstraction class for a foreign key constraint.</p>
</div>
<dl class="tree">
<dd style="padding-left:0px">
<a href="class-Doctrine.DBAL.Schema.AbstractAsset.html"><span>Doctrine\DBAL\Schema\AbstractAsset</span></a>
</dd>
<dd style="padding-left:30px">
<img src="resources/inherit.png" alt="Extended by" />
<b><span>Doctrine\DBAL\Schema\ForeignKeyConstraint</span></b>
implements
<a href="class-Doctrine.DBAL.Schema.Constraint.html"><span>Doctrine\DBAL\Schema\Constraint</span></a>
</dd>
</dl>
<div class="info">
<b>Namespace:</b> <a href="namespace-Doctrine.html">Doctrine</a>\<a href="namespace-Doctrine.DBAL.html">DBAL</a>\<a href="namespace-Doctrine.DBAL.Schema.html">Schema</a><br />
<b>Author:</b>
Benjamin Eberlei <<a
href="mailto:kontakt@beberlei.de">kontakt@<!---->beberlei.de</a>><br />
<b>Author:</b>
Steve Müller <<a
href="mailto:st.mueller@dzh-online.de">st.mueller@<!---->dzh-online.de</a>><br />
<b>Since:</b>
2.0<br />
<b>Link:</b>
<a href="http://www.doctrine-project.org">www.doctrine-project.org</a><br />
<b>Located at</b> <a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#24-365" title="Go to source code">vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/ForeignKeyConstraint.php</a><br />
</div>
<table class="summary" id="methods">
<caption>Methods summary</caption>
<tr data-order="__construct" id="___construct">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#___construct">#</a>
<code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#69-98" title="Go to source code">__construct</a>( <span>array <var>$localColumnNames</var></span>, <span><code><a href="class-Doctrine.DBAL.Schema.Table.html">Doctrine\DBAL\Schema\Table</a></code>|string <var>$foreignTableName</var></span>, <span>array <var>$foreignColumnNames</var></span>, <span>string|null <var>$name</var> = <span class="php-keyword1">null</span></span>, <span>array <var>$options</var> = <span class="php-keyword1">array</span>()</span> )</code>
<div class="description short">
<p>Initializes the foreign key constraint.</p>
</div>
<div class="description detailed hidden">
<p>Initializes the foreign key constraint.</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$localColumnNames</var></dt>
<dd><code>array</code><br>$localColumnNames Names of the referencing table columns.</dd>
<dt><var>$foreignTableName</var></dt>
<dd><code><code><a href="class-Doctrine.DBAL.Schema.Table.html">Doctrine\DBAL\Schema\Table</a></code>|string</code><br>$foreignTableName Referenced table.</dd>
<dt><var>$foreignColumnNames</var></dt>
<dd><code>array</code><br>$foreignColumnNames Names of the referenced table columns.</dd>
<dt><var>$name</var></dt>
<dd><code>string|null</code><br>$name Name of the foreign key constraint.</dd>
<dt><var>$options</var></dt>
<dd><code>array</code><br>$options Options associated with the foreign key constraint.</dd>
</dl></div>
</div>
</div></td>
</tr>
<tr data-order="getLocalTableName" id="_getLocalTableName">
<td class="attributes"><code>
public
string
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getLocalTableName">#</a>
<code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#100-109" title="Go to source code">getLocalTableName</a>( )</code>
<div class="description short">
<p>Returns the name of the referencing table the foreign key constraint is
associated with.</p>
</div>
<div class="description detailed hidden">
<p>Returns the name of the referencing table the foreign key constraint is
associated with.</p>
<h4>Returns</h4>
<div class="list">
<code>string</code><br />
</div>
</div>
</div></td>
</tr>
<tr data-order="setLocalTable" id="_setLocalTable">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_setLocalTable">#</a>
<code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#111-122" title="Go to source code">setLocalTable</a>( <span><code><a href="class-Doctrine.DBAL.Schema.Table.html">Doctrine\DBAL\Schema\Table</a></code> <var>$table</var></span> )</code>
<div class="description short">
<p>Sets the Table instance of the referencing table the foreign key constraint
is associated with.</p>
</div>
<div class="description detailed hidden">
<p>Sets the Table instance of the referencing table the foreign key constraint
is associated with.</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$table</var></dt>
<dd><code><code><a href="class-Doctrine.DBAL.Schema.Table.html">Doctrine\DBAL\Schema\Table</a></code></code><br>$table Instance of the referencing table.</dd>
</dl></div>
</div>
</div></td>
</tr>
<tr data-order="getLocalTable" id="_getLocalTable">
<td class="attributes"><code>
public
<code><a href="class-Doctrine.DBAL.Schema.Table.html">Doctrine\DBAL\Schema\Table</a></code>
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getLocalTable">#</a>
<code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#124-130" title="Go to source code">getLocalTable</a>( )</code>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Returns</h4>
<div class="list">
<code><code><a href="class-Doctrine.DBAL.Schema.Table.html">Doctrine\DBAL\Schema\Table</a></code></code><br />
</div>
</div>
</div></td>
</tr>
<tr data-order="getLocalColumns" id="_getLocalColumns">
<td class="attributes"><code>
public
array
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getLocalColumns">#</a>
<code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#132-141" title="Go to source code">getLocalColumns</a>( )</code>
<div class="description short">
<p>Returns the names of the referencing table columns the foreign key constraint
is associated with.</p>
</div>
<div class="description detailed hidden">
<p>Returns the names of the referencing table columns the foreign key constraint
is associated with.</p>
<h4>Returns</h4>
<div class="list">
<code>array</code><br />
</div>
</div>
</div></td>
</tr>
<tr data-order="getQuotedLocalColumns" id="_getQuotedLocalColumns">
<td class="attributes"><code>
public
array
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getQuotedLocalColumns">#</a>
<code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#143-164" title="Go to source code">getQuotedLocalColumns</a>( <span><code><a href="class-Doctrine.DBAL.Platforms.AbstractPlatform.html">Doctrine\DBAL\Platforms\AbstractPlatform</a></code> <var>$platform</var></span> )</code>
<div class="description short">
<p>Returns the quoted representation of the referencing table column names the
foreign key constraint is associated with.</p>
</div>
<div class="description detailed hidden">
<p>Returns the quoted representation of the referencing table column names the
foreign key constraint is associated with.</p>
<p>But only if they were defined with one or the referencing table column name
is a keyword reserved by the platform. Otherwise the plain unquoted value as
inserted is returned.</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$platform</var></dt>
<dd><code><code><a href="class-Doctrine.DBAL.Platforms.AbstractPlatform.html">Doctrine\DBAL\Platforms\AbstractPlatform</a></code></code><br>$platform The platform to use for quotation.</dd>
</dl></div>
<h4>Returns</h4>
<div class="list">
<code>array</code><br />
</div>
</div>
</div></td>
</tr>
<tr data-order="getUnquotedLocalColumns" id="_getUnquotedLocalColumns">
<td class="attributes"><code>
public
array
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getUnquotedLocalColumns">#</a>
<code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#166-174" title="Go to source code">getUnquotedLocalColumns</a>( )</code>
<div class="description short">
<p>Returns unquoted representation of local table column names for comparison
with other FK</p>
</div>
<div class="description detailed hidden">
<p>Returns unquoted representation of local table column names for comparison
with other FK</p>
<h4>Returns</h4>
<div class="list">
<code>array</code><br />
</div>
</div>
</div></td>
</tr>
<tr data-order="getUnquotedForeignColumns" id="_getUnquotedForeignColumns">
<td class="attributes"><code>
public
array
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getUnquotedForeignColumns">#</a>
<code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#176-184" title="Go to source code">getUnquotedForeignColumns</a>( )</code>
<div class="description short">
<p>Returns unquoted representation of foreign table column names for comparison
with other FK</p>
</div>
<div class="description detailed hidden">
<p>Returns unquoted representation of foreign table column names for comparison
with other FK</p>
<h4>Returns</h4>
<div class="list">
<code>array</code><br />
</div>
</div>
</div></td>
</tr>
<tr data-order="getColumns" id="_getColumns">
<td class="attributes"><code>
public
array
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getColumns">#</a>
<code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#186-194" title="Go to source code">getColumns</a>( )</code>
<div class="description short">
<p>Returns the names of the referencing table columns the constraint is
associated with.</p>
</div>
<div class="description detailed hidden">
<p>Returns the names of the referencing table columns the constraint is
associated with.</p>
<h4>Returns</h4>
<div class="list">
<code>array</code><br />
</div>
<h4>See</h4>
<div class="list">
<code><code><a href="class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#_getLocalColumns">Doctrine\DBAL\Schema\ForeignKeyConstraint::getLocalColumns()</a></code></code><br />
</div>
<h4>Implementation of</h4>
<div class="list"><code><a href="class-Doctrine.DBAL.Schema.Constraint.html#_getColumns">Doctrine\DBAL\Schema\Constraint::getColumns()</a></code></div>
</div>
</div></td>
</tr>
<tr data-order="getQuotedColumns" id="_getQuotedColumns">
<td class="attributes"><code>
public
array
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getQuotedColumns">#</a>
<code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#196-213" title="Go to source code">getQuotedColumns</a>( <span><code><a href="class-Doctrine.DBAL.Platforms.AbstractPlatform.html">Doctrine\DBAL\Platforms\AbstractPlatform</a></code> <var>$platform</var></span> )</code>
<div class="description short">
<p>Returns the quoted representation of the referencing table column names the
foreign key constraint is associated with.</p>
</div>
<div class="description detailed hidden">
<p>Returns the quoted representation of the referencing table column names the
foreign key constraint is associated with.</p>
<p>But only if they were defined with one or the referencing table column name
is a keyword reserved by the platform. Otherwise the plain unquoted value as
inserted is returned.</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$platform</var></dt>
<dd><code><code><a href="class-Doctrine.DBAL.Platforms.AbstractPlatform.html">Doctrine\DBAL\Platforms\AbstractPlatform</a></code></code><br>$platform The platform to use for quotation.</dd>
</dl></div>
<h4>Returns</h4>
<div class="list">
<code>array</code><br />
</div>
<h4>See</h4>
<div class="list">
<code><code><a href="class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#_getQuotedLocalColumns">Doctrine\DBAL\Schema\ForeignKeyConstraint::getQuotedLocalColumns()</a></code></code><br />
</div>
<h4>Implementation of</h4>
<div class="list"><code><a href="class-Doctrine.DBAL.Schema.Constraint.html#_getQuotedColumns">Doctrine\DBAL\Schema\Constraint::getQuotedColumns()</a></code></div>
</div>
</div></td>
</tr>
<tr data-order="getForeignTableName" id="_getForeignTableName">
<td class="attributes"><code>
public
string
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getForeignTableName">#</a>
<code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#215-224" title="Go to source code">getForeignTableName</a>( )</code>
<div class="description short">
<p>Returns the name of the referenced table the foreign key constraint is
associated with.</p>
</div>
<div class="description detailed hidden">
<p>Returns the name of the referenced table the foreign key constraint is
associated with.</p>
<h4>Returns</h4>
<div class="list">
<code>string</code><br />
</div>
</div>
</div></td>
</tr>
<tr data-order="getUnqualifiedForeignTableName" id="_getUnqualifiedForeignTableName">
<td class="attributes"><code>
public
string
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getUnqualifiedForeignTableName">#</a>
<code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#226-235" title="Go to source code">getUnqualifiedForeignTableName</a>( )</code>
<div class="description short">
<p>Returns the non-schema qualified foreign table name.</p>
</div>
<div class="description detailed hidden">
<p>Returns the non-schema qualified foreign table name.</p>
<h4>Returns</h4>
<div class="list">
<code>string</code><br />
</div>
</div>
</div></td>
</tr>
<tr data-order="getQuotedForeignTableName" id="_getQuotedForeignTableName">
<td class="attributes"><code>
public
string
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getQuotedForeignTableName">#</a>
<code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#237-252" title="Go to source code">getQuotedForeignTableName</a>( <span><code><a href="class-Doctrine.DBAL.Platforms.AbstractPlatform.html">Doctrine\DBAL\Platforms\AbstractPlatform</a></code> <var>$platform</var></span> )</code>
<div class="description short">
<p>Returns the quoted representation of the referenced table name the foreign
key constraint is associated with.</p>
</div>
<div class="description detailed hidden">
<p>Returns the quoted representation of the referenced table name the foreign
key constraint is associated with.</p>
<p>But only if it was defined with one or the referenced table name is a keyword
reserved by the platform. Otherwise the plain unquoted value as inserted is
returned.</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$platform</var></dt>
<dd><code><code><a href="class-Doctrine.DBAL.Platforms.AbstractPlatform.html">Doctrine\DBAL\Platforms\AbstractPlatform</a></code></code><br>$platform The platform to use for quotation.</dd>
</dl></div>
<h4>Returns</h4>
<div class="list">
<code>string</code><br />
</div>
</div>
</div></td>
</tr>
<tr data-order="getForeignColumns" id="_getForeignColumns">
<td class="attributes"><code>
public
array
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getForeignColumns">#</a>
<code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#254-263" title="Go to source code">getForeignColumns</a>( )</code>
<div class="description short">
<p>Returns the names of the referenced table columns the foreign key constraint
is associated with.</p>
</div>
<div class="description detailed hidden">
<p>Returns the names of the referenced table columns the foreign key constraint
is associated with.</p>
<h4>Returns</h4>
<div class="list">
<code>array</code><br />
</div>
</div>
</div></td>
</tr>
<tr data-order="getQuotedForeignColumns" id="_getQuotedForeignColumns">
<td class="attributes"><code>
public
array
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getQuotedForeignColumns">#</a>
<code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#265-286" title="Go to source code">getQuotedForeignColumns</a>( <span><code><a href="class-Doctrine.DBAL.Platforms.AbstractPlatform.html">Doctrine\DBAL\Platforms\AbstractPlatform</a></code> <var>$platform</var></span> )</code>
<div class="description short">
<p>Returns the quoted representation of the referenced table column names the
foreign key constraint is associated with.</p>
</div>
<div class="description detailed hidden">
<p>Returns the quoted representation of the referenced table column names the
foreign key constraint is associated with.</p>
<p>But only if they were defined with one or the referenced table column name is
a keyword reserved by the platform. Otherwise the plain unquoted value as
inserted is returned.</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$platform</var></dt>
<dd><code><code><a href="class-Doctrine.DBAL.Platforms.AbstractPlatform.html">Doctrine\DBAL\Platforms\AbstractPlatform</a></code></code><br>$platform The platform to use for quotation.</dd>
</dl></div>
<h4>Returns</h4>
<div class="list">
<code>array</code><br />
</div>
</div>
</div></td>
</tr>
<tr data-order="hasOption" id="_hasOption">
<td class="attributes"><code>
public
boolean
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_hasOption">#</a>
<code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#288-299" title="Go to source code">hasOption</a>( <span>string <var>$name</var></span> )</code>
<div class="description short">
<p>Returns whether or not a given option is associated with the foreign key
constraint.</p>
</div>
<div class="description detailed hidden">
<p>Returns whether or not a given option is associated with the foreign key
constraint.</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$name</var></dt>
<dd><code>string</code><br>$name Name of the option to check.</dd>
</dl></div>
<h4>Returns</h4>
<div class="list">
<code>boolean</code><br />
</div>
</div>
</div></td>
</tr>
<tr data-order="getOption" id="_getOption">
<td class="attributes"><code>
public
mixed
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getOption">#</a>
<code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#301-311" title="Go to source code">getOption</a>( <span>string <var>$name</var></span> )</code>
<div class="description short">
<p>Returns an option associated with the foreign key constraint.</p>
</div>
<div class="description detailed hidden">
<p>Returns an option associated with the foreign key constraint.</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$name</var></dt>
<dd><code>string</code><br>$name Name of the option the foreign key constraint is associated with.</dd>
</dl></div>
<h4>Returns</h4>
<div class="list">
<code>mixed</code><br />
</div>
</div>
</div></td>
</tr>
<tr data-order="getOptions" id="_getOptions">
<td class="attributes"><code>
public
array
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getOptions">#</a>
<code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#313-321" title="Go to source code">getOptions</a>( )</code>
<div class="description short">
<p>Returns the options associated with the foreign key constraint.</p>
</div>
<div class="description detailed hidden">
<p>Returns the options associated with the foreign key constraint.</p>
<h4>Returns</h4>
<div class="list">
<code>array</code><br />
</div>
</div>
</div></td>
</tr>
<tr data-order="onUpdate" id="_onUpdate">
<td class="attributes"><code>
public
string|null
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_onUpdate">#</a>
<code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#323-332" title="Go to source code">onUpdate</a>( )</code>
<div class="description short">
<p>Returns the referential action for UPDATE operations on the referenced table
the foreign key constraint is associated with.</p>
</div>
<div class="description detailed hidden">
<p>Returns the referential action for UPDATE operations on the referenced table
the foreign key constraint is associated with.</p>
<h4>Returns</h4>
<div class="list">
<code>string|null</code><br />
</div>
</div>
</div></td>
</tr>
<tr data-order="onDelete" id="_onDelete">
<td class="attributes"><code>
public
string|null
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_onDelete">#</a>
<code><a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#334-343" title="Go to source code">onDelete</a>( )</code>
<div class="description short">
<p>Returns the referential action for DELETE operations on the referenced table
the foreign key constraint is associated with.</p>
</div>
<div class="description detailed hidden">
<p>Returns the referential action for DELETE operations on the referenced table
the foreign key constraint is associated with.</p>
<h4>Returns</h4>
<div class="list">
<code>string|null</code><br />
</div>
</div>
</div></td>
</tr>
</table>
<table class="summary inherited">
<caption>Methods inherited from <a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#methods">Doctrine\DBAL\Schema\AbstractAsset</a></caption>
<tr>
<td><code>
<a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#__generateIdentifierName">_generateIdentifierName()</a>,
<a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#__setName">_setName()</a>,
<a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#_getFullQualifiedName">getFullQualifiedName()</a>,
<a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#_getName">getName()</a>,
<a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#_getNamespaceName">getNamespaceName()</a>,
<a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#_getQuotedName">getQuotedName()</a>,
<a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#_getShortestName">getShortestName()</a>,
<a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#_isIdentifierQuoted">isIdentifierQuoted()</a>,
<a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#_isInDefaultNamespace">isInDefaultNamespace()</a>,
<a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#_isQuoted">isQuoted()</a>,
<a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#_trimQuotes">trimQuotes()</a>
</code></td>
</tr>
</table>
<table class="summary" id="properties">
<caption>Properties summary</caption>
<tr data-order="_localTable" id="$_localTable">
<td class="attributes"><code>
protected
<code><a href="class-Doctrine.DBAL.Schema.Table.html">Doctrine\DBAL\Schema\Table</a></code>
</code></td>
<td class="name">
<a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#34-39" title="Go to source code"><var>$_localTable</var></a>
</td>
<td class="value"><code></code></td>
<td class="description"><div>
<a href="#$_localTable" class="anchor">#</a>
<div class="description short">
<p>Instance of the referencing table the foreign key constraint is associated
with.</p>
</div>
<div class="description detailed hidden">
<p>Instance of the referencing table the foreign key constraint is associated
with.</p>
</div>
</div></td>
</tr>
<tr data-order="_localColumnNames" id="$_localColumnNames">
<td class="attributes"><code>
protected
<code><a href="class-Doctrine.DBAL.Schema.Identifier.html">Doctrine\DBAL\Schema\Identifier</a>[]</code>
</code></td>
<td class="name">
<a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#41-47" title="Go to source code"><var>$_localColumnNames</var></a>
</td>
<td class="value"><code></code></td>
<td class="description"><div>
<a href="#$_localColumnNames" class="anchor">#</a>
<div class="description short">
<p>Asset identifier instances of the referencing table column names the foreign
key constraint is associated with. array($columnName => Identifier)</p>
</div>
<div class="description detailed hidden">
<p>Asset identifier instances of the referencing table column names the foreign
key constraint is associated with. array($columnName => Identifier)</p>
</div>
</div></td>
</tr>
<tr data-order="_foreignTableName" id="$_foreignTableName">
<td class="attributes"><code>
protected
<code><a href="class-Doctrine.DBAL.Schema.Table.html">Doctrine\DBAL\Schema\Table</a></code>|<code><a href="class-Doctrine.DBAL.Schema.Identifier.html">Doctrine\DBAL\Schema\Identifier</a></code>
</code></td>
<td class="name">
<a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#49-54" title="Go to source code"><var>$_foreignTableName</var></a>
</td>
<td class="value"><code></code></td>
<td class="description"><div>
<a href="#$_foreignTableName" class="anchor">#</a>
<div class="description short">
<p>Table or asset identifier instance of the referenced table name the foreign
key constraint is associated with.</p>
</div>
<div class="description detailed hidden">
<p>Table or asset identifier instance of the referenced table name the foreign
key constraint is associated with.</p>
</div>
</div></td>
</tr>
<tr data-order="_foreignColumnNames" id="$_foreignColumnNames">
<td class="attributes"><code>
protected
<code><a href="class-Doctrine.DBAL.Schema.Identifier.html">Doctrine\DBAL\Schema\Identifier</a>[]</code>
</code></td>
<td class="name">
<a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#56-62" title="Go to source code"><var>$_foreignColumnNames</var></a>
</td>
<td class="value"><code></code></td>
<td class="description"><div>
<a href="#$_foreignColumnNames" class="anchor">#</a>
<div class="description short">
<p>Asset identifier instances of the referenced table column names the foreign
key constraint is associated with. array($columnName => Identifier)</p>
</div>
<div class="description detailed hidden">
<p>Asset identifier instances of the referenced table column names the foreign
key constraint is associated with. array($columnName => Identifier)</p>
</div>
</div></td>
</tr>
<tr data-order="_options" id="$_options">
<td class="attributes"><code>
protected
array
</code></td>
<td class="name">
<a href="source-class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html#64-67" title="Go to source code"><var>$_options</var></a>
</td>
<td class="value"><code></code></td>
<td class="description"><div>
<a href="#$_options" class="anchor">#</a>
<div class="description short">
<p>Options associated with the foreign key constraint.</p>
</div>
<div class="description detailed hidden">
<p>Options associated with the foreign key constraint.</p>
</div>
</div></td>
</tr>
</table>
<table class="summary inherited">
<caption>Properties inherited from <a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#properties">Doctrine\DBAL\Schema\AbstractAsset</a></caption>
<tr>
<td><code>
<a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#$_name"><var>$_name</var></a>,
<a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#$_namespace"><var>$_namespace</var></a>,
<a href="class-Doctrine.DBAL.Schema.AbstractAsset.html#$_quoted"><var>$_quoted</var></a>
</code></td>
</tr>
</table>
</div>
<div id="footer">
seip API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
</div>
</div>
</div>
</body>
</html>
| Tecnocreaciones/VzlaGovernmentTemplateDeveloperSeed | api/class-Doctrine.DBAL.Schema.ForeignKeyConstraint.html | HTML | mit | 184,188 |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>file_update_checker.rb</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../../../../../../../../../css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../../../../css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../../../../css/github.css" type="text/css" media="screen" />
<script src="../../../../../../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class="banner">
<span>Ruby on Rails 4.2.2</span><br />
<h1>
file_update_checker.rb
</h1>
<ul class="files">
<li>
../.rvm/gems/ruby-2.2.2/gems/activesupport-4.2.2/lib/active_support/file_update_checker.rb
</li>
<li>Last modified: 2016-02-03 17:30:05 -0800</li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<!-- Namespace -->
<div class="sectiontitle">Namespace</div>
<ul>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../classes/ActiveSupport.html">ActiveSupport</a>
</li>
<li>
<span class="type">CLASS</span>
<a href="../../../../../../../../../classes/ActiveSupport/FileUpdateChecker.html">ActiveSupport::FileUpdateChecker</a>
</li>
</ul>
<!-- Methods -->
</div>
</div>
</body>
</html> | benfreeman/yammer_training | doc/api/files/__/_rvm/gems/ruby-2_2_2/gems/activesupport-4_2_2/lib/active_support/file_update_checker_rb.html | HTML | mit | 2,235 |
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="zh-TW" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:user="urn:user-namespace-here" xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from igpa.nat.gov.tw/fp.asp?xItem=755&ctNode=6&mp=1 by HTTrack Website Copier/3.x [XR&CO'2007], Wed, 26 Mar 2008 08:57:11 GMT -->
<head>
<title>清查不當黨產,向人民交代-國家資產經營管理委員會黨產處理小組</title>
<link rel="stylesheet" type="text/css" href="xslgip/style1/css/content.css"/>
</head>
<body>
<table cellpadding="0" cellspacing="0" id="middle" summary="二欄排版表格" width="100%" height="100%">
<tr>
<td valign="top" id="main"><a href="#" title="主要內容區" class="Accesskey" accesskey="C">:::</a>
<div class="PageTitle">相關報導</div>
<div class="Article">
<h1>43億地皮閒置 建商告市府(2006/11/21)</h1>
<div class="Date">張貼日期:2006/11/21</div>
<div class="Body"><P> 聯合報記者蘇位榮、錢震宇/台北報導
<P> 國民黨去年以近43億元的天價,賣出黨產國家發展研究院的土地,但土地上蓋有文山區民活動中心,台北市政府不肯拆除,承買的元利建設認為買來的土地無法進行整體規畫,損失難以估算,告上法院。
<P> 台北地方法院審理認為,雖然國民黨過去同意市府興建文山區民活動中心,但市府及文山區民活動中心並不因此而獲得正當權源,判決台北市府及文山區公所應將土地返還給元利建設,並從今年3月催討時起到返還土地為止,每月支付1萬7740元的租金給元利建設。
<P> 文山區長李美麗對這個判決坦承「不開心」,表示為了維護市產權益,一定上訴到底,但若最後仍是敗訴,會尊重判決,該拆屋還地、給付租金,市府不會卸責,一定會執行。
<P> 位於台北市文山區木柵路一段,占地3萬6327平方公尺的國民黨黨產國發院(原革命實錢研究院),國民黨去年九月決定賣給元利建設。元利建設買進後,發函給台北市政府及文山區公所,要求拆除區民活動中心,但對方置之不理。
<P> 元利建設認為,文山區民活動中心有90平方公尺,雖然僅占整片土地的千分之二,但是活動中心就在馬路旁,缺了這一塊,整片土地無法進行整體開發。
<P> 法院雖判決元利建設可收回土地,但是目前該地的地目仍為「機關用地」,在元利建設沒有申請變更為「非公共設施」用地之前,元利建設不能拆除活動中心,但市府及區公所應給付租金。 </P></div>
</div><DIV id=footer >使用 IE 6.0 以上 最佳觀看解析度 1024x768 . <A href="contenta6c6.html?CuItem=39">網站免責條款</A> <BR>
<font color="#990000"><strong>國家資產經營管理委員會—黨產處理小組</strong></font> 本網站所載之新聞報導、學者研究等內容,其著作權屬各該著作權人所有,其內容不代表政府立場。其餘資料,依<a href="http://data.gov.tw/license" target="_blank">政府資料開放授權條款</a>釋出。本網站原始碼,<a href="https://github.com/cipas-tw/old-website" target="_blank">依MIT授權條款釋出</a>。<br>
<img alt=IGPA src="site/igpa/public/MMO/IGPA/IPGA-banner7.gif" mmoid="1585">歡迎連結</DIV></td>
</tr>
</table>
</body>
<!-- Mirrored from igpa.nat.gov.tw/fp.asp?xItem=755&ctNode=6&mp=1 by HTTrack Website Copier/3.x [XR&CO'2007], Wed, 26 Mar 2008 08:57:11 GMT -->
</html>
| cipas-tw/old-website | igpa.nat.gov.tw/fp7827.html | HTML | mit | 3,726 |
<a name="programma"></a>
<section class="alpha_24">
<div class="container group">
<h3 class="center">The schedule</h3>
<table id="schedule" border="0" cellspacing="0" cellpadding="0">
<thead>
<tr>
<th>
Time
</th>
<th>
Track
</th>
</tr>
</thead>
<tr class="common_event">
<td class="time">09:00 – 09:30</td>
<td><h4><a href="#" title="">Check-in</a></h4></td>
</tr>
<tr class="common_event">
<td class="time">09:30 – 09:40</td>
<td>
<h4><a href="#" title="">Presentation of GrUSP</a></h4>
</td>
</tr>
<tr class="common_event">
<td class="time">09:40 – 09:50</td>
<td>
<h4><a href="#" title="">Presentation of FEVR and REACT.JS Day</a></h4>
</td>
</tr>
<tr class="common_event">
<td class="time">09:55 – 10:25</td>
<td>
<h4><a href="#" rel="tooltip" title="Isn't React that clear? Don't you fully understand how/why you should use it on your apps and why it gained all this attention? Do you want to learn the basics and to understand why it's so powerful? In this talk you will see how this library works and you will discover and understand its main concepts in details: Components, Virtual DOM, One-way data binding.">React.js: Rethinking UI development</a></h4>
<a href="http://twitter.com/stecb" target="_blank" title="Stefano Ceschi Berrini">Stefano Ceschi Berrini - @stecb</a><br />
<a href="https://vimeo.com/album/3642120/video/147351380" target="_blank">Video</a> - <a href="http://www.slideshare.net/stefanoceschiberrini/reactjs-rethinking-ui-devel" target="_blank">Slides</a>
</td>
</tr>
<tr class="common_event">
<td class="time">10:30 – 11:15</td>
<td>
<h4><a href="#" rel="tooltip" title="Talking about inline styles is always hard and there are still a lot of unanswered questions, like: 'are you kidding me?'. I'll try to give you the key to enter the magical world of #CSSinJS (or to stay away from it forever).">Inline Styles</a></h4>
<a href="http://twitter.com/MicheleBertoli" target="_blank" title="Michele Bertoli">Michele Bertoli - @MicheleBertoli</a><br />
<a href="https://vimeo.com/album/3642120/video/147351381" target="_blank">Video</a> - <a href="https://speakerdeck.com/michelebertoli/inline-styles" target="_blank">Slides</a>
</td>
</tr>
<tr class="break">
<td class="time">11:15 – 11:30</td>
<td>
<h4><strong>Coffee break</strong></h4>
</td>
</tr>
<tr class="common_event">
<td class="time">11:30 – 12:15</td>
<td>
<h4><a href="#" rel="tooltip" title="Since Flux has been announced we have seen an endless stream (a flux?) of Flux frameworks. Redux (http://rackt.github.io/redux) is 'yet another one', but for me it's special. A few highlights that set it apart from the rest are that it has a fully functional design, to the point that its stores are stateless (can you picture a stateless store?), a tiny API surface (and even its full weight is small, at 2kb of code added to the page), and the fact that it enables the use of a time-traveler debugger (sort of like the Elm language does). So, are you ready for time traveling?">What the Flux? Let’s Redux!</a></h4>
<a href="http://twitter.com/M_a_s_s_i" target="_blank" title="Massimiliano Mantione">Massimiliano Mantione - @M_a_s_s_i</a><br />
<a href="https://vimeo.com/album/3642120/video/147356986" target="_blank">Video</a>
</td>
</tr>
<tr class="common_event">
<td class="time">12:20 – 12:50</td>
<td>
<h4>
<a href="#" rel="tooltip" title="Companies always focus on User Experience because customer satisfaction is what pays the bill. But it's 2015, we can have both a great User Experience and a great Developer Experience. React ecosystem is full of awesome developers who care about their DX. It's time to improve our daily experience, as developers, to also improve our customer's satisfaction. This talk will show many tools to have a better development experience (webpack, babel, eslint, etc..). We'll see different libraries for React that will improve development time and give us back the fun of doing front-end development.">Developer Experience in the React ecosystem</a>
</h4>
<a href="http://twitter.com/cef62" target="_blank" title="Matteo Ronchi">Matteo Ronchi - @cef62</a><br />
<a href="https://vimeo.com/album/3642120/video/147351587" target="_blank">Video</a>
</td>
</tr>
<tr class="break lunch">
<td class="time">12:50 – 14:05</td>
<td><h4><strong>Lunch</strong></h4></td>
</tr>
<tr class="common_event">
<td class="time">14:05 – 14:35</td>
<td>
<h4>
<a href="#" rel="tooltip" title="So people love react, that's no secret, but what's up with react-native? In this talk we investigate how to build native mobile apps, just for iOS for the moment, in react-native. We dive into its' APIs, investigate native components and show ways how to use it with your native code. Additionally we explain what's so special and different in react-native and why people should use it">Rethinking mobile with react-native</a>
</h4>
<a href="http://twitter.com/hotifatos" target="_blank" title="Fatos Hoti">Fatos Hoti - @hotifatos</a><br />
<a href="https://vimeo.com/album/3642120/video/147351588" target="_blank">Video</a>
</td>
</tr>
<tr class="common_event">
<td class="time">14:40 – 15:25</td>
<td>
<h4>
<a href="#" rel="tooltip" title="Universal JavaScript is the new frontier in web application architecture. Isomorphic code can be run on any environment, providing great flexibility. In this talk, we will tell you the story of how we went from an empty Gulpfile to a fully fledged, automated development environment, a robustly tested production-ready application, all delivered as a Docker image and based on Node, Express, React and the Fluxible library.">The Front End That Ran On The Server</a>
</h4>
<a href="http://twitter.com/SiAdcock" target="_blank" title="Simon Adcock">Simon Adcock - @SiAdcock</a> & <a href="http://twitter.com/kosmotaur" target="_blank" title="Marek Stasikowski">Marek Stasikowski - @kosmotaur</a><br />
<a href="https://vimeo.com/album/3642120/video/147357636" target="_blank">Video</a>
</td>
</tr>
<tr class="common_event">
<td class="time">15:30 – 16:00</td>
<td>
<h4>
<a href="#" rel="tooltip" title="As a developer working on rich, end-user facing web applications, I have been working for two years using Ember.js. In the last year, I started using React, with very good results in terms of both development speed and ease of maintenance, especially in the context of managing server-side data persistence directly from the client. I will talk about my experience, and I will give my reasons on why I'm not going back.">From Ember to React, One way ticket</a>
</h4>
<a href="javscript:void(0);" title="Francesca Barbazeni" target="_blank">Francesca Barbazeni</a><br />
</td>
</tr>
<tr class="break">
<td class="time">16:00 – 16:15</td>
<td>
<h4><strong>Coffee break</strong></h4>
</td>
</tr>
<tr class="common_event">
<td class="time">16:15 – 16:45</td>
<td>
<h4>
<a href="#" rel="tooltip" title="This is a tale of a large, feature-rich and Backbone-driven single-page app. A mobile banking app, possibly Norway's largest and most complex single-page app. The codebase has grown to over 100k lines of js. At scale, any flaws in your frontend architecture has transformed into a nasty monster that will bite you in the ass at every opportunity. Thus - our repo is a monster zoo by now. We've managed to reduce the complexity in our app by utilizing React as our view layer. The functional and declarative way of programming is our bug vaccine, and reusable components is our consistency pill. The coexistence of React and Backbone is not entirely straightforward, but has helped us tremendously in dealing with our big state machine. This journey has taught us some valuable lessons. This is the story of how we used React to tame the single-page beast.">How we used React to tame the single-page beast</a>
</h4>
<a href="http://twitter.com/ewndl" target="_blank" title="Erik Wendel">Erik Wendel - @ewndl</a><br />
<a href="https://vimeo.com/album/3642120/video/147357637" target="_blank">Video</a>
</td>
</tr>
<tr class="common_event">
<td class="time">16:50 – 17:35</td>
<td>
<h4>
<a href="#" rel="tooltip" title="In this talk i wish to share tips and pitfalls encountered during development of a desktop application (streaming console for the @spreaker platform) with github electron nodejs and react. I'm gonna explain challenges and obstacles found during development, tools we picked and lesson we learned along the way. The talk will be techical.">Building a desktop streaming console with electron and React.js</a>
</h4>
<a href="http://twitter.com/emanuele_r" target="_blank" title="Emanuele Rampichini">Emanuele Rampichini - @emanuele_r</a><br />
<a href="https://vimeo.com/album/3642120/video/147357638" target="_blank">Video</a>
</td>
</tr>
<tr class="common_event">
<td class="time">17:35</td>
<td><h4><a href="#" title="">Bye bye from GrUSP and FEVR</a></h4></td>
</tr>
</table>
</div>
<div class="separator"></div>
</section>
| GrUSP/2015.reactjsday.it | _includes/section-speakers.html | HTML | mit | 10,114 |
<!DOCTYPE html>
<html>
<head>
<title>LIFX control</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/jquery.minicolors.css">
<link rel="stylesheet" href="css/bootstrap-switch.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/jquery-2.1.0.min.js"></script>
<script src="js/jquery.minicolors.min.js"></script>
<script src="js/snippets.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap-switch.min.js"></script>
<script src="js/functionality.js"></script>
<!--Shitload of favicon code-->
<link rel="shortcut icon" href="/img/favicons/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="/img/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/img/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/favicons/apple-touch-icon-152x152.png">
<link rel="icon" type="image/png" href="/img/favicons/favicon-196x196.png" sizes="196x196">
<link rel="icon" type="image/png" href="/img/favicons/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="/img/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/img/favicons/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/img/favicons/favicon-32x32.png" sizes="32x32">
<meta name="msapplication-TileColor" content="#9f00a7">
<meta name="msapplication-TileImage" content="/img/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="/img/favicons/browserconfig.xml">
</head>
<body>
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
<img src="img/favicons/favicon-32x32.png"/>
LIFX Control
</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="#" data-toggle="modal" data-target="#settings">
<span class="glyphicon glyphicon-cog"></span>
Settings
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="col-sm-4">
<h1>Lights</h1>
<div id="lights" class="list-group">
</div>
<span class="help-block">Ctrl (cmd on Mac) + click to select multiple</span>
</div>
<div class="col-sm-4">
<h1>Tags</h1>
<div id="tags" class="list-group">
</div>
<span class="help-block">Ctrl (cmd on Mac) + click to select multiple</span>
</div>
<div id="colorBox" class="col-sm-4">
<h1>Color</h1>
<input id="colorWheel" type="text">
<button id="setColor" class="btn btn-info">
<span class="glyphicon glyphicon-ok"></span> Set
</button>
<label>Color Temp</label>
<input id="colorTemp" type="range" name="kelvin" min="2500" max="10000">
</div>
</div>
<div id="settings" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">
<span class="glyphicon glyphicon-cog"></span>
Settings
</h4>
</div>
<div class="modal-body">
<div class="form-inline">
<div class="form-group">
<label>Endpoint</label>
<input type="text" class="form-control" id="host" placeholder="HOST:PORT">
<button id="saveSettings" class="btn btn-success">
<span class="glyphicon glyphicon-floppy-disk"></span> Save
</button>
<button id="resetSettings" class="btn btn-warning">
<span class="glyphicon glyphicon-refresh"></span> Reset
</button>
</div>
<span class="help-block">
<span class="glyphicon glyphicon-info-sign"></span> Where is lifx-http running?
</span>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
</body>
</html> | MaZZly/lifx-http-interface | index.html | HTML | mit | 5,913 |
<!DOCTYPE html>
<html lang="en">
<script type="text/javascript">(function() {var walkme = document.createElement('script'); walkme.type = 'text/javascript'; walkme.async = true; walkme.src = 'https://cdn.walkme.com/users/bd072499baf3497aa4db2b5c6cdfa990/walkme_bd072499baf3497aa4db2b5c6cdfa990_https.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(walkme, s); window._walkmeConfig = {smartLoad:true}; })();</script>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>IPO-SHOP</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/shop-homepage.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">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">IPO-SHOP</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a href="somos.html">¿Quiénes somos?</a>
</li>
<li>
<a href="servicios.html">Servicios</a>
</li>
<li>
<a href="contacto.html">Contacto</a>
</li>
<li>
<a href="login.html">Login</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="container">
<div class="col-md-12">
<div class="container">
<div class="col-sm-12">
<div class="bs-calltoaction bs-calltoaction-default">
<div class="row">
<div class="col-md-2 cta-contents">
<h1 class="cta-title"><img src="https://pbs.twimg.com/profile_images/786187830091407360/FUH63jZv.jpg" width="128" height="128"></h1>
<div class="cta-desc">
</div>
</div>
<div class="col-md-10 cta-button">
<h3>IPO-SHOP</h3>
<p>Somos una empresa especializada en la venta de productos relacionados con la Interacción Persona-Ordenador.<br>
Actualmente no tenemos tienda física, pero nuestros comerciales te atienden 24 horas vía <a href="http://studium.usal.es/" target="_blank">Studium</a>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-12">
<H2>¿Qué dicen nuestros clientes sobre nosotros?</H2>
</div>
<div class="col-sm-4 col-lg-4 col-md-4">
<div class="container">
<blockquote class="quote-box">
<p class="quotation-mark">
“
</p>
<p class="quote-text">
La mejor tienda de internet relacionada con la IPO, ¡tienen de todo!
</p>
<hr>
<div class="blog-post-actions">
<p class="blog-post-bottom pull-left">
Donald Norman
</p>
<p class="blog-post-bottom pull-right">
<span class="badge quote-badge">896</span> ❤
</p>
</div>
</blockquote>
</div>
</div>
<div class="col-sm-4 col-lg-4 col-md-4">
<div class="container">
<blockquote class="quote-box">
<p class="quotation-mark">
“
</p>
<p class="quote-text">
Si no tuviera mi propia empresa de consultoría y productos, les contrataría a ellos
</p>
<hr>
<div class="blog-post-actions">
<p class="blog-post-bottom pull-left">
Steven Krug
</p>
<p class="blog-post-bottom pull-right">
<span class="badge quote-badge">147</span> ❤
</p>
</div>
</blockquote>
</div>
</div>
<div class="col-sm-4 col-lg-4 col-md-4">
<div class="container">
<blockquote class="quote-box">
<p class="quotation-mark">
“
</p>
<p class="quote-text">
Ojalá hubiera encontrado esta tienda antes, ¡qué pasada!
</p>
<hr>
<div class="blog-post-actions">
<p class="blog-post-bottom pull-left">
Bruce Tognazzini
</p>
<p class="blog-post-bottom pull-right">
<span class="badge quote-badge">491</span> ❤
</p>
</div>
</blockquote>
</div>
</div>
</div>
<!-- /.container -->
<div class="container">
<!-- Footer -->
<footer>
<div class="row">
<div class="col-lg-12">
<hr>
<p>Copyright © <a href="http://startbootstrap.com/">Start Bootstrap</a> & IPO USAL 2017</p>
</div>
</div>
</footer>
</div>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>
| edualorobles/webpage | servicios.html | HTML | mit | 6,662 |
<p>“wenn man weiss wie"</p> | bkahlert/seqan-research | codeInstance_apiua%3A%2F%2Fcodeinstance%2F-9223372036854775505.memo.html | HTML | mit | 43 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link href="https://cdn.bootcss.com/semantic-ui/2.2.10/semantic.min.css" rel="stylesheet">
<script src="vue.js"></script>
</head>
<body>
<div id="box">
<input class="ui button" type="button" name="" value="添加" @click="add">
<ul>
<li v-for="val in arr">
{{val}}
</li>
</ul>
</div>
<script>
var vm = new Vue({
el: '#box',
data: {
arr: ['apple', 'pear', 'orange']
},
methods: {
add: function() {
this.arr.push('tomato');
}
}
})
</script>
</body>
</html> | 7fe/guide | vue/day2/demo/12.循环数据.html | HTML | mit | 918 |
<link rel="import" href="item.html">
<link rel="import" href="homepage.html">
<link rel="import" href="library.html">
<link rel="import" href="class.html">
<link rel="import" href="method.html">
<link rel="import" href="typedef.html">
<polymer-element name="dartdoc-page">
<template>
<!-- Home -->
<template if="{{isHome}}">
<dartdoc-homepage item="{{item}}"></dartdoc-homepage>
</template>
<template if="{{viewer.homePage}}">
<!-- Library -->
<template if="{{isLibrary}}">
<dartdoc-library item="{{item}}"></dartdoc-library>
</template>
<!-- Class -->
<template if="{{isClass}}">
<dartdoc-class item="{{item}}"></dartdoc-class>
</template>
<!-- Method -->
<template if="{{isMethod}}">
<dartdoc-method item="{{item}}"></dartdoc-method>
</template>
<!-- Typedef -->
<template if="{{isTypedef}}">
<dartdoc-typedef item="{{item}}"></dartdoc-typedef>
</template>
</template>
</template>
<script type="application/dart;component=1" src="page.dart"></script>
</polymer-element>
| himulawang/i_redis | doc/packages/dartdoc_viewer/components/page.html | HTML | mit | 1,116 |
<!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.4.2_05) on Thu Sep 30 22:15:42 GMT+01:00 2004 -->
<TITLE>
Uses of Class org.springframework.dao.IncorrectResultSizeDataAccessException (Spring Framework)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class org.springframework.dao.IncorrectResultSizeDataAccessException (Spring Framework)";
}
</SCRIPT>
</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=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/springframework/dao/IncorrectResultSizeDataAccessException.html" title="class in org.springframework.dao"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="IncorrectResultSizeDataAccessException.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.springframework.dao.IncorrectResultSizeDataAccessException</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Packages that use <A HREF="../../../../org/springframework/dao/IncorrectResultSizeDataAccessException.html" title="class in org.springframework.dao">IncorrectResultSizeDataAccessException</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.dao.support"><B>org.springframework.dao.support</B></A></TD>
<TD>Support classes for DAO implementations,
providing miscellaneous utility methods. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.dao.support"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Uses of <A HREF="../../../../org/springframework/dao/IncorrectResultSizeDataAccessException.html" title="class in org.springframework.dao">IncorrectResultSizeDataAccessException</A> in <A HREF="../../../../org/springframework/dao/support/package-summary.html">org.springframework.dao.support</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../org/springframework/dao/support/package-summary.html">org.springframework.dao.support</A> that throw <A HREF="../../../../org/springframework/dao/IncorrectResultSizeDataAccessException.html" title="class in org.springframework.dao">IncorrectResultSizeDataAccessException</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.Object</CODE></FONT></TD>
<TD><CODE><B>DataAccessUtils.</B><B><A HREF="../../../../org/springframework/dao/support/DataAccessUtils.html#uniqueResult(java.util.Collection)">uniqueResult</A></B>(java.util.Collection results)</CODE>
<BR>
Return a unique result object from the given Collection.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.Object</CODE></FONT></TD>
<TD><CODE><B>DataAccessUtils.</B><B><A HREF="../../../../org/springframework/dao/support/DataAccessUtils.html#requiredUniqueResult(java.util.Collection)">requiredUniqueResult</A></B>(java.util.Collection results)</CODE>
<BR>
Return a unique result object from the given Collection.
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/springframework/dao/IncorrectResultSizeDataAccessException.html" title="class in org.springframework.dao"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="IncorrectResultSizeDataAccessException.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright (C) 2003-2004 The Spring Framework Project.</i>
</BODY>
</HTML>
| dachengxi/spring1.1.1_source | docs/api/org/springframework/dao/class-use/IncorrectResultSizeDataAccessException.html | HTML | mit | 8,499 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="renderer" content="webkit">
<title>我的清单</title>
</head>
<body>
<div id="root" class="container"></div>
<script src="/static/vendor.js"></script><script src="/static/index.js"></script></body>
</html> | dupengdl/kickoffexpress | index.html | HTML | mit | 398 |
<div id="brackets-trello-edit-comment" class="template modal">
<div class="modal-header">
<h1 class="dialog-title">{{strings.TITLE_EDIT_COMMENT}}</h1>
</div>
<div class="modal-body">
<div class="form-horizontal">
<textarea class="card-comment-text" placeholder="{{strings.LBL_COMMENT}}"></textarea>
</div>
</div>
<div class="modal-footer">
<button class="dialog-button btn primary" data-button-id="save">{{strings.BTN_DONE}}</button>
<button class="dialog-button btn" data-button-id="cancel">{{strings.BTN_CANCEL}}</button>
</div>
</div>
| NeoBrackets/Brackets-Trello | html/templates/editCommentsTemplate.html | HTML | mit | 557 |
<a href="http://twitter.com/mattmakai/"><img src="/img/twitter-icon.png" style="border: none; margin-top: 5px;" height="28" width="28" /></a>
<a href="/feeds/post.atom.xml"><img src="/img/feed-icon.png" height="28" width="28" style="border: none; margin-top: 5px;" /></a>
| makaimc/devangel.io | source/theme/templates/feeds.html | HTML | mit | 272 |
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>CSS3制作购物车下拉列表|w3cplus</title>
<meta name="keywords" content="css3学习,css3属性详解,css3 transition,如何学好css3">
<meta name="description" content="W3CPLUS是一个前端爱好者的家园,W3CPLUS努力打造最优秀的web 前端学习的站点。W3CPLUS力求原创,以一起学习,一起进步,共同分享为原则。W3CPLUS站提供了有关于css,css3,html,html5,jQuery,手机移动端的技术文档、DEMO、资源,与前端爱好者一起共勉。">
<link rel="shortcut icon" href="http://www.w3cplus.com/sites/all/themes/marvin/favicon.ico">
<link rel="stylesheet" type="text/css" href="http://www.w3cplus.com/demo/css3/base.css" media="all" />
<style>
body {
background-color:#282828;
}
.demo {
margin:40px auto 0;
width: 680px;
height: 400px;
background-color:#f2f2f2;
}
.demo > ul:nth-child(1){
position: relative;
height: 60px;
box-shadow: 0 1px 3px rgba(0,0,0,.4);
background: -webkit-linear-gradient(top,#ddeef0,#c3e1e5);
background: -moz-linear-gradient(top,#ddeef0,#c3e1e5);
background: linear-gradient(top,#ddeef0,#c3e1e5);
}
.demo > ul:nth-child(1):after {
position: absolute;
content: "";
bottom: 3px;
display: block;
width: 100%;
height: 1px;
border-bottom: 1px dashed #fff;
}
.cart {
position: absolute;
left:50%;
top:15px;
display: block;
width: 36px;
height: 30px;
text-align: center;
color: #728f93;
border: 1px solid #a7bdc0;
border-radius: 3px;
box-shadow: 0 1px 0 #e6f3f4 inset,0 1px 0 #ddeef0;
}
.cart em {
position: absolute;
top:-5px;
right:-5px;
font-style: normal;
display: inline-block;
width: 14px;
height: 14px;
border-radius: 7px;
border: 1px solid #856045;
background-color: #bb815c;
content: "2";
color: #fff;
line-height: 14px;
font-size: 10px;
}
.cart:after {
display: inline-block;
font-size: 20px;
font-family: 'broccolidry';
font-style: normal;
font-weight: normal;
speak: none;
-webkit-font-smoothing: antialiased;
content: "\21";
text-shadow: 0 1px 0 #d6eaec;
line-height: 30px;
}
.item {
position: absolute;
left: 85px;
top: 50px;
width: 320px;
z-index: 100;
max-height: 0px;
overflow: hidden;
-webkit-transition: max-height 0.4s linear;
-moz-transition: max-height 0.4s linear;
transition: max-height 0.4s linear;
}
.demo > ul > li:hover .item {
max-height: 220px;
}
.item ul {
margin-top: 5px;
text-shadow: 0 1px 0 #fff;
border: 1px solid #a8b1b6;
box-shadow: 0 0 7px rgba(0,0,0,.3),0 1px 0 #ced3d6,0 2px 0 #9ba4a8,0 3px 0 #cbd0d4,0 4px #9aa3a8,0 5px 5px #cfd0d0;
border-radius: 5px 5px 0 0;
background-color: #eaeff3;
}
.item ul li {
line-height: 60px;
max-height: 60px;
border-top: 1px solid #a8b0b6;
box-shadow: 0 1px 0 #fff inset;
}
.item li:nth-child(1) {
color: #fff;
font-size: 16px;
text-shadow: 0 1px 0 rgba(0,0,0,.4);
padding: 0 5px;
box-shadow: none;
border-radius: 3px 3px 0 0;
border: 1px solid #667078;
background: -webkit-linear-gradient(top,#7f8d97,#6e7c87);
background: -moz-linear-gradient(top,#7f8d97,#6e7c87);
background: linear-gradient(top,#7f8d97,#6e7c87);
}
.item li:nth-child(1):before {
position: absolute;
content: '';
width: 1px;
height: 1px;
right: 40px;
top: -5px;
margin-left: -5px;
border: 6px solid transparent;
border-bottom-color: #7f8d97;
z-index: 99;
}
.item li:nth-child(1):after {
position:relative;
display: block;
bottom: 3px;
content: "";
width: 100%;
height: 1px;
border-bottom: 1px dashed #fff;
}
.item li:nth-child(1) .checkout {
float: right;
color: #fff;
text-shadow:0 1px 0 #8e4524;
padding: 0 5px;
height: 28px;
line-height: 28px;
margin-top: 14px;
border-radius: 5px;
border :1px solid #81634d;
box-shadow: 0 0 3px #a16844 inset,0 1px 0 #8d99a1;
background-color: #c58f6a;
}
.item li .checkout:hover {
text-decoration: none;
box-shadow: 0 0 3px #a76f4b inset,0 1px 0 #949fa6;
background-color: #cb9876;
}
.items {
display: block;
color: #78838a;
padding: 0 5px;
}
.items:hover {
color: #78838a;
text-decoration: none;
background-color: #fff;
}
.items .items_img {
float: left;
width: 60px;
height: 60px;
}
.items .items_img img {
width: 58px;
height: 58px;
vertical-align: middle;
}
.items_text {
margin-left: 30px;
overflow: hidden;
}
.items_text em {
font-weight: bold;
color: #82593c;
float: right;
}
@font-face {
font-family: 'broccolidry';
src:url('fonts/broccolidry.eot');
src:url('fonts/broccolidry.eot?#iefix') format('embedded-opentype'),
url('fonts/broccolidry.svg#broccolidry') format('svg'),
url('fonts/broccolidry.woff') format('woff'),
url('fonts/broccolidry.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
</style>
</head>
<body>
<div class="page">
<section class="demo">
<ul class="clearfix">
<li>
<a href="#" class="cart"><em>2</em></a>
<div class="item">
<ul>
<li>
Your Products (2 items)
<a href="#" class="checkout">Checkout</a>
</li>
<li>
<a class="items">
<div class="items_img"><img src="img/mac.png"></div>
<div class="items_text"><span>MacBook Pro 13-inch<span><em>$1,199</em></div>
</a>
</li>
<li>
<a class="items">
<div class="items_img"><img src="img/iphone.png"></div>
<div class="items_text"><span>MacBook Pro 13-inch</span><em>$1,199</em></div>
</a>
</li>
</ul>
</div>
</li>
</ul>
</section>
</div>
</body>
</html> | zhouxinyong/code-demo | demoHouse/CSS3UI/CartDropdown/index.html | HTML | mit | 5,731 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>dpdgraph: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.12.1 / dpdgraph - 0.4</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
dpdgraph
<small>
0.4
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-26 01:44:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-26 01:44:44 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.12.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
license: "LGPL 2.1"
homepage: "https://github.com/ybertot/coq-dpdgraph"
build: [
["./configure"]
["echo" "%{jobs}%" "jobs for the linter"]
[make]
]
install: [make "install" "BINDIR=%{bin}%"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
"ocamlgraph"
]
authors: [ "Anne Pacalet" "Yves Bertot"]
tags: [
"logpath:dpdgraph"
]
synopsis: "Compute dependencies between Coq objects (definitions, theorems) and produce graphs"
url {
src:
"https://github.com/ybertot/coq-dpdgraph/archive/release-for-8.5-0.4-rc1.zip"
checksum: "md5=fe9f172750906b2acfea71661e408906"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-dpdgraph.0.4 coq.8.12.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.12.1).
The following dependencies couldn't be met:
- coq-dpdgraph -> coq < 8.6~ -> 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-dpdgraph.0.4</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.06.1-2.0.5/released/8.12.1/dpdgraph/0.4.html | HTML | mit | 6,403 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>random: 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.3 / random - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
random
<small>
8.7.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-06-26 21:49:50 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-06-26 21:49:50 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.3 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: "[email protected]"
homepage: "https://github.com/coq-contribs/random"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Random"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: randomized algorithms" "keyword: monads" "keyword: probability" "category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms" ]
authors: [ "Christine Paulin" ]
bug-reports: "https://github.com/coq-contribs/random/issues"
dev-repo: "git+https://github.com/coq-contribs/random.git"
synopsis: "Interpretation of random programs"
description: """
This contribution is a modelisation of random programs
as measures in Coq. It started in 2004 in the context
of the AVERROES project (http://www-verimag.imag.fr/AVERROES/).
It is based on comon work with Philippe Audebaud (ENS Lyon).
It was last updated in february 2007.
It contains the following elements
- an axiomatisation of the interval [0,1] and derived properties
(files Ubase.v and Uprop.v);
- a definition of measures on a type A as functions of type
(A->[0,1])->[0,1] enjoying special stability properties (files
Monads.v and Probas.v); proofs that these constructions have a
monadic structure;
- an interpretation of programs of type A as measures, in particular
a fixpoint construction; the definition of an axiomatic semantic for
deriving judgements such as ``the probability of an expression e to
evaluate to a result satisfying property q belongs to an interval [p,q]''
(file Prog.v);
- Proof of probabilistic termination of a linear random walk (file
Iterflip.v);
- Proof of a program implementing a bernoulli distribution
(Proba(bernouilli(p)=true)=p) using a coin flip and the derived binomial
law (Proba(binomial p n=k)=C(n,k)p^k(1-p)^{n-k}) (file Bernoulli.v);
- Proof of estimation of the combination of two random executions
(file Choice.v)
- Proof of partial termination of parameterized random walk (file Ycart.v)
- Definition of a measure on traces from a mesure on transitions
steps (file Nelist.v, Transitions.v)
The document random.pdf contains a short introduction to the library
associated to the Gallina source code of the library."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/random/archive/v8.7.0.tar.gz"
checksum: "md5=d2b71ff2e8465dbb5413e75f1f71183b"
}
</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-random.8.7.0 coq.8.5.3</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.3).
The following dependencies couldn't be met:
- coq-random -> coq >= 8.7
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-random.8.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<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.3/random/8.7.0.html | HTML | mit | 8,325 |
<!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>Codec registry and support functions — Python 2.7.12 documentation</title>
<link rel="stylesheet" href="../_static/classic.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '2.7.12',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/sidebar.js"></script>
<link rel="search" type="application/opensearchdescription+xml"
title="Search within Python 2.7.12 documentation"
href="../_static/opensearch.xml"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="copyright" title="Copyright" href="../copyright.html" />
<link rel="top" title="Python 2.7.12 documentation" href="../contents.html" />
<link rel="up" title="Utilities" href="utilities.html" />
<link rel="next" title="Abstract Objects Layer" href="abstract.html" />
<link rel="prev" title="Reflection" href="reflection.html" />
<link rel="shortcut icon" type="image/png" href="../_static/py.png" />
<script type="text/javascript" src="../_static/copybutton.js"></script>
<script type="text/javascript" src="../_static/version_switch.js"></script>
</head>
<body role="document">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="abstract.html" title="Abstract Objects Layer"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="reflection.html" title="Reflection"
accesskey="P">previous</a> |</li>
<li><img src="../_static/py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://www.python.org/">Python</a> »</li>
<li>
<span class="version_switcher_placeholder">2.7.12</span>
<a href="../index.html">Documentation</a> »
</li>
<li class="nav-item nav-item-1"><a href="index.html" >Python/C API Reference Manual</a> »</li>
<li class="nav-item nav-item-2"><a href="utilities.html" accesskey="U">Utilities</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="codec-registry-and-support-functions">
<span id="codec-registry"></span><h1>Codec registry and support functions<a class="headerlink" href="#codec-registry-and-support-functions" title="Permalink to this headline">¶</a></h1>
<dl class="function">
<dt id="c.PyCodec_Register">
int <code class="descname">PyCodec_Register</code><span class="sig-paren">(</span><a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em> *search_function</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_Register" title="Permalink to this definition">¶</a></dt>
<dd><p>Register a new codec search function.</p>
<p>As side effect, this tries to load the <code class="xref py py-mod docutils literal"><span class="pre">encodings</span></code> package, if not yet
done, to make sure that it is always first in the list of search functions.</p>
</dd></dl>
<dl class="function">
<dt id="c.PyCodec_KnownEncoding">
int <code class="descname">PyCodec_KnownEncoding</code><span class="sig-paren">(</span>const char<em> *encoding</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_KnownEncoding" title="Permalink to this definition">¶</a></dt>
<dd><p>Return <code class="docutils literal"><span class="pre">1</span></code> or <code class="docutils literal"><span class="pre">0</span></code> depending on whether there is a registered codec for
the given <em>encoding</em>.</p>
</dd></dl>
<dl class="function">
<dt id="c.PyCodec_Encode">
<a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_Encode</code><span class="sig-paren">(</span><a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em> *object</em>, const char<em> *encoding</em>, const char<em> *errors</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_Encode" title="Permalink to this definition">¶</a></dt>
<dd><p>Generic codec based encoding API.</p>
<p><em>object</em> is passed through the encoder function found for the given
<em>encoding</em> using the error handling method defined by <em>errors</em>. <em>errors</em> may
be <em>NULL</em> to use the default method defined for the codec. Raises a
<a class="reference internal" href="../library/exceptions.html#exceptions.LookupError" title="exceptions.LookupError"><code class="xref py py-exc docutils literal"><span class="pre">LookupError</span></code></a> if no encoder can be found.</p>
</dd></dl>
<dl class="function">
<dt id="c.PyCodec_Decode">
<a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_Decode</code><span class="sig-paren">(</span><a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em> *object</em>, const char<em> *encoding</em>, const char<em> *errors</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_Decode" title="Permalink to this definition">¶</a></dt>
<dd><p>Generic codec based decoding API.</p>
<p><em>object</em> is passed through the decoder function found for the given
<em>encoding</em> using the error handling method defined by <em>errors</em>. <em>errors</em> may
be <em>NULL</em> to use the default method defined for the codec. Raises a
<a class="reference internal" href="../library/exceptions.html#exceptions.LookupError" title="exceptions.LookupError"><code class="xref py py-exc docutils literal"><span class="pre">LookupError</span></code></a> if no encoder can be found.</p>
</dd></dl>
<div class="section" id="codec-lookup-api">
<h2>Codec lookup API<a class="headerlink" href="#codec-lookup-api" title="Permalink to this headline">¶</a></h2>
<p>In the following functions, the <em>encoding</em> string is looked up converted to all
lower-case characters, which makes encodings looked up through this mechanism
effectively case-insensitive. If no codec is found, a <a class="reference internal" href="../library/exceptions.html#exceptions.KeyError" title="exceptions.KeyError"><code class="xref py py-exc docutils literal"><span class="pre">KeyError</span></code></a> is set
and <em>NULL</em> returned.</p>
<dl class="function">
<dt id="c.PyCodec_Encoder">
<a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_Encoder</code><span class="sig-paren">(</span>const char<em> *encoding</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_Encoder" title="Permalink to this definition">¶</a></dt>
<dd><p>Get an encoder function for the given <em>encoding</em>.</p>
</dd></dl>
<dl class="function">
<dt id="c.PyCodec_Decoder">
<a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_Decoder</code><span class="sig-paren">(</span>const char<em> *encoding</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_Decoder" title="Permalink to this definition">¶</a></dt>
<dd><p>Get a decoder function for the given <em>encoding</em>.</p>
</dd></dl>
<dl class="function">
<dt id="c.PyCodec_IncrementalEncoder">
<a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_IncrementalEncoder</code><span class="sig-paren">(</span>const char<em> *encoding</em>, const char<em> *errors</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_IncrementalEncoder" title="Permalink to this definition">¶</a></dt>
<dd><p>Get an <a class="reference internal" href="../library/codecs.html#codecs.IncrementalEncoder" title="codecs.IncrementalEncoder"><code class="xref py py-class docutils literal"><span class="pre">IncrementalEncoder</span></code></a> object for the given <em>encoding</em>.</p>
</dd></dl>
<dl class="function">
<dt id="c.PyCodec_IncrementalDecoder">
<a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_IncrementalDecoder</code><span class="sig-paren">(</span>const char<em> *encoding</em>, const char<em> *errors</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_IncrementalDecoder" title="Permalink to this definition">¶</a></dt>
<dd><p>Get an <a class="reference internal" href="../library/codecs.html#codecs.IncrementalDecoder" title="codecs.IncrementalDecoder"><code class="xref py py-class docutils literal"><span class="pre">IncrementalDecoder</span></code></a> object for the given <em>encoding</em>.</p>
</dd></dl>
<dl class="function">
<dt id="c.PyCodec_StreamReader">
<a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_StreamReader</code><span class="sig-paren">(</span>const char<em> *encoding</em>, <a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em> *stream</em>, const char<em> *errors</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_StreamReader" title="Permalink to this definition">¶</a></dt>
<dd><p>Get a <a class="reference internal" href="../library/codecs.html#codecs.StreamReader" title="codecs.StreamReader"><code class="xref py py-class docutils literal"><span class="pre">StreamReader</span></code></a> factory function for the given <em>encoding</em>.</p>
</dd></dl>
<dl class="function">
<dt id="c.PyCodec_StreamWriter">
<a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_StreamWriter</code><span class="sig-paren">(</span>const char<em> *encoding</em>, <a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em> *stream</em>, const char<em> *errors</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_StreamWriter" title="Permalink to this definition">¶</a></dt>
<dd><p>Get a <a class="reference internal" href="../library/codecs.html#codecs.StreamWriter" title="codecs.StreamWriter"><code class="xref py py-class docutils literal"><span class="pre">StreamWriter</span></code></a> factory function for the given <em>encoding</em>.</p>
</dd></dl>
</div>
<div class="section" id="registry-api-for-unicode-encoding-error-handlers">
<h2>Registry API for Unicode encoding error handlers<a class="headerlink" href="#registry-api-for-unicode-encoding-error-handlers" title="Permalink to this headline">¶</a></h2>
<dl class="function">
<dt id="c.PyCodec_RegisterError">
int <code class="descname">PyCodec_RegisterError</code><span class="sig-paren">(</span>const char<em> *name</em>, <a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em> *error</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_RegisterError" title="Permalink to this definition">¶</a></dt>
<dd><p>Register the error handling callback function <em>error</em> under the given <em>name</em>.
This callback function will be called by a codec when it encounters
unencodable characters/undecodable bytes and <em>name</em> is specified as the error
parameter in the call to the encode/decode function.</p>
<p>The callback gets a single argument, an instance of
<a class="reference internal" href="../library/exceptions.html#exceptions.UnicodeEncodeError" title="exceptions.UnicodeEncodeError"><code class="xref py py-exc docutils literal"><span class="pre">UnicodeEncodeError</span></code></a>, <a class="reference internal" href="../library/exceptions.html#exceptions.UnicodeDecodeError" title="exceptions.UnicodeDecodeError"><code class="xref py py-exc docutils literal"><span class="pre">UnicodeDecodeError</span></code></a> or
<a class="reference internal" href="../library/exceptions.html#exceptions.UnicodeTranslateError" title="exceptions.UnicodeTranslateError"><code class="xref py py-exc docutils literal"><span class="pre">UnicodeTranslateError</span></code></a> that holds information about the problematic
sequence of characters or bytes and their offset in the original string (see
<a class="reference internal" href="exceptions.html#unicodeexceptions"><span>Unicode Exception Objects</span></a> for functions to extract this information). The
callback must either raise the given exception, or return a two-item tuple
containing the replacement for the problematic sequence, and an integer
giving the offset in the original string at which encoding/decoding should be
resumed.</p>
<p>Return <code class="docutils literal"><span class="pre">0</span></code> on success, <code class="docutils literal"><span class="pre">-1</span></code> on error.</p>
</dd></dl>
<dl class="function">
<dt id="c.PyCodec_LookupError">
<a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_LookupError</code><span class="sig-paren">(</span>const char<em> *name</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_LookupError" title="Permalink to this definition">¶</a></dt>
<dd><p>Lookup the error handling callback function registered under <em>name</em>. As a
special case <em>NULL</em> can be passed, in which case the error handling callback
for “strict” will be returned.</p>
</dd></dl>
<dl class="function">
<dt id="c.PyCodec_StrictErrors">
<a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_StrictErrors</code><span class="sig-paren">(</span><a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em> *exc</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_StrictErrors" title="Permalink to this definition">¶</a></dt>
<dd><p>Raise <em>exc</em> as an exception.</p>
</dd></dl>
<dl class="function">
<dt id="c.PyCodec_IgnoreErrors">
<a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_IgnoreErrors</code><span class="sig-paren">(</span><a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em> *exc</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_IgnoreErrors" title="Permalink to this definition">¶</a></dt>
<dd><p>Ignore the unicode error, skipping the faulty input.</p>
</dd></dl>
<dl class="function">
<dt id="c.PyCodec_ReplaceErrors">
<a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_ReplaceErrors</code><span class="sig-paren">(</span><a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em> *exc</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_ReplaceErrors" title="Permalink to this definition">¶</a></dt>
<dd><p>Replace the unicode encode error with <code class="docutils literal"><span class="pre">?</span></code> or <code class="docutils literal"><span class="pre">U+FFFD</span></code>.</p>
</dd></dl>
<dl class="function">
<dt id="c.PyCodec_XMLCharRefReplaceErrors">
<a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_XMLCharRefReplaceErrors</code><span class="sig-paren">(</span><a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em> *exc</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_XMLCharRefReplaceErrors" title="Permalink to this definition">¶</a></dt>
<dd><p>Replace the unicode encode error with XML character references.</p>
</dd></dl>
<dl class="function">
<dt id="c.PyCodec_BackslashReplaceErrors">
<a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a>* <code class="descname">PyCodec_BackslashReplaceErrors</code><span class="sig-paren">(</span><a class="reference internal" href="structures.html#c.PyObject" title="PyObject">PyObject</a><em> *exc</em><span class="sig-paren">)</span><a class="headerlink" href="#c.PyCodec_BackslashReplaceErrors" title="Permalink to this definition">¶</a></dt>
<dd><p>Replace the unicode encode error with backslash escapes (<code class="docutils literal"><span class="pre">\x</span></code>, <code class="docutils literal"><span class="pre">\u</span></code> and
<code class="docutils literal"><span class="pre">\U</span></code>).</p>
</dd></dl>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="../contents.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Codec registry and support functions</a><ul>
<li><a class="reference internal" href="#codec-lookup-api">Codec lookup API</a></li>
<li><a class="reference internal" href="#registry-api-for-unicode-encoding-error-handlers">Registry API for Unicode encoding error handlers</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="reflection.html"
title="previous chapter">Reflection</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="abstract.html"
title="next chapter">Abstract Objects Layer</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../bugs.html">Report a Bug</a></li>
<li><a href="../_sources/c-api/codec.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="abstract.html" title="Abstract Objects Layer"
>next</a> |</li>
<li class="right" >
<a href="reflection.html" title="Reflection"
>previous</a> |</li>
<li><img src="../_static/py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://www.python.org/">Python</a> »</li>
<li>
<span class="version_switcher_placeholder">2.7.12</span>
<a href="../index.html">Documentation</a> »
</li>
<li class="nav-item nav-item-1"><a href="index.html" >Python/C API Reference Manual</a> »</li>
<li class="nav-item nav-item-2"><a href="utilities.html" >Utilities</a> »</li>
</ul>
</div>
<div class="footer">
© <a href="../copyright.html">Copyright</a> 1990-2016, Python Software Foundation.
<br />
The Python Software Foundation is a non-profit corporation.
<a href="https://www.python.org/psf/donations/">Please donate.</a>
<br />
Last updated on Jun 25, 2016.
<a href="../bugs.html">Found a bug</a>?
<br />
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.3.
</div>
</body>
</html> | ShiKaiWi/python-practice | resources/python-doc/c-api/codec.html | HTML | mit | 21,324 |
---
layout: post
title: Improving the user/password combo
tags:
---
<p>Hi there!</p>
<p>I’ve been playing around with cryptography and security, and every time I stumble on asymmetric keys I get amazed! All my deployments rely on it.</p>
<p>All my connections to another machine rely on the identity provided by my private key.</p>
<p>We have been building our identity on the internet. And we don’t like to let other people impersonate you. That is <em>YOU, </em>nobody can be you!</p>
<p>That is why we set up a password for our online services. That is why we have PGP signatures. But it is boring to remember passwords all the time.</p>
<p>Some initiatives have been done to address this issue, like OpenID, OAuth and password managers. I really like how OAuth provides a user identity and restricts usage of these identities, giving you the choice to allow them to do some actions in your name. I like the way OpenID provides an online identity, identifying the user to a profile. And I think the way 1Password integrates with the browser is awesome.</p>
<p>Mozilla is doing an interesting experiment, <a href="http://www.mozilla.org/en-US/persona/">Mozilla Persona</a>, to provide some of the OpenID benefits through the browser.</p>
<p>And then, asymmetric keys always come to my mind. This magic way of telling any other user that I am the right ‘Bruno’ by using a secure key. Some companies already use that authentication format to deploy code, upload files, and store data.</p>
<p>I’ve been thinking different ways to use the power of PGP to identify myself on websites. With the right implementation we could give the user the choice to not user a password at all!</p>
<p>The most recent idea I had is something like this:</p>
<ul><li>Manage your PGP keys using subkeys. (Keep your master key completely <em>SECURE</em>). That way, if any of your keys get compromised, you still can revoke access to it and restore your user identity.</li>
</ul><div></div>
<ul><li>Using a challenge-response method in a two way encryptation. The service provider sends a encrypted random message, that should be decrypted by you, and then, respond encrypting with the server public key. It would secure the user authentication on another level, by proving the current website is the correct one, not a fake server.</li>
</ul><div></div>
<ul><li>A browser/desktop/mobile API, so that you don’t need have too much hassle responding to the challenge. It could be also a kind of local OAuth provider, in a way that you could choose what the provider could do in your name.</li>
</ul><p>We don’t need to get rid of the password login, but we could add a small advanced login link on the registration/security form, which you could provide the initial public key to access your computer.</p>
<p><img src="http://media.tumblr.com/tumblr_m8d0p8mbbJ1qamcq2.png"/></p>
<blockquote>
<p>I would like to see something like this.</p>
</blockquote>
<p>The implementation still have some flaws, and I am thinking ways to implement it at the same time I am writing this post. That is the initial draft I have for now.</p>
<p>I would like to, some day, use my private key to login in on Twitter.</p>
| bltavares/bltavares.github.io | _posts/tumblr/2012-08-06-improving-the-user-password-combo.html | HTML | mit | 3,242 |
<!DOCTYPE html>
<html>
<head>
<title>Taming AngularJS examples</title>
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<h1>Taming AngularJS examples</h1>
<ol>
<li><a href="./directives-lifecycle/index.html">A Directive's Lifecycle</a></li>
</ol>
</li>
</body>
</html> | kirbarn/angularjs-directives-lifecycle | index.html | HTML | mit | 306 |
{% set page_title = 'Your ' + config['APP_NAME'] + ' account is now deactivated' %}
{% extends "layouts/emails/email_transactional.html" %}
{% block content %}
<p><strong>Hi, {{ username }}!</strong></p>
<p>You have deactivated your {{ config['APP_NAME'] }} account. You can reactivate your account at any time by logging into {{ config['APP_NAME'] }} using this email address and your password.</p>
<div style="margin: 0 0 20px; text-align:center;"><!-- TODO -->
<a class="btn btn-primary" href="{{ reactivate_request_url }}">Reactivate</a>
</div>
<p>The {{ config['APP_NAME'] }} Team</p>
{% endblock%} | vovantics/flask-bluebone | app/templates/user/emails/deactivate_receipt.html | HTML | mit | 608 |
<html>
<head>
<title>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9) AppleWebKit/537.46.5 (KHTML, like Gecko) Version/7.0 Safari/537.46.5</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9) AppleWebKit/537.46.5 (KHTML, like Gecko) Version/7.0 Safari/537.46.5
<p>
Detected by 8 of 8 providers<br />
As bot detected by 0 of 7
</p>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Actions</th></tr><tr><td>BrowscapPhp<br /><small>6011</small></td><td>Safari 7.0</td><td>WebKit </td><td>MacOSX 10.9</td><td>Apple</td><td>Macintosh</td><td>Desktop</td><td></td><td></td><td></td><td></td><td></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9">Detail</a>
<!-- Modal Structure -->
<div id="modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapPhp result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^mozilla\/5\.0 \(.*mac os x 10.9.*\) applewebkit\/.* \(khtml, like gecko\) .*version\/7\.0.* safari\/.*$/
[browser_name_pattern] => mozilla/5.0 (*mac os x 10?9*) applewebkit/* (khtml, like gecko) *version/7.0* safari/*
[parent] => Safari 7.0
[comment] => Safari 7.0
[browser] => Safari
[browser_type] => Browser
[browser_bits] => 32
[browser_maker] => Apple Inc
[browser_modus] => unknown
[version] => 7.0
[majorver] => 7
[minorver] => 0
[platform] => MacOSX
[platform_version] => 10.9
[platform_description] => Mac OS X
[platform_bits] => 32
[platform_maker] => Apple Inc
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] =>
[javascript] => 1
[vbscript] =>
[javaapplets] => 1
[activexcontrols] =>
[ismobiledevice] =>
[istablet] =>
[issyndicationreader] =>
[crawler] =>
[cssversion] => 3
[aolversion] => 0
[device_name] => Macintosh
[device_maker] => Apple Inc
[device_type] => Desktop
[device_pointing_method] => mouse
[device_code_name] => Macintosh
[device_brand_name] => Apple
[renderingengine_name] => WebKit
[renderingengine_version] => unknown
[renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3.
[renderingengine_maker] => Apple Inc
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Safari 7.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-6fae891b-b0d5-4415-b07d-355015c3af67">Detail</a>
<!-- Modal Structure -->
<div id="modal-6fae891b-b0d5-4415-b07d-355015c3af67" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] => Macintosh
[browser] => Safari
[version] => 7.0
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.1</small></td><td>Safari 7.0</td><td>WebKit </td><td>Mac 10.9</td><td></td><td></td><td>desktop</td><td></td><td></td><td></td><td></td><td></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf">Detail</a>
<!-- Modal Structure -->
<div id="modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>PiwikDeviceDetector result detail</h4>
<p><pre><code class="php">Array
(
[client] => Array
(
[type] => browser
[name] => Safari
[short_name] => SF
[version] => 7.0
[engine] => WebKit
)
[operatingSystem] => Array
(
[name] => Mac
[short_name] => MAC
[version] => 10.9
[platform] =>
)
[device] => Array
(
[brand] =>
[brandName] =>
[model] =>
[device] => 0
[deviceName] => desktop
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] =>
[isTablet] =>
[isTV] =>
[isDesktop] => 1
[isMobile] =>
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Safari 7.0</td><td><i class="material-icons">close</i></td><td>OS X 10.9</td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-8c08f104-4e61-421b-9405-291b09c383dc">Detail</a>
<!-- Modal Structure -->
<div id="modal-8c08f104-4e61-421b-9405-291b09c383dc" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>SinergiBrowserDetector result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Sinergi\BrowserDetector\Browser Object
(
[userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9) AppleWebKit/537.46.5 (KHTML, like Gecko) Version/7.0 Safari/537.46.5
)
[name:Sinergi\BrowserDetector\Browser:private] => Safari
[version:Sinergi\BrowserDetector\Browser:private] => 7.0
[isRobot:Sinergi\BrowserDetector\Browser:private] =>
[isChromeFrame:Sinergi\BrowserDetector\Browser:private] =>
)
[operatingSystem] => Sinergi\BrowserDetector\Os Object
(
[name:Sinergi\BrowserDetector\Os:private] => OS X
[version:Sinergi\BrowserDetector\Os:private] => 10.9
[isMobile:Sinergi\BrowserDetector\Os:private] =>
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9) AppleWebKit/537.46.5 (KHTML, like Gecko) Version/7.0 Safari/537.46.5
)
)
[device] => Sinergi\BrowserDetector\Device Object
(
[name:Sinergi\BrowserDetector\Device:private] => unknown
[userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9) AppleWebKit/537.46.5 (KHTML, like Gecko) Version/7.0 Safari/537.46.5
)
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Safari 7.0</td><td><i class="material-icons">close</i></td><td>Mac OS X 10.9</td><td></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-8f4c86c5-433e-4536-b799-ad26d77264e0">Detail</a>
<!-- Modal Structure -->
<div id="modal-8f4c86c5-433e-4536-b799-ad26d77264e0" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">UAParser\Result\Client Object
(
[ua] => UAParser\Result\UserAgent Object
(
[major] => 7
[minor] => 0
[patch] =>
[family] => Safari
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] => 10
[minor] => 9
[patch] =>
[patchMinor] =>
[family] => Mac OS X
)
[device] => UAParser\Result\Device Object
(
[brand] =>
[model] =>
[family] => Other
)
[originalUserAgent] => Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9) AppleWebKit/537.46.5 (KHTML, like Gecko) Version/7.0 Safari/537.46.5
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhichBrowser<br /><small>2.0.9</small></td><td>Safari 7.0</td><td>Webkit 537.46.5</td><td>OS X Mavericks 10.9</td><td></td><td></td><td>desktop</td><td></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b">Detail</a>
<!-- Modal Structure -->
<div id="modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[name] => Safari
[version] => 7.0
[type] => browser
)
[engine] => Array
(
[name] => Webkit
[version] => 537.46.5
)
[os] => Array
(
[name] => OS X
[version] => Array
(
[value] => 10.9
[nickname] => Mavericks
)
)
[device] => Array
(
[type] => desktop
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Safari 7.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>pc</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635">Detail</a>
<!-- Modal Structure -->
<div id="modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Woothee result detail</h4>
<p><pre><code class="php">Array
(
[name] => Safari
[vendor] => Apple
[version] => 7.0
[category] => pc
[os] => Mac OSX
[os_version] => 10.9
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Safari 7.0.1</td><td><i class="material-icons">close</i></td><td>Mac OS X 10.9.1</td><td></td><td></td><td>Desktop</td><td></td><td></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027">Detail</a>
<!-- Modal Structure -->
<div id="modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Wurfl result detail</h4>
<p><pre><code class="php">Array
(
[virtual] => Array
(
[is_android] => false
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => true
[is_largescreen] => true
[is_mobile] => false
[is_robot] => false
[is_smartphone] => false
[is_touchscreen] => false
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => false
[is_html_preferred] => true
[advertised_device_os] => Mac OS X
[advertised_device_os_version] => 10.9.1
[advertised_browser] => Safari
[advertised_browser_version] => 7.0.1
[complete_device_name] => Apple Safari
[form_factor] => Desktop
[is_phone] => false
[is_app_webview] => false
)
[all] => Array
(
[brand_name] => Apple
[model_name] => Safari
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => false
[device_claims_web_support] => true
[has_qwerty_keyboard] => true
[can_skip_aligned_link_row] => true
[uaprof] =>
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 0
[nokia_edition] => 0
[device_os] => Mac OS X
[mobile_browser] =>
[mobile_browser_version] => 7.0
[device_os_version] => 10.9
[pointing_method] => mouse
[release_date] => 2013_june
[marketing_name] =>
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => false
[is_tablet] => false
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => false
[built_in_back_button_support] => false
[card_title_support] => false
[softkey_support] => false
[table_support] => false
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => false
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => false
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => false
[wizards_recommended] => false
[image_as_link_support] => false
[insert_br_element_after_widget_recommended] => false
[wml_can_display_images_and_text_on_same_line] => false
[wml_displays_image_in_center] => false
[opwv_wml_extensions_support] => false
[wml_make_phone_call_string] => none
[chtml_display_accesskey] => false
[emoji] => false
[chtml_can_display_images_and_text_on_same_line] => false
[chtml_displays_image_in_center] => false
[imode_region] => none
[chtml_make_phone_call_string] => tel:
[chtml_table_support] => true
[xhtml_honors_bgcolor] => true
[xhtml_supports_forms_in_table] => true
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => true
[xhtml_select_as_radiobutton] => true
[xhtml_select_as_popup] => true
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => false
[xhtml_supports_css_cell_table_coloring] => false
[xhtml_format_as_css_property] => false
[xhtml_format_as_attribute] => false
[xhtml_nowrap_mode] => false
[xhtml_marquee_as_css_property] => false
[xhtml_readable_background_color1] => #FFFFFF
[xhtml_readable_background_color2] => #FFFFFF
[xhtml_allows_disabled_form_elements] => false
[xhtml_document_title_support] => true
[xhtml_preferred_charset] => utf8
[opwv_xhtml_extensions_support] => false
[xhtml_make_phone_call_string] => none
[xhtmlmp_preferred_mime_type] => text/html
[xhtml_table_support] => false
[xhtml_send_sms_string] => none
[xhtml_send_mms_string] => none
[xhtml_file_upload] => supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => full
[xhtml_avoid_accesskeys] => true
[xhtml_can_embed_video] => play_and_stop
[ajax_support_javascript] => true
[ajax_manipulate_css] => true
[ajax_support_getelementbyid] => true
[ajax_support_inner_html] => true
[ajax_xhr_type] => standard
[ajax_manipulate_dom] => true
[ajax_support_events] => true
[ajax_support_event_listener] => true
[ajax_preferred_geoloc_api] => none
[xhtml_support_level] => 4
[preferred_markup] => html_web_4_0
[wml_1_1] => false
[wml_1_2] => false
[wml_1_3] => false
[html_wi_w3_xhtmlbasic] => true
[html_wi_oma_xhtmlmp_1_0] => false
[html_wi_imode_html_1] => false
[html_wi_imode_html_2] => false
[html_wi_imode_html_3] => false
[html_wi_imode_html_4] => false
[html_wi_imode_html_5] => false
[html_wi_imode_htmlx_1] => false
[html_wi_imode_htmlx_1_1] => false
[html_wi_imode_compact_generic] => false
[html_web_3_2] => true
[html_web_4_0] => true
[voicexml] => false
[multipart_support] => false
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 800
[resolution_height] => 600
[columns] => 120
[max_image_width] => 800
[max_image_height] => 600
[rows] => 200
[physical_screen_width] => 400
[physical_screen_height] => 400
[dual_orientation] => false
[density_class] => 1.0
[wbmp] => false
[bmp] => true
[epoc_bmp] => false
[gif_animated] => true
[jpg] => true
[png] => true
[tiff] => false
[transparent_png_alpha] => false
[transparent_png_index] => false
[svgt_1_1] => true
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 65536
[webp_lossy_support] => false
[webp_lossless_support] => false
[post_method_support] => true
[basic_authentication_support] => true
[empty_option_value_support] => true
[emptyok] => false
[nokia_voice_call] => false
[wta_voice_call] => false
[wta_phonebook] => false
[wta_misc] => false
[wta_pdc] => false
[https_support] => true
[phone_id_provided] => false
[max_data_rate] => 3200
[wifi] => true
[sdio] => false
[vpn] => false
[has_cellular_radio] => false
[max_deck_size] => 100000
[max_url_length_in_requests] => 128
[max_url_length_homepage] => 0
[max_url_length_bookmark] => 0
[max_url_length_cached_page] => 0
[max_no_of_connection_settings] => 0
[max_no_of_bookmarks] => 0
[max_length_of_username] => 0
[max_length_of_password] => 0
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => false
[inline_support] => false
[oma_support] => false
[ringtone] => false
[ringtone_3gpp] => false
[ringtone_midi_monophonic] => false
[ringtone_midi_polyphonic] => false
[ringtone_imelody] => false
[ringtone_digiplug] => false
[ringtone_compactmidi] => false
[ringtone_mmf] => false
[ringtone_rmf] => false
[ringtone_xmf] => false
[ringtone_amr] => false
[ringtone_awb] => false
[ringtone_aac] => false
[ringtone_wav] => false
[ringtone_mp3] => false
[ringtone_spmidi] => false
[ringtone_qcelp] => false
[ringtone_voices] => 1
[ringtone_df_size_limit] => 0
[ringtone_directdownload_size_limit] => 0
[ringtone_inline_size_limit] => 0
[ringtone_oma_size_limit] => 0
[wallpaper] => false
[wallpaper_max_width] => 0
[wallpaper_max_height] => 0
[wallpaper_preferred_width] => 0
[wallpaper_preferred_height] => 0
[wallpaper_resize] => none
[wallpaper_wbmp] => false
[wallpaper_bmp] => false
[wallpaper_gif] => false
[wallpaper_jpg] => false
[wallpaper_png] => false
[wallpaper_tiff] => false
[wallpaper_greyscale] => false
[wallpaper_colors] => 2
[wallpaper_df_size_limit] => 0
[wallpaper_directdownload_size_limit] => 0
[wallpaper_inline_size_limit] => 0
[wallpaper_oma_size_limit] => 0
[screensaver] => false
[screensaver_max_width] => 0
[screensaver_max_height] => 0
[screensaver_preferred_width] => 0
[screensaver_preferred_height] => 0
[screensaver_resize] => none
[screensaver_wbmp] => false
[screensaver_bmp] => false
[screensaver_gif] => false
[screensaver_jpg] => false
[screensaver_png] => false
[screensaver_greyscale] => false
[screensaver_colors] => 2
[screensaver_df_size_limit] => 0
[screensaver_directdownload_size_limit] => 0
[screensaver_inline_size_limit] => 0
[screensaver_oma_size_limit] => 0
[picture] => false
[picture_max_width] => 0
[picture_max_height] => 0
[picture_preferred_width] => 0
[picture_preferred_height] => 0
[picture_resize] => none
[picture_wbmp] => false
[picture_bmp] => false
[picture_gif] => false
[picture_jpg] => false
[picture_png] => false
[picture_greyscale] => false
[picture_colors] => 2
[picture_df_size_limit] => 0
[picture_directdownload_size_limit] => 0
[picture_inline_size_limit] => 0
[picture_oma_size_limit] => 0
[video] => false
[oma_v_1_0_forwardlock] => false
[oma_v_1_0_combined_delivery] => false
[oma_v_1_0_separate_delivery] => false
[streaming_video] => false
[streaming_3gpp] => false
[streaming_mp4] => false
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => -1
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => -1
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => -1
[streaming_acodec_amr] => none
[streaming_acodec_aac] => none
[streaming_wmv] => none
[streaming_preferred_protocol] => rtsp
[streaming_preferred_http_protocol] => none
[wap_push_support] => false
[connectionless_service_indication] => false
[connectionless_service_load] => false
[connectionless_cache_operation] => false
[connectionoriented_unconfirmed_service_indication] => false
[connectionoriented_unconfirmed_service_load] => false
[connectionoriented_unconfirmed_cache_operation] => false
[connectionoriented_confirmed_service_indication] => false
[connectionoriented_confirmed_service_load] => false
[connectionoriented_confirmed_cache_operation] => false
[utf8_support] => true
[ascii_support] => false
[iso8859_support] => false
[expiration_date] => false
[j2me_cldc_1_0] => false
[j2me_cldc_1_1] => false
[j2me_midp_1_0] => false
[j2me_midp_2_0] => false
[doja_1_0] => false
[doja_1_5] => false
[doja_2_0] => false
[doja_2_1] => false
[doja_2_2] => false
[doja_3_0] => false
[doja_3_5] => false
[doja_4_0] => false
[j2me_jtwi] => false
[j2me_mmapi_1_0] => false
[j2me_mmapi_1_1] => false
[j2me_wmapi_1_0] => false
[j2me_wmapi_1_1] => false
[j2me_wmapi_2_0] => false
[j2me_btapi] => false
[j2me_3dapi] => false
[j2me_locapi] => false
[j2me_nokia_ui] => false
[j2me_motorola_lwt] => false
[j2me_siemens_color_game] => false
[j2me_siemens_extension] => false
[j2me_heap_size] => 0
[j2me_max_jar_size] => 0
[j2me_storage_size] => 0
[j2me_max_record_store_size] => 0
[j2me_screen_width] => 0
[j2me_screen_height] => 0
[j2me_canvas_width] => 0
[j2me_canvas_height] => 0
[j2me_bits_per_pixel] => 0
[j2me_audio_capture_enabled] => false
[j2me_video_capture_enabled] => false
[j2me_photo_capture_enabled] => false
[j2me_capture_image_formats] => none
[j2me_http] => false
[j2me_https] => false
[j2me_socket] => false
[j2me_udp] => false
[j2me_serial] => false
[j2me_gif] => false
[j2me_gif89a] => false
[j2me_jpg] => false
[j2me_png] => false
[j2me_bmp] => false
[j2me_bmp3] => false
[j2me_wbmp] => false
[j2me_midi] => false
[j2me_wav] => false
[j2me_amr] => false
[j2me_mp3] => false
[j2me_mp4] => false
[j2me_imelody] => false
[j2me_rmf] => false
[j2me_au] => false
[j2me_aac] => false
[j2me_realaudio] => false
[j2me_xmf] => false
[j2me_wma] => false
[j2me_3gpp] => false
[j2me_h263] => false
[j2me_svgt] => false
[j2me_mpeg4] => false
[j2me_realvideo] => false
[j2me_real8] => false
[j2me_realmedia] => false
[j2me_left_softkey_code] => 0
[j2me_right_softkey_code] => 0
[j2me_middle_softkey_code] => 0
[j2me_select_key_code] => 0
[j2me_return_key_code] => 0
[j2me_clear_key_code] => 0
[j2me_datefield_no_accepts_null_date] => false
[j2me_datefield_broken] => false
[receiver] => false
[sender] => false
[mms_max_size] => 0
[mms_max_height] => 0
[mms_max_width] => 0
[built_in_recorder] => false
[built_in_camera] => false
[mms_jpeg_baseline] => false
[mms_jpeg_progressive] => false
[mms_gif_static] => false
[mms_gif_animated] => false
[mms_png] => false
[mms_bmp] => false
[mms_wbmp] => false
[mms_amr] => false
[mms_wav] => false
[mms_midi_monophonic] => false
[mms_midi_polyphonic] => false
[mms_midi_polyphonic_voices] => 0
[mms_spmidi] => false
[mms_mmf] => false
[mms_mp3] => false
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => false
[mms_nokia_operatorlogo] => false
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => false
[mms_rmf] => false
[mms_xmf] => false
[mms_symbian_install] => false
[mms_jar] => false
[mms_jad] => false
[mms_vcard] => false
[mms_vcalendar] => false
[mms_wml] => false
[mms_wbxml] => false
[mms_wmlc] => false
[mms_video] => false
[mms_mp4] => false
[mms_3gpp] => false
[mms_3gpp2] => false
[mms_max_frame_rate] => 0
[nokiaring] => false
[picturemessage] => false
[operatorlogo] => false
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => false
[wav] => false
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => false
[midi_polyphonic] => false
[sp_midi] => false
[rmf] => false
[xmf] => false
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => false
[imelody] => false
[au] => false
[amr] => false
[awb] => false
[aac] => false
[mp3] => false
[voices] => 1
[qcelp] => false
[evrc] => false
[flash_lite_version] =>
[fl_wallpaper] => false
[fl_screensaver] => false
[fl_standalone] => false
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => true
[css_supports_width_as_percentage] => true
[css_border_image] => none
[css_rounded_corners] => none
[css_gradient] => none
[css_spriting] => true
[css_gradient_linear] => none
[is_transcoder] => false
[transcoder_ua_header] => user-agent
[rss_support] => false
[pdf_support] => true
[progressive_download] => true
[playback_vcodec_h263_0] => -1
[playback_vcodec_h263_3] => -1
[playback_vcodec_mpeg4_sp] => -1
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => -1
[playback_real_media] => none
[playback_3gpp] => false
[playback_3g2] => false
[playback_mp4] => false
[playback_mov] => false
[playback_acodec_amr] => none
[playback_acodec_aac] => none
[playback_df_size_limit] => 0
[playback_directdownload_size_limit] => 0
[playback_inline_size_limit] => 0
[playback_oma_size_limit] => 0
[playback_acodec_qcelp] => false
[playback_wmv] => none
[hinted_progressive_download] => false
[html_preferred_dtd] => html4
[viewport_supported] => false
[viewport_width] =>
[viewport_userscalable] =>
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => none
[image_inlining] => true
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => true
[jqm_grade] => A
[is_sencha_touch_ok] => true
[controlcap_is_smartphone] => default
[controlcap_is_ios] => default
[controlcap_is_android] => default
[controlcap_is_robot] => default
[controlcap_is_app] => default
[controlcap_advertised_device_os] => default
[controlcap_advertised_device_os_version] => default
[controlcap_advertised_browser] => default
[controlcap_advertised_browser_version] => default
[controlcap_is_windows_phone] => default
[controlcap_is_full_desktop] => default
[controlcap_is_largescreen] => default
[controlcap_is_mobile] => default
[controlcap_is_touchscreen] => default
[controlcap_is_wml_preferred] => default
[controlcap_is_xhtmlmp_preferred] => default
[controlcap_is_html_preferred] => default
[controlcap_form_factor] => default
[controlcap_complete_device_name] => default
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr></table>
</div>
<div class="section">
<h1 class="header center orange-text">About this comparison</h1>
<div class="row center">
<h5 class="header light">
The primary goal of this project is simple<br />
I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br />
<br />
The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br />
<br />
You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br />
<br />
The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a>
</h5>
</div>
</div>
<div class="card">
<div class="card-content">
Comparison created <i>2016-01-26 16:40:47</i> | by
<a href="https://github.com/ThaDafinser">ThaDafinser</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script>
<script>
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal-trigger').leanModal();
});
</script>
</body>
</html> | ThaDafinser/UserAgentParserComparison | v3/user-agent-detail/84/36/84367a4a-8d05-4241-9afa-295565a84a47.html | HTML | mit | 38,729 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>reflexive-first-order: 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.1 / reflexive-first-order - 8.9.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
reflexive-first-order
<small>
8.9.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-27 00:59:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-27 00:59:42 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.5.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/reflexive-first-order"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ReflexiveFirstOrder"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: computational reflection"
"keyword: interpretation"
"keyword: first-order logic"
"keyword: equational reasoning"
"category: Miscellaneous/Coq Extensions"
"date: 2005-05"
]
authors: [
"Pierre Corbineau <[email protected]> [http://www.cs.ru.nl/~corbineau]"
]
bug-reports: "https://github.com/coq-contribs/reflexive-first-order/issues"
dev-repo: "git+https://github.com/coq-contribs/reflexive-first-order.git"
synopsis: "Reflexive first-order proof interpreter"
description: """
This contribution is a package which can be used to interpret firstorder
proofs provided by an external theorem prover, using computational
reflexion."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/reflexive-first-order/archive/v8.9.0.tar.gz"
checksum: "md5=ea1cee07ca725360772555ec86ef607e"
}
</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-reflexive-first-order.8.9.0 coq.8.5.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.5.1).
The following dependencies couldn't be met:
- coq-reflexive-first-order -> 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-reflexive-first-order.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.04.2-2.0.5/released/8.5.1/reflexive-first-order/8.9.0.html | HTML | mit | 7,316 |
{% extends "base.html" %}
{% block content %}
<div class="container">
<h1>Kleingruppen</h1>
{% for index, group in groups %}
<div class="panel panel-default">
<div class="panel-body">
<div class="pull-left">
<a href="{{ url_for('group', id=group.id) }}">
{% if groups_metadata[index].avatar_id %}
<img src="{{ url_for('.static', filename='uploaded_images') }}/{{ groups_metadata[index].avatar_id }}-thumb.jpg" class="img-responsive img-thumbnail">
{% else %}
<img src="{{ url_for('.static', filename='images/avatar-thumb.png') }}" class="img-responsive img-thumbnail">
{% endif %}
</a>
</div>
<div class="text-center">
<a href="{{ url_for('group', id=group.id) }}">
<h2>{{ group.bezeichnung.split('-')[-1] }}{% if group.treffname %} <small>{{ group.treffname }}</small>{% endif %}</h2>
</a>
<p>
{% if group.treffzeit %}{{ group.treffzeit }}<br>{% endif %}
{% if group.treffpunkt %}{{ group.treffpunkt }}<br>{% endif %}
</p>
</div>
</div>
</div>
{% endfor %}
</div>
{{ super() }}
{% endblock %}
| ecclesianuernberg/genesis | app/templates/groups.html | HTML | mit | 1,080 |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>WebGLSampler | picturepark-sdk-v1-widgets API</title>
<meta name="description" content="Documentation for picturepark-sdk-v1-widgets API">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">picturepark-sdk-v1-widgets API</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../globals.html">Globals</a>
</li>
<li>
<a href="webglsampler.html">WebGLSampler</a>
</li>
</ul>
<h1>Interface WebGLSampler</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<a href="webglbuffer.html#webglobject" class="tsd-signature-type">WebGLObject</a>
<ul class="tsd-hierarchy">
<li>
<span class="target">WebGLSampler</span>
</li>
</ul>
</li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section tsd-is-external">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="webglsampler.html#webglobject" class="tsd-kind-icon">WebGLObject</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-external">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="webglobject" class="tsd-anchor"></a>
<h3>WebGLObject</h3>
<div class="tsd-signature tsd-kind-icon">WebGLObject<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>constructor<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>prototype<span class="tsd-signature-symbol">: </span><a href="webglbuffer.html#webglobject" class="tsd-signature-type">WebGLObject</a><span class="tsd-signature-symbol"> }</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/typescript/lib/lib.dom.d.ts:17320</li>
</ul>
</aside>
<div class="tsd-type-declaration">
<h4>Type declaration</h4>
<ul class="tsd-parameters">
<li class="tsd-parameter">
<h5>constructor<span class="tsd-signature-symbol">: </span>function</h5>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-type-literal tsd-is-external">
<li class="tsd-signature tsd-kind-icon">new __type<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="webglbuffer.html#webglobject" class="tsd-signature-type">WebGLObject</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/typescript/lib/lib.dom.d.ts:17321</li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="webglbuffer.html#webglobject" class="tsd-signature-type">WebGLObject</a></h4>
</li>
</ul>
</li>
<li class="tsd-parameter">
<h5>prototype<span class="tsd-signature-symbol">: </span><a href="webglbuffer.html#webglobject" class="tsd-signature-type">WebGLObject</a></h5>
</li>
</ul>
</div>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../globals.html"><em>Globals</em></a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
</ul>
<ul class="current">
<li class="current tsd-kind-interface tsd-is-external">
<a href="webglsampler.html" class="tsd-kind-icon">WebGLSampler</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="webglsampler.html#webglobject" class="tsd-kind-icon">WebGLObject</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
</body>
</html> | Picturepark/Picturepark.SDK.TypeScript | docs/picturepark-sdk-v1-widgets/api/interfaces/webglsampler.html | HTML | mit | 6,847 |
<p>
很多网站当复制粘贴的时候,都会出现有关剪贴板的相关提示,在刚刚入行前端工程师的时候,我还在一直纳闷,这是怎么实现的呢。如今,咱们再也不用纳闷了,因为已经有浏览器把剪贴板相关事件纳入标准了。
IE是最早支持与剪贴板相关的事件,以及通过JavaScript访问剪贴板数据的浏览器。IE的实现成为了事实上的标准,随后Firefox 3+ 、 Chrome和Safari 2+都支持类似的事件和剪贴板的访问,但是Opera不支持通过JavaScript访问剪贴板。直到HTML5的到来,将剪贴板相关事件纳入了HTML5规范。下面就是6个剪贴板事件。
beforecopy:在发生复制操作前触发;
copy:在发生复制操作的时候触发;
beforecut:在发生剪切操作前触发;
cut:在发生剪切操作的时候触发;
beforepaste:在发生粘贴操作前触发;
paste:在发生粘贴操作的时候触发。
因为没有针对剪贴板操作的标准,这些事件及相关对象会因为浏览器而不一样。在Firefox、Chrome和Safari中,beforecopy、beforecut和beforepaste事件只会在显示针对文本框的上下文菜单(预期将发生剪贴板事件)的情况下触发。但是IE则会在触发copy、cut和paste事件之前先触发这些事件。至于copy、cut和paste事件,只要是在上下文菜单(右键菜单)中选择了相应选项,或者使用了相应的键盘组合键如(ctrl+v),所有浏览器都会触发他们。
在实际的事件发生之前,通过beforecopy、beforecut和beforepaste事件可以在向剪贴板发送数据,或者从剪贴板取得数据之前修改数据。不过,取消这些事件并不会取消对剪贴板的操作,只有取消copy、cut和paste事件,才能阻止相应的操作发生。
要访问剪贴板中的数据,可以通过clipboardData对象:在IE中,clipboardData对象是window对象的属性;而在Chrome、Safari和Firefox 4+中,clipboardData对象是相应event对的属性。但是,在Chrome、Safari和Firefox 4+中,只有在处理剪贴板事件期间,clipboardData对象才有效,这是为了防止对剪贴板的未授权访问;在IE中,则可以随时访问clipboardData对象。为了确保跨浏览器兼容,最好只在发生剪贴板事件期间使用这个对象。
这个clipboardData对象有三个方法:getData()方法、setData()方法和clearData()方法。其中,getData()方法用于从剪贴板中获取数据,它接收一个参数,即要取得的数据格式。在IE中,有两种数据格式:’text”和”URL”。在Chrome、Safari和Firefox 4+中,这个参数是一种MIME类型;不过,可以用”text”代表”text/plain”。
setData()方法的第一个参数也是数据类型,第二个参数是要放在剪贴板中的文字。对于第一个参数,IE照样是支持”text”和”URL”,而在Chrome、Safari中,仍然支持MIME类型。但是与getData()方法不同的是,在Chrome、Safari中的setData()方法不能识别”text”类型。这两个浏览器在成功将文本放到剪贴板中后,都会返回true;否则返回false。
</p> | shehuaqigai/JSBOOK | resource/docs/event/clipboardData.html | HTML | mit | 3,255 |
<!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>BootStrap Site</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="css/contact.css" rel="stylesheet" type="text/css">
<!-- HTML5 shim and Respond.js for 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="wrapper">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">BootStrap Website</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="Henry Cheung Job Resume.pdf">Resume</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Projects<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Project 1</a></li>
<li><a href="#">Project 2</a></li>
<li><a href="#">Project 3</a></li>
<li><a href="#">Project 4</a></li>
<li><a href="#">Project 5</a></li>
</ul>
</li>
<li><a href="anime.html">Anime</a></li>
<li><a href="T.V-Shows.html">T.V Shows</a></li>
<li class="active"><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<footer>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<p>©HthHawks Inc, All Rights Reserved.</p>
</div>
</div>
</div>
</footer>
</div>
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</body>
</html>
| henryxt/Online-Portfolio | contact.html | HTML | mit | 2,770 |
<!DOCTYPE html>
<html prefix="
og: http://ogp.me/ns# article: http://ogp.me/ns/article#
" vocab="http://ogp.me/ns" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Custom Language Highlighting in PyCharm | Pavel Karateev</title>
<link href="../../../../../assets/css/baguetteBox.min.css" rel="stylesheet" type="text/css">
<link href="../../../../../assets/css/rst_base.css" rel="stylesheet" type="text/css">
<link href="../../../../../assets/css/nikola_rst.css" rel="stylesheet" type="text/css">
<link href="../../../../../assets/css/code.css" rel="stylesheet" type="text/css">
<link href="../../../../../assets/css/theme.css" rel="stylesheet" type="text/css">
<link href="../../../../../assets/css/custom.css" rel="stylesheet" type="text/css">
<meta name="theme-color" content="#5670d4">
<meta name="generator" content="Nikola (getnikola.com)">
<link rel="alternate" type="application/rss+xml" title="RSS" hreflang="en" href="../../../../../rss.xml">
<link rel="canonical" href="http://pavelkarateev.com/posts/2019/01/07/highlighting/">
<!--[if lt IE 9]><script src="../../../../../assets/js/html5shiv-printshiv.min.js"></script><![endif]--><meta name="author" content="Pavel Karateev">
<link rel="prev" href="../../../../2018/09/07/bytecode/" title="Runtime bytecode manipulations" type="text/html">
<link rel="next" href="../../17/hyperskill/" title="Hyperskill" type="text/html">
<meta property="og:site_name" content="Pavel Karateev">
<meta property="og:title" content="Custom Language Highlighting in PyCharm">
<meta property="og:url" content="http://pavelkarateev.com/posts/2019/01/07/highlighting/">
<meta property="og:description" content="It is a quite common request to support new programming and config languages in
PyCharm. While some of them like (e.g. Markdown, JavaScript) are supported
from the box and for some (e.g. Makefile) you">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2019-01-07T14:30:00+03:00">
<meta property="article:tag" content="pycharm">
</head>
<body>
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
<div id="container">
<header id="header"><h1 id="brand"><a href="../../../../../" title="Pavel Karateev" rel="home">
<span id="blog-title">Pavel Karateev</span>
</a></h1>
<nav id="menu"><ul>
<li><a href="../../../../../pages/about">About</a></li>
<li><a href="https://twitter.com/Lancel0te">Twitter</a></li>
<li><a href="https://github.com/lancelote/lancelote.github.io">Source</a></li>
<li><a href="../../../../../archive.html">Archive</a></li>
<li><a href="../../../../../categories/">Tags</a></li>
<li><a href="../../../../../rss.xml">RSS feed</a></li>
</ul></nav></header><main id="content"><article class="post-text h-entry hentry postpage" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title" itemprop="headline name"><a href="." class="u-url">Custom Language Highlighting in PyCharm</a></h1>
<div class="metadata">
<p class="byline author vcard p-author h-card"><span class="byline-name fn p-name" itemprop="author">
Pavel Karateev
</span></p>
<p class="dateline">
<a href="." rel="bookmark">
<time class="published dt-published" datetime="2019-01-07T14:30:00+03:00" itemprop="datePublished" title="2019-01-07 14:30">2019-01-07 14:30</time></a>
</p>
<p class="commentline"> <a href="#disqus_thread" data-disqus-identifier="cache/posts/2019/01/07/highlighting.html">Comments</a>
</p>
<p class="sourceline"><a href="index.rst" class="sourcelink">Source</a></p>
</div>
</header><div class="e-content entry-content" itemprop="articleBody text">
<div>
<p>It is a quite common request to support new programming and config languages in
PyCharm. While some of them like (e.g. Markdown, JavaScript) are supported
from the box and for some (e.g. Makefile) you can install a third party
plugin, others have no support at all at the moment. Of course, you can write a
new plugin by yourself, but it is too time consuming in many cases, so I
present you a different approach, a bit harsh and not so feature-rich but
quite useful in many cases (I use it myself) - Custom File Types.</p>
<!-- TEASER_END -->
<div class="section" id="starting-point">
<h2>Starting Point</h2>
<p>For a basic example I will use <tt class="docutils literal">Makefile</tt>. You can install a custom plugin
for it called <a class="reference external" href="https://plugins.jetbrains.com/plugin/9333-makefile-support">Makefile support</a>, it provides an interesting features like
running targets with gutter icons, but I really need just a bare visual guide
to be able to quickly navigate the file structure on the first glance so I
stick with a custom type. You can apply my instruction to any syntax you want
(e.g. say hello to <tt class="docutils literal">Ruby</tt> in PyCharm).</p>
<p>Before we start, here are the official docs on the topic: <a class="reference external" href="https://www.jetbrains.com/help/pycharm/2018.3/new-file-type.html">New File Type</a>.</p>
</div>
<div class="section" id="custom-syntax-rules">
<h2>Custom Syntax Rules</h2>
<p>To add a new custom file type go directly to <strong>Settings | Editor | File Types</strong>
and press <tt class="docutils literal">+</tt> under <strong>Recognized File Types</strong> to add a new one. We will name
it <tt class="docutils literal">Makefile</tt>.</p>
<a class="reference external image-reference" href="../../../../../images/2019/01/07/highlighting/syntax.png"><img alt="Custom Makefile type example" class="align-center" src="../../../../../images/2019/01/07/highlighting/syntax.thumbnail.png"></a>
<p>There are multiple options you can define here. The most interesting for us
are keywords. There are 4 blocks for keywords, each one has a dedicated color
you can change, so it is important to split all the things you want
highlighting for into four block. I will use only two for:</p>
<blockquote>
<ul class="simple">
<li>target names</li>
<li>important command</li>
</ul>
</blockquote>
<p>I use <tt class="docutils literal">Makefile</tt> in many of my projects for automation purposes so there is
a "standard" pool of targets I use everywhere, for the simple case lets stick
with:</p>
<pre class="code text"><a name="rest_code_02ac0ec673cc4fcc974b2475b77fbabc-1"></a>build:
<a name="rest_code_02ac0ec673cc4fcc974b2475b77fbabc-2"></a>deps:
<a name="rest_code_02ac0ec673cc4fcc974b2475b77fbabc-3"></a>run:
<a name="rest_code_02ac0ec673cc4fcc974b2475b77fbabc-4"></a>update:
</pre>
<p>For important commands I want to see: <tt class="docutils literal">python</tt>, <tt class="docutils literal">nikola</tt> and <tt class="docutils literal">pur</tt>.
<a class="reference external" href="https://getnikola.com/">nikola</a> is a Python-based static site generator powering this blog,
and <a class="reference external" href="https://github.com/alanhamlett/pip-update-requirements">pur</a> is a dry simple utility to update project requirements.</p>
<pre class="code text"><a name="rest_code_69b2b95d2fd5452eb8125904ab1dca07-1"></a>python
<a name="rest_code_69b2b95d2fd5452eb8125904ab1dca07-2"></a>nikola
<a name="rest_code_69b2b95d2fd5452eb8125904ab1dca07-3"></a>pur
</pre>
<p>As the last step we have to define a pattern for file matching so PyCharm
will understand to which files apply this new custom file type. In our case
it is simply <tt class="docutils literal">Makefile</tt> but you can use a more sophisticated alternative
with <tt class="docutils literal">*</tt> and <tt class="docutils literal">?</tt> wildcards.</p>
<p>Feel free to also define a line comment symbol (e.g. <tt class="docutils literal">#</tt>) and play with other
settings here.</p>
</div>
<div class="section" id="custom-colors">
<h2>Custom Colors</h2>
<p>Now to the colors. There is a special section
<strong>Settings | Editor | Color Scheme | Custom</strong> for users to define a color
scheme for their file types. Feel free to change a keyword group color here
if you want it to be a different one. You can also add an effect for it, e.g.
underscore.</p>
<a class="reference external image-reference" href="../../../../../images/2019/01/07/highlighting/colors.png"><img alt="Settings | Editor | Color Scheme | Custom example" class="align-center" src="../../../../../images/2019/01/07/highlighting/colors.thumbnail.png"></a>
</div>
<div class="section" id="result-and-resume">
<h2>Result and Resume</h2>
<p>Let's see the result:</p>
<a class="reference external image-reference" href="../../../../../images/2019/01/07/highlighting/result.png"><img alt="Example of how the Makefiles now looks" class="align-center" src="../../../../../images/2019/01/07/highlighting/result.thumbnail.png"></a>
<p>Probably not the most beautiful syntax highlighting I ever saw but it works
good enough - I can quickly spot where each target is and where each command
starts. You can go further of course.</p>
<p>So that was it. This is probably the most simple way to add a new syntax
highlighting to PyCharm or any other JetBrains IDE, it will not provide you a
lot of features (no error highlighting), but for a thing you can do in few
minutes it is quite nice:</p>
<blockquote>
<ul class="simple">
<li>native support without any third party plugins</li>
<li>completion for registered keywords</li>
<li>basic highlighting</li>
<li>some minor goodies like commenting the code with a dedicated shortcut if you
did define a comment sign</li>
<li>speed</li>
</ul>
</blockquote>
<p>It is not the only way to add support for a new language in PyCharm, but that
is another story.</p>
<p>Hope it was helpful, see you next time.</p>
</div>
</div>
</div>
<aside class="postpromonav"><nav><ul itemprop="keywords" class="tags">
<li><a class="tag p-category" href="../../../../../categories/pycharm/" rel="tag">pycharm</a></li>
</ul>
<ul class="pager hidden-print">
<li class="previous">
<a href="../../../../2018/09/07/bytecode/" rel="prev" title="Runtime bytecode manipulations">Previous post</a>
</li>
<li class="next">
<a href="../../17/hyperskill/" rel="next" title="Hyperskill">Next post</a>
</li>
</ul></nav></aside><section class="comments hidden-print"><h2>Comments</h2>
<div id="disqus_thread"></div>
<script>
var disqus_shortname ="pavelkarateev",
disqus_url="http://pavelkarateev.com/posts/2019/01/07/highlighting/",
disqus_title="Custom Language Highlighting in PyCharm",
disqus_identifier="cache/posts/2019/01/07/highlighting.html",
disqus_config = function () {
this.language = "en";
};
(function() {
var dsq = document.createElement('script'); dsq.async = true;
dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script><noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a>
</noscript>
<a href="https://disqus.com" class="dsq-brlink" rel="nofollow">Comments powered by <span class="logo-disqus">Disqus</span></a>
</section></article><script>var disqus_shortname="pavelkarateev";(function(){var a=document.createElement("script");a.async=true;a.src="https://"+disqus_shortname+".disqus.com/count.js";(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(a)}());</script></main><footer id="footer"><p>Contents © 2020 <a href="mailto:[email protected]">Pavel Karateev</a> - Powered by <a href="https://getnikola.com" rel="nofollow">Nikola</a> </p>
</footer>
</div>
<script src="../../../../../assets/js/baguetteBox.min.js"></script><script>
baguetteBox.run('div#content', {
ignoreClass: 'islink',
captions: function(element) {
return element.getElementsByTagName('img')[0].alt;
}});
</script><!-- Global site tag (gtag.js) - Google Analytics --><script async src="https://www.googletagmanager.com/gtag/js?id=UA-57414412-1"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-57414412-1');
</script>
</body>
</html>
| lancelote/lancelote.github.io | posts/2019/01/07/highlighting/index.html | HTML | mit | 12,792 |
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目 </b></th><td class="std2">日角偃月</td></tr>
<tr><th class="std1"><b>注音 </b></th><td class="std2">ㄖ<sup class="subfont">ˋ</sup> ㄐㄩㄝ<sup class="subfont">ˊ</sup> |ㄢ<sup class="subfont">ˇ</sup> ㄩㄝ<sup class="subfont">ˋ</sup></td></tr>
<tr><th class="std1"><b>漢語拼音 </b></th><td class="std2"><font class="english_word">rì jué yǎn yuè</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/fa42.gif border=0 alt=* class=fontimg valign=center>此所謂日角偃月,相之極貴,臣未嘗見之。<img src=/cydic/dicword/fa43.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/19000-19999/19423-22.html | HTML | mit | 1,739 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<title>1438-94-4.smi.png.html</title>
</head>
<body>ID1438-94-4<br/>
<img border="0" src="1438-94-4.smi.png" alt="1438-94-4.smi.png"></img><br/>
<br/>
<table border="1">
<tr>
<td></td><td>ID</td><td>Formula</td><td>FW</td><td>DSSTox_CID</td><td>DSSTox_RID</td><td>DSSTox_GSID</td><td>DSSTox_FileID_Sort</td><td>TS_ChemName</td><td>TS_ChemName_Synonyms</td><td>TS_CASRN</td><td>CASRN_ChemName_Relationship</td><td>TS_Description</td><td>ChemNote</td><td>STRUCTURE_Shown</td><td>STRUCTURE_Formula</td><td>STRUCTURE_MW</td><td>STRUCTURE_ChemType</td><td>STRUCTURE_DefinedOrganicForm</td><td>STRUCTURE_IUPAC</td><td>STRUCTURE_SMILES</td><td>STRUCTURE_SMILES_Desalt</td><td>Substance_modify_yyyymmdd</td></tr>
<tr>
<td>1438-94-4</td><td>12784</td><td>C9H9NO</td><td>147.1739</td><td>27663</td><td>82486</td><td>47663</td><td>7167</td><td>1-Furfurylpyrrole</td><td></td><td>1438-94-4</td><td>primary</td><td>single chemical compound</td><td></td><td>tested chemical</td><td>C9H9NO</td><td>147.1739</td><td>defined organic</td><td>parent</td><td>1-(furan-2-ylmethyl)-1H-pyrrole</td><td>c2cn(Cc1ccco1)cc2</td><td>c2cn(Cc1ccco1)cc2</td><td>20101215</td></tr>
</table>
<br/><br/><font size="-2">(Page generated on Wed Sep 17 04:03:58 2014 by <a href="http://www.embl.de/~gpau/hwriter/index.html">hwriter</a> 1.3)</font><br/>
</body></html> | andrewdefries/ToxCast | Figure3/Tox21_nnm/WorkHere/1438-94-4.smi.png.html | HTML | mit | 1,604 |
{
"posts": [
{
"url": "/taiwan/tainan/2017/12/31/TainanM.1514723156.A.27C.html",
"title": "有人在海安跨年派對現場嗎",
"image": "https://i.imgur.com/1SA0R2L.jpg",
"push": "21",
"boo": "0",
"date": "2017-12-31 20:25:53 +0800",
"boardName": "台南",
"boardLink": "/category/tainan"
}
]
}
| sunnyKiwi/JustCopy | tag/進得/json/index.html | HTML | mit | 468 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0-beta2) on Mon Mar 19 19:23:34 CST 2007 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
WCharSeqHelper (Java Platform SE 6)
</TITLE><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script>
<META NAME="date" CONTENT="2007-03-19">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="WCharSeqHelper (Java Platform SE 6)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>类</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/WCharSeqHelper.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> Platform<br>Standard Ed. 6</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../org/omg/CORBA/VM_TRUNCATABLE.html" title="org.omg.CORBA 中的接口"><B>上一个类</B></A>
<A HREF="../../../org/omg/CORBA/WCharSeqHolder.html" title="org.omg.CORBA 中的类"><B>下一个类</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?org/omg/CORBA/WCharSeqHelper.html" target="_top"><B>框架</B></A>
<A HREF="WCharSeqHelper.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
摘要: 嵌套 | 字段 | <A HREF="#constructor_summary">构造方法</A> | <A HREF="#method_summary">方法</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
详细信息: 字段 | <A HREF="#constructor_detail">构造方法</A> | <A HREF="#method_detail">方法</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.omg.CORBA</FONT>
<BR>
类 WCharSeqHelper</H2>
<PRE>
<A HREF="../../../java/lang/Object.html" title="java.lang 中的类">java.lang.Object</A>
<IMG SRC="../../../resources/inherit.gif" ALT="继承者 "><B>org.omg.CORBA.WCharSeqHelper</B>
</PRE>
<HR>
<DL>
<DT><PRE>public abstract class <B>WCharSeqHelper</B><DT>extends <A HREF="../../../java/lang/Object.html" title="java.lang 中的类">Object</A></DL>
</PRE>
<P>
<tt>WCharSeq</tt> 的 Helper。有关 Helper 文件的更多信息,请参阅<a href="doc-files/generatedfiles.html#helper">“生成的文件:Helper 文件”</a>。<P>
org/omg/CORBA/WCharSeqHelper.java 由 "3.0" 版的 IDL-to-Java 编译器(可移植)从 streams.idl 中生成,生成时间为 1999 年 5 月 13 日 22:41:36 (GMT+00:00)
类定义已经修改,以遵守以下 OMG 规范:
<ul>
<li> 由 CORBA 2.3.1 定义的 ORB 核心 (<a href="http://cgi.omg.org/cgi-bin/doc?formal/99-10-07">formal/99-10-07</a>)
</li>
<li> <a href="http://cgi.omg.org/cgi-bin/doc?ptc/00-01-08">ptc/00-01-08</a> 中定义的 IDL/Java 语言映射
</li>
</ul>
<P>
<P>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>构造方法摘要</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../org/omg/CORBA/WCharSeqHelper.html#WCharSeqHelper()">WCharSeqHelper</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>方法摘要</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static char[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/omg/CORBA/WCharSeqHelper.html#extract(org.omg.CORBA.Any)">extract</A></B>(<A HREF="../../../org/omg/CORBA/Any.html" title="org.omg.CORBA 中的类">Any</A> a)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/omg/CORBA/WCharSeqHelper.html#id()">id</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/omg/CORBA/WCharSeqHelper.html#insert(org.omg.CORBA.Any, char[])">insert</A></B>(<A HREF="../../../org/omg/CORBA/Any.html" title="org.omg.CORBA 中的类">Any</A> a,
char[] that)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static char[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/omg/CORBA/WCharSeqHelper.html#read(org.omg.CORBA.portable.InputStream)">read</A></B>(<A HREF="../../../org/omg/CORBA/portable/InputStream.html" title="org.omg.CORBA.portable 中的类">InputStream</A> istream)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../org/omg/CORBA/TypeCode.html" title="org.omg.CORBA 中的类">TypeCode</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/omg/CORBA/WCharSeqHelper.html#type()">type</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/omg/CORBA/WCharSeqHelper.html#write(org.omg.CORBA.portable.OutputStream, char[])">write</A></B>(<A HREF="../../../org/omg/CORBA/portable/OutputStream.html" title="org.omg.CORBA.portable 中的类">OutputStream</A> ostream,
char[] value)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>从类 java.lang.<A HREF="../../../java/lang/Object.html" title="java.lang 中的类">Object</A> 继承的方法</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../java/lang/Object.html#clone()">clone</A>, <A HREF="../../../java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../java/lang/Object.html#finalize()">finalize</A>, <A HREF="../../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../../java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="../../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../../java/lang/Object.html#toString()">toString</A>, <A HREF="../../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../../java/lang/Object.html#wait(long)">wait</A>, <A HREF="../../../java/lang/Object.html#wait(long, int)">wait</A></CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>构造方法详细信息</B></FONT></TH>
</TR>
</TABLE>
<A NAME="WCharSeqHelper()"><!-- --></A><H3>
WCharSeqHelper</H3>
<PRE>
public <B>WCharSeqHelper</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>方法详细信息</B></FONT></TH>
</TR>
</TABLE>
<A NAME="insert(org.omg.CORBA.Any, char[])"><!-- --></A><H3>
insert</H3>
<PRE>
public static void <B>insert</B>(<A HREF="../../../org/omg/CORBA/Any.html" title="org.omg.CORBA 中的类">Any</A> a,
char[] that)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="extract(org.omg.CORBA.Any)"><!-- --></A><H3>
extract</H3>
<PRE>
public static char[] <B>extract</B>(<A HREF="../../../org/omg/CORBA/Any.html" title="org.omg.CORBA 中的类">Any</A> a)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="type()"><!-- --></A><H3>
type</H3>
<PRE>
public static <A HREF="../../../org/omg/CORBA/TypeCode.html" title="org.omg.CORBA 中的类">TypeCode</A> <B>type</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="id()"><!-- --></A><H3>
id</H3>
<PRE>
public static <A HREF="../../../java/lang/String.html" title="java.lang 中的类">String</A> <B>id</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="read(org.omg.CORBA.portable.InputStream)"><!-- --></A><H3>
read</H3>
<PRE>
public static char[] <B>read</B>(<A HREF="../../../org/omg/CORBA/portable/InputStream.html" title="org.omg.CORBA.portable 中的类">InputStream</A> istream)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="write(org.omg.CORBA.portable.OutputStream, char[])"><!-- --></A><H3>
write</H3>
<PRE>
public static void <B>write</B>(<A HREF="../../../org/omg/CORBA/portable/OutputStream.html" title="org.omg.CORBA.portable 中的类">OutputStream</A> ostream,
char[] value)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>类</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/WCharSeqHelper.html"><FONT CLASS="NavBarFont1"><B>使用</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> Platform<br>Standard Ed. 6</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../org/omg/CORBA/VM_TRUNCATABLE.html" title="org.omg.CORBA 中的接口"><B>上一个类</B></A>
<A HREF="../../../org/omg/CORBA/WCharSeqHolder.html" title="org.omg.CORBA 中的类"><B>下一个类</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?org/omg/CORBA/WCharSeqHelper.html" target="_top"><B>框架</B></A>
<A HREF="WCharSeqHelper.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
摘要: 嵌套 | 字段 | <A HREF="#constructor_summary">构造方法</A> | <A HREF="#method_summary">方法</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
详细信息: 字段 | <A HREF="#constructor_detail">构造方法</A> | <A HREF="#method_detail">方法</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<font size="-1"><a href="http://bugs.sun.com/services/bugreport/index.jsp">提交错误或意见</a><br>有关更多的 API 参考资料和开发人员文档,请参阅 <a href="http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html">Java SE 开发人员文档</a>。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 <p>版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守<a href="http://java.sun.com/javase/6/docs/legal/license.html">许可证条款</a>。另请参阅<a href="http://java.sun.com/docs/redist.html">文档重新分发政策</a>。</font>
</BODY>
</HTML>
| piterlin/piterlin.github.io | doc/jdk6_cn/org/omg/CORBA/WCharSeqHelper.html | HTML | mit | 16,196 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_05) on Thu Jul 23 18:13:21 EDT 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>pro.beam.api.response.channels (api 1.3.19-SNAPSHOT API)</title>
<meta name="date" content="2015-07-23">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../../pro/beam/api/response/channels/package-summary.html" target="classFrame">pro.beam.api.response.channels</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="ShowChannelsResponse.html" title="class in pro.beam.api.response.channels" target="classFrame">ShowChannelsResponse</a></li>
<li><a href="ShowSlugsRepsonse.html" title="class in pro.beam.api.response.channels" target="classFrame">ShowSlugsRepsonse</a></li>
</ul>
<h2 title="Enums">Enums</h2>
<ul title="Enums">
<li><a href="ShowChannelsResponse.Attributes.html" title="enum in pro.beam.api.response.channels" target="classFrame">ShowChannelsResponse.Attributes</a></li>
<li><a href="ShowChannelsResponse.Ordering.html" title="enum in pro.beam.api.response.channels" target="classFrame">ShowChannelsResponse.Ordering</a></li>
<li><a href="ShowChannelsResponse.Scope.html" title="enum in pro.beam.api.response.channels" target="classFrame">ShowChannelsResponse.Scope</a></li>
<li><a href="ShowSlugsRepsonse.OnlineRestriction.html" title="enum in pro.beam.api.response.channels" target="classFrame">ShowSlugsRepsonse.OnlineRestriction</a></li>
</ul>
</div>
</body>
</html>
| MrAdder/developers | app/views/doc/java-client/pro/beam/api/response/channels/package-frame.html | HTML | mit | 1,794 |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2019-02-27 Wed 00:40 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Arch安装注意事项</title>
<meta name="generator" content="Org mode" />
<meta name="author" content="ThankFly" />
<meta name="description" content="change to a wonderful system"
/>
<meta name="keywords" content="linux,system" />
<style type="text/css">
<!--/*--><![CDATA[/*><!--*/
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #ccc;
box-shadow: 3px 3px 3px #eee;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: visible;
padding-top: 1.2em;
}
pre.src:before {
display: none;
position: absolute;
background-color: white;
top: -10px;
right: 10px;
padding: 3px;
border: 1px solid black;
}
pre.src:hover:before { display: inline;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { width: 90%; }
/*]]>*/-->
</style>
<link rel="stylesheet" type="text/css" href="../media/stylesheets/org.css">
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
JavaScript code in this tag.
Copyright (C) 2012-2018 Free Software Foundation, Inc.
The JavaScript code in this tag is free software: you can
redistribute it and/or modify it under the terms of the GNU
General Public License (GNU GPL) as published by the Free Software
Foundation, either version 3 of the License, or (at your option)
any later version. The code is distributed WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
As additional permission under GNU GPL version 3 section 7, you
may distribute non-source (e.g., minimized or compacted) forms of
that code without the copy of the GNU GPL normally required by
section 4, provided you include this license notice and a URL
through which recipients can access the Corresponding Source.
@licend The above is the entire license notice
for the JavaScript code in this tag.
*/
<!--/*--><![CDATA[/*><!--*/
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.cacheClassElem = elem.className;
elem.cacheClassTarget = target.className;
target.className = "code-highlighted";
elem.className = "code-highlighted";
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(elem.cacheClassElem)
elem.className = elem.cacheClassElem;
if(elem.cacheClassTarget)
target.className = elem.cacheClassTarget;
}
/*]]>*///-->
</script>
</head>
<body>
<div id="content">
<h1 class="title">Arch安装注意事项</h1>
<div id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#org4f488c6">1. lightdm的使用</a></li>
<li><a href="#orge92e282">2. 输入法无法切换和应用字体出现空格</a></li>
<li><a href="#org7f032df">3. 安装kde-base及相关依赖包</a></li>
<li><a href="#orgfebd141">4. 进入不了kde桌面</a></li>
</ul>
</div>
</div>
<div id="outline-container-org4f488c6" class="outline-2">
<h2 id="org4f488c6"><span class="section-number-2">1</span> lightdm的使用</h2>
<div class="outline-text-2" id="text-1">
<p>
/etc/lightdm/lightdm.conf是主体配置文件,可以把greet-xsession设置成自己想要的
greeter.有不同的登录界面可以选择,比如lightdm-gtk-greeter,lightdm-webkit(2)-greeter,
试了半天发现webkit2这个主题比较酷炫的greeter并不能用,感到很无奈,只好用着lightdm-gtk-greeter.
当然这个gtk的登录界面也可以进行简单配置的.
</p>
</div>
</div>
<div id="outline-container-orge92e282" class="outline-2">
<h2 id="orge92e282"><span class="section-number-2">2</span> 输入法无法切换和应用字体出现空格</h2>
<div class="outline-text-2" id="text-2">
<p>
输入法无法切换这一点纠结了我很久,之前一直用的ubuntu下的搜狗输入法,现在也仍装了它.
arch下安装软件还是比较方便的,但是一直切换不出来搜狗输入法让人很无奈,搜了半天最后发
现似乎是在配置文件里加入
</p>
<div class="org-src-container">
<pre class="src src-sh"><span style="color: #B71C1C;">export</span> <span style="color: #EF6C00;">LANG</span>=zh_CN.UTF-8
<span style="color: #B71C1C;">export</span> <span style="color: #EF6C00;">LANGUAGE</span>=zh_CN:en_US
<span style="color: #B71C1C;">export</span> <span style="color: #EF6C00;">LC_CTYPE</span>=en_US.UTF-8
<span style="color: #B71C1C;">export</span> <span style="color: #EF6C00;">XIM</span>=<span style="color: #689f38;">"fcitx"</span>
<span style="color: #B71C1C;">export</span> <span style="color: #EF6C00;">XIM_PROGRAM</span>=<span style="color: #689f38;">"fcitx"</span>
<span style="color: #B71C1C;">export</span> <span style="color: #EF6C00;">XMODIFIERS</span>=<span style="color: #689f38;">"@im=fcitx"</span>d
<span style="color: #B71C1C;">export</span> <span style="color: #EF6C00;">GTK_IM_MODULE</span>=<span style="color: #689f38;">"fcitx"</span>
<span style="color: #B71C1C;">export</span> <span style="color: #EF6C00;">QT_IM_MODULE</span>=<span style="color: #689f38;">"fcitx"</span>
</pre>
</div>
<p>
这些配置,然而,也不知道该加入哪个配置文件,/etc/locale.conf,~/.xinitrc,~/.xprofile,
/etc/environment都加了最后不知怎么就可以调用了,只是同时也发现clion乱码了,很失望:(
</p>
<p>
至于乱码是怎么解决的呢?
</p>
</div>
</div>
<div id="outline-container-org7f032df" class="outline-2">
<h2 id="org7f032df"><span class="section-number-2">3</span> 安装kde-base及相关依赖包</h2>
<div class="outline-text-2" id="text-3">
<p>
安装了kde的字体工具,基本的字体文件之后,一看发现之前有空格的应用现在都正常了. :)
不得不说kde这个系列还是很不错的,只是电脑性能太差了,很容易卡.
</p>
</div>
</div>
<div id="outline-container-orgfebd141" class="outline-2">
<h2 id="orgfebd141"><span class="section-number-2">4</span> 进入不了kde桌面</h2>
<div class="outline-text-2" id="text-4">
<p>
看archwiki上说kde5用sddm比较好的意思(也可能是我理解错了),最后偶然把lightdmf关了,换成
了gdm,竟然一下可以进入plasma界面了.恩,然后体验了一把gnome和kde的卡,对比了一下发现了我
xfce的流畅简洁. :)
</p>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="date">Date: 2016-10-15</p>
<p class="author">Author: ThankFly</p>
<p class="date">Created: 2019-02-27 Wed 00:40</p>
<p class="validation"></p>
</div>
</body>
</html> | thiefuniverse/thiefuniverse.github.io | htmls/archlinux_install_notice.html | HTML | mit | 13,290 |
<html>
<head>
<title>Docs for page StringTable.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PHPExcel_Writer_Excel2007</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_PHPExcel_Writer_Excel2007.html" class="menu">class tree: PHPExcel_Writer_Excel2007</a> ]
[ <a href="../elementindex_PHPExcel_Writer_Excel2007.html" class="menu">index: PHPExcel_Writer_Excel2007</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="todolist">
<p><a href="../todolist.html">Todo List</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_PHPExcel.html">PHPExcel</a><br />
<a href="../li_com-tecnick-tcpdf.html">com-tecnick-tcpdf</a><br />
<a href="../li_JAMA.html">JAMA</a><br />
<a href="../li_Math_Stats.html">Math_Stats</a><br />
<a href="../li_PHPExcel_CachedObjectStorage.html">PHPExcel_CachedObjectStorage</a><br />
<a href="../li_PHPExcel_Calculation.html">PHPExcel_Calculation</a><br />
<a href="../li_PHPExcel_Cell.html">PHPExcel_Cell</a><br />
<a href="../li_PHPExcel_Reader.html">PHPExcel_Reader</a><br />
<a href="../li_PHPExcel_Reader_Excel5.html">PHPExcel_Reader_Excel5</a><br />
<a href="../li_PHPExcel_RichText.html">PHPExcel_RichText</a><br />
<a href="../li_PHPExcel_Settings.html">PHPExcel_Settings</a><br />
<a href="../li_PHPExcel_Shared.html">PHPExcel_Shared</a><br />
<a href="../li_PHPExcel_Shared_Best_Fit.html">PHPExcel_Shared_Best_Fit</a><br />
<a href="../li_PHPExcel_Shared_Escher.html">PHPExcel_Shared_Escher</a><br />
<a href="../li_PHPExcel_Shared_OLE.html">PHPExcel_Shared_OLE</a><br />
<a href="../li_PHPExcel_Style.html">PHPExcel_Style</a><br />
<a href="../li_PHPExcel_Worksheet.html">PHPExcel_Worksheet</a><br />
<a href="../li_PHPExcel_Worksheet_Drawing.html">PHPExcel_Worksheet_Drawing</a><br />
<a href="../li_PHPExcel_Writer.html">PHPExcel_Writer</a><br />
<a href="../li_PHPExcel_Writer_Excel5.html">PHPExcel_Writer_Excel5</a><br />
<a href="../li_PHPExcel_Writer_Excel2007.html">PHPExcel_Writer_Excel2007</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---Comments.php.html"> Comments.php
</a><br>
<a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---ContentTypes.php.html"> ContentTypes.php
</a><br>
<a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---DocProps.php.html"> DocProps.php
</a><br>
<a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---Drawing.php.html"> Drawing.php
</a><br>
<a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007.php.html"> Excel2007.php
</a><br>
<a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---Rels.php.html"> Rels.php
</a><br>
<a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---StringTable.php.html"> StringTable.php
</a><br>
<a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---Style.php.html"> Style.php
</a><br>
<a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---Theme.php.html"> Theme.php
</a><br>
<a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---Workbook.php.html"> Workbook.php
</a><br>
<a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---Worksheet.php.html"> Worksheet.php
</a><br>
<a href="../PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---WriterPart.php.html"> WriterPart.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007.html">PHPExcel_Writer_Excel2007</a><br />
<a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_Comments.html">PHPExcel_Writer_Excel2007_Comments</a><br />
<a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_ContentTypes.html">PHPExcel_Writer_Excel2007_ContentTypes</a><br />
<a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_DocProps.html">PHPExcel_Writer_Excel2007_DocProps</a><br />
<a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_Drawing.html">PHPExcel_Writer_Excel2007_Drawing</a><br />
<a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_Rels.html">PHPExcel_Writer_Excel2007_Rels</a><br />
<a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_StringTable.html">PHPExcel_Writer_Excel2007_StringTable</a><br />
<a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_Style.html">PHPExcel_Writer_Excel2007_Style</a><br />
<a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_Theme.html">PHPExcel_Writer_Excel2007_Theme</a><br />
<a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_Workbook.html">PHPExcel_Writer_Excel2007_Workbook</a><br />
<a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_Worksheet.html">PHPExcel_Writer_Excel2007_Worksheet</a><br />
<a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_WriterPart.html">PHPExcel_Writer_Excel2007_WriterPart</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Procedural File: StringTable.php</h1>
Source Location: /PHPExcel/Writer/Excel2007/StringTable.php<br /><br />
<br>
<br>
<div class="contents">
<h2>Classes:</h2>
<dt><a href="../PHPExcel_Writer_Excel2007/PHPExcel_Writer_Excel2007_StringTable.html">PHPExcel_Writer_Excel2007_StringTable</a></dt>
<dd>PHPExcel_Writer_Excel2007_StringTable</dd>
</div><br /><br />
<h2>Page Details:</h2>
PHPExcel<br /><br /><p>Copyright (c) 2006 - 2010 PHPExcel</p><p>This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.</p><p>This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.</p><p>You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</p><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>version:</b> </td><td>1.7.4, 2010-08-26</td>
</tr>
<tr>
<td><b>copyright:</b> </td><td>Copyright (c) 2006 - 2010 PHPExcel (http://www.codeplex.com/PHPExcel)</td>
</tr>
<tr>
<td><b>filesource:</b> </td><td><a href="../__filesource/fsource_PHPExcel_Writer_Excel2007__PHPExcelWriterExcel2007StringTable.php.html">Source Code for this file</a></td>
</tr>
<tr>
<td><b>license:</b> </td><td><a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt">LGPL</a></td>
</tr>
</table>
</div>
<br /><br />
<br /><br />
<br /><br />
<br />
<div class="credit">
<hr />
Documentation generated on Thu, 26 Aug 2010 17:44:30 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html> | HadoDokis/Pragtico | app/vendors/PHPExcel/Documentation/API/PHPExcel_Writer_Excel2007/_PHPExcel---Writer---Excel2007---StringTable.php.html | HTML | mit | 8,768 |
<!DOCTYPE html>
<!--[if IEMobile 7]><html class="iem7 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if IE 8]><html class="lt-ie9 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)]><!-->
<html class="no-js not-oldie" lang="en" dir="ltr">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="true" />
<link rel="shortcut icon" href="https://www.epa.gov/sites/all/themes/epa/favicon.ico" type="image/vnd.microsoft.icon" />
<meta name="MobileOptimized" content="width" />
<meta http-equiv="cleartype" content="on" />
<meta http-equiv="ImageToolbar" content="false" />
<meta name="viewport" content="width=device-width" />
<meta name="version" content="20161218" />
<!--googleon: all-->
<meta name="DC.description" content="" />
<meta name="DC.title" content="" />
<title>
Application of Advanced Waste Characterization to Soil Washing and Treatment|
Research Project Database | Grantee Research Project | ORD | US EPA</title>
<!--googleoff: snippet-->
<meta name="keywords" content="" />
<link rel="shortlink" href="" />
<link rel="canonical" href="" />
<meta name="DC.creator" content="" />
<meta name="DC.language" content="en" />
<meta name="DC.Subject.epachannel" content="" />
<meta name="DC.type" content="" />
<meta name="DC.date.created" content="" />
<meta name="DC.date.modified" content="2003-02-18" />
<!--googleoff: all-->
<link type="text/css" rel="stylesheet" href="https://www.epa.gov/misc/ui/jquery.ui.autocomplete.css" media="all" />
<link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/lib/jquery.ui.theme.css" media="all" />
<link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/libraries/template2/s.css" media="all" />
<!--[if lt IE 9]><link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/ie.css" media="all" /><![endif]-->
<link rel="alternate" type="application/atom+xml" title="EPA.gov All Press Releases" href="https://www.epa.gov/newsreleases/search/rss" />
<link rel="alternate" type="application/atom+xml" title="EPA.gov Headquarters Press Releases" href="https://www.epa.gov/newsreleases/search/rss/field_press_office/headquarters" />
<link rel="alternate" type="application/atom+xml" title="Greenversations, EPA's Blog" href="https://blog.epa.gov/blog/feed/" />
<!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/html5.js"></script><![endif]-->
<style type="text/css">
/*This style needed for highlight link. Please do not remove*/
.hlText {
font-family: "Arial";
color: red;
font-weight: bold;
font-style: italic;
background-color: yellow;
}
.tblClass {
font-size:smaller; min-width: 10%; line-height: normal;
}
</style>
</head>
<!-- NOTE, figure out body classes! -->
<body class="node-type-(web-area|page|document|webform) (microsite|resource-directory)" >
<!-- Google Tag Manager -->
<noscript>
<iframe src="//www.googletagmanager.com/ns.html?id=GTM-L8ZB" 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!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-L8ZB');</script>
<!-- End Google Tag Manager -->
<div class="skip-links"><a href="#main-content" class="skip-link element-invisible element-focusable">Jump to main content</a></div>
<header class="masthead clearfix" role="banner"> <img class="site-logo" src="https://www.epa.gov/sites/all/themes/epa/logo.png" alt="" />
<hgroup class="site-name-and-slogan">
<h1 class="site-name"><a href="https://www.epa.gov/" title="Go to the home page" rel="home"><span>US EPA</span></a></h1>
<div class="site-slogan">United States Environmental Protection Agency</div>
</hgroup>
<form class="epa-search" method="get" action="https://search.epa.gov/epasearch/epasearch">
<label class="element-hidden" for="search-box">Search</label>
<input class="form-text" placeholder="Search EPA.gov" name="querytext" id="search-box" value=""/>
<button class="epa-search-button" id="search-button" type="submit" title="Search">Search</button>
<input type="hidden" name="fld" value="" />
<input type="hidden" name="areaname" value="" />
<input type="hidden" name="areacontacts" value="" />
<input type="hidden" name="areasearchurl" value="" />
<input type="hidden" name="typeofsearch" value="epa" />
<input type="hidden" name="result_template" value="2col.ftl" />
<input type="hidden" name="filter" value="sample4filt.hts" />
</form>
</header>
<section id="main-content" class="main-content clearfix" role="main">
<div class="region-preface clearfix">
<div id="block-pane-epa-web-area-connect" class="block block-pane contextual-links-region">
<ul class="menu utility-menu">
<li class="menu-item"><a href="https://www.epa.gov/research-grants/forms/contact-us-about-research-grants" class="menu-link contact-us">Contact Us</a></li>
</ul>
</div>
</div>
<div class="main-column clearfix">
<!--googleon: all-->
<div class="panel-pane pane-node-content" >
<div class="pane-content">
<div class="node node-page clearfix view-mode-full">
<div class="box multi related-info right clear-right" style="max-width:300px; font-size:14px;"><!--googleoff: index-->
<h5 class="pane-title">Project Research Results</h5>
<div class="pane-content">
<ul>
<li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5756/report/F">Final Report</a></li>
</ul>
<strong>Main Center: <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5691/report/0">R825511</a><br />
</strong>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.publications/Center/132">131 publications for this center</a><br />
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.journals/Center/132">39 journal articles for this center</a><br />
</div>
<!-- RFA Search start -->
<h5 class="pane-title">Related Information</h5>
<div class="pane-content">
<ul><li><a href="https://www.epa.gov/research-grants/">Research Grants</a></li>
<li><a href="https://www.epa.gov/P3">P3: Student Design Competition</a></li>
<li><a href="https://www.epa.gov/research-fellowships/">Research Fellowships</a></li>
<li><a href="https://www.epa.gov/sbir/">Small Business Innovation Research (SBIR)</a></li>
<li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/search.welcome">Grantee Research Project Results Search</a></li>
</ul>
</div>
<!-- RFA Search End --><!--googleon: index-->
</div>
<a name="content"></a>
<h2>
Application of Advanced Waste Characterization to Soil Washing and Treatment</h2>
<b>EPA Grant Number:</b> R825511C046<br />
<b>Subproject:</b> <i>this is subproject number 046 , established and managed by the Center Director under
grant <a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5691/report/0">R825511</a>
<br>
(EPA does not fund or establish subprojects; EPA awards and manages the overall grant for this center).</i><br />
<b>Center:</b>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5691/report/0">HSRC (1989) - Northeast HSRC</a><br />
<b>Center Director:</b>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/6121"> Sidhu, Sukh S.</a><br />
<b>Title:</b> Application of Advanced Waste Characterization to Soil Washing and Treatment<br />
<b>Investigators:</b>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/6188"> Labib, Mohammed E. </a>
<br />
<strong>Institution:</strong>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.institutionInfo/institution/4533">
<b>New Jersey Institute of Technology</b>
</a> <br />
<strong>EPA Project Officer:</strong>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/4003"> Manty, Dale </a>
<br />
<b>Project Period:</b>
January 1, 1996 through
December 31, 1996
<br />
<b>RFA:</b>
Hazardous Substance Research Centers - HSRC (1989)
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.rfatext/rfa_id/269">RFA Text</a> |
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/recipients.display/rfa_id/269">Recipients Lists</a>
<br />
<b>Research Category:</b>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/722">Hazardous Substance Research Centers</a>
,
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/1174">Land and Waste Management</a>
<br />
<br>
<h3>Objective:</h3>
<p>The goals of this program are to use advanced characterization techniques to
define the treatability of heavy metal contaminated soils and to reach more
informed decisions compared to conventional approaches. The project should result
in methodologies for using advanced techniques to characterize earth materials
and answer questions regarding heavy metal distribution, speciation and association
with the host matrix of soil. Soil washing techniques can thus be evaluated
and assessed with the aid of the development methodologies.
<p></p>
<h3>Approach:</h3>
<p>Methodology for selecting and applying various advanced characterization techniques
to soil and wastes has been developed. Several examples of contaminants were
examined using the new methodology for investigating: Cr, Pb and Hg contamination.
The investigaotrs are currently investigating As-contaminated soils. They have
performed limited soil washing experiments and investigated the soils before
and after washing. We have been collaborating with Dr. J. Benschoten at the
University of Buffalo during his soils washing developments. These recent investigation
should provide us with the level of Pb contamination so a function of depth
in a particle of soil.
<p></p>
<h3>Expected Results:</h3>
<p>Conventional analytical chemistry techniques are limited with respect to providing
information about heavy metal contaminates and the host soil matrices. In order
to arrive at informed decisions regarding treatability, advanced characterization
techniques such as: XRD, RXF, XPS, Auger, EDS, TOF-SIMS, digital elemental mapping,
and others provide such needed details. For example, conventional techniques
could not tell if the soil is contaminated with elemental or compound lead,
or if the lead contaminants is present uniformly or as discrete phases in the
soil. Such detailed knowledge has been applied to many examples with excellent
results.
<p></p>
<h3>Supplemental Keywords:</h3>
<i>Soil Washing, Waste Characterization, waste characterization, waste treatment.</i>, RFA, Scientific Discipline, INTERNATIONAL COOPERATION, Waste, Water, TREATMENT/CONTROL, Waste Treatment, Contaminated Sediments, Remediation, Environmental Chemistry, Treatment Technologies, Hazardous Waste, Environmental Monitoring, Ecological Risk Assessment, Hazardous, Environmental Engineering, hazardous waste management, hazardous waste treatment, risk assessment, sediment treatment, heavy metals transport, advanced treatment technologies, cleanup, contaminated sediment, remediation technologies, metal release, soil washing, treatment, hazadous waste streams, technology transfer <p />
<P><h3>Progress and Final Reports:</h3>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5756/report/F">Final Report</a><br>
</P>
<br>
<h3>Main Center Abstract and Reports:</h3>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5691/report/0">R825511</a>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5691/report/0">HSRC (1989) - Northeast HSRC</a>
<br />
<p> <strong>Subprojects under this Center:</strong> <span class="fileinfo">(EPA does not fund or establish subprojects; EPA awards and manages the overall grant for this center).</span><br />
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5689/report/0">R825511C001</a> Development of Mechanisms and Kinetic Models on Formation of Polychlorinated Dibenzo-p-Dioxins and Dibenzofurans from Aromatic Precursors<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5693/report/0">R825511C002</a> Real-Time Monitoring and Control of Emissions from Stationary Combustors and Incinerators<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5695/report/0">R825511C003</a> Development of Sampling Systems for Continuous Monitoring of Volatile Organic Compounds (VOCs)<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5696/report/0">R825511C004</a> Investigation into the Effectiveness of DNAPL Remediation Strategies in Fractured Media<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5697/report/0">R825511C005</a> Advanced Leak Detection and Location Research: Extending the SERDP-funded Technical Base<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5699/report/0">R825511C006</a> Three-Dimensional Geostatistical Site Characterization with Updating<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5701/report/0">R825511C007</a> Anaerobic Biodegradation of PAHs in Soils and Dredged Sediments: Characterizing, Monitoring and Promoting Remediation<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5702/report/0">R825511C008</a> Substrate Accelerated Death and Extended Lag Phases as Causes of the Recalcitrance of Halogenated Compounds in Anoxic Environments<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5703/report/0">R825511C009</a> Fate and Transport of Nonionic Surfactants<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5704/report/0">R825511C010</a> In Situ Degradation of Petroleum Hydrocarbons and PAHs in Contaminated Salt Marsh Sediments<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5705/report/0">R825511C011</a> Design and Operation of Surfactant-Enhanced Bioslurry Reactors<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5707/report/0">R825511C012</a> Experimental Study of Overland Transport of Cryptosporidium parvum Oocysts<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5708/report/0">R825511C013</a> Development of a Framework for Evaluation of Leaching from Solid Waste<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5709/report/0">R825511C014</a> Use of a New Leaching Test Framework for Evaluating Alternative Treatment Processes for Mercury Contaminated Mixed Waste (Hazardous and Radioactive)<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5711/report/0">R825511C015</a> Field Pilot Test of In Situ Ultrasonic Enhancement Coupled With Soil Fracturing to Detoxify Contaminated Soil<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5713/report/0">R825511C016</a> Development of Sampling Systems for Continuous Monitoring of Volatile Organic Compounds (VOCs)<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5714/report/0">R825511C017</a> Field Demonstration of the Use of Reactive Zero-Valence Iron Powder to Treat Source Zone Sites Impacted by Halogenated Volatile Organic Chemicals<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5715/report/0">R825511C018</a> Technology Transfer of Continuous Non-Methane Organic Carbon (C-NMOC) Analyzer<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5717/report/0">R825511C019</a> Field Sampling and Treatability Study for In-Situ Remediation of PCB's and Leachable Lead with Iron Powder<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5719/report/0">R825511C020</a> Experimental and Modeling Studies of Chlorocarbon Incineration, PIC Formation, and Emissions Control<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5721/report/0">R825511C021</a> Experimental Studies and Numerical Modeling of Turbulent Combustion During Thermal Treatment of Hazardous Wastes: Applied Research for the Generation of Design and Diagnostic Tools<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5722/report/0">R825511C022</a> Electrochemical Sensor for Heavy Metals in Groundwater - Phase IV<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5723/report/0">R825511C023</a> Novel Molecular Tools for Monitoring In-Situ Bioremediation<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5724/report/0">R825511C024</a> Surfactant-Enhanced Bioremediation of Soils in the Presence of an Organic Phase<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5725/report/0">R825511C025</a> Enhanced Microbial Dechlorination of PCBs and Dioxins in Contaminated Dredge Spoils<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5726/report/0">R825511C026</a> Toward A Risk-Based Model for Bioremediation of Multicomponent NAPL Contaminants<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5727/report/0">R825511C027</a> Removal and Recovery of VOCs and Oils from Surfactant-Flushed Recovered Water by Membrane Permeation<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5731/report/0">R825511C029</a> Field Pilot Test of In-Situ Ultrasonic Enhancement Coupled With Soil Fracturing to Detoxify Contaminated Soil in Cooperation with McLaren/Hart Environmental Engineers at the Hillsborough, NJ Site<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5732/report/0">R825511C030</a> In-Situ Field Test of Electroremediation of a Chromate-Contaminated Site in Hudson County, New Jersey<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5733/report/0">R825511C031</a> Electrokinetic Removal of Heavy Metals and Mixed Hazardous Wastes from Partially and Fully Saturated Soils<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5734/report/0">R825511C032</a> Effects of Clay Charge and Confining Stresses on Soil Remediation by Electroosmosis<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5735/report/0">R825511C033</a> Assessment of Surfactant Enhanced Bioremediation for Soils/Aquifers Containing Polycyclic Aromatic Hydrocarbons (PAHs)<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5737/report/0">R825511C034</a> In-Situ Bioremediation of Organic Compounds: Coupling of Mass Transfer and Biodegradation<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5738/report/0">R825511C035</a> Investigation into the Effectiveness of DNAPL Remediation Strategies in Fractured Media<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5743/report/0">R825511C036</a> Field Pilot Scale Demonstration of Trench Bio-Sparge: An In-Situ Groundwater Treatment Technology<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5745/report/0">R825511C037</a> In-Situ Reductive Dehalogenation of Aliphatic Compounds by Fermentative Heterotrophic Bacteria<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5746/report/0">R825511C038</a> The Effect of Carbon-Nitrogen Ratios on Bacterial Transport and Biodegradation Rates In Soils<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5747/report/0">R825511C039</a> Ultrasonic Enhancement of Soil Fracturing Technologies for In-Situ Detoxification of Contaminated Soil<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5749/report/0">R825511C040</a> Full Field Demonstration of Integrated Pneumatic Fracturing and In-Situ Bioremediation<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5750/report/0">R825511C041</a> Determination of Adsorption and Desorption Behavior of Petroleum Products on Soils<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5751/report/0">R825511C042</a> Evaluation of the Potential for Complete Bioremediation of NAPL-Contaminated Soils Containing Polycyclic Aromatic Hydrocarbons (PAHs)<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5752/report/0">R825511C043</a> Characterization of Subsurface NAPL Distributions at Heterogeneous Field Sites<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5753/report/0">R825511C044</a> Development of a Thermal Desorption Gas Chromatograph/Microwave Induced Plasma/Mass Spectrometer (TDGC/MIP/MS) for On-site Analysis of Organic and Metal Contaminants<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5755/report/0">R825511C045</a> Using Trainable Networks for a Three-dimensional Characterization of Subsurface Contamination<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5756/report/0">R825511C046</a> Application of Advanced Waste Characterization to Soil Washing and Treatment<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5757/report/0">R825511C047</a> Electrochemical Sensor for Heavy Metals in Groundwater Phase III<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5758/report/0">R825511C048</a> Improved Luminescence Sensors for Oxygen Measurement<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5759/report/0">R825511C049</a> Preconcentration, Speciation and Determination of Dissolved Heavy Metals in Natural Waters, using Ion Exchange and Graphite Furnace Atomic Absorption Spectrometry<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5760/report/0">R825511C050</a> Experimental and Modeling Studies of Chlorocarbon Incineration and PIC Formation<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5761/report/0">R825511C051</a> PIC Emission Minimization: Fundamentals and Applications<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5762/report/0">R825511C052</a> Project Title: Development of a Two Stage, Pulse Combustion, VOC Destruction Technology<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5763/report/0">R825511C053</a> Development of Sampling Systems for Continuous Monitoring of Volatile Organic Compounds (VOCs)<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5765/report/0">R825511C054</a> FTIR Analysis of Gaseous Products from Hazardous Waste Combustion<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5767/report/0">R825511C055</a> Toxic Metals Volatilization for Waste Separation and Real-time Metals Analyses<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5769/report/0">R825511C056</a> Mixed Metal Removal and Recovery by Hollow Fiber Membrane-Based Extractive Adsorber<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5771/report/0">R825511C057</a> Removal of Volatile Organic Compounds (VOCs) from Contaminated Groundwater and Soils by Pervaporation<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5772/report/0">R825511C058</a> Simultaneous SO2/NO Removal/Recovery by Hollow Fiber Membrane<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5773/report/0">R825511C059</a> Superfund Sites and Mineral Industries Method<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5774/report/0">R825511C060</a> Soil Washing of Mixed Organics/Metal Contamination<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5775/report/0">R825511C061</a> Removal of Cesium, Strontium, Americium, Technetium and Plutonium from Radioactive Wastewater<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5777/report/0">R825511C062</a> Development of a Method for Removal of Nonvolatile Organic Materials from Soil using Flotation<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5778/report/0">R825511C063</a> Recovery of Evaporative Fuel Losses by Vapor Permeation Membranes<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5779/report/0">R825511C064</a> Surfactant Selection Protocol for Ex Situ Soil Washing<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5781/report/0">R825511C065</a> Biofiltration for the Control of Toxic Industrial VOCs Emissions<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5782/report/0">R825511C066</a> Catalytic Oxidation of Volatile Organic Compounds in Water<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5783/report/0">R825511C067</a> Soil Washing for Remediating Metal Contaminated Soils<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5785/report/0">R825511C068</a> Aqueous Absorption and Kinetics of NO by Strong Oxidizing Agents<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5786/report/0">R825511C069</a> Remediation of Dredging Spoils<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5787/report/0">R825511C070</a> Freeze Concentration for Zero-Effluent Processes<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5789/report/0">R825511C071</a> Life Cycle/Pollution Prevention Response to Executive Order 12856<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5790/report/0">R825511C072</a> Faster Better, Cheaper Hazardous Waste Site Characterization and Cleanup: an Adaptive Sampling and Analysis Strategy Employing Dynamic Workplans<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5791/report/0">R825511C073</a> Development of a Comprehensive Computer Model for the Pneumatic Fracturing Process<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5792/report/0">R825511C074</a> Technology Demonstration and Validation of CFAST Field Analytical Instrumentation for Use in Hazardous Waste Site Characterization, Clean-up and Monitoring<br>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/5795/report/0">R825511C075</a> XFLOW: Training Software Simulating Contaminant Site Characterization and Remediation<br>
</p> </div>
</div>
</div>
<div id="block-epa-og-footer" class="block block-epa-og">
<p class="pagetop"><a href="#content">Top of Page</a></p>
<!--googleoff: all-->
<p id="epa-og-footer"> The perspectives, information and conclusions conveyed in research project abstracts, progress reports, final reports, journal abstracts and journal publications convey the viewpoints of the principal investigator and may not represent the views and policies of ORD and EPA. Conclusions drawn by the principal investigators have not been reviewed by the Agency. </p>
</div>
<!--googleoff: all-->
</div>
</section>
<nav class="nav simple-nav simple-main-nav" role="navigation">
<div class="nav__inner">
<h2 class="element-invisible">Main menu</h2>
<ul class="menu" role="menu">
<li class="menu-item" id="menu-learn" role="presentation"><a href="https://www.epa.gov/environmental-topics" title="Learn about EPA's environmental topics to help protect the environment in your home, workplace, and community and EPA's research mission is to conduct leading-edge research and foster the sound use of science and technology." class="menu-link" role="menuitem">Environmental Topics</a></li>
<li class="menu-item" id="menu-lawsregs" role="presentation"><a href="https://www.epa.gov/laws-regulations" title="Laws written by Congress provide the authority for EPA to write regulations. Regulations explain the technical, operational, and legal details necessary to implement laws." class="menu-link" role="menuitem">Laws & Regulations</a></li>
<li class="menu-item" id="menu-about" role="presentation"><a href="https://www.epa.gov/aboutepa" title="Learn more about: our mission and what we do, how we are organized, and our history." class="menu-link" role="menuitem">About EPA</a></li>
</ul>
</div>
</nav>
<footer class="main-footer clearfix" role="contentinfo">
<div class="main-footer__inner">
<div class="region-footer">
<div class="block block-pane block-pane-epa-global-footer">
<div class="row cols-3">
<div class="col size-1of3">
<div class="col__title">Discover.</div>
<ul class="menu">
<li><a href="https://www.epa.gov/accessibility">Accessibility</a></li>
<li><a href="https://www.epa.gov/aboutepa/administrator-gina-mccarthy">EPA Administrator</a></li>
<li><a href="https://www.epa.gov/planandbudget">Budget & Performance</a></li>
<li><a href="https://www.epa.gov/contracts">Contracting</a></li>
<li><a href="https://www.epa.gov/home/grants-and-other-funding-opportunities">Grants</a></li>
<li><a href="https://www.epa.gov/ocr/whistleblower-protections-epa-and-how-they-relate-non-disclosure-agreements-signed-epa-employees">No FEAR Act Data</a></li>
<li><a href="https://www.epa.gov/home/privacy-and-security-notice">Privacy and Security</a></li>
</ul>
</div>
<div class="col size-1of3">
<div class="col__title">Connect.</div>
<ul class="menu">
<li><a href="https://www.data.gov/">Data.gov</a></li>
<li><a href="https://www.epa.gov/office-inspector-general/about-epas-office-inspector-general">Inspector General</a></li>
<li><a href="https://www.epa.gov/careers">Jobs</a></li>
<li><a href="https://www.epa.gov/newsroom">Newsroom</a></li>
<li><a href="https://www.whitehouse.gov/open">Open Government</a></li>
<li><a href="http://www.regulations.gov/">Regulations.gov</a></li>
<li><a href="https://www.epa.gov/newsroom/email-subscriptions">Subscribe</a></li>
<li><a href="https://www.usa.gov/">USA.gov</a></li>
<li><a href="https://www.whitehouse.gov/">White House</a></li>
</ul>
</div>
<div class="col size-1of3">
<div class="col__title">Ask.</div>
<ul class="menu">
<li><a href="https://www.epa.gov/home/forms/contact-us">Contact Us</a></li>
<li><a href="https://www.epa.gov/home/epa-hotlines">Hotlines</a></li>
<li><a href="https://www.epa.gov/foia">FOIA Requests</a></li>
<li><a href="https://www.epa.gov/home/frequent-questions-specific-epa-programstopics">Frequent Questions</a></li>
</ul>
<div class="col__title">Follow.</div>
<ul class="social-menu">
<li><a class="menu-link social-facebook" href="https://www.facebook.com/EPA">Facebook</a></li>
<li><a class="menu-link social-twitter" href="https://twitter.com/epa">Twitter</a></li>
<li><a class="menu-link social-youtube" href="https://www.youtube.com/user/USEPAgov">YouTube</a></li>
<li><a class="menu-link social-flickr" href="https://www.flickr.com/photos/usepagov">Flickr</a></li>
<li><a class="menu-link social-instagram" href="https://instagram.com/epagov">Instagram</a></li>
</ul>
<p class="last-updated">Last updated on Tuesday, February 18, 2003</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="https://www.epa.gov/sites/all/libraries/template2/jquery.js"></script>
<script src="https://www.epa.gov/sites/all/libraries/template/js.js"></script>
<script src="https://www.epa.gov/sites/all/modules/custom/epa_core/js/alert.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.core.min.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.widget.min.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.position.min.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.autocomplete.min.js"></script>
<!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/ie.js"></script><![endif]-->
<!-- REMOVE if not using -->
<script language=javascript>
<!-- // Activate cloak
// pressing enter will not default submit the first defined button but the programmed defined button
function chkCDVal(cdVal)
{
var isErr = true;
try{
var CDParts = cdVal.split(',');
var st = CDParts[0];
var cd = CDParts[1];
var objRegExp = new RegExp('[0-9][0-9]');
if (!isNaN(st)) {
isErr = false;
}
if (!objRegExp.test(cd) || (cd.length>3)){
isErr = false;
}
}
catch(err){
isErr = false;
}
return isErr;
}
function checkCongDist(cdtxt)
{
//alert(cdtxt.value);
if (!chkCDVal(cdtxt.value)) {
alert('Congressional District MUST be in the following format: state, district; example: Virginia, 08');
return false;
}
else {
return true;
}
}
function fnTrapKD(btn, event)
{
var btn = getObject(btn);
if (document.all)
{
if (event.keyCode == 13)
{
event.returnValue=false;event.cancel = true;btn.click();
}
}
else
{
if (event.which == 13)
{
event.returnValue=false;event.cancelBubble = true;btn.click();
}
}
}
function CheckFilter()
{ if (document.searchform.presetTopic.options[document.searchform.presetTopic.selectedIndex].value == 'NA'){
alert('You must select a subtopic. \n This item is not selectable');
document.searchform.presetTopic.options[0].selected = true;
}
}
function openHelpWindow(url,title,scrollable)
{
var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no');
win.focus();
}
function openNewWindow(url,title,scrollable)
{
var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no');
}
function openNewWindow(url,title)
{
var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no');
}
function openNewMapWindow(url,title)
{
var win = window.open(url,"title",'width=800,height=450,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no');
}
function openNoticeWindow(url,title)
{
var win = window.open(url,"title",'width=300,height=150,left=500,top=150,resizable=1,scrollbars=no,menubar=no,status=no');
}
function openNewSearchWindow(site,subj)
{
title = 'window';
var win = window.open('https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.pubsearch/site/' + site + '/redirect/' + subj,"title",'width=640,height=480,resizable=1,scrollbars=yes,menubar=yes,status=no');
}
function autoCheck(name)
{
document.forms['thisForm'].elements[name].checked = true;
}
function alertUser()
{
var ok = alert("This search might take longer than expected. Please refrain from hitting the refresh or reload button on your browser. The search results will appear after the search is complete. Thank you.");
}
function closePopupWindow(redirectUrl)
{
opener.location = redirectUrl;
opener.focus();
this.close();
}
//-->
</script>
</body>
</html> | 1wheel/scraping | epa-grants/research/raw/05756.html | HTML | mit | 42,699 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_stream_socket::message_flags</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket">
<link rel="prev" href="message_end_of_record.html" title="basic_stream_socket::message_end_of_record">
<link rel="next" href="message_out_of_band.html" title="basic_stream_socket::message_out_of_band">
</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="message_end_of_record.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="message_out_of_band.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_stream_socket.message_flags"></a><a class="link" href="message_flags.html" title="basic_stream_socket::message_flags">basic_stream_socket::message_flags</a>
</h4></div></div></div>
<p>
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
<a class="indexterm" name="idp58514592"></a>
Bitmask type for flags that can be passed
to send and receive operations.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="keyword">int</span> <span class="identifier">message_flags</span><span class="special">;</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_stream_socket.message_flags.h0"></a>
<span><a name="boost_asio.reference.basic_stream_socket.message_flags.requirements"></a></span><a class="link" href="message_flags.html#boost_asio.reference.basic_stream_socket.message_flags.requirements">Requirements</a>
</h6>
<p>
<span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code>
</p>
<p>
<span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
</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 © 2003-2015 Christopher M.
Kohlhoff<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="message_end_of_record.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="message_out_of_band.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| calvinfarias/IC2015-2 | BOOST/boost_1_61_0/libs/asio/doc/html/boost_asio/reference/basic_stream_socket/message_flags.html | HTML | mit | 4,092 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>V8 API Reference Guide for node.js v9.8.0: v8::V8 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 id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v9.8.0
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</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_1V8.html">V8</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="#friends">Friends</a> |
<a href="classv8_1_1V8-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::V8 Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a826445815ae5f539547d94bc9b063ca8"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a826445815ae5f539547d94bc9b063ca8">V8_DEPRECATE_SOON</a> ("Use version with default location.", static bool InitializeICU(const char *icu_data_file=nullptr))</td></tr>
<tr class="separator:a826445815ae5f539547d94bc9b063ca8"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:adcb67f2cb8f0d94495b7d25e82aa223a"><td class="memItemLeft" align="right" valign="top">static V8_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#adcb67f2cb8f0d94495b7d25e82aa223a">V8_DEPRECATED</a> ("Use isolate version", void SetFatalErrorHandler(FatalErrorCallback that))</td></tr>
<tr class="separator:adcb67f2cb8f0d94495b7d25e82aa223a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aaf432a021a1ab586cd2d888c915d47f8"><td class="memItemLeft" align="right" valign="top">static V8_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#aaf432a021a1ab586cd2d888c915d47f8">V8_DEPRECATED</a> ("Use isolate version", bool IsDead())</td></tr>
<tr class="separator:aaf432a021a1ab586cd2d888c915d47f8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae6a0f605e072e9e27e3666559d5c351f"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#ae6a0f605e072e9e27e3666559d5c351f">SetNativesDataBlob</a> (<a class="el" href="classv8_1_1StartupData.html">StartupData</a> *startup_blob)</td></tr>
<tr class="separator:ae6a0f605e072e9e27e3666559d5c351f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a231b3cd8e5578497ee36210c0411f14c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a231b3cd8e5578497ee36210c0411f14c"></a>
static void </td><td class="memItemRight" valign="bottom"><b>SetSnapshotDataBlob</b> (<a class="el" href="classv8_1_1StartupData.html">StartupData</a> *startup_blob)</td></tr>
<tr class="separator:a231b3cd8e5578497ee36210c0411f14c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac364f4d2598b97502138c9506f2aa287"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classv8_1_1StartupData.html">StartupData</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#ac364f4d2598b97502138c9506f2aa287">CreateSnapshotDataBlob</a> (const char *embedded_source=NULL)</td></tr>
<tr class="separator:ac364f4d2598b97502138c9506f2aa287"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adb8616cb7056b7e054f6694deae8dc2a"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classv8_1_1StartupData.html">StartupData</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#adb8616cb7056b7e054f6694deae8dc2a">WarmUpSnapshotDataBlob</a> (<a class="el" href="classv8_1_1StartupData.html">StartupData</a> cold_startup_blob, const char *warmup_source)</td></tr>
<tr class="separator:adb8616cb7056b7e054f6694deae8dc2a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab378f443bbadeeaa625851f39014688f"><td class="memItemLeft" align="right" valign="top">static V8_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#ab378f443bbadeeaa625851f39014688f">V8_DEPRECATED</a> ("Use isolate version", bool AddMessageListener(MessageCallback that, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > data=<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> >()))</td></tr>
<tr class="separator:ab378f443bbadeeaa625851f39014688f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5a6ecfbbf0629d96ad7d5603960f551b"><td class="memItemLeft" align="right" valign="top">static V8_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a5a6ecfbbf0629d96ad7d5603960f551b">V8_DEPRECATED</a> ("Use isolate version", void RemoveMessageListeners(MessageCallback that))</td></tr>
<tr class="separator:a5a6ecfbbf0629d96ad7d5603960f551b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a691fb89a31ab4ce066259b7a81521d2e"><td class="memItemLeft" align="right" valign="top">static V8_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a691fb89a31ab4ce066259b7a81521d2e">V8_DEPRECATED</a> ("Use isolate version", void SetCaptureStackTraceForUncaughtExceptions(bool capture, int frame_limit=10, <a class="el" href="classv8_1_1StackTrace.html#a9704e4a37949eb8eb8ccddbddf161492">StackTrace::StackTraceOptions</a> options=StackTrace::kOverview))</td></tr>
<tr class="separator:a691fb89a31ab4ce066259b7a81521d2e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab263a85e6f97ea79d944bd20bb09a95f"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#ab263a85e6f97ea79d944bd20bb09a95f">SetFlagsFromString</a> (const char *str, int length)</td></tr>
<tr class="separator:ab263a85e6f97ea79d944bd20bb09a95f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a63157ad9284ffad1c0ab62b21aadd08c"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a63157ad9284ffad1c0ab62b21aadd08c">SetFlagsFromCommandLine</a> (int *argc, char **argv, bool remove_flags)</td></tr>
<tr class="separator:a63157ad9284ffad1c0ab62b21aadd08c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afcecc0e9e8b5fa17a06a93f7b5a7538d"><td class="memItemLeft" align="right" valign="top">static const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#afcecc0e9e8b5fa17a06a93f7b5a7538d">GetVersion</a> ()</td></tr>
<tr class="separator:afcecc0e9e8b5fa17a06a93f7b5a7538d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3a1536ab17b6416848404db9805b92ae"><td class="memItemLeft" align="right" valign="top">static V8_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a3a1536ab17b6416848404db9805b92ae">V8_DEPRECATED</a> ("Use isolate version", void SetFailedAccessCheckCallbackFunction(FailedAccessCheckCallback))</td></tr>
<tr class="separator:a3a1536ab17b6416848404db9805b92ae"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aebd12f6f8fe7c67785f1c876dec5b2ce"><td class="memItemLeft" align="right" valign="top">static </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#aebd12f6f8fe7c67785f1c876dec5b2ce">V8_DEPRECATED</a> ("Use isolate version", void AddGCPrologueCallback(GCCallback callback, <a class="el" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> gc_type_filter=kGCTypeAll))</td></tr>
<tr class="separator:aebd12f6f8fe7c67785f1c876dec5b2ce"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af56a1bbe2a567b71c70391b9162dbdfc"><td class="memItemLeft" align="right" valign="top">static V8_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#af56a1bbe2a567b71c70391b9162dbdfc">V8_DEPRECATED</a> ("Use isolate version", void RemoveGCPrologueCallback(GCCallback callback))</td></tr>
<tr class="separator:af56a1bbe2a567b71c70391b9162dbdfc"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a70b116534962612ad29b5f0c45115bda"><td class="memItemLeft" align="right" valign="top">static </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a70b116534962612ad29b5f0c45115bda">V8_DEPRECATED</a> ("Use isolate version", void AddGCEpilogueCallback(GCCallback callback, <a class="el" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> gc_type_filter=kGCTypeAll))</td></tr>
<tr class="separator:a70b116534962612ad29b5f0c45115bda"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a92cbf3c479cf64c17a72a84a431213e6"><td class="memItemLeft" align="right" valign="top">static V8_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a92cbf3c479cf64c17a72a84a431213e6">V8_DEPRECATED</a> ("Use isolate version", void RemoveGCEpilogueCallback(GCCallback callback))</td></tr>
<tr class="separator:a92cbf3c479cf64c17a72a84a431213e6"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a40daec93ce44bdd922567fc121be9db8"><td class="memItemLeft" align="right" valign="top">static bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a40daec93ce44bdd922567fc121be9db8">Initialize</a> ()</td></tr>
<tr class="separator:a40daec93ce44bdd922567fc121be9db8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5331ce9c858af264f30de667c74c5a76"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a5331ce9c858af264f30de667c74c5a76">SetEntropySource</a> (<a class="el" href="namespacev8.html#ab699f4bbbb56350e6e915682e420fcdc">EntropySource</a> source)</td></tr>
<tr class="separator:a5331ce9c858af264f30de667c74c5a76"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7a9e8a96dcb3c3d306c0061b0a8e39c8"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a7a9e8a96dcb3c3d306c0061b0a8e39c8">SetReturnAddressLocationResolver</a> (<a class="el" href="namespacev8.html#a8ce54c75241be41ff6a25e9944eefd2a">ReturnAddressLocationResolver</a> return_address_resolver)</td></tr>
<tr class="separator:a7a9e8a96dcb3c3d306c0061b0a8e39c8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8c6ad462ff967cb3afe8c97c85311e71"><td class="memItemLeft" align="right" valign="top">static V8_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a8c6ad462ff967cb3afe8c97c85311e71">V8_DEPRECATED</a> ("Use isolate version", void TerminateExecution(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate))</td></tr>
<tr class="separator:a8c6ad462ff967cb3afe8c97c85311e71"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5f7fe6a564362bb96289f8daf555ae21"><td class="memItemLeft" align="right" valign="top">static V8_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a5f7fe6a564362bb96289f8daf555ae21">V8_DEPRECATED</a> ("Use isolate version", bool IsExecutionTerminating(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate=NULL))</td></tr>
<tr class="separator:a5f7fe6a564362bb96289f8daf555ae21"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a753d4225198ba18638d0b35d58fe8f8d"><td class="memItemLeft" align="right" valign="top">static V8_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a753d4225198ba18638d0b35d58fe8f8d">V8_DEPRECATED</a> ("Use isolate version", void CancelTerminateExecution(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate))</td></tr>
<tr class="separator:a753d4225198ba18638d0b35d58fe8f8d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a566450d632c0a63770682b9da3cae08d"><td class="memItemLeft" align="right" valign="top">static bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a566450d632c0a63770682b9da3cae08d">Dispose</a> ()</td></tr>
<tr class="separator:a566450d632c0a63770682b9da3cae08d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6f1eecbdac8c724d0d2b1c1932b9fd2f"><td class="memItemLeft" align="right" valign="top">static V8_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a6f1eecbdac8c724d0d2b1c1932b9fd2f">V8_DEPRECATED</a> ("Use isolate version", void VisitExternalResources(<a class="el" href="classv8_1_1ExternalResourceVisitor.html">ExternalResourceVisitor</a> *visitor))</td></tr>
<tr class="separator:a6f1eecbdac8c724d0d2b1c1932b9fd2f"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8e480f3cbe5604c1ac70a27ee712240d"><td class="memItemLeft" align="right" valign="top">static V8_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a8e480f3cbe5604c1ac70a27ee712240d">V8_DEPRECATED</a> ("Use isolate version", void VisitHandlesWithClassIds(<a class="el" href="classv8_1_1PersistentHandleVisitor.html">PersistentHandleVisitor</a> *visitor))</td></tr>
<tr class="separator:a8e480f3cbe5604c1ac70a27ee712240d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab3dc2dd0a6e412f8a9fc6a487e883dfd"><td class="memItemLeft" align="right" valign="top">static V8_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#ab3dc2dd0a6e412f8a9fc6a487e883dfd">V8_DEPRECATED</a> ("Use isolate version", void VisitHandlesWithClassIds(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, <a class="el" href="classv8_1_1PersistentHandleVisitor.html">PersistentHandleVisitor</a> *visitor))</td></tr>
<tr class="separator:ab3dc2dd0a6e412f8a9fc6a487e883dfd"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7ccad1e5aadabf0368ff1a7b0a8cbb6b"><td class="memItemLeft" align="right" valign="top">static V8_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a7ccad1e5aadabf0368ff1a7b0a8cbb6b">V8_DEPRECATED</a> ("Use isolate version", void VisitHandlesForPartialDependence(<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, <a class="el" href="classv8_1_1PersistentHandleVisitor.html">PersistentHandleVisitor</a> *visitor))</td></tr>
<tr class="separator:a7ccad1e5aadabf0368ff1a7b0a8cbb6b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a133e338f42ab109a51f75b929f7c1500"><td class="memItemLeft" align="right" valign="top">static bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a133e338f42ab109a51f75b929f7c1500">InitializeICUDefaultLocation</a> (const char *exec_path, const char *icu_data_file=nullptr)</td></tr>
<tr class="separator:a133e338f42ab109a51f75b929f7c1500"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad662ec37263887b7fd31c6b498e9466c"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#ad662ec37263887b7fd31c6b498e9466c">InitializeExternalStartupData</a> (const char *directory_path)</td></tr>
<tr class="separator:ad662ec37263887b7fd31c6b498e9466c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a21e8f87cde2efa4af9955ab05515b4d2"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a21e8f87cde2efa4af9955ab05515b4d2"></a>
static void </td><td class="memItemRight" valign="bottom"><b>InitializeExternalStartupData</b> (const char *natives_blob, const char *snapshot_blob)</td></tr>
<tr class="separator:a21e8f87cde2efa4af9955ab05515b4d2"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a095eb8064458588a579c2b904e02dbbf"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a095eb8064458588a579c2b904e02dbbf">InitializePlatform</a> (<a class="el" href="classv8_1_1Platform.html">Platform</a> *platform)</td></tr>
<tr class="separator:a095eb8064458588a579c2b904e02dbbf"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a228fad83cc2fe17f10cea1a6fb6669c7"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#a228fad83cc2fe17f10cea1a6fb6669c7">ShutdownPlatform</a> ()</td></tr>
<tr class="separator:a228fad83cc2fe17f10cea1a6fb6669c7"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adbf27d051499b037f054d4d59c9e76b4"><td class="memItemLeft" align="right" valign="top">static bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1V8.html#adbf27d051499b037f054d4d59c9e76b4">RegisterDefaultSignalHandler</a> ()</td></tr>
<tr class="separator:adbf27d051499b037f054d4d59c9e76b4"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a>
Friends</h2></td></tr>
<tr class="memitem:a08e2b8f164392d71811ce6cc134f33e3"><td class="memTemplParams" colspan="2"><a class="anchor" id="a08e2b8f164392d71811ce6cc134f33e3"></a>
template<class K , class V , class T > </td></tr>
<tr class="memitem:a08e2b8f164392d71811ce6cc134f33e3"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>PersistentValueMapBase</b></td></tr>
<tr class="separator:a08e2b8f164392d71811ce6cc134f33e3"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afb872edb4aac7ba55f0da004113aa2b0"><td class="memTemplParams" colspan="2"><a class="anchor" id="afb872edb4aac7ba55f0da004113aa2b0"></a>
template<class T > </td></tr>
<tr class="memitem:afb872edb4aac7ba55f0da004113aa2b0"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>Local</b></td></tr>
<tr class="separator:afb872edb4aac7ba55f0da004113aa2b0"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8c1dab86fc095fca89075da411a82209"><td class="memTemplParams" colspan="2"><a class="anchor" id="a8c1dab86fc095fca89075da411a82209"></a>
template<class T > </td></tr>
<tr class="memitem:a8c1dab86fc095fca89075da411a82209"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>MaybeLocal</b></td></tr>
<tr class="separator:a8c1dab86fc095fca89075da411a82209"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae606ba8c3656041ee7ec7532d02a3bdb"><td class="memTemplParams" colspan="2"><a class="anchor" id="ae606ba8c3656041ee7ec7532d02a3bdb"></a>
template<class T > </td></tr>
<tr class="memitem:ae606ba8c3656041ee7ec7532d02a3bdb"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>Maybe</b></td></tr>
<tr class="separator:ae606ba8c3656041ee7ec7532d02a3bdb"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aeeef5ad4ce5906cf147f93645284ebdf"><td class="memTemplParams" colspan="2"><a class="anchor" id="aeeef5ad4ce5906cf147f93645284ebdf"></a>
template<class T > </td></tr>
<tr class="memitem:aeeef5ad4ce5906cf147f93645284ebdf"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>WeakCallbackInfo</b></td></tr>
<tr class="separator:aeeef5ad4ce5906cf147f93645284ebdf"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adf5d8780aceb9310fb1246aae7ec348e"><td class="memTemplParams" colspan="2"><a class="anchor" id="adf5d8780aceb9310fb1246aae7ec348e"></a>
template<class T > </td></tr>
<tr class="memitem:adf5d8780aceb9310fb1246aae7ec348e"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>Eternal</b></td></tr>
<tr class="separator:adf5d8780aceb9310fb1246aae7ec348e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abb172e0bb22fc5fed7a3a66f29d046ce"><td class="memTemplParams" colspan="2"><a class="anchor" id="abb172e0bb22fc5fed7a3a66f29d046ce"></a>
template<class T > </td></tr>
<tr class="memitem:abb172e0bb22fc5fed7a3a66f29d046ce"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>PersistentBase</b></td></tr>
<tr class="separator:abb172e0bb22fc5fed7a3a66f29d046ce"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad845ec8872174be0a9ca9a3dd1898d30"><td class="memTemplParams" colspan="2"><a class="anchor" id="ad845ec8872174be0a9ca9a3dd1898d30"></a>
template<class T , class M > </td></tr>
<tr class="memitem:ad845ec8872174be0a9ca9a3dd1898d30"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>Persistent</b></td></tr>
<tr class="separator:ad845ec8872174be0a9ca9a3dd1898d30"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac26c806e60ca4a0547680edb68f6e39b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac26c806e60ca4a0547680edb68f6e39b"></a>
class </td><td class="memItemRight" valign="bottom"><b>Context</b></td></tr>
<tr class="separator:ac26c806e60ca4a0547680edb68f6e39b"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Container class for static utility functions. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="ac364f4d2598b97502138c9506f2aa287"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="classv8_1_1StartupData.html">StartupData</a> v8::V8::CreateSnapshotDataBlob </td>
<td>(</td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>embedded_source</em> = <code>NULL</code></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Bootstrap an isolate and a context from scratch to create a startup snapshot. Include the side-effects of running the optional script. Returns { NULL, 0 } on failure. The caller acquires ownership of the data array in the return value. </p>
</div>
</div>
<a class="anchor" id="a566450d632c0a63770682b9da3cae08d"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static bool v8::V8::Dispose </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Releases any resources used by <a class="el" href="namespacev8.html">v8</a> and stops any utility threads that may be running. Note that disposing <a class="el" href="namespacev8.html">v8</a> is permanent, it cannot be reinitialized.</p>
<p>It should generally not be necessary to dispose <a class="el" href="namespacev8.html">v8</a> before exiting a process, this should happen automatically. It is only necessary to use if the process needs the resources taken up by <a class="el" href="namespacev8.html">v8</a>. </p>
</div>
</div>
<a class="anchor" id="afcecc0e9e8b5fa17a06a93f7b5a7538d"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static const char* v8::V8::GetVersion </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Get the version string. </p>
</div>
</div>
<a class="anchor" id="a40daec93ce44bdd922567fc121be9db8"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static bool v8::V8::Initialize </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Initializes <a class="el" href="classv8_1_1V8.html">V8</a>. This function needs to be called before the first <a class="el" href="classv8_1_1Isolate.html">Isolate</a> is created. It always returns true. </p>
</div>
</div>
<a class="anchor" id="ad662ec37263887b7fd31c6b498e9466c"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void v8::V8::InitializeExternalStartupData </td>
<td>(</td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>directory_path</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Initialize the external startup data. The embedder only needs to invoke this method when external startup data was enabled in a build.</p>
<p>If <a class="el" href="classv8_1_1V8.html">V8</a> was compiled with the startup data in an external file, then <a class="el" href="classv8_1_1V8.html">V8</a> needs to be given those external files during startup. There are three ways to do this:</p><ul>
<li><a class="el" href="classv8_1_1V8.html#ad662ec37263887b7fd31c6b498e9466c">InitializeExternalStartupData(const char*)</a> This will look in the given directory for files "natives_blob.bin" and "snapshot_blob.bin" - which is what the default build calls them.</li>
<li>InitializeExternalStartupData(const char*, const char*) As above, but will directly use the two given file names.</li>
<li>Call SetNativesDataBlob, SetNativesDataBlob. This will read the blobs from the given data structures and will not perform any file IO. </li>
</ul>
</div>
</div>
<a class="anchor" id="a133e338f42ab109a51f75b929f7c1500"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static bool v8::V8::InitializeICUDefaultLocation </td>
<td>(</td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>exec_path</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>icu_data_file</em> = <code>nullptr</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Initialize the ICU library bundled with <a class="el" href="classv8_1_1V8.html">V8</a>. The embedder should only invoke this method when using the bundled ICU. If <a class="el" href="classv8_1_1V8.html">V8</a> was compiled with the ICU data in an external file and when the default location of that file should be used, a path to the executable must be provided. Returns true on success.</p>
<p>The default is a file called icudtl.dat side-by-side with the executable.</p>
<p>Optionally, the location of the data file can be provided to override the default. </p>
</div>
</div>
<a class="anchor" id="a095eb8064458588a579c2b904e02dbbf"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void v8::V8::InitializePlatform </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1Platform.html">Platform</a> * </td>
<td class="paramname"><em>platform</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Sets the <a class="el" href="classv8_1_1Platform.html">v8::Platform</a> to use. This should be invoked before <a class="el" href="classv8_1_1V8.html">V8</a> is initialized. </p>
</div>
</div>
<a class="anchor" id="adbf27d051499b037f054d4d59c9e76b4"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static bool v8::V8::RegisterDefaultSignalHandler </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Enable the default signal handler rather than using one provided by the embedder. </p>
</div>
</div>
<a class="anchor" id="a5331ce9c858af264f30de667c74c5a76"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void v8::V8::SetEntropySource </td>
<td>(</td>
<td class="paramtype"><a class="el" href="namespacev8.html#ab699f4bbbb56350e6e915682e420fcdc">EntropySource</a> </td>
<td class="paramname"><em>source</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Allows the host application to provide a callback which can be used as a source of entropy for random number generators. </p>
</div>
</div>
<a class="anchor" id="a63157ad9284ffad1c0ab62b21aadd08c"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void v8::V8::SetFlagsFromCommandLine </td>
<td>(</td>
<td class="paramtype">int * </td>
<td class="paramname"><em>argc</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char ** </td>
<td class="paramname"><em>argv</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool </td>
<td class="paramname"><em>remove_flags</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Sets <a class="el" href="classv8_1_1V8.html">V8</a> flags from the command line. </p>
</div>
</div>
<a class="anchor" id="ab263a85e6f97ea79d944bd20bb09a95f"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void v8::V8::SetFlagsFromString </td>
<td>(</td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>str</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>length</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Sets <a class="el" href="classv8_1_1V8.html">V8</a> flags from a string. </p>
</div>
</div>
<a class="anchor" id="ae6a0f605e072e9e27e3666559d5c351f"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void v8::V8::SetNativesDataBlob </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1StartupData.html">StartupData</a> * </td>
<td class="paramname"><em>startup_blob</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Hand startup data to <a class="el" href="classv8_1_1V8.html">V8</a>, in case the embedder has chosen to build <a class="el" href="classv8_1_1V8.html">V8</a> with external startup data.</p>
<p>Note:</p><ul>
<li>By default the startup data is linked into the <a class="el" href="classv8_1_1V8.html">V8</a> library, in which case this function is not meaningful.</li>
<li>If this needs to be called, it needs to be called before <a class="el" href="classv8_1_1V8.html">V8</a> tries to make use of its built-ins.</li>
<li>To avoid unnecessary copies of data, <a class="el" href="classv8_1_1V8.html">V8</a> will point directly into the given data blob, so pretty please keep it around until <a class="el" href="classv8_1_1V8.html">V8</a> exit.</li>
<li>Compression of the startup blob might be useful, but needs to handled entirely on the embedders' side.</li>
<li>The call will abort if the data is invalid. </li>
</ul>
</div>
</div>
<a class="anchor" id="a7a9e8a96dcb3c3d306c0061b0a8e39c8"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void v8::V8::SetReturnAddressLocationResolver </td>
<td>(</td>
<td class="paramtype"><a class="el" href="namespacev8.html#a8ce54c75241be41ff6a25e9944eefd2a">ReturnAddressLocationResolver</a> </td>
<td class="paramname"><em>return_address_resolver</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Allows the host application to provide a callback that allows <a class="el" href="namespacev8.html">v8</a> to cooperate with a profiler that rewrites return addresses on stack. </p>
</div>
</div>
<a class="anchor" id="a228fad83cc2fe17f10cea1a6fb6669c7"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void v8::V8::ShutdownPlatform </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Clears all references to the <a class="el" href="classv8_1_1Platform.html">v8::Platform</a>. This should be invoked after <a class="el" href="classv8_1_1V8.html">V8</a> was disposed. </p>
</div>
</div>
<a class="anchor" id="a826445815ae5f539547d94bc9b063ca8"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">v8::V8::V8_DEPRECATE_SOON </td>
<td>(</td>
<td class="paramtype">"Use version with default location." </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">static bool  </td>
<td class="paramname"><em>InitializeICU</em>const char *icu_data_file=nullptr </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Initialize the ICU library bundled with <a class="el" href="classv8_1_1V8.html">V8</a>. The embedder should only invoke this method when using the bundled ICU. Returns true on success.</p>
<p>If <a class="el" href="classv8_1_1V8.html">V8</a> was compiled with the ICU data in an external file, the location of the data file has to be provided. </p>
</div>
</div>
<a class="anchor" id="adcb67f2cb8f0d94495b7d25e82aa223a"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use isolate version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void  </td>
<td class="paramname"><em>SetFatalErrorHandler</em>FatalErrorCallback that </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p><a class="el" href="classv8_1_1Set.html">Set</a> the callback to invoke in case of fatal errors. </p>
</div>
</div>
<a class="anchor" id="aaf432a021a1ab586cd2d888c915d47f8"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use isolate version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool  </td>
<td class="paramname"><em>IsDead</em>() </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Check if <a class="el" href="classv8_1_1V8.html">V8</a> is dead and therefore unusable. This is the case after fatal errors such as out-of-memory situations. </p>
</div>
</div>
<a class="anchor" id="ab378f443bbadeeaa625851f39014688f"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use isolate version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool  </td>
<td class="paramname"><em>AddMessageListener</em>MessageCallback that, Local< Value > data=Local< Value >() </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Adds a message listener.</p>
<p>The same message listener can be added more than once and in that case it will be called more than once for each message.</p>
<p>If data is specified, it will be passed to the callback when it is called. Otherwise, the exception object will be passed to the callback instead. </p>
</div>
</div>
<a class="anchor" id="a5a6ecfbbf0629d96ad7d5603960f551b"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use isolate version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void  </td>
<td class="paramname"><em>RemoveMessageListeners</em>MessageCallback that </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Remove all message listeners from the specified callback function. </p>
</div>
</div>
<a class="anchor" id="a691fb89a31ab4ce066259b7a81521d2e"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use isolate version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void  </td>
<td class="paramname"><em>SetCaptureStackTraceForUncaughtExceptions</em>bool capture, int frame_limit=10, StackTrace::StackTraceOptions options=StackTrace::kOverview </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Tells <a class="el" href="classv8_1_1V8.html">V8</a> to capture current stack trace when uncaught exception occurs and report it to the message listeners. The option is off by default. </p>
</div>
</div>
<a class="anchor" id="a3a1536ab17b6416848404db9805b92ae"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use isolate version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void  </td>
<td class="paramname"><em>SetFailedAccessCheckCallbackFunction</em>FailedAccessCheckCallback </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Callback function for reporting failed access checks. </p>
</div>
</div>
<a class="anchor" id="aebd12f6f8fe7c67785f1c876dec5b2ce"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static v8::V8::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use isolate version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void  </td>
<td class="paramname"><em>AddGCPrologueCallback</em>GCCallback callback, GCType gc_type_filter=kGCTypeAll </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Enables the host application to receive a notification before a garbage collection. Allocations are not allowed in the callback function, you therefore cannot manipulate objects (set or delete properties for example) since it is possible such operations will result in the allocation of objects. It is possible to specify the GCType filter for your callback. But it is not possible to register the same callback function two times with different GCType filters. </p>
</div>
</div>
<a class="anchor" id="af56a1bbe2a567b71c70391b9162dbdfc"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use isolate version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void  </td>
<td class="paramname"><em>RemoveGCPrologueCallback</em>GCCallback callback </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>This function removes callback which was installed by AddGCPrologueCallback function. </p>
</div>
</div>
<a class="anchor" id="a70b116534962612ad29b5f0c45115bda"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static v8::V8::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use isolate version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void  </td>
<td class="paramname"><em>AddGCEpilogueCallback</em>GCCallback callback, GCType gc_type_filter=kGCTypeAll </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Enables the host application to receive a notification after a garbage collection. Allocations are not allowed in the callback function, you therefore cannot manipulate objects (set or delete properties for example) since it is possible such operations will result in the allocation of objects. It is possible to specify the GCType filter for your callback. But it is not possible to register the same callback function two times with different GCType filters. </p>
</div>
</div>
<a class="anchor" id="a92cbf3c479cf64c17a72a84a431213e6"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use isolate version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void  </td>
<td class="paramname"><em>RemoveGCEpilogueCallback</em>GCCallback callback </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>This function removes callback which was installed by AddGCEpilogueCallback function. </p>
</div>
</div>
<a class="anchor" id="a8c6ad462ff967cb3afe8c97c85311e71"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use isolate version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void  </td>
<td class="paramname"><em>TerminateExecution</em>Isolate *isolate </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Forcefully terminate the current thread of JavaScript execution in the given isolate.</p>
<p>This method can be used by any thread even if that thread has not acquired the <a class="el" href="classv8_1_1V8.html">V8</a> lock with a <a class="el" href="classv8_1_1Locker.html">Locker</a> object.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">isolate</td><td>The isolate in which to terminate the current JS execution. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a5f7fe6a564362bb96289f8daf555ae21"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use isolate version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool  </td>
<td class="paramname"><em>IsExecutionTerminating</em>Isolate *isolate=NULL </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Is <a class="el" href="classv8_1_1V8.html">V8</a> terminating JavaScript execution.</p>
<p>Returns true if JavaScript execution is currently terminating because of a call to TerminateExecution. In that case there are still JavaScript frames on the stack and the termination exception is still active.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">isolate</td><td>The isolate in which to check. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a753d4225198ba18638d0b35d58fe8f8d"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use isolate version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void  </td>
<td class="paramname"><em>CancelTerminateExecution</em>Isolate *isolate </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Resume execution capability in the given isolate, whose execution was previously forcefully terminated using TerminateExecution().</p>
<p>When execution is forcefully terminated using TerminateExecution(), the isolate can not resume execution until all JavaScript frames have propagated the uncatchable exception which is generated. This method allows the program embedding the engine to handle the termination event and resume execution capability, even if JavaScript frames remain on the stack.</p>
<p>This method can be used by any thread even if that thread has not acquired the <a class="el" href="classv8_1_1V8.html">V8</a> lock with a <a class="el" href="classv8_1_1Locker.html">Locker</a> object.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">isolate</td><td>The isolate in which to resume execution capability. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a6f1eecbdac8c724d0d2b1c1932b9fd2f"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use isolate version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void  </td>
<td class="paramname"><em>VisitExternalResources</em>ExternalResourceVisitor *visitor </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Iterates through all external resources referenced from current isolate heap. GC is not invoked prior to iterating, therefore there is no guarantee that visited objects are still alive. </p>
</div>
</div>
<a class="anchor" id="a8e480f3cbe5604c1ac70a27ee712240d"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use isolate version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void  </td>
<td class="paramname"><em>VisitHandlesWithClassIds</em>PersistentHandleVisitor *visitor </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Iterates through all the persistent handles in the current isolate's heap that have class_ids. </p>
</div>
</div>
<a class="anchor" id="ab3dc2dd0a6e412f8a9fc6a487e883dfd"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use isolate version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void  </td>
<td class="paramname"><em>VisitHandlesWithClassIds</em>Isolate *isolate, PersistentHandleVisitor *visitor </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Iterates through all the persistent handles in isolate's heap that have class_ids. </p>
</div>
</div>
<a class="anchor" id="a7ccad1e5aadabf0368ff1a7b0a8cbb6b"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static V8_INLINE v8::V8::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"Use isolate version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void  </td>
<td class="paramname"><em>VisitHandlesForPartialDependence</em>Isolate *isolate, PersistentHandleVisitor *visitor </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Iterates through all the persistent handles in the current isolate's heap that have class_ids and are candidates to be marked as partially dependent handles. This will visit handles to young objects created since the last garbage collection but is free to visit an arbitrary superset of these objects. </p>
</div>
</div>
<a class="anchor" id="adb8616cb7056b7e054f6694deae8dc2a"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="classv8_1_1StartupData.html">StartupData</a> v8::V8::WarmUpSnapshotDataBlob </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1StartupData.html">StartupData</a> </td>
<td class="paramname"><em>cold_startup_blob</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>warmup_source</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Bootstrap an isolate and a context from the cold startup blob, run the warm-up script to trigger code compilation. The side effects are then discarded. The resulting startup snapshot will include compiled code. Returns { NULL, 0 } on failure. The caller acquires ownership of the data array in the return value. The argument startup blob is untouched. </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_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.11
</small></address>
</body>
</html>
| v8-dox/v8-dox.github.io | 056001d/html/classv8_1_1V8.html | HTML | mit | 64,935 |
<html>
<head>
<title>The One With the Dozen Lasagnas</title>
</head>
<body bgcolor="white" text="black" link="green" vlink="black" alink="yellow">
<h1 align="center">The One With the Dozen Lasagnas</h1>
<hr align="center">
<font size="3"><i>
<p align="left"></i>Written by: Jeffrey Astrof, Mike Sikowitz, Adam Chase & Ira
Ungerleider<br>
Transcribed by: <a href="mailto:[email protected]">Jim & Tracy Lambers</a><br>
With Minor Adjustments by: Dan Silverstein</p>
</font>
<hr>
<p align="left"><font size="3">[Scene: Central Perk, everyone is there. Ross working on
crossword puzzle, starts humming theme from <em>The Odd Couple</em>. Chandler joins in,
followed by Monica and Phoebe, then the whole gang. Ross starts humming theme from <em>I
Dream Of Jeannie</em>.]</p>
<p><b>Chandler:</b> No-no-no-no, we're done.</p>
<p align="center"><strong>Opening Credits</strong></p>
<p>[Scene: Monica and Rachel's, Monica is on the phone in the kitchen.]</p>
<p><strong>Monica:</strong> Aunt Syl, stop yelling! All I'm saying is that if you had told
me vegetarian lasagna, I would have made vegetarian lasagna. (pauses, listens to person on
phone) Well, the meat's only every third layer, maybe you could scrape.</p>
<p>(Camera moves to Chandler, Phoebe, Ross, and Joey sitting in living room)</p>
<p><b>Joey:</b> Ross, did you really read all these baby books?</p>
<p><b>Ross:</b> Yup! You could plunk me down in the middle of any woman's uterus, no
compass, and I can find my way out of there like that! (snaps fingers)</p>
<p><b>Phoebe:</b> Ooh, this is cool...it says in some parts of the world, people actually
eat the placenta. (Joey grimaces)</p>
<p><b>Chandler:</b> And, we're done with the yogurt. (Sets yogurt down on table)</p>
<p><b>Phoebe:</b> (softly) Sorry. (Camera pans back to Monica, still on phone)</p>
<p><b>Monica:</b> Aunt Syl, I did this as a favor, I am not a caterer. What do you want me
to do with a dozen lasagnas? (listens to Aunt Syl on phone, looks shocked) Nice talk, Aunt
Syl. (in New York accent) You kiss Uncle Freddie with that mouth?</p>
<p>(Camera pans back to group in living room)</p>
<p><b>Joey:</b> Hey Ross, listen, you know that right now, your baby's only this big?
(measures about 2 inches with his thumb and index finger) This is your baby. (in baby-like
voice) Hi Daddy! </p>
<p><b>Ross:</b> (waves) Hello!</p>
<p><strong>Joey:</strong> (in baby-like voice) How come you don't live with Mommy? (pause;
shows Ross less than amused) How come Mommy lives with that other lady? (pause; Ross still
looks less than amused; Joey smiling) What's a lesbian? (playfully hits Ross)</p>
<p>(Rachel enters with Paolo, speaking Italian. Ross looks annoyed)</p>
<p><b>Rachel:</b> Honey, you can say it, Poconos, Poconos, it's like Poc-o-nos (touching
Paolo's nose with forefinger with each syllable)</p>
<p><strong>Paolo:</strong> Ah, poke (Paolo touches Rachel's nose) a (touches nose again)
nose, mmm (they rub noses, then kisses her)</p>
<p><strong>Joey, Chandler, and Ross:</strong> (sitting in living room, imitating Paolo)
Mma, Mma, Mmaah</p>
<p>(Camera pans to Rachel, Monica, and Phoebe in the kitchen)</p>
<p><b>Monica:</b> So, did I hear Poconos?</p>
<p><b>Rachel:</b> Yes, my sister's giving us her place for the weekend.</p>
<p><b>Phoebe:</b> Woo-hoo, first weekend away together!</p>
<p><b>Monica:</b> Yeah, that's a big step.</p>
<p><b>Rachel:</b> I know...</p>
<p>(Camera pans to Ross, looking dejected)</p>
<p><b>Chandler:</b> (to Ross) Ah, it's just a weekend, big deal!</p>
<p><b>Ross:</b> Wasn't this supposed to be just a fling, huh? Shouldn't it be...(makes
flinging motions with hands) flung by now?</p>
<p>(Camera pans back to Rachel)</p>
<p><b>Rachel:</b> I mean, we are way past the fling thing, I mean, I am feeling things
that I've only read about in Danielle Steele books, you know? I mean, when I'm with him,
I'm totally, totally...</p>
<p>(Camera pans to Ross, holding his stomach)</p>
<p><b>Ross:</b> ...nauseous, I'm physically nauseous. What am I supposed to do, huh? Call
immigration? (pauses, looks suddenly inspired) I could call immigration!</p>
<p>[Scene: The Hallway, Chandler and Joey leaving girls' apartment, carrying lasagna.]</p>
<p><b>Joey:</b> I love babies, with their little baby shoes, and their little baby toes,
and their little baby hands... </p>
<p><b>Chandler:</b> Ok, you're going to have to stop that, forever!</p>
<p>(Joey opens door, throws keys on kitchen table, table falls over)</p>
<p><b>Joey:</b> Need a new table.</p>
<p><b>Chandler:</b> You think?</p>
<p>[Scene: Carol and Susan's, there's a knock on the door and Carol answers it to Ross.]</p>
<p><b>Carol:</b> Hey hey, come on in!</p>
<p>(Ross enters, carrying lasagna)</p>
<p><b>Ross:</b> Hey, hello! mmwa! (kisses Carol) I brought all the books, and Monica sends
her love, along with this lasagna. </p>
<p><b>Carol:</b> Oh great! Is it vegetarian, 'cause Susan doesn't eat meat.</p>
<p><strong>Ross:</strong> (pauses) I'm pretty sure that it is...</p>
<p><b>Carol:</b> So, I got the results of the amnio today.</p>
<p><strong>Ross:</strong> (making flinging gestures with hands) Oh, tell me, tell me, is
everything, uhh....? </p>
<p><b>Carol:</b> Totally and completely healthy!</p>
<p><b>Ross:</b> Oh, that's great, that is great! (Hugs and kisses Carol. Then picks up a
picture frame)</p>
<p><b>Ross:</b> Hey, when did you and Susan meet Huey Lewis?</p>
<p><b>Carol:</b> Uh, that's our friend Tanya.</p>
<p><strong>Ross:</strong> (surprised, chuckling nervously) Of course it's your friend
Tanya. (looks up frightenedly)</p>
<p><b>Carol:</b> Don't you want to know about the sex?</p>
<p><strong>Ross:</strong> (chuckles nervously) The sex? (chuckles) Um, I'm having enough
trouble with the image of you and Susan together, when you throw in Tanya (miming washing
hair, that's the best I could think of), yaw...</p>
<p><b>Carol:</b> The sex of the baby, Ross.</p>
<p><b>Ross:</b> Oh, you know the sex of the baby? Oh, oh-oh-oh!</p>
<p><b>Carol:</b> Do you want to know?</p>
<p><b>Ross:</b> No, no, no, no, no, I don't want to know, absolutely not. I think, you
know, I think you should know until you look down there, and say, oop, there it is!
(pauses) Or isn't...</p>
<p>(Susan enters)</p>
<p><b>Susan:</b> Oh, hello Ross!</p>
<p><b>Ross:</b> Susan...</p>
<p><b>Susan:</b> So, so, did you hear?</p>
<p><b>Ross:</b> Yes, we did, everything's A-OK!</p>
<p><b>Susan:</b> Oh, that's so... (Susan hugs Carol, they giggle, Ross steps away) It
really is...do we know...?</p>
<p><b>Carol:</b> Yes, we certainly do, it's going to be...</p>
<p><strong>Ross:</strong> (flailing arms in protest) Oh, hey hey hey, ho ho ho, hello, guy
who doesn't want to know, standing right here!</p>
<p><b>Susan:</b> Oh, well, is it what we thought it would be?</p>
<p><b>Carol:</b> Mm-hmmm (Susan and Carol hug, giggling. Ross stands back, reaches out and
lightly taps Susan's shoulder)</p>
<p><b>Ross:</b> Ok, what, what...ok, what did we think it was going to be? </p>
<p><strong>Carol and Susan</strong><b>:</b> It's a...</p>
<p><strong>Ross:</strong> (interrupts) No, no, no I don't want to know, don't want to
know. Ok, you know, I should probably, I should probably just go. </p>
<p><b>Carol:</b> Well, thanks for the books.</p>
<p><b>Ross:</b> No problem, ok, mmmwa (kisses Carol) oh, mmmwa (kisses Carol's stomach,
then punches Susan's shoulder) Susan... (Ross leaves.)</p>
<p><b>Susan:</b> All right, who should we call first, your folks, or Deb and Rona?
(intercom buzzer rings)</p>
<p><b>Carol:</b> Hello?</p>
<p><strong>Ross:</strong> (on intercom) Uh, never mind, I don't want to know. (Carol and
Susan laugh)</p>
<p>[Scene: Chandler and Joey's, Joey and Chandler use their knees as a table to
support the lasagna.]</p>
<p><b>Chandler:</b> Ok, so it's just because it was my table, I have to buy a new one?</p>
<p><b>Joey:</b> That's the rule.</p>
<p><b>Chandler:</b> What rule? There's no rule, if anything, you owe me a table!</p>
<p><b>Joey:</b> How'd you get to that?</p>
<p><b>Chandler:</b> Well, I believe the piece of furniture was fine until your little
breakfast adventure with Angela Delvecchio</p>
<p><b>Joey:</b> You knew about that?</p>
<p><b>Chandler:</b> Well, let's just say the impressions you made in the butter left
little to the imagination.</p>
<p><b>Joey:</b> Ok, ok, How about if we split it?</p>
<p><b>Chandler:</b> What do you mean, like, buy it together?</p>
<p><b>Joey:</b> Yeah</p>
<p><b>Chandler:</b> You think we're ready for something like that?</p>
<p><b>Joey:</b> Why not?</p>
<p><b>Chandler:</b> Well, it's a pretty big commitment, I mean, what if one of us wants to
move out?</p>
<p><b>Joey:</b> Why, are you moving out?</p>
<p><b>Chandler:</b> I'm not moving out. </p>
<p><b>Joey:</b> You'd tell me if you were moving out right</p>
<p><b>Chandler:</b> Yeah, yeah, it's just that with my last roommate Kip...</p>
<p><b>Joey:</b> Aw, I know all about Kip!</p>
<p><b>Chandler:</b> It's just that we bought a hibachi together, and then he ran off and
got married, and things got pretty ugly.</p>
<p><b>Joey:</b> Well, let me ask you something, was Kip a better roommate than me?</p>
<p><b>Chandler:</b> Aw, don't do that</p>
<p>[Scene: Phoebe's Massage Parlor, Phoebe's assistant is telling her about the changes to
her schedule.]</p>
<p><strong>Phoebe's Assistant:</strong> We've got a couple changes in your schedule. Your
4:00 herbal massage has been pushed back to 4:30 and Miss Somerfield canceled her 5:30
shiatsu.</p>
<p><b>Phoebe:</b> Ok, thanks. (assistant leaves, then walks back in)</p>
<p><strong>Phoebe's Assistant:</strong> Oh, here comes your 3:00. I don't mean to sound
unprofessional, but, yum (walks out, Paolo enters)</p>
<p><strong>Paolo:</strong> Buon Giorno, Bella Phoebe!</p>
<p><b>Phoebe:</b> Oh, Paolo, hi, what are you doing here?</p>
<p><strong>Paolo:</strong> Uh, Racquela tell me you massage, eh?</p>
<p><b>Phoebe:</b> Well, Racquela's right, yeah!</p>
<p>(Paolo speaks Italian)</p>
<p><b>Phoebe:</b> Oh, okay, I don't know what you just said, so let's get started.</p>
<p><strong>Paolo:</strong> Uh, I am, uh, being naked?</p>
<p><b>Phoebe:</b> Um, that's really your decision, I mean, some people prefer, you know,
to take off...oh whoops! You're being naked!</p>
<p>[Scene: Central Perk, everyone but Phoebe is there.]</p>
<p><strong>Rachel:</strong> (to Ross) I can't believe you don't want to know. I mean, I
couldn't not know, I mean, if, if the doctor knows, and Carol knows, and Susan knows.... </p>
<p><b>Monica:</b> And Monica knows...</p>
<p><b>Ross:</b> Wha, heh, how could you know, I don't even know!</p>
<p><b>Monica:</b> Carol called me to thank me for the lasagna, I asked, she told me.</p>
<p><b>Joey:</b> So what's it gonna be? (Monica whispers in Joey's ear. Ross gets up and
waves arms frantically in protest)</p>
<p><b>Ross:</b> Wait—oh—hey—huh, oh great now he knows, and I don't know!</p>
<p><b>Monica:</b> I'm sorry, I'm just excited about being an aunt!</p>
<p><b>Joey:</b> Or an uncle... </p>
<p>(Phoebe enters)</p>
<p><strong>Joey and</strong> <b>Chandler:</b> Hey Phoebe!</p>
<p><b>Ross:</b> Hi Pheebs!</p>
<p><b>Rachel:</b> Pheebs!</p>
<p><b>Phoebe:</b> Fine!</p>
<p><b>Monica:</b> Phoebe, what's the matter?</p>
<p><b>Phoebe:</b> Nothing, I'm sorry, I'm just, I'm out of sorts.</p>
<p><strong>Customer:</strong> Hey, can we get some cappuccino over here?</p>
<p><b>Rachel:</b> Oh, right, that's me!</p>
<p><b>Joey:</b> Hey, Chandler, that table place closes at 7, come on.</p>
<p><b>Chandler:</b> Fine. (Joey and Chandler walk towards the door)</p>
<p><b>Monica:</b> Phoebe, what is it?</p>
<p><b>Phoebe:</b> All right, you know Paolo?</p>
<p><b>Ross:</b> I'm familiar with his work, yes...</p>
<p><b>Phoebe:</b> Well, he made a move on me.</p>
<p>(Joey and Chandler come back)</p>
<p><b>Joey:</b> Whoa, store will be open tomorrow!</p>
<p><b>Chandler:</b> More coffee over here, please!</p>
<p align="center"><strong>Commercial Break</strong></p>
<p align="left">[Scene: Central Perk, continued from earlier.]</p>
<p><strong>Monica: </strong>Well, what happened?</p>
<p><strong>Phoebe: </strong>Well, he came in for a massage, and everything was fine until.
(A flashback starts Paolo, lying on massage table, moving his hands up Phoebe's legs.)</p>
<p>[Cut back to Central Perk.]</p>
<p><strong>Joey and Chandler:</strong> Ooooohh!</p>
<p><strong>Ross: </strong>My God.</p>
<p><strong>Monica: </strong>Are you sure?</p>
<p>(The flashback resumes with Paolo grabbing her butt.)</p>
<p>[Cut back to Central Perk.]</p>
<p><b>Phoebe:</b> Oh yeah, I'm sure. (Flashback resumes with Phoebe doing a voiceover.)
And all of a sudden his hands weren't the problem anymore. (Flashback continues: Paolo
rolls over, Phoebe looks down, then quickly looks up, bites lip, shakes her head)</p>
<p><b>Monica:</b> Was it...?</p>
<p><b>Phoebe:</b> Oh, boy scouts could have camped under there.</p>
<p><strong>Guys:</strong> Oooooo....</p>
<p>(Rachel runs over)</p>
<p><b>Rachel:</b> "Ooo," what?</p>
<p><b>Phoebe:</b> Uma Thurman.</p>
<p><b>Monica:</b> Oh!</p>
<p><b>Ross:</b> The actress!</p>
<p>(all talking indistinctly, high-fiving)</p>
<p><b>Ross:</b> Thanks Rach.</p>
<p>(Rachel walks away)</p>
<p><b>Chandler:</b> So what are you gonna do?</p>
<p><b>Ross:</b> You have to tell her! You have to tell her! It's your moral obligation, as
a friend, as a woman, I think it's a feminist issue! Guys? Guys? (waiting for guys to
chime in)</p>
<p><b>Chandler:</b> Oh, yeah, you have to tell her.</p>
<p><b>Joey:</b> Feminist issue. That's where I went!</p>
<p><b>Phoebe:</b> She is gonna hate me.</p>
<p><strong>Ross:</strong>(sympathetic yet...) Yeah, well...</p>
<p>[Scene: The Table Store, Joey and Chandler and looking for their new table.]</p>
<p><b>Joey:</b> Will you pick one, just pick one! Here, how about that one? (points to a
table)</p>
<p><b>Chandler:</b> That's patio furniture!</p>
<p><b>Joey:</b> So what, like people are gonna come in and think, "Uh-oh, I'm outside
again?" Of course!</p>
<p><strong>Chandler:</strong> (gesturing towards another table) What about the birds?</p>
<p><b>Joey:</b> I don't know, birds just don't say, "Hello, sit here, eat
something."</p>
<p><b>Chandler:</b> You pick one.</p>
<p><b>Joey:</b> All right, how about the ladybugs?</p>
<p><b>Chandler:</b> Oh, so, forget about the birds, but big red insects suggest fine
dining!</p>
<p><b>Joey:</b> Fine, you want to get the birds, get the birds!</p>
<p><b>Chandler:</b> Not like that, I won't! (pauses) Kip would have liked the birds! (Joey
turns and gives Chandler a dirty look)</p>
<p>[Scene: Monica and Rachel's, Rachel folding and packing clothes in suitcases as Phoebe
enters.]</p>
<p><b>Phoebe:</b> Hey!</p>
<p><b>Rachel:</b> Hi Pheebs!</p>
<p><b>Phoebe:</b> Are you moving out?</p>
<p><b>Rachel:</b> No, these aren't all my suitcases. (picks up small blue suitcase and
shows to Phoebe) This one's Paolo's.</p>
<p><b>Phoebe:</b> Um, um, Rachel can we talk for a sec?</p>
<p><b>Rachel:</b> Well, sure...just a sec, though, 'cause Paolo's on his way over.</p>
<p><b>Phoebe:</b> Oh! (sits down) Ok, um, ok, um, </p>
<p><b>Rachel:</b> Oh, Pheebs, Pheebs...</p>
<p><b>Phoebe:</b> Ok, um, (clears throat) we haven't known each other for that long a
time, and, um, there are three things that you should know about me. One, my friends are
the most important thing in my life, two, I never lie, and three, I make the best oatmeal
raisin cookies in the world. (Phoebe opens a tin and offers Rachel a cookie)</p>
<p><strong>Rachel:</strong> (taking cookie) Ok, thanks Pheebs (takes bite of cookie,
overwhelmed) Oh my God, why have I never tasted these before?!</p>
<p><b>Phoebe:</b> Oh, I don't make them a lot because I don't think it's fair to the other
cookies</p>
<p><b>Rachel:</b> All right, well, you're right, these are the best oatmeal cookies I've
ever had.</p>
<p><b>Phoebe:</b> Which proves that I never lie.</p>
<p><b>Rachel:</b> I guess you don't.</p>
<p><b>Phoebe:</b> Paolo made a pass at me.</p>
<p>(Rachel looks stunned)</p>
<p>[Scene: Chandler and Joey's, Ross, Chandler, Joey, and Monica admiring their new
table.]</p>
<p><b>Chandler:</b> So, what do you think?</p>
<p><b>Ross:</b> I think It's the most beautiful table I've ever seen.</p>
<p><b>Chandler:</b> I know!</p>
<p>(The camera pans back to reveal Joey and Chandler's new foosball table.)</p>
<p><b>Monica:</b> So how does this work, you going to balance the plates on these little
guys' heads?</p>
<p><b>Joey:</b> Who cares, we'll eat at the sink! Come on, let's play!</p>
<p><b>Monica:</b> Heads up Ross! (Monica scores on Chandler and Joey) Score! (points at
Chandler) You suck!</p>
<p>(Chandler looks at Joey in amazement)</p>
<p>[Scene: Monica and Rachel's, Rachel is recovering from the shock.]</p>
<p><b>Phoebe:</b> Are you okay?</p>
<p><b>Rachel:</b> I need some milk.</p>
<p><b>Phoebe:</b> Ok, I've got milk (takes thermos from her bag and starts to pour a cup)
Here you go... (Rachel drinks straight from thermos) Oh!(Rachel finishes thermos) Better?</p>
<p><b>Rachel:</b> No...<strong>oh</strong>, I feel so stupid! Oh, I think about the other
day with you guys and I was all "Oh, Paolo, he's so great, he makes me feel
so..." Oh, God, I'm so embarrassed!</p>
<p><b>Phoebe:</b> I'm so embarrassed, I'm the one he hit on!</p>
<p>(Phoebe's and Rachel's lines overlap)</p>
<p><b>Rachel:</b> Pheebs, if I had never met him this never would have happened!</p>
<p><strong>Rachel and </strong><b>Phoebe:</b> I'm so sorry! No I'm sorry! No I'm sorry! No
I'm sorry! </p>
<p><b>Phoebe:</b> No, wait, oh, what are we sorry about?</p>
<p><b>Rachel:</b> I don't know...right, he's the pig!</p>
<p><b>Phoebe:</b> Such a pig!</p>
<p><b>Rachel:</b> Oh, God, he's such a pig, </p>
<p><b>Phoebe:</b> Oh he's like a...</p>
<p><b>Rachel:</b> He's like a big disgusting... </p>
<p><b>Phoebe:</b> ...like a...</p>
<p><b>Rachel:</b> ...pig...pig man!</p>
<p><b>Phoebe:</b> Yes, good! Ok...</p>
<p><b>Rachel:</b> (voice wavers) Oh, but he was my pig man...how did I not see this?</p>
<p><b>Phoebe:</b> (raises hand) Oh! I know! (Rachel startled) It's because... he's
gorgeous, and he's charming, and when he looks at you...</p>
<p><b>Rachel:</b> Ok, Ok, Pheebs...</p>
<p><b>Phoebe:</b> The end.</p>
<p><b>Rachel:</b> Oh, God...</p>
<p><b>Phoebe:</b> Should I not have told you?</p>
<p><b>Rachel:</b> No, no, trust, me, it's, it's, it's much better that I know. Uh, I just
liked it better before it was better...</p>
<p>(Phoebe scoots her chair over to Rachel and hugs her)</p>
<p>[Scene: Chandler and Joey's, Phoebe is telling everyone how it went across the hall as
the foosball game continues.]</p>
<p><b>Phoebe:</b> I think she took it pretty well. You know Paolo's over there right now,
so...</p>
<p><strong>Monica: </strong>We should get over there and see if she's okay. (switching
places with Ross) Just one...second! Score! (Monica scores, high-fives with Ross) Game!
Come on. (Monica and Phoebe leave)</p>
<p><strong>Ross:</strong> (wiping his brow) Ah...ooh! Well, looks like, uh, we kicked your
butts.</p>
<p><b>Joey:</b> No-no, she kicked our butts. You could be on the Olympic standing-there
team.</p>
<p><b>Ross:</b> Come on, two on one.</p>
<p><b>Chandler:</b> What are you still doing here? She just broke up with the guy, it's
time for you to swoop in!</p>
<p><b>Ross:</b> What, now?</p>
<p><b>Joey:</b> Yes, now is when you swoop! You gotta make sure that when Paolo walks out
of there, the first guy Rachel sees is you, She's gotta know that you're everything he's
not! You're like, like the anti-Paolo!</p>
<p><b>Chandler:</b> My Catholic friend is right. She's distraught. You're there for her.
You pick up the pieces, and then you usher in the age of Ross! (Ross and Chandler look off
into the distance. Joey, wondering what they are looking at, looks in the same direction)</p>
<p>[Scene: Monica and Rachel's Balcony, Rachel is throwing Paolo's clothes over the side.]</p>
<p><strong>Paolo:</strong> No, that's cold, that's cold, that's...</p>
<p>[Cut to inside the apartment.]</p>
<p><b>Ross:</b> (entering) How's it going?</p>
<p><b>Monica:</b> Don't stare. Now she just finished throwing his clothes off the balcony,
now there's just a lot of gesturing and arm-waving, (shows Rachel gesturing with hands in
front of her chest), Ok, that is either, "How could you?" or, "Enormous
breasts!" Here he comes! </p>
<p><b>Phoebe:</b> Ooh!</p>
<p>(Paolo enters. Ross, Phoebe, and Monica scatter)</p>
<p><strong>Paolo:</strong> Uh, I am, uh, to say good-bye.</p>
<p><b>Phoebe:</b> Oh, ok bye-bye.</p>
<p><b>Monica:</b> Paolo, I really hate you for what you did to Rachel, (hands him a
lasagna) but I still have five of these, so heat it at 375 until the cheese bubbles.</p>
<p><strong>Paolo:</strong> Grazie.</p>
<p><b>Ross:</b> Paolo, I-I just want to tell you and I think I speak for everyone when I
say... (shuts door in his face and walks away)</p>
<p><b>Phoebe:</b> Oh, just look at her... (girls move toward Rachel on the balcony)</p>
<p><b>Ross:</b> Oh you guys, I-I really think just one of us should go out there so she's
not overwhelmed...</p>
<p><b>Monica:</b> Oh, you're right.</p>
<p><b>Ross:</b> (pulls Monica back) ...and I really think it should be me.</p>
<p>[Cut to the balcony, Ross has just climbed through the window.]</p>
<p><b>Ross:</b> Hey.</p>
<p><b>Rachel:</b> Hey.</p>
<p><b>Ross:</b> You all right?</p>
<p><b>Rachel:</b> Ooh, I've been better...</p>
<p><b>Ross:</b> Come here. (he hugs Rachel) Listen, you deserve so much better than
him...you know, I mean, you, you, you should be with a guy who knows what he has when he
has you.</p>
<p><b>Rachel:</b> Oh, Ross...</p>
<p><b>Ross:</b> What?</p>
<p><b>Rachel:</b> I am so sick of guys. I don't want to look at another guy, I don't want
to think about another guy, I don't even want to be near another guy. (Ross crosses arms)</p>
<p><b>Ross:</b> Huh.</p>
<p><b>Rachel:</b> Oh Ross, you're so great!</p>
<p><b>Ross:</b> Ohhhh (Hugs her and sighs)</p>
<p>[Cut to inside the apartment, Rachel and Ross are entering.]</p>
<p><b>Monica:</b> Ooh...hey honey, are you all right?</p>
<p><b>Rachel:</b> Oh...</p>
<p><b>Phoebe:</b> You ok?</p>
<p><b>Rachel:</b> ...medium...hmm...any cookies left?</p>
<p><b>Phoebe:</b> Yep!</p>
<p><b>Ross:</b> See, Rach, uh, see, I don't think that swearing off guys altogether is the
answer. I really don't. I think that what you need is to develop a more sophisticated
screening process.</p>
<p><b>Rachel:</b> No. I just need to be by myself for a while, you know? I just got to
figure out what I want</p>
<p><b>Ross:</b> Uh, no, no, see, because not...not all guys are going to be a Paolo.</p>
<p><b>Rachel:</b> No, I know, I know, and I'm sure your little boy is not going to grow up
to be one.</p>
<p><strong>Ross:</strong> (astonished) What? </p>
<p><b>Rachel:</b> What?</p>
<p><b>Ross:</b> I-I'm, I'm having a boy?</p>
<p><b>Rachel:</b> Uh...no. No, no, in fact, you're not having a boy.</p>
<p><b>Ross:</b> Wha-I'm having, I'm having a boy! (babbling) Huh, am I having a boy?</p>
<p><b>Girls:</b> Yes, you're having a boy! (Monica runs over and hugs Ross)</p>
<p><b>Ross:</b> I'm having a boy! Oh, I'm having a boy!</p>
<p>(Joey and Chandler run in)</p>
<p><b>Chandler:</b> Wha-</p>
<p><b>Joey:</b> Wha-</p>
<p><b>Joey and Chandler:</b> What is it?</p>
<p><b>Ross:</b> I'm having a boy! I-I'm having a boy!</p>
<p><b>Joey:</b> Hey!</p>
<p><b>Chandler:</b> Hey!</p>
<p><strong>Joey and</strong> <b>Chandler:</b> We already knew that! (they hug)</p>
<p><b>Ross:</b> I'm having a son. Um...</p>
<p>(Ross looks scared)</p>
<p align="center"><strong>Closing Credits</strong></p>
<p>[Scene: Chandler and Joey's, Monica is busy killing Chandle and Joey at foosball.]</p>
<p><b>Monica:</b> <strong>Yes</strong>! And that would be a shut-down!</p>
<p><strong>Joey and</strong> <b>Chandler:</b> Shut-out!! (They both start heading for
their rooms.)</p>
<p><b>Monica:</b> Where are you guys going? Come on, one more game!</p>
<p><b>Joey:</b> Uh, it's 2:30 in the morning!</p>
<p><b>Chandler:</b> Yeah, get out!</p>
<p><b>Monica:</b> You guys are always hanging out in my apartment! Come on, I'll only use
my left hand, huh? Come on, wussies! (Joey and Chandler pick her up) All right, ok, I
gotta go. I'm going, (they throw her out) and I'm gone.</p>
<p><b>Chandler:</b> (to Joey) One more game?</p>
<p><b>Joey:</b> Oh yeah!</font></p>
<p align="center"><strong><font size="3">End</font></strong></p>
</body>
</html>
| edersoncorbari/edersoncorbari.github.io | friends-scripts/season/0112.html | HTML | mit | 24,898 |
<html>
<head>
<title>OGRE: OgreSDLWindow.h Source File - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link type="text/css" rel="stylesheet" href="doxygen.css">
<link type="text/css" rel="stylesheet" href="tabs.css">
</head>
<body>
<!-- Generated by Doxygen 1.6.2 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<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="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<div class="navpath"><a class="el" href="dir_a0ea8adf8f427753e49fe0a68c42bef4.html">RenderSystems</a> » <a class="el" href="dir_73429ce8498a61fedb079ba521b3d956.html">GL</a> » <a class="el" href="dir_57e07b9be372922501b3ca864cbe5ea7.html">include</a>
</div>
</div>
<div class="contents">
<h1>OgreSDLWindow.h</h1><a href="OgreSDLWindow_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment">-----------------------------------------------------------------------------</span>
<a name="l00003"></a>00003 <span class="comment">This source file is part of OGRE</span>
<a name="l00004"></a>00004 <span class="comment"> (Object-oriented Graphics Rendering Engine)</span>
<a name="l00005"></a>00005 <span class="comment">For the latest info, see http://www.ogre3d.org/</span>
<a name="l00006"></a>00006 <span class="comment"></span>
<a name="l00007"></a>00007 <span class="comment">Copyright (c) 2000-2012 Torus Knot Software Ltd</span>
<a name="l00008"></a>00008 <span class="comment"></span>
<a name="l00009"></a>00009 <span class="comment">Permission is hereby granted, free of charge, to any person obtaining a copy</span>
<a name="l00010"></a>00010 <span class="comment">of this software and associated documentation files (the "Software"), to deal</span>
<a name="l00011"></a>00011 <span class="comment">in the Software without restriction, including without limitation the rights</span>
<a name="l00012"></a>00012 <span class="comment">to use, copy, modify, merge, publish, distribute, sublicense, and/or sell</span>
<a name="l00013"></a>00013 <span class="comment">copies of the Software, and to permit persons to whom the Software is</span>
<a name="l00014"></a>00014 <span class="comment">furnished to do so, subject to the following conditions:</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment">The above copyright notice and this permission notice shall be included in</span>
<a name="l00017"></a>00017 <span class="comment">all copies or substantial portions of the Software.</span>
<a name="l00018"></a>00018 <span class="comment"></span>
<a name="l00019"></a>00019 <span class="comment">THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span>
<a name="l00020"></a>00020 <span class="comment">IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span>
<a name="l00021"></a>00021 <span class="comment">FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span>
<a name="l00022"></a>00022 <span class="comment">AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span>
<a name="l00023"></a>00023 <span class="comment">LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span>
<a name="l00024"></a>00024 <span class="comment">OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN</span>
<a name="l00025"></a>00025 <span class="comment">THE SOFTWARE.</span>
<a name="l00026"></a>00026 <span class="comment">-----------------------------------------------------------------------------</span>
<a name="l00027"></a>00027 <span class="comment">*/</span>
<a name="l00028"></a>00028
<a name="l00029"></a>00029 <span class="preprocessor">#ifndef __SDLWindow_H__</span>
<a name="l00030"></a>00030 <span class="preprocessor"></span><span class="preprocessor">#define __SDLWindow_H__</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span>
<a name="l00032"></a>00032 <span class="preprocessor">#include "<a class="code" href="OgreSDLPrerequisites_8h.html">OgreSDLPrerequisites.h</a>"</span>
<a name="l00033"></a>00033 <span class="preprocessor">#include "<a class="code" href="OgreRenderWindow_8h.html">OgreRenderWindow.h</a>"</span>
<a name="l00034"></a>00034
<a name="l00035"></a>00035 <span class="keyword">namespace </span>Ogre {
<a name="l00036"></a><a class="code" href="classOgre_1_1SDLWindow.html">00036</a> <span class="keyword">class </span><a class="code" href="OgrePlatform_8h.html#af4c2f5df97e3050dd5266408be42db4b">_OgrePrivate</a> <a class="code" href="classOgre_1_1SDLWindow.html">SDLWindow</a> : <span class="keyword">public</span> <a class="code" href="classOgre_1_1RenderWindow.html" title="Manages the target rendering window.">RenderWindow</a>
<a name="l00037"></a>00037 {
<a name="l00038"></a>00038 <span class="keyword">private</span>:
<a name="l00039"></a><a class="code" href="classOgre_1_1SDLWindow.html#a72690ed0ed955d65b04b6f340def77f5">00039</a> SDL_Surface* mScreen;
<a name="l00040"></a><a class="code" href="classOgre_1_1SDLWindow.html#a75da9eb5753081488a63a1585160c30d">00040</a> <span class="keywordtype">bool</span> mActive;
<a name="l00041"></a><a class="code" href="classOgre_1_1SDLWindow.html#aed3c99192edf479f83ca4059deb010ed">00041</a> <span class="keywordtype">bool</span> mClosed;
<a name="l00042"></a>00042
<a name="l00043"></a>00043 <span class="comment">// Process pending events</span>
<a name="l00044"></a>00044 <span class="keywordtype">void</span> processEvents(<span class="keywordtype">void</span>);
<a name="l00045"></a>00045
<a name="l00046"></a>00046 int (*glXGetVideoSyncSGI) (<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> *);
<a name="l00047"></a>00047 int (*glXWaitVideoSyncSGI) (int, int, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> *);
<a name="l00048"></a>00048
<a name="l00049"></a>00049 <span class="keyword">public</span>:
<a name="l00050"></a>00050 <a class="code" href="classOgre_1_1SDLWindow.html">SDLWindow</a>();
<a name="l00051"></a>00051 ~<a class="code" href="classOgre_1_1SDLWindow.html">SDLWindow</a>();
<a name="l00052"></a>00052
<a name="l00053"></a>00053 <span class="keywordtype">void</span> create(<span class="keyword">const</span> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a>& name, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> width, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> height,
<a name="l00054"></a>00054 <span class="keywordtype">bool</span> fullScreen, <span class="keyword">const</span> <a class="code" href="group__General.html#gadccb207c184efc0a6fb2a00ab6320d19" title="Name / value parameter pair (first = name, second = value).">NameValuePairList</a> *miscParams);
<a name="l00056"></a>00056 <span class="keywordtype">void</span> destroy(<span class="keywordtype">void</span>);
<a name="l00058"></a>00058 <span class="keywordtype">bool</span> isActive(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
<a name="l00060"></a>00060 <span class="keywordtype">bool</span> isClosed(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
<a name="l00062"></a>00062 <span class="keywordtype">void</span> reposition(<span class="keywordtype">int</span> left, <span class="keywordtype">int</span> top);
<a name="l00064"></a>00064 <span class="keywordtype">void</span> resize(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> width, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> height);
<a name="l00066"></a>00066 <span class="keywordtype">void</span> swapBuffers(<span class="keywordtype">bool</span> waitForVSync);
<a name="l00067"></a>00067
<a name="l00069"></a>00069 <span class="keywordtype">void</span> copyContentsToMemory(<span class="keyword">const</span> <a class="code" href="classOgre_1_1PixelBox.html" title="A primitive describing a volume (3D), image (2D) or line (1D) of pixels in memory...">PixelBox</a> &dst, <a class="code" href="classOgre_1_1RenderTarget.html#a4b42772d32712767391c749f4745397a">FrameBuffer</a> buffer);
<a name="l00070"></a>00070
<a name="l00073"></a><a class="code" href="classOgre_1_1SDLWindow.html#ab6f9e2a764953d7aa651122f60b94cf8">00073</a> <span class="keywordtype">void</span> getCustomAttribute( <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a>& name, <span class="keywordtype">void</span>* pData )
<a name="l00074"></a>00074 {
<a name="l00075"></a>00075 <span class="comment">// NOOP</span>
<a name="l00076"></a>00076 }
<a name="l00077"></a>00077
<a name="l00078"></a><a class="code" href="classOgre_1_1SDLWindow.html#aae0b857297cf3da69724bf7a2e4eb592">00078</a> <span class="keywordtype">bool</span> <a class="code" href="classOgre_1_1SDLWindow.html#aae0b857297cf3da69724bf7a2e4eb592">requiresTextureFlipping</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <span class="keyword">false</span>; }
<a name="l00079"></a>00079
<a name="l00080"></a><a class="code" href="classOgre_1_1SDLWindow.html#a2c984fff44526fad8f2125d348b26c16">00080</a> <span class="keywordtype">bool</span> isFullScreen(<span class="keywordtype">void</span>)<span class="keyword"> const</span>
<a name="l00081"></a>00081 <span class="keyword"> </span>{
<a name="l00082"></a>00082 <span class="keywordflow">return</span> ( mScreen->flags & SDL_FULLSCREEN ) == SDL_FULLSCREEN;
<a name="l00083"></a>00083 }
<a name="l00084"></a>00084 };
<a name="l00085"></a>00085 }
<a name="l00086"></a>00086
<a name="l00087"></a>00087 <span class="preprocessor">#endif</span>
<a name="l00088"></a>00088 <span class="preprocessor"></span>
</pre></div></div>
<hr>
<p>
Copyright © 2012 Torus Knot Software Ltd<br />
<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.<br/>
<!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
</Work>
<License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> -->
Last modified Sun Sep 2 08:16:09 2012
</p>
</body>
</html>
| lennonchan/OgreSource | Docs/api/html/OgreSDLWindow_8h_source.html | HTML | mit | 12,304 |
{{try:}}{{=H2(title)}}{{except:}}{{pass}}
<a href='{{=URL(args="import")}}' id='show-add-btn' class='btn btn-primary summary-import' type='button'><i class='icon-plus'></i> {{=T("Import")}}</a>
<div id='summary-common'>
{{try:}}{{for section in common:}}{{=section}}{{pass}}{{except:}}{{pass}}
<div id='filter-form' class='form-container'>
{{try:}}{{=filter_form}}{{except:}}{{pass}}
</div>
</div>
<div id='summary-tabs'>
<div id='summary-tab-headers'>
{{try:}}{{=tabs}}{{except:}}{{pass}}
</div>
<div id='summary-sections'>
{{try:}}{{for section in sections:}}{{=section}}{{pass}}{{except:}}{{pass}}
</div>
</div>
{{include "dataTables.html"}}
| devinbalkind/eden | private/templates/OCHAROCCA/views/_summary.html | HTML | mit | 658 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Code Coverage for /Users/ludo/Sites/3wasymfo-1mois/src/Troiswa/BackBundle/Form/CategoryType.php</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../css/bootstrap.min.css" rel="stylesheet">
<link href="../css/style.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="../js/html5shiv.min.js"></script>
<script src="../js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li><a href="../index.html">/Users/ludo/Sites/3wasymfo-1mois/src/Troiswa/BackBundle</a></li>
<li><a href="index.html">Form</a></li>
<li class="active">CategoryType.php</li>
</ol>
</div>
</div>
</div>
</header>
<div class="container">
<table class="table table-bordered">
<thead>
<tr>
<td> </td>
<td colspan="10"><div align="center"><strong>Code Coverage</strong></div></td>
</tr>
<tr>
<td> </td>
<td colspan="3"><div align="center"><strong>Classes and Traits</strong></div></td>
<td colspan="4"><div align="center"><strong>Functions and Methods</strong></div></td>
<td colspan="3"><div align="center"><strong>Lines</strong></div></td>
</tr>
</thead>
<tbody>
<tr>
<td class="danger">Total</td>
<td class="danger big"> <div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%">
<span class="sr-only">0.00% covered (danger)</span>
</div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
<td class="danger big"> <div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%">
<span class="sr-only">0.00% covered (danger)</span>
</div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 3</div></td>
<td class="danger small"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></td>
<td class="danger big"> <div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%">
<span class="sr-only">0.00% covered (danger)</span>
</div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 21</div></td>
</tr>
<tr>
<td class="danger">CategoryType</td>
<td class="danger big"> <div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%">
<span class="sr-only">0.00% covered (danger)</span>
</div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
<td class="danger big"> <div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%">
<span class="sr-only">0.00% covered (danger)</span>
</div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 3</div></td>
<td class="danger small">12</td>
<td class="danger big"> <div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%">
<span class="sr-only">0.00% covered (danger)</span>
</div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 21</div></td>
</tr>
<tr>
<td class="danger" colspan="4"> <a href="#15">buildForm(FormBuilderInterface $builder, array $options)</a></td>
<td class="danger big"> <div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%">
<span class="sr-only">0.00% covered (danger)</span>
</div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
<td class="danger small">2</td>
<td class="danger big"> <div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%">
<span class="sr-only">0.00% covered (danger)</span>
</div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 13</div></td>
</tr>
<tr>
<td class="danger" colspan="4"> <a href="#33">configureOptions(OptionsResolver $resolver)</a></td>
<td class="danger big"> <div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%">
<span class="sr-only">0.00% covered (danger)</span>
</div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
<td class="danger small">2</td>
<td class="danger big"> <div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%">
<span class="sr-only">0.00% covered (danger)</span>
</div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 5</div></td>
</tr>
<tr>
<td class="danger" colspan="4"> <a href="#43">getName()</a></td>
<td class="danger big"> <div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%">
<span class="sr-only">0.00% covered (danger)</span>
</div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 1</div></td>
<td class="danger small">2</td>
<td class="danger big"> <div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="0.00" aria-valuemin="0" aria-valuemax="100" style="width: 0.00%">
<span class="sr-only">0.00% covered (danger)</span>
</div>
</div>
</td>
<td class="danger small"><div align="right">0.00%</div></td>
<td class="danger small"><div align="right">0 / 3</div></td>
</tr>
</tbody>
</table>
<table id="code" class="table table-borderless table-condensed">
<tbody>
<tr><td><div align="right"><a name="1"></a><a href="#1">1</a></div></td><td class="codeLine"><span class="default"><?php</span></td></tr>
<tr><td><div align="right"><a name="2"></a><a href="#2">2</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="3"></a><a href="#3">3</a></div></td><td class="codeLine"><span class="keyword">namespace</span><span class="default"> </span><span class="default">Troiswa</span><span class="default">\</span><span class="default">BackBundle</span><span class="default">\</span><span class="default">Form</span><span class="keyword">;</span></td></tr>
<tr><td><div align="right"><a name="4"></a><a href="#4">4</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="5"></a><a href="#5">5</a></div></td><td class="codeLine"><span class="keyword">use</span><span class="default"> </span><span class="default">Symfony</span><span class="default">\</span><span class="default">Component</span><span class="default">\</span><span class="default">Form</span><span class="default">\</span><span class="default">AbstractType</span><span class="keyword">;</span></td></tr>
<tr><td><div align="right"><a name="6"></a><a href="#6">6</a></div></td><td class="codeLine"><span class="keyword">use</span><span class="default"> </span><span class="default">Symfony</span><span class="default">\</span><span class="default">Component</span><span class="default">\</span><span class="default">Form</span><span class="default">\</span><span class="default">FormBuilderInterface</span><span class="keyword">;</span></td></tr>
<tr><td><div align="right"><a name="7"></a><a href="#7">7</a></div></td><td class="codeLine"><span class="keyword">use</span><span class="default"> </span><span class="default">Symfony</span><span class="default">\</span><span class="default">Component</span><span class="default">\</span><span class="default">OptionsResolver</span><span class="default">\</span><span class="default">OptionsResolver</span><span class="keyword">;</span></td></tr>
<tr><td><div align="right"><a name="8"></a><a href="#8">8</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="9"></a><a href="#9">9</a></div></td><td class="codeLine"><span class="keyword">class</span><span class="default"> </span><span class="default">CategoryType</span><span class="default"> </span><span class="keyword">extends</span><span class="default"> </span><span class="default">AbstractType</span></td></tr>
<tr><td><div align="right"><a name="10"></a><a href="#10">10</a></div></td><td class="codeLine"><span class="keyword">{</span></td></tr>
<tr><td><div align="right"><a name="11"></a><a href="#11">11</a></div></td><td class="codeLine"><span class="default"> </span><span class="comment">/**</span></td></tr>
<tr><td><div align="right"><a name="12"></a><a href="#12">12</a></div></td><td class="codeLine"><span class="comment"> * @param FormBuilderInterface $builder</span></td></tr>
<tr><td><div align="right"><a name="13"></a><a href="#13">13</a></div></td><td class="codeLine"><span class="comment"> * @param array $options</span></td></tr>
<tr><td><div align="right"><a name="14"></a><a href="#14">14</a></div></td><td class="codeLine"><span class="comment"> */</span></td></tr>
<tr><td><div align="right"><a name="15"></a><a href="#15">15</a></div></td><td class="codeLine"><span class="default"> </span><span class="keyword">public</span><span class="default"> </span><span class="keyword">function</span><span class="default"> </span><span class="default">buildForm</span><span class="keyword">(</span><span class="default">FormBuilderInterface</span><span class="default"> </span><span class="default">$builder</span><span class="keyword">,</span><span class="default"> </span><span class="keyword">array</span><span class="default"> </span><span class="default">$options</span><span class="keyword">)</span></td></tr>
<tr class="danger"><td><div align="right"><a name="16"></a><a href="#16">16</a></div></td><td class="codeLine"><span class="default"> </span><span class="keyword">{</span></td></tr>
<tr class="danger"><td><div align="right"><a name="17"></a><a href="#17">17</a></div></td><td class="codeLine"><span class="default"> </span><span class="default">$builder</span></td></tr>
<tr class="danger"><td><div align="right"><a name="18"></a><a href="#18">18</a></div></td><td class="codeLine"><span class="default"> </span><span class="default">-></span><span class="default">add</span><span class="keyword">(</span><span class="default">'title'</span><span class="keyword">,</span><span class="default"> </span><span class="default">'text'</span><span class="keyword">)</span></td></tr>
<tr class="danger"><td><div align="right"><a name="19"></a><a href="#19">19</a></div></td><td class="codeLine"><span class="default"> </span><span class="default">-></span><span class="default">add</span><span class="keyword">(</span><span class="default">'description'</span><span class="keyword">)</span></td></tr>
<tr class="danger"><td><div align="right"><a name="20"></a><a href="#20">20</a></div></td><td class="codeLine"><span class="default"> </span><span class="default">-></span><span class="default">add</span><span class="keyword">(</span><span class="default">'position'</span><span class="keyword">)</span></td></tr>
<tr class="danger"><td><div align="right"><a name="21"></a><a href="#21">21</a></div></td><td class="codeLine"><span class="default"> </span><span class="default">-></span><span class="default">add</span><span class="keyword">(</span><span class="default">'products'</span><span class="keyword">,</span><span class="default"> </span><span class="default">'entity'</span><span class="keyword">,</span><span class="default"> </span><span class="keyword">[</span></td></tr>
<tr class="danger"><td><div align="right"><a name="22"></a><a href="#22">22</a></div></td><td class="codeLine"><span class="default"> </span><span class="default">'class'</span><span class="default"> </span><span class="default">=></span><span class="default"> </span><span class="default">'TroiswaBackBundle:Product'</span><span class="keyword">,</span></td></tr>
<tr class="danger"><td><div align="right"><a name="23"></a><a href="#23">23</a></div></td><td class="codeLine"><span class="default"> </span><span class="default">'property'</span><span class="default"> </span><span class="default">=></span><span class="default"> </span><span class="default">'title'</span><span class="keyword">,</span></td></tr>
<tr class="danger"><td><div align="right"><a name="24"></a><a href="#24">24</a></div></td><td class="codeLine"><span class="default"> </span><span class="default">'by_reference'</span><span class="default"> </span><span class="default">=></span><span class="default"> </span><span class="default">false</span><span class="keyword">,</span></td></tr>
<tr class="danger"><td><div align="right"><a name="25"></a><a href="#25">25</a></div></td><td class="codeLine"><span class="default"> </span><span class="default">'multiple'</span><span class="default"> </span><span class="default">=></span><span class="default"> </span><span class="default">true</span></td></tr>
<tr class="danger"><td><div align="right"><a name="26"></a><a href="#26">26</a></div></td><td class="codeLine"><span class="default"> </span><span class="keyword">]</span><span class="keyword">)</span></td></tr>
<tr class="danger"><td><div align="right"><a name="27"></a><a href="#27">27</a></div></td><td class="codeLine"><span class="default"> </span><span class="keyword">;</span></td></tr>
<tr class="danger"><td><div align="right"><a name="28"></a><a href="#28">28</a></div></td><td class="codeLine"><span class="default"> </span><span class="keyword">}</span></td></tr>
<tr><td><div align="right"><a name="29"></a><a href="#29">29</a></div></td><td class="codeLine"><span class="default"> </span></td></tr>
<tr><td><div align="right"><a name="30"></a><a href="#30">30</a></div></td><td class="codeLine"><span class="default"> </span><span class="comment">/**</span></td></tr>
<tr><td><div align="right"><a name="31"></a><a href="#31">31</a></div></td><td class="codeLine"><span class="comment"> * @param OptionsResolver $resolver</span></td></tr>
<tr><td><div align="right"><a name="32"></a><a href="#32">32</a></div></td><td class="codeLine"><span class="comment"> */</span></td></tr>
<tr><td><div align="right"><a name="33"></a><a href="#33">33</a></div></td><td class="codeLine"><span class="default"> </span><span class="keyword">public</span><span class="default"> </span><span class="keyword">function</span><span class="default"> </span><span class="default">configureOptions</span><span class="keyword">(</span><span class="default">OptionsResolver</span><span class="default"> </span><span class="default">$resolver</span><span class="keyword">)</span></td></tr>
<tr class="danger"><td><div align="right"><a name="34"></a><a href="#34">34</a></div></td><td class="codeLine"><span class="default"> </span><span class="keyword">{</span></td></tr>
<tr class="danger"><td><div align="right"><a name="35"></a><a href="#35">35</a></div></td><td class="codeLine"><span class="default"> </span><span class="default">$resolver</span><span class="default">-></span><span class="default">setDefaults</span><span class="keyword">(</span><span class="keyword">array</span><span class="keyword">(</span></td></tr>
<tr class="danger"><td><div align="right"><a name="36"></a><a href="#36">36</a></div></td><td class="codeLine"><span class="default"> </span><span class="default">'data_class'</span><span class="default"> </span><span class="default">=></span><span class="default"> </span><span class="default">'Troiswa\BackBundle\Entity\Category'</span></td></tr>
<tr class="danger"><td><div align="right"><a name="37"></a><a href="#37">37</a></div></td><td class="codeLine"><span class="default"> </span><span class="keyword">)</span><span class="keyword">)</span><span class="keyword">;</span></td></tr>
<tr class="danger"><td><div align="right"><a name="38"></a><a href="#38">38</a></div></td><td class="codeLine"><span class="default"> </span><span class="keyword">}</span></td></tr>
<tr><td><div align="right"><a name="39"></a><a href="#39">39</a></div></td><td class="codeLine"></td></tr>
<tr><td><div align="right"><a name="40"></a><a href="#40">40</a></div></td><td class="codeLine"><span class="default"> </span><span class="comment">/**</span></td></tr>
<tr><td><div align="right"><a name="41"></a><a href="#41">41</a></div></td><td class="codeLine"><span class="comment"> * @return string</span></td></tr>
<tr><td><div align="right"><a name="42"></a><a href="#42">42</a></div></td><td class="codeLine"><span class="comment"> */</span></td></tr>
<tr><td><div align="right"><a name="43"></a><a href="#43">43</a></div></td><td class="codeLine"><span class="default"> </span><span class="keyword">public</span><span class="default"> </span><span class="keyword">function</span><span class="default"> </span><span class="default">getName</span><span class="keyword">(</span><span class="keyword">)</span></td></tr>
<tr class="danger"><td><div align="right"><a name="44"></a><a href="#44">44</a></div></td><td class="codeLine"><span class="default"> </span><span class="keyword">{</span></td></tr>
<tr class="danger"><td><div align="right"><a name="45"></a><a href="#45">45</a></div></td><td class="codeLine"><span class="default"> </span><span class="keyword">return</span><span class="default"> </span><span class="default">'troiswa_backbundle_category'</span><span class="keyword">;</span></td></tr>
<tr class="danger"><td><div align="right"><a name="46"></a><a href="#46">46</a></div></td><td class="codeLine"><span class="default"> </span><span class="keyword">}</span></td></tr>
<tr><td><div align="right"><a name="47"></a><a href="#47">47</a></div></td><td class="codeLine"><span class="keyword">}</span></td></tr>
</tbody>
</table>
<footer>
<hr/>
<h4>Legend</h4>
<p>
<span class="success"><strong>Executed</strong></span>
<span class="danger"><strong>Not Executed</strong></span>
<span class="warning"><strong>Dead Code</strong></span>
</p>
<p>
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 2.0.16</a> using <a href="http://php.net/" target="_top">PHP 5.6.4</a> and <a href="http://phpunit.de/">PHPUnit 4.6.6</a> at Mon Oct 26 20:28:40 CET 2015.</small>
</p>
<a title="Back to the top" id="toplink" href="#"><span class="glyphicon glyphicon-arrow-up"></span></a>
</footer>
</div>
<script src="../js/jquery.min.js" type="text/javascript"></script>
<script src="../js/bootstrap.min.js" type="text/javascript"></script>
<script src="../js/holder.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
var $window = $(window)
, $top_link = $('#toplink')
, $body = $('body, html')
, offset = $('#code').offset().top;
$top_link.hide().click(function(event) {
event.preventDefault();
$body.animate({scrollTop:0}, 800);
});
$window.scroll(function() {
if($window.scrollTop() > offset) {
$top_link.fadeIn();
} else {
$top_link.fadeOut();
}
}).scroll();
$('.popin').popover({trigger: 'hover'});
});
</script>
</body>
</html>
| unpetitlu/3wasymfo-1mois | renderhtml/Form/CategoryType.php.html | HTML | mit | 23,130 |
<md-sidenav md-is-locked-open="true" style="-webkit-app-region:drag">
<search-bar></search-bar>
<md-list>
<md-list-item ng-repeat="note in nav.notes"
class="animate"
ng-click="nav.makeActive(note._id)"
ng-class="{ 'selected-note': nav.activeId === note._id }"
style="-webkit-app-region:no-drag; height: 50px;">
<md-item-content md-ink-ripple layout="row" layout-align="start center">
<div layout="column" layout-align="left">
<span style="margin-bottom: -15px; max-height:35px; overflow:hidden">{{ note.title }}</span>
<time style="font-size: small; color:rgba(100,100,100,.9)" am-time-ago="note.updated" title="{{ note.updated | amDateFormat: 'dddd, MMMM Do YYYY, h:mm a' }}"></time>
<md-fab-speed-dial class="md-scale"
md-open="note.menuOpen"
md-direction="left"
style="top: -7px; right: 0; position: absolute">
<md-fab-trigger>
<md-icon class="material-icons">more_horiz</md-icon>
</md-fab-trigger>
<md-fab-actions class="md-toolbar-tools">
<md-button class="md-accent md-fab md-raised md-mini" ng-click="nav.removeNote($event, note._id)">
<md-tooltip md-direction="down">Delete</md-tooltip>
<md-icon class="material-icons">delete</md-icon>
</md-button>
<md-button class="md-fab md-mini md-raised" ng-click="nav.renameNote($event, note)">
<md-tooltip md-direction="down">Rename</md-tooltip>
<md-icon class="material-icons">edit</md-icon>
</md-button>
</md-fab-actions>
</md-fab-speed-dial>
</div>
</md-item-content>
<md-divider></md-divider>
</md-list-item>
</md-list>
</md-sidenav>
| dantheuber/keepr | app/navigator/navigator.html | HTML | mit | 1,917 |
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Feather Demo</title>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<style type="text/css">
.col-inner {
border: 2px solid #263238;
border-radius: 1px;
color: #263238;
}
#page-wrap {
margin: 0 auto;
width: 80%;
padding-top: 2%;
font-family: "Roboto", sans-serif;
}
</style>
<div id = "page-wrap">
<div class="row">
<div class="l-12">
<div class="col-inner element-padded text-center">12</div>
</div>
</div>
<div class="row">
<div class="l-6">
<div class="col-inner element-padded text-center">6</div>
</div>
<div class="l-6">
<div class="col-inner element-padded text-center">6</div>
</div>
</div>
<div class="row">
<div class="l-4">
<div class="col-inner element-padded text-center">4</div>
</div>
<div class="l-4">
<div class="col-inner element-padded text-center">4</div>
</div>
<div class="l-4">
<div class="col-inner element-padded text-center">4</div>
</div>
</div>
<div class="row">
<div class="l-3">
<div class="col-inner element-padded text-center">3</div>
</div>
<div class="l-3">
<div class="col-inner element-padded text-center">3</div>
</div>
<div class="l-3">
<div class="col-inner element-padded text-center">3</div>
</div>
<div class="l-3">
<div class="col-inner element-padded text-center">3</div>
</div>
</div>
<div class="row">
<div class="l-2">
<div class="col-inner element-padded text-center">2</div>
</div>
<div class="l-2">
<div class="col-inner element-padded text-center">2</div>
</div>
<div class="l-2">
<div class="col-inner element-padded text-center">2</div>
</div>
<div class="l-2">
<div class="col-inner element-padded text-center">2</div>
</div>
<div class="l-2">
<div class="col-inner element-padded text-center">2</div>
</div>
<div class="l-2">
<div class="col-inner element-padded text-center">2</div>
</div>
</div>
</div>
</body>
</html>
| JDerwisz/Feather | demo.html | HTML | mit | 2,620 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style media="screen">
*{
margin:0px;
padding:0px;
}
.container{
position: relative;
margin:0 auto;
background-color: red;
height:400px;
width:400px;
}
.red{
background-color: red;
}
.yellow{
background-color: yellow;
}
.blue{
background-color: blue;
}
.green{
background-color: green;
}
.big{
height:800px;
width:800px;
}
.middle{
height:400px;
width:400px;
}
.small{
height:200px;
width:200px;
}
.randomBtn{
position:relative;;
top:40px;
width:100%;
height:40px;
}
</style>
</head>
<body>
<div class="container">
<!--一个老问题,如何获取单选框的值 -->
<input type="radio" name="size" value="big"> big
<input type="radio" name="size" value="middle"> middle
<input type="radio" name="size" value="small">small
<br>
<select class="" name="ff" autofocus onchange="changeBg()">
<option >red</option>
<option >yellow</option>
<option> blue</option>
<option> green</option>
</select>
<button type="button" class="randomBtn" onclick="randomChange()">手气不错</button>
</div>
<script type="text/javascript">
window.onload=randomChange;
// 不设置默认值,全都使用随机值.注意函数名后没有括号.相当于传了一个回调函数来响应onload事件
var selectNode = document.getElementsByName('ff')[0];
var container = document.querySelector(".container");
var arrSize = document.getElementsByName("size");
var colorList = ['red','yellow','blue','green'];
var sizeList = ['big','middle','small'];
arrSize.forEach((ele)=>{
// console.log(ele.value);
var size = ele.value;
// console.log(size);
// BUG: 这里我在后边的回调函数中传了个size参数,我忘了这是异步回调,传的那个size会由click事件出发,结果
// size中保留的是mouseEvent事件的坐标信息,这里不应该在回调函数中传递参数
ele.addEventListener("click",()=>{
// console.log(size);
changeBg(size);
});
})
function changeBg(size){
// size值可能没有
var color = selectNode.value;
var mySize = '';
arrSize.forEach((ele)=>{
if(ele.checked) mySize = ele.value;
})
// 要使用这里来提供一个size的默认值
size = size || mySize;
var strClass = `container ${size} ${color}`
container.className = strClass ;
}
// 随机设置颜色和尺寸
function randomChange(){
var colorNum = Math.ceil(Math.random()*4)-1; // 获得0到3
var sizeNum = Math.ceil(Math.random()*3)-1; // 获得0到2
var color = colorList[colorNum];
var size = sizeList[size];
arrSize[sizeNum].checked = true;
selectNode.value = color;
container.className = `container ${colorList[colorNum]} ${sizeList[sizeNum]}`;
}
</script>
</body>
</html>
| fanbrightup/November-December | week51/form表单练习/demo2_select.html | HTML | mit | 3,175 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_27) on Sun Sep 04 21:15:54 CEST 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>
Uses of Package org.apache.commons.configuration.plist (Commons Configuration 1.7 API)
</TITLE>
<META NAME="date" CONTENT="2011-09-04">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package org.apache.commons.configuration.plist (Commons Configuration 1.7 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/commons/configuration/plist/package-use.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Package<br>org.apache.commons.configuration.plist</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../org/apache/commons/configuration/plist/package-summary.html">org.apache.commons.configuration.plist</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.commons.configuration.plist"><B>org.apache.commons.configuration.plist</B></A></TD>
<TD>
Configuration classes supporting NeXT / OpenStep /GNUStep style configuration. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.commons.configuration.plist"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../../../org/apache/commons/configuration/plist/package-summary.html">org.apache.commons.configuration.plist</A> used by <A HREF="../../../../../org/apache/commons/configuration/plist/package-summary.html">org.apache.commons.configuration.plist</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../../org/apache/commons/configuration/plist/class-use/XMLPropertyListConfiguration.ArrayNode.html#org.apache.commons.configuration.plist"><B>XMLPropertyListConfiguration.ArrayNode</B></A></B>
<BR>
Container for array elements.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../../org/apache/commons/configuration/plist/class-use/XMLPropertyListConfiguration.PListNode.html#org.apache.commons.configuration.plist"><B>XMLPropertyListConfiguration.PListNode</B></A></B>
<BR>
Node extension with addXXX methods to parse the typed data passed by the SAX handler.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/commons/configuration/plist/package-use.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2001-2011 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>
| seeseekey/jenet | libs/commons-configuration-1.7/site/apidocs/org/apache/commons/configuration/plist/package-use.html | HTML | mit | 7,798 |
<table id="list" class="table table-hover">
<thead>
<tr>
<th style="width: 10%;">ID</th>
<th>Description</th>
<th style="width: 15%;"> </th>
</tr>
</thead>
<tbody>
<tr ng-repeat="payroll_classe in payroll_classes">
<td>{{payroll_classe.pc_id>0?payroll_classe.pc_id:''}}</td>
<td>{{payroll_classe.pc_description}}</td>
<td style="text-align: center; vertical-align: middle">
<button type="button" class="btn btn-default btn-sm" ng-click="editItem(payroll_classe)"><i class="fa fa-edit"></i></button>
<button type="button" class="btn btn-default btn-sm" ng-click="delItem(payroll_classe)" ng-show="accountProfile.pages[module]['delete']"><i class="fa fa-close"></i></button>
</td>
</tr>
</tbody>
</table> | sly14flores/webpmis | views/payroll_classes_selection.html | HTML | mit | 762 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Jo Blog">
<meta property="og:description" content="Jo Seungwan Blog!~~!">
<meta property="og:image" content="https://raw.githubusercontent.com/joswlv/joswlv.github.io/master/bg.jpg">
<meta property="og:url" content="https://joswlv.github.io">
<title>mybatis 동적 SQL</title>
<meta name="description" content="동적 SQLmybatis는 동적 SQL을 위한 엘리먼트를 제공한다.동적 SQL을 작성할 때 사용하는 엘리먼트 엘리먼트 예 설명 <if test=”조건”>SQL문</if> <if>태그...">
<link rel="shortcut icon" href="/favicon.ico?" type="image/x-icon">
<link rel="icon" href="/favicon.ico?" type="image/x-icon">
<link rel="stylesheet" href="/css/fontawesome/css/font-awesome.min.css ">
<link rel="stylesheet" href="/css/main.css ">
<link rel="canonical" href="http://joswlv.github.io/2016/09/20/dynamic_sql/">
<link rel="alternate" type="application/rss+xml" title="Joswlv" href="http://joswlv.github.io/feed.xml ">
<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-83868242-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header id="top">
<div class="wrapper">
<a href="/" class="brand">Joswlv</a>
<small></small>
<button id="headerMenu" class="menu"><i class="fa fa-bars"></i></button>
<nav id="headerNav">
<ul>
<li>
<a href="/">
<i class="fa fa-home"></i>Home
</a>
</li>
<li>
<a href="/archive/">
<i class="fa fa-archive"></i>Archives
</a>
</li>
<li>
<a href="/category/">
<i class="fa fa-th-list"></i>Categories
</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="page clearfix" post>
<div class="left">
<h1>mybatis 동적 SQL</h1>
<div class="label">
<div class="label-card">
<i class="fa fa-calendar"></i>2016-09-20
</div>
<div class="label-card">
</div>
<div class="label-card">
</div>
<div class="label-card">
<!-- <span class="point">•</span> -->
<span class="categories">
<i class="fa fa-th-list"></i>
<a href="/category/#web" title="Category: web" rel="category">web</a>
<!-- <span class="point">•</span> -->
</span>
</div>
</div>
<hr>
<article itemscope itemtype="http://schema.org/BlogPosting">
<h1 id="sql">동적 SQL</h1>
<p>mybatis는 동적 SQL을 위한 엘리먼트를 제공한다.</p>
<p><br /></p>
<p><strong>동적 SQL을 작성할 때 사용하는 엘리먼트</strong></p>
<table>
<thead>
<tr>
<th>엘리먼트 예</th>
<th>설명</th>
</tr>
</thead>
<tbody>
<tr>
<td><if test=”조건”>SQL문</if></td>
<td><code class="highlighter-rouge"><if></code>태그는 어떤 값을 상태를 검사하여 참일 경우에만 SQL문을 포함하고 싶을 때 사용한다. test속성에 지정된 조건이 참이면 <code class="highlighter-rouge"><if></code>태그의 내용을 반환한다.</td>
</tr>
<tr>
<td><choose> <br /> <when test=”조건1”>SQL문</when> <br /> <when test=”조건2”>SQL문</when> <br /> <otherwise>SQL문 </otherwise> </choose></td>
<td><code class="highlighter-rouge"><choose></code>태그는 검사할 조건이 여러 개일 경우에 사용한다. test속성에 지정된 조건이 참이면 <code class="highlighter-rouge"><when></code>태그의 내용을 반환한다. 일치하는 조건이 없으면 <code class="highlighter-rouge"><otherwise></code>의 내용을 반환한다.</td>
</tr>
<tr>
<td><where> <br /> <if test =”조건1>SQL문</when> <br /> <if test=”조건2>SQL문</when> <br /> </where></td>
<td><code class="highlighter-rouge"><where></code>태그는 WHERE절을 반환한다. <code class="highlighter-rouge"><where></code> 안의 하위 태그를 실행하고 나서 반환값이 있으면 WHERE절을 만들어 반환하고, 없으면 WHERE절을 반환하지 않는다.</td>
</tr>
<tr>
<td><trim prefix=”단어” prefixOverrides=”문자열|문자열”> <br /> <if test=”조건1”>SQL문</when> <br /> <if test=”조건2”>SQL문</when> <br /> </trim></td>
<td><code class="highlighter-rouge"><trim></code>태그는 특정 단어로 시작하는 SQL문을 반환하고 싶을 때 사용한다. prefix는 반환값 앞에 붙일 접두어를 지정한다. prefixOverrides는 반환할 값에서 제거해야 하는 접두어를 지정한다. <br /> 다시 말하면 <code class="highlighter-rouge"><trim></code>의 반환값이 있다면, 그 값의 앞부분이 prefixOverride에 지정된 문자열과 일치할 경우 그 문자열을 제거한다. 그리고 그 값의 앞부분에 prefix로 지정한 접두어를 붙여 반환한다.</td>
</tr>
<tr>
<td><set> <br /> <if test=”조건1”>SQL문</when> <br /> <if test=”조건2”>SQL문</when> <br /> <set></td>
<td><code class="highlighter-rouge"><set></code>태그는 UPDATE문의 SET절을 만들 때 사용한다. 조건이 참인 <code class="highlighter-rouge"><if></code>의 내용은 SET절에 포함된다. SET 절의 항목이 여러개 일 경우 자동으로 콤마(,)를 붙인다.</td>
</tr>
<tr>
<td><foreach <br /> item=”항목”<br /> index=”인덱스”<br />collection=”목록”<br />open=”시작문자열”<br />close=”종료문자열”<br />separator=”구분자”><br /> </foreach></td>
<td><code class="highlighter-rouge"><foreach></code>태그는 목록의 값을 가지고 SQL문을 만들 때 사용한다. 특히 IN(값, 값…)조건을 만들 때 좋다. item속성에는 항목을 가리킬 때 사용할 변수의 이름을 지정한다. index속성에는 항목의 인덱스 값을 꺼낼 때 사용할 변수 이름을 지정한다. collection속성에는 java.util.List 구현체나 배열 객체가 온다. open속성에는 최종 반환값의 접두어를 지정한다. close는 최종 반환값의 접미어를 지정한다. separatory 속성은 반복으로 생ㅇ성하는 값을 구분하기 위해 붙이는 문자열을 지정한다.</td>
</tr>
<tr>
<td><bind name=”변수명” value=”값”/></td>
<td><code class="highlighter-rouge"><bind></code>태그는 변수를 생성할 때 사용한다.</td>
</tr>
</tbody>
</table>
<p><br /></p>
<p><strong>사용예</strong></p>
<div class="language-xml highlighter-rouge"><pre class="highlight"><code>//MySqlProjectDao.xml
<span class="nt"><select</span> <span class="na">id=</span><span class="s">"selectList"</span> <span class="na">resultMap=</span><span class="s">"projectResultMap"</span><span class="nt">></span>
select PNO, PNAME, STA_DATE, END_DATE, STATE
from PROJECTS
order by
<span class="nt"><choose></span>
<span class="nt"><when</span> <span class="na">test=</span><span class="s">"orderCond == 'TITLE_ASC'"</span><span class="nt">></span>PNAME asc<span class="nt"></when></span>
<span class="nt"><when</span> <span class="na">test=</span><span class="s">"orderCond == 'TITLE_DESC'"</span><span class="nt">></span>PNAME desc<span class="nt"></when></span>
<span class="nt"><when</span> <span class="na">test=</span><span class="s">"orderCond == 'STARTDATE_ASC'"</span><span class="nt">></span>STA_DATE asc<span class="nt"></when></span>
<span class="nt"><when</span> <span class="na">test=</span><span class="s">"orderCond == 'STARTDATE_DESC'"</span><span class="nt">></span>STA_DATE desc<span class="nt"></when></span>
<span class="nt"><when</span> <span class="na">test=</span><span class="s">"orderCond == 'ENDDATE_ASC'"</span><span class="nt">></span>END_DATE asc<span class="nt"></when></span>
<span class="nt"><when</span> <span class="na">test=</span><span class="s">"orderCond == 'ENDDATE_DESC'"</span><span class="nt">></span>END_DATE desc<span class="nt"></when></span>
<span class="nt"><when</span> <span class="na">test=</span><span class="s">"orderCond == 'STATE_ASC'"</span><span class="nt">></span>STATE asc<span class="nt"></when></span>
<span class="nt"><when</span> <span class="na">test=</span><span class="s">"orderCond == 'STATE_DESC'"</span><span class="nt">></span>STATE desc<span class="nt"></when></span>
<span class="nt"><when</span> <span class="na">test=</span><span class="s">"orderCond == 'PNO_ASC'"</span><span class="nt">></span>PNO asc<span class="nt"></when></span>
<span class="nt"><otherwise></span>PNO desc<span class="nt"></otherwise></span>
<span class="nt"></choose></span>
<span class="nt"></select></span>
<span class="nt"><update</span> <span class="na">id=</span><span class="s">"update"</span> <span class="na">parameterType=</span><span class="s">"map"</span><span class="nt">></span>
update PROJECTS
<span class="nt"><set></span>
<span class="nt"><if</span> <span class="na">test=</span><span class="s">"title != null"</span><span class="nt">></span>PNAME=#{title},<span class="nt"></if></span>
<span class="nt"><if</span> <span class="na">test=</span><span class="s">"content != null"</span><span class="nt">></span>CONTENT=#{content},<span class="nt"></if></span>
<span class="nt"><if</span> <span class="na">test=</span><span class="s">"startDate != null"</span><span class="nt">></span>STA_DATE=#{startDate},<span class="nt"></if></span>
<span class="nt"><if</span> <span class="na">test=</span><span class="s">"endDate != null"</span><span class="nt">></span>END_DATE=#{endDate},<span class="nt"></if></span>
<span class="nt"><if</span> <span class="na">test=</span><span class="s">"state != null"</span><span class="nt">></span>STATE=#{state},<span class="nt"></if></span>
<span class="nt"><if</span> <span class="na">test=</span><span class="s">"tags != null"</span><span class="nt">></span>TAGS=#{tags}<span class="nt"></if></span>
<span class="nt"></set></span>
where PNO=#{no}
<span class="nt"></update></span>
</code></pre>
</div>
<p><br /></p>
<h3 id="reference">Reference</h3>
<ul>
<li><a href="http://www.yes24.com/24/Goods/13159413?Acode=101">열혈강의 자바 웹 개발 워크북</a></li>
</ul>
</article>
<hr>
<div class="post-recent">
<div class="pre">
<p><strong>prev</strong> <a href="/2016/09/20/mybatis_log/">mybatis log출력</a></p>
</div>
<div class="nex">
<p><strong>next</strong> <a href="/2016/09/21/beancontext1/">스프링 IoC컨테이너 ApplicationContext [1]</a></p>
</div>
</div>
<h2 id="comments">Comments</h2>
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
*/
var disqus_config = function() {
this.page.url = 'http://joswlv.github.io/2016/09/20/dynamic_sql/'; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = 'http://joswlv.github.io/2016/09/20/dynamic_sql/'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document,
s = d.createElement('script');
s.src = '//joswlv.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
</div>
<button class="anchor"><i class="fa fa-anchor"></i></button>
<div class="right">
<div class="wrap">
<!-- Content -->
<div class="side content">
<div>
Content
</div>
<ul id="content-side" class="content-ul">
<li><a href="#similar_posts">Similar Posts</a></li>
<li><a href="#comments">Comments</a></li>
</ul>
</div>
</div>
</div>
</div>
<script>
/**
* target _blank
*/
(function() {
var aTags = document.querySelectorAll('article a:not([id])')
for (var i = 0; i < aTags.length; i++) {
aTags[i].setAttribute('target', '_blank')
}
}());
</script>
<script src="/js/pageContent.js " charset="utf-8"></script>
<footer class="site-footer">
<div class="wrapper">
<p class="description">
</p>
<p class="contact">
Contact me at:
<a href="https://github.com/joswlv" title="GitHub"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href="mailto:[email protected]" title="email"><i class="fa fa-envelope-o" aria-hidden="true"></i></a>
<a href="https://www.facebook.com/wsj7923" title="Facebook"><i class="fa fa-facebook-official" aria-hidden="true"></i></a>
</p>
<p>
</p>
<p class="power">
<span>
Site powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="https://pages.github.com/">Github Pages</a>.
</span>
</p>
</div>
</footer>
<script async src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<div class="back-to-top">
<a href="#top" class="scroll">
<i class="fa fa-arrow-up" aria-hidden="true"></i>
</a>
</div>
<script src=" /js/main.js " charset="utf-8"></script>
<script src=" /js/scroll.min.js " charset="utf-8"></script>
</body>
</html>
| joswlv/joswlv.github.io | _site/2016/09/20/dynamic_sql/index.html | HTML | mit | 16,453 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Thu Jan 03 13:25:30 EST 2013 -->
<TITLE>
IllegalUseOfCommandException (2013 FRC Java API)
</TITLE>
<META NAME="date" CONTENT="2013-01-03">
<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="IllegalUseOfCommandException (2013 FRC Java API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IllegalUseOfCommandException.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>
"<p style=\"background-color:${javadoc.bgcolor}; color:${javadoc.fgcolor}; padding:4px 5px 2px 3px; margin-top:-1px\"><b>2013 FRC Java API</b></p>"</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../edu/wpi/first/wpilibj/command/CommandGroup.html" title="class in edu.wpi.first.wpilibj.command"><B>PREV CLASS</B></A>
<A HREF="../../../../../edu/wpi/first/wpilibj/command/PIDCommand.html" title="class in edu.wpi.first.wpilibj.command"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.html" target="_top"><B>FRAMES</B></A>
<A HREF="IllegalUseOfCommandException.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
edu.wpi.first.wpilibj.command</FONT>
<BR>
Class IllegalUseOfCommandException</H2>
<PRE>
<A HREF="../../../../../java/lang/Object.html" title="class in java.lang">java.lang.Object</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../java/lang/Throwable.html" title="class in java.lang">java.lang.Throwable</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../java/lang/Exception.html" title="class in java.lang">java.lang.Exception</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../java/lang/RuntimeException.html" title="class in java.lang">java.lang.RuntimeException</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>edu.wpi.first.wpilibj.command.IllegalUseOfCommandException</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>IllegalUseOfCommandException</B><DT>extends <A HREF="../../../../../java/lang/RuntimeException.html" title="class in java.lang">RuntimeException</A></DL>
</PRE>
<P>
This exception will be thrown if a command is used illegally. There are
several ways for this to happen.
<p>Basically, a command becomes "locked" after it is first started or added
to a command group.</p>
<p>This exception should be thrown if (after a command has been locked) its requirements
change, it is put into multiple command groups,
it is started from outside its command group, or it adds a new child.</p>
<P>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>Joe Grinstead</DD>
</DL>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.html#IllegalUseOfCommandException()">IllegalUseOfCommandException</A></B>()</CODE>
<BR>
Instantiates an <A HREF="../../../../../edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.html" title="class in edu.wpi.first.wpilibj.command"><CODE>IllegalUseOfCommandException</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.html#IllegalUseOfCommandException(java.lang.String)">IllegalUseOfCommandException</A></B>(<A HREF="../../../../../java/lang/String.html" title="class in java.lang">String</A> message)</CODE>
<BR>
Instantiates an <A HREF="../../../../../edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.html" title="class in edu.wpi.first.wpilibj.command"><CODE>IllegalUseOfCommandException</CODE></A> with the given message.</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="../../../../../java/lang/Throwable.html" title="class in java.lang">Throwable</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../java/lang/Throwable.html#getMessage()">getMessage</A>, <A HREF="../../../../../java/lang/Throwable.html#printStackTrace()">printStackTrace</A>, <A HREF="../../../../../java/lang/Throwable.html#toString()">toString</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="../../../../../java/lang/Object.html" title="class in java.lang">Object</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../../../../java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="../../../../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../../../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../../../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../../../../java/lang/Object.html#wait(long)">wait</A>, <A HREF="../../../../../java/lang/Object.html#wait(long, int)">wait</A></CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="IllegalUseOfCommandException()"><!-- --></A><H3>
IllegalUseOfCommandException</H3>
<PRE>
public <B>IllegalUseOfCommandException</B>()</PRE>
<DL>
<DD>Instantiates an <A HREF="../../../../../edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.html" title="class in edu.wpi.first.wpilibj.command"><CODE>IllegalUseOfCommandException</CODE></A>.
<P>
</DL>
<HR>
<A NAME="IllegalUseOfCommandException(java.lang.String)"><!-- --></A><H3>
IllegalUseOfCommandException</H3>
<PRE>
public <B>IllegalUseOfCommandException</B>(<A HREF="../../../../../java/lang/String.html" title="class in java.lang">String</A> message)</PRE>
<DL>
<DD>Instantiates an <A HREF="../../../../../edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.html" title="class in edu.wpi.first.wpilibj.command"><CODE>IllegalUseOfCommandException</CODE></A> with the given message.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>message</CODE> - the message</DL>
</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/IllegalUseOfCommandException.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>
"<p style=\"background-color:${javadoc.bgcolor}; color:${javadoc.fgcolor}; padding:4px 5px 2px 3px; margin-top:-1px\"><b>2013 FRC Java API</b></p>"</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../edu/wpi/first/wpilibj/command/CommandGroup.html" title="class in edu.wpi.first.wpilibj.command"><B>PREV CLASS</B></A>
<A HREF="../../../../../edu/wpi/first/wpilibj/command/PIDCommand.html" title="class in edu.wpi.first.wpilibj.command"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.html" target="_top"><B>FRAMES</B></A>
<A HREF="IllegalUseOfCommandException.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
"<center><i><font size=\"-1\">For updated information see the <a href=\"http://www.usfirst.org/roboticsprograms/frc/\">Java FRC site</a></font></i></center>"
</BODY>
</HTML>
| arithehun/frc | java/2013/edu/wpi/first/wpilibj/command/IllegalUseOfCommandException.html | HTML | mit | 14,191 |
<!DOCTYPE html>
<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 name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.75.1" />
<title>Typesafe Logger · A Developer's Experience</title>
<meta name="description" content="" />
<meta itemprop="name" content="Typesafe Logger">
<meta itemprop="description" content="Article co-authored with Sanjeev, and publishedon CodeProject PROBLEM Every application logs a whole bunch of diagnostic messages, primarily for (production) debugging, to the console or the standard error device or to files.">
<meta itemprop="datePublished" content="2010-10-08T18:34:09+00:00" />
<meta itemprop="dateModified" content="2010-10-08T18:34:09+00:00" />
<meta itemprop="wordCount" content="1758">
<meta itemprop="keywords" content="" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Typesafe Logger"/>
<meta name="twitter:description" content="Article co-authored with Sanjeev, and publishedon CodeProject PROBLEM Every application logs a whole bunch of diagnostic messages, primarily for (production) debugging, to the console or the standard error device or to files."/>
<meta property="og:title" content="Typesafe Logger" />
<meta property="og:description" content="Article co-authored with Sanjeev, and publishedon CodeProject PROBLEM Every application logs a whole bunch of diagnostic messages, primarily for (production) debugging, to the console or the standard error device or to files." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://okforanything.github.io/typesafe-logger/" />
<meta property="article:published_time" content="2010-10-08T18:34:09+00:00" />
<meta property="article:modified_time" content="2010-10-08T18:34:09+00:00" />
<link type="text/css"
rel="stylesheet"
href="/css/print.css"
media="print">
<link type="text/css"
rel="stylesheet"
href="/css/poole.css">
<link type="text/css"
rel="stylesheet"
href="/css/hyde.css">
<link type="text/css" rel="stylesheet" href="/css/custom.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&display=swap">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css"
integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk="
crossorigin="anonymous" />
<link rel="apple-touch-icon-precomposed"
sizes="144x144"
href="/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/favicon.png">
</head>
<body>
<aside class="sidebar">
<div class="container">
<div class="sidebar-about">
<div class="author-image">
<a href="/">
<img
src="/images/profile.png"
class="img-circle img-headshot center"
alt="Profile Picture">
</a>
</div>
<h1>A Developer's Experience</h1>
<p class="lead">The romantic image of an über-programmer is someone who fires up Emacs, types like a machine gun, and delivers a flawless final product from scratch. A more accurate image would be someone who stares quietly into space for a few minutes and then says Hmm. I think I’ve seen something like this before – John D. Cook</p>
</div>
<hr />
<nav>
<ul class="sidebar-nav">
<li>
<a href="/post/">Posts</a>
</li><li>
<a href="/about/">About</a>
</li>
</ul>
</nav>
<section class="social-icons">
<a href="#" rel="me" title="Linkedin" target="_blank">
<i class="fab fa-linkedin" aria-hidden="true"></i>
</a>
<a href="#" rel="me" title="GitHub" target="_blank">
<i class="fab fa-github" aria-hidden="true"></i>
</a>
<a href="#" rel="me" title="Twitter" target="_blank">
<i class="fab fa-twitter" aria-hidden="true"></i>
</a>
</section>
</div>
</aside>
<main class="content container">
<div class="post">
<h1>Typesafe Logger</h1>
<p><!-- raw HTML omitted -->Article co-authored with <!-- raw HTML omitted -->Sanjeev<!-- raw HTML omitted -->, and <!-- raw HTML omitted -->published<!-- raw HTML omitted --> on <!-- raw HTML omitted -->CodeProject<!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<hr>
<h3 id="problem">PROBLEM</h3>
<p>Every application logs a whole bunch of diagnostic messages, primarily for (production) debugging, to the console or the standard error device or to files. There are so many other destinations where the logs can be written to. Irrespective of the destination that each application must be able to configure, the diagnostic log message and the way to generate the message is of our interest now. So we are in need of a logger class that can behave transparent to the logging destination. That should not be a problem, it would be fun to design that.</p>
<p>The crux of the problem now is the generation of the log messages. Usually the log messages are generated dynamically in your code. For instance if an user calls an API <code>int GetFileSize(LPCTSTR lpszFilePath)</code>, the log may look something like this:-</p>
<p>[code lang=text]</p>
<p>GetFileSize – File: C:\Temp\Sample.txt. Size: 1492 bytes.</p>
<p>[/code]</p>
<p>In the above line of log, the file path and size values are known at runtime depending on the file. And the log could also bear the current date and time with the current logged in user requesting the file size and a variety of other stuff that might look information rich to the user. So, no doubt, our logger should have a method with variable number of arguments. Let us do the first draft of our logger class.</p>
<p>[code lang=cpp]</p>
<p>class Logger</p>
<p>{</p>
<p>public: Logger() ;</p>
<p>public: ~Logger() ;</p>
<p>public: void LogTrace(const std::string& category,</p>
<p>const std::string& fmtSpec,</p>
<p>…);</p>
<p>public: void LogInformation(const std::string& category,</p>
<p>const std::string& fmtSpec,</p>
<p>…);</p>
<p>public: void LogWarning(const std::string& category,</p>
<p>const std::string& fmtSpec,</p>
<p>…);</p>
<p>public: void LogError(const std::string& category,</p>
<p>const std::string& fmtSpec,</p>
<p>…);</p>
<p>};</p>
<p>[/code]</p>
<p>The variable number of arguments is just fair enough. The C/C++ style of format specification string is cryptic with <code>%</code> and tough to match the corresponding format specification for each type; and especially tough when the format specification string is a long one. For instance, in order to output an <code>int</code>, the format specifier must be <code>%d</code>; if the programmer made a mistake by specifying <code>%s</code>, the whole show comes down. The application crashes pathetically. That is our prime problem to be solved – type safe logging.</p>
<p>So</p>
<ul>
<li>Our logger must offer type safe logging, which means there must literally be no possibility of crash due to format specification mismatch or improper arguments count.</li>
<li>The C++ programming language and the Windows operating system both do not offer a convenient and generic logging facilities.</li>
<li>The logger must be loosely coupled with the log destination.</li>
<li>The variable arguments facility is very crude and something a C programmer would be happy about, whereas C++ abstracts and encapsulates everything as objects.</li>
</ul>
<h3 id="solution-8211-type-safe-logger">SOLUTION – (Type Safe) Logger</h3>
<p>First obstacle to get through is the facility to specify the variable number of arguments, especially in a type safe way. Fortunately the Standard Template Library is our savior. We can rely on <code>std::ostringstream</code> cutie for generating messages on the fly. A quick look:-</p>
<p>[code lang=cpp]</p>
<p>std::ostringstream ostr;</p>
<p>ostr « “GetFileSize – File: " « filePath.c_str()</p>
<p>« “\tSize: " « fileSize « " bytes.";</p>
<p>[/code]</p>
<p>The message thus constructed can be then directed to any destination – file, standard error, UI etc. That is the core of our solution.</p>
<p>However the message construction must be based on a format specification. One good advantage of a format specification is that it gives a world view of the message that would be constructed\logged; while on the other hand, it is cryptic to read and know the message from a <code>std::ostringstream</code> construct as as above. That means we are thinking of blending and innovating a logging construct which involves printf-like format specification with <code>std::ostringstream</code>. Although we seem to have solved the variable arguments problem, we are back to square on the format specification. Our aim is to get rid of the world where %ld has to be matched for a numeric or %s for a string. For that matter, even <code>std::ostringstream</code>‘s « operator does not do good with a parameter that is a <code>std::string</code>.</p>
<p>If that is our pain, then let us devise our own format specification, which provides type safety. By type safety we aim to never crash at runtime and also detect specification anomalies. So let us use the .NET style of format specification which uses argument index placeholders but the format specifier still is <code>%</code>. So for our GetFileSize example, the format specification string may look like the following:-</p>
<p>[code lang=text]</p>
<p>GetFileSize – File: %0. Size: %1 bytes. User: %2. Is ‘%0’ read-only: %3</p>
<p>[/code]</p>
<p>By now, you must be say wow! First good thing in the above format specification string is the repeating index placeholders (<code>%0</code>), which avoids specifying duplicate arguments. Other good things will be discussed in a short while.</p>
<p>We are ready with our format specification design – format specification and variable arguments. Now we need to merge these to construct messages on the fly. We need a way (via methods or such) to pass in the format specification, followed by argument passing. Besides that, we must be able to do log level based logging. That means I must be able to pass in the format spec and arguments, and say I want to log the message as Trace, Information, Warning or Error using the <code>LogXXX</code> methods in the logger. May be our logger usage could be:-</p>
<p>[code lang=cpp]</p>
<p>Logger x(“GetFileSize – File: %0. Size: %1 bytes. User: %2. Is ‘%0’ read-only: %3”);</p>
<p>x « “C:\Temp\Sample.txt” « 2945 « Visitor « “True”;</p>
<p>x.LogInformation();</p>
<p>[/code]</p>
<p>Horrible, Isn’t it? By doing it the ugly way, we realize there is an elegant way.</p>
<p>[code lang=cpp]</p>
<p>Logger().LogInformation(“GetFileSize – File: %0. Size: %1 bytes. User: %2. Is "</p>
<p>“'%0' read-only: %3”) « “C:\Temp\Sample.txt” « 2945 « Visitor « “True”;</p>
<p>[/code]</p>
<p>OR</p>
<p>[code lang=cpp]</p>
<p>Logger().LogError(“Failed to get file size!");</p>
<p>[/code]</p>
<p>That is how we will be logging. We create and log in a single line of code. Our Logger class will be overloading the « operator to intake the arguments passed, and will be making of the use of the destructor to log to the desired destination right after the line where logging is done.</p>
<h3 id="where-do-we-log">WHERE DO WE LOG?</h3>
<p>As we discussed earlier, our Logger is transparent to the logging destination. And for that reason, I intend to keep the part of physical logging out of the Logger class. The Logger is an abstract class with <code>LogMessage</code> pure virtual function. And here is how our Logger is refined to:-</p>
<p>[code lang=cpp]</p>
<p>enum LogSections</p>
<p>{</p>
<p>LOGSECTION_APPGENERAL,</p>
<p>LOGSECTION_APPINIT,</p>
<p>LOGSECTION_APPSHUTDOWN,</p>
<p>LOGSECTION_MODULEA,</p>
<p>LOGSECTION_MODULEB</p>
<p>// Add other log categories</p>
<p>};</p>
<p>enum LogLevel</p>
<p>{</p>
<p>LOGLEVEL_TRACE,</p>
<p>LOGLEVEL_INFO,</p>
<p>LOGLEVEL_WARNING,</p>
<p>LOGLEVEL_ERROR</p>
<p>};</p>
<p>struct MessageInfo</p>
<p>{</p>
<p>public: LogLevel Level;</p>
<p>public: LogSections Category;</p>
<p>public: std::string Message;</p>
<p>public: std::string Timestamp;</p>
<p>public: std::string ThreadID;</p>
<p>public: MessageInfo(LogLevel gLevel,</p>
<p>LogSections gSection) : Level(gLevel),</p>
<p>Category(gSection)</p>
<p>{</p>
<p>this-Timestamp = DateTimeAsString();</p>
<p>this-ThreadID = Thread::IDAsString();</p>
<p>}</p>
<p>};</p>
<p>class Logger</p>
<p>{</p>
<p>private: MessageInfo _mInfo;</p>
<p>private: std::string _fmtSpec;</p>
<p>public: Logger(LogLevel logLevel,</p>
<p>LogSections logSection,</p>
<dl>
<dt>const std::string& fmtSpec)</dt>
<dd>
<p>_mInfo(logLevel, logSection),</p>
</dd>
</dl>
<p>_fmtSpec(fmtSpec)</p>
<p>{</p>
<p>}</p>
<p>public: virtual ~Logger()</p>
<p>{</p>
<p>// Use PrepareStream private method that</p>
<p>// constructs the message from the _fmtSpec</p>
<p>// and arguments passed using overloaded the</p>
<p>// « operator.</p>
<p>_mInfo.Message = PrepareStream();</p>
<p>_mInfo.Timestamp = DateTimeAsString();</p>
<p>LogMessage(mi);</p>
<p>}</p>
<p>protected: virtual LogMessage(MessageInfo mi) = 0;</p>
<p>private: template<typename TLogger& operator <(T t);</p>
<p>};</p>
<p>[/code]</p>
<p>The users are required to derive from the Logger class and implement the <code>LogMessage</code> method to perform the physical logging in the format they desire. For ease of use, loggers that log to standard error device and file are provided in the download.</p>
<h3 id="highlights">HIGHLIGHTS</h3>
<p>The format specification (<code>%n</code>) considers only <code>%</code> followed by n as the indexed place holder, where n is any number in the range 0-256. Any other character after the % is not given any special treatment and is directed to the logging destination; except a <code>%</code> (after <code>%</code>) is for logging a <code>%</code>, like a � in C style logging. In short, a <code>%%</code> is an escape sequence for <code>%</code>.</p>
<p>Since Logger overloads <code>&lt;&lt;</code> operator and internally relies on <code>std::ostringstream</code>, any argument in essence should be a string-convertible. All simple types are identified and automatically converted to string for logging. For complex types and special logging formats, the user supplies the formatted string. For instance, if I want to log my class, I may (have to) provide a ToString method on the class that gives me the string representation of the class, which is not an unfair thing.</p>
<p>Since we used custom format specification with <code>%</code>, there is no possibility of argument-type mismatch, and no crashes due to the same. Besides, any argument passed that is not string-convertible results in a compiler error, which is one of the biggest benefits.</p>
<p>The argument count mismatch is safely handled avoiding runtime crashes. If the number of arguments passed (via <code>&lt;&lt;</code>) is less than the number of argument placeholders (<code>%n</code>), then asserts are issued for each argument placeholder for which the corresponding argument is not found, and the %n is directly logged. For instance, in the following line of log, <code>%2</code> is asserted for argument mismatch and the string <code>%2</code> is logged.</p>
<p>[code lang=cpp]</p>
<p>Logger().LogInformation(“GetFileSize – File: %0. Size: %1 bytes. "</p>
<p>“User: %2. Is ‘%0’ read-only: %3”) « “C:\Temp\Sample.txt” « 2945 « Visitor;</p>
<p>[/code]</p>
<p>If the number of arguments passed is greater than the number of placeholders, the extra arguments are ignored from logging. So all argument mismatches can be identified and resolved during compile time without doubt.</p>
<h3 id="limitations">LIMITATIONS</h3>
<p>Although the specification is half .NET style, our Logger does not offer all formatting facilities – hex, spacing etc. All such things are kept outside of the Logger. This was not intentional but I thought to start the Logger simple. So if you want to output a number in hex, the ToHexString static method of the Logger class may be used.</p>
<p>[code lang=cpp]</p>
<p>Logger(“Hex number: %0”, Logger::ToHexString(1000));</p>
<p>[/code]</p>
<p>The maximum number of arguments that can be specified (in the format spec) is 256. At the time of writing this logger for my application, my application had no chance of having a format spec with more than 256 arguments. Besides, I thought a Logger that allows constructing a format spec with 256 arguments may be fancy enough but from the ease of use stand-point, reading and getting a world of view of the message is not that easy, and the purpose is beaten. However, for people who opine otherwise, this limitation can be easily gotten rid of from the code (remove an if condition), and you are free to construct a format spec with any number of arguments.</p>
</div>
</main>
<footer>
<div>
© Theme by <a href="www.google.com">Soho</a> 2020
· <a href="https://creativecommons.org/licenses/by-sa/4.0" target="_blank">CC BY-SA 4.0</a>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/js/all.min.js"
integrity="sha256-MAgcygDRahs+F/Nk5Vz387whB4kSK9NXlDN3w58LLq0="
crossorigin="anonymous"></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.2.0/styles/ocean.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.2.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>
| VivekRagunathan/vivekragunathan.github.io | docs/typesafe-logger/index.html | HTML | mit | 18,234 |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Generate Delicious Colors">
<meta name="author" content="Kabir Shah">
<title>Colicious</title>
<link rel="stylesheet" type="text/css" href="./css/lib/feather.min.css" />
<link rel="stylesheet" type="text/css" href="./css/styles.css" />
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
<link rel="shortcut icon" type="image/png" href="http://kingpixil.github.io/DayFiftyNine/favicon.png" />
</head>
<body>
<div class="contain text-center animate fadeIn">
<div class="notFooter">
<h1 id="color" class="centered"></h1>
</div>
<footer id="footer">
Made with <span id="heart">♡</span> By Kabir
</footer>
</div>
<script src="./js/lib/paint.min.js"></script>
<script src="./js/scripts.js"></script>
</body>
</html>
| styd/colicious | index.html | HTML | mit | 1,034 |
<!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.12"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Mozzi: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</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" />
<link href="custom_stylesheet.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="mozzi-circle.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Mozzi
 <span id="projectnumber">version 2016-12-11-17:03</span>
</div>
<div id="projectbrief">sound synthesis library for Arduino</div>
</td>
<td> <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>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('class_rolling_stat.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">RollingStat< T, WINDOW_LENGTH > Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="class_rolling_stat.html">RollingStat< T, WINDOW_LENGTH ></a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="class_rolling_stat.html#a8521a53cde7c5d28ac9c375aaee3a972">getMean</a>() const</td><td class="entry"><a class="el" href="class_rolling_stat.html">RollingStat< T, WINDOW_LENGTH ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="class_rolling_stat.html#a234ab1d244e4b392056fcaa1fc1e4fc4">getStandardDeviation</a>() const</td><td class="entry"><a class="el" href="class_rolling_stat.html">RollingStat< T, WINDOW_LENGTH ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_rolling_stat.html#a3e7e5f706e3b5ac2496f14b7b639775d">getVariance</a>() const</td><td class="entry"><a class="el" href="class_rolling_stat.html">RollingStat< T, WINDOW_LENGTH ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="class_rolling_stat.html#a98c3f767391db80b8ad59ca53c1e6a94">RollingStat</a>()</td><td class="entry"><a class="el" href="class_rolling_stat.html">RollingStat< T, WINDOW_LENGTH ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_rolling_stat.html#a85750e78ac282caec24408dce6e78201">update</a>(T x)</td><td class="entry"><a class="el" href="class_rolling_stat.html">RollingStat< T, WINDOW_LENGTH ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="class_rolling_stat.html#a6f7b384ab338da5ba10200fbce7f2eb0">update</a>(int8_t x)</td><td class="entry"><a class="el" href="class_rolling_stat.html">RollingStat< T, WINDOW_LENGTH ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
</table></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Sun Dec 11 2016 17:03:11 for Mozzi by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.12 </li>
</ul>
</div>
</body>
</html>
| Sonoscopia/KidModular | Oscillator_revB/OscillatorSynth/OscillatorSynth/ArduinoCore/include/libraries/mozzi/extras/doc/html/class_rolling_stat-members.html | HTML | mit | 6,391 |
<ul style="font-size: 16px; list-style-type: none; position: fixed; left: 50%; margin-left: -325px">
{% assign pages_data = site.data§ | map: "pages" | compact %}
{% for p in pages_data %}
<li style="float: left">
{% if p.title == page.title %}
<a href="/{{ p.url }}" style="display: block; color: white; text-align: center; padding: 16px; text-decoration: underline;">{{ p.title }}</a>
{% else %}
<a href="/{{ p.url }}" style="display: block; color: white; text-align: center; padding: 16px; text-decoration: none;">{{ p.title }}</a>
{% endif %}
</li>
{% endfor %}
</ul> | parfeon/parfeon.github.io | _includes/navigation.html | HTML | mit | 589 |
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Bob's Ferry Pilot Service</title>
<link rel="stylesheet" href="../css/main.css" type="text/css">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Carter+One" />
<script src="../js/validation.js"></script>
<!--Force reload/refresh when pressing the back button from the demo.php showing data submission so persistent data is removed from form fields-->
<script>
if (window.name == "reloader") {
window.name = "";
location.reload();
}
window.onbeforeunload = function() {
window.name = "reloader";
}
</script>
<link rel="icon" href="../img/favicon.png" type="image/x-icon">
</head>
<body>
<div class="logoBar">
<div class="logoBanner">
<img src="../img/pilot_plane.png" alt="Bob Flying" height="100" class="logo" />
<img src="../img/wind.png" alt="The wind beneath Bob's wings" height="100" class="logo" />
<img src="../img/bobs_logo.png" alt="Bob's Ferry Pilots" height="100" class="logo" />
</div>
</div>
<div class="navSection">
<div class="navList">
<nav>
<ul>
<li><a href="../index.html" class="navHome">Home</a></li>
<li><a href="../quote/index.html" class="navQuote">Quotes for Service</a></li>
<li><a href="../crew/index.html" class="navCrew">Our Crew</a></li>
<li><a href="../track/index.html" class="navTrack">Track Your Asset</a></li>
<li><a href="../jobs/index.html" class="navJobs">Fly With Us</a></li>
</ul>
</nav>
</div>
</div>
<section class="constSection">
<div id="constArea">
<img src="../img/mechanic.png" alt="Mechanic" height="200" class="mechanic"/>
<h1>
This section of our website is still under construction
</h1>
<h2>
Our mechanics are working hard to certify this page safe for flight! Please check back soon!
</h2>
</div>
</section>
<footer class="footerContainer">
<div class="footerLeft">
<h3>Bob's <span>Ferry Pilots</span></h3>
<p class="footerLinks">
<a href="../index.html">Home</a>
·
<a href="../quote/index.html">Quotes</a>
·
<a href="../crew/index.html">Our Crew</a>
·
<a href="../track/index.html">Tracking</a>
·
<a href="index.html">Fly With Us</a>
</p>
<p class="footerCompanyName">Bob's Ferry Pilot's © 2016</p>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons License</a>
</div>
<div class="footerRight">
<!-- Fill in code for Send button action for now just using a demo php receiver to show functionality - replace with functioning php or Perl handling to send email with form data. - Git Issue #X -->
<form method="post" name="contactFooter" action="http://webdevbasics.net/scripts/demo.php" onsubmit="return validateContactForm()">
<h1>
Contact Us
</h1>
<div>
<input type="text" name="email" placeholder="Email" />
</div>
<div>
<textarea name="message" placeholder="Type your message here"></textarea>
</div>
<div>
<input name="sendButton" id="send" type="submit" value="Send" />
</div>
</form>
</div>
</footer>
</body>
</html>
| thompsonje2/Bobs_Ferry_Pilots | uc/index.html | HTML | mit | 4,593 |
{% extends "base.html" %}
{% block body %}
<div class="trial">
<div id="main">
<h1>Trial {{ trial.id }}</h1>
<h3 class="hash"> {{ trial.code_hash }} </h1>
<span class="attr">
<span class="desc">Script: </span>
<span class="script"> {{ trial.script }}</span>
</span>
<span class="attr">
<span class="desc">Start: </span>
<span class="start"> {{ trial.start }}</span>
</span>
<span class="attr">
<span class="desc">Finish: </span>
<span class="finish"> {{ trial.finish }}</span>
</span>
{% if trial.arguments %}
<span class="attr"><span class="desc">Arguments: </span><span class="arguments">{{ trial.arguments }} </span></span>
{% endif %}
</div>
{% include info %}
</div>
{% endblock %} | paopao74cn/noworkflow | capture/noworkflow/now/vis/templates/trial.html | HTML | mit | 818 |
<!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.4.2_03) on Sat May 01 12:14:26 GMT-07:00 2004 -->
<TITLE>
MiReCalcLayouts
</TITLE>
<META NAME="keywords" CONTENT="com.swfm.mica.MiReCalcLayouts class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="MiReCalcLayouts";
}
</SCRIPT>
</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=3 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="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="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/swfm/mica/MiRadioStateEnforcer.html" title="class in com.swfm.mica"><B>PREV CLASS</B></A>
<A HREF="../../../com/swfm/mica/MiRectangle.html" title="class in com.swfm.mica"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="MiReCalcLayouts.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.swfm.mica</FONT>
<BR>
Class MiReCalcLayouts</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../com/swfm/mica/MiCommandHandler.html" title="class in com.swfm.mica">com.swfm.mica.MiCommandHandler</A>
<IMG SRC="../../../resources/inherit.gif" ALT="extended by"><B>com.swfm.mica.MiReCalcLayouts</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../com/swfm/mica/MiiCommandHandler.html" title="interface in com.swfm.mica">MiiCommandHandler</A>, <A HREF="../../../com/swfm/mica/MiiTargetableCommandHandler.html" title="interface in com.swfm.mica">MiiTargetableCommandHandler</A></DD>
</DL>
<HR>
<DL>
<DT>public class <B>MiReCalcLayouts</B><DT>extends <A HREF="../../../com/swfm/mica/MiCommandHandler.html" title="class in com.swfm.mica">MiCommandHandler</A></DL>
<P>
<DL>
<DT><B>Version:</B></DT>
<DD>%I% %G%</DD>
<DT><B>Author:</B></DT>
<DD>Michael L. Davis</DD>
</DL>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../com/swfm/mica/MiReCalcLayouts.html#MiReCalcLayouts()">MiReCalcLayouts</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></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="../../../com/swfm/mica/MiReCalcLayouts.html#processCommand(java.lang.String)">processCommand</A></B>(java.lang.String arg)</CODE>
<BR>
Processes the given command.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_com.swfm.mica.MiCommandHandler"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class com.swfm.mica.<A HREF="../../../com/swfm/mica/MiCommandHandler.html" title="class in com.swfm.mica">MiCommandHandler</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../com/swfm/mica/MiCommandHandler.html#getTargetOfCommand()">getTargetOfCommand</A>, <A HREF="../../../com/swfm/mica/MiCommandHandler.html#setTargetOfCommand(java.lang.Object)">setTargetOfCommand</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="MiReCalcLayouts()"><!-- --></A><H3>
MiReCalcLayouts</H3>
<PRE>
public <B>MiReCalcLayouts</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="processCommand(java.lang.String)"><!-- --></A><H3>
processCommand</H3>
<PRE>
public void <B>processCommand</B>(java.lang.String arg)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../com/swfm/mica/MiiCommandHandler.html" title="interface in com.swfm.mica">MiiCommandHandler</A></CODE></B></DD>
<DD>Processes the given command.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 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="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="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/swfm/mica/MiRadioStateEnforcer.html" title="class in com.swfm.mica"><B>PREV CLASS</B></A>
<A HREF="../../../com/swfm/mica/MiRectangle.html" title="class in com.swfm.mica"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="MiReCalcLayouts.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| justacoder/mica | docs/javadocs/com/swfm/mica/MiReCalcLayouts.html | HTML | mit | 10,848 |
Server: Netscape-Commerce/1.12
Date: Tuesday, 26-Nov-96 00:07:00 GMT
Last-modified: Thursday, 15-Jun-95 00:37:21 GMT
Content-length: 3111
Content-type: text/html
<!doctype html public "-//W30//DTD W3 HTML 2.0//EN">
<HTML>
<TITLE>Project on Mathematics and Computation</TITLE>
<center>
<!WA0><A HREF="http://www.swiss.ai.mit.edu/"><!WA1><img src="http://www.lcs.mit.edu/web_project/Brochure/mac/macline.gif"></a>
</center>
<p>
<center>
<table border>
<tr>
<td><!WA2><img src=http://www.lcs.mit.edu/web_project/Brochure/mac/hal&gerry2.gif></td>
</tr>
<tr>
<td> <!WA3><A HREF="http://www.swiss.ai.mit.edu/~hal/hal.html"><address><b>Harold Abelson</b></a>,<br>Class of 1922 Professor of Computer Science and Engineering</address>
<!WA4><A HREF="http://www.swiss.ai.mit.edu/~gjs/gjs.html"> <address><b>Gerald Sussman</b></a>,<br>Matsushita Professor of Electrical Engineering</address></td>
</tr>
</table>
</center>
<body>
<p>
Solving scientific problems increasingly depends on
high-speed computation, careful planning of numerically
based experiments, and high-level, qualitative
interpretation of large volumes of quantitative data.
Working jointly with the Artificial Intelligence (AI)
laboratory, researchers within MIT's Project on Mathematics
and Computation are developing a wide range of intelligent
computation tools to help scientists and engineers
understand mathematical models of physical processes. Some
of the Project's goals include efficient new algorithms,
specialized hardware, and "smart" programs that comprehend
measured or numerical data. Much of our work in
scientific computation is based on AI methods. We have used
computer-vision techniques, for example, to create programs
that "look at" and qualitatively interpret graphical
results of numerical experiments. Other programs can
construct numerical simulation systems of dynamically
complex processes (such as oscillating chemical reactions
and nonlinear vibrating beams), then automatically
incorporate them into qualitative-analysis programs. Such
programs can also generate high-level summary descriptions
-- graphically and in English -- of numerical experiments,
similar to the descriptions that appear in published
scientific and engineering papers.
<p>
To support the automatic construction of numerical
procedures, we are seeking ways to express numerical
algorithms in terms of high-order procedural abstractions.
Sophisticated numerical routines thus can be assembled by
mixing and matching components from a numerical library.
The large library of routines we are now assembling will
contain symbolic methods as well as numeric ones.
<p>
Our work rests on the <!WA5><A HREF="http://www.swiss.ai.mit.edu/schene-home.html">Scheme dialect of Lisp</a> and the Scheme
programming environment, which we invented and continue to
develop. We have joined with other Scheme users and
developers to formally standardize this dialect through the
IEEE. We expect that our freely available native-code
<!WA6><a href=ftp://ftp-swiss.ai.mit.edu/pub/scheme-7.3/>Scheme compiler</a> will offer performance comparable to that
of the best commercial Lisp compilers.
</BODY>
<p>
<!WA7><a href="http://www.lcs.mit.edu/web_project/Brochure/contents.html"><!WA8><img align=left src=http://www.lcs.mit.edu/web_project/Brochure/icons/contents_motif.gif></a>
<!WA9><a href="http://www.lcs.mit.edu/web_project/Brochure/pia/pia.html"><!WA10><img align=left src=http://www.lcs.mit.edu/web_project/Brochure/icons/previous_group_motif.gif></a>
<!WA11><a href="http://www.lcs.mit.edu/web_project/Brochure/cdm/cdm.html"><!WA12><img align=left src=http://www.lcs.mit.edu/web_project/Brochure/icons/next_group_motif.gif></a>
</HTML>
| ML-SWAT/Web2KnowledgeBase | webkb/project/misc/http:^^www.lcs.mit.edu^web_project^Brochure^mac^mac.html | HTML | mit | 3,703 |
---
layout: default
---
<div class="grid">
<h3>{{page.title}} {{page.edition}}</h3>
<div class="detail-bg unit detail-bg gutter unit-s-1">
<img class="float-left unit-s-1 unit-m-1-2 unit-l-1-3 margin-top" src="{{site.baseurl}}/images/bg-watches/{{page.img-desc}}" alt"{{page.title}} Watch">
<dl>
<dt>
<h3 class="no-border display-inline"><b>Price:</b></h3>
</dt>
<dd>
{{page.price}}
</dd>
<dt>
<h6 class="no-border display-inline"><strong>Pendant Size:</strong></h5>
</dt>
<dd>
{{page.size}}
</dd>
<dt>
<h6 class="no-border display-inline"><strong>Possible Colours:</strong></h5>
</dt>
<dd>
{{page.colour}}
</dd>
<dt>
<h6 class="no-border display-inline"><strong>Edition:</strong></h5>
</dt>
<dd>
{{page.edition}}
</dd>
<dt>
<strong>Description:</strong>
</dt>
<dd>
{{content}}
</dd>
</dl>
<div class="small-contain">
<a class="button" href="{{site.baseurl}}/cart/">Add To Cart</a>
</div>
</div>
</div>
| heartedmachine/ecommerce-website | _layouts/pendant-index.html | HTML | mit | 1,031 |
<div id="wrapper">
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom:0">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">{{title}}</a>
</div>
<ul class="nav navbar-top-links navbar-right">
<li dropdown class="dropdown">
<a dropdownToggle class="dropdown-toggle" href="#">
<i class="fa fa-envelope fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul dropdownMenu class="dropdown-menu dropdown-messages">
<li>
<a class="dropdown-item" href="#">
<div>
<strong>John Smith</strong>
<span class="pull-right text-muted">
<em>Yesterday</em>
</span>
</div>
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<strong>John Smith</strong>
<span class="pull-right text-muted">
<em>Yesterday</em>
</span>
</div>
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<strong>John Smith</strong>
<span class="pull-right text-muted">
<em>Yesterday</em>
</span>
</div>
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div>
</a>
</li>
<li class="divider"></li>
<li>
<a class="text-center" href="#">
<strong>Read All Messages</strong>
<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
<!-- /.dropdown-messages -->
</li>
<li dropdown class="dropdown">
<a dropdownToggle class="dropdown-toggle" href="#">
<i class="fa fa-tasks fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul dropdownMenu class="dropdown-menu dropdown-tasks">
<li>
<a href="#">
<div>
<p>
<strong>Task 1</strong>
<span class="pull-right text-muted">40% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100"
style="width: 40%">
<span class="sr-only">40% Complete (success)</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<p>
<strong>Task 2</strong>
<span class="pull-right text-muted">20% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%">
<span class="sr-only">20% Complete</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<p>
<strong>Task 3</strong>
<span class="pull-right text-muted">60% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100"
style="width: 60%">
<span class="sr-only">60% Complete (warning)</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<p>
<strong>Task 4</strong>
<span class="pull-right text-muted">80% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"
style="width: 80%">
<span class="sr-only">80% Complete (danger)</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a class="text-center" href="#">
<strong>See All Tasks</strong>
<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
<!-- /.dropdown-tasks -->
</li>
<!-- /.dropdown -->
<li dropdown class="dropdown">
<a dropdownToggle class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-bell fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul dropdownMenu class="dropdown-menu dropdown-alerts">
<li>
<a href="#">
<div>
<i class="fa fa-comment fa-fw"></i> New Comment
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-twitter fa-fw"></i> 3 New Followers
<span class="pull-right text-muted small">12 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-envelope fa-fw"></i> Message Sent
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-tasks fa-fw"></i> New Task
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-upload fa-fw"></i> Server Rebooted
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a class="text-center" href="#">
<strong>See All Alerts</strong>
<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
<!-- /.dropdown-alerts -->
</li>
<!-- /.dropdown -->
<li dropdown class="dropdown">
<a dropdownToggle class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-user fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul dropdownMenu class="dropdown-menu dropdown-user">
<li><a href="#"><i class="fa fa-user fa-fw"></i> User Profile</a>
</li>
<li><a href="#"><i class="fa fa-gear fa-fw"></i> Settings</a>
</li>
<li class="divider"></li>
<li><a href="login.html"><i class="fa fa-sign-out fa-fw"></i> Logout</a>
</li>
</ul>
<!-- /.dropdown-user -->
</li>
</ul>
<aaSidebar></aaSidebar>
</nav>
<div id="page-wrapper" style="min-height: 203px;">
<router-outlet></router-outlet>
</div>
</div> | Mengman/angular2-admin | src/app/app.template.html | HTML | mit | 11,020 |
{% extends "header.html" %}
{% block content %}
<style>
.sizeTB {
width: 500px;
height: 300px;
padding: 1px;
resize: both;
}
.btnCat {
background-color: transparent; /* Green */
border: #00BFFF;
color: #00BFFF;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 5px;
text-align: left;
}
</style>
<footer id="footer" style="margin-top: -50px;">
<div class="container">
</div>
</footer>
<section id="service" >
<div class="container">
<div class="row">
<div class="col-md-12" >
<!--
<form action="post">
<input type="text" class="form-control sizeTB" name="fname" placeholder="Complaint">
</form>
-->
<div class="sec-title text-center wow animated fadeInDown">
<h2>COMPLAINTS</h2>
<p style="padding-bottom: 15px;border-bottom:1px solid #a8a8a8;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
<table style="width:100%; border-bottom:1px solid #a8a8a8;">
<col style="width:50%">
<thead>
<tr>
<th>Complaint</th>
<th>Category</th>
<th>Sub-category</th>
<th>Date</th>
<th>Execution Time</th>
<th>Memory used</th>
</tr>
</thead>
<tbody>
<tr>
<td>Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.</td>
<td>Road</td>
<td>Damaged</td>
<td>9/12/2016</td>
<td>5 secs</td>
<td>500 kb</td>
</tr>
<tr>
<td>Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.</td>
<td>Road</td>
<td>Damaged</td>
<td>9/12/2016</td>
<td>5 secs</td>
<td>500 kb</td>
</tr>
<tr>
<td>Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.</td>
<td>Road</td>
<td>Damaged</td>
<td>9/12/2016</td>
<td>5 secs</td>
<td>500 kb</td>
</tr>
<tr>
<td>Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.Ang kalsada dito sa Manila ay nasira kahapon at di na madaanan.</td>
<td>Road</td>
<td>Damaged</td>
<td>9/12/2016</td>
<td>5 secs</td>
<td>500 kb</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
{% endblock %} | ryanarnold/complaints_categorizer | globals/templates/complaints.html | HTML | mit | 3,312 |
---
order: 2
---
<button>Click me!</button>
| onemonth/frontend-debugging | _examples/button.html | HTML | mit | 45 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_112-google-v7) on Mon Dec 18 13:35:11 PST 2017 -->
<title>ShadowWebView.LoadData</title>
<meta name="date" content="2017-12-18">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ShadowWebView.LoadData";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/robolectric/shadows/ShadowWebView.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../org/robolectric/shadows/ShadowWebView.LoadDataWithBaseURL.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/robolectric/shadows/ShadowWebView.LoadData.html" target="_top">Frames</a></li>
<li><a href="ShadowWebView.LoadData.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field.summary">Field</a> | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field.detail">Field</a> | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.robolectric.shadows</div>
<h2 title="Class ShadowWebView.LoadData" class="title">Class ShadowWebView.LoadData</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.robolectric.shadows.ShadowWebView.LoadData</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../org/robolectric/shadows/ShadowWebView.html" title="class in org.robolectric.shadows">ShadowWebView</a></dd>
</dl>
<hr>
<br>
<pre>public static class <span class="typeNameLabel">ShadowWebView.LoadData</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowWebView.LoadData.html#data">data</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowWebView.LoadData.html#encoding">encoding</a></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowWebView.LoadData.html#mimeType">mimeType</a></span></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowWebView.LoadData.html#LoadData-java.lang.String-java.lang.String-java.lang.String-">LoadData</a></span>(java.lang.String data,
java.lang.String mimeType,
java.lang.String encoding)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="data">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>data</h4>
<pre>public final java.lang.String data</pre>
</li>
</ul>
<a name="mimeType">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mimeType</h4>
<pre>public final java.lang.String mimeType</pre>
</li>
</ul>
<a name="encoding">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>encoding</h4>
<pre>public final java.lang.String encoding</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="LoadData-java.lang.String-java.lang.String-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>LoadData</h4>
<pre>public LoadData(java.lang.String data,
java.lang.String mimeType,
java.lang.String encoding)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript" src="../../../highlight.pack.js"></script>
<script type="text/javascript"><!--
hljs.initHighlightingOnLoad();
//--></script></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/robolectric/shadows/ShadowWebView.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../org/robolectric/shadows/ShadowWebView.LoadDataWithBaseURL.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/robolectric/shadows/ShadowWebView.LoadData.html" target="_top">Frames</a></li>
<li><a href="ShadowWebView.LoadData.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field.summary">Field</a> | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field.detail">Field</a> | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| robolectric/robolectric.github.io | javadoc/3.6/org/robolectric/shadows/ShadowWebView.LoadData.html | HTML | mit | 10,304 |
<nav>
<ul>
<li><a href="{{ site.baseurl }}/about">About</a></li>
<li><a href="{{ site.baseurl }}/clients">Clients</a></li>
<li><a href="{{ site.baseurl }}/faqs">FAQs</a></li>
<li><a href="{{ site.baseurl }}/videos">Stretching Videos</a></li>
<li><a href="{{ site.baseurl }}/contact">Contact</a></li>
</ul>
</nav>
| isaacnorman/isaacnorman.github.io | _includes/nav.html | HTML | mit | 351 |
<meta name="keywords" content="" />
{% if widget.google_site_verification.value != blank %}
<meta name='google-site-verification' content="{{ widget.google_site_verification.value }}" />
{% endif %}
{% if widget.google_plus_id.value != blank %}
<link href="https://plus.google.com/{{ widget.google_plus_id.value }}" rel="publisher" />
{% endif %}
{% if widget.optimizely_id.value and widget.optimizely_id.value != blank %}
<script type="text/javascript" src="//cdn.optimizely.com/js/{{ widget.optimizely_id.value }}.js"></script>
{% endif %}
{% if widget.favicon.best_value != blank %}
<link rel="shortcut icon" href="{{ widget.favicon.best_value }}" />
{% endif %} | gladdeng/new-g5-thumbnails | public/static/components/meta/show.html | HTML | mit | 673 |
<!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 / released</a></li>
<li class="active"><a href="">8.7.1+1 / angles - 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>
angles
<small>
8.6.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-11 17:12:35 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-11 17:12:35 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.7.1+1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.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.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
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.6" & < "8.7~"}
]
tags: [ "keyword: Pcoq" "keyword: geometry" "keyword: plane geometry" "keyword: oriented angles" "category: Mathematics/Geometry/General" "date: 2002-01-15" ]
authors: [ "Frédérique Guilhot <[email protected]>" ]
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.6.0.tar.gz"
checksum: "md5=694cf6cf55b69f00588bbe347007cc75"
}
</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.6.0 coq.8.7.1+1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+1).
The following dependencies couldn't be met:
- coq-angles -> 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-angles.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.7.1+1/angles/8.6.0.html | HTML | mit | 7,419 |
<div class="commune_descr limited">
<p>
Glageon est
une ville géographiquement positionnée dans le département de Nord en Nord-Pas-de-Calais. Elle comptait 1 764 habitants en 2008.</p>
<p>Le parc d'habitations, à Glageon, était réparti en 2011 en 54 appartements et 736 maisons soit
un marché plutôt équilibré.</p>
<p>À Glageon, le prix moyen à la vente d'un appartement s'évalue à 1 208 € du m² en vente. Le prix moyen d'une maison à l'achat se situe à 916 € du m². À la location la valorisation moyenne se situe à 0 € du m² mensuel.</p>
<p>À proximité de Glageon sont situées les villes de
<a href="{{VLROOT}}/immobilier/wignehies_59659/">Wignehies</a> localisée à 6 km, 3 169 habitants,
<a href="{{VLROOT}}/immobilier/sains-du-nord_59525/">Sains-du-Nord</a> localisée à 6 km, 3 067 habitants,
<a href="{{VLROOT}}/immobilier/ramousies_59493/">Ramousies</a> située à 6 km, 240 habitants,
<a href="{{VLROOT}}/immobilier/trelon_59601/">Trélon</a> située à 2 km, 2 965 habitants,
<a href="{{VLROOT}}/immobilier/willies_59661/">Willies</a> localisée à 7 km, 143 habitants,
<a href="{{VLROOT}}/immobilier/ohain_59445/">Ohain</a> localisée à 3 km, 1 274 habitants,
entre autres. De plus, Glageon est située à seulement 25 km de <a href="{{VLROOT}}/immobilier/maubeuge_59392/">Maubeuge</a>.</p>
<p>La ville offre de multiples aménagements, elle propose entre autres un terrain de tennis, un terrain de sport, une salle de combat et une boucle de randonnée.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/59261.html | HTML | mit | 1,594 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Sun Apr 08 20:51:59 UTC 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.encog.mathutil.libsvm.svm (Encog Core 3.1.0 API)
</TITLE>
<META NAME="date" CONTENT="2012-04-08">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.encog.mathutil.libsvm.svm (Encog Core 3.1.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/encog/mathutil/libsvm/svm.html" title="class in org.encog.mathutil.libsvm"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/encog/mathutil/libsvm//class-usesvm.html" target="_top"><B>FRAMES</B></A>
<A HREF="svm.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.encog.mathutil.libsvm.svm</B></H2>
</CENTER>
No usage of org.encog.mathutil.libsvm.svm
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/encog/mathutil/libsvm/svm.html" title="class in org.encog.mathutil.libsvm"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/encog/mathutil/libsvm//class-usesvm.html" target="_top"><B>FRAMES</B></A>
<A HREF="svm.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2012. All Rights Reserved.
</BODY>
</HTML>
| larhoy/SentimentProjectV2 | SentimentAnalysisV2/encog-core-3.1.0/apidocs/org/encog/mathutil/libsvm/class-use/svm.html | HTML | mit | 5,971 |
---
title : "important"
---
<p style="color:orangered;"><Strong>*重要通知*</Strong> 授權代幣無法用於設置多於一個節點。與V2網絡相比,在V3網絡上設置複數儲存節點並沒有任何好處。 如果您有10 TB可用空間,10 TB的單個節點與兩個5 TB節點的收益潛力並無分別。
有關更多詳細信息,請閱讀我們最近的儲存節點 <a href="https://storj.io/blog">網誌文章</a>和<a href="https://storj.io/white-paper">V3白皮書</a>。</p>
<p style="color:orangered;">如果你仍有運行 V2 節點,我們建議你繼續運行該節點直到 V3 beta。</p> | Storj/storj.io | content/mandarin-invite/important/importantMandarin.html | HTML | mit | 621 |
<!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>barelog: host/include/barelog_host.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">barelog
 <span id="projectnumber">0.1</span>
</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="annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('barelog__host_8h_source.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">barelog_host.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="barelog__host_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/* The MIT License (MIT)</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"></span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> Copyright (c) 2015 Thomas Bertauld <[email protected]></span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"></span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> Permission is hereby granted, free of charge, to any person obtaining a copy</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> of this software and associated documentation files (the "Software"), to deal</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> in the Software without restriction, including without limitation the rights</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> copies of the Software, and to permit persons to whom the Software is</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> furnished to do so, subject to the following conditions:</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"></span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> The above copyright notice and this permission notice shall be included in</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> all copies or substantial portions of the Software.</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"></span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment"> THE SOFTWARE.</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment">*/</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> </div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="preprocessor">#ifndef __BARELOG_HOST_H__</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="preprocessor">#define __BARELOG_HOST_H__</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> </div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="preprocessor">#include "<a class="code" href="barelog__host__mem__manager_8h.html">barelog_host_mem_manager.h</a>"</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="preprocessor">#include "<a class="code" href="barelog__internal_8h.html">barelog_internal.h</a>"</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> </div>
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="barelog__host_8h.html#adc51587704401a7222bd82433c881477"> 44</a></span> <span class="preprocessor">#define barelog_host_init(platform, initfct, readfct, writefct, finalizefct) \</span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="preprocessor">host_mem_manager_init(platform, initfct, readfct, writefct, finalizefct)</span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> </div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="barelog__host_8h.html#a251f4daf501e3e81586ebccebeacabe9"> 50</a></span> <span class="preprocessor">#define barelog_host_finalize() host_mem_manager_finalize()</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> </div>
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="barelog__host_8h.html#a39f8463674313efe620ad779bed94bed"> 55</a></span> <span class="preprocessor">#define barelog_read_log(core, res) host_mem_manager_read_mem_space(core, res)</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> </div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="preprocessor">#if BARELOG_DEBUG_MODE</span></div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> </div>
<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="barelog__host_8h.html#af16c1c90ec01a10f79c15bca92b1b4e5"> 61</a></span> <span class="preprocessor">#define barelog_read_debug() host_mem_manager_read_debug()</span></div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <span class="preprocessor">#else</span></div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> <span class="preprocessor">#define barelog_read_debug()</span></div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="preprocessor">#endif // BARELOG_DEBUG_MODE</span></div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> </div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="preprocessor">#endif </span><span class="comment">/*__BARELOG_HOST_H__*/</span><span class="preprocessor"></span></div>
<div class="ttc" id="barelog__host__mem__manager_8h_html"><div class="ttname"><a href="barelog__host__mem__manager_8h.html">barelog_host_mem_manager.h</a></div><div class="ttdoc">Module defining all functions offered by barelog for the host program. </div></div>
<div class="ttc" id="barelog__internal_8h_html"><div class="ttname"><a href="barelog__internal_8h.html">barelog_internal.h</a></div><div class="ttdoc">Module defining the internal configurations of barelog. </div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_4f7e4242e27b8c8b476722507617a881.html">host</a></li><li class="navelem"><a class="el" href="dir_e839221b911be9ca1d4935be85bedea2.html">include</a></li><li class="navelem"><a class="el" href="barelog__host_8h.html">barelog_host.h</a></li>
<li class="footer">Generated on Wed Nov 25 2015 15:31:26 for barelog by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.9.1 </li>
</ul>
</div>
</body>
</html>
| SkinnerSweet/barelog | doc/html/barelog__host_8h_source.html | HTML | mit | 12,567 |
<div class="container margin-top-large">
<div class="row">
{{range $imagePath := .}}
<div class="col-md-3 col-sm-4 col-xs-6">
<div class="thumbnail">
<img class="img-responsive" src="{{$imagePath}}"/>
<div class="text-center margin-top-small">
<button class="btn btn-default" onclick="addImageToEntry('{{$imagePath}}')">Add to entry</button>
</div>
</div>
</div>
{{else}}
<div class="col-md-10 text-center">
<div class="thumbnail padding-even-large">
<h3>No available images</h3>
</div>
</div>
{{end}}
</div>
</div> | davidbogue/lucid | web/imagelibrary.html | HTML | mit | 566 |
<div class="headline">
Tasks List
<button type="button" class="btn btn-default pull-right" data-ng-click="create()" data-ng-show="user.id">
<i class="fa fa-check-square-o"></i> Create Task
</button>
</div>
<h2 data-ng-repeat="task in tasks" data-ta-item data-task="task"></h2>
<script type="text/ng-template" id="taskCreateModal.html">
<form novalidate ng-submit="submit()">
<div class="modal-header">
<h3 class="modal-title">Create a New Task</h3>
</div>
<div class="modal-body">
<div class="form-group">
<label for="category">Category: </label>
<select id="category" data-ng-model="task.category" name="category" data-ng-options="category.category for category in categories" required autofocus></select>
</div>
<div class="form-group">
<label for="description">Description: </label>
<textarea id="description" class="form-control" name="description" data-ng-model="task.description" placeholder="Enter description..." required> </textarea>
</div>
<div class="form-group">
<label for="payment">Payment: </label>
<input id="payment" type="number" class="form-control" name="payment" data-ng-model="task.payment" placeholder="Enter payment..." required>
</div>
<div class="form-group">
<label for="zip">Zip Code: </label>
<input id="zip" type="number" class="form-control" name="taskZip" data-ng-model="task.taskZip" placeholder="Enter task zip code...">
</div>
<div class="form-group">
<label for="deadline">Deadline: </label>
<quick-datepicker data-ng-model='task.deadline' required></quick-datepicker>
</div>
</div>
<div class="form-actions">
<button type="submit" class="btn btn-primary">Submit</button>
<button class="btn btn-warning" ng-click="cancel()">Cancel</button>
</div>
</form>
</script> | brownm04/csci6531-project | src/main/webapp/resources/js/tasks/partials/list.html | HTML | mit | 1,811 |
---
---
<div style="width: 654; height: 477; border: 1px solid #FFFFFF; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1">
<font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b><font color="#cc6600">
NUMERICAL METHODS</font></b></font><p align="justify"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> Numerical solution
of algebraic and transcendental equations, Iterative algorithms, Convergence,
Newton Raphson procedure, Solutions of polynomial and simultaneous linear equations,
Gauss method, Relaxation procedure, Error estimates, Numerical integration,
Euler-Maclaurin formula. Newton-Cotes formulae, Error estimates, Gaussian quadratures,
Extensions to multiple integrals. </font></p>
<p align="justify"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
<b>Numerical integration of ordinary differential equations:</b> Methods of Euler, Adams, Runge-Kutta and predictor
- corrector procedures, Stability of solution. Solution of stiff equations.</font></p>
<p align="justify"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
<b>Solution of boundary value problems:</b> Shooting method with least square convergence criterion, Quasilinearization
method, Parametric differentiation technique and invariant imbedding
technique.</font></p>
<p align="justify"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
<b>Solution of partial differential equations: </b>Finite-difference techniques,
Stability and convergence of the solution, Method of characteristics. Finite
element and boundary element methods.</font></p>
<p> </p>
<p><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Books</b></font></p>
<ul>
<li><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Gupta, A. and
Bose, S. C., Introduction to Numerical analysis, Academic Publishers, 1989.
</font></li>
<li><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Conte, S. D.
and Carl de Boor., Elementary Numerical Analysis, McGraw-Hill, 1980. </font></li>
<li><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hildebrand,
F. B., Introduction to Numerical Analysis, Tata McGraw-Hill, 1988.</font></li>
<li><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froberg, C.
E., Introduction to Numerical Analysis, Wiley, 1965.</font></li>
</ul>
</div>
| siddhartha-gadgil/www.math.iisc.ernet.in | docs/courses/courses2001/num_methods.html | HTML | mit | 2,400 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>Aleksander Zoltan - One Man Band</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<nav class="navbar navbar-toggleable-md navbar-light bg-faded fixed-top">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="#">Aleksander Zoltan <span class="navbar-text" style="font-size: 0.8rem;">One Man Band</span></a>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<span class="nav-link">Home <span class="sr-only">(current)</span></span>
</li>
<li class="nav-item">
<a class="nav-link" href="instrument.html">Music instrument</a>
</li>
<li class="nav-item">
<a class="nav-link" href="galery.html">PhotoGalery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://www.cdbaby.com/cd/zoltan">Records preview</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contacts.html">Contacts</a>
</li>
</ul>
<div class="navbar-text">
<div class="row">
<div class="col">
<img src="https://lipis.github.io/flag-icon-css/flags/4x3/cz.svg" alt="Česky" title="Česky" class="img-fluid rounded flag-ico">
</div>
<div class="col">
<img src="https://lipis.github.io/flag-icon-css/flags/4x3/gb.svg" alt="English" title="English" class="img-fluid rounded flag-ico active">
</div>
<div class="col">
<img src="https://lipis.github.io/flag-icon-css/flags/4x3/de.svg" alt="Deutsch" title="Deutsch" class="img-fluid rounded flag-ico">
</div>
<div class="col">
<img src="https://lipis.github.io/flag-icon-css/flags/4x3/es.svg" alt="Spanish" title="Spanish" class="img-fluid rounded flag-ico">
</div>
<div class="col">
<img src="https://lipis.github.io/flag-icon-css/flags/4x3/it.svg" alt="Italian" title="Italian" class="img-fluid rounded flag-ico">
</div>
</div>
</div>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-lg">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/fT_PheuLrXc" allowfullscreen></iframe>
</div>
</div>
<div class="col-lg">
<div class="row" style="height: 100%;">
<div class="col-md-8 col-lg-12">
<p>Do You like my show and would you like to contribute to develop new musical instruments?</p>
<p>Do You want to see how far I can reach in my show?</p>
<p>Do You want to be amazed what objects and in what count can be played on?</p>
<p>Please contribute for this development to my Pay Pal:</p>
</div>
<div class="col-md-4 col-lg-12 text-center">
<img src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" class="rounded mx-auto d-block donate" alt="PayPal Donate" title="PayPal Donate">
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-md-4 text-center">
<img src="http://alexomb.eu/omb/images/foto1.jpg" alt="Alexander Zoltan playing" >
</div>
<div class="col-md-8">
<h1 style="text-align:center;">One Man Band</h1>
<p>It is likely, while strolling thru your town, you will see a swinging umbrella above the heads of the crowd and you will hear some brisk dixiland music. The laughter, applause and dance of a cheering crowd will bring you closer to the band and you will find that the entire street is entertained by only one man.</p>
<p>You also start to tap your feet, clap your hands and laugh, while your eyes try to find out which foot is controlling the cymbal or hi – hats, how is it possible that the bass murmurs, while simultaneously the cow bell or the wash board sound. The captivating banjo will be ringing in your ears and while dancing you may guess which solo instrument is going to have the next turn: the mouth organ, kazoo, or the sliding whistle?</p>
<p>You will also hear my singing voice joining the merry atmosphere to entertain you with the well known, or the long – time forgotten worlds of the good old songs the whole world loves.</p>
<p>And when you manage to drag yourself away and return back from the time of dixiland to the todays world, my umbrella will bid you farewell.</p>
</div>
</div>
</div>
<nav class="navbar fixed-bottom navbar-light bg-faded">
<div class="row">
<div class="col-sm text-center">
<span class="navbar-text">2017 © designed by <a href="http://xn--80ahcjeib4ac4d.xn--p1ai">Zadoiniy A.V.</a></span>
</div>
<div class="col-sm text-center">
<div class="row">
<div class="col">
<span class="navbar-text">
Share:
</span>
</div>
<div class="col">
<img src="http://xn--80ahcjeib4ac4d.xn--p1ai/local/templates/startup/components/bitrix/news.detail/blog/images/facebook.png" data-type="fb" class="img-fluid social_share" alt="share to facebook">
</div>
<div class="col">
<img src="http://xn--80ahcjeib4ac4d.xn--p1ai/local/templates/startup/components/bitrix/news.detail/blog/images/vk.png" data-type="vk" class="img-fluid social_share" alt="share to vkontakte">
</div>
<div class="col">
<img src="http://xn--80ahcjeib4ac4d.xn--p1ai/local/templates/startup/components/bitrix/news.detail/blog/images/odnoklassniki.png" data-type="ok" class="img-fluid social_share" alt="share to odnoklassniki">
</div>
<div class="col">
<img src="http://xn--80ahcjeib4ac4d.xn--p1ai/local/templates/startup/components/bitrix/news.detail/blog/images/twitter.png" data-type="tw" class="img-fluid social_share" alt="share to twitter">
</div>
<div class="col">
<img src="http://xn--80ahcjeib4ac4d.xn--p1ai/local/templates/startup/components/bitrix/news.detail/blog/images/google_plus.png" data-type="gg" class="img-fluid social_share" alt="share to GooglePlus">
</div>
<div class="col">
<img src="http://xn--80ahcjeib4ac4d.xn--p1ai/local/templates/startup/components/bitrix/news.detail/blog/images/livejournal.png" data-type="lj" class="img-fluid social_share" alt="share to livejournal">
</div>
<div class="col">
<img src="http://xn--80ahcjeib4ac4d.xn--p1ai/local/templates/startup/components/bitrix/news.detail/blog/images/mailru.png" data-type="mr" class="img-fluid social_share" alt="share to moimir mail.ru">
</div>
</div>
</div>
</div>
</nav>
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
<script src="js/index.js"></script>
</body>
</html>
| lexnekr/Coursera-webdesign-capstone | index.html | HTML | mit | 7,771 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>Q-learning for Navigating a 2-D grid: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Q-learning for Navigating a 2-D grid
</div>
<div id="projectbrief">ThisprojecttrainsaQ-learningalgorithmforarobotina50x50configurationspace.Therobotcanmoveinthefourcardinaldirectionsandreachesthegoaloncethestartnodeisprovided</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="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><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Qclass Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classQclass.html">Qclass</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classQclass.html#a1a72661a0262d34a0b4326c0ef654a1e">action</a></td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQclass.html#ae9f97c2f18fc7d9e307e35994901da2a">createGrid</a>()</td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQclass.html#a9037e62a852d506051538adfcf7e2337">detAction</a>(int state)</td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQclass.html#aca70cf943c9d29dcea36f7c6a46d9f0e">disc_rew</a></td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQclass.html#a475913f6b4aa9508a501007260afe96b">execute</a>()</td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQclass.html#a834429fa9e01f1b283a0caada7802be3">findState</a>(int x, int y)</td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQclass.html#acf95c3d28bc5ab0409a0824abf36fe04">futurereward</a>(int state)</td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQclass.html#ab8b70c6206387fcf4dd9ff6d4d7cb2a6">goal_x</a></td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQclass.html#a492324bfb266e2ed4f0faf4487fad979">goal_y</a></td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQclass.html#ab060f941f076f76056d8276594893b54">grid</a></td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQclass.html#addcd4274dbe26c15264572bf354cbd79">learn_rate</a></td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQclass.html#aecebf934f5a3500e2bf2ae98ca02093c">plot</a>()</td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQclass.html#a84fb95339b401c66efa8c47d1426c1fe">Q</a></td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQclass.html#a9feff64b8b2c661a16f4229215957541">Qupdate</a>(int prevAction, int prevState, int x, int y, int state)</td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQclass.html#a04ec3a45dc94d48bf13e27c3f18b8399">restart</a></td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQclass.html#a4155dabacd6e918c6288bd453e956547">rewardfunc</a>(int prevAction, int x, int y)</td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQclass.html#ac7e42ac35f89616a6036aabd29e928f7">state</a></td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classQclass.html#a4bf8b5d57ca3cf93ee0b9e74c5eeb5f8">Train</a>()</td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classQclass.html#ab6bd1cc95cf90e0c1759ba26f57bd5a3">~Qclass</a>()</td><td class="entry"><a class="el" href="classQclass.html">Qclass</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
| sudrag/Q-learning-for-2D-Occupancy-Grid | docs/html/classQclass-members.html | HTML | mit | 8,407 |
---
title: 'Adult Redeploy Illinois Oversight Board Joint Meeting of the Performance Measurement Committee Meeting & Site Selection and Monitoring Committee Meeting December 21'
_template: news-item
expire: 2222-12-31
displayTitle: 'Adult Redeploy Illinois Oversight Board Joint Meeting of the Performance Measurement Committee Meeting & Site Selection and Monitoring Committee Meeting December 21'
authors: Sal Perri
siteDisplay:
- ICJIA
updatedItem: False
keywords:
- ARI
- Adult redeploy
teaser: '<p>The Adult Redeploy Illinois Oversight Board Joint meeting of the Performance Measurement Committee Meeting & Site Selection and Monitoring Committee meeting will convene on Monday, December 21, 2015 at 2 p.m. to 4 p.m. At the following public site: ICJIA, 300 W. Adams Street, 2nd Floor – Large Conference Room, Chicago, IL 60606.</p>'
summary: '<p>The Adult Redeploy Illinois Oversight Board Joint meeting of the Performance Measurement Committee Meeting & Site Selection and Monitoring Committee meeting will convene on Monday, December 21, 2015 at 2 p.m. to 4 p.m. At the following public site: ICJIA, 300 W. Adams Street, 2nd Floor – Large Conference Room, Chicago, IL 60606.</p>'
super_positive_keywords:
- ARI
- Adult redeploy
- Oversight board
- Performance measurement committee
- Site selection and monitoring committee
- Joint meeting
---
<p>The Adult Redeploy Illinois Oversight Board Joint meeting of the Performance Measurement Committee Meeting & Site Selection and Monitoring Committee meeting will convene on Monday, December 21, 2015 at 2 p.m. to 4 p.m. At the following public site: ICJIA, 300 W. Adams Street, 2nd Floor – Large Conference Room, Chicago, IL 60606.
</p>
<p><a href="http://www.icjia.state.il.us/redeploy/pdf/meetings/ARI_Joint_Committee_agenda_122115.pdf" class="track">View the meeting agenda</a> <i class="fa fa-file-pdf-o"></i>
</p> | ICJIA/icjia-public-website | _content/50-news/2015-12-15-adult-redeploy-illinois-oversight-board-joint-meeting-of-the-performance-measurement-committee-meeting-and-amp-site-selection-and-monitoring-committee-meeting-december-21.html | HTML | mit | 1,904 |
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="popup.css">
<script src="popup.js"></script>
</head>
<body>
<header>
<p>Dejizo Eiwa Chrome</p>
</header>
<div id="content">
<form id="lookup">
<input type="text" id="searchWordForm">
<input type="submit" id="searchButton" value="lookup">
</form>
<div id="resultDisplay"></div>
</div>
</body>
</html>
| tanishiking/dejizo-eiwa-chrome | popup/popup.html | HTML | mit | 424 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.