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
|
---|---|---|---|---|---|
<section data-ng-controller="InvestmentsController" data-ng-init="findOne()">
<div class="page-header">
<a class="pull-right btn btn-primary" data-ng-click="remove();">
<i class="glyphicon glyphicon-trash"></i>
</a>
<h1>Edit Investment</h1>
</div>
<div class="col-md-12">
<form name='investments' class="form-horizontal" data-ng-submit="update()">
<fieldset>
<div class="form-group">
<label class="control-label" for="company">For Company</label>
<select class="form-control" data-ng-model="investment.for_company" data-ng-options="company as (company.name + ' - ' + company.from_fund) for company in companies">
<option value="">-- {{investment.for_company.name}} - {{investment.for_company.from_fund}} --</option>
</select>
</div>
<div class="form-group">
<label class="control-label" for="name">Date (MM/DD/YYYY)</label>
<div class="controls">
<input type="text" data-ng-model="investment.date" id="date" class="form-control" placeholder="Date" required>
</div>
</div>
<div class="form-group">
<label class="control-label" for="name">Amount</label>
<div class="controls">
<input type="text" data-ng-model="investment.amount" id="name" class="form-control" placeholder="Enter Amount" ng-pattern="/^\d+$/" required>
</div>
</div>
<div class="form-group">
<label class="control-label" for="type">Type</label>
<div class="controls">
<input type="text" data-ng-model="investment.type" id="type" class="form-control" placeholder="Enter type of Investment" required>
</div>
</div>
<div class="form-group">
<input type="submit" ng-disabled='investments.$invalid' value="Update" class="btn btn-default">
</div>
</fieldset>
</form>
</div>
</section> | jollyburnz/pw-meanjs | public/modules/investments/views/edit.html | HTML | mit | 2,250 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<meta name="collection" content="exclude">
<!-- Generated by javadoc (build 1.5.0-rc) on Wed Aug 11 07:29:04 PDT 2004 -->
<TITLE>
Uses of Class java.security.AlgorithmParameters (Java 2 Platform SE 5.0)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class java.security.AlgorithmParameters (Java 2 Platform SE 5.0)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Standard Ed. 5.0</b></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?java/security//class-useAlgorithmParameters.html" target="_top"><B>FRAMES</B></A>
<A HREF="AlgorithmParameters.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>java.security.AlgorithmParameters</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="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#java.security"><B>java.security</B></A></TD>
<TD>Provides the classes and interfaces for the security framework. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#javax.crypto"><B>javax.crypto</B></A></TD>
<TD>Provides the classes and interfaces for cryptographic operations. </TD>
</TR>
</TABLE>
<P>
<A NAME="java.security"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A> in <A HREF="../../../java/security/package-summary.html">java.security</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../java/security/package-summary.html">java.security</A> that return <A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected abstract <A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A></CODE></FONT></TD>
<TD><CODE><B>AlgorithmParameterGeneratorSpi.</B><B><A HREF="../../../java/security/AlgorithmParameterGeneratorSpi.html#engineGenerateParameters()">engineGenerateParameters</A></B>()</CODE>
<BR>
Generates the parameters.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A></CODE></FONT></TD>
<TD><CODE><B>SignatureSpi.</B><B><A HREF="../../../java/security/SignatureSpi.html#engineGetParameters()">engineGetParameters</A></B>()</CODE>
<BR>
This method is overridden by providers to return the
parameters used with this signature engine, or null
if this signature engine does not use any parameters.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A></CODE></FONT></TD>
<TD><CODE><B>AlgorithmParameterGenerator.</B><B><A HREF="../../../java/security/AlgorithmParameterGenerator.html#generateParameters()">generateParameters</A></B>()</CODE>
<BR>
Generates the parameters.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A></CODE></FONT></TD>
<TD><CODE><B>AlgorithmParameters.</B><B><A HREF="../../../java/security/AlgorithmParameters.html#getInstance(java.lang.String)">getInstance</A></B>(<A HREF="../../../java/lang/String.html" title="class in java.lang">String</A> algorithm)</CODE>
<BR>
Generates a parameter object for the specified algorithm.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A></CODE></FONT></TD>
<TD><CODE><B>AlgorithmParameters.</B><B><A HREF="../../../java/security/AlgorithmParameters.html#getInstance(java.lang.String, java.security.Provider)">getInstance</A></B>(<A HREF="../../../java/lang/String.html" title="class in java.lang">String</A> algorithm,
<A HREF="../../../java/security/Provider.html" title="class in java.security">Provider</A> provider)</CODE>
<BR>
Generates a parameter object for the specified algorithm, as supplied
by the specified provider, if such an algorithm is available from the
provider.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A></CODE></FONT></TD>
<TD><CODE><B>AlgorithmParameters.</B><B><A HREF="../../../java/security/AlgorithmParameters.html#getInstance(java.lang.String, java.lang.String)">getInstance</A></B>(<A HREF="../../../java/lang/String.html" title="class in java.lang">String</A> algorithm,
<A HREF="../../../java/lang/String.html" title="class in java.lang">String</A> provider)</CODE>
<BR>
Generates a parameter object for the specified algorithm, as supplied
by the specified provider, if such an algorithm is available from the
provider.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A></CODE></FONT></TD>
<TD><CODE><B>Signature.</B><B><A HREF="../../../java/security/Signature.html#getParameters()">getParameters</A></B>()</CODE>
<BR>
Returns the parameters used with this signature object.</TD>
</TR>
</TABLE>
<P>
<A NAME="javax.crypto"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A> in <A HREF="../../../javax/crypto/package-summary.html">javax.crypto</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../javax/crypto/package-summary.html">javax.crypto</A> that return <A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected abstract <A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A></CODE></FONT></TD>
<TD><CODE><B>CipherSpi.</B><B><A HREF="../../../javax/crypto/CipherSpi.html#engineGetParameters()">engineGetParameters</A></B>()</CODE>
<BR>
Returns the parameters used with this cipher.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A></CODE></FONT></TD>
<TD><CODE><B>EncryptedPrivateKeyInfo.</B><B><A HREF="../../../javax/crypto/EncryptedPrivateKeyInfo.html#getAlgParameters()">getAlgParameters</A></B>()</CODE>
<BR>
Returns the algorithm parameters used by the encryption algorithm.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A></CODE></FONT></TD>
<TD><CODE><B>Cipher.</B><B><A HREF="../../../javax/crypto/Cipher.html#getParameters()">getParameters</A></B>()</CODE>
<BR>
Returns the parameters used with this cipher.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../javax/crypto/package-summary.html">javax.crypto</A> with parameters of type <A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected abstract void</CODE></FONT></TD>
<TD><CODE><B>CipherSpi.</B><B><A HREF="../../../javax/crypto/CipherSpi.html#engineInit(int, java.security.Key, java.security.AlgorithmParameters, java.security.SecureRandom)">engineInit</A></B>(int opmode,
<A HREF="../../../java/security/Key.html" title="interface in java.security">Key</A> key,
<A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A> params,
<A HREF="../../../java/security/SecureRandom.html" title="class in java.security">SecureRandom</A> random)</CODE>
<BR>
Initializes this cipher with a key, a set of
algorithm parameters, and a source of randomness.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected abstract void</CODE></FONT></TD>
<TD><CODE><B>ExemptionMechanismSpi.</B><B><A HREF="../../../javax/crypto/ExemptionMechanismSpi.html#engineInit(java.security.Key, java.security.AlgorithmParameters)">engineInit</A></B>(<A HREF="../../../java/security/Key.html" title="interface in java.security">Key</A> key,
<A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A> params)</CODE>
<BR>
Initializes this exemption mechanism with a key and a set of algorithm
parameters.</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>Cipher.</B><B><A HREF="../../../javax/crypto/Cipher.html#init(int, java.security.Key, java.security.AlgorithmParameters)">init</A></B>(int opmode,
<A HREF="../../../java/security/Key.html" title="interface in java.security">Key</A> key,
<A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A> params)</CODE>
<BR>
Initializes this cipher with a key and a set of algorithm
parameters.</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>Cipher.</B><B><A HREF="../../../javax/crypto/Cipher.html#init(int, java.security.Key, java.security.AlgorithmParameters, java.security.SecureRandom)">init</A></B>(int opmode,
<A HREF="../../../java/security/Key.html" title="interface in java.security">Key</A> key,
<A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A> params,
<A HREF="../../../java/security/SecureRandom.html" title="class in java.security">SecureRandom</A> random)</CODE>
<BR>
Initializes this cipher with a key, a set of algorithm
parameters, and a source of randomness.</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>ExemptionMechanism.</B><B><A HREF="../../../javax/crypto/ExemptionMechanism.html#init(java.security.Key, java.security.AlgorithmParameters)">init</A></B>(<A HREF="../../../java/security/Key.html" title="interface in java.security">Key</A> key,
<A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A> params)</CODE>
<BR>
Initializes this exemption mechanism with a key and a set of algorithm
parameters.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../javax/crypto/package-summary.html">javax.crypto</A> with parameters of type <A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../javax/crypto/EncryptedPrivateKeyInfo.html#EncryptedPrivateKeyInfo(java.security.AlgorithmParameters, byte[])">EncryptedPrivateKeyInfo</A></B>(<A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security">AlgorithmParameters</A> algParams,
byte[] encryptedData)</CODE>
<BR>
Constructs an <code>EncryptedPrivateKeyInfo</code> from the
encryption algorithm parameters and the encrypted data.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../java/security/AlgorithmParameters.html" title="class in java.security"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Standard Ed. 5.0</b></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?java/security//class-useAlgorithmParameters.html" target="_top"><B>FRAMES</B></A>
<A HREF="AlgorithmParameters.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>
<font size="-1"><a href="http://java.sun.com/cgi-bin/bugreport.cgi">Submit a bug or feature</a><br>For further API reference and developer documentation, see <a href="../../../../relnotes/devdocs-vs-specs.html">Java 2 SDK SE Developer Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. <p>Copyright © 2004, 2010 Oracle and/or its affiliates. All rights reserved. Use is subject to <a href="../../../../relnotes/license.html">license terms</a>. Also see the <a href="http://java.sun.com/docs/redist.html">documentation redistribution policy</a>.</font>
<!-- Start SiteCatalyst code -->
<script language="JavaScript" src="http://www.oracle.com/ocom/groups/systemobject/@mktg_admin/documents/systemobject/s_code_download.js"></script>
<script language="JavaScript" src="http://www.oracle.com/ocom/groups/systemobject/@mktg_admin/documents/systemobject/s_code.js"></script>
<!-- ********** DO NOT ALTER ANYTHING BELOW THIS LINE ! *********** -->
<!-- Below code will send the info to Omniture server -->
<script language="javascript">var s_code=s.t();if(s_code)document.write(s_code)</script>
<!-- End SiteCatalyst code -->
</body>
</HTML>
| Smolations/more-dash-docsets | docsets/Java 5.docset/Contents/Resources/Documents/java/security/class-use/AlgorithmParameters.html | HTML | mit | 21,020 |
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Enactus JMI | Success</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Cache-control" content="max-age=86400">
<meta name="theme-color" content="#ffc437">
<meta name="description" content="Enactus is an international non-profit organization that nurtures managerial skills of students. It channelizes the energy of these future leaders towards constructing innovative business models that improve the quality of life and standard of living of the people in need. Enactus creates and implements community empowerment projects around the globe. The experience not only transforms lives, but also helps students develop the skills that are essential in this challenging, corporate world.
Enactus is now collaborating with Jamia Millia Islamia University to expand this network across the globe." />
<meta name="keywords" content="Enactus,Enactus Jmi,Enactus India,JMI,Enactus Jamia Millia Islamia,Vasudha,Aarogyam" />
<link rel="shortcut icon" href="images/favicon.ico" />
<script type="application/x-javascript">
addEventListener("load", function() {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-1.11.1.min.js"></script>
<!-- Custom Theme files -->
<link href="css/style.css" rel='stylesheet' type='text/css' />
<!-- Custom Theme files -->
<!--webfont-->
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700' rel='stylesheet' type='text/css'>
<!----font-Awesome----->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!----font-Awesome----->
<!------ light-box-script ----->
<script async src="js/jquery.chocolat.js"></script>
<link rel="stylesheet" href="css/chocolat.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" charset="utf-8">
$(function() {
$('.about-grid a').Chocolat({
linkImages: false
});
});
</script>
<!------ light-box-script ----->
<!-- google-analytics -->
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-76814343-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="header_about"> </div>
<div class="header-home">
<div class="fixed-header">
<div class="logo">
<a href="index.html">
<span class="main"><img src="images/enact2.svg" alt="Enactus logo" class="img1" /></span>
<span class="secondary">Enactus JMI</span>
</a>
</div>
<div class="top-nav">
<span class="menu"> </span>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<!-- script-nav -->
<script>
$("span.menu").click(function() {
$(".top-nav ul").slideToggle(500, function() {});
});
</script>
<!-- //script-nav -->
</div>
<div class="clearfix"> </div>
</div>
</div>
<!--script-->
<script>
$(document).ready(function() {
$(".top-nav li a").click(function() {
$(this).parent().addClass("active");
$(this).parent().siblings().removeClass("active");
});
});
</script>
<!-- script-for sticky-nav -->
<script>
$(document).ready(function() {
var navoffeset = $(".header-home").offset().top;
$(window).scroll(function() {
var scrollpos = $(window).scrollTop();
if (scrollpos >= navoffeset) {
$(".header-home").addClass("fixed");
} else {
$(".header-home").removeClass("fixed");
}
});
});
</script>
<div class="grid_1 action_section">
<div class="container">
<div style="margin-top:30px;" class="jumbotron bg-success">
<h1>Thank You</h1>
<p class="lead">Your submissions has been sent successfully!</p>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<div class="footer_top">
<div class="col-sm-3">
<ul class="socials">
<li><a href="https://www.facebook.com/EnactusJMI/"><i class="fa fb fa-facebook"></i></a></li>
<li><a href="https://www.instagram.com/enactusjmi/"><i class="fa tw fa-instagram"></i></a></li>
</ul>
<ul class="list2">
<li><strong class="phone">+91 9650909917<br>+91 9999001211</strong>
<br><small>Mon - Sat / 9.00AM - 06.00PM</small></li>
<li>Questions? <a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
</body>
</html>
| ajiteshr7/teamenactusjmi.github.io | thanks.html | HTML | mit | 5,094 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../../..">Unstable</a></li>
<li><a href=".">dev / contrib:sudoku 8.4.dev</a></li>
<li class="active"><a href="">2014-12-12 02:40:34</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="../../../../../about.html">About</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href=".">« Up</a>
<h1>
contrib:sudoku
<small>
8.4.dev
<span class="label label-info">Not compatible with this Coq</span>
</small>
</h1>
<p><em><script>document.write(moment("2014-12-12 02:40:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-12-12 02:40:34 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:sudoku/coq:contrib:sudoku.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>The package is valid.
</pre></dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --dry-run coq:contrib:sudoku.8.4.dev coq.dev</code></dd>
<dt>Return code</dt>
<dd>768</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is dev).
The following dependencies couldn't be met:
- coq:contrib:sudoku -> coq <= 8.4.dev
Your request can't be satisfied:
- Conflicting version constraints for coq
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:sudoku.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>3 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq.dev
=== 1 to remove ===
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq.dev.
[WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing
The following actions will be performed:
- install coq.8.4pl4 [required by coq:contrib:sudoku]
- install coq:contrib:sudoku.8.4.dev
=== 2 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq.8.4pl4:
./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc --prefix /home/bench/.opam/system --usecamlp5 --camlp5dir /home/bench/.opam/system/lib/camlp5 --coqide no
make -j4 world
make -j4 states
make install
Installing coq.8.4pl4.
Building coq:contrib:sudoku.8.4.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:sudoku.8.4.dev.
</pre></dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html> | coq-bench/coq-bench.github.io-old | clean/Linux-x86_64-4.01.0-1.2.0/unstable/dev/contrib:sudoku/8.4.dev/2014-12-12_02-40-34.html | HTML | mit | 6,867 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Coverage Report</title>
<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
<script type="text/javascript" src="js/popup.js"></script>
</head>
<body>
<h5>Coverage Report - liikkeidenmallinnus.Koreografia</h5>
<div class="separator"> </div>
<table class="report">
<thead><tr> <td class="heading">Classes in this File</td> <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td> <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td> <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
<tr><td><a href="liikkeidenmallinnus.Koreografia.html">Koreografia</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">94%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:94px"><span class="text">16/17</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">100%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:100px"><span class="text">2/2</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.1;</span>1,1</td></tr>
</table>
<div class="separator"> </div>
<table cellspacing="0" cellpadding="0" class="src">
<tr> <td class="numLine"> 1</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">package</span> liikkeidenmallinnus;</pre></td></tr>
<tr> <td class="numLine"> 2</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 3</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">import</span> java.util.ArrayList;</pre></td></tr>
<tr> <td class="numLine"> 4</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 5</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 6</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * Luokka säilöö käyttäjän koreografiaan valitsemat liikkeet Liikesarja-olioon.</span></pre></td></tr>
<tr> <td class="numLine"> 7</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * </span></pre></td></tr>
<tr> <td class="numLine"> 8</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @author Akkanen</span></pre></td></tr>
<tr> <td class="numLine"> 9</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLine"> 10</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">public</span> <span class="keyword">class</span> Koreografia {</pre></td></tr>
<tr> <td class="numLine"> 11</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 12</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">private</span> String nimi;</pre></td></tr>
<tr> <td class="numLine"> 13</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">private</span> Liikesarja tanssikoreografia;</pre></td></tr>
<tr> <td class="numLine"> 14</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLineCover"> 15</td> <td class="nbHitsCovered"> 7</td> <td class="src"><pre class="src"> <span class="keyword">public</span> Koreografia(String nimi) {</pre></td></tr>
<tr> <td class="numLineCover"> 16</td> <td class="nbHitsCovered"> 7</td> <td class="src"><pre class="src"> <span class="keyword">this</span>.nimi = nimi;</pre></td></tr>
<tr> <td class="numLineCover"> 17</td> <td class="nbHitsCovered"> 7</td> <td class="src"><pre class="src"> <span class="keyword">this</span>.tanssikoreografia = <span class="keyword">new</span> Liikesarja(nimi);</pre></td></tr>
<tr> <td class="numLineCover"> 18</td> <td class="nbHitsCovered"> 7</td> <td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 19</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 20</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">public</span> ArrayList<Liike> getKoreografianLiikkeet() {</pre></td></tr>
<tr> <td class="numLineCover"> 21</td> <td class="nbHitsCovered"> 13</td> <td class="src"><pre class="src"> <span class="keyword">return</span> <span class="keyword">this</span>.tanssikoreografia.getLiikkeet();</pre></td></tr>
<tr> <td class="numLine"> 22</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 23</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 24</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 25</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * Metodi lisää Liike-olion Koreografian liikelistaan, mutta vain</span></pre></td></tr>
<tr> <td class="numLine"> 26</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * jos listan viimeisen liikkeen lopputila ja lisättävän liikkeen alkutila</span></pre></td></tr>
<tr> <td class="numLine"> 27</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * ovat yhteensopivat.</span></pre></td></tr>
<tr> <td class="numLine"> 28</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> *</span></pre></td></tr>
<tr> <td class="numLine"> 29</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @param liike</span></pre></td></tr>
<tr> <td class="numLine"> 30</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @return Palauttaa true tai false sen mukaan onnistuiko lisäys</span></pre></td></tr>
<tr> <td class="numLine"> 31</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLine"> 32</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">public</span> <span class="keyword">boolean</span> lisaaLiike(Liike liike) {</pre></td></tr>
<tr> <td class="numLineCover"> 33</td> <td class="nbHitsCovered"> 9</td> <td class="src"><pre class="src"> <span class="keyword">return</span> <span class="keyword">this</span>.tanssikoreografia.lisaaLiike(liike);</pre></td></tr>
<tr> <td class="numLine"> 34</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 35</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 36</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 37</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * Metodi poistaa viimeisimpänä lisätyn liikkeen.</span></pre></td></tr>
<tr> <td class="numLine"> 38</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * Jos liikkeitä ei ole lisätty, palauttaa null.</span></pre></td></tr>
<tr> <td class="numLine"> 39</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> *</span></pre></td></tr>
<tr> <td class="numLine"> 40</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @return poistettu liike tai ei mitään</span></pre></td></tr>
<tr> <td class="numLine"> 41</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLine"> 42</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">public</span> Liike poistaViimeisinLiike() {</pre></td></tr>
<tr> <td class="numLineCover"> 43</td> <td class="nbHitsCovered"> 3</td> <td class="src"><pre class="src"> <span class="keyword">return</span> <span class="keyword">this</span>.tanssikoreografia.poistaViimeisinLiike();</pre></td></tr>
<tr> <td class="numLine"> 44</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 45</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 46</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 47</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * Palauttaa listan viimeisen liikkeen lopputilan, koska se on näin ollen</span></pre></td></tr>
<tr> <td class="numLine"> 48</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * koko Koreografian lopputila. Jos liikkeitä ei ole vielä lisätty, palauttaa</span></pre></td></tr>
<tr> <td class="numLine"> 49</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * tyhjän tilan.</span></pre></td></tr>
<tr> <td class="numLine"> 50</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> *</span></pre></td></tr>
<tr> <td class="numLine"> 51</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @return Liikesarjan viimeisen liikkeen lopputila</span></pre></td></tr>
<tr> <td class="numLine"> 52</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLine"> 53</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">public</span> Tila getLopputila() {</pre></td></tr>
<tr> <td class="numLineCover"> 54</td> <td class="nbHitsCovered"> 4</td> <td class="src"><pre class="src"> <span class="keyword">return</span> <span class="keyword">this</span>.tanssikoreografia.getLopputila();</pre></td></tr>
<tr> <td class="numLine"> 55</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 56</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 57</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 58</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * Metodi laskee ja palauttaa koreografian liikkeiden </span></pre></td></tr>
<tr> <td class="numLine"> 59</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * yhteiskeston iskuina. </span></pre></td></tr>
<tr> <td class="numLine"> 60</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * </span></pre></td></tr>
<tr> <td class="numLine"> 61</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @return liikkeiden yhteiskesto</span></pre></td></tr>
<tr> <td class="numLine"> 62</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLine"> 63</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">public</span> <span class="keyword">int</span> tanssinKesto() {</pre></td></tr>
<tr> <td class="numLineCover"> 64</td> <td class="nbHitsCovered"> 6</td> <td class="src"><pre class="src"> <span class="keyword">return</span> <span class="keyword">this</span>.tanssikoreografia.getKesto();</pre></td></tr>
<tr> <td class="numLine"> 65</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 66</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 67</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 68</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * Metodi muuntaa Liikesarjan ArrayListin sisältämien Liikkeiden</span></pre></td></tr>
<tr> <td class="numLine"> 69</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * nimet helppolukuiseksi muotoilluksi tekstiksi. </span></pre></td></tr>
<tr> <td class="numLine"> 70</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * </span></pre></td></tr>
<tr> <td class="numLine"> 71</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @return koreografian liikkeet Stringinä</span></pre></td></tr>
<tr> <td class="numLine"> 72</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLine"> 73</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">public</span> String annaKoreografiaTekstina() {</pre></td></tr>
<tr> <td class="numLineCover"> 74</td> <td class="nbHitsCovered"> 3</td> <td class="src"><pre class="src"> String koreografiaTekstina = <span class="keyword">this</span>.getNimi() + <span class="string">"\n\n"</span>;</pre></td></tr>
<tr> <td class="numLineCover"> 75</td> <td class="nbHitsCovered"><a title="Line 75: Conditional coverage 100% (2/2)."> 6</a></td> <td class="src"><pre class="src"> <a title="Line 75: Conditional coverage 100% (2/2)."> <span class="keyword">for</span> (<span class="keyword">int</span> i = 0; i < getKoreografianLiikkeet().size(); i++) {</a></pre></td></tr>
<tr> <td class="numLineCover"> 76</td> <td class="nbHitsCovered"> 3</td> <td class="src"><pre class="src"> koreografiaTekstina = koreografiaTekstina + <span class="keyword">this</span>.getKoreografianLiikkeet().get(i).getNimi() + <span class="string">"\n"</span>;</pre></td></tr>
<tr> <td class="numLine"> 77</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">// if (i % 2 != 0 || i == 1) {</span></pre></td></tr>
<tr> <td class="numLine"> 78</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">// koreografiaTekstina = koreografiaTekstina + </span></pre></td></tr>
<tr> <td class="numLine"> 79</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">// this.getKoreografianLiikkeet().get(i).getNimi() + "\n";</span></pre></td></tr>
<tr> <td class="numLine"> 80</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">// } else {</span></pre></td></tr>
<tr> <td class="numLine"> 81</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">// koreografiaTekstina = koreografiaTekstina + </span></pre></td></tr>
<tr> <td class="numLine"> 82</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">// this.getKoreografianLiikkeet().get(i).getNimi() + " ";</span></pre></td></tr>
<tr> <td class="numLine"> 83</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">// }</span></pre></td></tr>
<tr> <td class="numLine"> 84</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 85</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">//koreografiaTekstina = koreografiaTekstina + "\nTanssin kesto " + this.tanssinKesto() + " iskua";</span></pre></td></tr>
<tr> <td class="numLineCover"> 86</td> <td class="nbHitsCovered"> 3</td> <td class="src"><pre class="src"> <span class="keyword">return</span> koreografiaTekstina; </pre></td></tr>
<tr> <td class="numLine"> 87</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 88</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 89</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">public</span> String getNimi() {</pre></td></tr>
<tr> <td class="numLineCover"> 90</td> <td class="nbHitsCovered"> 4</td> <td class="src"><pre class="src"> <span class="keyword">return</span> nimi;</pre></td></tr>
<tr> <td class="numLine"> 91</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 92</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 93</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">public</span> <span class="keyword">void</span> setNimi(String nimi) {</pre></td></tr>
<tr> <td class="numLineCover"> 94</td> <td class="nbHitsCovered"> 1</td> <td class="src"><pre class="src"> <span class="keyword">this</span>.nimi = nimi;</pre></td></tr>
<tr> <td class="numLineCover"> 95</td> <td class="nbHitsCovered"> 1</td> <td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 96</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 97</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> @Override</pre></td></tr>
<tr> <td class="numLine"> 98</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">public</span> String toString() {</pre></td></tr>
<tr> <td class="numLineCover"> 99</td> <td class="nbHitsUncovered"> 0</td> <td class="src"><pre class="src"><span class="srcUncovered"> <span class="keyword">return</span> <span class="string">"Koreografia: "</span> + nimi;</span></pre></td></tr>
<tr> <td class="numLine"> 100</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 101</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 102</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
</table>
<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 2.0.3 on 11.1.2015 2:29.</div>
</body>
</html>
| saranas/Tanssigeneraattori | dokumentaatio/cobertura/liikkeidenmallinnus.Koreografia.html | HTML | mit | 21,159 |
<html><body>
<h4>Windows 10 x64 (18363.836)</h4><br>
<h2>_HEAP_UNPACKED_ENTRY</h2>
<font face="arial"> +0x000 PreviousBlockPrivateData : Ptr64 Void<br>
+0x008 Size : Uint2B<br>
+0x00a Flags : UChar<br>
+0x00b SmallTagIndex : UChar<br>
+0x008 SubSegmentCode : Uint4B<br>
+0x00c PreviousSize : Uint2B<br>
+0x00e SegmentOffset : UChar<br>
+0x00e LFHFlags : UChar<br>
+0x00f UnusedBytes : UChar<br>
+0x008 CompactHeader : Uint8B<br>
</font></body></html> | epikcraw/ggool | public/Windows 10 x64 (18363.836)/_HEAP_UNPACKED_ENTRY.html | HTML | mit | 543 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Fri Aug 06 17:37:29 EST 2004 -->
<TITLE>
Overlay
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<SCRIPT>
function asd()
{
parent.document.title="Overlay";
}
</SCRIPT>
<BODY BGCOLOR="white" onload="asd();">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="NewTurnTimer.html"><B>PREV CLASS</B></A>
<A HREF="OverlayBonus.html"><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="Overlay.html" TARGET="_top"><B>NO FRAMES</B></A>
<SCRIPT>
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
Class Overlay</H2>
<PRE>
java.lang.Object
|
+--<A HREF="GameObject.html">GameObject</A>
|
+--<B>Overlay</B>
</PRE>
<HR>
<DL>
<DT>public class <B>Overlay</B><DT>extends <A HREF="GameObject.html">GameObject</A></DL>
<P>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Field Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private int</CODE></FONT></TD>
<TD><CODE><B><A HREF="Overlay.html#base">base</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private int</CODE></FONT></TD>
<TD><CODE><B><A HREF="Overlay.html#block">block</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private int</CODE></FONT></TD>
<TD><CODE><B><A HREF="Overlay.html#bonus">bonus</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="Overlay.html#H_AIR">H_AIR</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="Overlay.html#H_LAND">H_LAND</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B><A HREF="Overlay.html#H_SEA">H_SEA</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected int</CODE></FONT></TD>
<TD><CODE><B><A HREF="Overlay.html#height">height</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected int</CODE></FONT></TD>
<TD><CODE><B><A HREF="Overlay.html#move">move</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private int</CODE></FONT></TD>
<TD><CODE><B><A HREF="Overlay.html#order">order</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private double</CODE></FONT></TD>
<TD><CODE><B><A HREF="Overlay.html#prob">prob</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="fields_inherited_from_class_GameObject"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Fields inherited from class <A HREF="GameObject.html">GameObject</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="GameObject.html#P_MAX">P_MAX</A>, <A HREF="GameObject.html#pcount">pcount</A>, <A HREF="GameObject.html#production">production</A>, <A HREF="GameObject.html#properties">properties</A>, <A HREF="GameObject.html#quantity">quantity</A>, <A HREF="GameObject.html#tile">tile</A></CODE></TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<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="Overlay.html#Overlay(Tile)">Overlay</A></B>(Tile t)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<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="Overlay.html#addProp(java.lang.String, java.lang.String)">addProp</A></B>(java.lang.String k,
java.lang.String v)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="Overlay.html#draw(java.awt.Graphics, java.awt.Component, int, int)">draw</A></B>(java.awt.Graphics g,
java.awt.Component c,
int x,
int y)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="Overlay.html#draw(java.awt.Graphics, java.awt.Component, int, int, int)">draw</A></B>(java.awt.Graphics g,
java.awt.Component c,
int v,
int x,
int y)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="Overlay.html#getBase()">getBase</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="Overlay.html#getBlock()">getBlock</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="Overlay.html#getBonus()">getBonus</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="Overlay.html#getHeight()">getHeight</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="Overlay.html#getMove()">getMove</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="Overlay.html#getOrder()">getOrder</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="Overlay.html#getProbability()">getProbability</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_GameObject"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class <A HREF="GameObject.html">GameObject</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="GameObject.html#canWork(int)">canWork</A>, <A HREF="GameObject.html#getOffset(int)">getOffset</A>, <A HREF="GameObject.html#getProdQuant(int)">getProdQuant</A>, <A HREF="GameObject.html#getProdType(int)">getProdType</A>, <A HREF="GameObject.html#getProductions()">getProductions</A>, <A HREF="GameObject.html#getProp(java.lang.String)">getProp</A>, <A HREF="GameObject.html#getTile()">getTile</A>, <A HREF="GameObject.html#getVars()">getVars</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Field Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="H_LAND"><!-- --></A><H3>
H_LAND</H3>
<PRE>
public static final int <B>H_LAND</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="constant-values.html#Overlay.H_LAND">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="H_SEA"><!-- --></A><H3>
H_SEA</H3>
<PRE>
public static final int <B>H_SEA</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="constant-values.html#Overlay.H_SEA">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="H_AIR"><!-- --></A><H3>
H_AIR</H3>
<PRE>
public static final int <B>H_AIR</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="constant-values.html#Overlay.H_AIR">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="move"><!-- --></A><H3>
move</H3>
<PRE>
protected int <B>move</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="height"><!-- --></A><H3>
height</H3>
<PRE>
protected int <B>height</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="prob"><!-- --></A><H3>
prob</H3>
<PRE>
private double <B>prob</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="block"><!-- --></A><H3>
block</H3>
<PRE>
private int <B>block</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="base"><!-- --></A><H3>
base</H3>
<PRE>
private int <B>base</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="bonus"><!-- --></A><H3>
bonus</H3>
<PRE>
private int <B>bonus</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="order"><!-- --></A><H3>
order</H3>
<PRE>
private int <B>order</B></PRE>
<DL>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="Overlay(Tile)"><!-- --></A><H3>
Overlay</H3>
<PRE>
public <B>Overlay</B>(Tile t)</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="getOrder()"><!-- --></A><H3>
getOrder</H3>
<PRE>
public int <B>getOrder</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getBonus()"><!-- --></A><H3>
getBonus</H3>
<PRE>
public int <B>getBonus</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getMove()"><!-- --></A><H3>
getMove</H3>
<PRE>
public int <B>getMove</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getHeight()"><!-- --></A><H3>
getHeight</H3>
<PRE>
public int <B>getHeight</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getProbability()"><!-- --></A><H3>
getProbability</H3>
<PRE>
public double <B>getProbability</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getBlock()"><!-- --></A><H3>
getBlock</H3>
<PRE>
public int <B>getBlock</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getBase()"><!-- --></A><H3>
getBase</H3>
<PRE>
public int <B>getBase</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="addProp(java.lang.String, java.lang.String)"><!-- --></A><H3>
addProp</H3>
<PRE>
public void <B>addProp</B>(java.lang.String k,
java.lang.String v)</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="GameObject.html#addProp(java.lang.String, java.lang.String)">addProp</A></CODE> in class <CODE><A HREF="GameObject.html">GameObject</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="draw(java.awt.Graphics, java.awt.Component, int, int)"><!-- --></A><H3>
draw</H3>
<PRE>
public void <B>draw</B>(java.awt.Graphics g,
java.awt.Component c,
int x,
int y)</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="GameObject.html#draw(java.awt.Graphics, java.awt.Component, int, int)">draw</A></CODE> in class <CODE><A HREF="GameObject.html">GameObject</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="draw(java.awt.Graphics, java.awt.Component, int, int, int)"><!-- --></A><H3>
draw</H3>
<PRE>
public void <B>draw</B>(java.awt.Graphics g,
java.awt.Component c,
int v,
int x,
int y)</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="GameObject.html#draw(java.awt.Graphics, java.awt.Component, int, int, int)">draw</A></CODE> in class <CODE><A HREF="GameObject.html">GameObject</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="NewTurnTimer.html"><B>PREV CLASS</B></A>
<A HREF="OverlayBonus.html"><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="Overlay.html" TARGET="_top"><B>NO FRAMES</B></A>
<SCRIPT>
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
</BODY>
</HTML>
| hhminh/continents | documents/Overlay.html | HTML | mit | 19,660 |
<img src="DashboardScreenshot.png"/>
| dm-dashboard/dashboard | docs/index.html | HTML | mit | 37 |
{% extends "layout.html" %}
{% block head %}
{% include "includes/head.html" %}
<script>
$(document).ready(function() {
var source = getParameterByName('source') || 'employer';
$('#source').val(source);
});
function getParameterByName(name, url) {
// taken from http://stackoverflow.com/questions/901115/how-can-i-get-query-string-values-in-javascript
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, "\\$&");
var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
</script>
{% endblock %}
{% block page_title %}
Apprenticeships
{% endblock %}
{% block content %}
<style>
#navigation-primary {
display:none;
}
</style>
<main id="content" role="main">
{% include "includes/phase_banner_alpha.html" %}
<!--div class="breadcrumbs">
<ol role="breadcrumbs">
<li><a href="/{% include "includes/sprint-link.html" %}/balance">Access my funds</a></li>
</ol>
</div-->
<div class="breadcrumbs back-breadcrumb">
<ol role="breadcrumbs">
{% include "includes/breadcrumbs/register-back.html" %}
</ol>
</div>
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-xlarge">Training search results</h1>
<p>There are <span style="font-weight:700">2</span> training standards matching your search for <span style="font-weight:700">'mechatronics'</span></p>
<!--div class="robColumnDetails">
<h2 class="heading-medium" style="margin: 0 0 5px 0"><a href="/{% include "includes/sprint-link.html" %}/contracts/new-contract/provider-interface/add-an-apprenticeship/chosen">Mechatronics engineer</a></h2>
<div><h2 class="heading-small" style="display:inline-block; margin:0;">Level: </h2 ><p style="display:inline; margin:0;">4 (equivalent to certificate of higher education)</p></div>
<div><h2 class="heading-small" style="display:inline-block; margin:0;">Typical length: </h2 ><p style="display:inline; margin:0;">24 months</p></div>
</div>
<div class="robColumnDetails">
<h2 class="heading-medium looks-like-a-link-underline-h2" style="margin: 0 0 5px 0">Mechatronics technician</h2>
<div><h2 class="heading-small" style="display:inline-block; margin:0;">Level: </h2 ><p style="display:inline; margin:0;">3 (equivalent to A levels at grades A to E)</p></div>
</div-->
<form action="/{% include "includes/sprint-link.html" %}/contracts/provider-interface/add-apprenticeship">
<input id="source" name="source" type="hidden" value="employer" />
<fieldset>
<legend class="visuallyhidden">Access to the service</legend>
<p>
Choose the training you have agreed
</p>
<label class="rj-roles-choice block-label " for="radio-1">
<input id="radio-1" type="radio" name="radio-group" value="engineer" >
<span style="font-weight:700">Mechatronics engineer</span>
<span class="">
<div><p style="display:inline-block; margin:0;">Training code: </p ><p style="display:inline; margin:0;">3246</p></div>
<div><p style="display:inline-block; margin:0;">Level: </p><p style="display:inline; margin:0;">4 </p></div>
</span>
</label>
<label class="rj-roles-choice block-label " for="radio-2">
<input id="radio-2" type="radio" name="radio-group" value="engineer" >
<span style="font-weight:700">Mechatronics technician</span>
<span class="">
<div><p style="display:inline-block; margin:0;">Training code: </p ><p style="display:inline; margin:0;">9267</p></div>
<div><p style="display:inline-block; margin:0;">Level: </p><p style="display:inline; margin:0;">2 </p></div>
</span>
</label>
<!--label class="block-label rj-roles-choice" for="radio-3">
<input id="radio-3" type="radio" name="radio-group" value="Owner">
Owner
<span class="form-hint">
An "owner" is a team member with full access to the organisation's
account. They can do everything a viewer or doer can and also
<ol>
<li>- manage team members</li>
<li>- manage PAYE schemes</li>
</ol>
</span>
</label-->
</fieldset>
<input class="button" id="saveAndContinue" type="submit" style="margin-top:30px" value="Confirm and return">
</form>
<p style="margin-top:20px"><a href="/{% include "includes/sprint-link.html" %}/contracts/provider-interface/add-apprenticeship">Search again</a></p>
<div style="margin-top:50px"></div>
<!-- template to pull in the start tabs so this doesn't get too messy - it is pulling in the tabs -->
</div>
<div class="column-one-third">
<!--aside class="related">
<h2 class="heading-medium" style="margin-top:10px">Existing account</h2>
<nav role="navigation">
<ul class="robSideNav">
<li>
<a href="../login">Sign in</a>
</li>
</ul>
</nav>
</aside-->
</div>
</div>
</main>
<script>
//jquery that runs the tabs. Uses the jquery.tabs.js from gov.uk
$( document ).ready(function() {
// change the tabs themselves to active - should be in the above but isn't working because it's looking for a not li so I added this as a quick fix.
$("ul#tabs-nav li").click(function(e){
if (!$(this).hasClass("active")) {
var tabNum = $(this).index();
var nthChild = tabNum+1;
$("ul#tabs-nav li.active").removeClass("active");
$(this).addClass("active");
$("ul#tabs-nav li.active").removeClass("active");
$("ul#tabs-nav li:nth-child("+nthChild+")").addClass("active");
}
});
});
$('ul.tabs-nav').each(function(){
// For each set of tabs, we want to keep track of
// which tab is active and its associated content
var $active, $content, $links = $(this).find('a');
// If the location.hash matches one of the links, use that as the active tab.
// If no match is found, use the first link as the initial active tab.
$active = $($links.filter('[href="'+location.hash+'"]')[0] || $links[0]);
// $active.addClass('active');
console.log($active)
$content = $($active[0].hash);
// Hide the remaining content
$links.not($active).each(function () {
$(this.hash).hide();
});
// Bind the click event handler
$(this).on('click', 'a', function(e){
// Make the old tab inactive.
// $active.removeClass('active');
$content.hide();
// Update the variables with the new link and content
// $active = $(this);
$content = $(this.hash);
// Make the tab active.
// $active.addClass('active');
$content.show();
// Prevent the anchor's default click action
e.preventDefault();
});
});
</script>
{% endblock %}
| tyfairclough/das-aml-beta-ui | app/views/commitOne/contracts/provider-interface/add-an-apprenticeship/training-list.html | HTML | mit | 7,458 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Test Ceros Embed with Google Analytics</title>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55487049-3', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
</head>
<body>
<script
id="ceros-event-delegate"
data-mode="google-analytics"
src="https://labs.ceros.com/ga-and-gtm-extension/v1-0/analytics-event-delegate.min.js?cb=1"
></script>
<div style="position:relative;width:auto;padding:0 0 56.25%;height:0;top:0;left:0;bottom:0;right:0;margin:0;border:0 none" id="experience-59f9defdb07b1">
<iframe allowfullscreen src="//view.ceros.com/labs-tom-barretts-tests/parent-page-delegate-v1-0" style="position:absolute;top:0;left:0;bottom:0;right:0;margin:0;padding:0;border:0 none;height:1px;width:1px;min-height:100%;min-width:100%" frameborder="0" class="ceros-experience" scrolling="no"></iframe>
</div>
<script type="text/javascript" src="//view.ceros.com/scroll-proxy.min.js"></script>
</body>
</html> | ceros/ceros-labs | ga-and-gtm-extension/test/s3/parent-page/ga/index.html | HTML | mit | 1,419 |
<section data-ng-controller="AngularController">
<h2>This is angular YO</h2>
</section> | rs6g10/portfolio | public/modules/angular/angular.client.view.html | HTML | mit | 88 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Flights Register</title>
<link type="text/css" href="./resources/css/flights.css" rel="stylesheet"/>
<script type="text/javascript" src="./resources/js/flights.js"></script>
</head>
<body>
<header>
<div class="logo"> </div>
<h1>Flights Register</h1>
<p>CDI13 : Jasmin & David</p>
</header>
<nav>
<ul>
<li>home</li>
</ul>
</nav>
<main>
<section>
<div id="search-box">
<form action="javascript: return false;" method="post">
<fieldset>
<label for="flight-id">N°
<input type="text" name="flight-id" placeholder="Entrez l'ID de vol"/>
</label>
</fieldset>
<fieldset>
<legend>Departure</legend>
<label for="airport-departure">Airport
<select name="airport-departure">
<option value="NTE">Nantes</option>
<option value="PAR">Paris</option>
<option value="PAR">Shannon</option>
</select>
</label>
<label for="date-departure">Date
<input type="date" name="date-departure">
</label>
<label for="time-departure">Time
<input type="time" name="time-departure">
</label>
</fieldset>
<fieldset>
<legend>Arrival</legend>
<label for="airport-arrival">Airport
<select name="airport-arrival" >
<option value="NTE">Nantes</option>
<option value="PAR">Paris</option>
<option value="PAR">Shannon</option>
</select>
</label>
<label for="date-arrival">Date
<input type="date" name="date-arrival">
</label>
<label for="time-arrival">Time
<input type="time" name="time-arrival">
</label>
</fieldset>
<fieldset>
<legend></legend>
<input type="submit" value="Ajouter"/>
</fieldset>
</form>
</div>
</section>
<section>
<div id="result-box">
<table id="result-table">
<thead>
<tr>
<th>flight ID</th>
<th>Departure</th>
<th>Arrival</th>
</tr>
</thead>
<tbody>
<tr>
<td>NT4560</td>
<td>
<div>Nantes</div>
<div>01/04/2017 12:00</div>
</td>
<td>
<div>Shannon</div>
<div>01/04/2017 14:00</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</main>
</body>
</html> | detienne11/imie | flights/maquettes/flights.html | HTML | mit | 2,585 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title></title>
<!-- build:css styles/vendor.css -->
<!-- bower:css -->
<link rel="stylesheet" href="bower_components/ionic/release/css/ionic.css" />
<link rel="stylesheet" href="bower_components/components-font-awesome/css/font-awesome.css" />
<!-- endbower -->
<!-- endbuild -->
<link href="styles/style.css" rel="stylesheet">
<!-- IF using Sass (run gulp sass first), then uncomment below and remove the CSS includes above
<link href="styles/ionic.app.css" rel="stylesheet">
-->
<!-- ionic/angularjs js -->
<!-- build:js scripts/vendor.js -->
<script src="bower_components/conversion.js/conversion.js"></script>
<!-- bower:js -->
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-animate/angular-animate.js"></script>
<script src="bower_components/angular-sanitize/angular-sanitize.js"></script>
<script src="bower_components/angular-ui-router/release/angular-ui-router.js"></script>
<script src="bower_components/ionic/release/js/ionic.js"></script>
<script src="bower_components/ionic/release/js/ionic-angular.js"></script>
<script src="bower_components/angular-websocket/angular-websocket.min.js"></script>
<script src="bower_components/ngCordova/dist/ng-cordova.js"></script>
<script src="bower_components/lodash/lodash.js"></script>
<script src="bower_components/angular-base64/angular-base64.js"></script>
<script src="bower_components/ionic-service-core/ionic-core.js"></script>
<script src="bower_components/ionic-service-push/ionic-push.js"></script>
<script src="bower_components/date.format/date.format.js"></script>
<script src="bower_components/geolib/dist/geolib.js"></script>
<script src="bower_components/ng-cordova-oauth/dist/ng-cordova-oauth.js"></script>
<!-- endbower -->
<!-- endbuild -->
<!-- cordova script (this will be a 404 during development) -->
<script src="cordova.js"></script>
<!-- your app's js -->
<!-- build:js scripts/scripts.js -->
<script src="scripts/about/about.module.js"></script>
<script src="scripts/catalog/catalog.module.js"></script>
<script src="scripts/common/common.module.js"></script>
<script src="scripts/contact/contact.module.js"></script>
<script src="scripts/home/home.module.js"></script>
<script src="scripts/menu/menu.module.js"></script>
<script src="scripts/push/push.module.js"></script>
<script src="scripts/store-locations/store-locations.module.js"></script>
<script src="scripts/about/about.controller.js"></script>
<script src="scripts/app.js"></script>
<script src="scripts/catalog/catalog.controller.js"></script>
<script src="scripts/catalog/catalog.service.js"></script>
<script src="scripts/common/directives/gmaps/gmaps.directive.js"></script>
<script src="scripts/common/services/extenal-apps.service.js"></script>
<script src="scripts/common/services/open-hours.service.js"></script>
<script src="scripts/configuration.js"></script>
<script src="scripts/contact/contact.controller.js"></script>
<script src="scripts/contact/contact.service.js"></script>
<script src="scripts/home/home.controller.js"></script>
<script src="scripts/home/home.service.js"></script>
<script src="scripts/menu/menu.controller.js"></script>
<script src="scripts/push/push-sender.service.js"></script>
<script src="scripts/push/push-token.service.js"></script>
<script src="scripts/push/push.controller.js"></script>
<script src="scripts/spinner.js"></script>
<script src="scripts/store-locations/store-locations.controller.js"></script>
<script src="scripts/store-locations/store-locations.service.js"></script>
<!-- endbuild -->
</head>
<body ng-app="starter">
<ion-nav-view></ion-nav-view>
</body>
</html>
| skounis/ionic-stage | stage/e20/index.html | HTML | mit | 3,851 |
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="theme" content="hugo-academic">
<meta name="generator" content="Hugo 0.36.1" />
<meta name="author" content="Dang-Khoa">
<meta name="description" content="Research Assistant">
<link rel="alternate" hreflang="en-us" href="http://dangkhoasdc.github.io/post/review_good_will_hunting/">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha512-6MXa8B6uaO18Hid6blRMetEIoPqHf7Ux1tnyIQdpt9qI5OACx7C+O3IVTr98vwGnlcg0LOLa02i9Y1HpVhlfiw==" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.1/css/academicons.min.css" integrity="sha512-NThgw3XKQ1absAahW6to7Ey42uycrVvfNfyjqcFNgCmOCQ5AR4AO0SiXrN+8ZtYeappp56lk1WtvjVmEa+VR6A==" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw==" crossorigin="anonymous">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Montserrat:400,700%7cRoboto:400,400italic,700%7cRoboto+Mono">
<link rel="stylesheet" href="/styles.css">
<link rel="stylesheet" href="/css/custom-theme.css">
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-2381283-3', 'auto');
ga('require', 'eventTracker');
ga('require', 'outboundLinkTracker');
ga('require', 'urlChangeTracker');
ga('send', 'pageview');
</script>
<script async src="//www.google-analytics.com/analytics.js"></script>
<script async src="https://cdnjs.cloudflare.com/ajax/libs/autotrack/2.4.1/autotrack.js" integrity="sha512-HUmooslVKj4m6OBu0OgzjXXr+QuFYy/k7eLI5jdeEy/F4RSgMn6XRWRGkFi5IFaFgy7uFTkegp3Z0XnJf3Jq+g==" crossorigin="anonymous"></script>
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" type="image/png" href="/img/icon.png">
<link rel="apple-touch-icon" type="image/png" href="/img/icon-192.png">
<link rel="canonical" href="http://dangkhoasdc.github.io/post/review_good_will_hunting/">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:site" content="@dksdc">
<meta property="twitter:creator" content="@dksdc">
<meta property="og:site_name" content="Dang-Khoa's blog ">
<meta property="og:url" content="http://dangkhoasdc.github.io/post/review_good_will_hunting/">
<meta property="og:title" content="Good Will Hunting và những bài toán đồ thị | Dang-Khoa's blog ">
<meta property="og:description" content=""><meta property="og:image" content="http://dangkhoasdc.github.io/img/good-will-hunting.jpg">
<meta property="og:locale" content="en-us">
<meta property="article:published_time" content="2017-09-10T00:00:00+00:00">
<meta property="article:modified_time" content="2017-09-10T00:00:00+00:00">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-2248880369139457",
enable_page_level_ads: true
});
</script>
<title>Good Will Hunting và những bài toán đồ thị | Dang-Khoa's blog </title>
</head>
<body id="top" data-spy="scroll" data-target="#navbar-main" data-offset="71" >
<nav class="navbar navbar-default navbar-fixed-top" id="navbar-main">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target=".navbar-collapse" aria-expanded="false">
<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="/">Dang-Khoa's blog </a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="nav-item">
<a href="/#posts">
<span>Posts</span>
</a>
</li>
<li class="nav-item">
<a href="/#about">
<span>Home</span>
</a>
</li>
<li class="nav-item">
<a href="/#projects">
<span>Projects</span>
</a>
</li>
<li class="nav-item">
<a href="/#publications_selected">
<span>Publications</span>
</a>
</li>
<li class="nav-item">
<a href="/about/">
<span>About</span>
</a>
</li>
<li class="nav-item">
<a href="/tags/notes/">
<span>Notes</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<article class="article" itemscope itemtype="http://schema.org/Article">
<div class="article-header">
<img src="/img/good-will-hunting.jpg" class="article-banner" itemprop="image">
<span class="article-header-caption">Source: Facebook</span>
</div>
<div class="article-container">
<div class="article-inner">
<h1 itemprop="name">Good Will Hunting và những bài toán đồ thị </h1>
<div class="article-metadata">
<span class="article-date">
<time datetime="2017-09-10 00:00:00 +0000 UTC" itemprop="datePublished">
2017-09-10
</time>
</span>
<span class="middot-divider"></span>
<span class="article-reading-time">
5 min read
</span>
<span class="middot-divider"></span>
<a href="http://dangkhoasdc.github.io/post/review_good_will_hunting/#disqus_thread"></a>
<div class="share-box" aria-hidden="true">
<ul class="share">
<li>
<a class="twitter"
href="https://twitter.com/intent/tweet?text=Good%20Will%20Hunting%20v%c3%a0%20nh%e1%bb%afng%20b%c3%a0i%20to%c3%a1n%20%c4%91%e1%bb%93%20th%e1%bb%8b%20&url=http%3a%2f%2fdangkhoasdc.github.io%2fpost%2freview_good_will_hunting%2f"
target="_blank" rel="noopener">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a class="facebook"
href="https://www.facebook.com/sharer.php?u=http%3a%2f%2fdangkhoasdc.github.io%2fpost%2freview_good_will_hunting%2f"
target="_blank" rel="noopener">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a class="linkedin"
href="https://www.linkedin.com/shareArticle?mini=true&url=http%3a%2f%2fdangkhoasdc.github.io%2fpost%2freview_good_will_hunting%2f&title=Good%20Will%20Hunting%20v%c3%a0%20nh%e1%bb%afng%20b%c3%a0i%20to%c3%a1n%20%c4%91%e1%bb%93%20th%e1%bb%8b%20"
target="_blank" rel="noopener">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<a class="email"
href="mailto:?subject=Good%20Will%20Hunting%20v%c3%a0%20nh%e1%bb%afng%20b%c3%a0i%20to%c3%a1n%20%c4%91%e1%bb%93%20th%e1%bb%8b%20&body=http%3a%2f%2fdangkhoasdc.github.io%2fpost%2freview_good_will_hunting%2f">
<i class="fa fa-envelope"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="article-style" itemprop="articleBody">
<p>Lâu lắm rồi tôi mới được xem một bộ phim hay đến vậy, có lẽ từ khi xem La La Land, đó là những bộ phim buộc bạn phải ngẩn ngơ một lồi lâu và không ngừng suy nghĩ về nhân vật và những lời thoại. Không có những kĩ xảo tráng lệ hay cốt truyện hại não, bộ phim đơn giản chỉ là câu chuyện của một thanh niên với bộ óc thiên tài trải nghiệm những thay đổi trong cuộc đời. Điều hại não nhất chăng chính là những bài toán được đề cập trong bộ phim, một phần làm tôi rất thích thú.</p>
<p>Có lẽ nhiều người sẽ quan tâm nhiều hơn về những biến đổi của nhân vật Will, còn với tôi, tôi lại thích hình tượng hai giáo sư Sean và Lambeau. Cả hai là sự nhân cách hóa lựa chọn của Will. Khi cả hai giáo sư nói chuyện với nhau, mà đa phần cãi nhau vì bất đồng quan điểm, những gì thảo luận cho thấy họ từng là những gã thiên tài với đam mê toán học, nhưng Lambeau trở thành một “mathematical god” - với giải Field danh giá, còn Sean thì chọn một hướng đi hoàn toàn khác. Cả hai đều dù trái ngược nhau nhưng lại là phần bù của nhau. Hình ảnh hai người, và cả Will khiến tôi ám ảnh. Một phần trong con người tôi giống Lambeau: Lambeau ám ảnh bởi sự thành công, ám ảnh bởi Field danh giá, ám ảnh bởi vinh quang trong nghiên cứu. Tôi từng, và có lẽ cũng đang có những suy nghĩ tương tự, nỗi ám ảnh phải làm mọi thứ để trở thành “expert” trong lĩnh vực mình làm và lúc nào cũng ép bản thân tới hạn của công việc, như cách mà Lambeau nói về chính mình:</p>
<blockquote>
<p>I am what I am today because I was pushed and because I learned to push myself</p>
</blockquote>
<p>Nhưng ấn tượng hơn cả là Sean, Sean đã đưa tôi một bài học khi nói: “There’s more to life
than a fuckin’ Field’s medal.” Chính Lambeau thừa nhận Sean thông minh hơn ông, chính Lambeau cũng thừa nhận Sean từng có thể có Field, nhưng ông đã không làm, ông đã không hối hận về quyết định của mình.</p>
<p>Bộ phim có rất nhiều đoạn hội thoại rất ý nghĩa, nhưng có lẽ đoạn hay nhất là khi Sean nói chuyện với Will, về sự khác nhau giữa kiến thức và sự thông thái: bạn có thể có được kiến thức bằng cách đọc rất nhiều sách và sở hữu một bộ óc của thiên tài; nhưng bạn không có được sự thông thái nếu không thực sự cảm nhận.</p>
<div style="position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;">
<iframe src="//www.youtube.com/embed/qM-gZintWDc" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" allowfullscreen frameborder="0" title="YouTube Video"></iframe>
</div>
<p>Điều đặc biệt ấn tượng với tôi là khi Sean liên tục hỏi Will: “What do you wanna do?” được lặp đi lặp lại, như sự ẩn dụ của bộ phim dành cho người xem, đó chính là câu hỏi dành cho người xem. Đoạn cãi nhau của Sean và Lambeau và chính câu hỏi : “What do you wanna do?” khiến tôi luôn bần thần sau bộ phim, rốt cuộc, điều gì là điều tôi thực sự muốn làm?</p>
<div style="position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;">
<iframe src="//www.youtube.com/embed/zKQBHkzOYvw" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" allowfullscreen frameborder="0" title="YouTube Video"></iframe>
</div>
<p>Mỗi phân cảnh trong phim có lẽ là một câu chuyện đầy ý nghĩa về cuộc sống. Và những đoạn hội thoại ấy sẽ còn lưu lại trong tâm trí người xem thời gian dài.</p>
<p>Một bộ phim quá hay, và thật không ngờ là Matt Demon và Ben Affleck viết kịch bản xuất sắc đến vậy, đồng thời diễn xuất của các diễn viên hết sức thuyết phục. Từ bối cảnh, kịch bản, biên kịch, tất cả tạo nên một bộ phim giàu tính nghệ thuật và ý nghĩa, đó cũng chính là lí do mà bộ phim có 9 đề cừ Oscar và giành được tượng vàng cho hạng mục Nam Diễn Viên Phụ Xuất Sắc (Robin William) và Kịch Bản Gốc Hay Nhất (Matt và Ben).</p>
<p>Về những câu hỏi toán trong bộ phim, điều thú vị là Lambeau đạt giải Field trong toán tổ hợp, và đó là lí do mà mấy câu hỏi thách thức để tìm ra thiên tài toán học mới đều liên quan đến mảng này. Các câu hỏi khá hay về đồ thị: từ ma trận cạnh kề và tính chất của nó, từ hàm sinh đến phương pháp đếm đến bài toán tô màu đồ thị. Câu chuyện về các nhà toán học được đề cập trong phim cũng rất thú vị: Ranamujan (có lẽ cuộc đời và trí tuệ của ông thú vị đến nỗi tôi thường xuyên thấy bóng dáng của ông trong các lĩnh vực mình tìm hiểu: trong Hỗn Độn và Hài Hòa của gs. Trịnh Xuân Thuận, trong Volume 1 của The art of computer programming đến bộ phim The Man Who Knew Infinity trên chuyến bay đi Hawaii), Ted Kaczynki: một giáo sư toán học Berkeley, đồng thời cũng là một tên khủng bố. Có lẽ cần đến một post hàng toàn khác để có thể nói về lịch sử thú vị của những bài toán trong phim này.</p>
<div style="position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;">
<iframe src="//www.youtube.com/embed/N7b0cLn-wHU" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" allowfullscreen frameborder="0" title="YouTube Video"></iframe>
</div>
</div>
<div class="article-tags">
<a class="btn btn-primary btn-outline" href="/tags/movies">movies</a>
<a class="btn btn-primary btn-outline" href="/tags/review">review</a>
</div>
</div>
</div>
</article>
<div class="article-container article-widget">
<div class="hr-light"></div>
<h3>Related</h3>
<ul>
<li><a href="/post/la_la_land/">La La Land</a></li>
<li><a href="/post/startwars-vii-review/">Cảm nhận Star Wars VII: The Force Awakens</a></li>
<li><a href="/post/startwars-series-review/">Review Start Wars series</a></li>
<li><a href="/post/refactoring-review/">Review Refactoring</a></li>
<li><a href="/post/diablo3-review/">Diablo III</a></li>
</ul>
</div>
<div class="article-container">
<section id="comments">
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
};
(function() {
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
return;
}
var d = document, s = d.createElement('script'); s.async = true;
s.src = '//' + "httpdangkhoasdcgithubio" + '.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">comments powered by Disqus.</a></noscript>
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</section>
</div>
<footer class="site-footer">
<div class="container">
<p class="powered-by">
© 2017 Dang-Khoa ·
Powered by the
<a href="https://sourcethemes.com/academic/" target="_blank" rel="noopener">Academic theme</a> for
<a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a>.
<span class="pull-right" aria-hidden="true">
<a href="#" id="back_to_top">
<span class="button_icon">
<i class="fa fa-chevron-up fa-2x"></i>
</span>
</a>
</span>
</p>
</div>
</footer>
<div id="modal" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close btn-large" data-dismiss="modal">×</button>
<h4 class="modal-title">Cite</h4>
</div>
<div>
<pre><code class="modal-body tex"></code></pre>
</div>
<div class="modal-footer">
<a class="btn btn-primary btn-outline js-copy-cite" href="#" target="_blank">
<i class="fa fa-copy"></i> Copy
</a>
<a class="btn btn-primary btn-outline js-download-cite" href="#" target="_blank">
<i class="fa fa-download"></i> Download
</a>
<div id="modal-error"></div>
</div>
</div>
</div>
</div>
<script id="dsq-count-scr" src="//httpdangkhoasdcgithubio.disqus.com/count.js" async></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha512-3P8rXCuGJdNZOnUx/03c1jOTnMn3rP63nBip5gOP2qmUh5YAdVAvFZ1E+QLZZbC1rtMrQb+mah3AfYW11RUrWA==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.3/imagesloaded.pkgd.min.js" integrity="sha512-umsR78NN0D23AzgoZ11K7raBD+R6hqKojyBZs1w8WvYlsI+QuKRGBx3LFCwhatzBunCjDuJpDHwxD13sLMbpRA==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha512-iztkobsvnjKfAtTNdHkGVjAYTrrtlC7mGp/54c40wowO7LhURYl3gVzzcEqGl/qKXQltJ2HwMrdLcNUdo+N/RQ==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.4/isotope.pkgd.min.js" integrity="sha512-VDBOIlDbuC4VWxGJNmuFRQ0Li0SKkDpmGyuhAG5LTDLd/dJ/S0WMVxriR2Y+CyPL5gzjpN4f/6iqWVBJlht0tQ==" crossorigin="anonymous"></script>
<script src="/js/hugo-academic.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js" integrity="sha256-/BfiIkHlHoVihZdc6TFuj7MmJ0TWcWsMXkeDFwhi0zw=" crossorigin="anonymous"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']] } });
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_CHTML" integrity="sha512-tOav5w1OjvsSJzePRtt2uQPFwBoHt1VZcUq8l8nm5284LEKE9FSJBQryzMBzHxY5P0zRdNqEcpLIRVYFNgu1jw==" crossorigin="anonymous"></script>
</body>
</html>
| dangkhoasdc/dangkhoasdc.github.io | post/review_good_will_hunting/index.html | HTML | mit | 19,056 |
<!-- ignore the following lines, they are not important to this demo -->
<jigsaw-demo-description [summary]="summary" [content]="description">
</jigsaw-demo-description>
<!-- start to learn the demo from here -->
<jigsaw-header [level]="2">演示步骤条的添加和删除节点的方法</jigsaw-header>
<jigsaw-steps #jigsawSteps class="steps" [data]="data" (add)="addHandler($event)" (remove)="removeHandler($event)"
(titleChange)="titleChangeHandler($event)"></jigsaw-steps>
<div style="margin-top: 10px;">
节点索引:<jigsaw-numeric-input [(value)]="deleteIndex" min="0" [max]="data.length - 1"></jigsaw-numeric-input>
<jigsaw-button (click)="delete()" colorType="warning">删除</jigsaw-button>
<jigsaw-button (click)="add()" colorType="primary" style="margin-left: 20px;">添加</jigsaw-button>
<jigsaw-button (click)="rename()" colorType="primary" style="margin-left: 20px;">修改</jigsaw-button>
</div>
| rdkmaster/jigsaw | src/app/demo/pc/steps/events/demo.component.html | HTML | mit | 949 |
<!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">
<title>NeuBoard</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Fonts -->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/simple-line-icons.css">
<!-- CSS Animate -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- Custom styles for this theme -->
<link rel="stylesheet" href="assets/css/main.css">
<!-- Feature detection -->
<script src="assets/js/vendor/modernizr-2.6.2.min.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/vendor/html5shiv.js"></script>
<script src="assets/js/vendor/respond.min.js"></script>
<![endif]-->
</head>
<body>
<section id="main-wrapper" class="theme-default">
<header id="header">
<!--logo start-->
<div class="brand">
<a href="index.html" class="logo">
<span>APP</span>NAME</a>
</div>
<!--logo end-->
<ul class="nav navbar-nav navbar-left">
<li class="toggle-navigation toggle-left">
<button class="sidebar-toggle" id="toggle-left">
<i class="fa fa-bars"></i>
</button>
</li>
<li class="toggle-profile hidden-xs">
<button type="button" class="btn btn-default" id="toggle-profile">
<i class="icon-user"></i>
</button>
</li>
<li class="hidden-xs">
<input type="text" class="search" placeholder="Search project...">
<button type="submit" class="btn btn-sm btn-search"><i class="fa fa-search"></i>
</button>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="toggle-navigation toggle-right">
<button class="sidebar-toggle" id="toggle-right">
<i class="fa fa-indent"></i>
</button>
</li>
</ul>
</header>
<!--sidebar left start-->
<aside class="sidebar sidebar-left">
<div class="sidebar-profile">
<div class="avatar">
<img class="img-circle profile-image" src="assets/img/profile.jpg" alt="profile">
<i class="on border-dark animated bounceIn"></i>
</div>
<div class="profile-body dropdown">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false"><h4>Example User<span class="caret"></span></h4></a>
<small class="title">Front-end Developer</small>
<ul class="dropdown-menu animated fadeInRight" role="menu">
<li class="profile-progress">
<h5>
<span>80%</span>
<small>Profile complete</small>
</h5>
<div class="progress progress-xs">
<div class="progress-bar progress-bar-primary" style="width: 80%">
</div>
</div>
</li>
<li class="divider"></li>
<li>
<a href="javascript:void(0);">
<span class="icon"><i class="fa fa-user"></i>
</span>My Account</a>
</li>
<li>
<a href="javascript:void(0);">
<span class="icon"><i class="fa fa-envelope"></i>
</span>Messages</a>
</li>
<li>
<a href="javascript:void(0);">
<span class="icon"><i class="fa fa-cog"></i>
</span>Settings</a>
</li>
<li class="divider"></li>
<li>
<a href="javascript:void(0);">
<span class="icon"><i class="fa fa-sign-out"></i>
</span>Logout</a>
</li>
</ul>
</div>
</div>
<nav>
<h5 class="sidebar-header">Navigation</h5>
<ul class="nav nav-pills nav-stacked">
<li class="active">
<a href="index.html" title="Dashboard">
<i class="fa fa-fw fa-tachometer"></i> Dashboard
</a>
</li>
<li class="nav-dropdown">
<a href="#" title="UI Elements">
<i class="fa fa-fw fa-file-text"></i> Pages
</a>
<ul class="nav-sub">
<li>
<a href="pages-blank.html" title="Buttons">
Blank Page
</a>
</li>
<li>
<a href="pages-another-blank.html" title="Sliders & Progress">
Another Blank Page
</a>
</li>
</ul>
</li>
</ul>
</nav>
</aside>
<!--sidebar left end-->
<!--main content start-->
<section class="main-content-wrapper">
<div class="pageheader">
<h1>Dashboard</h1>
<p class="description">Welcome to NEUBOARD Responsive Admin Theme</p>
<div class="breadcrumb-wrapper hidden-xs">
<span class="label">You are here:</span>
<ol class="breadcrumb">
<li class="active">Dashboard</li>
</ol>
</div>
</div>
<section id="main-content">
<div class="row">
<div class="col-md-12 col-lg-12">
<div class="panel panel-default">
<div class="panel-body ng-binding">
You can quickly bootstrap your Web App project here.
</div>
</div>
</div>
</div>
</section>
</section>
<!--main content end-->
</section>
<!--sidebar right start-->
<aside id="sidebar-right">
<h4 class="sidebar-title">contact List</h4>
<div id="contact-list-wrapper">
<div class="heading">
<ul>
<li class="new-contact"><a href="javascript:void(0)"><i class="fa fa-plus"></i></a>
</li>
<li>
<input type="text" class="search" placeholder="Search">
<button type="submit" class="btn btn-sm btn-search"><i class="fa fa-search"></i>
</button>
</li>
</ul>
</div>
<div id="contact-list">
</div>
<div id="contact-user">
<div class="chat-user active"><span><i class="icon-bubble"></i></span>
</div>
<div class="email-user"><span><i class="icon-envelope-open"></i></span>
</div>
<div class="call-user"><span><i class="icon-call-out"></i></span>
</div>
</div>
</div>
</aside>
<!--/sidebar right end-->
<!--Global JS-->
<script src="assets/js/vendor/jquery-1.11.1.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/plugins/navgoco/jquery.navgoco.min.js"></script>
<script src="assets/plugins/pace/pace.min.js"></script>
<script src="assets/js/src/app.js"></script>
</body>
</html>
| efbey13/student-fund-me-app | app/other assets/index.html | HTML | mit | 8,954 |
---
title: Cards
weight: 8
---
<p class="alert alert-info">
<a href="#usage">Did you know you can embed those cards on your site? (click to see how!)</a>
</p>
<hr>
<style type="text/css">cb-card { font-size: 27%; float: left } #results { margin-top: 2em; }</style>
<div id="cards" class=row></div>
<script type="text/javascript">
/* global require */ require(['react-dom', 'views/Cards/CardSets'], function (ReactDOM, CardSets) {
ReactDOM.render(CardSets(), document.getElementById('cards'));
});
</script>
<style type="text/css">pre {font-size: 80%;}</style>
<h2 id="usage" style="padding-top: 4em;">Usage</h2>
<div class="row">
<div class="col-md-9">
<p>You can embed those cards on your site using an iframe:</p>
<pre><code><iframe src="{{ site.url }}/embed?Leela"/></code></pre>
</div>
<div class="col-md-3">
<iframe src="/embed?Leela#ignore-ga" width="170" height="240" frameborder="0"></iframe>
</div>
</div>
<div class="row">
<div class="col-md-9">
<p>Just use <code>/embed?</code> address and the card name and optional level:</p>
<pre><code><iframe src="{{ site.url }}/embed?Leela 5*"/></code></pre>
</div>
<div class="col-md-3">
<iframe src="/embed?Leela 5*#ignore-ga" width="170" height="240" frameborder="0"></iframe>
</div>
</div>
<div class="row">
<div class="col-md-9">
<p>You can also make combos by combining two cards using <code>+</code> sign:</p>
<pre><code><iframe src="{{ site.url }}/embed?Leela 5* + Rifle 5**"/></code></pre>
</div>
<div class="col-md-3">
<iframe src="/embed?Leela 5* + Rifle 5**#ignore-ga" width="170" height="240" frameborder="0"></iframe>
</div>
</div>
| cartoon-battle/cartoon-battle.github.io | cards.html | HTML | mit | 1,758 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../../..">Unstable</a></li>
<li><a href=".">8.4.5 / contrib:automata 8.4.dev</a></li>
<li class="active"><a href="">2014-11-21 18:05:12</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="../../../../../about.html">About</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href=".">« Up</a>
<h1>
contrib:automata
<small>
8.4.dev
<span class="label label-success">5 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2014-11-21 18:05:12 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-21 18:05:12 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:automata/coq:contrib:automata.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>The package is valid.
</pre></dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --dry-run coq:contrib:automata.8.4.dev coq.8.4.5</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 s</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4.5).
The following actions will be performed:
- install coq:contrib:automata.8.4.dev
=== 1 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq:contrib:automata.8.4.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:automata.8.4.dev.
</pre></dd>
</dl>
<p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --deps-only coq:contrib:automata.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --verbose coq:contrib:automata.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>5 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- install coq:contrib:automata.8.4.dev
=== 1 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[coq:contrib:automata] Fetching git://clarus.io/automata#v8.4
Initialized empty Git repository in /home/bench/.opam/packages.dev/coq:contrib:automata.8.4.dev/.git/
[master (root-commit) 8982123] opam-git-init
warning: no common commits
From git://clarus.io/automata
* [new branch] v8.4 -> opam-ref
* [new branch] v8.4 -> origin/v8.4
Axioms.doc
Dec.v
Ensf.v
Ensf_couple.v
Ensf_dans.v
Ensf_disj.v
Ensf_inclus.v
Ensf_inter.v
Ensf_map.v
Ensf_produit.v
Ensf_types.v
Ensf_union.v
LICENSE
Make
Makefile
Max.v
Modules.doc
PushdownAutomata.v
README
Rat.v
RatReg.v
Reg.v
Relations.v
Words.v
bench.log
description
extract.v
fonctions.v
gram.v
gram2.v
gram3.v
gram4.v
gram5.v
gram_aut.v
gram_g.v
more_words.v
need.v
HEAD is now at 968953a Updated a name of quantified hypothesis after synchronization of
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq:contrib:automata.8.4.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
"coqdep" -c -slash -R . Automata "need.v" > "need.v.d" || ( RV=$?; rm -f "need.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "more_words.v" > "more_words.v.d" || ( RV=$?; rm -f "more_words.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "gram_g.v" > "gram_g.v.d" || ( RV=$?; rm -f "gram_g.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "gram_aut.v" > "gram_aut.v.d" || ( RV=$?; rm -f "gram_aut.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "gram5.v" > "gram5.v.d" || ( RV=$?; rm -f "gram5.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "gram4.v" > "gram4.v.d" || ( RV=$?; rm -f "gram4.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "gram3.v" > "gram3.v.d" || ( RV=$?; rm -f "gram3.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "gram2.v" > "gram2.v.d" || ( RV=$?; rm -f "gram2.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "gram.v" > "gram.v.d" || ( RV=$?; rm -f "gram.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "fonctions.v" > "fonctions.v.d" || ( RV=$?; rm -f "fonctions.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "extract.v" > "extract.v.d" || ( RV=$?; rm -f "extract.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "Words.v" > "Words.v.d" || ( RV=$?; rm -f "Words.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "Relations.v" > "Relations.v.d" || ( RV=$?; rm -f "Relations.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "Reg.v" > "Reg.v.d" || ( RV=$?; rm -f "Reg.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "RatReg.v" > "RatReg.v.d" || ( RV=$?; rm -f "RatReg.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "Rat.v" > "Rat.v.d" || ( RV=$?; rm -f "Rat.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "PushdownAutomata.v" > "PushdownAutomata.v.d" || ( RV=$?; rm -f "PushdownAutomata.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "Max.v" > "Max.v.d" || ( RV=$?; rm -f "Max.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "Ensf_union.v" > "Ensf_union.v.d" || ( RV=$?; rm -f "Ensf_union.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "Ensf_types.v" > "Ensf_types.v.d" || ( RV=$?; rm -f "Ensf_types.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "Ensf_produit.v" > "Ensf_produit.v.d" || ( RV=$?; rm -f "Ensf_produit.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "Ensf_map.v" > "Ensf_map.v.d" || ( RV=$?; rm -f "Ensf_map.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "Ensf_inter.v" > "Ensf_inter.v.d" || ( RV=$?; rm -f "Ensf_inter.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "Ensf_inclus.v" > "Ensf_inclus.v.d" || ( RV=$?; rm -f "Ensf_inclus.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "Ensf_disj.v" > "Ensf_disj.v.d" || ( RV=$?; rm -f "Ensf_disj.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "Ensf_dans.v" > "Ensf_dans.v.d" || ( RV=$?; rm -f "Ensf_dans.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "Ensf_couple.v" > "Ensf_couple.v.d" || ( RV=$?; rm -f "Ensf_couple.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "Ensf.v" > "Ensf.v.d" || ( RV=$?; rm -f "Ensf.v.d"; exit ${RV} )
"coqdep" -c -slash -R . Automata "Dec.v" > "Dec.v.d" || ( RV=$?; rm -f "Dec.v.d"; exit ${RV} )
"coqc" -q -R . Automata Ensf_types
make: Circular Max.vo <- Max.vo dependency dropped.
make: Circular Max.vo <- Max.vo dependency dropped.
"coqc" -q -R . Automata Relations
"coqc" -q -R . Automata Ensf_dans
"coqc" -q -R . Automata Ensf_couple
"coqc" -q -R . Automata Ensf_union
"coqc" -q -R . Automata Ensf_produit
"coqc" -q -R . Automata Ensf_inclus
"coqc" -q -R . Automata Ensf_inter
"coqc" -q -R . Automata Ensf_map
"coqc" -q -R . Automata Ensf_disj
"coqc" -q -R . Automata Ensf
"coqc" -q -R . Automata Dec
"coqc" -q -R . Automata Max
"coqc" -q -R . Automata Words
"coqc" -q -R . Automata more_words
"coqc" -q -R . Automata Rat
"coqc" -q -R . Automata need
"coqc" -q -R . Automata fonctions
"coqc" -q -R . Automata Reg
"coqc" -q -R . Automata PushdownAutomata
"coqc" -q -R . Automata gram
"coqc" -q -R . Automata gram_g
"coqc" -q -R . Automata gram2
"coqc" -q -R . Automata gram_aut
"coqc" -q -R . Automata gram3
"coqc" -q -R . Automata RatReg
"coqc" -q -R . Automata gram4
"coqc" -q -R . Automata gram5
"coqc" -q -R . Automata extract
for i in Dec.vo Ensf.vo Ensf_couple.vo Ensf_dans.vo Ensf_disj.vo Ensf_inclus.vo Ensf_inter.vo Ensf_map.vo Ensf_produit.vo Ensf_types.vo Ensf_union.vo Max.vo PushdownAutomata.vo Rat.vo RatReg.vo Reg.vo Relations.vo Words.vo extract.vo fonctions.vo gram.vo gram2.vo gram3.vo gram4.vo gram5.vo gram_aut.vo gram_g.vo more_words.vo need.vo; do \
install -d `dirname "/home/bench/.opam/system/lib/coq/user-contrib"/Automata/$i`; \
install -m 0644 $i "/home/bench/.opam/system/lib/coq/user-contrib"/Automata/$i; \
done
Installing coq:contrib:automata.8.4.dev.
</pre></dd>
</dl>
<h2>Installation size</h2>
<p>Data not available in this bench.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq:contrib:automata.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq:contrib:automata.8.4.dev
=== 1 to remove ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[coq:contrib:automata] Fetching git://clarus.io/automata#v8.4
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq:contrib:automata.8.4.dev.
rm -R /home/bench/.opam/system/lib/coq/user-contrib/Automata
</pre></dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html> | coq-bench/coq-bench.github.io-old | clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4.5/contrib:automata/8.4.dev/2014-11-21_18-05-12.html | HTML | mit | 14,139 |
<HTML><HEAD>
<TITLE>Review for Priyatel pokojnika (1997)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0119952">Priyatel pokojnika (1997)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?James+Berardinelli">James Berardinelli</A></H3><HR WIDTH="40%" SIZE="4">
<PRE>A FRIEND OF THE DECEASED</PRE>
<PRE>A Film Review by James Berardinelli</PRE>
<PRE>RATING: *** OUT OF ****</PRE>
<P>Ukraine/France, 1997
U.S. Release Date: beginning May 1, 1998 (limited)
Running Length: 1:40
MPAA Classification: R (Violence, profanity, mature themes)
Theatrical Aspect Ratio: 1.85:1</P>
<P>Cast: Alexandre Lazarev, Tatiana Krivitska, Eugen Pachin,
Constantin Kostychin, Elena Korikova, Angelika Nevolina,
Sergiy Romanyuk
Director: Vyacheslav Krishtofovich
Producers: Mykola Machenko, Pierre Rival
Screenplay: Andrei Kourkov
Cinematography: Vilen Kaluta
Music: Vladimir Gronski
U.S. Distributor: Sony Pictures Classics
In Russian with subtitles</P>
<P> Ukrainian film maker Vyacheslav Krishtofovich has used his latest
film, A FRIEND OF THE DECEASED (which was one of the five Best Foreign
Film nominees for the1998 Oscars), to take a darkly comic look at the
current economic and social climate in the former Soviet Union.
Krishtofovich is on record as saying that the "human warmth" evident
during the height of socialism has been replaced by solitude and self-
interest in the new era of freedom. As he says in a prepared Director's
Statement: "In Ukrainian, the word 'love' and the word 'pity' are
sometimes considered synonyms. That is why I made this film about
people whom I pity. And whom I love."</P>
<P> Today in the Ukraine, it's possible to buy and sell almost anything
drugs, sex, booze, and murder. The Black Market is booming, and
Kiev's sidestreets are teeming with drug dealers, prostitutes, and
contract killers. In this new environment, someone like Anatoli
(Alexandre Lazarev), a reserved intellectual who was trained to be a
translator in English and French, finds himself without work or self-
respect. His wife, a successful advertising executive, is about to
leave him for another man, and there's nothing he can do about it. One
day, he casually mentions his problems to a friend, Dima (Eugen Pachin),
who suggests putting out a hit on his wife's lover. With surprising
rapidity, Dima puts Anatoli in contact with Kostia (Constantin
Kostychin), who accepts the job over the phone, without meeting his
client face-to-face. But, instead of providing Kostia with his wife's
lover's description, Anatoli gives the killer a picture of himself,
figuring that arranging his own murder offers a quick and painless way
out of a dreary life. But, when a tryst with a prostitute (Tatiana
Krivitska) re-invigorates Anatoli and causes him to change his mind,
it's too late to call off the hit. So, to save his life, Anatoli must
hire another contract killer to eliminate the first one.</P>
<P> With a script (by Andrei Kourkov) that combines dark comedy, drama,
and suspense, A FRIEND OF THE DECEASED proves to be a fascinating and
engaging look at a country in turmoil. The way the story develops, with
a number of inventive twists overlaying a typically "Russian" sense of
tragedy, conjures up images of the work of Fyodor Dostoevsky as filtered
through O. Henry. The screenplay drips with irony as Anatoli, who is an
astute-but-ineffectual man, learns to use the mechanics of Ukrainian
capitalism to rebuild the life that it was instrumental in destroying. </P>
<P> While most of the film wades through dramatic currents, with
occasional swells of satire and grim humor, one extended sequence
recalls the suspense of a Hitchcock feature. It occurs when Anatoli is
playing the bait in a trap devised by the second killer to catch the
first. The problem is that Anatoli has never seen Kostia, and has only
a sketchy description of what he looks like. As a result, the
possibility exists that Anatoli could accidentally mark an innocent man
for death. For about fifteen minutes, Krishtofovich continually
ratchets up the tension as Anatoli tries to flush out Kostia before he
fulfills his contract.</P>
<P> The only real problem with A FRIEND OF THE DECEASED is that there
are occasions when things seem a little overplotted. From time-to-time,
the seams of the script show, and we're aware that a character is acting
in a certain way because that's what the plot demands. In particular,
Anatoli's inability to call off the first contract killer seems like a
contrivance. After all, how hard does he really try? </P>
<P> A FRIEND OF THE DECEASED's primary asset is that it offers an
insider's perspective of the labyrinthine workings of contemporary Kiev,
and how the transition from the old ways to the new ones have overturned
the values and shifted the balance of a society. (At one point, a
character remarks, "Before we had friendships. Now we have business
relationships.") It's a plus that the movie is well-acted, gripping,
and populated with enough bizarre twists to keep even a casual viewer
involved. Although not a masterpiece, A FRIEND OF THE DECEASED is a
strong and worthwhile effort from an acclaimed Ukrainian director.</P>
<PRE>Copyright 1998 James Berardinelli</PRE>
<PRE>- James Berardinelli
e-mail: <A HREF="mailto:[email protected]">[email protected]</A></PRE>
<P>Now with more than 1400 reviews...
The ReelViews web site: <A HREF="http://movie-reviews.colossus.net/">http://movie-reviews.colossus.net/</A></P>
<P>"My belief is that no movie, nothing in life, leaves people neutral. You
either leave them up or you leave them down."</P>
<PRE>-- David Puttnam</PRE>
<HR><P CLASS=flush><SMALL>The review above was posted to the
<A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR>
The Internet Movie Database accepts no responsibility for the contents of the
review and has no editorial control. Unless stated otherwise, the copyright
belongs to the author.<BR>
Please direct comments/criticisms of the review to relevant newsgroups.<BR>
Broken URLs inthe reviews are the responsibility of the author.<BR>
The formatting of the review is likely to differ from the original due
to ASCII to HTML conversion.
</SMALL></P>
<P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P>
</P></BODY></HTML>
| xianjunzhengbackup/code | data science/machine_learning_for_the_web/chapter_4/movie/12223.html | HTML | mit | 6,744 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/favicon.ico" />
<link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/iosicon.png" />
<!-- DEVELOPMENT LESS -->
<!-- <link rel="stylesheet/less" href="css/photon.less" media="all" />
<link rel="stylesheet/less" href="css/photon-responsive.less" media="all" />
--> <!-- PRODUCTION CSS -->
<link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all" />
<link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all" />
<link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" />
<script type="text/javascript" src="js/plugins/excanvas.js"></script>
<script type="text/javascript" src="js/plugins/html5shiv.js"></script>
<script type="text/javascript" src="js/plugins/respond.min.js"></script>
<script type="text/javascript" src="js/plugins/fixFontIcons.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/modernizr.custom.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.pnotify.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/less-1.3.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/xbreadcrumbs.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/charCount.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.textareaCounter.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/elrte.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/elrte.en.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/select2.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery-picklist.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/additional-methods.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.form.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.metadata.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.mockjax.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.uniform.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.rating.pack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/farbtastic.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.timeentry.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.jstree.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.flot.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.flot.stack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.flot.pie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.flot.resize.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/raphael.2.1.0.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/justgage.1.0.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.clock.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.countdown.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.jqtweet.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/jquery.cookie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/prettify/prettify.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/bootstrapSwitch.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/plugins/mfupload.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/js/common.js"></script>
</head>
<body class="body-login">
<div class="nav-fixed-topright" style="visibility: hidden">
<ul class="nav nav-user-menu">
<li class="user-sub-menu-container">
<a href="javascript:;">
<i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i>
</a>
<ul class="nav user-sub-menu">
<li class="light">
<a href="javascript:;">
<i class='icon-photon stop'></i>Light Version
</a>
</li>
<li class="dark">
<a href="javascript:;">
<i class='icon-photon stop'></i>Dark Version
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon mail"></i>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon comment_alt2_stroke"></i>
<div class="notification-count">12</div>
</a>
</li>
</ul>
</div>
<script>
$(function(){
setTimeout(function(){
$('.nav-fixed-topright').removeAttr('style');
}, 300);
$(window).scroll(function(){
if($('.breadcrumb-container').length){
var scrollState = $(window).scrollTop();
if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released');
else $('.nav-fixed-topright').removeClass('nav-released')
}
});
$('.user-sub-menu-container').on('click', function(){
$(this).toggleClass('active-user-menu');
});
$('.user-sub-menu .light').on('click', function(){
if ($('body').is('.light-version')) return;
$('body').addClass('light-version');
setTimeout(function() {
$.cookie('themeColor', 'light', {
expires: 7,
path: '/'
});
}, 500);
});
$('.user-sub-menu .dark').on('click', function(){
if ($('body').is('.light-version')) {
$('body').removeClass('light-version');
$.cookie('themeColor', 'dark', {
expires: 7,
path: '/'
});
}
});
});
</script>
<div class="container-login">
<div class="form-centering-wrapper">
<div class="form-window-login">
<div class="form-window-login-logo">
<div class="login-logo">
<img src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/images/photon/[email protected]" alt="Photon UI"/>
</div>
<h2 class="login-title">Welcome to Photon UI!</h2>
<div class="login-member">Not a Member? <a href="jquery.tagsinput.min.js.html#">Sign Up »</a>
<a href="jquery.tagsinput.min.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a>
</div>
<div class="login-or">Or</div>
<div class="login-input-area">
<form method="POST" action="dashboard.php">
<span class="help-block">Login With Your Photon Account</span>
<input type="text" name="email" placeholder="Email">
<input type="password" name="password" placeholder="Password">
<button type="submit" class="btn btn-large btn-success btn-login">Login</button>
</form>
<a href="jquery.tagsinput.min.js.html#" class="forgot-pass">Forgot Your Password?</a>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1936460-27']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
| user-tony/photon-rails | lib/assets/images/photon/plugins/elrte/css/css_compiled/js/js/bootstrap/js/plugins/jquery.tagsinput.min.js.html | HTML | mit | 15,065 |
<!--
The Jenkins Mber Plugin is free software distributed under the terms of the MIT
license (http://opensource.org/licenses/mit-license.html) reproduced here:
Copyright (c) 2013-2015 Mber
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-->
<div>
Set this to control how build names show up in Mber. You can use environment
variables like ${BUILD_NUMBER}. Clearing the field will reset it to the
Jenkins build name.
</div>
| jenkinsci/mber-plugin | src/main/resources/org/jenkinsci/plugins/mber/MberNotifier/help-buildName.html | HTML | mit | 1,406 |
<!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 Symfony\Bundle\FrameworkBundle\Tests\Functional\WebTestCase | 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><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><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><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 class="active"><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 class="active"><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 class="active"><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 class="active"><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 class="active"><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-Symfony.Bundle.FrameworkBundle.Tests.Functional.FragmentTest.html">FragmentTest</a></li>
<li><a href="class-Symfony.Bundle.FrameworkBundle.Tests.Functional.ProfilerTest.html">ProfilerTest</a></li>
<li><a href="class-Symfony.Bundle.FrameworkBundle.Tests.Functional.SessionTest.html">SessionTest</a></li>
<li><a href="class-Symfony.Bundle.FrameworkBundle.Tests.Functional.SubRequestsTest.html">SubRequestsTest</a></li>
<li class="active"><a href="class-Symfony.Bundle.FrameworkBundle.Tests.Functional.WebTestCase.html">WebTestCase</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-Symfony.Bundle.FrameworkBundle.Tests.Functional.html" title="Summary of Symfony\Bundle\FrameworkBundle\Tests\Functional"><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 WebTestCase</h1>
<div class="description">
<p>WebTestCase is the base class for functional tests.</p>
</div>
<dl class="tree">
<dd style="padding-left:0px">
PHPUnit_Framework_TestCase
</dd>
<dd style="padding-left:30px">
<img src="resources/inherit.png" alt="Extended by" />
<a href="class-Symfony.Bundle.FrameworkBundle.Test.WebTestCase.html"><span>Symfony\Bundle\FrameworkBundle\Test\WebTestCase</span></a>
</dd>
<dd style="padding-left:60px">
<img src="resources/inherit.png" alt="Extended by" />
<b><span>Symfony\Bundle\FrameworkBundle\Tests\Functional\WebTestCase</span></b>
</dd>
</dl>
<div>
<h4>Direct known subclasses</h4>
<a href="class-Symfony.Bundle.FrameworkBundle.Tests.Functional.FragmentTest.html">Symfony\Bundle\FrameworkBundle\Tests\Functional\FragmentTest</a>,
<a href="class-Symfony.Bundle.FrameworkBundle.Tests.Functional.ProfilerTest.html">Symfony\Bundle\FrameworkBundle\Tests\Functional\ProfilerTest</a>,
<a href="class-Symfony.Bundle.FrameworkBundle.Tests.Functional.SessionTest.html">Symfony\Bundle\FrameworkBundle\Tests\Functional\SessionTest</a>,
<a href="class-Symfony.Bundle.FrameworkBundle.Tests.Functional.SubRequestsTest.html">Symfony\Bundle\FrameworkBundle\Tests\Functional\SubRequestsTest</a>
</div>
<div class="info">
<b>Namespace:</b> <a href="namespace-Symfony.html">Symfony</a>\<a href="namespace-Symfony.Bundle.html">Bundle</a>\<a href="namespace-Symfony.Bundle.FrameworkBundle.html">FrameworkBundle</a>\<a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.html">Tests</a>\<a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.html">Functional</a><br />
<b>Author:</b>
Fabien Potencier <<a
href="mailto:fabien@symfony.com">fabien@<!---->symfony.com</a>><br />
<b>Located at</b> <a href="source-class-Symfony.Bundle.FrameworkBundle.Tests.Functional.WebTestCase.html#18-58" title="Go to source code">vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/WebTestCase.php</a><br />
</div>
<table class="summary" id="methods">
<caption>Methods summary</caption>
<tr data-order="assertRedirect" id="_assertRedirect">
<td class="attributes"><code>
public static
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_assertRedirect">#</a>
<code><a href="source-class-Symfony.Bundle.FrameworkBundle.Tests.Functional.WebTestCase.html#20-24" title="Go to source code">assertRedirect</a>( <span>mixed <var>$response</var></span>, <span>mixed <var>$location</var></span> )</code>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="deleteTmpDir" id="_deleteTmpDir">
<td class="attributes"><code>
protected
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_deleteTmpDir">#</a>
<code><a href="source-class-Symfony.Bundle.FrameworkBundle.Tests.Functional.WebTestCase.html#26-34" title="Go to source code">deleteTmpDir</a>( <span>mixed <var>$testCase</var></span> )</code>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
<tr data-order="getKernelClass" id="_getKernelClass">
<td class="attributes"><code>
protected static
string
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_getKernelClass">#</a>
<code><a href="source-class-Symfony.Bundle.FrameworkBundle.Tests.Functional.WebTestCase.html#36-41" title="Go to source code">getKernelClass</a>( )</code>
<div class="description short">
<p>Attempts to guess the kernel location.</p>
</div>
<div class="description detailed hidden">
<p>Attempts to guess the kernel location.</p>
<p>When the Kernel is located, the file is required.</p>
<h4>Returns</h4>
<div class="list">
<code>string</code><br>The Kernel class name<br />
</div>
<h4>Throws</h4>
<div class="list">
<code><code><a href="class-RuntimeException.html">RuntimeException</a></code></code><br />
</div>
<h4>Overrides</h4>
<div class="list"><code><a href="class-Symfony.Bundle.FrameworkBundle.Test.WebTestCase.html#_getKernelClass">Symfony\Bundle\FrameworkBundle\Test\WebTestCase::getKernelClass()</a></code></div>
</div>
</div></td>
</tr>
<tr data-order="createKernel" id="_createKernel">
<td class="attributes"><code>
protected static
KernelInterface
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_createKernel">#</a>
<code><a href="source-class-Symfony.Bundle.FrameworkBundle.Tests.Functional.WebTestCase.html#43-57" title="Go to source code">createKernel</a>( <span>array <var>$options</var> = <span class="php-keyword1">array</span>()</span> )</code>
<div class="description short">
<p>Creates a Kernel.</p>
</div>
<div class="description detailed hidden">
<p>Creates a Kernel.</p>
<p>Available options:<br />
* environment * debug</p>
<h4>Parameters</h4>
<div class="list"><dl>
<dt><var>$options</var></dt>
<dd><code>array</code><br>$options An array of options</dd>
</dl></div>
<h4>Returns</h4>
<div class="list">
<code>KernelInterface</code><br>A KernelInterface instance<br />
</div>
<h4>Overrides</h4>
<div class="list"><code><a href="class-Symfony.Bundle.FrameworkBundle.Test.WebTestCase.html#_createKernel">Symfony\Bundle\FrameworkBundle\Test\WebTestCase::createKernel()</a></code></div>
</div>
</div></td>
</tr>
</table>
<table class="summary inherited">
<caption>Methods inherited from <a href="class-Symfony.Bundle.FrameworkBundle.Test.WebTestCase.html#methods">Symfony\Bundle\FrameworkBundle\Test\WebTestCase</a></caption>
<tr>
<td><code>
<a href="class-Symfony.Bundle.FrameworkBundle.Test.WebTestCase.html#_createClient">createClient()</a>,
<a href="class-Symfony.Bundle.FrameworkBundle.Test.WebTestCase.html#_getPhpUnitXmlDir">getPhpUnitXmlDir()</a>,
<a href="class-Symfony.Bundle.FrameworkBundle.Test.WebTestCase.html#_tearDown">tearDown()</a>
</code></td>
</tr>
</table>
<table class="summary inherited">
<caption>Properties inherited from <a href="class-Symfony.Bundle.FrameworkBundle.Test.WebTestCase.html#properties">Symfony\Bundle\FrameworkBundle\Test\WebTestCase</a></caption>
<tr>
<td><code>
<a href="class-Symfony.Bundle.FrameworkBundle.Test.WebTestCase.html#$class"><var>$class</var></a>,
<a href="class-Symfony.Bundle.FrameworkBundle.Test.WebTestCase.html#$kernel"><var>$kernel</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-Symfony.Bundle.FrameworkBundle.Tests.Functional.WebTestCase.html | HTML | mit | 160,747 |
<!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:27:04 CST 2007 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
类 java.awt.RenderingHints.Key 的使用 (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="类 java.awt.RenderingHints.Key 的使用 (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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类"><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="../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">
上一个
下一个</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?java/awt//class-useRenderingHints.Key.html" target="_top"><B>框架</B></A>
<A HREF="RenderingHints.Key.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>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>类 java.awt.RenderingHints.Key<br>的使用</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">
使用 <A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类">RenderingHints.Key</A> 的软件包</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#java.awt"><B>java.awt</B></A></TD>
<TD>包含用于创建用户界面和绘制图形图像的所有类。 </TD>
</TR>
</TABLE>
<P>
<A NAME="java.awt"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<A HREF="../../../java/awt/package-summary.html">java.awt</A> 中 <A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类">RenderingHints.Key</A> 的使用</FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">声明为 <A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类">RenderingHints.Key</A> 的 <A HREF="../../../java/awt/package-summary.html">java.awt</A> 中的字段</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类">RenderingHints.Key</A></CODE></FONT></TD>
<TD><CODE><B>RenderingHints.</B><B><A HREF="../../../java/awt/RenderingHints.html#KEY_ALPHA_INTERPOLATION">KEY_ALPHA_INTERPOLATION</A></B></CODE>
<BR>
Alpha 插值提示键。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类">RenderingHints.Key</A></CODE></FONT></TD>
<TD><CODE><B>RenderingHints.</B><B><A HREF="../../../java/awt/RenderingHints.html#KEY_ANTIALIASING">KEY_ANTIALIASING</A></B></CODE>
<BR>
抗锯齿提示键。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类">RenderingHints.Key</A></CODE></FONT></TD>
<TD><CODE><B>RenderingHints.</B><B><A HREF="../../../java/awt/RenderingHints.html#KEY_COLOR_RENDERING">KEY_COLOR_RENDERING</A></B></CODE>
<BR>
颜色呈现提示键。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类">RenderingHints.Key</A></CODE></FONT></TD>
<TD><CODE><B>RenderingHints.</B><B><A HREF="../../../java/awt/RenderingHints.html#KEY_DITHERING">KEY_DITHERING</A></B></CODE>
<BR>
抖动提示键。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类">RenderingHints.Key</A></CODE></FONT></TD>
<TD><CODE><B>RenderingHints.</B><B><A HREF="../../../java/awt/RenderingHints.html#KEY_FRACTIONALMETRICS">KEY_FRACTIONALMETRICS</A></B></CODE>
<BR>
字体小数规格提示键。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类">RenderingHints.Key</A></CODE></FONT></TD>
<TD><CODE><B>RenderingHints.</B><B><A HREF="../../../java/awt/RenderingHints.html#KEY_INTERPOLATION">KEY_INTERPOLATION</A></B></CODE>
<BR>
插值提示键。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类">RenderingHints.Key</A></CODE></FONT></TD>
<TD><CODE><B>RenderingHints.</B><B><A HREF="../../../java/awt/RenderingHints.html#KEY_RENDERING">KEY_RENDERING</A></B></CODE>
<BR>
呈现提示键。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类">RenderingHints.Key</A></CODE></FONT></TD>
<TD><CODE><B>RenderingHints.</B><B><A HREF="../../../java/awt/RenderingHints.html#KEY_STROKE_CONTROL">KEY_STROKE_CONTROL</A></B></CODE>
<BR>
笔划规范化控制提示键。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类">RenderingHints.Key</A></CODE></FONT></TD>
<TD><CODE><B>RenderingHints.</B><B><A HREF="../../../java/awt/RenderingHints.html#KEY_TEXT_ANTIALIASING">KEY_TEXT_ANTIALIASING</A></B></CODE>
<BR>
文本抗锯齿提示键。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类">RenderingHints.Key</A></CODE></FONT></TD>
<TD><CODE><B>RenderingHints.</B><B><A HREF="../../../java/awt/RenderingHints.html#KEY_TEXT_LCD_CONTRAST">KEY_TEXT_LCD_CONTRAST</A></B></CODE>
<BR>
LCD 文本对比呈现提示键。</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">参数类型为 <A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类">RenderingHints.Key</A> 的 <A HREF="../../../java/awt/package-summary.html">java.awt</A> 中的方法</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>abstract <A HREF="../../../java/lang/Object.html" title="java.lang 中的类">Object</A></CODE></FONT></TD>
<TD><CODE><B>Graphics2D.</B><B><A HREF="../../../java/awt/Graphics2D.html#getRenderingHint(java.awt.RenderingHints.Key)">getRenderingHint</A></B>(<A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类">RenderingHints.Key</A> hintKey)</CODE>
<BR>
返回呈现算法的单个首选项的值。</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>abstract void</CODE></FONT></TD>
<TD><CODE><B>Graphics2D.</B><B><A HREF="../../../java/awt/Graphics2D.html#setRenderingHint(java.awt.RenderingHints.Key, java.lang.Object)">setRenderingHint</A></B>(<A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类">RenderingHints.Key</A> hintKey,
<A HREF="../../../java/lang/Object.html" title="java.lang 中的类">Object</A> hintValue)</CODE>
<BR>
为呈现算法设置单个首选项的值。</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">参数类型为 <A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类">RenderingHints.Key</A> 的 <A HREF="../../../java/awt/package-summary.html">java.awt</A> 中的构造方法</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../java/awt/RenderingHints.html#RenderingHints(java.awt.RenderingHints.Key, java.lang.Object)">RenderingHints</A></B>(<A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类">RenderingHints.Key</A> key,
<A HREF="../../../java/lang/Object.html" title="java.lang 中的类">Object</A> value)</CODE>
<BR>
构造一个具有指定键/值对的新对象。</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">类型变量类型为 <A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类">RenderingHints.Key</A> 的 <A HREF="../../../java/awt/package-summary.html">java.awt</A> 中的构造方法参数</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../java/awt/RenderingHints.html#RenderingHints(java.util.Map)">RenderingHints</A></B>(<A HREF="../../../java/util/Map.html" title="java.util 中的接口">Map</A><<A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类">RenderingHints.Key</A>,?> init)</CODE>
<BR>
构造一个新对象,该对象具有根据指定 Map 对象(可以为 null)初始化的键和值。</TD>
</TR>
</TABLE>
<P>
<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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../java/awt/RenderingHints.Key.html" title="java.awt 中的类"><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="../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">
上一个
下一个</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?java/awt//class-useRenderingHints.Key.html" target="_top"><B>框架</B></A>
<A HREF="RenderingHints.Key.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>
</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/java/awt/class-use/RenderingHints.Key.html | HTML | mit | 16,557 |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="IE=edge">
<title>To Do List: Make a To Do List</title>
<meta name="description" content="Use this free application to make a to do list.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/vendor/reset-min.css">
<link rel="stylesheet" href="css/vendor/normalize-min.css">
<link rel="stylesheet" href="css/to-do-list-min.css">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Quattrocento" rel="stylesheet">
</head>
<body>
<div class="notify hidden" id="notify-bar" aria-hidden="true">
<p>You just deleted a task!
<a class="notify-link" id="undo-link" href="javascript:void(0);">Undo</a>
|
<a class="notify-link" id="dismiss-link" href="javascript:void(0);">Dismiss</a>
</p>
</div>
<header class="menu" role="banner">
<div class="container">
<a class="logo-link" href="http://www.biancascura.com" target="_blank" title="Go to Bianca Danforth's website" aria-label="Go to Bianca Danforth's website in a new window">
<svg class="logo-icon" id="svg3336" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="35.116" viewBox="0 0 50.000004 35.116184" width="50" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" aria-hidden="true">
<metadata id="metadata3342">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title/>
</cc:Work>
</rdf:RDF>
</metadata>
<g id="g4210" transform="matrix(1.0576 0 0 1.0576 -15.807 -8.6478)">
<path class="logo-arch" id="path3366" d="m25.583 23.139a13 13 0 0 1 13 -12.963 13 13 0 0 1 13 12.963" stroke="#000" stroke-width="4" fill="none"/>
<text class="logo-text" id="text3348" style="word-spacing:0px;letter-spacing:0px" line-height="125%" font-size="40px" y="41.058823" x="11.705884" font-family="sans-serif" xml:space="preserve"><tspan id="tspan3350" y="41.058823" x="11.705884" font-family="montserrat">bd</tspan></text>
</g>
</svg>
</a>
</div>
</header>
<main role="main">
<section class="list-section" id="list-section">
<div class="container">
<div class="list-background">
<div class="list-header">
<h1 class="list-name">To Do List</h1>
<nav role="navigation">
<a id="search-link" href="javascript:void(0);" title="Search tasks" role="search" aria-label="Search">
<svg class="search-icon" id="Capa_1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 49.999999 49.999999" width="50" version="1.1" y="0px" x="0px" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" aria-hidden="true">
<metadata id="metadata40"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata><g id="Search" transform="scale(.19975)"><path class="search" id="path4" fill-rule="evenodd" clip-rule="evenodd" d="m244.19 214.6-54.379-54.378c-0.289-0.289-0.628-0.491-0.93-0.76 10.7-16.231 16.945-35.66 16.945-56.554 0-56.835-46.07-102.91-102.91-102.91-56.835 0-102.91 46.075-102.91 102.91s46.074 102.91 102.91 102.91c20.895 0 40.323-6.245 56.554-16.945 0.269 0.301 0.47 0.64 0.759 0.929l54.38 54.38c8.169 8.168 21.413 8.168 29.583 0 8.168-8.169 8.168-21.413 0-29.582zm-141.28-44.45c-37.134 0-67.236-30.102-67.236-67.235 0-37.134 30.103-67.236 67.236-67.236 37.132 0 67.235 30.103 67.235 67.236s-30.103 67.235-67.235 67.235z"/></g>
</svg>
</a>
<input class="search-box hidden" id="search-box" name="search" type="search" placeholder="Search tasks..." aria-hidden="true">
</nav>
</div>
<hr class="list-name-hr">
<p class="no-results list-item hidden" id="no-results" aria-hidden="true">No search results...</p>
<div class="list" id="list-container">
</div>
</div>
</div>
</section>
</main>
<footer role="contentinfo">
<div class="container">
<a class="link-text" href="http://biancascura.com" target="_blank" title="Go to Bianca Danforth's website">© Bianca Danforth 2016</a>
</div>
</footer>
<script src="js/listItemMin.js"></script>
<script src="js/searchBarMin.js"></script>
<script src="js/notifyUndoMin.js"></script>
</body>
</html> | biancascura/hello-world | To-Do-List/Production version/index.html | HTML | mit | 5,265 |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>QTextBlock Class Reference</title>
<link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1 align="center">QTextBlock Class Reference</h1>
<h3 align="center">[<a href="com_trolltech_qt_gui.html">com.trolltech.qt.gui</a> package]</h3>
<h3>Constructor</h3>
<ul>
<li><div class="fn"/><b>void QTextBlock()</b></li>
<li><div class="fn"/><b>void QTextBlock(QTextBlock o)</b></li>
</ul>
<h3>Constructor Properties</h3>
<ul>
<li><b>prototype</b>: The QTextBlock prototype object</li>
</ul>
<h3>Prototype Object Properties</h3>
<ul>
<li><div class="fn"/><b>QTextBlock_iterator begin()</b></li>
<li><div class="fn"/><b>QTextBlockFormat blockFormat()</b></li>
<li><div class="fn"/><b>int blockFormatIndex()</b></li>
<li><div class="fn"/><b>int blockNumber()</b></li>
<li><div class="fn"/><b>QTextCharFormat charFormat()</b></li>
<li><div class="fn"/><b>int charFormatIndex()</b></li>
<li><div class="fn"/><b>void clearLayout()</b></li>
<li><div class="fn"/><b>bool contains(int position)</b></li>
<li><div class="fn"/><b>QTextDocument document()</b></li>
<li><div class="fn"/><b>QTextBlock_iterator end()</b></li>
<li><div class="fn"/><b>int firstLineNumber()</b></li>
<li><div class="fn"/><b>int fragmentIndex()</b></li>
<li><div class="fn"/><b>bool isValid()</b></li>
<li><div class="fn"/><b>bool isVisible()</b></li>
<li><div class="fn"/><b>QTextLayout layout()</b></li>
<li><div class="fn"/><b>int length()</b></li>
<li><div class="fn"/><b>int lineCount()</b></li>
<li><div class="fn"/><b>QTextBlock next()</b></li>
<li><div class="fn"/><b>bool operator_equal(QTextBlock o)</b></li>
<li><div class="fn"/><b>bool operator_less(QTextBlock o)</b></li>
<li><div class="fn"/><b>int position()</b></li>
<li><div class="fn"/><b>QTextBlock previous()</b></li>
<li><div class="fn"/><b>int revision()</b></li>
<li><div class="fn"/><b>void setLineCount(int count)</b></li>
<li><div class="fn"/><b>void setRevision(int rev)</b></li>
<li><div class="fn"/><b>void setUserData(QTextBlockUserData data)</b></li>
<li><div class="fn"/><b>void setUserState(int state)</b></li>
<li><div class="fn"/><b>void setVisible(bool visible)</b></li>
<li><div class="fn"/><b>String text()</b></li>
<li><div class="fn"/><b>LayoutDirection textDirection()</b></li>
<li><div class="fn"/><b>QTextList textList()</b></li>
<li><div class="fn"/><b>QTextBlockUserData userData()</b></li>
<li><div class="fn"/><b>int userState()</b></li>
</ul>
<h3>Instance Properties</h3>
<p>QTextBlock objects have no special properties beyond those inherited from the QTextBlock prototype object.</p>
</body>
</html>
| shibukawa/qt5.jsx | doc/qtextblock.html | HTML | mit | 2,796 |
<!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 Fri Dec 23 12:55:01 EST 2005 -->
<TITLE>
TargetDef (ATG Java API)
</TITLE>
<META NAME="keywords" CONTENT="atg.epub.project.TargetDef interface">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="TargetDef (ATG Java API)";
}
</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="#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="../../../atg/epub/project/ReadOnlyProjectHome.html" title="interface in atg.epub.project"><B>PREV CLASS</B></A>
<A HREF="../../../atg/epub/project/TargetDefHome.html" title="interface in atg.epub.project"><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="TargetDef.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
atg.epub.project</FONT>
<BR>
Interface TargetDef</H2>
<DL>
<DT><B>All Superinterfaces:</B> <DD>javax.ejb.EJBLocalObject</DD>
</DL>
<HR>
<DL>
<DT>public interface <B>TargetDef</B><DT>extends javax.ejb.EJBLocalObject</DL>
<P>
<h3>Class TargetDef ("Deployment Target Definition")</h3>
<ul>
<li>Home: <A HREF="../../../atg/epub/project/TargetDefHome.html" title="interface in atg.epub.project"><CODE>TargetDefHome</CODE></A>
<li>Flags: <font size="-1"></font>
<li>Attributes:
<ul><table border>
<tr bgcolor="#CCCCFF">
<th>Attribute Name</th>
<th>Attribute Value</th>
</tr>
<tr><td><font size="-1">atg.repository.query.SupportedQueries</font></td><td><font size="-1">and, comparison, constant, inFolders, includesAny, includes, includesItem, isNull, matchId, not, or, patternMatch, property, propertyOf, unconstrained, patternMatch, textSearch</font></td></tr>
<tr><td><font size="-1">categoryBasicsPriority</font></td><td><font size="-1">10</font></td></tr>
<tr><td><font size="-1">categoryInfoPriority</font></td><td><font size="-1">20</font></td></tr>
<tr><td><font size="-1">references</font></td><td><font size="-1">[:topologyDef.targets, :targetDef.surrogateFor]</font></td></tr>
<tr><td><font size="-1">resourceBundle</font></td><td><font size="-1">atg.epub.PublishingRepositoryResources</font></td></tr>
<tr><td><font size="-1">uiwritable</font></td><td><font size="-1">false</font></td></tr>
</table></ul>
</ul>
<h3>Property Summaries</h3>
<table border>
<tr bgcolor="#CCCCFF">
<th>Property Name</th>
<th>Property Type</th>
<th>Property Description</th>
<th>Flags</th>
</tr>
<tr>
<td><a href="#propertyDetail.agents">agents</a></td>
<td><CODE>Set</CODE> of <A HREF="../../../atg/epub/project/AgentDef.html" title="interface in atg.epub.project"><CODE>AgentDef</CODE></A></td>
<td>Agent Definitions</td>
<td><font size="-1"><a href="#flagsKey">R, W, Cch, CoM, Mv, Qry</a></font></td>
</tr>
<tr>
<td><a href="#propertyDetail.branchName">branchName</a></td>
<td><CODE>String</CODE></td>
<td>Versioning branch Name</td>
<td><font size="-1"><a href="#flagsKey">R, W, Cch, Qry, Exp</a></font></td>
</tr>
<tr>
<td><a href="#propertyDetail.creationTime">creationTime</a></td>
<td><CODE>Timestamp</CODE></td>
<td>Creation time</td>
<td><font size="-1"><a href="#flagsKey">R, W, Cch, Qry</a></font></td>
</tr>
<tr>
<td><a href="#propertyDetail.description">description</a></td>
<td><CODE>String</CODE></td>
<td>Description</td>
<td><font size="-1"><a href="#flagsKey">R, W, Cch, Qry</a></font></td>
</tr>
<tr>
<td><a href="#propertyDetail.destinations">destinations</a></td>
<td><CODE>Map</CODE></td>
<td>Destination repositories and VFSs for this Target server</td>
<td><font size="-1"><a href="#flagsKey">R, W, Cch, CoM, Mv, Qry</a></font></td>
</tr>
<tr>
<td><a href="#propertyDetail.displayName">displayName</a></td>
<td><CODE>String</CODE></td>
<td>Name</td>
<td><font size="-1"><a href="#flagsKey">R, W, Cch, Qry</a></font></td>
</tr>
<tr>
<td><a href="#propertyDetail.flagAgents">flagAgents</a></td>
<td>boolean</td>
<td>If the agents should be simply flagged on target initialization ?</td>
<td><font size="-1"><a href="#flagsKey">R, W, Cch, Qry</a></font></td>
</tr>
<tr>
<td><a href="#propertyDetail.halted">halted</a></td>
<td>boolean</td>
<td>If this target is not accepting deployment jobs ?</td>
<td><font size="-1"><a href="#flagsKey">R, W, Cch, Qry</a></font></td>
</tr>
<tr>
<td><a href="#propertyDetail.id">id</a></td>
<td><CODE>String</CODE></td>
<td>Target ID</td>
<td><font size="-1"><a href="#flagsKey">R, W, Cch, Id, Qry, Exp</a></font></td>
</tr>
<tr>
<td><a href="#propertyDetail.initBranchName">initBranchName</a></td>
<td><CODE>String</CODE></td>
<td>The name of versioning branch from which to initialize this target</td>
<td><font size="-1"><a href="#flagsKey">R, W, Cch, Qry, Exp</a></font></td>
</tr>
<tr>
<td><a href="#propertyDetail.snapshotName">snapshotName</a></td>
<td><CODE>String</CODE></td>
<td>Initial snapshot name</td>
<td><font size="-1"><a href="#flagsKey">R, W, Cch, Qry, Exp</a></font></td>
</tr>
<tr>
<td><a href="#propertyDetail.surrogateFor">surrogateFor</a></td>
<td><A HREF="../../../atg/epub/project/TargetDef.html" title="interface in atg.epub.project"><CODE>TargetDef</CODE></A></td>
<td>Target for which this target acts as a surrogate</td>
<td><font size="-1"><a href="#flagsKey">R, W, Cch, Qry</a></font></td>
</tr>
<tr>
<td><a href="#propertyDetail.version">version</a></td>
<td>int</td>
<td>Version</td>
<td><font size="-1"><a href="#flagsKey">R, Cch, Qry, Exp</a></font></td>
</tr>
</table>
<p><a name="flagsKey"><font size="-2">Flags Key:R=readable, W=writable, CsD=cascadeDelete, CsI=cascadeInsert, CsU=cascadeUpdate, Cch=cacheable, CoM=collectionOrMap, Drv=derived, Id=idProperty, Mv=multivalued, Qry=queryable, Req=required, Exp=expert, Hdn=hidden, Prf=preferred</a></font>
<h3>Property Details</h3>
<p><a name="propertyDetail.agents">Property <b>agents</a></b> ("Agent Definitions"): <CODE>Set</CODE> of <A HREF="../../../atg/epub/project/AgentDef.html" title="interface in atg.epub.project"><CODE>AgentDef</CODE></A>
<ul>
<li>Getter: <A HREF="../../../atg/epub/project/TargetDef.html#getAgents()"><CODE>getAgents()</CODE></A>
<li>Setter: <A HREF="../../../atg/epub/project/TargetDef.html#setAgents(java.util.Set)"><CODE>setAgents(java.util.Set)</CODE></A>
<li>Flags: <font size="-1">readable, writable, cacheable, collectionOrMap, multivalued, queryable</font>
<li>Default Value: []
<li>Sort String: agents ("agent definitions")
<li>Attributes:
<ul><table border>
<tr bgcolor="#CCCCFF">
<th>Attribute Name</th>
<th>Attribute Value</th>
</tr>
<tr><td><font size="-1">resourceBundle</font></td><td><font size="-1">atg.epub.PublishingRepositoryResources</font></td></tr>
</table></ul>
</ul>
<p><a name="propertyDetail.branchName">Property <b>branchName</a></b> ("Versioning branch Name"): <CODE>String</CODE>
<ul>
<li>Getter: <A HREF="../../../atg/epub/project/TargetDef.html#getBranchName()"><CODE>getBranchName()</CODE></A>
<li>Setter: <A HREF="../../../atg/epub/project/TargetDef.html#setBranchName(java.lang.String)"><CODE>setBranchName(java.lang.String)</CODE></A>
<li>Flags: <font size="-1">readable, writable, cacheable, queryable, expert</font>
<li>Sort String: branchname ("versioning branch name")
<li>Attributes:
<ul><table border>
<tr bgcolor="#CCCCFF">
<th>Attribute Name</th>
<th>Attribute Value</th>
</tr>
<tr><td><font size="-1">resourceBundle</font></td><td><font size="-1">atg.epub.PublishingRepositoryResources</font></td></tr>
</table></ul>
</ul>
<p><a name="propertyDetail.creationTime">Property <b>creationTime</a></b> ("Creation time"): <CODE>Timestamp</CODE>
<ul>
<li>Getter: <A HREF="../../../atg/epub/project/TargetDef.html#getCreationTime()"><CODE>getCreationTime()</CODE></A>
<li>Setter: <A HREF="../../../atg/epub/project/TargetDef.html#setCreationTime(java.sql.Timestamp)"><CODE>setCreationTime(java.sql.Timestamp)</CODE></A>
<li>Flags: <font size="-1">readable, writable, cacheable, queryable</font>
<li>Default Value: 2005-12-21 15:10:30.375
<li>Sort String: creationtime ("creation time")
<li>Attributes:
<ul><table border>
<tr bgcolor="#CCCCFF">
<th>Attribute Name</th>
<th>Attribute Value</th>
</tr>
<tr><td><font size="-1">resourceBundle</font></td><td><font size="-1">atg.epub.PublishingRepositoryResources</font></td></tr>
</table></ul>
</ul>
<p><a name="propertyDetail.description">Property <b>description</a></b> ("Description"): <CODE>String</CODE>
<ul>
<li>Getter: <A HREF="../../../atg/epub/project/TargetDef.html#getDescription()"><CODE>getDescription()</CODE></A>
<li>Setter: <A HREF="../../../atg/epub/project/TargetDef.html#setDescription(java.lang.String)"><CODE>setDescription(java.lang.String)</CODE></A>
<li>Flags: <font size="-1">readable, writable, cacheable, queryable</font>
<li>Sort String: description
<li>Attributes:
<ul><table border>
<tr bgcolor="#CCCCFF">
<th>Attribute Name</th>
<th>Attribute Value</th>
</tr>
<tr><td><font size="-1">resourceBundle</font></td><td><font size="-1">atg.epub.PublishingRepositoryResources</font></td></tr>
</table></ul>
</ul>
<p><a name="propertyDetail.destinations">Property <b>destinations</a></b> ("Destination repositories and VFSs for this Target server"): <CODE>Map</CODE>
<ul>
<li>Getter: <A HREF="../../../atg/epub/project/TargetDef.html#getDestinations()"><CODE>getDestinations()</CODE></A>
<li>Setter: <A HREF="../../../atg/epub/project/TargetDef.html#setDestinations(java.util.Map)"><CODE>setDestinations(java.util.Map)</CODE></A>
<li>Flags: <font size="-1">readable, writable, cacheable, collectionOrMap, multivalued, queryable</font>
<li>Default Value: {}
<li>Sort String: destinations ("destination repositories and vfss for this target server")
<li>Attributes:
<ul><table border>
<tr bgcolor="#CCCCFF">
<th>Attribute Name</th>
<th>Attribute Value</th>
</tr>
<tr><td><font size="-1">resourceBundle</font></td><td><font size="-1">atg.epub.PublishingRepositoryResources</font></td></tr>
</table></ul>
</ul>
<p><a name="propertyDetail.displayName">Property <b>displayName</a></b> ("Name"): <CODE>String</CODE>
<ul>
<li>Getter: <A HREF="../../../atg/epub/project/TargetDef.html#getDisplayName()"><CODE>getDisplayName()</CODE></A>
<li>Setter: <A HREF="../../../atg/epub/project/TargetDef.html#setDisplayName(java.lang.String)"><CODE>setDisplayName(java.lang.String)</CODE></A>
<li>Flags: <font size="-1">readable, writable, cacheable, queryable</font>
<li>Sort String: displayname ("name")
<li>Attributes:
<ul><table border>
<tr bgcolor="#CCCCFF">
<th>Attribute Name</th>
<th>Attribute Value</th>
</tr>
<tr><td><font size="-1">resourceBundle</font></td><td><font size="-1">atg.epub.PublishingRepositoryResources</font></td></tr>
</table></ul>
</ul>
<p><a name="propertyDetail.flagAgents">Property <b>flagAgents</a></b> ("If the agents should be simply flagged on target initialization ?"): boolean
<ul>
<li>Getter: <A HREF="../../../atg/epub/project/TargetDef.html#isFlagAgents()"><CODE>isFlagAgents()</CODE></A>
<li>Setter: <A HREF="../../../atg/epub/project/TargetDef.html#setFlagAgents(boolean)"><CODE>setFlagAgents(boolean)</CODE></A>
<li>Flags: <font size="-1">readable, writable, cacheable, queryable</font>
<li>Default Value: false
<li>Sort String: flagagents ("if the agents should be simply flagged on target initialization ?")
<li>Attributes:
<ul><table border>
<tr bgcolor="#CCCCFF">
<th>Attribute Name</th>
<th>Attribute Value</th>
</tr>
<tr><td><font size="-1">resourceBundle</font></td><td><font size="-1">atg.epub.PublishingRepositoryResources</font></td></tr>
</table></ul>
</ul>
<p><a name="propertyDetail.halted">Property <b>halted</a></b> ("If this target is not accepting deployment jobs ?"): boolean
<ul>
<li>Getter: <A HREF="../../../atg/epub/project/TargetDef.html#isHalted()"><CODE>isHalted()</CODE></A>
<li>Setter: <A HREF="../../../atg/epub/project/TargetDef.html#setHalted(boolean)"><CODE>setHalted(boolean)</CODE></A>
<li>Flags: <font size="-1">readable, writable, cacheable, queryable</font>
<li>Default Value: false
<li>Sort String: halted ("if this target is not accepting deployment jobs ?")
<li>Attributes:
<ul><table border>
<tr bgcolor="#CCCCFF">
<th>Attribute Name</th>
<th>Attribute Value</th>
</tr>
<tr><td><font size="-1">resourceBundle</font></td><td><font size="-1">atg.epub.PublishingRepositoryResources</font></td></tr>
</table></ul>
</ul>
<p><a name="propertyDetail.id">Property <b>id</a></b> ("Target ID"): <CODE>String</CODE>
<ul>
<li>Getter: <A HREF="../../../atg/epub/project/TargetDef.html#getId()"><CODE>getId()</CODE></A>
<li>Setter: <A HREF="../../../atg/epub/project/TargetDef.html#setId(java.lang.String)"><CODE>setId(java.lang.String)</CODE></A>
<li>Flags: <font size="-1">readable, writable, cacheable, idProperty, queryable, expert</font>
<li>Sort String: id ("target id")
<li>Attributes:
<ul><table border>
<tr bgcolor="#CCCCFF">
<th>Attribute Name</th>
<th>Attribute Value</th>
</tr>
<tr><td><font size="-1">resourceBundle</font></td><td><font size="-1">atg.epub.PublishingRepositoryResources</font></td></tr>
</table></ul>
</ul>
<p><a name="propertyDetail.initBranchName">Property <b>initBranchName</a></b> ("The name of versioning branch from which to initialize this target"): <CODE>String</CODE>
<ul>
<li>Getter: <A HREF="../../../atg/epub/project/TargetDef.html#getInitBranchName()"><CODE>getInitBranchName()</CODE></A>
<li>Setter: <A HREF="../../../atg/epub/project/TargetDef.html#setInitBranchName(java.lang.String)"><CODE>setInitBranchName(java.lang.String)</CODE></A>
<li>Flags: <font size="-1">readable, writable, cacheable, queryable, expert</font>
<li>Sort String: initbranchname ("the name of versioning branch from which to initialize this target")
<li>Attributes:
<ul><table border>
<tr bgcolor="#CCCCFF">
<th>Attribute Name</th>
<th>Attribute Value</th>
</tr>
<tr><td><font size="-1">resourceBundle</font></td><td><font size="-1">atg.epub.PublishingRepositoryResources</font></td></tr>
</table></ul>
</ul>
<p><a name="propertyDetail.snapshotName">Property <b>snapshotName</a></b> ("Initial snapshot name"): <CODE>String</CODE>
<ul>
<li>Getter: <A HREF="../../../atg/epub/project/TargetDef.html#getSnapshotName()"><CODE>getSnapshotName()</CODE></A>
<li>Setter: <A HREF="../../../atg/epub/project/TargetDef.html#setSnapshotName(java.lang.String)"><CODE>setSnapshotName(java.lang.String)</CODE></A>
<li>Flags: <font size="-1">readable, writable, cacheable, queryable, expert</font>
<li>Sort String: snapshotname ("initial snapshot name")
<li>Attributes:
<ul><table border>
<tr bgcolor="#CCCCFF">
<th>Attribute Name</th>
<th>Attribute Value</th>
</tr>
<tr><td><font size="-1">resourceBundle</font></td><td><font size="-1">atg.epub.PublishingRepositoryResources</font></td></tr>
</table></ul>
</ul>
<p><a name="propertyDetail.surrogateFor">Property <b>surrogateFor</a></b> ("Target for which this target acts as a surrogate"): <A HREF="../../../atg/epub/project/TargetDef.html" title="interface in atg.epub.project"><CODE>TargetDef</CODE></A>
<ul>
<li>Getter: <A HREF="../../../atg/epub/project/TargetDef.html#getSurrogateFor()"><CODE>getSurrogateFor()</CODE></A>
<li>Setter: <A HREF="../../../atg/epub/project/TargetDef.html#setSurrogateFor(atg.epub.project.TargetDef)"><CODE>setSurrogateFor(atg.epub.project.TargetDef)</CODE></A>
<li>Flags: <font size="-1">readable, writable, cacheable, queryable</font>
<li>Sort String: surrogatefor ("target for which this target acts as a surrogate")
<li>Attributes:
<ul><table border>
<tr bgcolor="#CCCCFF">
<th>Attribute Name</th>
<th>Attribute Value</th>
</tr>
<tr><td><font size="-1">resourceBundle</font></td><td><font size="-1">atg.epub.PublishingRepositoryResources</font></td></tr>
</table></ul>
</ul>
<p><a name="propertyDetail.version">Property <b>version</a></b> ("Version"): int
<ul>
<li>Getter: <A HREF="../../../atg/epub/project/TargetDef.html#getVersion()"><CODE>getVersion()</CODE></A>
<li>Flags: <font size="-1">readable, cacheable, queryable, expert</font>
<li>Sort String: version
<li>Attributes:
<ul><table border>
<tr bgcolor="#CCCCFF">
<th>Attribute Name</th>
<th>Attribute Value</th>
</tr>
<tr><td><font size="-1">resourceBundle</font></td><td><font size="-1">atg.epub.PublishingRepositoryResources</font></td></tr>
</table></ul>
</ul>
<P>
<P>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<!-- ========== 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> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/epub/project/TargetDef.html#_isMutable()">_isMutable</A></B>()</CODE>
<BR>
Returns true if the item is mutable.</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="../../../atg/epub/project/TargetDef.html#copyTo(atg.epub.project.TargetDef)">copyTo</A></B>(<A HREF="../../../atg/epub/project/TargetDef.html" title="interface in atg.epub.project">TargetDef</A> destination)</CODE>
<BR>
Copies the property values of this instance to another instance of the same data type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Set</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/epub/project/TargetDef.html#getAgents()">getAgents</A></B>()</CODE>
<BR>
Getter for property <a href="#propertyDetail.agents">agents</a> ("Agent Definitions")</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/epub/project/TargetDef.html#getBranchName()">getBranchName</A></B>()</CODE>
<BR>
Getter for property <a href="#propertyDetail.branchName">branchName</a> ("Versioning branch Name")</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.sql.Timestamp</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/epub/project/TargetDef.html#getCreationTime()">getCreationTime</A></B>()</CODE>
<BR>
Getter for property <a href="#propertyDetail.creationTime">creationTime</a> ("Creation time")</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/epub/project/TargetDef.html#getDescription()">getDescription</A></B>()</CODE>
<BR>
Getter for property <a href="#propertyDetail.description">description</a> ("Description")</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Map</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/epub/project/TargetDef.html#getDestinations()">getDestinations</A></B>()</CODE>
<BR>
Getter for property <a href="#propertyDetail.destinations">destinations</a> ("Destination repositories and VFSs for this Target server")</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/epub/project/TargetDef.html#getDisplayName()">getDisplayName</A></B>()</CODE>
<BR>
Getter for property <a href="#propertyDetail.displayName">displayName</a> ("Name")</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/epub/project/TargetDef.html#getHasFlagAgents()">getHasFlagAgents</A></B>()</CODE>
<BR>
Returns true if the value of property <a href="#propertyDetail.flagAgents">flagAgents</a> is null.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/epub/project/TargetDef.html#getHasHalted()">getHasHalted</A></B>()</CODE>
<BR>
Returns true if the value of property <a href="#propertyDetail.halted">halted</a> is null.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/epub/project/TargetDef.html#getHasVersion()">getHasVersion</A></B>()</CODE>
<BR>
Returns true if the value of property <a href="#propertyDetail.version">version</a> is null.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/epub/project/TargetDef.html#getId()">getId</A></B>()</CODE>
<BR>
Getter for property <a href="#propertyDetail.id">id</a> ("Target ID")</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/epub/project/TargetDef.html#getInitBranchName()">getInitBranchName</A></B>()</CODE>
<BR>
Getter for property <a href="#propertyDetail.initBranchName">initBranchName</a> ("The name of versioning branch from which to initialize this target")</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/epub/project/TargetDef.html#getSnapshotName()">getSnapshotName</A></B>()</CODE>
<BR>
Getter for property <a href="#propertyDetail.snapshotName">snapshotName</a> ("Initial snapshot name")</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../atg/epub/project/TargetDef.html" title="interface in atg.epub.project">TargetDef</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/epub/project/TargetDef.html#getSurrogateFor()">getSurrogateFor</A></B>()</CODE>
<BR>
Getter for property <a href="#propertyDetail.surrogateFor">surrogateFor</a> ("Target for which this target acts as a surrogate")</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/epub/project/TargetDef.html#getVersion()">getVersion</A></B>()</CODE>
<BR>
Getter for property <a href="#propertyDetail.version">version</a> ("Version")</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/epub/project/TargetDef.html#isFlagAgents()">isFlagAgents</A></B>()</CODE>
<BR>
Getter for property <a href="#propertyDetail.flagAgents">flagAgents</a> ("If the agents should be simply flagged on target initialization ?")</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/epub/project/TargetDef.html#isHalted()">isHalted</A></B>()</CODE>
<BR>
Getter for property <a href="#propertyDetail.halted">halted</a> ("If this target is not accepting deployment jobs ?")</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/epub/project/TargetDef.html#isRemoved()">isRemoved</A></B>()</CODE>
<BR>
Returns true if the underlying object has been removed.</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="../../../atg/epub/project/TargetDef.html#prepareInstanceForWrite()">prepareInstanceForWrite</A></B>()</CODE>
<BR>
This must be called if the application intends to both read and write the instance in the same transaction, and it intends to do a read before doing a write.</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="../../../atg/epub/project/TargetDef.html#setAgents(java.util.Set)">setAgents</A></B>(java.util.Set value)</CODE>
<BR>
Setter for property <a href="#propertyDetail.agents">agents</a> ("Agent Definitions").</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="../../../atg/epub/project/TargetDef.html#setBranchName(java.lang.String)">setBranchName</A></B>(java.lang.String value)</CODE>
<BR>
Setter for property <a href="#propertyDetail.branchName">branchName</a> ("Versioning branch Name").</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="../../../atg/epub/project/TargetDef.html#setCreationTime(java.sql.Timestamp)">setCreationTime</A></B>(java.sql.Timestamp value)</CODE>
<BR>
Setter for property <a href="#propertyDetail.creationTime">creationTime</a> ("Creation time").</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="../../../atg/epub/project/TargetDef.html#setDescription(java.lang.String)">setDescription</A></B>(java.lang.String value)</CODE>
<BR>
Setter for property <a href="#propertyDetail.description">description</a> ("Description").</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="../../../atg/epub/project/TargetDef.html#setDestinations(java.util.Map)">setDestinations</A></B>(java.util.Map value)</CODE>
<BR>
Setter for property <a href="#propertyDetail.destinations">destinations</a> ("Destination repositories and VFSs for this Target server").</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="../../../atg/epub/project/TargetDef.html#setDisplayName(java.lang.String)">setDisplayName</A></B>(java.lang.String value)</CODE>
<BR>
Setter for property <a href="#propertyDetail.displayName">displayName</a> ("Name").</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="../../../atg/epub/project/TargetDef.html#setFlagAgents(boolean)">setFlagAgents</A></B>(boolean value)</CODE>
<BR>
Setter for property <a href="#propertyDetail.flagAgents">flagAgents</a> ("If the agents should be simply flagged on target initialization ?").</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="../../../atg/epub/project/TargetDef.html#setHalted(boolean)">setHalted</A></B>(boolean value)</CODE>
<BR>
Setter for property <a href="#propertyDetail.halted">halted</a> ("If this target is not accepting deployment jobs ?").</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="../../../atg/epub/project/TargetDef.html#setHasFlagAgents(boolean)">setHasFlagAgents</A></B>(boolean value)</CODE>
<BR>
If this is set to false, then the underlying value of property <a href="#propertyDetail.flagAgents">flagAgents</a> is set to null.</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="../../../atg/epub/project/TargetDef.html#setHasHalted(boolean)">setHasHalted</A></B>(boolean value)</CODE>
<BR>
If this is set to false, then the underlying value of property <a href="#propertyDetail.halted">halted</a> is set to null.</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="../../../atg/epub/project/TargetDef.html#setId(java.lang.String)">setId</A></B>(java.lang.String value)</CODE>
<BR>
Setter for property <a href="#propertyDetail.id">id</a> ("Target ID").</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="../../../atg/epub/project/TargetDef.html#setInitBranchName(java.lang.String)">setInitBranchName</A></B>(java.lang.String value)</CODE>
<BR>
Setter for property <a href="#propertyDetail.initBranchName">initBranchName</a> ("The name of versioning branch from which to initialize this target").</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="../../../atg/epub/project/TargetDef.html#setSnapshotName(java.lang.String)">setSnapshotName</A></B>(java.lang.String value)</CODE>
<BR>
Setter for property <a href="#propertyDetail.snapshotName">snapshotName</a> ("Initial snapshot name").</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="../../../atg/epub/project/TargetDef.html#setSurrogateFor(atg.epub.project.TargetDef)">setSurrogateFor</A></B>(<A HREF="../../../atg/epub/project/TargetDef.html" title="interface in atg.epub.project">TargetDef</A> value)</CODE>
<BR>
Setter for property <a href="#propertyDetail.surrogateFor">surrogateFor</a> ("Target for which this target acts as a surrogate").</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="../../../atg/epub/project/TargetDef.html#writeInstance()">writeInstance</A></B>()</CODE>
<BR>
This must be called after modifying an instance with a persistent implementation to guarantee that all changes are made persistent and visible to queries.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_javax.ejb.EJBLocalObject"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from interface javax.ejb.EJBLocalObject</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>getEJBLocalHome, getPrimaryKey, isIdentical, remove</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<!-- ============ 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="getAgents()"><!-- --></A><H3>
getAgents</H3>
<PRE>
public java.util.Set <B>getAgents</B>()
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Getter for property <a href="#propertyDetail.agents">agents</a> ("Agent Definitions")
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD><CODE>Set</CODE> of <A HREF="../../../atg/epub/project/AgentDef.html" title="interface in atg.epub.project"><CODE>AgentDef</CODE></A>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setAgents(java.util.Set)"><!-- --></A><H3>
setAgents</H3>
<PRE>
public void <B>setAgents</B>(java.util.Set value)
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Setter for property <a href="#propertyDetail.agents">agents</a> ("Agent Definitions"). The <A HREF="../../../atg/epub/project/TargetDef.html#writeInstance()"><CODE>writeInstance()</CODE></A> method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The <A HREF="../../../atg/epub/project/TargetDef.html#prepareInstanceForWrite()"><CODE>prepareInstanceForWrite()</CODE></A> method may need to be called before making any changes.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - <CODE>Set</CODE> of <A HREF="../../../atg/epub/project/AgentDef.html" title="interface in atg.epub.project"><CODE>AgentDef</CODE></A>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getBranchName()"><!-- --></A><H3>
getBranchName</H3>
<PRE>
public java.lang.String <B>getBranchName</B>()
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Getter for property <a href="#propertyDetail.branchName">branchName</a> ("Versioning branch Name")
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD><CODE>String</CODE>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setBranchName(java.lang.String)"><!-- --></A><H3>
setBranchName</H3>
<PRE>
public void <B>setBranchName</B>(java.lang.String value)
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Setter for property <a href="#propertyDetail.branchName">branchName</a> ("Versioning branch Name"). The <A HREF="../../../atg/epub/project/TargetDef.html#writeInstance()"><CODE>writeInstance()</CODE></A> method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The <A HREF="../../../atg/epub/project/TargetDef.html#prepareInstanceForWrite()"><CODE>prepareInstanceForWrite()</CODE></A> method may need to be called before making any changes.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - <CODE>String</CODE>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getCreationTime()"><!-- --></A><H3>
getCreationTime</H3>
<PRE>
public java.sql.Timestamp <B>getCreationTime</B>()
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Getter for property <a href="#propertyDetail.creationTime">creationTime</a> ("Creation time")
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD><CODE>Timestamp</CODE>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setCreationTime(java.sql.Timestamp)"><!-- --></A><H3>
setCreationTime</H3>
<PRE>
public void <B>setCreationTime</B>(java.sql.Timestamp value)
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Setter for property <a href="#propertyDetail.creationTime">creationTime</a> ("Creation time"). The <A HREF="../../../atg/epub/project/TargetDef.html#writeInstance()"><CODE>writeInstance()</CODE></A> method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The <A HREF="../../../atg/epub/project/TargetDef.html#prepareInstanceForWrite()"><CODE>prepareInstanceForWrite()</CODE></A> method may need to be called before making any changes.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - <CODE>Timestamp</CODE>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getDescription()"><!-- --></A><H3>
getDescription</H3>
<PRE>
public java.lang.String <B>getDescription</B>()
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Getter for property <a href="#propertyDetail.description">description</a> ("Description")
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD><CODE>String</CODE>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setDescription(java.lang.String)"><!-- --></A><H3>
setDescription</H3>
<PRE>
public void <B>setDescription</B>(java.lang.String value)
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Setter for property <a href="#propertyDetail.description">description</a> ("Description"). The <A HREF="../../../atg/epub/project/TargetDef.html#writeInstance()"><CODE>writeInstance()</CODE></A> method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The <A HREF="../../../atg/epub/project/TargetDef.html#prepareInstanceForWrite()"><CODE>prepareInstanceForWrite()</CODE></A> method may need to be called before making any changes.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - <CODE>String</CODE>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getDestinations()"><!-- --></A><H3>
getDestinations</H3>
<PRE>
public java.util.Map <B>getDestinations</B>()
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Getter for property <a href="#propertyDetail.destinations">destinations</a> ("Destination repositories and VFSs for this Target server")
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD><CODE>Map</CODE>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setDestinations(java.util.Map)"><!-- --></A><H3>
setDestinations</H3>
<PRE>
public void <B>setDestinations</B>(java.util.Map value)
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Setter for property <a href="#propertyDetail.destinations">destinations</a> ("Destination repositories and VFSs for this Target server"). The <A HREF="../../../atg/epub/project/TargetDef.html#writeInstance()"><CODE>writeInstance()</CODE></A> method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The <A HREF="../../../atg/epub/project/TargetDef.html#prepareInstanceForWrite()"><CODE>prepareInstanceForWrite()</CODE></A> method may need to be called before making any changes.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - <CODE>Map</CODE>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getDisplayName()"><!-- --></A><H3>
getDisplayName</H3>
<PRE>
public java.lang.String <B>getDisplayName</B>()
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Getter for property <a href="#propertyDetail.displayName">displayName</a> ("Name")
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD><CODE>String</CODE>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setDisplayName(java.lang.String)"><!-- --></A><H3>
setDisplayName</H3>
<PRE>
public void <B>setDisplayName</B>(java.lang.String value)
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Setter for property <a href="#propertyDetail.displayName">displayName</a> ("Name"). The <A HREF="../../../atg/epub/project/TargetDef.html#writeInstance()"><CODE>writeInstance()</CODE></A> method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The <A HREF="../../../atg/epub/project/TargetDef.html#prepareInstanceForWrite()"><CODE>prepareInstanceForWrite()</CODE></A> method may need to be called before making any changes.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - <CODE>String</CODE>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="isFlagAgents()"><!-- --></A><H3>
isFlagAgents</H3>
<PRE>
public boolean <B>isFlagAgents</B>()
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Getter for property <a href="#propertyDetail.flagAgents">flagAgents</a> ("If the agents should be simply flagged on target initialization ?")
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>boolean
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getHasFlagAgents()"><!-- --></A><H3>
getHasFlagAgents</H3>
<PRE>
public boolean <B>getHasFlagAgents</B>()
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Returns true if the value of property <a href="#propertyDetail.flagAgents">flagAgents</a> is null.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setFlagAgents(boolean)"><!-- --></A><H3>
setFlagAgents</H3>
<PRE>
public void <B>setFlagAgents</B>(boolean value)
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Setter for property <a href="#propertyDetail.flagAgents">flagAgents</a> ("If the agents should be simply flagged on target initialization ?"). The <A HREF="../../../atg/epub/project/TargetDef.html#writeInstance()"><CODE>writeInstance()</CODE></A> method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The <A HREF="../../../atg/epub/project/TargetDef.html#prepareInstanceForWrite()"><CODE>prepareInstanceForWrite()</CODE></A> method may need to be called before making any changes.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - boolean
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setHasFlagAgents(boolean)"><!-- --></A><H3>
setHasFlagAgents</H3>
<PRE>
public void <B>setHasFlagAgents</B>(boolean value)
throws javax.ejb.EJBException</PRE>
<DL>
<DD>If this is set to false, then the underlying value of property <a href="#propertyDetail.flagAgents">flagAgents</a> is set to null. If set to true, then nothing is done.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="isHalted()"><!-- --></A><H3>
isHalted</H3>
<PRE>
public boolean <B>isHalted</B>()
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Getter for property <a href="#propertyDetail.halted">halted</a> ("If this target is not accepting deployment jobs ?")
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>boolean
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getHasHalted()"><!-- --></A><H3>
getHasHalted</H3>
<PRE>
public boolean <B>getHasHalted</B>()
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Returns true if the value of property <a href="#propertyDetail.halted">halted</a> is null.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setHalted(boolean)"><!-- --></A><H3>
setHalted</H3>
<PRE>
public void <B>setHalted</B>(boolean value)
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Setter for property <a href="#propertyDetail.halted">halted</a> ("If this target is not accepting deployment jobs ?"). The <A HREF="../../../atg/epub/project/TargetDef.html#writeInstance()"><CODE>writeInstance()</CODE></A> method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The <A HREF="../../../atg/epub/project/TargetDef.html#prepareInstanceForWrite()"><CODE>prepareInstanceForWrite()</CODE></A> method may need to be called before making any changes.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - boolean
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setHasHalted(boolean)"><!-- --></A><H3>
setHasHalted</H3>
<PRE>
public void <B>setHasHalted</B>(boolean value)
throws javax.ejb.EJBException</PRE>
<DL>
<DD>If this is set to false, then the underlying value of property <a href="#propertyDetail.halted">halted</a> is set to null. If set to true, then nothing is done.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getId()"><!-- --></A><H3>
getId</H3>
<PRE>
public java.lang.String <B>getId</B>()
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Getter for property <a href="#propertyDetail.id">id</a> ("Target ID")
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD><CODE>String</CODE>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setId(java.lang.String)"><!-- --></A><H3>
setId</H3>
<PRE>
public void <B>setId</B>(java.lang.String value)
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Setter for property <a href="#propertyDetail.id">id</a> ("Target ID"). The <A HREF="../../../atg/epub/project/TargetDef.html#writeInstance()"><CODE>writeInstance()</CODE></A> method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The <A HREF="../../../atg/epub/project/TargetDef.html#prepareInstanceForWrite()"><CODE>prepareInstanceForWrite()</CODE></A> method may need to be called before making any changes.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - <CODE>String</CODE>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getInitBranchName()"><!-- --></A><H3>
getInitBranchName</H3>
<PRE>
public java.lang.String <B>getInitBranchName</B>()
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Getter for property <a href="#propertyDetail.initBranchName">initBranchName</a> ("The name of versioning branch from which to initialize this target")
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD><CODE>String</CODE>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setInitBranchName(java.lang.String)"><!-- --></A><H3>
setInitBranchName</H3>
<PRE>
public void <B>setInitBranchName</B>(java.lang.String value)
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Setter for property <a href="#propertyDetail.initBranchName">initBranchName</a> ("The name of versioning branch from which to initialize this target"). The <A HREF="../../../atg/epub/project/TargetDef.html#writeInstance()"><CODE>writeInstance()</CODE></A> method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The <A HREF="../../../atg/epub/project/TargetDef.html#prepareInstanceForWrite()"><CODE>prepareInstanceForWrite()</CODE></A> method may need to be called before making any changes.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - <CODE>String</CODE>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getSnapshotName()"><!-- --></A><H3>
getSnapshotName</H3>
<PRE>
public java.lang.String <B>getSnapshotName</B>()
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Getter for property <a href="#propertyDetail.snapshotName">snapshotName</a> ("Initial snapshot name")
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD><CODE>String</CODE>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setSnapshotName(java.lang.String)"><!-- --></A><H3>
setSnapshotName</H3>
<PRE>
public void <B>setSnapshotName</B>(java.lang.String value)
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Setter for property <a href="#propertyDetail.snapshotName">snapshotName</a> ("Initial snapshot name"). The <A HREF="../../../atg/epub/project/TargetDef.html#writeInstance()"><CODE>writeInstance()</CODE></A> method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The <A HREF="../../../atg/epub/project/TargetDef.html#prepareInstanceForWrite()"><CODE>prepareInstanceForWrite()</CODE></A> method may need to be called before making any changes.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - <CODE>String</CODE>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getSurrogateFor()"><!-- --></A><H3>
getSurrogateFor</H3>
<PRE>
public <A HREF="../../../atg/epub/project/TargetDef.html" title="interface in atg.epub.project">TargetDef</A> <B>getSurrogateFor</B>()
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Getter for property <a href="#propertyDetail.surrogateFor">surrogateFor</a> ("Target for which this target acts as a surrogate")
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD><A HREF="../../../atg/epub/project/TargetDef.html" title="interface in atg.epub.project"><CODE>TargetDef</CODE></A>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setSurrogateFor(atg.epub.project.TargetDef)"><!-- --></A><H3>
setSurrogateFor</H3>
<PRE>
public void <B>setSurrogateFor</B>(<A HREF="../../../atg/epub/project/TargetDef.html" title="interface in atg.epub.project">TargetDef</A> value)
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Setter for property <a href="#propertyDetail.surrogateFor">surrogateFor</a> ("Target for which this target acts as a surrogate"). The <A HREF="../../../atg/epub/project/TargetDef.html#writeInstance()"><CODE>writeInstance()</CODE></A> method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The <A HREF="../../../atg/epub/project/TargetDef.html#prepareInstanceForWrite()"><CODE>prepareInstanceForWrite()</CODE></A> method may need to be called before making any changes.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - <A HREF="../../../atg/epub/project/TargetDef.html" title="interface in atg.epub.project"><CODE>TargetDef</CODE></A>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getVersion()"><!-- --></A><H3>
getVersion</H3>
<PRE>
public int <B>getVersion</B>()
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Getter for property <a href="#propertyDetail.version">version</a> ("Version")
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>int
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getHasVersion()"><!-- --></A><H3>
getHasVersion</H3>
<PRE>
public boolean <B>getHasVersion</B>()
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Returns true if the value of property <a href="#propertyDetail.version">version</a> is null.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="isRemoved()"><!-- --></A><H3>
isRemoved</H3>
<PRE>
public boolean <B>isRemoved</B>()
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Returns true if the underlying object has been removed. False otherwise.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="copyTo(atg.epub.project.TargetDef)"><!-- --></A><H3>
copyTo</H3>
<PRE>
public void <B>copyTo</B>(<A HREF="../../../atg/epub/project/TargetDef.html" title="interface in atg.epub.project">TargetDef</A> destination)
throws javax.ejb.EJBException</PRE>
<DL>
<DD>Copies the property values of this instance to another instance of the same data type. Only properties that are both readable and writable are copied. Each property is copied by calling the getter method on the source instance and setting the result in the destination instance using the setter method.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="writeInstance()"><!-- --></A><H3>
writeInstance</H3>
<PRE>
public void <B>writeInstance</B>()
throws javax.ejb.EJBException</PRE>
<DL>
<DD>This must be called after modifying an instance with a persistent implementation to guarantee that all changes are made persistent and visible to queries. Changes might be made visible before calling this method, but this is not guaranteed until this method is called.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="prepareInstanceForWrite()"><!-- --></A><H3>
prepareInstanceForWrite</H3>
<PRE>
public void <B>prepareInstanceForWrite</B>()
throws javax.ejb.EJBException</PRE>
<DL>
<DD>This must be called if the application intends to both read and write the instance in the same transaction, and it intends to do a read before doing a write. This must be called before that first read.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>javax.ejb.EJBException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="_isMutable()"><!-- --></A><H3>
_isMutable</H3>
<PRE>
public boolean <B>_isMutable</B>()</PRE>
<DL>
<DD>Returns true if the item is mutable. Items are only mutable after a setter method or prepareInstanceForWrite is called.
<P>
<DD><DL>
</DL>
</DD>
<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="../../../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="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="../../../atg/epub/project/ReadOnlyProjectHome.html" title="interface in atg.epub.project"><B>PREV CLASS</B></A>
<A HREF="../../../atg/epub/project/TargetDefHome.html" title="interface in atg.epub.project"><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="TargetDef.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| Smolations/more-dash-docsets | docsets/ATG 2007.1.docset/Contents/Resources/Documents/atg/epub/project/TargetDef.html | HTML | mit | 61,122 |
<!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_34) on Wed Oct 23 13:33:57 EDT 2013 -->
<TITLE>
Uses of Class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryInitiator (Hibernate JavaDocs)
</TITLE>
<META NAME="date" CONTENT="2013-10-23">
<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.hibernate.service.internal.SessionFactoryServiceRegistryFactoryInitiator (Hibernate JavaDocs)";
}
}
</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/hibernate/service/internal/SessionFactoryServiceRegistryFactoryInitiator.html" title="class in org.hibernate.service.internal"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/hibernate/service/internal//class-useSessionFactoryServiceRegistryFactoryInitiator.html" target="_top"><B>FRAMES</B></A>
<A HREF="SessionFactoryServiceRegistryFactoryInitiator.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.hibernate.service.internal.SessionFactoryServiceRegistryFactoryInitiator</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/hibernate/service/internal/SessionFactoryServiceRegistryFactoryInitiator.html" title="class in org.hibernate.service.internal">SessionFactoryServiceRegistryFactoryInitiator</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.hibernate.service.internal"><B>org.hibernate.service.internal</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.hibernate.service.internal"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/hibernate/service/internal/SessionFactoryServiceRegistryFactoryInitiator.html" title="class in org.hibernate.service.internal">SessionFactoryServiceRegistryFactoryInitiator</A> in <A HREF="../../../../../org/hibernate/service/internal/package-summary.html">org.hibernate.service.internal</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../org/hibernate/service/internal/package-summary.html">org.hibernate.service.internal</A> declared as <A HREF="../../../../../org/hibernate/service/internal/SessionFactoryServiceRegistryFactoryInitiator.html" title="class in org.hibernate.service.internal">SessionFactoryServiceRegistryFactoryInitiator</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../org/hibernate/service/internal/SessionFactoryServiceRegistryFactoryInitiator.html" title="class in org.hibernate.service.internal">SessionFactoryServiceRegistryFactoryInitiator</A></CODE></FONT></TD>
<TD><CODE><B>SessionFactoryServiceRegistryFactoryInitiator.</B><B><A HREF="../../../../../org/hibernate/service/internal/SessionFactoryServiceRegistryFactoryInitiator.html#INSTANCE">INSTANCE</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/hibernate/service/internal/SessionFactoryServiceRegistryFactoryInitiator.html" title="class in org.hibernate.service.internal"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/hibernate/service/internal//class-useSessionFactoryServiceRegistryFactoryInitiator.html" target="_top"><B>FRAMES</B></A>
<A HREF="SessionFactoryServiceRegistryFactoryInitiator.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-2013 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved.
</BODY>
</HTML>
| HerrB92/obp | OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/documentation/javadocs/org/hibernate/service/internal/class-use/SessionFactoryServiceRegistryFactoryInitiator.html | HTML | mit | 8,707 |
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../ui-behaviors/component-behavior.html">
<link rel="import" href="../ui-behaviors/checkbox.html">
<dom-module id="ui-checkbox">
<template>
<input type="checkbox" id="[[dataId]]" name="[[dataName]]" [[required]]>
<label for="[[dataId]]">[[label]]</label>
</template>
</dom-module>
<script>
Polymer({
is: 'ui-checkbox',
behaviors:[Elliptical.ComponentBehavior,Elliptical.Behaviors.Checkbox],
properties: {
eventType:{
type:String,
value:'ui.checkbox.change'
}
},
ready:function(){
var checked=this.element.attr('checked');
if(checked){
var input=this.element.find('input');
input.prop('checked',true);
}
this.__events();
}
});
</script> | EllipticalElements/ui-checkbox | ui-checkbox.html | HTML | mit | 933 |
<div class="row">
<div class="col-md-12 tech-col">
<div ng-controller="TechCtrl">
<div class="repeated__item well__item animate" ng-repeat="image in images" ng-animate="animate">
<img ng-src="{{image}}">
</div>
</div>
</div>
</div>
| klbrisson/PersonalPage | modules/core/client/views/tech.client.view.html | HTML | mit | 262 |
@(businessChooseYourAddressForm: Form[models.BusinessChooseYourAddressFormModel],
traderBusinessName: String,
traderPostcode: String,
traderEmail: Option[String],
dropDownOptions: Seq[(String, String)])(implicit lang: Lang,
token: uk.gov.dvla.vehicles.presentation.common.filters.CsrfPreventionAction.CsrfPreventionToken,
config: utils.helpers.Config)
@import controllers.routes.BusinessChooseYourAddress
@import uk.gov.dvla.vehicles.presentation.common
@import common.views.helpers.BaseTemplate.fieldConstructor
@import common.views.html.widgets.base.valtechSelect
@import common.views.html.widgets.base.csrfTokenHiddenField
@import views.acquire.BusinessChooseYourAddress.{BackId, EnterAddressManuallyButtonId, SelectId}
@import views.html.acquire.main
@import views.html.helper.form
@import models.BusinessChooseYourAddressFormModel.Form.AddressSelectId
@import scala.collection.mutable.LinkedHashMap
@import common.views.html.widgets.playbackList
@main(
title = Messages("acquire_businessChooseYourAddress_title"),
currentForm = Some(businessChooseYourAddressForm),
backButton = Some(controllers.routes.SetUpTradeDetails.present())
) {
<h1>@Messages("acquire_businessChooseYourAddress_title")</h1>
@form(action = BusinessChooseYourAddress.submit()) {
@csrfTokenHiddenField()
@playbackList(
null,
{
val playbackItems: LinkedHashMap[String, String] = LinkedHashMap()
playbackItems += Messages("acquire_businessChooseYourAddress_businessName_label") ->
Messages("acquire_businessChooseYourAddress_businessName", traderBusinessName)
playbackItems += Messages("acquire_businessChooseYourAddress_postcode_label") -> traderPostcode
traderEmail match {
case Some(email) => playbackItems += ("EMAIL_" + Messages("acquire_businessChooseYourAddress_businessEmail_label") -> email)
case None => playbackItems += (Messages("acquire_businessChooseYourAddress_businessEmail_label") ->
Messages("acquire_businessChooseYourAddress.emailNotEntered") )}
}
)()
<br/>
@if(dropDownOptions.isEmpty) {
<h2>@Messages("acquire_businessChooseYourAddress_noaddressesfound.h2.1")</h2>
<h2>@Messages("acquire_businessChooseYourAddress_noaddressesfound.h2.2")</h2>
} else {
@valtechSelect(businessChooseYourAddressForm(AddressSelectId),
options = dropDownOptions.toSeq,
args = Map(
'_label -> Messages("acquire_businessChooseYourAddress_addressSelect_label"),
'autoFocus -> true,
'class -> "ga-track-value ga-track-region",
Symbol("data-ga-category") -> "field_value",
Symbol("data-ga-action") -> "address_region"
)
)
}
@if(dropDownOptions.nonEmpty) {
<a id="@EnterAddressManuallyButtonId" href="@controllers.routes.EnterAddressManually.present()">
@Messages("acquire_businessChooseYourAddress.manualAddressEntry")
</a>
}
<div class="form-steps">
@if(dropDownOptions.isEmpty) {
<a id="@EnterAddressManuallyButtonId" href="@controllers.routes.EnterAddressManually.present()" class="button">
@Messages("acquire_businessChooseYourAddress.manualAddressEntry.enterManuallyButton")
</a>
}
@if(dropDownOptions.nonEmpty) {
<button id="@SelectId" type="submit" name="action" class="button">
@Messages("acquire_businessChooseYourAddress.submitbutton")
</button>
}
</div>
}
} | dvla/vehicles-acquire-online | app/views/acquire/business_choose_your_address.scala.html | HTML | mit | 3,868 |
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>CREATE_ROOM.name - core</title>
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">core</a> / <a href="../index.html">com.erikcupal.theblackcatclient.types</a> / <a href="index.html">CREATE_ROOM</a> / <a href=".">name</a><br/>
<br/>
<h1>name</h1>
<a name="com.erikcupal.theblackcatclient.types.CREATE_ROOM$name"></a>
<code><span class="keyword">val </span><span class="identifier">name</span><span class="symbol">: </span><a href="../-name.html"><span class="identifier">Name</span></a></code>
</BODY>
</HTML>
| ErikCupal/the-black-cat-website | public/doc/client/core/com.erikcupal.theblackcatclient.types/-c-r-e-a-t-e_-r-o-o-m/name.html | HTML | mit | 625 |
<!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" />
<meta http-equiv="Refresh" content="0;url=../../../a/j/_/AJ_Schnack_3849.html" />
</head>
<body>
<p>Redirecting to <a href="../../../a/j/_/AJ_Schnack_3849.html">AJ Schnack</a></p>
</body>
</html> | Mitali-Sodhi/CodeLingo | Dataset/html/A._J._Schnack_521e.html | HTML | mit | 444 |
<h3 id="c49"><a href="#top">Chapter 49: Hiiro and the girl</a></h3>
<p>“Hey! Were you serious, just now!? Tell me!” (?)</p>
<p>Arnold was lifted up by the scruff of his neck by the person that walked into the room. He looked like he was suffocating.</p>
<p>“Kuu-sama! What are you doing here!?” (Raiev)</p>
<p>Raiev was also bewildered by the princess’ sudden visit.</p>
<p>“Ugh….can’t breath…” (Arnold)</p>
<p>Noticing Arnold’s face growing pale, Kukklia quickly loosened her grip.</p>
<p>“Ah, S-Sorry!” (Kukklia)</p>
<p>Arnold, who had just been released from her grasp, took a deep breath as he thanked the heavens for extending his life. It really seemed like he was going to suffocate a moment ago. If worst came to worst, he would have passed on to the next world. Even though she was a girl, it was clear the she inherited the Gabranth’s brute strength.</p>
<p>“S-so, can you please tell me! Is what you said really true? That the information came from <em>that</em> Rarashik?” (Kukklia)</p>
<p>Even though Kukklia had not moved a step towards him, Arnold felt so intimidated that he unconsciously swallowed his saliva.</p>
<p>“Ah, eh…yes. That is…” (Arnold)</p>
<p>Arnold told Kukklia what Rarashik had told him.</p>
<p>“Why would the Demon Lord do that to the bridge…?” (Kukklia)</p>
<p>Kukklia’s said the exact same question that was on everyone’s minds.</p>
<p>“Wouldn’t it just mean that they didn’t want to fight?” (Raiev)</p>
<p>Raiev casually commented.</p>
<p>“Actually, it might be just as Nee-chan said. It’s just, it was only just recently that the [Evila] declared that they wanted to annihilate everything.” (Arnold)</p>
<p>This was during the era of the previous Demon Lord, although nobody was aware of it. Incidentally, Rarashik knew about this, however, she forgot to pass this info on to Arnold and his compatriots.</p>
<p>“But, if what you said is true, then Papa and his army should be safe, right?” (Kukklia)</p>
<p>“I’ll bet. I’m sure we’ll be able to see them as lively as ever.” (Raiev)</p>
<p>Kukklia smiled joyfully at Raiev’s words. Even though it was she herself that had suggested to go to war, having her allies coming back home without any wounded was undoubtedly something worth celebrating.</p>
<p>“Hn? By the way, who are you guys? Also, earlier you called Raiev ‘Nee-chan’ but…” (Kukklia)</p>
<p>“Aa, Kuu-sama, this blockhead is my little brother. Also, that girl’s his daughter.” (Raiev)</p>
<p>“Heh, I am the child of the [Beast Kingdom: Passion]’s [Beast King] Leowald. The First Princess: Kukklia King. Nice to meet you” (Kukklia)</p>
<p>Hearing her introduction, Arnold hastily fell to his knees. Muir, as if imitating him, followed soon after.</p>
<p>“Aaah, it’s fine, it’s fine. I don’t like being so formal. It’s fine to treat me normally. Actually, please do.” (Kukklia)</p>
<p>Under such a strong influence, Arnold and Muir timidly rose to their feet. (E: Not accurate, but I don’t have the time.)</p>
<p>“Hmm, as I’ve heard you are Raiev’s….and Muir is your daughter. Nice to meet you.” (Kukklia)</p>
<p>Although it was nice to hear her talk in such a friendly manner, because she was a princess, Arnold and Muir could not help but feel tense and confused.</p>
<p>“Ahaha, you’re so cute, aren’t you! I got it! Would it be alright for me introduce you to Mimiru?” (Raiev)</p>
<p>Raiev was about to say something, however, with the pretense that ‘surely she would also be glad to meet them,’ Raiev could only accept.</p>
<p>“Hah…somehow, this turned into something really unexpected…right Hiiro….eh?” (Arnold)</p>
<p>Although Arnold was bewildered when the princess appeared, something more surprising had happened while he was preoccupied. This being that Hiiro, who was beside him a few moments ago, had vanished.</p>
<p>“….Hiiro?” (Arnold)</p>
<p>Meanwhile, as Hiiro was wondering whether or not there was anything interesting in the <<King Tree>>, he had began to wander around. Of course, this was all done without the soldiers noticing.</p>
<p><<<Transparency>></p>
<p>This was the first time he had activated the <<Double-Word-Chain>> skill. As of this moment, Hiiro had transformed into an Invisible Man.</p>
<p>(Yah~ this skill is so broken that I can barely hold in my laughter.)</p>
<p>The soldiers that Hiiro had passed had barely noticed him, to the point that it was as if he had walked through them. Well, there were some that had seemed to sense something was wrong, which caused Hiiro to hold his breath.</p>
<p>(The Gabranth are probably very good at sensing people. Well, even though they can’t see me, I still have a presence.)</p>
<p>The Gabranth have a more developed perception than humans. They have enhanced hearing, touch, taste, feel, and sight. Even if he became invisible to the naked eye, they would still be able to sense his presence.</p>
<p>After walking for a little while, he had encountered, what looked like, a garden. There were a large amount of branches that created a scaffolding, with crops and flowers being grown on top.</p>
<p>(…what?)</p>
<p>Surveying the area, he noticed a girl sitting on a nearby wooden bench as she held a plank of wood.</p>
<p>There was a small hole on the top of the plank. The plank hanged over the top of her head with a loop of string tied to the top hole. Even if she were to let go, the plank wouldn’t fall to the floor.</p>
<p>Looking carefully, one would be able to see some white paper on it. It resembled a child’s sketchbook.</p>
<p>Just when Hiiro was thinking that she might be drawing a sketch of the garden, she looked directly at him in surprise.</p>
<p>“…..?” (Hiiro)</p>
<p>At that moment, Hiiro thought that the <<Transparency>> word’s effect had elapsed. However, he felt that the effect was still in place. He thought for the moment that she may just be looking at something in his direction, thus, he continued staring at her.</p>
<p>However, to his surprise, her eyes had remained tracked onto him. Hiiro looked behind him for something that might have garnered her attention…but there was nothing there. It was clear that she was looking at him. He didn’t even consider that his supposedly transparent body was detected.</p>
<p>Hiiro pointed at himself without thinking. When he did, the the girl nodded her head up and down in affirmation.</p>
<p>(…what’s going on?)</p>
<p>There were moments where perceptive soldiers had almost noticed him and looked his way. However, there wasn’t a single person who looked at him directly, not to mention acknowledging his existence.</p>
<p>When he wrote <Transparency> once, the duration would only last about a minute. However, as he wrote it twice, using the <Double-Word Chain> skill, its effect has already lasted over five minutes.</p>
<p>When he used the new word, he had deduced that the word effect would remain in place unless deactivated.</p>
<p>This cheat-like effect was expected for a spell that costed 300 MP. He assumed that if he used <<Two-Word Chain>> with <<Aerial Writing>>, it would cost about 400 MP.</p>
<p>In reality, he had written two words with the Aerial Writing skill. After checking his status screen, he confirmed that it had consumed 400 MP. That much was certain.</p>
<p>400 MP is probably not an amount a regular adventure would have. While this may have been unfair, this didn’t really concern Hiiro.</p>
<p>(I’m sure that the effect should still be in place. I should still be transparent. And yet…our eyes had definitely met…right?)</p>
<p>There was no doubt about it. The girl was looking directly at him. She did not just sense his presence, it was clear that she was able to completely acknowledge his existence.</p>
<p>Hiiro quickly surveyed his surroundings, searching for any other witnesses. It appeared that right now, both Hiiro and the girl were the only ones present in the garden. He deactivated his spell, becoming visible. He looked at the girl to see if there was a reaction, but…there was none. Hiiro confirmed that she had seen him.</p>
<p>“..how could you tell?” (Hiiro)</p>
<p>She bowed her head over and started to move her hands. It appeared that she was writing something. After she finished writing, she turned the board with the white paper over, presenting him with what she wrote.</p>
<p>[Ghost-san] (girl)</p>
<p>She tilted her head to the side in an adorable fashion.</p>
<p>“You’re mistaken. Or what? Could it be that since her ability to sense the paranormal was so high that she was able to see me?”</p>
<p>The girl blinked her eyes in confusion as she began to write.</p>
<p>[What’s the ability to sense the paranormal?] (girl)</p>
<p>“Instead of writing, couldn’t you just talk? It’s a matter of efficiency.” (Hiiro)</p>
<p>When the girl heard those words, she grew sombre as she made an apologetic face.</p>
<p>[I apologize. Mimiru, is unable to speak.] (Mimiru)</p>
<p>Hiiro was silent. He understood the significance of those words. She, for some unknown reason, had lost her ability to speak. Judging from her attitude, the cause wasn’t something as simple as a sore throat.</p>
<p>“…is that so? Sorry about that. Forgive me.” (Hiiro)</p>
<p>[No, please don’t worry about it.] (Mimiru)</p>
<p>As expected of Hiiro. He wasn’t foolish nor arrogant enough to treat a child, especially one with a disability, disrespectfully. Although his response was a little rough.</p>
<p>“In any case, about before. I’m not a ghost. Do you understand what they are?” (Hiiro)</p>
<p>[Yes. It seems the only one in my family that can completely see them is me.] (Mimiru)</p>
<p>“I see. No matter what world you’re in, there’s always somebody who has developed a sixth-sense. (Hiiro)</p>
<p>[…..?] (Mimiru)</p>
<p>Hiiro knew that she wouldn’t understand what sixth-sense meant. It would be troublesome to explain it to her. Thus, Hiiro just set it aside.</p>
<p>“Don’t worry about. It seem that your perceptiveness is much higher than normal.” (Hiiro)</p>
<p>[Is that something good?] (Mimiru)</p>
<p>“Who knows? But it’s better to have it than not, right?” (Hiiiro)</p>
<p>[Then all is well.] (Mimiru)</p>
<p>Seriously considering it to be a blessing, she smiled. Following which, she then took out a handkerchief and wiped her forehead. As it was hot outside, it couldn’t be helped.</p>
<p>The girl looked no older than 10 years old. Yet, judging from her smile, she felt a lot older. It is as if she had the smile of an adult.</p>
<p>She had long, reddish-brown hair that grew past her waist. A large, green ribbon was tied around near the top of her head, prominent as if it were her trademark. She didn’t look voluptuous, yet her charming, hazel eyes and fair white skin practically ensured that she would grow up to be a beautiful lady in the future.</p>
<p>Her pico-pico beast ears and her flickering beast tail made her look so cute that Hiiro determined that she must be kept away from Arnold. Although Arnold was not a lolicon, Hiiro didn’t want to imagine what would happen should Arnold spot a cute girl standing before him.</p>
<p>(For some reason, though, when I look at her face, something keeps bothering me.)</p>
<p>Even though that smile was a genuine smile, it felt unnatural for some reason.</p>
<p>[Ghost-san. What are you doing here?] (Mimiru)</p>
<p>“I told you that I’m not a ghost, already. Besides, I just came here by chance.” (Hiiro)</p>
<p>[Do you know where this is?] (Mimiru)</p>
<p>“The <<King Tree>>, right? It’s not like I sneaked in here. As a matter of fact, I was brought here by my companions.” (Hiiro)</p>
<p>However, he made sure to leave out the fact that he was just wandering around the <<King Tree>> aimlessly.</p>
<p>[I see. Is this your first time being here?] (Mimiru)</p>
<p>“Aaah” (Hiiro)</p>
<p>[I like this place as well. When I was five, an illness took my voice. Ever since then, I come here really often.] (Mimiru)</p>
<p>From what she just said, it seemed that she wasn’t born a mute. A severe illness caused her throat to be so damaged, she lost the ability to speak.</p>
<p>Silence enveloped the area. This was a sign that meant there was nothing left to say.</p>
<p>(Well, I’ve solved the puzzle that had been bothering me. I guess I should…)</p>
<p>As Hiiro was about to leave, the girl’s leg had suddenly slipped.</p>
<p>“Tsk” (Hiiro)</p>
<p>Hiiro instinctively rushed towards the girl. As he prevented her from falling, he caught her in his arms.</p>
<p>“Darn…without thinking I just…” (Hiiro)</p>
<p>As Hiiro began making up excuses in his mind, he lied the girl down on the bench to rest. However, as he looked at the sky, he noticed a blazingly bright sun. It was currently the season of Raer (Summer). If someone stayed out in such conditions for a long time, it will not doubt drain their vitality.</p>
<p>(The fever and her fainting. Along with this amount of sweat. Without a doubt, these are the symptoms of heatstroke.)</p>
<p>Hiiro contemplated about how he should deal with this situation. He had considered just leaving her on the bench, however, there were strong rays of sunlight beaming down which would only worsen her condition.</p>
<p>(A cold towel should be applied to the skin. The subject should be moved into the shade and laid on the side of their head with arms placed underneath. The feet need to be raised with a cold object applied to the sole…wait, am I seriously thinking of treating something like this?)</p>
<p>In that instant, treatment methods for heat stroke had surged through his mind. However, Hiiro realized that he such thoughts were unnecessary.</p>
<p>He carried her to the shade, placed a finger on her forehead and proceeded to write something before pausing.</p>
<p>“Why do I have to do this for her?” (Hiiro)</p>
<p>He let out a sigh as he removed his finger. He had no obligation to help her. The symptoms were nothing major either. He judged that if she just rested, she would recover without issue.</p>
<p>As he let go of her, the girl opened her eyes. She trembled as she desperately began to write on her plank of paper. After she was done, she showed it to Hiiro.</p>
<p>[Sorry for causing you trouble. Thank you for carrying me all the way here] (Mimiru)</p>
<p>She displayed an apologetic smile. Looking at her face, he saw a single tear drop fall from her eyes. Hiiro narrowed his eyes. He suddenly felt irritated for some reason.</p>
<p>(As I thought, this brat’s face is really annoying.)</p>
<p>He had discovered the source of his discomfort throughout the encounter. It was that face filled with a sense of inferiority and pain. That smile, it was one that flipped between pain and happiness. Hiiro scowled as he noticed that expression plastered on to the face of a child.</p>
<p>If its painful then just say it hurts. Even if it’s just an expression of agony on your face, its fine. Yet, for her to force a smile when exposed to such a situation would only make someone feel irritated.</p>
<p>(This brat’s such a…even the Chibi’s more honest than her.)</p>
<p>Whether it was good times or bad times, Muir was still honest with herself. Actually, she’s trying to be true to herself. She has the will to be honest with herself. However, the girl before him probably put on that smile so as to not hurt those around her. It reeked of deceit, for a child to act mature and put on such a facade, it was not something that can be easily accepted.</p>
<p>If it was the usual Hiiro, he would have just ignored the girl. He would just tell it to her face. That he met her by accident while wandering around, taking that chance to leave.</p>
<p>However, in this instance, Hiiro felt that he shouldn’t leave the situation in its current state. The feeling was the same as when he had approached the [Gree-Caves]. If he didn’t face this properly, something unpleasant may happen.</p>
<p>He felt that if he didn’t address the issue with the utmost effort, he would stray away from his path. However, he was unable to grasp the reason behind his current premonitions.</p>
<p>He was just grasping the situation by instinct. An important crossroad of his life was lying before him. He felt that if he made a mistake now, his existence would turn into a lie.</p>
<p>(I don’t really have any deep connection with this person, but…)</p>
<p>Hiiro was a human from another world. This girl was a Gabranth living in this world. There was no way that there would be any sort of connection between them. Yet, at this moment, it was as if his soul was telling him that this was the best choice.</p>
<p>Thus, Hiiro approached the girl whose name he did not know.</p>
<p>“Oi, what I’m about to do now, you are not allowed to tell anyone, got it?” (Hiiro)</p>
<p>Saying this, Hiiro approached the girl as he concentrated on his fingertip and started writing.</p>
<p>(Ku~, as expected, the finger’s barely moving.)</p>
<p>It was even slower compared to when he was writing the word [Sleep]. He thought of stopping, however, he was aware that if he stopped while trying to write two words, he would receive a harsh <<Rebound>> effect. The moment he had started writing two words, he had no choice but to go through with it.</p>
<p>The girl looked at Hiiro with a blank expression wondering what he was doing. Hiiro just ignored it and concentrated on writing the word. Unlike the [Transparency] word, Hiiro knew that if he lost focus he would definitely fail.</p>
<p>(This definitely feels like something that cannot be done without a lot of concentration.)</p>
<p>While thinking so, Hiiro focused really hard on moving his finger</p>
<p>[Restore]… Hiiro was writing a word created to help another person.</p>
<p>[Cure] and [Revive] also came to mind, but he felt that the word [Restore] would fit the situation better. In reality, the magic Hiiro chose by instinct was very similar to an already established magic. Of course, Hiiro was unaware of this.</p>
<p>This instinct, in regards to <<Word Magic>>, would actually become a very crucial factor in the future.</p>
<p>Although this was not the first time Hiiro chose a word by instinct, somewhere inside him, he felt satisfied with his word choice.</p>
<p>A brilliant white light appeared, wrapping her body in a pale aura. As the light seeped into her body, her sunburnt red skin returned to it’s former fair white. Her sweating had also stopped.</p>
<p>Following this, the girl felt that she wasn’t as feeble as before. She suddenly shifted her gaze towards Hiiro, who was arrogantly looking down at her.</p>
<p>“Now then. Start talking, Ribbon.” (Hiiro)</p>
| Portgass/light-novel-reader | novels/konjiki-no-wordmaster/chapters/c49.html | HTML | mit | 18,989 |
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="treestyles.css" type="text/css"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!--This file has been created with toxhtml.xsl--><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><title>Lokisalle</title><link rel="stylesheet" href="Lokisalle_architecture_site.html_files/treestyles.css" type="text/css"/><script type="text/javascript" src="Lokisalle_architecture_site.html_files/marktree.js">
</script></head><body><div class="basetop"><a href="#" onclick="expandAll(document.getElementById('base'))">Expand</a> -
<a href="#" onclick="collapseAll(document.getElementById('base'))">Collapse</a></div><div id="base" class="basetext"><ul>
<li class="col" id="FMID_1293032852FM"><div class="nodecontent" style="color:#66df1c;background-color:#2c3427;">Lokisalle</div>
<ul class="subexp">
<li class="basic" id="FMID_269306805FM"><img src="Lokisalle_architecture_site.html_files/icons/info.png" alt="info"/> <div class="nodecontent">Presentation activité</div></li>
<li class="col" id="FMID_1058508321FM"><div class="nodecontent">Catalogue produit</div>
<ul class="subexp">
<li class="basic" id="FMID_335387515FM"><div class="nodecontent">Achat de produits en ligne</div></li></ul></li>
<li class="col" id="FMID_1740308844FM"><div class="nodecontent">boutique produits</div>
<ul class="subexp">
<li class="basic" id="FMID_557216363FM"><div class="nodecontent">fiches produits</div></li></ul></li>
<li class="col" id="FMID_1259674224FM"><img src="Lokisalle_architecture_site.html_files/icons/family.png" alt="family"/> <div class="nodecontent" style="background-color:#ffffff;">forum membres</div>
<ul class="subexp">
<li class="basic" id="FMID_862358218FM"><img src="Lokisalle_architecture_site.html_files/icons/ksmiletris.png" alt="ksmiletris"/> <img src="Lokisalle_architecture_site.html_files/icons/smily_bad.png" alt="smily_bad"/> <div class="nodecontent">partages des avis sur produits</div></li>
<li class="basic" id="FMID_787478599FM"><img src="Lokisalle_architecture_site.html_files/icons/full-1.png" alt="full-1"/> <img src="Lokisalle_architecture_site.html_files/icons/forward.png" alt="forward"/> <img src="Lokisalle_architecture_site.html_files/icons/full-9.png" alt="full-9"/> <div class="nodecontent">Notation des differents produits</div></li>
<li class="basic" id="FMID_786515225FM"><img src="Lokisalle_architecture_site.html_files/icons/idea.png" alt="idea"/> <div class="nodecontent">Espace d'information sur promos</div></li></ul></li>
<li class="basic" id="FMID_1966429332FM"><img src="Lokisalle_architecture_site.html_files/icons/password.png" alt="password"/> <div class="nodecontent">administration site</div></li></ul></li></ul></div></body></html> | johnyjamma93/lokisalle_mep | sources/Lokisalle_architecture_site.html | HTML | mit | 2,869 |
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Rehydrating pre-rendered html in Vue.js with Quench Vue</title>
<link rel="stylesheet" href="stylesheets/quench-one.css">
</head>
<body>
<!-- qr data comes from script,q-data is rendered from server -->
<div id="app" class="pre-quench" q-convert-bindings q-r-data='{
"man": "bun",
"env": "ENV",
"port": "PORT",
"boolTrue": "boolTrue",
"boolFalse": "boolFalse",
"fooBar": "globalObj.foo",
"bazQux": "globalObj.baz",
"nonExistant": "sausage.dogs.are.cool",
"nonExistant2": "sausage"
}' q-data='{
"boolTrue": true,
"boolFalse": false,
"counter": 0,
"jsonProp": "I am defined in the global data object so will take preference",
"loop": [
{
"property": "Vue"
},
{
"property": "JS"
},
{
"property": "rules!"
}
],
"tags": [
"js",
"front-end",
"framework"
],
"author": {
"firstName": "Matt",
"lastName": "Stow"
},
"skills": [
{
"name": "JS",
"level": 4
},
{
"name": "CSS",
"level": 5
}
]}'>
<h2>Following paragraphs defined with q-r-data</h2>
<p q-binding="man"></p>
<p v-html="env"></p>
<p v-text="port + 10"></p>
<p v-text="fooBar"></p>
<p v-text="bazQux"></p>
<ul>
<li v-for="tag in tags">
<span q-binding="tag">js</span>
</li>
<!-- <q> -->
<li>
<span>library</span>
</li>
<!-- </q> -->
</ul>
<ul>
<li v-for="key in author">
<span q-binding="key">Matt</span>
</li>
<!-- <q> -->
<li>
<span>Stow</span>
</li>
<!-- </q> -->
</ul>
<ul>
<li v-for="skill in skills">
<span q-binding="skill.name">JS</span>
<span q-binding="skill.level">4</span>
</li>
<!-- <q> -->
<li>
<span>CSS</span>
<span>5</span>
</li>
<!-- </q> -->
</ul>
<h1 v-bind:title="counter" q-binding="title">Client-side hydrating</h1>
<p q-binding="simpleBinding">Simple binding</p>
<div class="u-visibility-hidden-when-pre-quench">
<label for="title-change">Change the title</label>
<input id="title-change" v-model="title">
</div>
<p q-binding="jsonProp">I will be overwritten when hydrated</p>
<!-- <q> -->
<p>My component</p>
<!-- </q> -->
<my-component message="is awesome"></my-component>
<span q-binding="counter"></span>
<button v-on:click="counter += 1" class="u-visibility-hidden-when-pre-quench">Add 1</button>
<li v-for="skill2 in skills2">
<span q-binding="skills2[0].name as skill2.name">JS</span>
<span q-binding="skills2[0].level as skill2.level">4</span>
</li>
<!-- <q> -->
<li>
<span q-binding="skills2[1].name as skill2.name">CSS</span>
<span q-binding="skills2[1].level as skill2.level">5</span>
</li>
<!-- </q> -->
<h2>Iterating over global data array</h2>
<ul>
<li v-for="item in loop" q-binding="item.property">Vue</li>
<!-- <q> -->
<li>JS</li>
<li>…</li>
<!-- </q> -->
</ul>
<h2>Iterating over inline array</h2>
<ol>
<li v-for="a in arr">
<span q-binding="arr[0] as a">Array 1</span>
</li>
<!-- <q> -->
<li>
<span q-binding="arr[1] as a">Array 2</span>
</li>
<li>
<span q-binding="arr[2] as a">Array 3</span>
</li>
<!-- </q> -->
</ol>
<h2>Iterating over inline objects</h2>
<ul>
<li v-for="value in obj">
<span q-binding="obj.honduras as value">John</span>
</li>
<!-- <q> -->
<li><span q-binding="obj.lastName as value">Doe</span></li>
<li><span q-binding="obj.age as value">30</span></li>
<!-- </q> -->
</ul>
<div v-if="todos.length">
<h2>Iterating over inline arrays of objects 1</h2>
<ol>
<li v-for="todo in todos">
<span q-binding="todos[0].text as todo.text">todo 1</span>,
<span q-binding="todos[0].text2 as todo.text2">key a</span>
</li>
<!-- <q> -->
<li>
<span q-binding="todos[1].text as todo.text">todo 2</span>,
<span q-binding="todos[1].text2 as todo.text2">key b</span>
</li>
<!-- </q> -->
</ol>
<button class="u-visibility-hidden-when-pre-quench" v-on:click="deleteTodo">Delete last todo</button>
</div>
<h2>Iterating over inline arrays of objects 2</h2>
<ol>
<li v-for="(name, index) in names">
<span q-binding="names[0].value as name.value">Matt</span>
<span q-binding="index"></span>
</li>
<!-- <q> -->
<li><span q-binding="names[1].value as name.value">Leesa</span></li>
<li><span q-binding="names[2].value as name.value">Charlotte</span></li>
<!-- </q> -->
</ol>
<button class="u-visibility-hidden-when-pre-quench" v-on:click="addName">Add random name</button>
</div>
<script src='https://unpkg.com/vue'></script>
<script src='https://unpkg.com/quench-vue/umd/quench-vue.min.js'></script>
<script src="scripts/quench-one.js"></script>
</body>
</html>
| kigenofkenya/snowflake | public/quench-one.html | HTML | mit | 4,975 |
<!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">
<title> Newbauer Chemicals | Home </title>
<link rel="icon"
type="image/png"
href="favicon.png">
<meta name="description" content="Newbauer S.A. de C.V. es una empresa del sector industrial ubicada en Jalisco, 100% Mexicana, fundada el 1ro. De abril del año 2011, con la finalidad de satisfacer las necesidades agroquímicas del campo. Dedicada a la producción y fabricación de fertilizantes líquidos y biotecnológicos.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- 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">
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- <div id="hey" style="width:320px; height:50px; z-index:1000; background-color: red; top:50px;"></div> -->
<div id="fullwrapper">
<div id="wrapper" class="indexWrapper">
<!-- MENU MOBILE -->
<div id="mobNav">
<div id="logoMob">
<a href="index.html">
<img src="img/newbauer-logo-min.png" alt="Newbauer Chemicals">
</a>
</div>
<div id="burguerIcon">
<div class="burguerLines"></div>
<div class="burguerLines"></div>
<div class="burguerLines"></div>
</div>
<ul>
<li class="mobNavList hidden"><a href="index.html">Inicio</a></li>
<li class="mobNavList hidden"><a href="nosotros.html">Nosotros</a></li>
<li class="mobNavList hidden"><a href="beneficios.html">Beneficios</a></li>
<li class="mobNavList hidden"><a href="productos.php">Productos</a></li>
<li class="mobNavList hidden"><a href="distribuidores.html">Distribuidores</a></li>
<li class="mobNavList hidden"><a href="noticias.html">Noticias</a></li>
<li class="mobNavList hidden"><a href="contacto.html">Contacto</a></li>
</ul>
<img class="slogan" src="img/newbauer-slogan-min.png" alt="Las plantas no comen, beben.">
</div>
<!-- END MENU MOBILE -->
<!-- INICIO HEADER -->
<div class="header-menu">
<ul>
<li class="mnbtn"><a href="nosotros.html">nosotros</a></li>
<li class="mnbtn"><a href="beneficios.html">beneficios</a></li>
<li class="mnbtn"><a href="productos.php">productos</a></li>
<li class="header-logo"><a href="#"><img src="img/newbauer-logo-2.png"></a></li>
<li class="mnbtn"><a href="distribuidores.html">distribuidores</a></li>
<li class="mnbtn"><a href="noticias.html">noticias</a></li>
<li class="mnbtn"><a href="contacto.html">contacto</a></li>
</ul>
<img class="slogan" src="img/newbauer-slogan-min.png" alt="Las plantas no comen, beben.">
<img class="dotline" src="img/header-line.png">
</div>
<!-- FIN HEADER -->
<!-- INICIO BODY -->
<div class="container indexContainer">
<div class="main-image">
<!-- <div id="homeSlogan">
<div class="lines line0">
Las plantas no comen, beben.
</div>
</div> -->
<div id="homeTagLine-1" class="tagLineWrapper">
<div class="lines line1">
Más amarre,
</div>
<div class="lines line2">
mejores frutos.
</div>
</div>
<div id="homeTagLine-2" class="tagLineWrapper hidden">
<div class="lines line1">
Cosechas
</div>
<div class="lines line2">
abundantes.
</div>
</div>
<div id="homeTagLine-3" class="tagLineWrapper hidden">
<div class="lines line1">
Somos fabricantes.
</div>
<div class="lines line2">
Tecnología de punta.
</div>
</div>
<div id="homeTagLine-4" class="tagLineWrapper hidden">
<div class="lines line1">
Nutrición acorde a los nuevos
</div>
<div class="lines line2">
sistemas de riego tecnificado.
</div>
</div>
<div id="homeTagLine-5" class="tagLineWrapper hidden">
<div class="lines line1">
Asesoría integral.
</div>
<div class="lines line2">
Vinculación con productores.
</div>
</div>
<div id="homeTagLine-6" class="tagLineWrapper hidden">
<div class="lines line1">
Industria
</div>
</div>
<div class="imgwindow pho-box">
<div class="inimage">
<img src="img/img1.jpg" id="image">
</div>
</div>
<div class="switch">
<ul>
<li onclick="foto(1)"><span>1</span></li>
<li>/</li>
<li onclick="foto(2)"><span>2</span></li>
<li>/</li>
<li onclick="foto(3)"><span>3</span></li>
<li>/</li>
<li onclick="foto(4)"><span>4</span></li>
<li>/</li>
<li onclick="foto(5)"><span>5</span></li>
<li>/</li>
<li onclick="foto(6)"><span>6</span></li>
</ul>
</div>
<img class="dotline" src="img/header-line.png">
</div>
<div class="downwrapper inindex">
<div class="downboxes">
<div class="subtitles noticias gotonoticias">
<img src="img/sphere.png">
noticias
</div>
<!-- noticia 1 -->
<h5> / newbauer / </h5>
<div class="third-box-text gotonoticias">
NEWBAUER CHEMICAL INDUSTRIES, presentes en La Expo Agroalimentaria Irapuato 2015. <br>
Visítanos en el Stand No.938 Nave A.
</div>
<img class="logoIrapuato gotonoticias" src="img/logo-expo-irapuato.png" alt="Logo Expo">
<img src="img/more-corner.png" class="corner">
<img class="dotline" src="img/div-line.png">
<!-- noticia 2 -->
<!-- <h5> / newbauer / </h5>
<div class="third-box-text gotonoticias">
Te invitamos a conocer nuestra nueva línea de productos en el Congreso del Aguacate Jalisco 2015. Del 26 al 28 de Agosto, en Cd. Guzmán Jalisco.
</div>
<img src="img/more-corner.png" class="corner">
<img class="dotline" src="img/div-line.png"> -->
<!-- noticia 3 -->
<!-- <h5> / newbauer / </h5>
<div class="third-box-text gotonoticias">
Somos expositores en el Congreso del Maíz Jalisco 2015.
</div>
<img src="img/more-corner.png" class="corner"> -->
</div>
<div class="downboxes destacados">
<div class="subtitles noticias gotoproducts">
<img src="img/sphere.png">
productos destacados
</div>
<!-- producto 1 -->
<div class="mid-prod gotoBrix">
<h5> / newbauer / </h5>
<div class="mid-box-text">
NEWBRIX <br>
Polihidrocarboxilato de potasio líquido de alta pureza y 100% asimilable. <br>
+ Azúcares. <br>
0 Nitrógeno. <br>
100% Asimilable.
</div>
<img src="img/productos/bidon_brix.png" class="tanque" alt="NEWBRIX">
<img src="img/more-corner.png" class="corner">
<img class="dotline" src="img/div-line.png">
</div>
<!-- producto 2 -->
<div class="mid-prod gotoZinc">
<h5> / newbauer / </h5>
<div class="mid-box-text">
NEWZINC<br>
Nitrato de Zinc de alta pureza. <br>
+ Concentración <br>
+ Eficiencia <br>
- Menor Costo <br>
Forma Química Ideal
</div>
<img src="img/productos/bidon_zinc.png" class="tanque2">
<img src="img/more-corner.png" class="corner2">
</div>
</div>
<div class="downboxes promos">
<div class="subtitles noticias gotoNS40">
<img src="img/sphere.png">
promociones
</div>
<!-- PROMOCIÓN -->
<h5> / NEWBAUER / </h5>
<p class="gotoNS40">
NEWNS40 <br><br>
• Nitrógeno Biogeoquímico <br>
• Azufre Elemental <br>
• Sin pérdidas
</p>
<img class="gotoNS40 tanque3" src="img/productos/bidon_ns40.png">
<img class="corner3" src="img/more-corner.png">
</div>
</div>
</div>
<!-- FIN BODY -->
<!-- INICIO FOOTER -->
<footer>
<div class="barrafinal">
newbauer / Carretera Sahuayo-Colima Km.102.86, Zona Industrial Crucero de Villa, Zapotiltic, Jalisco. C.P.49600 / tel. (341)111 68 93
</div>
<div class="footprint">
<div class="iconsBox">
<a target="_blank" href="https://www.facebook.com/newbauerchemicals/">
<img src="img/icons/facebook.png" alt="RRSS">
</a>
</div>
<div class="iconsBox">
<a target="_blank" href="https://www.instagram.com/newbauerchemicals/">
<img src="img/icons/instagram.png" alt="RRSS">
</a>
</div>
<div class="iconsBox">
<a target="_blank" href="https://twitter.com/Newbauer_Mexico">
<img src="img/icons/twitter.png" alt="RRSS">
</a>
</div>
<div class="iconsBox">
<a target="_blank" href="mailto:[email protected]">
<img src="img/icons/mail.png" alt="RRSS">
</a>
</div>
</div>
</footer>
<!-- FIN FOOTER -->
</div>
</div>
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script src="js/alert_tut.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X');ga('send','pageview');
</script>
</body>
</html>
| AndrewAlva/Newbauer | index.html | HTML | mit | 14,685 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>graph-basics: 31 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.1 / graph-basics - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
graph-basics
<small>
8.8.0
<span class="label label-success">31 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-10 07:56:43 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-10 07:56:43 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.8.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/graph-basics"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/GraphBasics"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: graph theory" "keyword: Curry-Howard's isomorphism" "keyword: inductive definitions" "category: Mathematics/Combinatorics and Graph Theory" "date: April 2001" ]
authors: [ "Jean Duprat" ]
bug-reports: "https://github.com/coq-contribs/graph-basics/issues"
dev-repo: "git+https://github.com/coq-contribs/graph-basics.git"
synopsis: "A Coq toolkit for graph theory"
description: """
This library offers inductive definitions of basics
in graph theory. The goal is to offer the possibility to write proofs
and programs on graphs in the same formalism : the Coq language.
It now contains : vertices, arcs, edges, degrees, graphs, directed
graphs,
paths, acyclic graphs, connected graphs and tree."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/graph-basics/archive/v8.8.0.tar.gz"
checksum: "md5=b5d085350550d24babbaa1cac024df60"
}
</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-graph-basics.8.8.0 coq.8.8.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-graph-basics.8.8.0 coq.8.8.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>11 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-graph-basics.8.8.0 coq.8.8.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>31 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 1 M</p>
<ul>
<li>105 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Paths.vo</code></li>
<li>67 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Paths.glob</code></li>
<li>62 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Sets.vo</code></li>
<li>61 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Graphs.vo</code></li>
<li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Connected.vo</code></li>
<li>56 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Edges.vo</code></li>
<li>56 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Degrees.vo</code></li>
<li>49 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Arcs.vo</code></li>
<li>46 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Vertices.vo</code></li>
<li>46 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Acyclic.vo</code></li>
<li>43 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Connected.glob</code></li>
<li>39 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Dipaths.vo</code></li>
<li>38 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Digraphs.vo</code></li>
<li>38 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Trees.vo</code></li>
<li>35 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Graphs.glob</code></li>
<li>32 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Enumerated.vo</code></li>
<li>31 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Sets.glob</code></li>
<li>26 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Edges.glob</code></li>
<li>25 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Degrees.glob</code></li>
<li>20 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Paths.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Acyclic.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Connected.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Digraphs.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Graphs.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Sets.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Degrees.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Dipaths.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Arcs.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Trees.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Vertices.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Edges.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Acyclic.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Digraphs.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Arcs.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Vertices.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Enumerated.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Trees.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Dipaths.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/GraphBasics/Enumerated.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-graph-basics.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.07.1-2.0.6/released/8.8.1/graph-basics/8.8.0.html | HTML | mit | 11,454 |
<!DOCTYPE html>
<html>
<head>
<title>Game Theory</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/gt/assets/css/main.css">
<link rel="stylesheet" href="/gt/assets/css/normalize.css">
<link rel="stylesheet" href="/gt/assets/css/skeleton.css">
<link rel="shortcut icon" type="image/png" href="/gt/assets/favicon.ico"/>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-38016329-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header>
<div class="row">
<div class="three.columns">
<a class="logo" href="/gt">Game Theory</a>
</div>
<div class="nine.columns">
<input id="nav" type="checkbox">
<label for="nav"></label>
<nav>
<ul>
<li><a href=/gt/chapters/00/>00: Introduction to the course</a></li>
<li><a href=/gt/chapters/01/>01: Normal Form Games</a></li>
<li><a href=/gt/chapters/02/>02: Calculating utilities of strategies</a></li>
<li><a href=/gt/chapters/03/>03: Rationalisation</a></li>
<li><a href=/gt/chapters/04/>04: Nash equilibria</a></li>
<li><a href=/gt/chapters/05/>05: Support enumeration</a></li>
<li><a href=/gt/chapters/06/>06: Repeated games</a></li>
<li><a href=/gt/chapters/07/>07: Prisoners Dilemma</a></li>
<li><a href=/gt/chapters/08/>08: Evolutionary Game Theory</a></li>
<li><a href=/gt/chapters/09/>09: Moran processes</a></li>
<li><a href=/gt/chapters/10/>10: Contemporary Research</a></li>
</ul>
</nav>
</div>
</div>
</header>
<div class="container">
<h1>Chapters</h1>
<ol start=0>
<li><a href=/gt/chapters/00/>Introduction to the course</a>
(<a href=nbs/chapters/00-Introduction-to-the-course.ipynb>ipynb</a>)</li>
<li><a href=/gt/chapters/01/>Normal Form Games</a>
(<a href=nbs/chapters/01-Normal-Form-Games.ipynb>ipynb</a>)</li>
<li><a href=/gt/chapters/02/>Calculating utilities of strategies</a>
(<a href=nbs/chapters/02-Calculating-utilities-of-strategies.ipynb>ipynb</a>)</li>
<li><a href=/gt/chapters/03/>Rationalisation</a>
(<a href=nbs/chapters/03-Rationalisation.ipynb>ipynb</a>)</li>
<li><a href=/gt/chapters/04/>Nash equilibria</a>
(<a href=nbs/chapters/04-Nash-equilibria.ipynb>ipynb</a>)</li>
<li><a href=/gt/chapters/05/>Support enumeration</a>
(<a href=nbs/chapters/05-Support-enumeration.ipynb>ipynb</a>)</li>
<li><a href=/gt/chapters/06/>Repeated games</a>
(<a href=nbs/chapters/06-Repeated-games.ipynb>ipynb</a>)</li>
<li><a href=/gt/chapters/07/>Prisoners Dilemma</a>
(<a href=nbs/chapters/07-Prisoners-Dilemma.ipynb>ipynb</a>)</li>
<li><a href=/gt/chapters/08/>Evolutionary Game Theory</a>
(<a href=nbs/chapters/08-Evolutionary-Game-Theory.ipynb>ipynb</a>)</li>
<li><a href=/gt/chapters/09/>Moran processes</a>
(<a href=nbs/chapters/09-Moran-processes.ipynb>ipynb</a>)</li>
<li><a href=/gt/chapters/10/>Contemporary Research</a>
(<a href=nbs/chapters/10-Contemporary-Research.ipynb>ipynb</a>)</li>
</ol>
</div>
<div class="container">
<center>
<p style="font-size: small;">
Source code:
<a href="https://github.com/drvinceknight/gt">@drvinceknight</a>
Powered by:
<a href="https://www.python.org/">Python</a>
<a href="https://www.mathjax.org/">Mathjax</a>
<a href="https://pages.github.com/">Github pages</a>
<a href="http://getskeleton.com/">Skeleton css</a>
</p>
</center>
</div>
<script>
document.querySelector('header nav ul').addEventListener('click', function(){
document.querySelector('#nav').checked = false;
});
var menuHeight = document.querySelector('header').offsetHeight;
document.querySelectorAll('.section-title').forEach(function(a){
a.style.paddingTop = menuHeight + 'px';
a.style.marginTop = '-' + menuHeight + 'px';
});
</script>
</body>
</html> | drvinceknight/gt | chapters/index.html | HTML | mit | 5,096 |
<!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:39 GMT+01:00 2004 -->
<TITLE>
Uses of Interface org.springframework.beans.factory.InitializingBean (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 Interface org.springframework.beans.factory.InitializingBean (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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory"><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="InitializingBean.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 Interface<br>org.springframework.beans.factory.InitializingBean</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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.aop.target"><B>org.springframework.aop.target</B></A></TD>
<TD>This package contains implementations of the org.springframework.aop.TargetSource interface.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.beans.factory.config"><B>org.springframework.beans.factory.config</B></A></TD>
<TD>SPI interfaces and configuration-related convenience classes for bean factories. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.cache.ehcache"><B>org.springframework.cache.ehcache</B></A></TD>
<TD>Support classes for the open source cache
<a href="http://ehcache.sourceforge.net">EHCache</a>,
allowing to set up an EHCache CacheManager and Caches
as beans in a Spring context. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.context.event"><B>org.springframework.context.event</B></A></TD>
<TD>Support classes for application events, like standard context events.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.context.support"><B>org.springframework.context.support</B></A></TD>
<TD>Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.ejb.access"><B>org.springframework.ejb.access</B></A></TD>
<TD>This package contains classes that allow easy access to EJBs.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.jdbc.core"><B>org.springframework.jdbc.core</B></A></TD>
<TD>Provides the core JDBC framework, based on JdbcTemplate
and its associated callback interfaces and helper objects.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.jdbc.core.support"><B>org.springframework.jdbc.core.support</B></A></TD>
<TD>Classes supporting the org.springframework.jdbc.core package.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.jdbc.datasource"><B>org.springframework.jdbc.datasource</B></A></TD>
<TD>Provides a utility class for easy DataSource access,
a PlatformTransactionManager for a single DataSource,
and various simple DataSource implementations.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.jdbc.object"><B>org.springframework.jdbc.object</B></A></TD>
<TD>The classes in this package represent RDBMS queries, updates,
and stored procedures as threadsafe, reusable objects. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.jdbc.support"><B>org.springframework.jdbc.support</B></A></TD>
<TD>Support classes for the JDBC framework, used by the classes in the
jdbc.core and jdbc.object packages. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.jdbc.support.incrementer"><B>org.springframework.jdbc.support.incrementer</B></A></TD>
<TD>Provides a support framework for incrementing database table values
via sequences, with implementations for various databases.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.jms.connection"><B>org.springframework.jms.connection</B></A></TD>
<TD>Provides a PlatformTransactionManager implementation for a single
JMS ConnectionFactory, and a SingleConnectionFactory adapter. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.jms.core"><B>org.springframework.jms.core</B></A></TD>
<TD>Core package of the JMS support.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.jms.core.support"><B>org.springframework.jms.core.support</B></A></TD>
<TD>Classes supporting the org.springframework.jms.core package.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.jndi"><B>org.springframework.jndi</B></A></TD>
<TD>The classes in this package make JNDI easier to use,
facilitating the accessing of configuration stored in JNDI,
and provide useful superclasses for JNDI access classes.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.orm.hibernate"><B>org.springframework.orm.hibernate</B></A></TD>
<TD>Package providing integration of
<a href="http://www.hibernate.org">Hibernate</a>
with Spring concepts.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.orm.hibernate.support"><B>org.springframework.orm.hibernate.support</B></A></TD>
<TD>Classes supporting the org.springframework.orm.hibernate package.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.orm.ibatis"><B>org.springframework.orm.ibatis</B></A></TD>
<TD>Package providing integration of
<a href="http://www.ibatis.com">iBATIS Database Layer</a>
with Spring concepts.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.orm.ibatis.support"><B>org.springframework.orm.ibatis.support</B></A></TD>
<TD>Classes supporting the org.springframework.orm.ibatis package.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.orm.jdo"><B>org.springframework.orm.jdo</B></A></TD>
<TD>Package providing integration of JDO with Spring concepts.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.orm.jdo.support"><B>org.springframework.orm.jdo.support</B></A></TD>
<TD>Classes supporting the org.springframework.orm.jdo package.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.remoting.caucho"><B>org.springframework.remoting.caucho</B></A></TD>
<TD>This package provides remoting classes for Caucho's Hessian and Burlap
protocols: a proxy factory for accessing Hessian/Burlap services,
and an exporter for making beans available to Hessian/Burlap clients.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.remoting.httpinvoker"><B>org.springframework.remoting.httpinvoker</B></A></TD>
<TD>Remoting classes for transparent Java-to-Java remoting via HTTP invokers.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.remoting.jaxrpc"><B>org.springframework.remoting.jaxrpc</B></A></TD>
<TD>Remoting classes for Web Services via JAX-RPC.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.remoting.rmi"><B>org.springframework.remoting.rmi</B></A></TD>
<TD>Remoting classes for conventional RMI and transparent remoting via
RMI invokers. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.scheduling.quartz"><B>org.springframework.scheduling.quartz</B></A></TD>
<TD>Support classes for the open source scheduler
<a href="http://www.quartzscheduler.org">Quartz</a>,
allowing to set up Quartz Schedulers, JobDetails and
Triggers as beans in a Spring context. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.scheduling.timer"><B>org.springframework.scheduling.timer</B></A></TD>
<TD>Scheduling convenience classes for the J2SE Timer,
allowing to set up Timers and ScheduledTimerTasks
as beans in a Spring context. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.transaction.interceptor"><B>org.springframework.transaction.interceptor</B></A></TD>
<TD>AOP-based solution for declarative transaction demarcation.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.transaction.jta"><B>org.springframework.transaction.jta</B></A></TD>
<TD>Transaction SPI implementation for JTA. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.transaction.support"><B>org.springframework.transaction.support</B></A></TD>
<TD>Support classes for the org.springframework.transaction package.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.ui.freemarker"><B>org.springframework.ui.freemarker</B></A></TD>
<TD>Support classes for setting up
<a href="http://www.freemarker.org">FreeMarker</a>
within a Spring application context. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.ui.velocity"><B>org.springframework.ui.velocity</B></A></TD>
<TD>Support classes for setting up
<a href="http://jakarta.apache.org/velocity">Velocity</a>
within a Spring application context. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.web.servlet.mvc"><B>org.springframework.web.servlet.mvc</B></A></TD>
<TD>
Standard controller implementations for the MVC framework that
comes with Spring. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.web.servlet.mvc.multiaction"><B>org.springframework.web.servlet.mvc.multiaction</B></A></TD>
<TD>Package allowing MVC Controller implementations to handle requests
at <i>method</i> rather than <i>class</i> level. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.web.servlet.view.freemarker"><B>org.springframework.web.servlet.view.freemarker</B></A></TD>
<TD>Support classes for the integration of
<a href="http://www.freemarker.org">FreeMarker</a>
as Spring web view technology.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.web.servlet.view.tiles"><B>org.springframework.web.servlet.view.tiles</B></A></TD>
<TD>Support classes for the integration of
<a href="http://www.lifl.fr/~dumoulin/tiles">Tiles</a>
(included in Struts) as Spring web view technology.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.web.servlet.view.velocity"><B>org.springframework.web.servlet.view.velocity</B></A></TD>
<TD>Support classes for the integration of
<a href="http://jakarta.apache.org/velocity">Velocity</a>
as Spring web view technology.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.aop.target"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/aop/target/package-summary.html">org.springframework.aop.target</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/aop/target/package-summary.html">org.springframework.aop.target</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/aop/target/AbstractPoolingTargetSource.html" title="class in org.springframework.aop.target">AbstractPoolingTargetSource</A></B></CODE>
<BR>
Abstract superclass for pooling TargetSources that maintains a pool of
target instances, acquiring and releasing a target object from the pool
for each method invocation. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/aop/target/AbstractPrototypeBasedTargetSource.html" title="class in org.springframework.aop.target">AbstractPrototypeBasedTargetSource</A></B></CODE>
<BR>
Base class for dynamic TargetSources that can create new prototype bean
instances to support a pooling or new-instance-per-invocation strategy.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/aop/target/CommonsPoolTargetSource.html" title="class in org.springframework.aop.target">CommonsPoolTargetSource</A></B></CODE>
<BR>
Jakarta Commons pooling implementation extending AbstractPoolingTargetSource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/aop/target/PrototypeTargetSource.html" title="class in org.springframework.aop.target">PrototypeTargetSource</A></B></CODE>
<BR>
TargetSource that creates a new instance of the target bean for each request.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/aop/target/ThreadLocalTargetSource.html" title="class in org.springframework.aop.target">ThreadLocalTargetSource</A></B></CODE>
<BR>
Alternative to an object pool. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.beans.factory.config"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/beans/factory/config/package-summary.html">org.springframework.beans.factory.config</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/beans/factory/config/package-summary.html">org.springframework.beans.factory.config</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/beans/factory/config/AbstractFactoryBean.html" title="class in org.springframework.beans.factory.config">AbstractFactoryBean</A></B></CODE>
<BR>
Simple template superclass for FactoryBean implementations thats allows
for creating a singleton or a prototype, depending on a flag.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/beans/factory/config/FieldRetrievingFactoryBean.html" title="class in org.springframework.beans.factory.config">FieldRetrievingFactoryBean</A></B></CODE>
<BR>
FactoryBean which retrieves a static or non-static field value.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/beans/factory/config/ListFactoryBean.html" title="class in org.springframework.beans.factory.config">ListFactoryBean</A></B></CODE>
<BR>
Simple factory for shared List instances. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/beans/factory/config/MapFactoryBean.html" title="class in org.springframework.beans.factory.config">MapFactoryBean</A></B></CODE>
<BR>
Simple factory for shared Map instances. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/beans/factory/config/MethodInvokingFactoryBean.html" title="class in org.springframework.beans.factory.config">MethodInvokingFactoryBean</A></B></CODE>
<BR>
FactoryBean which returns a value which is the result of a static or instance
method invocation.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/beans/factory/config/ObjectFactoryCreatingFactoryBean.html" title="class in org.springframework.beans.factory.config">ObjectFactoryCreatingFactoryBean</A></B></CODE>
<BR>
FactoryBean which returns a value which is an ObjectFactory that returns
a bean from the BeanFactory. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/beans/factory/config/PreferencesPlaceholderConfigurer.html" title="class in org.springframework.beans.factory.config">PreferencesPlaceholderConfigurer</A></B></CODE>
<BR>
Subclass of PropertyPlaceholderConfigurer that supports J2SE 1.4's
Preferences API (java.util.prefs).
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/beans/factory/config/PropertiesFactoryBean.html" title="class in org.springframework.beans.factory.config">PropertiesFactoryBean</A></B></CODE>
<BR>
Allows for making a properties file from a classpath location available
as Properties instance in a bean factory. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/beans/factory/config/SetFactoryBean.html" title="class in org.springframework.beans.factory.config">SetFactoryBean</A></B></CODE>
<BR>
Simple factory for shared Set instances. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.cache.ehcache"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/cache/ehcache/package-summary.html">org.springframework.cache.ehcache</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/cache/ehcache/package-summary.html">org.springframework.cache.ehcache</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/cache/ehcache/EhCacheFactoryBean.html" title="class in org.springframework.cache.ehcache">EhCacheFactoryBean</A></B></CODE>
<BR>
FactoryBean that creates a named EHCache Cache object, representing a cache region.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/cache/ehcache/EhCacheManagerFactoryBean.html" title="class in org.springframework.cache.ehcache">EhCacheManagerFactoryBean</A></B></CODE>
<BR>
FactoryBean that exposes a EHCache CacheManager singleton,
configured from a specified config location.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.context.event"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/context/event/package-summary.html">org.springframework.context.event</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/context/event/package-summary.html">org.springframework.context.event</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/context/event/EventPublicationInterceptor.html" title="class in org.springframework.context.event">EventPublicationInterceptor</A></B></CODE>
<BR>
Interceptor that knows how to publish ApplicationEvents to all ApplicationListeners
registered with an ApplicationEventPublisher (typically an ApplicationContext).
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.context.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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/context/support/package-summary.html">org.springframework.context.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>Classes in <A HREF="../../../../../org/springframework/context/support/package-summary.html">org.springframework.context.support</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/context/support/ResourceMapFactoryBean.html" title="class in org.springframework.context.support">ResourceMapFactoryBean</A></B></CODE>
<BR>
FactoryBean that creates a Map with String keys and Resource values from
properties, interpreting passed-in String values as resource locations.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.ejb.access"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/ejb/access/package-summary.html">org.springframework.ejb.access</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/ejb/access/package-summary.html">org.springframework.ejb.access</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/ejb/access/AbstractRemoteSlsbInvokerInterceptor.html" title="class in org.springframework.ejb.access">AbstractRemoteSlsbInvokerInterceptor</A></B></CODE>
<BR>
Superclass for interceptors proxying remote Stateless Session Beans.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/ejb/access/AbstractSlsbInvokerInterceptor.html" title="class in org.springframework.ejb.access">AbstractSlsbInvokerInterceptor</A></B></CODE>
<BR>
Superclass for AOP interceptors invoking local or remote Stateless Session Beans.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/ejb/access/LocalSlsbInvokerInterceptor.html" title="class in org.springframework.ejb.access">LocalSlsbInvokerInterceptor</A></B></CODE>
<BR>
Invoker for a local Stateless Session Bean.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/ejb/access/LocalStatelessSessionProxyFactoryBean.html" title="class in org.springframework.ejb.access">LocalStatelessSessionProxyFactoryBean</A></B></CODE>
<BR>
Convenient factory for local Stateless Session Bean (SLSB) proxies.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/ejb/access/SimpleRemoteSlsbInvokerInterceptor.html" title="class in org.springframework.ejb.access">SimpleRemoteSlsbInvokerInterceptor</A></B></CODE>
<BR>
Basic invoker for a remote Stateless Session Bean.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/ejb/access/SimpleRemoteStatelessSessionProxyFactoryBean.html" title="class in org.springframework.ejb.access">SimpleRemoteStatelessSessionProxyFactoryBean</A></B></CODE>
<BR>
Convenient factory for remote SLSB proxies.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.jdbc.core"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/jdbc/core/package-summary.html">org.springframework.jdbc.core</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/jdbc/core/package-summary.html">org.springframework.jdbc.core</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/core/JdbcTemplate.html" title="class in org.springframework.jdbc.core">JdbcTemplate</A></B></CODE>
<BR>
<b>This is the central class in the JDBC core package.</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.jdbc.core.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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/jdbc/core/support/package-summary.html">org.springframework.jdbc.core.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>Classes in <A HREF="../../../../../org/springframework/jdbc/core/support/package-summary.html">org.springframework.jdbc.core.support</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/core/support/JdbcDaoSupport.html" title="class in org.springframework.jdbc.core.support">JdbcDaoSupport</A></B></CODE>
<BR>
Convenient super class for JDBC data access objects.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.jdbc.datasource"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/jdbc/datasource/package-summary.html">org.springframework.jdbc.datasource</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/jdbc/datasource/package-summary.html">org.springframework.jdbc.datasource</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/datasource/DataSourceTransactionManager.html" title="class in org.springframework.jdbc.datasource">DataSourceTransactionManager</A></B></CODE>
<BR>
PlatformTransactionManager implementation for a single JDBC DataSource.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/datasource/DelegatingDataSource.html" title="class in org.springframework.jdbc.datasource">DelegatingDataSource</A></B></CODE>
<BR>
DataSource implementation that delegates all calls to a given target DataSource.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/datasource/TransactionAwareDataSourceProxy.html" title="class in org.springframework.jdbc.datasource">TransactionAwareDataSourceProxy</A></B></CODE>
<BR>
Proxy for a target DataSource that is aware of Spring-managed transactions.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/datasource/UserCredentialsDataSourceAdapter.html" title="class in org.springframework.jdbc.datasource">UserCredentialsDataSourceAdapter</A></B></CODE>
<BR>
An adapter for a target DataSource, applying the given user credentials to
every standard <code>getConnection()</code> call, that is, implicitly
invoking <code>getConnection(username, password)</code> on the target.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.jdbc.object"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/jdbc/object/package-summary.html">org.springframework.jdbc.object</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/jdbc/object/package-summary.html">org.springframework.jdbc.object</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/object/BatchSqlUpdate.html" title="class in org.springframework.jdbc.object">BatchSqlUpdate</A></B></CODE>
<BR>
SqlUpdate subclass that performs batch update operations. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/object/MappingSqlQuery.html" title="class in org.springframework.jdbc.object">MappingSqlQuery</A></B></CODE>
<BR>
Reusable query in which concrete subclasses must implement the abstract
mapRow(ResultSet, int) method to convert each row of the JDBC ResultSet
into an object.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/object/MappingSqlQueryWithParameters.html" title="class in org.springframework.jdbc.object">MappingSqlQueryWithParameters</A></B></CODE>
<BR>
Reusable RDBMS query in which concrete subclasses must implement
the abstract mapRow(ResultSet, int) method to map each row of
the JDBC ResultSet into an object.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/object/RdbmsOperation.html" title="class in org.springframework.jdbc.object">RdbmsOperation</A></B></CODE>
<BR>
An "RDBMS operation" is a multithreaded, reusable object representing a
query, update or stored procedure. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/object/SqlCall.html" title="class in org.springframework.jdbc.object">SqlCall</A></B></CODE>
<BR>
RdbmsOperation using a JdbcTemplate and representing a SQL-based
call such as a stored procedure or a stored function.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/object/SqlFunction.html" title="class in org.springframework.jdbc.object">SqlFunction</A></B></CODE>
<BR>
SQL "function" wrapper for a query that returns a single row of results.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/object/SqlOperation.html" title="class in org.springframework.jdbc.object">SqlOperation</A></B></CODE>
<BR>
RdbmsOperation using a JdbcTemplate and representing a SQL-based
operation such as a query or update, as opposed to a stored procedure.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/object/SqlQuery.html" title="class in org.springframework.jdbc.object">SqlQuery</A></B></CODE>
<BR>
Reusable threadsafe object to represent a SQL query. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/object/SqlUpdate.html" title="class in org.springframework.jdbc.object">SqlUpdate</A></B></CODE>
<BR>
RdbmsOperation subclass representing a SQL update.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/object/StoredProcedure.html" title="class in org.springframework.jdbc.object">StoredProcedure</A></B></CODE>
<BR>
Superclass for object abstractions of RDBMS stored procedures.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/object/UpdatableSqlQuery.html" title="class in org.springframework.jdbc.object">UpdatableSqlQuery</A></B></CODE>
<BR>
Reusable RDBMS query in which concrete subclasses must implement
the abstract updateRow(ResultSet, int, context) method to update each
row of the JDBC ResultSet and optionally map contents into an object.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.jdbc.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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/jdbc/support/package-summary.html">org.springframework.jdbc.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>Classes in <A HREF="../../../../../org/springframework/jdbc/support/package-summary.html">org.springframework.jdbc.support</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/support/DatabaseStartupValidator.html" title="class in org.springframework.jdbc.support">DatabaseStartupValidator</A></B></CODE>
<BR>
Bean that checks if a database has already started up. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.jdbc.support.incrementer"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/jdbc/support/incrementer/package-summary.html">org.springframework.jdbc.support.incrementer</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/jdbc/support/incrementer/package-summary.html">org.springframework.jdbc.support.incrementer</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/support/incrementer/AbstractDataFieldMaxValueIncrementer.html" title="class in org.springframework.jdbc.support.incrementer">AbstractDataFieldMaxValueIncrementer</A></B></CODE>
<BR>
Implementation of DataFieldMaxValueIncrementer that delegates
to a single getNextKey template method that returns a long.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/support/incrementer/AbstractSequenceMaxValueIncrementer.html" title="class in org.springframework.jdbc.support.incrementer">AbstractSequenceMaxValueIncrementer</A></B></CODE>
<BR>
Abstract base class for incrementers that use a database sequence.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/support/incrementer/HsqlMaxValueIncrementer.html" title="class in org.springframework.jdbc.support.incrementer">HsqlMaxValueIncrementer</A></B></CODE>
<BR>
Class to increment maximum value of a given HSQL table with the equivalent
of an auto-increment column. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/support/incrementer/MySQLMaxValueIncrementer.html" title="class in org.springframework.jdbc.support.incrementer">MySQLMaxValueIncrementer</A></B></CODE>
<BR>
Class to increment maximum value of a given MySQL table with the equivalent
of an auto-increment column. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/support/incrementer/OracleSequenceMaxValueIncrementer.html" title="class in org.springframework.jdbc.support.incrementer">OracleSequenceMaxValueIncrementer</A></B></CODE>
<BR>
Class to retrieve the next value of a given Oracle Sequence.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jdbc/support/incrementer/PostgreSQLSequenceMaxValueIncrementer.html" title="class in org.springframework.jdbc.support.incrementer">PostgreSQLSequenceMaxValueIncrementer</A></B></CODE>
<BR>
Class to retrieve the next value of a given PostgreSQL Sequence.</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.jms.connection"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/jms/connection/package-summary.html">org.springframework.jms.connection</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/jms/connection/package-summary.html">org.springframework.jms.connection</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jms/connection/SingleConnectionFactory.html" title="class in org.springframework.jms.connection">SingleConnectionFactory</A></B></CODE>
<BR>
A JMS ConnectionFactory adapter that returns the same Connection on all
<code>createConnection</code> calls, and ignores calls to <code>close</code>.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jms/connection/SingleConnectionFactory102.html" title="class in org.springframework.jms.connection">SingleConnectionFactory102</A></B></CODE>
<BR>
A subclass of SingleConnectionFactory that uses the JMS 1.0.2 specification,
rather than the JMS 1.1 methods used by SingleConnectionFactory itself.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.jms.core"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/jms/core/package-summary.html">org.springframework.jms.core</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/jms/core/package-summary.html">org.springframework.jms.core</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jms/core/JmsTemplate.html" title="class in org.springframework.jms.core">JmsTemplate</A></B></CODE>
<BR>
Helper class that simplifies JMS access code. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jms/core/JmsTemplate102.html" title="class in org.springframework.jms.core">JmsTemplate102</A></B></CODE>
<BR>
A subclass of JmsTemplate that uses the JMS 1.0.2 specification, rather than
the JMS 1.1 methods used by JmsTemplate itself. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.jms.core.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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/jms/core/support/package-summary.html">org.springframework.jms.core.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>Classes in <A HREF="../../../../../org/springframework/jms/core/support/package-summary.html">org.springframework.jms.core.support</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jms/core/support/JmsGatewaySupport.html" title="class in org.springframework.jms.core.support">JmsGatewaySupport</A></B></CODE>
<BR>
Convenient super class for application classes that need JMS access.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.jndi"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/jndi/package-summary.html">org.springframework.jndi</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/jndi/package-summary.html">org.springframework.jndi</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jndi/AbstractJndiLocator.html" title="class in org.springframework.jndi">AbstractJndiLocator</A></B></CODE>
<BR>
<B>Deprecated.</B> <I>Derive from JndiObjectLocator instead, invoking the lookup method
whenever the subclass needs it (instead of waiting for a "located" callback).</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jndi/JndiObjectFactoryBean.html" title="class in org.springframework.jndi">JndiObjectFactoryBean</A></B></CODE>
<BR>
FactoryBean that looks up a JNDI object. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jndi/JndiObjectLocator.html" title="class in org.springframework.jndi">JndiObjectLocator</A></B></CODE>
<BR>
Convenient superclass for JNDI-based service locators. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/jndi/JndiObjectTargetSource.html" title="class in org.springframework.jndi">JndiObjectTargetSource</A></B></CODE>
<BR>
TargetSource which performs a fresh JNDI lookup for each call.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.orm.hibernate"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/orm/hibernate/package-summary.html">org.springframework.orm.hibernate</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/orm/hibernate/package-summary.html">org.springframework.orm.hibernate</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/orm/hibernate/HibernateAccessor.html" title="class in org.springframework.orm.hibernate">HibernateAccessor</A></B></CODE>
<BR>
Base class for HibernateTemplate and HibernateInterceptor, defining common
properties like SessionFactory and flushing behavior.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/orm/hibernate/HibernateInterceptor.html" title="class in org.springframework.orm.hibernate">HibernateInterceptor</A></B></CODE>
<BR>
This interceptor binds a new Hibernate Session to the thread before a method
call, closing and removing it afterwards in case of any method outcome.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/orm/hibernate/HibernateTemplate.html" title="class in org.springframework.orm.hibernate">HibernateTemplate</A></B></CODE>
<BR>
Helper class that simplifies Hibernate data access code, and converts
checked HibernateExceptions into unchecked DataAccessExceptions,
compatible to the org.springframework.dao exception hierarchy.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/orm/hibernate/HibernateTransactionManager.html" title="class in org.springframework.orm.hibernate">HibernateTransactionManager</A></B></CODE>
<BR>
PlatformTransactionManager implementation for a single Hibernate SessionFactory.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/orm/hibernate/LocalSessionFactoryBean.html" title="class in org.springframework.orm.hibernate">LocalSessionFactoryBean</A></B></CODE>
<BR>
FactoryBean that creates a local Hibernate SessionFactory instance.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.orm.hibernate.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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/orm/hibernate/support/package-summary.html">org.springframework.orm.hibernate.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>Classes in <A HREF="../../../../../org/springframework/orm/hibernate/support/package-summary.html">org.springframework.orm.hibernate.support</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/orm/hibernate/support/HibernateDaoSupport.html" title="class in org.springframework.orm.hibernate.support">HibernateDaoSupport</A></B></CODE>
<BR>
Convenient super class for Hibernate data access objects.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/orm/hibernate/support/OpenSessionInViewInterceptor.html" title="class in org.springframework.orm.hibernate.support">OpenSessionInViewInterceptor</A></B></CODE>
<BR>
Spring web HandlerInterceptor that binds a Hibernate Session to the thread for the
entire processing of the request. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.orm.ibatis"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/orm/ibatis/package-summary.html">org.springframework.orm.ibatis</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/orm/ibatis/package-summary.html">org.springframework.orm.ibatis</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/orm/ibatis/SqlMapClientFactoryBean.html" title="class in org.springframework.orm.ibatis">SqlMapClientFactoryBean</A></B></CODE>
<BR>
FactoryBean that creates an iBATIS Database Layer SqlMapClient as singleton
in the current bean factory, possibly for use with SqlMapClientTemplate.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/orm/ibatis/SqlMapFactoryBean.html" title="class in org.springframework.orm.ibatis">SqlMapFactoryBean</A></B></CODE>
<BR>
FactoryBean that creates an iBATIS Database Layer SqlMap as singleton in the
current bean factory, possibly for use with SqlMapTemplate.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.orm.ibatis.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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/orm/ibatis/support/package-summary.html">org.springframework.orm.ibatis.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>Classes in <A HREF="../../../../../org/springframework/orm/ibatis/support/package-summary.html">org.springframework.orm.ibatis.support</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/orm/ibatis/support/SqlMapClientDaoSupport.html" title="class in org.springframework.orm.ibatis.support">SqlMapClientDaoSupport</A></B></CODE>
<BR>
Convenient super class for iBATIS SqlMapClient data access objects.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.orm.jdo"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/orm/jdo/package-summary.html">org.springframework.orm.jdo</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/orm/jdo/package-summary.html">org.springframework.orm.jdo</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/orm/jdo/DefaultJdoDialect.html" title="class in org.springframework.orm.jdo">DefaultJdoDialect</A></B></CODE>
<BR>
Default implementation of the JdoDialect interface.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/orm/jdo/JdoAccessor.html" title="class in org.springframework.orm.jdo">JdoAccessor</A></B></CODE>
<BR>
Base class for JdoTemplate and JdoInterceptor, defining common
properties like PersistenceManagerFactory and flushing behavior.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/orm/jdo/JdoInterceptor.html" title="class in org.springframework.orm.jdo">JdoInterceptor</A></B></CODE>
<BR>
This interceptor binds a new JDO PersistenceManager to the thread before a method
call, closing and removing it afterwards in case of any method outcome.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/orm/jdo/JdoTemplate.html" title="class in org.springframework.orm.jdo">JdoTemplate</A></B></CODE>
<BR>
Helper class that simplifies JDO data access code, and converts
JDOExceptions into JdoUsage/JdoSystemException, compatible to the
org.springframework.dao exception hierarchy.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/orm/jdo/JdoTransactionManager.html" title="class in org.springframework.orm.jdo">JdoTransactionManager</A></B></CODE>
<BR>
PlatformTransactionManager implementation for a single JDO PersistenceManagerFactory.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/orm/jdo/LocalPersistenceManagerFactoryBean.html" title="class in org.springframework.orm.jdo">LocalPersistenceManagerFactoryBean</A></B></CODE>
<BR>
FactoryBean that creates a local JDO PersistenceManager instance.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.orm.jdo.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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/orm/jdo/support/package-summary.html">org.springframework.orm.jdo.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>Classes in <A HREF="../../../../../org/springframework/orm/jdo/support/package-summary.html">org.springframework.orm.jdo.support</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/orm/jdo/support/JdoDaoSupport.html" title="class in org.springframework.orm.jdo.support">JdoDaoSupport</A></B></CODE>
<BR>
Convenient super class for JDO data access objects.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.remoting.caucho"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/remoting/caucho/package-summary.html">org.springframework.remoting.caucho</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/remoting/caucho/package-summary.html">org.springframework.remoting.caucho</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/remoting/caucho/BurlapClientInterceptor.html" title="class in org.springframework.remoting.caucho">BurlapClientInterceptor</A></B></CODE>
<BR>
Interceptor for accessing a Burlap service.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/remoting/caucho/BurlapProxyFactoryBean.html" title="class in org.springframework.remoting.caucho">BurlapProxyFactoryBean</A></B></CODE>
<BR>
Factory bean for Burlap proxies. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/remoting/caucho/BurlapServiceExporter.html" title="class in org.springframework.remoting.caucho">BurlapServiceExporter</A></B></CODE>
<BR>
Web controller that exports the specified service bean as Burlap service
endpoint, accessible via a Burlap proxy.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/remoting/caucho/HessianClientInterceptor.html" title="class in org.springframework.remoting.caucho">HessianClientInterceptor</A></B></CODE>
<BR>
Interceptor for accessing a Hessian service.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/remoting/caucho/HessianProxyFactoryBean.html" title="class in org.springframework.remoting.caucho">HessianProxyFactoryBean</A></B></CODE>
<BR>
Factory bean for Hessian proxies. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/remoting/caucho/HessianServiceExporter.html" title="class in org.springframework.remoting.caucho">HessianServiceExporter</A></B></CODE>
<BR>
Web controller that exports the specified service bean as Hessian service
endpoint, accessible via a Hessian proxy.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.remoting.httpinvoker"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/remoting/httpinvoker/package-summary.html">org.springframework.remoting.httpinvoker</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/remoting/httpinvoker/package-summary.html">org.springframework.remoting.httpinvoker</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/remoting/httpinvoker/HttpInvokerProxyFactoryBean.html" title="class in org.springframework.remoting.httpinvoker">HttpInvokerProxyFactoryBean</A></B></CODE>
<BR>
Factory bean for HTTP invoker proxies. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/remoting/httpinvoker/HttpInvokerServiceExporter.html" title="class in org.springframework.remoting.httpinvoker">HttpInvokerServiceExporter</A></B></CODE>
<BR>
Web controller that exports the specified service bean as HTTP invoker
service endpoint, accessible via an HTTP invoker proxy.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.remoting.jaxrpc"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/remoting/jaxrpc/package-summary.html">org.springframework.remoting.jaxrpc</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/remoting/jaxrpc/package-summary.html">org.springframework.remoting.jaxrpc</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/remoting/jaxrpc/JaxRpcPortClientInterceptor.html" title="class in org.springframework.remoting.jaxrpc">JaxRpcPortClientInterceptor</A></B></CODE>
<BR>
Interceptor for accessing a specific port of a JAX-RPC service.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/remoting/jaxrpc/JaxRpcPortProxyFactoryBean.html" title="class in org.springframework.remoting.jaxrpc">JaxRpcPortProxyFactoryBean</A></B></CODE>
<BR>
FactoryBean for a specific port of a JAX-RPC service.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/remoting/jaxrpc/LocalJaxRpcServiceFactoryBean.html" title="class in org.springframework.remoting.jaxrpc">LocalJaxRpcServiceFactoryBean</A></B></CODE>
<BR>
FactoryBean for locally defined JAX-RPC Service references.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.remoting.rmi"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/remoting/rmi/package-summary.html">org.springframework.remoting.rmi</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/remoting/rmi/package-summary.html">org.springframework.remoting.rmi</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/remoting/rmi/JndiRmiClientInterceptor.html" title="class in org.springframework.remoting.rmi">JndiRmiClientInterceptor</A></B></CODE>
<BR>
Interceptor for accessing RMI services from JNDI.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/remoting/rmi/JndiRmiProxyFactoryBean.html" title="class in org.springframework.remoting.rmi">JndiRmiProxyFactoryBean</A></B></CODE>
<BR>
Factory bean for RMI proxies from JNDI.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/remoting/rmi/JndiRmiServiceExporter.html" title="class in org.springframework.remoting.rmi">JndiRmiServiceExporter</A></B></CODE>
<BR>
Service exporter which binds RMI services to JNDI.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/remoting/rmi/RmiClientInterceptor.html" title="class in org.springframework.remoting.rmi">RmiClientInterceptor</A></B></CODE>
<BR>
Interceptor for accessing conventional RMI services or RMI invokers.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/remoting/rmi/RmiProxyFactoryBean.html" title="class in org.springframework.remoting.rmi">RmiProxyFactoryBean</A></B></CODE>
<BR>
Factory bean for RMI proxies, supporting both conventional RMI services and
RMI invokers. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/remoting/rmi/RmiServiceExporter.html" title="class in org.springframework.remoting.rmi">RmiServiceExporter</A></B></CODE>
<BR>
RMI exporter that exposes the specified service as RMI object with the specified
name. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.scheduling.quartz"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/scheduling/quartz/package-summary.html">org.springframework.scheduling.quartz</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/scheduling/quartz/package-summary.html">org.springframework.scheduling.quartz</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/scheduling/quartz/CronTriggerBean.html" title="class in org.springframework.scheduling.quartz">CronTriggerBean</A></B></CODE>
<BR>
Convenience subclass of Quartz' CronTrigger class that eases
bean-style usage.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/scheduling/quartz/JobDetailBean.html" title="class in org.springframework.scheduling.quartz">JobDetailBean</A></B></CODE>
<BR>
Convenience subclass of Quartz' JobDetail class that eases bean-style
usage.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/scheduling/quartz/MethodInvokingJobDetailFactoryBean.html" title="class in org.springframework.scheduling.quartz">MethodInvokingJobDetailFactoryBean</A></B></CODE>
<BR>
FactoryBean that exposes a JobDetail object that delegates
job execution to a specified (static or non-static) method.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/scheduling/quartz/SchedulerFactoryBean.html" title="class in org.springframework.scheduling.quartz">SchedulerFactoryBean</A></B></CODE>
<BR>
FactoryBean that sets up a Quartz Scheduler and exposes it for
bean references.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/scheduling/quartz/SimpleTriggerBean.html" title="class in org.springframework.scheduling.quartz">SimpleTriggerBean</A></B></CODE>
<BR>
Convenience subclass of Quartz' SimpleTrigger class that eases
bean-style usage.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.scheduling.timer"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/scheduling/timer/package-summary.html">org.springframework.scheduling.timer</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/scheduling/timer/package-summary.html">org.springframework.scheduling.timer</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/scheduling/timer/MethodInvokingTimerTaskFactoryBean.html" title="class in org.springframework.scheduling.timer">MethodInvokingTimerTaskFactoryBean</A></B></CODE>
<BR>
FactoryBean that exposes a TimerTask object that delegates
job execution to a specified (static or non-static) method.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/scheduling/timer/TimerFactoryBean.html" title="class in org.springframework.scheduling.timer">TimerFactoryBean</A></B></CODE>
<BR>
FactoryBean that sets up a J2SE Timer and exposes it for bean references.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.transaction.interceptor"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/transaction/interceptor/package-summary.html">org.springframework.transaction.interceptor</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/transaction/interceptor/package-summary.html">org.springframework.transaction.interceptor</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/transaction/interceptor/TransactionAspectSupport.html" title="class in org.springframework.transaction.interceptor">TransactionAspectSupport</A></B></CODE>
<BR>
Superclass for transactional aspects, such as the AOP Alliance-compatible
TransactionInterceptor, or an AspectJ aspect. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/transaction/interceptor/TransactionInterceptor.html" title="class in org.springframework.transaction.interceptor">TransactionInterceptor</A></B></CODE>
<BR>
AOP Alliance MethodInterceptor providing declarative transaction
management using the common Spring transaction infrastructure.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/transaction/interceptor/TransactionProxyFactoryBean.html" title="class in org.springframework.transaction.interceptor">TransactionProxyFactoryBean</A></B></CODE>
<BR>
Proxy factory bean for simplified declarative transaction handling.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.transaction.jta"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/transaction/jta/package-summary.html">org.springframework.transaction.jta</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/transaction/jta/package-summary.html">org.springframework.transaction.jta</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/transaction/jta/JtaTransactionManager.html" title="class in org.springframework.transaction.jta">JtaTransactionManager</A></B></CODE>
<BR>
PlatformTransactionManager implementation for JTA, i.e. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/transaction/jta/WebLogicJtaTransactionManager.html" title="class in org.springframework.transaction.jta">WebLogicJtaTransactionManager</A></B></CODE>
<BR>
Special JtaTransactionManager version for BEA WebLogic.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.transaction.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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/transaction/support/package-summary.html">org.springframework.transaction.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>Classes in <A HREF="../../../../../org/springframework/transaction/support/package-summary.html">org.springframework.transaction.support</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/transaction/support/TransactionTemplate.html" title="class in org.springframework.transaction.support">TransactionTemplate</A></B></CODE>
<BR>
Helper class that simplifies programmatic transaction demarcation
and transaction exception handling.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.ui.freemarker"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/ui/freemarker/package-summary.html">org.springframework.ui.freemarker</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/ui/freemarker/package-summary.html">org.springframework.ui.freemarker</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/ui/freemarker/FreeMarkerConfigurationFactoryBean.html" title="class in org.springframework.ui.freemarker">FreeMarkerConfigurationFactoryBean</A></B></CODE>
<BR>
Factory bean that creates a FreeMarker Configuration and provides it as
bean reference. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.ui.velocity"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/ui/velocity/package-summary.html">org.springframework.ui.velocity</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/ui/velocity/package-summary.html">org.springframework.ui.velocity</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/ui/velocity/VelocityEngineFactoryBean.html" title="class in org.springframework.ui.velocity">VelocityEngineFactoryBean</A></B></CODE>
<BR>
Factory bean that configures a VelocityEngine and provides it as bean
reference. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.web.servlet.mvc"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/web/servlet/mvc/package-summary.html">org.springframework.web.servlet.mvc</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/web/servlet/mvc/package-summary.html">org.springframework.web.servlet.mvc</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/web/servlet/mvc/ServletWrappingController.html" title="class in org.springframework.web.servlet.mvc">ServletWrappingController</A></B></CODE>
<BR>
Spring Controller implementation that wraps a servlet instance which it manages
internally. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.web.servlet.mvc.multiaction"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/web/servlet/mvc/multiaction/package-summary.html">org.springframework.web.servlet.mvc.multiaction</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/web/servlet/mvc/multiaction/package-summary.html">org.springframework.web.servlet.mvc.multiaction</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/web/servlet/mvc/multiaction/PropertiesMethodNameResolver.html" title="class in org.springframework.web.servlet.mvc.multiaction">PropertiesMethodNameResolver</A></B></CODE>
<BR>
The most sophisticated and useful framework implementation of
the MethodNameResolver interface. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.web.servlet.view.freemarker"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/web/servlet/view/freemarker/package-summary.html">org.springframework.web.servlet.view.freemarker</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/web/servlet/view/freemarker/package-summary.html">org.springframework.web.servlet.view.freemarker</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/web/servlet/view/freemarker/FreeMarkerConfigurer.html" title="class in org.springframework.web.servlet.view.freemarker">FreeMarkerConfigurer</A></B></CODE>
<BR>
JavaBean to configure FreeMarker for web usage, via the "configLocation"
and/or "freemarkerSettings" and/or "templateLoaderPath" properties.
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.web.servlet.view.tiles"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/web/servlet/view/tiles/package-summary.html">org.springframework.web.servlet.view.tiles</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/web/servlet/view/tiles/package-summary.html">org.springframework.web.servlet.view.tiles</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/web/servlet/view/tiles/TilesConfigurer.html" title="class in org.springframework.web.servlet.view.tiles">TilesConfigurer</A></B></CODE>
<BR>
Helper class to configure Tiles for the Spring Framework. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.web.servlet.view.velocity"><!-- --></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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A> in <A HREF="../../../../../org/springframework/web/servlet/view/velocity/package-summary.html">org.springframework.web.servlet.view.velocity</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/springframework/web/servlet/view/velocity/package-summary.html">org.springframework.web.servlet.view.velocity</A> that implement <A HREF="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/web/servlet/view/velocity/VelocityConfigurer.html" title="class in org.springframework.web.servlet.view.velocity">VelocityConfigurer</A></B></CODE>
<BR>
JavaBean to configure Velocity for web usage, via the "configLocation"
and/or "velocityProperties" and/or "resourceLoaderPath" bean properties.
</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/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory"><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="InitializingBean.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/beans/factory/class-use/InitializingBean.html | HTML | mit | 111,409 |
<!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<head>
{% include _head.html %}
</head>
<body class="page">
{% include _browser-upgrade.html %}
{% include _navigation.html %}
{% include _imagewrap.html %}
<div id="main" role="main">
<div class="article-author-side">
{% if page.noleftpanel == true %}
{% else %}
{% include _left-panel.html %}
{% endif %}
</div>
{% if page.categories contains "anvio" %}
{% include _project-anvio-navigation.html %}
{% elsif page.categories contains "oligotyping" %}
{% include _project-oligotyping-navigation.html %}
{% elsif page.categories contains "med" %}
{% include _project-med-navigation.html %}
{% endif %}
<article class="post">
<h1>{{ page.title }}</h1>
{% if page.authors %}
{% include _author-info.html %}
{% endif %}
<div class="article-wrap">
<div id="articlecontent">
{% if page.notoc == true %}
{% else %}
<section id="markdown-toc" class="toc">
<header><h3 id="toc-header"><i class="fa fa-book"></i> Table of Contents</h3></header>
<div id="drawer">{% include _toc.html html=content %}</div>
</section>
{% endif %}
{{ content }}
</div> <!-- article content -->
{% if page.share != false %}
<hr />
{% include _social-share.html %}
{% endif %}
</div><!-- /.article-wrap -->
{% if site.owner.disqus-shortname and page.comments == true %}
<section id="disqus_thread"></section><!-- /#disqus_thread -->
{% endif %}
</article>
</div><!-- /#index -->
<div class="footer-wrap">
<footer>
{% include _footer.html %}
</footer>
</div><!-- /.footer-wrap -->
{% include _scripts.html %}
</body>
</html>
| merenlab/web | _layouts/page.html | HTML | mit | 2,006 |
<html>
<head>
<style>
canvas#imageCanvas {
position: absolute;
left: 100px;
top: 100px;
}
canvas#coverCanvas {
position: absolute;
left: 500px;
top: 100px;
}
canvas#fftCanvas {
position: absolute;
left: 900px;
top: 100px;
}
</style>
</head>
<body>
<canvas id="imageCanvas" width="300" height="300"></canvas>
<canvas id="coverCanvas" width="300" height="300"></canvas>
<canvas id="fftCanvas" width="1000" height="300"></canvas>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="client.js"></script>
<script>
var IMAGE_URL = 'http://uncovered-proxy.herokuapp.com/image/6885bc64100c07ec425b6902eeb88c6c0fde6f89';
var imageCanvas = document.getElementById("imageCanvas");
var coverCanvas = document.getElementById("coverCanvas");
var imageContext = imageCanvas.getContext('2d');
var coverContext = coverCanvas.getContext('2d');
var fftContext = fftCanvas.getContext('2d');
var width = parseInt($(imageCanvas).attr('width'))
var height = parseInt($(imageCanvas).attr('height'))
// load image from data url
var imageObj = new Image();
imageObj.onload = function() {
imageContext.drawImage(this, 0, 0, width, height);
var imgData = imageContext.getImageData(0, 0, width, height);
var maxColors = 16;
var cmap = quantize.quantize(imgData.data, maxColors);
var newImgData = coverContext.createImageData(width, height);
for (var i = 0; i < imgData.data.length; i += 4) {
var pixel = cmap.map([imgData.data[i], imgData.data[i+1], imgData.data[i+2]]);
newImgData.data[i] = pixel[0];
newImgData.data[i + 1] = pixel[1];
newImgData.data[i + 2] = pixel[2];
newImgData.data[i + 3] = 255;
};
coverContext.putImageData(newImgData, 0, 0);
coverContext.fillStyle = "#FF0000";
coverContext.fillRect(50,250,8, 8);
var xblocks = Math.floor(width / 8);
var yblocks = Math.floor(height / 8);
var numblocks = xblocks * yblocks;
var blocks = [
new Float64Array(yblocks * xblocks),
new Float64Array(yblocks * xblocks),
new Float64Array(yblocks * xblocks),
new Float64Array(yblocks * xblocks),
new Float64Array(yblocks * xblocks),
new Float64Array(yblocks * xblocks),
new Float64Array(yblocks * xblocks),
new Float64Array(yblocks * xblocks),
new Float64Array(yblocks * xblocks),
new Float64Array(yblocks * xblocks),
new Float64Array(yblocks * xblocks),
new Float64Array(yblocks * xblocks)
]
for (var by = 0; by < yblocks; ++by) {
for (var bx = 0; bx < xblocks; ++bx) {
var re = [];
var im = [];
for (var y = 0; y < 8; y++) {
i = (y + by * 8) * width;
outi = y * 8;
for (var x = 0; x < 8; x++) {
var start = (i << 2) + ((x + bx * 8) << 2);
if (start < imgData.data.length) {
var R = imgData.data[start];
var G = imgData.data[start + 1];
var B = imgData.data[start + 2];
var luminance = (0.2126*R + 0.7152*G + 0.0722*B);
re[outi + x] = luminance
} else {
re[outi + x] = 0.0;
}
im[outi + x] = 0.0;
}
}
fft.init(8);
fft.fft2d(re, im);
var powrad = {}
var totpow = 0.0;
for (var y = 0; y < 8; y++) {
i = y * 8;
for (var x = 0; x < 8; x++) {
var pow = Math.sqrt(re[i + x] * re[i + x] + im[i + x] * im[i + x]);
totpow += pow;
var radius = Math.round(Math.sqrt(x*x + y*y));
if (radius in powrad) {
var val = powrad[radius];
powrad[radius] = {pow: val.pow + pow, cnt: val.cnt + 1};
} else {
powrad[radius] = {pow: pow, cnt: 1};
}
}
}
for (k in powrad) {
var blk = blocks[k];
var val = totpow > 0 ? (powrad[k].pow / powrad[k].cnt) / totpow : 0.0;
blk[by * xblocks + bx] = val;
}
}
}
for (k in blocks) {
var blk = blocks[k];
var max = Math.max.apply(null, blk);
var img = fftContext.createImageData(xblocks, yblocks);
for (var by = 0; by < yblocks; ++by) {
for (var bx = 0; bx < xblocks; ++bx) {
var ix = by * xblocks + bx;
var pxval = Math.floor(255.0 * blk[ix] / max);
img.data[ix * 4] = pxval;
img.data[ix * 4 + 1] = pxval;
img.data[ix * 4 + 2] = pxval;
img.data[ix * 4 + 3] = 255;
}
}
fftContext.putImageData(img, k * yblocks, 0);
}
console.log(blocks);
};
imageObj.crossOrigin="Anonymous";
imageObj.src = IMAGE_URL;
</script>
</body>
</html>
| wowhack/uncovered-service | public/graphics.html | HTML | mit | 4,574 |
<!DOCTYPE html>
<html>
<head>
<title>Concave shapes demo - p2.js physics engine</title>
<link href="css/demo.css" rel="stylesheet"/>
<meta name="description" content="Demonstrates concave shapes and how to use Body.fromPolygon().">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
</head>
<body>
<script type="text/javascript" src="js/dat.gui.js"></script>
<script type="application/dart" src="concave.dart"></script>
<script type="text/javascript" src="packages/browser/dart.js"></script>
</body>
</html> | playif/play_p2 | demo/concave.html | HTML | mit | 607 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>JavaScript Validator</title>
<link rel="stylesheet" type="text/css" href="styles/style.css" />
<script type="text/javascript" src="scripts/jquery.js"></script>
<script type="text/javascript" src="scripts/jquery-ui.js"></script>
<script type="text/javascript" src="scripts/knockout.js"></script>
<script type="text/javascript" src="scripts/industrial-validation.js"></script>
<script type="text/javascript" src="scripts/main.js"></script>
<script type="text/javascript">
var model = new FormViewModel();
$(function() {
ko.applyBindings(model);
});
</script>
</head>
<body>
<div class="liner">
<div class="spacer"></div>
<header data-bind="animator: IsValid() ? 'Valid' : 'Invalid'">
<div class="validation-summary">
<h4>Form Status:</h4><mark data-bind="text: IsValid() ? 'Valid' : 'Invalid'"></mark>
</div>
</header>
<section class="main">
<form name="validation-form" id="validation-form" method="post" action="">
<div class="form-liner">
<h5>Validation Testing</h5>
<span class="form-item">
<label for="first-name">First Name:<mark data-bind="text: FirstName.State.Indicator, visible: FirstName.State.ShowIndicator"></mark></label>
<input type="text" name="first-name" id="first-name" data-bind="textInput: FirstName, click: function() {$(document).trigger('data-click', {EventData: $data.FirstName(), Source: $(this)})}" maxlength="100" tabindex="1" />
<span class="validation-error" data-bind="text: FirstName.State.ValidationMessage"></span>
</span>
<span class="form-item">
<label for="last-name">Last Name:<mark data-bind="text: LastName.State.Indicator, visible: LastName.State.ShowIndicator"></mark></label>
<input type="text" name="last-name" id="last-name" data-bind="textInput: LastName" maxlength="100" tabindex="2" />
</span>
</div>
</form>
</section>
<footer>
</footer>
</div>
</body>
</html>
| xDaevax/Industrial-Validation | examples/basicValidator/index.html | HTML | mit | 2,088 |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- sorter.cpp -->
<title>Sorter QML Type | SortFilterProxyModel</title>
<link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#properties">Properties</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Sorter QML Type</h1>
<span class="subtitle"></span>
<!-- $$$Sorter-brief -->
<p>Base type for the <a href="qml-sortfilterproxymodel-sortfilterproxymodel.html">SortFilterProxyModel</a> sorters. <a href="#details">More...</a></p>
<!-- @@@Sorter -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Import Statement:</td><td class="memItemRight bottomAlign"> import SortFilterProxyModel .</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Inherited By:</td><td class="memItemRight bottomAlign"> <p><a href="qml-sortfilterproxymodel-expressionsorter.html">ExpressionSorter</a>, <a href="qml-sortfilterproxymodel-filtersorter.html">FilterSorter</a>, and <a href="qml-sortfilterproxymodel-rolesorter.html">RoleSorter</a></p>
</td></tr></table></div><ul>
<li><a href="qml-sortfilterproxymodel-sorter-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="properties"></a>
<h2 id="properties">Properties</h2>
<ul>
<li class="fn"><b><b><a href="qml-sortfilterproxymodel-sorter.html#enabled-prop">enabled</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-sortfilterproxymodel-sorter.html#priority-prop">priority</a></b></b> : int</li>
<li class="fn"><b><b><a href="qml-sortfilterproxymodel-sorter.html#sortOrder-prop">sortOrder</a></b></b> : Qt::SortOrder</li>
</ul>
<!-- $$$Sorter-description -->
<a name="details"></a>
<h2 id="details">Detailed Description</h2>
<p>The Sorter type cannot be used directly in a QML file. It exists to provide a set of common properties and methods, available across all the other sorters types that inherit from it. Attempting to use the Sorter type directly will result in an error.</p>
<!-- @@@Sorter -->
<h2>Property Documentation</h2>
<!-- $$$enabled -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="">
<td class="tblQmlPropNode"><p>
<a name="enabled-prop"></a><span class="name">enabled</span> : <span class="type">bool</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This property holds whether the sorter is enabled. A disabled sorter will not change the order of the rows.</p>
<p>By default, sorters are enabled.</p>
</div></div><!-- @@@enabled -->
<br/>
<!-- $$$priority -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="">
<td class="tblQmlPropNode"><p>
<a name="priority-prop"></a><span class="name">priority</span> : <span class="type">int</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This property holds the sort priority of this sorter. Sorters with a higher priority are applied first. In case of equal priority, Sorters are ordered by their insertion order.</p>
<p>By default, the priority is 0.</p>
</div></div><!-- @@@priority -->
<br/>
<!-- $$$sortOrder -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="">
<td class="tblQmlPropNode"><p>
<a name="sortOrder-prop"></a><span class="name">sortOrder</span> : <span class="type">Qt::SortOrder</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This property holds the sort order of this sorter.</p>
<div class="table"><table class="valuelist"><tr valign="top" class="odd"><th class="tblConst">Constant</th><th class="tbldscr">Description</th></tr>
<tr><td class="topAlign"><code>Qt.AscendingOrder</code></td><td class="topAlign">The items are sorted ascending e.g. starts with 'AAA' ends with 'ZZZ' in Latin-1 locales</td></tr>
<tr><td class="topAlign"><code>Qt.DescendingOrder</code></td><td class="topAlign">The items are sorted descending e.g. starts with 'ZZZ' ends with 'AAA' in Latin-1 locales</td></tr>
</table></div>
<p>By default, sorting is in ascending order.</p>
</div></div><!-- @@@sortOrder -->
<br/>
</body>
</html>
| oKcerG/SortFilterProxyModel | docs/qml-sortfilterproxymodel-sorter.html | HTML | mit | 4,516 |
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<% if (image) { %>
<img class="activator" src="<%= image %>">
<% if (mode == 'mapmaker' && _.contains(objectType, 'kaart')) { %>
<div class="add-image-container">
<a href="#" class="add-image icon-plus" data-model-id="<%= cid %>" title="Voeg kaart toe"></a>
</div>
<% } %>
<% } %>
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4"><%= title %></span>
<p class="actions">
<% if (mode == 'mapmaker') { %>
<a href="#" class="add-marker icon-plus" data-model-id="<%= cid %>" title="Voeg toe"></a>
<% } else { %>
<a href="#" class="open-detail icon-doc-text-inv" data-model-id="<%= cid %>"></a>
<% } %>
<a href="#" class="zoomin icon-zoom-in" title="Toon locatie"></a>
<!--<span class="activator">Beschrijving</span>-->
</p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4"><%= title %><i class="icon-cancel right"></i></span>
<% if (description) { %>
<p><%= description %></p>
<% } else { %>
<p class="grey-text text-lighten-1">(Geen omschrijving)</p>
<% } %>
<div class="reveal-icons">
<% if (externalUrl) { %>
<a href="<%= externalUrl %>" target="_blank" class="link-external link"><i class="icon-link-ext"></i></a>
<% } %>
<% if (__id__) { %>
<a target="_blank" href="http://data.digitalecollectie.nl/recordview?recordId=<%= __id__ %>" class="link-archive link"><i class="icon-archive"></i></a>
<% } %>
</div>
</div>
</div> | TotalActiveMedia/erfgeoviewer | app/templates/result-item.html | HTML | mit | 1,680 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--suppress ALL -->
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml"
style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0;">
<head>
<meta name="viewport" content="width=device-width"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Your Streaming Ticket</title>
</head>
<body bgcolor="#f6f6f6"
style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; width: 100% !important; height: 100%; margin: 0; padding: 0;">
<!-- body -->
<table class="body-wrap" bgcolor="#f6f6f6"
style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; width: 100%; margin: 0; padding: 50px 20px 20px;">
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0;">
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0;"></td>
<td class="container" bgcolor="#FFFFFF"
style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; display: block !important; max-width: 600px !important; clear: both !important; margin: 0 auto; padding: 20px; border: 1px solid #f0f0f0;">
<!-- content -->
<div class="content"
style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; max-width: 600px; display: block; margin: 0 auto; padding: 0;">
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; width: 100%; margin: 0; padding: 0;">
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0;">
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0;">
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.6; font-weight: normal; margin: 0 0 10px; padding: 0;">
Hello,</p>
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.6; font-weight: normal; margin: 0 0 10px; padding: 0;">
Your Streaming ticket for {{ file_name }} attached!
You can also directly view the video at {{ file_link }}, however to be compliant with
the TEACH Act and Copyright Laws you may not share the direct link with your students.
</p>
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.6; font-weight: normal; margin: 0 0 10px; padding: 0; font-style: italic;">
Please refer to the following instructions in order to create a link to your video in
Blackboard:<br/>
1. Click on the file attached to the email that was sent to you and download it.<br/>
2. Save the file to your preferred download area (such as the Desktop)<br/>
3. Open Blackboard and go to the desired course<br/>
4. Go to the Content Area where you would like to place the video link<br/>
5. Under the Build Content tab, select File (this will take you to the Create File page)
or Item if you want to provide description<br/>
6. Fill in the required options<br/>
a. Select Browse My Computer and select the file you downloaded from this email<br/>
b. Select Yes to Open in New Window_blank (this is REQUIRED for the video to function
correctly)<br/>
c. Select Yes to Permit Users to View this Content<br/>
7. Click Submit<br/>
8. Please test your video to make sure it is functioning correctly before you make it
available to students.<br/>
</p>
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.6; font-weight: normal; margin: 0 0 10px; padding: 0;">
Your videos are available for pick-up. We do not have the ability to store your physical
course materials, and materials that are not picked up after 5 business days will be
sent back to you via campus mail.
<br/>
We cannot guarantee the safe return of your course materials if you do not come and pick
them up.
</p>
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.6; font-weight: normal; margin: 0 0 10px; padding: 0;">
Cheers, <br/>
SDSU ITS
</p>
</td>
</tr>
</table>
</div>
<!-- /content -->
</td>
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0;"></td>
</tr>
</table>
<!-- /body --><!-- footer -->
<table class="footer-wrap"
style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; width: 100%; clear: both !important; margin: 0; padding: 0;">
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0;">
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0;"></td>
<td class="container"
style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; display: block !important; max-width: 600px !important; clear: both !important; margin: 0 auto; padding: 0;">
<!-- content -->
<div class="content"
style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; max-width: 600px; display: block; margin: 0 auto; padding: 0;">
<table style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; width: 100%; margin: 0; padding: 0;">
<tr style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0;">
<td align="center"
style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0;">
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 12px; line-height: 1.6; color: #666; font-weight: normal; margin: 0 0 10px; padding: 0;">
Generated on {{ generated_on_date_footer }}. <br/>
This is an automated one time email, you cannot unsubscribe from this type of email.
<br/>
<br/>
<i>
SDSU - Instructional Technology Services<br/>
5500 Campanile Drive, San Diego, CA 92182
</i>
</p>
</td>
</tr>
</table>
</div>
<!-- /content -->
</td>
<td style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.6; margin: 0; padding: 0;"></td>
</tr>
</table>
<!-- /footer --></body>
</html> | sdsu-its/rohan-search | src/main/resources/ticket_email_template.html | HTML | mit | 9,099 |
<!-- HTML header for doxygen 1.8.10-->
<!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>SideCar: Data Fields - Functions</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="DoxygenStyleSheet.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">SideCar
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li class="current"><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li><a href="functions.html"><span>All</span></a></li>
<li class="current"><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
<li><a href="functions_type.html"><span>Typedefs</span></a></li>
<li><a href="functions_enum.html"><span>Enumerations</span></a></li>
<li><a href="functions_eval.html"><span>Enumerator</span></a></li>
<li><a href="functions_rela.html"><span>Related Functions</span></a></li>
</ul>
</div>
<div id="navrow4" class="tabs3">
<ul class="tablist">
<li><a href="functions_func.html#index__"><span>_</span></a></li>
<li><a href="functions_func_a.html#index_a"><span>a</span></a></li>
<li><a href="functions_func_b.html#index_b"><span>b</span></a></li>
<li><a href="functions_func_c.html#index_c"><span>c</span></a></li>
<li><a href="functions_func_d.html#index_d"><span>d</span></a></li>
<li><a href="functions_func_e.html#index_e"><span>e</span></a></li>
<li class="current"><a href="functions_func_f.html#index_f"><span>f</span></a></li>
<li><a href="functions_func_g.html#index_g"><span>g</span></a></li>
<li><a href="functions_func_h.html#index_h"><span>h</span></a></li>
<li><a href="functions_func_i.html#index_i"><span>i</span></a></li>
<li><a href="functions_func_j.html#index_j"><span>j</span></a></li>
<li><a href="functions_func_k.html#index_k"><span>k</span></a></li>
<li><a href="functions_func_l.html#index_l"><span>l</span></a></li>
<li><a href="functions_func_m.html#index_m"><span>m</span></a></li>
<li><a href="functions_func_n.html#index_n"><span>n</span></a></li>
<li><a href="functions_func_o.html#index_o"><span>o</span></a></li>
<li><a href="functions_func_p.html#index_p"><span>p</span></a></li>
<li><a href="functions_func_q.html#index_q"><span>q</span></a></li>
<li><a href="functions_func_r.html#index_r"><span>r</span></a></li>
<li><a href="functions_func_s.html#index_s"><span>s</span></a></li>
<li><a href="functions_func_t.html#index_t"><span>t</span></a></li>
<li><a href="functions_func_u.html#index_u"><span>u</span></a></li>
<li><a href="functions_func_v.html#index_v"><span>v</span></a></li>
<li><a href="functions_func_w.html#index_w"><span>w</span></a></li>
<li><a href="functions_func_x.html#index_x"><span>x</span></a></li>
<li><a href="functions_func_z.html#index_z"><span>z</span></a></li>
<li><a href="functions_func_0x7e.html#index_0x7e"><span>~</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="contents">
 
<h3><a class="anchor" id="index_f"></a>- f -</h3><ul>
<li>fadeColor()
: <a class="el" href="classSideCar_1_1GUI_1_1TargetPlotImaging.html#a8376cb61e7d8b35f8a180e7b9526da01">SideCar::GUI::TargetPlotImaging</a>
</li>
<li>failure()
: <a class="el" href="classSideCar_1_1GUI_1_1MessageWriter.html#aff77b33099ac2af221a00baa6be47d9e">SideCar::GUI::MessageWriter</a>
</li>
<li>FanIn()
: <a class="el" href="classSideCar_1_1Algorithms_1_1FanIn.html#a24e4419d9d6fa40630a646431728fef5">SideCar::Algorithms::FanIn</a>
</li>
<li>FanOut()
: <a class="el" href="classSideCar_1_1Algorithms_1_1FanOut.html#a7da4ebe8ff433020d72b290d343ca3a0">SideCar::Algorithms::FanOut</a>
</li>
<li>fatal()
: <a class="el" href="classLogger_1_1Log.html#a12a1ec350f5befa5487582de6c7d6f7f">Logger::Log</a>
, <a class="el" href="classLogger_1_1ProcLog.html#a77a22a6d2874137de8a2889416524baa">Logger::ProcLog</a>
</li>
<li>fetchFromDevice()
: <a class="el" href="classSideCar_1_1IO_1_1DatagramReader.html#a4bfac3611242d1ef19775aa0b56e9990">SideCar::IO::DatagramReader</a>
, <a class="el" href="classSideCar_1_1IO_1_1ReaderDevices_1_1File.html#a7935931547560ee020ad641501200b12">SideCar::IO::ReaderDevices::File</a>
, <a class="el" href="classSideCar_1_1IO_1_1ReaderDevices_1_1MulticastSocket.html#a525fc3276ed63c96b395f9eecd9b2a59">SideCar::IO::ReaderDevices::MulticastSocket</a>
, <a class="el" href="classSideCar_1_1IO_1_1ReaderDevices_1_1TCPSocket.html#ad2f068e2c6c7edab2725890970218d82">SideCar::IO::ReaderDevices::TCPSocket</a>
, <a class="el" href="classSideCar_1_1IO_1_1ReaderDevices_1_1UDPSocket.html#a1ab99061d28c43257a7bc1accd4d3a4e">SideCar::IO::ReaderDevices::UDPSocket</a>
, <a class="el" href="classSideCar_1_1IO_1_1StreamReader.html#a7af51e738ccf3fd2f3938118e482a479">SideCar::IO::StreamReader</a>
, <a class="el" href="classSideCar_1_1IO_1_1TReader.html#ad507735a1364e6fef870d1094cce5b2e">SideCar::IO::TReader< _R, _D ></a>
</li>
<li>fetchInput()
: <a class="el" href="classSideCar_1_1IO_1_1DatagramReader.html#a6d95e7a4f25d8a26edb711e943c3edc7">SideCar::IO::DatagramReader</a>
, <a class="el" href="classSideCar_1_1IO_1_1Reader.html#aed93599593932de6a9dcd9594c108481">SideCar::IO::Reader</a>
, <a class="el" href="classSideCar_1_1IO_1_1StreamReader.html#a188514a2cdff83118456b12993af2b5b">SideCar::IO::StreamReader</a>
</li>
<li>FFTWAllocator()
: <a class="el" href="classSideCar_1_1GUI_1_1Spectrum_1_1FFTWAllocator.html#a43d27ab46a15aa71a2e20de81e23cdad">SideCar::GUI::Spectrum::FFTWAllocator< T ></a>
</li>
<li>File()
: <a class="el" href="classSideCar_1_1IO_1_1ReaderDevices_1_1File.html#a8498cf2bdaf87a96d3516bd158352319">SideCar::IO::ReaderDevices::File</a>
, <a class="el" href="classSideCar_1_1IO_1_1WriterDevices_1_1File.html#ab700814abf8759b6b1263c248b8a2f2c">SideCar::IO::WriterDevices::File</a>
</li>
<li>file()
: <a class="el" href="classUnitTest_1_1UnitTestException.html#ab0ab7ca9f89eb1c41eb848f3a69a12f9">UnitTest::UnitTestException</a>
</li>
<li>FileModel()
: <a class="el" href="classSideCar_1_1GUI_1_1Playback_1_1FileModel.html#a820942d55578068c077e0373117574f6">SideCar::GUI::Playback::FileModel</a>
</li>
<li>filePart()
: <a class="el" href="classUtils_1_1FilePath.html#ab2cf14d11c3d77cfe00166dedb6a3e3a">Utils::FilePath</a>
</li>
<li>FilePath()
: <a class="el" href="classUtils_1_1FilePath.html#ab0f3823e6638ef51add00bb76ae3f6ce">Utils::FilePath</a>
</li>
<li>filePath()
: <a class="el" href="classUtils_1_1FilePath.html#ad2bc4b7ac15e9707642deeec19f7e8fd">Utils::FilePath</a>
</li>
<li>FileReader()
: <a class="el" href="classSideCar_1_1IO_1_1FileReader.html#a5430d0f4c637f9d6e08edaefda0a9642">SideCar::IO::FileReader</a>
</li>
<li>FileReaderTask()
: <a class="el" href="classSideCar_1_1IO_1_1FileReaderTask.html#a128df7819ac1dd8f36b5becccae7f2b9">SideCar::IO::FileReaderTask</a>
</li>
<li>FileWatcher()
: <a class="el" href="classUtils_1_1FileWatcher.html#a94bd60df5ebeaafce01a4fd0da260194">Utils::FileWatcher</a>
</li>
<li>FileWriter()
: <a class="el" href="classSideCar_1_1IO_1_1FileWriter.html#a7bde10fd736131026e75c5983de8b8a1">SideCar::IO::FileWriter</a>
</li>
<li>FileWriterTask()
: <a class="el" href="classSideCar_1_1IO_1_1FileWriterTask.html#aa8bc91b134c9c48ce3d8def5b520c77b">SideCar::IO::FileWriterTask</a>
</li>
<li>fill()
: <a class="el" href="classUtils_1_1Format.html#adbda0370144ce368de199b6e32ffcbd9">Utils::Format</a>
</li>
<li>fillContextMenu()
: <a class="el" href="classSideCar_1_1GUI_1_1MainWindowBase.html#aa60c4c002ddc5742db7d6be50455cbd5">SideCar::GUI::MainWindowBase</a>
</li>
<li>fillInChange()
: <a class="el" href="classSideCar_1_1GUI_1_1Master_1_1ParamBase.html#af113b04df84a4b6eacddf75aac48944f">SideCar::GUI::Master::ParamBase</a>
</li>
<li>fillStatus()
: <a class="el" href="classSideCar_1_1Algorithms_1_1Controller.html#a766d4d12baa31257b0e6ebd1e38e1ae3">SideCar::Algorithms::Controller</a>
, <a class="el" href="classSideCar_1_1IO_1_1StatusEmitterBase.html#a63af87831e7ce7010500fa83755a196c">SideCar::IO::StatusEmitterBase</a>
, <a class="el" href="classSideCar_1_1IO_1_1Stream.html#a64c31961437fa41ba6412922c8cadc35">SideCar::IO::Stream</a>
, <a class="el" href="classSideCar_1_1IO_1_1Task.html#ac18e9eae33fc9f35764496a21e3c22d6">SideCar::IO::Task</a>
, <a class="el" href="classSideCar_1_1Runner_1_1App.html#afee30fbf927f0aca2f2d72ce93c232cf">SideCar::Runner::App</a>
</li>
<li>Find()
: <a class="el" href="classLogger_1_1Log.html#a091feecfafbb5c02875d08e1c4b27a2a">Logger::Log</a>
</li>
<li>find()
: <a class="el" href="classLogger_1_1LogMap.html#a4b816910479868b5b374a60a96e4db80">Logger::LogMap</a>
</li>
<li>Find()
: <a class="el" href="classLogger_1_1Priority.html#ae70ed7c44c9a9bf38e472c115545c921">Logger::Priority</a>
, <a class="el" href="classSideCar_1_1GUI_1_1Master_1_1InfoFormatter.html#a567a8d8d3eb3086f9b3854fdd05d1250">SideCar::GUI::Master::InfoFormatter</a>
</li>
<li>find()
: <a class="el" href="classSideCar_1_1GUI_1_1Master_1_1RootItem.html#a90bd9dc0f5386950d66ead6503692d70">SideCar::GUI::Master::RootItem</a>
</li>
<li>Find()
: <a class="el" href="classSideCar_1_1GUI_1_1Master_1_1RunnerLog.html#aa8ccead9885b820d829c3ca72d637f82">SideCar::GUI::Master::RunnerLog</a>
</li>
<li>find()
: <a class="el" href="classSideCar_1_1Messages_1_1Attributes.html#aebb8eccc039aaede58b888be1b10d6f4">SideCar::Messages::Attributes</a>
</li>
<li>Find()
: <a class="el" href="classSideCar_1_1Messages_1_1MetaTypeInfo.html#a0c541ac7bc9b07030b511467fdf0c787">SideCar::Messages::MetaTypeInfo</a>
</li>
<li>FindLongName()
: <a class="el" href="structFindLongName.html#af8bcccc7a1b339a5ee95de6c312a9c4b">FindLongName</a>
</li>
<li>findMethod()
: <a class="el" href="classXmlRpc_1_1XmlRpcServer.html#a4c476a8265a6109593a5826bfe840e61">XmlRpc::XmlRpcServer</a>
</li>
<li>findName()
: <a class="el" href="classSideCar_1_1IO_1_1ChannelVector.html#a94b79bd4a6a207c20e7cbd22a3b65700">SideCar::IO::ChannelVector</a>
</li>
<li>findOnOrBefore()
: <a class="el" href="classSideCar_1_1IO_1_1TimeIndex.html#a6ef0360f3eee093a508a82507bfb6430">SideCar::IO::TimeIndex</a>
</li>
<li>findTag()
: <a class="el" href="classXmlRpc_1_1XmlRpcUtil.html#afc2282048939a222234361487a734f4d">XmlRpc::XmlRpcUtil</a>
</li>
<li>finished()
: <a class="el" href="classSideCar_1_1GUI_1_1AScope_1_1PanningViewChanger.html#a4e04a61d0736841a3d83811da9a5fd11">SideCar::GUI::AScope::PanningViewChanger</a>
, <a class="el" href="classSideCar_1_1GUI_1_1AScope_1_1ViewChanger.html#ac8e5fdf86c386eb63036d6a050b7ad42">SideCar::GUI::AScope::ViewChanger</a>
, <a class="el" href="classSideCar_1_1GUI_1_1AScope_1_1ZoomingViewChanger.html#ad8204e667189a091dd07d821fb5a4c7c">SideCar::GUI::AScope::ZoomingViewChanger</a>
, <a class="el" href="classSideCar_1_1GUI_1_1Master_1_1Cleaner.html#a390c51adf8d26c28cc17a29719571b2f">SideCar::GUI::Master::Cleaner</a>
, <a class="el" href="classSideCar_1_1GUI_1_1Master_1_1Launcher.html#a9de2a383d8832aad7c3e960953205a0d">SideCar::GUI::Master::Launcher</a>
, <a class="el" href="classSideCar_1_1GUI_1_1Spectrum_1_1PanningViewChanger.html#a4e04a61d0736841a3d83811da9a5fd11">SideCar::GUI::Spectrum::PanningViewChanger</a>
, <a class="el" href="classSideCar_1_1GUI_1_1Spectrum_1_1ViewChanger.html#a376bb832b79f0dca4f0f46e95107aabb">SideCar::GUI::Spectrum::ViewChanger</a>
, <a class="el" href="classSideCar_1_1GUI_1_1Spectrum_1_1ZoomingViewChanger.html#ad8204e667189a091dd07d821fb5a4c7c">SideCar::GUI::Spectrum::ZoomingViewChanger</a>
</li>
<li>finishedHost()
: <a class="el" href="classSideCar_1_1GUI_1_1Master_1_1CleanerThread.html#a17deb001e316f8a1eeade8ab6d2f6507">SideCar::GUI::Master::CleanerThread</a>
</li>
<li>fixed()
: <a class="el" href="classUtils_1_1Format.html#a94eabd09aea055dc0e4bdcfa8d7b23c0">Utils::Format</a>
</li>
<li>flags()
: <a class="el" href="classSideCar_1_1GUI_1_1AScope_1_1ChannelConnectionModel.html#a504d6bebd481b10d960a6bc5e9b31100">SideCar::GUI::AScope::ChannelConnectionModel</a>
, <a class="el" href="classSideCar_1_1GUI_1_1Playback_1_1FileModel.html#a3d9e6862a55cf51fcd22ead712c66b49">SideCar::GUI::Playback::FileModel</a>
, <a class="el" href="classUtils_1_1Format.html#a354d8998a3d41497fa5d5cfbbe89e19f">Utils::Format</a>
</li>
<li>flush()
: <a class="el" href="classBufferCol.html#ac7ee9fd8867b87d23142ee08f5f88f61">BufferCol< T ></a>
, <a class="el" href="classBufferMat.html#af1f8fa89ae884690e0eedcb44919cedb">BufferMat< T ></a>
, <a class="el" href="classBufferRow.html#a65f16f07026e0e64bc7ebc242cbc4dfa">BufferRow< T ></a>
, <a class="el" href="classLogger_1_1Writers_1_1File.html#a4ebf8cc66b646056ecea4b00c8b3fada">Logger::Writers::File</a>
, <a class="el" href="classLogger_1_1Writers_1_1Stream.html#abd104e102659214b7b248074e95de54e">Logger::Writers::Stream</a>
, <a class="el" href="classLogger_1_1Writers_1_1Writer.html#a3f460564f3f764f6551ff7b6e79fe689">Logger::Writers::Writer</a>
, <a class="el" href="classSideCar_1_1IO_1_1GatherWriter.html#aefbf0cd44a16d0a4d01332b92978f947">SideCar::IO::GatherWriter</a>
</li>
<li>flushWriters()
: <a class="el" href="classLogger_1_1Log.html#a6d47a575ef51e33d4fd9d5d53e796089">Logger::Log</a>
</li>
<li>format()
: <a class="el" href="classLogger_1_1Formatters_1_1Formatter.html#a0602ca32fcc42cba08451a1e348f0971">Logger::Formatters::Formatter</a>
, <a class="el" href="classLogger_1_1Formatters_1_1Pattern.html#a4778bf64c5028c91485a3496152eecf7">Logger::Formatters::Pattern</a>
, <a class="el" href="classLogger_1_1Formatters_1_1Terse.html#aebba26be382fb17c04d915b21e64608d">Logger::Formatters::Terse</a>
, <a class="el" href="classLogger_1_1Formatters_1_1Verbose.html#abd197981fbd4177a892d61812b5c61ed">Logger::Formatters::Verbose</a>
, <a class="el" href="classSideCar_1_1GUI_1_1Master_1_1InfoFormatter.html#a532200d4dbd0ae6064367c5edcf62741">SideCar::GUI::Master::InfoFormatter</a>
</li>
<li>Format()
: <a class="el" href="classUtils_1_1Format.html#af7e8c32bd968a2ec8a1fbbb9de88f074">Utils::Format</a>
</li>
<li>formatDuration()
: <a class="el" href="classSideCar_1_1GUI_1_1Playback_1_1Clock.html#a49fc042d91a29882ff92f27092e2d7ef">SideCar::GUI::Playback::Clock</a>
</li>
<li>FormatInfoValue()
: <a class="el" href="classSideCar_1_1Algorithms_1_1Algorithm.html#aa3ddc6e87d9702e6906c5eec5e569a76">SideCar::Algorithms::Algorithm</a>
</li>
<li>Formatter()
: <a class="el" href="classLogger_1_1Formatters_1_1Formatter.html#a0dd8b66bc69b69c477dbc7b1466a166b">Logger::Formatters::Formatter</a>
, <a class="el" href="structUtils_1_1Formatter.html#aea30d20684e0b27f2126c11e1377bb70">Utils::Formatter< T ></a>
</li>
<li>formatTimeStamp()
: <a class="el" href="classSideCar_1_1GUI_1_1Playback_1_1Clock.html#a20f9ecf76ae7f1f2f40d48d39703e0d2">SideCar::GUI::Playback::Clock</a>
</li>
<li>foundRunner()
: <a class="el" href="classSideCar_1_1GUI_1_1Master_1_1ConfigurationInfo.html#a42d411319c9a56c3f1b1879e0c9c8f61">SideCar::GUI::Master::ConfigurationInfo</a>
</li>
<li>foundServices()
: <a class="el" href="classSideCar_1_1GUI_1_1ServiceBrowser.html#ad740b26a0663b1cdc215968da9df5dd7">SideCar::GUI::ServiceBrowser</a>
</li>
<li>free()
: <a class="el" href="classMetaDataAllocatorImpl.html#aebd5609270b8d53d5c5a43f55fa8bf9e">MetaDataAllocatorImpl</a>
, <a class="el" href="classPoolAllocator.html#a461014f2bd6651d35f3432a4fbfb5704">PoolAllocator</a>
</li>
<li>freezePast()
: <a class="el" href="classSideCar_1_1GUI_1_1AScope_1_1History.html#abb3adcd25624782ad8c9cb41d476f392">SideCar::GUI::AScope::History</a>
</li>
<li>FromMessageBlock()
: <a class="el" href="classSideCar_1_1Algorithms_1_1MatchedFilterUtils_1_1WorkRequest.html#a449f120d999d11085373dd9f8e635345">SideCar::Algorithms::MatchedFilterUtils::WorkRequest</a>
</li>
<li>FromXML()
: <a class="el" href="structSideCar_1_1Parameter_1_1Defs_1_1BasicTypeDef.html#a94b075480720c96b277de587f3397923">SideCar::Parameter::Defs::BasicTypeDef< TypeTraits ></a>
, <a class="el" href="structSideCar_1_1Parameter_1_1Defs_1_1Bool.html#abae0785b5be38e5c0b543964ba0b39e4">SideCar::Parameter::Defs::Bool</a>
</li>
<li>fromXml()
: <a class="el" href="classXmlRpc_1_1XmlRpcValue.html#aaf41232ab0fc4066c960fde896f96769">XmlRpc::XmlRpcValue</a>
</li>
<li>full()
: <a class="el" href="classThreading_1_1TDataQueue.html#a27cf704d4d63053ca5f3010d04d54edf">Threading::TDataQueue< T ></a>
</li>
<li>fullName()
: <a class="el" href="classLogger_1_1Log.html#aefd2933b9238ef6072b2b46bcdd1ab8a">Logger::Log</a>
</li>
<li>fullPath()
: <a class="el" href="classUtils_1_1CmdLineArgs.html#a1381517fddde5bf4c27e2c41aad8a8ea">Utils::CmdLineArgs</a>
</li>
</ul>
</div><!-- contents -->
<!-- HTML footer for doxygen 1.8.10-->
<!-- 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>
| bradhowes/sidecar | docs/functions_func_f.html | HTML | mit | 18,385 |
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Namespace Bifrost.ViewModels
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace Bifrost.ViewModels
">
<meta name="generator" content="docfx 2.9.3.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content">
<h1 id="Bifrost_ViewModels" data-uid="Bifrost.ViewModels">Namespace Bifrost.ViewModels
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div>
<h3 id="classes">Classes
</h3>
<h4><a class="xref" href="Bifrost.ViewModels.ViewModelExtension.html">ViewModelExtension</a></h4>
<section></section>
<h4><a class="xref" href="Bifrost.ViewModels.ViewModelService.html">ViewModelService</a></h4>
<section></section>
<h3 id="delegates">Delegates
</h3>
<h4><a class="xref" href="Bifrost.ViewModels.CreateInstance.html">CreateInstance</a></h4>
<section></section>
<h4><a class="xref" href="Bifrost.ViewModels.FindTypeByName.html">FindTypeByName</a></h4>
<section></section>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/dolittle/bifrost/new/master/Source/Documentation/apispec/new?filename=Bifrost_ViewModels.md&value=---%0Auid%3A%20Bifrost.ViewModels%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
Copyright © 2008-2017 Dolittle
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>
| dolittle/dolittle.github.io | bifrost/api/Bifrost.ViewModels.html | HTML | mit | 5,468 |
{% extends "volunteers/base.html" %}
{% load staticfiles%}
{% block cssfiles %}
<link rel="stylesheet" type="text/css" href="{% static 'volunteers/css/updateProfile.css' %}" />
<link rel="stylesheet" type="text/css" href="{% static 'volunteers/css/staffPages.css' %}" />
{% endblock cssfiles %}
{% block tabs %}
{% if isStaff %}
<a href="{% url 'logout' %}"><button class="logout-btn btn btn-default">Logout</button></a>
<br>
<h1 class="bnb-header"> {{ org_name }} </h1>
{% if subheader %}
<h4 class="subheader"> {{ subheader }} </h4>
{% endif %}
<ul class="nav nav-tabs">
<li role="presentation">
<a href="{% url 'volunteerStaffHome' %}">Volunteer Profile</a>
</li>
<li role="presentation" class="active">
<a href="{% url 'editProfile' %}">Edit Profile</a>
</li>
<li role="presentation">
<a href="{% url 'volunteerStaffUserSearchResult' %}">Users</a>
</li>
<li role="presentation">
<a href="{% url 'volunteerStaffLog' %}">Activities</a>
</li>
<li role="presentation">
<a href="{% url 'codeGenerator' %}">Vouchers</a>
</li>
<li role="presentation">
<a href="{% url 'volunteerStaffActivity' %}">Activity Types</a>
</li>
</ul>
{% endif %}
{% endblock tabs %}
{% block tabcontent %}
{% if not isStaff %}
<a href="{% url returnPage %}"><button class="home btn btn-default"> Back </button></a>
{% endif %}
<h3 class="title"> Edit profile information</h3>
{% if messages %}
<ul>
{% for message in messages %}
<li> {{ message }} </li>
{% endfor %}
</ul>
{% endif %}
<form method="post">
<div class="fields">
{% csrf_token %}
{% for field in infoForm %}
<div>
<div class="input-label"> {{ field.label_tag }} </div>
{{ field }}
</div>
{% endfor %}
<h3> Change password </h3>
{% for field in pwForm %}
<div>
<div class="input-label"> {{ field.label_tag }} </div>
{{ field }}
</div>
{% endfor %}
<input type="submit" class="submit-btn btn btn-primary" name="submit" value="Submit">
<!-- <input type="submit" class="btn btn-default" formaction="{% url returnPage %}" value="Cancel"> -->
</div>
</form>
<h3 class="delete-title"> Delete your account </h3>
<p class="delete-note">Are you sure you want to delete your account? It will be gone forever! (a really long time)</p>
<a href="{% url "deleteAccount" %}"><button class="delete-account-btn btn btn-danger">Delete Account</button></a>
<!-- <a href="{% url "deleteAccount" %}"> Are you sure? Your points will be lost forever (a very long time). </a> -->
{% endblock tabcontent %}
{% block jsfiles %}
<script src="{% static 'volunteers/js/updateProfile.js' %}"></script>
{% endblock jsfiles %} | codeforgood2015/bnb | bnbvolunteer/volunteers/templates/volunteers/profile.html | HTML | mit | 3,174 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W30497_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
<div style="float: left;">
<a href="page37.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 495px; margin-top: 27px;">
<p class="styleSans1.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 603px; margin-top: 27px;">
<img src="images/tmphMOzqW.png" alt="tmphMOzqW.png" />
</div>
<div style="position: absolute; margin-left: 935px; margin-top: 302px;">
<p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Existing Wells Within Spacing Unit </p>
</div>
<div style="position: absolute; margin-left: 165px; margin-top: 412px;">
<p class="styleSans25.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Continental Resources, Inc. has identified the following wells which currently exist in the spacing unit consisting of: Sec 26,2734 8: 35, T153 N, R93W Mountrail County, ND <br/>File Number API Number We” Name Wellbore </p>
</div>
<div style="position: absolute; margin-left: 165px; margin-top: 825px;">
<p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">CRI has determined that there are no existing wells in the spacing unit specified above. </p>
</div>
<div style="position: absolute; margin-left: 1155px; margin-top: 1952px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 1952px; margin-top: 852px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
</body>
</html>
| datamade/elpc_bakken | ocr_extracted/W30497_text/page38.html | HTML | mit | 2,287 |
<!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="./cca6e29eb3d738a3c1f901522b3d857f946ca280bf1608b8fad100abc92fc369.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/4d8757f81a46a8235f8ad5c69db77fe4cf91185e356874fc94edf03ff84eadae.html | HTML | mit | 550 |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>MediaQueryListEventInit | picturepark-sdk-v1-fetch API</title>
<meta name="description" content="Documentation for picturepark-sdk-v1-fetch 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-fetch 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="mediaquerylisteventinit.html">MediaQueryListEventInit</a>
</li>
</ul>
<h1>Interface MediaQueryListEventInit</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="eventinit.html" class="tsd-signature-type">EventInit</a>
<ul class="tsd-hierarchy">
<li>
<span class="target">MediaQueryListEventInit</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-inherited tsd-is-external"><a href="mediaquerylisteventinit.html#bubbles" class="tsd-kind-icon">bubbles</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="mediaquerylisteventinit.html#cancelable" class="tsd-kind-icon">cancelable</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="mediaquerylisteventinit.html#composed" class="tsd-kind-icon">composed</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="mediaquerylisteventinit.html#matches" class="tsd-kind-icon">matches</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="mediaquerylisteventinit.html#media" class="tsd-kind-icon">media</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-inherited tsd-is-external">
<a name="bubbles" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> bubbles</h3>
<div class="tsd-signature tsd-kind-icon">bubbles<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="animationeventinit.html">AnimationEventInit</a>.<a href="animationeventinit.html#bubbles">bubbles</a></p>
<ul>
<li>Defined in node_modules/typescript/lib/lib.dom.d.ts:476</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a name="cancelable" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> cancelable</h3>
<div class="tsd-signature tsd-kind-icon">cancelable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="animationeventinit.html">AnimationEventInit</a>.<a href="animationeventinit.html#cancelable">cancelable</a></p>
<ul>
<li>Defined in node_modules/typescript/lib/lib.dom.d.ts:477</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a name="composed" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> composed</h3>
<div class="tsd-signature tsd-kind-icon">composed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="animationeventinit.html">AnimationEventInit</a>.<a href="animationeventinit.html#composed">composed</a></p>
<ul>
<li>Defined in node_modules/typescript/lib/lib.dom.d.ts:478</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="matches" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> matches</h3>
<div class="tsd-signature tsd-kind-icon">matches<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/typescript/lib/lib.dom.d.ts:722</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="media" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> media</h3>
<div class="tsd-signature tsd-kind-icon">media<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/typescript/lib/lib.dom.d.ts:723</li>
</ul>
</aside>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="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="mediaquerylisteventinit.html" class="tsd-kind-icon">Media<wbr>Query<wbr>List<wbr>Event<wbr>Init</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a href="mediaquerylisteventinit.html#bubbles" class="tsd-kind-icon">bubbles</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a href="mediaquerylisteventinit.html#cancelable" class="tsd-kind-icon">cancelable</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external">
<a href="mediaquerylisteventinit.html#composed" class="tsd-kind-icon">composed</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="mediaquerylisteventinit.html#matches" class="tsd-kind-icon">matches</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="mediaquerylisteventinit.html#media" class="tsd-kind-icon">media</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-enum"><span class="tsd-kind-icon">Enumeration</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</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-fetch/api/interfaces/mediaquerylisteventinit.html | HTML | mit | 9,754 |
<!DOCTYPE html>
<!-- Arquivo de teste para verificar visual da página, templates, etc.. -->
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<link href="css/home.css" type="text/css" rel="stylesheet"/>
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
<script src="jquery/js/jquery-1.11.1.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<nav class="navbar navbar-default navbar-inverse" role="navigation"> <!-- barra de navegação -->
<ul class="nav navbar-nav"> <!-- Itens do menu -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Consultas<strong class="caret"></strong></a>
<ul class="dropdown-menu"> <!-- Itens do primeiro item do menu -->
<li>
<a href="#">Agendar</a>
</li>
<li>
<a href="#">Cancelar</a>
</li>
<li>
<a href="#">Alterar</a>
</li>
<li>
<a href="#">Buscar</a>
</li>
</ul> <!-- Itens do primeiro item do menu -->
</li> <!-- Primeiro item da barra de menu -->
<li class="dropdown"> <!-- Segundo item da barra de menu -->
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Usuários<strong class="caret"></strong></a>
<ul class="dropdown-menu"> <!-- Itens do segundo item do menu -->
<li>
<a href="#">Cadastrar</a>
</li>
<li>
<a href="#">Remover</a>
</li>
<li>
<a href="#">Alterar</a>
</li>
<li>
<a href="#">Buscar</a>
</li>
</ul> <!-- Itens do segundo item do menu -->
</li> <!-- Segundo item da barra de menu -->
<li>
<a href=""> Sobre </a>
</li>
</ul> <!-- Itens do menu -->
</nav> <!-- Aqui termina a barra de navegação -->
<div class="row clearfix">
<div class="col-md-12 column">
Dados do agendamento atual:
<form action="" method="post">
CPF:
<input type="text" name="cpf" placeholder="Digite seu CPF - somente números"/> <br/>
Dia da Consulta:
<select name="diaConsulta">
<option value="segunda" selected="selected">Segunda-Feira</option>
<option value="terca">Terça-Feira</option>
<option value="quarta">Quarta-Feira</option>
<option value="quinta">Quinta-Feira</option>
<option value="sexta">Sexta-Feira</option>
</select><br/>
Horário da Consulta:
<select name="horarioConsulta">
<option value="manha1" selected="selected">8:00-9:00</option>
<option value="manha2">9:15-10:15</option>
<option value="manha3">10:30-11:30</option>
<option value="tarde1">14:00-15:00</option>
<option value="tarde2">15:15-16:15</option>
<option value="tarde3">16:30-17:30</option>
</select><br/>
Novos dados de agendamento: <br/>
Dia da Consulta:
<select name="novoDiaConsulta">
<option value="segunda" selected="selected">Segunda-Feira</option>
<option value="terca">Terça-Feira</option>
<option value="quarta">Quarta-Feira</option>
<option value="quinta">Quinta-Feira</option>
<option value="sexta">Sexta-Feira</option>
</select><br/>
Horário da Consulta:
<select name="novoHorarioConsulta">
<option value="manha1" selected="selected">8:00-9:00</option>
<option value="manha2">9:15-10:15</option>
<option value="manha3">10:30-11:30</option>
<option value="tarde1">14:00-15:00</option>
<option value="tarde2">15:15-16:15</option>
<option value="tarde3">16:30-17:30</option>
</select><br/>
<button type="submit" class="btn btn-warning">Reagendar</button>
</form>
</div>
</div>
<!-- busca de consultas -- >
<div class="row clearfix">
<div class="col-md-12 column">
Identificação do paciente:
<form action="" method="post">
CPF:
<input type="text" name="cpf" placeholder="Digite seu CPF - somente números"/> <br/>
<button type="submit" class="btn btn-primary">Buscar Consultas</button>
</form>
</div>
</div>
<!-- Cadastramento de pacientes -->
<div class="row clearfix">
<div class="col-md-12 column">
Dados do paciente:
<form action="" method="post">
Nome Completo:
<input type="text" name="nome" placeholder="Nome completo"/> <br/>
Sexo:
Masculino <input type="radio" name="sexo" value="M"/>
Feminino <input type="radio" name="sexo" value="F"/> <br/>
CPF:
<input type="text" name="cpf" placeholder="Digite seu CPF - somente números"/> <br/>
Telefone para contato com DDD:
<input type="text" name="telefone" placeholder="codigo-numero"/> <br/>
Endereço:
<input type="text" name="endereco" placeholder="rua/numero/cep"/> <br/>
Foto 3x4: <input type="file" name="foto">
<button type="submit" class="btn btn-primary">Cadastrar</button>
</form>
</div>
</div>
</div> <!-- container -->
</body>
</html>
| fabriciogmc/progscript | backend/appengine/static/home.html | HTML | mit | 4,993 |
<footer>
<hr>
<div class="container">
<span class="pull-right">
<button class="btn btn-primary" type="button">© ManageMyServer</button>
</span>
</div>
</footer>
| ManageMyServer/managemyserver.github.io | inc/footer.html | HTML | mit | 204 |
google-site-verification: ????.html
| major13ua/major13ua.github.io | setNumber.html | HTML | mit | 36 |
<HTML><HEAD>
<TITLE>Review for Crossing Guard, The (1995)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0112744">Crossing Guard, The (1995)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Billy+Bud+Vermillion">Billy Bud Vermillion</A></H3><HR WIDTH="40%" SIZE="4">
<PRE> THE CROSSING GUARD</PRE>
<PRE> A film review by Billy Bud Vermillion</PRE>
<PRE> Copyright 1996 Billy Bud Vermillion</PRE>
<PRE> The Crossing Guard, a film by Sean Penn, starring Jack </PRE>
<PRE> Nicholson and a bunch of other people who don't count</PRE>
<PRE> cause Nicholson't in it(just kidding). Also starring </PRE>
<PRE> Robin Wright, David Morse, Angelica Huston. Produced by</PRE>
<PRE> Sean Penn and David Hamburger. Executive Producers, Bob</PRE>
<P> Weinstein, Harvey Weinstein, Richard N. Gladstein. Miramax</P>
<PRE> Pictures</PRE>
<P>This is definitely the best movie to be released last year(hey, I
didn't see Crumb, so sue me). It speaks to the soul, humming softly at
you, urging you to look inside and see if you'd do the same thing as the
figures on screen. Really. A powerful, moving piece of work every one
who's ever felt the need for vengeance or justice in an unjust world
should see just to show you how justice can be unjust, too.</P>
<P>The film opens as John Booth, convicted of manslaughter in a
drunk-driving accident, is released from prison. We meet his parents, who
love him very much, and obviously miss him. We see him as a tortured
soul, guilty for what he did, for killing a little girl. We see him in
flashbacks, beating his head against the bars of his cell, we see the
scar this makes. He is a horribly depressed man,a man in a lot of pain. </P>
<P>Then we meet Freddy Gale, one of the most complex characters
Nicholson's dealt with in a long time. He is obsessed with fantasies of
revenge. He's been counting off the days on a little wall calendar,
waiting for Booth to get out. He's planned to kill him since the trial,
for his daughter's death. He is man lost to his dreams. All he has is
revenge, liquor, and the strip bars where he picks women up from time to
time. His wife(Huston)has long-since divorced him an married another
man(Robbie Robertson)and thinks Freddy has forgotten her and her other
kids for what she sees as selfish wish-fulfillment fantasies. Huston
looks more haggard in this role than I think I've ever seen her. She's
been worn down by her husband's madness. </P>
<P>Booth meets a woman(Wright)at a party his friend(David Baerwald,
nice touch)throws for him, and she falls in love with him, though he
can't love because of his oppressive feelings of guilt. Gale eventually
makes his way to Booth's trailer and tries to shoot him, but the gun
won't fire. He gives Booth three days to live. The movie then follows
both characters during the three days, with Wright's character trying to
bring Booth back to some semblance of life and Nicholson's moving farhter
and farther from life into a kind of dead-eyed obsession. The three days
pass, and Booth decides he wants to live, so he runs. The best scene in
the movie comes during this part.Nicholson chases him onto a bus, but,
polite jewelery store owner and former family man that he is, he decides
to sit down and wait for the bus to stop before pursuing Booth(he knows
the consequences of killing Booth will probably be the chair, but he
still can't bring himself to go nuts on a bus--brilliant!). The ending is
one of the most touching I've ever seen(though a little predictable).
Penn has proven himself a fine director, and Nicholson has reaffirmed his
status as a damn fine actor, too.</P>
<P>Coincidence, perhaps, that this film deals with the same basic
idea as dead man walking(starring Penn)? I think not. And this one was
released first. Hmmm....</P>
<P>This film may not be out in theaters any longer, but wait for it
on video, because it's definitely worth your time. A fine film.</P>
<PRE><A HREF="mailto:[email protected]">[email protected]</A></PRE>
<HR><P CLASS=flush><SMALL>The review above was posted to the
<A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR>
The Internet Movie Database accepts no responsibility for the contents of the
review and has no editorial control. Unless stated otherwise, the copyright
belongs to the author.<BR>
Please direct comments/criticisms of the review to relevant newsgroups.<BR>
Broken URLs inthe reviews are the responsibility of the author.<BR>
The formatting of the review is likely to differ from the original due
to ASCII to HTML conversion.
</SMALL></P>
<P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P>
</P></BODY></HTML>
| xianjunzhengbackup/code | data science/machine_learning_for_the_web/chapter_4/movie/4680.html | HTML | mit | 5,126 |
<!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="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pymatgen.io.ase — pymatgen 2018.3.14 documentation</title>
<link rel="stylesheet" href="../../../_static/proBlue.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<script type="text/javascript" src="../../../_static/documentation_options.js"></script>
<script type="text/javascript" src="../../../_static/jquery.js"></script>
<script type="text/javascript" src="../../../_static/underscore.js"></script>
<script type="text/javascript" src="../../../_static/doctools.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="shortcut icon" href="../../../_static/favicon.ico"/>
<link rel="index" title="Index" href="../../../genindex.html" />
<link rel="search" title="Search" href="../../../search.html" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33990148-1']);
_gaq.push(['_trackPageview']);
</script>
</head><body>
<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="nav-item nav-item-0"><a href="../../../index.html">pymatgen 2018.3.14 documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="../../index.html" >Module code</a> »</li>
<li class="nav-item nav-item-2"><a href="../../pymatgen.html" accesskey="U">pymatgen</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<h1>Source code for pymatgen.io.ase</h1><div class="highlight"><pre>
<span></span><span class="c1"># coding: utf-8</span>
<span class="c1"># Copyright (c) Pymatgen Development Team.</span>
<span class="c1"># Distributed under the terms of the MIT License.</span>
<span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">division</span><span class="p">,</span> <span class="n">unicode_literals</span><span class="p">,</span> <span class="n">absolute_import</span>
<span class="sd">"""</span>
<span class="sd">This module provides conversion between the Atomic Simulation Environment</span>
<span class="sd">Atoms object and pymatgen Structure objects.</span>
<span class="sd">"""</span>
<span class="n">__author__</span> <span class="o">=</span> <span class="s2">"Shyue Ping Ong"</span>
<span class="n">__copyright__</span> <span class="o">=</span> <span class="s2">"Copyright 2012, The Materials Project"</span>
<span class="n">__version__</span> <span class="o">=</span> <span class="s2">"1.0"</span>
<span class="n">__maintainer__</span> <span class="o">=</span> <span class="s2">"Shyue Ping Ong"</span>
<span class="n">__email__</span> <span class="o">=</span> <span class="s2">"[email protected]"</span>
<span class="n">__date__</span> <span class="o">=</span> <span class="s2">"Mar 8, 2012"</span>
<span class="kn">from</span> <span class="nn">pymatgen.core.structure</span> <span class="k">import</span> <span class="n">Structure</span>
<span class="k">try</span><span class="p">:</span>
<span class="kn">from</span> <span class="nn">ase</span> <span class="k">import</span> <span class="n">Atoms</span>
<span class="n">ase_loaded</span> <span class="o">=</span> <span class="kc">True</span>
<span class="k">except</span> <span class="ne">ImportError</span><span class="p">:</span>
<span class="n">ase_loaded</span> <span class="o">=</span> <span class="kc">False</span>
<div class="viewcode-block" id="AseAtomsAdaptor"><a class="viewcode-back" href="../../../pymatgen.io.ase.html#pymatgen.io.ase.AseAtomsAdaptor">[docs]</a><span class="k">class</span> <span class="nc">AseAtomsAdaptor</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span>
<span class="sd">"""</span>
<span class="sd"> Adaptor serves as a bridge between ASE Atoms and pymatgen structure.</span>
<span class="sd"> """</span>
<div class="viewcode-block" id="AseAtomsAdaptor.get_atoms"><a class="viewcode-back" href="../../../pymatgen.io.ase.html#pymatgen.io.ase.AseAtomsAdaptor.get_atoms">[docs]</a> <span class="nd">@staticmethod</span>
<span class="k">def</span> <span class="nf">get_atoms</span><span class="p">(</span><span class="n">structure</span><span class="p">):</span>
<span class="sd">"""</span>
<span class="sd"> Returns ASE Atoms object from pymatgen structure.</span>
<span class="sd"> Args:</span>
<span class="sd"> structure: pymatgen.core.structure.Structure</span>
<span class="sd"> Returns:</span>
<span class="sd"> ASE Atoms object</span>
<span class="sd"> """</span>
<span class="k">if</span> <span class="ow">not</span> <span class="n">structure</span><span class="o">.</span><span class="n">is_ordered</span><span class="p">:</span>
<span class="k">raise</span> <span class="ne">ValueError</span><span class="p">(</span><span class="s2">"ASE Atoms only supports ordered structures"</span><span class="p">)</span>
<span class="n">symbols</span> <span class="o">=</span> <span class="p">[</span><span class="nb">str</span><span class="p">(</span><span class="n">site</span><span class="o">.</span><span class="n">specie</span><span class="o">.</span><span class="n">symbol</span><span class="p">)</span> <span class="k">for</span> <span class="n">site</span> <span class="ow">in</span> <span class="n">structure</span><span class="p">]</span>
<span class="n">positions</span> <span class="o">=</span> <span class="p">[</span><span class="n">site</span><span class="o">.</span><span class="n">coords</span> <span class="k">for</span> <span class="n">site</span> <span class="ow">in</span> <span class="n">structure</span><span class="p">]</span>
<span class="n">cell</span> <span class="o">=</span> <span class="n">structure</span><span class="o">.</span><span class="n">lattice</span><span class="o">.</span><span class="n">matrix</span></div>
<span class="k">return</span> <span class="n">Atoms</span><span class="p">(</span><span class="n">symbols</span><span class="o">=</span><span class="n">symbols</span><span class="p">,</span> <span class="n">positions</span><span class="o">=</span><span class="n">positions</span><span class="p">,</span> <span class="n">pbc</span><span class="o">=</span><span class="kc">True</span><span class="p">,</span> <span class="n">cell</span><span class="o">=</span><span class="n">cell</span><span class="p">)</span>
<div class="viewcode-block" id="AseAtomsAdaptor.get_structure"><a class="viewcode-back" href="../../../pymatgen.io.ase.html#pymatgen.io.ase.AseAtomsAdaptor.get_structure">[docs]</a> <span class="nd">@staticmethod</span>
<span class="k">def</span> <span class="nf">get_structure</span><span class="p">(</span><span class="n">atoms</span><span class="p">,</span> <span class="bp">cls</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span>
<span class="sd">"""</span>
<span class="sd"> Returns pymatgen structure from ASE Atoms.</span>
<span class="sd"> Args:</span>
<span class="sd"> atoms: ASE Atoms object</span>
<span class="sd"> cls: The Structure class to instantiate (defaults to pymatgen structure)</span>
<span class="sd"> Returns:</span>
<span class="sd"> Equivalent pymatgen.core.structure.Structure</span>
<span class="sd"> """</span>
<span class="n">symbols</span> <span class="o">=</span> <span class="n">atoms</span><span class="o">.</span><span class="n">get_chemical_symbols</span><span class="p">()</span>
<span class="n">positions</span> <span class="o">=</span> <span class="n">atoms</span><span class="o">.</span><span class="n">get_positions</span><span class="p">()</span>
<span class="n">lattice</span> <span class="o">=</span> <span class="n">atoms</span><span class="o">.</span><span class="n">get_cell</span><span class="p">()</span>
<span class="bp">cls</span> <span class="o">=</span> <span class="n">Structure</span> <span class="k">if</span> <span class="bp">cls</span> <span class="ow">is</span> <span class="kc">None</span> <span class="k">else</span> <span class="bp">cls</span>
<span class="k">return</span> <span class="bp">cls</span><span class="p">(</span><span class="n">lattice</span><span class="p">,</span> <span class="n">symbols</span><span class="p">,</span> <span class="n">positions</span><span class="p">,</span></div></div>
<span class="n">coords_are_cartesian</span><span class="o">=</span><span class="kc">True</span><span class="p">)</span>
</pre></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<div class="searchformwrapper">
<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>
</div>
</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="nav-item nav-item-0"><a href="../../../index.html">pymatgen 2018.3.14 documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="../../index.html" >Module code</a> »</li>
<li class="nav-item nav-item-2"><a href="../../pymatgen.html" >pymatgen</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2011, Pymatgen Development Team.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.1.
</div>
<div class="footer">This page uses <a href="http://analytics.google.com/">
Google Analytics</a> to collect statistics. You can disable it by blocking
the JavaScript coming from www.google-analytics.com.
<script type="text/javascript">
(function() {
var ga = document.createElement('script');
ga.src = ('https:' == document.location.protocol ?
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
ga.setAttribute('async', 'true');
document.documentElement.firstChild.appendChild(ga);
})();
</script>
</div>
</body>
</html> | czhengsci/pymatgen | docs/_modules/pymatgen/io/ase.html | HTML | mit | 11,874 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/favicon.ico" />
<link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/iosicon.png" />
<!-- DEVELOPMENT LESS -->
<!-- <link rel="stylesheet/less" href="css/photon.less" media="all" />
<link rel="stylesheet/less" href="css/photon-responsive.less" media="all" />
--> <!-- PRODUCTION CSS -->
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all" />
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all" />
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" />
<script type="text/javascript" src="js/plugins/excanvas.js"></script>
<script type="text/javascript" src="js/plugins/html5shiv.js"></script>
<script type="text/javascript" src="js/plugins/respond.min.js"></script>
<script type="text/javascript" src="js/plugins/fixFontIcons.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/modernizr.custom.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.pnotify.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/less-1.3.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/xbreadcrumbs.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/charCount.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.textareaCounter.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/elrte.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/elrte.en.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/select2.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery-picklist.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/additional-methods.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.form.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.metadata.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.mockjax.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.uniform.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.rating.pack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/farbtastic.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.timeentry.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.jstree.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.flot.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.flot.stack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.flot.pie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.flot.resize.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/raphael.2.1.0.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/justgage.1.0.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.clock.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.countdown.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.jqtweet.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/jquery.cookie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/prettify/prettify.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/bootstrapSwitch.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/plugins/mfupload.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/js/common.js"></script>
</head>
<body class="body-login">
<div class="nav-fixed-topright" style="visibility: hidden">
<ul class="nav nav-user-menu">
<li class="user-sub-menu-container">
<a href="javascript:;">
<i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i>
</a>
<ul class="nav user-sub-menu">
<li class="light">
<a href="javascript:;">
<i class='icon-photon stop'></i>Light Version
</a>
</li>
<li class="dark">
<a href="javascript:;">
<i class='icon-photon stop'></i>Dark Version
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon mail"></i>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon comment_alt2_stroke"></i>
<div class="notification-count">12</div>
</a>
</li>
</ul>
</div>
<script>
$(function(){
setTimeout(function(){
$('.nav-fixed-topright').removeAttr('style');
}, 300);
$(window).scroll(function(){
if($('.breadcrumb-container').length){
var scrollState = $(window).scrollTop();
if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released');
else $('.nav-fixed-topright').removeClass('nav-released')
}
});
$('.user-sub-menu-container').on('click', function(){
$(this).toggleClass('active-user-menu');
});
$('.user-sub-menu .light').on('click', function(){
if ($('body').is('.light-version')) return;
$('body').addClass('light-version');
setTimeout(function() {
$.cookie('themeColor', 'light', {
expires: 7,
path: '/'
});
}, 500);
});
$('.user-sub-menu .dark').on('click', function(){
if ($('body').is('.light-version')) {
$('body').removeClass('light-version');
$.cookie('themeColor', 'dark', {
expires: 7,
path: '/'
});
}
});
});
</script>
<div class="container-login">
<div class="form-centering-wrapper">
<div class="form-window-login">
<div class="form-window-login-logo">
<div class="login-logo">
<img src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/js/plugins/js/js/plugins/images/photon/[email protected]" alt="Photon UI"/>
</div>
<h2 class="login-title">Welcome to Photon UI!</h2>
<div class="login-member">Not a Member? <a href="raphael.2.1.0.min.js.html#">Sign Up »</a>
<a href="raphael.2.1.0.min.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a>
</div>
<div class="login-or">Or</div>
<div class="login-input-area">
<form method="POST" action="dashboard.php">
<span class="help-block">Login With Your Photon Account</span>
<input type="text" name="email" placeholder="Email">
<input type="password" name="password" placeholder="Password">
<button type="submit" class="btn btn-large btn-success btn-login">Login</button>
</form>
<a href="raphael.2.1.0.min.js.html#" class="forgot-pass">Forgot Your Password?</a>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1936460-27']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
| user-tony/photon-rails | lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/js/bootstrap/js/plugins/js/js/plugins/raphael.2.1.0.min.js.html | HTML | mit | 16,006 |
<!doctype html>
<html>
<head>
<title>Perform-O-Tron™</title>
<link rel="stylesheet" href="styles/mobile.css" type="text/css">
<link rel="stylesheet" href="styles/band.css" type="text/css">
<meta name="viewport" content="minimal-ui">
</head>
<body>
<div id="screen"></div>
<div id="band"></div>
<script src="/socket.io/socket.io.js"></script>
<script src="jquery/jquery-1.11.1.min.js"></script>
<script src="client.js" type="text/javascript"></script>
<script src="band.js" type="text/javascript"></script>
</body>
</html> | squinky/performotron | band.html | HTML | mit | 537 |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>PopTips Demo</title>
<style type="text/css">
body{
padding: 0;
margin: 0;
text-align: center;
}
</style>
<link href='../../../../modules/JC.PopTips/0.2/res/default/style.css' rel='stylesheet' />
</head>
<body>
<span class="js_compPopTips" style="margin-top:50px; display:inline-block;"
content="1.这个tip显示在右边,有偏移位置"
theme="green"
arrowposition="left"
offsetXY="20"
triggerType="hover"
poptipsheight="80"
>
<span>古希腊学者亚里士多德曾编
写过全面讲述当时学问的讲义,
被西方奉为“百科全书之父”,
中国汉朝初年的《尔雅》</span>
</span>
<br>
<span class="js_compPopTips" style="margin-top:50px; display:inline-block;"
content="1.这个tip显示在右边,没有偏移位置"
theme="green"
arrowposition="left"
triggerType="hover"
poptipsheight="80"
>
<span>古希腊学者亚里士多德曾编
写过全面讲述当时学问的讲义,
被西方奉为“百科全书之父”,
中国汉朝初年的《尔雅》</span>
</span>
<br>
<span class="js_compPopTips" style="margin-top:50px; display:inline-block;"
htmlContent="|script"
theme="green"
arrowposition="left"
triggerType="hover"
poptipsheight="80"
>
<span>古希腊学者亚里士多德曾编
写过全面讲述当时学问的讲义,
被西方奉为“百科全书之父”,
中国汉朝初年的《尔雅》</span>
<script type="text/template" id="testHtml">
<a href="javascript:;">test</a>
<a href="javascript:;">test</a>
<a href="javascript:;">test</a>
<a href="javascript:;">test</a>
<a href="javascript:;">test</a>
<a href="javascript:;">test</a>
<a href="javascript:;">test</a>
<a href="javascript:;">test</a>
<a href="javascript:;">test</a>
<a href="javascript:;">test</a>
<a href="javascript:;">test</a>
<a href="javascript:;">test</a>
<a href="javascript:;">test</a>
<a href="javascript:;">test</a>
</script>
</span>
<br>
<span class="js_compPopTips" style="margin-top:50px; display:inline-block;"
content="1.这个tip显示在右边"
theme="yellow"
arrowposition="left"
arrowpositionoffset="top"
triggerType="hover"
>
<span>古希腊学者亚里士多德曾编
写过全面讲述当时学问的讲义,
被西方奉为“百科全书之父”,
中国汉朝初年的《尔雅》,</span>
</span>
<br>
<span class="js_compPopTips" style="margin-top:50px; display:inline-block;"
content="1.这个tip显示在左边"
theme="yellow"
arrowposition="right"
arrowpositionoffset="top"
triggerType="hover"
>
<span>古希腊学者亚里士多德曾编
写过全面讲述当时学问的讲义,
被西方奉为“百科全书之父”,
中国汉朝初年的《尔雅》,</span>
</span>
<br>
<span class="js_compPopTips" style="margin-top:50px; display:inline-block;"
content="1.这个tip显示在左边"
theme="yellow"
arrowposition="right"
triggerType="hover"
>
<span>古希腊学者亚里士多德曾编
写过全面讲述当时学问的讲义,
被西方奉为“百科全书之父”,
中国汉朝初年的《尔雅》,</span>
</span>
<br>
<span class="js_compPopTips" style="margin-top:50px; display:inline-block;"
content="1.这个tip显示在下边"
theme="yellow"
arrowposition="top"
arrowpositionoffset="left"
triggerType="hover">
<span>古希腊学者亚里士多德曾编
写过全面讲述当时学问的讲义,
被西方奉为“百科全书之父”,
中国汉朝初年的《尔雅》,</span>
</span>
<br>
<span class="js_compPopTips" style="margin-top:50px; display:inline-block;"
content="1.这个tip显示在下边"
theme="yellow"
arrowposition="top"
arrowpositionoffset="right"
triggerType="hover">
<span>古希腊学者亚里士多德曾编
写过全面讲述当时学问的讲义,
被西方奉为“百科全书之父”,
中国汉朝初年的《尔雅》,</span>
</span>
<br>
<span class="js_compPopTips" style="margin-top:50px; display:inline-block;"
content="1.这个tip显示在下边"
theme="yellow"
arrowposition="top"
triggerType="hover">
<span>古希腊学者亚里士多德曾编
写过全面讲述当时学问的讲义,
被西方奉为“百科全书之父”,
中国汉朝初年的《尔雅》,</span>
</span>
<br>
<span class="js_compPopTips" style="margin-top:50px; display:inline-block;"
content="1.这个tip显示在上边"
theme="yellow"
arrowposition="bottom"
triggerType="hover">
<span>古希腊学者亚里士多德曾编
写过全面讲述当时学问的讲义,
被西方奉为“百科全书之父”,
中国汉朝初年的《尔雅》,</span>
</span>
<br>
<span class="js_compPopTips" style="margin-top:50px; display:inline-block;"
content="1.这个tip显示在上边"
theme="yellow"
arrowposition="bottom"
arrowpositionoffset="left"
triggerType="hover">
<span>古希腊学者亚里士多德曾编
写过全面讲述当时学问的讲义,
被西方奉为“百科全书之父”,
中国汉朝初年的《尔雅》,</span>
</span>
<br>
<span class="js_compPopTips" style="margin-top:50px; display:inline-block;"
content="1.这个tip显示在上边"
theme="yellow"
arrowposition="bottom"
arrowpositionoffset="right"
triggerType="hover">
<span>古希腊学者亚里士多德曾编
写过全面讲述当时学问的讲义,
被西方奉为“百科全书之父”,
中国汉朝初年的《尔雅》,</span>
</span>
<script src="../../../../lib.js"></script>
<script src="../../../../config.js"></script>
<script>
JC.debug = true;
requirejs( [ 'JC.PopTips' ], function(){
});
</script>
</body>
</html>
| openjavascript/NewJC | modules/JC.PopTips/0.2/_demo/demo.normal_demo.html | HTML | mit | 6,051 |
<!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>Crap Engine 2: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Crap Engine 2
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacecrap.html">crap</a></li><li class="navelem"><a class="el" href="classcrap_1_1linear__allocator.html">linear_allocator</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">crap::linear_allocator Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classcrap_1_1linear__allocator.html">crap::linear_allocator</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classcrap_1_1linear__allocator.html#a5c83cd8e412b0fd869c0db033f30bde2">allocate</a>(uint32_t size, uint32_t alignment, uint32_t offset)</td><td class="entry"><a class="el" href="classcrap_1_1linear__allocator.html">crap::linear_allocator</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classcrap_1_1linear__allocator.html#ab20cb4ab268ebe9907bbc65e0281203e">allocation_size</a>(pointer_void address)</td><td class="entry"><a class="el" href="classcrap_1_1linear__allocator.html">crap::linear_allocator</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrap_1_1linear__allocator.html#ad24fca761b1e5a8efcad88dd49289eef">deallocate</a>(pointer_void pointer)</td><td class="entry"><a class="el" href="classcrap_1_1linear__allocator.html">crap::linear_allocator</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classcrap_1_1linear__allocator.html#a172dc88215455f34b047121ddb23ed19">linear_allocator</a>(pointer_void start, pointer_void end)</td><td class="entry"><a class="el" href="classcrap_1_1linear__allocator.html">crap::linear_allocator</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrap_1_1linear__allocator.html#a1caef970a097c32e6266ba996d42b8de">pointer_void</a> typedef</td><td class="entry"><a class="el" href="classcrap_1_1linear__allocator.html">crap::linear_allocator</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jan 7 2015 21:59:11 for Crap Engine 2 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
| stevenblaster/crapengine | doc/html/classcrap_1_1linear__allocator-members.html | HTML | mit | 5,878 |
<!DOCTYPE html><html lang="en-us" >
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Source Themes Academic 4.8.0">
<meta name="author" content="Usman Akhtar">
<meta name="description" content="Learn how to use Academic's docs layout for publishing online courses, software documentation, and tutorials.">
<link rel="alternate" hreflang="en-us" href="https://usmanakhtar.github.io/courses/example/">
<meta name="theme-color" content="hsl(339, 90%, 68%)">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-1/css/all.min.css" integrity="sha256-4w9DunooKSr3MFXHXWyFER38WmPdm361bQS/2KUWZbU=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css" integrity="sha256-Vzbj7sDDS/woiFS3uNKo8eIuni59rjyNGtXfstRzStA=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.1/styles/github.min.css" crossorigin="anonymous" title="hl-light" disabled>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.1/styles/dracula.min.css" crossorigin="anonymous" title="hl-dark">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.5.1/leaflet.css" integrity="sha256-SHMGCYmST46SoyGgo4YR/9AlK1vf3ff84Aq9yK4hdqM=" crossorigin="anonymous">
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.1.2/lazysizes.min.js" integrity="sha256-Md1qLToewPeKjfAHU1zyPwOutccPAm5tahnaw7Osw0A=" crossorigin="anonymous" async></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather%7CRoboto+Mono&display=swap">
<link rel="stylesheet" href="/css/academic.css">
<link rel="alternate" href="/courses/example/index.xml" type="application/rss+xml" title="Usman Akhtar">
<link rel="manifest" href="/index.webmanifest">
<link rel="icon" type="image/png" href="/images/icon_hufdd866d90d76849587aac6fbf27da1ac_464_32x32_fill_lanczos_center_2.png">
<link rel="apple-touch-icon" type="image/png" href="/images/icon_hufdd866d90d76849587aac6fbf27da1ac_464_192x192_fill_lanczos_center_2.png">
<link rel="canonical" href="https://usmanakhtar.github.io/courses/example/">
<meta property="twitter:card" content="summary">
<meta property="og:site_name" content="Usman Akhtar">
<meta property="og:url" content="https://usmanakhtar.github.io/courses/example/">
<meta property="og:title" content="Overview | Usman Akhtar">
<meta property="og:description" content="Learn how to use Academic's docs layout for publishing online courses, software documentation, and tutorials."><meta property="og:image" content="https://usmanakhtar.github.io/images/icon_hufdd866d90d76849587aac6fbf27da1ac_464_512x512_fill_lanczos_center_2.png">
<meta property="twitter:image" content="https://usmanakhtar.github.io/images/icon_hufdd866d90d76849587aac6fbf27da1ac_464_512x512_fill_lanczos_center_2.png"><meta property="og:locale" content="en-us">
<meta property="og:updated_time" content="2018-09-09T00:00:00+00:00">
<title>Overview | Usman Akhtar</title>
</head>
<body id="top" data-spy="scroll" data-offset="70" data-target="#TableOfContents" class="dark">
<aside class="search-results" id="search">
<div class="container">
<section class="search-header">
<div class="row no-gutters justify-content-between mb-3">
<div class="col-6">
<h1>Search</h1>
</div>
<div class="col-6 col-search-close">
<a class="js-search" href="#"><i class="fas fa-times-circle text-muted" aria-hidden="true"></i></a>
</div>
</div>
<div id="search-box">
<input name="q" id="search-query" placeholder="Search..." autocapitalize="off"
autocomplete="off" autocorrect="off" spellcheck="false" type="search">
</div>
</section>
<section class="section-search-results">
<div id="search-hits">
</div>
</section>
</div>
</aside>
<nav class="navbar navbar-expand-lg navbar-light compensate-for-scrollbar" id="navbar-main">
<div class="container">
<div class="d-none d-lg-inline-flex">
<a class="navbar-brand" href="/">Usman Akhtar</a>
</div>
<button type="button" class="navbar-toggler" data-toggle="collapse"
data-target="#navbar-content" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<span><i class="fas fa-bars"></i></span>
</button>
<div class="navbar-brand-mobile-wrapper d-inline-flex d-lg-none">
<a class="navbar-brand" href="/">Usman Akhtar</a>
</div>
<div class="navbar-collapse main-menu-item collapse justify-content-start" id="navbar-content">
<ul class="navbar-nav d-md-inline-flex">
<li class="nav-item">
<a class="nav-link " href="/#about"><span>Home</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#skills"><span>Skills</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#experience"><span>Experience</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#projects"><span>Projects</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#featured"><span>Publications</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#contact"><span>Contact</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/files/cv.pdf"><span>CV</span></a>
</li>
</ul>
</div>
<ul class="nav-icons navbar-nav flex-row ml-auto d-flex pl-md-2">
<li class="nav-item">
<a class="nav-link js-search" href="#" aria-label="Search"><i class="fas fa-search" aria-hidden="true"></i></a>
</li>
<li class="nav-item dropdown theme-dropdown">
<a href="#" class="nav-link js-theme-selector" data-toggle="dropdown" aria-haspopup="true">
<i class="fas fa-palette" aria-hidden="true"></i>
</a>
<div class="dropdown-menu">
<a href="#" class="dropdown-item js-set-theme-light">
<span>Light</span>
</a>
<a href="#" class="dropdown-item js-set-theme-dark">
<span>Dark</span>
</a>
<a href="#" class="dropdown-item js-set-theme-auto">
<span>Automatic</span>
</a>
</div>
</li>
</ul>
</div>
</nav>
<div class="container-fluid docs">
<div class="row flex-xl-nowrap">
<div class="col-12 col-md-3 col-xl-2 docs-sidebar">
<form class="docs-search d-flex align-items-center">
<button class="btn docs-toggle d-md-none p-0 mr-3" type="button" data-toggle="collapse" data-target="#docs-nav" aria-controls="docs-nav" aria-expanded="false" aria-label="Toggle section navigation">
<span><i class="fas fa-bars"></i></span>
</button>
<input name="q" type="search" class="form-control" placeholder="Search..." autocomplete="off">
</form>
<nav class="collapse docs-links" id="docs-nav">
<div class="docs-toc-item active">
<a class="docs-toc-link" href="/courses/example/">Overview</a>
</div>
<div class="docs-toc-item">
<a class="docs-toc-link" href="/courses/example/example1/">Example Topic</a>
<ul class="nav docs-sidenav">
<li >
<a href="/courses/example/example1/">Tips 1-2</a>
</li>
<li >
<a href="/courses/example/example2/">Tips 3-4</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="d-none d-xl-block col-xl-2 docs-toc">
<ul class="nav toc-top">
<li><a href="#" id="back_to_top" class="docs-toc-title">Contents</a></li>
</ul>
<nav id="TableOfContents">
<ul>
<li><a href="#flexibility">Flexibility</a></li>
<li><a href="#delete-tutorials">Delete tutorials</a></li>
<li><a href="#update-site-menu">Update site menu</a></li>
<li><a href="#update-the-docs-menu">Update the docs menu</a></li>
</ul>
</nav>
</div>
<main class="col-12 col-md-9 col-xl-8 py-md-3 pl-md-5 docs-content" role="main">
<article class="article">
<div class="docs-article-container">
<h1>Overview</h1>
<div class="article-style">
<h2 id="flexibility">Flexibility</h2>
<p>This feature can be used for publishing content such as:</p>
<ul>
<li><strong>Online courses</strong></li>
<li><strong>Project or software documentation</strong></li>
<li><strong>Tutorials</strong></li>
</ul>
<p>The <code>courses</code> folder may be renamed. For example, we can rename it to <code>docs</code> for software/project documentation or <code>tutorials</code> for creating an online course.</p>
<h2 id="delete-tutorials">Delete tutorials</h2>
<p><strong>To remove these pages, delete the <code>courses</code> folder and see below to delete the associated menu link.</strong></p>
<h2 id="update-site-menu">Update site menu</h2>
<p>After renaming or deleting the <code>courses</code> folder, you may wish to update any <code>[[main]]</code> menu links to it by editing your menu configuration at <code>config/_default/menus.toml</code>.</p>
<p>For example, if you delete this folder, you can remove the following from your menu configuration:</p>
<pre><code class="language-toml">[[main]]
name = "Courses"
url = "courses/"
weight = 50
</code></pre>
<p>Or, if you are creating a software documentation site, you can rename the <code>courses</code> folder to <code>docs</code> and update the associated <em>Courses</em> menu configuration to:</p>
<pre><code class="language-toml">[[main]]
name = "Docs"
url = "docs/"
weight = 50
</code></pre>
<h2 id="update-the-docs-menu">Update the docs menu</h2>
<p>If you use the <em>docs</em> layout, note that the name of the menu in the front matter should be in the form <code>[menu.X]</code> where <code>X</code> is the folder name. Hence, if you rename the <code>courses/example/</code> folder, you should also rename the menu definitions in the front matter of files within <code>courses/example/</code> from <code>[menu.example]</code> to <code>[menu.<NewFolderName>]</code>.</p>
</div>
<div class="article-widget">
<div class="post-nav">
</div>
</div>
</div>
<div class="body-footer">
<p>Last updated on Sep 9, 2018</p>
<p class="edit-page">
<a href="https://github.com/gcushen/hugo-academic/edit/master/content/courses/example/_index.md">
<i class="fas fa-pen pr-2"></i>Edit this page
</a>
</p>
<section id="comments">
</section>
</div>
</article>
<footer class="site-footer">
<p class="powered-by">
</p>
<p class="powered-by">
Contact Me for help!
<a href="" target="_blank" rel="noopener"></a>
<a href="" target="_blank" rel="noopener"></a>
</p>
</footer>
</main>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.4/imagesloaded.pkgd.min.js" integrity="sha256-lqvxZrPLtfffUl2G/e7szqSvPBILGbwmsGE1MKlOi0Q=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js" integrity="sha256-CBrpuqrMhXwcLLUd5tvQ4euBHCdh7wGlDfNz8vbu/iI=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js" integrity="sha256-yt2kYMy0w8AbtF89WXb2P1rfjcP/HTHLT7097U8Y5b8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.1/highlight.min.js" integrity="sha256-eOgo0OtLL4cdq7RdwRUiGKLX9XsIJ7nGhWEKbohmVAQ=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.1/languages/r.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.5.1/leaflet.js" integrity="sha256-EErZamuLefUnbMBQbsEqu1USa+btR2oIlCpBJbyD4/g=" crossorigin="anonymous"></script>
<script>const code_highlighting = true;</script>
<script>const isSiteThemeDark = true;</script>
<script>
const search_config = {"indexURI":"/index.json","minLength":1,"threshold":0.3};
const i18n = {"no_results":"No results found","placeholder":"Search...","results":"results found"};
const content_type = {
'post': "Posts",
'project': "Projects",
'publication' : "Publications",
'talk' : "Talks",
'slides' : "Slides"
};
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.1/anchor.min.js" integrity="sha256-pB/deHc9CGfFpJRjC43imB29Rse8tak+5eXqntO94ck=" crossorigin="anonymous"></script>
<script>
anchors.add();
</script>
<script id="search-hit-fuse-template" type="text/x-template">
<div class="search-hit" id="summary-{{key}}">
<div class="search-hit-content">
<div class="search-hit-name">
<a href="{{relpermalink}}">{{title}}</a>
<div class="article-metadata search-hit-type">{{type}}</div>
<p class="search-hit-description">{{snippet}}</p>
</div>
</div>
</div>
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.1/fuse.min.js" integrity="sha256-VzgmKYmhsGNNN4Ph1kMW+BjoYJM2jV5i4IlFoeZA9XI=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js" integrity="sha256-4HLtjeVgH0eIB3aZ9mLYF6E8oU5chNdjU6p6rrXpl9U=" crossorigin="anonymous"></script>
<script id="dsq-count-scr" src="https://.disqus.com/count.js" async></script>
<script src="/js/academic.min.37431be2d92d7fb0160054761ab79602.js"></script>
<div id="modal" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Cite</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre><code class="tex hljs"></code></pre>
</div>
<div class="modal-footer">
<a class="btn btn-outline-primary my-1 js-copy-cite" href="#" target="_blank">
<i class="fas fa-copy"></i> Copy
</a>
<a class="btn btn-outline-primary my-1 js-download-cite" href="#" target="_blank">
<i class="fas fa-download"></i> Download
</a>
<div id="modal-error"></div>
</div>
</div>
</div>
</div>
</body>
</html>
| usmanakhtar/usmanakhtar.github.io | courses/example/index.html | HTML | mit | 18,219 |
<div class="splash-container">
<div class="splash">
<h1 class="splash-head">Welcome to Stubber.js</h1>
<p class="splash-subhead">
Stubber.js is a quick and simple stub data provider.
</p>
<p>
<a href="#started" class="pure-button pure-button-primary">Get Started</a>
</p>
</div>
</div>
<div class="content-wrapper">
<div class="content">
<h2 class="content-head is-center">Stop wasting time building stubs</h2>
<div class="pure-g">
<div class="l-box pure-u-1 pure-u-med-1-2 pure-u-lrg-1-4">
<h3 class="content-subhead">
<i class="fa fa-rocket"></i>
Get Started Quickly
</h3>
<p>
Bla bla
</p>
</div>
<div class="l-box pure-u-1 pure-u-med-1-2 pure-u-lrg-1-4">
<h3 class="content-subhead">
<i class="fa fa-gears"></i>
Code Generation
</h3>
<p>
Bla bla
</p>
</div>
<div class="l-box pure-u-1 pure-u-med-1-2 pure-u-lrg-1-4">
<h3 class="content-subhead">
<i class="fa fa-th-large"></i>
Modular
</h3>
<p>
Bla bla
</p>
</div>
<div class="l-box pure-u-1 pure-u-med-1-2 pure-u-lrg-1-4">
<h3 class="content-subhead">
<i class="fa fa-check-square-o"></i>
Plays Nice
</h3>
<p>
Bla bla
</p>
</div>
</div>
</div>
<div class="ribbon l-box-lrg">
<h2 class="content-head content-head-ribbon">MIT Licensed for your Convience</h2>
<p>
Stubber.js is licensed under the permissive MIT License allowing you to basicallyd o whatever you what whenever you want.
</p>
</div>
</div> | jdarling/Stubber.js | webroot/stubber/partials/index.html | HTML | mit | 1,725 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LCOV - coverage.info - /usr/include/c++/4.8/bits/vector.tcc</title>
<link rel="stylesheet" type="text/css" href="../../../../../gcov.css">
</head>
<body>
<table width="100%" border=0 cellspacing=0 cellpadding=0>
<tr><td class="title">LCOV - code coverage report</td></tr>
<tr><td class="ruler"><img src="../../../../../glass.png" width=3 height=3 alt=""></td></tr>
<tr>
<td width="100%">
<table cellpadding=1 border=0 width="100%">
<tr>
<td width="10%" class="headerItem">Current view:</td>
<td width="35%" class="headerValue"><a href="../../../../../index.html">top level</a> - <a href="index.html">usr/include/c++/4.8/bits</a> - vector.tcc<span style="font-size: 80%;"> (source / <a href="vector.tcc.func.html">functions</a>)</span></td>
<td width="5%"></td>
<td width="15%"></td>
<td width="10%" class="headerCovTableHead">Hit</td>
<td width="10%" class="headerCovTableHead">Total</td>
<td width="15%" class="headerCovTableHead">Coverage</td>
</tr>
<tr>
<td class="headerItem">Test:</td>
<td class="headerValue">coverage.info</td>
<td></td>
<td class="headerItem">Lines:</td>
<td class="headerCovTableEntry">37</td>
<td class="headerCovTableEntry">39</td>
<td class="headerCovTableEntryHi">94.9 %</td>
</tr>
<tr>
<td class="headerItem">Date:</td>
<td class="headerValue">2016-06-15</td>
<td></td>
<td class="headerItem">Functions:</td>
<td class="headerCovTableEntry">4</td>
<td class="headerCovTableEntry">11</td>
<td class="headerCovTableEntryLo">36.4 %</td>
</tr>
<tr><td><img src="../../../../../glass.png" width=3 height=3 alt=""></td></tr>
</table>
</td>
</tr>
<tr><td class="ruler"><img src="../../../../../glass.png" width=3 height=3 alt=""></td></tr>
</table>
<table cellpadding=0 cellspacing=0 border=0>
<tr>
<td><br></td>
</tr>
<tr>
<td>
<pre class="sourceHeading"> Line data Source code</pre>
<pre class="source">
<a name="1"><span class="lineNum"> 1 </span> : // Vector implementation (out of line) -*- C++ -*-</a>
<span class="lineNum"> 2 </span> :
<span class="lineNum"> 3 </span> : // Copyright (C) 2001-2013 Free Software Foundation, Inc.
<span class="lineNum"> 4 </span> : //
<span class="lineNum"> 5 </span> : // This file is part of the GNU ISO C++ Library. This library is free
<span class="lineNum"> 6 </span> : // software; you can redistribute it and/or modify it under the
<span class="lineNum"> 7 </span> : // terms of the GNU General Public License as published by the
<span class="lineNum"> 8 </span> : // Free Software Foundation; either version 3, or (at your option)
<span class="lineNum"> 9 </span> : // any later version.
<span class="lineNum"> 10 </span> :
<span class="lineNum"> 11 </span> : // This library is distributed in the hope that it will be useful,
<span class="lineNum"> 12 </span> : // but WITHOUT ANY WARRANTY; without even the implied warranty of
<span class="lineNum"> 13 </span> : // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
<span class="lineNum"> 14 </span> : // GNU General Public License for more details.
<span class="lineNum"> 15 </span> :
<span class="lineNum"> 16 </span> : // Under Section 7 of GPL version 3, you are granted additional
<span class="lineNum"> 17 </span> : // permissions described in the GCC Runtime Library Exception, version
<span class="lineNum"> 18 </span> : // 3.1, as published by the Free Software Foundation.
<span class="lineNum"> 19 </span> :
<span class="lineNum"> 20 </span> : // You should have received a copy of the GNU General Public License and
<span class="lineNum"> 21 </span> : // a copy of the GCC Runtime Library Exception along with this program;
<span class="lineNum"> 22 </span> : // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
<span class="lineNum"> 23 </span> : // <http://www.gnu.org/licenses/>.
<span class="lineNum"> 24 </span> :
<span class="lineNum"> 25 </span> : /*
<span class="lineNum"> 26 </span> : *
<span class="lineNum"> 27 </span> : * Copyright (c) 1994
<span class="lineNum"> 28 </span> : * Hewlett-Packard Company
<span class="lineNum"> 29 </span> : *
<span class="lineNum"> 30 </span> : * Permission to use, copy, modify, distribute and sell this software
<span class="lineNum"> 31 </span> : * and its documentation for any purpose is hereby granted without fee,
<span class="lineNum"> 32 </span> : * provided that the above copyright notice appear in all copies and
<span class="lineNum"> 33 </span> : * that both that copyright notice and this permission notice appear
<span class="lineNum"> 34 </span> : * in supporting documentation. Hewlett-Packard Company makes no
<span class="lineNum"> 35 </span> : * representations about the suitability of this software for any
<span class="lineNum"> 36 </span> : * purpose. It is provided "as is" without express or implied warranty.
<span class="lineNum"> 37 </span> : *
<span class="lineNum"> 38 </span> : *
<span class="lineNum"> 39 </span> : * Copyright (c) 1996
<span class="lineNum"> 40 </span> : * Silicon Graphics Computer Systems, Inc.
<span class="lineNum"> 41 </span> : *
<span class="lineNum"> 42 </span> : * Permission to use, copy, modify, distribute and sell this software
<span class="lineNum"> 43 </span> : * and its documentation for any purpose is hereby granted without fee,
<span class="lineNum"> 44 </span> : * provided that the above copyright notice appear in all copies and
<span class="lineNum"> 45 </span> : * that both that copyright notice and this permission notice appear
<span class="lineNum"> 46 </span> : * in supporting documentation. Silicon Graphics makes no
<span class="lineNum"> 47 </span> : * representations about the suitability of this software for any
<span class="lineNum"> 48 </span> : * purpose. It is provided "as is" without express or implied warranty.
<span class="lineNum"> 49 </span> : */
<span class="lineNum"> 50 </span> :
<span class="lineNum"> 51 </span> : /** @file bits/vector.tcc
<span class="lineNum"> 52 </span> : * This is an internal header file, included by other library headers.
<span class="lineNum"> 53 </span> : * Do not attempt to use it directly. @headername{vector}
<span class="lineNum"> 54 </span> : */
<span class="lineNum"> 55 </span> :
<span class="lineNum"> 56 </span> : #ifndef _VECTOR_TCC
<span class="lineNum"> 57 </span> : #define _VECTOR_TCC 1
<span class="lineNum"> 58 </span> :
<span class="lineNum"> 59 </span> : namespace std _GLIBCXX_VISIBILITY(default)
<span class="lineNum"> 60 </span> : {
<span class="lineNum"> 61 </span> : _GLIBCXX_BEGIN_NAMESPACE_CONTAINER
<span class="lineNum"> 62 </span> :
<a name="63"><span class="lineNum"> 63 </span> : template<typename _Tp, typename _Alloc></a>
<span class="lineNum"> 64 </span> : void
<span class="lineNum"> 65 </span><span class="lineCov"> 9048 : vector<_Tp, _Alloc>::</span>
<span class="lineNum"> 66 </span> : reserve(size_type __n)
<span class="lineNum"> 67 </span> : {
<span class="lineNum"> 68 </span><span class="lineCov"> 9048 : if (__n > this->max_size())</span>
<span class="lineNum"> 69 </span><span class="lineNoCov"> 0 : __throw_length_error(__N("vector::reserve"));</span>
<span class="lineNum"> 70 </span><span class="lineCov"> 9048 : if (this->capacity() < __n)</span>
<span class="lineNum"> 71 </span> : {
<span class="lineNum"> 72 </span><span class="lineCov"> 9048 : const size_type __old_size = size();</span>
<span class="lineNum"> 73 </span> : pointer __tmp = _M_allocate_and_copy(__n,
<span class="lineNum"> 74 </span> : _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(this->_M_impl._M_start),
<span class="lineNum"> 75 </span><span class="lineCov"> 9048 : _GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(this->_M_impl._M_finish));</span>
<span class="lineNum"> 76 </span><span class="lineCov"> 9048 : std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,</span>
<span class="lineNum"> 77 </span><span class="lineCov"> 9048 : _M_get_Tp_allocator());</span>
<span class="lineNum"> 78 </span><span class="lineCov"> 9048 : _M_deallocate(this->_M_impl._M_start,</span>
<span class="lineNum"> 79 </span> : this->_M_impl._M_end_of_storage
<span class="lineNum"> 80 </span><span class="lineCov"> 9048 : - this->_M_impl._M_start);</span>
<span class="lineNum"> 81 </span><span class="lineCov"> 9048 : this->_M_impl._M_start = __tmp;</span>
<span class="lineNum"> 82 </span><span class="lineCov"> 9048 : this->_M_impl._M_finish = __tmp + __old_size;</span>
<span class="lineNum"> 83 </span><span class="lineCov"> 9048 : this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;</span>
<span class="lineNum"> 84 </span> : }
<span class="lineNum"> 85 </span><span class="lineCov"> 9048 : }</span>
<span class="lineNum"> 86 </span> :
<span class="lineNum"> 87 </span> : #if __cplusplus >= 201103L
<span class="lineNum"> 88 </span> : template<typename _Tp, typename _Alloc>
<a name="89"><span class="lineNum"> 89 </span> : template<typename... _Args></a>
<span class="lineNum"> 90 </span> : void
<span class="lineNum"> 91 </span><span class="lineCov"> 18096 : vector<_Tp, _Alloc>::</span>
<span class="lineNum"> 92 </span> : emplace_back(_Args&&... __args)
<span class="lineNum"> 93 </span> : {
<span class="lineNum"> 94 </span><span class="lineCov"> 18096 : if (this->_M_impl._M_finish != this->_M_impl._M_end_of_storage)</span>
<span class="lineNum"> 95 </span> : {
<span class="lineNum"> 96 </span><span class="lineCov"> 18096 : _Alloc_traits::construct(this->_M_impl, this->_M_impl._M_finish,</span>
<span class="lineNum"> 97 </span><span class="lineCov"> 18096 : std::forward<_Args>(__args)...);</span>
<span class="lineNum"> 98 </span><span class="lineCov"> 18096 : ++this->_M_impl._M_finish;</span>
<span class="lineNum"> 99 </span> : }
<span class="lineNum"> 100 </span> : else
<span class="lineNum"> 101 </span><span class="lineNoCov"> 0 : _M_emplace_back_aux(std::forward<_Args>(__args)...);</span>
<span class="lineNum"> 102 </span><span class="lineCov"> 18096 : }</span>
<span class="lineNum"> 103 </span> : #endif
<span class="lineNum"> 104 </span> :
<span class="lineNum"> 105 </span> : template<typename _Tp, typename _Alloc>
<span class="lineNum"> 106 </span> : typename vector<_Tp, _Alloc>::iterator
<span class="lineNum"> 107 </span> : vector<_Tp, _Alloc>::
<span class="lineNum"> 108 </span> : insert(iterator __position, const value_type& __x)
<span class="lineNum"> 109 </span> : {
<span class="lineNum"> 110 </span> : const size_type __n = __position - begin();
<span class="lineNum"> 111 </span> : if (this->_M_impl._M_finish != this->_M_impl._M_end_of_storage
<span class="lineNum"> 112 </span> : && __position == end())
<span class="lineNum"> 113 </span> : {
<span class="lineNum"> 114 </span> : _Alloc_traits::construct(this->_M_impl, this->_M_impl._M_finish, __x);
<span class="lineNum"> 115 </span> : ++this->_M_impl._M_finish;
<span class="lineNum"> 116 </span> : }
<span class="lineNum"> 117 </span> : else
<span class="lineNum"> 118 </span> : {
<span class="lineNum"> 119 </span> : #if __cplusplus >= 201103L
<span class="lineNum"> 120 </span> : if (this->_M_impl._M_finish != this->_M_impl._M_end_of_storage)
<span class="lineNum"> 121 </span> : {
<span class="lineNum"> 122 </span> : _Tp __x_copy = __x;
<span class="lineNum"> 123 </span> : _M_insert_aux(__position, std::move(__x_copy));
<span class="lineNum"> 124 </span> : }
<span class="lineNum"> 125 </span> : else
<span class="lineNum"> 126 </span> : #endif
<span class="lineNum"> 127 </span> : _M_insert_aux(__position, __x);
<span class="lineNum"> 128 </span> : }
<span class="lineNum"> 129 </span> : return iterator(this->_M_impl._M_start + __n);
<span class="lineNum"> 130 </span> : }
<span class="lineNum"> 131 </span> :
<span class="lineNum"> 132 </span> : template<typename _Tp, typename _Alloc>
<span class="lineNum"> 133 </span> : typename vector<_Tp, _Alloc>::iterator
<span class="lineNum"> 134 </span> : vector<_Tp, _Alloc>::
<span class="lineNum"> 135 </span> : erase(iterator __position)
<span class="lineNum"> 136 </span> : {
<span class="lineNum"> 137 </span> : if (__position + 1 != end())
<span class="lineNum"> 138 </span> : _GLIBCXX_MOVE3(__position + 1, end(), __position);
<span class="lineNum"> 139 </span> : --this->_M_impl._M_finish;
<span class="lineNum"> 140 </span> : _Alloc_traits::destroy(this->_M_impl, this->_M_impl._M_finish);
<span class="lineNum"> 141 </span> : return __position;
<span class="lineNum"> 142 </span> : }
<span class="lineNum"> 143 </span> :
<span class="lineNum"> 144 </span> : template<typename _Tp, typename _Alloc>
<span class="lineNum"> 145 </span> : typename vector<_Tp, _Alloc>::iterator
<span class="lineNum"> 146 </span> : vector<_Tp, _Alloc>::
<span class="lineNum"> 147 </span> : erase(iterator __first, iterator __last)
<span class="lineNum"> 148 </span> : {
<span class="lineNum"> 149 </span> : if (__first != __last)
<span class="lineNum"> 150 </span> : {
<span class="lineNum"> 151 </span> : if (__last != end())
<span class="lineNum"> 152 </span> : _GLIBCXX_MOVE3(__last, end(), __first);
<span class="lineNum"> 153 </span> : _M_erase_at_end(__first.base() + (end() - __last));
<span class="lineNum"> 154 </span> : }
<span class="lineNum"> 155 </span> : return __first;
<span class="lineNum"> 156 </span> : }
<span class="lineNum"> 157 </span> :
<span class="lineNum"> 158 </span> : template<typename _Tp, typename _Alloc>
<span class="lineNum"> 159 </span> : vector<_Tp, _Alloc>&
<span class="lineNum"> 160 </span> : vector<_Tp, _Alloc>::
<span class="lineNum"> 161 </span> : operator=(const vector<_Tp, _Alloc>& __x)
<span class="lineNum"> 162 </span> : {
<span class="lineNum"> 163 </span> : if (&__x != this)
<span class="lineNum"> 164 </span> : {
<span class="lineNum"> 165 </span> : #if __cplusplus >= 201103L
<span class="lineNum"> 166 </span> : if (_Alloc_traits::_S_propagate_on_copy_assign())
<span class="lineNum"> 167 </span> : {
<span class="lineNum"> 168 </span> : if (!_Alloc_traits::_S_always_equal()
<span class="lineNum"> 169 </span> : && _M_get_Tp_allocator() != __x._M_get_Tp_allocator())
<span class="lineNum"> 170 </span> : {
<span class="lineNum"> 171 </span> : // replacement allocator cannot free existing storage
<span class="lineNum"> 172 </span> : this->clear();
<span class="lineNum"> 173 </span> : _M_deallocate(this->_M_impl._M_start,
<span class="lineNum"> 174 </span> : this->_M_impl._M_end_of_storage
<span class="lineNum"> 175 </span> : - this->_M_impl._M_start);
<span class="lineNum"> 176 </span> : this->_M_impl._M_start = nullptr;
<span class="lineNum"> 177 </span> : this->_M_impl._M_finish = nullptr;
<span class="lineNum"> 178 </span> : this->_M_impl._M_end_of_storage = nullptr;
<span class="lineNum"> 179 </span> : }
<span class="lineNum"> 180 </span> : std::__alloc_on_copy(_M_get_Tp_allocator(),
<span class="lineNum"> 181 </span> : __x._M_get_Tp_allocator());
<span class="lineNum"> 182 </span> : }
<span class="lineNum"> 183 </span> : #endif
<span class="lineNum"> 184 </span> : const size_type __xlen = __x.size();
<span class="lineNum"> 185 </span> : if (__xlen > capacity())
<span class="lineNum"> 186 </span> : {
<span class="lineNum"> 187 </span> : pointer __tmp = _M_allocate_and_copy(__xlen, __x.begin(),
<span class="lineNum"> 188 </span> : __x.end());
<span class="lineNum"> 189 </span> : std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
<span class="lineNum"> 190 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 191 </span> : _M_deallocate(this->_M_impl._M_start,
<span class="lineNum"> 192 </span> : this->_M_impl._M_end_of_storage
<span class="lineNum"> 193 </span> : - this->_M_impl._M_start);
<span class="lineNum"> 194 </span> : this->_M_impl._M_start = __tmp;
<span class="lineNum"> 195 </span> : this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __xlen;
<span class="lineNum"> 196 </span> : }
<span class="lineNum"> 197 </span> : else if (size() >= __xlen)
<span class="lineNum"> 198 </span> : {
<span class="lineNum"> 199 </span> : std::_Destroy(std::copy(__x.begin(), __x.end(), begin()),
<span class="lineNum"> 200 </span> : end(), _M_get_Tp_allocator());
<span class="lineNum"> 201 </span> : }
<span class="lineNum"> 202 </span> : else
<span class="lineNum"> 203 </span> : {
<span class="lineNum"> 204 </span> : std::copy(__x._M_impl._M_start, __x._M_impl._M_start + size(),
<span class="lineNum"> 205 </span> : this->_M_impl._M_start);
<span class="lineNum"> 206 </span> : std::__uninitialized_copy_a(__x._M_impl._M_start + size(),
<span class="lineNum"> 207 </span> : __x._M_impl._M_finish,
<span class="lineNum"> 208 </span> : this->_M_impl._M_finish,
<span class="lineNum"> 209 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 210 </span> : }
<span class="lineNum"> 211 </span> : this->_M_impl._M_finish = this->_M_impl._M_start + __xlen;
<span class="lineNum"> 212 </span> : }
<span class="lineNum"> 213 </span> : return *this;
<span class="lineNum"> 214 </span> : }
<span class="lineNum"> 215 </span> :
<span class="lineNum"> 216 </span> : template<typename _Tp, typename _Alloc>
<span class="lineNum"> 217 </span> : void
<span class="lineNum"> 218 </span> : vector<_Tp, _Alloc>::
<span class="lineNum"> 219 </span> : _M_fill_assign(size_t __n, const value_type& __val)
<span class="lineNum"> 220 </span> : {
<span class="lineNum"> 221 </span> : if (__n > capacity())
<span class="lineNum"> 222 </span> : {
<span class="lineNum"> 223 </span> : vector __tmp(__n, __val, _M_get_Tp_allocator());
<span class="lineNum"> 224 </span> : __tmp.swap(*this);
<span class="lineNum"> 225 </span> : }
<span class="lineNum"> 226 </span> : else if (__n > size())
<span class="lineNum"> 227 </span> : {
<span class="lineNum"> 228 </span> : std::fill(begin(), end(), __val);
<span class="lineNum"> 229 </span> : std::__uninitialized_fill_n_a(this->_M_impl._M_finish,
<span class="lineNum"> 230 </span> : __n - size(), __val,
<span class="lineNum"> 231 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 232 </span> : this->_M_impl._M_finish += __n - size();
<span class="lineNum"> 233 </span> : }
<span class="lineNum"> 234 </span> : else
<span class="lineNum"> 235 </span> : _M_erase_at_end(std::fill_n(this->_M_impl._M_start, __n, __val));
<span class="lineNum"> 236 </span> : }
<span class="lineNum"> 237 </span> :
<span class="lineNum"> 238 </span> : template<typename _Tp, typename _Alloc>
<span class="lineNum"> 239 </span> : template<typename _InputIterator>
<span class="lineNum"> 240 </span> : void
<span class="lineNum"> 241 </span> : vector<_Tp, _Alloc>::
<span class="lineNum"> 242 </span> : _M_assign_aux(_InputIterator __first, _InputIterator __last,
<span class="lineNum"> 243 </span> : std::input_iterator_tag)
<span class="lineNum"> 244 </span> : {
<span class="lineNum"> 245 </span> : pointer __cur(this->_M_impl._M_start);
<span class="lineNum"> 246 </span> : for (; __first != __last && __cur != this->_M_impl._M_finish;
<span class="lineNum"> 247 </span> : ++__cur, ++__first)
<span class="lineNum"> 248 </span> : *__cur = *__first;
<span class="lineNum"> 249 </span> : if (__first == __last)
<span class="lineNum"> 250 </span> : _M_erase_at_end(__cur);
<span class="lineNum"> 251 </span> : else
<span class="lineNum"> 252 </span> : insert(end(), __first, __last);
<span class="lineNum"> 253 </span> : }
<span class="lineNum"> 254 </span> :
<span class="lineNum"> 255 </span> : template<typename _Tp, typename _Alloc>
<span class="lineNum"> 256 </span> : template<typename _ForwardIterator>
<span class="lineNum"> 257 </span> : void
<span class="lineNum"> 258 </span> : vector<_Tp, _Alloc>::
<span class="lineNum"> 259 </span> : _M_assign_aux(_ForwardIterator __first, _ForwardIterator __last,
<span class="lineNum"> 260 </span> : std::forward_iterator_tag)
<span class="lineNum"> 261 </span> : {
<span class="lineNum"> 262 </span> : const size_type __len = std::distance(__first, __last);
<span class="lineNum"> 263 </span> :
<span class="lineNum"> 264 </span> : if (__len > capacity())
<span class="lineNum"> 265 </span> : {
<span class="lineNum"> 266 </span> : pointer __tmp(_M_allocate_and_copy(__len, __first, __last));
<span class="lineNum"> 267 </span> : std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
<span class="lineNum"> 268 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 269 </span> : _M_deallocate(this->_M_impl._M_start,
<span class="lineNum"> 270 </span> : this->_M_impl._M_end_of_storage
<span class="lineNum"> 271 </span> : - this->_M_impl._M_start);
<span class="lineNum"> 272 </span> : this->_M_impl._M_start = __tmp;
<span class="lineNum"> 273 </span> : this->_M_impl._M_finish = this->_M_impl._M_start + __len;
<span class="lineNum"> 274 </span> : this->_M_impl._M_end_of_storage = this->_M_impl._M_finish;
<span class="lineNum"> 275 </span> : }
<span class="lineNum"> 276 </span> : else if (size() >= __len)
<span class="lineNum"> 277 </span> : _M_erase_at_end(std::copy(__first, __last, this->_M_impl._M_start));
<span class="lineNum"> 278 </span> : else
<span class="lineNum"> 279 </span> : {
<span class="lineNum"> 280 </span> : _ForwardIterator __mid = __first;
<span class="lineNum"> 281 </span> : std::advance(__mid, size());
<span class="lineNum"> 282 </span> : std::copy(__first, __mid, this->_M_impl._M_start);
<span class="lineNum"> 283 </span> : this->_M_impl._M_finish =
<span class="lineNum"> 284 </span> : std::__uninitialized_copy_a(__mid, __last,
<span class="lineNum"> 285 </span> : this->_M_impl._M_finish,
<span class="lineNum"> 286 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 287 </span> : }
<span class="lineNum"> 288 </span> : }
<span class="lineNum"> 289 </span> :
<span class="lineNum"> 290 </span> : #if __cplusplus >= 201103L
<span class="lineNum"> 291 </span> : template<typename _Tp, typename _Alloc>
<span class="lineNum"> 292 </span> : template<typename... _Args>
<span class="lineNum"> 293 </span> : typename vector<_Tp, _Alloc>::iterator
<span class="lineNum"> 294 </span> : vector<_Tp, _Alloc>::
<span class="lineNum"> 295 </span> : emplace(iterator __position, _Args&&... __args)
<span class="lineNum"> 296 </span> : {
<span class="lineNum"> 297 </span> : const size_type __n = __position - begin();
<span class="lineNum"> 298 </span> : if (this->_M_impl._M_finish != this->_M_impl._M_end_of_storage
<span class="lineNum"> 299 </span> : && __position == end())
<span class="lineNum"> 300 </span> : {
<span class="lineNum"> 301 </span> : _Alloc_traits::construct(this->_M_impl, this->_M_impl._M_finish,
<span class="lineNum"> 302 </span> : std::forward<_Args>(__args)...);
<span class="lineNum"> 303 </span> : ++this->_M_impl._M_finish;
<span class="lineNum"> 304 </span> : }
<span class="lineNum"> 305 </span> : else
<span class="lineNum"> 306 </span> : _M_insert_aux(__position, std::forward<_Args>(__args)...);
<span class="lineNum"> 307 </span> : return iterator(this->_M_impl._M_start + __n);
<span class="lineNum"> 308 </span> : }
<span class="lineNum"> 309 </span> :
<span class="lineNum"> 310 </span> : template<typename _Tp, typename _Alloc>
<span class="lineNum"> 311 </span> : template<typename... _Args>
<span class="lineNum"> 312 </span> : void
<span class="lineNum"> 313 </span> : vector<_Tp, _Alloc>::
<span class="lineNum"> 314 </span> : _M_insert_aux(iterator __position, _Args&&... __args)
<span class="lineNum"> 315 </span> : #else
<span class="lineNum"> 316 </span> : template<typename _Tp, typename _Alloc>
<span class="lineNum"> 317 </span> : void
<span class="lineNum"> 318 </span> : vector<_Tp, _Alloc>::
<span class="lineNum"> 319 </span> : _M_insert_aux(iterator __position, const _Tp& __x)
<span class="lineNum"> 320 </span> : #endif
<span class="lineNum"> 321 </span> : {
<span class="lineNum"> 322 </span> : if (this->_M_impl._M_finish != this->_M_impl._M_end_of_storage)
<span class="lineNum"> 323 </span> : {
<span class="lineNum"> 324 </span> : _Alloc_traits::construct(this->_M_impl, this->_M_impl._M_finish,
<span class="lineNum"> 325 </span> : _GLIBCXX_MOVE(*(this->_M_impl._M_finish
<span class="lineNum"> 326 </span> : - 1)));
<span class="lineNum"> 327 </span> : ++this->_M_impl._M_finish;
<span class="lineNum"> 328 </span> : #if __cplusplus < 201103L
<span class="lineNum"> 329 </span> : _Tp __x_copy = __x;
<span class="lineNum"> 330 </span> : #endif
<span class="lineNum"> 331 </span> : _GLIBCXX_MOVE_BACKWARD3(__position.base(),
<span class="lineNum"> 332 </span> : this->_M_impl._M_finish - 2,
<span class="lineNum"> 333 </span> : this->_M_impl._M_finish - 1);
<span class="lineNum"> 334 </span> : #if __cplusplus < 201103L
<span class="lineNum"> 335 </span> : *__position = __x_copy;
<span class="lineNum"> 336 </span> : #else
<span class="lineNum"> 337 </span> : *__position = _Tp(std::forward<_Args>(__args)...);
<span class="lineNum"> 338 </span> : #endif
<span class="lineNum"> 339 </span> : }
<span class="lineNum"> 340 </span> : else
<span class="lineNum"> 341 </span> : {
<span class="lineNum"> 342 </span> : const size_type __len =
<span class="lineNum"> 343 </span> : _M_check_len(size_type(1), "vector::_M_insert_aux");
<span class="lineNum"> 344 </span> : const size_type __elems_before = __position - begin();
<span class="lineNum"> 345 </span> : pointer __new_start(this->_M_allocate(__len));
<span class="lineNum"> 346 </span> : pointer __new_finish(__new_start);
<span class="lineNum"> 347 </span> : __try
<span class="lineNum"> 348 </span> : {
<span class="lineNum"> 349 </span> : // The order of the three operations is dictated by the C++0x
<span class="lineNum"> 350 </span> : // case, where the moves could alter a new element belonging
<span class="lineNum"> 351 </span> : // to the existing vector. This is an issue only for callers
<span class="lineNum"> 352 </span> : // taking the element by const lvalue ref (see 23.1/13).
<span class="lineNum"> 353 </span> : _Alloc_traits::construct(this->_M_impl,
<span class="lineNum"> 354 </span> : __new_start + __elems_before,
<span class="lineNum"> 355 </span> : #if __cplusplus >= 201103L
<span class="lineNum"> 356 </span> : std::forward<_Args>(__args)...);
<span class="lineNum"> 357 </span> : #else
<span class="lineNum"> 358 </span> : __x);
<span class="lineNum"> 359 </span> : #endif
<span class="lineNum"> 360 </span> : __new_finish = 0;
<span class="lineNum"> 361 </span> :
<span class="lineNum"> 362 </span> : __new_finish
<span class="lineNum"> 363 </span> : = std::__uninitialized_move_if_noexcept_a
<span class="lineNum"> 364 </span> : (this->_M_impl._M_start, __position.base(),
<span class="lineNum"> 365 </span> : __new_start, _M_get_Tp_allocator());
<span class="lineNum"> 366 </span> :
<span class="lineNum"> 367 </span> : ++__new_finish;
<span class="lineNum"> 368 </span> :
<span class="lineNum"> 369 </span> : __new_finish
<span class="lineNum"> 370 </span> : = std::__uninitialized_move_if_noexcept_a
<span class="lineNum"> 371 </span> : (__position.base(), this->_M_impl._M_finish,
<span class="lineNum"> 372 </span> : __new_finish, _M_get_Tp_allocator());
<span class="lineNum"> 373 </span> : }
<span class="lineNum"> 374 </span> : __catch(...)
<span class="lineNum"> 375 </span> : {
<span class="lineNum"> 376 </span> : if (!__new_finish)
<span class="lineNum"> 377 </span> : _Alloc_traits::destroy(this->_M_impl,
<span class="lineNum"> 378 </span> : __new_start + __elems_before);
<span class="lineNum"> 379 </span> : else
<span class="lineNum"> 380 </span> : std::_Destroy(__new_start, __new_finish, _M_get_Tp_allocator());
<span class="lineNum"> 381 </span> : _M_deallocate(__new_start, __len);
<span class="lineNum"> 382 </span> : __throw_exception_again;
<span class="lineNum"> 383 </span> : }
<span class="lineNum"> 384 </span> : std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
<span class="lineNum"> 385 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 386 </span> : _M_deallocate(this->_M_impl._M_start,
<span class="lineNum"> 387 </span> : this->_M_impl._M_end_of_storage
<span class="lineNum"> 388 </span> : - this->_M_impl._M_start);
<span class="lineNum"> 389 </span> : this->_M_impl._M_start = __new_start;
<span class="lineNum"> 390 </span> : this->_M_impl._M_finish = __new_finish;
<span class="lineNum"> 391 </span> : this->_M_impl._M_end_of_storage = __new_start + __len;
<span class="lineNum"> 392 </span> : }
<span class="lineNum"> 393 </span> : }
<span class="lineNum"> 394 </span> :
<span class="lineNum"> 395 </span> : #if __cplusplus >= 201103L
<span class="lineNum"> 396 </span> : template<typename _Tp, typename _Alloc>
<a name="397"><span class="lineNum"> 397 </span> : template<typename... _Args></a>
<span class="lineNum"> 398 </span> : void
<span class="lineNum"> 399 </span><span class="lineCov"> 9656 : vector<_Tp, _Alloc>::</span>
<span class="lineNum"> 400 </span> : _M_emplace_back_aux(_Args&&... __args)
<span class="lineNum"> 401 </span> : {
<span class="lineNum"> 402 </span> : const size_type __len =
<span class="lineNum"> 403 </span><span class="lineCov"> 9656 : _M_check_len(size_type(1), "vector::_M_emplace_back_aux");</span>
<span class="lineNum"> 404 </span><span class="lineCov"> 9656 : pointer __new_start(this->_M_allocate(__len));</span>
<span class="lineNum"> 405 </span><span class="lineCov"> 9656 : pointer __new_finish(__new_start);</span>
<span class="lineNum"> 406 </span> : __try
<span class="lineNum"> 407 </span> : {
<span class="lineNum"> 408 </span><span class="lineCov"> 19312 : _Alloc_traits::construct(this->_M_impl, __new_start + size(),</span>
<span class="lineNum"> 409 </span><span class="lineCov"> 19312 : std::forward<_Args>(__args)...);</span>
<span class="lineNum"> 410 </span><span class="lineCov"> 9656 : __new_finish = 0;</span>
<span class="lineNum"> 411 </span> :
<span class="lineNum"> 412 </span><span class="lineCov"> 9656 : __new_finish</span>
<span class="lineNum"> 413 </span> : = std::__uninitialized_move_if_noexcept_a
<span class="lineNum"> 414 </span> : (this->_M_impl._M_start, this->_M_impl._M_finish,
<span class="lineNum"> 415 </span><span class="lineCov"> 9656 : __new_start, _M_get_Tp_allocator());</span>
<span class="lineNum"> 416 </span> :
<span class="lineNum"> 417 </span><span class="lineCov"> 9656 : ++__new_finish;</span>
<span class="lineNum"> 418 </span> : }
<span class="lineNum"> 419 </span> : __catch(...)
<span class="lineNum"> 420 </span> : {
<span class="lineNum"> 421 </span> : if (!__new_finish)
<span class="lineNum"> 422 </span> : _Alloc_traits::destroy(this->_M_impl, __new_start + size());
<span class="lineNum"> 423 </span> : else
<span class="lineNum"> 424 </span> : std::_Destroy(__new_start, __new_finish, _M_get_Tp_allocator());
<span class="lineNum"> 425 </span> : _M_deallocate(__new_start, __len);
<span class="lineNum"> 426 </span> : __throw_exception_again;
<span class="lineNum"> 427 </span> : }
<span class="lineNum"> 428 </span><span class="lineCov"> 9656 : std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,</span>
<span class="lineNum"> 429 </span><span class="lineCov"> 9656 : _M_get_Tp_allocator());</span>
<span class="lineNum"> 430 </span><span class="lineCov"> 9656 : _M_deallocate(this->_M_impl._M_start,</span>
<span class="lineNum"> 431 </span> : this->_M_impl._M_end_of_storage
<span class="lineNum"> 432 </span><span class="lineCov"> 9656 : - this->_M_impl._M_start);</span>
<span class="lineNum"> 433 </span><span class="lineCov"> 9656 : this->_M_impl._M_start = __new_start;</span>
<span class="lineNum"> 434 </span><span class="lineCov"> 9656 : this->_M_impl._M_finish = __new_finish;</span>
<span class="lineNum"> 435 </span><span class="lineCov"> 9656 : this->_M_impl._M_end_of_storage = __new_start + __len;</span>
<span class="lineNum"> 436 </span><span class="lineCov"> 9656 : }</span>
<span class="lineNum"> 437 </span> : #endif
<span class="lineNum"> 438 </span> :
<span class="lineNum"> 439 </span> : template<typename _Tp, typename _Alloc>
<span class="lineNum"> 440 </span> : void
<span class="lineNum"> 441 </span> : vector<_Tp, _Alloc>::
<span class="lineNum"> 442 </span> : _M_fill_insert(iterator __position, size_type __n, const value_type& __x)
<span class="lineNum"> 443 </span> : {
<span class="lineNum"> 444 </span> : if (__n != 0)
<span class="lineNum"> 445 </span> : {
<span class="lineNum"> 446 </span> : if (size_type(this->_M_impl._M_end_of_storage
<span class="lineNum"> 447 </span> : - this->_M_impl._M_finish) >= __n)
<span class="lineNum"> 448 </span> : {
<span class="lineNum"> 449 </span> : value_type __x_copy = __x;
<span class="lineNum"> 450 </span> : const size_type __elems_after = end() - __position;
<span class="lineNum"> 451 </span> : pointer __old_finish(this->_M_impl._M_finish);
<span class="lineNum"> 452 </span> : if (__elems_after > __n)
<span class="lineNum"> 453 </span> : {
<span class="lineNum"> 454 </span> : std::__uninitialized_move_a(this->_M_impl._M_finish - __n,
<span class="lineNum"> 455 </span> : this->_M_impl._M_finish,
<span class="lineNum"> 456 </span> : this->_M_impl._M_finish,
<span class="lineNum"> 457 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 458 </span> : this->_M_impl._M_finish += __n;
<span class="lineNum"> 459 </span> : _GLIBCXX_MOVE_BACKWARD3(__position.base(),
<span class="lineNum"> 460 </span> : __old_finish - __n, __old_finish);
<span class="lineNum"> 461 </span> : std::fill(__position.base(), __position.base() + __n,
<span class="lineNum"> 462 </span> : __x_copy);
<span class="lineNum"> 463 </span> : }
<span class="lineNum"> 464 </span> : else
<span class="lineNum"> 465 </span> : {
<span class="lineNum"> 466 </span> : std::__uninitialized_fill_n_a(this->_M_impl._M_finish,
<span class="lineNum"> 467 </span> : __n - __elems_after,
<span class="lineNum"> 468 </span> : __x_copy,
<span class="lineNum"> 469 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 470 </span> : this->_M_impl._M_finish += __n - __elems_after;
<span class="lineNum"> 471 </span> : std::__uninitialized_move_a(__position.base(), __old_finish,
<span class="lineNum"> 472 </span> : this->_M_impl._M_finish,
<span class="lineNum"> 473 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 474 </span> : this->_M_impl._M_finish += __elems_after;
<span class="lineNum"> 475 </span> : std::fill(__position.base(), __old_finish, __x_copy);
<span class="lineNum"> 476 </span> : }
<span class="lineNum"> 477 </span> : }
<span class="lineNum"> 478 </span> : else
<span class="lineNum"> 479 </span> : {
<span class="lineNum"> 480 </span> : const size_type __len =
<span class="lineNum"> 481 </span> : _M_check_len(__n, "vector::_M_fill_insert");
<span class="lineNum"> 482 </span> : const size_type __elems_before = __position - begin();
<span class="lineNum"> 483 </span> : pointer __new_start(this->_M_allocate(__len));
<span class="lineNum"> 484 </span> : pointer __new_finish(__new_start);
<span class="lineNum"> 485 </span> : __try
<span class="lineNum"> 486 </span> : {
<span class="lineNum"> 487 </span> : // See _M_insert_aux above.
<span class="lineNum"> 488 </span> : std::__uninitialized_fill_n_a(__new_start + __elems_before,
<span class="lineNum"> 489 </span> : __n, __x,
<span class="lineNum"> 490 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 491 </span> : __new_finish = 0;
<span class="lineNum"> 492 </span> :
<span class="lineNum"> 493 </span> : __new_finish
<span class="lineNum"> 494 </span> : = std::__uninitialized_move_if_noexcept_a
<span class="lineNum"> 495 </span> : (this->_M_impl._M_start, __position.base(),
<span class="lineNum"> 496 </span> : __new_start, _M_get_Tp_allocator());
<span class="lineNum"> 497 </span> :
<span class="lineNum"> 498 </span> : __new_finish += __n;
<span class="lineNum"> 499 </span> :
<span class="lineNum"> 500 </span> : __new_finish
<span class="lineNum"> 501 </span> : = std::__uninitialized_move_if_noexcept_a
<span class="lineNum"> 502 </span> : (__position.base(), this->_M_impl._M_finish,
<span class="lineNum"> 503 </span> : __new_finish, _M_get_Tp_allocator());
<span class="lineNum"> 504 </span> : }
<span class="lineNum"> 505 </span> : __catch(...)
<span class="lineNum"> 506 </span> : {
<span class="lineNum"> 507 </span> : if (!__new_finish)
<span class="lineNum"> 508 </span> : std::_Destroy(__new_start + __elems_before,
<span class="lineNum"> 509 </span> : __new_start + __elems_before + __n,
<span class="lineNum"> 510 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 511 </span> : else
<span class="lineNum"> 512 </span> : std::_Destroy(__new_start, __new_finish,
<span class="lineNum"> 513 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 514 </span> : _M_deallocate(__new_start, __len);
<span class="lineNum"> 515 </span> : __throw_exception_again;
<span class="lineNum"> 516 </span> : }
<span class="lineNum"> 517 </span> : std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
<span class="lineNum"> 518 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 519 </span> : _M_deallocate(this->_M_impl._M_start,
<span class="lineNum"> 520 </span> : this->_M_impl._M_end_of_storage
<span class="lineNum"> 521 </span> : - this->_M_impl._M_start);
<span class="lineNum"> 522 </span> : this->_M_impl._M_start = __new_start;
<span class="lineNum"> 523 </span> : this->_M_impl._M_finish = __new_finish;
<span class="lineNum"> 524 </span> : this->_M_impl._M_end_of_storage = __new_start + __len;
<span class="lineNum"> 525 </span> : }
<span class="lineNum"> 526 </span> : }
<span class="lineNum"> 527 </span> : }
<span class="lineNum"> 528 </span> :
<span class="lineNum"> 529 </span> : #if __cplusplus >= 201103L
<span class="lineNum"> 530 </span> : template<typename _Tp, typename _Alloc>
<span class="lineNum"> 531 </span> : void
<span class="lineNum"> 532 </span> : vector<_Tp, _Alloc>::
<span class="lineNum"> 533 </span> : _M_default_append(size_type __n)
<span class="lineNum"> 534 </span> : {
<span class="lineNum"> 535 </span> : if (__n != 0)
<span class="lineNum"> 536 </span> : {
<span class="lineNum"> 537 </span> : if (size_type(this->_M_impl._M_end_of_storage
<span class="lineNum"> 538 </span> : - this->_M_impl._M_finish) >= __n)
<span class="lineNum"> 539 </span> : {
<span class="lineNum"> 540 </span> : std::__uninitialized_default_n_a(this->_M_impl._M_finish,
<span class="lineNum"> 541 </span> : __n, _M_get_Tp_allocator());
<span class="lineNum"> 542 </span> : this->_M_impl._M_finish += __n;
<span class="lineNum"> 543 </span> : }
<span class="lineNum"> 544 </span> : else
<span class="lineNum"> 545 </span> : {
<span class="lineNum"> 546 </span> : const size_type __len =
<span class="lineNum"> 547 </span> : _M_check_len(__n, "vector::_M_default_append");
<span class="lineNum"> 548 </span> : const size_type __old_size = this->size();
<span class="lineNum"> 549 </span> : pointer __new_start(this->_M_allocate(__len));
<span class="lineNum"> 550 </span> : pointer __new_finish(__new_start);
<span class="lineNum"> 551 </span> : __try
<span class="lineNum"> 552 </span> : {
<span class="lineNum"> 553 </span> : __new_finish
<span class="lineNum"> 554 </span> : = std::__uninitialized_move_if_noexcept_a
<span class="lineNum"> 555 </span> : (this->_M_impl._M_start, this->_M_impl._M_finish,
<span class="lineNum"> 556 </span> : __new_start, _M_get_Tp_allocator());
<span class="lineNum"> 557 </span> : std::__uninitialized_default_n_a(__new_finish, __n,
<span class="lineNum"> 558 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 559 </span> : __new_finish += __n;
<span class="lineNum"> 560 </span> : }
<span class="lineNum"> 561 </span> : __catch(...)
<span class="lineNum"> 562 </span> : {
<span class="lineNum"> 563 </span> : std::_Destroy(__new_start, __new_finish,
<span class="lineNum"> 564 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 565 </span> : _M_deallocate(__new_start, __len);
<span class="lineNum"> 566 </span> : __throw_exception_again;
<span class="lineNum"> 567 </span> : }
<span class="lineNum"> 568 </span> : std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
<span class="lineNum"> 569 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 570 </span> : _M_deallocate(this->_M_impl._M_start,
<span class="lineNum"> 571 </span> : this->_M_impl._M_end_of_storage
<span class="lineNum"> 572 </span> : - this->_M_impl._M_start);
<span class="lineNum"> 573 </span> : this->_M_impl._M_start = __new_start;
<span class="lineNum"> 574 </span> : this->_M_impl._M_finish = __new_finish;
<span class="lineNum"> 575 </span> : this->_M_impl._M_end_of_storage = __new_start + __len;
<span class="lineNum"> 576 </span> : }
<span class="lineNum"> 577 </span> : }
<span class="lineNum"> 578 </span> : }
<span class="lineNum"> 579 </span> :
<span class="lineNum"> 580 </span> : template<typename _Tp, typename _Alloc>
<span class="lineNum"> 581 </span> : bool
<span class="lineNum"> 582 </span> : vector<_Tp, _Alloc>::
<span class="lineNum"> 583 </span> : _M_shrink_to_fit()
<span class="lineNum"> 584 </span> : {
<span class="lineNum"> 585 </span> : if (capacity() == size())
<span class="lineNum"> 586 </span> : return false;
<span class="lineNum"> 587 </span> : return std::__shrink_to_fit_aux<vector>::_S_do_it(*this);
<span class="lineNum"> 588 </span> : }
<span class="lineNum"> 589 </span> : #endif
<span class="lineNum"> 590 </span> :
<span class="lineNum"> 591 </span> : template<typename _Tp, typename _Alloc>
<span class="lineNum"> 592 </span> : template<typename _InputIterator>
<span class="lineNum"> 593 </span> : void
<span class="lineNum"> 594 </span> : vector<_Tp, _Alloc>::
<span class="lineNum"> 595 </span> : _M_range_insert(iterator __pos, _InputIterator __first,
<span class="lineNum"> 596 </span> : _InputIterator __last, std::input_iterator_tag)
<span class="lineNum"> 597 </span> : {
<span class="lineNum"> 598 </span> : for (; __first != __last; ++__first)
<span class="lineNum"> 599 </span> : {
<span class="lineNum"> 600 </span> : __pos = insert(__pos, *__first);
<span class="lineNum"> 601 </span> : ++__pos;
<span class="lineNum"> 602 </span> : }
<span class="lineNum"> 603 </span> : }
<span class="lineNum"> 604 </span> :
<span class="lineNum"> 605 </span> : template<typename _Tp, typename _Alloc>
<span class="lineNum"> 606 </span> : template<typename _ForwardIterator>
<span class="lineNum"> 607 </span> : void
<span class="lineNum"> 608 </span> : vector<_Tp, _Alloc>::
<span class="lineNum"> 609 </span> : _M_range_insert(iterator __position, _ForwardIterator __first,
<span class="lineNum"> 610 </span> : _ForwardIterator __last, std::forward_iterator_tag)
<span class="lineNum"> 611 </span> : {
<span class="lineNum"> 612 </span> : if (__first != __last)
<span class="lineNum"> 613 </span> : {
<span class="lineNum"> 614 </span> : const size_type __n = std::distance(__first, __last);
<span class="lineNum"> 615 </span> : if (size_type(this->_M_impl._M_end_of_storage
<span class="lineNum"> 616 </span> : - this->_M_impl._M_finish) >= __n)
<span class="lineNum"> 617 </span> : {
<span class="lineNum"> 618 </span> : const size_type __elems_after = end() - __position;
<span class="lineNum"> 619 </span> : pointer __old_finish(this->_M_impl._M_finish);
<span class="lineNum"> 620 </span> : if (__elems_after > __n)
<span class="lineNum"> 621 </span> : {
<span class="lineNum"> 622 </span> : std::__uninitialized_move_a(this->_M_impl._M_finish - __n,
<span class="lineNum"> 623 </span> : this->_M_impl._M_finish,
<span class="lineNum"> 624 </span> : this->_M_impl._M_finish,
<span class="lineNum"> 625 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 626 </span> : this->_M_impl._M_finish += __n;
<span class="lineNum"> 627 </span> : _GLIBCXX_MOVE_BACKWARD3(__position.base(),
<span class="lineNum"> 628 </span> : __old_finish - __n, __old_finish);
<span class="lineNum"> 629 </span> : std::copy(__first, __last, __position);
<span class="lineNum"> 630 </span> : }
<span class="lineNum"> 631 </span> : else
<span class="lineNum"> 632 </span> : {
<span class="lineNum"> 633 </span> : _ForwardIterator __mid = __first;
<span class="lineNum"> 634 </span> : std::advance(__mid, __elems_after);
<span class="lineNum"> 635 </span> : std::__uninitialized_copy_a(__mid, __last,
<span class="lineNum"> 636 </span> : this->_M_impl._M_finish,
<span class="lineNum"> 637 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 638 </span> : this->_M_impl._M_finish += __n - __elems_after;
<span class="lineNum"> 639 </span> : std::__uninitialized_move_a(__position.base(),
<span class="lineNum"> 640 </span> : __old_finish,
<span class="lineNum"> 641 </span> : this->_M_impl._M_finish,
<span class="lineNum"> 642 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 643 </span> : this->_M_impl._M_finish += __elems_after;
<span class="lineNum"> 644 </span> : std::copy(__first, __mid, __position);
<span class="lineNum"> 645 </span> : }
<span class="lineNum"> 646 </span> : }
<span class="lineNum"> 647 </span> : else
<span class="lineNum"> 648 </span> : {
<span class="lineNum"> 649 </span> : const size_type __len =
<span class="lineNum"> 650 </span> : _M_check_len(__n, "vector::_M_range_insert");
<span class="lineNum"> 651 </span> : pointer __new_start(this->_M_allocate(__len));
<span class="lineNum"> 652 </span> : pointer __new_finish(__new_start);
<span class="lineNum"> 653 </span> : __try
<span class="lineNum"> 654 </span> : {
<span class="lineNum"> 655 </span> : __new_finish
<span class="lineNum"> 656 </span> : = std::__uninitialized_move_if_noexcept_a
<span class="lineNum"> 657 </span> : (this->_M_impl._M_start, __position.base(),
<span class="lineNum"> 658 </span> : __new_start, _M_get_Tp_allocator());
<span class="lineNum"> 659 </span> : __new_finish
<span class="lineNum"> 660 </span> : = std::__uninitialized_copy_a(__first, __last,
<span class="lineNum"> 661 </span> : __new_finish,
<span class="lineNum"> 662 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 663 </span> : __new_finish
<span class="lineNum"> 664 </span> : = std::__uninitialized_move_if_noexcept_a
<span class="lineNum"> 665 </span> : (__position.base(), this->_M_impl._M_finish,
<span class="lineNum"> 666 </span> : __new_finish, _M_get_Tp_allocator());
<span class="lineNum"> 667 </span> : }
<span class="lineNum"> 668 </span> : __catch(...)
<span class="lineNum"> 669 </span> : {
<span class="lineNum"> 670 </span> : std::_Destroy(__new_start, __new_finish,
<span class="lineNum"> 671 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 672 </span> : _M_deallocate(__new_start, __len);
<span class="lineNum"> 673 </span> : __throw_exception_again;
<span class="lineNum"> 674 </span> : }
<span class="lineNum"> 675 </span> : std::_Destroy(this->_M_impl._M_start, this->_M_impl._M_finish,
<span class="lineNum"> 676 </span> : _M_get_Tp_allocator());
<span class="lineNum"> 677 </span> : _M_deallocate(this->_M_impl._M_start,
<span class="lineNum"> 678 </span> : this->_M_impl._M_end_of_storage
<span class="lineNum"> 679 </span> : - this->_M_impl._M_start);
<span class="lineNum"> 680 </span> : this->_M_impl._M_start = __new_start;
<span class="lineNum"> 681 </span> : this->_M_impl._M_finish = __new_finish;
<span class="lineNum"> 682 </span> : this->_M_impl._M_end_of_storage = __new_start + __len;
<span class="lineNum"> 683 </span> : }
<span class="lineNum"> 684 </span> : }
<span class="lineNum"> 685 </span> : }
<span class="lineNum"> 686 </span> :
<span class="lineNum"> 687 </span> :
<span class="lineNum"> 688 </span> : // vector<bool>
<span class="lineNum"> 689 </span> : template<typename _Alloc>
<span class="lineNum"> 690 </span> : void
<span class="lineNum"> 691 </span> : vector<bool, _Alloc>::
<span class="lineNum"> 692 </span> : _M_reallocate(size_type __n)
<span class="lineNum"> 693 </span> : {
<span class="lineNum"> 694 </span> : _Bit_type* __q = this->_M_allocate(__n);
<span class="lineNum"> 695 </span> : this->_M_impl._M_finish = _M_copy_aligned(begin(), end(),
<span class="lineNum"> 696 </span> : iterator(__q, 0));
<span class="lineNum"> 697 </span> : this->_M_deallocate();
<span class="lineNum"> 698 </span> : this->_M_impl._M_start = iterator(__q, 0);
<span class="lineNum"> 699 </span> : this->_M_impl._M_end_of_storage = __q + _S_nword(__n);
<span class="lineNum"> 700 </span> : }
<span class="lineNum"> 701 </span> :
<span class="lineNum"> 702 </span> : template<typename _Alloc>
<span class="lineNum"> 703 </span> : void
<span class="lineNum"> 704 </span> : vector<bool, _Alloc>::
<span class="lineNum"> 705 </span> : _M_fill_insert(iterator __position, size_type __n, bool __x)
<span class="lineNum"> 706 </span> : {
<span class="lineNum"> 707 </span> : if (__n == 0)
<span class="lineNum"> 708 </span> : return;
<span class="lineNum"> 709 </span> : if (capacity() - size() >= __n)
<span class="lineNum"> 710 </span> : {
<span class="lineNum"> 711 </span> : std::copy_backward(__position, end(),
<span class="lineNum"> 712 </span> : this->_M_impl._M_finish + difference_type(__n));
<span class="lineNum"> 713 </span> : std::fill(__position, __position + difference_type(__n), __x);
<span class="lineNum"> 714 </span> : this->_M_impl._M_finish += difference_type(__n);
<span class="lineNum"> 715 </span> : }
<span class="lineNum"> 716 </span> : else
<span class="lineNum"> 717 </span> : {
<span class="lineNum"> 718 </span> : const size_type __len =
<span class="lineNum"> 719 </span> : _M_check_len(__n, "vector<bool>::_M_fill_insert");
<span class="lineNum"> 720 </span> : _Bit_type * __q = this->_M_allocate(__len);
<span class="lineNum"> 721 </span> : iterator __i = _M_copy_aligned(begin(), __position,
<span class="lineNum"> 722 </span> : iterator(__q, 0));
<span class="lineNum"> 723 </span> : std::fill(__i, __i + difference_type(__n), __x);
<span class="lineNum"> 724 </span> : this->_M_impl._M_finish = std::copy(__position, end(),
<span class="lineNum"> 725 </span> : __i + difference_type(__n));
<span class="lineNum"> 726 </span> : this->_M_deallocate();
<span class="lineNum"> 727 </span> : this->_M_impl._M_end_of_storage = __q + _S_nword(__len);
<span class="lineNum"> 728 </span> : this->_M_impl._M_start = iterator(__q, 0);
<span class="lineNum"> 729 </span> : }
<span class="lineNum"> 730 </span> : }
<span class="lineNum"> 731 </span> :
<span class="lineNum"> 732 </span> : template<typename _Alloc>
<span class="lineNum"> 733 </span> : template<typename _ForwardIterator>
<span class="lineNum"> 734 </span> : void
<span class="lineNum"> 735 </span> : vector<bool, _Alloc>::
<span class="lineNum"> 736 </span> : _M_insert_range(iterator __position, _ForwardIterator __first,
<span class="lineNum"> 737 </span> : _ForwardIterator __last, std::forward_iterator_tag)
<span class="lineNum"> 738 </span> : {
<span class="lineNum"> 739 </span> : if (__first != __last)
<span class="lineNum"> 740 </span> : {
<span class="lineNum"> 741 </span> : size_type __n = std::distance(__first, __last);
<span class="lineNum"> 742 </span> : if (capacity() - size() >= __n)
<span class="lineNum"> 743 </span> : {
<span class="lineNum"> 744 </span> : std::copy_backward(__position, end(),
<span class="lineNum"> 745 </span> : this->_M_impl._M_finish
<span class="lineNum"> 746 </span> : + difference_type(__n));
<span class="lineNum"> 747 </span> : std::copy(__first, __last, __position);
<span class="lineNum"> 748 </span> : this->_M_impl._M_finish += difference_type(__n);
<span class="lineNum"> 749 </span> : }
<span class="lineNum"> 750 </span> : else
<span class="lineNum"> 751 </span> : {
<span class="lineNum"> 752 </span> : const size_type __len =
<span class="lineNum"> 753 </span> : _M_check_len(__n, "vector<bool>::_M_insert_range");
<span class="lineNum"> 754 </span> : _Bit_type * __q = this->_M_allocate(__len);
<span class="lineNum"> 755 </span> : iterator __i = _M_copy_aligned(begin(), __position,
<span class="lineNum"> 756 </span> : iterator(__q, 0));
<span class="lineNum"> 757 </span> : __i = std::copy(__first, __last, __i);
<span class="lineNum"> 758 </span> : this->_M_impl._M_finish = std::copy(__position, end(), __i);
<span class="lineNum"> 759 </span> : this->_M_deallocate();
<span class="lineNum"> 760 </span> : this->_M_impl._M_end_of_storage = __q + _S_nword(__len);
<span class="lineNum"> 761 </span> : this->_M_impl._M_start = iterator(__q, 0);
<span class="lineNum"> 762 </span> : }
<span class="lineNum"> 763 </span> : }
<span class="lineNum"> 764 </span> : }
<span class="lineNum"> 765 </span> :
<span class="lineNum"> 766 </span> : template<typename _Alloc>
<span class="lineNum"> 767 </span> : void
<span class="lineNum"> 768 </span> : vector<bool, _Alloc>::
<span class="lineNum"> 769 </span> : _M_insert_aux(iterator __position, bool __x)
<span class="lineNum"> 770 </span> : {
<span class="lineNum"> 771 </span> : if (this->_M_impl._M_finish._M_p != this->_M_impl._M_end_of_storage)
<span class="lineNum"> 772 </span> : {
<span class="lineNum"> 773 </span> : std::copy_backward(__position, this->_M_impl._M_finish,
<span class="lineNum"> 774 </span> : this->_M_impl._M_finish + 1);
<span class="lineNum"> 775 </span> : *__position = __x;
<span class="lineNum"> 776 </span> : ++this->_M_impl._M_finish;
<span class="lineNum"> 777 </span> : }
<span class="lineNum"> 778 </span> : else
<span class="lineNum"> 779 </span> : {
<span class="lineNum"> 780 </span> : const size_type __len =
<span class="lineNum"> 781 </span> : _M_check_len(size_type(1), "vector<bool>::_M_insert_aux");
<span class="lineNum"> 782 </span> : _Bit_type * __q = this->_M_allocate(__len);
<span class="lineNum"> 783 </span> : iterator __i = _M_copy_aligned(begin(), __position,
<span class="lineNum"> 784 </span> : iterator(__q, 0));
<span class="lineNum"> 785 </span> : *__i++ = __x;
<span class="lineNum"> 786 </span> : this->_M_impl._M_finish = std::copy(__position, end(), __i);
<span class="lineNum"> 787 </span> : this->_M_deallocate();
<span class="lineNum"> 788 </span> : this->_M_impl._M_end_of_storage = __q + _S_nword(__len);
<span class="lineNum"> 789 </span> : this->_M_impl._M_start = iterator(__q, 0);
<span class="lineNum"> 790 </span> : }
<span class="lineNum"> 791 </span> : }
<span class="lineNum"> 792 </span> :
<span class="lineNum"> 793 </span> : #if __cplusplus >= 201103L
<span class="lineNum"> 794 </span> : template<typename _Alloc>
<span class="lineNum"> 795 </span> : bool
<span class="lineNum"> 796 </span> : vector<bool, _Alloc>::
<span class="lineNum"> 797 </span> : _M_shrink_to_fit()
<span class="lineNum"> 798 </span> : {
<span class="lineNum"> 799 </span> : if (capacity() - size() < int(_S_word_bit))
<span class="lineNum"> 800 </span> : return false;
<span class="lineNum"> 801 </span> : __try
<span class="lineNum"> 802 </span> : {
<span class="lineNum"> 803 </span> : _M_reallocate(size());
<span class="lineNum"> 804 </span> : return true;
<span class="lineNum"> 805 </span> : }
<span class="lineNum"> 806 </span> : __catch(...)
<span class="lineNum"> 807 </span> : { return false; }
<span class="lineNum"> 808 </span> : }
<span class="lineNum"> 809 </span> : #endif
<span class="lineNum"> 810 </span> :
<span class="lineNum"> 811 </span> : _GLIBCXX_END_NAMESPACE_CONTAINER
<span class="lineNum"> 812 </span> : } // namespace std
<span class="lineNum"> 813 </span> :
<span class="lineNum"> 814 </span> : #if __cplusplus >= 201103L
<span class="lineNum"> 815 </span> :
<span class="lineNum"> 816 </span> : namespace std _GLIBCXX_VISIBILITY(default)
<span class="lineNum"> 817 </span> : {
<span class="lineNum"> 818 </span> : _GLIBCXX_BEGIN_NAMESPACE_VERSION
<span class="lineNum"> 819 </span> :
<span class="lineNum"> 820 </span> : template<typename _Alloc>
<span class="lineNum"> 821 </span> : size_t
<span class="lineNum"> 822 </span> : hash<_GLIBCXX_STD_C::vector<bool, _Alloc>>::
<span class="lineNum"> 823 </span> : operator()(const _GLIBCXX_STD_C::vector<bool, _Alloc>& __b) const noexcept
<span class="lineNum"> 824 </span> : {
<span class="lineNum"> 825 </span> : size_t __hash = 0;
<span class="lineNum"> 826 </span> : using _GLIBCXX_STD_C::_S_word_bit;
<span class="lineNum"> 827 </span> : using _GLIBCXX_STD_C::_Bit_type;
<span class="lineNum"> 828 </span> :
<span class="lineNum"> 829 </span> : const size_t __words = __b.size() / _S_word_bit;
<span class="lineNum"> 830 </span> : if (__words)
<span class="lineNum"> 831 </span> : {
<span class="lineNum"> 832 </span> : const size_t __clength = __words * sizeof(_Bit_type);
<span class="lineNum"> 833 </span> : __hash = std::_Hash_impl::hash(__b._M_impl._M_start._M_p, __clength);
<span class="lineNum"> 834 </span> : }
<span class="lineNum"> 835 </span> :
<span class="lineNum"> 836 </span> : const size_t __extrabits = __b.size() % _S_word_bit;
<span class="lineNum"> 837 </span> : if (__extrabits)
<span class="lineNum"> 838 </span> : {
<span class="lineNum"> 839 </span> : _Bit_type __hiword = *__b._M_impl._M_finish._M_p;
<span class="lineNum"> 840 </span> : __hiword &= ~((~static_cast<_Bit_type>(0)) << __extrabits);
<span class="lineNum"> 841 </span> :
<span class="lineNum"> 842 </span> : const size_t __clength
<span class="lineNum"> 843 </span> : = (__extrabits + __CHAR_BIT__ - 1) / __CHAR_BIT__;
<span class="lineNum"> 844 </span> : if (__words)
<span class="lineNum"> 845 </span> : __hash = std::_Hash_impl::hash(&__hiword, __clength, __hash);
<span class="lineNum"> 846 </span> : else
<span class="lineNum"> 847 </span> : __hash = std::_Hash_impl::hash(&__hiword, __clength);
<span class="lineNum"> 848 </span> : }
<span class="lineNum"> 849 </span> :
<span class="lineNum"> 850 </span> : return __hash;
<span class="lineNum"> 851 </span> : }
<span class="lineNum"> 852 </span> :
<span class="lineNum"> 853 </span> : _GLIBCXX_END_NAMESPACE_VERSION
<span class="lineNum"> 854 </span> : } // namespace std
<span class="lineNum"> 855 </span> :
<span class="lineNum"> 856 </span> : #endif // C++11
<span class="lineNum"> 857 </span> :
<span class="lineNum"> 858 </span> : #endif /* _VECTOR_TCC */
</pre>
</td>
</tr>
</table>
<br>
<table width="100%" border=0 cellspacing=0 cellpadding=0>
<tr><td class="ruler"><img src="../../../../../glass.png" width=3 height=3 alt=""></td></tr>
<tr><td class="versionInfo">Generated by: <a href="http://ltp.sourceforge.net/coverage/lcov.php" target="_parent">LCOV version 1.10</a></td></tr>
</table>
<br>
</body>
</html>
| seguijoaquin/taller2-appserver | Appserver/Coverage/usr/include/c++/4.8/bits/vector.tcc.gcov.html | HTML | mit | 82,695 |
<!DOCTYPE html>
<html>
<head>
<title>F2E_0关于Bootstrap的响应式布局设计</title>
<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="keywords" content="F2E_0关于Bootstrap的响应式布局设计, 随编, 前端之路, CodeShurrik" />
<meta name="description" content="F2E_0关于Bootstrap的响应式布局设计, 随编, 前端之路, Bootstrap自动实现了自适应网页设计(Responsive Web Design),或者说响应式布局。" />
<meta name="theme-color" content="#2CA6CB"/>
<link rel="shortcut icon" type="image/x-icon" media="screen" href="http://localhost:4000/favicon.ico" />
<link rel="canonical" href="http://localhost:4000/2013-11-09/F2E_0%E5%85%B3%E4%BA%8EBootstrap%E7%9A%84%E5%93%8D%E5%BA%94%E5%BC%8F%E5%B8%83%E5%B1%80%E8%AE%BE%E8%AE%A1/" />
<link rel="alternate" type="application/rss+xml" title="CodeShurrik" href="http://localhost:4000/feed.xml" />
<link rel="stylesheet" type="text/css" href="http://localhost:4000/static/css/bootstrap.css"/>
<link rel="stylesheet" href="https://cdn.bootcss.com/octicons/3.5.0/octicons.min.css" >
<!-- <script async defer data-website-id="bef53d4f-2117-4edd-b7a8-8754ea01f2c2" src="http://localhost:4000/static/js/umami.js"></script> -->
<link rel="stylesheet" type="text/css" href="http://localhost:4000/static/css/style.css" />
<link rel="stylesheet" type="text/css" href="http://localhost:4000/static/css/highlight.css" />
<link rel="stylesheet" type="text/css" href="http://localhost:4000/static/css/post.css" />
</head>
<body>
<header>
<nav class="navbar navbar-tiffany rectangle" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://localhost:4000/">CodeShurrik</a>
<p class="navbar-text">
<span id="typed"></span>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script>
var typed = new Typed("#typed", {
strings: ['welcome to','shurrik blog'],
startDelay: 300,
typeSpeed: 100,
loop: true,
backSpeed: 50,
showCursor: true
});
</script>
</p>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="http://localhost:4000/" class="word-keep"><span class="octicon octicon-book"></span></span> Blog</a>
</li>
<li>
<a href="http://localhost:4000/category/" class="word-keep"><span class="octicon octicon-list-unordered"></span> Category</a>
</li>
<li>
<a href="http://localhost:4000/tags/" class="word-keep"><span class="octicon octicon-tag"></span> Tag</a>
</li>
<li>
<a href="http://localhost:4000/fm/" class="word-keep"><span class="octicon octicon-unmute"></span> FM</a>
</li>
<li>
<a href="http://localhost:4000/hsheck/" class="word-keep"><span class="octicon octicon-versions"></span> Hsdeck</a>
</li>
<li>
<a href="http://localhost:4000/about/" class="word-keep"><span class="octicon octicon-terminal"></span> About</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="main">
<div class="container">
<div class="row">
<div class="content col-lg-9">
<div class="sheet post">
<header>
<h2>F2E_0关于Bootstrap的响应式布局设计</h2>
<p class="post-meta">
<span class="octicon octicon-clock"></span> Nov 9, 2013
</p>
<p class="post-tag">
<span><a href="http://localhost:4000/category/#随编"><span class="octicon octicon-list-unordered"></span> 随编</a></span>
<span>
<a class="word-keep" href="http://localhost:4000/tags/#前端之路"><span class="octicon octicon-tag"></span> 前端之路</a>
</span>
</p>
</header>
<hr class="boundary">
<article>
<p>Bootstrap自动实现了自适应网页设计(Responsive Web Design),或者说响应式布局。</p>
<p><img src="http://image.beekka.com/blog/201205/bg2012050107.jpg" alt="" /></p>
<p><strong>一、”自适应网页设计”的概念</strong></p>
<p>2010年,Ethan Marcotte提出了<a href="http://www.alistapart.com/articles/responsive-web-design/">“自适应网页设计”</a>(Responsive Web Design)这个名词,指可以自动识别屏幕宽度、并做出相应调整的网页设计。
<!--more --></p>
<p><strong>二、允许网页宽度自动调整</strong></p>
<p>“自适应网页设计”到底是怎么做到的?其实并不难。</p>
<p>首先,在网页代码的头部,加入一行<a href="https://developer.mozilla.org/en/mobile/viewport_meta_tag">viewport元标签</a>。</p>
<blockquote>
<p><meta name=”viewport” content=”width=device-width, initial-scale=1” />
<a href="https://developer.apple.com/library/ios/#DOCUMENTATION/AppleApplications/Reference/SafariWebContent/UsingtheViewport/UsingtheViewport.html">viewport</a>是网页默认的宽度和高度,上面这行代码的意思是,网页宽度默认等于屏幕宽度(width=device-width),原始缩放比例(initial-scale=1)为1.0,即网页初始大小占屏幕面积的100%。</p>
</blockquote>
<p>所有主流浏览器都支持这个设置,包括IE9。</p>
<p><strong>三、不使用绝对宽度</strong></p>
<p>由于网页会根据屏幕宽度调整布局,所以不能使用绝对宽度的布局,也不能使用具有绝对宽度的元素。这一条非常重要。</p>
<p>具体说,CSS代码不能指定像素宽度:</p>
<blockquote>
<p>width:xxx px;
只能指定百分比宽度:
width: xx%;
或者
width:auto;
或者
max-width:978px;min-height:200px
<strong>四、相对大小的字体</strong></p>
</blockquote>
<p>字体也不能使用绝对大小(px),而只能使用相对大小(em)。</p>
<blockquote>
<p>body { font: normal 100% Helvetica, Arial, sans-serif; }
上面的代码指定,字体大小是页面默认大小的100%,即16像素。
h1 { font-size: 1.5em; }
然后,h1的大小是默认大小的1.5倍,即24像素(24/16=1.5)。
small { font-size: 0.875em; }
small元素的大小是默认大小的0.875倍,即14像素(14/16=0.875)。</p>
</blockquote>
<p><strong>五、流动布局(fluid grid)</strong></p>
<p><a href="http://www.alistapart.com/articles/fluidgrids/">“流动布局”</a>的含义是,各个区块的位置都是浮动的,不是固定不变的。</p>
<blockquote>
<p>.main { float: right; width: 70%; }</p>
<p>.leftBar { float: left; width: 25%; }
<a href="http://designshack.net/articles/css/everything-you-never-knew-about-css-floats/">float</a>的好处是,如果宽度太小,放不下两个元素,后面的元素会自动滚动到前面元素的下方,不会在水平方向overflow(溢出),避免了水平滚动条的出现。</p>
</blockquote>
<p>另外,绝对定位(position: absolute)的使用,也要非常小心。</p>
<p><strong>六、选择加载CSS</strong></p>
<p>“自适应网页设计”的核心,就是CSS3引入的<a href="http://www.w3.org/TR/CSS21/media.html">Media Query</a>模块。</p>
<p>它的意思就是,自动探测屏幕宽度,然后加载相应的CSS文件。</p>
<blockquote>
<p><link rel=”stylesheet” type=”text/css” media=”screen and (max-device-width: 400px)” href=”tinyScreen.css” />
上面的代码意思是,如果屏幕宽度小于400像素(max-device-width: 400px),就加载tinyScreen.css文件。
<link rel=”stylesheet” type=”text/css” media=”screen and (min-width: 400px) and (max-device-width: 600px)” href=”smallScreen.css” />
如果屏幕宽度在400像素到600像素之间,则加载smallScreen.css文件。</p>
</blockquote>
<p>除了用html标签加载CSS文件,还可以在现有CSS文件中加载。</p>
<blockquote>
<p>@import url(“tinyScreen.css”) screen and (max-device-width: 400px);
<strong>七、CSS的@media规则</strong></p>
</blockquote>
<p>同一个CSS文件中,也可以根据不同的屏幕分辨率,选择应用不同的CSS规则。</p>
<blockquote>
<p>@media screen and (max-device-width: 400px) {</p>
<p>.column {</p>
<p>float: none;</p>
<p>width:auto;</p>
<p>}</p>
<p>#sidebar {</p>
<p>display:none;</p>
<p>}</p>
<p>}
上面的代码意思是,如果屏幕宽度小于400像素,则column块取消浮动(float:none)、宽度自动调节(width:auto),sidebar块不显示(display:none)。</p>
</blockquote>
<p><strong>八、图片的自适应(fluid image)</strong></p>
<p>除了布局和文本,”自适应网页设计”还必须实现图片的<a href="http://unstoppablerobotninja.com/entry/fluid-images">自动缩放</a>。</p>
<p>这只要一行CSS代码:</p>
<blockquote>
<p>img { max-width: 100%;}
这行代码对于大多数嵌入网页的视频也有效,所以可以写成:
img, object { max-width: 100%;}
老版本的IE不支持max-width,所以只好写成:
img { width: 100%; }
此外,windows平台缩放图片时,可能出现图像失真现象。这时,可以尝试使用IE的<a href="http://css-tricks.com/ie-fix-bicubic-scaling-for-images/">专有命令</a>:
img { -ms-interpolation-mode: bicubic; }
或者,Ethan Marcotte的<a href="http://unstoppablerobotninja.com/demos/resize/imgSizer.js">imgSizer.js</a>。
addLoadEvent(function() {</p>
<p>var imgs = document.getElementById(“content”).getElementsByTagName(“img”);</p>
<p>imgSizer.collate(imgs);</p>
<p>});
不过,有条件的话,最好还是根据不同大小的屏幕,加载不同分辨率的图片。有<a href="http://blog.cloudfour.com/responsive-imgs-part-2/">很多方法</a>可以做到这一条,服务器端和客户端都可以实现。</p>
</blockquote>
</article>
<hr class="boundary">
<div id="post-share" class="bdsharebuttonbox">
<a href="#" class="bds_more" data-cmd="more"></a>
<a href="#" class="bds_tsina" data-cmd="tsina" title="分享到新浪微博"></a>
<a href="#" class="bds_weixin" data-cmd="weixin" title="分享到微信"></a>
<a href="#" class="bds_douban" data-cmd="douban" title="分享到豆瓣网"></a>
<a href="#" class="bds_fbook" data-cmd="fbook" title="分享到Facebook"></a>
<a href="#" class="bds_copy" data-cmd="copy" title="分享到复制网址"></a>
</div>
</div>
<div class="pad-min"></div>
<!-- <div id="post-comment" class="sheet post"> -->
<!--PC和WAP自适应版-->
<!-- <div id="SOHUCS" ></div> -->
<!-- <script type="text/javascript">
(function(){
var appid = 'cyt71nso6';
var conf = 'prod_d224308500d6b59d843a38fa4a3b0fd9';
var width = window.innerWidth || document.documentElement.clientWidth;
if (width < 960) {
window.document.write('<script id="changyan_mobile_js" charset="utf-8" type="text/javascript" src="https://changyan.sohu.com/upload/mobile/wap-js/changyan_mobile.js?client_id=' + appid + '&conf=' + conf + '"><\/script>'); } else { var loadJs=function(d,a){var c=document.getElementsByTagName("head")[0]||document.head||document.documentElement;var b=document.createElement("script");b.setAttribute("type","text/javascript");b.setAttribute("charset","UTF-8");b.setAttribute("src",d);if(typeof a==="function"){if(window.attachEvent){b.onreadystatechange=function(){var e=b.readyState;if(e==="loaded"||e==="complete"){b.onreadystatechange=null;a()}}}else{b.onload=a}}c.appendChild(b)};loadJs("https://changyan.sohu.com/upload/changyan.js",function(){window.changyan.api.config({appid:appid,conf:conf})}); } })(); </script>
<div id="disqus_thread"></div> -->
<!-- </div> -->
</div>
<div class="content-navigation col-lg-3">
<div class="shadow-bottom-center" >
<div class="content-navigation-toc">
<div class="content-navigation-header">
<span class="octicon octicon-list-unordered"></span> Toc
</div>
<div class="content-navigation-list toc"></div>
</div>
<div class="content-navigation-tag">
<div class="content-navigation-header">
<span class="octicon octicon-list-unordered"></span> Tags
</div>
<div class="content-navigation-list">
<ul>
<li>
<a href="http://localhost:4000/tags#前端之路"><span class="octicon octicon-tag"></span> 前端之路</a>
</li>
</ul>
</div>
</div>
<div class="content-navigation-related">
<div class="content-navigation-header">
<span class="octicon octicon-list-unordered"></span> Related
</div>
<div class="content-navigation-list">
<ul>
<li>
<a href="http://localhost:4000/2022-02-15/paramiko%E6%B5%85%E6%9E%90/">Paramiko浅析</a>
</li>
<li>
<a href="http://localhost:4000/2021-10-08/Nornir%E8%87%AA%E5%AE%9A%E4%B9%89Processor-4/">Nornir自定义Processor-4</a>
</li>
<li>
<a href="http://localhost:4000/2021-09-27/Nornir%E7%95%AA%E5%A4%96%E7%AF%87-3.5/">Nornir番外篇-3.5</a>
</li>
<li>
<a href="http://localhost:4000/2021-09-15/Nornir%E8%87%AA%E5%AE%9A%E4%B9%89Task%E6%8F%92%E4%BB%B6-3/">Nornir自定义Task插件-3</a>
</li>
<li>
<a href="http://localhost:4000/2021-09-07/Nornir%E8%87%AA%E5%AE%9A%E4%B9%89Inventory%E6%8F%92%E4%BB%B6-2/">Nornir自定义Inventory插件-2</a>
</li>
<li>
<a href="http://localhost:4000/2021-09-01/Nornir%E5%88%9D%E8%AF%86-1/">Nornir初识-1</a>
</li>
<li>
<a href="http://localhost:4000/2020-08-27/%E7%BD%91%E7%BB%9C%E5%B7%A5%E7%A8%8B%E5%B8%88%E7%9A%84python%E4%B9%8B%E8%B7%AF/">网络工程师的python之路</a>
</li>
<li>
<a href="http://localhost:4000/2018-11-06/%E5%9F%BA%E4%BA%8EDocker+Jenkins+Gitlab%E6%90%AD%E5%BB%BA%E6%8C%81%E7%BB%AD%E9%9B%86%E6%88%90%E6%B5%8B%E8%AF%95%E7%8E%AF%E5%A2%83/">基于Docker+Jenkins+Gitlab搭建持续集成测试环境</a>
</li>
<li>
<a href="http://localhost:4000/2018-08-24/%E6%B7%B1%E5%85%A5%E7%90%86%E8%A7%A3%E8%A3%85%E9%A5%B0%E5%99%A8/">深入理解装饰器</a>
</li>
<li>
<a href="http://localhost:4000/2016-10-26/F2E_8%E4%BB%8E%E5%AE%9C%E5%AE%B6%E7%9A%84%E5%AE%B6%E5%85%B7%E8%AE%BE%E8%AE%A1%E5%88%B0%E6%A8%A1%E5%9D%97%E5%8C%96/">F2E_8从宜家的家具设计到模块化</a>
</li>
<li>
<a href="http://localhost:4000/2016-08-11/F2E_7markdown%E7%BC%96%E8%BE%91%E5%99%A8%E7%9A%84%E5%AE%9E%E7%8E%B0-02/">F2E_7markdown编辑器的实现-02(文件操作)</a>
</li>
<li>
<a href="http://localhost:4000/2016-05-17/F2E_6markdown%E7%BC%96%E8%BE%91%E5%99%A8%E7%9A%84%E5%AE%9E%E7%8E%B0-01/">F2E_6markdown编辑器的实现-01</a>
</li>
<li>
<a href="http://localhost:4000/2016-03-03/github%E7%9A%84%E6%B8%85%E7%82%B9%E5%AF%B9%E8%B1%A1%E7%AE%97%E6%B3%95/">git的清点对象算法</a>
</li>
<li>
<a href="http://localhost:4000/2015-03-25/F2E_5sticker%E8%B4%B4%E7%BA%B8%E6%95%88%E6%9E%9C/">F2E_5sticker贴纸效果</a>
</li>
<li>
<a href="http://localhost:4000/2014-03-23/F2E_4js%E8%BE%93%E5%87%BA%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%8E%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F/">F2E_4js输出浏览器与操作系统</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="page-scrollTop" data-toggle="tooltip" data-placement="top" title="Top">
<a href="javascript:void(0);">
<div class="arrow"></div>
<div class="stick"></div>
</a>
</div>
</div>
<footer class="footnote footnote-tiffany">
<div class="container">
<a class="foot-item" href="mailto:[email protected]" target="_blank"><span class="octicon octicon-mail"></span></a>
<a class="foot-item" href="https://github.com/ixjx" target="_blank"><span class="octicon octicon-mark-github"></span></a>
<a class="foot-item" href="http://localhost:4000/feed.xml" target="_blank"><span class="octicon octicon-rss"></span></a>
<a class="foot-item" href="http://localhost:4000/link/"><span class="octicon octicon-link-external"></span></a>
<a href="https://ixjx.github.io/blog"><span class="word-keep">© Codeshurrik</span></a>
<br>
<span>珍爱生命,远离IE。请使用Chrome或Safari,你懂的 :)</span>
<br>
<span id="timeDate">载入天数...</span><span id="times">载入时分秒...</span>
<script>// <![CDATA[
var now = new Date(); function createtime(){ var grt= new Date("07/28/2013 21:00:00");now.setTime(now.getTime()+250); days = (now - grt ) / 1000 / 60 / 60 / 24; dnum = Math.floor(days); hours = (now - grt ) / 1000 / 60 / 60 - (24 * dnum); hnum = Math.floor(hours); if(String(hnum).length ==1 ){hnum = "0" + hnum;} minutes = (now - grt ) / 1000 /60 - (24 * 60 * dnum) - (60 * hnum); mnum = Math.floor(minutes); if(String(mnum).length ==1 ){mnum = "0" + mnum;} seconds = (now - grt ) / 1000 - (24 * 60 * 60 * dnum) - (60 * 60 * hnum) - (60 * mnum); snum = Math.round(seconds); if(String(snum).length ==1 ){snum = "0" + snum;} document.getElementById("timeDate").innerHTML = "已安全运行"+dnum+"天"; document.getElementById("times").innerHTML = hnum + "小时" + mnum + "分" + snum + "秒"; } setInterval("createtime()",250);
// ]]></script>
</div>
</footer>
<script type="text/javascript" src="https://cdn.bootcss.com/jquery/1.11.3/jquery.min.js"></script>
<script type="text/javascript" src="https://cdn.bootcss.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script type="text/javascript" src="http://localhost:4000/static/js/script.js"></script>
<script type="text/javascript" src="http://localhost:4000/static/js/post.js"></script>
</body>
</html>
| ixjx/blog | _site/2013-11-09/F2E_0关于Bootstrap的响应式布局设计/index.html | HTML | mit | 22,578 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc (1.8.0_152) on Fri Mar 30 13:31:47 CEST 2018 -->
<title>CoeurAStockage</title>
<meta name="date" content="2018-03-30">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CoeurAStockage";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":6,"i29":6,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6,"i36":6,"i37":6,"i38":6,"i39":6,"i40":6,"i41":6,"i42":6,"i43":6,"i44":6,"i45":6,"i46":6,"i47":6,"i48":6,"i49":6,"i50":6,"i51":6,"i52":6,"i53":6,"i54":6,"i55":6,"i56":6,"i57":6,"i58":6,"i59":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";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CoeurAStockage.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../stockage/Carte.html" title="class in stockage"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../stockage/CoeurAStockageImpl.html" title="class in stockage"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?stockage/CoeurAStockage.html" target="_top">Frames</a></li>
<li><a href="CoeurAStockage.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>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>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">stockage</div>
<h2 title="Interface CoeurAStockage" class="title">Interface CoeurAStockage</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../stockage/CoeurAStockageImpl.html" title="class in stockage">CoeurAStockageImpl</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="typeNameLabel">CoeurAStockage</span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#actualiserPanne-stockage.Composant-">actualiserPanne</a></span>(<a href="../stockage/Composant.html" title="enum in stockage">Composant</a> composant)</code>
<div class="block">Permet d'actualiser la panne d'un composant</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#actualiserSolde--">actualiserSolde</a></span>()</code>
<div class="block">Permet d'actualiser le solde associee a la carte utilisee dans la base de donnees
apres un paiement par carte</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#ajoutMonnaie-int-">ajoutMonnaie</a></span>(int i)</code>
<div class="block">Permet d'ajouter de la monnaie, d'incrementer le montant intoduit</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#carteEnlevee--">carteEnlevee</a></span>()</code>
<div class="block">Permet d'enlever la carte du distributeur</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#carteInseree--">carteInseree</a></span>()</code>
<div class="block">Permet de voir si une carte est inseree ou non</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../stockage/imprimable/Classe.html" title="enum in stockage.imprimable">Classe</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#conversionClasse-int-">conversionClasse</a></span>(int classe)</code>
<div class="block">Permet de reconvertir une classe (chaine de caractere) en une classe Classe</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../stockage/imprimable/Reduction.html" title="enum in stockage.imprimable">Reduction</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#conversionReduction-java.lang.String-">conversionReduction</a></span>(java.lang.String reduction)</code>
<div class="block">Permet de reconvertir une reduction (chaine de caractere) en une reduction Reduction</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="../stockage/imprimable/TypeTitre.html" title="enum in stockage.imprimable">TypeTitre</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#conversionType-java.lang.String-">conversionType</a></span>(java.lang.String type)</code>
<div class="block">Permet de reconvertir un type (chaine de caractere) en un type TypeTitre</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../stockage/imprimable/TypePass.html" title="enum in stockage.imprimable">TypePass</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#conversionTypePass-java.lang.String-">conversionTypePass</a></span>(java.lang.String typePassStr)</code>
<div class="block">Permet de reconvertir un type (chaine de caractere) en un type TypePass</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#creerAbonnement-int-java.lang.String-java.lang.String-int-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">creerAbonnement</a></span>(int validite,
java.lang.String gareDepart,
java.lang.String gareArrivee,
int classe,
java.lang.String reduction,
java.lang.String type,
java.lang.String nom,
java.lang.String registreNational)</code>
<div class="block">Permet de faire passer les informations d'un achat d'un abonnement et de le creer</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#creerBillet-java.time.LocalDate-int-int-java.lang.String-java.lang.String-java.lang.String-java.lang.String-boolean-">creerBillet</a></span>(java.time.LocalDate dateValidite,
int nbrBillet,
int classe,
java.lang.String gareDepart,
java.lang.String gareArrivee,
java.lang.String typeBillet,
java.lang.String reduction,
boolean allerRetour)</code>
<div class="block">Permet de faire passer les informations d'un achat d'un billet et de le creer</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#creerCarte-java.lang.String-">creerCarte</a></span>(java.lang.String id)</code>
<div class="block">Permet de recuperer les informations d'une carte a l'aide de son identifiant et
creer un objet carte</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#creerPass10Trajets-java.lang.String-int-java.lang.String-java.lang.String-java.lang.String-">creerPass10Trajets</a></span>(java.lang.String nom,
int classe,
java.lang.String reduction,
java.lang.String type,
java.lang.String typePass)</code>
<div class="block">Permet de faire passer les informations d'un achat d'un pass dix trajets et de le creer</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#creerPass10Trajets2Gares-java.lang.String-java.lang.String-java.lang.String-int-java.lang.String-java.lang.String-java.lang.String-">creerPass10Trajets2Gares</a></span>(java.lang.String nom,
java.lang.String gareDepart,
java.lang.String gareArrivee,
int classe,
java.lang.String reduction,
java.lang.String type,
java.lang.String typePass)</code>
<div class="block">Permet de faire passer les informations d'un achat d'un pass dix trajets entre deux gares</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#creerPassIllimite-java.lang.String-int-java.lang.String-java.lang.String-int-java.lang.String-">creerPassIllimite</a></span>(java.lang.String nom,
int classe,
java.lang.String reduction,
java.lang.String type,
int nbrJours,
java.lang.String typePass)</code>
<div class="block">Permet de faire passer les informations d'un achat d'un pass illimite et de le creer</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#depassementMontantAPayer--">depassementMontantAPayer</a></span>()</code>
<div class="block">Permet de savoir si l'utilisateur a rentre assez de monnaie lors de son paiement</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#estEnMarche-stockage.Composant-">estEnMarche</a></span>(<a href="../stockage/Composant.html" title="enum in stockage">Composant</a> composant)</code>
<div class="block">Permet de savoir si un composant est en panne ou non</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#existenceAbo-java.lang.String-">existenceAbo</a></span>(java.lang.String numAbo)</code>
<div class="block">Permet de savoir si un abonnement existe (grace a son numero)</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#existenceCarte-java.lang.String-">existenceCarte</a></span>(java.lang.String numero)</code>
<div class="block">Permet de savoir si la carte associee au numero en parametre</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#existenceGare-java.lang.String-">existenceGare</a></span>(java.lang.String gare)</code>
<div class="block">Permet de savoir si une gare existe</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#existenceTrajet-java.lang.String-java.lang.String-">existenceTrajet</a></span>(java.lang.String gareDepart,
java.lang.String gareArrivee)</code>
<div class="block">Permet de savoir si un trajet existe entre deux gares</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#fentePresente--">fentePresente</a></span>()</code>
<div class="block">Permet de savoir si au moins une fente est presente sur le distributeur</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code><a href="../stockage/Carte.html" title="class in stockage">Carte</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#getCarte--">getCarte</a></span>()</code>
<div class="block">Permet de recuperer la carte que l'on utilise actuellement</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>java.lang.String[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#getHoraire--">getHoraire</a></span>()</code>
<div class="block">Permet de recupere le tableau contenant l'horaire recherche prealablement</div>
</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>java.util.ArrayList<java.lang.String></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#getListeAbonnement--">getListeAbonnement</a></span>()</code>
<div class="block">Permet de recuperer une liste de tout les abonnements deja existants dans la base
de donnees</div>
</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>java.lang.String[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#getListeReduction--">getListeReduction</a></span>()</code>
<div class="block">Permet de recuperer une liste de toutes les reductions existantes</div>
</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>java.lang.String[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#getListeType--">getListeType</a></span>()</code>
<div class="block">Permet de recuperer une liste de tous les types existants</div>
</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#getNbrTitre--">getNbrTitre</a></span>()</code>
<div class="block">Permet de recuperer le nombre de titre(s) commande(s)</div>
</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#getPrix--">getPrix</a></span>()</code>
<div class="block">Permet de recuperer le prix de la commande (en cents)</div>
</td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#getTactile--">getTactile</a></span>()</code>
<div class="block">Permet de savoir si l'ecran est tactile ou non</div>
</td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code><a href="../stockage/imprimable/TitreDeTransport.html" title="class in stockage.imprimable">TitreDeTransport</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#getTitre--">getTitre</a></span>()</code>
<div class="block">Permet de recuperer l'instance de TitreDeTransport</div>
</td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#impression--">impression</a></span>()</code>
<div class="block">Permet de decrementer le nombre de papier pour l'impression</div>
</td>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#insertionAbonnement--">insertionAbonnement</a></span>()</code>
<div class="block">Permet d'inserer le nouvel abonnement achete dans la base de donnees</div>
</td>
</tr>
<tr id="i33" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#mauvaisPin--">mauvaisPin</a></span>()</code>
<div class="block">Action executee si le PIN entre est mauvais</div>
</td>
</tr>
<tr id="i34" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#miseAJourValiditeAbonnement--">miseAJourValiditeAbonnement</a></span>()</code>
<div class="block">Permet de mettre a jour la validite de l'abonnement renouvele dans la base de
donnees</div>
</td>
</tr>
<tr id="i35" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#modifierAbo-int-java.lang.String-">modifierAbo</a></span>(int validite,
java.lang.String numAbo)</code>
<div class="block">Permet de faire passer les informations d'un renouvellement d'un abonnement</div>
</td>
</tr>
<tr id="i36" class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#montantAPayerAffichable--">montantAPayerAffichable</a></span>()</code>
<div class="block">Permet de recuperer le prix affichable (en euros)</div>
</td>
</tr>
<tr id="i37" class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#montantRecuAffichable--">montantRecuAffichable</a></span>()</code>
<div class="block">Permet de recuperer le montant introduit (en euros)</div>
</td>
</tr>
<tr id="i38" class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#prixTicketAffichable--">prixTicketAffichable</a></span>()</code>
<div class="block">Permet de recuperer le prix d'un titre de transport commande (s'il y en a plusieurs)</div>
</td>
</tr>
<tr id="i39" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#rechargerCaisse--">rechargerCaisse</a></span>()</code>
<div class="block">Permet de recharger la caisse du distributeur</div>
</td>
</tr>
<tr id="i40" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#rechargerEncreEtPapier--">rechargerEncreEtPapier</a></span>()</code>
<div class="block">Permet recharger le stock d'encre et de papier du distributeur</div>
</td>
</tr>
<tr id="i41" class="rowColor">
<td class="colFirst"><code>java.lang.String[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#rechercherHoraireArrivee-java.lang.String-int-int-">rechercherHoraireArrivee</a></span>(java.lang.String gareArrivee,
int heure,
int minute)</code>
<div class="block">Permet de rechercher un horaire d'arrivees d'une gare</div>
</td>
</tr>
<tr id="i42" class="altColor">
<td class="colFirst"><code>java.lang.String[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#rechercherHoraireDepart-java.lang.String-int-int-">rechercherHoraireDepart</a></span>(java.lang.String gareDepart,
int heure,
int minute)</code>
<div class="block">Permet de rechercher un horaire a patir d'une gare de depart</div>
</td>
</tr>
<tr id="i43" class="rowColor">
<td class="colFirst"><code>java.lang.String[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#rechercherHoraireItineraire-java.lang.String-java.lang.String-int-int-">rechercherHoraireItineraire</a></span>(java.lang.String gareDepart,
java.lang.String gareArrivee,
int heure,
int minute)</code>
<div class="block">Permet de rechercher l'horaire d'un itineraire entre une gare de depart et une
gare d'arrivee</div>
</td>
</tr>
<tr id="i44" class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#rechercherPrix-coeur.Commande-java.lang.String-java.lang.String-">rechercherPrix</a></span>(<a href="../coeur/Commande.html" title="enum in coeur">Commande</a> commande,
java.lang.String gareDepart,
java.lang.String gareArrivee)</code>
<div class="block">Permet de rechercher le prix d'un titre de transport</div>
</td>
</tr>
<tr id="i45" class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#rechercherPrix-stockage.imprimable.TypePass-">rechercherPrix</a></span>(<a href="../stockage/imprimable/TypePass.html" title="enum in stockage.imprimable">TypePass</a> typePass)</code>
<div class="block">Permet de rechercher le prix d'un type de pass</div>
</td>
</tr>
<tr id="i46" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#reinitialisation--">reinitialisation</a></span>()</code>
<div class="block">Permet de mettre le compteur "introduit" (monnaie introduite) a zero</div>
</td>
</tr>
<tr id="i47" class="rowColor">
<td class="colFirst"><code><a href="../stockage/Rendu.html" title="class in stockage">Rendu</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#rendreMonnaie--">rendreMonnaie</a></span>()</code>
<div class="block">Permet d'avoir un detail de la monnaie qui sera rendue</div>
</td>
</tr>
<tr id="i48" class="altColor">
<td class="colFirst"><code><a href="../stockage/Rendu.html" title="class in stockage">Rendu</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#rendreMontantRecu--">rendreMontantRecu</a></span>()</code>
<div class="block">Permet d'avoir le detail de la monnaie qui a ete inseree a rendre</div>
</td>
</tr>
<tr id="i49" class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#renduAffichable--">renduAffichable</a></span>()</code>
<div class="block">Permet de recuperer le montant rendu (en euros)</div>
</td>
</tr>
<tr id="i50" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#scanneurPresent--">scanneurPresent</a></span>()</code>
<div class="block">Permet de savoir si le scanneur de codes est present sur le distributeur ou non</div>
</td>
</tr>
<tr id="i51" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#setFentes-boolean-boolean-">setFentes</a></span>(boolean fenteBillet,
boolean fentePiece)</code>
<div class="block">Permet de mettre a jour les fentes du distributeur (les ajoutes si elles ne sont pas
presentes ou les enleve)</div>
</td>
</tr>
<tr id="i52" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#setPrix-int-">setPrix</a></span>(int prix)</code>
<div class="block">Permet d'initialiser le prix d'un titre de transport</div>
</td>
</tr>
<tr id="i53" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#setScanneur-boolean-">setScanneur</a></span>(boolean present)</code>
<div class="block">Permet de mettre a jour le scanneur du distributeur (l'ajoute s'il n'est pas present,
l'enleve s'il l'est)</div>
</td>
</tr>
<tr id="i54" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#setTactile-boolean-">setTactile</a></span>(boolean tactile)</code>
<div class="block">Permet de mettre a jour la configuration de l'ecran du distributeur</div>
</td>
</tr>
<tr id="i55" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#tropDErreur--">tropDErreur</a></span>()</code>
<div class="block">Permet de regarder si l'utilisateur n'a pas entre trop de fois un mauvais code PIN</div>
</td>
</tr>
<tr id="i56" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#verifCode-int-">verifCode</a></span>(int codePIN)</code>
<div class="block">Permet de verifier le code PIN de la carte que l'on utilise actuellement</div>
</td>
</tr>
<tr id="i57" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#verifSolde--">verifSolde</a></span>()</code>
<div class="block">Permet de verifier si le solde de la carte utilisee est suffisant</div>
</td>
</tr>
<tr id="i58" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#viderCaisse--">viderCaisse</a></span>()</code>
<div class="block">Pemet de vider la caisse du distributeur</div>
</td>
</tr>
<tr id="i59" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../stockage/CoeurAStockage.html#viderEncreEtPapier--">viderEncreEtPapier</a></span>()</code>
<div class="block">Permet de vider le stock d'encre et de papier du distributeur</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="creerCarte-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>creerCarte</h4>
<pre>void creerCarte(java.lang.String id)</pre>
<div class="block">Permet de recuperer les informations d'une carte a l'aide de son identifiant et
creer un objet carte</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>id</code> - le numero de la carte</dd>
</dl>
</li>
</ul>
<a name="creerBillet-java.time.LocalDate-int-int-java.lang.String-java.lang.String-java.lang.String-java.lang.String-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>creerBillet</h4>
<pre>void creerBillet(java.time.LocalDate dateValidite,
int nbrBillet,
int classe,
java.lang.String gareDepart,
java.lang.String gareArrivee,
java.lang.String typeBillet,
java.lang.String reduction,
boolean allerRetour)
throws <a href="../stockage/ErreurDEncodage.html" title="class in stockage">ErreurDEncodage</a></pre>
<div class="block">Permet de faire passer les informations d'un achat d'un billet et de le creer</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>dateValidite</code> - la date de depart du billet</dd>
<dd><code>nbrBillet</code> - le nombre de billet</dd>
<dd><code>classe</code> - la classe du billet</dd>
<dd><code>gareDepart</code> - la gare de depart</dd>
<dd><code>gareArrivee</code> - la gare d'arrivee</dd>
<dd><code>typeBillet</code> - le type de billet</dd>
<dd><code>reduction</code> - la reduction du billet</dd>
<dd><code>allerRetour</code> - le booleen qui indique s'il s'agit d'un aller simple (faux)
ou d'un aller retour (vrai)</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../stockage/ErreurDEncodage.html" title="class in stockage">ErreurDEncodage</a></code> - (peut generer une exception s'il y a une erreur d'encodage)</dd>
</dl>
</li>
</ul>
<a name="creerAbonnement-int-java.lang.String-java.lang.String-int-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>creerAbonnement</h4>
<pre>void creerAbonnement(int validite,
java.lang.String gareDepart,
java.lang.String gareArrivee,
int classe,
java.lang.String reduction,
java.lang.String type,
java.lang.String nom,
java.lang.String registreNational)
throws <a href="../stockage/ErreurDEncodage.html" title="class in stockage">ErreurDEncodage</a></pre>
<div class="block">Permet de faire passer les informations d'un achat d'un abonnement et de le creer</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>validite</code> - la periode de validite de l'abonnement</dd>
<dd><code>gareDepart</code> - la gare source de l'abonnement</dd>
<dd><code>gareArrivee</code> - la gare de destination de l'abonnement</dd>
<dd><code>classe</code> - la classe de l'abonnement</dd>
<dd><code>reduction</code> - la reduction de l'abonnement</dd>
<dd><code>type</code> - le type de l'abonnement</dd>
<dd><code>nom</code> - le nom auquel est enregistre l'abonnement</dd>
<dd><code>registreNational</code> - le registre national de l'utilisateur</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../stockage/ErreurDEncodage.html" title="class in stockage">ErreurDEncodage</a></code> - (peut generer une exception s'il y a une erreur d'encodage)</dd>
</dl>
</li>
</ul>
<a name="modifierAbo-int-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>modifierAbo</h4>
<pre>void modifierAbo(int validite,
java.lang.String numAbo)
throws <a href="../stockage/ErreurDEncodage.html" title="class in stockage">ErreurDEncodage</a></pre>
<div class="block">Permet de faire passer les informations d'un renouvellement d'un abonnement</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>validite</code> - la nouvelle validite de l'abonnement</dd>
<dd><code>numAbo</code> - le numero de l'abonnement a renouveler</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../stockage/ErreurDEncodage.html" title="class in stockage">ErreurDEncodage</a></code> - (peut generer une exception s'il y a une erreur d'encodage)</dd>
</dl>
</li>
</ul>
<a name="existenceAbo-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>existenceAbo</h4>
<pre>boolean existenceAbo(java.lang.String numAbo)</pre>
<div class="block">Permet de savoir si un abonnement existe (grace a son numero)</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>numAbo</code> - un numero d'abonnement</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>existe un booleen vrai si le numero d'abonnement existe dans la base de donnees, faux sinon</dd>
</dl>
</li>
</ul>
<a name="creerPassIllimite-java.lang.String-int-java.lang.String-java.lang.String-int-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>creerPassIllimite</h4>
<pre>void creerPassIllimite(java.lang.String nom,
int classe,
java.lang.String reduction,
java.lang.String type,
int nbrJours,
java.lang.String typePass)
throws <a href="../stockage/ErreurDEncodage.html" title="class in stockage">ErreurDEncodage</a></pre>
<div class="block">Permet de faire passer les informations d'un achat d'un pass illimite et de le creer</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>nom</code> - le nom auquel sera enregistre le pass</dd>
<dd><code>classe</code> - la classe du pass</dd>
<dd><code>reduction</code> - la reduction du pass</dd>
<dd><code>type</code> - le type de titre du pass</dd>
<dd><code>nbrJours</code> - le nombre de jour de la validite</dd>
<dd><code>typePass</code> - le type du pass (illimite, dix trajets, dix trajets entre deux gares)</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../stockage/ErreurDEncodage.html" title="class in stockage">ErreurDEncodage</a></code> - (peut generer une exception s'il y a une erreur d'encodage)</dd>
</dl>
</li>
</ul>
<a name="creerPass10Trajets-java.lang.String-int-java.lang.String-java.lang.String-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>creerPass10Trajets</h4>
<pre>void creerPass10Trajets(java.lang.String nom,
int classe,
java.lang.String reduction,
java.lang.String type,
java.lang.String typePass)
throws <a href="../stockage/ErreurDEncodage.html" title="class in stockage">ErreurDEncodage</a></pre>
<div class="block">Permet de faire passer les informations d'un achat d'un pass dix trajets et de le creer</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>nom</code> - le nom auquel sera enregistre le pass</dd>
<dd><code>classe</code> - la classe du pass</dd>
<dd><code>reduction</code> - la reduction du pass</dd>
<dd><code>type</code> - le type de titre du pass</dd>
<dd><code>typePass</code> - le type du pass (illimite, dix trajets, dix trajets entre deux gares)</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../stockage/ErreurDEncodage.html" title="class in stockage">ErreurDEncodage</a></code> - (peut generer une exception s'il y a une erreur d'encodage)</dd>
</dl>
</li>
</ul>
<a name="creerPass10Trajets2Gares-java.lang.String-java.lang.String-java.lang.String-int-java.lang.String-java.lang.String-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>creerPass10Trajets2Gares</h4>
<pre>void creerPass10Trajets2Gares(java.lang.String nom,
java.lang.String gareDepart,
java.lang.String gareArrivee,
int classe,
java.lang.String reduction,
java.lang.String type,
java.lang.String typePass)
throws <a href="../stockage/ErreurDEncodage.html" title="class in stockage">ErreurDEncodage</a></pre>
<div class="block">Permet de faire passer les informations d'un achat d'un pass dix trajets entre deux gares</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>nom</code> - le nom auquel sera enregistre le pass</dd>
<dd><code>gareDepart</code> - la gare de depart du pass</dd>
<dd><code>gareArrivee</code> - la gare d'arrivee du pass</dd>
<dd><code>classe</code> - la classe du pass</dd>
<dd><code>reduction</code> - la reduction du pass</dd>
<dd><code>type</code> - le type de titre du pass</dd>
<dd><code>typePass</code> - le type du pass (illimite, dix trajets, dix trajets entre deux gares)</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../stockage/ErreurDEncodage.html" title="class in stockage">ErreurDEncodage</a></code> - (peut generer une exception s'il y a une erreur d'encodage)</dd>
</dl>
</li>
</ul>
<a name="rechercherPrix-coeur.Commande-java.lang.String-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rechercherPrix</h4>
<pre>double rechercherPrix(<a href="../coeur/Commande.html" title="enum in coeur">Commande</a> commande,
java.lang.String gareDepart,
java.lang.String gareArrivee)</pre>
<div class="block">Permet de rechercher le prix d'un titre de transport</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>commande</code> - la commande d'un titre de transport</dd>
<dd><code>gareDepart</code> - la gare de depart de la commande</dd>
<dd><code>gareArrivee</code> - la gare d'arrivee de la commande</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>prix le prix de la commande</dd>
</dl>
</li>
</ul>
<a name="rechercherPrix-stockage.imprimable.TypePass-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rechercherPrix</h4>
<pre>double rechercherPrix(<a href="../stockage/imprimable/TypePass.html" title="enum in stockage.imprimable">TypePass</a> typePass)</pre>
<div class="block">Permet de rechercher le prix d'un type de pass</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>typePass</code> - le type du pass (illimite, dix trajets, dix trajets entre deux gares)</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>prix le prix du pass</dd>
</dl>
</li>
</ul>
<a name="conversionTypePass-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>conversionTypePass</h4>
<pre><a href="../stockage/imprimable/TypePass.html" title="enum in stockage.imprimable">TypePass</a> conversionTypePass(java.lang.String typePassStr)
throws <a href="../stockage/ErreurDEncodage.html" title="class in stockage">ErreurDEncodage</a></pre>
<div class="block">Permet de reconvertir un type (chaine de caractere) en un type TypePass</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>typePassStr</code> - un type de pass (illimite, dix trajets, dix trajets entre deux gares)</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>typePass un type de pass (TypePass)</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../stockage/ErreurDEncodage.html" title="class in stockage">ErreurDEncodage</a></code> - (peut generer une exception s'il y a une erreur d'encodage)</dd>
</dl>
</li>
</ul>
<a name="conversionType-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>conversionType</h4>
<pre><a href="../stockage/imprimable/TypeTitre.html" title="enum in stockage.imprimable">TypeTitre</a> conversionType(java.lang.String type)
throws <a href="../stockage/ErreurDEncodage.html" title="class in stockage">ErreurDEncodage</a></pre>
<div class="block">Permet de reconvertir un type (chaine de caractere) en un type TypeTitre</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - un type de titre de transport</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>type le type associe au type en parametre</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../stockage/ErreurDEncodage.html" title="class in stockage">ErreurDEncodage</a></code> - (peut generer une exception s'il y a une erreur d'encodage)</dd>
</dl>
</li>
</ul>
<a name="conversionClasse-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>conversionClasse</h4>
<pre><a href="../stockage/imprimable/Classe.html" title="enum in stockage.imprimable">Classe</a> conversionClasse(int classe)
throws <a href="../stockage/ErreurDEncodage.html" title="class in stockage">ErreurDEncodage</a></pre>
<div class="block">Permet de reconvertir une classe (chaine de caractere) en une classe Classe</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>classe</code> - une classe du titre de tranport</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>classe la classe associee a la classe en parametre</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../stockage/ErreurDEncodage.html" title="class in stockage">ErreurDEncodage</a></code> - (peut generer une exception s'il y a une erreur d'encodage)</dd>
</dl>
</li>
</ul>
<a name="conversionReduction-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>conversionReduction</h4>
<pre><a href="../stockage/imprimable/Reduction.html" title="enum in stockage.imprimable">Reduction</a> conversionReduction(java.lang.String reduction)
throws <a href="../stockage/ErreurDEncodage.html" title="class in stockage">ErreurDEncodage</a></pre>
<div class="block">Permet de reconvertir une reduction (chaine de caractere) en une reduction Reduction</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>reduction</code> - une reduction de titre de transport</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>reduction la reduction associee a la reduction en parametre</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../stockage/ErreurDEncodage.html" title="class in stockage">ErreurDEncodage</a></code> - (peut generer une exception s'il y a une erreur d'encodage)</dd>
</dl>
</li>
</ul>
<a name="getListeReduction--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getListeReduction</h4>
<pre>java.lang.String[] getListeReduction()</pre>
<div class="block">Permet de recuperer une liste de toutes les reductions existantes</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>reductions un tableau contenant toutes les reductions existantes</dd>
</dl>
</li>
</ul>
<a name="getListeType--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getListeType</h4>
<pre>java.lang.String[] getListeType()</pre>
<div class="block">Permet de recuperer une liste de tous les types existants</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>types un tableau contenant tous les types existants</dd>
</dl>
</li>
</ul>
<a name="existenceTrajet-java.lang.String-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>existenceTrajet</h4>
<pre>boolean existenceTrajet(java.lang.String gareDepart,
java.lang.String gareArrivee)</pre>
<div class="block">Permet de savoir si un trajet existe entre deux gares</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>gareDepart</code> - la gare source du trajet</dd>
<dd><code>gareArrivee</code> - la gare d'arrivee du trajet</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>existe un booleen vrai si le trajet existe entre les deux gares dans la base de donnees, faux sinon</dd>
</dl>
</li>
</ul>
<a name="existenceGare-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>existenceGare</h4>
<pre>boolean existenceGare(java.lang.String gare)</pre>
<div class="block">Permet de savoir si une gare existe</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>gare</code> - une gare</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>existe un booleen qui est vrai si la gare existe dans la base de donnees, faux sinon</dd>
</dl>
</li>
</ul>
<a name="rechercherHoraireDepart-java.lang.String-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rechercherHoraireDepart</h4>
<pre>java.lang.String[] rechercherHoraireDepart(java.lang.String gareDepart,
int heure,
int minute)
throws java.sql.SQLException</pre>
<div class="block">Permet de rechercher un horaire a patir d'une gare de depart</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>gareDepart</code> - une gare de depart</dd>
<dd><code>heure</code> - l'heure du depart</dd>
<dd><code>minute</code> - la minute de l'heure du depart</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>horaire un tableau contenant les cinq premiers horaires au depart d'une gare</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.sql.SQLException</code> - (peut generer une exception SQL)</dd>
</dl>
</li>
</ul>
<a name="rechercherHoraireItineraire-java.lang.String-java.lang.String-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rechercherHoraireItineraire</h4>
<pre>java.lang.String[] rechercherHoraireItineraire(java.lang.String gareDepart,
java.lang.String gareArrivee,
int heure,
int minute)
throws java.sql.SQLException</pre>
<div class="block">Permet de rechercher l'horaire d'un itineraire entre une gare de depart et une
gare d'arrivee</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>gareDepart</code> - une gare de depart</dd>
<dd><code>gareArrivee</code> - une gare d'arrivee</dd>
<dd><code>heure</code> - l'heure du depart</dd>
<dd><code>minute</code> - la minute de l'heure du depart</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>horaire le tableau contenant l'horaire des cinq premiers horaires de
l'itineraire</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.sql.SQLException</code> - (peut generer une exception SQL)</dd>
</dl>
</li>
</ul>
<a name="rechercherHoraireArrivee-java.lang.String-int-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rechercherHoraireArrivee</h4>
<pre>java.lang.String[] rechercherHoraireArrivee(java.lang.String gareArrivee,
int heure,
int minute)
throws java.sql.SQLException</pre>
<div class="block">Permet de rechercher un horaire d'arrivees d'une gare</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>gareArrivee</code> - une gare d'arrivee</dd>
<dd><code>heure</code> - l'heure de l'arrivee</dd>
<dd><code>minute</code> - la minute de l'heure de l'arrivee</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>horaire un tableau contenant les cinq premiers horaires des arrivees dans une gare</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.sql.SQLException</code> - (peut generer une exception SQL)</dd>
</dl>
</li>
</ul>
<a name="getHoraire--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHoraire</h4>
<pre>java.lang.String[] getHoraire()</pre>
<div class="block">Permet de recupere le tableau contenant l'horaire recherche prealablement</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>horaire un tableau contenant l'horaire recherche prealablement</dd>
</dl>
</li>
</ul>
<a name="getTitre--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTitre</h4>
<pre><a href="../stockage/imprimable/TitreDeTransport.html" title="class in stockage.imprimable">TitreDeTransport</a> getTitre()</pre>
<div class="block">Permet de recuperer l'instance de TitreDeTransport</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>titre le titre de transport</dd>
</dl>
</li>
</ul>
<a name="getNbrTitre--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNbrTitre</h4>
<pre>int getNbrTitre()</pre>
<div class="block">Permet de recuperer le nombre de titre(s) commande(s)</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>nombre le nombre de titre commande</dd>
</dl>
</li>
</ul>
<a name="getPrix--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPrix</h4>
<pre>int getPrix()</pre>
<div class="block">Permet de recuperer le prix de la commande (en cents)</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>prix le prix de la commande</dd>
</dl>
</li>
</ul>
<a name="setPrix-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPrix</h4>
<pre>void setPrix(int prix)</pre>
<div class="block">Permet d'initialiser le prix d'un titre de transport</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>prix</code> - le prix du titre de transport (en cents)</dd>
</dl>
</li>
</ul>
<a name="ajoutMonnaie-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ajoutMonnaie</h4>
<pre>void ajoutMonnaie(int i)
throws <a href="../stockage/ComposantHorsService.html" title="class in stockage">ComposantHorsService</a></pre>
<div class="block">Permet d'ajouter de la monnaie, d'incrementer le montant intoduit</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>i</code> - le montant (en cents) a ajouter</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../stockage/ComposantHorsService.html" title="class in stockage">ComposantHorsService</a></code> - (peut generer une exceptions si une des fentes est en panne)</dd>
</dl>
</li>
</ul>
<a name="rendreMonnaie--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rendreMonnaie</h4>
<pre><a href="../stockage/Rendu.html" title="class in stockage">Rendu</a> rendreMonnaie()
throws <a href="../stockage/PasAssezDeMonnaie.html" title="class in stockage">PasAssezDeMonnaie</a></pre>
<div class="block">Permet d'avoir un detail de la monnaie qui sera rendue</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>rendu le detail de ce qui sera rendu</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../stockage/PasAssezDeMonnaie.html" title="class in stockage">PasAssezDeMonnaie</a></code> - (peut generer une exception s'il n'y a pas assez de monnaie)</dd>
</dl>
</li>
</ul>
<a name="rendreMontantRecu--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rendreMontantRecu</h4>
<pre><a href="../stockage/Rendu.html" title="class in stockage">Rendu</a> rendreMontantRecu()</pre>
<div class="block">Permet d'avoir le detail de la monnaie qui a ete inseree a rendre</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>rendu le detail de ce qui sera rendu</dd>
</dl>
</li>
</ul>
<a name="reinitialisation--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>reinitialisation</h4>
<pre>void reinitialisation()</pre>
<div class="block">Permet de mettre le compteur "introduit" (monnaie introduite) a zero</div>
</li>
</ul>
<a name="getListeAbonnement--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getListeAbonnement</h4>
<pre>java.util.ArrayList<java.lang.String> getListeAbonnement()</pre>
<div class="block">Permet de recuperer une liste de tout les abonnements deja existants dans la base
de donnees</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>liste une liste de tout les abonnements existants dans la base de donnees</dd>
</dl>
</li>
</ul>
<a name="miseAJourValiditeAbonnement--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>miseAJourValiditeAbonnement</h4>
<pre>void miseAJourValiditeAbonnement()</pre>
<div class="block">Permet de mettre a jour la validite de l'abonnement renouvele dans la base de
donnees</div>
</li>
</ul>
<a name="insertionAbonnement--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insertionAbonnement</h4>
<pre>void insertionAbonnement()</pre>
<div class="block">Permet d'inserer le nouvel abonnement achete dans la base de donnees</div>
</li>
</ul>
<a name="depassementMontantAPayer--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>depassementMontantAPayer</h4>
<pre>boolean depassementMontantAPayer()</pre>
<div class="block">Permet de savoir si l'utilisateur a rentre assez de monnaie lors de son paiement</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>depasse un booleen vrai si l'utilisateur a depasse le prix a payer, faux
sinon</dd>
</dl>
</li>
</ul>
<a name="montantAPayerAffichable--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>montantAPayerAffichable</h4>
<pre>double montantAPayerAffichable()</pre>
<div class="block">Permet de recuperer le prix affichable (en euros)</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>montantAPayer le prix de la commande (en euros)</dd>
</dl>
</li>
</ul>
<a name="prixTicketAffichable--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prixTicketAffichable</h4>
<pre>double prixTicketAffichable()</pre>
<div class="block">Permet de recuperer le prix d'un titre de transport commande (s'il y en a plusieurs)</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>prix le prix (en euros) d'un titre de transport commande</dd>
</dl>
</li>
</ul>
<a name="renduAffichable--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>renduAffichable</h4>
<pre>double renduAffichable()</pre>
<div class="block">Permet de recuperer le montant rendu (en euros)</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>rendu le montant rendu</dd>
</dl>
</li>
</ul>
<a name="montantRecuAffichable--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>montantRecuAffichable</h4>
<pre>double montantRecuAffichable()</pre>
<div class="block">Permet de recuperer le montant introduit (en euros)</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>introduit le montant introduit (en euros)</dd>
</dl>
</li>
</ul>
<a name="existenceCarte-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>existenceCarte</h4>
<pre>boolean existenceCarte(java.lang.String numero)</pre>
<div class="block">Permet de savoir si la carte associee au numero en parametre</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>numero</code> - le numero d'une carte bancaire</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>existe un booleen vrai si le numero de carte existe dans la base de donnees</dd>
</dl>
</li>
</ul>
<a name="getCarte--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCarte</h4>
<pre><a href="../stockage/Carte.html" title="class in stockage">Carte</a> getCarte()</pre>
<div class="block">Permet de recuperer la carte que l'on utilise actuellement</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>carte la carte que l'on utilise (qui a ete inseree)</dd>
</dl>
</li>
</ul>
<a name="verifCode-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>verifCode</h4>
<pre>boolean verifCode(int codePIN)</pre>
<div class="block">Permet de verifier le code PIN de la carte que l'on utilise actuellement</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>codePIN</code> - le code PIN entre par l'utilisateur</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>verif un booleen vrai si le code PIN entre est correct, si c'est le meme
que celui de la carte que l'on utilise</dd>
</dl>
</li>
</ul>
<a name="verifSolde--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>verifSolde</h4>
<pre>boolean verifSolde()</pre>
<div class="block">Permet de verifier si le solde de la carte utilisee est suffisant</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>verif un booleen vrai si le solde de la carte est suffisant, faux sinon</dd>
</dl>
</li>
</ul>
<a name="mauvaisPin--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mauvaisPin</h4>
<pre>void mauvaisPin()</pre>
<div class="block">Action executee si le PIN entre est mauvais</div>
</li>
</ul>
<a name="tropDErreur--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>tropDErreur</h4>
<pre>boolean tropDErreur()</pre>
<div class="block">Permet de regarder si l'utilisateur n'a pas entre trop de fois un mauvais code PIN</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>tropDErreur un booleen vrai si l'utilisateur a deja saisi trois fois un
code PIN incorrect, faux sinon</dd>
</dl>
</li>
</ul>
<a name="actualiserSolde--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actualiserSolde</h4>
<pre>void actualiserSolde()</pre>
<div class="block">Permet d'actualiser le solde associee a la carte utilisee dans la base de donnees
apres un paiement par carte</div>
</li>
</ul>
<a name="estEnMarche-stockage.Composant-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>estEnMarche</h4>
<pre>boolean estEnMarche(<a href="../stockage/Composant.html" title="enum in stockage">Composant</a> composant)</pre>
<div class="block">Permet de savoir si un composant est en panne ou non</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>composant</code> - un composant</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>enPanne vrai si le composant est fonctionnel, faux sinon</dd>
</dl>
</li>
</ul>
<a name="actualiserPanne-stockage.Composant-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>actualiserPanne</h4>
<pre>void actualiserPanne(<a href="../stockage/Composant.html" title="enum in stockage">Composant</a> composant)</pre>
<div class="block">Permet d'actualiser la panne d'un composant</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>composant</code> - un composant a mettre en panne ou a reparer</dd>
</dl>
</li>
</ul>
<a name="viderCaisse--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>viderCaisse</h4>
<pre>void viderCaisse()</pre>
<div class="block">Pemet de vider la caisse du distributeur</div>
</li>
</ul>
<a name="rechargerCaisse--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rechargerCaisse</h4>
<pre>void rechargerCaisse()</pre>
<div class="block">Permet de recharger la caisse du distributeur</div>
</li>
</ul>
<a name="rechargerEncreEtPapier--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rechargerEncreEtPapier</h4>
<pre>void rechargerEncreEtPapier()</pre>
<div class="block">Permet recharger le stock d'encre et de papier du distributeur</div>
</li>
</ul>
<a name="viderEncreEtPapier--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>viderEncreEtPapier</h4>
<pre>void viderEncreEtPapier()</pre>
<div class="block">Permet de vider le stock d'encre et de papier du distributeur</div>
</li>
</ul>
<a name="carteEnlevee--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>carteEnlevee</h4>
<pre>void carteEnlevee()</pre>
<div class="block">Permet d'enlever la carte du distributeur</div>
</li>
</ul>
<a name="carteInseree--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>carteInseree</h4>
<pre>boolean carteInseree()</pre>
<div class="block">Permet de voir si une carte est inseree ou non</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>inseree un booleen vrai s'il y a une carte dans le lecteur, faux sinon</dd>
</dl>
</li>
</ul>
<a name="impression--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>impression</h4>
<pre>void impression()
throws <a href="../stockage/ComposantHorsService.html" title="class in stockage">ComposantHorsService</a>,
<a href="../stockage/PlusDePapier.html" title="class in stockage">PlusDePapier</a></pre>
<div class="block">Permet de decrementer le nombre de papier pour l'impression</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../stockage/ComposantHorsService.html" title="class in stockage">ComposantHorsService</a></code> - (peut generer une exception si l'imprimante
est en panne)</dd>
<dd><code><a href="../stockage/PlusDePapier.html" title="class in stockage">PlusDePapier</a></code> - (peut generer une exception s'il n'y a plus de papier)</dd>
</dl>
</li>
</ul>
<a name="setTactile-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTactile</h4>
<pre>void setTactile(boolean tactile)</pre>
<div class="block">Permet de mettre a jour la configuration de l'ecran du distributeur</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>tactile</code> - vrai si l'ecran choisi est tactile, faux sinon</dd>
</dl>
</li>
</ul>
<a name="getTactile--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTactile</h4>
<pre>boolean getTactile()</pre>
<div class="block">Permet de savoir si l'ecran est tactile ou non</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>ecranTactile qui est vrai si l'ecran est tactile, faux sinon</dd>
</dl>
</li>
</ul>
<a name="setScanneur-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setScanneur</h4>
<pre>void setScanneur(boolean present)</pre>
<div class="block">Permet de mettre a jour le scanneur du distributeur (l'ajoute s'il n'est pas present,
l'enleve s'il l'est)</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>present</code> - vrai si le distributeur est equipe d'un scanneur, faux sinon</dd>
</dl>
</li>
</ul>
<a name="scanneurPresent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>scanneurPresent</h4>
<pre>boolean scanneurPresent()</pre>
<div class="block">Permet de savoir si le scanneur de codes est present sur le distributeur ou non</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>scanneurPresent qui est vrai si le distributeur est equipe d'un scanneur, faux
sinon</dd>
</dl>
</li>
</ul>
<a name="setFentes-boolean-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFentes</h4>
<pre>void setFentes(boolean fenteBillet,
boolean fentePiece)</pre>
<div class="block">Permet de mettre a jour les fentes du distributeur (les ajoutes si elles ne sont pas
presentes ou les enleve)</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>fenteBillet</code> - vrai si la fente a billet veut etre mise, faux si elle doit etre
enlevee</dd>
<dd><code>fentePiece</code> - vrai si la fente a piece veut etre mise, faux si elle doit etre
enlevee</dd>
</dl>
</li>
</ul>
<a name="fentePresente--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>fentePresente</h4>
<pre>boolean fentePresente()</pre>
<div class="block">Permet de savoir si au moins une fente est presente sur le distributeur</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>fente vrai si on a au moins une fente (fenteBillet ou fentePiece), faux sinon</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CoeurAStockage.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../stockage/Carte.html" title="class in stockage"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../stockage/CoeurAStockageImpl.html" title="class in stockage"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?stockage/CoeurAStockage.html" target="_top">Frames</a></li>
<li><a href="CoeurAStockage.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>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>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| AllanDubrulle/distributeur_tickets | Implementation/JAVADOC/stockage/CoeurAStockage.html | HTML | mit | 68,386 |
Is paginated: {{ is_paginated }}
Items count: {{ len(objects_list) }}
{% for item in objects_list %}
{{ item }} <br />
{% end %}
end..
| bosha/torhandlers | tests/test_application/templates/list.html | HTML | mit | 140 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Class: Layout</title>
<script src="scripts/prettify/prettify.js"></script>
<script src="scripts/prettify/lang-css.js"></script>
<script src="scripts/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/bootstrap.min.css">
<link type="text/css" rel="stylesheet" href="styles/jaguar.css">
<script>
var config = {"default":{"outputSourceFiles":true},"monospaceLinks":false,"cleverLinks":false};
</script>
</head>
<body>
<div id="wrap" class="clearfix">
<div class="navigation">
<h3 class="applicationName"><a href="index.html"></a></h3>
<div class="search">
<input id="search" type="text" class="form-control input-sm" placeholder="Search Documentations">
</div>
<ul class="list">
<li class="item" data-name="Ergo">
<span class="title">
<a href="Ergo.html">Ergo</a>
<span class="static">static</span>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.applyAll"><a href="Ergo.html#applyAll">applyAll</a></li>
<li data-name="Ergo.callAll"><a href="Ergo.html#callAll">callAll</a></li>
<li data-name="Ergo.deepCopy"><a href="Ergo.html#deepCopy">deepCopy</a></li>
<li data-name="Ergo.defineClass"><a href="Ergo.html#defineClass">defineClass</a></li>
<li data-name="Ergo.each"><a href="Ergo.html#each">each</a></li>
<li data-name="Ergo.eq"><a href="Ergo.html#eq">eq</a></li>
<li data-name="Ergo.escapeHtml"><a href="Ergo.html#escapeHtml">escapeHtml</a></li>
<li data-name="Ergo.extend"><a href="Ergo.html#extend">extend</a></li>
<li data-name="Ergo.filter"><a href="Ergo.html#filter">filter</a></li>
<li data-name="Ergo.find"><a href="Ergo.html#find">find</a></li>
<li data-name="Ergo.findAll"><a href="Ergo.html#findAll">findAll</a></li>
<li data-name="Ergo.format"><a href="Ergo.html#format">format</a></li>
<li data-name="Ergo.formatObj"><a href="Ergo.html#formatObj">formatObj</a></li>
<li data-name="Ergo.formatValue"><a href="Ergo.html#formatValue">formatValue</a></li>
<li data-name="Ergo.includes"><a href="Ergo.html#includes">includes</a></li>
<li data-name="Ergo.isBoolean"><a href="Ergo.html#isBoolean">isBoolean</a></li>
<li data-name="Ergo.keyOf"><a href="Ergo.html#keyOf">keyOf</a></li>
<li data-name="Ergo.map"><a href="Ergo.html#map">map</a></li>
<li data-name="Ergo.ms"><a href="Ergo.html#ms">ms</a></li>
<li data-name="Ergo.ne"><a href="Ergo.html#ne">ne</a></li>
<li data-name="Ergo.object"><a href="Ergo.html#object">object</a></li>
<li data-name="Ergo.override"><a href="Ergo.html#override">override</a></li>
<li data-name="Ergo.reduce"><a href="Ergo.html#reduce">reduce</a></li>
<li data-name="Ergo.remove"><a href="Ergo.html#remove">remove</a></li>
<li data-name="Ergo.unformatObj"><a href="Ergo.html#unformatObj">unformatObj</a></li>
<li data-name="Ergo.walkPrototypes"><a href="Ergo.html#walkPrototypes">walkPrototypes</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.core">
<span class="title">
<a href="Ergo.core.html">Ergo.core</a>
<span class="static">static</span>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.data">
<span class="title">
<a href="Ergo.data.html">Ergo.data</a>
<span class="static">static</span>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.events">
<span class="title">
<a href="Ergo.events.html">Ergo.events</a>
<span class="static">static</span>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.html">
<span class="title">
<a href="Ergo.html.html">Ergo.html</a>
<span class="static">static</span>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.layouts">
<span class="title">
<a href="Ergo.layouts.html">Ergo.layouts</a>
<span class="static">static</span>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.widgets">
<span class="title">
<a href="Ergo.widgets.html">Ergo.widgets</a>
<span class="static">static</span>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.core.Array">
<span class="title">
<a href="Ergo.core.Array.html">Ergo.core.Array</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ergo.core.Array#src"><a href="Ergo.core.Array.html#src">src</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.core.Array#add"><a href="Ergo.core.Array.html#add">add</a></li>
<li data-name="Ergo.core.Array#applyAll"><a href="Ergo.core.Array.html#applyAll">applyAll</a></li>
<li data-name="Ergo.core.Array#contains"><a href="Ergo.core.Array.html#contains">contains</a></li>
<li data-name="Ergo.core.Array#count"><a href="Ergo.core.Array.html#count">count</a></li>
<li data-name="Ergo.core.Array#each"><a href="Ergo.core.Array.html#each">each</a></li>
<li data-name="Ergo.core.Array#filter"><a href="Ergo.core.Array.html#filter">filter</a></li>
<li data-name="Ergo.core.Array#find"><a href="Ergo.core.Array.html#find">find</a></li>
<li data-name="Ergo.core.Array#findAll"><a href="Ergo.core.Array.html#findAll">findAll</a></li>
<li data-name="Ergo.core.Array#first"><a href="Ergo.core.Array.html#first">first</a></li>
<li data-name="Ergo.core.Array#get"><a href="Ergo.core.Array.html#get">get</a></li>
<li data-name="Ergo.core.Array#hasKey"><a href="Ergo.core.Array.html#hasKey">hasKey</a></li>
<li data-name="Ergo.core.Array#isEmpty"><a href="Ergo.core.Array.html#isEmpty">isEmpty</a></li>
<li data-name="Ergo.core.Array#keyOf"><a href="Ergo.core.Array.html#keyOf">keyOf</a></li>
<li data-name="Ergo.core.Array#keys"><a href="Ergo.core.Array.html#keys">keys</a></li>
<li data-name="Ergo.core.Array#last"><a href="Ergo.core.Array.html#last">last</a></li>
<li data-name="Ergo.core.Array#map"><a href="Ergo.core.Array.html#map">map</a></li>
<li data-name="Ergo.core.Array#remove"><a href="Ergo.core.Array.html#remove">remove</a></li>
<li data-name="Ergo.core.Array#removeAll"><a href="Ergo.core.Array.html#removeAll">removeAll</a></li>
<li data-name="Ergo.core.Array#removeAt"><a href="Ergo.core.Array.html#removeAt">removeAt</a></li>
<li data-name="Ergo.core.Array#removeIf"><a href="Ergo.core.Array.html#removeIf">removeIf</a></li>
<li data-name="Ergo.core.Array#set"><a href="Ergo.core.Array.html#set">set</a></li>
<li data-name="Ergo.core.Array#unset"><a href="Ergo.core.Array.html#unset">unset</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.core.Children">
<span class="title">
<a href="Ergo.core.Children.html">Ergo.core.Children</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ergo.core.Children#src"><a href="Ergo.core.Children.html#src">src</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.core.Children#add"><a href="Ergo.core.Children.html#add">add</a></li>
<li data-name="Ergo.core.Children#applyAll"><a href="Ergo.core.Children.html#applyAll">applyAll</a></li>
<li data-name="Ergo.core.Children#contains"><a href="Ergo.core.Children.html#contains">contains</a></li>
<li data-name="Ergo.core.Children#count"><a href="Ergo.core.Children.html#count">count</a></li>
<li data-name="Ergo.core.Children#each"><a href="Ergo.core.Children.html#each">each</a></li>
<li data-name="Ergo.core.Children#filter"><a href="Ergo.core.Children.html#filter">filter</a></li>
<li data-name="Ergo.core.Children#find"><a href="Ergo.core.Children.html#find">find</a></li>
<li data-name="Ergo.core.Children#findAll"><a href="Ergo.core.Children.html#findAll">findAll</a></li>
<li data-name="Ergo.core.Children#first"><a href="Ergo.core.Children.html#first">first</a></li>
<li data-name="Ergo.core.Children#get"><a href="Ergo.core.Children.html#get">get</a></li>
<li data-name="Ergo.core.Children#hasKey"><a href="Ergo.core.Children.html#hasKey">hasKey</a></li>
<li data-name="Ergo.core.Children#isEmpty"><a href="Ergo.core.Children.html#isEmpty">isEmpty</a></li>
<li data-name="Ergo.core.Children#keyOf"><a href="Ergo.core.Children.html#keyOf">keyOf</a></li>
<li data-name="Ergo.core.Children#keys"><a href="Ergo.core.Children.html#keys">keys</a></li>
<li data-name="Ergo.core.Children#last"><a href="Ergo.core.Children.html#last">last</a></li>
<li data-name="Ergo.core.Children#map"><a href="Ergo.core.Children.html#map">map</a></li>
<li data-name="Ergo.core.Children#remove"><a href="Ergo.core.Children.html#remove">remove</a></li>
<li data-name="Ergo.core.Children#removeAll"><a href="Ergo.core.Children.html#removeAll">removeAll</a></li>
<li data-name="Ergo.core.Children#removeAt"><a href="Ergo.core.Children.html#removeAt">removeAt</a></li>
<li data-name="Ergo.core.Children#removeIf"><a href="Ergo.core.Children.html#removeIf">removeIf</a></li>
<li data-name="Ergo.core.Children#set"><a href="Ergo.core.Children.html#set">set</a></li>
<li data-name="Ergo.core.Children#unset"><a href="Ergo.core.Children.html#unset">unset</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.core.Collection">
<span class="title">
<a href="Ergo.core.Collection.html">Ergo.core.Collection</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ergo.core.Collection#src"><a href="Ergo.core.Collection.html#src">src</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.core.Collection#applyAll"><a href="Ergo.core.Collection.html#applyAll">applyAll</a></li>
<li data-name="Ergo.core.Collection#contains"><a href="Ergo.core.Collection.html#contains">contains</a></li>
<li data-name="Ergo.core.Collection#count"><a href="Ergo.core.Collection.html#count">count</a></li>
<li data-name="Ergo.core.Collection#each"><a href="Ergo.core.Collection.html#each">each</a></li>
<li data-name="Ergo.core.Collection#filter"><a href="Ergo.core.Collection.html#filter">filter</a></li>
<li data-name="Ergo.core.Collection#find"><a href="Ergo.core.Collection.html#find">find</a></li>
<li data-name="Ergo.core.Collection#findAll"><a href="Ergo.core.Collection.html#findAll">findAll</a></li>
<li data-name="Ergo.core.Collection#first"><a href="Ergo.core.Collection.html#first">first</a></li>
<li data-name="Ergo.core.Collection#get"><a href="Ergo.core.Collection.html#get">get</a></li>
<li data-name="Ergo.core.Collection#hasKey"><a href="Ergo.core.Collection.html#hasKey">hasKey</a></li>
<li data-name="Ergo.core.Collection#isEmpty"><a href="Ergo.core.Collection.html#isEmpty">isEmpty</a></li>
<li data-name="Ergo.core.Collection#keyOf"><a href="Ergo.core.Collection.html#keyOf">keyOf</a></li>
<li data-name="Ergo.core.Collection#keys"><a href="Ergo.core.Collection.html#keys">keys</a></li>
<li data-name="Ergo.core.Collection#last"><a href="Ergo.core.Collection.html#last">last</a></li>
<li data-name="Ergo.core.Collection#map"><a href="Ergo.core.Collection.html#map">map</a></li>
<li data-name="Ergo.core.Collection#remove"><a href="Ergo.core.Collection.html#remove">remove</a></li>
<li data-name="Ergo.core.Collection#removeAll"><a href="Ergo.core.Collection.html#removeAll">removeAll</a></li>
<li data-name="Ergo.core.Collection#removeAt"><a href="Ergo.core.Collection.html#removeAt">removeAt</a></li>
<li data-name="Ergo.core.Collection#removeIf"><a href="Ergo.core.Collection.html#removeIf">removeIf</a></li>
<li data-name="Ergo.core.Collection#set"><a href="Ergo.core.Collection.html#set">set</a></li>
<li data-name="Ergo.core.Collection#unset"><a href="Ergo.core.Collection.html#unset">unset</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.core.Components">
<span class="title">
<a href="Ergo.core.Components.html">Ergo.core.Components</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ergo.core.Components#src"><a href="Ergo.core.Components.html#src">src</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.core.Components#add"><a href="Ergo.core.Components.html#add">add</a></li>
<li data-name="Ergo.core.Components#applyAll"><a href="Ergo.core.Components.html#applyAll">applyAll</a></li>
<li data-name="Ergo.core.Components#clear"><a href="Ergo.core.Components.html#clear">clear</a></li>
<li data-name="Ergo.core.Components#contains"><a href="Ergo.core.Components.html#contains">contains</a></li>
<li data-name="Ergo.core.Components#count"><a href="Ergo.core.Components.html#count">count</a></li>
<li data-name="Ergo.core.Components#each"><a href="Ergo.core.Components.html#each">each</a></li>
<li data-name="Ergo.core.Components#filter"><a href="Ergo.core.Components.html#filter">filter</a></li>
<li data-name="Ergo.core.Components#find"><a href="Ergo.core.Components.html#find">find</a></li>
<li data-name="Ergo.core.Components#findAll"><a href="Ergo.core.Components.html#findAll">findAll</a></li>
<li data-name="Ergo.core.Components#first"><a href="Ergo.core.Components.html#first">first</a></li>
<li data-name="Ergo.core.Components#get"><a href="Ergo.core.Components.html#get">get</a></li>
<li data-name="Ergo.core.Components#has_key"><a href="Ergo.core.Components.html#has_key">has_key</a></li>
<li data-name="Ergo.core.Components#hasKey"><a href="Ergo.core.Components.html#hasKey">hasKey</a></li>
<li data-name="Ergo.core.Components#includes"><a href="Ergo.core.Components.html#includes">includes</a></li>
<li data-name="Ergo.core.Components#isEmpty"><a href="Ergo.core.Components.html#isEmpty">isEmpty</a></li>
<li data-name="Ergo.core.Components#keyOf"><a href="Ergo.core.Components.html#keyOf">keyOf</a></li>
<li data-name="Ergo.core.Components#keys"><a href="Ergo.core.Components.html#keys">keys</a></li>
<li data-name="Ergo.core.Components#last"><a href="Ergo.core.Components.html#last">last</a></li>
<li data-name="Ergo.core.Components#map"><a href="Ergo.core.Components.html#map">map</a></li>
<li data-name="Ergo.core.Components#remove"><a href="Ergo.core.Components.html#remove">remove</a></li>
<li data-name="Ergo.core.Components#removeAll"><a href="Ergo.core.Components.html#removeAll">removeAll</a></li>
<li data-name="Ergo.core.Components#removeAt"><a href="Ergo.core.Components.html#removeAt">removeAt</a></li>
<li data-name="Ergo.core.Components#removeIf"><a href="Ergo.core.Components.html#removeIf">removeIf</a></li>
<li data-name="Ergo.core.Components#set"><a href="Ergo.core.Components.html#set">set</a></li>
<li data-name="Ergo.core.Components#unset"><a href="Ergo.core.Components.html#unset">unset</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.core.Context">
<span class="title">
<a href="Ergo.core.Context.html">Ergo.core.Context</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.core.Context#_construct"><a href="Ergo.core.Context.html#_construct">_construct</a></li>
<li data-name="Ergo.core.Context#_destroy"><a href="Ergo.core.Context.html#_destroy">_destroy</a></li>
<li data-name="Ergo.core.Context#_missedAction"><a href="Ergo.core.Context.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.core.Context#_postConstruct"><a href="Ergo.core.Context.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.core.Context#_preConstruct"><a href="Ergo.core.Context.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.core.Context#includes"><a href="Ergo.core.Context.html#includes">includes</a></li>
<li data-name="Ergo.core.Context#opt"><a href="Ergo.core.Context.html#opt">opt</a></li>
<li data-name="Ergo.core.Context#prop"><a href="Ergo.core.Context.html#prop">prop</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.core.DataSource">
<span class="title">
<a href="Ergo.core.DataSource.html">Ergo.core.DataSource</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ergo.core.DataSource#entries"><a href="Ergo.core.DataSource.html#entries">entries</a></li>
<li data-name="Ergo.core.DataSource#source"><a href="Ergo.core.DataSource.html#source">source</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.core.DataSource#_construct"><a href="Ergo.core.DataSource.html#_construct">_construct</a></li>
<li data-name="Ergo.core.DataSource#_destroy"><a href="Ergo.core.DataSource.html#_destroy">_destroy</a></li>
<li data-name="Ergo.core.DataSource#_factory"><a href="Ergo.core.DataSource.html#_factory">_factory</a></li>
<li data-name="Ergo.core.DataSource#_missedAction"><a href="Ergo.core.DataSource.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.core.DataSource#_postConstruct"><a href="Ergo.core.DataSource.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.core.DataSource#_preConstruct"><a href="Ergo.core.DataSource.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.core.DataSource#add"><a href="Ergo.core.DataSource.html#add">add</a></li>
<li data-name="Ergo.core.DataSource#changed"><a href="Ergo.core.DataSource.html#changed">changed</a></li>
<li data-name="Ergo.core.DataSource#del"><a href="Ergo.core.DataSource.html#del">del</a></li>
<li data-name="Ergo.core.DataSource#entry"><a href="Ergo.core.DataSource.html#entry">entry</a></li>
<li data-name="Ergo.core.DataSource#get"><a href="Ergo.core.DataSource.html#get">get</a></li>
<li data-name="Ergo.core.DataSource#includes"><a href="Ergo.core.DataSource.html#includes">includes</a></li>
<li data-name="Ergo.core.DataSource#opt"><a href="Ergo.core.DataSource.html#opt">opt</a></li>
<li data-name="Ergo.core.DataSource#prop"><a href="Ergo.core.DataSource.html#prop">prop</a></li>
<li data-name="Ergo.core.DataSource#raw"><a href="Ergo.core.DataSource.html#raw">raw</a></li>
<li data-name="Ergo.core.DataSource#rawCopy"><a href="Ergo.core.DataSource.html#rawCopy">rawCopy</a></li>
<li data-name="Ergo.core.DataSource#rm"><a href="Ergo.core.DataSource.html#rm">rm</a></li>
<li data-name="Ergo.core.DataSource#set"><a href="Ergo.core.DataSource.html#set">set</a></li>
<li data-name="Ergo.core.DataSource#size"><a href="Ergo.core.DataSource.html#size">size</a></li>
<li data-name="Ergo.core.DataSource#stream"><a href="Ergo.core.DataSource.html#stream">stream</a></li>
<li data-name="Ergo.core.DataSource#sync"><a href="Ergo.core.DataSource.html#sync">sync</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.core.Items">
<span class="title">
<a href="Ergo.core.Items.html">Ergo.core.Items</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ergo.core.Items#src"><a href="Ergo.core.Items.html#src">src</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.core.Items#add"><a href="Ergo.core.Items.html#add">add</a></li>
<li data-name="Ergo.core.Items#applyAll"><a href="Ergo.core.Items.html#applyAll">applyAll</a></li>
<li data-name="Ergo.core.Items#clear"><a href="Ergo.core.Items.html#clear">clear</a></li>
<li data-name="Ergo.core.Items#contains"><a href="Ergo.core.Items.html#contains">contains</a></li>
<li data-name="Ergo.core.Items#count"><a href="Ergo.core.Items.html#count">count</a></li>
<li data-name="Ergo.core.Items#each"><a href="Ergo.core.Items.html#each">each</a></li>
<li data-name="Ergo.core.Items#filter"><a href="Ergo.core.Items.html#filter">filter</a></li>
<li data-name="Ergo.core.Items#find"><a href="Ergo.core.Items.html#find">find</a></li>
<li data-name="Ergo.core.Items#findAll"><a href="Ergo.core.Items.html#findAll">findAll</a></li>
<li data-name="Ergo.core.Items#first"><a href="Ergo.core.Items.html#first">first</a></li>
<li data-name="Ergo.core.Items#get"><a href="Ergo.core.Items.html#get">get</a></li>
<li data-name="Ergo.core.Items#has_key"><a href="Ergo.core.Items.html#has_key">has_key</a></li>
<li data-name="Ergo.core.Items#hasKey"><a href="Ergo.core.Items.html#hasKey">hasKey</a></li>
<li data-name="Ergo.core.Items#includes"><a href="Ergo.core.Items.html#includes">includes</a></li>
<li data-name="Ergo.core.Items#isEmpty"><a href="Ergo.core.Items.html#isEmpty">isEmpty</a></li>
<li data-name="Ergo.core.Items#keyOf"><a href="Ergo.core.Items.html#keyOf">keyOf</a></li>
<li data-name="Ergo.core.Items#keys"><a href="Ergo.core.Items.html#keys">keys</a></li>
<li data-name="Ergo.core.Items#last"><a href="Ergo.core.Items.html#last">last</a></li>
<li data-name="Ergo.core.Items#map"><a href="Ergo.core.Items.html#map">map</a></li>
<li data-name="Ergo.core.Items#remove"><a href="Ergo.core.Items.html#remove">remove</a></li>
<li data-name="Ergo.core.Items#removeAll"><a href="Ergo.core.Items.html#removeAll">removeAll</a></li>
<li data-name="Ergo.core.Items#removeAt"><a href="Ergo.core.Items.html#removeAt">removeAt</a></li>
<li data-name="Ergo.core.Items#removeIf"><a href="Ergo.core.Items.html#removeIf">removeIf</a></li>
<li data-name="Ergo.core.Items#set"><a href="Ergo.core.Items.html#set">set</a></li>
<li data-name="Ergo.core.Items#unset"><a href="Ergo.core.Items.html#unset">unset</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.core.Layout">
<span class="title">
<a href="Ergo.core.Layout.html">Ergo.core.Layout</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ergo.core.Layout#innerEl"><a href="Ergo.core.Layout.html#innerEl">innerEl</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.core.Layout#_rebuild"><a href="Ergo.core.Layout.html#_rebuild">_rebuild</a></li>
<li data-name="Ergo.core.Layout#clear"><a href="Ergo.core.Layout.html#clear">clear</a></li>
<li data-name="Ergo.core.Layout#remove"><a href="Ergo.core.Layout.html#remove">remove</a></li>
<li data-name="Ergo.core.Layout#update"><a href="Ergo.core.Layout.html#update">update</a></li>
<li data-name="Ergo.core.Layout#wrap"><a href="Ergo.core.Layout.html#wrap">wrap</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.core.Object">
<span class="title">
<a href="Ergo.core.Object.html">Ergo.core.Object</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.core.Object#_construct"><a href="Ergo.core.Object.html#_construct">_construct</a></li>
<li data-name="Ergo.core.Object#_destroy"><a href="Ergo.core.Object.html#_destroy">_destroy</a></li>
<li data-name="Ergo.core.Object#_missedAction"><a href="Ergo.core.Object.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.core.Object#_postConstruct"><a href="Ergo.core.Object.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.core.Object#_preConstruct"><a href="Ergo.core.Object.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.core.Object#includes"><a href="Ergo.core.Object.html#includes">includes</a></li>
<li data-name="Ergo.core.Object#opt"><a href="Ergo.core.Object.html#opt">opt</a></li>
<li data-name="Ergo.core.Object#prop"><a href="Ergo.core.Object.html#prop">prop</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.core.Observer">
<span class="title">
<a href="Ergo.core.Observer.html">Ergo.core.Observer</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.core.Observer#_construct"><a href="Ergo.core.Observer.html#_construct">_construct</a></li>
<li data-name="Ergo.core.Observer#_destroy"><a href="Ergo.core.Observer.html#_destroy">_destroy</a></li>
<li data-name="Ergo.core.Observer#_missedAction"><a href="Ergo.core.Observer.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.core.Observer#_postConstruct"><a href="Ergo.core.Observer.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.core.Observer#_preConstruct"><a href="Ergo.core.Observer.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.core.Observer#fire"><a href="Ergo.core.Observer.html#fire">fire</a></li>
<li data-name="Ergo.core.Observer#includes"><a href="Ergo.core.Observer.html#includes">includes</a></li>
<li data-name="Ergo.core.Observer#off"><a href="Ergo.core.Observer.html#off">off</a></li>
<li data-name="Ergo.core.Observer#on"><a href="Ergo.core.Observer.html#on">on</a></li>
<li data-name="Ergo.core.Observer#once"><a href="Ergo.core.Observer.html#once">once</a></li>
<li data-name="Ergo.core.Observer#opt"><a href="Ergo.core.Observer.html#opt">opt</a></li>
<li data-name="Ergo.core.Observer#prop"><a href="Ergo.core.Observer.html#prop">prop</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.core.StateManager">
<span class="title">
<a href="Ergo.core.StateManager.html">Ergo.core.StateManager</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.core.StateManager#clear"><a href="Ergo.core.StateManager.html#clear">clear</a></li>
<li data-name="Ergo.core.StateManager#set"><a href="Ergo.core.StateManager.html#set">set</a></li>
<li data-name="Ergo.core.StateManager#state"><a href="Ergo.core.StateManager.html#state">state</a></li>
<li data-name="Ergo.core.StateManager#toggle"><a href="Ergo.core.StateManager.html#toggle">toggle</a></li>
<li data-name="Ergo.core.StateManager#unset"><a href="Ergo.core.StateManager.html#unset">unset</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.core.Widget">
<span class="title">
<a href="Ergo.core.Widget.html">Ergo.core.Widget</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.core.Widget#_bindVDOM"><a href="Ergo.core.Widget.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.core.Widget#_construct"><a href="Ergo.core.Widget.html#_construct">_construct</a></li>
<li data-name="Ergo.core.Widget#_dataChanged"><a href="Ergo.core.Widget.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.core.Widget#_destroy"><a href="Ergo.core.Widget.html#_destroy">_destroy</a></li>
<li data-name="Ergo.core.Widget#_layoutChanged"><a href="Ergo.core.Widget.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.core.Widget#_missedAction"><a href="Ergo.core.Widget.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.core.Widget#_missedState"><a href="Ergo.core.Widget.html#_missedState">_missedState</a></li>
<li data-name="Ergo.core.Widget#_postConstruct"><a href="Ergo.core.Widget.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.core.Widget#_preConstruct"><a href="Ergo.core.Widget.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.core.Widget#_rebind"><a href="Ergo.core.Widget.html#_rebind">_rebind</a></li>
<li data-name="Ergo.core.Widget#_renderDiff"><a href="Ergo.core.Widget.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.core.Widget#_rerender"><a href="Ergo.core.Widget.html#_rerender">_rerender</a></li>
<li data-name="Ergo.core.Widget#action"><a href="Ergo.core.Widget.html#action">action</a></li>
<li data-name="Ergo.core.Widget#bind"><a href="Ergo.core.Widget.html#bind">bind</a></li>
<li data-name="Ergo.core.Widget#component"><a href="Ergo.core.Widget.html#component">component</a></li>
<li data-name="Ergo.core.Widget#includes"><a href="Ergo.core.Widget.html#includes">includes</a></li>
<li data-name="Ergo.core.Widget#item"><a href="Ergo.core.Widget.html#item">item</a></li>
<li data-name="Ergo.core.Widget#layoutFactory"><a href="Ergo.core.Widget.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.core.Widget#next"><a href="Ergo.core.Widget.html#next">next</a></li>
<li data-name="Ergo.core.Widget#opt"><a href="Ergo.core.Widget.html#opt">opt</a></li>
<li data-name="Ergo.core.Widget#parents"><a href="Ergo.core.Widget.html#parents">parents</a></li>
<li data-name="Ergo.core.Widget#prev"><a href="Ergo.core.Widget.html#prev">prev</a></li>
<li data-name="Ergo.core.Widget#prop"><a href="Ergo.core.Widget.html#prop">prop</a></li>
<li data-name="Ergo.core.Widget#render"><a href="Ergo.core.Widget.html#render">render</a></li>
<li data-name="Ergo.core.Widget#rise"><a href="Ergo.core.Widget.html#rise">rise</a></li>
<li data-name="Ergo.core.Widget#sink"><a href="Ergo.core.Widget.html#sink">sink</a></li>
<li data-name="Ergo.core.Widget#unrender"><a href="Ergo.core.Widget.html#unrender">unrender</a></li>
<li data-name="Ergo.core.Widget#walk"><a href="Ergo.core.Widget.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.data.Collection">
<span class="title">
<a href="Ergo.data.Collection.html">Ergo.data.Collection</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ergo.data.Collection#entries"><a href="Ergo.data.Collection.html#entries">entries</a></li>
<li data-name="Ergo.data.Collection#model"><a href="Ergo.data.Collection.html#model">model</a></li>
<li data-name="Ergo.data.Collection#options"><a href="Ergo.data.Collection.html#options">options</a></li>
<li data-name="Ergo.data.Collection#source"><a href="Ergo.data.Collection.html#source">source</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.data.Collection#_construct"><a href="Ergo.data.Collection.html#_construct">_construct</a></li>
<li data-name="Ergo.data.Collection#_destroy"><a href="Ergo.data.Collection.html#_destroy">_destroy</a></li>
<li data-name="Ergo.data.Collection#_factory"><a href="Ergo.data.Collection.html#_factory">_factory</a></li>
<li data-name="Ergo.data.Collection#_missedAction"><a href="Ergo.data.Collection.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.data.Collection#_postConstruct"><a href="Ergo.data.Collection.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.data.Collection#_preConstruct"><a href="Ergo.data.Collection.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.data.Collection#add"><a href="Ergo.data.Collection.html#add">add</a></li>
<li data-name="Ergo.data.Collection#changed"><a href="Ergo.data.Collection.html#changed">changed</a></li>
<li data-name="Ergo.data.Collection#del"><a href="Ergo.data.Collection.html#del">del</a></li>
<li data-name="Ergo.data.Collection#entry"><a href="Ergo.data.Collection.html#entry">entry</a></li>
<li data-name="Ergo.data.Collection#fetch"><a href="Ergo.data.Collection.html#fetch">fetch</a></li>
<li data-name="Ergo.data.Collection#find"><a href="Ergo.data.Collection.html#find">find</a></li>
<li data-name="Ergo.data.Collection#flush"><a href="Ergo.data.Collection.html#flush">flush</a></li>
<li data-name="Ergo.data.Collection#get"><a href="Ergo.data.Collection.html#get">get</a></li>
<li data-name="Ergo.data.Collection#includes"><a href="Ergo.data.Collection.html#includes">includes</a></li>
<li data-name="Ergo.data.Collection#opt"><a href="Ergo.data.Collection.html#opt">opt</a></li>
<li data-name="Ergo.data.Collection#prop"><a href="Ergo.data.Collection.html#prop">prop</a></li>
<li data-name="Ergo.data.Collection#purge"><a href="Ergo.data.Collection.html#purge">purge</a></li>
<li data-name="Ergo.data.Collection#raw"><a href="Ergo.data.Collection.html#raw">raw</a></li>
<li data-name="Ergo.data.Collection#rawCopy"><a href="Ergo.data.Collection.html#rawCopy">rawCopy</a></li>
<li data-name="Ergo.data.Collection#rm"><a href="Ergo.data.Collection.html#rm">rm</a></li>
<li data-name="Ergo.data.Collection#set"><a href="Ergo.data.Collection.html#set">set</a></li>
<li data-name="Ergo.data.Collection#size"><a href="Ergo.data.Collection.html#size">size</a></li>
<li data-name="Ergo.data.Collection#stream"><a href="Ergo.data.Collection.html#stream">stream</a></li>
<li data-name="Ergo.data.Collection#sync"><a href="Ergo.data.Collection.html#sync">sync</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.data.Object">
<span class="title">
<a href="Ergo.data.Object.html">Ergo.data.Object</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ergo.data.Object#entries"><a href="Ergo.data.Object.html#entries">entries</a></li>
<li data-name="Ergo.data.Object#fields"><a href="Ergo.data.Object.html#fields">fields</a></li>
<li data-name="Ergo.data.Object#source"><a href="Ergo.data.Object.html#source">source</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.data.Object#_construct"><a href="Ergo.data.Object.html#_construct">_construct</a></li>
<li data-name="Ergo.data.Object#_destroy"><a href="Ergo.data.Object.html#_destroy">_destroy</a></li>
<li data-name="Ergo.data.Object#_factory"><a href="Ergo.data.Object.html#_factory">_factory</a></li>
<li data-name="Ergo.data.Object#_missedAction"><a href="Ergo.data.Object.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.data.Object#_parse"><a href="Ergo.data.Object.html#_parse">_parse</a></li>
<li data-name="Ergo.data.Object#_postConstruct"><a href="Ergo.data.Object.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.data.Object#_preConstruct"><a href="Ergo.data.Object.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.data.Object#add"><a href="Ergo.data.Object.html#add">add</a></li>
<li data-name="Ergo.data.Object#changed"><a href="Ergo.data.Object.html#changed">changed</a></li>
<li data-name="Ergo.data.Object#del"><a href="Ergo.data.Object.html#del">del</a></li>
<li data-name="Ergo.data.Object#entry"><a href="Ergo.data.Object.html#entry">entry</a></li>
<li data-name="Ergo.data.Object#fetch"><a href="Ergo.data.Object.html#fetch">fetch</a></li>
<li data-name="Ergo.data.Object#get"><a href="Ergo.data.Object.html#get">get</a></li>
<li data-name="Ergo.data.Object#includes"><a href="Ergo.data.Object.html#includes">includes</a></li>
<li data-name="Ergo.data.Object#opt"><a href="Ergo.data.Object.html#opt">opt</a></li>
<li data-name="Ergo.data.Object#prop"><a href="Ergo.data.Object.html#prop">prop</a></li>
<li data-name="Ergo.data.Object#raw"><a href="Ergo.data.Object.html#raw">raw</a></li>
<li data-name="Ergo.data.Object#rawCopy"><a href="Ergo.data.Object.html#rawCopy">rawCopy</a></li>
<li data-name="Ergo.data.Object#rm"><a href="Ergo.data.Object.html#rm">rm</a></li>
<li data-name="Ergo.data.Object#set"><a href="Ergo.data.Object.html#set">set</a></li>
<li data-name="Ergo.data.Object#size"><a href="Ergo.data.Object.html#size">size</a></li>
<li data-name="Ergo.data.Object#stream"><a href="Ergo.data.Object.html#stream">stream</a></li>
<li data-name="Ergo.data.Object#sync"><a href="Ergo.data.Object.html#sync">sync</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.events.Event">
<span class="title">
<a href="Ergo.events.Event.html">Ergo.events.Event</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.events.Event#_construct"><a href="Ergo.events.Event.html#_construct">_construct</a></li>
<li data-name="Ergo.events.Event#_destroy"><a href="Ergo.events.Event.html#_destroy">_destroy</a></li>
<li data-name="Ergo.events.Event#_missedAction"><a href="Ergo.events.Event.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.events.Event#_postConstruct"><a href="Ergo.events.Event.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.events.Event#_preConstruct"><a href="Ergo.events.Event.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.events.Event#includes"><a href="Ergo.events.Event.html#includes">includes</a></li>
<li data-name="Ergo.events.Event#opt"><a href="Ergo.events.Event.html#opt">opt</a></li>
<li data-name="Ergo.events.Event#prop"><a href="Ergo.events.Event.html#prop">prop</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.html.Button">
<span class="title">
<a href="Ergo.html.Button.html">Ergo.html.Button</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.html.Button#_bindVDOM"><a href="Ergo.html.Button.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.html.Button#_construct"><a href="Ergo.html.Button.html#_construct">_construct</a></li>
<li data-name="Ergo.html.Button#_dataChanged"><a href="Ergo.html.Button.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.html.Button#_destroy"><a href="Ergo.html.Button.html#_destroy">_destroy</a></li>
<li data-name="Ergo.html.Button#_layoutChanged"><a href="Ergo.html.Button.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.html.Button#_missedAction"><a href="Ergo.html.Button.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.html.Button#_missedState"><a href="Ergo.html.Button.html#_missedState">_missedState</a></li>
<li data-name="Ergo.html.Button#_postConstruct"><a href="Ergo.html.Button.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.html.Button#_preConstruct"><a href="Ergo.html.Button.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.html.Button#_rebind"><a href="Ergo.html.Button.html#_rebind">_rebind</a></li>
<li data-name="Ergo.html.Button#_renderDiff"><a href="Ergo.html.Button.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.html.Button#_rerender"><a href="Ergo.html.Button.html#_rerender">_rerender</a></li>
<li data-name="Ergo.html.Button#action"><a href="Ergo.html.Button.html#action">action</a></li>
<li data-name="Ergo.html.Button#bind"><a href="Ergo.html.Button.html#bind">bind</a></li>
<li data-name="Ergo.html.Button#component"><a href="Ergo.html.Button.html#component">component</a></li>
<li data-name="Ergo.html.Button#includes"><a href="Ergo.html.Button.html#includes">includes</a></li>
<li data-name="Ergo.html.Button#item"><a href="Ergo.html.Button.html#item">item</a></li>
<li data-name="Ergo.html.Button#layoutFactory"><a href="Ergo.html.Button.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.html.Button#next"><a href="Ergo.html.Button.html#next">next</a></li>
<li data-name="Ergo.html.Button#opt"><a href="Ergo.html.Button.html#opt">opt</a></li>
<li data-name="Ergo.html.Button#parents"><a href="Ergo.html.Button.html#parents">parents</a></li>
<li data-name="Ergo.html.Button#prev"><a href="Ergo.html.Button.html#prev">prev</a></li>
<li data-name="Ergo.html.Button#prop"><a href="Ergo.html.Button.html#prop">prop</a></li>
<li data-name="Ergo.html.Button#render"><a href="Ergo.html.Button.html#render">render</a></li>
<li data-name="Ergo.html.Button#rise"><a href="Ergo.html.Button.html#rise">rise</a></li>
<li data-name="Ergo.html.Button#sink"><a href="Ergo.html.Button.html#sink">sink</a></li>
<li data-name="Ergo.html.Button#unrender"><a href="Ergo.html.Button.html#unrender">unrender</a></li>
<li data-name="Ergo.html.Button#walk"><a href="Ergo.html.Button.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.html.Checkbox">
<span class="title">
<a href="Ergo.html.Checkbox.html">Ergo.html.Checkbox</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.html.Checkbox#_bindVDOM"><a href="Ergo.html.Checkbox.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.html.Checkbox#_construct"><a href="Ergo.html.Checkbox.html#_construct">_construct</a></li>
<li data-name="Ergo.html.Checkbox#_dataChanged"><a href="Ergo.html.Checkbox.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.html.Checkbox#_destroy"><a href="Ergo.html.Checkbox.html#_destroy">_destroy</a></li>
<li data-name="Ergo.html.Checkbox#_layoutChanged"><a href="Ergo.html.Checkbox.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.html.Checkbox#_missedAction"><a href="Ergo.html.Checkbox.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.html.Checkbox#_missedState"><a href="Ergo.html.Checkbox.html#_missedState">_missedState</a></li>
<li data-name="Ergo.html.Checkbox#_postConstruct"><a href="Ergo.html.Checkbox.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.html.Checkbox#_preConstruct"><a href="Ergo.html.Checkbox.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.html.Checkbox#_rebind"><a href="Ergo.html.Checkbox.html#_rebind">_rebind</a></li>
<li data-name="Ergo.html.Checkbox#_renderDiff"><a href="Ergo.html.Checkbox.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.html.Checkbox#_rerender"><a href="Ergo.html.Checkbox.html#_rerender">_rerender</a></li>
<li data-name="Ergo.html.Checkbox#action"><a href="Ergo.html.Checkbox.html#action">action</a></li>
<li data-name="Ergo.html.Checkbox#bind"><a href="Ergo.html.Checkbox.html#bind">bind</a></li>
<li data-name="Ergo.html.Checkbox#component"><a href="Ergo.html.Checkbox.html#component">component</a></li>
<li data-name="Ergo.html.Checkbox#includes"><a href="Ergo.html.Checkbox.html#includes">includes</a></li>
<li data-name="Ergo.html.Checkbox#item"><a href="Ergo.html.Checkbox.html#item">item</a></li>
<li data-name="Ergo.html.Checkbox#layoutFactory"><a href="Ergo.html.Checkbox.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.html.Checkbox#next"><a href="Ergo.html.Checkbox.html#next">next</a></li>
<li data-name="Ergo.html.Checkbox#opt"><a href="Ergo.html.Checkbox.html#opt">opt</a></li>
<li data-name="Ergo.html.Checkbox#parents"><a href="Ergo.html.Checkbox.html#parents">parents</a></li>
<li data-name="Ergo.html.Checkbox#prev"><a href="Ergo.html.Checkbox.html#prev">prev</a></li>
<li data-name="Ergo.html.Checkbox#prop"><a href="Ergo.html.Checkbox.html#prop">prop</a></li>
<li data-name="Ergo.html.Checkbox#render"><a href="Ergo.html.Checkbox.html#render">render</a></li>
<li data-name="Ergo.html.Checkbox#rise"><a href="Ergo.html.Checkbox.html#rise">rise</a></li>
<li data-name="Ergo.html.Checkbox#sink"><a href="Ergo.html.Checkbox.html#sink">sink</a></li>
<li data-name="Ergo.html.Checkbox#unrender"><a href="Ergo.html.Checkbox.html#unrender">unrender</a></li>
<li data-name="Ergo.html.Checkbox#walk"><a href="Ergo.html.Checkbox.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.html.Form">
<span class="title">
<a href="Ergo.html.Form.html">Ergo.html.Form</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.html.Form#_bindVDOM"><a href="Ergo.html.Form.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.html.Form#_construct"><a href="Ergo.html.Form.html#_construct">_construct</a></li>
<li data-name="Ergo.html.Form#_dataChanged"><a href="Ergo.html.Form.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.html.Form#_destroy"><a href="Ergo.html.Form.html#_destroy">_destroy</a></li>
<li data-name="Ergo.html.Form#_layoutChanged"><a href="Ergo.html.Form.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.html.Form#_missedAction"><a href="Ergo.html.Form.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.html.Form#_missedState"><a href="Ergo.html.Form.html#_missedState">_missedState</a></li>
<li data-name="Ergo.html.Form#_postConstruct"><a href="Ergo.html.Form.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.html.Form#_preConstruct"><a href="Ergo.html.Form.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.html.Form#_rebind"><a href="Ergo.html.Form.html#_rebind">_rebind</a></li>
<li data-name="Ergo.html.Form#_renderDiff"><a href="Ergo.html.Form.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.html.Form#_rerender"><a href="Ergo.html.Form.html#_rerender">_rerender</a></li>
<li data-name="Ergo.html.Form#action"><a href="Ergo.html.Form.html#action">action</a></li>
<li data-name="Ergo.html.Form#bind"><a href="Ergo.html.Form.html#bind">bind</a></li>
<li data-name="Ergo.html.Form#component"><a href="Ergo.html.Form.html#component">component</a></li>
<li data-name="Ergo.html.Form#includes"><a href="Ergo.html.Form.html#includes">includes</a></li>
<li data-name="Ergo.html.Form#item"><a href="Ergo.html.Form.html#item">item</a></li>
<li data-name="Ergo.html.Form#layoutFactory"><a href="Ergo.html.Form.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.html.Form#next"><a href="Ergo.html.Form.html#next">next</a></li>
<li data-name="Ergo.html.Form#opt"><a href="Ergo.html.Form.html#opt">opt</a></li>
<li data-name="Ergo.html.Form#parents"><a href="Ergo.html.Form.html#parents">parents</a></li>
<li data-name="Ergo.html.Form#prev"><a href="Ergo.html.Form.html#prev">prev</a></li>
<li data-name="Ergo.html.Form#prop"><a href="Ergo.html.Form.html#prop">prop</a></li>
<li data-name="Ergo.html.Form#render"><a href="Ergo.html.Form.html#render">render</a></li>
<li data-name="Ergo.html.Form#rise"><a href="Ergo.html.Form.html#rise">rise</a></li>
<li data-name="Ergo.html.Form#sink"><a href="Ergo.html.Form.html#sink">sink</a></li>
<li data-name="Ergo.html.Form#unrender"><a href="Ergo.html.Form.html#unrender">unrender</a></li>
<li data-name="Ergo.html.Form#walk"><a href="Ergo.html.Form.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.html.Iframe">
<span class="title">
<a href="Ergo.html.Iframe.html">Ergo.html.Iframe</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.html.Iframe#_bindVDOM"><a href="Ergo.html.Iframe.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.html.Iframe#_construct"><a href="Ergo.html.Iframe.html#_construct">_construct</a></li>
<li data-name="Ergo.html.Iframe#_dataChanged"><a href="Ergo.html.Iframe.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.html.Iframe#_destroy"><a href="Ergo.html.Iframe.html#_destroy">_destroy</a></li>
<li data-name="Ergo.html.Iframe#_layoutChanged"><a href="Ergo.html.Iframe.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.html.Iframe#_missedAction"><a href="Ergo.html.Iframe.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.html.Iframe#_missedState"><a href="Ergo.html.Iframe.html#_missedState">_missedState</a></li>
<li data-name="Ergo.html.Iframe#_postConstruct"><a href="Ergo.html.Iframe.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.html.Iframe#_preConstruct"><a href="Ergo.html.Iframe.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.html.Iframe#_rebind"><a href="Ergo.html.Iframe.html#_rebind">_rebind</a></li>
<li data-name="Ergo.html.Iframe#_renderDiff"><a href="Ergo.html.Iframe.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.html.Iframe#_rerender"><a href="Ergo.html.Iframe.html#_rerender">_rerender</a></li>
<li data-name="Ergo.html.Iframe#action"><a href="Ergo.html.Iframe.html#action">action</a></li>
<li data-name="Ergo.html.Iframe#bind"><a href="Ergo.html.Iframe.html#bind">bind</a></li>
<li data-name="Ergo.html.Iframe#component"><a href="Ergo.html.Iframe.html#component">component</a></li>
<li data-name="Ergo.html.Iframe#includes"><a href="Ergo.html.Iframe.html#includes">includes</a></li>
<li data-name="Ergo.html.Iframe#item"><a href="Ergo.html.Iframe.html#item">item</a></li>
<li data-name="Ergo.html.Iframe#layoutFactory"><a href="Ergo.html.Iframe.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.html.Iframe#next"><a href="Ergo.html.Iframe.html#next">next</a></li>
<li data-name="Ergo.html.Iframe#opt"><a href="Ergo.html.Iframe.html#opt">opt</a></li>
<li data-name="Ergo.html.Iframe#parents"><a href="Ergo.html.Iframe.html#parents">parents</a></li>
<li data-name="Ergo.html.Iframe#prev"><a href="Ergo.html.Iframe.html#prev">prev</a></li>
<li data-name="Ergo.html.Iframe#prop"><a href="Ergo.html.Iframe.html#prop">prop</a></li>
<li data-name="Ergo.html.Iframe#render"><a href="Ergo.html.Iframe.html#render">render</a></li>
<li data-name="Ergo.html.Iframe#rise"><a href="Ergo.html.Iframe.html#rise">rise</a></li>
<li data-name="Ergo.html.Iframe#sink"><a href="Ergo.html.Iframe.html#sink">sink</a></li>
<li data-name="Ergo.html.Iframe#unrender"><a href="Ergo.html.Iframe.html#unrender">unrender</a></li>
<li data-name="Ergo.html.Iframe#walk"><a href="Ergo.html.Iframe.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.html.Img">
<span class="title">
<a href="Ergo.html.Img.html">Ergo.html.Img</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.html.Img#_bindVDOM"><a href="Ergo.html.Img.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.html.Img#_construct"><a href="Ergo.html.Img.html#_construct">_construct</a></li>
<li data-name="Ergo.html.Img#_dataChanged"><a href="Ergo.html.Img.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.html.Img#_destroy"><a href="Ergo.html.Img.html#_destroy">_destroy</a></li>
<li data-name="Ergo.html.Img#_layoutChanged"><a href="Ergo.html.Img.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.html.Img#_missedAction"><a href="Ergo.html.Img.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.html.Img#_missedState"><a href="Ergo.html.Img.html#_missedState">_missedState</a></li>
<li data-name="Ergo.html.Img#_postConstruct"><a href="Ergo.html.Img.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.html.Img#_preConstruct"><a href="Ergo.html.Img.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.html.Img#_rebind"><a href="Ergo.html.Img.html#_rebind">_rebind</a></li>
<li data-name="Ergo.html.Img#_renderDiff"><a href="Ergo.html.Img.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.html.Img#_rerender"><a href="Ergo.html.Img.html#_rerender">_rerender</a></li>
<li data-name="Ergo.html.Img#action"><a href="Ergo.html.Img.html#action">action</a></li>
<li data-name="Ergo.html.Img#bind"><a href="Ergo.html.Img.html#bind">bind</a></li>
<li data-name="Ergo.html.Img#component"><a href="Ergo.html.Img.html#component">component</a></li>
<li data-name="Ergo.html.Img#includes"><a href="Ergo.html.Img.html#includes">includes</a></li>
<li data-name="Ergo.html.Img#item"><a href="Ergo.html.Img.html#item">item</a></li>
<li data-name="Ergo.html.Img#layoutFactory"><a href="Ergo.html.Img.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.html.Img#next"><a href="Ergo.html.Img.html#next">next</a></li>
<li data-name="Ergo.html.Img#opt"><a href="Ergo.html.Img.html#opt">opt</a></li>
<li data-name="Ergo.html.Img#parents"><a href="Ergo.html.Img.html#parents">parents</a></li>
<li data-name="Ergo.html.Img#prev"><a href="Ergo.html.Img.html#prev">prev</a></li>
<li data-name="Ergo.html.Img#prop"><a href="Ergo.html.Img.html#prop">prop</a></li>
<li data-name="Ergo.html.Img#render"><a href="Ergo.html.Img.html#render">render</a></li>
<li data-name="Ergo.html.Img#rise"><a href="Ergo.html.Img.html#rise">rise</a></li>
<li data-name="Ergo.html.Img#sink"><a href="Ergo.html.Img.html#sink">sink</a></li>
<li data-name="Ergo.html.Img#unrender"><a href="Ergo.html.Img.html#unrender">unrender</a></li>
<li data-name="Ergo.html.Img#walk"><a href="Ergo.html.Img.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.html.Input">
<span class="title">
<a href="Ergo.html.Input.html">Ergo.html.Input</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.html.Input#_bindVDOM"><a href="Ergo.html.Input.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.html.Input#_construct"><a href="Ergo.html.Input.html#_construct">_construct</a></li>
<li data-name="Ergo.html.Input#_dataChanged"><a href="Ergo.html.Input.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.html.Input#_destroy"><a href="Ergo.html.Input.html#_destroy">_destroy</a></li>
<li data-name="Ergo.html.Input#_layoutChanged"><a href="Ergo.html.Input.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.html.Input#_missedAction"><a href="Ergo.html.Input.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.html.Input#_missedState"><a href="Ergo.html.Input.html#_missedState">_missedState</a></li>
<li data-name="Ergo.html.Input#_postConstruct"><a href="Ergo.html.Input.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.html.Input#_preConstruct"><a href="Ergo.html.Input.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.html.Input#_rebind"><a href="Ergo.html.Input.html#_rebind">_rebind</a></li>
<li data-name="Ergo.html.Input#_renderDiff"><a href="Ergo.html.Input.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.html.Input#_rerender"><a href="Ergo.html.Input.html#_rerender">_rerender</a></li>
<li data-name="Ergo.html.Input#action"><a href="Ergo.html.Input.html#action">action</a></li>
<li data-name="Ergo.html.Input#bind"><a href="Ergo.html.Input.html#bind">bind</a></li>
<li data-name="Ergo.html.Input#component"><a href="Ergo.html.Input.html#component">component</a></li>
<li data-name="Ergo.html.Input#includes"><a href="Ergo.html.Input.html#includes">includes</a></li>
<li data-name="Ergo.html.Input#item"><a href="Ergo.html.Input.html#item">item</a></li>
<li data-name="Ergo.html.Input#layoutFactory"><a href="Ergo.html.Input.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.html.Input#next"><a href="Ergo.html.Input.html#next">next</a></li>
<li data-name="Ergo.html.Input#opt"><a href="Ergo.html.Input.html#opt">opt</a></li>
<li data-name="Ergo.html.Input#parents"><a href="Ergo.html.Input.html#parents">parents</a></li>
<li data-name="Ergo.html.Input#prev"><a href="Ergo.html.Input.html#prev">prev</a></li>
<li data-name="Ergo.html.Input#prop"><a href="Ergo.html.Input.html#prop">prop</a></li>
<li data-name="Ergo.html.Input#render"><a href="Ergo.html.Input.html#render">render</a></li>
<li data-name="Ergo.html.Input#rise"><a href="Ergo.html.Input.html#rise">rise</a></li>
<li data-name="Ergo.html.Input#sink"><a href="Ergo.html.Input.html#sink">sink</a></li>
<li data-name="Ergo.html.Input#unrender"><a href="Ergo.html.Input.html#unrender">unrender</a></li>
<li data-name="Ergo.html.Input#walk"><a href="Ergo.html.Input.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.html.Label">
<span class="title">
<a href="Ergo.html.Label.html">Ergo.html.Label</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.html.Label#_bindVDOM"><a href="Ergo.html.Label.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.html.Label#_bindVDOM"><a href="Ergo.html.Label.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.html.Label#_construct"><a href="Ergo.html.Label.html#_construct">_construct</a></li>
<li data-name="Ergo.html.Label#_construct"><a href="Ergo.html.Label.html#_construct">_construct</a></li>
<li data-name="Ergo.html.Label#_dataChanged"><a href="Ergo.html.Label.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.html.Label#_dataChanged"><a href="Ergo.html.Label.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.html.Label#_destroy"><a href="Ergo.html.Label.html#_destroy">_destroy</a></li>
<li data-name="Ergo.html.Label#_destroy"><a href="Ergo.html.Label.html#_destroy">_destroy</a></li>
<li data-name="Ergo.html.Label#_layoutChanged"><a href="Ergo.html.Label.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.html.Label#_layoutChanged"><a href="Ergo.html.Label.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.html.Label#_missedAction"><a href="Ergo.html.Label.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.html.Label#_missedAction"><a href="Ergo.html.Label.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.html.Label#_missedState"><a href="Ergo.html.Label.html#_missedState">_missedState</a></li>
<li data-name="Ergo.html.Label#_missedState"><a href="Ergo.html.Label.html#_missedState">_missedState</a></li>
<li data-name="Ergo.html.Label#_postConstruct"><a href="Ergo.html.Label.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.html.Label#_postConstruct"><a href="Ergo.html.Label.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.html.Label#_preConstruct"><a href="Ergo.html.Label.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.html.Label#_preConstruct"><a href="Ergo.html.Label.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.html.Label#_rebind"><a href="Ergo.html.Label.html#_rebind">_rebind</a></li>
<li data-name="Ergo.html.Label#_rebind"><a href="Ergo.html.Label.html#_rebind">_rebind</a></li>
<li data-name="Ergo.html.Label#_renderDiff"><a href="Ergo.html.Label.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.html.Label#_renderDiff"><a href="Ergo.html.Label.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.html.Label#_rerender"><a href="Ergo.html.Label.html#_rerender">_rerender</a></li>
<li data-name="Ergo.html.Label#_rerender"><a href="Ergo.html.Label.html#_rerender">_rerender</a></li>
<li data-name="Ergo.html.Label#action"><a href="Ergo.html.Label.html#action">action</a></li>
<li data-name="Ergo.html.Label#action"><a href="Ergo.html.Label.html#action">action</a></li>
<li data-name="Ergo.html.Label#bind"><a href="Ergo.html.Label.html#bind">bind</a></li>
<li data-name="Ergo.html.Label#bind"><a href="Ergo.html.Label.html#bind">bind</a></li>
<li data-name="Ergo.html.Label#component"><a href="Ergo.html.Label.html#component">component</a></li>
<li data-name="Ergo.html.Label#component"><a href="Ergo.html.Label.html#component">component</a></li>
<li data-name="Ergo.html.Label#includes"><a href="Ergo.html.Label.html#includes">includes</a></li>
<li data-name="Ergo.html.Label#includes"><a href="Ergo.html.Label.html#includes">includes</a></li>
<li data-name="Ergo.html.Label#item"><a href="Ergo.html.Label.html#item">item</a></li>
<li data-name="Ergo.html.Label#item"><a href="Ergo.html.Label.html#item">item</a></li>
<li data-name="Ergo.html.Label#layoutFactory"><a href="Ergo.html.Label.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.html.Label#layoutFactory"><a href="Ergo.html.Label.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.html.Label#next"><a href="Ergo.html.Label.html#next">next</a></li>
<li data-name="Ergo.html.Label#next"><a href="Ergo.html.Label.html#next">next</a></li>
<li data-name="Ergo.html.Label#opt"><a href="Ergo.html.Label.html#opt">opt</a></li>
<li data-name="Ergo.html.Label#opt"><a href="Ergo.html.Label.html#opt">opt</a></li>
<li data-name="Ergo.html.Label#parents"><a href="Ergo.html.Label.html#parents">parents</a></li>
<li data-name="Ergo.html.Label#parents"><a href="Ergo.html.Label.html#parents">parents</a></li>
<li data-name="Ergo.html.Label#prev"><a href="Ergo.html.Label.html#prev">prev</a></li>
<li data-name="Ergo.html.Label#prev"><a href="Ergo.html.Label.html#prev">prev</a></li>
<li data-name="Ergo.html.Label#prop"><a href="Ergo.html.Label.html#prop">prop</a></li>
<li data-name="Ergo.html.Label#prop"><a href="Ergo.html.Label.html#prop">prop</a></li>
<li data-name="Ergo.html.Label#render"><a href="Ergo.html.Label.html#render">render</a></li>
<li data-name="Ergo.html.Label#render"><a href="Ergo.html.Label.html#render">render</a></li>
<li data-name="Ergo.html.Label#rise"><a href="Ergo.html.Label.html#rise">rise</a></li>
<li data-name="Ergo.html.Label#rise"><a href="Ergo.html.Label.html#rise">rise</a></li>
<li data-name="Ergo.html.Label#sink"><a href="Ergo.html.Label.html#sink">sink</a></li>
<li data-name="Ergo.html.Label#sink"><a href="Ergo.html.Label.html#sink">sink</a></li>
<li data-name="Ergo.html.Label#unrender"><a href="Ergo.html.Label.html#unrender">unrender</a></li>
<li data-name="Ergo.html.Label#unrender"><a href="Ergo.html.Label.html#unrender">unrender</a></li>
<li data-name="Ergo.html.Label#walk"><a href="Ergo.html.Label.html#walk">walk</a></li>
<li data-name="Ergo.html.Label#walk"><a href="Ergo.html.Label.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.html.Label">
<span class="title">
<a href="Ergo.html.Label.html">Ergo.html.Label</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.html.Label#_bindVDOM"><a href="Ergo.html.Label.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.html.Label#_bindVDOM"><a href="Ergo.html.Label.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.html.Label#_construct"><a href="Ergo.html.Label.html#_construct">_construct</a></li>
<li data-name="Ergo.html.Label#_construct"><a href="Ergo.html.Label.html#_construct">_construct</a></li>
<li data-name="Ergo.html.Label#_dataChanged"><a href="Ergo.html.Label.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.html.Label#_dataChanged"><a href="Ergo.html.Label.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.html.Label#_destroy"><a href="Ergo.html.Label.html#_destroy">_destroy</a></li>
<li data-name="Ergo.html.Label#_destroy"><a href="Ergo.html.Label.html#_destroy">_destroy</a></li>
<li data-name="Ergo.html.Label#_layoutChanged"><a href="Ergo.html.Label.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.html.Label#_layoutChanged"><a href="Ergo.html.Label.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.html.Label#_missedAction"><a href="Ergo.html.Label.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.html.Label#_missedAction"><a href="Ergo.html.Label.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.html.Label#_missedState"><a href="Ergo.html.Label.html#_missedState">_missedState</a></li>
<li data-name="Ergo.html.Label#_missedState"><a href="Ergo.html.Label.html#_missedState">_missedState</a></li>
<li data-name="Ergo.html.Label#_postConstruct"><a href="Ergo.html.Label.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.html.Label#_postConstruct"><a href="Ergo.html.Label.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.html.Label#_preConstruct"><a href="Ergo.html.Label.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.html.Label#_preConstruct"><a href="Ergo.html.Label.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.html.Label#_rebind"><a href="Ergo.html.Label.html#_rebind">_rebind</a></li>
<li data-name="Ergo.html.Label#_rebind"><a href="Ergo.html.Label.html#_rebind">_rebind</a></li>
<li data-name="Ergo.html.Label#_renderDiff"><a href="Ergo.html.Label.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.html.Label#_renderDiff"><a href="Ergo.html.Label.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.html.Label#_rerender"><a href="Ergo.html.Label.html#_rerender">_rerender</a></li>
<li data-name="Ergo.html.Label#_rerender"><a href="Ergo.html.Label.html#_rerender">_rerender</a></li>
<li data-name="Ergo.html.Label#action"><a href="Ergo.html.Label.html#action">action</a></li>
<li data-name="Ergo.html.Label#action"><a href="Ergo.html.Label.html#action">action</a></li>
<li data-name="Ergo.html.Label#bind"><a href="Ergo.html.Label.html#bind">bind</a></li>
<li data-name="Ergo.html.Label#bind"><a href="Ergo.html.Label.html#bind">bind</a></li>
<li data-name="Ergo.html.Label#component"><a href="Ergo.html.Label.html#component">component</a></li>
<li data-name="Ergo.html.Label#component"><a href="Ergo.html.Label.html#component">component</a></li>
<li data-name="Ergo.html.Label#includes"><a href="Ergo.html.Label.html#includes">includes</a></li>
<li data-name="Ergo.html.Label#includes"><a href="Ergo.html.Label.html#includes">includes</a></li>
<li data-name="Ergo.html.Label#item"><a href="Ergo.html.Label.html#item">item</a></li>
<li data-name="Ergo.html.Label#item"><a href="Ergo.html.Label.html#item">item</a></li>
<li data-name="Ergo.html.Label#layoutFactory"><a href="Ergo.html.Label.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.html.Label#layoutFactory"><a href="Ergo.html.Label.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.html.Label#next"><a href="Ergo.html.Label.html#next">next</a></li>
<li data-name="Ergo.html.Label#next"><a href="Ergo.html.Label.html#next">next</a></li>
<li data-name="Ergo.html.Label#opt"><a href="Ergo.html.Label.html#opt">opt</a></li>
<li data-name="Ergo.html.Label#opt"><a href="Ergo.html.Label.html#opt">opt</a></li>
<li data-name="Ergo.html.Label#parents"><a href="Ergo.html.Label.html#parents">parents</a></li>
<li data-name="Ergo.html.Label#parents"><a href="Ergo.html.Label.html#parents">parents</a></li>
<li data-name="Ergo.html.Label#prev"><a href="Ergo.html.Label.html#prev">prev</a></li>
<li data-name="Ergo.html.Label#prev"><a href="Ergo.html.Label.html#prev">prev</a></li>
<li data-name="Ergo.html.Label#prop"><a href="Ergo.html.Label.html#prop">prop</a></li>
<li data-name="Ergo.html.Label#prop"><a href="Ergo.html.Label.html#prop">prop</a></li>
<li data-name="Ergo.html.Label#render"><a href="Ergo.html.Label.html#render">render</a></li>
<li data-name="Ergo.html.Label#render"><a href="Ergo.html.Label.html#render">render</a></li>
<li data-name="Ergo.html.Label#rise"><a href="Ergo.html.Label.html#rise">rise</a></li>
<li data-name="Ergo.html.Label#rise"><a href="Ergo.html.Label.html#rise">rise</a></li>
<li data-name="Ergo.html.Label#sink"><a href="Ergo.html.Label.html#sink">sink</a></li>
<li data-name="Ergo.html.Label#sink"><a href="Ergo.html.Label.html#sink">sink</a></li>
<li data-name="Ergo.html.Label#unrender"><a href="Ergo.html.Label.html#unrender">unrender</a></li>
<li data-name="Ergo.html.Label#unrender"><a href="Ergo.html.Label.html#unrender">unrender</a></li>
<li data-name="Ergo.html.Label#walk"><a href="Ergo.html.Label.html#walk">walk</a></li>
<li data-name="Ergo.html.Label#walk"><a href="Ergo.html.Label.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.html.Radio">
<span class="title">
<a href="Ergo.html.Radio.html">Ergo.html.Radio</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.html.Radio#_bindVDOM"><a href="Ergo.html.Radio.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.html.Radio#_construct"><a href="Ergo.html.Radio.html#_construct">_construct</a></li>
<li data-name="Ergo.html.Radio#_dataChanged"><a href="Ergo.html.Radio.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.html.Radio#_destroy"><a href="Ergo.html.Radio.html#_destroy">_destroy</a></li>
<li data-name="Ergo.html.Radio#_layoutChanged"><a href="Ergo.html.Radio.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.html.Radio#_missedAction"><a href="Ergo.html.Radio.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.html.Radio#_missedState"><a href="Ergo.html.Radio.html#_missedState">_missedState</a></li>
<li data-name="Ergo.html.Radio#_postConstruct"><a href="Ergo.html.Radio.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.html.Radio#_preConstruct"><a href="Ergo.html.Radio.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.html.Radio#_rebind"><a href="Ergo.html.Radio.html#_rebind">_rebind</a></li>
<li data-name="Ergo.html.Radio#_renderDiff"><a href="Ergo.html.Radio.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.html.Radio#_rerender"><a href="Ergo.html.Radio.html#_rerender">_rerender</a></li>
<li data-name="Ergo.html.Radio#action"><a href="Ergo.html.Radio.html#action">action</a></li>
<li data-name="Ergo.html.Radio#bind"><a href="Ergo.html.Radio.html#bind">bind</a></li>
<li data-name="Ergo.html.Radio#component"><a href="Ergo.html.Radio.html#component">component</a></li>
<li data-name="Ergo.html.Radio#includes"><a href="Ergo.html.Radio.html#includes">includes</a></li>
<li data-name="Ergo.html.Radio#item"><a href="Ergo.html.Radio.html#item">item</a></li>
<li data-name="Ergo.html.Radio#layoutFactory"><a href="Ergo.html.Radio.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.html.Radio#next"><a href="Ergo.html.Radio.html#next">next</a></li>
<li data-name="Ergo.html.Radio#opt"><a href="Ergo.html.Radio.html#opt">opt</a></li>
<li data-name="Ergo.html.Radio#parents"><a href="Ergo.html.Radio.html#parents">parents</a></li>
<li data-name="Ergo.html.Radio#prev"><a href="Ergo.html.Radio.html#prev">prev</a></li>
<li data-name="Ergo.html.Radio#prop"><a href="Ergo.html.Radio.html#prop">prop</a></li>
<li data-name="Ergo.html.Radio#render"><a href="Ergo.html.Radio.html#render">render</a></li>
<li data-name="Ergo.html.Radio#rise"><a href="Ergo.html.Radio.html#rise">rise</a></li>
<li data-name="Ergo.html.Radio#sink"><a href="Ergo.html.Radio.html#sink">sink</a></li>
<li data-name="Ergo.html.Radio#unrender"><a href="Ergo.html.Radio.html#unrender">unrender</a></li>
<li data-name="Ergo.html.Radio#walk"><a href="Ergo.html.Radio.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.html.Select">
<span class="title">
<a href="Ergo.html.Select.html">Ergo.html.Select</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.html.Select#_bindVDOM"><a href="Ergo.html.Select.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.html.Select#_construct"><a href="Ergo.html.Select.html#_construct">_construct</a></li>
<li data-name="Ergo.html.Select#_dataChanged"><a href="Ergo.html.Select.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.html.Select#_destroy"><a href="Ergo.html.Select.html#_destroy">_destroy</a></li>
<li data-name="Ergo.html.Select#_layoutChanged"><a href="Ergo.html.Select.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.html.Select#_missedAction"><a href="Ergo.html.Select.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.html.Select#_missedState"><a href="Ergo.html.Select.html#_missedState">_missedState</a></li>
<li data-name="Ergo.html.Select#_postConstruct"><a href="Ergo.html.Select.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.html.Select#_preConstruct"><a href="Ergo.html.Select.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.html.Select#_rebind"><a href="Ergo.html.Select.html#_rebind">_rebind</a></li>
<li data-name="Ergo.html.Select#_renderDiff"><a href="Ergo.html.Select.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.html.Select#_rerender"><a href="Ergo.html.Select.html#_rerender">_rerender</a></li>
<li data-name="Ergo.html.Select#action"><a href="Ergo.html.Select.html#action">action</a></li>
<li data-name="Ergo.html.Select#bind"><a href="Ergo.html.Select.html#bind">bind</a></li>
<li data-name="Ergo.html.Select#component"><a href="Ergo.html.Select.html#component">component</a></li>
<li data-name="Ergo.html.Select#includes"><a href="Ergo.html.Select.html#includes">includes</a></li>
<li data-name="Ergo.html.Select#item"><a href="Ergo.html.Select.html#item">item</a></li>
<li data-name="Ergo.html.Select#layoutFactory"><a href="Ergo.html.Select.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.html.Select#next"><a href="Ergo.html.Select.html#next">next</a></li>
<li data-name="Ergo.html.Select#opt"><a href="Ergo.html.Select.html#opt">opt</a></li>
<li data-name="Ergo.html.Select#parents"><a href="Ergo.html.Select.html#parents">parents</a></li>
<li data-name="Ergo.html.Select#prev"><a href="Ergo.html.Select.html#prev">prev</a></li>
<li data-name="Ergo.html.Select#prop"><a href="Ergo.html.Select.html#prop">prop</a></li>
<li data-name="Ergo.html.Select#render"><a href="Ergo.html.Select.html#render">render</a></li>
<li data-name="Ergo.html.Select#rise"><a href="Ergo.html.Select.html#rise">rise</a></li>
<li data-name="Ergo.html.Select#sink"><a href="Ergo.html.Select.html#sink">sink</a></li>
<li data-name="Ergo.html.Select#unrender"><a href="Ergo.html.Select.html#unrender">unrender</a></li>
<li data-name="Ergo.html.Select#walk"><a href="Ergo.html.Select.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.html.Textarea">
<span class="title">
<a href="Ergo.html.Textarea.html">Ergo.html.Textarea</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.html.Textarea#_bindVDOM"><a href="Ergo.html.Textarea.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.html.Textarea#_construct"><a href="Ergo.html.Textarea.html#_construct">_construct</a></li>
<li data-name="Ergo.html.Textarea#_dataChanged"><a href="Ergo.html.Textarea.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.html.Textarea#_destroy"><a href="Ergo.html.Textarea.html#_destroy">_destroy</a></li>
<li data-name="Ergo.html.Textarea#_layoutChanged"><a href="Ergo.html.Textarea.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.html.Textarea#_missedAction"><a href="Ergo.html.Textarea.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.html.Textarea#_missedState"><a href="Ergo.html.Textarea.html#_missedState">_missedState</a></li>
<li data-name="Ergo.html.Textarea#_postConstruct"><a href="Ergo.html.Textarea.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.html.Textarea#_preConstruct"><a href="Ergo.html.Textarea.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.html.Textarea#_rebind"><a href="Ergo.html.Textarea.html#_rebind">_rebind</a></li>
<li data-name="Ergo.html.Textarea#_renderDiff"><a href="Ergo.html.Textarea.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.html.Textarea#_rerender"><a href="Ergo.html.Textarea.html#_rerender">_rerender</a></li>
<li data-name="Ergo.html.Textarea#action"><a href="Ergo.html.Textarea.html#action">action</a></li>
<li data-name="Ergo.html.Textarea#bind"><a href="Ergo.html.Textarea.html#bind">bind</a></li>
<li data-name="Ergo.html.Textarea#component"><a href="Ergo.html.Textarea.html#component">component</a></li>
<li data-name="Ergo.html.Textarea#includes"><a href="Ergo.html.Textarea.html#includes">includes</a></li>
<li data-name="Ergo.html.Textarea#item"><a href="Ergo.html.Textarea.html#item">item</a></li>
<li data-name="Ergo.html.Textarea#layoutFactory"><a href="Ergo.html.Textarea.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.html.Textarea#next"><a href="Ergo.html.Textarea.html#next">next</a></li>
<li data-name="Ergo.html.Textarea#opt"><a href="Ergo.html.Textarea.html#opt">opt</a></li>
<li data-name="Ergo.html.Textarea#parents"><a href="Ergo.html.Textarea.html#parents">parents</a></li>
<li data-name="Ergo.html.Textarea#prev"><a href="Ergo.html.Textarea.html#prev">prev</a></li>
<li data-name="Ergo.html.Textarea#prop"><a href="Ergo.html.Textarea.html#prop">prop</a></li>
<li data-name="Ergo.html.Textarea#render"><a href="Ergo.html.Textarea.html#render">render</a></li>
<li data-name="Ergo.html.Textarea#rise"><a href="Ergo.html.Textarea.html#rise">rise</a></li>
<li data-name="Ergo.html.Textarea#sink"><a href="Ergo.html.Textarea.html#sink">sink</a></li>
<li data-name="Ergo.html.Textarea#unrender"><a href="Ergo.html.Textarea.html#unrender">unrender</a></li>
<li data-name="Ergo.html.Textarea#walk"><a href="Ergo.html.Textarea.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.html.TextInput">
<span class="title">
<a href="Ergo.html.TextInput.html">Ergo.html.TextInput</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.html.TextInput#_bindVDOM"><a href="Ergo.html.TextInput.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.html.TextInput#_construct"><a href="Ergo.html.TextInput.html#_construct">_construct</a></li>
<li data-name="Ergo.html.TextInput#_dataChanged"><a href="Ergo.html.TextInput.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.html.TextInput#_destroy"><a href="Ergo.html.TextInput.html#_destroy">_destroy</a></li>
<li data-name="Ergo.html.TextInput#_layoutChanged"><a href="Ergo.html.TextInput.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.html.TextInput#_missedAction"><a href="Ergo.html.TextInput.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.html.TextInput#_missedState"><a href="Ergo.html.TextInput.html#_missedState">_missedState</a></li>
<li data-name="Ergo.html.TextInput#_postConstruct"><a href="Ergo.html.TextInput.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.html.TextInput#_preConstruct"><a href="Ergo.html.TextInput.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.html.TextInput#_rebind"><a href="Ergo.html.TextInput.html#_rebind">_rebind</a></li>
<li data-name="Ergo.html.TextInput#_renderDiff"><a href="Ergo.html.TextInput.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.html.TextInput#_rerender"><a href="Ergo.html.TextInput.html#_rerender">_rerender</a></li>
<li data-name="Ergo.html.TextInput#action"><a href="Ergo.html.TextInput.html#action">action</a></li>
<li data-name="Ergo.html.TextInput#bind"><a href="Ergo.html.TextInput.html#bind">bind</a></li>
<li data-name="Ergo.html.TextInput#component"><a href="Ergo.html.TextInput.html#component">component</a></li>
<li data-name="Ergo.html.TextInput#includes"><a href="Ergo.html.TextInput.html#includes">includes</a></li>
<li data-name="Ergo.html.TextInput#item"><a href="Ergo.html.TextInput.html#item">item</a></li>
<li data-name="Ergo.html.TextInput#layoutFactory"><a href="Ergo.html.TextInput.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.html.TextInput#next"><a href="Ergo.html.TextInput.html#next">next</a></li>
<li data-name="Ergo.html.TextInput#opt"><a href="Ergo.html.TextInput.html#opt">opt</a></li>
<li data-name="Ergo.html.TextInput#parents"><a href="Ergo.html.TextInput.html#parents">parents</a></li>
<li data-name="Ergo.html.TextInput#prev"><a href="Ergo.html.TextInput.html#prev">prev</a></li>
<li data-name="Ergo.html.TextInput#prop"><a href="Ergo.html.TextInput.html#prop">prop</a></li>
<li data-name="Ergo.html.TextInput#render"><a href="Ergo.html.TextInput.html#render">render</a></li>
<li data-name="Ergo.html.TextInput#rise"><a href="Ergo.html.TextInput.html#rise">rise</a></li>
<li data-name="Ergo.html.TextInput#sink"><a href="Ergo.html.TextInput.html#sink">sink</a></li>
<li data-name="Ergo.html.TextInput#unrender"><a href="Ergo.html.TextInput.html#unrender">unrender</a></li>
<li data-name="Ergo.html.TextInput#walk"><a href="Ergo.html.TextInput.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.html.Widget">
<span class="title">
<a href="Ergo.html.Widget.html">Ergo.html.Widget</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.html.Widget#_bindVDOM"><a href="Ergo.html.Widget.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.html.Widget#_construct"><a href="Ergo.html.Widget.html#_construct">_construct</a></li>
<li data-name="Ergo.html.Widget#_dataChanged"><a href="Ergo.html.Widget.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.html.Widget#_destroy"><a href="Ergo.html.Widget.html#_destroy">_destroy</a></li>
<li data-name="Ergo.html.Widget#_layoutChanged"><a href="Ergo.html.Widget.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.html.Widget#_missedAction"><a href="Ergo.html.Widget.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.html.Widget#_missedState"><a href="Ergo.html.Widget.html#_missedState">_missedState</a></li>
<li data-name="Ergo.html.Widget#_postConstruct"><a href="Ergo.html.Widget.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.html.Widget#_preConstruct"><a href="Ergo.html.Widget.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.html.Widget#_rebind"><a href="Ergo.html.Widget.html#_rebind">_rebind</a></li>
<li data-name="Ergo.html.Widget#_renderDiff"><a href="Ergo.html.Widget.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.html.Widget#_rerender"><a href="Ergo.html.Widget.html#_rerender">_rerender</a></li>
<li data-name="Ergo.html.Widget#action"><a href="Ergo.html.Widget.html#action">action</a></li>
<li data-name="Ergo.html.Widget#bind"><a href="Ergo.html.Widget.html#bind">bind</a></li>
<li data-name="Ergo.html.Widget#component"><a href="Ergo.html.Widget.html#component">component</a></li>
<li data-name="Ergo.html.Widget#includes"><a href="Ergo.html.Widget.html#includes">includes</a></li>
<li data-name="Ergo.html.Widget#item"><a href="Ergo.html.Widget.html#item">item</a></li>
<li data-name="Ergo.html.Widget#layoutFactory"><a href="Ergo.html.Widget.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.html.Widget#next"><a href="Ergo.html.Widget.html#next">next</a></li>
<li data-name="Ergo.html.Widget#opt"><a href="Ergo.html.Widget.html#opt">opt</a></li>
<li data-name="Ergo.html.Widget#parents"><a href="Ergo.html.Widget.html#parents">parents</a></li>
<li data-name="Ergo.html.Widget#prev"><a href="Ergo.html.Widget.html#prev">prev</a></li>
<li data-name="Ergo.html.Widget#prop"><a href="Ergo.html.Widget.html#prop">prop</a></li>
<li data-name="Ergo.html.Widget#render"><a href="Ergo.html.Widget.html#render">render</a></li>
<li data-name="Ergo.html.Widget#rise"><a href="Ergo.html.Widget.html#rise">rise</a></li>
<li data-name="Ergo.html.Widget#sink"><a href="Ergo.html.Widget.html#sink">sink</a></li>
<li data-name="Ergo.html.Widget#unrender"><a href="Ergo.html.Widget.html#unrender">unrender</a></li>
<li data-name="Ergo.html.Widget#walk"><a href="Ergo.html.Widget.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.widgets._Text">
<span class="title">
<a href="Ergo.widgets._Text.html">Ergo.widgets._Text</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.widgets._Text#_bindVDOM"><a href="Ergo.widgets._Text.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.widgets._Text#_construct"><a href="Ergo.widgets._Text.html#_construct">_construct</a></li>
<li data-name="Ergo.widgets._Text#_dataChanged"><a href="Ergo.widgets._Text.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.widgets._Text#_destroy"><a href="Ergo.widgets._Text.html#_destroy">_destroy</a></li>
<li data-name="Ergo.widgets._Text#_layoutChanged"><a href="Ergo.widgets._Text.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.widgets._Text#_missedAction"><a href="Ergo.widgets._Text.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.widgets._Text#_missedState"><a href="Ergo.widgets._Text.html#_missedState">_missedState</a></li>
<li data-name="Ergo.widgets._Text#_postConstruct"><a href="Ergo.widgets._Text.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.widgets._Text#_preConstruct"><a href="Ergo.widgets._Text.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.widgets._Text#_rebind"><a href="Ergo.widgets._Text.html#_rebind">_rebind</a></li>
<li data-name="Ergo.widgets._Text#_renderDiff"><a href="Ergo.widgets._Text.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.widgets._Text#_rerender"><a href="Ergo.widgets._Text.html#_rerender">_rerender</a></li>
<li data-name="Ergo.widgets._Text#action"><a href="Ergo.widgets._Text.html#action">action</a></li>
<li data-name="Ergo.widgets._Text#bind"><a href="Ergo.widgets._Text.html#bind">bind</a></li>
<li data-name="Ergo.widgets._Text#component"><a href="Ergo.widgets._Text.html#component">component</a></li>
<li data-name="Ergo.widgets._Text#includes"><a href="Ergo.widgets._Text.html#includes">includes</a></li>
<li data-name="Ergo.widgets._Text#item"><a href="Ergo.widgets._Text.html#item">item</a></li>
<li data-name="Ergo.widgets._Text#layoutFactory"><a href="Ergo.widgets._Text.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.widgets._Text#next"><a href="Ergo.widgets._Text.html#next">next</a></li>
<li data-name="Ergo.widgets._Text#opt"><a href="Ergo.widgets._Text.html#opt">opt</a></li>
<li data-name="Ergo.widgets._Text#parents"><a href="Ergo.widgets._Text.html#parents">parents</a></li>
<li data-name="Ergo.widgets._Text#prev"><a href="Ergo.widgets._Text.html#prev">prev</a></li>
<li data-name="Ergo.widgets._Text#prop"><a href="Ergo.widgets._Text.html#prop">prop</a></li>
<li data-name="Ergo.widgets._Text#render"><a href="Ergo.widgets._Text.html#render">render</a></li>
<li data-name="Ergo.widgets._Text#rise"><a href="Ergo.widgets._Text.html#rise">rise</a></li>
<li data-name="Ergo.widgets._Text#sink"><a href="Ergo.widgets._Text.html#sink">sink</a></li>
<li data-name="Ergo.widgets._Text#unrender"><a href="Ergo.widgets._Text.html#unrender">unrender</a></li>
<li data-name="Ergo.widgets._Text#walk"><a href="Ergo.widgets._Text.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.widgets.Box">
<span class="title">
<a href="Ergo.widgets.Box.html">Ergo.widgets.Box</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.widgets.Box#_bindVDOM"><a href="Ergo.widgets.Box.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.widgets.Box#_construct"><a href="Ergo.widgets.Box.html#_construct">_construct</a></li>
<li data-name="Ergo.widgets.Box#_dataChanged"><a href="Ergo.widgets.Box.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.widgets.Box#_destroy"><a href="Ergo.widgets.Box.html#_destroy">_destroy</a></li>
<li data-name="Ergo.widgets.Box#_layoutChanged"><a href="Ergo.widgets.Box.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.widgets.Box#_missedAction"><a href="Ergo.widgets.Box.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.widgets.Box#_missedState"><a href="Ergo.widgets.Box.html#_missedState">_missedState</a></li>
<li data-name="Ergo.widgets.Box#_postConstruct"><a href="Ergo.widgets.Box.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.widgets.Box#_preConstruct"><a href="Ergo.widgets.Box.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.widgets.Box#_rebind"><a href="Ergo.widgets.Box.html#_rebind">_rebind</a></li>
<li data-name="Ergo.widgets.Box#_renderDiff"><a href="Ergo.widgets.Box.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.widgets.Box#_rerender"><a href="Ergo.widgets.Box.html#_rerender">_rerender</a></li>
<li data-name="Ergo.widgets.Box#action"><a href="Ergo.widgets.Box.html#action">action</a></li>
<li data-name="Ergo.widgets.Box#bind"><a href="Ergo.widgets.Box.html#bind">bind</a></li>
<li data-name="Ergo.widgets.Box#component"><a href="Ergo.widgets.Box.html#component">component</a></li>
<li data-name="Ergo.widgets.Box#includes"><a href="Ergo.widgets.Box.html#includes">includes</a></li>
<li data-name="Ergo.widgets.Box#item"><a href="Ergo.widgets.Box.html#item">item</a></li>
<li data-name="Ergo.widgets.Box#layoutFactory"><a href="Ergo.widgets.Box.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.widgets.Box#next"><a href="Ergo.widgets.Box.html#next">next</a></li>
<li data-name="Ergo.widgets.Box#opt"><a href="Ergo.widgets.Box.html#opt">opt</a></li>
<li data-name="Ergo.widgets.Box#parents"><a href="Ergo.widgets.Box.html#parents">parents</a></li>
<li data-name="Ergo.widgets.Box#prev"><a href="Ergo.widgets.Box.html#prev">prev</a></li>
<li data-name="Ergo.widgets.Box#prop"><a href="Ergo.widgets.Box.html#prop">prop</a></li>
<li data-name="Ergo.widgets.Box#render"><a href="Ergo.widgets.Box.html#render">render</a></li>
<li data-name="Ergo.widgets.Box#rise"><a href="Ergo.widgets.Box.html#rise">rise</a></li>
<li data-name="Ergo.widgets.Box#sink"><a href="Ergo.widgets.Box.html#sink">sink</a></li>
<li data-name="Ergo.widgets.Box#unrender"><a href="Ergo.widgets.Box.html#unrender">unrender</a></li>
<li data-name="Ergo.widgets.Box#walk"><a href="Ergo.widgets.Box.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.widgets.Button">
<span class="title">
<a href="Ergo.widgets.Button.html">Ergo.widgets.Button</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.widgets.Button#_bindVDOM"><a href="Ergo.widgets.Button.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.widgets.Button#_construct"><a href="Ergo.widgets.Button.html#_construct">_construct</a></li>
<li data-name="Ergo.widgets.Button#_dataChanged"><a href="Ergo.widgets.Button.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.widgets.Button#_destroy"><a href="Ergo.widgets.Button.html#_destroy">_destroy</a></li>
<li data-name="Ergo.widgets.Button#_layoutChanged"><a href="Ergo.widgets.Button.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.widgets.Button#_missedAction"><a href="Ergo.widgets.Button.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.widgets.Button#_missedState"><a href="Ergo.widgets.Button.html#_missedState">_missedState</a></li>
<li data-name="Ergo.widgets.Button#_postConstruct"><a href="Ergo.widgets.Button.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.widgets.Button#_preConstruct"><a href="Ergo.widgets.Button.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.widgets.Button#_rebind"><a href="Ergo.widgets.Button.html#_rebind">_rebind</a></li>
<li data-name="Ergo.widgets.Button#_renderDiff"><a href="Ergo.widgets.Button.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.widgets.Button#_rerender"><a href="Ergo.widgets.Button.html#_rerender">_rerender</a></li>
<li data-name="Ergo.widgets.Button#action"><a href="Ergo.widgets.Button.html#action">action</a></li>
<li data-name="Ergo.widgets.Button#bind"><a href="Ergo.widgets.Button.html#bind">bind</a></li>
<li data-name="Ergo.widgets.Button#component"><a href="Ergo.widgets.Button.html#component">component</a></li>
<li data-name="Ergo.widgets.Button#includes"><a href="Ergo.widgets.Button.html#includes">includes</a></li>
<li data-name="Ergo.widgets.Button#item"><a href="Ergo.widgets.Button.html#item">item</a></li>
<li data-name="Ergo.widgets.Button#layoutFactory"><a href="Ergo.widgets.Button.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.widgets.Button#next"><a href="Ergo.widgets.Button.html#next">next</a></li>
<li data-name="Ergo.widgets.Button#opt"><a href="Ergo.widgets.Button.html#opt">opt</a></li>
<li data-name="Ergo.widgets.Button#parents"><a href="Ergo.widgets.Button.html#parents">parents</a></li>
<li data-name="Ergo.widgets.Button#prev"><a href="Ergo.widgets.Button.html#prev">prev</a></li>
<li data-name="Ergo.widgets.Button#prop"><a href="Ergo.widgets.Button.html#prop">prop</a></li>
<li data-name="Ergo.widgets.Button#render"><a href="Ergo.widgets.Button.html#render">render</a></li>
<li data-name="Ergo.widgets.Button#rise"><a href="Ergo.widgets.Button.html#rise">rise</a></li>
<li data-name="Ergo.widgets.Button#sink"><a href="Ergo.widgets.Button.html#sink">sink</a></li>
<li data-name="Ergo.widgets.Button#unrender"><a href="Ergo.widgets.Button.html#unrender">unrender</a></li>
<li data-name="Ergo.widgets.Button#walk"><a href="Ergo.widgets.Button.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.widgets.Html">
<span class="title">
<a href="Ergo.widgets.Html.html">Ergo.widgets.Html</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.widgets.Html#_bindVDOM"><a href="Ergo.widgets.Html.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.widgets.Html#_construct"><a href="Ergo.widgets.Html.html#_construct">_construct</a></li>
<li data-name="Ergo.widgets.Html#_dataChanged"><a href="Ergo.widgets.Html.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.widgets.Html#_destroy"><a href="Ergo.widgets.Html.html#_destroy">_destroy</a></li>
<li data-name="Ergo.widgets.Html#_layoutChanged"><a href="Ergo.widgets.Html.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.widgets.Html#_missedAction"><a href="Ergo.widgets.Html.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.widgets.Html#_missedState"><a href="Ergo.widgets.Html.html#_missedState">_missedState</a></li>
<li data-name="Ergo.widgets.Html#_postConstruct"><a href="Ergo.widgets.Html.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.widgets.Html#_preConstruct"><a href="Ergo.widgets.Html.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.widgets.Html#_rebind"><a href="Ergo.widgets.Html.html#_rebind">_rebind</a></li>
<li data-name="Ergo.widgets.Html#_renderDiff"><a href="Ergo.widgets.Html.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.widgets.Html#_rerender"><a href="Ergo.widgets.Html.html#_rerender">_rerender</a></li>
<li data-name="Ergo.widgets.Html#action"><a href="Ergo.widgets.Html.html#action">action</a></li>
<li data-name="Ergo.widgets.Html#bind"><a href="Ergo.widgets.Html.html#bind">bind</a></li>
<li data-name="Ergo.widgets.Html#component"><a href="Ergo.widgets.Html.html#component">component</a></li>
<li data-name="Ergo.widgets.Html#includes"><a href="Ergo.widgets.Html.html#includes">includes</a></li>
<li data-name="Ergo.widgets.Html#item"><a href="Ergo.widgets.Html.html#item">item</a></li>
<li data-name="Ergo.widgets.Html#layoutFactory"><a href="Ergo.widgets.Html.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.widgets.Html#next"><a href="Ergo.widgets.Html.html#next">next</a></li>
<li data-name="Ergo.widgets.Html#opt"><a href="Ergo.widgets.Html.html#opt">opt</a></li>
<li data-name="Ergo.widgets.Html#parents"><a href="Ergo.widgets.Html.html#parents">parents</a></li>
<li data-name="Ergo.widgets.Html#prev"><a href="Ergo.widgets.Html.html#prev">prev</a></li>
<li data-name="Ergo.widgets.Html#prop"><a href="Ergo.widgets.Html.html#prop">prop</a></li>
<li data-name="Ergo.widgets.Html#render"><a href="Ergo.widgets.Html.html#render">render</a></li>
<li data-name="Ergo.widgets.Html#rise"><a href="Ergo.widgets.Html.html#rise">rise</a></li>
<li data-name="Ergo.widgets.Html#sink"><a href="Ergo.widgets.Html.html#sink">sink</a></li>
<li data-name="Ergo.widgets.Html#unrender"><a href="Ergo.widgets.Html.html#unrender">unrender</a></li>
<li data-name="Ergo.widgets.Html#walk"><a href="Ergo.widgets.Html.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.widgets.Icon">
<span class="title">
<a href="Ergo.widgets.Icon.html">Ergo.widgets.Icon</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.widgets.Icon#_bindVDOM"><a href="Ergo.widgets.Icon.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.widgets.Icon#_construct"><a href="Ergo.widgets.Icon.html#_construct">_construct</a></li>
<li data-name="Ergo.widgets.Icon#_dataChanged"><a href="Ergo.widgets.Icon.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.widgets.Icon#_destroy"><a href="Ergo.widgets.Icon.html#_destroy">_destroy</a></li>
<li data-name="Ergo.widgets.Icon#_layoutChanged"><a href="Ergo.widgets.Icon.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.widgets.Icon#_missedAction"><a href="Ergo.widgets.Icon.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.widgets.Icon#_missedState"><a href="Ergo.widgets.Icon.html#_missedState">_missedState</a></li>
<li data-name="Ergo.widgets.Icon#_postConstruct"><a href="Ergo.widgets.Icon.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.widgets.Icon#_preConstruct"><a href="Ergo.widgets.Icon.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.widgets.Icon#_rebind"><a href="Ergo.widgets.Icon.html#_rebind">_rebind</a></li>
<li data-name="Ergo.widgets.Icon#_renderDiff"><a href="Ergo.widgets.Icon.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.widgets.Icon#_rerender"><a href="Ergo.widgets.Icon.html#_rerender">_rerender</a></li>
<li data-name="Ergo.widgets.Icon#action"><a href="Ergo.widgets.Icon.html#action">action</a></li>
<li data-name="Ergo.widgets.Icon#bind"><a href="Ergo.widgets.Icon.html#bind">bind</a></li>
<li data-name="Ergo.widgets.Icon#component"><a href="Ergo.widgets.Icon.html#component">component</a></li>
<li data-name="Ergo.widgets.Icon#includes"><a href="Ergo.widgets.Icon.html#includes">includes</a></li>
<li data-name="Ergo.widgets.Icon#item"><a href="Ergo.widgets.Icon.html#item">item</a></li>
<li data-name="Ergo.widgets.Icon#layoutFactory"><a href="Ergo.widgets.Icon.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.widgets.Icon#next"><a href="Ergo.widgets.Icon.html#next">next</a></li>
<li data-name="Ergo.widgets.Icon#opt"><a href="Ergo.widgets.Icon.html#opt">opt</a></li>
<li data-name="Ergo.widgets.Icon#parents"><a href="Ergo.widgets.Icon.html#parents">parents</a></li>
<li data-name="Ergo.widgets.Icon#prev"><a href="Ergo.widgets.Icon.html#prev">prev</a></li>
<li data-name="Ergo.widgets.Icon#prop"><a href="Ergo.widgets.Icon.html#prop">prop</a></li>
<li data-name="Ergo.widgets.Icon#render"><a href="Ergo.widgets.Icon.html#render">render</a></li>
<li data-name="Ergo.widgets.Icon#rise"><a href="Ergo.widgets.Icon.html#rise">rise</a></li>
<li data-name="Ergo.widgets.Icon#sink"><a href="Ergo.widgets.Icon.html#sink">sink</a></li>
<li data-name="Ergo.widgets.Icon#unrender"><a href="Ergo.widgets.Icon.html#unrender">unrender</a></li>
<li data-name="Ergo.widgets.Icon#walk"><a href="Ergo.widgets.Icon.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.widgets.Link">
<span class="title">
<a href="Ergo.widgets.Link.html">Ergo.widgets.Link</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.widgets.Link#_bindVDOM"><a href="Ergo.widgets.Link.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.widgets.Link#_construct"><a href="Ergo.widgets.Link.html#_construct">_construct</a></li>
<li data-name="Ergo.widgets.Link#_dataChanged"><a href="Ergo.widgets.Link.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.widgets.Link#_destroy"><a href="Ergo.widgets.Link.html#_destroy">_destroy</a></li>
<li data-name="Ergo.widgets.Link#_layoutChanged"><a href="Ergo.widgets.Link.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.widgets.Link#_missedAction"><a href="Ergo.widgets.Link.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.widgets.Link#_missedState"><a href="Ergo.widgets.Link.html#_missedState">_missedState</a></li>
<li data-name="Ergo.widgets.Link#_postConstruct"><a href="Ergo.widgets.Link.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.widgets.Link#_preConstruct"><a href="Ergo.widgets.Link.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.widgets.Link#_rebind"><a href="Ergo.widgets.Link.html#_rebind">_rebind</a></li>
<li data-name="Ergo.widgets.Link#_renderDiff"><a href="Ergo.widgets.Link.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.widgets.Link#_rerender"><a href="Ergo.widgets.Link.html#_rerender">_rerender</a></li>
<li data-name="Ergo.widgets.Link#action"><a href="Ergo.widgets.Link.html#action">action</a></li>
<li data-name="Ergo.widgets.Link#bind"><a href="Ergo.widgets.Link.html#bind">bind</a></li>
<li data-name="Ergo.widgets.Link#component"><a href="Ergo.widgets.Link.html#component">component</a></li>
<li data-name="Ergo.widgets.Link#includes"><a href="Ergo.widgets.Link.html#includes">includes</a></li>
<li data-name="Ergo.widgets.Link#item"><a href="Ergo.widgets.Link.html#item">item</a></li>
<li data-name="Ergo.widgets.Link#layoutFactory"><a href="Ergo.widgets.Link.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.widgets.Link#next"><a href="Ergo.widgets.Link.html#next">next</a></li>
<li data-name="Ergo.widgets.Link#opt"><a href="Ergo.widgets.Link.html#opt">opt</a></li>
<li data-name="Ergo.widgets.Link#parents"><a href="Ergo.widgets.Link.html#parents">parents</a></li>
<li data-name="Ergo.widgets.Link#prev"><a href="Ergo.widgets.Link.html#prev">prev</a></li>
<li data-name="Ergo.widgets.Link#prop"><a href="Ergo.widgets.Link.html#prop">prop</a></li>
<li data-name="Ergo.widgets.Link#render"><a href="Ergo.widgets.Link.html#render">render</a></li>
<li data-name="Ergo.widgets.Link#rise"><a href="Ergo.widgets.Link.html#rise">rise</a></li>
<li data-name="Ergo.widgets.Link#sink"><a href="Ergo.widgets.Link.html#sink">sink</a></li>
<li data-name="Ergo.widgets.Link#unrender"><a href="Ergo.widgets.Link.html#unrender">unrender</a></li>
<li data-name="Ergo.widgets.Link#walk"><a href="Ergo.widgets.Link.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.widgets.List">
<span class="title">
<a href="Ergo.widgets.List.html">Ergo.widgets.List</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.widgets.List#_bindVDOM"><a href="Ergo.widgets.List.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.widgets.List#_construct"><a href="Ergo.widgets.List.html#_construct">_construct</a></li>
<li data-name="Ergo.widgets.List#_dataChanged"><a href="Ergo.widgets.List.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.widgets.List#_destroy"><a href="Ergo.widgets.List.html#_destroy">_destroy</a></li>
<li data-name="Ergo.widgets.List#_layoutChanged"><a href="Ergo.widgets.List.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.widgets.List#_missedAction"><a href="Ergo.widgets.List.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.widgets.List#_missedState"><a href="Ergo.widgets.List.html#_missedState">_missedState</a></li>
<li data-name="Ergo.widgets.List#_postConstruct"><a href="Ergo.widgets.List.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.widgets.List#_preConstruct"><a href="Ergo.widgets.List.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.widgets.List#_rebind"><a href="Ergo.widgets.List.html#_rebind">_rebind</a></li>
<li data-name="Ergo.widgets.List#_renderDiff"><a href="Ergo.widgets.List.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.widgets.List#_rerender"><a href="Ergo.widgets.List.html#_rerender">_rerender</a></li>
<li data-name="Ergo.widgets.List#action"><a href="Ergo.widgets.List.html#action">action</a></li>
<li data-name="Ergo.widgets.List#bind"><a href="Ergo.widgets.List.html#bind">bind</a></li>
<li data-name="Ergo.widgets.List#component"><a href="Ergo.widgets.List.html#component">component</a></li>
<li data-name="Ergo.widgets.List#includes"><a href="Ergo.widgets.List.html#includes">includes</a></li>
<li data-name="Ergo.widgets.List#item"><a href="Ergo.widgets.List.html#item">item</a></li>
<li data-name="Ergo.widgets.List#layoutFactory"><a href="Ergo.widgets.List.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.widgets.List#next"><a href="Ergo.widgets.List.html#next">next</a></li>
<li data-name="Ergo.widgets.List#opt"><a href="Ergo.widgets.List.html#opt">opt</a></li>
<li data-name="Ergo.widgets.List#parents"><a href="Ergo.widgets.List.html#parents">parents</a></li>
<li data-name="Ergo.widgets.List#prev"><a href="Ergo.widgets.List.html#prev">prev</a></li>
<li data-name="Ergo.widgets.List#prop"><a href="Ergo.widgets.List.html#prop">prop</a></li>
<li data-name="Ergo.widgets.List#render"><a href="Ergo.widgets.List.html#render">render</a></li>
<li data-name="Ergo.widgets.List#rise"><a href="Ergo.widgets.List.html#rise">rise</a></li>
<li data-name="Ergo.widgets.List#sink"><a href="Ergo.widgets.List.html#sink">sink</a></li>
<li data-name="Ergo.widgets.List#unrender"><a href="Ergo.widgets.List.html#unrender">unrender</a></li>
<li data-name="Ergo.widgets.List#walk"><a href="Ergo.widgets.List.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.widgets.NestedItem">
<span class="title">
<a href="Ergo.widgets.NestedItem.html">Ergo.widgets.NestedItem</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.widgets.NestedItem#_bindVDOM"><a href="Ergo.widgets.NestedItem.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.widgets.NestedItem#_construct"><a href="Ergo.widgets.NestedItem.html#_construct">_construct</a></li>
<li data-name="Ergo.widgets.NestedItem#_dataChanged"><a href="Ergo.widgets.NestedItem.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.widgets.NestedItem#_destroy"><a href="Ergo.widgets.NestedItem.html#_destroy">_destroy</a></li>
<li data-name="Ergo.widgets.NestedItem#_layoutChanged"><a href="Ergo.widgets.NestedItem.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.widgets.NestedItem#_missedAction"><a href="Ergo.widgets.NestedItem.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.widgets.NestedItem#_missedState"><a href="Ergo.widgets.NestedItem.html#_missedState">_missedState</a></li>
<li data-name="Ergo.widgets.NestedItem#_postConstruct"><a href="Ergo.widgets.NestedItem.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.widgets.NestedItem#_preConstruct"><a href="Ergo.widgets.NestedItem.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.widgets.NestedItem#_rebind"><a href="Ergo.widgets.NestedItem.html#_rebind">_rebind</a></li>
<li data-name="Ergo.widgets.NestedItem#_renderDiff"><a href="Ergo.widgets.NestedItem.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.widgets.NestedItem#_rerender"><a href="Ergo.widgets.NestedItem.html#_rerender">_rerender</a></li>
<li data-name="Ergo.widgets.NestedItem#action"><a href="Ergo.widgets.NestedItem.html#action">action</a></li>
<li data-name="Ergo.widgets.NestedItem#bind"><a href="Ergo.widgets.NestedItem.html#bind">bind</a></li>
<li data-name="Ergo.widgets.NestedItem#component"><a href="Ergo.widgets.NestedItem.html#component">component</a></li>
<li data-name="Ergo.widgets.NestedItem#includes"><a href="Ergo.widgets.NestedItem.html#includes">includes</a></li>
<li data-name="Ergo.widgets.NestedItem#item"><a href="Ergo.widgets.NestedItem.html#item">item</a></li>
<li data-name="Ergo.widgets.NestedItem#layoutFactory"><a href="Ergo.widgets.NestedItem.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.widgets.NestedItem#next"><a href="Ergo.widgets.NestedItem.html#next">next</a></li>
<li data-name="Ergo.widgets.NestedItem#opt"><a href="Ergo.widgets.NestedItem.html#opt">opt</a></li>
<li data-name="Ergo.widgets.NestedItem#parents"><a href="Ergo.widgets.NestedItem.html#parents">parents</a></li>
<li data-name="Ergo.widgets.NestedItem#path"><a href="Ergo.widgets.NestedItem.html#path">path</a></li>
<li data-name="Ergo.widgets.NestedItem#prev"><a href="Ergo.widgets.NestedItem.html#prev">prev</a></li>
<li data-name="Ergo.widgets.NestedItem#prop"><a href="Ergo.widgets.NestedItem.html#prop">prop</a></li>
<li data-name="Ergo.widgets.NestedItem#render"><a href="Ergo.widgets.NestedItem.html#render">render</a></li>
<li data-name="Ergo.widgets.NestedItem#rise"><a href="Ergo.widgets.NestedItem.html#rise">rise</a></li>
<li data-name="Ergo.widgets.NestedItem#sink"><a href="Ergo.widgets.NestedItem.html#sink">sink</a></li>
<li data-name="Ergo.widgets.NestedItem#unrender"><a href="Ergo.widgets.NestedItem.html#unrender">unrender</a></li>
<li data-name="Ergo.widgets.NestedItem#walk"><a href="Ergo.widgets.NestedItem.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.widgets.NestedList">
<span class="title">
<a href="Ergo.widgets.NestedList.html">Ergo.widgets.NestedList</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.widgets.NestedList#_bindVDOM"><a href="Ergo.widgets.NestedList.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.widgets.NestedList#_construct"><a href="Ergo.widgets.NestedList.html#_construct">_construct</a></li>
<li data-name="Ergo.widgets.NestedList#_dataChanged"><a href="Ergo.widgets.NestedList.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.widgets.NestedList#_destroy"><a href="Ergo.widgets.NestedList.html#_destroy">_destroy</a></li>
<li data-name="Ergo.widgets.NestedList#_layoutChanged"><a href="Ergo.widgets.NestedList.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.widgets.NestedList#_missedAction"><a href="Ergo.widgets.NestedList.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.widgets.NestedList#_missedState"><a href="Ergo.widgets.NestedList.html#_missedState">_missedState</a></li>
<li data-name="Ergo.widgets.NestedList#_postConstruct"><a href="Ergo.widgets.NestedList.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.widgets.NestedList#_preConstruct"><a href="Ergo.widgets.NestedList.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.widgets.NestedList#_rebind"><a href="Ergo.widgets.NestedList.html#_rebind">_rebind</a></li>
<li data-name="Ergo.widgets.NestedList#_renderDiff"><a href="Ergo.widgets.NestedList.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.widgets.NestedList#_rerender"><a href="Ergo.widgets.NestedList.html#_rerender">_rerender</a></li>
<li data-name="Ergo.widgets.NestedList#action"><a href="Ergo.widgets.NestedList.html#action">action</a></li>
<li data-name="Ergo.widgets.NestedList#bind"><a href="Ergo.widgets.NestedList.html#bind">bind</a></li>
<li data-name="Ergo.widgets.NestedList#component"><a href="Ergo.widgets.NestedList.html#component">component</a></li>
<li data-name="Ergo.widgets.NestedList#includes"><a href="Ergo.widgets.NestedList.html#includes">includes</a></li>
<li data-name="Ergo.widgets.NestedList#item"><a href="Ergo.widgets.NestedList.html#item">item</a></li>
<li data-name="Ergo.widgets.NestedList#layoutFactory"><a href="Ergo.widgets.NestedList.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.widgets.NestedList#next"><a href="Ergo.widgets.NestedList.html#next">next</a></li>
<li data-name="Ergo.widgets.NestedList#opt"><a href="Ergo.widgets.NestedList.html#opt">opt</a></li>
<li data-name="Ergo.widgets.NestedList#parents"><a href="Ergo.widgets.NestedList.html#parents">parents</a></li>
<li data-name="Ergo.widgets.NestedList#prev"><a href="Ergo.widgets.NestedList.html#prev">prev</a></li>
<li data-name="Ergo.widgets.NestedList#prop"><a href="Ergo.widgets.NestedList.html#prop">prop</a></li>
<li data-name="Ergo.widgets.NestedList#render"><a href="Ergo.widgets.NestedList.html#render">render</a></li>
<li data-name="Ergo.widgets.NestedList#rise"><a href="Ergo.widgets.NestedList.html#rise">rise</a></li>
<li data-name="Ergo.widgets.NestedList#sink"><a href="Ergo.widgets.NestedList.html#sink">sink</a></li>
<li data-name="Ergo.widgets.NestedList#unrender"><a href="Ergo.widgets.NestedList.html#unrender">unrender</a></li>
<li data-name="Ergo.widgets.NestedList#walk"><a href="Ergo.widgets.NestedList.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.widgets.Panel">
<span class="title">
<a href="Ergo.widgets.Panel.html">Ergo.widgets.Panel</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.widgets.Panel#_bindVDOM"><a href="Ergo.widgets.Panel.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.widgets.Panel#_construct"><a href="Ergo.widgets.Panel.html#_construct">_construct</a></li>
<li data-name="Ergo.widgets.Panel#_dataChanged"><a href="Ergo.widgets.Panel.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.widgets.Panel#_destroy"><a href="Ergo.widgets.Panel.html#_destroy">_destroy</a></li>
<li data-name="Ergo.widgets.Panel#_layoutChanged"><a href="Ergo.widgets.Panel.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.widgets.Panel#_missedAction"><a href="Ergo.widgets.Panel.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.widgets.Panel#_missedState"><a href="Ergo.widgets.Panel.html#_missedState">_missedState</a></li>
<li data-name="Ergo.widgets.Panel#_postConstruct"><a href="Ergo.widgets.Panel.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.widgets.Panel#_preConstruct"><a href="Ergo.widgets.Panel.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.widgets.Panel#_rebind"><a href="Ergo.widgets.Panel.html#_rebind">_rebind</a></li>
<li data-name="Ergo.widgets.Panel#_renderDiff"><a href="Ergo.widgets.Panel.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.widgets.Panel#_rerender"><a href="Ergo.widgets.Panel.html#_rerender">_rerender</a></li>
<li data-name="Ergo.widgets.Panel#action"><a href="Ergo.widgets.Panel.html#action">action</a></li>
<li data-name="Ergo.widgets.Panel#bind"><a href="Ergo.widgets.Panel.html#bind">bind</a></li>
<li data-name="Ergo.widgets.Panel#component"><a href="Ergo.widgets.Panel.html#component">component</a></li>
<li data-name="Ergo.widgets.Panel#includes"><a href="Ergo.widgets.Panel.html#includes">includes</a></li>
<li data-name="Ergo.widgets.Panel#item"><a href="Ergo.widgets.Panel.html#item">item</a></li>
<li data-name="Ergo.widgets.Panel#layoutFactory"><a href="Ergo.widgets.Panel.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.widgets.Panel#next"><a href="Ergo.widgets.Panel.html#next">next</a></li>
<li data-name="Ergo.widgets.Panel#opt"><a href="Ergo.widgets.Panel.html#opt">opt</a></li>
<li data-name="Ergo.widgets.Panel#parents"><a href="Ergo.widgets.Panel.html#parents">parents</a></li>
<li data-name="Ergo.widgets.Panel#prev"><a href="Ergo.widgets.Panel.html#prev">prev</a></li>
<li data-name="Ergo.widgets.Panel#prop"><a href="Ergo.widgets.Panel.html#prop">prop</a></li>
<li data-name="Ergo.widgets.Panel#render"><a href="Ergo.widgets.Panel.html#render">render</a></li>
<li data-name="Ergo.widgets.Panel#rise"><a href="Ergo.widgets.Panel.html#rise">rise</a></li>
<li data-name="Ergo.widgets.Panel#sink"><a href="Ergo.widgets.Panel.html#sink">sink</a></li>
<li data-name="Ergo.widgets.Panel#unrender"><a href="Ergo.widgets.Panel.html#unrender">unrender</a></li>
<li data-name="Ergo.widgets.Panel#walk"><a href="Ergo.widgets.Panel.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.widgets.Select">
<span class="title">
<a href="Ergo.widgets.Select.html">Ergo.widgets.Select</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.widgets.Select#_bindVDOM"><a href="Ergo.widgets.Select.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.widgets.Select#_construct"><a href="Ergo.widgets.Select.html#_construct">_construct</a></li>
<li data-name="Ergo.widgets.Select#_dataChanged"><a href="Ergo.widgets.Select.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.widgets.Select#_destroy"><a href="Ergo.widgets.Select.html#_destroy">_destroy</a></li>
<li data-name="Ergo.widgets.Select#_layoutChanged"><a href="Ergo.widgets.Select.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.widgets.Select#_missedAction"><a href="Ergo.widgets.Select.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.widgets.Select#_missedState"><a href="Ergo.widgets.Select.html#_missedState">_missedState</a></li>
<li data-name="Ergo.widgets.Select#_postConstruct"><a href="Ergo.widgets.Select.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.widgets.Select#_preConstruct"><a href="Ergo.widgets.Select.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.widgets.Select#_rebind"><a href="Ergo.widgets.Select.html#_rebind">_rebind</a></li>
<li data-name="Ergo.widgets.Select#_renderDiff"><a href="Ergo.widgets.Select.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.widgets.Select#_rerender"><a href="Ergo.widgets.Select.html#_rerender">_rerender</a></li>
<li data-name="Ergo.widgets.Select#action"><a href="Ergo.widgets.Select.html#action">action</a></li>
<li data-name="Ergo.widgets.Select#bind"><a href="Ergo.widgets.Select.html#bind">bind</a></li>
<li data-name="Ergo.widgets.Select#component"><a href="Ergo.widgets.Select.html#component">component</a></li>
<li data-name="Ergo.widgets.Select#includes"><a href="Ergo.widgets.Select.html#includes">includes</a></li>
<li data-name="Ergo.widgets.Select#item"><a href="Ergo.widgets.Select.html#item">item</a></li>
<li data-name="Ergo.widgets.Select#layoutFactory"><a href="Ergo.widgets.Select.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.widgets.Select#next"><a href="Ergo.widgets.Select.html#next">next</a></li>
<li data-name="Ergo.widgets.Select#opt"><a href="Ergo.widgets.Select.html#opt">opt</a></li>
<li data-name="Ergo.widgets.Select#parents"><a href="Ergo.widgets.Select.html#parents">parents</a></li>
<li data-name="Ergo.widgets.Select#prev"><a href="Ergo.widgets.Select.html#prev">prev</a></li>
<li data-name="Ergo.widgets.Select#prop"><a href="Ergo.widgets.Select.html#prop">prop</a></li>
<li data-name="Ergo.widgets.Select#render"><a href="Ergo.widgets.Select.html#render">render</a></li>
<li data-name="Ergo.widgets.Select#rise"><a href="Ergo.widgets.Select.html#rise">rise</a></li>
<li data-name="Ergo.widgets.Select#sink"><a href="Ergo.widgets.Select.html#sink">sink</a></li>
<li data-name="Ergo.widgets.Select#unrender"><a href="Ergo.widgets.Select.html#unrender">unrender</a></li>
<li data-name="Ergo.widgets.Select#walk"><a href="Ergo.widgets.Select.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.widgets.Table">
<span class="title">
<a href="Ergo.widgets.Table.html">Ergo.widgets.Table</a>
</span>
<ul class="members itemMembers">
<span class="subtitle">Members</span>
<li data-name="Ergo.widgets.Table#columns"><a href="Ergo.widgets.Table.html#columns">columns</a></li>
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.widgets.Table#_bindVDOM"><a href="Ergo.widgets.Table.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.widgets.Table#_construct"><a href="Ergo.widgets.Table.html#_construct">_construct</a></li>
<li data-name="Ergo.widgets.Table#_dataChanged"><a href="Ergo.widgets.Table.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.widgets.Table#_destroy"><a href="Ergo.widgets.Table.html#_destroy">_destroy</a></li>
<li data-name="Ergo.widgets.Table#_layoutChanged"><a href="Ergo.widgets.Table.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.widgets.Table#_missedAction"><a href="Ergo.widgets.Table.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.widgets.Table#_missedState"><a href="Ergo.widgets.Table.html#_missedState">_missedState</a></li>
<li data-name="Ergo.widgets.Table#_postConstruct"><a href="Ergo.widgets.Table.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.widgets.Table#_preConstruct"><a href="Ergo.widgets.Table.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.widgets.Table#_rebind"><a href="Ergo.widgets.Table.html#_rebind">_rebind</a></li>
<li data-name="Ergo.widgets.Table#_renderDiff"><a href="Ergo.widgets.Table.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.widgets.Table#_rerender"><a href="Ergo.widgets.Table.html#_rerender">_rerender</a></li>
<li data-name="Ergo.widgets.Table#action"><a href="Ergo.widgets.Table.html#action">action</a></li>
<li data-name="Ergo.widgets.Table#bind"><a href="Ergo.widgets.Table.html#bind">bind</a></li>
<li data-name="Ergo.widgets.Table#component"><a href="Ergo.widgets.Table.html#component">component</a></li>
<li data-name="Ergo.widgets.Table#includes"><a href="Ergo.widgets.Table.html#includes">includes</a></li>
<li data-name="Ergo.widgets.Table#item"><a href="Ergo.widgets.Table.html#item">item</a></li>
<li data-name="Ergo.widgets.Table#layoutFactory"><a href="Ergo.widgets.Table.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.widgets.Table#next"><a href="Ergo.widgets.Table.html#next">next</a></li>
<li data-name="Ergo.widgets.Table#opt"><a href="Ergo.widgets.Table.html#opt">opt</a></li>
<li data-name="Ergo.widgets.Table#parents"><a href="Ergo.widgets.Table.html#parents">parents</a></li>
<li data-name="Ergo.widgets.Table#prev"><a href="Ergo.widgets.Table.html#prev">prev</a></li>
<li data-name="Ergo.widgets.Table#prop"><a href="Ergo.widgets.Table.html#prop">prop</a></li>
<li data-name="Ergo.widgets.Table#render"><a href="Ergo.widgets.Table.html#render">render</a></li>
<li data-name="Ergo.widgets.Table#rise"><a href="Ergo.widgets.Table.html#rise">rise</a></li>
<li data-name="Ergo.widgets.Table#sink"><a href="Ergo.widgets.Table.html#sink">sink</a></li>
<li data-name="Ergo.widgets.Table#unrender"><a href="Ergo.widgets.Table.html#unrender">unrender</a></li>
<li data-name="Ergo.widgets.Table#walk"><a href="Ergo.widgets.Table.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.widgets.TableRow">
<span class="title">
<a href="Ergo.widgets.TableRow.html">Ergo.widgets.TableRow</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.widgets.TableRow#_bindVDOM"><a href="Ergo.widgets.TableRow.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.widgets.TableRow#_construct"><a href="Ergo.widgets.TableRow.html#_construct">_construct</a></li>
<li data-name="Ergo.widgets.TableRow#_dataChanged"><a href="Ergo.widgets.TableRow.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.widgets.TableRow#_destroy"><a href="Ergo.widgets.TableRow.html#_destroy">_destroy</a></li>
<li data-name="Ergo.widgets.TableRow#_layoutChanged"><a href="Ergo.widgets.TableRow.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.widgets.TableRow#_missedAction"><a href="Ergo.widgets.TableRow.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.widgets.TableRow#_missedState"><a href="Ergo.widgets.TableRow.html#_missedState">_missedState</a></li>
<li data-name="Ergo.widgets.TableRow#_postConstruct"><a href="Ergo.widgets.TableRow.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.widgets.TableRow#_preConstruct"><a href="Ergo.widgets.TableRow.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.widgets.TableRow#_rebind"><a href="Ergo.widgets.TableRow.html#_rebind">_rebind</a></li>
<li data-name="Ergo.widgets.TableRow#_renderDiff"><a href="Ergo.widgets.TableRow.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.widgets.TableRow#_rerender"><a href="Ergo.widgets.TableRow.html#_rerender">_rerender</a></li>
<li data-name="Ergo.widgets.TableRow#action"><a href="Ergo.widgets.TableRow.html#action">action</a></li>
<li data-name="Ergo.widgets.TableRow#bind"><a href="Ergo.widgets.TableRow.html#bind">bind</a></li>
<li data-name="Ergo.widgets.TableRow#component"><a href="Ergo.widgets.TableRow.html#component">component</a></li>
<li data-name="Ergo.widgets.TableRow#includes"><a href="Ergo.widgets.TableRow.html#includes">includes</a></li>
<li data-name="Ergo.widgets.TableRow#item"><a href="Ergo.widgets.TableRow.html#item">item</a></li>
<li data-name="Ergo.widgets.TableRow#layoutFactory"><a href="Ergo.widgets.TableRow.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.widgets.TableRow#next"><a href="Ergo.widgets.TableRow.html#next">next</a></li>
<li data-name="Ergo.widgets.TableRow#opt"><a href="Ergo.widgets.TableRow.html#opt">opt</a></li>
<li data-name="Ergo.widgets.TableRow#parents"><a href="Ergo.widgets.TableRow.html#parents">parents</a></li>
<li data-name="Ergo.widgets.TableRow#prev"><a href="Ergo.widgets.TableRow.html#prev">prev</a></li>
<li data-name="Ergo.widgets.TableRow#prop"><a href="Ergo.widgets.TableRow.html#prop">prop</a></li>
<li data-name="Ergo.widgets.TableRow#render"><a href="Ergo.widgets.TableRow.html#render">render</a></li>
<li data-name="Ergo.widgets.TableRow#rise"><a href="Ergo.widgets.TableRow.html#rise">rise</a></li>
<li data-name="Ergo.widgets.TableRow#sink"><a href="Ergo.widgets.TableRow.html#sink">sink</a></li>
<li data-name="Ergo.widgets.TableRow#unrender"><a href="Ergo.widgets.TableRow.html#unrender">unrender</a></li>
<li data-name="Ergo.widgets.TableRow#walk"><a href="Ergo.widgets.TableRow.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.widgets.Text">
<span class="title">
<a href="Ergo.widgets.Text.html">Ergo.widgets.Text</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.widgets.Text#_bindVDOM"><a href="Ergo.widgets.Text.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.widgets.Text#_construct"><a href="Ergo.widgets.Text.html#_construct">_construct</a></li>
<li data-name="Ergo.widgets.Text#_dataChanged"><a href="Ergo.widgets.Text.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.widgets.Text#_destroy"><a href="Ergo.widgets.Text.html#_destroy">_destroy</a></li>
<li data-name="Ergo.widgets.Text#_layoutChanged"><a href="Ergo.widgets.Text.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.widgets.Text#_missedAction"><a href="Ergo.widgets.Text.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.widgets.Text#_missedState"><a href="Ergo.widgets.Text.html#_missedState">_missedState</a></li>
<li data-name="Ergo.widgets.Text#_postConstruct"><a href="Ergo.widgets.Text.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.widgets.Text#_preConstruct"><a href="Ergo.widgets.Text.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.widgets.Text#_rebind"><a href="Ergo.widgets.Text.html#_rebind">_rebind</a></li>
<li data-name="Ergo.widgets.Text#_renderDiff"><a href="Ergo.widgets.Text.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.widgets.Text#_rerender"><a href="Ergo.widgets.Text.html#_rerender">_rerender</a></li>
<li data-name="Ergo.widgets.Text#action"><a href="Ergo.widgets.Text.html#action">action</a></li>
<li data-name="Ergo.widgets.Text#bind"><a href="Ergo.widgets.Text.html#bind">bind</a></li>
<li data-name="Ergo.widgets.Text#component"><a href="Ergo.widgets.Text.html#component">component</a></li>
<li data-name="Ergo.widgets.Text#includes"><a href="Ergo.widgets.Text.html#includes">includes</a></li>
<li data-name="Ergo.widgets.Text#item"><a href="Ergo.widgets.Text.html#item">item</a></li>
<li data-name="Ergo.widgets.Text#layoutFactory"><a href="Ergo.widgets.Text.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.widgets.Text#next"><a href="Ergo.widgets.Text.html#next">next</a></li>
<li data-name="Ergo.widgets.Text#opt"><a href="Ergo.widgets.Text.html#opt">opt</a></li>
<li data-name="Ergo.widgets.Text#parents"><a href="Ergo.widgets.Text.html#parents">parents</a></li>
<li data-name="Ergo.widgets.Text#prev"><a href="Ergo.widgets.Text.html#prev">prev</a></li>
<li data-name="Ergo.widgets.Text#prop"><a href="Ergo.widgets.Text.html#prop">prop</a></li>
<li data-name="Ergo.widgets.Text#render"><a href="Ergo.widgets.Text.html#render">render</a></li>
<li data-name="Ergo.widgets.Text#rise"><a href="Ergo.widgets.Text.html#rise">rise</a></li>
<li data-name="Ergo.widgets.Text#sink"><a href="Ergo.widgets.Text.html#sink">sink</a></li>
<li data-name="Ergo.widgets.Text#unrender"><a href="Ergo.widgets.Text.html#unrender">unrender</a></li>
<li data-name="Ergo.widgets.Text#walk"><a href="Ergo.widgets.Text.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
<li class="item" data-name="Ergo.widgets.Tree">
<span class="title">
<a href="Ergo.widgets.Tree.html">Ergo.widgets.Tree</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
<span class="subtitle">Methods</span>
<li data-name="Ergo.widgets.Tree#_bindVDOM"><a href="Ergo.widgets.Tree.html#_bindVDOM">_bindVDOM</a></li>
<li data-name="Ergo.widgets.Tree#_construct"><a href="Ergo.widgets.Tree.html#_construct">_construct</a></li>
<li data-name="Ergo.widgets.Tree#_dataChanged"><a href="Ergo.widgets.Tree.html#_dataChanged">_dataChanged</a></li>
<li data-name="Ergo.widgets.Tree#_destroy"><a href="Ergo.widgets.Tree.html#_destroy">_destroy</a></li>
<li data-name="Ergo.widgets.Tree#_layoutChanged"><a href="Ergo.widgets.Tree.html#_layoutChanged">_layoutChanged</a></li>
<li data-name="Ergo.widgets.Tree#_missedAction"><a href="Ergo.widgets.Tree.html#_missedAction">_missedAction</a></li>
<li data-name="Ergo.widgets.Tree#_missedState"><a href="Ergo.widgets.Tree.html#_missedState">_missedState</a></li>
<li data-name="Ergo.widgets.Tree#_postConstruct"><a href="Ergo.widgets.Tree.html#_postConstruct">_postConstruct</a></li>
<li data-name="Ergo.widgets.Tree#_preConstruct"><a href="Ergo.widgets.Tree.html#_preConstruct">_preConstruct</a></li>
<li data-name="Ergo.widgets.Tree#_rebind"><a href="Ergo.widgets.Tree.html#_rebind">_rebind</a></li>
<li data-name="Ergo.widgets.Tree#_renderDiff"><a href="Ergo.widgets.Tree.html#_renderDiff">_renderDiff</a></li>
<li data-name="Ergo.widgets.Tree#_rerender"><a href="Ergo.widgets.Tree.html#_rerender">_rerender</a></li>
<li data-name="Ergo.widgets.Tree#action"><a href="Ergo.widgets.Tree.html#action">action</a></li>
<li data-name="Ergo.widgets.Tree#bind"><a href="Ergo.widgets.Tree.html#bind">bind</a></li>
<li data-name="Ergo.widgets.Tree#component"><a href="Ergo.widgets.Tree.html#component">component</a></li>
<li data-name="Ergo.widgets.Tree#includes"><a href="Ergo.widgets.Tree.html#includes">includes</a></li>
<li data-name="Ergo.widgets.Tree#item"><a href="Ergo.widgets.Tree.html#item">item</a></li>
<li data-name="Ergo.widgets.Tree#layoutFactory"><a href="Ergo.widgets.Tree.html#layoutFactory">layoutFactory</a></li>
<li data-name="Ergo.widgets.Tree#next"><a href="Ergo.widgets.Tree.html#next">next</a></li>
<li data-name="Ergo.widgets.Tree#opt"><a href="Ergo.widgets.Tree.html#opt">opt</a></li>
<li data-name="Ergo.widgets.Tree#parents"><a href="Ergo.widgets.Tree.html#parents">parents</a></li>
<li data-name="Ergo.widgets.Tree#prev"><a href="Ergo.widgets.Tree.html#prev">prev</a></li>
<li data-name="Ergo.widgets.Tree#prop"><a href="Ergo.widgets.Tree.html#prop">prop</a></li>
<li data-name="Ergo.widgets.Tree#render"><a href="Ergo.widgets.Tree.html#render">render</a></li>
<li data-name="Ergo.widgets.Tree#rise"><a href="Ergo.widgets.Tree.html#rise">rise</a></li>
<li data-name="Ergo.widgets.Tree#sink"><a href="Ergo.widgets.Tree.html#sink">sink</a></li>
<li data-name="Ergo.widgets.Tree#unrender"><a href="Ergo.widgets.Tree.html#unrender">unrender</a></li>
<li data-name="Ergo.widgets.Tree#walk"><a href="Ergo.widgets.Tree.html#walk">walk</a></li>
</ul>
<ul class="events itemMembers">
</ul>
</li>
</ul>
</div>
<div class="main">
<h1 class="page-title" data-filename="Ergo.core.Layout.html">Class: Layout</h1>
<section>
<header>
<h2>
<span class="ancestors"><a href="Ergo.html">Ergo</a><a href="Ergo.core.html">.core</a>.</span>
Layout
</h2>
</header>
<article>
<div class="container-overview">
<dt>
<div class="nameContainer">
<h4 class="name" id="Layout">
new Ergo.core.Layout<span class="signature">(opts)</span>
</h4>
<div class="tag-source">
<a href="ergojs-core.js.html">ergojs-core.js</a>, <a href="ergojs-core.js.html#line5747">line 5747</a>
</div>
</div>
</dt>
<dd>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>opts</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last">
</td>
</tr>
</tbody>
</table>
<dl class="details">
</dl>
</dd>
</div>
<h3 class="subsection-title">Members</h3>
<dl>
<dt>
<div class="nameContainer">
<h4 class="name" id="innerEl">innerEl</h4>
</div>
</dt>
<dd>
<div class="description">
<p>Оборачивание элемента.</p>
</div>
<dl class="details">
</dl>
</dd>
</dl>
<h3 class="subsection-title">Methods</h3>
<dl>
<dt>
<div class="nameContainer">
<h4 class="name" id="_rebuild">
_rebuild<span class="signature">()</span>
</h4>
<div class="tag-source">
<a href="ergojs-core.js.html">ergojs-core.js</a>, <a href="ergojs-core.js.html#line6876">line 6876</a>
</div>
</div>
</dt>
<dd>
<div class="description">
<p>обновление компоновки (порядка, количества элементов)</p>
</div>
<dl class="details">
</dl>
</dd>
<dt>
<div class="nameContainer">
<h4 class="name" id="clear">
clear<span class="signature">()</span>
</h4>
<div class="tag-source">
<a href="ergojs-core.js.html">ergojs-core.js</a>, <a href="ergojs-core.js.html#line6639">line 6639</a>
</div>
</div>
</dt>
<dd>
<div class="description">
<p>очистка компоновки от всех элементов (уничтожения дочерних элементов не происходит)</p>
</div>
<dl class="details">
</dl>
</dd>
<dt>
<div class="nameContainer">
<h4 class="name" id="remove">
remove<span class="signature">(item)</span>
</h4>
<div class="tag-source">
<a href="ergojs-core.js.html">ergojs-core.js</a>, <a href="ergojs-core.js.html#line6605">line 6605</a>
</div>
</div>
</dt>
<dd>
<div class="description">
<p>удаление элемента-виджета из компоновки</p>
</div>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>item</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last">
</td>
</tr>
</tbody>
</table>
<dl class="details">
</dl>
</dd>
<dt>
<div class="nameContainer">
<h4 class="name" id="update">
update<span class="signature">()</span>
</h4>
<div class="tag-source">
<a href="ergojs-core.js.html">ergojs-core.js</a>, <a href="ergojs-core.js.html#line6648">line 6648</a>
</div>
</div>
</dt>
<dd>
<div class="description">
<p>обновление компоновки (позиции, размеров элементов)</p>
</div>
<dl class="details">
</dl>
</dd>
<dt>
<div class="nameContainer">
<h4 class="name" id="wrap">
wrap<span class="signature">(c)</span>
</h4>
<div class="tag-source">
<a href="ergojs-core.js.html">ergojs-core.js</a>, <a href="ergojs-core.js.html#line5891">line 5891</a>
</div>
</div>
</dt>
<dd>
<div class="description">
<p>ассоциация компоновки с виджетом</p>
</div>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>c</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last">
<p>виджет</p></td>
</tr>
</tbody>
</table>
<dl class="details">
</dl>
</dd>
</dl>
</article>
</section>
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha5</a> on Tue Feb 23 2016 20:17:51 GMT+0300 (RTZ 2 (зима))
</footer>
</div>
</div>
<script>prettyPrint();</script>
<script src="scripts/linenumber.js"></script>
<script src="scripts/main.js"></script>
</body>
</html> | eliace/ergojs-site | docs/Ergo.core.Layout.html | HTML | mit | 187,614 |
<!DOCTYPE html>
<html>
<head>
<title>zlib~Examples documentation</title>
<link rel="stylesheet" type="text/css" href="../../../../index.css" />
<link rel="stylesheet" type="text/css" href="../../../../highlight.css" />
<script type="text/javascript" src="../../../../index.js"></script>
</head>
<body class="spare" id="component_787">
<div id="outer">
<div id="header">
<a class="ctype" href="../../../../index.html">spare</a>
<span></span>
<span class="breadcrumbs">
<span class="delimiter">:</span><a href="../../index.html" class="breadcrumb module">zlib</a><span class="delimiter">~</span><a href="https://nodejs.org/api/zlib.html#zlib_examples" class="breadcrumb spare">Examples</a>
</span>
</div>
<div id="content">
<!-- basic document info -->
<div id="details">
<div class="clear"></div>
</div>
<div class="children">
</div>
</div>
</div>
<div id="footer">
This document was generated with
<a href="https://github.com/shenanigans/node-doczar">doczar</a>
at <span class="time">3:55pm</span> on <span class="date">8/14/2015</span>
</div>
</body>
</html>
| shenanigans/node-sublayer | static/docs/generated/module/zlib/spare/examples/index.html | HTML | mit | 1,329 |
<!DOCTYPE html/>
<html>
<head>
<link rel = "stylesheet" href = "style.css">
<title>Morgan Fogarty : Top Ten</title>
</head>
<body class="top-ten">
<div class="container">
<header>
<h1><a href="index.html">Morgan Fogarty</a></h1>
<h2>Choreographer and Web Developer in Training</h2>
</header>
<h3>Top Ten Reasons to Live in a Van With Your Partner</h3>
<ol>
<li>No rent!</li>
<li>If you don't like your yard, you can move!</li>
<li>You have all of your stuff with you all the time.</li>
<li>You have all of your stuff with you all the time, so you get rid of junk you don't need.</li>
<li>You develop incredible patience because almost everything you do is a process.</li>
<li>You can go anywhere there are roads! </li>
<li>You can sleep inside National Forests... with bears!</li>
<li>It can being trying for your relationship, so if your partner is a jerk, you find out right away and you can dump them!</li>
<li>You meet SO MANY incredible people.</li>
<li>You meet SO MANY cute animals.</li>
</ol>
<footer>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="top_ten.html">Top Ten List</a></li>
<li><a href="game.html">Game About Me</a></li>
</ul>
</nav>
<p>© 2017 Morgan Fogarty</p>
</footer>
</div>
</body>
</html>
| mofo37/second_repo | top_ten.html | HTML | mit | 1,411 |
<HTML><HEAD>
<TITLE>Review for Stanza del figlio, La (2001)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0208990">Stanza del figlio, La (2001)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Rachel+Gordon">Rachel Gordon</A></H3><HR WIDTH="40%" SIZE="4">
<PRE>THE SON'S ROOM
A film review by Rachel Gordon
Copyright 2001 filmcritic.com</PRE>
<P>For those who associate Italian cinema with Fellini and "high art," The
Son's Room is an inventive, subtle alternative. Written by, directed,
and starring Nanni Moretti, it takes us through the slow, complicated
path of bereavement.</P>
<P>Slow is the best description for the film at first. It takes its time
in establishing the habits of what appears to be a normal, happy
family. Father and mother both work but still find the time to support
their son and daughter through homework and after school activities.
They laugh, spend free time together, and reprimand the kids for
innocent wrongs with a sigh and soft pat on the shoulder. You get the
feeling there is open communication and unconditional love amongst the
foursome.</P>
<P>But suddenly, the son is found to be dead after a diving accident. The
family dynamics begin an unpredictable descent that gives the narrative
strength when you least expect it, but can also be trying on the
attention span. Though the film drags and even repeats itself, this can
be somewhat excused as influenced by the process of grieving.</P>
<P>Though Nanni Moretti wore several hats for this production, it doesn't
come across as a vanity piece. One might wish he hadn't picked the
profession of analyst for the father, Giovanni (which he stars as), if
only because this makes his character's reactions so predictable. What
saves it is a well written script, with spare dialogue and an eclectic
variety of human interaction.</P>
<P>The potency of the film lies in the recreation of the tiny details of
everyday life that alter due to the death of a close relative, or that
remind a depressed person of loss. You start to take notice of the
cracked dishes, ignored when familial bliss was in full swing. You
remember bonding during the routine jogs around the block, and not
necessarily huge events like graduation.</P>
<P>Even better are the role reversals that take place within the
household. While Giovanni and Paola (Laura Morante) do check up on
their daughter Irene (Jasmine Trinca), there is a sense of being on
autopilot. Not only does Irene begin to take care of her own needs
more, she'll make her parents breakfast in an attempt to crack their new
shells to life around them. These scenes provide interesting portrayals
of various coping mechanisms, frequently crossing a boundary as to how
much you can help yourself versus others during drastic, unexpected
change.</P>
<P>Respectfully, gender issues never enter the picture. Self-propelled
isolation is universal in terms of dealing, so Moretti intelligently
uses this tool to separate the family. Though Giovanni does stop Paolo
from discussing Andrea at a party with friends, there is never a sense
that he or she is more stoic, or more correct in the search to restore a
sense of a balance to their lives.</P>
<P>Most films that broach the topic of death utilize annoying melodrama,
speeches, and conciliatory issues to get the waterworks flowing. In
contrast, The Son's Room captures a more realistic depiction of the
effects of death on a family by graciously flowing among the five stages
of mourning (denial, depression, anger, bargaining, acceptance) through
each of its main characters. It's not the most engaging 100 minutes,
but it is certainly easy to relate to.</P>
<PRE>Aka La Stanza del Figlio.</PRE>
<PRE>RATING: ***1/2</PRE>
<PRE>|------------------------------|
\ ***** Perfection \
\ **** Good, memorable film \
\ *** Average, hits and misses \
\ ** Sub-par on many levels \
\ * Unquestionably awful \
|------------------------------|</PRE>
<PRE>MPAA Rating: NR</PRE>
<P>Director: Nanni Moretti
Producer: Angelo Barbagallo, Nanni Moretti
Writer: Linda Ferri, Nanni Moretti, Heidrun Schleef
Starring: Nanni Moretti, Laura Morante, Jasmine Trinca, Giuseppe
Sanfelice, Silvio Orlando, Stefano Accorsi</P>
<P><A HREF="http://www.bacfilms.com/chambre/">http://www.bacfilms.com/chambre/</A></P>
<P>---
<A HREF="http://www.amazon.com/exec/obidos/redirect?tag=filmcriticcom&path=subst/video/sellers/amazon-top-100-dvd.html">http://www.amazon.com/exec/obidos/redirect?tag=filmcriticcom&path=subst/video/sellers/amazon-top-100-dvd.html</A>
Movie Fiends: Check out Amazon.com's Top 100 Hot DVDs!</P>
<P>Visit filmcritic.com on the Web at <A HREF="http://www.filmcritic.com">http://www.filmcritic.com</A></P>
<PRE>==========
X-RAMR-ID: 29800
X-Language: en
X-RT-ReviewID: 254415
X-RT-TitleID: 10000590
X-RT-SourceID: 178
X-RT-AuthorID: 3953
X-RT-RatingText: 3.5/5</PRE>
<HR><P CLASS=flush><SMALL>The review above was posted to the
<A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR>
The Internet Movie Database accepts no responsibility for the contents of the
review and has no editorial control. Unless stated otherwise, the copyright
belongs to the author.<BR>
Please direct comments/criticisms of the review to relevant newsgroups.<BR>
Broken URLs inthe reviews are the responsibility of the author.<BR>
The formatting of the review is likely to differ from the original due
to ASCII to HTML conversion.
</SMALL></P>
<P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P>
</P></BODY></HTML>
| xianjunzhengbackup/code | data science/machine_learning_for_the_web/chapter_4/movie/29800.html | HTML | mit | 5,912 |
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>Extended Editor Documentation</title>
<meta name="msapplication-TileColor" content="#222c37" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/toc.js"></script>
<script type="text/javascript" src="js/core.js"></script>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="css/core.css" />
</head>
<body>
<div class="header-wrapper">
<div id="header" class="header">
<div class="content">
<div class="more">
</div>
</div>
</div>
<div class="toolbar">
<div class="content clear"></div>
</div>
</div>
<div id="master-wrapper" class="master-wrapper clear">
<div id="sidebar" class="sidebar">
<div class="sidebar-wrap">
<div class="content">
<div class="sidebar-menu">
<div class="toc">
<h2>Scripting API</h2>
</div>
</div>
<p>
<br/>
</p>
</div>
</div>
</div>
<div id="content-wrap" class="content-wrap">
<div class="content-block">
<div class="content"><div class="section">
<div class="mb20 clear" id="">
<h1 class="heading inherit">
<a href="TNRD.Editor.Core.ExtendedAssets">ExtendedAssets</a>.Destroy</h1>
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
</div><div class="subsection">
<div class="signature"><div class="signature-CS sig-block">
public void <span class="sig-kw">Destroy</span>(ExtendedWindow <span class="sig-kw">window</span>);
</div> </div>
</div><div class="subsection">
<h2>Parameters</h2>
<table class="list">
<tbody><tr>
<td class="name lbl">window</td>
<td class="desc"></td>
</tr> </tbody>
</table>
</div><div class="subsection">
<h2>Description</h2>
<p>Destroys all the textures loaded for the given window</p>
</div> </div>
<div class="footer-wrapper">
<div class="footer clear"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html> | Miguel-Barreiro/ExtendedEditor | ExtendedEditor/Assets/.Docs/TNRD.Editor.Core.ExtendedAssets-Destroy.html | HTML | mit | 2,755 |
---
title: ruby on rails
permalink: "ror/index.html"
layout: default
---
<Main class="">
<h1 class="std_hdg_color">Ruby on Rails</h1>
<p>This is a collection of posts related to Ruby on Rails and Ruby. When I changed from my previous IBM platform to the web paradigm and open source, I originally started with PHP but soon moved to rails. No way was I gonna work with the wordpress loop the rest of my life. I knew even at that time that some big users of rails were actually moving to other solutions due to "scaling" concerns.</p>
<p>When I first started to hear about companies moving away from rails it scared me. I took some time off from rails and I focused on javascript for awhile, even python. But I have come back to rails.</p>
<p>I reasoned that really, how many companies really are going to get THAT big where performance would be a concern? Even Basecamp the company where DHH works still uses rails and quite a few others. And now with the releases of the new Turbolinks 5(see my post) and stimulus, rails is catching up in the javascript department.</p>
<p>To me...rails gives you SO MUCH...it gives you standards in terms of your site layout, a great community for getting answers to questions/issues, and it incorporates important concepts like REST and engines and templates and databases and javascript integration...all on top of one of the best languages in terms of syntax in the world...ruby. Not to mention the speed with which you can add functionality with Gems..</p>
<p>My only complaint really from a personal perspective is the "magic" of how functionality is implemented...you just feel better when you can see the lower level code....but in fact, almost all modern languages at some level abstract those details away from the coding in the name of development speed...so with rails its just a matter of degree.</p>
</Main>
{% for tag in site.tags %}
{% assign t = tag | first %}
{% assign posts = tag | last %}
<ul>
{% for post in posts %}
{% if post.tags contains 'rails' %}
Posts by Tag : {{ t | downcase }}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
<span class="date">{{ post.date | date: "%B %-d, %Y" }}</span>
</li>
{% endif %}
{% endfor %}
</ul>
{% endfor %}
| eaglerockdude/eaglerockdude.github.io | ror.html | HTML | mit | 2,245 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>quickchick: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.12.1 / quickchick - 1.4.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
quickchick
<small>
1.4.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-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]"
synopsis: "Randomized Property-Based Testing Plugin for Coq"
homepage: "https://github.com/QuickChick/QuickChick"
dev-repo: "git+https://github.com/QuickChick/QuickChick.git"
bug-reports: "https://github.com/QuickChick/QuickChick/issues"
license: "MIT"
build: [ make "-j" jobs ]
install: [
[make "-j" jobs "install" ]
[make "-j" jobs "tests"] {with-test}
]
depends: [
"ocaml" {>= "4.07"}
"coq" {>= "8.12" < "8.13~"}
"coq-ext-lib"
"coq-mathcomp-ssreflect"
"ocamlbuild"
"ocamlfind"
"menhir" {build}
"coq-simple-io"
]
authors: [
"Leonidas Lampropoulos <>"
"Zoe Paraskevopoulou <>"
"Maxime Denes <>"
"Catalin Hritcu <>"
"Benjamin Pierce <>"
"Li-yao Xia <>"
"Arthur Azevedo de Amorim <>"
"Yishuai Li <>"
"Antal Spector-Zabusky <>"
]
tags: [
"keyword:extraction"
"category:Miscellaneous/Coq Extensions"
"logpath:QuickChick"
]
url {
src: "https://github.com/QuickChick/QuickChick/archive/v1.4.0.tar.gz"
checksum: "md5=6a6712834eb3d9820ae10c55fd1b7d54"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-quickchick.1.4.0 coq.8.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-quickchick -> ocaml >= 4.07
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-quickchick.1.4.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.06.1-2.0.5/released/8.12.1/quickchick/1.4.0.html | HTML | mit | 7,033 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Friends</title>
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="../bootstrap-3.3.7-dist/css/bootstrap.css">
<link rel="stylesheet" href="../bootstrap-3.3.7-dist/css/font-awesome.css">
<link rel="stylesheet" href="../bootstrap-3.3.7-dist/fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<script src="../bootstrap-3.3.7-dist/js/jquery-3.2.1.min.js"></script>
<script src="../bootstrap-3.3.7-dist/js/bootstrap.js"></script>
</head>
<body>
<nav class="navbar navbar-custom navbar-fixed-top ">
<div class="container-fluid">
<nav class="navbar navbar-custom navbar-fixed-top ">
<div class="container-fluid">
<div class="navbar-header">
<!-- Sigla site-ului-->
<a href="../homepageAfterLogin/index.html" class="navbar-brand" style="font-size:30px;font-family:Orange Juice;color: #ee7777;top:0;">Dilly</a>
</div>
<!--Meniul din pagina homepage after login-->
<ul class="nav navbar-nav navbar-right">
<li><a href="../questionsPage/questionsPage.html"><i class="fa fa-question" aria-hidden="true"></i> Questions</a></li>
<li><a href="../addMoment/first.html"><i class="fa fa-rocket" aria-hidden="true"></i> Add Moments</a></li>
<li><a href="pg.html"><i class="fa fa-users" aria-hidden="true"></i> Friends</a></li>
<!-- Notification bar-->
<li class="dropdown"><a class="dropdown-toggle " data-toggle="dropdown" href="#"><i class="fa fa-cogs" aria-hidden="true"></i> Activity
<span class="caret"></span></a>
<ul class="dropdown-menu" style="background:orange;">
<li class="alert alert-warning"><a href="#" class="close" data-dismiss="alert">x</a>First Notification</li>
<!--<li class="divider"></li>-->
<li class="alert alert-info"><a href="#" class="close" data-dismiss="alert">x</a>Second Notification</li>
<!--<li class="divider"></li>-->
<li class="alert alert-danger"><a href="#" class="close" data-dismiss="alert">x</a>Third Notification</li>
<!--<li class="divider"></li>-->
</ul>
</li>
<!-- Profile bar-->
<li class="dropdown"> <a href="#" class="dropdown-toggle " data-toggle = "dropdown"><i class="fa fa-user-circle" aria-hidden="true"></i> Account
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="pg.html"> Friends </a></li>
<li><a href="../settingsPage/settings.html"> Account Settings </a></li>
<li><a href="../supportPage/support.html"> Help&Support </a></li>
<li><a href="../homepageAfterLogin\logout.php"> Logout </a></li>
</ul>
</li>
</ul>
</div>
</nav>
<br><br><br><br><br><br><br><br>
<h1 style="font-size:50px"><b>Share your moments</b></h1>
<br><br><br><br><br><br><br><br><br><br>
<div style="width:800px; margin:0 auto; align:center; opacity: 0.8;width: 50%; height: 300px; padding: 12px 20px;background-color: #f8f8f8; font-size: 16px;">
<form style="text-align:center">
<br>
<label style="font-size:20px"><b>Friends you shared moments with are the most important :)</b></label><br><br>
<input type="submit" value="Invite new friend">
</form>
<br><br>
<form style="text-align:center">
<fieldset>
<legend>SHOW:</legend>
<input type="checkbox" id="friends" name="friends" value="connected">
<label for="friends">Connected(2)</label>
<input type="checkbox" id="friends" name="friends" value="invited">
<label for="friends">Invited(0)</label>
</fieldset>
</form>
</div>
</div>
<br><br><br><br>
<footer align="center"><h4>© 2017 Dilly, All rights reserved</h4></footer>
</body>
</html> | ssimona01/Dilly | Friends/pg.html | HTML | mit | 3,735 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hello, World! - A-Frame</title>
<meta name="description" content="Hello, World! - A-Frame">
<script src="aframe.js"></script>
<script src="lib/aframe-animation.js"></script>
</head>
<body>
<a-scene id="szene">
<a-plane position="17 0 15" rotation="-90 0 0" width="35" height="35" color="#ff0000" id="plane"></a-plane>
<a-entity id="Player" position="10 0 0" rotation="0 0 0">
<a-entity id="PlayerCamera" camera="userHeight: 3.3">
<a-entity id="PlayerEntity" rotation="0 305 0" position="-0.2 -0.3 -0.5">
<a-entity id="Sphere" geometry="buffer:false;mergeTo:null;primitive:sphere;skipCache:true;radius:0.2ŷ;phiLength:180" material="side:double;color:#fdff00;"
position="0 0 0" rotation="130 0 0" animation="dir: alternate; easing: easeInOutCubic; loop: true; dur: 700; property: rotation; to: 90 0 0 ">
<a-entity geometry="buffer:false;mergeTo:#Sphere;primitive:circle;skipCache:true;radius:0.2;" material="side:double;color:#fdff00;"></a-entity>
</a-entity>
<a-entity id="Sphere2" geometry="buffer:false;mergeTo:null;primitive:sphere;radius:0.2;skipCache:true;phiLength:180" material="side:double;color:#fdff00;"
position="0 0 0" rotation="220 0 0" animation="dir: alternate; easing: easeInOutCubic;dur: 700; loop: true; property: rotation; to: 270 0 0">
<a-entity geometry="buffer:false;mergeTo:#Sphere2;primitive:circle;skipCache:true;radius:0.2" material="side:double;color:#fdff00;"></a-entity>
<a-entity geometry="buffer:false;primitive:sphere;skipCache:true;thetaLength:7.5;radius:0.2;" material="side:double;color:#000000;"
rotation="160 0 30"></a-entity>
<a-entity geometry="buffer:false;primitive:sphere;skipCache:true;thetaLength:7.5;radius:0.2;" material="side:double;color:#000000;"
rotation="160 0 -30"></a-entity>
</a-entity>
</a-entity>
<a-entity id="river" geometry="primitive: plane" material="color: blue"
position="-10 0 0" sound="src: url(sprites/mp3/pacman_beginning_mp3.MP3); autoplay: true;loop: true;"></a-entity>
<a-sky color="#ECECEC"></a-sky>
</a-scene>
<script src="js/game.js"></script>
<script src="lib/fence.js"></script>
<!-- LIBS -->
</body>
</html>
| PYXI3D/PYXI-3D | index.html | HTML | mit | 2,418 |
<!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="./2b5f93a28da57c59660ea21518d5a108aa1daebc9cc8bd38ad54b26380e4ea1e.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/2be32cdb9b1303cdf0ce21a15a88b85cc37a1e5741db7e58e6dac8a19820b9e0.html | HTML | mit | 550 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>News - Summary Extraction</title>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/news.css">
<!--<script type="text/javascript" src="js/cycle.js"></script>-->
</head>
<body>
<div class="container-fluid">
<div class="page-content">
<div class="row">
<ul class="list-unstyled">
<li>
<div class="summary">
<h2 class="title">
<a href="http://notch.net/2014/09/im-leaving-mojang">I’m leaving Mojang | notch.net</a>
</h2>
<p class="site">
<span>notch.net</span>
</p>
<div class="description">
<p>
The home of Notch
</p>
</div>
<div class="readers">
<a href="notch.html"><img class="reader" src="http://pbs.twimg.com/profile_images/425571850505039873/XaCsjAe__normal.png" title="@notch" /></a>
<a href="derekvanvliet.html"><img class="reader" src="http://pbs.twimg.com/profile_images/476908096996909057/JKIDmnJG_normal.jpeg" title="@derekvanvliet" /></a>
<a href="levie.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1626898956/twitter_normal.png" title="@levie" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="https://mojang.com/2014/09/yes-were-being-bought-by-microsoft">Yes, we’re being bought by Microsoft</a>
</h2>
<p class="site">
<span>mojang.com</span>
</p>
<div class="crop">
<div><img class="image" src="https://s3.amazonaws.com/assets.mojang.com/mojang_icon.png" /></div>
</div>
<div class="description">
<p>
Yes, the deal is real. Mojang is being bought by Microsoft. It was reassuring to see how many of your opinions mirrored those of the Mojangstas when ...
</p>
</div>
<div class="readers">
<a href="notch.html"><img class="reader" src="http://pbs.twimg.com/profile_images/425571850505039873/XaCsjAe__normal.png" title="@notch" /></a>
<a href="derekvanvliet.html"><img class="reader" src="http://pbs.twimg.com/profile_images/476908096996909057/JKIDmnJG_normal.jpeg" title="@derekvanvliet" /></a>
<a href="KTamas.html"><img class="reader" src="http://pbs.twimg.com/profile_images/467738614676217856/c4JJWwZq_normal.jpeg" title="@KTamas" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.troyhunt.com/2014/09/everything-you-need-to-know-about.html">Troy Hunt: Everything you need to know about the Shellshock Bash bug</a>
</h2>
<p class="site">
<span>www.troyhunt.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://lh4.ggpht.com/-QgbqKDBVugU/VCPIaKTULAI/AAAAAAAAHZ4/EA3c4dq4Kew/shellshock-responses%25255B2%25255D.png?imgmax=800" /></div>
</div>
<div class="description">
<p>
Observations, musings and conjecture about the world of software and technology
</p>
</div>
<div class="readers">
<a href="jnk_wyrch.html"><img class="reader" src="http://pbs.twimg.com/profile_images/479190680036585472/C997RKYc_normal.jpeg" title="@jnk_wyrch" /></a>
<a href="derekvanvliet.html"><img class="reader" src="http://pbs.twimg.com/profile_images/476908096996909057/JKIDmnJG_normal.jpeg" title="@derekvanvliet" /></a>
<a href="JohnR.html"><img class="reader" src="http://abs.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" title="@JohnR" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.spacex.com/webcast">SpaceX Webcast</a>
</h2>
<p class="site">
<span>www.spacex.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://www.spacex.com/sites/spacex/files/spacex_default.jpg" /></div>
</div>
<div class="description">
<p>
SpaceX designs, manufactures and launches advanced rockets and spacecraft..
</p>
</div>
<div class="readers">
<a href="jnavma.html"><img class="reader" src="http://pbs.twimg.com/profile_images/461247979102298112/O76fRWTl_normal.jpeg" title="@jnavma" /></a>
<a href="elonmusk.html"><img class="reader" src="http://pbs.twimg.com/profile_images/420314816444502016/xj5TnUsx_normal.jpeg" title="@elonmusk" /></a>
<a href="SpaceX.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2341252179/4zbhy2jm5xiflnqvy8bw_normal.jpeg" title="@SpaceX" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="https://www.coursera.org">Coursera</a>
</h2>
<p class="site">
<span>www.coursera.org</span>
</p>
<div class="crop">
<div><img class="image" src="http://s3.amazonaws.com/coursera/media/Coursera_Computer_Narrow.png" /></div>
</div>
<div class="description">
<p>
Take free online classes from 80+ top universities and organizations. Coursera is a social entrepreneurship company partnering with Stanford ...
</p>
</div>
<div class="readers">
<a href="Jean_Azzopardi.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2551872181/temp1346149343strip20120828-32628-5bmuih_normal" title="@Jean_Azzopardi" /></a>
<a href="Jekrb.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000391540932/ddbf4ab823d0168a5cd9f25ed68d7f2c_normal.jpeg" title="@Jekrb" /></a>
<a href="mithrandiragain.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2447223435/5i0db8aenurxld378gw3_normal.png" title="@mithrandiragain" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="https://www.youtube.com/playlist">BrazilJS Conf 2014 - YouTube</a>
</h2>
<p class="site">
<span>www.youtube.com</span>
</p>
<div class="crop">
<div><img class="image" src="https://yt3.ggpht.com/-d1z7xzJmMc8/AAAAAAAAAAI/AAAAAAAAAAA/kYji3ZO9V8M/s100-c-k-no/photo.jpg" /></div>
</div>
<div class="description">
<p>
Sign in now to see your channels and recommendations!
</p>
</div>
<div class="readers">
<a href="notch.html"><img class="reader" src="http://pbs.twimg.com/profile_images/425571850505039873/XaCsjAe__normal.png" title="@notch" /></a>
<a href="mikeburkhartnc.html"><img class="reader" src="http://pbs.twimg.com/profile_images/498096076323176448/1V-mZze__normal.jpeg" title="@mikeburkhartnc" /></a>
<a href="AnnMWin.html"><img class="reader" src="http://pbs.twimg.com/profile_images/3481752875/53cdefd4c1fac28d73683101a542e4f2_normal.jpeg" title="@AnnMWin" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://daringfireball.net/2014/09/apple_watch">Daring Fireball: Apple Watch: Initial Thoughts and Observations</a>
</h2>
<p class="site">
<span>daringfireball.net</span>
</p>
<div class="description">
<p>
By John Gruber
</p>
</div>
<div class="readers">
<a href="comex.html"><img class="reader" src="http://pbs.twimg.com/profile_images/510232068404838400/g768RNLr_normal.jpeg" title="@comex" /></a>
<a href="derekvanvliet.html"><img class="reader" src="http://pbs.twimg.com/profile_images/476908096996909057/JKIDmnJG_normal.jpeg" title="@derekvanvliet" /></a>
<a href="cdixon.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2874406524/5ecf4e7907cbb226d8337704dd752dd5_normal.jpeg" title="@cdixon" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://en.wikipedia.org/w/index.php">Westchester County, New York: Difference between revisions - Wikipedia, ...</a>
</h2>
<p class="site">
<span>en.wikipedia.org</span>
</p>
<div class="crop">
<div><img class="image" src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/City_of_White_Plains%2C_Jul_2012.jpg/350px-City_of_White_Plains%2C_Jul_2012.jpg" /></div>
</div>
<div class="description">
<p>
Westchester County , locally known as Westchester , is a county located in the U.S. state of New York . Westchester covers an area of 450 square ...
</p>
</div>
<div class="readers">
<a href="notch.html"><img class="reader" src="http://pbs.twimg.com/profile_images/425571850505039873/XaCsjAe__normal.png" title="@notch" /></a>
<a href="paulengstler.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2605992090/ashsya5iocep2ypu3ayx_normal.jpeg" title="@paulengstler" /></a>
<a href="rastapasta42.html"><img class="reader" src="http://pbs.twimg.com/profile_images/492056742612586497/RX1Mhcx__normal.jpeg" title="@rastapasta42" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.theverge.com/2014/9/25/6845611/inside-apples-iphone-6-torture-building">Inside the building where Apple tortures the iPhone 6</a>
</h2>
<p class="site">
<span>www.theverge.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://cdn2.vox-cdn.com/uploads/chorus_image/image/40058588/DSCF7951.0.0_cinema_1200.0.jpg" /></div>
</div>
<div class="description">
<p>
A few blocks away from Apple's bustling campus in Cupertino is a rather nondescript building. Inside is absolutely the last place on earth you'd want ...
</p>
</div>
<div class="readers">
<a href="comex.html"><img class="reader" src="http://pbs.twimg.com/profile_images/510232068404838400/g768RNLr_normal.jpeg" title="@comex" /></a>
<a href="derekvanvliet.html"><img class="reader" src="http://pbs.twimg.com/profile_images/476908096996909057/JKIDmnJG_normal.jpeg" title="@derekvanvliet" /></a>
<a href="chronic.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000791789535/2245bcbc880d6f21265bd912b0d15500_normal.jpeg" title="@chronic" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://snapsnapsnap.photos/how-does-the-iphone-6-camera-compare-to-previous-iphone-cameras">iPhone camera evolution: How does the iPhone 6 camera compare to previous ...</a>
</h2>
<p class="site">
<span>snapsnapsnap.photos</span>
</p>
<div class="crop">
<div><img class="image" src="http://static.snapsnapsnap.photos/wp-content/uploads/2014/09/[email protected]" /></div>
</div>
<div class="description">
<p>
How does the iPhone 6 camera stack up against previous hardware? In her ongoing series, professional iPhone photographer Lisa Bettany takes a hard ...
</p>
</div>
<div class="readers">
<a href="derekvanvliet.html"><img class="reader" src="http://pbs.twimg.com/profile_images/476908096996909057/JKIDmnJG_normal.jpeg" title="@derekvanvliet" /></a>
<a href="KTamas.html"><img class="reader" src="http://pbs.twimg.com/profile_images/467738614676217856/c4JJWwZq_normal.jpeg" title="@KTamas" /></a>
<a href="iA.html"><img class="reader" src="http://pbs.twimg.com/profile_images/510071324580909056/PGyJp57__normal.png" title="@iA" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://c418.bandcamp.com/album/0x10c">0x10c, by C418</a>
</h2>
<p class="site">
<span>c418.bandcamp.com</span>
</p>
<div class="crop">
<div><img class="image" src="https://f1.bcbits.com/img/a3268981442_2.jpg" /></div>
</div>
<div class="description">
<p>
2 track album
</p>
</div>
<div class="readers">
<a href="notch.html"><img class="reader" src="http://pbs.twimg.com/profile_images/425571850505039873/XaCsjAe__normal.png" title="@notch" /></a>
<a href="etothepitimesi.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1810794213/avatar_normal.png" title="@etothepitimesi" /></a>
<a href="brendonbigley.html"><img class="reader" src="http://pbs.twimg.com/profile_images/514164845298479105/FzQEAJBj_normal.jpeg" title="@brendonbigley" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.ycombinator.com/rfs">Requests for Startups</a>
</h2>
<p class="site">
<span>www.ycombinator.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://www.ycombinator.com/images/ycombinator-logo-fb889e2e.png" /></div>
</div>
<div class="description">
<p>
You shouldn't start a company just because it's on this list. 1. It’s mostly here to help stimulate you to think about ideas.
</p>
</div>
<div class="readers">
<a href="tomiogeron.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1895661355/tomo_normal.jpg" title="@tomiogeron" /></a>
<a href="levie.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1626898956/twitter_normal.png" title="@levie" /></a>
<a href="jnavma.html"><img class="reader" src="http://pbs.twimg.com/profile_images/461247979102298112/O76fRWTl_normal.jpeg" title="@jnavma" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.sewingandembroiderywarehouse.com/embtrb.htm">Embroidery Trouble Shooting Page</a>
</h2>
<p class="site">
<span>www.sewingandembroiderywarehouse.com</span>
</p>
<div class="description">
<p>
Embroidery Trouble Shooting Answers to all your questions about Embroidery problems
</p>
</div>
<div class="readers">
<a href="aikijuanma.html"><img class="reader" src="http://pbs.twimg.com/profile_images/436300400958787586/UWSUxEo7_normal.jpeg" title="@aikijuanma" /></a>
<a href="_chrismarin.html"><img class="reader" src="http://pbs.twimg.com/profile_images/449813231909867520/xSoO90MU_normal.png" title="@_chrismarin" /></a>
<a href="davidmcooper.html"><img class="reader" src="http://pbs.twimg.com/profile_images/436931224347492352/ylzVj_wQ_normal.jpeg" title="@davidmcooper" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://gabrielecirulli.github.io/2048">2048 game</a>
</h2>
<p class="site">
<span>gabrielecirulli.github.io</span>
</p>
<div class="crop">
<div><img class="image" src="http://gabrielecirulli.github.io/2048/meta/og_image.png" /></div>
</div>
<div class="description">
<p>
Join the numbers and get to the 2048 tile! Careful: this game is extremely addictive!
</p>
</div>
<div class="readers">
<a href="ZioFede87.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1267632783/eightbit-16242224-2d2d-4d5a-872a-bf9fb581b546_normal.png" title="@ZioFede87" /></a>
<a href="johannsu.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000693964328/b895e92d008ab0ad7020f1a8f3e894c1_normal.png" title="@johannsu" /></a>
<a href="geeksunny.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1880532406/184654_536399999949_200800740_31234610_6153530_n_normal.jpg" title="@geeksunny" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://yahoo.tumblr.com/post/98474044364/progress-report-continued-product-focus">Progress Report: Continued Product Focus</a>
</h2>
<p class="site">
<span>yahoo.tumblr.com</span>
</p>
<div class="description">
<p>
By Jay Rossiter, SVP, Cloud Platform Group At Yahoo, focus is an important part of accomplishing our mission: to make the world’s daily habits more ...
</p>
</div>
<div class="readers">
<a href="dakami.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1781434177/kaminsky2_normal.png" title="@dakami" /></a>
<a href="lutoma.html"><img class="reader" src="http://pbs.twimg.com/profile_images/441867820461084672/El0W2bXQ_normal.png" title="@lutoma" /></a>
<a href="aaronraimist.html"><img class="reader" src="http://pbs.twimg.com/profile_images/504738510889177088/2_qF4-nZ_normal.jpeg" title="@aaronraimist" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://pic.dhe.ibm.com/infocenter/wsdatap/v6r0m0/index.jsp">WebSphere DataPower, Version 6.0.0, Information Center</a>
</h2>
<p class="site">
<span>pic.dhe.ibm.com</span>
</p>
<div class="description">
</div>
<div class="readers">
<a href="bxlewi1.html"><img class="reader" src="http://pbs.twimg.com/profile_images/498222897673273344/Pos-Ppav_normal.jpeg" title="@bxlewi1" /></a>
<a href="lutoma.html"><img class="reader" src="http://pbs.twimg.com/profile_images/441867820461084672/El0W2bXQ_normal.png" title="@lutoma" /></a>
<a href="phillipsnick.html"><img class="reader" src="http://pbs.twimg.com/profile_images/467230933733478400/8hPdr5d6_normal.jpeg" title="@phillipsnick" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="https://hacks.mozilla.org/2014/09/webide-storage-inspector-jquery-events-iframe-switcher-more-firefox-developer-tools-episode-34">WebIDE, Storage inspector, jQuery events, iframe switcher + more – Firefox ...</a>
</h2>
<p class="site">
<span>hacks.mozilla.org</span>
</p>
<div class="crop">
<div><img class="image" src="https://hacks.mozilla.org/wp-content/uploads/2014/09/storage-inspector-3-500.png" /></div>
</div>
<div class="description">
<p>
A new set of Firefox Developer Tools features has just been uplifted to the Aurora channel. These features are available right now in Aurora, and ...
</p>
</div>
<div class="readers">
<a href="jnk_wyrch.html"><img class="reader" src="http://pbs.twimg.com/profile_images/479190680036585472/C997RKYc_normal.jpeg" title="@jnk_wyrch" /></a>
<a href="fusillicode.html"><img class="reader" src="http://pbs.twimg.com/profile_images/511502166821859330/RVopaYna_normal.jpeg" title="@fusillicode" /></a>
<a href="trufae.html"><img class="reader" src="http://pbs.twimg.com/profile_images/430343297224437760/KxsZykF6_normal.jpeg" title="@trufae" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.apple.com/privacy">Apple - Privacy</a>
</h2>
<p class="site">
<span>www.apple.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://www.apple.com/home/images/og.jpg?201409231413" /></div>
</div>
<div class="description">
<p>
At Apple, we respect your privacy and protect it with strong encryption, plus strict policies that govern how all data is handled.
</p>
</div>
<div class="readers">
<a href="comex.html"><img class="reader" src="http://pbs.twimg.com/profile_images/510232068404838400/g768RNLr_normal.jpeg" title="@comex" /></a>
<a href="stevenbjohnson.html"><img class="reader" src="http://pbs.twimg.com/profile_images/34699972/sbjbeach2005_normal" title="@stevenbjohnson" /></a>
<a href="esten.html"><img class="reader" src="http://pbs.twimg.com/profile_images/454388897762381825/ousDktmd_normal.jpeg" title="@esten" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://daringfireball.net/2014/09/the_iphones_6">Daring Fireball: The iPhones 6</a>
</h2>
<p class="site">
<span>daringfireball.net</span>
</p>
<div class="crop">
<div><img class="image" src="http://daringfireball.net/misc/2014/09/iphone-on-iphone.jpg" /></div>
</div>
<div class="description">
<p>
By John Gruber
</p>
</div>
<div class="readers">
<a href="comex.html"><img class="reader" src="http://pbs.twimg.com/profile_images/510232068404838400/g768RNLr_normal.jpeg" title="@comex" /></a>
<a href="derekvanvliet.html"><img class="reader" src="http://pbs.twimg.com/profile_images/476908096996909057/JKIDmnJG_normal.jpeg" title="@derekvanvliet" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://online.wsj.com/articles/microsoft-near-deal-to-buy-minecraft-1410300213">Microsoft Near Deal to Buy Minecraft Maker Mojang</a>
</h2>
<p class="site">
<span>online.wsj.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://si.wsj.net/public/resources/images/MK-CP213_MINECR_G_20140909185602.jpg" /></div>
</div>
<div class="description">
<p>
Microsoft is in serious discussions to buy Mojang, the Swedish company behind the popular "Minecraft" videogame, according to a person with knowledge ...
</p>
</div>
<div class="readers">
<a href="elazar.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1674107936/270483_808419244670_47912933_37915694_7250313_n_normal.jpg" title="@elazar" /></a>
<a href="iA.html"><img class="reader" src="http://pbs.twimg.com/profile_images/510071324580909056/PGyJp57__normal.png" title="@iA" /></a>
<a href="leetNightshade.html"><img class="reader" src="http://pbs.twimg.com/profile_images/264928367/mutatingfrenzy_tn_normal.jpg" title="@leetNightshade" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.nytimes.com/2014/09/07/magazine/so-bill-gates-has-this-idea-for-a-history-class.html">So Bill Gates Has This Idea for a History Class ... - NYTimes.com</a>
</h2>
<p class="site">
<span>www.nytimes.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://static01.nyt.com/images/2014/09/07/magazine/07gates1/07gates1-articleLarge.jpg" /></div>
</div>
<div class="description">
<p>
In 2008, shortly after Bill Gates stepped down from his executive role at Microsoft, he often awoke in his 66,000-square-foot home on the eastern ...
</p>
</div>
<div class="readers">
<a href="tomiogeron.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1895661355/tomo_normal.jpg" title="@tomiogeron" /></a>
<a href="cdixon.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2874406524/5ecf4e7907cbb226d8337704dd752dd5_normal.jpeg" title="@cdixon" /></a>
<a href="santosh79.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2392873830/image_normal.jpg" title="@santosh79" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.newscientist.com/article/dn26111-schrodingers-cat-caught-on-quantum-film.html">Schrödinger's cat caught on quantum film - physics-math - 27 August 2014 - ...</a>
</h2>
<p class="site">
<span>www.newscientist.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://www.newscientist.com/data/images/ns/cms/dn26111/dn26111-1_1200.jpg" /></div>
</div>
<div class="description">
<p>
The patron animal of quantum theory poses for a unique portrait in which the camera and the sitter don't share a single photon – except by ...
</p>
</div>
<div class="readers">
<a href="notch.html"><img class="reader" src="http://pbs.twimg.com/profile_images/425571850505039873/XaCsjAe__normal.png" title="@notch" /></a>
<a href="nanok.html"><img class="reader" src="http://pbs.twimg.com/profile_images/513033177518993408/xEtgh_AR_normal.png" title="@nanok" /></a>
<a href="stevenbjohnson.html"><img class="reader" src="http://pbs.twimg.com/profile_images/34699972/sbjbeach2005_normal" title="@stevenbjohnson" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://bjorn.tipling.com/if-programming-languages-were-weapons">If programming languages were weapons • Bjorn Tipling</a>
</h2>
<p class="site">
<span>bjorn.tipling.com</span>
</p>
<div class="crop">
<div><img class="image" src="https://d27kszptu8mqwl.cloudfront.net/0obbK04LYREL9i0ib5lXxdQXc178_large.png" /></div>
</div>
<div class="description">
<p>
C is an M1 Garand standard issue rifle, old but reliable. C++ is a set of nunchuks, powerful and impressive when wielded but takes many years of pain ...
</p>
</div>
<div class="readers">
<a href="lutoma.html"><img class="reader" src="http://pbs.twimg.com/profile_images/441867820461084672/El0W2bXQ_normal.png" title="@lutoma" /></a>
<a href="Jekrb.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000391540932/ddbf4ab823d0168a5cd9f25ed68d7f2c_normal.jpeg" title="@Jekrb" /></a>
<a href="tradesmanhelix.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000767470614/66f5f1c5b0a9ceef45505f91b38e598c_normal.png" title="@tradesmanhelix" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.youtube.com/watch?v=Retn7RDjYiw">Elon Ice Bucket Challenge</a>
</h2>
<p class="site">
<span>www.youtube.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://i.ytimg.com/vi/Retn7RDjYiw/maxresdefault.jpg" /></div>
</div>
<div class="description">
</div>
<div class="readers">
<a href="notch.html"><img class="reader" src="http://pbs.twimg.com/profile_images/425571850505039873/XaCsjAe__normal.png" title="@notch" /></a>
<a href="elonmusk.html"><img class="reader" src="http://pbs.twimg.com/profile_images/420314816444502016/xj5TnUsx_normal.jpeg" title="@elonmusk" /></a>
<a href="SpaceX.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2341252179/4zbhy2jm5xiflnqvy8bw_normal.jpeg" title="@SpaceX" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="https://medium.com/@willkirkby/twitter-and-audio-steganography-568c8eae5ead">Twitter and Audio Steganography</a>
</h2>
<p class="site">
<span>medium.com</span>
</p>
<div class="crop">
<div><img class="image" src="https://d262ilb51hltx0.cloudfront.net/max/800/desat/multiply/grey/overlay/grey/1*v3WJvnMTsrApo-hBANLWOw.jpeg" /></div>
</div>
<div class="description">
<p>
Markus Persson, famed developer of Minecraft tweeted the above image: a pixelart vinyl LP with the label “Turn Down For …
</p>
</div>
<div class="readers">
<a href="notch.html"><img class="reader" src="http://pbs.twimg.com/profile_images/425571850505039873/XaCsjAe__normal.png" title="@notch" /></a>
<a href="johanringman.html"><img class="reader" src="http://pbs.twimg.com/profile_images/589136777/31-2_normal.jpg" title="@johanringman" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.wired.com/2014/07/google-project-zero">Meet 'Project Zero,' Google's Secret Team of Bug-Hunting Hackers | WIRED</a>
</h2>
<p class="site">
<span>www.wired.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://www.wired.com/wp-content/uploads/2014/07/project-zero-ft.jpg" /></div>
</div>
<div class="description">
<p>
Today Google plans to publicly reveal the team, known as Project Zero, a group of top Google security researchers who will be given the sole mission ...
</p>
</div>
<div class="readers">
<a href="andreftavares.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1420596539/rapastwitter_normal.png" title="@andreftavares" /></a>
<a href="murtshn.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000291029830/4642cb08c42a1da40341b688d76cbdf6_normal.jpeg" title="@murtshn" /></a>
<a href="nelse.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1565235333/296262_10150324087038150_805823149_7813262_964209079_n__1__normal.jpg" title="@nelse" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="https://www.kickstarter.com/projects/324283889/potato-salad">Potato Salad</a>
</h2>
<p class="site">
<span>www.kickstarter.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://s3.amazonaws.com/ksr/projects/1070272/photo-small.jpg" /></div>
</div>
<div class="description">
<p>
I'm making potato salad.
</p>
</div>
<div class="readers">
<a href="yesh.html"><img class="reader" src="http://pbs.twimg.com/profile_images/476242891761668096/2ZTOKpeV_normal.jpeg" title="@yesh" /></a>
<a href="geeksunny.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1880532406/184654_536399999949_200800740_31234610_6153530_n_normal.jpg" title="@geeksunny" /></a>
<a href="davidmcooper.html"><img class="reader" src="http://pbs.twimg.com/profile_images/436931224347492352/ylzVj_wQ_normal.jpeg" title="@davidmcooper" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="https://medium.com/@RickWebb/the-economics-of-star-trek-29bab88d50">The Economics of Star Trek</a>
</h2>
<p class="site">
<span>medium.com</span>
</p>
<div class="crop">
<div><img class="image" src="https://d262ilb51hltx0.cloudfront.net/max/800/desat/multiply/yellow/overlay/yellow/1*fyr5xR9-01aAl5TOqLewhQ.jpeg" /></div>
</div>
<div class="description">
<p>
The Proto-Post Scarcity Economy
</p>
</div>
<div class="readers">
<a href="andreftavares.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1420596539/rapastwitter_normal.png" title="@andreftavares" /></a>
<a href="ZioFede87.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1267632783/eightbit-16242224-2d2d-4d5a-872a-bf9fb581b546_normal.png" title="@ZioFede87" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="https://accounts.google.com/ServiceLogin">Sign in - Google Accounts</a>
</h2>
<p class="site">
<span>accounts.google.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://ssl.gstatic.com/accounts/ui/avatar_2x.png" /></div>
</div>
<div class="description">
<p>
Create an account
</p>
</div>
<div class="readers">
<a href="lutoma.html"><img class="reader" src="http://pbs.twimg.com/profile_images/441867820461084672/El0W2bXQ_normal.png" title="@lutoma" /></a>
<a href="paulengstler.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2605992090/ashsya5iocep2ypu3ayx_normal.jpeg" title="@paulengstler" /></a>
<a href="Urgo.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000412035791/04ce09576597697f92fb6fe4aabf3f16_normal.jpeg" title="@Urgo" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.wired.com">WIRED</a>
</h2>
<p class="site">
<span>www.wired.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://www.wired.com/wp-content/uploads/2014/09/shellshock-bug-bg.jpg" /></div>
</div>
<div class="description">
<p>
Get in-depth coverage of current and future trends in technology, and how they are shaping business, entertainment, communications, science, ...
</p>
</div>
<div class="readers">
<a href="JohnR.html"><img class="reader" src="http://abs.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" title="@JohnR" /></a>
<a href="__kondwani__.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2697207320/cb4396df08103506a8891502eb996e3c_normal.jpeg" title="@__kondwani__" /></a>
<a href="zach_melamed.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2427043675/vbebx5wpql0q4xz6lqcw_normal.jpeg" title="@zach_melamed" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md enable-lg"></div>
</li>
</ul>
</div>
</div>
<div class="footer">
<!-- <hr />
<p>
Svven look'n'feel
<span class="pull-right">Comments?</span>
</p> -->
</div>
</div>
<!--<script type="text/javascript" charset="utf-8">
initCycle();
</script>-->
</body>
</html> | svven/pages | ID_AA_Carmack.html | HTML | mit | 32,538 |
<!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_13) on Tue Apr 16 14:41:04 BST 2013 -->
<title>Uses of Class logic.Event</title>
<meta name="date" content="2013-04-16">
<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 logic.Event";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../logic/Event.html" title="class in logic">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?logic/class-use/Event.html" target="_top">Frames</a></li>
<li><a href="Event.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 logic.Event" class="title">Uses of Class<br>logic.Event</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../logic/Event.html" title="class in logic">Event</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#logic">logic</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="logic">
<!-- -->
</a>
<h3>Uses of <a href="../../logic/Event.html" title="class in logic">Event</a> in <a href="../../logic/package-summary.html">logic</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../logic/Event.html" title="class in logic">Event</a> in <a href="../../logic/package-summary.html">logic</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../logic/MovementEvent.html" title="class in logic">MovementEvent</a></strong></code>
<div class="block">Event used when a unit moves.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../logic/RequestMovementEvent.html" title="class in logic">RequestMovementEvent</a></strong></code>
<div class="block">Event used when an unit has to move (usually, the Hero)</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../logic/SendEagleEvent.html" title="class in logic">SendEagleEvent</a></strong></code>
<div class="block">Event used when the Hero wants the Eagle to get sword</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../logic/package-summary.html">logic</a> declared as <a href="../../logic/Event.html" title="class in logic">Event</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>private <a href="../../logic/Event.html" title="class in logic">Event</a></code></td>
<td class="colLast"><span class="strong">UnitEventEntry.</span><code><strong><a href="../../logic/UnitEventEntry.html#_event">_event</a></strong></code>
<div class="block">The event.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../logic/package-summary.html">logic</a> with parameters of type <a href="../../logic/Event.html" title="class in logic">Event</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="strong">EventComparator.</span><code><strong><a href="../../logic/EventComparator.html#compare(logic.Event, logic.Event)">compare</a></strong>(<a href="../../logic/Event.html" title="class in logic">Event</a> o1,
<a href="../../logic/Event.html" title="class in logic">Event</a> o2)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Maze.</span><code><strong><a href="../../logic/Maze.html#ForwardEventToUnits(logic.Event)">ForwardEventToUnits</a></strong>(<a href="../../logic/Event.html" title="class in logic">Event</a> ev)</code>
<div class="block">Forward event to all units.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract void</code></td>
<td class="colLast"><span class="strong">Unit.</span><code><strong><a href="../../logic/Unit.html#HandleEvent(logic.Maze, logic.Event)">HandleEvent</a></strong>(<a href="../../logic/Maze.html" title="class in logic">Maze</a> maze,
<a href="../../logic/Event.html" title="class in logic">Event</a> ev)</code>
<div class="block">Handle event.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Sword.</span><code><strong><a href="../../logic/Sword.html#HandleEvent(logic.Maze, logic.Event)">HandleEvent</a></strong>(<a href="../../logic/Maze.html" title="class in logic">Maze</a> maze,
<a href="../../logic/Event.html" title="class in logic">Event</a> event)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Hero.</span><code><strong><a href="../../logic/Hero.html#HandleEvent(logic.Maze, logic.Event)">HandleEvent</a></strong>(<a href="../../logic/Maze.html" title="class in logic">Maze</a> maze,
<a href="../../logic/Event.html" title="class in logic">Event</a> event)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Eagle.</span><code><strong><a href="../../logic/Eagle.html#HandleEvent(logic.Maze, logic.Event)">HandleEvent</a></strong>(<a href="../../logic/Maze.html" title="class in logic">Maze</a> maze,
<a href="../../logic/Event.html" title="class in logic">Event</a> event)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Dragon.</span><code><strong><a href="../../logic/Dragon.html#HandleEvent(logic.Maze, logic.Event)">HandleEvent</a></strong>(<a href="../../logic/Maze.html" title="class in logic">Maze</a> maze,
<a href="../../logic/Event.html" title="class in logic">Event</a> event)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">Event.</span><code><strong><a href="../../logic/Event.html#IsSameType(logic.Event)">IsSameType</a></strong>(<a href="../../logic/Event.html" title="class in logic">Event</a> other)</code>
<div class="block">Checks if is same type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Maze.</span><code><strong><a href="../../logic/Maze.html#PushEvent(logic.Unit, logic.Event)">PushEvent</a></strong>(<a href="../../logic/Unit.html" title="class in logic">Unit</a> u,
<a href="../../logic/Event.html" title="class in logic">Event</a> ev)</code>
<div class="block">Push event to unit</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="../../logic/package-summary.html">logic</a> with parameters of type <a href="../../logic/Event.html" title="class in logic">Event</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="../../logic/UnitEventEntry.html#UnitEventEntry(logic.Unit, logic.Event)">UnitEventEntry</a></strong>(<a href="../../logic/Unit.html" title="class in logic">Unit</a> u,
<a href="../../logic/Event.html" title="class in logic">Event</a> e)</code>
<div class="block">Instantiates a new unit event.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../logic/Event.html" title="class in logic">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?logic/class-use/Event.html" target="_top">Frames</a></li>
<li><a href="Event.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>
| DDuarte/feup-lpoo-maze_and_bombermen | maze/doc/logic/class-use/Event.html | HTML | mit | 11,728 |
<html><body>
<h4>Windows 10 x64 (18363.592)</h4><br>
<h2>_MI_PARTITION_FLAGS</h2>
<font face="arial"> +0x000 BeingDeleted : Pos 0, 1 Bit<br>
+0x000 PageListsInitialized : Pos 1, 1 Bit<br>
+0x000 StoreReservedPagesCharged : Pos 2, 1 Bit<br>
+0x000 UseProtectedSlabAllocators : Pos 3, 1 Bit<br>
+0x000 UseUnprotectedSlabAllocators : Pos 4, 1 Bit<br>
+0x000 PureHoldingPartition : Pos 5, 1 Bit<br>
+0x000 ZeroPagesOptional : Pos 6, 1 Bit<br>
</font></body></html> | epikcraw/ggool | public/Windows 10 x64 (18363.592)/_MI_PARTITION_FLAGS.html | HTML | mit | 494 |
<!doctype html>
<html class="theme-next mist use-motion">
<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, maximum-scale=1"/>
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link href="//cdn.bootcss.com/fancybox/2.1.5/jquery.fancybox.min.css" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic|Microsoft YaHei:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="//cdn.bootcss.com/font-awesome/4.6.2/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="/css/main.css?v=5.0.2" rel="stylesheet" type="text/css" />
<meta name="keywords" content="Hexo, NexT" />
<link rel="alternate" href="/atom.xml" title="Amywushu" type="application/atom+xml" />
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico?v=5.0.2" />
<meta name="description" content="好吧,你想知道点儿什么?">
<meta property="og:type" content="website">
<meta property="og:title" content="Amywushu">
<meta property="og:url" content="https://amywushu.github.io/archives/index.html">
<meta property="og:site_name" content="Amywushu">
<meta property="og:description" content="好吧,你想知道点儿什么?">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Amywushu">
<meta name="twitter:description" content="好吧,你想知道点儿什么?">
<script type="text/javascript" id="hexo.configuration">
var NexT = window.NexT || {};
var CONFIG = {
scheme: 'Mist',
sidebar: {"position":"left","display":"always"},
fancybox: true,
motion: true,
duoshuo: {
userId: '0',
author: '博主'
}
};
</script>
<title> 归档 | Amywushu </title>
</head>
<body itemscope itemtype="//schema.org/WebPage" lang="zh-Hans">
<div class="container one-collumn sidebar-position-left page-archive ">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="//schema.org/WPHeader">
<div class="header-inner"><div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">Amywushu</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle"></p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
首页
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
归档
</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/categories" rel="section">
<i class="menu-item-icon fa fa-fw fa-th"></i> <br />
分类
</a>
</li>
<li class="menu-item menu-item-about">
<a href="/about" rel="section">
<i class="menu-item-icon fa fa-fw fa-user"></i> <br />
关于
</a>
</li>
<li class="menu-item menu-item-search">
<a href="javascript:;" class="popup-trigger">
<i class="menu-item-icon fa fa-search fa-fw"></i> <br />
搜索
</a>
</li>
</ul>
<div class="site-search">
<div class="popup">
<span class="search-icon fa fa-search"></span>
<input type="text" id="local-search-input">
<div id="local-search-result"></div>
<span class="popup-btn-close">close</span>
</div>
</div>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<section id="posts" class="posts-collapse">
<span class="archive-move-on"></span>
<span class="archive-page-counter">
嗯..! 目前共计 16 篇日志。 继续努力。
</span>
<div class="collection-title">
<h2 class="archive-year motion-element" id="archive-year-2017">2017</h2>
</div>
<article class="post post-type-normal" itemscope itemtype="//schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/05/09/译-Handling-low-memory-conditions-in-iOS-and-Mavericks.html" itemprop="url">
<span itemprop="name">(译)Handling low memory conditions in iOS and Mavericks</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2017-05-09T00:00:00+08:00"
content="2017-05-09" >
05-09
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="//schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/04/12/基础知识-Objective-C-中的类结构.html" itemprop="url">
<span itemprop="name">Objective-C 中的类结构</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2017-04-12T00:00:00+08:00"
content="2017-04-12" >
04-12
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="//schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/03/23/逆向知识-Hook-原理之-CydiaSubstrate(二):MSHookMessageEx.html" itemprop="url">
<span itemprop="name">Hook 原理之 CydiaSubstrate(二):MSHookMessageEx</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2017-03-23T00:00:00+08:00"
content="2017-03-23" >
03-23
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="//schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/03/07/逆向知识-Hook-原理之-CydiaSubstrate(一):MSHookMessageEx.html" itemprop="url">
<span itemprop="name">Hook 原理之 CydiaSubstrate(一):MSHookMessageEx</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2017-03-07T00:00:00+08:00"
content="2017-03-07" >
03-07
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="//schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/03/01/基础知识-Hook-原理之-Method-Swizzling.html" itemprop="url">
<span itemprop="name">Hook 原理之 Method Swizzling</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2017-03-01T00:00:00+08:00"
content="2017-03-01" >
03-01
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="//schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/02/27/源码学习-Hook-原理之-fishhook-源码解析.html" itemprop="url">
<span itemprop="name">Hook 原理之 fishhook 源码解析</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2017-02-27T00:00:00+08:00"
content="2017-02-27" >
02-27
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="//schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/02/21/基础知识-解读-Mach-O-文件格式.html" itemprop="url">
<span itemprop="name">解读 Mach-O 文件格式</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2017-02-21T00:00:00+08:00"
content="2017-02-21" >
02-21
</time>
</div>
</header>
</article>
<div class="collection-title">
<h2 class="archive-year motion-element" id="archive-year-2016">2016</h2>
</div>
<article class="post post-type-normal" itemscope itemtype="//schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2016/12/16/译-Analysis-and-exploitation-of-Pegasus-kernel-vulnerabilities-CVE-2016-4655-CVE-2016-4656.html" itemprop="url">
<span itemprop="name">(译)Analysis and exploitation of Pegasus kernel vulnerabilities (CVE-2016-4655 / CVE-2016-4656)</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2016-12-16T00:00:00+08:00"
content="2016-12-16" >
12-16
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="//schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2016/12/07/基础知识-ARC-是如何进行内存管理的.html" itemprop="url">
<span itemprop="name">ARC 是如何进行内存管理的</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2016-12-07T00:00:00+08:00"
content="2016-12-07" >
12-07
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="//schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2016/11/09/逆向知识-通过汇编解读-objc_msgSend.html" itemprop="url">
<span itemprop="name">通过汇编解读 objc_msgSend</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2016-11-09T00:00:00+08:00"
content="2016-11-09" >
11-09
</time>
</div>
</header>
</article>
</section>
<nav class="pagination">
<span class="page-number current">1</span><a class="page-number" href="/archives/page/2/">2</a><a class="extend next" rel="next" href="/archives/page/2/"><i class="fa fa-angle-right"></i></a>
</nav>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview sidebar-panel sidebar-panel-active ">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="//schema.org/Person">
<img class="site-author-image" itemprop="image"
src="/images/avatar1.jpg"
alt="Amywushu" />
<p class="site-author-name" itemprop="name">Amywushu</p>
<p class="site-description motion-element" itemprop="description">好吧,你想知道点儿什么?</p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives">
<span class="site-state-item-count">16</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories">
<span class="site-state-item-count">6</span>
<span class="site-state-item-name">分类</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<span class="site-state-item-count">20</span>
<span class="site-state-item-name">标签</span>
</div>
</nav>
<div class="feed-link motion-element">
<a href="/atom.xml" rel="alternate">
<i class="fa fa-rss"></i>
RSS
</a>
</div>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://amywushu.github.io" target="_blank" title="GitHub">
<i class="fa fa-fw fa-github"></i>
GitHub
</a>
</span>
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright" >
© 2016 -
<span itemprop="copyrightYear">2017</span>
<span class="with-love">
<i class="fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">Amywushu</span>
</div>
<div class="powered-by">
由 <a class="theme-link" href="https://hexo.io">Hexo</a> 强力驱动
</div>
<div class="theme-info">
主题 -
<a class="theme-link" href="https://github.com/iissnan/hexo-theme-next">
NexT.Mist
</a>
</div>
<div class="busuanzi-count">
<script async src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<span class="site-pv">总访问量<span class="busuanzi-value" id="busuanzi_value_site_pv"></span>次</span>
</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="//cdn.bootcss.com/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="//cdn.bootcss.com/fastclick/1.0.6/fastclick.min.js"></script>
<script type="text/javascript" src="//cdn.bootcss.com/jquery_lazyload/1.9.7/jquery.lazyload.min.js"></script>
<script type="text/javascript" src="//cdn.bootcss.com/velocity/1.3.1/velocity.min.js"></script>
<script type="text/javascript" src="//cdn.bootcss.com/velocity/1.3.1/velocity.ui.min.js"></script>
<script type="text/javascript" src="//cdn.bootcss.com/fancybox/2.1.5/jquery.fancybox.pack.js"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.0.2"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.0.2"></script>
<script type="text/javascript" id="motion.page.archive">
$('.archive-year').velocity('transition.slideLeftIn');
</script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.0.2"></script>
<script type="text/javascript">
// Popup Window;
var isfetched = false;
// Search DB path;
var search_path = "search.xml";
if (search_path.length == 0) {
search_path = "search.xml";
}
var path = "/" + search_path;
// monitor main search box;
function proceedsearch() {
$("body").append('<div class="popoverlay">').css('overflow', 'hidden');
$('.popup').toggle();
}
// search function;
var searchFunc = function(path, search_id, content_id) {
'use strict';
$.ajax({
url: path,
dataType: "xml",
async: true,
success: function( xmlResponse ) {
// get the contents from search data
isfetched = true;
$('.popup').detach().appendTo('.header-inner');
var datas = $( "entry", xmlResponse ).map(function() {
return {
title: $( "title", this ).text(),
content: $("content",this).text(),
url: $( "url" , this).text()
};
}).get();
var $input = document.getElementById(search_id);
var $resultContent = document.getElementById(content_id);
$input.addEventListener('input', function(){
var matchcounts = 0;
var str='<ul class=\"search-result-list\">';
var keywords = this.value.trim().toLowerCase().split(/[\s\-]+/);
$resultContent.innerHTML = "";
if (this.value.trim().length > 1) {
// perform local searching
datas.forEach(function(data) {
var isMatch = false;
var content_index = [];
var data_title = data.title.trim().toLowerCase();
var data_content = data.content.trim().replace(/<[^>]+>/g,"").toLowerCase();
var data_url = decodeURIComponent(data.url);
var index_title = -1;
var index_content = -1;
var first_occur = -1;
// only match artiles with not empty titles and contents
if(data_title != '') {
keywords.forEach(function(keyword, i) {
index_title = data_title.indexOf(keyword);
index_content = data_content.indexOf(keyword);
if( index_title >= 0 || index_content >= 0 ){
isMatch = true;
if (i == 0) {
first_occur = index_content;
}
}
});
}
// show search results
if (isMatch) {
matchcounts += 1;
str += "<li><a href='"+ data_url +"' class='search-result-title'>"+ data_title +"</a>";
var content = data.content.trim().replace(/<[^>]+>/g,"");
if (first_occur >= 0) {
// cut out 100 characters
var start = first_occur - 20;
var end = first_occur + 80;
if(start < 0){
start = 0;
}
if(start == 0){
end = 50;
}
if(end > content.length){
end = content.length;
}
var match_content = content.substring(start, end);
// highlight all keywords
keywords.forEach(function(keyword){
var regS = new RegExp(keyword, "gi");
match_content = match_content.replace(regS, "<b class=\"search-keyword\">"+keyword+"</b>");
});
str += "<p class=\"search-result\">" + match_content +"...</p>"
}
str += "</li>";
}
})};
str += "</ul>";
if (matchcounts == 0) { str = '<div id="no-result"><i class="fa fa-frown-o fa-5x" /></div>' }
if (keywords == "") { str = '<div id="no-result"><i class="fa fa-search fa-5x" /></div>' }
$resultContent.innerHTML = str;
});
proceedsearch();
}
});}
// handle and trigger popup window;
$('.popup-trigger').click(function(e) {
e.stopPropagation();
if (isfetched == false) {
searchFunc(path, 'local-search-input', 'local-search-result');
} else {
proceedsearch();
};
});
$('.popup-btn-close').click(function(e){
$('.popup').hide();
$(".popoverlay").remove();
$('body').css('overflow', '');
});
$('.popup').click(function(e){
e.stopPropagation();
});
</script>
</body>
</html>
| amywushu/amywushu.github.io | archives/index.html | HTML | mit | 23,045 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>regexp: 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.4.6~camlp4 / regexp - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
regexp
<small>
8.8.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-26 10:22:40 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 10:22:40 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-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads base
base-unix base
camlp4 4.02+7 Camlp4 is a system for writing extensible parsers for programming languages
conf-findutils 1 Virtual package relying on findutils
conf-which 1 Virtual package relying on which
coq 8.4.6~camlp4 Formal proof management system.
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/regexp"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/RegExp"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [
"keyword: regular expressions"
"keyword: Kleene algebra"
"category: Computer Science/Formal Languages Theory and Automata"
]
authors: [ "Takashi Miyamoto <[email protected]> [http://study-func-prog.blogspot.com/]" ]
bug-reports: "https://github.com/coq-contribs/regexp/issues"
dev-repo: "git+https://github.com/coq-contribs/regexp.git"
synopsis: "Regular Expression"
description: """
The Library RegExp is a Coq library for regular expression. The implementation is based on the Janusz Brzozowski's algorithm ("Derivatives of Regular Expressions", Journal of the ACM 1964).
The RegExp library satisfies the axioms of Kleene Algebra. The proofs are shown in the library."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/regexp/archive/v8.8.0.tar.gz"
checksum: "md5=7dfb0acdf48885cf2c41881e303865d9"
}
</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-regexp.8.8.0 coq.8.4.6~camlp4</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4.6~camlp4).
The following dependencies couldn't be met:
- coq-regexp -> coq >= 8.8 -> 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-regexp.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.02.3-2.0.6/released/8.4.6~camlp4/regexp/8.8.0.html | HTML | mit | 7,462 |
<html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>Recipient Property</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">log4net SDK Documentation - Microsoft .NET Framework 4.0</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">NetSendAppender.Recipient Property</h1>
</div>
</div>
<div id="nstext">
<p> Gets or sets the message alias to which the message should be sent. </p>
<div class="syntax">
<span class="lang">[Visual Basic]</span>
<br />Public Property Recipient As <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">String</a></div>
<div class="syntax">
<span class="lang">[C#]</span>
<br />public <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">string</a> Recipient {get; set;}</div>
<p>
</p>
<h4 class="dtH4">Property Value</h4>
<p> The recipient of the message. </p>
<h4 class="dtH4">Remarks</h4>
<p> This property should always be specified in order to send a message. </p>
<h4 class="dtH4">See Also</h4>
<p>
<a href="log4net.Appender.NetSendAppender.html">NetSendAppender Class</a> | <a href="log4net.Appender.html">log4net.Appender Namespace</a></p>
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
<param name="Keyword" value="Recipient property">
</param>
<param name="Keyword" value="Recipient property, NetSendAppender class">
</param>
<param name="Keyword" value="NetSendAppender.Recipient property">
</param>
</object>
<hr />
<div id="footer">
<p>
<a href="http://logging.apache.org/log4net">Copyright 2004-2011 The Apache Software Foundation.</a>
</p>
<p>
</p>
</div>
</div>
</body>
</html> | npruehs/slash-framework | Ext/log4net-1.2.11/doc/release/sdk/log4net.Appender.NetSendAppender.Recipient.html | HTML | mit | 2,431 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>coqoban: 22 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.11.0 / coqoban - 8.13.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
coqoban
<small>
8.13.0
<span class="label label-success">22 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-12 17:32:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-12 17:32:44 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.11.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-community/coqoban"
dev-repo: "git+https://github.com/coq-community/coqoban.git"
bug-reports: "https://github.com/coq-community/coqoban/issues"
license: "LGPL-2.1-or-later"
synopsis: "Coqoban (Sokoban in Coq)"
description: """
A Coq implementation of Sokoban, the Japanese warehouse keepers'
game."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.10"}
]
tags: [
"category:Miscellaneous/Logical Puzzles and Entertainment"
"keyword:Sokoban"
"keyword:puzzles"
"logpath:Coqoban"
]
authors: [
"Jasper Stein"
"Hugo Herbelin"
]
url {
src: "https://github.com/coq-community/coqoban/archive/v8.13.0.tar.gz"
checksum: "sha256=5d525efda4880c6365df67b205157a1bbcb6a5dfc3db89f2066f7de776e3e77c"
}
</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-coqoban.8.13.0 coq.8.11.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-coqoban.8.13.0 coq.8.11.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>14 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-coqoban.8.13.0 coq.8.11.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>22 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 5 M</p>
<ul>
<li>4 M <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Coqoban/Coqoban_levels.glob</code></li>
<li>457 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Coqoban/Coqoban_levels.vo</code></li>
<li>172 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Coqoban/Coqoban_levels.v</code></li>
<li>42 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Coqoban/Coqoban_engine.vo</code></li>
<li>32 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Coqoban/Coqoban_engine.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/Coqoban/Coqoban_engine.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-coqoban.8.13.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.1-2.0.6/released/8.11.0/coqoban/8.13.0.html | HTML | mit | 7,131 |
<div class="container" style="padding-top: 45px">
<div class="col-md-8">
<h2>Finde den passenden Ort zu den Daten
<button type="button" class="btn btn-info" data-toggle="modal" data-target="#myModal">
<span class="glyphicon glyphicon-question-sign"></span> How to play</button>
<button type="button" class="btn btn-primary" data-toggle="modal" id="myBtn">
<span class="glyphicon glyphicon-king"></span> Top 10</button>
<a role="button" class="btn btn-success" href="/leaderboard"><span class="glyphicon glyphicon-list"></span> Leaderboard</a>
</h2>
<div id="mapid" style="height: 550px">{{map}}</div>
<br>
<table ng-show="vm.button_repeat" width="300">
<tr>
<td><img hspace="20" high="41" width="25" src="https://cdn.rawgit.com/pointhi/leaflet-color-markers/master/img/marker-icon-2x-blue.png"></td>
<td><p id="Auswahl" style="color:blue"></p></td>
</tr>
<tr>
<td><img hspace="20" high="40" width="21" src="https://cdn.rawgit.com/pointhi/leaflet-color-markers/master/img/marker-icon-2x-green.png"></td>
<td><p id="Ziel" style="color:green"></p></td>
</tr>
</table>
<br>
</div>
<!-- Example row of columns -->
<!-- Trigger the modal with a button data-target="#myModal2" -->
<div class="row" >
<div class="col-md-4"> <br>
<div class="row" ng-show="vm.test" style="height:70px">
<uib-alert type="warning" >{{'PLEASE_WAIT_DATA'|translate}} <img id="mySpinner" src="/images/ajax-loader.gif" />
</uib-alert>
</div>
<div class="row" ng-hide="vm.test" style="height:70px;">
</div>
<!--
<!-- Panels with data -->
<div class="panel panel-default" ng-repeat="b in box">
<div class="panel-heading">{{b.title}}</div>
<div class="panel-body">{{b.value}} {{b.unit}}
<p>gemessen am: {{b.lastMeasurement}}</p>
</div>
</div>
</div>
</div>
<!-- /container -->
<hr>
<footer>
<p>© 2016 Höltgen-Qiu Inc.</p>
</footer>
</div>
<div id="myModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">How to Play</h4>
</div>
<div class="modal-body">
<div >
<div style="height: 320px">
<div uib-carousel active="active" no-wrap="noWrapSlides">
<div uib-slide ng-repeat="slide in slides track by slide.id" index="slide.id">
<img ng-src="{{slide.image}}" style="margin:auto;" height="600" width="600" >
<p>{{slide.text1}}</p>
<p>{{slide.text2}}</p>
<br>
<br>
</div>
</div>
</div>
</div>
<br>
<p>4. To see the leaderboard, just cklick the link above the map,<br>
5. If you don't want to play anymore just leave the site. Your points will be saved.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div id="myModal3" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">NEUE Auszeichnung!</h4>
</div>
<div class="modal-body" >
<p id="new_points" ></p>
<div class="form-group text-center">
<img height="200" width="200" id="new_badge" src='images/second.png' alt="Badge for {{ vm.user.firstname }}">
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div id="myModal2" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h3>The Best 10 from the Sensebox Game</h3>
</div>
<div class="modal-body">
<table class="table table-striped">
<thead>
<tr>
<th>Rang</th>
<th>Username</th>
<th>Punkte</th>
</tr>
</thead>
<tfoot>
<tr ng-repeat="user in vm.users | limitTo: 10" ng-style="vm.user.username === user.username ? {'background-color': 'lightgreen'} : {}">
<td>{{$index +1}}</td>
<td>{{user.username}}</td>
<td>{{user.points}}</td>
</tr>
</tfoot>
</table>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- /container -->
<!-- Bootstrap core JavaScript
| dwalin93/OSeM-Projekt | app/views/game.html | HTML | mit | 5,995 |
{% load crispy_forms_tags %}
{% block content %}
{% if error %}
<div class="alert alert-dismissable alert-danger">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>Oh snap!</strong> {{ error }}
</div>
{% endif %}
{% if success %}
<div class="alert alert-dismissable alert-success">
<button type="button" class="close" data-dismiss="alert">×</button>
{{ success }}
</div>
{% endif %}
<h1 class= "page-header">Añadir Estudiante</h1>
<div class = "jumbotron">
<form method="post" action="{% url 'addstudent' %}" class="form-horizontal"> {% csrf_token %}
<div class="form-group">
<legend>Añadir un estudiante</legend>
<label>Escoja el grupo:</label>
<select style="width:100%; height:25px" name="grouplink">
{% for group in groups %}
<option value="{{group.id}}">{{group}}</option>
{% endfor %}
</select>
<label>Escoja un Estudiante</label>
<select style="width:100%; height:25px" name="student">
{% for student in students %}
<option value="{{student.id}}">{{student}}</option>
{% endfor %}
</select>
</div>
<input type="submit" value="Submit" class="btn btn-default pull-right">
</form>
<br>
<br>
<form method="post" action="{% url 'addstudent' %}" class="form-horizontal"> {% csrf_token %}
<div class="form-group">
<legend>Crear un estudiante</legend>
<label>Escoja el grupo:</label>
<select style="width:100%; height:25px" name="group">
{% for group in groups %}
<option value="{{group.id}}">{{group}}</option>
{% endfor %}
</select>
</div>
{{form|crispy}}
<input type="submit" value="Submit" class="btn btn-default pull-right">
</form>
</div>
{% endblock %} | carlosa54/evaluation_system | templates/user/addstudent.html | HTML | mit | 1,793 |
{% extends 'base_panel.html' %}
{% block title %}Signup Sent{% endblock %}
{% block panel_content %}
<h1>An Update Link Has Been Sent</h1>
<p>
Please check your email for a link you can use to update your location and delivery preferences.
</p>
<p> If you don't receive the email or have any trouble, <a href="mailto:[email protected]">drop us a line</a>
and we will do our best to help.
</p>
{% endblock panel_content %} | greencoder/hopefullysunny-django | registrations/templates/update_sent.tpl.html | HTML | mit | 465 |
<div class="panel-body ">
<div class="breadcrumbs">
<div class="container">
<div class="row">
<div class="col-lg-4 col-sm-4">
<h1>EQUINE <span class="buzz">BUZZ</span></h1>
</div>
<div class="col-lg-8 col-sm-8">
<!-- <ol class="breadcrumb pull-right">
<li><a href="#">Home</a></li>
<li><a href="#">Pages</a></li>
<li class="active">Contact</li>
</ol> -->
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="/images/track.jpg" alt="horse on track" style="width:100%; ">
</div>
<div class="col-md-6">
<p>
Have a question or a problem? You can drop us an email or call us.
</p>
<div class="contact-form">
<address>
<strong>EQUINE<span class="logoRed">BUZZ</span></strong><br>
<abbr title="phone">ph:</abbr> 928-779-3377<br>
<span class="email">[email protected]</span>
</address>
<p></p>
</div><!-- form -->
</div>
</div>
</div>
</div> | darrylivan/equinebuzz.com | partials/contact.html | HTML | mit | 1,213 |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
/* Body style, for the entire document */
body {
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}
/* Header1 style, used for the main title */
h1 {
padding: 10px 0px 10px 10px;
font-size: 21pt;
background-color: #E2E2E2;
border-bottom: 1px #C1C1C2 solid;
color: #201F20;
margin: 0;
font-weight: normal;
}
/* Header2 style, used for "Overview" and other sections */
h2 {
font-size: 18pt;
font-weight: normal;
padding: 15px 0 5px 0;
margin: 0;
}
/* Header3 style, used for sub-sections, such as project name */
h3 {
font-weight: normal;
font-size: 15pt;
margin: 0;
padding: 15px 0 5px 0;
background-color: transparent;
}
h4 {
font-weight: normal;
font-size: 12pt;
margin: 0;
padding: 0 0 0 0;
background-color: transparent;
}
/* Color all hyperlinks one color */
a {
color: #1382CE;
}
/* Paragraph text (for longer informational messages) */
p {
font-size: 10pt;
}
/* Table styles */
table {
border-spacing: 0 0;
border-collapse: collapse;
font-size: 10pt;
}
table th {
background: #E7E7E8;
text-align: left;
text-decoration: none;
font-weight: normal;
padding: 3px 6px 3px 6px;
}
table td {
vertical-align: top;
padding: 3px 6px 5px 5px;
margin: 0px;
border: 1px solid #E7E7E8;
background: #F7F7F8;
}
.NoBreakingChanges {
color: darkgreen;
font-weight:bold;
}
.FewBreakingChanges {
color: orange;
font-weight:bold;
}
.ManyBreakingChanges {
color: red;
font-weight:bold;
}
.BreakDetails {
margin-left: 30px;
}
.CompatMessage {
font-style: italic;
font-size: 10pt;
}
.GoodMessage {
color: darkgreen;
}
/* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
.localLink {
color: #1E1E1F;
background: #EEEEED;
text-decoration: none;
}
.localLink:hover {
color: #1382CE;
background: #FFFF99;
text-decoration: none;
}
/* Center text, used in the over views cells that contain message level counts */
.textCentered {
text-align: center;
}
/* The message cells in message tables should take up all avaliable space */
.messageCell {
width: 100%;
}
/* Padding around the content after the h1 */
#content {
padding: 0px 12px 12px 12px;
}
/* The overview table expands to width, with a max width of 97% */
#overview table {
width: auto;
max-width: 75%;
}
/* The messages tables are always 97% width */
#messages table {
width: 97%;
}
/* All Icons */
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded {
min-width: 18px;
min-height: 18px;
background-repeat: no-repeat;
background-position: center;
}
/* Success icon encoded */
.IconSuccessEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==);
}
/* Information icon encoded */
.IconInfoEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
}
/* Warning icon encoded */
.IconWarningEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
}
/* Error icon encoded */
.IconErrorEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
}
</style>
</head>
<body>
<h1 _locid="PortabilityReport">.NET Portability Report</h1>
<div id="content">
<div id="submissionId" style="font-size:8pt;">
<p>
<i>
Submission Id
f1ef59a5-5149-492b-b342-f736f407ac19
</i>
</p>
</div>
<h2 _locid="SummaryTitle">
<a name="Portability Summary"></a>Portability Summary
</h2>
<div id="summary">
<table>
<tbody>
<tr>
<th>Assembly</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
</tr>
<tr>
<td><strong><a href="#Griffin.Container.Mvc5">Griffin.Container.Mvc5</a></strong></td>
<td class="text-center">85.45 %</td>
<td class="text-center">83.64 %</td>
<td class="text-center">95.45 %</td>
<td class="text-center">83.64 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="Griffin.Container.Mvc5"><h3>Griffin.Container.Mvc5</h3></a>
<table>
<tbody>
<tr>
<th>Target type</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
<th>Recommended changes</th>
</tr>
<tr>
<td>System.Reflection.Assembly</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use Assembly.DefinedTypes</td>
</tr>
<tr>
<td style="padding-left:2em">GetTypes</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use Assembly.DefinedTypes</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Type</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_IsAbstract</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().IsAbstract</td>
</tr>
<tr>
<td style="padding-left:2em">GetConstructors</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">IsAssignableFrom(System.Type)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.Http.ApiController</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.Http.Dependencies.IDependencyResolver</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.Http.Dependencies.IDependencyScope</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.HttpApplication</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_BeginRequest(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_EndRequest(System.EventHandler)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.HttpContext</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Current</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Items</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.IHttpModule</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.Mvc.IController</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.Mvc.IDependencyResolver</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.PreApplicationStartMethodAttribute</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.Type,System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<p>
<a href="#Portability Summary">Back to Summary</a>
</p>
</div>
</div>
</body>
</html> | kuhlenh/port-to-core | Reports/gr/griffin.container.mvc5.1.0.2/Griffin.Container.Mvc5-net40.html | HTML | mit | 23,153 |
<!DOCTYPE html>
<html lang="en-us">
<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>Summer 2011 -- African Uhambo</title>
<link href="https://africanuhambo.co.uk/categories/summer-2011/index.xml" rel="alternate" type="application/rss+xml" title="African Uhambo" />
<link href="https://africanuhambo.co.uk/categories/summer-2011/index.xml" rel="feed" type="application/rss+xml" title="African Uhambo" />
<link href="https://africanuhambo.co.uk//css/bootstrap.min.css" rel="stylesheet">
<link href="https://africanuhambo.co.uk//css/clean-blog.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
</head>
<body>
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://africanuhambo.co.uk/">African Uhambo</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://africanuhambo.co.uk/">home</a>
</li>
<li>
<a href="https://africanuhambo.co.uk/post/">Archives</a>
</li>
<li>
<a href="https://africanuhambo.co.uk/about/">About Us</a>
</li>
<li>
<a href="https://africanuhambo.co.uk/tusky/">Tusky</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="intro-header" style="background-image: url('https://africanuhambo.co.uk//img/home-bg.jpg')">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="site-heading">
<h1>Summer 2011</h1>
<hr class="small">
<span class="subheading"></span>
</div>
</div>
</div>
</div>
</header>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-preview">
<p class="post-meta"><a href="https://africanuhambo.co.uk/2012/07/01/serbia-unexpected-off-road/">Serbia, Unexpected off road</a> on Sun, Jul 1, 2012
<br />
In <a href="https://africanuhambo.co.uk/categories/summer-2011">Summer 2011</a>
Tags <a href="https://africanuhambo.co.uk/tags/defender">defender</a>, <a href="https://africanuhambo.co.uk/tags/garmin">garmin</a>, <a href="https://africanuhambo.co.uk/tags/serbia">serbia</a>
</p>
</div>
<div class="post-preview">
<p class="post-meta"><a href="https://africanuhambo.co.uk/2012/04/28/durmitor-national-park-montenegro-maps/">Durmitor National Park, Montenegro - Garmin Maps</a> on Sat, Apr 28, 2012
<br />
In <a href="https://africanuhambo.co.uk/categories/garmin">Garmin</a>, <a href="https://africanuhambo.co.uk/categories/maps">Maps</a>, <a href="https://africanuhambo.co.uk/categories/summer-2011">Summer 2011</a>, <a href="https://africanuhambo.co.uk/categories/walking">Walking</a>
Tags <a href="https://africanuhambo.co.uk/tags/garmin">garmin</a>, <a href="https://africanuhambo.co.uk/tags/maps">maps</a>, <a href="https://africanuhambo.co.uk/tags/walking">walking</a>
</p>
</div>
<div class="post-preview">
<p class="post-meta"><a href="https://africanuhambo.co.uk/2011/08/27/day-27-thursday-25-august-2011-villey-le-sec-france-hove-england/">DAY 27: THURSDAY 25 AUGUST 2011 Villey le Sec (France) – Hove (England)</a> on Sat, Aug 27, 2011
<br />
In <a href="https://africanuhambo.co.uk/categories/france">France</a>, <a href="https://africanuhambo.co.uk/categories/summer-2011">Summer 2011</a>
Tags <a href="https://africanuhambo.co.uk/tags/france">france</a>
</p>
</div>
<div class="post-preview">
<p class="post-meta"><a href="https://africanuhambo.co.uk/2011/08/25/day-2526-2324-august-2011-altkirch-france-villey-le-sec-france/">DAY 25/26: 23/24 AUGUST 2011 Altkirch (France) – Villey le Sec (France)</a> on Thu, Aug 25, 2011
<br />
In <a href="https://africanuhambo.co.uk/categories/france">France</a>, <a href="https://africanuhambo.co.uk/categories/summer-2011">Summer 2011</a>
Tags <a href="https://africanuhambo.co.uk/tags/france">france</a>
</p>
</div>
<div class="post-preview">
<p class="post-meta"><a href="https://africanuhambo.co.uk/2011/08/23/day-2324-2122-august-2011-forno-di-zaldo-italy-altkirch-france/">DAY 23/24: 21/22 AUGUST 2011 Forno di Zaldo (Italy) – Altkirch (France)</a> on Tue, Aug 23, 2011
<br />
In <a href="https://africanuhambo.co.uk/categories/italy">Italy</a>, <a href="https://africanuhambo.co.uk/categories/summer-2011">Summer 2011</a>
Tags <a href="https://africanuhambo.co.uk/tags/france">france</a>, <a href="https://africanuhambo.co.uk/tags/italy">italy</a>
</p>
</div>
<div class="post-preview">
<p class="post-meta"><a href="https://africanuhambo.co.uk/2011/08/22/day-19-21-17-21-august-2011-trogir-croatia-plitvicka-jezera-nationalni-park-croatia/">DAY 19 - 21: 17 - 21 AUGUST 2011 Trogir (Croatia) – Plitvička Jezera Nationalni Park (Croatia)</a> on Mon, Aug 22, 2011
<br />
In <a href="https://africanuhambo.co.uk/categories/croatia">Croatia</a>, <a href="https://africanuhambo.co.uk/categories/summer-2011">Summer 2011</a>
Tags <a href="https://africanuhambo.co.uk/tags/croatia">croatia</a>, <a href="https://africanuhambo.co.uk/tags/national-park">national park</a>, <a href="https://africanuhambo.co.uk/tags/plitvice">plitvice</a>
</p>
</div>
<div class="post-preview">
<p class="post-meta"><a href="https://africanuhambo.co.uk/2011/08/21/day-22-saturday-20-august-2011-plitvicka-jezera-croatia-forno-di-zaldo-italy/">DAY 22: SATURDAY 20 AUGUST 2011 Plitvička Jezera (Croatia) – Forno di Zaldo (Italy)</a> on Sun, Aug 21, 2011
<br />
In <a href="https://africanuhambo.co.uk/categories/croatia">Croatia</a>, <a href="https://africanuhambo.co.uk/categories/italy">Italy</a>, <a href="https://africanuhambo.co.uk/categories/summer-2011">Summer 2011</a>
Tags <a href="https://africanuhambo.co.uk/tags/croatia">croatia</a>, <a href="https://africanuhambo.co.uk/tags/italy">italy</a>
</p>
</div>
<div class="post-preview">
<p class="post-meta"><a href="https://africanuhambo.co.uk/2011/08/17/day-18-tuesday-16-august-2011-lumbarda-korcula-croatia-trogir-croatia/">DAY 18: TUESDAY 16 AUGUST 2011 Lumbarda, Korčula (Croatia) – Trogir (Croatia)</a> on Wed, Aug 17, 2011
<br />
In <a href="https://africanuhambo.co.uk/categories/croatia">Croatia</a>, <a href="https://africanuhambo.co.uk/categories/summer-2011">Summer 2011</a>
Tags <a href="https://africanuhambo.co.uk/tags/croatia">croatia</a>
</p>
</div>
<div class="post-preview">
<p class="post-meta"><a href="https://africanuhambo.co.uk/2011/08/16/day-1617-1415-august-2011-mostar-bosnia-lumbarda-korcula-croatia/">DAY 16/17: 14/15 AUGUST 2011, Mostar (Bosnia) – Lumbarda, Korčula (Croatia)</a> on Tue, Aug 16, 2011
<br />
In <a href="https://africanuhambo.co.uk/categories/croatia">Croatia</a>, <a href="https://africanuhambo.co.uk/categories/summer-2011">Summer 2011</a>
Tags <a href="https://africanuhambo.co.uk/tags/blagaj">blagaj</a>, <a href="https://africanuhambo.co.uk/tags/croatia">croatia</a>
</p>
</div>
<div class="post-preview">
<p class="post-meta"><a href="https://africanuhambo.co.uk/2011/08/14/day-15-saturday-13-august-2011-donji-morinj-montenegro-mostar-bosnia/">DAY 15: SATURDAY 13 AUGUST 2011 Donji Morinj (Montenegro) – Mostar (Bosnia)</a> on Sun, Aug 14, 2011
<br />
In <a href="https://africanuhambo.co.uk/categories/bosnia-and-herzegovina">Bosnia And Herzegovina</a>, <a href="https://africanuhambo.co.uk/categories/summer-2011">Summer 2011</a>
Tags <a href="https://africanuhambo.co.uk/tags/bosnia-and-herzegovina">bosnia and herzegovina</a>, <a href="https://africanuhambo.co.uk/tags/mostar">mostar</a>
</p>
</div>
<ul class="pagination">
<li>
<a href="https://africanuhambo.co.uk/categories/summer-2011/" aria-label="First"><span aria-hidden="true">««</span></a>
</li>
<li
class="disabled">
<a href="" aria-label="Previous"><span aria-hidden="true">«</span></a>
</li>
<li
class="active"><a href="https://africanuhambo.co.uk/categories/summer-2011/">1</a></li>
<li
><a href="https://africanuhambo.co.uk/categories/summer-2011/page/2/">2</a></li>
<li
><a href="https://africanuhambo.co.uk/categories/summer-2011/page/3/">3</a></li>
<li
>
<a href="https://africanuhambo.co.uk/categories/summer-2011/page/2/" aria-label="Next"><span aria-hidden="true">»</span></a>
</li>
<li>
<a href="https://africanuhambo.co.uk/categories/summer-2011/page/3/" aria-label="Last"><span aria-hidden="true">»»</span></a>
</li>
</ul>
</div>
</div>
</div>
<hr>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center">
<li>
<a href="https://www.twitter.com/danward79">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/danward79">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="copyright text-muted">Code released under the MIT license.</p>
</div>
</div>
</div>
</footer>
<script src="https://africanuhambo.co.uk//js/jquery.min.js"></script>
<script src="https://africanuhambo.co.uk//js/bootstrap.min.js"></script>
<script src="https://africanuhambo.co.uk//js/clean-blog.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40336336-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
| AfricanUhambo/AfricanUhambo.github.io | categories/summer-2011/index.html | HTML | mit | 13,761 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-odd-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.9.1 / mathcomp-odd-order - 1.6.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
mathcomp-odd-order
<small>
1.6.1
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-05 07:20:37 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-05 07:20:37 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.9.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
name: "coq-mathcomp-odd-order"
version: "1.6.1"
maintainer: "Mathematical Components <[email protected]>"
homepage: "http://ssr.msr-inria.inria.fr/"
bug-reports: "Mathematical Components <[email protected]>"
license: "CeCILL-B"
build: [
[make "-C" "mathcomp/odd_order" "-j" "%{jobs}%"]
]
install: [ make "-C" "mathcomp/odd_order" "install" ]
depends: [
"ocaml"
"coq-mathcomp-algebra" {= "1.6.1"}
"coq-mathcomp-character" {= "1.6.1"}
"coq-mathcomp-field" {= "1.6.1"}
"coq-mathcomp-field-extra" {= "1.6.1"}
"coq-mathcomp-fingroup" {= "1.6.1"}
"coq-mathcomp-solvable" {= "1.6.1"}
"coq-mathcomp-ssreflect" {= "1.6.1"}
]
tags: [ "keyword:finite groups" "keyword:Feit Thompson theorem" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" ]
authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Théry <>" "Assia Mahboubi <>" ]
synopsis: "The formal proof of the Feit-Thompson theorem"
description: """
The formal proof of the Feit-Thompson theorem.
From mathcomp Require Import all_ssreflect all_fingroup all_solvable PFsection14.
Check Feit_Thompson.
: forall (gT : finGroupType) (G : {group gT}), odd #|G| -> solvable G
From mathcomp Require Import all_ssreflect all_fingroup
all_solvable stripped_odd_order_theorem.
Check stripped_Odd_Order.
: forall (T : Type) (mul : T -> T -> T) (one : T) (inv : T -> T)
(G : T -> Type) (n : natural),
group_axioms T mul one inv ->
group T mul one inv G ->
finite_of_order T G n -> odd n -> solvable_group T mul one inv G"""
url {
src:
"https://github.com/math-comp/math-comp/archive/mathcomp-odd-order.1.6.1.tar.gz"
checksum: "md5=2303f60bbca5eaa24bef7af5d47694b9"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-mathcomp-odd-order.1.6.1 coq.8.9.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.9.1).
The following dependencies couldn't be met:
- coq-mathcomp-odd-order -> coq-mathcomp-ssreflect = 1.6.1 -> 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-mathcomp-odd-order.1.6.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.1-2.0.6/released/8.9.1/mathcomp-odd-order/1.6.1.html | HTML | mit | 8,467 |
<!DOCTYPE html>
<html>
<head>
<title>Jasmine Spec Runner</title>
<link rel="stylesheet" href="../bower_components/jasmine/lib/jasmine-core/jasmine.css">
<script data-main="require.jasmine" src="../bower_components/requirejs/require.js"></script>
</head>
<body>
<div id="stage" style="overflow: hidden; height: 1px;"></div>
</body>
</html> | GMcD/generator-cordovum | app/templates/app/jasmine.html | HTML | mit | 346 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W28513_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
<div style="float: left;">
<a href="page111.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 274px; margin-top: 191px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 1044px; margin-top: 274px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Triangle Petroleum </p>
</div>
<div style="position: absolute; margin-left: 906px; margin-top: 384px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Nygaard 150-101-28-33-1H Pad </p>
</div>
<div style="position: absolute; margin-left: 1016px; margin-top: 494px;">
<p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Attn: Brittany Vannoy </p>
</div>
<div style="position: absolute; margin-left: 741px; margin-top: 604px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Section: 28 </p>
</div>
<div style="position: absolute; margin-left: 1016px; margin-top: 714px;">
<p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">McKenzie County, ND </p>
</div>
<div style="position: absolute; margin-left: 384px; margin-top: 824px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">*This image is meant to be used as a visual aid and is not intended to be used for </p>
</div>
<div style="position: absolute; margin-left: 989px; margin-top: 879px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">geographical accuracy* </p>
</div>
<div style="position: absolute; margin-left: 109px; margin-top: 1044px;">
<img src="images/tmpfFTuAU.png" alt="tmpfFTuAU.png" />
</div>
<div style="position: absolute; margin-left: 1044px; margin-top: 604px;">
<p class="styleSans11.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Township: 150 N </p>
</div>
<div style="position: absolute; margin-left: 1484px; margin-top: 604px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Range: 101W </p>
</div>
</body>
</html>
| datamade/elpc_bakken | ocr_extracted/W28513_text/page112.html | HTML | mit | 3,012 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt-->
<title>Function awe_jsobject_get_size</title>
<link rel="stylesheet" type="text/css" href="../../styles/ddox.css"/>
<link rel="stylesheet" href="../../prettify/prettify.css" type="text/css"/>
<script type="text/javascript" src="../../scripts/jquery.js">/**/</script>
<script type="text/javascript" src="../../prettify/prettify.js">/**/</script>
<script type="text/javascript" src="../../scripts/ddox.js">/**/</script>
</head>
<body onload="prettyPrint(); setupDdox();">
<nav id="main-nav"><!-- using block navigation in layout.dt-->
<ul class="tree-view">
<li class="collapsed tree-view">
<a href="#" class="package">components</a>
<ul class="tree-view">
<li>
<a href="../../components/animation.html" class=" module">animation</a>
</li>
<li>
<a href="../../components/assets.html" class=" module">assets</a>
</li>
<li>
<a href="../../components/camera.html" class=" module">camera</a>
</li>
<li>
<a href="../../components/icomponent.html" class=" module">icomponent</a>
</li>
<li>
<a href="../../components/lights.html" class=" module">lights</a>
</li>
<li>
<a href="../../components/material.html" class=" module">material</a>
</li>
<li>
<a href="../../components/mesh.html" class=" module">mesh</a>
</li>
<li>
<a href="../../components/userinterface.html" class=" module">userinterface</a>
</li>
</ul>
</li>
<li class="collapsed tree-view">
<a href="#" class="package">core</a>
<ul class="tree-view">
<li>
<a href="../../core/dgame.html" class=" module">dgame</a>
</li>
<li>
<a href="../../core/gameobject.html" class=" module">gameobject</a>
</li>
<li>
<a href="../../core/prefabs.html" class=" module">prefabs</a>
</li>
<li>
<a href="../../core/properties.html" class=" module">properties</a>
</li>
<li>
<a href="../../core/reflection.html" class=" module">reflection</a>
</li>
<li>
<a href="../../core/scene.html" class=" module">scene</a>
</li>
</ul>
</li>
<li class="collapsed tree-view">
<a href="#" class="package">graphics</a>
<ul class="tree-view">
<li class="collapsed tree-view">
<a href="#" class="package">adapters</a>
<ul class="tree-view">
<li>
<a href="../../graphics/adapters/adapter.html" class=" module">adapter</a>
</li>
<li>
<a href="../../graphics/adapters/linux.html" class=" module">linux</a>
</li>
<li>
<a href="../../graphics/adapters/mac.html" class=" module">mac</a>
</li>
<li>
<a href="../../graphics/adapters/win32.html" class=" module">win32</a>
</li>
</ul>
</li>
<li class="collapsed tree-view">
<a href="#" class="package">shaders</a>
<ul class="tree-view">
<li class="collapsed tree-view">
<a href="#" class="package">glsl</a>
<ul class="tree-view">
<li>
<a href="../../graphics/shaders/glsl/ambientlight.html" class=" module">ambientlight</a>
</li>
<li>
<a href="../../graphics/shaders/glsl/animatedgeometry.html" class=" module">animatedgeometry</a>
</li>
<li>
<a href="../../graphics/shaders/glsl/directionallight.html" class=" module">directionallight</a>
</li>
<li>
<a href="../../graphics/shaders/glsl/geometry.html" class=" module">geometry</a>
</li>
<li>
<a href="../../graphics/shaders/glsl/pointlight.html" class=" module">pointlight</a>
</li>
<li>
<a href="../../graphics/shaders/glsl/userinterface.html" class=" module">userinterface</a>
</li>
</ul>
</li>
<li>
<a href="../../graphics/shaders/glsl.html" class=" module">glsl</a>
</li>
<li>
<a href="../../graphics/shaders/shaders.html" class=" module">shaders</a>
</li>
</ul>
</li>
<li>
<a href="../../graphics/adapters.html" class=" module">adapters</a>
</li>
<li>
<a href="../../graphics/graphics.html" class=" module">graphics</a>
</li>
<li>
<a href="../../graphics/shaders.html" class=" module">shaders</a>
</li>
</ul>
</li>
<li class=" tree-view">
<a href="#" class="package">utility</a>
<ul class="tree-view">
<li>
<a href="../../utility/awesomium.html" class="selected module">awesomium</a>
</li>
<li>
<a href="../../utility/concurrency.html" class=" module">concurrency</a>
</li>
<li>
<a href="../../utility/config.html" class=" module">config</a>
</li>
<li>
<a href="../../utility/filepath.html" class=" module">filepath</a>
</li>
<li>
<a href="../../utility/input.html" class=" module">input</a>
</li>
<li>
<a href="../../utility/output.html" class=" module">output</a>
</li>
<li>
<a href="../../utility/string.html" class=" module">string</a>
</li>
<li>
<a href="../../utility/tasks.html" class=" module">tasks</a>
</li>
<li>
<a href="../../utility/time.html" class=" module">time</a>
</li>
</ul>
</li>
<li>
<a href="../../components.html" class=" module">components</a>
</li>
<li>
<a href="../../core.html" class=" module">core</a>
</li>
<li>
<a href="../../graphics.html" class=" module">graphics</a>
</li>
<li>
<a href="../../utility.html" class=" module">utility</a>
</li>
</ul>
<noscript>
<p style="color: red">The search functionality needs JavaScript enabled</p>
</noscript>
<div id="symbolSearchPane" style="display: none">
<p>
<input id="symbolSearch" type="text" placeholder="Search for symbols" onchange="performSymbolSearch(24);" onkeypress="this.onchange();" onpaste="this.onchange();" oninput="this.onchange();"/>
</p>
<ul id="symbolSearchResults" style="display: none"></ul>
<script type="application/javascript" src="../../symbols.js"></script>
<script type="application/javascript">
//<![CDATA[
var symbolSearchRootDir = "../../"; $('#symbolSearchPane').show();
//]]>
</script>
</div>
</nav>
<div id="main-contents">
<h1>Function awe_jsobject_get_size</h1><!-- using block body in layout.dt--><!-- Default block ddox.description in ddox.layout.dt--><!-- Default block ddox.sections in ddox.layout.dt--><!-- using block ddox.members in ddox.layout.dt-->
<p> Get the number of key/value pairs in a JSValue object.
</p>
<section>
</section>
<section>
<h2>Prototype</h2>
<pre class="code prettyprint lang-d prototype">
uint awe_jsobject_get_size(
<a href="../../utility/awesomium/awe_jsobject.html">awe_jsobject</a>* jsobject
) extern(C);</pre>
</section>
<section>
<h2>Authors</h2><!-- using block ddox.authors in ddox.layout.dt-->
</section>
<section>
<h2>Copyright</h2><!-- using block ddox.copyright in ddox.layout.dt-->
</section>
<section>
<h2>License</h2><!-- using block ddox.license in ddox.layout.dt-->
</section>
</div>
</body>
</html> | Circular-Studios/Dash-Docs | api/v0.6.6/utility/awesomium/awe_jsobject_get_size.html | HTML | mit | 7,672 |
<!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>
Sears Elliot Lake -
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=1492317544858&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=41180&V_SEARCH.docsStart=41179&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=41178&V_DOCUMENT.docRank=41179&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492317554137&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567159689&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=41180&V_DOCUMENT.docRank=41181&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492317554137&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567159858&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>
Sears Elliot Lake
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Sears Elliot Lake</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.sears.ca/"
target="_blank" title="Website URL">http://www.sears.ca/</a></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">
29 Columbia Walk<br/>
ELLIOT LAKE,
Ontario<br/>
P5A 1Y6
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(705) 848-9101
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
</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> The Sears Hometown store is owner operated by Denis Besbois. Proudly specializing in Major Appliances, Mattresses, Outdoor Power, Fitness, and Outdoor Furniture. We carry Kenmore, Craftsman and WholeHome brands along with a wide selection of National Branded merchandise. Access our full-assortment of Sears home décor, clothing, accessories, shoes and travel goods. We offer financing options and Sears Club Points. Hometown stores provide a pick-up location - order from our store or pick-up your Sears online and catalogue order.<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>
Denis
Besbois
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(705) 848-9101
</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">
452110 - Department Stores
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Retail
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Department Store<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>
Denis
Besbois
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(705) 848-9101
</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">
452110 - Department Stores
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Retail
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Department Store<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-11-20
</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/234567159406.html | HTML | mit | 29,406 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Sci blog jekyll theme">
<meta name="author" content="AIR RAYA Group">
<link href='/MyBlog/img/favicon.ico' type='image/icon' rel='shortcut icon'/>
<title>泽民博客 | Jekyll theme</title>
<link rel="stylesheet" href="/MyBlog/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="/MyBlog/css/font-awesome.min.css">
<link href="/MyBlog/css/simple-sidebar.css" rel="stylesheet">
<link href="/MyBlog/css/classic-10_7.css" rel="stylesheet" type="text/css">
<!-- Custom CSS -->
<link href="/MyBlog/css/style.css" rel="stylesheet">
<link href="/MyBlog/css/pygments.css" rel="stylesheet">
<!-- Fonts -->
<link href="/MyBlog/css/front.css" rel="stylesheet" type="text/css">
<link href="/MyBlog/css/Josefin_Slab.css" rel="stylesheet" type="text/css">
<link href="/MyBlog/css/Architects_Daughter.css" rel="stylesheet" type="text/css">
<link href="/MyBlog/css/Schoolbell.css" rel="stylesheet" type="text/css">
<link href="/MyBlog/css/Codystar.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="/MyBlog/js/jquery-1.12.0.min.js"></script>
<link href="/MyBlog/css/calendar/common.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="/MyBlog/js/calendar/calendar.js"></script>
<!-- share this -->
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="/MyBlog/js/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "b28464c3-d287-4257-ad18-058346dd35f7", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/MyBlog/js/html5shiv.js"></script>
<script src="/MyBlog/js/respond.min.js"></script>
<![endif]-->
<!--百度统计-->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?e965cab8c73512b8b23939e7051d93bd";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script async src="/MyBlog/katex/katex.js"></script>
<link rel="stylesheet" href="/MyBlog/katex/katex.css">
<!--轮播图片-->
<!--script type="text/javascript" src="https://xiazemin.github.io/MyBlog/js/jquery.js"></script>
<script type="text/javascript" src="https://xiazemin.github.io/MyBlog/js/jquery.stripesrotator.js"></script>
<script type="text/javascript">
$(document).ready(function() {
alert($('#rotator_xzm'));
alert($('#rotator_xzm').fn);
$('#rotator_xzm').stripesRotator({ images: [ "https://xiazemin.github.io/MyBlog/img/BPlusTree.png", "https://xiazemin.github.io/MyBlog/img/linuxMMap.jpeg"] });
});
</script-->
<!--水印-->
<script type="text/javascript" src="/MyBlog/js/waterMark.js"></script>
<script type="text/javascript">
$(document).ready(function(){
watermark({watermark_txt0:'泽民博客',watermark_txt1:'zemin',watermark_txt2:(new Date()).Format("yyyy-MM-dd hh:mm:ss.S")});
})
</script>
<!--水印-->
<!--adscene-->
<script data-ad-client="ca-pub-6672721494777557" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body>
<div id="wrapper">
<!-- Navigation -->
<!-- Sidebar -->
<div id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-brand">
<a href="/MyBlog">
Home
</a>
</li>
<li>
<a href="#">About</a>
</li>
<li>
<a href="#">Services</a>
</li>
<li>
<a href="#">Portfolio</a>
</li>
<li>
<a href="#">Events</a>
</li>
<li>
<a href="#">Blog</a>
</li>
<li>
<a href="#">FAQ</a>
</li>
<li>
<a href="#">Contact</a>
</li>
</ul>
</div>
<header class="intro-header">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="heading text-center">
<a href="https://xiazemin.github.io/MyBlog/" style="color: #fff; font-size: 4em; font-family: 'Schoolbell', cursive;">泽民博客</a>
<a href="#menu-toggle" class="btn btn-default sciblog" id="menu-toggle" style="font-weight: bold;">☰ Menu</a>
</div>
</div>
</div>
</div>
</header>
<script async src="/MyBlog/js/busuanzi.pure.mini.js"></script>
<script type="text/javascript" src="/MyBlog/js/jquery.js"></script>
<script type="text/javascript" src="/MyBlog/js/jquery.stripesrotator.js"></script>
<div class="container">
<div class="row">
<div class="box">
<div class="col-lg-12">
<div class="intro-text text-center">
<h1 class="post-title" itemprop="name headline">net/url</h1>
<p class="post-meta"> <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">by 夏泽民</span></span> <time datetime="2019-11-02T00:00:00+08:00" itemprop="datePublished"><i class="fa fa-calendar"></i> Nov 2, 2019</time></p>
</div>
<p>URL(Uniform Resource Locator) 统一资源定位符如何定义有一套完整的规范。URL 的使用需要注意什么,js 的 encodeURI 又做了哪些转义?学习 Golang 对于此规范的实现,有助于 Golang 的熟悉和对规范在实际应用中处于何种地位有至关重要的作用。<br />
背景<br />
URL 是连接用户与服务的媒介,通过 URL 你可以获取到你需要的资源。在编程的过程中,经常会使用到。通常使用起来也非常简单,基本没有什么问题。可是当涉及到转义及空格时,经常会引起莫名的问题。以 http 开头的为 URL 的字集。</p><br />
<br />
<p>URL 的设计有一整套的规范,可以参见:《Uniform Resource Identifier (URI): Generic Syntax》<br />
https://tools.ietf.org/html/rfc3986<br />
<!-- more --><br />
Golang 对于实现 URL 规范让我想到了傅里叶变换,单拿整个 URL 其实挺复杂的,而 Golang 使用分而治之的方式会让代码更加清晰,实现起来也更加简单。</p><br />
<br />
<p>Golang 把 URL 分为如下结构:</p><br />
<br />
<p>[scheme:][//[userinfo@]host][/]path[?query][#fragment]<br />
复制<br />
我们可以称每个 [] 为一个组件,下文提到组件均为些概念。</p><br />
<br />
<p>规范中对于每一个 [] 中都有一定的转义规则,转义的好处是可以更好得在互联网上进行传播,而不会丢失数据。</p><br />
<br />
<p>把每块 [] 解析转义之后,如果没有错误,则是一个正确的 URL</p><br />
<br />
<p>net/url 包简介<br />
这个包对外主要提供了 URL 的解析 Parse,query 数据的转义与反转义 QueryEscape, QueryUnescape。我认为,转义和解析是这个包的主要功能。只要理解了这两个功能,就已经理解这个包的具体功能了。对于 URL 标准也能有个粗略的了解决。</p><br />
<br />
<p>先看看转义 QueryEscape<br />
URL 中的转义为把非安全的字符转义为包含一个百分号(%)(%)后面跟着两个表示字符 ASCII 码的十六进制数。</p><br />
<br />
<p>// 转义 [?query] 组件中需要转义的字符<br />
func QueryEscape(s string) string {<br />
return escape(s, encodeQueryComponent)<br />
}</p><br />
<br />
<p>// 转义的基本方法,按 mode 转义不同字符,mode 有(encodePath, encodePathSegment, encodeHost,<br />
// encodeZone, encodeUserPassword, encodeQueryComponent, encodeFragment)<br />
func escape(s string, mode encoding) string {<br />
// 用于计算整个字符串需要占用多少空间,及判断是否需要转义<br />
spaceCount, hexCount := 0, 0</p><br />
<br />
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>// 先遍历一次所有字符,计算空格及转义字符有多少<br />
for i := 0; i < len(s); i++ {<br />
c := s[i]<br />
if shouldEscape(c, mode) {<br />
if c == ' ' && mode == encodeQueryComponent {<br />
spaceCount++<br />
} else {<br />
hexCount++<br />
}<br />
}<br />
}<br />
<br />
// 没有需要转义的,直接返回字符串<br />
if spaceCount == 0 && hexCount == 0 {<br />
return s<br />
}<br />
<br />
// 转义后原字符会用 "%AB" 表示,所以长度增加了 2 倍的转义字符数<br />
t := make([]byte, len(s)+2*hexCount)<br />
j := 0 // t 的索引,记录写入的位置<br />
for i := 0; i < len(s); i++ {<br />
switch c := s[i]; {<br />
case c == ' ' && mode == encodeQueryComponent: // 可以看到转义对于 query 组件,会替换空格为 + 号<br />
t[j] = '+'<br />
j++<br />
case shouldEscape(c, mode): // 需要转义的字符<br />
// 可以看到转义算法很简单<br />
// 1. 添加一个百分号(%)<br />
// 2. 取这个字符的高 4 位对应的 16 进制<br />
// 3. 取这个字符的低 4 位对应的 16 进制<br />
t[j] = '%'<br />
t[j+1] = "0123456789ABCDEF"[c>>4]<br />
t[j+2] = "0123456789ABCDEF"[c&15]<br />
j += 3<br />
default: // 不需要转义的<br />
t[j] = s[i]<br />
j++<br />
}<br />
}<br />
return string(t) }<br />
</code></pre></div></div><br />
<br />
<p>// 根据 mode 类型判断 字符 c 是否需要转义,所有规则都在 RFC3986 中:https://tools.ietf.org/html/rfc3986<br />
// 按规则判断是否转义,就不翻译了。<br />
func shouldEscape(c byte, mode encoding) bool {<br />
// §2.3 Unreserved characters (alphanum)<br />
if ‘A’ <= c && c <= ‘Z’ || ‘a’ <= c && c <= ‘z’ || ‘0’ <= c && c <= ‘9’ {<br />
return false<br />
}</p><br />
<br />
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>if mode == encodeHost || mode == encodeZone {<br />
// §3.2.2 Host allows<br />
// sub-delims = "!" / "$" / "&" / "'" / "(" / ")" / "*" / "+" / "," / ";" / "="<br />
// as part of reg-name.<br />
// We add : because we include :port as part of host.<br />
// We add [ ] because we include [ipv6]:port as part of host.<br />
// We add < > because they're the only characters left that<br />
// we could possibly allow, and Parse will reject them if we<br />
// escape them (because hosts can't use %-encoding for<br />
// ASCII bytes).<br />
switch c {<br />
case '!', '$', '&', '\'', '(', ')', '*', '+', ',', ';', '=', ':', '[', ']', '<', '>', '"':<br />
return false<br />
}<br />
}<br />
<br />
switch c {<br />
case '-', '_', '.', '~': // §2.3 Unreserved characters (mark)<br />
return false<br />
<br />
case '$', '&', '+', ',', '/', ':', ';', '=', '?', '@': // §2.2 Reserved characters (reserved)<br />
// Different sections of the URL allow a few of<br />
// the reserved characters to appear unescaped.<br />
switch mode {<br />
case encodePath: // §3.3<br />
// The RFC allows : @ & = + $ but saves / ; , for assigning<br />
// meaning to individual path segments. This package<br />
// only manipulates the path as a whole, so we allow those<br />
// last three as well. That leaves only ? to escape.<br />
return c == '?'<br />
<br />
case encodePathSegment: // §3.3<br />
// The RFC allows : @ & = + $ but saves / ; , for assigning<br />
// meaning to individual path segments.<br />
return c == '/' || c == ';' || c == ',' || c == '?'<br />
<br />
case encodeUserPassword: // §3.2.1<br />
// The RFC allows ';', ':', '&', '=', '+', '$', and ',' in<br />
// userinfo, so we must escape only '@', '/', and '?'.<br />
// The parsing of userinfo treats ':' as special so we must escape<br />
// that too.<br />
return c == '@' || c == '/' || c == '?' || c == ':'<br />
<br />
case encodeQueryComponent: // §3.4<br />
// The RFC reserves (so we must escape) everything.<br />
return true<br />
<br />
case encodeFragment: // §4.1<br />
// The RFC text is silent but the grammar allows<br />
// everything, so escape nothing.<br />
return false<br />
}<br />
}<br />
<br />
if mode == encodeFragment {<br />
// RFC 3986 §2.2 allows not escaping sub-delims. A subset of sub-delims are<br />
// included in reserved from RFC 2396 §2.2. The remaining sub-delims do not<br />
// need to be escaped. To minimize potential breakage, we apply two restrictions:<br />
// (1) we always escape sub-delims outside of the fragment, and (2) we always<br />
// escape single quote to avoid breaking callers that had previously assumed that<br />
// single quotes would be escaped. See issue #19917.<br />
switch c {<br />
case '!', '(', ')', '*':<br />
return false<br />
}<br />
}<br />
<br />
// Everything else must be escaped.<br />
return true } 复制 接着看看反转义 QueryUnescape // 此方法是 `QueryEscape` 的逆运算 // 转换每三个像 "%AB" 的字符为十六进制 0xAB. // 当百分号(%)后跟没有跟着正确的十六进制则抛出异常 func QueryUnescape(s string) (string, error) {<br />
return unescape(s, encodeQueryComponent) }<br />
</code></pre></div></div><br />
<br />
<p>// 按 mode 类型来反转义字符串 s,一般按组件来调用这个方法。<br />
func unescape(s string, mode encoding) (string, error) {<br />
// 计数,百分号(%)的个数,也就是有多少个转义的字符数<br />
n := 0<br />
hasPlus := false // 记录 query 组件中是否出现加(+)号<br />
for i := 0; i < len(s); {<br />
switch s[i] {<br />
case ‘%’:<br />
n++<br />
// 三种情况说明是不合法的 URL 转义<br />
// 1. 百分号(%)后不足 2 位。<br />
// 2. 百分号(%)后一位不是合法的十六进制字符<br />
// 3. 百分号(%)后二位不是合法的十六进制字符<br />
// 这里 ishex 其它就是判断当前字符是否在 “0123456789ABCDEF” 内<br />
// 用的字符直接比较,’0’ <= c && c <= ‘9’, ‘a’ <= c && c <= ‘f’<br />
// ‘A’ <= c && c <= ‘F’,我想这么比较应该会比字符串比较来得更快。<br />
if i+2 >= len(s) || !ishex(s[i+1]) || !ishex(s[i+2]) {<br />
s = s[i:]<br />
if len(s) > 3 {<br />
s = s[:3]<br />
}<br />
return “”, EscapeError(s)<br />
}<br />
// https://tools.ietf.org/html/rfc3986#page-21<br />
// 在 host 组件中 “%AB” 这种转义方式只能对于非 ASIIC 码中的字符<br />
// 不过在这个规范中 https://tools.ietf.org/html/rfc6874#section-2<br />
// 提及了 %25 允许在 host 组件的 IPv6作用域地址进行转义<br />
// unhex(s[i+1]) < 8 的意思是字符 s[i+1] 是 ASIIC 码中的字符<br />
// 我是这么理解的,unhex(s[i+1]) < 8 表示取值范围是 s[i+1] 的取值范围<br />
// 是 0-7, s[i+2] 取值为 0-15,正好是 8*16=128,十六进行的前 127 个为<br />
// ASIIC 码中的字符。<br />
if mode == encodeHost && unhex(s[i+1]) < 8 && s[i:i+3] != “%25” {<br />
return “”, EscapeError(s[i : i+3])<br />
}<br />
if mode == encodeZone {<br />
// 这段没看懂,有朋友懂的还请告知,原注释如下<br />
// RFC 6874 says basically “anything goes” for zone identifiers<br />
// and that even non-ASCII can be redundantly escaped,<br />
// but it seems prudent to restrict %-escaped bytes here to those<br />
// that are valid host name bytes in their unescaped form.<br />
// That is, you can use escaping in the zone identifier but not<br />
// to introduce bytes you couldn’t just write directly.<br />
// But Windows puts spaces here! Yay.<br />
v := unhex(s[i+1])«4 | unhex(s[i+2])<br />
if s[i:i+3] != “%25” && v != ‘ ‘ && shouldEscape(v, encodeHost) {<br />
return “”, EscapeError(s[i : i+3])<br />
}<br />
}<br />
i += 3<br />
case ‘+’:<br />
hasPlus = mode == encodeQueryComponent<br />
i++<br />
default:<br />
if (mode == encodeHost || mode == encodeZone) && s[i] < 0x80 && shouldEscape(s[i], mode) {<br />
return “”, InvalidHostError(s[i : i+1])<br />
}<br />
i++<br />
}<br />
}</p><br />
<br />
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>// 没有被转义,且 query 组件中不含加号(+)<br />
if n == 0 && !hasPlus {<br />
return s, nil<br />
}<br />
<br />
// 分配最小的空间<br />
t := make([]byte, len(s)-2*n)<br />
j := 0<br />
for i := 0; i < len(s); {<br />
switch s[i] {<br />
case '%':<br />
// 之前 escape 的逆运算<br />
t[j] = unhex(s[i+1])<<4 | unhex(s[i+2])<br />
j++<br />
i += 3<br />
case '+':<br />
if mode == encodeQueryComponent {<br />
t[j] = ' '<br />
} else {<br />
t[j] = '+'<br />
}<br />
j++<br />
i++<br />
default:<br />
t[j] = s[i]<br />
j++<br />
i++<br />
}<br />
}<br />
return string(t), nil } 复制 再聊聊解析 Parse // 解析 rawurl(URL 字符串,可以是相对路径,不包含 host 组件) 返回 URL 结构 func Parse(rawurl string) (*URL, error) {<br />
// 截取 # 之后的,获取 fragment 组件<br />
// 此 split 方法当第三个参数<br />
// 为 true 时,第二个值返回不包含 # 的两段;<br />
// 为 false 时, 第二个值返回包含 # 的两段;<br />
u, frag := split(rawurl, "#", true)<br />
url, err := parse(u, false)<br />
if err != nil {<br />
return nil, &Error{"parse", u, err}<br />
}<br />
if frag == "" {<br />
return url, nil<br />
}<br />
// 反转义 frag 成功则将解析出的 fragment 添加到 URL 结构体<br />
if url.Fragment, err = unescape(frag, encodeFragment); err != nil {<br />
return nil, &Error{"parse", rawurl, err}<br />
}<br />
return url, nil }<br />
</code></pre></div></div><br />
<br />
<p>// 解析 URL 基础方法,第二个参数 viaRequest 为 true 时只接受绝对地址,否则允许所有形式的相对url<br />
// 此方法授受的 rawurl 不包含 fragment 组件<br />
func parse(rawurl string, viaRequest bool) (*URL, error) {<br />
var rest string<br />
var err error</p><br />
<br />
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>if rawurl == "" && viaRequest {<br />
return nil, errors.New("empty url")<br />
}<br />
url := new(URL)<br />
<br />
if rawurl == "*" {<br />
url.Path = "*"<br />
return url, nil<br />
}<br />
<br />
// 获取 URL 中的 Scheme,例如:"http:", "mailto:", "ftp:"。不能包含转义字符。<br />
if url.Scheme, rest, err = getscheme(rawurl); err != nil {<br />
return nil, err<br />
}<br />
// 这里可以看到协议是不区分大小写的<br />
url.Scheme = strings.ToLower(url.Scheme)<br />
<br />
// 以问号(?)结尾,且只有一个问号(?)。reset 重置,去除问号(?)<br />
if strings.HasSuffix(rest, "?") && strings.Count(rest, "?") == 1 {<br />
url.ForceQuery = true<br />
rest = rest[:len(rest)-1]<br />
} else {<br />
// 截取出 reset([//[userinfo@]host][/]path)和原始的 query 组件(url.RawQuery)的内容<br />
rest, url.RawQuery = split(rest, "?", true)<br />
}<br />
<br />
// reset 不是以 / 开头,按理说我们会截出像([//[userinfo@]host][/]path),会以 // 开头<br />
if !strings.HasPrefix(rest, "/") {<br />
if url.Scheme != "" {<br />
// We consider rootless paths per RFC 3986 as opaque.<br />
url.Opaque = rest<br />
return url, nil<br />
}<br />
if viaRequest {<br />
return nil, errors.New("invalid URI for request")<br />
}<br />
<br />
// Avoid confusion with malformed schemes, like cache_object:foo/bar.<br />
// See golang.org/issue/16822.<br />
//<br />
// RFC 3986, §3.3:<br />
// In addition, a URI reference (Section 4.1) may be a relative-path reference,<br />
// in which case the first path segment cannot contain a colon (":") character.<br />
colon := strings.Index(rest, ":")<br />
slash := strings.Index(rest, "/")<br />
if colon >= 0 && (slash < 0 || colon < slash) {<br />
// First path segment has colon. Not allowed in relative URL.<br />
return nil, errors.New("first path segment in URL cannot contain colon")<br />
}<br />
}<br />
<br />
if (url.Scheme != "" || !viaRequest && !strings.HasPrefix(rest, "///")) && strings.HasPrefix(rest, "//") {<br />
var authority string<br />
<br />
// 下列对应关系<br />
// rest[2:] = [userinfo@]host][/]path<br />
// authority = [userinfo@]host<br />
// rest = [/]path<br />
authority, rest = split(rest[2:], "/", false)<br />
url.User, url.Host, err = parseAuthority(authority)<br />
if err != nil {<br />
return nil, err<br />
}<br />
}<br />
// 设置 URL 的 path 组件,如果 reset 被转义,则还会设置 URL 结构体的 RawPath 的值<br />
if err := url.setPath(rest); err != nil {<br />
return nil, err<br />
}<br />
return url, nil }<br />
</code></pre></div></div><br />
<br />
<p>// 设置 p 为 URL 的 path 组件,此方法将反转义 p<br />
// p 被包含转义则 RawPath 为 p,Path 为反转义的 p<br />
// 否则 RawPath 为空,Path 为 p<br />
// 例:<br />
// - setPath(“/foo/bar”) Path=”/foo/bar” , RawPath=””<br />
// - setPath(“/foo%2fbar”) Path=”/foo/bar” , RawPath=”/foo%2fbar”<br />
// p 包含不合法转义字符时,将抛出异常<br />
func (u *URL) setPath(p string) error {<br />
path, err := unescape(p, encodePath)<br />
if err != nil {<br />
return err<br />
}<br />
u.Path = path<br />
if escp := escape(path, encodePath); p == escp {<br />
// 没有转义,原始的 path 既是空。<br />
u.RawPath = “”<br />
} else {<br />
u.RawPath = p<br />
}<br />
return nil<br />
}<br />
net/url 包的主要实现就是这三个,其中还有一些辅助方法这里不多做介绍。</p><br />
<br />
<p>总结<br />
看标准库对于字符的判断以及对字符空间的分配,当可确定长度的时候,坚决按需分配,减少不必要的浪费。</p><br />
<span class='st_sharethis_large' displayText='ShareThis'></span>
<span class='st_facebook_large' displayText='Facebook'></span>
<span class='st_twitter_large' displayText='Tweet'></span>
<span class='st_linkedin_large' displayText='LinkedIn'></span>
<span class='st_pinterest_large' displayText='Pinterest'></span>
<span class='st_email_large' displayText='Email'></span>
</div>
Category golang
</div>
</div>
<!--赞-->
<div class="row">
<div class="col-lg-6">
<img src="https://xiazemin.github.io/MyBlog/img/webwxgetmsgimg.jpeg" height="400" width="auto" />
</div>
</div>
<div class="row">
<div class="col-md-12">
<div id="disqus_thread"></div>
<div id="gitmentContainer"></div>
<link rel="stylesheet" href="/MyBlog/css/default.css">
<script src="/MyBlog/js/gitment.browser.js"></script>
<script type="text/javascript" src="/MyBlog/js/json2.js"></script>
<script>
var gitment = new Gitment({
owner: 'xiazemin',
repo: 'MyBlogComment',
oauth: {
client_id: '981ba8c916c262631ea0',
client_secret: 'a52260ef92de69011ccd1cf355b973ef11d6da0e',
},
});
var MyGitmentContainer=gitment.render('gitmentContainer');
window.setTimeout(MyGitMentBtnclick,1000);
//document.ready(function(){
//window.onload=function(){}
function MyGitMentBtnclick(){
//var MyGitmentContainer=document.getElementById('gitmentContainer');
var ele=[],all=MyGitmentContainer.getElementsByTagName("*");
for(var i=0;i<all.length;i++){
if(all[i].className=='gitment-comments-init-btn'){
MyGitMentBtn=all[i];
console.log(MyGitMentBtn);
MyGitMentBtn.click();
}
}
}
</script>
<!--script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//airrayagroup.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
<script id="dsq-count-scr" src="//airrayagroup.disqus.com/count.js" async></script-->
</div>
</div>
</div>
<hr>
<footer>
<div class="container">
<a href="/MyBlog/" style="color: green; font-size: 2em; font-family: 'Schoolbell', cursive;">首页</a>
<div class="row">
<div class="col-lg-6">
<p>Copyright © 2017 [email protected] <p>
</div>
<div class="col-lg-6">
<p style="float: right;">Jekyll theme by <a href="https://github.com/xiazemin/">夏泽民</a></p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="/MyBlog/js/jquery-1.12.0.min.js"></script>
<script src="/MyBlog/js/jquery-migrate-1.2.1.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="/MyBlog/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<!-- Menu Toggle Script -->
<script>
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#wrapper").toggleClass("toggled");
});
</script>
<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"slide":{"type":"slide","bdImg":"6","bdPos":"right","bdTop":"100"},"image":{"viewList":["qzone","tsina","tqq","renren","weixin"],"viewText":"分享到:","viewSize":"16"}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='/MyBlog/shareapi/js/share.js?v=89860593.js?'];</script>
<!-- 2d -->
<script type="text/javascript" charset="utf-8" src="/MyBlog/js/L2Dwidget.0.min.js"></script>
<script type="text/javascript" charset="utf-8" src="/MyBlog/js/L2Dwidget.min.js"></script>
<script type="text/javascript">
setTimeout(()=> {
/*L2Dwidget.init({"display": {
"superSample": 2,
"width": 200,
"height": 400,
"position": "right",
"hOffset": 0,
"vOffset": 0
}
});
*/
L2Dwidget
.on('*', (name) => {
console.log('%c EVENT ' + '%c -> ' + name, 'background: #222; color: yellow', 'background: #fff; color: #000')
})
.init({
dialog: {
// 开启对话框
enable: true,
script: {
// 每空闲 10 秒钟,显示一条一言
'every idle 10s': '$hitokoto$',
// 当触摸到星星图案
'hover .star': '星星在天上而你在我心里 (*/ω\*)',
// 当触摸到角色身体
'tap body': '哎呀!别碰我!',
// 当触摸到角色头部
'tap face': '人家已经不是小孩子了!'
}
}
});
})
</script>
<!--html xmlns:wb="http://open.weibo.com/wb">
<script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js" type="text/javascript" charset="utf-8"></script>
<wb:follow-button uid="2165491993" type="red_1" width="67" height="24" ></wb:follow-button-->
<!--本文来自-->
<script type="text/javascript">
/* 仅IE
document.body.oncopy = function(){
setTimeout(
function () {
var text =window.clipboardData.getData("text");
if (text) {
text = text + "/r/n本篇文章来源于 xiazemin 的 泽民博客|https://xiazemin.github.io/MyBlog/index.html 原文链接:"+location.href; clipboardData.setData("text", text);
}
},
100 )
}
*/
//绑定在了body上,也可以绑定在其他可用元素行,但是不是所有元素都支持copy和past事件。
/*
$(document.body).bind({
copy: function(event) {//copy事件
//var cpTxt = "复制的数据";
var clipboardData = window.clipboardData; //for IE
if (!clipboardData) { // for chrome
clipboardData = event.originalEvent.clipboardData;
}
if (event.clipboardData != null/false/undefined) { //ignore the incorrectness of the truncation
clipboarddata = event.clipboardData;
} else if (window.clipboardData != null/false/undefined) {
clipboarddata = window.clipboardData;
} else { //default to the last option even if it is null/false/undefined
clipboarddata = event.originalEvent.clipboardData;
}
//e.clipboardData.getData('text');//可以获取用户选中复制的数据
//clipboardData.setData('Text', cpTxt);
alert(clipboarddata.getData('text'));
//$('#message').text('Copy Data : ' + cpTxt);
return false;//否则设不生效
},paste: function(e) {//paste事件
var eve = e.originalEvent
var cp = eve.clipboardData;
var data = null;
var clipboardData = window.clipboardData; // IE
if (!clipboardData) { //chrome
clipboardData = e.originalEvent.clipboardData
}
data = clipboardData.getData('Text');
//$('#message').html(data);
}
});
*/
function addLink() {
var body_element = document.getElementsByTagName('body')[0];
var selection;
selection = window.getSelection();
var pagelink = "<br /><br />本文来源:xiazemin 的 泽民博客 <a href='"+document.location.href+"'>"+document.location.href+"</a>";
//+document.location.href+当前页面链接
var copy_text = selection + pagelink;
console.log(copy_text);
var new_div = document.createElement('div');
new_div.style.left='-99999px';
new_div.style.position='absolute';
body_element.appendChild(new_div );
new_div.innerHTML = copy_text ;
selection.selectAllChildren(new_div );
window.setTimeout(function() {
body_element.removeChild(new_div );
},0);
}
document.oncopy = addLink;
</script>
<!--本文来自-->
</div>
</body>
</html> | xiazemin/MyBlog | golang/2019/11/02/url.html | HTML | mit | 31,906 |
<div id="graphs-trade-partner" class="container">
<nav class="nav-graph col-xs-12 col-sm-3 col-md-3" >
<h3>{%trans%}Preview{%endtrans%}:</h3>
<div class="list-group panel">
<h4>{% trans %}Trade Balance{% endtrans %}</h4>
<a href="#trade-balance-product" class="list-group-item" data-toggle="collapse" data-parent="#trade-balance-product">{% trans %}Product{% endtrans %}</a>
<div class="collapse" id="trade-balance-product">
<!-- <a href="/{{ g.locale }}/embed/line/secex/{{ location.id if location else 'all' }}/{{product.id}}/all/balance/?time=year"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'trade-balance-product-line' or not graph }}" data-parent="#trade-balance-product">
{% trans %}Line{% endtrans %}
</a> -->
<a href="/{{ g.locale }}/line/secex/type/value?values=value+kg&product={{ product.id }}{{ '&id_ibge=%s' % id_ibge if id_ibge }}"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'new-api-trade-balance-product-line' or not graph}}" data-parent="#new-api-trade-balance-product">
{% trans %}Line{% endtrans %}
</a>
</div>
<h4>{%trans%}Exports By{%endtrans%}</h4>
{% if not is_municipality%}
<a href="#exports-municipality" class="list-group-item" data-toggle="collapse" data-parent="#exports-municipality">{%trans%}Municipality{%endtrans%}</a>
<div class="collapse" id="exports-municipality">
<!-- <a href="/{{ g.locale }}/embed/tree_map/secex/{{ location.id if location else 'all' }}/{{product.id}}/all/bra/?size=export_val&depth=bra_9&color=color"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'exports-municipality-tree_map'}}" data-parent="#exports-municipality">
TreeMap
</a> -->
<a href="/{{ g.locale }}/tree_map/secex/municipality/value?year=2018&type=export{% if product.id %}&product={{ product.id }}{% endif %}{{ '&id_ibge=%s' % id_ibge if id_ibge }}"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'new-api-exports-municipality-tree_map'}}" data-parent="#new-api-exports-municipality">
TreeMap
</a>
<!-- <a href="/{{ g.locale }}/embed/geo_map/secex/{{ location.id if location else 'all' }}/{{product.id}}/all/bra/?color=export_val"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'exports-municipality-geo_map'}}" data-parent="#exports-municipality">
{%trans%}Map{%endtrans%}
</a> -->
<a href="/{{ g.locale }}/map/secex/value/{{ id_ibge if id_ibge }}?values=value+kg&type=export{% if product.id %}&product={{ product.id }}{% endif %}&year=2018"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'new-api-exports-municipality-geo_map'}}" data-parent="#new-api-exports-municipality">
{%trans%}Map{%endtrans%}
</a>
<!-- <a href="/{{ g.locale }}/embed/stacked/secex/{{ location.id if location else 'all' }}/{{product.id}}/all/bra/?y=export_val&layout=value&sort=asc"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'exports-municipality-stacked'}}" data-parent="#exports-municipality">
{%trans%}Stacked{%endtrans%}
</a> -->
<a href="/{{ g.locale }}/stacked/secex/municipality/value?values=value+kg&group=region&depths=region+state+mesoregion+microregion+municipality&type=export{% if product.id %}&product={{ product.id }}{% endif %}{{ '&id_ibge=%s' % id_ibge if id_ibge }}"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'new-api-exports-municipality-stacked'}}" data-parent="#new-api-exports-municipality">
{%trans%}Stacked{%endtrans%}
</a>
</div>
{% endif %}
<a href="#exports-destination" class="list-group-item" data-toggle="collapse" data-parent="#exports-destination">{%trans%}Destination{%endtrans%}</a>
<div class="collapse" id="exports-destination">
<!-- <a href="/{{ g.locale }}/embed/tree_map/secex/{{ location.id if location else 'all' }}/{{product.id}}/all/wld/?size=export_val&depth=wld_5"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'exports-destination-tree_map'}}" data-parent="#exports-destination">
TreeMap
</a> -->
<a href="/{{ g.locale }}/tree_map/secex/country/value?year=2018&type=export{% if product.id %}&product={{ product.id }}{% endif %}{{ '&id_ibge=%s' % id_ibge if id_ibge }}"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'new-api-exports-destination-tree_map'}}" data-parent="#new-api-exports-destination">
TreeMap
</a>
<!-- <a href="/{{ g.locale }}/embed/line/secex/{{ location.id if location else 'all' }}/{{product.id}}/all/wld/?y=export_val&color=color"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'exports-destination-line'}}" data-parent="#exports-destination">
{%trans%}Line{%endtrans%}
</a> -->
<a href="/{{ g.locale }}/line/secex/country/value?values=value+kg&type=export&product={{ product.id }}{{ '&id_ibge=%s' % id_ibge if id_ibge }}"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'new-api-exports-destination-line'}}" data-parent="#new-api-exports-destination">
{% trans %}Line{% endtrans %}
</a>
<!-- <a href="/{{ g.locale }}/embed/stacked/secex/{{ location.id if location else 'all' }}/{{product.id}}/all/wld/?y=export_val?y=export_val&time=year&order=color&layout=value&sort=asc&color=color"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'exports-destination-stacked'}}" data-parent="#exports-destination">
{%trans%}Stacked{%endtrans%}
</a> -->
<a href="/{{ g.locale }}/stacked/secex/country/value?values=value+kg&group=continent&depths=continent+country&type=export{% if product.id %}&product={{ product.id }}{% endif %}{{ '&id_ibge=%s' % id_ibge if id_ibge }}"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'new-api-exports-destination-stacked'}}" data-parent="#new-api-exports-destination">
{%trans%}Stacked{%endtrans%}
</a>
</div>
<a href="#exports-port" class="list-group-item" data-toggle="collapse" data-parent="#exports-port">{%trans%}Port{%endtrans%}</a>
<div class="collapse" id="exports-port">
<a href="/{{ g.locale }}/line/secex/port/value?&values=value+kg&type=export&product={{ product.id }}{{ '&id_ibge=%s' % id_ibge if id_ibge}}"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'new-api-exports-port-line'}}" data-parent="#exports-port">
{% trans %}Line{% endtrans %}
</a>
<a href="/{{ g.locale }}/bar/secex/value,kg/port?type=export&excluded_year=2018&options=singlecolor,month&product={{product.id}}{{ '&id_ibge=%s' % id_ibge if id_ibge}}{{ '&subtitle=%s' % ('exporting_municipality' if depth == 'municipality' else 'state_production') }}"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'exports-port-bar'}}" data-parent="#exports-destination">
{%trans%}Bar{%endtrans%}
<a href="/{{ g.locale }}/tree_map/secex/port/value?values=value+kg&type=export&year=2017&product={{ product.id }}{{ '&id_ibge=%s' % id_ibge if id_ibge }}"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'new-api-exports-port-tree_map'}}" data-parent="#new-api-exports-port">
TreeMap
</a>
</div>
<h4>{%trans%}Imports By{%endtrans%}</h4>
{% if not is_municipality%}
<a href="#imports-municipality" class="list-group-item" data-toggle="collapse" data-parent="#imports-municipality">{%trans%}Municipality{%endtrans%}</a>
<div class="collapse" id="imports-municipality">
<!-- <a href="/{{ g.locale }}/embed/tree_map/secex/{{ location.id if location else 'all' }}/{{product.id}}/all/bra/?size=import_val&depth=bra_9&color=color"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'imports-municipality-tree_map'}}" data-parent="#imports-municipality">
TreeMap
</a> -->
<a href="/{{ g.locale }}/tree_map/secex/municipality/value?year=2018&type=import{% if product.id %}&product={{ product.id }}{% endif %}{{ '&id_ibge=%s' % id_ibge if id_ibge }}"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'new-api-imports-municipality-tree_map'}}" data-parent="#new-api-imports-municipality">
TreeMap
</a>
<!-- <a href="/{{ g.locale }}/embed/geo_map/secex/{{ location.id if location else 'all' }}/{{product.id}}/all/bra/?color=import_val"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'imports-municipality-geo_map'}}" data-parent="#imports-municipality">
{%trans%}Map{%endtrans%}
</a> -->
<a href="/{{ g.locale }}/map/secex/value/{{ id_ibge if id_ibge }}?values=value+kg&type=import{% if product.id %}&product={{ product.id }}{% endif %}&year=2018"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'new-api-imports-municipality-geo_map'}}" data-parent="#new-api-imports-municipality">
{%trans%}Map{%endtrans%}
</a>
<!-- <a href="/{{ g.locale }}/embed/stacked/secex/{{ location.id if location else 'all' }}/{{product.id}}/all/bra/?y=import_val&time=year&order=color&layout=value&sort=asc&color=color"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'imports-municipality-stacked'}}" data-parent="#imports-municipality">
{%trans%}Stacked{%endtrans%}
</a> -->
<a href="/{{ g.locale }}/stacked/secex/municipality/value?values=value+kg&group=region&depths=region+state+mesoregion+microregion+municipality&type=import{% if product.id %}&product={{ product.id }}{% endif %}{{ '&id_ibge=%s' % id_ibge if id_ibge }}"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'new-api-imports-municipality-stacked'}}" data-parent="#new-api-imports-municipality">
{%trans%}Stacked{%endtrans%}
</a>
</div>
{% endif %}
<a href="#imports-origin" class="list-group-item" data-toggle="collapse" data-parent="#imports-origin">{%trans%}Origin{%endtrans%}</a>
<div class="collapse" id="imports-origin">
<!-- <a href="/{{ g.locale }}/embed/tree_map/secex/{{ location.id if location else 'all' }}/{{product.id}}/all/wld/?size=import_val&depth=wld_5"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'imports-origin-tree_map'}}" data-parent="#imports-origin">
TreeMap
</a> -->
<a href="/{{ g.locale }}/tree_map/secex/country/value?year=2018&type=import{% if product.id %}&product={{ product.id }}{% endif %}{{ '&id_ibge=%s' % id_ibge if id_ibge }}"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'new-api-imports-origin-tree_map'}}" data-parent="#new-api-imports-origin">
TreeMap
</a>
<!-- <a href="/{{ g.locale }}/embed/line/secex/{{ location.id if location else 'all' }}/{{product.id}}/all/wld/?y=import_val&time=year&color=color"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'imports-origin-line'}}" data-parent="#imports-origin">
{%trans%}Line{%endtrans%}
</a> -->
<a href="/{{ g.locale }}/line/secex/country/value?values=value+kg&type=import&product={{ product.id }}{{ '&id_ibge=%s' % id_ibge if id_ibge }}"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'new-api-imports-origin-line'}}" data-parent="#new-api-imports-origin">
{% trans %}Line{% endtrans %}
</a>
<!-- <a href="/{{ g.locale }}/embed/stacked/secex/{{ location.id if location else 'all' }}/{{product.id}}/all/wld/?y=import_val&time=year&order=color&layout=value&sort=asc&color=color"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'imports-origin-stacked'}}" data-parent="#imports-origin">
{%trans%}Stacked{%endtrans%}
</a> -->
<a href="/{{ g.locale }}/stacked/secex/country/value?values=value+kg&group=continent&depths=continent+country&type=import{% if product.id %}&product={{ product.id }}{% endif %}{{ '&id_ibge=%s' % id_ibge if id_ibge }}"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'new-api-imports-origin-stacked'}}" data-parent="#new-api-imports-origin">
{%trans%}Stacked{%endtrans%}
</a>
</div>
<a href="#imports-port" class="list-group-item" data-toggle="collapse" data-parent="#imports-port">{%trans%}Port{%endtrans%}</a>
<div class="collapse" id="imports-port">
<a href="/{{ g.locale }}/line/secex/port/value?&values=value+kg&type=import&product={{ product.id }}{{ '&id_ibge=%s' % id_ibge if id_ibge}}"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'new-api-imports-port-line'}}" data-parent="#new-api-imports-port">
{% trans %}Line{% endtrans %}
</a>
<a href="/{{ g.locale }}/bar/secex/value,kg/port?type=import&excluded_year=2018&options=singlecolor,month&product={{product.id}}{{ '&id_ibge=%s' % id_ibge if id_ibge}}"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'imports-port-bar'}}" data-parent="#imports-destination">
{%trans%}Bar{%endtrans%}
<a href="/{{ g.locale }}/tree_map/secex/port/value?values=value+kg&type=import&year=2017&product={{ product.id }}{{ '&id_ibge=%s' % id_ibge if id_ibge}}"
target="graphs-frame-trade-partner" class="list-group-item {{'selected' if graph.menu == 'new-api-imports-port-tree_map'}}" data-parent="#new-api-imports-port">
TreeMap
</a>
</div>
</div>
</nav>
<div class="responsive-frame col-xs-12 col-sm-9 col-md-9">
<div class="embed-responsive responsive-wrapper">
<iframe src="
{% if not graph %}
/{{ g.locale }}/line/secex/type/value?values=value+kg&product={{ product.id }}{{ '&id_ibge=%s' % id_ibge if id_ibge }}
{% else %}
/{{ g.locale }}/{{ graph.url }}
{% endif %}"
name="graphs-frame-trade-partner"
id="graphs-frame-trade-partner"
class="embed-responsive-item">
</iframe>
</div>
</div>
</div>
| DataViva/dataviva-site | dataviva/apps/product/templates/product/graphs-trade-partner.html | HTML | mit | 16,573 |
<!DOCTYPE html>
<html>
<head>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection" />
<!--main.css-->
<link type="text/css" rel="stylesheet" href="css/main.css" media="screen,projection" />
<!--font-awesome-->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<title>Caio Donizetti</title>
<body>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/animatescroll.min.js"></script>
<div id="main">
<div class="navbar-fixed">
<nav>
<div class="container">
<div class="nav-wrapper">
<a href="#main" onclick="$('#main').animatescroll({scrollSpeed:2000,easing:'easeOutQuad'});" class="brand-logo light efeito-zoom">Caio Donizetti</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a onclick="$('#sobre').animatescroll({scrollSpeed:2000,easing:'easeOutQuad'});">Sobre</a></li>
<li><a onclick="$('#objetivos').animatescroll({scrollSpeed:2000,easing:'easeOutQuad'});">Objetivos</a></li>
<li><a onclick="$('#qualificacoes').animatescroll({scrollSpeed:2000,easing:'easeOutQuad'});">Qualificações</a></li>
<li><a onclick="$('#experiencias').animatescroll({scrollSpeed:2000,easing:'easeOutQuad'});">Experiências</a></li>
<li><a onclick="$('#curiosidades').animatescroll({scrollSpeed:2000,easing:'easeOutQuad'});">Curiosidades</a></li>
</ul>
</div>
</nav>
</div>
</div>
<div class="parallax-container">
<span id="boas-vindas">
<p class="center thin efeito-zoom">
Bem Vindo!
</p>
</span>
<div class="parallax"><img src="images/fundo_banner.png"></div>
</div>
<div class="row banner">
<div class="container">
<div class="col s4">
<div class="card card-banner efeito-zoom">
<div class="card-content light">
<i class="fa fa-usd fa-3x" aria-hidden="true"></i>
<p>"Um negócio que não produz nada além de dinheiro é</br>um negócio pobre."</br>- Henry Ford</p>
</div>
</div>
</div>
<div class="col s4">
<div class="card card-banner efeito-zoom">
<div class="card-content light">
<i class="fa fa-mobile fa-3x" aria-hidden="true"></i>
<p>“A Tecnologia</br>Move</br>o Mundo."</br>- Steve Jobs</p>
</div>
</div>
</div>
<div class="col s4">
<div class="card card-banner efeito-zoom">
<div class="card-content light">
<i class="fa fa-line-chart fa-3x" aria-hidden="true"></i>
<p>“A vida me ensinou a nunca desistir, nem ganhar nem perder mas procurar evoluir."</br>- Charlie Brown Jr</p>
</div>
</div>
</div>
</div>
</div>
<div id="sobre" class="section tela-toda">
<div class="container">
<h5>SOBRE</h5>
<div class="row">
<div class="col s8 offset-s2 center">
<div class="card horizontal">
<div class="card-image">
<img src="images/foto_rosto.jpg">
</div>
<div class="card-stacked">
<div class="card-content">
<p>
<h5>Caio Donizetti Queiroz Alves</h5>
</p>
<p>Renato Aquino de Pádua, Bairro Vila Ester, 17 – Lavras – MG</p>
<p>Telefone: (34) 9211-8111/
<p>
<p>E-mail: [email protected]</p>
<p>Estado Civil: Solteiro</p>
</div>
<div class="card-action">
<div>
<a href="https://www.facebook.com/caio.donizetti" target="_blank"><i class="fa fa-facebook fa-2x efeito-zoom" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/caio-donizetti/" target="_blank"><i class="fa fa-linkedin fa-2x efeito-zoom" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col s4 center">
<div class="row">
<i class="material-icons medium efeito-zoom">monetization_on</i>
</div>
<blockquote>
<i class="material-icons">format_quote</i> Nascido em Campina Verde no triângulo mineiro passei maior parte da minha vida no interior, apesar de ter morado sempre no interior, a admiração por negócios floresceu desde muito cedo, ao ver mesmo que poucas vezes, meu pai negociar.
</blockquote>
</div>
<div class="col s4 center">
<div class="row">
<i class="material-icons medium efeito-zoom">usb</i>
</div>
<blockquote>
<i class="material-icons">format_quote</i> A paixão por tecnologia nasceu quando fiz meu curso técnico integrado ao ensino médio, de suporte e manutenção em Informática. O que mais admiro na tecnologia da informação é a capacidade de possibilitar as pessoas criarem e inovarem constantemente.
</blockquote>
</div>
<div class="col s4 center">
<div class="row">
<i class="material-icons medium efeito-zoom">people</i>
</div>
<blockquote>
<i class="material-icons">format_quote</i>Estamos acostumados a sempre ouvir aquela velha frase: "Lidar com pessoas não é fácil" que muita das vezes desmotiva pessoas a trabalharem com gestão ou algo relacionado, ao meu ver, lidar com pessoas pode até não ser fácil, mas difícil mesmo é caminhar sozinho.
</blockquote>
</div>
</div>
</div>
</div>
</div>
<div class="parallax-container">
<div class="parallax"><img src="images/parallax2.jpg"></div>
</div>
<div id="objetivos" class="section tela-toda">
<div class="container">
<h5>OBJETIVOS</h5>
<p class="light centro-vertical efeito-zoom center"><i class="material-icons">format_quote</i><em>Carrego como principal objetivo de vida se tornar um empresário de sucesso no ramo do agronegócio, levando tecnologia para esse meio que ao meu ver, apesar de já bem avançado tecnologicamente ainda possui várias e várias oportunidades para propormos mudanças significativas. Pretendo através do meu negócio transformar para melhor os meios tecnológicos que produzem informações para tomadas de decisões neste setor, facilitando e possibilitando o produtor rural compreender de formar holística sua organização.</em><i class="material-icons">format_quote</i></p>
</div>
</div>
<div class="parallax-container">
<div class="parallax"><img src="images/parallax1.jpg"></div>
</div>
<div id="qualificacoes" class="section tela-toda">
<div class="container">
<h5>QUALIFICAÇÕES</h5>
<div id="formacao" class="row light">
Formação
</div>
<div id="formacao-conteudo" class="row">
<p>Superior – Bacharelado em Sistemas de Informação - Em Andamento</br>
UFLA – Universidade Federal de Lavras</p>
<p>Curso Técnico em Manutenção e Suporte em Informática Integrado ao Ensino Médio</br>
IFMT – Instituto Federal de Educação, Ciência, e Tecnologia do Mato Grosso – <em>Campus</em> Pontes
e Lacerda</p>
</div>
<div id="atv-complementares" class="row light">
Atividades complementares
</div>
<div id="atv-complementares-conteudo" class="row">
<p> Membro (Voluntário) do PETI CSI (Programa de Educação Tutorial Institucional - Computação e Sistemas
de Informação) da Universidade Federal de Lavras (UFLA) </p>
<p> Diretor Financeiro (Voluntário) - Grêmio Estudantil Mariano Pires de Campos</p>
<p>Bolsista PROIC do projeto PIMAT – Projeto de Iniciação Matemática – Tendo como principal objeto de estudo
a Criptografia RSA – novembro 2012/novembro 2013.</p>
<p>Monitor do NADEM - Núcleo de Apoio ao Desenvolvimento Educacional e Monitoria Voluntária - IFMT – Instituto
Federal de Educação, Ciência, e Tecnologia do Mato Grosso – Campus Pontes e Lacerda.</br>
Ministrando Aulas das Seguintes Matérias: Arquitetura e Organização de Computadores, Fundamentos de Programação, Administração
de Sistemas Operacionais, Administração de Redes de Computadores, Introdução a Redes de Computadores</p>
</div>
</div>
</div>
<div class="parallax-container">
<div class="parallax"><img src="images/parallax3.jpg"></div>
</div>
<div id="experiencias" class="section tela-toda">
<div class="container">
<h5>EXPERIÊNCIAS</h5>
<ul class="collapsible popout" data-collapsible="accordion">
<li>
<div class="collapsible-header active"><i class="material-icons">code</i>Estágio – Desenvolvimento C#/.NET – Em Andamento
</div>
<div class="collapsible-body"><span><p>Empresa: LEMAF - Laboratório de Estudos e Projetos em Manejo Florestal</p>
<p>Principais responsabilidades: Desenvolvimento de sistemas web em C#/.NET utilizando
metodologia ágil SCRUM, NHibernate e PostgreSQL; Participação no desenvolvimento de
sistema desde a concepção até a entrega, dando contribuições sobre arquitetura, regra de
negócio, modelagem de banco de dados e interface; Atendimento das demandas relativas
ao sistema (correções, melhorias ou alterações) solicitadas pelo cliente; Outras atividades
relacionadas à área.</p></span>
</div>
</li>
<li>
<div class="collapsible-header"><i class="material-icons">dvr</i>Analista de Sistemas - ERP Protheus – janeiro de 2015/junho de 2015
</div>
<div class="collapsible-body"><span><p>Empresa: Liberdade Serviços de Informática Ltda</p>
<p>Principais responsabilidades: Customização e manutenção em ERP Protheus via
linguagem de programação ADVPL; Instalação e configuração ERP Protheus;
Configuração e manutenção em Banco de Dados SQL Server.</p></span>
</div>
</li>
<li>
<div class="collapsible-header"><i class="material-icons">contact_phone</i>Analista de Telemarketing – maio de 2014/fevereiro de
2015
</div>
<div class="collapsible-body"><span><p>Empresa: Algar Tecnologia e Consultoria SA</p>
<p>Principais responsabilidades: assistência a estabelecimentos associados a bandeira
American Express.</p></span>
</div>
</li>
<li>
<div class="collapsible-header"><i class="material-icons">computer</i>Estágio Supervisionado: Técnico em Informática – maio de 2012/setembro
de 2012
</div>
<div class="collapsible-body"><span><p>Empresa: Super Soft Informática</p>
<p>Principais responsabilidades: manutenção em computadores, manutenção em redes de
computadores, atendimento em domicílios.</p></span>
</div>
</li>
</ul>
</div>
</div>
<div class="parallax-container">
<div class="parallax"><img src="images/parallax4.jpg"></div>
</div>
<div id="curiosidades" class="section">
<div class="row">
<div class="container">
<h5>CURIOSIDADES</h5>
<i class="material-icons medium laranja">music_note</i>
<i class="material-icons medium verde">headset</i>
<i class="material-icons medium azul">volume_up</i>
<blockquote>
<i class="material-icons">format_quote</i> Nascido e criado no interior desde muito cedo tive contato com músicas caipiras, viola caipira, violão, e como todo ser humano tende a ser influenciado pelo meio em que vive, tal contato me influenciou de tal forma que mesmo sozinho consegui aprender tocar viola caipira, e violão, e hoje tocar tais instrumentos é uma terapia para os momentos de estresse cotidiano.
</blockquote>
</div>
</div>
<div id="stand-up" class="row">
<div class="container">
<i class="material-icons medium azul">mood</i>
<blockquote>
<i class="material-icons">format_quote</i>Sou extremamente extrovertido, apesar de não parecer em um primeiro contato. Gosto muito do estilo de comédia Stand Up, mesmo que existam alguns com conteúdos chulos e mesquinhos, por outro lado, existem textos que são pautados em duras críticas sociais, e que por meio do humor conseguem entregar conteúdos de maneiras mais leve e descontraída.
</blockquote>
</div>
</div>
</div>
<footer class="page-footer verde">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Obrigado pela visita!</h5>
<p class="grey-text text-lighten-4">Até breve!</p>
</div>
<div class="col l4 offset-l2 s12">
<h5 class="white-text">Links</h5>
<ul>
<li><a class="grey-text text-lighten-3" href="http://www.ufla.br/portal/" target="_blank">UFLA - Portal</a></li>
<li><a class="grey-text text-lighten-3" href="http://compjunior.com.br/" target="_blank">Comp Junior</a></li>
<li><a class="grey-text text-lighten-3" href="http://blog.ti.lemaf.ufla.br/" target="_blank">LEMAF</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
Desenvolvido por Caio Donizetti
</div>
</div>
</footer>
</div>
</body>
</html> | CaioDonizetti/CurriculoOnline | index.html | HTML | mit | 17,375 |
<!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="./975912234e0b6cd9df0835877320000d8468927c89f14baa534f8d244749b270.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/f1862534f158512c17360214016a02c762a0a6259bfc63f3087e402218bca89f.html | HTML | mit | 550 |
<!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></title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="v8Styles.css">
</head>
<body class="background-02">
<div class="row">
<div class="col-md-4 col-md-offset-7">
<div id="well">
<img id="logo" src="img/logo.png">
<h4 class="sub-title white-font">Cursos en Video de Desarrollo Personal</h4>
<div id="bottom-content">
<h4 class="question">¿QUIERES MEJORAR TU RENDIMIENTO?</h4>
<p class="message"><h1>Mira la primera clase del Curso de Deporte y Mindfulness</h1></p>
<form action="http://animaedu.us8.list-manage2.com/subscribe/post" method="POST">
<input type="hidden" name="u" value="a6cc20041d7b404fe3812592d">
<input type="hidden" name="id" value="3db75f0851">
<div class="form-group">
<div class="input-group">
<span class="input-group-addon" id="emailIcon"><span class="glyphicon glyphicon-envelope"></span></span>
<input type="email" class="form-control input-lg" id="email" placeholder="Ingresa tu Email">
</div>
</div>
<button id="submit" type="submit" class="btn btn-default input-lg">RECIBE GRATIS EL VIDEO</button>
<label class="information-label">Sólo utilizaremos tu correo para enviarte información de AnimaEdu</label>
</form>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
</body>
</html> | rossifederico/testanimaedulandingpage | v802.html | HTML | mit | 2,236 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.