path
stringlengths 5
312
| repo_name
stringlengths 5
116
| content
stringlengths 2
1.04M
|
---|---|---|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/4109c53b2847a94d65192420c7c66a60ad6c12cb9a113df6e45865df911c4c04.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./33aaacc1bf7781144e7a64df645b0cf8f08ac44428360959485af1984c0ca69f.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> |
Reports/ms/mso.monodevelop.0.2.7/Mono.Cecil-net45.html | kuhlenh/port-to-core |
<!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
6368bc16-2694-4438-9c1c-f2774fe141bf
</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="#Mono.Cecil">Mono.Cecil</a></strong></td>
<td class="text-center">93.05 %</td>
<td class="text-center">83.07 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">83.07 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="Mono.Cecil"><h3>Mono.Cecil</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.Configuration.Assemblies.AssemblyHashAlgorithm</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.Environment</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">GetEnvironmentVariable(System.String)</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.Exception</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove. Ctor overload taking SerializationInfo is not applicable in new surface area</td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove. Ctor overload taking SerializationInfo is not applicable in new surface area</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.IO.Directory</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">Exists(System.String)</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">GetParent(System.String)</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.IO.DirectoryInfo</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.IO.File</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">Exists(System.String)</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.IO.FileAccess</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.IO.FileLoadException</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.IO.FileMode</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.IO.FileNotFoundException</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.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)</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.IO.FileShare</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.IO.FileStream</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">#ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)</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_Name</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.IO.FileSystemInfo</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_FullName</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.IO.Path</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">PathSeparator</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">GetFullPath(System.String)</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.Reflection.Assembly</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_ImageRuntimeVersion</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.Reflection.AssemblyName</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_CultureInfo</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_HashAlgorithm</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.Reflection.MemberInfo</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use Microsoft.BCL.Metadata package or remove usage</td>
</tr>
<tr>
<td style="padding-left:2em">get_MetadataToken</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use Microsoft.BCL.Metadata package or remove usage</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Reflection.Module</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">ResolveField(System.Int32)</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">ResolveMethod(System.Int32)</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.Reflection.StrongNameKeyPair</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_PublicKey</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.Runtime.Serialization.FormatterConverter</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</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.Runtime.Serialization.IFormatterConverter</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.Runtime.Serialization.ISerializable</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">GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)</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.Runtime.Serialization.SerializationInfo</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove serialization constructors on custom Exception types</td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.Type,System.Runtime.Serialization.IFormatterConverter)</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">GetString(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove serialization constructors on custom Exception types</td>
</tr>
<tr>
<td style="padding-left:2em">GetValue(System.String,System.Type)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>either 1) Delete Serialization info from exceptions (since this can't be remoted) or 2) Use a different serialization technology if not for exceptions.</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Security.Cryptography.AsymmetricAlgorithm</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.Security.Cryptography.AsymmetricSignatureFormatter</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">CreateSignature(System.Byte[])</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">SetHashAlgorithm(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>
<tr>
<td>System.Security.Cryptography.CryptographicException</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">#ctor(System.String)</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">#ctor(System.String,System.Exception)</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.Security.Cryptography.CryptoStream</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">#ctor(System.IO.Stream,System.Security.Cryptography.ICryptoTransform,System.Security.Cryptography.CryptoStreamMode)</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.Security.Cryptography.CryptoStreamMode</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.Security.Cryptography.CspParameters</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">KeyContainerName</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">KeyNumber</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">#ctor</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">set_Flags(System.Security.Cryptography.CspProviderFlags)</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.Security.Cryptography.CspProviderFlags</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.Security.Cryptography.HashAlgorithm</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">ComputeHash(System.Byte[])</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_Hash</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use System.Security.Cryptography.HashAlgorithm.ComputeHash() instead</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Security.Cryptography.ICryptoTransform</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.Security.Cryptography.MD5</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">Create</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.Security.Cryptography.RSA</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">Create</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">ImportParameters(System.Security.Cryptography.RSAParameters)</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.Security.Cryptography.RSACryptoServiceProvider</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">#ctor(System.Security.Cryptography.CspParameters)</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.Security.Cryptography.RSAParameters</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">D</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">DP</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">DQ</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">Exponent</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">InverseQ</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">Modulus</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">P</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">Q</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.Security.Cryptography.RSAPKCS1SignatureFormatter</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.Security.Cryptography.AsymmetricAlgorithm)</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.Security.Cryptography.SHA1</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">Create</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.Security.Cryptography.SHA1Managed</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</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.SerializableAttribute</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove this attribute</td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove this attribute</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Threading.Thread</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_CurrentThread</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_ManagedThreadId</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.Type</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_Assembly</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().Assembly</td>
</tr>
<tr>
<td style="padding-left:2em">get_DeclaringMethod</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_IsGenericType</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().IsGenericType</td>
</tr>
<tr>
<td style="padding-left:2em">get_IsGenericTypeDefinition</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().IsGenericTypeDefinition</td>
</tr>
<tr>
<td style="padding-left:2em">get_IsValueType</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().IsValueType</td>
</tr>
<tr>
<td style="padding-left:2em">get_Module</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use System.Reflection.AssemblyExtensions.GetModules(), iterate over returned collection.</td>
</tr>
<tr>
<td style="padding-left:2em">GetGenericArguments</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">GetTypeCode(System.Type)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use Type or RuntimeTypeHandle instead.</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.TypeCode</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use Type or RuntimeTypeHandle instead.</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.TypedReference</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> |
templates/light/signature-reply.html | fadeit/responsive-html-email-signature | <!-- @include head.inc.html -->
<body>
<br />
<table class="main rbcc">
<tr class="sp">
<td class="sp__inner"></td>
</tr>
<tr class="rbcc">
<td class="footer footer--simple">
<table class="rbcc footer__main">
<tr>
<td class="footer__main__signature" align="left">
<!-- @echo signature --><br />
<!-- @echo name --><br />
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
|
tag/mac/index.html | vaporize93/blog | <!DOCTYPE html>
<html lang="ko">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width">
<title>Junshoong의 기술블로그 - mac tag</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<link rel="stylesheet" href="../../theme/css/pygment.css" />
<link rel="stylesheet" href="../../theme/css/style.css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
</head>
<body>
<div class="container-fluid">
<div class="row justify-content-start sticky-top header">
<div class="col-1 header-img">
<img class="profile-img" src="../../images/profile.png">
</div>
<div class="col header-title">
<h2 class="sitename"><a href="../.."> Junshoong의 기술블로그 </a></h2>
</div>
</div> <div class="row justify-content-around">
<div class="col-md-8 content">
<div class="posts">
<div class="post">
<h1 class="post-title">
<a href="../../mac/excel-cell-modify/">[Mac] Touchbar 엑셀 셀 수정 단축키</a>
</h1>
<span class="post-date">2017-12-03, Sun</span>
<p>
<p>Macbook Touchbar 를 사용하는 경우 Fn 키는 누르는게 쉽지 않다. 특히 엑셀을 사용하면서 F2 을 많이 사용하곤 했었는데 Ctrl+U …</p>
</p>
</div>
</div>
</div>
<div class="col-md-3 sidebar">
<div class="list-group category">
<div class="list-group-item list-group-item-primary"> Category </div>
<a class="list-group-item list-group-item-action category-item" href="../../agile/">
Agile
<span class="category-item-count">(2)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../angular/">
Angular
<span class="category-item-count">(1)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../blog/">
Blog
<span class="category-item-count">(3)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../book/">
Book
<span class="category-item-count">(3)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../css/">
CSS
<span class="category-item-count">(1)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../ctf/">
CTF
<span class="category-item-count">(4)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../devops/">
DevOps
<span class="category-item-count">(2)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../django/">
Django
<span class="category-item-count">(6)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../docker/">
Docker
<span class="category-item-count">(2)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../editor/">
Editor
<span class="category-item-count">(3)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../english/">
English
<span class="category-item-count">(2)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../etc/">
ETC
<span class="category-item-count">(11)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../game/">
Game
<span class="category-item-count">(2)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../git/">
Git
<span class="category-item-count">(2)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../life/">
Life
<span class="category-item-count">(22)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../linux/">
Linux
<span class="category-item-count">(19)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../mac/">
Mac
<span class="category-item-count">(1)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../movie/">
Movie
<span class="category-item-count">(1)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../nginx/">
Nginx
<span class="category-item-count">(2)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../pelican/">
Pelican
<span class="category-item-count">(1)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../python/">
Python
<span class="category-item-count">(8)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../regex/">
Regex
<span class="category-item-count">(1)</span>
</a>
<a class="list-group-item list-group-item-action category-item" href="../../shell/">
Shell
<span class="category-item-count">(2)</span>
</a>
</div>
<div class="list-group social">
<div class="list-group-item list-group-item-primary"> Social </div>
<a class="list-group-item list-group-item-action" href="mailto:[email protected]"> email </a>
<a class="list-group-item list-group-item-action" href="https://www.facebook.com/vaporize93"> facebook </a>
<a class="list-group-item list-group-item-action" href="https://www.linkedin.com/in/junshoong"> linkedin </a>
<a class="list-group-item list-group-item-action" href="https://www.slideshare.net/junshoong"> slideshare </a>
<a class="list-group-item list-group-item-action" href="https://github.com/junshoong"> github </a>
<a class="list-group-item list-group-item-action" href="https://www.stackoverflow.com/users/4466697/junsu-kim"> stack-overflow </a>
<a class="list-group-item list-group-item-action" href=""> FEED </a>
</div>
</div> </div>
</div>
</body>
</html> |
project_old/umbiqutius-computing/index.html | STEMLab/stemlab.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Context Stream Management Systems for Ubiquitous Computing Software Platform (2008 ~ ) • STEMLab</title>
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Twitter Cards -->
<meta name="twitter:title" content="Context Stream Management Systems for Ubiquitous Computing Software Platform (2008 ~ )">
<meta name="twitter:description" content="">
<meta name="twitter:site" content="@">
<meta name="twitter:creator" content="@">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="/web/images/120x120.gif">
<!-- Open Graph -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="Context Stream Management Systems for Ubiquitous Computing Software Platform (2008 ~ )">
<meta property="og:description" content="">
<meta property="og:url" content="/web/project_old/umbiqutius-computing/">
<meta property="og:site_name" content="STEMLab">
<link rel="canonical" href="/web/project_old/umbiqutius-computing/">
<link href="/web/atom.xml" type="application/atom+xml" rel="alternate" title="STEMLab Atom Feed">
<link href="/web/sitemap.xml" type="application/xml" rel="sitemap" title="Sitemap">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="cleartype" content="on">
<link rel="stylesheet" href="/web/css/main.css">
<!-- HTML5 Shiv and Media Query Support for IE -->
<!--[if lt IE 9]>
<script src="/js/vendor/html5shiv.min.js"></script>
<script src="/js/vendor/respond.min.js"></script>
<![endif]-->
</head>
<body id="js-body">
<!--[if lt IE 9]><div class="upgrade notice-warning"><strong>Your browser is quite old!</strong> Why not <a href="http://whatbrowser.org/">upgrade to a newer one</a> to better enjoy this site?</div><![endif]-->
<header id="masthead">
<div class="inner-wrap">
<a href="/web/" class="site-title">STEMLab</a>
<nav role="navigation" class="menu top-menu">
<ul class="menu-item">
<li class="home"><a href="/">STEMLab</a></li>
<li><a href="/web/members/" >Members</a></li>
<li><a href="/web/projects/" >Projects</a></li>
<li><a href="/web/publications/" >Publications</a></li>
<li><a href="http://stem.pusan.ac.kr/lik" target="_blank">Lectures</a></li>
<li><a href="/web/contacts/" >Contacts</a></li>
</ul>
</nav>
</div><!-- /.inner-wrap -->
</header><!-- /.masthead -->
<nav role="navigation" id="js-menu" class="sliding-menu-content">
<h5><span>STEMLab</span></h5>
<ul class="menu-item">
<li>
<a id="members" href="/web/members/" >
<img src="/web/images/team.gif" alt="teaser" class="teaser">
<div class="title">Members</div>
<p class="excerpt">STEM Labarotory members.</p>
</a>
</li>
<li>
<a id="projects" href="/web/projects/" >
<img src="/web/images/project.jpg" alt="teaser" class="teaser">
<div class="title">Projects</div>
<p class="excerpt">Accomplished and 'in progress' projects</p>
</a>
</li>
<li>
<a id="publications" href="/web/publications/" >
<img src="/web/images/publications.jpg" alt="teaser" class="teaser">
<div class="title">Publications</div>
<p class="excerpt">Our publications</p>
</a>
</li>
<li>
<a id="lectures" href="http://stem.pusan.ac.kr/lik" target="_blank">
<img src="/web/images/lectures.jpg" alt="teaser" class="teaser">
<div class="title">Lectures</div>
</a>
</li>
<li>
<a id="contacts" href="/web/contacts/" >
<img src="/web/images/contactus.png" alt="teaser" class="teaser">
<div class="title">Contacts</div>
</a>
</li>
</ul>
</nav>
<button type="button" id="js-menu-trigger" class="sliding-menu-button lines-button x2" role="button" aria-label="Toggle Navigation">
<span class="nav-lines"></span>
</button>
<div id="js-menu-screen" class="menu-screen"></div>
<div id="page-wrapper">
<div id="main" role="main">
<article class="wrap" itemscope itemtype="http://schema.org/Article">
<nav class="breadcrumbs">
<span itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="/web" itemprop="url">
<span itemprop="title">Home</span>
</a> ›
<span itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="/web/project_old/" itemprop="url">
<span itemprop="title">Project_old</span>
</a>
</span>
</nav><!-- /.breadcrumbs -->
<div class="page-title">
<h1>Context Stream Management Systems for Ubiquitous Computing Software Platform (2008 ~ )</h1>
</div>
<div class="inner-wrap">
<div id="content" class="page-content" itemprop="articleBody">
<hr />
<footer class="page-footer">
</footer><!-- /.footer -->
<aside>
</aside>
</div><!-- /.content -->
</div><!-- /.inner-wrap -->
</article><!-- /.wrap -->
</div><!-- /#main -->
<footer role="contentinfo" id="site-footer">
<nav role="navigation" class="menu bottom-menu">
<ul class="menu-item">
<li><a href="/web/" >Home</a></li>
<li><a href="/web/members/" >Members</a></li>
<li><a href="/web/projects/" >Projects</a></li>
<li><a href="/web/publications/" >Publications</a></li>
<li><a href="http://lik.pusan.ac.kr/" target="_blank">Lectures</a></li>
<li><a href="/web/contacts/" >Contacts</a></li>
</ul>
</nav><!-- /.bottom-menu -->
<p class="copyright">© 2018 <a href="/web">STEMLab</a> powered by <a href="http://jekyllrb.com">Jekyll</a> + <a href="http://mmistakes.github.io/skinny-bones-jekyll/">Skinny Bones</a>.</p>
</footer>
</div>
<script src="/web/js/vendor/jquery-1.9.1.min.js"></script>
<script src="/web/js/main.js"></script>
</body>
</html>
|
public/css/syntax.css | bettereveryday/bettereveryday.github.io | .highlight .hll { background-color: #ffc; }
.highlight .c { color: #999; } /* Comment */
.highlight .err { color: #a00; background-color: #faa } /* Error */
.highlight .k { color: #069; } /* Keyword */
.highlight .o { color: #999 } /* Operator */
.highlight .cm { color: #09f; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #099 } /* Comment.Preproc */
.highlight .c1 { color: slategray; } /* Comment.Single */
.highlight .cs { color: #999; } /* Comment.Special */
.highlight .gd { background-color: #fcc; border: 1px solid #c00 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #f00 } /* Generic.Error */
.highlight .gh { color: #030; } /* Generic.Heading */
.highlight .gi { background-color: #cfc; border: 1px solid #0c0 } /* Generic.Inserted */
.highlight .go { color: #aaa } /* Generic.Output */
.highlight .gp { color: #009; } /* Generic.Prompt */
.highlight .gs { } /* Generic.Strong */
.highlight .gu { color: #030; } /* Generic.Subheading */
.highlight .gt { color: #9c6 } /* Generic.Traceback */
.highlight .kc { color: #069; } /* Keyword.Constant */
.highlight .kd { color: #069; } /* Keyword.Declaration */
.highlight .kn { color: #069; } /* Keyword.Namespace */
.highlight .kp { color: #069 } /* Keyword.Pseudo */
.highlight .kr { color: #069; } /* Keyword.Reserved */
.highlight .kt { color: #078; } /* Keyword.Type */
.highlight .m { color: #f60 } /* Literal.Number */
.highlight .s { color: #d44950 } /* Literal.String */
.highlight .na { color: #4f9fcf } /* Name.Attribute */
.highlight .nb { color: #366 } /* Name.Builtin */
.highlight .nc { color: #0a8; } /* Name.Class */
.highlight .no { color: #360 } /* Name.Constant */
.highlight .nd { color: #99f } /* Name.Decorator */
.highlight .ni { color: #999; } /* Name.Entity */
.highlight .ne { color: #c00; } /* Name.Exception */
.highlight .nf { color: #c0f } /* Name.Function */
.highlight .nl { color: #99f } /* Name.Label */
.highlight .nx { color: #ccc } /* Javascript label */
.highlight .nn { color: #0cf; } /* Name.Namespace */
.highlight .nt { color: #2f6f9f; } /* Name.Tag */
.highlight .nv { color: #066 } /* Name.Variable */
.highlight .ow { color: #000; } /* Operator.Word */
.highlight .w { color: #bbb } /* Text.Whitespace */
.highlight .mf { color: #f60 } /* Literal.Number.Float */
.highlight .mh { color: #f60 } /* Literal.Number.Hex */
.highlight .mi { color: #f60 } /* Literal.Number.Integer */
.highlight .mo { color: #f60 } /* Literal.Number.Oct */
.highlight .sb { color: #c30 } /* Literal.String.Backtick */
.highlight .sc { color: #c30 } /* Literal.String.Char */
.highlight .sd { color: #c30; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #c30 } /* Literal.String.Double */
.highlight .se { color: #c30; } /* Literal.String.Escape */
.highlight .sh { color: #c30 } /* Literal.String.Heredoc */
.highlight .si { color: #a00 } /* Literal.String.Interpol */
.highlight .sx { color: #c30 } /* Literal.String.Other */
.highlight .sr { color: #3aa } /* Literal.String.Regex */
.highlight .s1 { color: #c30 } /* Literal.String.Single */
.highlight .ss { color: #fc3 } /* Literal.String.Symbol */
.highlight .bp { color: #366 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #033 } /* Name.Variable.Class */
.highlight .vg { color: #033 } /* Name.Variable.Global */
.highlight .vi { color: #9E5BBC } /* Name.Variable.Instance */
.highlight .il { color: #f60 } /* Literal.Number.Integer.Long */
.academy_logo:hover {
width: 50px;
}
.css .o,
.css .o + .nt,
.css .nt + .nt { color: #999; }
|
_includes/tree.html | camoverride/camoverride.github.io | <link rel="stylesheet" href="/tree-files/custom.css">
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script type="text/javascript" src="/tree-files/flare.json"></script>
<div id="info-box">
<p><span id="info-name">Hieroglyphs</span></p>
<img id="text-sample" src="/img/script-samples/Hieroglyphs.png" alt="image of script">
<p class="info-text"><span class="forms">Type: <br></span><span id="info-type">Logography, abjad</span></p>
<p class="info-text"><span class="forms">Languages: <br></span><span id="info-languages">Egyptian</span></p>
<p class="info-text"><span class="forms">Time period: <br></span><span id="info-period">32nd century BC to 5th century AD</span></p>
<!--button onclick="expandAll()">Expand All</button>
<button onclick="collapseAll()">Collapse All</button-->
</div>
<div id="tree">
<tree-structure></tree-structure>
</div>
<script type="text/javascript" src="/tree-files/create-tree.js"></script> |
jms1.1/doc/api/javax/jms/TopicConnectionFactory.html | rafaelfccg/JMSImplementation | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Tue Apr 30 13:54:56 EDT 2002 -->
<TITLE>
Java Message Service(TM) 1.1 - April 12, 2002 API Specification: Interface TopicConnectionFactory
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 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"> <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>
JMS 1.1 - April 12, 2002</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../javax/jms/TopicConnection.html"><B>PREV CLASS</B></A>
<A HREF="../../javax/jms/TopicPublisher.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="TopicConnectionFactory.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: INNER | 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>
<!-- =========== END OF NAVBAR =========== -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
javax.jms</FONT>
<BR>
Interface TopicConnectionFactory</H2>
<DL>
<DT><B>All Superinterfaces:</B> <DD><A HREF="../../javax/jms/ConnectionFactory.html">ConnectionFactory</A></DD>
</DL>
<DL>
<DT><B>All Known Subinterfaces:</B> <DD><A HREF="../../javax/jms/XATopicConnectionFactory.html">XATopicConnectionFactory</A></DD>
</DL>
<HR>
<DL>
<DT>public interface <B>TopicConnectionFactory</B><DT>extends <A HREF="../../javax/jms/ConnectionFactory.html">ConnectionFactory</A></DL>
<P>
A client uses a <CODE>TopicConnectionFactory</CODE> object to create
<CODE>TopicConnection</CODE> objects with a publish/subscribe JMS provider.
<P>A<CODE> TopicConnectionFactory</CODE> can be used to create a
<CODE>TopicConnection</CODE>, from which specialized topic-related objects
can be created. A more general, and recommended approach
is to use the <CODE>ConnectionFactory</CODE> object.
<P> The <CODE>TopicConnectionFactory</CODE> object
should be used to support existing code.
<P>
<DL>
<DT><B>Version: </B><DD>1.1 - February 2, 2002</DD>
<DT><B>Author: </B><DD>Mark Hapner, Rich Burridge, Kate Stout</DD>
<DT><B>See Also: </B><DD><A HREF="../../javax/jms/ConnectionFactory.html"><CODE>ConnectionFactory</CODE></A></DL>
<HR>
<P>
<!-- ======== INNER CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<!-- ========== 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> <A HREF="../../javax/jms/TopicConnection.html">TopicConnection</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../javax/jms/TopicConnectionFactory.html#createTopicConnection()">createTopicConnection</A></B>()</CODE>
<BR>
Creates a topic connection with the default user identity.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../javax/jms/TopicConnection.html">TopicConnection</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../javax/jms/TopicConnectionFactory.html#createTopicConnection(java.lang.String, java.lang.String)">createTopicConnection</A></B>(java.lang.String userName,
java.lang.String password)</CODE>
<BR>
Creates a topic connection with the specified user identity.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_javax.jms.ConnectionFactory"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from interface javax.jms.<A HREF="../../javax/jms/ConnectionFactory.html">ConnectionFactory</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../javax/jms/ConnectionFactory.html#createConnection()">createConnection</A>, <A HREF="../../javax/jms/ConnectionFactory.html#createConnection(java.lang.String, java.lang.String)">createConnection</A></CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<!-- ============ 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="createTopicConnection()"><!-- --></A><H3>
createTopicConnection</H3>
<PRE>
public <A HREF="../../javax/jms/TopicConnection.html">TopicConnection</A> <B>createTopicConnection</B>()
throws <A HREF="../../javax/jms/JMSException.html">JMSException</A></PRE>
<DL>
<DD>Creates a topic connection with the default user identity.
The connection is created in stopped mode. No messages
will be delivered until the <code>Connection.start</code> method
is explicitly called.<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>a newly created topic connection<DT><B>Throws:</B><DD><CODE><A HREF="../../javax/jms/JMSException.html">JMSException</A></CODE> - if the JMS provider fails to create a topic
connection due to some internal error.<DD><CODE><A HREF="../../javax/jms/JMSSecurityException.html">JMSSecurityException</A></CODE> - if client authentication fails due to
an invalid user name or password.</DL>
</DD>
</DL>
<HR>
<A NAME="createTopicConnection(java.lang.String, java.lang.String)"><!-- --></A><H3>
createTopicConnection</H3>
<PRE>
public <A HREF="../../javax/jms/TopicConnection.html">TopicConnection</A> <B>createTopicConnection</B>(java.lang.String userName,
java.lang.String password)
throws <A HREF="../../javax/jms/JMSException.html">JMSException</A></PRE>
<DL>
<DD>Creates a topic connection with the specified user identity.
The connection is created in stopped mode. No messages
will be delivered until the <code>Connection.start</code> method
is explicitly called.<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>userName</CODE> - the caller's user name<DD><CODE>password</CODE> - the caller's password<DT><B>Returns:</B><DD>a newly created topic connection<DT><B>Throws:</B><DD><CODE><A HREF="../../javax/jms/JMSException.html">JMSException</A></CODE> - if the JMS provider fails to create a topic
connection due to some internal error.<DD><CODE><A HREF="../../javax/jms/JMSSecurityException.html">JMSSecurityException</A></CODE> - if client authentication fails due to
an invalid user name or password.</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=2 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"> <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>
JMS 1.1 - April 12, 2002</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../javax/jms/TopicConnection.html"><B>PREV CLASS</B></A>
<A HREF="../../javax/jms/TopicPublisher.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="TopicConnectionFactory.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: INNER | 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>
<!-- =========== END OF NAVBAR =========== -->
<HR>
JMS 1.1 - April 12, 2002
</BODY>
</HTML>
|
webapp/templates/base.html | pusateri/vsd | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<style>
body {
font-family: helvetica, sans-serif;
color: #555;
}
a {
text-decoration: none;
}
#nav {
border-top: 1px solid #99CC33;
border-left: 1px solid #99CC33;
width: 170px;
float: right;
}
ul {
list-style-type: none;
padding: 10px;
margin: 10px;
border: 10px;
text-align: center;
}
li {
background-color: #DDD;
border-radius: 15px;
text-align: center;
padding: 1px;
margin: 2px;
}
li a {
border-radius: 15px;
font-size: 10pt;
color: #555;
}
li:hover {
background-color: #FFF;
border-width: 1px;
border-style: solid;
}
table {
width: 82%;
}
.even {
background-color: #DDD;
}
th {
border-bottom: 2px solid #555;
}
h1 {
text-align: center;
font-size: 24pt;
}
h2 {
text-align: left;
font-size: 18pt;
}
.gallery img {
margin-left: 3px;
margin-right: 3px;
margin-top: 3px;
margin-bottom: 12px;
-webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.9, transparent), to(rgba(255, 255, 255, 0.3)));
}
/*
#home {
width: 10%;
}
*/
#auth {
position: absolute;
right: 0px;
font-size: 12pt;
}
.username {
color: red;
margin-right: 10px;
}
#search {
position: absolute;
right: 0px;
margin-right: 10px;
}
#movie-search {
width: 200px;
}
.more-button {
width: 100px;
height: 100px;
background-color: #AAA;
}
.more-button a {
color: #555;
}
/*
#search label {
visibility: hidden;
}
<label for="movie-search">Search:</label> */
</style>
<title>NRCA - {%block pagetitle %}{% endblock %}</title>
</head>
<body>
<div id="auth">
<p>username: <span class="username">{{ user }}</span></p>
</div>
<div id="home"><a href="/"><img src="{{ media_url }}home48.png"/></a></div>
<div id="search">
<form id="search-form" action="/search/" method="get">
<input type="text" id="movie-search" name="q" size="18" value="" />
<input type="submit" id="movie-button" value="Search" />
</form>
</div>
<div id="header"><h1>NRCA Video Library</h1></div>
<div id="nav">
<ul>
<li><a href="/list">All</a></li>
{% load tag_cloud %}
{% tag_cloud_for_model ui.Media as tags with steps=6 min_count=4 distribution=log %}
{% for tag in tags %}
<li><a href="/tag/{{tag.name|slugify}}/">{{tag.name}}</a></li>
{% endfor %}
</ul>
</div>
<div id="content">
<div id="primary">
<h1>{% block title %}{% endblock %}</h1>
{% block primary %}{% endblock %}
</div>
<div id="secondary">
<div>
</div>
</body>
</html>
|
src/app/app.component.html | palanisamym14/first_app | <div class="center">
<form [formGroup]="registerForm" novalidate (ngSubmit)='register(registerForm.value)'>
<input
type="text"
placeholder="Your Mobile number"
formControlName="mobile" required>
<div class="error" *ngIf="registerForm.get('mobile').touched && registerForm.get('mobile').hasError('required')">
Mobile is required
</div>
<div formGroupName="account">
<input
type="email"
placeholder="Your email address"
formControlName="email" required>
<input
type="email"
placeholder="Confirm your email address"
formControlName="confirm" required>
<div class="error" *ngIf="registerForm.get('account').touched && registerForm.get('account').hasError('nomatch')">
Email addresses must match
</div>
</div>
<button >Sign up</button></form>
</div>
|
css/custom.css | pferdefleisch/IntroJavascriptPresi | .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal p {
margin-bottom: 30px;
}
|
example/button.html | jeven2016/wheel-ui | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="fa/css/font-awesome.min.css" rel="stylesheet">
<link href="../dist/default/wui-modern-0.5.1.css" rel="stylesheet">
<style type="text/css">
.area-example {
margin: 10px auto;
padding: 20px;
overflow: auto;
}
.list-container {
position: relative;
}
.list-container .buttons, .list-container .button-group {
margin: 10px;
}
.code-container {
margin: 20px;
background-color: #ccc;
display: block;
width: 80%;
border: 1px solid;
color: black;
}
.title {
font-size: 20px;
padding: 5px;
font-weight: 700;
color: blue;
box-shadow: 0 0 8px rgba(0, 0, 0, .5);
}
</style>
</head>
<body>
<div class="area-example">
<div>
<h1>Buttons示例:</h1>
</div>
<div class="list-container">
<div class="buttons">
<div class="test" style="width:100px; height: 100px">
</div>
<button class="button">
Create
</button>
<button class="button active">
Active
</button>
<button class="button shadow">
Shadow
</button>
<button class="button primary shadow">
Shadow
</button>
<button class="button primary shadow-on-hover">
Shadow on hover
</button>
</div>
<div>
<div class="code-container">
<button class="button">
Create
</button>
<br/>
<button class="button active">
Active
</button>
<br/>
<button class="button effect">
Effect
</button>
<br/>
<button class="button shadow">
Shadow
</button>
<br/>
<button class="button effect primary">
Primary Effect
</button>
<br/>
<button class="button primary shadow">
Shadow
</button>
<br/>
<button class="button primary shadow-on-hover">
Shadow on hover
</button>
</div>
</div>
</div>
<div class="list-container">
<div class="buttons">
<button class="button">
Default
</button>
<button class="button large">
Large
</button>
<button class="button medium">
Medium
</button>
<button class="button small">
Small
</button>
</div>
<div class="code-container">
<button class="button">
Default
</button>
<br/>
<button class="button large">
Large
</button>
<br/>
<button class="button medium">
Medium
</button>
<br/>
<button class="button small">
Small
</button>
</div>
</div>
<div class="list-container">
<div class="buttons">
<button class="button clear-radius">
<i class="fa fa-plus"></i>
Waiting
</button>
<button class="button primary">
<i class="fa fa-plane"></i>
Waiting
</button>
<button class="button circle large ">
<i class="fa fa-plus"></i>
</button>
<button class="button" disabled>
Disabled
</button>
<button class="button primary" disabled>
Disabled
</button>
<button class="button primary" disabled>
Disabled2
</button>
<a href="#" class="button primary"><a href="#"/></a>
</div>
<div class="code-container">
<button class="button clear-radius">
<i class="fa fa-plus"></i>
Waiting
</button>
<br/>
<button class="button primary">
<i class="fa fa-plane"></i>
Waiting
</button>
<br/>
<button class="button circle large primary">
<i class="fa fa-plus"></i>
</button>
<br/>
<button class="button disabled">
Disabled
</button>
<br/>
<button class="button primary disabled">
Disabled
</button>
<br/>
<button class="button primary" disabled>
Disabled2
</button>
<br/>
<a href="#" class="button primary"><a href="#"/></a>
</div>
<div class="card clear-radius">
<div class="card-header gray">
Block Button
</div>
<div class="card-body">
<button class="large block button">Block Button</button>
<button class="primary large block button">Primary Block Button</button>
</div>
</div>
</div>
<div class="list-container">
</div>
</div>
<div class="area-example">
<div class="title">
Button Group示例:
</div>
<div class="list-container">
<div>
<div class="button-group">
<button class="button primary">Create</button>
<button class="button primary">Modify</button>
<button class="button primary">Delete</button>
<button class="button primary">View</button>
</div>
<div class="button-group clear-border clear-radius">
<button class="button primary">clear-border</button>
<button class="button primary">clear-radius</button>
</div>
<br/>
<div class="button-group">
<button class="button primary large">Large</button>
<button class="button primary large">Buttons</button>
</div>
<div class="button-group">
<button class="button primary medium">Medium</button>
<button class="button primary medium">Buttons</button>
</div>
<div class="button-group">
<button class="button primary small">Small</button>
<button class="button primary small">Buttons</button>
</div>
<br/>
<div class="button-group">
<button class="button">
<i class="fa fa-plus-square"></i> Create
</button>
<button class="button">Modify</button>
<button class="button">Delete</button>
<button class="button">View</button>
</div>
<div class="large button-group">
<button class="button">
<i class="fa fa-plus-square"></i> Create
</button>
<button class="button">Large</button>
<button class="button">Delete</button>
<button class="button">View</button>
</div>
<div class="medium button-group">
<button class="button">
<i class="fa fa-plus-square"></i> Create
</button>
<button class="button">Medium</button>
<button class="button">Delete</button>
<button class="button">View</button>
</div>
<div class="small button-group">
<button class="button">
<i class="fa fa-plus-square"></i> Create
</button>
<button class="button">Small</button>
<button class="button">Delete</button>
<button class="button">View</button>
</div>
<div class="disabled button-group">
<button class="button">
<i class="fa fa-plus-square"></i> Create
</button>
<button class="button">disabled</button>
<button class="button">Delete</button>
<button class="button">View</button>
</div>
<div style="color:red">
<div class="button-group">
<button class="button shadow"><i class="fa fa-wechat"></i></button>
<button class="button shadow"><i class="fa fa-weibo"></i></button>
<button class="button shadow"><i class="fa fa-qq"></i></button>
<button class="button shadow"><i class="fa fa-facebook"></i></button>
<button class="button shadow"><i class="fa fa-twitter"></i></button>
</div>
</div>
<div class="button-group">
<button class="button"><i class="fa fa-wechat"></i></button>
<button class="button"><i class="fa fa-weibo"></i></button>
<button class="button"><i class="fa fa-qq"></i></button>
<button class="button"><i class="fa fa-facebook"></i></button>
<button class="button"><i class="fa fa-twitter"></i></button>
</div>
<div class="button-group">
<a href="#" class="button"><i class="fa fa-wechat"></i></a>
<a href="#" class="button"><i class="fa fa-weibo"></i></a>
<a href="#" class="button"><i class="fa fa-qq"></i></a>
<a href="#" class="button"><i class="fa fa-facebook"></i></a>
<a href="#" class="button"><i class="fa fa-twitter"></i></a>
</div>
<div class="button-group block">
<button href="#" class="button">left</i></button>
<button href="#" class="button">center</i></button>
<button href="#" class="button">right</i></button>
</div>
<div class="button-group vertical">
<button href="#" class="button primary">left</i></button>
<button href="#" class="button yellow">center</i></button>
<button href="#" class="button outline red">right</i></button>
</div>
<div class="large button-group vertical">
<button href="#" class="button primary">left</i></button>
<button href="#" class="button yellow">center</i></button>
<button href="#" class="button outline red">right</i></button>
</div>
<div class="small button-group vertical">
<button href="#" class="button primary">left</i></button>
<button href="#" class="button yellow">center</i></button>
<button href="#" class="button outline red">right</i></button>
</div>
</div>
<div class="code-container">
</div>
</div>
</div>
</body>
</html> |
src/whoosis/web/templates/web/base.html | jmckind/whoosis | {% load static %}
<!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>{% block title %}Whoosis{% endblock %}</title>
<link rel="icon" type="image/png" href="{% static 'web/img/favicon.png' %}">
{% block page_css %}
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/sandstone/bootstrap.min.css" rel="stylesheet" integrity="sha384-G3G7OsJCbOk1USkOY4RfeX1z27YaWrZ1YuaQ5tbuawed9IoreRDpWpTkZLXQfPm3" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="{% static 'web/css/main.css' %}" rel="stylesheet">
{% endblock %}
{% block view_css %}{% endblock %}
</head>
<body>
{% block navigation %}
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<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="{% url 'web.list' %}"><i class="fa fa-cubes fa-lg" aria-hidden="true"></i> whoosis</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<!-- <li><a href="{% url 'web.list' %}"><i class="fa fa-home" aria-hidden="true"></i> Home</a></li> -->
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="{% url 'web.status' %}"><i class="fa fa-gears" aria-hidden="true"></i> Status</a></li>
</ul>
</div>
</div>
</nav>
{% endblock %}
{% block content %}{% endblock %}
{% block page_js %}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="{% static 'web/js/main.js' %}"></script>
{% endblock %}
{% block view_js %}{% endblock %}
</body>
</html>
|
doc/jdk6_cn/org/omg/CORBA/class-use/FloatSeqHolder.html | piterlin/piterlin.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0-beta2) on Mon Mar 19 19:32:14 CST 2007 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
类 org.omg.CORBA.FloatSeqHolder 的使用 (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="类 org.omg.CORBA.FloatSeqHolder 的使用 (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="../../../../org/omg/CORBA/FloatSeqHolder.html" title="org.omg.CORBA 中的类"><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?org/omg/CORBA//class-useFloatSeqHolder.html" target="_top"><B>框架</B></A>
<A HREF="FloatSeqHolder.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>类 org.omg.CORBA.FloatSeqHolder<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="../../../../org/omg/CORBA/FloatSeqHolder.html" title="org.omg.CORBA 中的类">FloatSeqHolder</A> 的软件包</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.omg.CORBA"><B>org.omg.CORBA</B></A></TD>
<TD>提供 OMG CORBA API 到 Java<SUP><FONT
SIZE=-2>TM</FONT></SUP> 编程语言的映射,包括 <TT>ORB</TT> 类,如果已实现该类,则程序员可以使用此类作为全功能对象请求代理(Object Request Broker,ORB)。 </TD>
</TR>
</TABLE>
<P>
<A NAME="org.omg.CORBA"><!-- --></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="../../../../org/omg/CORBA/package-summary.html">org.omg.CORBA</A> 中 <A HREF="../../../../org/omg/CORBA/FloatSeqHolder.html" title="org.omg.CORBA 中的类">FloatSeqHolder</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="../../../../org/omg/CORBA/FloatSeqHolder.html" title="org.omg.CORBA 中的类">FloatSeqHolder</A> 的 <A HREF="../../../../org/omg/CORBA/package-summary.html">org.omg.CORBA</A> 中的方法</FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>DataInputStream.</B><B><A HREF="../../../../org/omg/CORBA/DataInputStream.html#read_float_array(org.omg.CORBA.FloatSeqHolder, int, int)">read_float_array</A></B>(<A HREF="../../../../org/omg/CORBA/FloatSeqHolder.html" title="org.omg.CORBA 中的类">FloatSeqHolder</A> seq,
int offset,
int length)</CODE>
<BR>
从输入流读取 IDL float 数组中从 offset 处开始的 length 个元素。</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="../../../../org/omg/CORBA/FloatSeqHolder.html" title="org.omg.CORBA 中的类"><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?org/omg/CORBA//class-useFloatSeqHolder.html" target="_top"><B>框架</B></A>
<A HREF="FloatSeqHolder.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>
|
4e85257/html/dir_7edecdc49f3d0e5b35ff20670f3bf33e.html | v8-dox/v8-dox.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v0.7.6: deps/v8 Directory Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v0.7.6
</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><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_94a36784afa54c0b50996002372b429e.html">deps</a></li><li class="navelem"><a class="el" href="dir_7edecdc49f3d0e5b35ff20670f3bf33e.html">v8</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8 Directory Reference</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="subdirs"></a>
Directories</h2></td></tr>
<tr class="memitem:dir_3debe4bd29323c1699f247c91661804b"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_3debe4bd29323c1699f247c91661804b.html">include</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:48:09 for V8 API Reference Guide for node.js v0.7.6 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>
|
e60cafd/html/classv8_1_1IdleTask-members.html | v8-dox/v8-dox.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>V8 API Reference Guide for node.js v6.9.3: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v6.9.3
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1IdleTask.html">IdleTask</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::IdleTask Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1IdleTask.html">v8::IdleTask</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Run</b>(double deadline_in_seconds)=0 (defined in <a class="el" href="classv8_1_1IdleTask.html">v8::IdleTask</a>)</td><td class="entry"><a class="el" href="classv8_1_1IdleTask.html">v8::IdleTask</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>~IdleTask</b>() (defined in <a class="el" href="classv8_1_1IdleTask.html">v8::IdleTask</a>)</td><td class="entry"><a class="el" href="classv8_1_1IdleTask.html">v8::IdleTask</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|
public/lib_v4/css/main.min.css | Happern/EventMapping | body{margin:0px;}
#map{position:fixed;top:0px;left:0px;width:100%;height:800px;}
.eventInfo{min-width:350px;max-width:550px;}
.eventInfo h1{font-size:16px;margin-bottom:0px;padding-bottom:10px;}
.eventInfo .thumb{float:left;width:25%;height:75px;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;}
.eventInfo .desc{float:left;min-height:75px;width:75%;padding-left:10px;}
.eventInfo .venue{width:100%;float:left;margin-top:6px;font-style:italic;}
.eventInfo .start_time{width:100%;float:left;margin-top:2px;font-style:italic;}
.markerGrid{display:block;border:none;border-radius:50%;cursor:pointer;padding:0;width:50px;height:50px;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;}
.mapLayer{}
.mapTile{width:50px;height:50px;position:absolute;background-position:0% 0%;background-size:100% 100%;}
.mapTile0{background-image:url(../img/pattern_weather_sun.svg);}
.mapTile1{background-image:url(../img/pattern_weather_rain.svg);}
.mapTile2{background-image:url(../img/pattern_weather_snow.svg);}
.mapTile3{background-image:url(../img/pattern_weather_rainsnow.svg);}
.menu-item-content .content{padding:20px;line-height:22px;}
.menu-item-content .content h1{font-size:16px;font-weight:bold;}
.menu-item-content .content h2{font-weight:bold;margin-bottom:10px;margin-bottom:6px;}
.menu-item-content .content a:before,.menu-item-content .content a:after{content:'';display:none;}
.menu-item-content .content a{text-decoration:underline;padding:0px;display:inline;border-bottom:none;}
.menu-item-content .content p{margin-top:10px;margin-bottom:20px;}
|
example/example.css | Calamari/terminal.js | /*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
html {
background: #020810;
height: 100%;
}
body {
color: #fff;
font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.4em;
height: 100%;
font-size: 14px;
background: #000;
background: -moz-linear-gradient(top, #000000 0%, #020810 92%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#020810)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #000000 0%,#020810 92%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #000000 0%,#020810 92%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #000000 0%,#020810 92%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#020810',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #000000 0%,#020810 92%); /* W3C */
overflow: hidden;
}
h1, h2, h3 {
font-family: "minion-pro-1","minion-pro-2", "Times New Roman", Georgia, serif;
font-weight: bold;
}
#personal-info {
display: none;
}
#repl-text {
color: #ddd;
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
padding: 10px 100px 10px 10px;
}
#repl-text p {
line-height: 1.4;
margin: 0;
min-height: 1.4em;
}
p {
margin-bottom: 1.4em;
}
li {
}
a {
color: #bbb;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
font-size: .9em;
}
.terminal .caret {
content: '';
display: inline-block;
height: 1.3em;
width: 0.1em;
background: #ddd;
margin-left: 0.1em;
margin-right: -0.2em;
vertical-align: top;
}
.terminal.disabled .caret {
opacity: 0;
}
.terminal .prompt {
margin-right: 0em;
}
#help {
background: #000;
padding: 10px 5px;
position: fixed;
top: 20px;
right: 20px;
opacity: 0.2;
}
#help:hover {
border: 1px solid #999;
opacity: 0.7;
padding: 9px 4px;
}
|
course-cotrain-data/inlinks/non-course/http:^^www.cs.utexas.edu^users^UTCS^report^1994^profiles^bledsoe.html | ML-SWAT/Web2KnowledgeBase | (His computer science faculty profile.)
|
src/css/main.css | bradsauce/anotherBP | /*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/
audio,
canvas,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browse Happy prompt
========================================================================== */
.browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
.logo {
height: 50px;
width: 150px;
}
.topCred {
height: 60px;
width: 250px;
margin-left: 550px;
}
#wrapper {
margin-left: auto;
margin-right: auto;
width: 960px;
font-size: 20px;
font-family: Helvetica;
}
#content video{
display: block;
margin: 0 auto;
background-color: #4a5b66;
}
#facebook {
text-align: center;
color: white;
background-color: #4f699e;
margin-top: 30px;
}
#boldText {
font-style: bold;
}
#leftFloat {
clear: both;
font-size: 70%;
float: left;
}
#rightFloat {
font-size: 70%;
float: right;
line-height: 175%;
}
#bottomImage{
float: clear;
margin-left:0px;
margin-right:0px;
width: 960px;
}
#noBot {
margin-bottom: 0px;
font-style: bold;
font-size: 125%;
}
#menu {
background-color: #3f8252;
color: white;
height:56px;
line-height:56px;
}
#menu ul {
margin: 24px;
margin-left: 15%;
}
#menu li {
display: inline;
margin-right: 50px;
}
a {
text-decoration: none;
color: white;
}
a:hover {
color: black;
}
#content h2 {
text-align: center;
color: gray;
margin-bottom: 0px;
}
#comfyText {
text-align: center;
color: gray;
margin-top: 0px;
font-size: 75%;
}
#serving {
text-align: center;
color: #3f8252;
font-family: Helvetica;
letter-spacing: 4px;
}
#mainTable {
width: 100%;
float right;
width: 934px;
border-collapse: separate;
border-spacing: 10px 17px;
background-color: #f7f7f7;
}
.tableHeaders {
background-color: #7f8c8d;
color: white;
text-align: center;
height: 70px;
letter-spacing: 4px;
border-spacing:10px 0px;
}
.rows {
color: gray;
font-size: 75%;
text-align: center;
border: 5px solid black;
}
#firstColumn {
clear: both;
float: left;
}
#heatingCooling {
text-align: center;
font-size: 75%;
line-height: 150%;
}
#heating {
color: #c0392b;
letter-spacing: 4px;
font-size: 200%;
padding: 30px;
padding-bottom: 0px;
}
#cooling {
color: #2980b9;
letter-spacing: 4px;
font-size: 200%;
}
#heat {
background-color: #eef1f5;
}
.pics {
margin-left: auto;
margin-right: auto;
border-collapse: separate;
border-spacing: 50px 30px;
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers: h5bp.com/u
*/
.hidden {
display: none !important;
visibility: hidden;
}
/*
* Hide only visually, but have it available for screen readers: h5bp.com/v
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request: h5bp.com/r
========================================================================== */
@media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; /* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group; /* h5bp.com/t */
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
|
static/stylesheets/neural_programmer_feedback.css | nachoaguadoc/aimlx-demos | @import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
.container {
width: 90% !important;
}
#question {
font-size: 16px;
margin: 20px 20px 30px 0px;
visibility: hidden;
}
#answer_np {
visibility: hidden;
margin-bottom: 0px;
}
#suggestions {
margin-left: 0px;
}
.suggestion {
border-color: rgba(119, 185, 248, 0.45);
font-size: 13px;
}
.suggestion_box {
padding-left: 0;
}
.suggestion .panel-body {
background: rgba(119, 185, 248, 0.2);
cursor: pointer;
}
#table {
text-align: center;
}
.table th {
text-align: center;
}
#answers {
padding-left: 0;
padding-right: 0;
}
#debug {
width: 100%;
text-align: left;
visibility: hidden;
display: inline-block;
margin-bottom: 20px;
}
#debug .col-md-4 {
padding: 0;
}
#answer_benchmark, #answer_chatbot {
font-size: 18px;
margin: 20px;
padding-right: 0 !important;
padding-left: 0 !important;
text-align: right;
}
.highlighted {
background-color: #ffa;
}
.result {
background-color: #faa !important;
}
*, *:before, *:after {
box-sizing: border-box;
}
.message {
color: white;
padding: 8px 20px;
line-height: 26px;
font-size: 16px;
border-radius: 5px;
margin-bottom: 30px;
position: relative;
display: inline-block;
}
.message:after {
content: "";
position: absolute;
top: -15px;
left: 20px;
border-width: 0 15px 15px;
border-style: solid;
border-color: #CCDBDC transparent;
display: block;
width: 0;
}
.you-message {
background: #CCDBDC;
color:#003366;
}
.me-message {
background: #348edd;
text-align: right;
}
.me-message:after {
border-color: #348edd transparent;
right: 20px;
top: -15px;
left: auto;
bottom:auto;
}
.step:after {
border-color: #348edd transparent;
right: 20px;
top: -15px;
left: auto;
bottom:auto;
}
.step {
padding: 0px;
line-height: 26px;
font-size: 16px;
border-radius: 5px;
position: relative;
color: #003366;
}
.steps_box {
display: none;
}
.panel-default:hover {
background: rgba(119, 185, 248, 0.2);
}
.step .panel-body {
min-height: 75px;
}
.chat-ul li{
list-style-type: none;
}
.chat-ul {
padding-left: 0;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
.float-right {
float: right;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
#swisscom-logo {
width: 30px;
}
#banner {
width: 100% !important;
margin: 5% !important;
cursor: pointer;
}
#search_row {
margin-top: 80px !important;
}
.right-arrow {
font-size: 21px;
text-align: center;
position: absolute;
top: 0.5em;
}
.popover {
border-color:red;
}
.popover-title{
background-color: rgba(255, 0, 0, 0.39);
}
#correct {
position: absolute;
top: auto;
bottom: 5px;
right: 35px;
font-size: 25px;
color: #32C77C;
cursor: pointer;
}
#wrong {
position: absolute;
top: auto;
bottom: 5px;
right: 5px;
font-size: 25px;
color: #e54c4c;
cursor: pointer;
}
.feedback {
position: absolute;
bottom: 0;
right: 5px;
font-size: 12px;
}
.selectable tr td:hover {
background-color: rgba(119, 185, 248, 0.2);
cursor: pointer;
}
.steps_selectable:hover {
border: 2px solid rgba(255, 0, 0, 1) !important;
cursor: pointer;
}
.steps_selected {
border: 2px solid rgba(255, 0, 0, 1) !important;
cursor: pointer;
}
.feedback_cell {
background-color: rgba(85, 161, 226, 0.72) !important;
}
.button_container{
width: 100%;
text-align: right;
}
#cell_example {
font-size: 12px;
}
button[data-role='end'] {
display: none;
}
#home_button {
height: 54px;
text-align: left;
padding-top: 13px;
}
#home_button span {
cursor: pointer;
}
.btn {
margin-left: 1px;
margin-right: 1px;
} |
example/example.css | X37ddV/expr-manager | .app-view {
bottom: 0;
font-family: Menlo, Monaco, "Courier New", monospace;
font-size: 12px;
font-weight: normal;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.app-view input {
font-family: Menlo, Monaco, "Courier New", monospace;
font-size: 11px;
font-weight: normal;
}.shape-view {
border-style: solid;
border-width: 1px;
position: relative;
}
.shape-view.shape-color-disabled {
border-color: #757575;
}
.shape-view.shape-color-disabled .shape-item {
background-color: #757575;
}
.shape-view.shape-color-enabled {
border-color: #2196f3;
}
.shape-view.shape-color-enabled .shape-item {
background-color: #2196f3;
}
.shape-item {
position: absolute;
}.syntax-view {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.syntax-view ul {
margin: 0;
padding: 0;
}
.syntax-view ul ul {
margin-left: 20px;
}
.syntax-view li {
line-height: 20px;
list-style: none;
}
.syntax-col {
border-bottom: 1px solid #ccc;
cursor: default;
height: 28px;
left: 0;
overflow-x: auto;
overflow-y: hidden;
padding: 0 4px;
position: absolute;
right: 0;
top: 0;
white-space: nowrap;
}
.syntax-col span {
display: inline-block;
margin-top: 1px;
padding-top: 2px;
text-align: center;
width: 7px;
}
.syntax-col span.selected {
background-color: #ffe082;
border-radius: 2px;
}
.syntax-col .token-col-index {
color: #ccc;
}
.syntax-tree {
bottom: 0;
left: 0;
overflow: auto;
padding: 4px;
position: absolute;
right: 0;
top: 28px;
}
.syntax-error {
color: #9e9e9e;
}
.token-item {
color: #fff;
cursor: default;
display: inline-block;
white-space: nowrap;
}
.token-item span {
display: inline-block;
line-height: 15px;
}
.token-item .token-item-expand {
width: 11px;
}
.token-item .token-item-expand .token-item-expand-icon {
display: none;
height: 0;
width: 0;
}
.token-item.selected .token-item-index {
background-color: #ffe082;
color: #62a;
}
.token-item.expanded .token-item-expand .token-item-expand-icon {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 8px solid #ccc;
display: block;
}
.token-item.collapsed .token-item-expand .token-item-expand-icon {
border-bottom: 5px solid transparent;
border-left: 8px solid #ccc;
border-top: 5px solid transparent;
display: block;
}
.token-item .token-item-type {
background-color: #198;
border-radius: 2px;
padding: 1px 3px;
}
.token-item .token-item-type.virtual {
background-color: #f98;
}
.token-item .token-item-text {
background-color: #62a;
border-radius: 2px;
padding: 1px 3px;
}
.token-item .token-item-index {
background-color: #ccc;
border-radius: 2px;
padding: 1px 3px;
}.setting-view {
background-color: rgba(255, 255, 255, 0.1);
bottom: 0;
display: none;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.setting-view .setting-content {
background-color: rgba(0, 0, 0, 0.8);
border-radius: 4px;
bottom: 8px;
color: #fff;
left: 8px;
padding: 20px;
position: absolute;
right: 8px;
top: 8px;
}
.setting-view .setting-content .setting-close {
padding: 4px;
position: absolute;
right: 0;
top: 0;
}
.setting-p1 {
height: 100%;
position: relative;
width: 100%;
}
.setting-p1 .setting-p1-scroll {
bottom: 38px;
left: 0;
overflow-y: auto;
position: absolute;
right: 0;
top: 0;
}
.setting-p1 .setting-p1-actions {
bottom: 0;
height: 38px;
left: 0;
position: absolute;
right: 0;
}
.setting-p1 .setting-p1-actions button {
bottom: 4px;
position: absolute;
top: 4px;
}
.setting-p1 .setting-p1-actions .setting-p1-error-msg {
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 120px;
text-overflow: ellipsis;
top: 12px;
white-space: nowrap;
word-wrap: normal;
}
.setting-p1 .setting-p1-actions .setting-p1-action-cancel {
right: 58px;
}
.setting-p1 .setting-p1-actions .setting-p1-action-apply {
right: 0;
}
.setting-p1 .setting-p1-title {
border-bottom: 1px solid #fff;
font-size: 20px;
padding: 4px 0 4px 4px;
}
.setting-p1 .setting-p1-content {
font-size: 14px;
padding: 10px 0;
}
.setting-p1 .setting-p1-item {
height: 20px;
margin-bottom: 4px;
padding-bottom: 4px;
position: relative;
}
.setting-p1 .setting-p1-item label {
bottom: 0;
font-size: 14px;
left: 0;
position: absolute;
text-align: right;
top: 4px;
width: 250px;
}
.setting-p1 .setting-p1-item input {
background: none;
border-bottom: 1px solid #fff;
border-image: none;
border-left: 0;
border-right: 0;
border-top: 0;
bottom: 0;
color: #fff;
font-size: 14px;
left: 260px;
outline: none;
position: absolute;
right: 0;
top: 0;
}@keyframes cursor {
0% {
background-color: #ffe082;
}
25% {
background-color: #ffe082;
}
26% {
background-color: transparent;
}
75% {
background-color: transparent;
}
76% {
background-color: #ffe082;
}
100% {
background-color: #ffe082;
}
}
.terminal-view {
height: 100%;
width: 100%;
}
.terminal-view .terminal-tpyer-hidden {
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 8px;
}
.terminal-view .terminal-tpyer-hidden .terminal-typer {
border: 0;
left: 0;
margin: 0;
padding: 0;
position: absolute;
right: 6px;
top: 0;
}
.terminal-view .terminal-text {
cursor: text;
overflow: hidden;
padding: 8px 0;
white-space: nowrap;
width: 100%;
}
.terminal-view .terminal-text.terminal-focus span.cursor {
-webkit-animation: cursor 1s linear infinite;
-moz-animation: cursor 1s linear infinite;
-ms-animation: cursor 1s linear infinite;
-o-animation: cursor 1s linear infinite;
animation: cursor 1s linear infinite;
background-color: #ffe082;
}
.terminal-view .terminal-text.terminal-focus span.selected {
background-color: #ffe082;
}
.terminal-view .terminal-text.terminal-focus span.suggest {
color: #9e9e9e;
}
.terminal-view .terminal-text span {
display: inline-block;
height: 12px;
min-width: 6px;
text-align: center;
vertical-align: top;
}
.terminal-view .terminal-text span.selected {
background-color: #eee;
}
.terminal-suggest {
-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
background-color: rgba(255, 255, 255, 0.9);
border: 1px solid #ccc;
border-radius: 6px;
bottom: 22px;
display: none;
left: 0;
margin: 0;
max-height: 160px;
min-width: 100px;
overflow-x: hidden;
overflow-y: scroll;
padding: 0;
position: absolute;
top: auto;
}
.terminal-suggest li {
list-style: none;
padding: 2px 8px;
}
.terminal-suggest li.selected {
-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
-ms-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
background-color: #198;
color: #fff;
}.btn-group {
display: inline-block;
position: relative;
vertical-align: middle;
}
.btn-group .btn + .btn {
margin-left: -1px;
}
.btn-group > .btn {
float: left;
position: relative;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-default {
background-color: #fff;
color: #616161;
}
.btn-default:active {
background-color: #eee;
}
.btn {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 400;
margin-bottom: 0;
outline: none;
padding: 4px 6px;
text-align: center;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}
.main-view {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.main-view.show-all .main-split {
display: block;
}
.main-view.show-all.layout-horizontal .main-data {
bottom: 0;
right: 260px;
}
.main-view.show-all.layout-horizontal .main-console {
border-left: 1px solid #ccc;
top: 37px;
width: 260px;
}
.main-view.show-all.layout-horizontal .main-split {
bottom: 0;
cursor: col-resize;
right: 258px;
top: 36px;
width: 4px;
}
.main-view.show-all.layout-vertical .main-data {
bottom: 260px;
right: 0;
}
.main-view.show-all.layout-vertical .main-console {
border-top: 1px solid #ccc;
height: 260px;
left: 0;
}
.main-view.show-all.layout-vertical .main-split {
bottom: 232px;
cursor: row-resize;
height: 30px;
left: 73px;
right: 0;
}
.main-view.hide-data .main-data {
display: none;
}
.main-view.hide-data .main-console {
left: 0;
top: 37px;
}
.main-view.hide-console .main-data {
bottom: 0;
right: 0;
}
.main-view.hide-console .main-console {
display: none;
}
.main-view.none-select {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.main-view.none-select.layout-horizontal {
cursor: col-resize;
}
.main-view.none-select.layout-vertical {
cursor: row-resize;
}
.main-header {
background-color: #eee;
border-bottom: 1px solid #ccc;
color: #616161;
height: 36px;
position: relative;
width: 100%;
}
.main-header .main-header-title {
font-size: 24px;
padding-left: 8px;
padding-top: 6px;
}
.main-header .main-header-layouts {
position: absolute;
right: 8px;
top: 6px;
}
.main-header .main-header-actions {
position: absolute;
right: 110px;
top: 6px;
}
.main-header .main-header-actions button {
padding-bottom: 1px;
}
.main-data {
left: 0;
position: absolute;
top: 37px;
}
.main-console {
bottom: 0;
position: absolute;
right: 0;
}
.main-split {
display: none;
position: absolute;
}.result-view {
bottom: 0;
cursor: default;
left: 0;
overflow-x: hidden;
overflow-y: scroll;
position: absolute;
right: 0;
top: 0;
}
.result-view .result-empty {
overflow: hidden;
}
.result-view .result-empty,
.result-view .result-rows,
.result-view .result-row {
width: 100%;
}
.result-view .result-row {
border-left: 2px solid transparent;
border-top: 1px solid #eee;
position: relative;
}
.result-view .result-row.warning {
background-color: #fff8e1;
}
.result-view .result-row.warning .result-value-prompt {
padding-top: 2px;
}
.result-view .result-row.warning .result-value-prompt path {
fill: #f98;
}
.result-view .result-row.selected {
background-color: #ffecb3;
border-left-color: #2196f3;
}
.result-view .result-line-content,
.result-view .result-value-content {
margin-left: 18px;
}
.result-view .result-line-content {
color: #2196f3;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal;
}
.result-view .result-line-content,
.result-view .result-value {
line-height: 18px;
padding-top: 1px;
}
.result-view .result-value {
white-space: nowrap;
}
.result-view .result-value span {
display: inline-block;
}
.result-view .result-value .result-value-expand {
display: none;
height: 10px;
width: 10px;
}
.result-view .result-value .result-value-type {
display: none;
}
.result-view .result-value.expanded .result-value-expand {
display: inline-block;
margin-right: 2px;
}
.result-view .result-value.expanded .result-value-expand-icon {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 8px solid #616161;
display: block;
margin-top: 2px;
}
.result-view .result-value.expanded .result-value-json {
display: none;
}
.result-view .result-value.expanded .result-value-type {
display: inline-block;
}
.result-view .result-value.collapsed .result-value-expand {
display: inline-block;
margin-right: 2px;
}
.result-view .result-value.collapsed .result-value-expand-icon {
border-bottom: 5px solid transparent;
border-left: 8px solid #616161;
border-top: 5px solid transparent;
display: block;
margin-top: 1px;
}
.result-view .result-value.collapsed .result-value-json {
font-style: italic;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal;
}
.result-view .result-value-content ul {
margin: 0;
padding: 0;
}
.result-view .result-value-content ul .result-prefix-none ul {
margin-left: 8px;
}
.result-view .result-value-content ul .result-prefix-array ul {
margin-left: 34px;
}
.result-view .result-value-content ul .result-prefix-array > .nochild > .result-value-expand {
display: none;
}
.result-view .result-value-content ul .result-prefix-object ul {
margin-left: 20px;
}
.result-view .result-value-content ul .result-prefix-object .result-value-expand {
display: inline-block;
margin-right: 2px;
}
.result-view .result-value-content li {
list-style: none;
}
.result-view .result-line-prompt,
.result-view .result-value-prompt {
left: 0;
position: absolute;
top: 0;
}
.result-view .result-line-prompt {
padding: 4px 0 0 2px;
}
.result-view .result-line-prompt path {
fill: #616161;
}
.result-view .result-value-prompt {
padding: 4px 0 0 1px;
}
.result-view .result-value-prompt path {
fill: #9e9e9e;
}
.result-view .result-value-prompt circle {
fill: #9e9e9e;
}
.result-view .result-style-string {
color: #f98;
}
.result-view .result-style-number {
color: #198;
}
.result-view .result-style-boolean,
.result-view .result-style-prop {
color: #62a;
}
.result-view .result-style-length,
.result-view .result-style-default,
.result-view .result-style-index {
color: #9e9e9e;
}
.result-view .result-style-index {
overflow: hidden;
padding-right: 6px;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
width: 14px;
word-wrap: normal;
}
.result-view .result-style-icon {
background-color: #cbcbcb;
border: 1px solid #999;
border-radius: 2px;
color: #fff;
height: 12px;
line-height: 14px;
margin-right: 3px;
text-align: center;
width: 12px;
}
.result-view .result-style-icon.result-style-icon-number {
background-color: #95b8d9;
border-color: #6b89a9;
}
.result-view .result-style-icon.result-style-icon-string {
background-color: #ea979a;
border-color: #bd6e72;
}
.result-view .result-style-icon.result-style-icon-object {
background-color: #f5dd96;
border-color: #cbb471;
}
.result-view .result-style-icon.result-style-icon-array {
background-color: #94c976;
border-color: #7eab65;
}
.result-view .result-style-icon.result-style-icon-date {
background-color: #888af5;
border-color: #7375d0;
}
.result-view .result-style-icon.result-style-icon-boolean {
background-color: #bea6c9;
border-color: #8d7798;
}.console-view {
background-color: #fff;
bottom: 0;
font-size: 11px;
left: 0;
line-height: 11px;
position: absolute;
right: 0;
top: 0;
}
.console-view.show-all.layout-vertical .console-content {
top: 0;
}
.console-view.show-all.layout-vertical .console-terminal-content {
top: 28px;
}
.console-view.show-all.layout-vertical .console-terminal {
height: 50%;
left: 0;
right: 0;
top: 0;
}
.console-view.show-all.layout-vertical .console-watch {
border-top: 1px solid #ccc;
bottom: 0;
height: 50%;
left: 0;
right: 0;
}
.console-view.show-all.layout-horizontal .console-terminal {
bottom: 0;
left: 0;
top: 0;
width: 50%;
}
.console-view.show-all.layout-horizontal .console-watch {
border-left: 1px solid #ccc;
bottom: 0;
right: 0;
top: 0;
width: 50%;
}
.console-view.show-all .console-terminal-split,
.console-view.show-all .console-terminal-right,
.console-view.show-all .console-terminal-left {
display: none;
}
.console-view.show-all .console-terminal-clear {
right: 4px;
}
.console-view.show-all .console-terminal-view {
right: 21px;
}
.console-view.hide-watch .console-terminal {
bottom: 0;
left: 0;
right: 0;
top: 0;
}
.console-view.hide-watch .console-watch {
display: none;
}
.console-view.hide-watch .console-terminal-right {
right: 7px;
top: 7px;
}
.console-view.hide-watch .console-terminal-right:active {
right: 6px;
top: 6px;
}
.console-view.hide-terminal .console-watch {
bottom: 0;
left: 0;
right: 0;
top: 0;
}
.console-view.hide-terminal .console-terminal {
display: none;
}
.console-view.hide-terminal .console-watch-left {
right: 25px;
top: 7px;
}
.console-view.hide-terminal .console-watch-left:active {
right: 24px;
top: 6px;
}
.console-view .icon-view.icon-color-enabled {
border-width: 2px;
}
.console-view .icon-view.icon-color-disabled {
border-width: 1px;
}
.console-header {
background-color: #eee;
border-bottom: 1px solid #ccc;
color: #757575;
height: 28px;
position: relative;
width: 100%;
}
.console-header .console-header-title {
font-size: 14px;
padding-left: 8px;
padding-top: 9px;
}
.console-content {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 28px;
}
.console-terminal,
.console-watch {
position: absolute;
}
.console-terminal-content,
.console-watch-content {
border-bottom: 1px solid #eee;
bottom: 28px;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.console-terminal-footer,
.console-watch-footer {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
bottom: 0;
height: 28px;
left: 0;
position: absolute;
right: 0;
}
.console-terminal-clear,
.console-watch-clear,
.console-terminal-right,
.console-watch-right,
.console-terminal-left,
.console-watch-left {
cursor: pointer;
position: absolute;
}
.console-terminal-split,
.console-watch-split {
background-color: #ccc;
height: 13px;
position: absolute;
right: 44px;
top: 7px;
width: 1px;
}
.console-terminal-right,
.console-watch-right,
.console-terminal-left,
.console-watch-left {
top: 6px;
}
.console-terminal-right:active .icon-view.icon-color-disabled,
.console-watch-right:active .icon-view.icon-color-disabled,
.console-terminal-left:active .icon-view.icon-color-disabled,
.console-watch-left:active .icon-view.icon-color-disabled {
border-width: 2px;
}
.console-terminal-right,
.console-watch-right {
right: 6px;
}
.console-terminal-left,
.console-watch-left {
right: 24px;
}
.console-terminal-clear,
.console-watch-clear {
right: 47px;
top: 5px;
}
.console-terminal-clear path,
.console-watch-clear path {
fill: #757575;
}
.console-terminal-clear:active path,
.console-watch-clear:active path {
fill: #616161;
}
.jquery-console-prompt-label {
padding-right: 14px;
position: relative;
}
.jquery-console-prompt-label svg {
position: absolute;
top: 1px;
}
.console-terminal-prompt,
.console-terminal-view {
position: absolute;
}
.console-terminal-prompt {
bottom: 0;
left: 0;
padding: 8px 0 0 4px;
top: 0;
width: 14px;
}
.console-terminal-prompt path {
fill: #2196f3;
}
.console-terminal-view {
bottom: 0;
left: 18px;
right: 64px;
top: 0;
}@charset "UTF-8";
.easygrid {
background-color: #fff;
height: 100%;
position: relative;
width: 100%;
}
.easygrid.split-dragging {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
cursor: col-resize;
}
.easygrid.split-dragging .easygrid-header-column {
cursor: col-resize;
}
.easygrid.column-dragging {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.easygrid.selected .easygrid-header {
background-color: #ffe082;
}
.easygrid.selected .easygrid-content-row-content.selected {
background-color: #fff8e1;
}
.easygrid.selected .easygrid-content-row-content.selected .easygrid-content-cell.selected {
background-color: #ffecb3;
}
.easygrid.selected .easygrid-content-cell.selected {
background-color: #fff8e1;
}
.easygrid-view {
height: 100%;
overflow: hidden;
}
.easygrid-view input[type=radio], .easygrid-view input[type=checkbox] {
cursor: pointer;
}
.easygrid-header {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
background-color: #eee;
border-bottom: 1px solid #ccc;
font-size: 14px;
height: 28px;
}
.easygrid-header-columns {
height: 28px;
position: relative;
}
.easygrid-header-column {
float: left;
height: 28px;
}
.easygrid-header-column-wrap {
border-right: 1px solid #ccc;
height: 100%;
position: relative;
}
.easygrid-header-title {
left: 0;
overflow-x: hidden;
padding: 6px 0 0 6px;
position: absolute;
right: 6px;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal;
}
.easygrid-header-sort {
display: none;
height: 100%;
position: absolute;
right: 4px;
width: 8px;
}
.easygrid-triangle-top {
border-bottom: 4px solid #ccc;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
position: absolute;
top: 9px;
}
.easygrid-triangle-bottom {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #ccc;
position: absolute;
top: 15px;
}
.asc .easygrid-header-sort {
display: block;
}
.asc .easygrid-triangle-top {
border-bottom-color: #757575;
}
.desc .easygrid-header-sort {
display: block;
}
.desc .easygrid-triangle-bottom {
border-top-color: #757575;
}
.easygrid-header-split {
cursor: col-resize;
height: 100%;
position: absolute;
right: 0;
width: 4px;
}
.easygrid-content {
bottom: 0;
left: 0;
overflow: auto;
position: absolute;
right: 0;
top: 29px;
}
.easygrid-content-row-content {
border-bottom: 1px solid #eee;
height: 28px;
}
.easygrid-content-row-content.selected {
background-color: #fafafa;
}
.easygrid-content-row-content.selected .easygrid-content-cell.selected {
background-color: #f5f5f5;
}
.easygrid-content-row-content .easygrid-tree-expand {
color: #757575;
cursor: pointer;
padding-top: 7px;
text-align: right;
top: 0;
}
.easygrid-content-row-content .easygrid-tree-expand::before {
content: "+";
}
.easygrid-content-row-content.no-children .easygrid-tree-expand {
color: transparent;
cursor: default;
}
.easygrid-content-row-content.expand .easygrid-tree-expand::before {
content: "−";
}
.easygrid-content-cell {
float: left;
height: 100%;
position: relative;
}
.easygrid-content-cell.selected {
background-color: #fafafa;
}
.easygrid-content-cell .easygrid-editor-cell {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.easygrid-content-value {
overflow: hidden;
padding: 8px 4px 0 4px;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal;
}
.easygrid-content-value.none-text-ellipsis {
overflow: visible;
text-overflow: clip;
white-space: normal;
word-wrap: normal;
}
.easygrid-content-value.text-center {
text-align: center;
}
.easygrid-content-value.text-right {
text-align: right;
}
.easygrid-split-solid {
border-left: 1px solid #ccc;
bottom: 0;
display: none;
position: absolute;
top: 0;
width: 1px;
z-index: 1;
}
.easygrid-split-dotted {
border-left: 1px dotted #ccc;
bottom: 0;
display: none;
position: absolute;
top: 0;
width: 1px;
z-index: 1;
}
.easygrid-drag-column {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
background-color: #fff;
border: 1px solid #ccc;
color: #ccc;
cursor: move;
display: none;
filter: alpha(opacity=90);
height: 28px;
opacity: 0.9;
position: absolute;
width: 200px;
z-index: 1;
}
.easygrid-drag-target {
background-color: #2196f3;
bottom: 0;
display: none;
filter: alpha(opacity=50);
height: 28px;
opacity: 0.5;
position: absolute;
top: 0;
width: 3px;
z-index: 1;
}
.easygrid-empty-text {
bottom: 0;
left: 0;
position: absolute;
right: 0;
text-align: center;
top: 0;
}
.easygrid-empty-text span {
color: #ccc;
margin-left: 45%;
position: absolute;
top: 45%;
}
.easygrid-tree-indent,
.easygrid-tree-expand {
float: left;
height: 100%;
width: 20px;
}
input[type=radio].easygrid-content-value-radio {
margin: 8px 0 0 8px;
}
input[type=checkbox].easygrid-header-checkbox, input[type=checkbox].easygrid-content-value-checkbox {
margin: 8px 0 0 8px;
}
.data-view {
bottom: 0;
color: #757575;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.data-view .data-grid-edit {
border: 0;
bottom: 0;
font-size: 12px;
left: 0;
outline: none;
padding: 0 4px;
position: absolute;
right: 0;
top: 0;
}
.data-grid0 {
height: 50%;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.data-grid-sub {
border-top: 1px solid #ccc;
bottom: 0;
height: 50%;
left: 0;
position: absolute;
right: 0;
}
.data-grid1 {
bottom: 0;
left: 0;
position: absolute;
top: 0;
width: 50%;
}
.data-grid2 {
border-left: 1px solid #ccc;
bottom: 0;
position: absolute;
right: 0;
top: 0;
width: 50%;
} |
src/app/components/comp-2175/comp-2175.component.html | angular/angular-cli-stress-test | <p>
comp-2175 works!
</p>
|
_posts/tumblr/2014-01-06-come-to-nyc-tech-talks-at-gilt-on-january-14.html | nataliab/tech-blog | ---
layout: post
title: Come to NYC Tech Talks at Gilt on January 14!
date: '2014-01-06T14:46:00-05:00'
tags:
- NYC Tech Talks
- NYC
- technology
- Gilt
- Gilttech
- Yoni Goldberg
- Micro-services
- architecture
- Scala
- personalization
- enabling micro-services architectures with Scala
- NYCTechTalks
- presentations
tumblr_url: http://tech.gilt.com/post/72465852778/come-to-nyc-tech-talks-at-gilt-on-january-14
---
<p><img alt="image" height="597" src="https://31.media.tumblr.com/093d3e6b188726f7b6aacf2e2f512c10/tumblr_inline_myzuqcjesY1s17bu5.jpg" width="800"/></p>
<p><em>Pictured: Yoni pouring the first glass of cold brew coffee from our in-house kegerator.</em></p>
<p><a href="http://www.meetup.com/NYC-Tech-Talks/" target="_blank">NYC Tech Talks</a> is one of New York City’s top meetup groups for technologists who write and test code or work with servers, so we’re very excited to be hosting their next meetup on Tuesday, Jan. 14. Even more exciting for us is that our very own Yoni Goldberg will be the featured presenter!</p>
<p>A lead software engineer on our <a href="http://tech.gilt.com/2013/12/19/some-of-the-gilt-personalization-teams-favorite" target="_blank">Personalization team</a>, Yoni <span>will describe the evolution of Gilt’s technology stack and provide a deep dive into some of the lessons we’ve learned along the way. He’ll also highlight some of the core challenges that a tech team needs to consider and address before heading down the path of building a first-class micro-services architecture. </span></p>
<p>Please join us next Tuesday for pizza, beer, and a great talk by Yoni! <span>Learn about how we’ve transformed our infrastructure from a monolithic Ruby application into distributed, fault tolerant, scalable architecture based on hundreds of micro-services built with Scala. And find out how we’ve implemented the concepts of immutability and idempotence throughout our service layer and architecture.</span></p>
<p>To join NYC Tech Talks and to RSVP, just <a href="http://www.meetup.com/NYC-Tech-Talks/events/158323672/" target="_blank">go here</a>.</p>
|
place/ghana/budget/2013/index.html | okfn/opendataindex-2015 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Open Knowledge">
<meta name="description" content="The Global Open Data Index assesses the state of open government data around the world.
">
<meta name="keywords" content="Open Government, Open Data, Government Transparency, Open Knowledge
">
<meta property="og:type" content="website"/>
<meta property="og:title" content="Open Data Index - Open Knowledge"/>
<meta property="og:site_name" content="Open Data Index"/>
<meta property="og:description"
content="The Global Open Data Index assesses the state of open government data around the world."/>
<meta property="og:image" content="/static/images/favicon.ico"/>
<title>Ghana / Government Budget (2013) | Global Open Data Index by Open Knowledge</title>
<base href="/">
<!--[if lt IE 9]>
<script src="/static/vendor/html5shiv.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="/static/css/site.css">
<link rel="icon" href="/static/images/favicon.ico">
<script>
var siteUrl = '';
</script>
</head>
<body class="na">
<div class="fixed-ok-panel">
<div id="ok-panel" class="closed">
<iframe src="http://assets.okfn.org/themes/okfn/okf-panel.html" scrolling="no"></iframe>
</div>
<a class="ok-ribbon"><img src="http://okfnlabs.org/ok-panel/assets/images/ok-ribbon.png" alt="Open Knowledge"></a>
</div>
<header id="header">
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="logo">
<a href="/">
<img src="/static/images/logo2.png">
<span>Global<br/>Open Data Index</span>
</a>
</div>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav" style="margin-right: 132px;">
<li>
<a href="/place/" title="About the Open Data Index project">
Places
</a>
</li>
<li>
<a href="/dataset/" title="About the Open Data Index project">
Datasets
</a>
</li>
<li>
<a href="/download/" title="Download Open Data Index data">
Download
</a>
</li>
<li>
<a href="/insights/" title="Insights">
Insights
</a>
</li>
<li>
<a href="/methodology/"
title="The methodology behind the Open Data Index">
Methodology
</a>
</li>
<li>
<a href="/about/" title="About the Open Data Index project">
About
</a>
</li>
<li>
<a href="/press/"
title="Press information for the Open Data Index">
Press
</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<div class="container">
<div class="content">
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li>
<a href="/">Home</a>
</li>
<li class="active">Ghana / Government Budget (2013)</li>
</ol>
<header class="page-header">
<h1>Ghana / Government Budget (2013)</h1>
</header>
<h3>Sorry</h3>
<p>
There is no data available for Ghana / Government Budget (2013) in the Index.
</p>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="row">
<div class="footer-main col-md-8">
<div class="footer-attribution">
<p>
<a href="http://opendefinition.org/ossd/" title="Open Online Software Service">
<img src="http://assets.okfn.org/images/ok_buttons/os_80x15_orange_grey.png" alt=""
border=""/>
</a>
<a href="http://opendefinition.org/okd/" title="Open Online Software Service">
<img src="http://assets.okfn.org/images/ok_buttons/od_80x15_blue.png" alt="" border=""/>
</a>
<a href="http://opendefinition.org/okd/" title="Open Content">
<img src="http://assets.okfn.org/images/ok_buttons/oc_80x15_blue.png" alt="" border=""/>
</a>
–
<a href="http://creativecommons.org/licenses/by/3.0/"
title="Content Licensed under a CC Attribution"></a>
<a href="http://opendatacommons.org/licenses/pddl/1.0"
title="Data License (Public Domain)">Data License (Public
Domain)</a>
</p>
</div>
<div class="footer-meta">
<p>
This service is run by <a href="https://okfn.org/" title="Open Knowledge">Open Knowledge</a>
</p> <a class="naked" href="http://okfn.org/" title="Open Knowledge"><img
src="http://assets.okfn.org/p/okfn/img/okfn-logo-landscape-black-s.png" alt="" height="28"></a>
</div>
</div>
<div class="footer-links col-md-2">
<li><a href="http://okfn.org/" title="Open Knowledge">Open Knowledge</a></li>
<li><a href="http://okfn.org/opendata/" title="What is Open Data?">What is
Open Data?</a></li>
<li><a href="http://census.okfn.org/" title="Run your own Index">Run your
own Index</a></li>
<li><a href="https://github.com/okfn/opendataindex" title="The source code for Open Data Index">Source Code</a></li>
</div>
<div class="footer-links col-md-2">
<li><a href="/" title="Open Data Index home">Home</a></li>
<li><a href="/download/" title="Download data">Download</a></li>
<li><a href="/methodology/"
title="The methodology behind the Open Data Index">Methodology</a></li>
<li><a href="/faq/" title=" Open Data Index FAQ">FAQ</a></li>
<li><a href="/about/" title="About the Open Data Index">About</a></li>
<li><a href="/about/" title="Contact us">Contact</a></li>
<li><a href="/press/" title="Press">Press</a></li>
</div>
</div>
</div>
</footer>
<script data-main="/static/scripts/site" src="/static/scripts/require.js"></script>
</body>
</html> |
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4.5/contrib:micromega/dev/2014-11-21_18-05-12.html | coq-bench/coq-bench.github.io-old | <!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:micromega 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:micromega
<small>
dev
<span class="label label-info">Not compatible with this Coq</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:micromega/coq:contrib:micromega.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:micromega.dev coq.8.4.5</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 8.4.5).
The following dependencies couldn't be met:
- coq:contrib:micromega -> coq = 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:micromega.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>2 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq.8.4.5
=== 1 to remove ===
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq.8.4.5.
[WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing
[WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing
The following actions will be performed:
- install coq.dev [required by coq:contrib:micromega]
- install coq:contrib:micromega.dev
=== 2 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq.dev:
./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 -no-native-compiler
make -j4
make install
Installing coq.dev.
Building coq:contrib:micromega.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:micromega.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>Data not available in this bench.</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> |
_includes/header.html | ghuntley/ghuntley.github.io | <header class="site-header px2 px-responsive">
<div class="mt2 wrap">
<div class="measure">
<a href="/" class="site-title">{{ site.title }}</a>
<nav class="site-nav">
{% include navigation.html %}
</nav>
<div class="clearfix"></div>
{% include subnavigation.md %}
</div>
</div>
</header>
|
raw/pmsb13/pmsb13-data-20130530/sources/qhuulr654q26tohr/2013-05-22T23-06-40.320+0200/sandbox/PMSB_group6/documentation/html/functions_func.html | bkahlert/seqan-research | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>Ginger: Class Members - 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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Ginger
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.1.2 -->
<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 class="current"><a href="functions.html"><span>Class Members</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>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('functions_func.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
 <ul>
<li>computeMemory()
: <a class="el" href="structseqan_1_1_memory_sample.html#a7d0286090f1dc096cad63a5088feb26b">seqan::MemorySample</a>
</li>
<li>end()
: <a class="el" href="structseqan_1_1_performance_sample.html#a77c483d55c1ce27e7e436d968ec24752">seqan::PerformanceSample</a>
</li>
<li>getScore()
: <a class="el" href="structseqan_1_1_g_match.html#abb18449ea53a23e2d2b00d0ca60e2ad5">seqan::GMatch< TScore, TSequence ></a>
</li>
<li>getTime()
: <a class="el" href="structseqan_1_1_performance_sample.html#a5eff59afa1efeb5ff09975f2a70c6795">seqan::PerformanceSample</a>
</li>
<li>GFastaRecord()
: <a class="el" href="structseqan_1_1_g_fasta_record.html#a605409d17ae67a8bd374d135bc6a3cc4">seqan::GFastaRecord< TSequence ></a>
</li>
<li>GMatch()
: <a class="el" href="structseqan_1_1_g_match.html#a97931c51078da8a996ca32e634b4d10c">seqan::GMatch< TScore, TSequence ></a>
</li>
<li>GScoreStorage()
: <a class="el" href="structseqan_1_1_g_score_storage.html#ae8c9ba7615d3cb36874aeab402138187">seqan::GScoreStorage< TScore ></a>
</li>
<li>MemorySample()
: <a class="el" href="structseqan_1_1_memory_sample.html#a404b8be3331ce456a00e782932d3fc1e">seqan::MemorySample</a>
</li>
<li>PerformanceSample()
: <a class="el" href="structseqan_1_1_performance_sample.html#a8651d680f9e3830c3c387f52f3868f28">seqan::PerformanceSample</a>
</li>
<li>printToStdout()
: <a class="el" href="structseqan_1_1_memory_sample.html#a2f93fe0280338e4dad0c479ba3a3b778">seqan::MemorySample</a>
, <a class="el" href="structseqan_1_1_performance_sample.html#a339cf52d519b7948043f9aa1ea152eb6">seqan::PerformanceSample</a>
</li>
<li>start()
: <a class="el" href="structseqan_1_1_performance_sample.html#aa32edc31e6ad815364f5351959bef27f">seqan::PerformanceSample</a>
</li>
<li>takeAverageValues()
: <a class="el" href="structseqan_1_1_performance_sample.html#a3fbe8137dc6639d13c536f1e5f5d9bd2">seqan::PerformanceSample</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Wed May 22 2013 10:23:08 for Ginger by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.1.2 </li>
</ul>
</div>
</body>
</html>
|
sistema4/NovaRequisicaoAluno.html | Husseinat/engsoft | <html><head>
<title>Requisição de Documentos</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
<meta http-equiv="Expires" content="-1">
<link href="https://uspdigital.usp.br/comumwebdev/imagens/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="https://uspdigital.usp.br/comumwebdev/imagens/favicon.ico" rel="icon" type="image/x-icon">
<link href="Requisição de Documentos_files/menuweb.css" type="text/css" rel="stylesheet">
<style>
#layout_principal {
width: 100%;
}
#layout_cabecalho {
}
#layout_menu {
width: 170px;
float: left;
padding-top: 10px;
}
#layout_conteudo {
padding-left: 181px;
padding-top: 10px;
}
</style><style>.cke{visibility:hidden;}</style></head>
<body waid71fa0d88-5390-4b5b-a2f4-e45fa93d85e2="SA password protect entry checker">
<div id="layout_principal">
<div id="layout_cabecalho">
<style>
a.cabecalho_sair:active {font-family:verdana; font-weight:bold; color:#FFFFFF; text-decoration:none;}
a.cabecalho_sair:link {font-family:verdana; font-weight:bold; color:#FFFFFF; text-decoration:none;}
a.cabecalho_sair:visited {font-family:verdana; font-weight:bold; color:#FFFFFF; text-decoration:none;}
a.cabecalho_sair:hover {font-family:verdana; font-weight:bold; color:#FFFFFF; text-decoration:underline;}
td.font_cabecalho1 {
font:bold 26px Tahoma;
color: #FFFFFF;
}
td.font_cabecalho2 {
font:bold 10px Arial;
color: #FFFFFF;
}
td.font_cabecalho3 {
font:normal 9px Verdana;
color: #FFFFFF;
}
.logo_texto {
font: bold 20px Arial;
color: #0F94AB;
}
.logo_sub {
font: bold 12px Arial;
color: #0F94AB;
}
</style>
<table width="100%" cellspacing="0" cellpadding="0" border="0" height="60">
<tbody>
<tr>
<td rowspan="3" width="180" align="center"><a href="" target="_blank"><img src="Requisição de Documentos_files/usp-logo.png" alt="" style="position: relative; top: -3px;" width="122" border="0" height="49"></a></td>
<td>
<span class="logo_texto">Requisição de Documentos<br></span>
<span class="logo_sub">Aluno ICMC</span>
</td>
</tr>
</tbody>
</table>
<div style="width: 100%; height: 14px; background-image: url('https://uspdigital.usp.br/comumwebdev/imagens/cabecalho/bg-headtop.gif'); margin-bottom: 5px; text-align: right; color: white; padding-top: 12px; padding-right: 3px; font-family: Verdana; font-size: 10px;">
XXXXX - João |
Aluno |
<a href="" class="cabecalho_sair" style="">Alterar Senha</a> | <a href="" class="cabecalho_sair" style="">Sair</a>
</div>
</div>
<div id="layout_menu">
<link rel="stylesheet" type="text/css" id="listmenu-v" href="Requisição de Documentos_files/listmenu_v.css" title="Vertical 'Earth'">
<link rel="alternate stylesheet" type="text/css" id="fsmenu-fallback" href="Requisição de Documentos_files/listmenu_fallback.css" disabled="">
<!-- NAO AUTENTICADO -->
<ul class="menulist" id="listMenuRoot">
<li class="menuHeader">
Acesso do Aluno
</li>
<li>
<a href="NovaRequisicaoAluno.html">Solicitar Documento</a>
</li>
<li>
<a href="RequisicaoAluno.html">Processando / Concluídas</a>
</li>
<li>
<a href="AlterarDados.html">Alterar Dados</a>
</li>
</ul>
<div style="font-size: 7px"> </div>
<!-- AUTENTICADO -->
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
<div id="layout_conteudo">
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<style>
#my_web_cabecalho {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: left;
width: 100%;
border-bottom: solid;
border-bottom-width: thin;
border-bottom-color: #666666;
padding-bottom: 4px;
margin-bottom: 4px;
}
#my_web_cabecalho_descricao {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
padding-bottom: 10px;
}
</style>
<div id="my_web_cabecalho">
Nova Requisição
</div>
<br>
<form name="form1" method="post" action="NovaRequisicaoAluno.html">
<table cellspacing="3" cellpadding="2" border="0" align="center">
<tbody><tr>
<td><font class="txt_verdana_8pt_black" size="2" face="Verdana, Arial, Helvetica, sans-serif">Documento:</font></td>
<td>
<select id="selectlist" name="selectlist">
<option value="matricula" selected="selected">Atestado de Aluno - Atesta que é um aluno de graduação</option>
<option value="conclusao">Atestado de Aluno Trancado - Atesta que é um aluno de graduação com matrícula trancada</option>
<option value="resumoEscolar">Atestado de Matrícula - Atesta que um aluno está matriculado</option>
<option value="audi">Atestado de Matrícula com disciplinas - Atesta que um aluno está matriculado, informando as disciplinas</option>
<option value="audi">Declaração de participação em Programa de Bolsa - declara que o aluno de Graduação participou ou participa de Programas de Bolsa</option>
<option value="audi">Declaração para abertura de Conta Bancária -
Declaração para abertura de Conta Corrente no BANCO DO BRASIL para
alunos selecionados em projetos</option>
</select><br>
</td>
</tr>
<tr>
<td><font class="txt_verdana_8pt_black" size="2" face="Verdana, Arial, Helvetica, sans-serif">Versão:</font></td>
<td>
<font class="txt_verdana_8pt_black" size="2" face="Verdana, Arial, Helvetica, sans-serif">
<input name="versao" value="impressa" type="radio">Impressa <br>
<input name="versao" value="digital" type="radio">Digital <br>
</font>
</td>
</tr>
<tr>
<td><font class="txt_verdana_8pt_black" size="2" face="Verdana, Arial, Helvetica, sans-serif">Descrição:</font></td>
<td>
<textarea rows="4" cols="30"></textarea>
</td>
</tr>
<tr>
<td><font class="txt_verdana_8pt_black" size="2" face="Verdana, Arial, Helvetica, sans-serif">Observações:</font></td>
<td>
<textarea rows="4" cols="30"></textarea>
</td>
</tr>
<tr>
<td>
</td>
<td>
<input name="Submit" value="Enviar" onclick="alert('Documento requisitado com sucesso!');windows.location('NovaRequisicaoAluno.html');return true" type="submit">
<input name="url" value="" type="hidden">
</td>
</tr>
</tbody></table>
<link type="text/css" rel="stylesheet" href="Requisição de Documentos_files/home.css">
<table width="100%" cellspacing=" 0" cellpadding=" 0" border="0" align="center">
<tbody><tr>
<td align="center"><font size="1" face="Arial, Helvetica, sans-serif"><hr size="1">
<a href="creditos.jsp" class="link_olive" target="_self">Créditos</a>
| <a href="jupColegiadoEmailLista" class="link_olive">Fale conosco</a><br>
</font>
</td>
</tr>
</tbody></table>
<div id="fancybox-tmp"></div><div id="fancybox-loading"><div></div></div><div id="fancybox-overlay"></div><div id="fancybox-wrap"><div id="fancybox-outer"><div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div><div id="fancybox-content"></div><a id="fancybox-close"></a><div id="fancybox-title"></div><a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a><a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>
</div>
</div>
</form></div></div></body></html>
|
work/raw_data/pretre_jean_mysteres_bablylone/df4f024e8132e3ec7811a76677d29fd49e7fdcdad4571cf1cc93546bd2b3725a.html | czuger/haute_tension |
<scri
<!DOCTYPE html>
<html lang="fr" itemscope="" itemtype="http://schema.org/Blog">
<head> <script>
if (window.parent !== window) {
if (typeof btoa !== "function") {
window.btoa = function (input) {
var str = String(input);
for (var block, charCode, idx = 0, map = chars, output = ''; str.charAt(idx | 0) || (map = '=', idx % 1); output += map.charAt(63 & block >> 8 - idx % 1 * 8)) {
charCode = str.charCodeAt(idx += 3/4)
block = block << 8 | charCode
}
return output
}
}
var re = /^(?:https?:)?(?:\/\/)?([^\/\?]+)/i
var res = re.exec(document.referrer)
var domain = res[1]
var forbidden = ["aGVsbG8ubGFuZA==","Y3Vpc2luZS5sYW5k","cmVjZXR0ZS5sYW5k","cmVjZXR0ZXMubGFuZA==",]
if (forbidden.indexOf(btoa(domain)) > -1) {
document.location = document.location.origin + "/system/noframed"
}
}
</script>
<link rel="stylesheet" href="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/css/ob-style.css?v2.35.0.0" />
<link rel="stylesheet" href="//assets.over-blog-kiwi.com/b/blog/build/soundplayer.2940b52.css" />
<!-- Forked theme from id 60 - last modified : 2017-02-23T08:01:21+01:00 -->
<!-- shortcut:[Meta] -->
<!-- title -->
<!-- Title -->
<title>186 - Le Site dont vous êtes le Héros</title>
<!-- metas description, keyword, robots -->
<!-- Metas -->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="author" content="" />
<meta property="og:site_name" content="Le Site dont vous êtes le Héros" />
<meta property="og:title" content="186 - Le Site dont vous êtes le Héros" />
<meta name="twitter:title" content="186 - Le Site dont vous êtes le Héros" />
<meta name="description" content="Vous tirez votre épée pour tenir en respect ce monstre terrifiant, mais le scarabée ne fait pas mine de vous attaquer, lui. Il reste à bourdonner en face de vous. Vous essayez de le faire déguerpir en agitant votre arme: il se contente de s'élever un..." />
<meta property="og:description" content="Vous tirez votre épée pour tenir en respect ce monstre terrifiant, mais le scarabée ne fait pas mine de vous attaquer, lui. Il reste à bourdonner en face de vous. Vous essayez de le faire déguerpir en agitant votre arme: il se contente de s'élever un..." />
<meta name="twitter:description" content="Vous tirez votre épée pour tenir en respect ce monstre terrifiant, mais le scarabée ne fait pas mine de vous attaquer, lui. Il reste à bourdonner en face de vous. Vous essayez de le faire déguerpir en..." />
<meta property="og:locale" content="fr_FR" />
<meta property="og:url" content="http://lesitedontvousetesleheros.overblog.com/2014/12/186-1.html" />
<meta name="twitter:url" content="http://lesitedontvousetesleheros.overblog.com/2014/12/186-1.html" />
<meta property="og:type" content="article" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@overblog" />
<meta name="twitter:creator" content="@" />
<meta property="fb:app_id" content="284865384904712" />
<!-- Robots -->
<meta name="robots" content="index,follow" />
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss" />
<!-- Analytics -->
<!-- shortcut:[Options] -->
</script>ll" group="shares" />
<!-- shortcut:[Includes] -->
<!-- favicon -->
<!-- Metas -->
<link rel="shortcut icon" type="image/x-icon" href="http://fdata.over-blog.net/99/00/00/01/img/favicon.ico" />
<link rel="icon" type="image/png" href="http://fdata.over-blog.net/99/00/00/01/img/favicon.png" />
<link rel="apple-touch-icon" href="http://fdata.over-blog.net/99/00/00/01/img/mobile-favicon.png" />
<!-- SEO -->
<!-- includes -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700' rel='stylesheet' type='text/css'>
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Carter+One' rel='stylesheet' type='text/css'>
<!-- Fancybox -->
<link rel="stylesheet" type="text/css" href="http://assets.over-blog-kiwi.com/themes/jquery/fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<style type="text/css">
/*** RESET ***/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;} /* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
* {margin:0; padding:0;}
body {background-color: #000; color: #fff; font-family: 'PT Sans Caption', sans-serif; font-size: 12px;}
a {text-decoration: none;}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight:normal;}
img {border:none;}
.box li {list-style:none;}
#cl_1_0 ul,
#cl_1_0 ol {margin-left: 0; padding-left: 25px;}
.visuallyhidden,
.ob-form-subscription label {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px; width: 1px;
margin: -1px; padding: 0; border: 0;
}
/*** General ***/
.ln {clear: both;}
#ln_2 {padding-bottom: 20px;}
.cl {float:left;}
.clear {clear:both;}
.list-title {font-size: 24px; margin: 10px 0 10px 10px; text-shadow: 1px 1px 1px #000;}
/*** Structure ***/
#cl_0_0 {margin-bottom:0; width:100%;}
#cl_1_0 {display:inline; padding:0 12px 0 0; width:630px; }
#cl_1_1 {display:inline; padding:0; width:308px;}
#cl_2_0 {margin-top: 30px; width: 100%;}
#global {margin:0px auto; width:950px;}
.header {margin: 110px 0 20px; text-align:left;}
.avatar,
#top{
display: inline-block;
vertical-align: middle;
}
.avatar{
margin-right: 10px;
}
#top .title {font-family: Carter One, cusrive; font-size: 60px; left: 0; letter-spacing: 2px; line-height: 60px; text-shadow: 0 5px 5px #333; text-transform: uppercase;}
#top .description {font-family: Carter One, cusrive; font-size:60px; font-size: 20px; letter-spacing: 2px; text-shadow: 0 2px 1px #333;}
article {margin-bottom: 35px;}
/** Article **/
.article,
.page{
background: #141414;
background: rgba(20,20,20,0.9);
border: 2px solid #333;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
padding: 10px;
}
.noresult{
margin-bottom: 20px;
}
.beforeArticle {margin-bottom: 10px;}
.divTitreArticle .post-title,
.divPageTitle .post-title,
.special h3 {border-bottom: 1px solid; font-size: 30px; letter-spacing:2px; margin-bottom: 10px; padding-bottom:5px; word-wrap: break-word;}
.contenuArticle, .pageContent {padding-top:10px;}
.contenuArticle p,
.pageContent p .contenuArticle ol,
.contenuArticle ul {font-size: 14px; line-height: 22px; padding-bottom: 8px;}
.ob-repost {background: #222; border: 1px solid #2A2A2A; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-weight: bold; margin: 1em 0; text-align: center;}
.ob-repost p {font-size: 12px; line-height: normal; padding: 0;}
.ob-repost .ob-link {text-decoration: underline;}
/* Sections */
.ob-section-text,
.ob-section-images,
.ob-section-video,
.ob-section-audio,
.ob-section-quote,
.ob-secton-map {width: 600px;}
/* Medias */
.ob-video iframe,
.ob-video object,
.ob-section-images .ob-slideshow,
.ob-slideshow img, .ob-section-map .ob-map {
width: 600px;
}
.ob-video iframe{
border: 0;
}
.ob-video object {
max-height: 345px;
}
.ob-section-audio .obsoundplayer .obsoundplayername {
height: 31px;
width: 200px;
overflow: hidden;
}
/* Section texte */
.ob-text h3,
.ob-text h4,
.ob-text h5 {margin: 15px 0 5px;}
.ob-text h3 {font-size: 18px; line-height: 18px;}
.ob-text h4 {font-size: 16px; line-height: 16px;}
.ob-text h5 {font-size: 14px; font-weight: bold; line-height: 14px;}
.ob-text pre {width: 600px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -webkit-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; overflow: auto;}
/* Section image */
.ob-media-left {margin-right: 30px;}
.ob-media-right {margin-left: 30px; max-width: 100%;}
.ob-row-1-col img {width: 100%;}
.ob-row-2-col img {width: 50%; margin-top: 0; margin-bottom: 0;}
.ob-row-3-col img {width: 200px; margin-top: 0; margin-bottom: 0;}
/* Section map */
.ob-map div {color: #282924;}
/* Section HTML */
.ob-section-html iframe,
.ob-section-html embed,
.ob-section-html object {max-width: 100%;}
/* Section file */
.ob-section-file .ob-ctn {background: #222; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); display: block; max-width: 100%;}
.ob-section-file .ob-ctn a.ob-link,
.ob-section-file .ob-c a.ob-link:visited {color: #FFF; text-decoration: underline; max-width: 521px;}
.ob-section-file .ob-ctn a.ob-link:hover {color: #FFF; text-decoration: none;}
/* Section Quote */
.ob-section-quote {background: #222; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); margin-bottom: 20px; width: 100%;}
.ob-section-quote .ob-quote p {color: #FFF; min-height: 20px;}
.ob-section-quote .ob-quote p:before {color: #444; margin: 20px 0 0 -85px;}
.ob-section-quote .ob-quote p:after {color: #444; margin: 80px 0 0;}
.ob-section-quote p.ob-author,
.ob-section-quote p.ob-source {background: #444; font-size: 14px; font-style: italic; margin: 25px 0 0; max-height: 22px; max-width: 517px; overflow: hidden; padding-bottom: 0\9; position: relative; text-overflow: ellipsis; white-space: nowrap; z-index: 11;}
/* Section Link */
.ob-section-link .ob-ctn {background: #222; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);}
.ob-section-link .ob-media-left {margin: 0;}
.ob-section-link p.ob-url {background: #444; margin: 0; max-height: 20px; max-width: 395px;}
.ob-section-link p.ob-title {color: #FFF; margin-bottom: 0; margin-left: 20px;}
.ob-section-link p.ob-snippet {color: #FFF; margin-bottom: 10px; margin-left: 20px; margin-top: 0;}
.ob-section-link p.ob-title .ob-link {color: #FFF; max-height: 42px; overflow: hidden;}
.ob-section-link p.ob-snippet {margin-bottom: 35px; max-height: 40px; overflow: hidden;}
.ob-section-link .ob-img {float: left; width: 170px;}
.ob-section-link .ob-desc {margin-top: 5px;}
/* Description */
.contenuArticle .ob-desc {font-size: 13px; font-style: italic;}
/* twitter box */
.ob-section .twitter-tweet-rendered {max-width: 100% !important;}
.ob-section .twt-border {max-width: 100% !important;}
/* Share buttons */
.afterArticle {background: #141414; border: 2px solid #333; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; margin: 10px 0; -moz-opacity: 0.9; -webkit-opacity: 0.9; -o-opacity: 0.9; -ms-opacity: 0.9; opacity: 0.9; padding: 9px 13px 8px; position: relative; width: 600px; z-index: 1;/* iframe Facebook */}
.share h3,
.item-comments h3 {margin-bottom: 10px; font-size: 16px; line-height: 16px;}
.google-share,
.twitter-share,
.facebook-share,
.ob-share {float: left;}
.facebook-share {width: 105px;}
.ob-share {margin-top: -2px;}
.comment-number {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; display: block; float: right; font-weight: bold; line-height: 17px; padding: 2px 7px; text-align: center;}
.item-comments {
}
/* Contact */
.ob-contact .ob-form {margin-bottom: 80px;}
.ob-contact .ob-form-field {margin: 5px 0 0 80px;}
.ob-label {width: 20%; font-size: 14px;}
.ob-captcha .ob-input-text{
margin-left: 20%;
}
.ob-input-submit,
.ob-error {margin-left: 31%;}
.box-content .ob-input-submit,
.box-content .ob-error {margin-left: 20%;}
.ob-input-text,
.ob-input-email,
.ob-input-textarea {padding: 6px 0; border: 2px solid #333; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;}
.ob-input-submit {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; display: block; font-weight: bold; line-height: 17px; margin-top: 5px; padding: 2px 7px; text-align: center;}
.ob-form + a {display: block; text-align: center;}
/** Sidebar **/
.box {background: #141414; border: 2px solid #333; margin-bottom:10px; -moz-opacity: 0.9; -webkit-opacity: 0.9; -o-opacity: 0.9; -ms-opacity: 0.9; opacity: 0.9; padding:10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.box{/* ie6 hack */_background:#000;}
.box-titre h3 {border-bottom: 1px solid; font-family: Carter One; font-size: 20px; letter-spacing: 1px; margin-bottom: 10px; padding-bottom: 2px; text-shadow: 1px 1px 1px black; text-transform: uppercase;}
.box-content {font-size: 14px; line-height:18px;}
.box-content strong {font-weight:normal;}
.box-footer {display:none;}
/* Sidebar > About */
.profile .avatar {float: left; margin-right: 10px;}
.profile .avatar img {background: #333; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; -moz-opacity: 0.8; -webkit-opacity: 0.8; -o-opacity: 0.8; -ms-opacity: 0.8; opacity: 0.8; padding: 3px; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;}
.profile .avatar img:hover {-moz-opacity: 1; -webkit-opacity: 1; -o-opacity: 1; -ms-opacity: 1; opacity: 1;}
.profile .blog-owner-nickname {font-style: italic; display: block; margin-top: 10px; text-align: right;}
/* Sidebar > Search */
.search form {position:relative;}
.search form input {border: 2px solid #333; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; color: #676767; padding: 5px 0; width: 70%;}
.search form button {border: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; cursor: pointer; font-weight: bold; padding: 5px 0; width: 13%;}
/* Sidebar > Subscribe */
.ob-form-subscription .ob-form-field{
display: inline-block;
}
.ob-form-subscription .ob-form-field input{
width: 170px;
}
.ob-form-subscription .ob-input-submit{
display: inline-block;
margin:0;
}
/* Sidebar > Last Posts */
.last li {float: left;}
.last ul:hover img {-moz-opacity: 0.7; -webkit-opacity: 0.7; -o-opacity: 0.7; -ms-opacity: 0.7; opacity: 0.7; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;}
.last ul img {background: #333; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; margin-bottom: 5px; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;}
.last li.left img {margin-right: 8px;}
.last ul img:hover {-moz-opacity: 1; -webkit-opacity: 1; -o-opacity: 1; -ms-opacity: 1; opacity: 1; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;}
/* Sidebar > Tags */
.tags li {
border-bottom: 1px solid #222;
margin: 10px 0;
padding: 10px 0;
word-wrap:break-word;
}
.tags li a {font-size: 16px;}
.tags .number {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; float: right; font-weight: bold; line-height: 17px; margin-top: -2px; padding: 2px 7px; text-align: center;}
/* Sidebar > Follow me */
.follow li {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; display: block; float: left; height: 83px; text-indent: -9999999%; width: 83px;}
.follow li a {background: url("http://assets.over-blog-kiwi.com/themes/5/images/follow-me.png") no-repeat; display: block; height: 100%; width: 100%;}
.follow .facebook-follow {margin-right: 10px;}
.follow .facebook-follow:hover {background: #3b5999; border-color: #3b5999;}
.follow .facebook-follow a {background-position: center 18px;}
.follow .twitter-follow {margin-right: 10px;}
.follow .twitter-follow:hover {background: #04bff2; border-color: #04bff2;}
.follow .twitter-follow a {background-position: center -74px;}
.follow .rss-follow:hover {background: #ff8604; border-color: #ff8604;}
.follow .rss-follow a {background-position: center -166px;}
/* Sidebar > Archives */
.plustext {font-size: 16px;}
.arch_month {margin-left: 20px;}
.arch_month li {border-bottom: 1px solid #222; margin: 10px 0; padding: 10px 0;}
.archives .number {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; float: right; font-weight: bold; line-height: 17px; margin-top: -2px; padding: 2px 7px; text-align: center;}
.share > div{
float:left;
height:20px;
margin-right:28px;
}
.share .google-share{
margin-right: 0;
}
.share iframe{
border:none;
width:100px;
}
/** Pagination **/
.pagination {
margin: 30px auto 20px; width: 600px;
font-size: 14px; padding: 2px 0;
}
.pagination a {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
float: right;
line-height: 17px;
margin-top: -2px;
padding: 2px 7px;
text-align: center;
text-transform: uppercase;
}
.pagination .previous {float: left;}
.pagination .next {float: right;}
.ob-pagination{
margin: 20px 0;
text-align: center;
}
.ob-page{
display: inline-block;
margin: 0 1px;
padding: 2px 7px;
}
.ob-page-link{
border-radius: 4px;
}
/** Credits **/
.credits {display: block; margin: 20px 0; text-align: center; text-shadow: 1px 1px 1px #000;}
/**************
** ob-footer **
**************/
.ob-footer{
padding-bottom: 10px;
}
body.withDisplay{
background-position: 50% 68px;
}
#cl_1_1 .ads{
margin-bottom: 10px;
padding: 2px;
-moz-opacity: 0.9;
-webkit-opacity: 0.9;
-o-opacity: 0.9;
-ms-opacity: 0.9;
opacity: 0.9;
}
.ads{
background: #141414;
border: 2px solid #333;
border-radius: 2px;
margin: 0 auto;
}
.ads-600x250{
padding: 10px;
text-align: center;
}
.ads-728x90{
height: 90px;
width: 728px;
}
.ads-468x60{
height: 60px;
width: 468px;
}
.ads-468x60 + .before_articles,
.afterArticle + .ads-468x60{
margin-top:35px;
}
.ads-300x250{
height: 250px;
width: 300px;
}
.ads-600x250 div{
float: left;
}
.ads-300{
text-align: center;
}
/*****************
** Top articles **
*****************/
.ob-top-posts h2{
font-size: 35px;
}
.ob-top-article{
margin-bottom: 20px;
}
.ob-top-article h3{
line-height: normal;
}
/*** Themes ***/
/** JUNGLE **/
/* BACKGROUND */
body {background-image: url("http://img.over-blog-kiwi.com/0/24/52/97/201311/ob_5cf972_lesitedontvousetesleheros.jpg"); background-attachment: fixed; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;background-repeat: no-repeat;}
/* TOP */
#top .title a,
#top .title a:visited {color: #9bb1c5;}
#top .title a:hover,
#top .description {color: #fff;}
/* POSTS */
.beforeArticle .tags a,
.beforeArticle .tags a:visited {color: #9bb1c5;}
.beforeArticle .tags a:hover {color: #fff;}
.post-title,
.special h3 {border-bottom-color: #1e3249;}
.post-title a,
.post-title a:visited,
.special h3,
.ob-text h3,
.ob-text h4,
.ob-text h5 {color: #9bb1c5;}
.post-title a:hover {color: #fff;}
.contenuArticle a,
.contenuArticle a:visited,
.readmore a {color: #9bb1c5;}
.contenuArticle a:hover,
.readmore a:hover {color: #fff;}
/* Section file */
.ob-section-file .ob-ctn a.ob-link,
.ob-section-file .ob-c a.ob-link:visited,
.ob-section-file .ob-ctn a.ob-link:hover {color: #9bb1c5;}
/* Section Quote */
.ob-section-quote p.ob-author,
.ob-section-quote p.ob-source,
.ob-section-quote p.ob-author .ob-link,
.ob-section-quote p.ob-author .ob-link:visited,
.ob-section-quote p.ob-source .ob-link,
.ob-section-quote p.ob-source .ob-link:visited {color: #9bb1c5;}
.ob-section-quote p.ob-author:hover,
.ob-section-quote p.ob-source:hover,
.ob-section-quote p.ob-author .ob-link:hover,
.ob-section-quote p.ob-source .ob-link:hover {color: #fff;}
/* Section Link */
.ob-section-link p.ob-url ,
.ob-section-link p.ob-url .ob-link,
.ob-section-link p.ob-url .ob-link,
.ob-section-link p.ob-url .ob-link {color: #9bb1c5;}
.ob-section-link p.ob-url .ob-link:hover {color: #fff;}
/* SIDEBAR */
.box-titre h3 {border-bottom-color: #254870; color: #fff;}
.box-content strong {color:#bebebe;}
.box-content a,
.box-content a:visited,
.ob-footer a,
.ob-footer a:visited{color: #9bb1c5;}
.box-content a:hover,
.ob-footer a:hover{color: #fff;}
.archives .number,
.box-content form button,
.comment-number,
.follow li,
.ob-input-submit,
.pagination a,
.ob-page-link,
.tags .number {
background: #2e5fa4; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlNWZhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzIyNDA2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #2e5fa4 0%, #22406d 65%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e5fa4), color-stop(65%,#22406d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2e5fa4 0%,#22406d 65%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2e5fa4 0%,#22406d 65%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #2e5fa4 0%,#22406d 65%); /* IE10+ */
background: linear-gradient(to bottom, #2e5fa4 0%,#22406d 65%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e5fa4', endColorstr='#22406d',GradientType=0 ); /* IE6-8 */
border: 1px solid #2d5eab; color: #fff; text-shadow: 1px 1px 1px #141414;}
.box-content form button:active,
.comment-number:active,
.ob-input-submit:active,
.pagination a:active,
.ob-page-link:active{background: #22406d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiMyMjQwNmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmU1ZmE0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, #22406d 35%, #2e5fa4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#22406d), color-stop(100%,#2e5fa4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #22406d 35%,#2e5fa4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #22406d 35%,#2e5fa4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #22406d 35%,#2e5fa4 100%); /* IE10+ */
background: linear-gradient(to bottom, #22406d 35%,#2e5fa4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22406d', endColorstr='#2e5fa4',GradientType=0 ); /* IE6-8 */
}
.blog-owner-nickname {color: #254870;}
/* CREDITS */
.credits a,
.credits a:visited {color: #fff;}
.credits a:hover {color: #9bb1c5;}
</style>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/ads.js?v2.35.0.0"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-5354236-47', {
cookieDomain: 'lesitedontvousetesleheros.overblog.com',
cookieExpires: 31536000,
name: 'ob',
allowLinker: true
});
ga('ob.require', 'displayfeatures');
ga('ob.require', 'linkid', 'linkid.js');
ga('ob.set', 'anonymizeIp', true);
ga('ob.set', 'dimension1', '__ads_loaded__' in window ? '1' : '0');
ga('ob.set', 'dimension2', 'fr');
ga('ob.set', 'dimension3', 'BS');
ga('ob.set', 'dimension4', 'literature-comics-poetry');
ga('ob.set', 'dimension5', '1');
ga('ob.set', 'dimension6', '0');
ga('ob.set', 'dimension7', '0');
ga('ob.set', 'dimension10', '245297');
ga('ob.set', 'dimension11', '1');
ga('ob.set', 'dimension12', '1');
ga('ob.set', 'dimension13', '1');
ga('ob.send', 'pageview');
</script>
<script>
var obconnected = 0
var obconnectedblog = 0
var obtimestamp = 0
function isConnected(connected, connected_owner, timestamp) {
obconnected = connected
obconnectedblog = connected_owner
obtimestamp = timestamp
if (obconnected) {
document.querySelector('html').className += ' ob-connected'
}
if (obconnectedblog) {
document.querySelector('html').className += ' ob-connected-blog'
}
}
</script>
<script src="//connect.over-blog.com/ping/245297/isConnected"></script>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/h.js?v2.35.0.0"></script>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/repost.js?v2.35.0.0"></script>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/slideshow.js?v2.35.0.0"></script>
<script src="//assets.over-blog-kiwi.com/b/blog/build/soundplayer.2940b52.js"></script>
<script>
var OB = OB || {};
OB.isPost = true;
</script>
<script src="//assets.over-blog-kiwi.com/blog/js/index.js?v2.35.0.0"></script>
<script src="https://assets.over-blog-kiwi.com/ads/js/appconsent.bundle.min.js"></script>
<!-- DFP -->
<script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var useSSL = 'https:' == document.location.protocol;
var gads = document.createElement('script');
var node = document.getElementsByTagName('script')[0];
gads.async = true;
gads.type = 'text/javascript';
gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';
node.parentNode.insertBefore(gads, node);
})();
</script>
<!-- DFP -->
<script>
googletag.cmd.push(function() {
googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [728,90], '_26cdc6c')
.set('adsense_background_color','#111111')
.set('adsense_border_color','#111111')
.set('adsense_text_color','#9bb1c5')
.set('adsense_link_color','#ffffff')
.set('adsense_url_color','#9bb1c5')
.addService(googletag.pubads());
});
googletag.cmd.push(function() {
googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [300,250], '_a76bf99')
.set('adsense_background_color','#111111')
.set('adsense_border_color','#111111')
.set('adsense_text_color','#9bb1c5')
.set('adsense_link_color','#ffffff')
.set('adsense_url_color','#9bb1c5')
.addService(googletag.pubads());
});
googletag.cmd.push(function() {
googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [300,250], '_b22a994')
.set('adsense_background_color','#111111')
.set('adsense_border_color','#111111')
.set('adsense_text_color','#9bb1c5')
.set('adsense_link_color','#ffffff')
.set('adsense_url_color','#9bb1c5')
.addService(googletag.pubads());
});
googletag.cmd.push(function() {
googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [[300,250],[300,600]], '_22cc3aa')
.set('adsense_background_color','#111111')
.set('adsense_border_color','#111111')
.set('adsense_text_color','#9bb1c5')
.set('adsense_link_color','#ffffff')
.set('adsense_url_color','#9bb1c5')
.addService(googletag.pubads());
});
googletag.cmd.push(function() {
googletag.defineOutOfPageSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', '_92a08f1')
.setTargeting('Slot', 'interstitial')
.setTargeting('Sliding', 'Both')
.addService(googletag.pubads());
});
googletag.cmd.push(function() {
googletag.defineOutOfPageSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', '_57d2a2a')
.setTargeting('Slot', 'pop')
.addService(googletag.pubads());
});
</script>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogpdafront/prebid.js?v2.35.0.0" async></script>
<script>
googletag.cmd.push(function() {
googletag.pubads().disableInitialLoad();
});
function sendAdserverRequest() {
if (pbjs.adserverRequestSent) return;
pbjs.adserverRequestSent = true;
googletag.cmd.push(function() {
pbjs.que.push(function() {
pbjs.setTargetingForGPTAsync();
googletag.pubads().refresh();
});
});
}
var PREBID_TIMEOUT = 2000;
var pbjs = pbjs || {};
pbjs.que = pbjs.que || [];
pbjs.que.push(function() {
pbjs.enableAnalytics({
provider: 'ga',
options: {
global: 'ga',
enableDistribution: false,
sampling: 0.01
}
});
pbjs.setConfig({
userSync: {
enabledBidders: ['rubicon'],
iframeEnabled: false
} ,
consentManagement: {
cmpApi: 'iab',
timeout: 2500,
allowAuctionWithoutConsent: true
}
});
pbjs.bidderSettings = {
standard: {
adserverTargeting: [{
key: "hb_bidder",
val: function(bidResponse) {
return bidResponse.bidderCode;
}
}, {
key: "hb_adid",
val: function(bidResponse) {
return bidResponse.adId;
}
}, {
key: "custom_bid_price",
val: function(bidResponse) {
var cpm = bidResponse.cpm;
if (cpm < 1.00) {
return (Math.floor(cpm * 20) / 20).toFixed(2);
} else if (cpm < 5.00) {
return (Math.floor(cpm * 10) / 10).toFixed(2);
} else if (cpm < 10.00) {
return (Math.floor(cpm * 5) / 5).toFixed(2);
} else if (cpm < 20.00) {
return (Math.floor(cpm * 2) / 2).toFixed(2);
} else if (cpm < 50.00) {
return (Math.floor(cpm * 1) / 1).toFixed(2);
} else if (cpm < 100.00) {
return (Math.floor(cpm * 0.2) / 0.2).toFixed(2);
} else if (cpm < 300.00) {
return (Math.floor(cpm * 0.04) / 0.04).toFixed(2);
} else {
return '300.00';
}
}
}]
}
};
});
setTimeout(sendAdserverRequest, PREBID_TIMEOUT);
</script>
<script>
pbjs.que.push(function() {
var adUnits = [];
adUnits.push({
code: '_26cdc6c',
sizes: [[728,90]],
bids: [
{
bidder: 'appnexusAst',
params: {
placementId: 6542403,
},
},
{
bidder: 'rubicon',
params: {
accountId: 16072,
siteId: 119536,
zoneId: 775434,
},
},
]
})
adUnits.push({
code: '_a76bf99',
sizes: [[300,250]],
bids: [
{
bidder: 'appnexusAst',
params: {
placementId: 6531816,
},
},
{
bidder: 'rubicon',
params: {
accountId: 16072,
siteId: 119536,
zoneId: 775488,
},
},
]
})
adUnits.push({
code: '_b22a994',
sizes: [[300,250]],
bids: [
{
bidder: 'appnexusAst',
params: {
placementId: 6531817,
},
},
{
bidder: 'rubicon',
params: {
accountId: 16072,
siteId: 119536,
zoneId: 775490,
},
},
]
})
adUnits.push({
code: '_22cc3aa',
sizes: [[300,250],[300,600]],
bids: [
{
bidder: 'appnexusAst',
params: {
placementId: 6542408,
},
},
{
bidder: 'rubicon',
params: {
accountId: 16072,
siteId: 119536,
zoneId: 775484,
},
},
]
})
pbjs.addAdUnits(adUnits);
pbjs.requestBids({
bidsBackHandler: function(bidResponses) {
sendAdserverRequest();
}
});
});
</script>
<script>
try {
googletag.cmd.push(function() {
// DFP Global Targeting
googletag.pubads().setTargeting('Rating', 'BS');
googletag.pubads().setTargeting('Disused', 'Yes');
googletag.pubads().setTargeting('Adult', 'No');
googletag.pubads().setTargeting('Category', 'literature-comics-poetry');
googletag.pubads().enableSingleRequest();
googletag.pubads().collapseEmptyDivs();
googletag.enableServices();
});
}
catch(e) {}
</script>
<!-- DFP -->
<script>
var _eStat_Whap_loaded=0;
</script>
<script src="//w.estat.com/js/whap.js"></script>
<script>
if(_eStat_Whap_loaded) {
eStatWhap.serial("800000207013");
eStatWhap.send();
}
</script>
<script src="https://cdn.tradelab.fr/tag/208269514b.js" async></script>
</head>
<body class="withDisplay" >
<div class="ob-ShareBar ob-ShareBar--dark js-ob-ShareBar">
<div class="ob-ShareBar-container ob-ShareBar-container--left">
<a href="https://www.over-blog.com" class="ob-ShareBar-branding">
<img class="ob-ShareBar-brandingImg" src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/images/shareicon-branding-ob--dark.png?v2.35.0.0" alt="Overblog">
</a>
</div>
<div class="ob-ShareBar-container ob-ShareBar-container--right">
<a href="#" data-href="https://www.facebook.com/sharer/sharer.php?u={referer}" title=" facebook"="FACEBOOK"|trans }}"" class="ob-ShareBar-share ob-ShareBar-share--facebook"></a>
<a href="#" data-href="https://twitter.com/intent/tweet?url={referer}&text={title}" title=" twitter"="TWITTER"|trans }}"" class="ob-ShareBar-share ob-ShareBar-share--twitter"></a>
<a href="#" data-href="#" title=" pinterest"="PINTEREST"|trans }}"" class="ob-ShareBar-share ob-ShareBar-share--pinterest js-ob-ShareBar-share--pinterest"></a>
<form action="/search" method="post" accept-charset="utf-8" class="ob-ShareBar-search">
<input type="text" name="q" value="" class="ob-ShareBar-input" placeholder="Rechercher">
<button class="ob-ShareBar-submit"></button>
</form>
<a href="https://admin.over-blog.com/write/55900780?blog=245297" class="ob-ShareBar-edit ob-ShareBar--connected-blog">
<span>Editer l'article</span>
</a>
<a class="js-ob-ShareBar-follow ob-ShareBar--connected ob-ShareBar-follow" href="https://admin.over-blog.com/_follow/245297" target="_blank" rel="nofollow">
Suivre ce blog
</a>
<a href="https://admin.over-blog.com/" class="ob-ShareBar-admin ob-ShareBar--connected">
<img src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/images/lock-alt-dark.svg?v2.35.0.0" class="ob-ShareBar-lock">
<span>Administration</span>
</a>
<a href="https://connect.over-blog.com/fr/login" class="ob-ShareBar-login ob-ShareBar--notconnected">
<img src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/images/lock-alt-dark.svg?v2.35.0.0" class="ob-ShareBar-lock">
<span>Connexion</span>
</a>
<a href="https://connect.over-blog.com/fr/signup" class="ob-ShareBar-create ob-ShareBar--notconnected">
<span class="ob-ShareBar-plus">+</span>
<span>Créer mon blog</span>
</a>
<span class="ob-ShareBar-toggle ob-ShareBar-toggle--hide js-ob-ShareBar-toggle"></span>
</div>
</div>
<div class="ob-ShareBar ob-ShareBar--minified js-ob-ShareBar--minified">
<div class="ob-ShareBar-container">
<span class="ob-ShareBar-toggle ob-ShareBar-toggle--show js-ob-ShareBar-toggle"></span>
</div>
</div>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/sharebar.js?v2.35.0.0"></script>
<script>
var postTitle = "186"
socialShare(document.querySelector('.ob-ShareBar-share--facebook'), postTitle)
socialShare(document.querySelector('.ob-ShareBar-share--twitter'), postTitle)
</script> <!-- Init Facebook script -->
<div id="fb-root"></div>
<div class="ads ads-728x90">
<div id='_26cdc6c'><script>
try {
if (!window.__26cdc6c) {
window.__26cdc6c = true;
googletag.cmd.push(function() { googletag.display('_26cdc6c'); });
}
} catch(e) {}
</script></div> </div>
<div id="global">
<div id="ln_0" class="ln">
<div id="cl_0_0" class="cl">
<div class="column_content">
<div class="header">
<div id="top">
<h1 class="title">
<a href="http://lesitedontvousetesleheros.overblog.com" class="topLien" title="Lecture des livres dont vous êtes le héros">Le Site dont vous êtes le Héros</a>
</h1>
<p class="description">Lecture des livres dont vous êtes le héros</p>
</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div id="ln_1" class="ln">
<div id="cl_1_0" class="cl">
<div class="column_content">
<div>
<!-- Title -->
<!-- list posts -->
<article>
<div class="article">
<div class="option beforeArticle">
<div class="date">
Publié le
<time datetime="2014-12-31T22:59:04+01:00">31 Décembre 2014</time>
</div>
<span class="tags">
</span>
</div>
<div class="divTitreArticle">
<h2 class="post-title">
<a href="http://lesitedontvousetesleheros.overblog.com/2014/12/186-1.html" class="titreArticle" title="Vous tirez votre épée pour tenir en respect ce monstre terrifiant, mais le scarabée ne fait pas mine de vous attaquer, lui. Il reste à bourdonner en face de vous. Vous essayez de le faire déguerpir en agitant votre arme: il se contente de s'élever un...">
186
</a>
</h2>
</div>
<div class="contenuArticle">
<div class="ob-sections">
<div class="ob-section ob-section-text">
<div class="ob-text">
<p>Vous tirez votre épée pour tenir en respect ce monstre terrifiant, mais le scarabée ne fait pas mine de vous attaquer, lui. Il reste à bourdonner en face de vous. Vous essayez de le faire déguerpir en agitant votre arme: il se contente de s'élever un petit peu pour se mettre hors de portée de vos assauts.</p><p>Déprimé par ce qui vous arrive, vous attendez, l'épée à la main. Vous comprenez que l'insecte n'a pas l'intention de vous laisser le blesser. Seulement vous ignorez s'il vous veut du mal ou non. Peut-être vous considère-t-il comme une proie juteuse ? <a href="http://lesitedontvousetesleheros.overblog.com/2015/01/350.html">Ou bien se moque-t-il de vous ?</a><em> </em></p>
</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
<!-- Share buttons + comments -->
<div class="afterArticle">
<div class="clear"></div>
<!-- Pagination -->
<div class="pagination clearfix">
<a href="http://lesitedontvousetesleheros.overblog.com/2014/12/185-7.html" title="185" class="previous">← 185</a>
<a href="http://lesitedontvousetesleheros.overblog.com/2015/01/187.html" title="187" class="next">187 →</a>
</div>
<!-- Comments -->
</div>
</article>
</div>
<div class="ads ads-600x250 clearfix">
<div id='_a76bf99'><script>
try {
if (!window.__a76bf99) {
window.__a76bf99 = true;
googletag.cmd.push(function() { googletag.display('_a76bf99'); });
}
} catch(e) {}
</script></div> <div id='_b22a994'><script>
try {
if (!window.__b22a994) {
window.__b22a994 = true;
googletag.cmd.push(function() { googletag.display('_b22a994'); });
}
} catch(e) {}
</script></div> </div>
<!-- Pagination -->
</div>
</div>
<div id="cl_1_1" class="cl">
<div class="column_content">
<div class="box freeModule">
<div class="box-titre">
<h3><span></span></h3>
</div>
<div class="box-content">
<div><script src="http://h1.flashvortex.com/display.php?id=2_1391984427_52721_435_0_468_60_8_1_13" type="text/javascript"></script></div>
</div>
</div>
<!-- Search -->
<div class="ads ads-300">
<div id='_22cc3aa'><script>
try {
if (!window.__22cc3aa) {
window.__22cc3aa = true;
googletag.cmd.push(function() { googletag.display('_22cc3aa'); });
}
} catch(e) {}
</script></div> </div>
<!-- Navigation -->
<div class="box blogroll">
<div class="box-titre">
<h3>
<span>Liens</span>
</h3>
</div>
<div class="box-content">
<ul class="list">
<li>
<a href="http://www.lesitedontvousetesleheros.fr/liste-des-series" target="_blank">
LISTE DES SERIES
</a>
</li>
<li>
<a href="http://www.lesitedontvousetesleheros.fr/2017/02/autres-livres-dont-vous-etes-le-heros-chez-divers-editeurs.html" target="_blank">
AUTRES LIVRES DONT VOUS ETES LE HEROS
</a>
</li>
</ul>
</div>
</div>
<p class="credits">
Hébergé par <a href="http://www.over-blog.com" target="_blank">Overblog</a>
</p>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="http://assets.over-blog-kiwi.com/themes/jquery/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script>
$(document).ready(function() {
// Fancybox
$(".ob-section-images a, .ob-link-img").attr("rel", "fancybox");
$("a[rel=fancybox]").fancybox({
'overlayShow' : true,
'transitionIn' : 'fadin',
'transitionOut' : 'fadin',
'type' : 'image'
});
});
// Twitter share + tweets
!function(d,s,id){
var js, fjs = d.getElementsByTagName(s)[0];
if(!d.getElementById(id)){
js = d.createElement(s);
js.id = id;
js.src = "//platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js,fjs);
}
}(document,"script","twitter-wjs");
// Google + button
window.___gcfg = {lang: 'fr'};
(function() {
var po = document.createElement('script');
po.type = 'text/javascript';
po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
})();
</script>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/print.js?v2.35.0.0"></script>
<script>
var postTitle = "186"
printPost(postTitle)
</script>
<div class="ob-footer" id="legals" >
<ul>
<li class="ob-footer-item"><a href="https://www.over-blog.com/" target="_blank">Créer un blog gratuit sur Overblog</a></li>
<li class="ob-footer-item"><a href="/top">Top articles</a></li>
<li class="ob-footer-item"><a href="/contact">Contact</a></li>
<li class="ob-footer-item"><a href="https://www.over-blog.com/abuse/245297"> Signaler un abus </a></li>
<li class="ob-footer-item"><a href="https://www.over-blog.com/terms-of-use" target="_blank">C.G.U.</a></li>
<li class="ob-footer-item"><a href="https://www.over-blog.com/features/earn-money.html" target="_blank">Rémunération en droits d'auteur</a></li>
<li class="ob-footer-item"><a href="https://www.over-blog.com/features/premium.html" target="_blank">Offre Premium</a></li>
<li class="ob-footer-item"><a href="https://www.over-blog.com/cookies" target="_blank">Cookies et données personnelles</a></li>
</ul>
</div>
<div id='_92a08f1'><script>
googletag.cmd.push(function() { googletag.display('_92a08f1'); });
</script></div><div id='_57d2a2a'><script>
googletag.cmd.push(function() { googletag.display('_57d2a2a'); });
</script></div>
<!-- End Google Tag Manager -->
<script>
dataLayer = [{
'category' : 'Literature, Comics & Poetry',
'rating' : 'BS',
'unused' : 'Yes',
'adult' : 'No',
'pda' : 'No',
'hasAds' : 'Yes',
'lang' : 'fr',
'adblock' : '__ads_loaded__' in window ? 'No' : 'Yes'
}];
</script>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-KJ6B85"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>
googletag.cmd.push(function() {
(function(w,d,s,l,i){
w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});
var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';
j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KJ6B85');
});
</script>
<!-- Begin comScore Tag -->
<script>
var _comscore = _comscore || [];
_comscore.push({ c1: "2", c2: "6035191" });
(function() {
var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
el.parentNode.insertBefore(s, el);
})();
</script>
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=2&c2=6035191&cv=2.0&cj=1" />
</noscript>
<!-- End comScore Tag -->
<!-- Begin Mediamétrie Tag -->
<script>
function _eStat_Whap_loaded_func(){
eStatWhap.serial("800000207013");
eStatWhap.send();
}
(function() {
var myscript = document.createElement('script');
myscript.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'w.estat.com/js/whap.js';
myscript.setAttribute('async', 'true');
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(myscript, s);
})();
</script>
<!-- End Mediamétrie Tag -->
<script>
(function() {
var alreadyAccept = getCookie('wbCookieNotifier');
if(alreadyAccept != 1) showWbCookieNotifier();
window.closeWbCookieNotifier = function() {
setCookie('wbCookieNotifier', 1, 730);
window.document.getElementById("ob-cookies").style.display = "none";
}
function showWbCookieNotifier(){
var el = document.createElement("div");
var bo = document.body;
el.id = "ob-cookies";
el.className = "__wads_no_click ob-cookies";
var p = document.createElement("p");
p.className = "ob-cookies-content";
p.innerHTML = "En poursuivant votre navigation sur ce site, vous acceptez l'utilisation de cookies. Ces derniers assurent le bon fonctionnement de nos services, d'outils d'analyse et l’affichage de publicités pertinentes. <a class='ob-cookies-link' href='https://www.over-blog.com/cookies' target='_blank'>En savoir plus et agir</a> sur les cookies. <span class='ob-cookies-button' onclick='closeWbCookieNotifier()'>J'accepte</span>"
document.body.appendChild(el); el.appendChild(p);
window.wbCookieNotifier = el;
}
function setCookie(e,t,n,d){var r=new Date;r.setDate(r.getDate()+n);var i=escape(t)+(n==null?"":"; expires="+r.toUTCString())+(d==null?"":"; domain="+d)+";path=/";document.cookie=e+"="+i}
function getCookie(e){var t,n,r,i=document.cookie.split(";");for(t=0;t<i.length;t++){n=i[t].substr(0,i[t].indexOf("="));r=i[t].substr(i[t].indexOf("=")+1);n=n.replace(/^\s+|\s+$/g,"");if(n==e){return unescape(r)}}}
})();
</script>
</body>
</html>
|
home/templates/500.html | CooloiStudio/Django_deskxd.com | <!DOCTYPE html>
<html>
{% load static from staticfiles %}
<head lang="en">
<meta charset="UTF-8">
<title>Page not found</title>
<script src="http://cdn.bootcss.com/jquery/1.11.3/jquery.min.js"></script>
<script src="http://cdn.bootcss.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.5/css/bootstrap.min.css">
<style type="text/css">
.error{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 400px;
height: 300px;
margin: auto;
text-align: center;
}
.error img {
margin-bottom: 10px;
}
</style>
</head>
<body>
<div class="error">
<img src="{% static 'deskxd/images/500.png' %}">
<a href="/"><button type="button" class="btn btn-default btn-lg">Back to Home</button></a>
</div>
</body>
</html> |
documentation/docu-dev/srd/html/station_8cpp.html | OpenIndy/OpenIndy.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.10"/>
<title>OpenIndy-Core: D:/Daten/03_SoftDev/Qt/OpenIndy-Core/src/station.cpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="openIndy.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">OpenIndy-Core
 <span id="projectnumber">0.2.0.43</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.10 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('station_8cpp.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">station.cpp File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include "<a class="el" href="station_8h_source.html">station.h</a>"</code><br />
<code>#include "<a class="el" href="coordinatesystem_8h_source.html">coordinatesystem.h</a>"</code><br />
<code>#include "<a class="el" href="sensorcontrol_8h_source.html">sensorcontrol.h</a>"</code><br />
<code>#include "<a class="el" href="reading_8h_source.html">reading.h</a>"</code><br />
<code>#include "<a class="el" href="sensor_8h_source.html">sensor.h</a>"</code><br />
<code>#include "<a class="el" href="oijob_8h_source.html">oijob.h</a>"</code><br />
<code>#include "<a class="el" href="featurewrapper_8h_source.html">featurewrapper.h</a>"</code><br />
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_6a1c216c220c043dc0d57761fc78c3de.html">03_SoftDev</a></li><li class="navelem"><a class="el" href="dir_c765c1e7d9d3e2027d03ab3b21a5c1d9.html">Qt</a></li><li class="navelem"><a class="el" href="dir_45d6422faa1c60402c14e08bb1ec8307.html">OpenIndy-Core</a></li><li class="navelem"><a class="el" href="dir_b646c30edcfb279a0c507756858103be.html">src</a></li><li class="navelem"><a class="el" href="station_8cpp.html">station.cpp</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.10 </li>
</ul>
</div>
</body>
</html>
|
api/source-class-Doctrine.ORM.Mapping.Column.html | Tecnocreaciones/VzlaGovernmentTemplateDeveloperSeed | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<meta name="robots" content="noindex" />
<title>File vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php | seip</title>
<script type="text/javascript" src="resources/combined.js?784181472"></script>
<script type="text/javascript" src="elementlist.js?3927760630"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" />
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Namespaces</h3>
<ul>
<li><a href="namespace-Acme.html">Acme<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.html">DemoBundle<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Acme.DemoBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Acme.DemoBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Form.html">Form</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Proxy.html">Proxy<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.html">Symfony<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.html">Component<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.html">Acl<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Acme.DemoBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Acme.DemoBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Alpha.html">Alpha</a>
</li>
<li><a href="namespace-Apc.html">Apc<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.html">NamespaceCollision<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.A.html">A<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.A.B.html">B</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Apc.Namespaced.html">Namespaced</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.html">Assetic<span></span></a>
<ul>
<li><a href="namespace-Assetic.Asset.html">Asset<span></span></a>
<ul>
<li><a href="namespace-Assetic.Asset.Iterator.html">Iterator</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Cache.html">Cache</a>
</li>
<li><a href="namespace-Assetic.Exception.html">Exception</a>
</li>
<li><a href="namespace-Assetic.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Assetic.Extension.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Assetic.Factory.Loader.html">Loader</a>
</li>
<li><a href="namespace-Assetic.Factory.Resource.html">Resource</a>
</li>
<li><a href="namespace-Assetic.Factory.Worker.html">Worker</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Filter.html">Filter<span></span></a>
<ul>
<li><a href="namespace-Assetic.Filter.GoogleClosure.html">GoogleClosure</a>
</li>
<li><a href="namespace-Assetic.Filter.Sass.html">Sass</a>
</li>
<li><a href="namespace-Assetic.Filter.Yui.html">Yui</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Bazinga.html">Bazinga<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.html">JsTranslationBundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Finder.html">Finder</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Tests.html">Tests</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Bazinga.JsTranslationBundle.html">JsTranslationBundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Finder.html">Finder</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Beta.html">Beta</a>
</li>
<li><a href="namespace-Blameable.html">Blameable<span></span></a>
<ul>
<li><a href="namespace-Blameable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Blameable.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Blameable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-ClassesWithParents.html">ClassesWithParents</a>
</li>
<li><a href="namespace-ClassLoaderTest.html">ClassLoaderTest</a>
</li>
<li><a href="namespace-ClassMap.html">ClassMap</a>
</li>
<li><a href="namespace-Composer.html">Composer<span></span></a>
<ul>
<li><a href="namespace-Composer.Autoload.html">Autoload</a>
</li>
</ul></li>
<li><a href="namespace-Container14.html">Container14</a>
</li>
<li class="active"><a href="namespace-Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.html">DoctrineBundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.Proxy.html">Proxy</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Mapping.html">Mapping</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.FixturesBundle.html">FixturesBundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.FixturesBundle.Command.html">Command</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Annotations.html">Annotations<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Annotations.Annotation.html">Annotation</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.Common.Collections.html">Collections<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Collections.Expr.html">Expr</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.DataFixtures.html">DataFixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.DataFixtures.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.DataFixtures.Event.Listener.html">Listener</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Exception.html">Exception</a>
</li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Executor.html">Executor</a>
</li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Purger.html">Purger</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Inflector.html">Inflector</a>
</li>
<li><a href="namespace-Doctrine.Common.Lexer.html">Lexer</a>
</li>
<li><a href="namespace-Doctrine.Common.Persistence.html">Persistence<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Persistence.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.Common.Persistence.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Persistence.Mapping.Driver.html">Driver</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Common.Proxy.html">Proxy<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Proxy.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Reflection.html">Reflection</a>
</li>
<li><a href="namespace-Doctrine.Common.Util.html">Util</a>
</li>
</ul></li>
<li><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 class="active"><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 class="active"><a href="namespace-Doctrine.ORM.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Mapping.Builder.html">Builder</a>
</li>
<li><a href="namespace-Doctrine.ORM.Mapping.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Persisters.html">Persisters</a>
</li>
<li><a href="namespace-Doctrine.ORM.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Query.AST.html">AST<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Query.AST.Functions.html">Functions</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Query.Exec.html">Exec</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.Expr.html">Expr</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.Filter.html">Filter</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Repository.html">Repository</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.html">Tools<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.ClearCache.html">ClearCache</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.SchemaTool.html">SchemaTool</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.Export.html">Export<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Export.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Pagination.html">Pagination</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.html">Annotations<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Bar.html">Bar</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.Annotation.html">Annotation</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Foo.html">Foo</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.FooBar.html">FooBar</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.html">Ticket<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.html">ORM<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.Mapping.html">Mapping</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Collections.html">Collections</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.html">DataFixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.Executor.html">Executor</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestEntity.html">TestEntity</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestFixtures.html">TestFixtures</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Inflector.html">Inflector</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Persistence.html">Persistence<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Persistence.Mapping.html">Mapping</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Reflection.html">Reflection<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Reflection.Dummies.html">Dummies</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.html">Bundles<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.html">AnnotationsBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.Bundles.Vendor.html">Vendor<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.html">AnnotationsBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Fixtures.Bundles.XmlBundle.html">XmlBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.XmlBundle.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.Bundles.YamlBundle.html">YamlBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.YamlBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Foo.html">Foo<span></span></a>
<ul>
<li><a href="namespace-Foo.Bar.html">Bar</a>
</li>
</ul></li>
<li><a href="namespace-FOS.html">FOS<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.html">RestBundle<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Controller.Annotations.html">Annotations</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Decoder.html">Decoder</a>
</li>
<li><a href="namespace-FOS.RestBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-FOS.RestBundle.Examples.html">Examples</a>
</li>
<li><a href="namespace-FOS.RestBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Form.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Normalizer.html">Normalizer<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Normalizer.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Request.html">Request</a>
</li>
<li><a href="namespace-FOS.RestBundle.Response.html">Response<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Response.AllowedMethodsLoader.html">AllowedMethodsLoader</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Routing.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Routing.Loader.Reader.html">Reader</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Controller.Annotations.html">Annotations</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Decoder.html">Decoder</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Fixtures.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Normalizer.html">Normalizer</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Request.html">Request</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Routing.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Util.html">Util</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Util.html">Util<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Util.Inflector.html">Inflector</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.html">UserBundle<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Command.html">Command</a>
</li>
<li><a href="namespace-FOS.UserBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-FOS.UserBundle.CouchDocument.html">CouchDocument</a>
</li>
<li><a href="namespace-FOS.UserBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-FOS.UserBundle.Document.html">Document</a>
</li>
<li><a href="namespace-FOS.UserBundle.Entity.html">Entity</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Handler.html">Handler</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Mailer.html">Mailer</a>
</li>
<li><a href="namespace-FOS.UserBundle.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Propel.html">Propel</a>
</li>
<li><a href="namespace-FOS.UserBundle.Security.html">Security</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Security.html">Security</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Util.html">Util</a>
</li>
<li><a href="namespace-FOS.UserBundle.Validator.html">Validator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.html">Gedmo<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.html">Blameable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Blameable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Blameable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Exception.html">Exception</a>
</li>
<li><a href="namespace-Gedmo.IpTraceable.html">IpTraceable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.IpTraceable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.html">Loggable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Document.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Document.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Mapping.Mock.html">Mock<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.html">Encoder<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.Xml.html">Xml</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.ReferenceIntegrity.html">ReferenceIntegrity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.Driver.html">Driver</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.References.html">References<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.References.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Sluggable.html">Sluggable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Handler.html">Handler</a>
</li>
<li><a href="namespace-Gedmo.Sluggable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Sluggable.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.html">SoftDeleteable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Filter.html">Filter<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Filter.ODM.html">ODM</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.html">TreeWalker<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.Exec.html">Exec</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Sortable.html">Sortable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Sortable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Sortable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Timestampable.html">Timestampable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Timestampable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tool.html">Tool<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tool.Logging.html">Logging<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tool.Logging.DBAL.html">DBAL</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tool.Wrapper.html">Wrapper</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.html">Translatable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Document.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Document.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Hydrator.html">Hydrator<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Hydrator.ORM.html">ORM</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Translatable.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Query.TreeWalker.html">TreeWalker</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Translator.html">Translator<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translator.Document.html">Document</a>
</li>
<li><a href="namespace-Gedmo.Translator.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.html">Tree<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.MongoDB.html">MongoDB<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.MongoDB.Repository.html">Repository</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Tree.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Tree.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Tree.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Tree.Strategy.html">Strategy<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Strategy.ODM.html">ODM<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Strategy.ODM.MongoDB.html">MongoDB</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.Strategy.ORM.html">ORM</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Uploadable.html">Uploadable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Uploadable.Event.html">Event</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.FileInfo.html">FileInfo</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.FilenameGenerator.html">FilenameGenerator</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Uploadable.Mapping.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Uploadable.MimeType.html">MimeType</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.Stub.html">Stub</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Incenteev.html">Incenteev<span></span></a>
<ul>
<li><a href="namespace-Incenteev.ParameterHandler.html">ParameterHandler<span></span></a>
<ul>
<li><a href="namespace-Incenteev.ParameterHandler.Tests.html">Tests</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-IpTraceable.html">IpTraceable<span></span></a>
<ul>
<li><a href="namespace-IpTraceable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-IpTraceable.Fixture.Document.html">Document</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.html">JMS<span></span></a>
<ul>
<li><a href="namespace-JMS.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-JMS.Parser.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-JMS.Serializer.Builder.html">Builder</a>
</li>
<li><a href="namespace-JMS.Serializer.Construction.html">Construction</a>
</li>
<li><a href="namespace-JMS.Serializer.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.EventDispatcher.Subscriber.html">Subscriber</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Exception.html">Exception</a>
</li>
<li><a href="namespace-JMS.Serializer.Exclusion.html">Exclusion</a>
</li>
<li><a href="namespace-JMS.Serializer.Handler.html">Handler</a>
</li>
<li><a href="namespace-JMS.Serializer.Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Metadata.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Naming.html">Naming</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Exclusion.html">Exclusion</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.Discriminator.html">Discriminator</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.DoctrinePHPCR.html">DoctrinePHPCR</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Handler.html">Handler</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Metadata.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.Subscriber.html">Subscriber</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.Naming.html">Naming</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Twig.html">Twig</a>
</li>
<li><a href="namespace-JMS.Serializer.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-JMS.SerializerBundle.html">SerializerBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-JMS.SerializerBundle.Serializer.html">Serializer</a>
</li>
<li><a href="namespace-JMS.SerializerBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-JMS.SerializerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.Fixture.html">Fixture</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.html">TranslationBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Command.html">Command</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Exception.html">Exception</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Logger.html">Logger</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Model.html">Model</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Model.html">Model</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Comparison.html">Comparison</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.html">Extractor<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.html">File<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.html">SimpleTest<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Controller.html">Controller</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Form.html">Form</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.Symfony.html">Symfony</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Comparison.html">Comparison</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.html">Extractor<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.File.html">File</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Loader.Symfony.html">Symfony</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Twig.html">Twig</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Util.html">Util</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Knp.html">Knp<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.html">MenuBundle<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.html">Stubs<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.html">Child<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.Menu.html">Menu</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Menu.html">Menu</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Templating.html">Templating</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Knp.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Factory.html">Factory</a>
</li>
<li><a href="namespace-Knp.Menu.Integration.html">Integration<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Integration.Silex.html">Silex</a>
</li>
<li><a href="namespace-Knp.Menu.Integration.Symfony.html">Symfony</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Knp.Menu.Loader.html">Loader</a>
</li>
<li><a href="namespace-Knp.Menu.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Matcher.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Menu.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Menu.Silex.html">Silex<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Silex.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Factory.html">Factory</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Integration.html">Integration<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Integration.Silex.html">Silex</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Matcher.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Silex.html">Silex</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Twig.html">Twig</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Twig.html">Twig</a>
</li>
<li><a href="namespace-Knp.Menu.Util.html">Util</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Loggable.html">Loggable<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Document.Log.html">Log</a>
</li>
</ul></li>
<li><a href="namespace-Loggable.Fixture.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Entity.Log.html">Log</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Lunetics.html">Lunetics<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.html">LocaleBundle<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Cookie.html">Cookie</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Event.html">Event</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.LocaleGuesser.html">LocaleGuesser</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.LocaleInformation.html">LocaleInformation</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Matcher.html">Matcher</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Session.html">Session</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Switcher.html">Switcher</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Event.html">Event</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleGuesser.html">LocaleGuesser</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleInformation.html">LocaleInformation</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Validator.html">Validator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Mapping.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Mapping.Fixture.Compatibility.html">Compatibility</a>
</li>
<li><a href="namespace-Mapping.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Mapping.Fixture.Unmapped.html">Unmapped</a>
</li>
<li><a href="namespace-Mapping.Fixture.Xml.html">Xml</a>
</li>
<li><a href="namespace-Mapping.Fixture.Yaml.html">Yaml</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-Metadata.Cache.html">Cache</a>
</li>
<li><a href="namespace-Metadata.Driver.html">Driver</a>
</li>
<li><a href="namespace-Metadata.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Cache.html">Cache</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.html">Driver<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.A.html">A</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.B.html">B</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.C.html">C<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.C.SubDir.html">SubDir</a>
</li>
</ul></li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.T.html">T</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Metadata.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Fixtures.ComplexHierarchy.html">ComplexHierarchy</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Monolog.html">Monolog<span></span></a>
<ul>
<li><a href="namespace-Monolog.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Monolog.Handler.html">Handler<span></span></a>
<ul>
<li><a href="namespace-Monolog.Handler.FingersCrossed.html">FingersCrossed</a>
</li>
<li><a href="namespace-Monolog.Handler.SyslogUdp.html">SyslogUdp</a>
</li>
</ul></li>
<li><a href="namespace-Monolog.Processor.html">Processor</a>
</li>
</ul></li>
<li><a href="namespace-MyProject.html">MyProject<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.html">OtherProject<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-NamespaceCollision.html">NamespaceCollision<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.A.html">A<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.A.B.html">B</a>
</li>
</ul></li>
<li><a href="namespace-NamespaceCollision.C.html">C<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.C.B.html">B</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Namespaced.html">Namespaced</a>
</li>
<li><a href="namespace-Namespaced2.html">Namespaced2</a>
</li>
<li><a href="namespace-Negotiation.html">Negotiation<span></span></a>
<ul>
<li><a href="namespace-Negotiation.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-None.html">None</a>
</li>
<li><a href="namespace-Pequiven.html">Pequiven<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.html">SEIPBundle<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.Entity.html">Entity</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Pequiven.SEIPBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-PHP.html">PHP</a>
</li>
<li><a href="namespace-PhpCollection.html">PhpCollection<span></span></a>
<ul>
<li><a href="namespace-PhpCollection.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-PhpOption.html">PhpOption<span></span></a>
<ul>
<li><a href="namespace-PhpOption.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.html">Pequiven<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.html">SEIPBundle<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Psr.html">Psr<span></span></a>
<ul>
<li><a href="namespace-Psr.Log.html">Log<span></span></a>
<ul>
<li><a href="namespace-Psr.Log.Test.html">Test</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-ReferenceIntegrity.html">ReferenceIntegrity<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyNullify.html">ManyNullify</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyRestrict.html">ManyRestrict</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneNullify.html">OneNullify</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneRestrict.html">OneRestrict</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-References.html">References<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.ODM.html">ODM<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.ODM.MongoDB.html">MongoDB</a>
</li>
</ul></li>
<li><a href="namespace-References.Fixture.ORM.html">ORM</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Sensio.html">Sensio<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.html">DistributionBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Composer.html">Composer</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.html">Configurator<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Form.html">Form</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Step.html">Step</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.html">FrameworkExtraBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Configuration.html">Configuration</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.html">Request<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.ParamConverter.html">ParamConverter</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Security.html">Security</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Configuration.html">Configuration</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.html">EventListener<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.html">Request<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.ParamConverter.html">ParamConverter</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Routing.html">Routing</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.html">BarBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.html">FooBarBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.html">GeneratorBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Generator.html">Generator</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Manipulator.html">Manipulator</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Generator.html">Generator</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Sluggable.html">Sluggable<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Document.Handler.html">Handler</a>
</li>
</ul></li>
<li><a href="namespace-Sluggable.Fixture.Handler.html">Handler<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Handler.People.html">People</a>
</li>
</ul></li>
<li><a href="namespace-Sluggable.Fixture.Inheritance.html">Inheritance</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Inheritance2.html">Inheritance2</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue104.html">Issue104</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue116.html">Issue116</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue131.html">Issue131</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue449.html">Issue449</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue633.html">Issue633</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue827.html">Issue827</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue939.html">Issue939</a>
</li>
<li><a href="namespace-Sluggable.Fixture.MappedSuperclass.html">MappedSuperclass</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-SoftDeleteable.html">SoftDeleteable<span></span></a>
<ul>
<li><a href="namespace-SoftDeleteable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-SoftDeleteable.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-SoftDeleteable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Sortable.html">Sortable<span></span></a>
<ul>
<li><a href="namespace-Sortable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sortable.Fixture.Transport.html">Transport</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Stof.html">Stof<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.html">DoctrineExtensionsBundle<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.Uploadable.html">Uploadable</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.html">Symfony<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.html">Bridge<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.CompilerPass.html">CompilerPass</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.ExpressionLanguage.html">ExpressionLanguage</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.HttpFoundation.html">HttpFoundation</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.CompilerPass.html">CompilerPass</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.ExpressionLanguage.html">ExpressionLanguage</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.HttpFoundation.html">HttpFoundation</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Monolog.html">Monolog<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Monolog.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Processor.html">Processor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.Processor.html">Processor</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.html">Propel1<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.DataTransformer.html">DataTransformer</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.html">ProxyManager<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Form.html">Form</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.NodeVisitor.html">NodeVisitor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.Fixtures.html">Fixtures</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.NodeVisitor.html">NodeVisitor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.TokenParser.html">TokenParser</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Translation.html">Translation</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.TokenParser.html">TokenParser</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Translation.html">Translation</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.html">AsseticBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Resource.html">Resource</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Worker.html">Worker</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.Resource.html">Resource</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.TestBundle.html">TestBundle</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.html">FrameworkBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Asset.html">Asset</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.Descriptor.html">Descriptor</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.BaseBundle.html">BaseBundle</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.app.html">app</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.html">Helper<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.Fixtures.html">Fixtures</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Translation.html">Translation</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Translation.html">Translation</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.MonologBundle.html">MonologBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.html">SecurityBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.Factory.html">Factory</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Security.html">Security</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.Factory.html">Factory</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.app.html">app</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.html">CsrfFormLoginBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Form.html">Form</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.html">FormLoginBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Security.html">Security</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.html">SwiftmailerBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.html">TwigBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.TokenParser.html">TokenParser</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.TokenParser.html">TokenParser</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.html">WebProfilerBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Profiler.html">Profiler</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Profiler.html">Profiler</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.html">Component<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.BrowserKit.html">BrowserKit<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.BrowserKit.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.ClassLoader.html">ClassLoader<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ClassLoader.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.html">Config<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Definition.html">Definition<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Definition.Builder.html">Builder</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Definition.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Definition.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Resource.html">Resource</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.html">Definition<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.Builder.html">Builder</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.Configuration.html">Configuration</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.Resource.html">Resource</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Console.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Input.html">Input</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Output.html">Output</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tester.html">Tester</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Console.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Input.html">Input</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Output.html">Output</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Tester.html">Tester</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.html">CssSelector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Shortcut.html">Shortcut</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Tokenizer.html">Tokenizer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Shortcut.html">Shortcut</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.XPath.html">XPath</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.XPath.html">XPath<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.XPath.Extension.html">Extension</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Debug.html">Debug<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Debug.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.FatalErrorHandler.html">FatalErrorHandler</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Debug.Tests.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.FatalErrorHandler.html">FatalErrorHandler</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.Fixtures.html">Fixtures</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Dump.html">Dump</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.ParameterBag.html">ParameterBag</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.ParameterBag.html">ParameterBag</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.DomCrawler.html">DomCrawler<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DomCrawler.Field.html">Field</a>
</li>
<li><a href="namespace-Symfony.Component.DomCrawler.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DomCrawler.Tests.Field.html">Field</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.EventDispatcher.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.EventDispatcher.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.html">ExpressionLanguage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.ParserCache.html">ParserCache</a>
</li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.Node.html">Node</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Filesystem.html">Filesystem<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Filesystem.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Filesystem.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Finder.html">Finder<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Finder.Adapter.html">Adapter</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Comparator.html">Comparator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Expression.html">Expression</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Shell.html">Shell</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Finder.Tests.Comparator.html">Comparator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.Expression.html">Expression</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.FakeAdapter.html">FakeAdapter</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.Iterator.html">Iterator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.DataMapper.html">DataMapper</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.ViolationMapper.html">ViolationMapper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.Guess.html">Guess</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataMapper.html">DataMapper</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.CsrfProvider.html">CsrfProvider</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.EventListener.html">EventListener</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.ViolationMapper.html">ViolationMapper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Guess.html">Guess</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.html">File<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.MimeType.html">MimeType</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.html">Session<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Attribute.html">Attribute</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Flash.html">Flash</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.html">Storage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Proxy.html">Proxy</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.html">File<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.MimeType.html">MimeType</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.html">Session<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Attribute.html">Attribute</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Flash.html">Flash</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.html">Storage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Proxy.html">Proxy</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.html">HttpKernel<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Bundle.html">Bundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.CacheClearer.html">CacheClearer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Log.html">Log</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Profiler.html">Profiler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Bundle.html">Bundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheClearer.html">CacheClearer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionAbsentBundle.html">ExtensionAbsentBundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.html">ExtensionLoadedBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.html">ExtensionPresentBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.html">Profiler<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.Mock.html">Mock</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Icu.html">Icu<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Icu.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.html">Intl<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Collator.html">Collator</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.DateFormatter.html">DateFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.DateFormatter.DateFormat.html">DateFormat</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Globals.html">Globals</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Locale.html">Locale</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.NumberFormatter.html">NumberFormatter</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.html">ResourceBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Reader.html">Reader</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.html">Transformer<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.Rule.html">Rule</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Collator.html">Collator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Collator.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.html">DateFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Globals.html">Globals<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Globals.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Locale.html">Locale<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Locale.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.html">NumberFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.html">ResourceBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Reader.html">Reader</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Locale.html">Locale<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Locale.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Locale.Tests.Stub.html">Stub</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.OptionsResolver.html">OptionsResolver<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.OptionsResolver.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.OptionsResolver.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Process.html">Process<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Process.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Process.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.PropertyAccess.html">PropertyAccess<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.PropertyAccess.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Generator.html">Generator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Generator.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Matcher.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.AnnotatedClasses.html">AnnotatedClasses</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Generator.html">Generator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Generator.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.Dumper.html">Dumper</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.html">Acl<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.Dbal.html">Dbal</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Domain.html">Domain</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Model.html">Model</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Permission.html">Permission</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Dbal.html">Dbal</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Permission.html">Permission</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Acl.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.Provider.html">Provider</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Authorization.html">Authorization<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authorization.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Role.html">Role</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Provider.html">Provider</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.html">Authorization<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Role.html">Role</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.User.html">User</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.User.html">User</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Csrf.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenGenerator.html">TokenGenerator</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenStorage.html">TokenStorage</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Csrf.TokenGenerator.html">TokenGenerator</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.TokenStorage.html">TokenStorage</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Http.html">Http<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Http.Authentication.html">Authentication</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Authorization.html">Authorization</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.EntryPoint.html">EntryPoint</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Firewall.html">Firewall</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Logout.html">Logout</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Session.html">Session</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Authentication.html">Authentication</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.EntryPoint.html">EntryPoint</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Firewall.html">Firewall</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Logout.html">Logout</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Session.html">Session</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.Http.html">Http<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Http.Firewall.html">Firewall</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Serializer.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Normalizer.html">Normalizer</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Normalizer.html">Normalizer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Stopwatch.html">Stopwatch</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Templating.Asset.html">Asset</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Storage.html">Storage</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Templating.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Storage.html">Storage</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Translation.Catalogue.html">Catalogue</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Extractor.html">Extractor</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Translation.Tests.Catalogue.html">Catalogue</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Translation.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Mapping.Cache.html">Cache</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Mapping.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Validator.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Tests.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Cache.html">Cache</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Loader.html">Loader</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Yaml.html">Yaml<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Yaml.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Yaml.Tests.html">Tests</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.html">Tecnocreaciones<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.html">AjaxFOSUserBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Event.html">Event</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Handler.html">Handler</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.html">InstallBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.html">TemplateBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.html">Vzla<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.html">GovernmentBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Model.html">Model</a>
</li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.html">Fabpot<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.FooBundle.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-TestBundle.FooBundle.Controller.Sub.html">Sub</a>
</li>
<li><a href="namespace-TestBundle.FooBundle.Controller.Test.html">Test</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.Sensio.html">Sensio<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.html">Cms<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.Sensio.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-TestFixtures.html">TestFixtures</a>
</li>
<li><a href="namespace-Timestampable.html">Timestampable<span></span></a>
<ul>
<li><a href="namespace-Timestampable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Timestampable.Fixture.Document.html">Document</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tool.html">Tool</a>
</li>
<li><a href="namespace-Translatable.html">Translatable<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.Document.Personal.html">Personal</a>
</li>
</ul></li>
<li><a href="namespace-Translatable.Fixture.Issue114.html">Issue114</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue138.html">Issue138</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue165.html">Issue165</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue173.html">Issue173</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue75.html">Issue75</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue922.html">Issue922</a>
</li>
<li><a href="namespace-Translatable.Fixture.Personal.html">Personal</a>
</li>
<li><a href="namespace-Translatable.Fixture.Template.html">Template</a>
</li>
<li><a href="namespace-Translatable.Fixture.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Translator.html">Translator<span></span></a>
<ul>
<li><a href="namespace-Translator.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-Tree.html">Tree<span></span></a>
<ul>
<li><a href="namespace-Tree.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Tree.Fixture.Closure.html">Closure</a>
</li>
<li><a href="namespace-Tree.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Tree.Fixture.Genealogy.html">Genealogy</a>
</li>
<li><a href="namespace-Tree.Fixture.Mock.html">Mock</a>
</li>
<li><a href="namespace-Tree.Fixture.Repository.html">Repository</a>
</li>
<li><a href="namespace-Tree.Fixture.Transport.html">Transport</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Uploadable.html">Uploadable<span></span></a>
<ul>
<li><a href="namespace-Uploadable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Uploadable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Wrapper.html">Wrapper<span></span></a>
<ul>
<li><a href="namespace-Wrapper.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Wrapper.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Wrapper.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
</ul>
</div>
<hr />
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-Doctrine.ORM.Mapping.AnsiQuoteStrategy.html">AnsiQuoteStrategy</a></li>
<li><a href="class-Doctrine.ORM.Mapping.AssociationOverride.html">AssociationOverride</a></li>
<li><a href="class-Doctrine.ORM.Mapping.AssociationOverrides.html">AssociationOverrides</a></li>
<li><a href="class-Doctrine.ORM.Mapping.AttributeOverride.html">AttributeOverride</a></li>
<li><a href="class-Doctrine.ORM.Mapping.AttributeOverrides.html">AttributeOverrides</a></li>
<li><a href="class-Doctrine.ORM.Mapping.ChangeTrackingPolicy.html">ChangeTrackingPolicy</a></li>
<li><a href="class-Doctrine.ORM.Mapping.ClassMetadata.html">ClassMetadata</a></li>
<li><a href="class-Doctrine.ORM.Mapping.ClassMetadataFactory.html">ClassMetadataFactory</a></li>
<li><a href="class-Doctrine.ORM.Mapping.ClassMetadataInfo.html">ClassMetadataInfo</a></li>
<li class="active"><a href="class-Doctrine.ORM.Mapping.Column.html">Column</a></li>
<li><a href="class-Doctrine.ORM.Mapping.ColumnResult.html">ColumnResult</a></li>
<li><a href="class-Doctrine.ORM.Mapping.CustomIdGenerator.html">CustomIdGenerator</a></li>
<li><a href="class-Doctrine.ORM.Mapping.DefaultEntityListenerResolver.html">DefaultEntityListenerResolver</a></li>
<li><a href="class-Doctrine.ORM.Mapping.DefaultNamingStrategy.html">DefaultNamingStrategy</a></li>
<li><a href="class-Doctrine.ORM.Mapping.DefaultQuoteStrategy.html">DefaultQuoteStrategy</a></li>
<li><a href="class-Doctrine.ORM.Mapping.DiscriminatorColumn.html">DiscriminatorColumn</a></li>
<li><a href="class-Doctrine.ORM.Mapping.DiscriminatorMap.html">DiscriminatorMap</a></li>
<li><a href="class-Doctrine.ORM.Mapping.ElementCollection.html">ElementCollection</a></li>
<li><a href="class-Doctrine.ORM.Mapping.Entity.html">Entity</a></li>
<li><a href="class-Doctrine.ORM.Mapping.EntityListeners.html">EntityListeners</a></li>
<li><a href="class-Doctrine.ORM.Mapping.EntityResult.html">EntityResult</a></li>
<li><a href="class-Doctrine.ORM.Mapping.FieldResult.html">FieldResult</a></li>
<li><a href="class-Doctrine.ORM.Mapping.GeneratedValue.html">GeneratedValue</a></li>
<li><a href="class-Doctrine.ORM.Mapping.HasLifecycleCallbacks.html">HasLifecycleCallbacks</a></li>
<li><a href="class-Doctrine.ORM.Mapping.Id.html">Id</a></li>
<li><a href="class-Doctrine.ORM.Mapping.Index.html">Index</a></li>
<li><a href="class-Doctrine.ORM.Mapping.InheritanceType.html">InheritanceType</a></li>
<li><a href="class-Doctrine.ORM.Mapping.JoinColumn.html">JoinColumn</a></li>
<li><a href="class-Doctrine.ORM.Mapping.JoinColumns.html">JoinColumns</a></li>
<li><a href="class-Doctrine.ORM.Mapping.JoinTable.html">JoinTable</a></li>
<li><a href="class-Doctrine.ORM.Mapping.ManyToMany.html">ManyToMany</a></li>
<li><a href="class-Doctrine.ORM.Mapping.ManyToOne.html">ManyToOne</a></li>
<li><a href="class-Doctrine.ORM.Mapping.MappedSuperclass.html">MappedSuperclass</a></li>
<li><a href="class-Doctrine.ORM.Mapping.NamedNativeQueries.html">NamedNativeQueries</a></li>
<li><a href="class-Doctrine.ORM.Mapping.NamedNativeQuery.html">NamedNativeQuery</a></li>
<li><a href="class-Doctrine.ORM.Mapping.NamedQueries.html">NamedQueries</a></li>
<li><a href="class-Doctrine.ORM.Mapping.NamedQuery.html">NamedQuery</a></li>
<li><a href="class-Doctrine.ORM.Mapping.OneToMany.html">OneToMany</a></li>
<li><a href="class-Doctrine.ORM.Mapping.OneToOne.html">OneToOne</a></li>
<li><a href="class-Doctrine.ORM.Mapping.OrderBy.html">OrderBy</a></li>
<li><a href="class-Doctrine.ORM.Mapping.PostLoad.html">PostLoad</a></li>
<li><a href="class-Doctrine.ORM.Mapping.PostPersist.html">PostPersist</a></li>
<li><a href="class-Doctrine.ORM.Mapping.PostRemove.html">PostRemove</a></li>
<li><a href="class-Doctrine.ORM.Mapping.PostUpdate.html">PostUpdate</a></li>
<li><a href="class-Doctrine.ORM.Mapping.PreFlush.html">PreFlush</a></li>
<li><a href="class-Doctrine.ORM.Mapping.PrePersist.html">PrePersist</a></li>
<li><a href="class-Doctrine.ORM.Mapping.PreRemove.html">PreRemove</a></li>
<li><a href="class-Doctrine.ORM.Mapping.PreUpdate.html">PreUpdate</a></li>
<li><a href="class-Doctrine.ORM.Mapping.SequenceGenerator.html">SequenceGenerator</a></li>
<li><a href="class-Doctrine.ORM.Mapping.SqlResultSetMapping.html">SqlResultSetMapping</a></li>
<li><a href="class-Doctrine.ORM.Mapping.SqlResultSetMappings.html">SqlResultSetMappings</a></li>
<li><a href="class-Doctrine.ORM.Mapping.Table.html">Table</a></li>
<li><a href="class-Doctrine.ORM.Mapping.UnderscoreNamingStrategy.html">UnderscoreNamingStrategy</a></li>
<li><a href="class-Doctrine.ORM.Mapping.UniqueConstraint.html">UniqueConstraint</a></li>
<li><a href="class-Doctrine.ORM.Mapping.Version.html">Version</a></li>
</ul>
<h3>Interfaces</h3>
<ul>
<li><a href="class-Doctrine.ORM.Mapping.Annotation.html">Annotation</a></li>
<li><a href="class-Doctrine.ORM.Mapping.EntityListenerResolver.html">EntityListenerResolver</a></li>
<li><a href="class-Doctrine.ORM.Mapping.NamingStrategy.html">NamingStrategy</a></li>
<li><a href="class-Doctrine.ORM.Mapping.QuoteStrategy.html">QuoteStrategy</a></li>
</ul>
<h3>Exceptions</h3>
<ul>
<li><a href="class-Doctrine.ORM.Mapping.MappingException.html">MappingException</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" class="text" />
<input type="submit" value="Search" />
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<a href="namespace-Doctrine.ORM.Mapping.html" title="Summary of Doctrine\ORM\Mapping"><span>Namespace</span></a>
</li>
<li>
<a href="class-Doctrine.ORM.Mapping.Column.html" title="Summary of Doctrine\ORM\Mapping\Column"><span>Class</span></a>
</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>
<pre><code><span id="1" class="l"><a class="l" href="#1"> 1: </a><span class="xlang"><?php</span>
</span><span id="2" class="l"><a class="l" href="#2"> 2: </a><span class="php-comment">/*
</span></span><span id="3" class="l"><a class="l" href="#3"> 3: </a><span class="php-comment"> * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
</span></span><span id="4" class="l"><a class="l" href="#4"> 4: </a><span class="php-comment"> * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
</span></span><span id="5" class="l"><a class="l" href="#5"> 5: </a><span class="php-comment"> * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
</span></span><span id="6" class="l"><a class="l" href="#6"> 6: </a><span class="php-comment"> * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
</span></span><span id="7" class="l"><a class="l" href="#7"> 7: </a><span class="php-comment"> * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
</span></span><span id="8" class="l"><a class="l" href="#8"> 8: </a><span class="php-comment"> * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
</span></span><span id="9" class="l"><a class="l" href="#9"> 9: </a><span class="php-comment"> * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
</span></span><span id="10" class="l"><a class="l" href="#10">10: </a><span class="php-comment"> * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
</span></span><span id="11" class="l"><a class="l" href="#11">11: </a><span class="php-comment"> * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
</span></span><span id="12" class="l"><a class="l" href="#12">12: </a><span class="php-comment"> * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
</span></span><span id="13" class="l"><a class="l" href="#13">13: </a><span class="php-comment"> * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</span></span><span id="14" class="l"><a class="l" href="#14">14: </a><span class="php-comment"> *
</span></span><span id="15" class="l"><a class="l" href="#15">15: </a><span class="php-comment"> * This software consists of voluntary contributions made by many individuals
</span></span><span id="16" class="l"><a class="l" href="#16">16: </a><span class="php-comment"> * and is licensed under the MIT license. For more information, see
</span></span><span id="17" class="l"><a class="l" href="#17">17: </a><span class="php-comment"> * <http://www.doctrine-project.org>.
</span></span><span id="18" class="l"><a class="l" href="#18">18: </a><span class="php-comment"> */</span>
</span><span id="19" class="l"><a class="l" href="#19">19: </a>
</span><span id="20" class="l"><a class="l" href="#20">20: </a><span class="php-keyword1">namespace</span> Doctrine\ORM\Mapping;
</span><span id="21" class="l"><a class="l" href="#21">21: </a>
</span><span id="22" class="l"><a class="l" href="#22">22: </a><span class="php-comment">/**
</span></span><span id="23" class="l"><a class="l" href="#23">23: </a><span class="php-comment"> * @Annotation
</span></span><span id="24" class="l"><a class="l" href="#24">24: </a><span class="php-comment"> * @Target({"PROPERTY","ANNOTATION"})
</span></span><span id="25" class="l"><a class="l" href="#25">25: </a><span class="php-comment"> */</span>
</span><span id="26" class="l"><a class="l" href="#26">26: </a><span class="php-keyword1">final</span> <span class="php-keyword1">class</span> <a id="Column" href="#Column">Column</a> <span class="php-keyword1">implements</span> Annotation
</span><span id="27" class="l"><a class="l" href="#27">27: </a>{
</span><span id="28" class="l"><a class="l" href="#28">28: </a> <span class="php-comment">/**
</span></span><span id="29" class="l"><a class="l" href="#29">29: </a><span class="php-comment"> * @var string
</span></span><span id="30" class="l"><a class="l" href="#30">30: </a><span class="php-comment"> */</span>
</span><span id="31" class="l"><a class="l" href="#31">31: </a> <span class="php-keyword1">public</span> <span class="php-var"><a id="$name" href="#$name">$name</a></span>;
</span><span id="32" class="l"><a class="l" href="#32">32: </a>
</span><span id="33" class="l"><a class="l" href="#33">33: </a> <span class="php-comment">/**
</span></span><span id="34" class="l"><a class="l" href="#34">34: </a><span class="php-comment"> * @var mixed
</span></span><span id="35" class="l"><a class="l" href="#35">35: </a><span class="php-comment"> */</span>
</span><span id="36" class="l"><a class="l" href="#36">36: </a> <span class="php-keyword1">public</span> <span class="php-var"><a id="$type" href="#$type">$type</a></span> = <span class="php-quote">'string'</span>;
</span><span id="37" class="l"><a class="l" href="#37">37: </a>
</span><span id="38" class="l"><a class="l" href="#38">38: </a> <span class="php-comment">/**
</span></span><span id="39" class="l"><a class="l" href="#39">39: </a><span class="php-comment"> * @var integer
</span></span><span id="40" class="l"><a class="l" href="#40">40: </a><span class="php-comment"> */</span>
</span><span id="41" class="l"><a class="l" href="#41">41: </a> <span class="php-keyword1">public</span> <span class="php-var"><a id="$length" href="#$length">$length</a></span>;
</span><span id="42" class="l"><a class="l" href="#42">42: </a>
</span><span id="43" class="l"><a class="l" href="#43">43: </a> <span class="php-comment">/**
</span></span><span id="44" class="l"><a class="l" href="#44">44: </a><span class="php-comment"> * The precision for a decimal (exact numeric) column (Applies only for decimal column).
</span></span><span id="45" class="l"><a class="l" href="#45">45: </a><span class="php-comment"> *
</span></span><span id="46" class="l"><a class="l" href="#46">46: </a><span class="php-comment"> * @var integer
</span></span><span id="47" class="l"><a class="l" href="#47">47: </a><span class="php-comment"> */</span>
</span><span id="48" class="l"><a class="l" href="#48">48: </a> <span class="php-keyword1">public</span> <span class="php-var"><a id="$precision" href="#$precision">$precision</a></span> = <span class="php-num">0</span>;
</span><span id="49" class="l"><a class="l" href="#49">49: </a>
</span><span id="50" class="l"><a class="l" href="#50">50: </a> <span class="php-comment">/**
</span></span><span id="51" class="l"><a class="l" href="#51">51: </a><span class="php-comment"> * The scale for a decimal (exact numeric) column (Applies only for decimal column).
</span></span><span id="52" class="l"><a class="l" href="#52">52: </a><span class="php-comment"> *
</span></span><span id="53" class="l"><a class="l" href="#53">53: </a><span class="php-comment"> * @var integer
</span></span><span id="54" class="l"><a class="l" href="#54">54: </a><span class="php-comment"> */</span>
</span><span id="55" class="l"><a class="l" href="#55">55: </a> <span class="php-keyword1">public</span> <span class="php-var"><a id="$scale" href="#$scale">$scale</a></span> = <span class="php-num">0</span>;
</span><span id="56" class="l"><a class="l" href="#56">56: </a>
</span><span id="57" class="l"><a class="l" href="#57">57: </a> <span class="php-comment">/**
</span></span><span id="58" class="l"><a class="l" href="#58">58: </a><span class="php-comment"> * @var boolean
</span></span><span id="59" class="l"><a class="l" href="#59">59: </a><span class="php-comment"> */</span>
</span><span id="60" class="l"><a class="l" href="#60">60: </a> <span class="php-keyword1">public</span> <span class="php-var"><a id="$unique" href="#$unique">$unique</a></span> = <span class="php-keyword1">false</span>;
</span><span id="61" class="l"><a class="l" href="#61">61: </a>
</span><span id="62" class="l"><a class="l" href="#62">62: </a> <span class="php-comment">/**
</span></span><span id="63" class="l"><a class="l" href="#63">63: </a><span class="php-comment"> * @var boolean
</span></span><span id="64" class="l"><a class="l" href="#64">64: </a><span class="php-comment"> */</span>
</span><span id="65" class="l"><a class="l" href="#65">65: </a> <span class="php-keyword1">public</span> <span class="php-var"><a id="$nullable" href="#$nullable">$nullable</a></span> = <span class="php-keyword1">false</span>;
</span><span id="66" class="l"><a class="l" href="#66">66: </a>
</span><span id="67" class="l"><a class="l" href="#67">67: </a> <span class="php-comment">/**
</span></span><span id="68" class="l"><a class="l" href="#68">68: </a><span class="php-comment"> * @var array
</span></span><span id="69" class="l"><a class="l" href="#69">69: </a><span class="php-comment"> */</span>
</span><span id="70" class="l"><a class="l" href="#70">70: </a> <span class="php-keyword1">public</span> <span class="php-var"><a id="$options" href="#$options">$options</a></span> = <span class="php-keyword1">array</span>();
</span><span id="71" class="l"><a class="l" href="#71">71: </a>
</span><span id="72" class="l"><a class="l" href="#72">72: </a> <span class="php-comment">/**
</span></span><span id="73" class="l"><a class="l" href="#73">73: </a><span class="php-comment"> * @var string
</span></span><span id="74" class="l"><a class="l" href="#74">74: </a><span class="php-comment"> */</span>
</span><span id="75" class="l"><a class="l" href="#75">75: </a> <span class="php-keyword1">public</span> <span class="php-var"><a id="$columnDefinition" href="#$columnDefinition">$columnDefinition</a></span>;
</span><span id="76" class="l"><a class="l" href="#76">76: </a>}
</span><span id="77" class="l"><a class="l" href="#77">77: </a></span></code></pre>
<div id="footer">
seip API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
</div>
</div>
</div>
</body>
</html>
|
widgets/SelectionInfo/SelectionInfo.css | asir6/FusionLab | .spanSelectionInfo {
display: -moz-inline-box;
display: inline-block;
padding: 2px;
margin: 0;
border: none;
width: 200px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
background-color: transparent;
color: #000;
}
.jxToolItem .spanSelectionInfo {
padding: 6px 2px;
} |
lof-config.html | davidrthorn/cross_reference | <!DOCTYPE html>
<html>
<head>
<base target="_top">
<link rel='stylesheet' href='https://ssl.gstatic.com/docs/script/css/add-ons1.css'>
<?!= include('loader-style'); ?>
<style>
.load-overlay {
margin-top: 60px;
}
.order-box {
width: 40px;
}
.title {
font-weight: bold;
height: 1.2rem;
}
.row {
height: 50px;
}
.buttons {
margin-top: 26px;
}
.actions__button {
margin-right: 8px !important;
}
</style>
</head>
<body>
<div class='load-overlay'>
<div class='loader'>
<span class='l-1'></span>
<span class='l-2'></span>
<span class='l-3'></span>
<span class='l-4'></span>
<span class='l-5'></span>
<span class='l-6'></span>
</div>
</div>
<form id='form__main' hidden>
<div class='row'>
<div id='fig' class='title'>Figures</div>
<div class='inputs'>
<label for="fig-enabled">Enabled</label>
<input id='fig-enabled' name='fig-enabled' type='checkbox'>
<label for="fig-order">Order</label>
<input id='fig-order' class='order-box' value=0 name='fig-order' type='number'>
</div>
</div>
<div class='row'>
<div id='tab' class='title'>Tables</div>
<div class='inputs'>
<label for="tab-enabled">Enabled</label>
<input id='tab-enabled' name='tab-enabled' type='checkbox'>
<label for="tab-order">Order</label>
<input id='tab-order' class='order-box' value=0 name='tab-order' type='number'>
</div>
</div>
<div class='buttons'>
<input type='submit' name='save' class='actions__button blue' id='save' value='Save'>
<button class='actions__button' id='cancel' onclick='close()'>Cancel</button>
</div>
</form>
</body>
<script src='//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'></script>
<script>
$(function () {
google.script.run.withSuccessHandler(initialise).getLofConfig()
})
function initialise(lofSettings) {
for (const code in lofSettings) {
$('#' + code + '-enabled').prop('checked', true)
$('#' + code + '-order').val(lofSettings[code].order)
}
$('.load-overlay').hide()
$('#form__main').show()
}
$('#form__main').submit(function (e) {
e.preventDefault()
const values = {}
for (const code of ['fig', 'tab']) {
if (!$('#' + code + '-enabled').prop('checked')) continue
values[code] = {'order': parseInt($('#' + code + '-order').val())}
}
google.script.run.withSuccessHandler(close).saveLofConfig(values)
})
function close() {
google.script.host.close()
}
</script>
</html>
|
Modelizacion/Ingenieria2020/index.html | mdforti/mdforti.github.io | <!DOCTYPE HTML5>
<html lang="es">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex,nofollow"/>
<title>Mariano Forti - Modelización de Materiales</title>
<link rel="stylesheet" type="text/css" href="../MainStyles.css" />
<style>
body {
margin:0px;
padding:1px;
}
.modelizacion_menu {
display:grid;
grid-template-columns: auto auto auto auto;
grid-gap:1px;
justify-content:center;
align-content:center;
width:100%;
background-color:rgb(217, 217, 217);
}
.modelizacion_menu > div,a {
text-align:center;
display:table-cell;
color:black;
min-height:20px;
margin:1px;
padding:5px;
vertical-align:middle;
font-size:15px;
}
.modelizacion_menu > div:hover,a:hover {
background-color: black;
color:white;
}
.modelizacion_menu a , a:visited,a:link, a.selected {
text-decoration:none;
color:black;
}
.modelizacion_menu a:hover,a:focus {
color:white;
text-decoration:none;
}
a:visited {
text-decoration:none;
}
@media only screen and (min-width: 768px){
.modelizacion_menu {
grid-gap:1px;
}
.modelizacion_menu > div , a {
font-size:20px;
min-height:20px;
margin:10px;
}
}
</style>
</head>
<body id="Modelizacion-body" >
<div id="ModelizacionMenu" class="modelizacion_menu">
<a href="./Programa/index.html" id="LinkPrograma"target="Modelizacion2019">
Programa
</a>
<a href="http://www.tandar.cnea.gov.ar/~weht/Modelizacion" target="Modelizacion2019">
Clases Teoricas
</a>
<a href="Clases/ClasesPracticas.html" id="LinkClasesPracticas"target="Modelizacion2019">
Clases Practicas
</a>
<a href="TrabajosPracticos/TrabajosPracticos.html"id="LinkTPs"target="Modelizacion2019">
Trabajos Prácticos
</a>
</div>
<iframe name="Modelizacion2019"class="contents" src="default.html"
align="middle"width="100%"height="100%"frameborder="0">
</iframe>
</body>
</html>
|
tag/cryptography/index.html | Hadesy2k/hadesy2k.github.io |
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<script>
// UNCOMMENT AND USE YOUR VARIABLES FOR DISQUS AND GOOGLE ANALYTICS
// var d_id = '',
// g_id = 'UA-XXXXXXXX-X', // Format: UA-########-#, Example: UA-11220899-1
// g_url = 'XXXXXXX.XXX' // Format: #####.####, Example: webdesignporto.com
</script>
<title>#cryptography - Ghost | Blog</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="../../assets/highlighter/prettify.css?v=f025b97e28">
<link rel="stylesheet" type="text/css" href="../../assets/css/screen.css?v=f025b97e28">
<link rel="shortcut icon" href="../../favicon.png" type="image/png">
<link rel="canonical" href="index.html">
<meta name="referrer" content="no-referrer-when-downgrade">
<meta property="og:site_name" content="Ghost | Blog">
<meta property="og:type" content="website">
<meta property="og:title" content="#cryptography - Ghost | Blog">
<meta property="og:url" content="http://localhost:2368/tag/cryptography/">
<meta property="article:modified_time" content="2016-10-10T08:43:05.000Z">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="#cryptography - Ghost | Blog">
<meta name="twitter:url" content="http://localhost:2368/tag/cryptography/">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Series",
"publisher": {
"@type": "Organization",
"name": "Ghost | Blog",
"logo": {
"@type": "ImageObject",
"url": "http://localhost:2368/content/images/2017/10/me-1.png",
"width": 60,
"height": 60
}
},
"url": "http://localhost:2368/tag/cryptography/",
"name": "#cryptography",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "http://localhost:2368/"
}
}
</script>
<script type="text/javascript" src="../../public/ghost-sdk.js?v=f025b97e28"></script>
<script type="text/javascript">
ghost.init({
clientId: "ghost-frontend",
clientSecret: "9e9b994f02a1"
});
</script>
<meta name="generator" content="Ghost 1.10">
<link rel="alternate" type="application/rss+xml" title="Ghost | Blog" href="../../rss/index.html">
<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', g_id, g_url);
ga('send', 'pageview');
</script>
</head>
<body class="tag-template tag-cryptography">
<header id="site-head" style="background-image: url(../../content/images/2017/10/cover.png)">
<div class="vertical animated bounceInDown">
<div id="site-head-content" class="inner">
<a id="blog-logo" href="../../"><img src="../../content/images/2017/10/me-1.png" alt="Blog Logo"></a>
<h1 class="blog-title">Ghost | Blog</h1>
<h2 class="blog-description"></h2>
</div>
</div>
</header>
<main class="content" role="main">
<article class="post tag-cryptography tag-article">
<header class="post-header">
<span class="post-meta"><time datetime="2016-10-10">10 Oct 2016</time> on <a href="index.html">#cryptography</a>, <a href="../article/">#article</a></span>
<h2 class="post-title"><a href="../../the-cryptography/">The Cryptography</a></h2>
<!--<a href="/the-cryptography/#disqus_thread"></a>-->
</header>
<section class="post-excerpt">
<p>Encryption & Decryption Encryption & Decryption မှာ plaintext လို့ခေါ်တဲ့ human language နဲ့ရေးထားပြီးနားလည်နိုင်တဲ့ text မျိုးရယ်နောက် ကွန်တော်တို့လုံး၀နားမလည်နိုင်တဲ့ encrypted လုပ်ထားတဲ့ ciphertext ဆိုတာရှိပါတယ်။ Private လိ…</p>
</section>
</article>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav>
<script type="text/javascript">
var disqus_shortname = d_id;
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</main>
<footer class="site-footer">
<!-- <a class="subscribe icon-feed" href="http://localhost:2368/rss/"><span class="tooltip">Subscribe!</span></a> -->
<div class="inner">
<section class="copyright">All content copyright <a href="../../">Ghost | Blog</a> © 2017 • All rights reserved.</section>
<section class="poweredby">Proudly published with <a class="icon-ghost" href="http://ghost.org"><span class="icon-ghost-text">Ghost</span></a> in <a href="https://github.com/mityalebedev/The-Shell">The Shell</a> theme.</section>
</div>
</footer>
<script type="text/javascript" src="../../assets/highlighter/prettify.js?v=f025b97e28"></script>
<script type="text/javascript" src="../../assets/js/shell.js?v=f025b97e28"></script>
<script type="text/javascript" async src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
<!--
<script type="text/javascript" async src="/assets/MathJax/MathJax.js?config=TeX-MML-AM_CHTML"></script>
-->
</body>
|
chp02_forces/NOC_2_5_fluidresistance/index.html | dead-horse/the-nature-of-code-raphael | <head>
</head>
<body>
<div id="paper"></div>
</body>
<script src="http://cdn.staticfile.org/raphael/2.1.2/raphael-min.js"></script>
<script src="http://cdn.staticfile.org/jquery/2.0.3/jquery.min.js"></script>
<script src="../../utils.js"></script>
<script src="../../pvector.js"></script>
<script src="liquid.js"></script>
<script src="mover.js"></script>
<script src="paper.js"></script>
|
_includes/post.html | pep-dortmund/towards-a-new-website | <div class="card post mb-2" id="{{ post.id | replace: '/','-' | remove_first: '-' }}">
{% if post.image %}
<img class="card-img-top" src="{{ post.image }}" alt="">
{% endif %}
<div class="card-body">
{% if post.title %}
<h2 class="card-title">{{ post.title }}</h2>
{% endif %}
{{ post.content }}
</div>
{% include post-footer.html post=post %}
</div>
|
docs/html/classtesting_1_1internal_1_1_invoke_action.html | bhargavipatel/808X_VO | <!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>VO808X: testing::internal::InvokeAction< FunctionImpl > Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">VO808X
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('classtesting_1_1internal_1_1_invoke_action.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classtesting_1_1internal_1_1_invoke_action-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">testing::internal::InvokeAction< FunctionImpl > Class Template Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="gmock-more-actions_8h_source.html">gmock-more-actions.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a786ce772624fc87a31891f465df7ce61"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classtesting_1_1internal_1_1_invoke_action.html#a786ce772624fc87a31891f465df7ce61">InvokeAction</a> (FunctionImpl function_impl)</td></tr>
<tr class="separator:a786ce772624fc87a31891f465df7ce61"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af357ce691795b3520de1fda4ab8af8b2"><td class="memTemplParams" colspan="2">template<typename Result , typename ArgumentTuple > </td></tr>
<tr class="memitem:af357ce691795b3520de1fda4ab8af8b2"><td class="memTemplItemLeft" align="right" valign="top"><a class="el" href="typedefs__d_8js.html#a28287671eaf7406afd604bd055ba4066">Result</a> </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classtesting_1_1internal_1_1_invoke_action.html#af357ce691795b3520de1fda4ab8af8b2">Perform</a> (const <a class="el" href="typedefs__d_8js.html#a396b2bdc7ef45f482a7e9254b15c3c01">ArgumentTuple</a> &args)</td></tr>
<tr class="separator:af357ce691795b3520de1fda4ab8af8b2"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><h3>template<typename FunctionImpl><br />
class testing::internal::InvokeAction< FunctionImpl ></h3>
<p>Definition at line <a class="el" href="gmock-more-actions_8h_source.html#l00052">52</a> of file <a class="el" href="gmock-more-actions_8h_source.html">gmock-more-actions.h</a>.</p>
</div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
<a class="anchor" id="a786ce772624fc87a31891f465df7ce61"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<typename FunctionImpl > </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classtesting_1_1internal_1_1_invoke_action.html">testing::internal::InvokeAction</a>< FunctionImpl >::<a class="el" href="classtesting_1_1internal_1_1_invoke_action.html">InvokeAction</a> </td>
<td>(</td>
<td class="paramtype">FunctionImpl </td>
<td class="paramname"><em>function_impl</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">explicit</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gmock-more-actions_8h_source.html#l00056">56</a> of file <a class="el" href="gmock-more-actions_8h_source.html">gmock-more-actions.h</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="af357ce691795b3520de1fda4ab8af8b2"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<typename FunctionImpl > </div>
<div class="memtemplate">
template<typename Result , typename ArgumentTuple > </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="typedefs__d_8js.html#a28287671eaf7406afd604bd055ba4066">Result</a> <a class="el" href="classtesting_1_1internal_1_1_invoke_action.html">testing::internal::InvokeAction</a>< FunctionImpl >::Perform </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="typedefs__d_8js.html#a396b2bdc7ef45f482a7e9254b15c3c01">ArgumentTuple</a> & </td>
<td class="paramname"><em>args</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="gmock-more-actions_8h_source.html#l00060">60</a> of file <a class="el" href="gmock-more-actions_8h_source.html">gmock-more-actions.h</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>/home/bhargavi/Documents/SDR/Copy_Exam_808X/vendor/googletest/googlemock/include/gmock/<a class="el" href="gmock-more-actions_8h_source.html">gmock-more-actions.h</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespacetesting.html">testing</a></li><li class="navelem"><a class="el" href="namespacetesting_1_1internal.html">internal</a></li><li class="navelem"><a class="el" href="classtesting_1_1internal_1_1_invoke_action.html">InvokeAction</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
</ul>
</div>
</body>
</html>
|
ke/exercises/counting_1.html | sushantceb/demo | <!DOCTYPE html>
<html data-require="math spin word-problems">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Counting 1</title>
<script data-main="../local-only/main.js" src="../local-only/require.js"></script>
</head>
<body>
<div class="exercise">
<div class="problems">
<div id="page-numbers">
<div class="vars">
<var id="START">randRange( 20, 50 )</var>
<var id="ANSWER">randRange( 20, 40 )</var>
<var id="END">START + ANSWER - 1</var>
<var id="DO_BOOL">randRange(0, 1) === 0</var>
<var id="PROBLEMS">DO_BOOL ? $._("problems") : randFromArray([$._("pages"), $._("papers"), $._("articles")]) </var>
<var id="RAND_1">randRange(0, 1) === 0</var>
<var id="RAND_2">randRange(0, 1) === 0</var>
</div>
<p>
<span data-if="DO_BOOL">
<span data-if="RAND_1 && RAND_2">
<var>person( 1 )</var> had to do <var>PROBLEMS</var> <var>START</var> through <var>END</var> for homework last week.
</span><span data-if="RAND_1 && !RAND_2">
<var>person( 1 )</var> had to do <var>PROBLEMS</var> <var>START</var> through <var>END</var> for homework tonight.
</span><span data-if="!RAND_1 && RAND_2">
<var>person( 1 )</var> was assigned <var>PROBLEMS</var> <var>START</var> through <var>END</var> for homework last week.
</span><span data-if="!RAND_1 && !RAND_2">
<var>person( 1 )</var> was assigned <var>PROBLEMS</var> <var>START</var> through <var>END</var> for homework tonight.
</span>
</span><span data-else>
<span data-if="RAND_1 && RAND_2">
<var>person( 1 )</var> had to read <var>PROBLEMS</var> <var>START</var> through <var>END</var> for homework last week.
</span><span data-if="RAND_1 && !RAND_2">
<var>person( 1 )</var> had to read <var>PROBLEMS</var> <var>START</var> through <var>END</var> for homework tonight.
</span><span data-if="!RAND_1 && RAND_2">
<var>person( 1 )</var> was assigned <var>PROBLEMS</var> <var>START</var> through <var>END</var> for homework last week.
</span><span data-if="!RAND_1 && !RAND_2">
<var>person( 1 )</var> was assigned <var>PROBLEMS</var> <var>START</var> through <var>END</var> for homework tonight.
</span>
</span>
</p>
<p class="question" data-if="isMale(1)">
<span data-if="DO_BOOL">
If <var>person( 1 )</var> did all of the <var>PROBLEMS</var> he was assigned, how many <var>PROBLEMS</var> did he do?
</span><span data-else>
If <var>person( 1 )</var> read all of the <var>PROBLEMS</var> he was assigned, how many <var>PROBLEMS</var> did he read?
</span>
</p><p class="question" data-else="">
<span data-if="DO_BOOL">
If <var>person( 1 )</var> did all of the <var>PROBLEMS</var> she was assigned, how many <var>PROBLEMS</var> did she do?
</span><span data-else>
If <var>person( 1 )</var> read all of the <var>PROBLEMS</var> she was assigned, how many <var>PROBLEMS</var> did she read?
</span>
</p>
<div class="solution" data-type="multiple">
<p><span class="sol" data-forms="integer"><var>ANSWER</var></span> <var>PROBLEMS</var></p>
</div>
<div class="hints">
<p>Instead of counting <var>PROBLEMS</var> <var>START</var> through <var>END</var>, we can subtract <var>START - 1</var> from each number so we instead consider <var>PROBLEMS</var> 1 through <var>ANSWER</var>.</p>
<p data-if="DO_BOOL">
We see that <var>person( 1 )</var> did <var>ANSWER</var> <var>PROBLEMS</var>.
</p><p data-else>
We see that <var>person( 1 )</var> read <var>ANSWER</var> <var>PROBLEMS</var>.
</p>
<p data-if="isMale(1)">
<span data-if="DO_BOOL">
Notice that he did <var>ANSWER</var> and not <var>ANSWER - 1</var> <var>PROBLEMS</var>.
</span><span data-else>
Notice that he read <var>ANSWER</var> and not <var>ANSWER - 1</var> <var>PROBLEMS</var>.
</span>
</p><p data-else="">
<span data-if="DO_BOOL">
Notice that she did <var>ANSWER</var> and not <var>ANSWER - 1</var> <var>PROBLEMS</var>.
</span><span data-else>
Notice that she read <var>ANSWER</var> and not <var>ANSWER - 1</var> <var>PROBLEMS</var>.
</span>
</p>
</div>
</div>
<div id="slices">
<div class="vars">
<var id="NUM">randRange( 5, 15 )</var>
</div>
<p class="spin">A baker has a whole {baguette|loaf of bread}.</p>
<p class="question spin">How many cuts must {he|she} make to have exactly <var>NUM</var> even slices?</p>
<div class="solution" data-type="multiple">
<p><span class="sol" data-forms="integer"><var>NUM -1</var></span> cuts</p>
</div>
<div class="hints">
<p>One cut will make two slices, two cuts will make three slices, and so on.</p>
<p>Therefore, we need <var>NUM - 1</var> cuts to make <var>NUM</var> slices.</p>
</div>
</div>
<div id="fences">
<div class="vars">
<var id="LENGTH">randRange( 10, 20 )</var>
</div>
<p><var>person( 1 )</var> is building a straight fence, with posts one meter apart.</p>
<p class="question" data-if="isMale(1)">If the fence is <var>LENGTH</var> meters long, how many fence posts does he need?</p><p class="question" data-else="">If the fence is <var>LENGTH</var> meters long, how many fence posts does she need?</p>
<div class="solution" data-type="multiple">
<p><span class="sol" data-forms="integer"><var>LENGTH + 1</var></span> fence posts</p>
</div>
<div class="hints">
<p data-if="isMale(1)">If the fence is one meter long, he needs two posts (one for each end).</p><p data-else="">If the fence is one meter long, she needs two posts (one for each end).</p>
<p data-if="isMale(1)">If the fence is two meters long, then he needs three posts, and so on.</p><p data-else="">If the fence is two meters long, then she needs three posts, and so on.</p>
<p data-if="isMale(1)">Therefore, he needs <var>LENGTH + 1</var> posts for a <var>LENGTH</var> meter fence.</p><p data-else="">Therefore, she needs <var>LENGTH + 1</var> posts for a <var>LENGTH</var> meter fence.</p>
</div>
</div>
</div>
</div>
</body>
</html>
|
docset/armacode.docset/Contents/Resources/Documents/armacode/libraries/AddPlaneSurfaceCenter.html | theTonyHo/armacode | <!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 content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>AddPlaneSurfaceCenter — armacode Documentation</title>
<link href="../../_static/basic.css" rel="stylesheet" type="text/css"/>
<link href="../../_static/pygments.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../',
VERSION: 'v1.1.4 Build 118.0515',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script src="../../_static/jquery.js" type="text/javascript"></script>
<script src="../../_static/underscore.js" type="text/javascript"></script>
<script src="../../_static/doctools.js" type="text/javascript"></script>
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
<link href="../../_static/ar-ma_favicon.ico" rel="shortcut icon"/>
<link href="../../index.html" rel="top" title="armacode Documentation"/>
<link href="../../libraries.html" rel="up" title="Libraries"/>
<link href="AnnotationProperties.html" rel="next" title="AnnotationProperties"/>
<link href="AddObjectsToBlock.html" rel="prev" title="AddObjectsToBlock"/>
</head>
<body role="document">
<div aria-label="related navigation" class="related" role="navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a accesskey="I" href="../../genindex.html" title="General Index">index</a></li>
<li class="right">
<a accesskey="N" href="AnnotationProperties.html" title="AnnotationProperties">next</a> |</li>
<li class="right">
<a accesskey="P" href="AddObjectsToBlock.html" title="AddObjectsToBlock">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">armacode Documentation</a> »</li>
<li class="nav-item nav-item-1"><a accesskey="U" href="../../libraries.html">Libraries</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="addplanesurfacecenter">
<h1>AddPlaneSurfaceCenter<a class="headerlink" href="#addplanesurfacecenter" title="Permalink to this headline">¶</a></h1>
<dl class="function">
<dt id="AddPlaneSurfaceCenter"><a name="//apple_ref/cpp/Function/AddPlaneSurfaceCenter"></a>
<code class="descname">AddPlaneSurfaceCenter</code><span class="sig-paren">(</span><em>plane</em>, <em>u_dir</em>, <em>v_dir</em><span class="sig-paren">)</span><a class="headerlink" href="#AddPlaneSurfaceCenter" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<p>Create a plane surface with center at plane origin and add it to the document.
:param plane = The plane.:
:param u_dir = The magnitude in the U direction.:
:param v_dir = The magnitude in the V direction.:</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name"></col>
<col class="field-body"></col>
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">returns:</th><td class="field-body">The identifier of the new object if successful.
None if not successful, or on error.</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div aria-label="main navigation" class="sphinxsidebar" role="navigation">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="AddObjectsToBlock.html" title="previous chapter">AddObjectsToBlock</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="AnnotationProperties.html" title="next chapter">AnnotationProperties</a></p>
<div aria-label="source link" role="note">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/armacode/libraries/AddPlaneSurfaceCenter.txt" rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" role="search" style="display: none">
<h3>Quick search</h3>
<form action="../../search.html" class="search" method="get">
<input name="q" type="text"/>
<input type="submit" value="Go"/>
<input name="check_keywords" type="hidden" value="yes"/>
<input name="area" type="hidden" value="default"/>
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div aria-label="related navigation" class="related" role="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="AnnotationProperties.html" title="AnnotationProperties">next</a> |</li>
<li class="right">
<a href="AddObjectsToBlock.html" title="AddObjectsToBlock">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">armacode Documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="../../libraries.html">Libraries</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2014, Tony Ho.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.5.
</div>
</body>
</html> |
static/main.css | alexlin93/Bloggerspot | /* Content */
body {
background-color: #fafaf6;
font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
font-size: 14px;
width: 800px;
margin: 0 auto;
padding: 10px;
color: #333;
}
/* Header Styles */
.logo-section .media-object{
width: 150px;
height: 150px;
}
.title-section {
text-align: right;
}
.title-section h2{
font-family: 'Lobster', cursive;
}
.post-content{
margin: 15px 0;
}
#post-delete, .comment-delete{
margin-left: 10px;
}
@media screen and (max-width: 767px) {
.logo-section .media-object{
margin: auto;
}
.title-section {
text-align: center;
}
.post .post-heading{
text-align: center;
}
}
/* Footer Styles */
footer .fa-heart-o{
color: #F44336;
}
.login-options{
margin: 10px;
}
.comment-form{
margin: 20px 0 20px 0;
} |
unit1_projects/week4_cultural_blog.html | dakotacousineau/dakotacousineau.github.io | <!doctype html>
<head>
<meta charset="utf-8">
<div class="center">
<title>Week 1 Cultural blog</title>
<link rel="stylesheet" type="text/css" href="stylesheets/week1_tech.css" charset="utf-8" />
<style>
p.padding
{padding:50px 75px;}
</style>
</head>
<body>
<h1>Dakota's Cultural Blog</h1>
<h2>Such Blog much Culture</h2>
<p class="padding">Net neutrality is a major issue facing the tech world and world at large. The basic concept is up unto this point no information or site on the web has advantage of loading faster or getting their information to the user quicker than anyone else. It is a completely equal playing field for everyone. This is important because it maximizes growth and chances for the “little guy”. If you have a great site and people start visiting it they can load just as fast as huge corporate sites like espn.
The problem is service providers are trying to charge companies to get their information to the end user. This will stagnate the internet making it so those with the most money can get their information out their and the internet will start to look like the special interests lobbyists that currently are entwined in our political system.
</p>
</body>
</div>
</html>
|
tags/http2/page/1/index.html | tomjamescn/tomjamescn.github.io | <!DOCTYPE html><html><head><title>https://tomjamescn.github.io/tags/http2/</title><link rel="canonical" href="https://tomjamescn.github.io/tags/http2/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://tomjamescn.github.io/tags/http2/" /></head></html> |
app/styles/app.css | tonysilva/james | @font-face {
font-family: 'Bauhaus-93';
src: url('fonts/bauhaus-93/bauhaus-93.eot'); /* IE9 Compat Modes */
src: url('fonts/bauhaus-93/bauhaus-93.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/bauhaus-93/bauhaus-93.ttf') format('truetype'); /* Safari, Android, iOS */
}
html, body {
margin:0;
padding:0;
display: flex;
min-height: 100vh;
flex-direction: column;
/*font-family: "Lucida Grande", Verdana;*/
font-size: 0.9em;
}
main {
line-height: 0.4;
flex: 1 0 auto;
}
/*LOGO*/
.navbar-fixed .astronaut {
transform: translate(-114px, -218px) scale(0.1);
}
.navbar-fixed .left {
font-family: "Bauhaus-93";
font-size: 1.7em;
}
.logo {
top: 40%;
left: 10%;
height: 50%;
position: relative;
transform: translateY(-50%);
}
/*SLIDER*/
.slider .indicators .indicator-item.active {
background-color: #8e24aa;
}
.slider {
margin-top: 3vh;
z-index: 99;
}
.flow-text {
margin: 9vh 9vh 3vh 9vh;
color: white;
font-size: 1.4em;
}
a {
color: white;
}
/*LOADER*/
.progress-message {
text-align: center;
color: white;
z-index: 9;
}
/*MODAL ADD REFERENCE*/
blockquote {
border-color: #8e24aa;
}
/*CANVAS*/
#center-container {
height:100%;
width:100%;
position:fixed;
background-color:#1a1a1a;
color:#ccc;
top:0;
}
#infovis {
position:relative;
width:100%;
height:100%;
margin:auto;
overflow:hidden;
}
/*TOOLTIPS*/
.tip {
color: #111;
width: 139px;
background-color: white;
border:1px solid #ccc;
-moz-box-shadow:#555 2px 2px 8px;
-webkit-box-shadow:#555 2px 2px 8px;
-o-box-shadow:#555 2px 2px 8px;
box-shadow:#555 2px 2px 8px;
opacity:0.9;
filter:alpha(opacity=90);
font-size:10px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
padding:7px;
} |
images/ui-bg_highlight-soft_75_cccccc_1x100.png.html | tnaffh/tnaffh.github.io | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /sam-martin/it/layout-3/images/ui-bg_highlight-soft_75_cccccc_1x100.png was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
<hr>
<address>Apache Server at themes.potenzaglobal.net Port 80</address>
</body></html>
|
clean/Linux-x86_64-4.10.2-2.0.6/released/8.14.1/hoare-tut/8.9.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hoare-tut: 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.14.1 / hoare-tut - 8.9.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
hoare-tut
<small>
8.9.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-08 04:38:57 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-08 04:38:57 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
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq 8.14.1 Formal proof management system
dune 3.0.3 Fast, portable, and opinionated build system
ocaml 4.10.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2 Official release 4.10.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "http://www-verimag.imag.fr/~boulme/HOARE_LOGIC_TUTORIAL/"
license: "GNU LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/HoareTut"]
depends: [
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: Hoare logic"
"keyword: imperative program"
"keyword: weakest precondition"
"keyword: reflection"
"category: Mathematics/Logic"
"category: Computer Science/Semantics and Compilation/Semantics"
"date: 2007"
]
authors: [ "Sylvain Boulmé <[email protected]> [http://www-verimag.imag.fr/~boulme]" ]
bug-reports: "https://github.com/coq-contribs/hoare-tut/issues"
dev-repo: "git+https://github.com/coq-contribs/hoare-tut.git"
synopsis: "A Tutorial on Reflecting in Coq the generation of Hoare proof obligations"
description: """
This work is both an introduction to Hoare logic and a demo
illustrating Coq nice features. It formalizes the generation of PO
(proof obligations) in a Hoare logic for a very basic imperative
programming language. It proves the soundness and the completeness of
the PO generation both in partial and total correctness. At last, it
examplifies on a very simple example (a GCD computation) how the PO
generation can simplify concrete proofs. Coq is indeed able to compute
PO on concrete programs: we say here that the generation of proof
obligations is reflected in Coq. Technically, the PO generation is
here performed through Dijkstra's weakest-precondition calculus."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/hoare-tut/archive/v8.9.0.tar.gz"
checksum: "md5=e39496288258577c8c752666fd755b06"
}
</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-hoare-tut.8.9.0 coq.8.14.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.14.1).
The following dependencies couldn't be met:
- coq-hoare-tut -> coq < 8.10~ -> ocaml < 4.10
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-hoare-tut.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
public/index.html | xtrycatchx/bloodlife-web | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Seeking blood is strenuous and very expensive. We aim to provide a platform where Filipinos can directly broadcast their blood inquiries to matching donors. In our small little ways, we aim to bridge the gap between patients/people needing blood and blood donors.">
<meta name="keywords" content="Cebu,Philippines,blood,bloodlife,donor,inquire,life">
<meta name="author" content="bloodlife.ph">
<title>Bloodlife.PH - Lets fix the blood shortage problem</title>
<meta property="og:title" content="Bloodlife PH" />
<meta property="og:type" content="website" />
<meta property="fb:app_id" content="418952115149276" />
<meta property="og:url" content="http://bloodlife.ph" />
<meta property="og:image" content="http://bloodlife.ph/img/graph_share_bloodlife.jpg" />
<meta property="og:image:secure_url" content="http://bloodlife.ph/img/graph_share_bloodlife.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:description" content="Seeking blood is strenuous and very expensive. We aim to provide a platform where Filipinos can directly broadcast their blood inquiries to matching donors. In our small little ways, we aim to bridge the gap between patients/people needing blood and blood donors."/>
<link rel="icon" href="http://bloodlife.ph/img/faveico.png">
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<link href="css/creative.css" rel="stylesheet">
<link href="css/skin.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top">
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '95100348886',
xfbml : true,
version : 'v2.6'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">BloodLife.ph</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a class="page-scroll" href="#about">About</a></li>
<li><a class="page-scroll" href="#donor">Be a Donor</a></li>
<li><a class="page-scroll" href="#inquire">Inquire Blood</a></li>
<li><a class="page-scroll" href="#contact">Contact</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header>
<div class="header-content">
<div class="header-content-inner">
<h1 id="homeHeading" class="text-faded">Let us bridge the gap between patients and blood donors</h1>
<p>Seeking blood is strenuous and very expensive. We aim to provide a platform where Filipinos can directly broadcast their blood inquiries to matching donors.</p>
<a href="#about" class="fancy-button bg-gradient1 page-scroll"><span><i class="fa"></i>Find Out More</span></a>
<!--<a href="#about" class="btn btn-primary btn-xl page-scroll">Find Out More</a>-->
<a href="https://www.messenger.com/t/bloodlife.ph" class="fancy-button bg-gradient2"><span>Get Started</span></a>
<!--<a href="#about" class="btn btn-primary btn-xl"><img src="img/fb_messenger_btn.png"/> Started</a>-->
</div>
</div>
</header>
<section class="bg-primary" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">About</h2>
<p>The internet is a free source of information and we want to take advantage of this free technology. Bloodlife provides an online platform that connects people who are in need of blood with donors. We believe this will really help everyone. We believe we would be able to help our fellow Filipinos in our little ways.</p>
<a href="#inquire" class="page-scroll btn btn-default btn-l sr-button">Inquire Blood</a> <a href="#donor" class="page-scroll btn btn-default btn-l sr-button">Be A Donor</a>
</div>
</div>
</div>
</section>
<section class="bg-dark" id="donor">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Be A Donor</h2>
<p class="text-faded">Message us to be a voluntary blood donor.</p>
<p class="text-faded">By registering you will automatically be added to the active list of blood donors, who will then receive Facebook notifications when there is a match for your blood type.</p>
<p class="text-faded">Message us with this format <font color="#3B5998">'REGISTER <i>< Your Blood Type ></i>'</font>, for example : <font color="#F05F40"><i>REGISTER O+</i></p></font>
<div class="fb-messengermessageus" messenger_app_id="418952115149276" page_id="365425240494680" color="blue" size="xlarge">
</div>
</div>
</div>
</div>
</section>
<section class="bg-primary" id="inquire">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">Inquire</h2>
<p class="text-faded">
Please choose the blood type that you are looking for and provide your contact details. Your inquiry will be broadcasted to the kind hearted blood donors and they will reach you from the contact details that you provide below.
</p>
<form method="POST" id="inquireForm" class="form-horizontal">
<fieldset>
<!-- Blood Types -->
<div class="form-group">
<label class="col-md-4 control-label" for="selectbasic">Blood Type Needed</label>
<div class="col-md-4">
<select id="bloodType" name="bloodType" class="form-control">
<option value="O+">O+</option>
<option value="O-">O-</option>
<option value="A+">A+</option>
<option value="A-">A-</option>
<option value="B+">B+</option>
<option value="B-">B-</option>
<option value="AB+">AB+</option>
<option value="AB-">AB-</option>
<option value="ANY">Any Type</option>
</select>
</div>
</div>
<!-- Nearest City -->
<div class="form-group">
<label class="col-md-4 control-label" for="selectbasic">Nearest City</label>
<div class="col-md-4">
<select id="nearestCity" name="nearestCity" class="form-control">
<option value="Antipolo">Antipolo</option>
<option value="Agoo City">Agoo City</option>
<option value="Bacolod City">Bacolod City</option>
<option value="Baguio">Baguio</option>
<option value="Cagayan de Oro">Cagayan de Oro</option>
<option value="Caloocan">Caloocan</option>
<option value="Cebu City">Cebu City</option>
<option value="Dagupan City">Dagupan City</option>
<option value="Davao City">Davao City</option>
<option value="Lapu-lapu City">Lapu-lapu City</option>
<option value="Manila">Manila</option>
<option value="Pasig">Pasig</option>
<option value="Quezon City">Quezon City</option>
<option value="San Fernando City">San Fernando City</option>
<option value="Taguig">Taguig</option>
<option value="Tacloban">Tacloban City</option>
<option value="Tagbiliran">Tagbilaran City</option>
<option value="Zamboanga City">Zamboanga City</option>
</select>
</div>
</div>
<!-- Full Name -->
<div class="form-group">
<label class="col-md-4 control-label" for="textinput">Your Full Name</label>
<div id="fullName-group" class="col-md-4">
<input id="fullName" name="fullName" type="text" placeholder="Juan dela Cruz" class="form-control input-md">
</div>
</div>
<!-- Email Address
<div class="form-group">
<label class="col-md-4 control-label" for="textinput">Your Email Address</label>
<div id="emailAddress-group" class="col-md-4">
<input id="emailAddress" name="emailAddress" type="text" placeholder="[email protected]" class="form-control input-md">
</div>
</div> -->
<!-- Mobile Number -->
<div class="form-group">
<label class="col-md-4 control-label" for="textinput">Your Mobile Number</label>
<div id="contactNumber-group" class="col-md-4">
<input id="contactNumber" name="contactNumber" type="text" placeholder="09XXXXXXXXX" class="form-control input-md">
</div>
</div>
<div class="form-group">
<label class="col-md-4 control-label" for="textinput"><div id="challenge"></div></label>
<div id="captcha-group" class="col-md-4">
</br>
<input id="captcha" name="captcha" type="text" placeholder="Verify the captcha text here" class="form-control input-md">
</div>
</div>
<!-- Button -->
<div class="form-group">
<div class="col-lg-12">
<button type="submit" id="submitBtn" name="submitBtn" class="btn btn-default btn-xl sr-button">Send Blood Inquiry</button>
</div>
</div>
</fieldset>
</form>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Contact Us!</h2>
<p>Would you or your company like to help us? You can make a gift now or contact us to discuss how you'd like to support BloodlifePH.</p>
<a class="fa fa-3x fa-facebook" style="padding:10px;" href="https://facebook.com/bloodlife.ph"></a>
<a class="fa fa-3x fa-twitter" style="padding:10px;" href="https://twitter.com/bloodlifeph"></a>
<a class="fa fa-3x fa-envelope" style="padding:10px;" href="mailto:[email protected]"></a>
</div>
</div>
</div>
</section>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="js/creative.min.js"></script>
<script src="js/submit.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-99011728-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|
FSharp/packages/FAKE/docs/apidocs/fake-cmakesupport-cmakevalue.html | ploeh/dependency-rejection-samples | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CMakeValue - FAKE - F# Make</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull">
<script src="https://code.jquery.com/jquery-1.8.0.js"></script>
<script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script>
<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="http://fsharp.github.io/FAKE/content/style.css" />
<script type="text/javascript" src="http://fsharp.github.io/FAKE/content/tips.js"></script>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="masthead">
<ul class="nav nav-pills pull-right">
<li><a href="http://fsharp.org">fsharp.org</a></li>
<li><a href="http://github.com/fsharp/fake">github page</a></li>
</ul>
<h3 class="muted"><a href="http://fsharp.github.io/FAKE/index.html">FAKE - F# Make</a></h3>
</div>
<hr />
<div class="row">
<div class="span9" id="main">
<h1>CMakeValue</h1>
<div class="xmldoc">
<p>The possible variable value types for CMake variables.</p>
</div>
<h3>Union Cases</h3>
<table class="table table-bordered member-list">
<thead>
<tr><td>Union Case</td><td>Description</td></tr>
</thead>
<tbody>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '2901', 2901)" onmouseover="showTip(event, '2901', 2901)">
CMakeBoolean(bool)
</code>
<div class="tip" id="2901">
<strong>Signature:</strong> bool<br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/CMake.fs#L10-10" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
</td>
</tr>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '2902', 2902)" onmouseover="showTip(event, '2902', 2902)">
CMakeDirPath(string)
</code>
<div class="tip" id="2902">
<strong>Signature:</strong> string<br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/CMake.fs#L13-13" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
</td>
</tr>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '2903', 2903)" onmouseover="showTip(event, '2903', 2903)">
CMakeFilePath(string)
</code>
<div class="tip" id="2903">
<strong>Signature:</strong> string<br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/CMake.fs#L12-12" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
</td>
</tr>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '2904', 2904)" onmouseover="showTip(event, '2904', 2904)">
CMakeString(string)
</code>
<div class="tip" id="2904">
<strong>Signature:</strong> string<br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/CMake.fs#L11-11" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
</td>
</tr>
</tbody>
</table>
</div>
<div class="span3">
<a href="http://fsharp.github.io/FAKE/index.html">
<img src="http://fsharp.github.io/FAKE/pics/logo.png" style="width:140px;height:140px;margin:10px 0px 0px 35px;border-style:none;" />
</a>
<ul class="nav nav-list" id="menu">
<li class="nav-header">FAKE - F# Make</li>
<li class="divider"></li>
<li><a href="http://fsharp.github.io/FAKE/index.html">Home page</a></li>
<li class="divider"></li>
<li><a href="https://www.nuget.org/packages/FAKE">Get FAKE - F# Make via NuGet</a></li>
<li><a href="http://github.com/fsharp/fake">Source Code on GitHub</a></li>
<li><a href="http://github.com/fsharp/fake/blob/master/License.txt">License (Apache 2)</a></li>
<li><a href="http://fsharp.github.io/FAKE/RELEASE_NOTES.html">Release Notes</a></li>
<li><a href="http://fsharp.github.io/FAKE//contributing.html">Contributing to FAKE - F# Make</a></li>
<li><a href="http://fsharp.github.io/FAKE/users.html">Who is using FAKE?</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/f%23-fake">Ask a question</a></li>
<li class="nav-header">Tutorials</li>
<li><a href="http://fsharp.github.io/FAKE/gettingstarted.html">Getting started</a></li>
<li><a href="http://fsharp.github.io/FAKE/cache.html">Build script caching</a></li>
<li class="divider"></li>
<li><a href="http://fsharp.github.io/FAKE/nuget.html">NuGet package restore</a></li>
<li><a href="http://fsharp.github.io/FAKE/fxcop.html">Using FxCop in a build</a></li>
<li><a href="http://fsharp.github.io/FAKE/assemblyinfo.html">Generating AssemblyInfo</a></li>
<li><a href="http://fsharp.github.io/FAKE/create-nuget-package.html">Create NuGet packages</a></li>
<li><a href="http://fsharp.github.io/FAKE/specifictargets.html">Running specific targets</a></li>
<li><a href="http://fsharp.github.io/FAKE/commandline.html">Running FAKE from command line</a></li>
<li><a href="http://fsharp.github.io/FAKE/parallel-build.html">Running targets in parallel</a></li>
<li><a href="http://fsharp.github.io/FAKE/fsc.html">Using the F# compiler from FAKE</a></li>
<li><a href="http://fsharp.github.io/FAKE/customtasks.html">Creating custom tasks</a></li>
<li><a href="http://fsharp.github.io/FAKE/soft-dependencies.html">Soft dependencies</a></li>
<li><a href="http://fsharp.github.io/FAKE/teamcity.html">TeamCity integration</a></li>
<li><a href="http://fsharp.github.io/FAKE/canopy.html">Running canopy tests</a></li>
<li><a href="http://fsharp.github.io/FAKE/octopusdeploy.html">Octopus Deploy</a></li>
<li><a href="http://fsharp.github.io/FAKE/typescript.html">TypeScript support</a></li>
<li><a href="http://fsharp.github.io/FAKE/azurewebjobs.html">Azure WebJobs support</a></li>
<li><a href="http://fsharp.github.io/FAKE/azurecloudservices.html">Azure Cloud Services support</a></li>
<li><a href="http://fsharp.github.io/FAKE/fluentmigrator.html">FluentMigrator support</a></li>
<li><a href="http://fsharp.github.io/FAKE/androidpublisher.html">Android publisher</a></li>
<li><a href="http://fsharp.github.io/FAKE/watch.html">File Watcher</a></li>
<li><a href="http://fsharp.github.io/FAKE/wix.html">WiX Setup Generation</a></li>
<li><a href="http://fsharp.github.io/FAKE/chocolatey.html">Using Chocolatey</a></li>
<li><a href="http://fsharp.github.io/FAKE/slacknotification.html">Using Slack</a></li>
<li><a href="http://fsharp.github.io/FAKE/sonarcube.html">Using SonarQube</a></li>
<li class="divider"></li>
<li><a href="http://fsharp.github.io/FAKE/deploy.html">Fake.Deploy</a></li>
<li><a href="http://fsharp.github.io/FAKE/iis.html">Fake.IIS</a></li>
<li class="nav-header">Reference</li>
<li><a href="http://fsharp.github.io/FAKE/apidocs/index.html">API Reference</a></li>
</ul>
</div>
</div>
</div>
<a href="http://github.com/fsharp/fake"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
</body>
</html>
|
archives/2016/index.html | AlisonChenab/AlisonChenab.github.io | <!DOCTYPE html>
<!--[if lte IE 8 ]>
<html class="ie" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<!--<![endif]-->
<head>
<title>Archives: 2016 | ChenAibing | Blog</title>
<!-- Meta data -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" >
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="generator" content="ChenAibing | Blog">
<meta name="author" content="Chen Aibing">
<meta name="description" content="" />
<meta name="keywords" content="" />
<!-- Favicon, (keep icon in root folder) -->
<link rel="Shortcut Icon" href="/img/favicon.ico" type="image/ico">
<link rel="alternate" href="/atom.xml" title="ChenAibing | Blog" type="application/atom+xml">
<link rel="stylesheet" href="/css/all.css" media="screen" type="text/css">
<link rel="stylesheet" href="/highlightjs/arta.css" type="text/css">
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="/css/ie8.css" />
<![endif]-->
<!-- jQuery | Load our jQuery, with an alternative source fallback to a local version if request is unavailable -->
<script src="/js/jquery-1.11.1.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.11.1.min.js"><\/script>')</script>
<!-- Load these in the <head> for quicker IE8+ load times -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="/js/html5shiv.min.js"></script>
<script src="/js/respond.min.js"></script>
<![endif]-->
<style>.col-md-8.col-md-offset-2.opening-statement img{display:none;}</style>
</head>
<!--
<body class="home-template">
-->
<body id="index" class="lightnav animsition">
<!-- ============================ Off-canvas navigation =========================== -->
<div class="sb-slidebar sb-right sb-style-overlay sb-momentum-scrolling">
<div class="sb-close" aria-label="Close Menu" aria-hidden="true">
<img src="/img/close.png" alt="Close"/>
</div>
<!-- Lists in Slidebars -->
<ul class="sb-menu">
<li><a href="/" class="animsition-link" title="Home">Home</a></li>
<li><a href="/archives" class="animsition-link" title="archive">archives</a></li>
<!-- Dropdown Menu -->
<li>
<a class="sb-toggle-submenu">Categories<span class="sb-caret"></span></a>
<ul class="sb-submenu">
<li><a href="/categories/http/" class="animsition-link">http<small>(1)</small></a></li>
<li><a href="/categories/yarn/npm/" class="animsition-link">npm<small>(1)</small></a></li>
<li><a href="/categories/promise/" class="animsition-link">promise<small>(1)</small></a></li>
<li><a href="/categories/react/" class="animsition-link">react<small>(2)</small></a></li>
<li><a href="/categories/react/test/" class="animsition-link">test<small>(1)</small></a></li>
<li><a href="/categories/yarn/" class="animsition-link">yarn<small>(1)</small></a></li>
<li><a href="/categories/yarn/npm/工具/" class="animsition-link">工具<small>(1)</small></a></li>
<li><a href="/categories/promise/异步编程/" class="animsition-link">异步编程<small>(1)</small></a></li>
</ul>
</li>
</ul>
<!-- Lists in Slidebars -->
<ul class="sb-menu secondary">
<li><a href="/about" class="animsition-link" title="about">About</a></li>
</ul>
</div>
<!-- ============================ END Off-canvas navigation =========================== -->
<!-- ============================ #sb-site Main Page Wrapper =========================== -->
<div id="sb-site">
<!-- #sb-site - All page content should be contained within this id, except the off-canvas navigation itself -->
<!-- ============================ Header & Logo bar =========================== -->
<div id="navigation" class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<!-- Nav logo -->
<div class="logo">
<a href="/" title="Logo" class="animsition-link">
<img src="/img/logo.png" alt="Logo" width="35px;"/>
</a>
</div>
<!-- // Nav logo -->
<!-- Info-bar -->
<nav>
<ul class="nav">
<li><a href="/" class="animsition-link">ChenAibing | Blog</a></li>
<li class="nolink"><span>Always </span>Creative.</li>
<li><a href="https://github.com/AlisonChenab" title="Github" target="_blank"><i class="icon-github"></i></a></li>
<li class="nolink"><span>Welcome!</span></li>
</ul>
</nav>
<!--// Info-bar -->
</div>
<!-- // .container -->
<div class="learnmore sb-toggle-right">More</div>
<button type="button" class="navbar-toggle menu-icon sb-toggle-right" title="More">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar before"></span>
<span class="icon-bar main"></span>
<span class="icon-bar after"></span>
</button>
</div>
<!-- // .navbar-inner -->
</div>
<!-- ============================ Header & Logo bar =========================== -->
<!-- ============================ Hero Image =========================== -->
<section id="hero" class="scrollme">
<div class="container-fluid element-img" style="background: url(/img/bg_img.jpg) no-repeat center center fixed;background-size: cover">
<div class="row">
<div class="col-xs-12 col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2 vertical-align cover boost text-center">
<div class="center-me animateme" data-when="exit" data-from="0" data-to="0.6" data-opacity="0" data-translatey="100">
<div>
<h2></h2>
<p></p>
<h2></h2>
<p></p>
</div>
</div>
</div>
<!-- // .col-md-12 -->
</div>
<div class="herofade beige-dk"></div>
</div>
</section>
<!-- Height spacing helper -->
<div class="heightblock max-heightblock"></div>
<!-- // End height spacing helper -->
<!-- ============================ END Hero Image =========================== -->
<section id="services">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="row boxes">
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3 wow fadeInUp" data-wow-delay="0.3s">
<h4 class="title"><a href="/20161230/XMLHttpRequest/">XMLHttpRequest</a></h4>
<p><time datetime="2016-12-30T02:28:11.000Z"><a href="/20161230/XMLHttpRequest/">2016-12-30</a></time></p>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3 wow fadeInUp" data-wow-delay="0.3s">
<h4 class="title"><a href="/20161229/react-lifecycle/">React Lifecycle</a></h4>
<p><time datetime="2016-12-29T07:25:08.000Z"><a href="/20161229/react-lifecycle/">2016-12-29</a></time></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="statement">
<div class="container text-center wow fadeInUp" data-wow-delay="0.5s">
<div class="row">
<p>Thank You for Following.</p>
</div>
</div>
</section>
<!-- Load our scripts -->
<!-- Resizable 'on-demand' full-height hero -->
<script type="text/javascript">
var resizeHero = function () {
var hero = $(".cover,.heightblock"),
window1 = $(window);
hero.css({
"height": window1.height()
});
};
resizeHero();
$(window).resize(function () {
resizeHero();
});
</script>
<script src="/js/plugins.min.js"></script><!-- Bootstrap core and concatenated plugins always load here -->
<script src="/js/jquery.flexslider-min.js"></script><!-- Flexslider plugin -->
<script src="/js/scripts.js"></script><!-- Theme scripts -->
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" media="screen" type="text/css">
<script src="/fancybox/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
$('#intro').find('img').each(function(){
var alt = this.alt;
if (alt){
$(this).after('<span class="caption" style="display:none">' + alt + '</span>');
}
$(this).wrap('<a href="' + this.src + '" title="' + alt + '" class="fancybox" rel="gallery" />');
});
(function($){
$('.fancybox').fancybox();
})(jQuery);
</script>
<!-- Initiate flexslider plugin -->
<script type="text/javascript">
$(document).ready(function($) {
(function(){
console.log('font');
var getCss = function(path) {
var head = document.getElementsByTagName('head')[0];
link = document.createElement('link');
link.href = path;
link.rel = 'stylesheet';
link.type = 'text/css';
head.appendChild(link);
};
getCss('https://fonts.googleapis.com/css?family=Montserrat:400,700');
getCss('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
})();
$('.flexslider').flexslider({
animation: "fade",
prevText: "",
nextText: "",
directionNav: true
});
});
</script>
</body>
</html>
|
documentation/source/_templates/index.html | jwallen/ChemPy | {% extends "layout.html" %}
{% set title = 'Overview' %}
{% block body %}
<p style="margin-top: 0px; padding-top: 12px">
<b>ChemPy</b> is a free, open-source
<a href="http://www.python.org/" target="_blank">Python</a> toolkit for chemistry, chemical
engineering, and materials science applications.
</p>
<h2>Features</h2>
<h2>Get ChemPy</h2>
<h2>Documentation</h2>
<table class="contentstable" align="center" style="margin-left: 30px"><tr>
<td width="50%">
<p class="biglink"><a class="biglink" href="{{ pathto("contents") }}">Contents</a><br/>
<span class="linkdescr">for a complete overview</span></p>
<p class="biglink"><a class="biglink" href="{{ pathto("search") }}">Search page</a><br/>
<span class="linkdescr">search the documentation</span></p>
</td><td width="50%">
<p class="biglink"><a class="biglink" href="{{ pathto("genindex") }}">General Index</a><br/>
<span class="linkdescr">all functions, classes, terms</span></p>
<p class="biglink"><a class="biglink" href="{{ pathto("modindex") }}">Module Index</a><br/>
<span class="linkdescr">all documented modules</span></p>
</td></tr>
</table>
{% endblock %}
|
align.html | tomGdow/JSCalcAria | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="css/align.css"/>
</head>
<body>
<h1 id = "myh1">Hello</h1>
<div id="blueDiv">Lrorem ipsum dolor sit amet, <span id = "myspan">consectetur </span>adipisicing elit.
Asperiores aut consectetur distinctio ea eligendi expedita id laboriosam similique totam.
Cum ducimus eveniet excepturi facilis id itaque nesciunt non repellat totam?
<div id="greenDiv"></div>
</div>
</body>
</html> |
app/css/login.css | nt-jjrubio/NTDomo-Front | body{
background-color: #000;
} |
scripts/pydoc.tmpl/index.html | zielmicha/satori | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="common.html" />
${xinclude('layout.html')}
<head>
<title>API: Module Index</title>
${header()}
</head>
<body>
<div id="content" class="wiki">
<h1>Module Index</h1>
<py:for each="name, desc in this.modules">
<h2>${desc.name}<span py:replace="links(desc)" /></h2>
<div py:replace="fmt(desc.shortdoc)" />
</py:for>
</div>
</body>
</html>
|
demos/index.html | bfattori/TheRenderEngine | <html>
<head>
<title>The Render Engine - Demos</title>
<style type="text/css">
body {
font: 16pt Arial;
}
a {
text-decoration: none;
}
ul {
list-style: none;
}
ul li {
margin-bottom: 10px;
}
</style>
<script type="text/javascript" src="../engine/libs/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$("ul li").each(function () {
var loc = $(this).attr("loc");
var html = "<a href='" + loc + "'>" + $(this).text() + "</a>";
var withDebug = " <a href='" + loc + "?debug=true'>(debug)</a>";
var withProfile = " <a href='" + loc + "?profile=true'>(profile graph)</a>"
$(this).html(html + withDebug + withProfile);
});
});
</script>
</head>
<body>
<em>The Render Engine</em> Demos
<ul>
<li loc="empty/empty.html">Start the Engine</li>
<li loc="life/index.html">Conway's Game of Life</li>
<li loc="htmlcontext/index.html">HTMLContext Demo</li>
<li loc="vector/index.html">Vector Graphics Demo</li>
<li loc="tilemap/index.html">2d Tile Demo</li>
<li loc="tilemap/editor.html">2d Tile Demo - with editor</li>
<li loc="physics/index.html">Simple Physics Demo</li>
<li loc="physics2/index.html">Physics Actor (rag doll) Demo</li>
<li loc="isometric/index.html">Isometric Concept</li>
<li loc="scenic/index.html">Effects Testing</li>
<li loc="breakout/index.html">Breakout 2013</li>
</ul>
</body>
</html> |
docs-content/examples-highlighted/material/tabs/tab-group-preserve-content/tab-group-preserve-content-example-html.html | angular/material2-docs-content | <span class="hljs-tag"><<span class="hljs-name">p</span>></span>Start the video in the first tab and navigate to the second one to see how it keeps playing.<span class="hljs-tag"></<span class="hljs-name">p</span>></span>
<span class="hljs-tag"><<span class="hljs-name">mat-tab-group</span> <span class="hljs-attr">preserveContent</span>></span>
<span class="hljs-tag"><<span class="hljs-name">mat-tab</span> <span class="hljs-attr">label</span>=<span class="hljs-string">"First"</span>></span>
<span class="hljs-tag"><<span class="hljs-name">iframe</span>
<span class="hljs-attr">width</span>=<span class="hljs-string">"560"</span>
<span class="hljs-attr">height</span>=<span class="hljs-string">"315"</span>
<span class="hljs-attr">src</span>=<span class="hljs-string">"https://www.youtube.com/embed/B-lipaiZII8"</span>
<span class="hljs-attr">frameborder</span>=<span class="hljs-string">"0"</span>
<span class="hljs-attr">allow</span>=<span class="hljs-string">"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"</span>
<span class="hljs-attr">allowfullscreen</span>></span><span class="hljs-tag"></<span class="hljs-name">iframe</span>></span>
<span class="hljs-tag"></<span class="hljs-name">mat-tab</span>></span>
<span class="hljs-tag"><<span class="hljs-name">mat-tab</span> <span class="hljs-attr">label</span>=<span class="hljs-string">"Second"</span>></span>Note how the video from the previous tab is still playing.<span class="hljs-tag"></<span class="hljs-name">mat-tab</span>></span>
<span class="hljs-tag"></<span class="hljs-name">mat-tab-group</span>></span>
|
frontend/src/main/resources/webapp/partials/user-detail.html | crypticmind/base-webapp | <div ng-controller="UserDetailController">
User ID: {{user.id}}
User Name: {{user.username}}
</div>
|
2016/04/Legislador-presume-que-no-contamina-con-auto-de-600-mil-pesos/index.html | reneisrael/reneisrael.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Legislador presume que no contamina… con auto de 600 mil pesos | La Red Semanario</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="keywords" content="PAN,diputados,contaminación" />
<meta name="description" content="Y ya saben de dónde salió toda la lana… para erguirse como ejemplo de conciencia ecológica, el coordinador panista en la Cámara de Diputados, Marko Cortés, presumió el cambio de su camioneta Suburban">
<meta property="og:type" content="article">
<meta property="og:title" content="Legislador presume que no contamina… con auto de 600 mil pesos">
<meta property="og:url" content="https://laredsemanario.com/2016/04/Legislador-presume-que-no-contamina-con-auto-de-600-mil-pesos/index.html">
<meta property="og:site_name" content="La Red Semanario">
<meta property="og:description" content="Y ya saben de dónde salió toda la lana… para erguirse como ejemplo de conciencia ecológica, el coordinador panista en la Cámara de Diputados, Marko Cortés, presumió el cambio de su camioneta Suburban">
<meta property="og:image" content="http://i2.wp.com/www.sopitas.com/wp-content/uploads/2016/04/auto-electrico-pan.jpg">
<meta property="og:updated_time" content="2016-04-13T13:42:01.662Z">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Legislador presume que no contamina… con auto de 600 mil pesos">
<meta name="twitter:description" content="Y ya saben de dónde salió toda la lana… para erguirse como ejemplo de conciencia ecológica, el coordinador panista en la Cámara de Diputados, Marko Cortés, presumió el cambio de su camioneta Suburban">
<meta name="twitter:image" content="http://i2.wp.com/www.sopitas.com/wp-content/uploads/2016/04/auto-electrico-pan.jpg">
<meta name="twitter:creator" content="@3171117842">
<meta property="fb:app_id" content="956176474392711">
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/vendor/titillium-web/styles.css">
<link rel="stylesheet" href="/vendor/source-code-pro/styles.css">
<link rel="stylesheet" href="/css/style.css">
<script src="/vendor/jquery/2.0.3/jquery.min.js"></script>
<link rel="stylesheet" href="/vendor/fancybox/jquery.fancybox.css">
<link rel="stylesheet" href="/vendor/scrollLoading/style.css">
<script type="text/javascript">
(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-62238178-1', 'auto');
ga('send', 'pageview');
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-4967243132865960",
enable_page_level_ads: true
});
</script>
</head>
<body>
<div id="wrap">
<header id="header">
<div id="header-outer" class="outer">
<div class="container">
<div class="container-inner">
<div id="header-title">
<h1 class="logo-wrap">
<a href="/" class="logo"></a>
</h1>
<div id="ads">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- header-lared -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4967243132865960"
data-ad-slot="2438400321"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
</div>
<div id="header-inner" class="nav-container">
<a id="main-nav-toggle" class="nav-icon fa fa-bars"></a>
<div class="nav-container-inner">
<ul id="main-nav">
<li class="main-nav-list-item" >
<a class="main-nav-list-link" href="/">Inicio</a>
</li>
</ul>
<nav id="sub-nav">
<div id="search-form-wrap">
<form class="search-form">
<input type="text" class="ins-search-input search-form-input" placeholder="Buscar" />
<button type="submit" class="search-form-submit"></button>
</form>
<div class="ins-search">
<div class="ins-search-mask"></div>
<div class="ins-search-container">
<div class="ins-input-wrapper">
<input type="text" class="ins-search-input" placeholder="Escribe algo..." />
<span class="ins-close ins-selectable"><i class="fa fa-times-circle"></i></span>
</div>
<div class="ins-section-wrapper">
<div class="ins-section-container"></div>
</div>
</div>
</div>
<script>
(function (window) {
var INSIGHT_CONFIG = {
TRANSLATION: {
POSTS: 'Entradas',
PAGES: 'Pages',
CATEGORIES: 'Categorias',
TAGS: 'Etiquetas',
UNTITLED: '(Sin titulo)',
},
ROOT_URL: '/',
CONTENT_URL: '/content.json',
};
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
})(window);
</script>
<script src="/js/insight.js"></script>
</div>
</nav>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="container">
<div class="main-body container-inner">
<div class="main-body-inner">
<section id="main">
<div class="main-body-header">
<h1 class="header">
<a class="page-title-link" href="/categories/Politica/">Politica</a><i class="icon fa fa-angle-right"></i><a class="page-title-link" href="/categories/Politica/Nacional/">Nacional</a>
</h1>
</div>
<div class="main-body-content">
<article id="post-Legislador-presume-que-no-contamina-con-auto-de-600-mil-pesos" class="article article-single article-type-post" itemscope itemprop="blogPost">
<header class="article-header" itemprop="headline">
<h1 class="article-title" itemprop="name">
Legislador presume que no contamina… con auto de 600 mil pesos
</h1>
</header>
<div class="article-subtitle" itemprop="description">
<a href="/2016/04/Legislador-presume-que-no-contamina-con-auto-de-600-mil-pesos/" class="article-date">
<time datetime="2016-04-13T13:27:44.000Z" itemprop="datePublished">2016-04-13</time>
</a>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/PAN/">PAN</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/contaminacion/">contaminación</a></li><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/diputados/">diputados</a></li></ul>
</div>
<div class="article-entry" itemprop="articleBody">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- articulos -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4967243132865960"
data-ad-slot="5586146720"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<p><img src="http://i2.wp.com/www.sopitas.com/wp-content/uploads/2016/04/auto-electrico-pan.jpg" alt=""><br>Y ya saben de dónde salió toda la lana… para erguirse como ejemplo de conciencia ecológica, el coordinador panista en la Cámara de Diputados, Marko Cortés, presumió el cambio de su camioneta Suburban 2009 por un auto Leaf Nissan 2016, con el cual contribuye a la reducción de contaminantes.</p>
<p>En lugar de optar por una bicicleta, andar “a patín” o aplicar el viaje en transporte público (pues para que diario pueda tomarse selfies), el del PAN prefirió moverse a partir de ahora en una nave de sólo 598 mil 800 pesos… claro, cubierta con los recursos de la bancada que coordina.</p>
<blockquote>
<p>“Fue en una agencia y se hizo a través del grupo parlamentario; se entregó la camioneta Suburban que teníamos y el carro que se adquirió es éste”, explicó Cortés, quien también dio a conocer la intención de que toda la flotilla de autos que pertenecen a la bancada panista se cambie por autos 100% eléctricos.<br><img src="http://i0.wp.com/www.sopitas.com/wp-content/uploads/2016/04/auto-electrico-pan2.jpg" alt=""></p>
</blockquote>
<p>Como ellos no pagan, el legislador comentó que recomendarán hacer lo mismo a los de otros partidos, para que así todos los diputados puedan presumir naves nuevas y no contaminantes. En su lógica, Cortés explicó que, si de todos modos van a gastar <s>a nuestras costillas</s>, pues hacerlo con algo bueno:</p>
<blockquote>
<p>“Buscaremos que en la sesión de la Junta de Coordinación Política se ponga a consideración nuestra propuesta para que aquellos vehículos que de por sí ya vaya adquirir la Cámara de Diputados, vía arrendamiento o vía directa, pues sea bajo este esquema, de vehículos completamente eléctricos como éste”.</p>
</blockquote>
<p>Cercano a los 600 mil pesos, el carrito es el “más accesible” que se pudo comprar, señala el diputado… al menos en cuanto a lo que en autos eléctricos se refiere. Sin embargo, aunque el fregadazo de dinero se ve superlativo, a mediano plazo el ahorro vale la pena… dice el legislador. Por ejemplo, en su antigua camioneta llenar el tanque representaba un gasto de mil 200 pesos, ahora sólo le costará… perdón, nos costará 40 o 50 pesitos.</p>
<p>Está bien que busquen no contaminar… pero qué diferencia hubiera sido que el diputado dijera: “con mi dinero me compré esta nave”…</p>
<h6 id="Via-Milenio"><a href="#Via-Milenio" class="headerlink" title="Vía Milenio"></a>Vía Milenio</h6>
<h6 itemprop="author" itemscope itemtype="https://schema.org/Person">
<span itemprop="name">La Red Semanario</span>
</h6>
<footer class="article-footer">
<a data-url="https://laredsemanario.com/2016/04/Legislador-presume-que-no-contamina-con-auto-de-600-mil-pesos/" data-id="cio2yy4ph002v6nknfcz6x4cs" class="article-share-link"><i class="fa fa-share"></i>Compartir</a>
<script>
(function ($) {
$('body').on('click', function() {
$('.article-share-box.on').removeClass('on');
}).on('click', '.article-share-link', function(e) {
e.stopPropagation();
var $this = $(this),
url = $this.attr('data-url'),
encodedUrl = encodeURIComponent(url),
id = 'article-share-box-' + $this.attr('data-id'),
offset = $this.offset(),
box;
if ($('#' + id).length) {
box = $('#' + id);
if (box.hasClass('on')){
box.removeClass('on');
return;
}
} else {
var html = [
'<div id="' + id + '" class="article-share-box">',
'<input class="article-share-input" value="' + url + '">',
'<div class="article-share-links">',
'<a href="https://twitter.com/intent/tweet?url=' + encodedUrl + '" class="article-share-twitter" target="_blank" title="Twitter"></a>',
'<a href="https://www.facebook.com/sharer.php?u=' + encodedUrl + '" class="article-share-facebook" target="_blank" title="Facebook"></a>',
'<a href="http://pinterest.com/pin/create/button/?url=' + encodedUrl + '" class="article-share-pinterest" target="_blank" title="Pinterest"></a>',
'<a href="https://plus.google.com/share?url=' + encodedUrl + '" class="article-share-google" target="_blank" title="Google+"></a>',
'</div>',
'</div>'
].join('');
box = $(html);
$('body').append(box);
}
$('.article-share-box.on').hide();
box.css({
top: offset.top + 25,
left: offset.left
}).addClass('on');
}).on('click', '.article-share-box', function (e) {
e.stopPropagation();
}).on('click', '.article-share-box-input', function () {
$(this).select();
}).on('click', '.article-share-box-link', function (e) {
e.preventDefault();
e.stopPropagation();
window.open(this.href, 'article-share-box-window-' + Date.now(), 'width=500,height=450');
});
})(jQuery);
</script>
</footer>
</div>
</article>
<section id="comments">
<div id="disqus_thread">
<noscript>Please enable JavaScript to view the <a href="//disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
</section>
</div>
</section>
<aside id="sidebar">
<a class="sidebar-toggle" title="Expand Sidebar"><i class="toggle icon"></i></a>
<div class="sidebar-top">
<p>seguir:</p>
<ul class="social-links">
<li>
<a class="social-tooltip" title="twitter" href="https://twitter.com/RedSemanario" target="_blank">
<i class="icon fa fa-twitter"></i>
</a>
</li>
<li>
<a class="social-tooltip" title="facebook" href="https://www.facebook.com/laredsemanario" target="_blank">
<i class="icon fa fa-facebook"></i>
</a>
</li>
<li>
<a class="social-tooltip" title="google-plus" href="https://google.com/+Laredsemanariocom" target="_blank">
<i class="icon fa fa-google-plus"></i>
</a>
</li>
<li>
<a class="social-tooltip" title="youtube" href="https://www.youtube.com/channel/UCnaA5qW5xL0WHoABQQRRTSw" target="_blank">
<i class="icon fa fa-youtube"></i>
</a>
</li>
<li>
<a class="social-tooltip" title="rss" href="http://feeds.feedburner.com/laredsemanario/huQt" target="_blank">
<i class="icon fa fa-rss"></i>
</a>
</li>
</ul>
</div>
<nav id="article-nav">
<a href="/2016/04/Diputados-piden-a-ex-presidentes-renunciar-a-pension-millonaria/" id="article-nav-newer" class="article-nav-link-wrap">
<strong class="article-nav-caption">más nuevo</strong>
<p class="article-nav-title">
Diputados piden a ex presidentes renunciar a pensión millonaria
</p>
<i class="icon fa fa-chevron-right" id="icon-chevron-right"></i>
</a>
<a href="/2016/04/Mexico-y-Alemania-intensificaran-relaciones-bilaterales-Merkel/" id="article-nav-older" class="article-nav-link-wrap">
<strong class="article-nav-caption">antiguo</strong>
<p class="article-nav-title">México y Alemania intensificarán relaciones bilaterales: Merkel</p>
<i class="icon fa fa-chevron-left" id="icon-chevron-left"></i>
</a>
</nav>
<div class="widgets-container">
<div class="widget-wrap">
<h3 class="widget-title">recientes</h3>
<div class="widget">
<ul id="recent-post" class="">
<li>
<div class="item-thumbnail">
<a href="/2016/05/Detienen-a-Leopoldo-Duarte-acusado-de-abuso-sexual-en-el-Colegio-Matatena/" class="thumbnail">
<span style="background-image:url(https://res.cloudinary.com/pidmx/image/upload/v1462977034/pederasta_montesori_2_wunyo5.jpg)" alt="Detienen a Leopoldo Duarte, acusado de abuso sexual en el Colegio Matatena" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"><a class="article-category-link" href="/categories/Nacional/">Nacional</a></p>
<p class="item-title"><a href="/2016/05/Detienen-a-Leopoldo-Duarte-acusado-de-abuso-sexual-en-el-Colegio-Matatena/" class="title">Detienen a Leopoldo Duarte, acusado de abuso sexual en el Colegio Matatena</a></p>
<p class="item-date"><time datetime="2016-05-11T14:29:50.000Z" itemprop="datePublished">2016-05-11</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2016/05/Telescopio-espacial-Kepler-descubre-1284-nuevos-planetas-fuera-del-sistema-solar/" class="thumbnail">
<span style="background-image:url(https://res.cloudinary.com/pidmx/image/upload/v1462976759/NASA-nuevos-planetas-e1462972761598_jyf4qz.jpg)" alt="Telescopio espacial Kepler descubre 1284 nuevos planetas fuera del sistema solar" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"><a class="article-category-link" href="/categories/Ciencia/">Ciencia</a></p>
<p class="item-title"><a href="/2016/05/Telescopio-espacial-Kepler-descubre-1284-nuevos-planetas-fuera-del-sistema-solar/" class="title">Telescopio espacial Kepler descubre 1284 nuevos planetas fuera del sistema solar</a></p>
<p class="item-date"><time datetime="2016-05-11T14:24:56.000Z" itemprop="datePublished">2016-05-11</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2016/05/Billy-Alvarez-dejaria-Cruz-Azul/" class="thumbnail">
<span style="background-image:url(https://res.cloudinary.com/pidmx/image/upload/v1462976365/billy-alvarez-cruz-azul_vz32jv.jpg)" alt="Billy Álvarez dejaría Cruz Azul" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"><a class="article-category-link" href="/categories/Deportes/">Deportes</a></p>
<p class="item-title"><a href="/2016/05/Billy-Alvarez-dejaria-Cruz-Azul/" class="title">Billy Álvarez dejaría Cruz Azul</a></p>
<p class="item-date"><time datetime="2016-05-11T14:14:24.000Z" itemprop="datePublished">2016-05-11</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2016/05/Por-ser-desproporcionadas-El-Bronco-cancelara-10-mil-becas-estudiantiles/" class="thumbnail">
<span style="background-image:url(/images/bronco-gobernador.jpg)" alt="Por ser desproporcionadas, El Bronco cancelará 10 mil becas estudiantiles" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"><a class="article-category-link" href="/categories/Politica/">Politica</a></p>
<p class="item-title"><a href="/2016/05/Por-ser-desproporcionadas-El-Bronco-cancelara-10-mil-becas-estudiantiles/" class="title">Por ser desproporcionadas, El Bronco cancelará 10 mil becas estudiantiles</a></p>
<p class="item-date"><time datetime="2016-05-11T14:08:06.000Z" itemprop="datePublished">2016-05-11</time></p>
</div>
</li>
<li>
<div class="item-thumbnail">
<a href="/2016/05/Los-11-mandamientos-de-la-Iglesia-de-Satan-son-mucho-mas-sensatos-de-lo-que-imaginarias/" class="thumbnail">
<span style="background-image:url(/images/934606971.jpg)" alt="Los 11 mandamientos de la Iglesia de Satán son mucho más sensatos de lo que imaginarías" class="thumbnail-image"></span>
</a>
</div>
<div class="item-inner">
<p class="item-category"><a class="article-category-link" href="/categories/Cultura/">Cultura</a></p>
<p class="item-title"><a href="/2016/05/Los-11-mandamientos-de-la-Iglesia-de-Satan-son-mucho-mas-sensatos-de-lo-que-imaginarias/" class="title">Los 11 mandamientos de la Iglesia de Satán son mucho más sensatos de lo que imaginarías</a></p>
<p class="item-date"><time datetime="2016-05-10T14:05:56.000Z" itemprop="datePublished">2016-05-10</time></p>
</div>
</li>
</ul>
</div>
</div>
</div>
</aside>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="container-inner">
<a id="back-to-top" href="javascript:;"><i class="icon fa fa-angle-up"></i></a>
<div class="credit">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Primera página - 1 (www.laredsemanario.com) -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4967243132865960"
data-ad-slot="4621813528"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<p>© 2014 - 2016 La Red Semanario</p>
</div>
</div>
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "WebSite",
"name" : "La Red Semanario",
"alternateName" : "La Red",
"url" : "https://www.laredsemanario.com"
}
</script>
</div>
</footer>
<script>
var disqus_shortname = 'laredsemanario';
var disqus_url = 'https://laredsemanario.com/2016/04/Legislador-presume-que-no-contamina-con-auto-de-600-mil-pesos/';
(function() {
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<script src="/vendor/fancybox/jquery.fancybox.pack.js"></script>
<script src="/vendor/scrollLoading/jquery.scrollLoading.js"></script>
<script src="/vendor/scrollLoading/main.js"></script>
<!-- Custom Scripts -->
<script src="/js/main.js"></script>
</div>
</body>
</html>
|
partials/twitter.html | sinfo/display-o-mator | <h1><i class="icon-twitter"></i> #sinfo_ist</h1>
<div id="twitterContainer">
</div> |
lucene/lib/lucene-4.6.1/docs/core/org/apache/lucene/codecs/lucene40/class-use/Lucene40SegmentInfoWriter.html | OrlandoLee/ForYou | <!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.6.0_27) on Thu Jan 23 20:12:04 EST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.lucene.codecs.lucene40.Lucene40SegmentInfoWriter (Lucene 4.6.1 API)</title>
<meta name="date" content="2014-01-23">
<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 org.apache.lucene.codecs.lucene40.Lucene40SegmentInfoWriter (Lucene 4.6.1 API)";
}
//-->
</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="../../../../../../org/apache/lucene/codecs/lucene40/Lucene40SegmentInfoWriter.html" title="class in org.apache.lucene.codecs.lucene40">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="../../../../../../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?org/apache/lucene/codecs/lucene40//class-useLucene40SegmentInfoWriter.html" target="_top">FRAMES</a></li>
<li><a href="Lucene40SegmentInfoWriter.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 org.apache.lucene.codecs.lucene40.Lucene40SegmentInfoWriter" class="title">Uses of Class<br>org.apache.lucene.codecs.lucene40.Lucene40SegmentInfoWriter</h2>
</div>
<div class="classUseContainer">No usage of org.apache.lucene.codecs.lucene40.Lucene40SegmentInfoWriter</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="../../../../../../org/apache/lucene/codecs/lucene40/Lucene40SegmentInfoWriter.html" title="class in org.apache.lucene.codecs.lucene40">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="../../../../../../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?org/apache/lucene/codecs/lucene40//class-useLucene40SegmentInfoWriter.html" target="_top">FRAMES</a></li>
<li><a href="Lucene40SegmentInfoWriter.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
_site/tutorials/2016/06/03/dirichlet-distribution.html | vermaMachineLearning/vermaMachineLearning.github.io | <!DOCTYPE html>
<html>
<head>
<!-- Saurabh Verma 2016 UMN <https://github.com/vermaMachineLearning> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta name="description" content="Blog: Machine Learning Equations by Saurabh Verma">
<title> Blog: Dirichlet Distributions. › Blog: Machine Learning Equations by Saurabh Verma</title>
<link rel="canonical" href="http://localhost:4000/tutorials/2016/06/03/dirichlet-distribution.html">
<link href="/main.css" rel="stylesheet" type="text/css">
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,200italic,300italic,400italic,600italic,700italic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Gentium+Basic:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css' rel='stylesheet' type='text/css'>
<link type="application/atom+xml" rel="alternate" href="http://localhost:4000/feed.xml" title="Blog: Machine Learning Equations by Saurabh Verma" />
<script src="//saurabhML.disqus.com/embed.js" async></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-78615814-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header>
<h1><a href="/">Blog: Machine Learning Equations by Saurabh Verma</a></h1>
<nav>
<ul>
<li><a href="/">Home</a></li><li><a href="/about.html">About</a></li><li><a href="/archive.html">Archive</a></li>
</ul>
</nav>
</header>
<article>
<header>
<h2><a href="/tutorials/2016/06/03/dirichlet-distribution.html"> Blog: Dirichlet Distributions.</a></h2>
<p><time datetime="2016-06-03T19:01:00-05:00">Jun 3, 2016</time> • Tutorials</p>
</header>
<div>
<p>Dirichlet Distribution is <em>a distribution over distributions</em>. More specifically, it is a distribution over <em>pmfs (probability mass functions)</em>. You can imagine, as if there is a bag of <script type="math/tex">L</script> dices, and each dice has a corresponding pmf (related to six possible outcomes). Now picking a dice is like sampling a particular pmf from a distribution. The probability of picking a dice, which results in a pmf, comes from the Dirichlet distribution <script type="math/tex">Dir(\boldsymbol\alpha)</script>.</p>
<p>Let <script type="math/tex">\mathbf{q}=[q_1,q_2,...,q_k]</script> be a pmf (or a point in simplex <script type="math/tex">\in</script> <script type="math/tex">\mathbf{R}^{k}</script>), where <script type="math/tex">\sum\limits_{j=1}^{k}q_j=1</script> and <script type="math/tex">\mathbf{q} \sim Dir(\boldsymbol\alpha)</script>. Here <script type="math/tex">\boldsymbol\alpha</script> is dirichlet parameter <script type="math/tex">\boldsymbol\alpha=[\alpha_1,\alpha_2,...,\alpha_k]</script> and <script type="math/tex">\alpha_0=\sum\limits_{j=1}^{k}\alpha_j</script>. Then, the probability density of <script type="math/tex">\mathbf{q}</script> is given by:</p>
<script type="math/tex; mode=display">f(q,\boldsymbol\alpha)=p(q|\boldsymbol\alpha)=\frac{\Gamma(\alpha_0)}{\prod\limits_{j=1}^{k}\Gamma(\alpha_j)}\prod\limits_{j=1}^{k}q_j^{\alpha_j-1}</script>
<p><strong>Graphical Model:</strong></p>
<div style="text-align:center"><img src="/images/dirchelet.png" style="width: 50%; height: 50%" /></div>
<p>Suppose <script type="math/tex">\{x_i\}</script> is a set of samples drawn from <script type="math/tex">i^{th}</script> pmf where <script type="math/tex">i\in[1,L]</script>. For eg. <script type="math/tex">\{x_i\}</script> could be a sequence of outputs of a dice <script type="math/tex">\{1,2,1,3,4,3,6,..\}</script>. Let <script type="math/tex">\mathbf{q}_1,\mathbf{q}_2,...,\mathbf{q}_L</script> are <script type="math/tex">L</script> pmfs. Then:</p>
<script type="math/tex; mode=display">% <![CDATA[
\begin{equation}
\begin{split}
p(\{x_i\}|\boldsymbol\alpha)&=\int p(\{x_i\},\mathbf{q}_i|\boldsymbol\alpha)d\mathbf{q}_i\\
&=\int p(\{x_i\}|\mathbf{q}_i,\boldsymbol\alpha) p(\mathbf{q}_i|\boldsymbol\alpha) d\mathbf{q}_i\\
&=\int p(\{x_i\}|\mathbf{q}_i) p(\mathbf{q}_i|\boldsymbol\alpha) d\mathbf{q}_i\\
\end{split}
\end{equation} %]]></script>
<p>Let <script type="math/tex">n_{ij}</script> be the number of outcomes in <script type="math/tex">\{x_i\}</script> sequence of samples that is equal to <script type="math/tex">j^{th}</script> event where <script type="math/tex">j\in[1,k]</script>, and let <script type="math/tex">n_i = \sum\limits_{j=1}^{k} n_{ij}</script>.</p>
<script type="math/tex; mode=display">p(\{x_i\}|\mathbf{q}_i)=\frac{n_i!}{\prod\limits_{j=1}^{k}n_{ij}!} \prod\limits_{j=1}^{k} q_{ij}^{n_{ij}}</script>
<p>Therefore,</p>
<script type="math/tex; mode=display">% <![CDATA[
\begin{equation}
\begin{split}
p(\{x_i\}|\boldsymbol\alpha)&=\int \frac{n_i!}{\prod\limits_{j=1}^{k}n_{ij}!} \prod\limits_{j=1}^{k} q_{ij}^{n_{ij}} \times \frac{\Gamma(\alpha_0)}{\prod\limits_{j=1}^{k}\Gamma(\alpha_j)}\prod\limits_{j=1}^{k}q_{ij}^{\alpha_j-1} d\mathbf{q}_i\\
&= \frac{ \Gamma(\alpha_0) n_i! }{\prod\limits_{j=1}^{k} \Gamma(\alpha_j) n_{ij}!} \int \prod\limits_{j=1}^{k} q_{ij}^{n_{ij}+\alpha_j-1} d\mathbf{q}_i\\
&=\frac{ \Gamma(\alpha_0) n_i! }{\Gamma (\sum\limits_{j=1}^{k} (n_{ij}+ \alpha_j))} \prod\limits_{j=1}^{k} \frac{ \Gamma(n_{ij}+\alpha_j) }{\Gamma(\alpha_j) n_{ij}!}\\
\end{split}
\end{equation} %]]></script>
<blockquote>
<script type="math/tex; mode=display">p(\{x_i\}|\boldsymbol\alpha)=\frac{ \Gamma(\alpha_0) n_i! }{\Gamma (\sum\limits_{j=1}^{k} (n_{ij}+ \alpha_j))} \prod\limits_{j=1}^{k} \frac{ \Gamma(n_{ij}+\alpha_j) }{\Gamma(\alpha_j) n_{ij}!}</script>
</blockquote>
<ol>
<li>Bela A. Frigyik, Amol Kapila, and Maya R. Gupta. “Introduction to the Dirichlet Distribution and Related
Processes”. <a href="http://mayagupta.org/publications/FrigyikKapilaGuptaIntroToDirichlet.pdf">[PDF]</a></li>
</ol>
</div>
<div id="disqus_thread"></div>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</article>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({ TeX: { extensions: ["color.js"] }});
</script>
<footer>
<span><a href="http://localhost:4000">Saurabh Verma</a></span>
<span><a href="https://github.com/vermaMachineLearning/"><i class="fa fa-github-square"></i></a><a href="https://www.linkedin.com/in/saurabh-verma-10076544"><i class="fa fa-linkedin-square"></i></a><a href="https://www.facebook.com/saurabh.verma.355"><i class="fa fa-facebook-square"></i></a></span>
<span>© 2017</span>
</footer>
</body>
</html>
|
extern/llvm/docs/CodingStandards.html | abduld/clreflect | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="llvm.css" type="text/css">
<title>LLVM Coding Standards</title>
</head>
<body>
<h1>
LLVM Coding Standards
</h1>
<ol>
<li><a href="#introduction">Introduction</a></li>
<li><a href="#mechanicalissues">Mechanical Source Issues</a>
<ol>
<li><a href="#sourceformating">Source Code Formatting</a>
<ol>
<li><a href="#scf_commenting">Commenting</a></li>
<li><a href="#scf_commentformat">Comment Formatting</a></li>
<li><a href="#scf_includes"><tt>#include</tt> Style</a></li>
<li><a href="#scf_codewidth">Source Code Width</a></li>
<li><a href="#scf_spacestabs">Use Spaces Instead of Tabs</a></li>
<li><a href="#scf_indentation">Indent Code Consistently</a></li>
</ol></li>
<li><a href="#compilerissues">Compiler Issues</a>
<ol>
<li><a href="#ci_warningerrors">Treat Compiler Warnings Like
Errors</a></li>
<li><a href="#ci_portable_code">Write Portable Code</a></li>
<li><a href="#ci_rtti_exceptions">Do not use RTTI or Exceptions</a></li>
<li><a href="#ci_static_ctors">Do not use Static Constructors</a></li>
<li><a href="#ci_class_struct">Use of <tt>class</tt>/<tt>struct</tt> Keywords</a></li>
</ol></li>
</ol></li>
<li><a href="#styleissues">Style Issues</a>
<ol>
<li><a href="#macro">The High-Level Issues</a>
<ol>
<li><a href="#hl_module">A Public Header File <b>is</b> a
Module</a></li>
<li><a href="#hl_dontinclude"><tt>#include</tt> as Little as Possible</a></li>
<li><a href="#hl_privateheaders">Keep "internal" Headers
Private</a></li>
<li><a href="#hl_earlyexit">Use Early Exits and <tt>continue</tt> to Simplify
Code</a></li>
<li><a href="#hl_else_after_return">Don't use <tt>else</tt> after a
<tt>return</tt></a></li>
<li><a href="#hl_predicateloops">Turn Predicate Loops into Predicate
Functions</a></li>
</ol></li>
<li><a href="#micro">The Low-Level Issues</a>
<ol>
<li><a href="#ll_naming">Name Types, Functions, Variables, and Enumerators Properly</a></li>
<li><a href="#ll_assert">Assert Liberally</a></li>
<li><a href="#ll_ns_std">Do not use '<tt>using namespace std</tt>'</a></li>
<li><a href="#ll_virtual_anch">Provide a virtual method anchor for
classes in headers</a></li>
<li><a href="#ll_end">Don't evaluate <tt>end()</tt> every time through a
loop</a></li>
<li><a href="#ll_iostream"><tt>#include <iostream></tt> is
<em>forbidden</em></a></li>
<li><a href="#ll_raw_ostream">Use <tt>raw_ostream</tt></a></li>
<li><a href="#ll_avoidendl">Avoid <tt>std::endl</tt></a></li>
</ol></li>
<li><a href="#nano">Microscopic Details</a>
<ol>
<li><a href="#micro_spaceparen">Spaces Before Parentheses</a></li>
<li><a href="#micro_preincrement">Prefer Preincrement</a></li>
<li><a href="#micro_namespaceindent">Namespace Indentation</a></li>
<li><a href="#micro_anonns">Anonymous Namespaces</a></li>
</ol></li>
</ol></li>
<li><a href="#seealso">See Also</a></li>
</ol>
<div class="doc_author">
<p>Written by <a href="mailto:[email protected]">Chris Lattner</a></p>
</div>
<!-- *********************************************************************** -->
<h2><a name="introduction">Introduction</a></h2>
<!-- *********************************************************************** -->
<div>
<p>This document attempts to describe a few coding standards that are being used
in the LLVM source tree. Although no coding standards should be regarded as
absolute requirements to be followed in all instances, coding standards are
particularly important for large-scale code bases that follow a library-based
design (like LLVM).</p>
<p>This document intentionally does not prescribe fixed standards for religious
issues such as brace placement and space usage. For issues like this, follow
the golden rule:</p>
<blockquote>
<p><b><a name="goldenrule">If you are extending, enhancing, or bug fixing
already implemented code, use the style that is already being used so that the
source is uniform and easy to follow.</a></b></p>
</blockquote>
<p>Note that some code bases (e.g. libc++) have really good reasons to deviate
from the coding standards. In the case of libc++, this is because the naming
and other conventions are dictated by the C++ standard. If you think there is
a specific good reason to deviate from the standards here, please bring it up
on the LLVMdev mailing list.</p>
<p>There are some conventions that are not uniformly followed in the code base
(e.g. the naming convention). This is because they are relatively new, and a
lot of code was written before they were put in place. Our long term goal is
for the entire codebase to follow the convention, but we explicitly <em>do
not</em> want patches that do large-scale reformating of existing code. OTOH,
it is reasonable to rename the methods of a class if you're about to change it
in some other way. Just do the reformating as a separate commit from the
functionality change. </p>
<p>The ultimate goal of these guidelines is the increase readability and
maintainability of our common source base. If you have suggestions for topics to
be included, please mail them to <a
href="mailto:[email protected]">Chris</a>.</p>
</div>
<!-- *********************************************************************** -->
<h2>
<a name="mechanicalissues">Mechanical Source Issues</a>
</h2>
<!-- *********************************************************************** -->
<div>
<!-- ======================================================================= -->
<h3>
<a name="sourceformating">Source Code Formatting</a>
</h3>
<div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="scf_commenting">Commenting</a>
</h4>
<div>
<p>Comments are one critical part of readability and maintainability. Everyone
knows they should comment their code, and so should you. When writing comments,
write them as English prose, which means they should use proper capitalization,
punctuation, etc. Aim to describe what a code is trying to do and why, not
"how" it does it at a micro level. Here are a few critical things to
document:</p>
<h5>File Headers</h5>
<div>
<p>Every source file should have a header on it that describes the basic
purpose of the file. If a file does not have a header, it should not be
checked into the tree. The standard header looks like this:</p>
<div class="doc_code">
<pre>
//===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This file contains the declaration of the Instruction class, which is the
// base class for all of the VM instructions.
//
//===----------------------------------------------------------------------===//
</pre>
</div>
<p>A few things to note about this particular format: The "<tt>-*- C++
-*-</tt>" string on the first line is there to tell Emacs that the source file
is a C++ file, not a C file (Emacs assumes <tt>.h</tt> files are C files by default).
Note that this tag is not necessary in <tt>.cpp</tt> files. The name of the file is also
on the first line, along with a very short description of the purpose of the
file. This is important when printing out code and flipping though lots of
pages.</p>
<p>The next section in the file is a concise note that defines the license
that the file is released under. This makes it perfectly clear what terms the
source code can be distributed under and should not be modified in any way.</p>
<p>The main body of the description does not have to be very long in most cases.
Here it's only two lines. If an algorithm is being implemented or something
tricky is going on, a reference to the paper where it is published should be
included, as well as any notes or "gotchas" in the code to watch out for.</p>
</div>
<h5>Class overviews</h5>
<p>Classes are one fundamental part of a good object oriented design. As such,
a class definition should have a comment block that explains what the class is
used for and how it works. Every non-trivial class is expected to have a
doxygen comment block.</p>
<h5>Method information</h5>
<div>
<p>Methods defined in a class (as well as any global functions) should also be
documented properly. A quick note about what it does and a description of the
borderline behaviour is all that is necessary here (unless something
particularly tricky or insidious is going on). The hope is that people can
figure out how to use your interfaces without reading the code itself.</p>
<p>Good things to talk about here are what happens when something unexpected
happens: does the method return null? Abort? Format your hard disk?</p>
</div>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="scf_commentformat">Comment Formatting</a>
</h4>
<div>
<p>In general, prefer C++ style (<tt>//</tt>) comments. They take less space,
require less typing, don't have nesting problems, etc. There are a few cases
when it is useful to use C style (<tt>/* */</tt>) comments however:</p>
<ol>
<li>When writing C code: Obviously if you are writing C code, use C style
comments.</li>
<li>When writing a header file that may be <tt>#include</tt>d by a C source
file.</li>
<li>When writing a source file that is used by a tool that only accepts C
style comments.</li>
</ol>
<p>To comment out a large block of code, use <tt>#if 0</tt> and <tt>#endif</tt>.
These nest properly and are better behaved in general than C style comments.</p>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="scf_includes"><tt>#include</tt> Style</a>
</h4>
<div>
<p>Immediately after the <a href="#scf_commenting">header file comment</a> (and
include guards if working on a header file), the <a
href="#hl_dontinclude">minimal</a> list of <tt>#include</tt>s required by the
file should be listed. We prefer these <tt>#include</tt>s to be listed in this
order:</p>
<ol>
<li><a href="#mmheader">Main Module Header</a></li>
<li><a href="#hl_privateheaders">Local/Private Headers</a></li>
<li><tt>llvm/*</tt></li>
<li><tt>llvm/Analysis/*</tt></li>
<li><tt>llvm/Assembly/*</tt></li>
<li><tt>llvm/Bitcode/*</tt></li>
<li><tt>llvm/CodeGen/*</tt></li>
<li>...</li>
<li><tt>Support/*</tt></li>
<li><tt>Config/*</tt></li>
<li>System <tt>#includes</tt></li>
</ol>
<p>and each category should be sorted by name.</p>
<p><a name="mmheader">The "Main Module Header"</a> file applies to <tt>.cpp</tt> files
which implement an interface defined by a <tt>.h</tt> file. This <tt>#include</tt>
should always be included <b>first</b> regardless of where it lives on the file
system. By including a header file first in the <tt>.cpp</tt> files that implement the
interfaces, we ensure that the header does not have any hidden dependencies
which are not explicitly #included in the header, but should be. It is also a
form of documentation in the <tt>.cpp</tt> file to indicate where the interfaces it
implements are defined.</p>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="scf_codewidth">Source Code Width</a>
</h4>
<div>
<p>Write your code to fit within 80 columns of text. This helps those of us who
like to print out code and look at your code in an xterm without resizing
it.</p>
<p>The longer answer is that there must be some limit to the width of the code
in order to reasonably allow developers to have multiple files side-by-side in
windows on a modest display. If you are going to pick a width limit, it is
somewhat arbitrary but you might as well pick something standard. Going with
90 columns (for example) instead of 80 columns wouldn't add any significant
value and would be detrimental to printing out code. Also many other projects
have standardized on 80 columns, so some people have already configured their
editors for it (vs something else, like 90 columns).</p>
<p>This is one of many contentious issues in coding standards, but it is not up
for debate.</p>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="scf_spacestabs">Use Spaces Instead of Tabs</a>
</h4>
<div>
<p>In all cases, prefer spaces to tabs in source files. People have different
preferred indentation levels, and different styles of indentation that they
like; this is fine. What isn't fine is that different editors/viewers expand
tabs out to different tab stops. This can cause your code to look completely
unreadable, and it is not worth dealing with.</p>
<p>As always, follow the <a href="#goldenrule">Golden Rule</a> above: follow the
style of existing code if you are modifying and extending it. If you like four
spaces of indentation, <b>DO NOT</b> do that in the middle of a chunk of code
with two spaces of indentation. Also, do not reindent a whole source file: it
makes for incredible diffs that are absolutely worthless.</p>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="scf_indentation">Indent Code Consistently</a>
</h4>
<div>
<p>Okay, in your first year of programming you were told that indentation is
important. If you didn't believe and internalize this then, now is the time.
Just do it.</p>
</div>
</div>
<!-- ======================================================================= -->
<h3>
<a name="compilerissues">Compiler Issues</a>
</h3>
<div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="ci_warningerrors">Treat Compiler Warnings Like Errors</a>
</h4>
<div>
<p>If your code has compiler warnings in it, something is wrong — you
aren't casting values correctly, your have "questionable" constructs in your
code, or you are doing something legitimately wrong. Compiler warnings can
cover up legitimate errors in output and make dealing with a translation unit
difficult.</p>
<p>It is not possible to prevent all warnings from all compilers, nor is it
desirable. Instead, pick a standard compiler (like <tt>gcc</tt>) that provides
a good thorough set of warnings, and stick to it. At least in the case of
<tt>gcc</tt>, it is possible to work around any spurious errors by changing the
syntax of the code slightly. For example, a warning that annoys me occurs when
I write code like this:</p>
<div class="doc_code">
<pre>
if (V = getValue()) {
...
}
</pre>
</div>
<p><tt>gcc</tt> will warn me that I probably want to use the <tt>==</tt>
operator, and that I probably mistyped it. In most cases, I haven't, and I
really don't want the spurious errors. To fix this particular problem, I
rewrite the code like this:</p>
<div class="doc_code">
<pre>
if ((V = getValue())) {
...
}
</pre>
</div>
<p>which shuts <tt>gcc</tt> up. Any <tt>gcc</tt> warning that annoys you can
be fixed by massaging the code appropriately.</p>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="ci_portable_code">Write Portable Code</a>
</h4>
<div>
<p>In almost all cases, it is possible and within reason to write completely
portable code. If there are cases where it isn't possible to write portable
code, isolate it behind a well defined (and well documented) interface.</p>
<p>In practice, this means that you shouldn't assume much about the host
compiler, and Visual Studio tends to be the lowest common denominator.
If advanced features are used, they should only be an implementation detail of
a library which has a simple exposed API, and preferably be buried in
libSystem.</p>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="ci_rtti_exceptions">Do not use RTTI or Exceptions</a>
</h4>
<div>
<p>In an effort to reduce code and executable size, LLVM does not use RTTI
(e.g. <tt>dynamic_cast<></tt>) or exceptions. These two language features
violate the general C++ principle of <i>"you only pay for what you use"</i>,
causing executable bloat even if exceptions are never used in the code base, or
if RTTI is never used for a class. Because of this, we turn them off globally
in the code.</p>
<p>That said, LLVM does make extensive use of a hand-rolled form of RTTI that
use templates like <a href="ProgrammersManual.html#isa"><tt>isa<></tt>,
<tt>cast<></tt>, and <tt>dyn_cast<></tt></a>. This form of RTTI is
opt-in and can be added to any class. It is also substantially more efficient
than <tt>dynamic_cast<></tt>.</p>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="ci_static_ctors">Do not use Static Constructors</a>
</h4>
<div>
<p>Static constructors and destructors (e.g. global variables whose types have
a constructor or destructor) should not be added to the code base, and should be
removed wherever possible. Besides <a
href="http://yosefk.com/c++fqa/ctors.html#fqa-10.12">well known problems</a>
where the order of initialization is undefined between globals in different
source files, the entire concept of static constructors is at odds with the
common use case of LLVM as a library linked into a larger application.</p>
<p>Consider the use of LLVM as a JIT linked into another application (perhaps
for <a href="http://llvm.org/Users.html">OpenGL, custom languages</a>,
<a href="http://llvm.org/devmtg/2010-11/Gritz-OpenShadingLang.pdf">shaders in
movies</a>, etc). Due to the design of static constructors, they must be
executed at startup time of the entire application, regardless of whether or
how LLVM is used in that larger application. There are two problems with
this:</p>
<ol>
<li>The time to run the static constructors impacts startup time of
applications — a critical time for GUI apps, among others.</li>
<li>The static constructors cause the app to pull many extra pages of memory
off the disk: both the code for the constructor in each <tt>.o</tt> file and
the small amount of data that gets touched. In addition, touched/dirty pages
put more pressure on the VM system on low-memory machines.</li>
</ol>
<p>We would really like for there to be zero cost for linking in an additional
LLVM target or other library into an application, but static constructors
violate this goal.</p>
<p>That said, LLVM unfortunately does contain static constructors. It would be
a <a href="http://llvm.org/PR11944">great project</a> for someone to purge all
static constructors from LLVM, and then enable the
<tt>-Wglobal-constructors</tt> warning flag (when building with Clang) to ensure
we do not regress in the future.
</p>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="ci_class_struct">Use of <tt>class</tt> and <tt>struct</tt> Keywords</a>
</h4>
<div>
<p>In C++, the <tt>class</tt> and <tt>struct</tt> keywords can be used almost
interchangeably. The only difference is when they are used to declare a class:
<tt>class</tt> makes all members private by default while <tt>struct</tt> makes
all members public by default.</p>
<p>Unfortunately, not all compilers follow the rules and some will generate
different symbols based on whether <tt>class</tt> or <tt>struct</tt> was used to
declare the symbol. This can lead to problems at link time.</p>
<p>So, the rule for LLVM is to always use the <tt>class</tt> keyword, unless
<b>all</b> members are public and the type is a C++
<a href="http://en.wikipedia.org/wiki/Plain_old_data_structure">POD</a> type, in
which case <tt>struct</tt> is allowed.</p>
</div>
</div>
</div>
<!-- *********************************************************************** -->
<h2>
<a name="styleissues">Style Issues</a>
</h2>
<!-- *********************************************************************** -->
<div>
<!-- ======================================================================= -->
<h3>
<a name="macro">The High-Level Issues</a>
</h3>
<!-- ======================================================================= -->
<div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="hl_module">A Public Header File <b>is</b> a Module</a>
</h4>
<div>
<p>C++ doesn't do too well in the modularity department. There is no real
encapsulation or data hiding (unless you use expensive protocol classes), but it
is what we have to work with. When you write a public header file (in the LLVM
source tree, they live in the top level "<tt>include</tt>" directory), you are
defining a module of functionality.</p>
<p>Ideally, modules should be completely independent of each other, and their
header files should only <tt>#include</tt> the absolute minimum number of
headers possible. A module is not just a class, a function, or a
namespace: <a href="http://www.cuj.com/articles/2000/0002/0002c/0002c.htm">it's
a collection of these</a> that defines an interface. This interface may be
several functions, classes, or data structures, but the important issue is how
they work together.</p>
<p>In general, a module should be implemented by one or more <tt>.cpp</tt>
files. Each of these <tt>.cpp</tt> files should include the header that defines
their interface first. This ensures that all of the dependences of the module
header have been properly added to the module header itself, and are not
implicit. System headers should be included after user headers for a
translation unit.</p>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="hl_dontinclude"><tt>#include</tt> as Little as Possible</a>
</h4>
<div>
<p><tt>#include</tt> hurts compile time performance. Don't do it unless you
have to, especially in header files.</p>
<p>But wait! Sometimes you need to have the definition of a class to use it, or
to inherit from it. In these cases go ahead and <tt>#include</tt> that header
file. Be aware however that there are many cases where you don't need to have
the full definition of a class. If you are using a pointer or reference to a
class, you don't need the header file. If you are simply returning a class
instance from a prototyped function or method, you don't need it. In fact, for
most cases, you simply don't need the definition of a class. And not
<tt>#include</tt>'ing speeds up compilation.</p>
<p>It is easy to try to go too overboard on this recommendation, however. You
<b>must</b> include all of the header files that you are using — you can
include them either directly or indirectly (through another header file). To
make sure that you don't accidentally forget to include a header file in your
module header, make sure to include your module header <b>first</b> in the
implementation file (as mentioned above). This way there won't be any hidden
dependencies that you'll find out about later.</p>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="hl_privateheaders">Keep "Internal" Headers Private</a>
</h4>
<div>
<p>Many modules have a complex implementation that causes them to use more than
one implementation (<tt>.cpp</tt>) file. It is often tempting to put the
internal communication interface (helper classes, extra functions, etc) in the
public module header file. Don't do this!</p>
<p>If you really need to do something like this, put a private header file in
the same directory as the source files, and include it locally. This ensures
that your private interface remains private and undisturbed by outsiders.</p>
<p>Note however, that it's okay to put extra implementation methods in a public
class itself. Just make them private (or protected) and all is well.</p>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="hl_earlyexit">Use Early Exits and <tt>continue</tt> to Simplify Code</a>
</h4>
<div>
<p>When reading code, keep in mind how much state and how many previous
decisions have to be remembered by the reader to understand a block of code.
Aim to reduce indentation where possible when it doesn't make it more difficult
to understand the code. One great way to do this is by making use of early
exits and the <tt>continue</tt> keyword in long loops. As an example of using
an early exit from a function, consider this "bad" code:</p>
<div class="doc_code">
<pre>
Value *DoSomething(Instruction *I) {
if (!isa<TerminatorInst>(I) &&
I->hasOneUse() && SomeOtherThing(I)) {
... some long code ....
}
return 0;
}
</pre>
</div>
<p>This code has several problems if the body of the '<tt>if</tt>' is large.
When you're looking at the top of the function, it isn't immediately clear that
this <em>only</em> does interesting things with non-terminator instructions, and
only applies to things with the other predicates. Second, it is relatively
difficult to describe (in comments) why these predicates are important because
the <tt>if</tt> statement makes it difficult to lay out the comments. Third,
when you're deep within the body of the code, it is indented an extra level.
Finally, when reading the top of the function, it isn't clear what the result is
if the predicate isn't true; you have to read to the end of the function to know
that it returns null.</p>
<p>It is much preferred to format the code like this:</p>
<div class="doc_code">
<pre>
Value *DoSomething(Instruction *I) {
// Terminators never need 'something' done to them because ...
if (isa<TerminatorInst>(I))
return 0;
// We conservatively avoid transforming instructions with multiple uses
// because goats like cheese.
if (!I->hasOneUse())
return 0;
// This is really just here for example.
if (!SomeOtherThing(I))
return 0;
... some long code ....
}
</pre>
</div>
<p>This fixes these problems. A similar problem frequently happens in <tt>for</tt>
loops. A silly example is something like this:</p>
<div class="doc_code">
<pre>
for (BasicBlock::iterator II = BB->begin(), E = BB->end(); II != E; ++II) {
if (BinaryOperator *BO = dyn_cast<BinaryOperator>(II)) {
Value *LHS = BO->getOperand(0);
Value *RHS = BO->getOperand(1);
if (LHS != RHS) {
...
}
}
}
</pre>
</div>
<p>When you have very, very small loops, this sort of structure is fine. But if
it exceeds more than 10-15 lines, it becomes difficult for people to read and
understand at a glance. The problem with this sort of code is that it gets very
nested very quickly. Meaning that the reader of the code has to keep a lot of
context in their brain to remember what is going immediately on in the loop,
because they don't know if/when the <tt>if</tt> conditions will have elses etc.
It is strongly preferred to structure the loop like this:</p>
<div class="doc_code">
<pre>
for (BasicBlock::iterator II = BB->begin(), E = BB->end(); II != E; ++II) {
BinaryOperator *BO = dyn_cast<BinaryOperator>(II);
if (!BO) continue;
Value *LHS = BO->getOperand(0);
Value *RHS = BO->getOperand(1);
if (LHS == RHS) continue;
...
}
</pre>
</div>
<p>This has all the benefits of using early exits for functions: it reduces
nesting of the loop, it makes it easier to describe why the conditions are true,
and it makes it obvious to the reader that there is no <tt>else</tt> coming up
that they have to push context into their brain for. If a loop is large, this
can be a big understandability win.</p>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="hl_else_after_return">Don't use <tt>else</tt> after a <tt>return</tt></a>
</h4>
<div>
<p>For similar reasons above (reduction of indentation and easier reading),
please do not use '<tt>else</tt>' or '<tt>else if</tt>' after something that
interrupts control flow — like <tt>return</tt>, <tt>break</tt>,
<tt>continue</tt>, <tt>goto</tt>, etc. For example, this is <em>bad</em>:</p>
<div class="doc_code">
<pre>
case 'J': {
if (Signed) {
Type = Context.getsigjmp_bufType();
if (Type.isNull()) {
Error = ASTContext::GE_Missing_sigjmp_buf;
return QualType();
<b>} else {
break;
}</b>
} else {
Type = Context.getjmp_bufType();
if (Type.isNull()) {
Error = ASTContext::GE_Missing_jmp_buf;
return QualType();
<b>} else {
break;
}</b>
}
}
}
</pre>
</div>
<p>It is better to write it like this:</p>
<div class="doc_code">
<pre>
case 'J':
if (Signed) {
Type = Context.getsigjmp_bufType();
if (Type.isNull()) {
Error = ASTContext::GE_Missing_sigjmp_buf;
return QualType();
}
} else {
Type = Context.getjmp_bufType();
if (Type.isNull()) {
Error = ASTContext::GE_Missing_jmp_buf;
return QualType();
}
}
<b>break;</b>
</pre>
</div>
<p>Or better yet (in this case) as:</p>
<div class="doc_code">
<pre>
case 'J':
if (Signed)
Type = Context.getsigjmp_bufType();
else
Type = Context.getjmp_bufType();
if (Type.isNull()) {
Error = Signed ? ASTContext::GE_Missing_sigjmp_buf :
ASTContext::GE_Missing_jmp_buf;
return QualType();
}
<b>break;</b>
</pre>
</div>
<p>The idea is to reduce indentation and the amount of code you have to keep
track of when reading the code.</p>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="hl_predicateloops">Turn Predicate Loops into Predicate Functions</a>
</h4>
<div>
<p>It is very common to write small loops that just compute a boolean value.
There are a number of ways that people commonly write these, but an example of
this sort of thing is:</p>
<div class="doc_code">
<pre>
<b>bool FoundFoo = false;</b>
for (unsigned i = 0, e = BarList.size(); i != e; ++i)
if (BarList[i]->isFoo()) {
<b>FoundFoo = true;</b>
break;
}
<b>if (FoundFoo) {</b>
...
}
</pre>
</div>
<p>This sort of code is awkward to write, and is almost always a bad sign.
Instead of this sort of loop, we strongly prefer to use a predicate function
(which may be <a href="#micro_anonns">static</a>) that uses
<a href="#hl_earlyexit">early exits</a> to compute the predicate. We prefer
the code to be structured like this:</p>
<div class="doc_code">
<pre>
/// ListContainsFoo - Return true if the specified list has an element that is
/// a foo.
static bool ListContainsFoo(const std::vector<Bar*> &List) {
for (unsigned i = 0, e = List.size(); i != e; ++i)
if (List[i]->isFoo())
return true;
return false;
}
...
<b>if (ListContainsFoo(BarList)) {</b>
...
}
</pre>
</div>
<p>There are many reasons for doing this: it reduces indentation and factors out
code which can often be shared by other code that checks for the same predicate.
More importantly, it <em>forces you to pick a name</em> for the function, and
forces you to write a comment for it. In this silly example, this doesn't add
much value. However, if the condition is complex, this can make it a lot easier
for the reader to understand the code that queries for this predicate. Instead
of being faced with the in-line details of how we check to see if the BarList
contains a foo, we can trust the function name and continue reading with better
locality.</p>
</div>
</div>
<!-- ======================================================================= -->
<h3>
<a name="micro">The Low-Level Issues</a>
</h3>
<!-- ======================================================================= -->
<div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="ll_naming">
Name Types, Functions, Variables, and Enumerators Properly
</a>
</h4>
<div>
<p>Poorly-chosen names can mislead the reader and cause bugs. We cannot stress
enough how important it is to use <em>descriptive</em> names. Pick names that
match the semantics and role of the underlying entities, within reason. Avoid
abbreviations unless they are well known. After picking a good name, make sure
to use consistent capitalization for the name, as inconsistency requires clients
to either memorize the APIs or to look it up to find the exact spelling.</p>
<p>In general, names should be in camel case (e.g. <tt>TextFileReader</tt>
and <tt>isLValue()</tt>). Different kinds of declarations have different
rules:</p>
<ul>
<li><p><b>Type names</b> (including classes, structs, enums, typedefs, etc)
should be nouns and start with an upper-case letter (e.g.
<tt>TextFileReader</tt>).</p></li>
<li><p><b>Variable names</b> should be nouns (as they represent state). The
name should be camel case, and start with an upper case letter (e.g.
<tt>Leader</tt> or <tt>Boats</tt>).</p></li>
<li><p><b>Function names</b> should be verb phrases (as they represent
actions), and command-like function should be imperative. The name should
be camel case, and start with a lower case letter (e.g. <tt>openFile()</tt>
or <tt>isFoo()</tt>).</p></li>
<li><p><b>Enum declarations</b> (e.g. <tt>enum Foo {...}</tt>) are types, so
they should follow the naming conventions for types. A common use for enums
is as a discriminator for a union, or an indicator of a subclass. When an
enum is used for something like this, it should have a <tt>Kind</tt> suffix
(e.g. <tt>ValueKind</tt>).</p></li>
<li><p><b>Enumerators</b> (e.g. <tt>enum { Foo, Bar }</tt>) and <b>public member
variables</b> should start with an upper-case letter, just like types.
Unless the enumerators are defined in their own small namespace or inside a
class, enumerators should have a prefix corresponding to the enum
declaration name. For example, <tt>enum ValueKind { ... };</tt> may contain
enumerators like <tt>VK_Argument</tt>, <tt>VK_BasicBlock</tt>, etc.
Enumerators that are just convenience constants are exempt from the
requirement for a prefix. For instance:</p>
<div class="doc_code">
<pre>
enum {
MaxSize = 42,
Density = 12
};
</pre>
</div>
</li>
</ul>
<p>As an exception, classes that mimic STL classes can have member names in
STL's style of lower-case words separated by underscores (e.g. <tt>begin()</tt>,
<tt>push_back()</tt>, and <tt>empty()</tt>).</p>
<p>Here are some examples of good and bad names:</p>
<div class="doc_code">
<pre>
class VehicleMaker {
...
Factory<Tire> F; // Bad -- abbreviation and non-descriptive.
Factory<Tire> Factory; // Better.
Factory<Tire> TireFactory; // Even better -- if VehicleMaker has more than one
// kind of factories.
};
Vehicle MakeVehicle(VehicleType Type) {
VehicleMaker M; // Might be OK if having a short life-span.
Tire tmp1 = M.makeTire(); // Bad -- 'tmp1' provides no information.
Light headlight = M.makeLight("head"); // Good -- descriptive.
...
}
</pre>
</div>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="ll_assert">Assert Liberally</a>
</h4>
<div>
<p>Use the "<tt>assert</tt>" macro to its fullest. Check all of your
preconditions and assumptions, you never know when a bug (not necessarily even
yours) might be caught early by an assertion, which reduces debugging time
dramatically. The "<tt><cassert></tt>" header file is probably already
included by the header files you are using, so it doesn't cost anything to use
it.</p>
<p>To further assist with debugging, make sure to put some kind of error message
in the assertion statement, which is printed if the assertion is tripped. This
helps the poor debugger make sense of why an assertion is being made and
enforced, and hopefully what to do about it. Here is one complete example:</p>
<div class="doc_code">
<pre>
inline Value *getOperand(unsigned i) {
assert(i < Operands.size() && "getOperand() out of range!");
return Operands[i];
}
</pre>
</div>
<p>Here are more examples:</p>
<div class="doc_code">
<pre>
assert(Ty->isPointerType() && "Can't allocate a non pointer type!");
assert((Opcode == Shl || Opcode == Shr) && "ShiftInst Opcode invalid!");
assert(idx < getNumSuccessors() && "Successor # out of range!");
assert(V1.getType() == V2.getType() && "Constant types must be identical!");
assert(isa<PHINode>(Succ->front()) && "Only works on PHId BBs!");
</pre>
</div>
<p>You get the idea.</p>
<p>Please be aware that, when adding assert statements, not all compilers are aware of
the semantics of the assert. In some places, asserts are used to indicate a piece of
code that should not be reached. These are typically of the form:</p>
<div class="doc_code">
<pre>
assert(0 && "Some helpful error message");
</pre>
</div>
<p>When used in a function that returns a value, they should be followed with a return
statement and a comment indicating that this line is never reached. This will prevent
a compiler which is unable to deduce that the assert statement never returns from
generating a warning.</p>
<div class="doc_code">
<pre>
assert(0 && "Some helpful error message");
// Not reached
return 0;
</pre>
</div>
<p>Another issue is that values used only by assertions will produce an "unused
value" warning when assertions are disabled. For example, this code will
warn:</p>
<div class="doc_code">
<pre>
unsigned Size = V.size();
assert(Size > 42 && "Vector smaller than it should be");
bool NewToSet = Myset.insert(Value);
assert(NewToSet && "The value shouldn't be in the set yet");
</pre>
</div>
<p>These are two interesting different cases. In the first case, the call to
V.size() is only useful for the assert, and we don't want it executed when
assertions are disabled. Code like this should move the call into the assert
itself. In the second case, the side effects of the call must happen whether
the assert is enabled or not. In this case, the value should be cast to void to
disable the warning. To be specific, it is preferred to write the code like
this:</p>
<div class="doc_code">
<pre>
assert(V.size() > 42 && "Vector smaller than it should be");
bool NewToSet = Myset.insert(Value); (void)NewToSet;
assert(NewToSet && "The value shouldn't be in the set yet");
</pre>
</div>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="ll_ns_std">Do Not Use '<tt>using namespace std</tt>'</a>
</h4>
<div>
<p>In LLVM, we prefer to explicitly prefix all identifiers from the standard
namespace with an "<tt>std::</tt>" prefix, rather than rely on
"<tt>using namespace std;</tt>".</p>
<p> In header files, adding a '<tt>using namespace XXX</tt>' directive pollutes
the namespace of any source file that <tt>#include</tt>s the header. This is
clearly a bad thing.</p>
<p>In implementation files (e.g. <tt>.cpp</tt> files), the rule is more of a stylistic
rule, but is still important. Basically, using explicit namespace prefixes
makes the code <b>clearer</b>, because it is immediately obvious what facilities
are being used and where they are coming from. And <b>more portable</b>, because
namespace clashes cannot occur between LLVM code and other namespaces. The
portability rule is important because different standard library implementations
expose different symbols (potentially ones they shouldn't), and future revisions
to the C++ standard will add more symbols to the <tt>std</tt> namespace. As
such, we never use '<tt>using namespace std;</tt>' in LLVM.</p>
<p>The exception to the general rule (i.e. it's not an exception for
the <tt>std</tt> namespace) is for implementation files. For example, all of
the code in the LLVM project implements code that lives in the 'llvm' namespace.
As such, it is ok, and actually clearer, for the <tt>.cpp</tt> files to have a
'<tt>using namespace llvm;</tt>' directive at the top, after the
<tt>#include</tt>s. This reduces indentation in the body of the file for source
editors that indent based on braces, and keeps the conceptual context cleaner.
The general form of this rule is that any <tt>.cpp</tt> file that implements
code in any namespace may use that namespace (and its parents'), but should not
use any others.</p>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="ll_virtual_anch">
Provide a Virtual Method Anchor for Classes in Headers
</a>
</h4>
<div>
<p>If a class is defined in a header file and has a v-table (either it has
virtual methods or it derives from classes with virtual methods), it must
always have at least one out-of-line virtual method in the class. Without
this, the compiler will copy the vtable and RTTI into every <tt>.o</tt> file
that <tt>#include</tt>s the header, bloating <tt>.o</tt> file sizes and
increasing link times.</p>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="ll_end">Don't evaluate <tt>end()</tt> every time through a loop</a>
</h4>
<div>
<p>Because C++ doesn't have a standard "<tt>foreach</tt>" loop (though it can be
emulated with macros and may be coming in C++'0x) we end up writing a lot of
loops that manually iterate from begin to end on a variety of containers or
through other data structures. One common mistake is to write a loop in this
style:</p>
<div class="doc_code">
<pre>
BasicBlock *BB = ...
for (BasicBlock::iterator I = BB->begin(); I != <b>BB->end()</b>; ++I)
... use I ...
</pre>
</div>
<p>The problem with this construct is that it evaluates "<tt>BB->end()</tt>"
every time through the loop. Instead of writing the loop like this, we strongly
prefer loops to be written so that they evaluate it once before the loop starts.
A convenient way to do this is like so:</p>
<div class="doc_code">
<pre>
BasicBlock *BB = ...
for (BasicBlock::iterator I = BB->begin(), E = <b>BB->end()</b>; I != E; ++I)
... use I ...
</pre>
</div>
<p>The observant may quickly point out that these two loops may have different
semantics: if the container (a basic block in this case) is being mutated, then
"<tt>BB->end()</tt>" may change its value every time through the loop and the
second loop may not in fact be correct. If you actually do depend on this
behavior, please write the loop in the first form and add a comment indicating
that you did it intentionally.</p>
<p>Why do we prefer the second form (when correct)? Writing the loop in the
first form has two problems. First it may be less efficient than evaluating it
at the start of the loop. In this case, the cost is probably minor — a
few extra loads every time through the loop. However, if the base expression is
more complex, then the cost can rise quickly. I've seen loops where the end
expression was actually something like: "<tt>SomeMap[x]->end()</tt>" and map
lookups really aren't cheap. By writing it in the second form consistently, you
eliminate the issue entirely and don't even have to think about it.</p>
<p>The second (even bigger) issue is that writing the loop in the first form
hints to the reader that the loop is mutating the container (a fact that a
comment would handily confirm!). If you write the loop in the second form, it
is immediately obvious without even looking at the body of the loop that the
container isn't being modified, which makes it easier to read the code and
understand what it does.</p>
<p>While the second form of the loop is a few extra keystrokes, we do strongly
prefer it.</p>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="ll_iostream"><tt>#include <iostream></tt> is Forbidden</a>
</h4>
<div>
<p>The use of <tt>#include <iostream></tt> in library files is
hereby <b><em>forbidden</em></b>, because many common implementations
transparently inject a <a href="#ci_static_ctors">static constructor</a> into
every translation unit that includes it.</p>
<p>Note that using the other stream headers (<tt><sstream></tt> for
example) is not problematic in this regard —
just <tt><iostream></tt>. However, <tt>raw_ostream</tt> provides various
APIs that are better performing for almost every use than <tt>std::ostream</tt>
style APIs. <b>Therefore new code should always
use <a href="#ll_raw_ostream"><tt>raw_ostream</tt></a> for writing, or
the <tt>llvm::MemoryBuffer</tt> API for reading files.</b></p>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="ll_raw_ostream">Use <tt>raw_ostream</tt></a>
</h4>
<div>
<p>LLVM includes a lightweight, simple, and efficient stream implementation
in <tt>llvm/Support/raw_ostream.h</tt>, which provides all of the common
features of <tt>std::ostream</tt>. All new code should use <tt>raw_ostream</tt>
instead of <tt>ostream</tt>.</p>
<p>Unlike <tt>std::ostream</tt>, <tt>raw_ostream</tt> is not a template and can
be forward declared as <tt>class raw_ostream</tt>. Public headers should
generally not include the <tt>raw_ostream</tt> header, but use forward
declarations and constant references to <tt>raw_ostream</tt> instances.</p>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="ll_avoidendl">Avoid <tt>std::endl</tt></a>
</h4>
<div>
<p>The <tt>std::endl</tt> modifier, when used with <tt>iostreams</tt> outputs a
newline to the output stream specified. In addition to doing this, however, it
also flushes the output stream. In other words, these are equivalent:</p>
<div class="doc_code">
<pre>
std::cout << std::endl;
std::cout << '\n' << std::flush;
</pre>
</div>
<p>Most of the time, you probably have no reason to flush the output stream, so
it's better to use a literal <tt>'\n'</tt>.</p>
</div>
</div>
<!-- ======================================================================= -->
<h3>
<a name="nano">Microscopic Details</a>
</h3>
<!-- ======================================================================= -->
<div>
<p>This section describes preferred low-level formatting guidelines along with
reasoning on why we prefer them.</p>
<!-- _______________________________________________________________________ -->
<h4>
<a name="micro_spaceparen">Spaces Before Parentheses</a>
</h4>
<div>
<p>We prefer to put a space before an open parenthesis only in control flow
statements, but not in normal function call expressions and function-like
macros. For example, this is good:</p>
<div class="doc_code">
<pre>
<b>if (</b>x) ...
<b>for (</b>i = 0; i != 100; ++i) ...
<b>while (</b>llvm_rocks) ...
<b>somefunc(</b>42);
<b><a href="#ll_assert">assert</a>(</b>3 != 4 && "laws of math are failing me");
a = <b>foo(</b>42, 92) + <b>bar(</b>x);
</pre>
</div>
<p>and this is bad:</p>
<div class="doc_code">
<pre>
<b>if(</b>x) ...
<b>for(</b>i = 0; i != 100; ++i) ...
<b>while(</b>llvm_rocks) ...
<b>somefunc (</b>42);
<b><a href="#ll_assert">assert</a> (</b>3 != 4 && "laws of math are failing me");
a = <b>foo (</b>42, 92) + <b>bar (</b>x);
</pre>
</div>
<p>The reason for doing this is not completely arbitrary. This style makes
control flow operators stand out more, and makes expressions flow better. The
function call operator binds very tightly as a postfix operator. Putting a
space after a function name (as in the last example) makes it appear that the
code might bind the arguments of the left-hand-side of a binary operator with
the argument list of a function and the name of the right side. More
specifically, it is easy to misread the "a" example as:</p>
<div class="doc_code">
<pre>
a = foo <b>(</b>(42, 92) + bar<b>)</b> (x);
</pre>
</div>
<p>when skimming through the code. By avoiding a space in a function, we avoid
this misinterpretation.</p>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="micro_preincrement">Prefer Preincrement</a>
</h4>
<div>
<p>Hard fast rule: Preincrement (<tt>++X</tt>) may be no slower than
postincrement (<tt>X++</tt>) and could very well be a lot faster than it. Use
preincrementation whenever possible.</p>
<p>The semantics of postincrement include making a copy of the value being
incremented, returning it, and then preincrementing the "work value". For
primitive types, this isn't a big deal... but for iterators, it can be a huge
issue (for example, some iterators contains stack and set objects in them...
copying an iterator could invoke the copy ctor's of these as well). In general,
get in the habit of always using preincrement, and you won't have a problem.</p>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="micro_namespaceindent">Namespace Indentation</a>
</h4>
<div>
<p>
In general, we strive to reduce indentation wherever possible. This is useful
because we want code to <a href="#scf_codewidth">fit into 80 columns</a> without
wrapping horribly, but also because it makes it easier to understand the code.
Namespaces are a funny thing: they are often large, and we often desire to put
lots of stuff into them (so they can be large). Other times they are tiny,
because they just hold an enum or something similar. In order to balance this,
we use different approaches for small versus large namespaces.
</p>
<p>
If a namespace definition is small and <em>easily</em> fits on a screen (say,
less than 35 lines of code), then you should indent its body. Here's an
example:
</p>
<div class="doc_code">
<pre>
namespace llvm {
namespace X86 {
/// RelocationType - An enum for the x86 relocation codes. Note that
/// the terminology here doesn't follow x86 convention - word means
/// 32-bit and dword means 64-bit.
enum RelocationType {
/// reloc_pcrel_word - PC relative relocation, add the relocated value to
/// the value already in memory, after we adjust it for where the PC is.
reloc_pcrel_word = 0,
/// reloc_picrel_word - PIC base relative relocation, add the relocated
/// value to the value already in memory, after we adjust it for where the
/// PIC base is.
reloc_picrel_word = 1,
/// reloc_absolute_word, reloc_absolute_dword - Absolute relocation, just
/// add the relocated value to the value already in memory.
reloc_absolute_word = 2,
reloc_absolute_dword = 3
};
}
}
</pre>
</div>
<p>Since the body is small, indenting adds value because it makes it very clear
where the namespace starts and ends, and it is easy to take the whole thing in
in one "gulp" when reading the code. If the blob of code in the namespace is
larger (as it typically is in a header in the <tt>llvm</tt> or <tt>clang</tt> namespaces), do not
indent the code, and add a comment indicating what namespace is being closed.
For example:</p>
<div class="doc_code">
<pre>
namespace llvm {
namespace knowledge {
/// Grokable - This class represents things that Smith can have an intimate
/// understanding of and contains the data associated with it.
class Grokable {
...
public:
explicit Grokable() { ... }
virtual ~Grokable() = 0;
...
};
} // end namespace knowledge
} // end namespace llvm
</pre>
</div>
<p>Because the class is large, we don't expect that the reader can easily
understand the entire concept in a glance, and the end of the file (where the
namespaces end) may be a long ways away from the place they open. As such,
indenting the contents of the namespace doesn't add any value, and detracts from
the readability of the class. In these cases it is best to <em>not</em> indent
the contents of the namespace.</p>
</div>
<!-- _______________________________________________________________________ -->
<h4>
<a name="micro_anonns">Anonymous Namespaces</a>
</h4>
<div>
<p>After talking about namespaces in general, you may be wondering about
anonymous namespaces in particular.
Anonymous namespaces are a great language feature that tells the C++ compiler
that the contents of the namespace are only visible within the current
translation unit, allowing more aggressive optimization and eliminating the
possibility of symbol name collisions. Anonymous namespaces are to C++ as
"static" is to C functions and global variables. While "static" is available
in C++, anonymous namespaces are more general: they can make entire classes
private to a file.</p>
<p>The problem with anonymous namespaces is that they naturally want to
encourage indentation of their body, and they reduce locality of reference: if
you see a random function definition in a C++ file, it is easy to see if it is
marked static, but seeing if it is in an anonymous namespace requires scanning
a big chunk of the file.</p>
<p>Because of this, we have a simple guideline: make anonymous namespaces as
small as possible, and only use them for class declarations. For example, this
is good:</p>
<div class="doc_code">
<pre>
<b>namespace {</b>
class StringSort {
...
public:
StringSort(...)
bool operator<(const char *RHS) const;
};
<b>} // end anonymous namespace</b>
static void Helper() {
...
}
bool StringSort::operator<(const char *RHS) const {
...
}
</pre>
</div>
<p>This is bad:</p>
<div class="doc_code">
<pre>
<b>namespace {</b>
class StringSort {
...
public:
StringSort(...)
bool operator<(const char *RHS) const;
};
void Helper() {
...
}
bool StringSort::operator<(const char *RHS) const {
...
}
<b>} // end anonymous namespace</b>
</pre>
</div>
<p>This is bad specifically because if you're looking at "Helper" in the middle
of a large C++ file, that you have no immediate way to tell if it is local to
the file. When it is marked static explicitly, this is immediately obvious.
Also, there is no reason to enclose the definition of "operator<" in the
namespace just because it was declared there.
</p>
</div>
</div>
</div>
<!-- *********************************************************************** -->
<h2>
<a name="seealso">See Also</a>
</h2>
<!-- *********************************************************************** -->
<div>
<p>A lot of these comments and recommendations have been culled for other
sources. Two particularly important books for our work are:</p>
<ol>
<li><a href="http://www.amazon.com/Effective-Specific-Addison-Wesley-Professional-Computing/dp/0321334876">Effective
C++</a> by Scott Meyers. Also
interesting and useful are "More Effective C++" and "Effective STL" by the same
author.</li>
<li>Large-Scale C++ Software Design by John Lakos</li>
</ol>
<p>If you get some free time, and you haven't read them: do so, you might learn
something.</p>
</div>
<!-- *********************************************************************** -->
<hr>
<address>
<a href="http://jigsaw.w3.org/css-validator/check/referer"><img
src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a>
<a href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a>
<a href="mailto:[email protected]">Chris Lattner</a><br>
<a href="http://llvm.org/">LLVM Compiler Infrastructure</a><br>
Last modified: $Date: 2012-03-27 12:25:16 +0100 (Tue, 27 Mar 2012) $
</address>
</body>
</html>
|
_comments/2012-09-13-2107-heta-linjen-upploppet-17-september-1982.html | blay/minimal-mistakes | ---
post_id: /heta-linjen-upploppet-17-september-1982
date: 2012-09-13 21:07
return_url: '2012-08-22-heta-linjen-upploppet-17-september-1982.html'
name: 'Thomas Svenson'
email: '[email protected]'
comment: '<p>Vi hade heta linjen på landet också (småland) fast där gick det inte riktigt lika hett till.</p><p>Tack för en bra och intressant artikel. Ser fram emot del 2. </p>'
---
|
src/front-end/layout/lobby/body/body-left/two-blocks/two-blocks.html | dt2505/myApp | <html class="" lang="en">
<head>
<!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">-->
<link rel="stylesheet" href="../../../layout.css">
</head>
<body>
<div style="min-width: 1024px; min-height: 768px;">
<div class="lobby-header border" style="height: 60px;"></div>
<div class="lobby-cover-container border" style="height: 220px"></div>
<div class="lobby-body border">
<div class="lobby-body-container border" style="margin: 10px auto; width: 980px; overflow: hidden">
<div class="lobby-body-left border" style="float: left; display: inline-block; margin-left: 0; width: 200px; height: auto;">
<div class="lobby-row border" style="width: 100%; height: 200px"></div>
<div class="lobby-row border" style="width: 100%; margin-top:10px; height: auto;">
<div class="lobby-inner-row border" style="width: 100%; height: 150px"></div>
<div class="lobby-inner-row border" style="width: 100%; height: auto; margin-top:10px;"></div>
</div>
</div>
</div>
</div>
</div>
</body>
</html> |
kelvin_1wire.X/html/scs.obj.dmp.html | grodansparadis/can4vscp_kelvin_1wire | <HTML>
<HEAD>
<TITLE>Listing of C:\Users\GRODAN~1\AppData\Local\Temp\scs.obj.dmp</TITLE>
<LINK rel=stylesheet href="udf_styles.css" type="text/css">
</HEAD>
<BODY>
<table class="">
<tr><td><code><i> 1</i> </code></td><td><code>          1       IDENT  16</code></td></tr>
<tr><td><code><i> 2</i> </code></td><td><code>                  Object  code  version     =  3.11</code></td></tr>
<tr><td><code><i> 3</i> </code></td><td><code>                  Machine =  18F2580</code></td></tr>
<tr><td><code><i> 4</i> </code></td><td><code>                  32  bit  order        =  0  1  2  3</code></td></tr>
<tr><td><code><i> 5</i> </code></td><td><code>                  16  bit  order        =  0  1</code></td></tr>
<tr><td><code><i> 6</i> </code></td><td><code>          2       PSECT  6</code></td></tr>
<tr><td><code><i> 7</i> </code></td><td><code>                  sfr     GLOBAL</code></td></tr>
<tr><td><code><i> 8</i> </code></td><td><code>          3       XPSECT 21</code></td></tr>
<tr><td><code><i> 9</i> </code></td><td><code>                  sfr  space  =  01  delta  =  01  class=SFR</code></td></tr>
<tr><td><code><i> 10</i> </code></td><td><code>          4       PSECT  8</code></td></tr>
<tr><td><code><i> 11</i> </code></td><td><code>                  bank5   GLOBAL</code></td></tr>
<tr><td><code><i> 12</i> </code></td><td><code>          5       XPSECT 25</code></td></tr>
<tr><td><code><i> 13</i> </code></td><td><code>                  bank5  space  =  01  delta  =  01  class=BANK5</code></td></tr>
<tr><td><code><i> 14</i> </code></td><td><code>          6       PSECT  8</code></td></tr>
<tr><td><code><i> 15</i> </code></td><td><code>                  bank4   GLOBAL</code></td></tr>
<tr><td><code><i> 16</i> </code></td><td><code>          7       XPSECT 25</code></td></tr>
<tr><td><code><i> 17</i> </code></td><td><code>                  bank4  space  =  01  delta  =  01  class=BANK4</code></td></tr>
<tr><td><code><i> 18</i> </code></td><td><code>          8       PSECT  8</code></td></tr>
<tr><td><code><i> 19</i> </code></td><td><code>                  bank3   GLOBAL</code></td></tr>
<tr><td><code><i> 20</i> </code></td><td><code>          9       XPSECT 25</code></td></tr>
<tr><td><code><i> 21</i> </code></td><td><code>                  bank3  space  =  01  delta  =  01  class=BANK3</code></td></tr>
<tr><td><code><i> 22</i> </code></td><td><code>          10      PSECT 8</code></td></tr>
<tr><td><code><i> 23</i> </code></td><td><code>                  bank2   GLOBAL</code></td></tr>
<tr><td><code><i> 24</i> </code></td><td><code>          11      XPSECT        25</code></td></tr>
<tr><td><code><i> 25</i> </code></td><td><code>                  bank2  space  =  01  delta  =  01  class=BANK2</code></td></tr>
<tr><td><code><i> 26</i> </code></td><td><code>          12      PSECT 8</code></td></tr>
<tr><td><code><i> 27</i> </code></td><td><code>                  bank1   GLOBAL</code></td></tr>
<tr><td><code><i> 28</i> </code></td><td><code>          13      XPSECT        25</code></td></tr>
<tr><td><code><i> 29</i> </code></td><td><code>                  bank1  space  =  01  delta  =  01  class=BANK1</code></td></tr>
<tr><td><code><i> 30</i> </code></td><td><code>          14      PSECT 8</code></td></tr>
<tr><td><code><i> 31</i> </code></td><td><code>                  bank0   GLOBAL</code></td></tr>
<tr><td><code><i> 32</i> </code></td><td><code>          15      XPSECT        25</code></td></tr>
<tr><td><code><i> 33</i> </code></td><td><code>                  bank0  space  =  01  delta  =  01  class=BANK0</code></td></tr>
<tr><td><code><i> 34</i> </code></td><td><code>          16      PSECT 6</code></td></tr>
<tr><td><code><i> 35</i> </code></td><td><code>                  ram     GLOBAL</code></td></tr>
<tr><td><code><i> 36</i> </code></td><td><code>          17      XPSECT        21</code></td></tr>
<tr><td><code><i> 37</i> </code></td><td><code>                  ram  space  =  01  delta  =  01  class=RAM</code></td></tr>
<tr><td><code><i> 38</i> </code></td><td><code>          18      PSECT 9</code></td></tr>
<tr><td><code><i> 39</i> </code></td><td><code>                  bigram  GLOBAL</code></td></tr>
<tr><td><code><i> 40</i> </code></td><td><code>          19      XPSECT        27</code></td></tr>
<tr><td><code><i> 41</i> </code></td><td><code>                  bigram  space  =  01  delta  =  01  class=BIGRAM</code></td></tr>
<tr><td><code><i> 42</i> </code></td><td><code>          20      PSECT 7</code></td></tr>
<tr><td><code><i> 43</i> </code></td><td><code>                  abs1    GLOBAL</code></td></tr>
<tr><td><code><i> 44</i> </code></td><td><code>          21      XPSECT        23</code></td></tr>
<tr><td><code><i> 45</i> </code></td><td><code>                  abs1  space  =  01  delta  =  01  class=ABS1</code></td></tr>
<tr><td><code><i> 46</i> </code></td><td><code>          22      PSECT 9</code></td></tr>
<tr><td><code><i> 47</i> </code></td><td><code>                  comram  GLOBAL</code></td></tr>
<tr><td><code><i> 48</i> </code></td><td><code>          23      XPSECT        27</code></td></tr>
<tr><td><code><i> 49</i> </code></td><td><code>                  comram  space  =  01  delta  =  01  class=COMRAM</code></td></tr>
<tr><td><code><i> 50</i> </code></td><td><code>          24      PSECT 9</code></td></tr>
<tr><td><code><i> 51</i> </code></td><td><code>                  ramtop  GLOBAL</code></td></tr>
<tr><td><code><i> 52</i> </code></td><td><code>          25      XPSECT        24</code></td></tr>
<tr><td><code><i> 53</i> </code></td><td><code>                  ramtop  space  =  00  delta  =  01  class=RAM</code></td></tr>
<tr><td><code><i> 54</i> </code></td><td><code>          26      PSECT 14</code></td></tr>
<tr><td><code><i> 55</i> </code></td><td><code>                  eeprom_data     GLOBAL</code></td></tr>
<tr><td><code><i> 56</i> </code></td><td><code>          27      XPSECT        32</code></td></tr>
<tr><td><code><i> 57</i> </code></td><td><code>                  eeprom_data  space  =  00  delta  =  01  class=EEDATA</code></td></tr>
<tr><td><code><i> 58</i> </code></td><td><code>          28      PSECT 10</code></td></tr>
<tr><td><code><i> 59</i> </code></td><td><code>                  clrtext GLOBAL</code></td></tr>
<tr><td><code><i> 60</i> </code></td><td><code>          29      XPSECT        26</code></td></tr>
<tr><td><code><i> 61</i> </code></td><td><code>                  clrtext reloc=2  space  =  00  delta  =  01  class=CODE</code></td></tr>
<tr><td><code><i> 62</i> </code></td><td><code>          30      PSECT 11</code></td></tr>
<tr><td><code><i> 63</i> </code></td><td><code>                  end_init        GLOBAL</code></td></tr>
<tr><td><code><i> 64</i> </code></td><td><code>          31      XPSECT        27</code></td></tr>
<tr><td><code><i> 65</i> </code></td><td><code>                  end_init        reloc=2  space  =  00  delta  =  01  class=CODE</code></td></tr>
<tr><td><code><i> 66</i> </code></td><td><code>          32      PSECTBOUND    27</code></td></tr>
<tr><td><code><i> 67</i> </code></td><td><code>                  end_init        start=0000      end=0004  delta  =  01  space  =  0  class=CODE      GLOBAL</code></td></tr>
<tr><td><code><i> 68</i> </code></td><td><code>          33      PSECT 7</code></td></tr>
<tr><td><code><i> 69</i> </code></td><td><code>                  text    GLOBAL</code></td></tr>
<tr><td><code><i> 70</i> </code></td><td><code>          34      XPSECT        23</code></td></tr>
<tr><td><code><i> 71</i> </code></td><td><code>                  text    reloc=2  space  =  00  delta  =  01  class=CODE</code></td></tr>
<tr><td><code><i> 72</i> </code></td><td><code>          35      PSECT 7</code></td></tr>
<tr><td><code><i> 73</i> </code></td><td><code>                  init    GLOBAL</code></td></tr>
<tr><td><code><i> 74</i> </code></td><td><code>          36      XPSECT        23</code></td></tr>
<tr><td><code><i> 75</i> </code></td><td><code>                  init    reloc=2  space  =  00  delta  =  01  class=CODE</code></td></tr>
<tr><td><code><i> 76</i> </code></td><td><code>          37      PSECT 15</code></td></tr>
<tr><td><code><i> 77</i> </code></td><td><code>                  intsave_regs    GLOBAL</code></td></tr>
<tr><td><code><i> 78</i> </code></td><td><code>          38      XPSECT        33</code></td></tr>
<tr><td><code><i> 79</i> </code></td><td><code>                  intsave_regs  space  =  01  delta  =  01  class=BIGRAM</code></td></tr>
<tr><td><code><i> 80</i> </code></td><td><code>          39      PSECT 11</code></td></tr>
<tr><td><code><i> 81</i> </code></td><td><code>                  intentry        GLOBAL</code></td></tr>
<tr><td><code><i> 82</i> </code></td><td><code>          40      XPSECT        27</code></td></tr>
<tr><td><code><i> 83</i> </code></td><td><code>                  intentry        reloc=2  space  =  00  delta  =  01  class=CODE</code></td></tr>
<tr><td><code><i> 84</i> </code></td><td><code>          41      PSECT 9</code></td></tr>
<tr><td><code><i> 85</i> </code></td><td><code>                  intret  GLOBAL</code></td></tr>
<tr><td><code><i> 86</i> </code></td><td><code>          42      XPSECT        25</code></td></tr>
<tr><td><code><i> 87</i> </code></td><td><code>                  intret  reloc=2  space  =  00  delta  =  01  class=CODE</code></td></tr>
<tr><td><code><i> 88</i> </code></td><td><code>          43      PSECT 12</code></td></tr>
<tr><td><code><i> 89</i> </code></td><td><code>                  intcodelo       GLOBAL</code></td></tr>
<tr><td><code><i> 90</i> </code></td><td><code>          44      XPSECT        28</code></td></tr>
<tr><td><code><i> 91</i> </code></td><td><code>                  intcodelo       reloc=2  space  =  00  delta  =  01  class=CODE</code></td></tr>
<tr><td><code><i> 92</i> </code></td><td><code>          45      PSECT 15</code></td></tr>
<tr><td><code><i> 93</i> </code></td><td><code>                  intcode_body    GLOBAL</code></td></tr>
<tr><td><code><i> 94</i> </code></td><td><code>          46      XPSECT        31</code></td></tr>
<tr><td><code><i> 95</i> </code></td><td><code>                  intcode_body    reloc=2  space  =  00  delta  =  01  class=CODE</code></td></tr>
<tr><td><code><i> 96</i> </code></td><td><code>          47      PSECT 10</code></td></tr>
<tr><td><code><i> 97</i> </code></td><td><code>                  intcode GLOBAL</code></td></tr>
<tr><td><code><i> 98</i> </code></td><td><code>          48      XPSECT        26</code></td></tr>
<tr><td><code><i> 99</i> </code></td><td><code>                  intcode reloc=2  space  =  00  delta  =  01  class=CODE</code></td></tr>
<tr><td><code><i> 100</i> </code></td><td><code>          49      PSECT 10</code></td></tr>
<tr><td><code><i> 101</i> </code></td><td><code>                  powerup GLOBAL</code></td></tr>
<tr><td><code><i> 102</i> </code></td><td><code>          50      XPSECT        26</code></td></tr>
<tr><td><code><i> 103</i> </code></td><td><code>                  powerup reloc=2  space  =  00  delta  =  01  class=CODE</code></td></tr>
<tr><td><code><i> 104</i> </code></td><td><code>          51      PSECT 12</code></td></tr>
<tr><td><code><i> 105</i> </code></td><td><code>                  reset_vec       GLOBAL</code></td></tr>
<tr><td><code><i> 106</i> </code></td><td><code>          52      XPSECT        28</code></td></tr>
<tr><td><code><i> 107</i> </code></td><td><code>                  reset_vec       reloc=2  space  =  00  delta  =  01  class=CODE</code></td></tr>
<tr><td><code><i> 108</i> </code></td><td><code>          53      PSECTBOUND    28</code></td></tr>
<tr><td><code><i> 109</i> </code></td><td><code>                  reset_vec       start=0000     end=0004  delta  =  01  space  =  0  class=CODE     GLOBAL</code></td></tr>
<tr><td><code><i> 110</i> </code></td><td><code>          54      PSECT 11</code></td></tr>
<tr><td><code><i> 111</i> </code></td><td><code>                  ifardata        GLOBAL</code></td></tr>
<tr><td><code><i> 112</i> </code></td><td><code>          55      XPSECT        27</code></td></tr>
<tr><td><code><i> 113</i> </code></td><td><code>                  ifardata        reloc=2  space  =  00  delta  =  01  class=CODE</code></td></tr>
<tr><td><code><i> 114</i> </code></td><td><code>          56      PSECT 10</code></td></tr>
<tr><td><code><i> 115</i> </code></td><td><code>                  fardata GLOBAL</code></td></tr>
<tr><td><code><i> 116</i> </code></td><td><code>          57      XPSECT        28</code></td></tr>
<tr><td><code><i> 117</i> </code></td><td><code>                  fardata reloc=2  space  =  00  delta  =  01  class=FARRAM</code></td></tr>
<tr><td><code><i> 118</i> </code></td><td><code>          58      PSECT 11</code></td></tr>
<tr><td><code><i> 119</i> </code></td><td><code>                  nvFARRAM        GLOBAL</code></td></tr>
<tr><td><code><i> 120</i> </code></td><td><code>          59      XPSECT        29</code></td></tr>
<tr><td><code><i> 121</i> </code></td><td><code>                  nvFARRAM        reloc=2  space  =  00  delta  =  01  class=FARRAM</code></td></tr>
<tr><td><code><i> 122</i> </code></td><td><code>          60      PSECT 9</code></td></tr>
<tr><td><code><i> 123</i> </code></td><td><code>                  farbss  GLOBAL</code></td></tr>
<tr><td><code><i> 124</i> </code></td><td><code>          61      XPSECT        27</code></td></tr>
<tr><td><code><i> 125</i> </code></td><td><code>                  farbss  reloc=2  space  =  00  delta  =  01  class=FARRAM</code></td></tr>
<tr><td><code><i> 126</i> </code></td><td><code>          62      PSECT 11</code></td></tr>
<tr><td><code><i> 127</i> </code></td><td><code>                  ibigdata        GLOBAL</code></td></tr>
<tr><td><code><i> 128</i> </code></td><td><code>          63      XPSECT        27</code></td></tr>
<tr><td><code><i> 129</i> </code></td><td><code>                  ibigdata        reloc=2  space  =  00  delta  =  01  class=CODE</code></td></tr>
<tr><td><code><i> 130</i> </code></td><td><code>          64      PSECT 10</code></td></tr>
<tr><td><code><i> 131</i> </code></td><td><code>                  bigdata GLOBAL</code></td></tr>
<tr><td><code><i> 132</i> </code></td><td><code>          65      XPSECT        28</code></td></tr>
<tr><td><code><i> 133</i> </code></td><td><code>                  bigdata  space  =  01  delta  =  01  class=BIGRAM</code></td></tr>
<tr><td><code><i> 134</i> </code></td><td><code>          66      PSECT 9</code></td></tr>
<tr><td><code><i> 135</i> </code></td><td><code>                  bigbss  GLOBAL</code></td></tr>
<tr><td><code><i> 136</i> </code></td><td><code>          67      XPSECT        27</code></td></tr>
<tr><td><code><i> 137</i> </code></td><td><code>                  bigbss  space  =  01  delta  =  01  class=BIGRAM</code></td></tr>
<tr><td><code><i> 138</i> </code></td><td><code>          68      PSECT 7</code></td></tr>
<tr><td><code><i> 139</i> </code></td><td><code>                  rbit    GLOBAL      BITSEG</code></td></tr>
<tr><td><code><i> 140</i> </code></td><td><code>          69      XPSECT        25</code></td></tr>
<tr><td><code><i> 141</i> </code></td><td><code>                  rbit  space  =  01  delta  =  01  class=COMRAM</code></td></tr>
<tr><td><code><i> 142</i> </code></td><td><code>          70      PSECT 9</code></td></tr>
<tr><td><code><i> 143</i> </code></td><td><code>                  struct  GLOBAL    OVRLD</code></td></tr>
<tr><td><code><i> 144</i> </code></td><td><code>          71      XPSECT        27</code></td></tr>
<tr><td><code><i> 145</i> </code></td><td><code>                  struct  space  =  01  delta  =  01  class=COMRAM</code></td></tr>
<tr><td><code><i> 146</i> </code></td><td><code>          72      PSECT 7</code></td></tr>
<tr><td><code><i> 147</i> </code></td><td><code>                  temp    GLOBAL      OVRLD</code></td></tr>
<tr><td><code><i> 148</i> </code></td><td><code>          73      XPSECT        25</code></td></tr>
<tr><td><code><i> 149</i> </code></td><td><code>                  temp  space  =  01  delta  =  01  class=COMRAM</code></td></tr>
<tr><td><code><i> 150</i> </code></td><td><code>          74      PSECT 8</code></td></tr>
<tr><td><code><i> 151</i> </code></td><td><code>                  nvbit   GLOBAL     BITSEG</code></td></tr>
<tr><td><code><i> 152</i> </code></td><td><code>          75      XPSECT        26</code></td></tr>
<tr><td><code><i> 153</i> </code></td><td><code>                  nvbit  space  =  01  delta  =  01  class=COMRAM</code></td></tr>
<tr><td><code><i> 154</i> </code></td><td><code>          76      PSECT 9</code></td></tr>
<tr><td><code><i> 155</i> </code></td><td><code>                  nvrram  GLOBAL</code></td></tr>
<tr><td><code><i> 156</i> </code></td><td><code>          77      XPSECT        27</code></td></tr>
<tr><td><code><i> 157</i> </code></td><td><code>                  nvrram  space  =  01  delta  =  01  class=COMRAM</code></td></tr>
<tr><td><code><i> 158</i> </code></td><td><code>          78      PSECT 8</code></td></tr>
<tr><td><code><i> 159</i> </code></td><td><code>                  idata   GLOBAL</code></td></tr>
<tr><td><code><i> 160</i> </code></td><td><code>          79      XPSECT        24</code></td></tr>
<tr><td><code><i> 161</i> </code></td><td><code>                  idata   reloc=2  space  =  00  delta  =  01  class=CODE</code></td></tr>
<tr><td><code><i> 162</i> </code></td><td><code>          80      PSECT 7</code></td></tr>
<tr><td><code><i> 163</i> </code></td><td><code>                  data    GLOBAL</code></td></tr>
<tr><td><code><i> 164</i> </code></td><td><code>          81      XPSECT        22</code></td></tr>
<tr><td><code><i> 165</i> </code></td><td><code>                  data  space  =  01  delta  =  01  class=RAM</code></td></tr>
<tr><td><code><i> 166</i> </code></td><td><code>          82      PSECT 9</code></td></tr>
<tr><td><code><i> 167</i> </code></td><td><code>                  irdata  GLOBAL</code></td></tr>
<tr><td><code><i> 168</i> </code></td><td><code>          83      XPSECT        25</code></td></tr>
<tr><td><code><i> 169</i> </code></td><td><code>                  irdata  reloc=2  space  =  00  delta  =  01  class=CODE</code></td></tr>
<tr><td><code><i> 170</i> </code></td><td><code>          84      PSECT 8</code></td></tr>
<tr><td><code><i> 171</i> </code></td><td><code>                  rdata   GLOBAL</code></td></tr>
<tr><td><code><i> 172</i> </code></td><td><code>          85      XPSECT        26</code></td></tr>
<tr><td><code><i> 173</i> </code></td><td><code>                  rdata  space  =  01  delta  =  01  class=COMRAM</code></td></tr>
<tr><td><code><i> 174</i> </code></td><td><code>          86      PSECT 6</code></td></tr>
<tr><td><code><i> 175</i> </code></td><td><code>                  bss     GLOBAL</code></td></tr>
<tr><td><code><i> 176</i> </code></td><td><code>          87      XPSECT        21</code></td></tr>
<tr><td><code><i> 177</i> </code></td><td><code>                  bss  space  =  01  delta  =  01  class=RAM</code></td></tr>
<tr><td><code><i> 178</i> </code></td><td><code>          88      PSECT 7</code></td></tr>
<tr><td><code><i> 179</i> </code></td><td><code>                  rbss    GLOBAL</code></td></tr>
<tr><td><code><i> 180</i> </code></td><td><code>          89      XPSECT        25</code></td></tr>
<tr><td><code><i> 181</i> </code></td><td><code>                  rbss  space  =  01  delta  =  01  class=COMRAM</code></td></tr>
<tr><td><code><i> 182</i> </code></td><td><code>          90      PSECT 14</code></td></tr>
<tr><td><code><i> 183</i> </code></td><td><code>                  mediumconst     GLOBAL</code></td></tr>
<tr><td><code><i> 184</i> </code></td><td><code>          91      XPSECT        37</code></td></tr>
<tr><td><code><i> 185</i> </code></td><td><code>                  mediumconst     reloc=2  space  =  00  delta  =  01  class=MEDIUMCONST</code></td></tr>
<tr><td><code><i> 186</i> </code></td><td><code>          92      PSECT 13</code></td></tr>
<tr><td><code><i> 187</i> </code></td><td><code>                  smallconst      GLOBAL</code></td></tr>
<tr><td><code><i> 188</i> </code></td><td><code>          93      XPSECT        35</code></td></tr>
<tr><td><code><i> 189</i> </code></td><td><code>                  smallconst      reloc=2  space  =  00  delta  =  01  class=SMALLCONST</code></td></tr>
<tr><td><code><i> 190</i> </code></td><td><code>          94      PSECT 8</code></td></tr>
<tr><td><code><i> 191</i> </code></td><td><code>                  const   GLOBAL</code></td></tr>
<tr><td><code><i> 192</i> </code></td><td><code>          95      XPSECT        24</code></td></tr>
<tr><td><code><i> 193</i> </code></td><td><code>                  const   reloc=2  space  =  00  delta  =  01  class=CODE</code></td></tr>
<tr><td><code><i> 194</i> </code></td><td><code>          96      PSECT 8</code></td></tr>
<tr><td><code><i> 195</i> </code></td><td><code>                  idloc   GLOBAL</code></td></tr>
<tr><td><code><i> 196</i> </code></td><td><code>          97      XPSECT        25</code></td></tr>
<tr><td><code><i> 197</i> </code></td><td><code>                  idloc  space  =  00  delta  =  01  class=IDLOC</code></td></tr>
<tr><td><code><i> 198</i> </code></td><td><code>          98      PSECTBOUND    25</code></td></tr>
<tr><td><code><i> 199</i> </code></td><td><code>                  idloc   start=0000 end=0008  delta  =  01  space  =  0  class=IDLOC        GLOBAL</code></td></tr>
<tr><td><code><i> 200</i> </code></td><td><code>          99      PSECT 9</code></td></tr>
<tr><td><code><i> 201</i> </code></td><td><code>                  config  GLOBAL</code></td></tr>
<tr><td><code><i> 202</i> </code></td><td><code>          100     XPSECT       27</code></td></tr>
<tr><td><code><i> 203</i> </code></td><td><code>                  config  space  =  00  delta  =  01  class=CONFIG</code></td></tr>
<tr><td><code><i> 204</i> </code></td><td><code>          101     PSECTBOUND   27</code></td></tr>
<tr><td><code><i> 205</i> </code></td><td><code>                  config  start=0000        end=000E  delta  =  01  space  =  0  class=CONFIG      GLOBAL</code></td></tr>
<tr><td><code><i> 206</i> </code></td><td><code>          102     PSECT        3</code></td></tr>
<tr><td><code><i> 207</i> </code></td><td><code>                  (abs)   GLOBAL     OVRLD        ABS</code></td></tr>
<tr><td><code><i> 208</i> </code></td><td><code>          103     XPSECT       15</code></td></tr>
<tr><td><code><i> 209</i> </code></td><td><code>                  (abs)  space  =  00  delta  =  01</code></td></tr>
<tr><td><code><i> 210</i> </code></td><td><code>          104     SYM  285</code></td></tr>
<tr><td><code><i> 211</i> </code></td><td><code>                  __S1        0   GLOBAL     EXTERN</code></td></tr>
<tr><td><code><i> 212</i> </code></td><td><code>                  _main      0  GLOBAL    EXTERN</code></td></tr>
<tr><td><code><i> 213</i> </code></td><td><code>                  start   init       0      GLOBAL        </code></td></tr>
<tr><td><code><i> 214</i> </code></td><td><code>                  __HRAM    0 GLOBAL   EXTERN</code></td></tr>
<tr><td><code><i> 215</i> </code></td><td><code>                  __LRAM    0 GLOBAL   EXTERN</code></td></tr>
<tr><td><code><i> 216</i> </code></td><td><code>                  __mediumconst   mediumconst        0       GLOBAL </code></td></tr>
<tr><td><code><i> 217</i> </code></td><td><code>                  __accesstop     (abs)        60      GLOBAL        </code></td></tr>
<tr><td><code><i> 218</i> </code></td><td><code>                  __ramtop        ramtop  0 GLOBAL   </code></td></tr>
<tr><td><code><i> 219</i> </code></td><td><code>                  start_initialization        0   GLOBAL     EXTERN</code></td></tr>
<tr><td><code><i> 220</i> </code></td><td><code>                  __smallconst    smallconst  0 GLOBAL   </code></td></tr>
<tr><td><code><i> 221</i> </code></td><td><code>                  intlevel0       text   0  GLOBAL    </code></td></tr>
<tr><td><code><i> 222</i> </code></td><td><code>                  intlevel1       text   0  GLOBAL    </code></td></tr>
<tr><td><code><i> 223</i> </code></td><td><code>                  intlevel2       text   0  GLOBAL    </code></td></tr>
<tr><td><code><i> 224</i> </code></td><td><code>                  intlevel3       text   0  GLOBAL    </code></td></tr>
<tr><td><code><i> 225</i> </code></td><td><code>          105     TEXT 12</code></td></tr>
<tr><td><code><i> 226</i> </code></td><td><code>                  config  0x0       0x1</code></td></tr>
<tr><td><code><i> 227</i> </code></td><td><code>                0:  FF                                              .</code></td></tr>
<tr><td><code><i> 228</i> </code></td><td><code>          106     TEXT 12</code></td></tr>
<tr><td><code><i> 229</i> </code></td><td><code>                  config  0x1       0x1</code></td></tr>
<tr><td><code><i> 230</i> </code></td><td><code>                0:  06                                              .</code></td></tr>
<tr><td><code><i> 231</i> </code></td><td><code>          107     TEXT 12</code></td></tr>
<tr><td><code><i> 232</i> </code></td><td><code>                  config  0x2       0x1</code></td></tr>
<tr><td><code><i> 233</i> </code></td><td><code>                0:  1C                                              .</code></td></tr>
<tr><td><code><i> 234</i> </code></td><td><code>          108     TEXT 12</code></td></tr>
<tr><td><code><i> 235</i> </code></td><td><code>                  config  0x3       0x1</code></td></tr>
<tr><td><code><i> 236</i> </code></td><td><code>                0:  1E                                              .</code></td></tr>
<tr><td><code><i> 237</i> </code></td><td><code>          109     TEXT 12</code></td></tr>
<tr><td><code><i> 238</i> </code></td><td><code>                  config  0x4       0x1</code></td></tr>
<tr><td><code><i> 239</i> </code></td><td><code>                0:  FF                                              .</code></td></tr>
<tr><td><code><i> 240</i> </code></td><td><code>          110     TEXT 12</code></td></tr>
<tr><td><code><i> 241</i> </code></td><td><code>                  config  0x5       0x1</code></td></tr>
<tr><td><code><i> 242</i> </code></td><td><code>                0:  82                                              .</code></td></tr>
<tr><td><code><i> 243</i> </code></td><td><code>          111     TEXT 12</code></td></tr>
<tr><td><code><i> 244</i> </code></td><td><code>                  config  0x6       0x1</code></td></tr>
<tr><td><code><i> 245</i> </code></td><td><code>                0:  81                                              .</code></td></tr>
<tr><td><code><i> 246</i> </code></td><td><code>          112     TEXT 12</code></td></tr>
<tr><td><code><i> 247</i> </code></td><td><code>                  config  0x7       0x1</code></td></tr>
<tr><td><code><i> 248</i> </code></td><td><code>                0:  FF                                              .</code></td></tr>
<tr><td><code><i> 249</i> </code></td><td><code>          113     TEXT 12</code></td></tr>
<tr><td><code><i> 250</i> </code></td><td><code>                  config  0x8       0x1</code></td></tr>
<tr><td><code><i> 251</i> </code></td><td><code>                0:  0F                                              .</code></td></tr>
<tr><td><code><i> 252</i> </code></td><td><code>          114     TEXT 12</code></td></tr>
<tr><td><code><i> 253</i> </code></td><td><code>                  config  0x9       0x1</code></td></tr>
<tr><td><code><i> 254</i> </code></td><td><code>                0:  C0                                              .</code></td></tr>
<tr><td><code><i> 255</i> </code></td><td><code>          115     TEXT 12</code></td></tr>
<tr><td><code><i> 256</i> </code></td><td><code>                  config  0xA       0x1</code></td></tr>
<tr><td><code><i> 257</i> </code></td><td><code>                0:  0F                                              .</code></td></tr>
<tr><td><code><i> 258</i> </code></td><td><code>          116     TEXT 12</code></td></tr>
<tr><td><code><i> 259</i> </code></td><td><code>                  config  0xB       0x1</code></td></tr>
<tr><td><code><i> 260</i> </code></td><td><code>                0:  E0                                              .</code></td></tr>
<tr><td><code><i> 261</i> </code></td><td><code>          117     TEXT 12</code></td></tr>
<tr><td><code><i> 262</i> </code></td><td><code>                  config  0xC       0x1</code></td></tr>
<tr><td><code><i> 263</i> </code></td><td><code>                0:  0F                                              .</code></td></tr>
<tr><td><code><i> 264</i> </code></td><td><code>          118     TEXT 12</code></td></tr>
<tr><td><code><i> 265</i> </code></td><td><code>                  config  0xD       0x1</code></td></tr>
<tr><td><code><i> 266</i> </code></td><td><code>                0:  40                                              @</code></td></tr>
<tr><td><code><i> 267</i> </code></td><td><code>          119     TEXT 11</code></td></tr>
<tr><td><code><i> 268</i> </code></td><td><code>                  idloc   0x0        0x1</code></td></tr>
<tr><td><code><i> 269</i> </code></td><td><code>                0:  FF                                              .</code></td></tr>
<tr><td><code><i> 270</i> </code></td><td><code>          120     TEXT 11</code></td></tr>
<tr><td><code><i> 271</i> </code></td><td><code>                  idloc   0x1        0x1</code></td></tr>
<tr><td><code><i> 272</i> </code></td><td><code>                0:  FF                                              .</code></td></tr>
<tr><td><code><i> 273</i> </code></td><td><code>          121     TEXT 11</code></td></tr>
<tr><td><code><i> 274</i> </code></td><td><code>                  idloc   0x2        0x1</code></td></tr>
<tr><td><code><i> 275</i> </code></td><td><code>                0:  FF                                              .</code></td></tr>
<tr><td><code><i> 276</i> </code></td><td><code>          122     TEXT 11</code></td></tr>
<tr><td><code><i> 277</i> </code></td><td><code>                  idloc   0x3        0x1</code></td></tr>
<tr><td><code><i> 278</i> </code></td><td><code>                0:  FF                                              .</code></td></tr>
<tr><td><code><i> 279</i> </code></td><td><code>          123     TEXT 11</code></td></tr>
<tr><td><code><i> 280</i> </code></td><td><code>                  idloc   0x4        0x1</code></td></tr>
<tr><td><code><i> 281</i> </code></td><td><code>                0:  FF                                              .</code></td></tr>
<tr><td><code><i> 282</i> </code></td><td><code>          124     TEXT 11</code></td></tr>
<tr><td><code><i> 283</i> </code></td><td><code>                  idloc   0x5        0x1</code></td></tr>
<tr><td><code><i> 284</i> </code></td><td><code>                0:  FF                                              .</code></td></tr>
<tr><td><code><i> 285</i> </code></td><td><code>          125     TEXT 11</code></td></tr>
<tr><td><code><i> 286</i> </code></td><td><code>                  idloc   0x6        0x1</code></td></tr>
<tr><td><code><i> 287</i> </code></td><td><code>                0:  FF                                              .</code></td></tr>
<tr><td><code><i> 288</i> </code></td><td><code>          126     TEXT 11</code></td></tr>
<tr><td><code><i> 289</i> </code></td><td><code>                  idloc   0x7        0x1</code></td></tr>
<tr><td><code><i> 290</i> </code></td><td><code>                0:  FF                                              .</code></td></tr>
<tr><td><code><i> 291</i> </code></td><td><code>          127     TEXT 18</code></td></tr>
<tr><td><code><i> 292</i> </code></td><td><code>                  reset_vec       0x0    0x4</code></td></tr>
<tr><td><code><i> 293</i> </code></td><td><code>                0:  00  EF  00  F0                                     ....</code></td></tr>
<tr><td><code><i> 294</i> </code></td><td><code>          128     RELOC        38</code></td></tr>
<tr><td><code><i> 295</i> </code></td><td><code>                  0x0     COMPLEX            1</code></td></tr>
<tr><td><code><i> 296</i> </code></td><td><code>                  (init &rsaquo &rsaquo   0x1)  &  0xFF</code></td></tr>
<tr><td><code><i> 297</i> </code></td><td><code>                  0x2     RELBITS  COMPLEX            12</code></td></tr>
<tr><td><code><i> 298</i> </code></td><td><code>                  init &rsaquo &rsaquo   0x9</code></td></tr>
<tr><td><code><i> 299</i> </code></td><td><code>          129     TEXT 17</code></td></tr>
<tr><td><code><i> 300</i> </code></td><td><code>                  end_init        0x0     0x4</code></td></tr>
<tr><td><code><i> 301</i> </code></td><td><code>                0:  00  EF  00  F0                                     ....</code></td></tr>
<tr><td><code><i> 302</i> </code></td><td><code>          130     RELOC        70</code></td></tr>
<tr><td><code><i> 303</i> </code></td><td><code>                  0x0     COMPLEX            1</code></td></tr>
<tr><td><code><i> 304</i> </code></td><td><code>                  (start_initialization &rsaquo &rsaquo   0x1)  &  0xFF</code></td></tr>
<tr><td><code><i> 305</i> </code></td><td><code>                  0x2     RELBITS  COMPLEX            12</code></td></tr>
<tr><td><code><i> 306</i> </code></td><td><code>                  start_initialization &rsaquo &rsaquo   0x9</code></td></tr>
<tr><td><code><i> 307</i> </code></td><td><code>          131     TEXT 9</code></td></tr>
<tr><td><code><i> 308</i> </code></td><td><code>                  rbss    0x0 0x0</code></td></tr>
<tr><td><code><i> 309</i> </code></td><td><code>          132     TEXT 8</code></td></tr>
<tr><td><code><i> 310</i> </code></td><td><code>                  bss     0x0  0x0</code></td></tr>
<tr><td><code><i> 311</i> </code></td><td><code>          133     TEXT 10</code></td></tr>
<tr><td><code><i> 312</i> </code></td><td><code>                  rdata   0x0        0x0</code></td></tr>
<tr><td><code><i> 313</i> </code></td><td><code>          134     TEXT 9</code></td></tr>
<tr><td><code><i> 314</i> </code></td><td><code>                  data    0x0 0x0</code></td></tr>
<tr><td><code><i> 315</i> </code></td><td><code>          135     TEXT 11</code></td></tr>
<tr><td><code><i> 316</i> </code></td><td><code>                  nvrram  0x0       0x0</code></td></tr>
<tr><td><code><i> 317</i> </code></td><td><code>          136     TEXT 10</code></td></tr>
<tr><td><code><i> 318</i> </code></td><td><code>                  nvbit   0x0        0x0</code></td></tr>
<tr><td><code><i> 319</i> </code></td><td><code>          137     TEXT 9</code></td></tr>
<tr><td><code><i> 320</i> </code></td><td><code>                  temp    0x0 0x0</code></td></tr>
<tr><td><code><i> 321</i> </code></td><td><code>          138     TEXT 11</code></td></tr>
<tr><td><code><i> 322</i> </code></td><td><code>                  struct  0x0       0x0</code></td></tr>
<tr><td><code><i> 323</i> </code></td><td><code>          139     TEXT 9</code></td></tr>
<tr><td><code><i> 324</i> </code></td><td><code>                  rbit    0x0 0x0</code></td></tr>
<tr><td><code><i> 325</i> </code></td><td><code>          140     TEXT 11</code></td></tr>
<tr><td><code><i> 326</i> </code></td><td><code>                  bigbss  0x0       0x0</code></td></tr>
<tr><td><code><i> 327</i> </code></td><td><code>          141     TEXT 12</code></td></tr>
<tr><td><code><i> 328</i> </code></td><td><code>                  bigdata 0x0      0x0</code></td></tr>
<tr><td><code><i> 329</i> </code></td><td><code>          142     TEXT 17</code></td></tr>
<tr><td><code><i> 330</i> </code></td><td><code>                  intsave_regs    0x0 0x0</code></td></tr>
<tr><td><code><i> 331</i> </code></td><td><code>          143     TEXT 11</code></td></tr>
<tr><td><code><i> 332</i> </code></td><td><code>                  comram  0x0       0x0</code></td></tr>
<tr><td><code><i> 333</i> </code></td><td><code>          144     TEXT 9</code></td></tr>
<tr><td><code><i> 334</i> </code></td><td><code>                  abs1    0x0 0x0</code></td></tr>
<tr><td><code><i> 335</i> </code></td><td><code>          145     TEXT 11</code></td></tr>
<tr><td><code><i> 336</i> </code></td><td><code>                  bigram  0x0       0x0</code></td></tr>
<tr><td><code><i> 337</i> </code></td><td><code>          146     TEXT 8</code></td></tr>
<tr><td><code><i> 338</i> </code></td><td><code>                  ram     0x0  0x0</code></td></tr>
<tr><td><code><i> 339</i> </code></td><td><code>          147     TEXT 10</code></td></tr>
<tr><td><code><i> 340</i> </code></td><td><code>                  bank0   0x0        0x0</code></td></tr>
<tr><td><code><i> 341</i> </code></td><td><code>          148     TEXT 10</code></td></tr>
<tr><td><code><i> 342</i> </code></td><td><code>                  bank1   0x0        0x0</code></td></tr>
<tr><td><code><i> 343</i> </code></td><td><code>          149     TEXT 10</code></td></tr>
<tr><td><code><i> 344</i> </code></td><td><code>                  bank2   0x0        0x0</code></td></tr>
<tr><td><code><i> 345</i> </code></td><td><code>          150     TEXT 10</code></td></tr>
<tr><td><code><i> 346</i> </code></td><td><code>                  bank3   0x0        0x0</code></td></tr>
<tr><td><code><i> 347</i> </code></td><td><code>          151     TEXT 10</code></td></tr>
<tr><td><code><i> 348</i> </code></td><td><code>                  bank4   0x0        0x0</code></td></tr>
<tr><td><code><i> 349</i> </code></td><td><code>          152     TEXT 10</code></td></tr>
<tr><td><code><i> 350</i> </code></td><td><code>                  bank5   0x0        0x0</code></td></tr>
<tr><td><code><i> 351</i> </code></td><td><code>          153     TEXT 8</code></td></tr>
<tr><td><code><i> 352</i> </code></td><td><code>                  sfr     0x0  0x0</code></td></tr>
<tr><td><code><i> 353</i> </code></td><td><code>          154     START        9</code></td></tr>
<tr><td><code><i> 354</i> </code></td><td><code>                  init    0</code></td></tr>
<tr><td><code><i> 355</i> </code></td><td><code>          155     FNINFO       7</code></td></tr>
<tr><td><code><i> 356</i> </code></td><td><code>                  FNROOT  _main</code></td></tr>
<tr><td><code><i> 357</i> </code></td><td><code>          156     END  2</code></td></tr>
<tr><td><code><i> 358</i> </code></td><td><code>  </code></code></BODY>
</HTML>
|
demos/examples/form/14.html | vitmalina/w2ui | <div class="content">
<div id="example_title">
<h1>Maps and Arrays</h1>
A field can be an array of values (or a map of key values pairs).
</div>
<div id="example_view"></div>
<div id="example_code"></div>
</div>
<!--CODE-->
<div id="form" style="width: 750px; height: 600px">
</div>
<!--CODE-->
<script>
$(function () {
$('#form').w2form({
name: 'form',
url: 'server/post',
record: {
map: {
key1: 'value 1',
key2: 'value 2'
},
array: [
{ key: 'key', value: 'value 1' },
{ key: 'key', value: 'value 2' }
]
},
fields : [
{ field: 'map', type: 'map',
html: {
group: 'Map - no duplicate keys',
label: 'Map',
span: 4,
key: {
attr: 'placeholder="key" style="width: 80px"',
text: ' = '
},
value: {
attr: 'placeholder="value" style="width: 100px"',
text: ' - ok'
}
}
},
{ field: 'array', type: 'array',
html: {
group: 'Array - can have duplicate keys',
label: 'Array',
span: 4,
key: {
attr: 'placeholder="key" style="width: 80px"',
text: ' = '
},
value: {
attr: 'placeholder="value" style="width: 100px"',
text: ' - ok'
}
}
},
{ field: 'array-single', type: 'array',
html: {
group: 'Array - just keys',
label: 'Array',
span: 4,
key: {
attr: 'placeholder="Type text..." style="width: 200px"'
},
value: {
attr: 'style="display: none"'
}
}
}
],
actions: {
Reset: function () {
this.clear();
},
Save: function () {
if (w2ui.form.validate().length == 0) {
let rec = this.getCleanRecord()
rec['array-single'] = rec['array-single'].map(item => item.key)
w2popup.open({
title: 'Form Data',
with: 600,
height: 550,
body: `<pre>${JSON.stringify(rec, null, 4)}</pre>`,
buttons: '<button class="w2ui-btn" onclick="w2popup.close()">Ok</button>'
})
}
},
custom: {
text: '<span style="font-size: 16px">←</span> click to see data',
class: 'custom-class',
style: 'background-image: none; background-color: transparent; border: 0px; margin: 0 0 0 -10px;',
onClick() {
w2alert('Not me!! The other button')
}
}
}
});
});
</script>
|
tests.html | blokhin/spglibjs | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<title></title>
<style>
body{margin:0;padding:0;}
html, body{height:100%;}
#console{position:absolute;left:0;top:0;right:0;bottom:0;height:auto;margin:50px;font-family:"Courier New";color:#000;line-height:1.25em;white-space:pre-wrap;word-wrap:break-word;}
</style>
</head>
<body>
<div id="console"></div>
<script type='text/javascript'>
var Module = {
TOTAL_MEMORY: 32777216,
preRun: [],
postRun: [],
print: function(text){
var text = Array.prototype.slice.call(arguments).join(' ');
var console = document.getElementById('console');
console.innerHTML = console.innerHTML + "\n" + text;
window.scrollTo(0, document.body.scrollHeight);
},
printErr: function(text){ this.print(text) },
setStatus: function(text){ this.print(text) },
totalDependencies: 0,
monitorRunDependencies: function(text){ this.print(text) },
logReadFiles: function(text){ this.print(text) },
};
Module.setStatus('Downloading...');
window.onerror = function(event) {
// TODO: do not warn on ok events like simulating an infinite loop or exitStatus
Module.setStatus('Exception thrown, see JavaScript console');
Module.setStatus = function(text) {
if (text) Module.printErr('[post-exception status] ' + text);
};
};
</script>
<script async type="text/javascript" src="tests.js"></script>
</body>
</html>
|
mathdisplaylib/doc/com.agog.mathdisplay.parse/-m-t-under-line/finalized.html | gregcockroft/AndroidMath | <HTML>
<HEAD>
<meta charset="UTF-8">
<title>MTUnderLine.finalized - </title>
<link rel="stylesheet" href="../../style.css">
</HEAD>
<BODY>
<a href="../index.html">com.agog.mathdisplay.parse</a> / <a
href="index.html">MTUnderLine</a> / <a href=".">finalized</a><br/>
<br/>
<h1>finalized</h1>
<a name="com.agog.mathdisplay.parse.MTUnderLine$finalized()"></a>
<code><span class="keyword">fun </span><span class="identifier">finalized</span><span
class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a
href="index.html"><span class="identifier">MTUnderLine</span></a></code>
<p>Overrides <a href="../-m-t-math-atom/finalized.html">MTMathAtom.finalized</a></p>
</BODY>
</HTML>
|
clean/Linux-x86_64-4.11.2-2.0.7/released/8.13.0/color/1.0.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>color: 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.13.0 / color - 1.0.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
color
<small>
1.0.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-01 08:37:47 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-01 08:37:47 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
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq 8.13.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.11.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2 Official release 4.11.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "http://color.inria.fr/"
license: "CeCILL"
build: [
[make "-j%{jobs}%"]
]
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.4pl2" & < "8.5~"}
]
authors: [
"Frédéric Blanqui"
"Adam Koprowski"
"Sébastien Hinderer"
"Pierre-Yves Strub"
"Sidi Ould Biha"
"Solange Coupet-Grimal"
"William Delobel"
"Hans Zantema"
"Stéphane Leroux"
"Léo Ducas"
"Johannes Waldmann"
"Qiand Wang"
"Lianyi Zhang"
"Sorin Stratulat"
]
synopsis: "A library on rewriting theory and termination"
url {
src: "http://files.inria.fr/blanqui/color/color.1.0.0.tar.gz"
checksum: "md5=5277b9cfe0cb609f32dd5deb7795fb45"
}
</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-color.1.0.0 coq.8.13.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.13.0).
The following dependencies couldn't be met:
- coq-color -> coq < 8.5~ -> ocaml < 4.03.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-color.1.0.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>
|
app/views/cics/cics-company-for-testing.html | companieshouse/ch-accounts-prototype | {% extends "layout.html" %}
{% block pageTitle %}
What company do you want to test with?
{% endblock %}
{% block main %}
<div class="govuk-width-container">
{% include "includes/phase_banner_beta.html" %}
{{ govukBackLink({
text: "Back",
href: "javascript:history.back()"
}) }}
<main class="govuk-main-wrapper" id="main-content" role="main">
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-xl">
What company do you want to test with?
</h1>
{{ govukInsetText({
text: "User researchers should enter these details BEFORE the test starts (this screen should not be seen by the user)"
}) }}
<form action="/gov-uk/gov-uk-start-page-cics" method="post">
{{ govukInput({
label: {
text: "What is the company name?",
classes: "govuk-label--m govuk-!-margin-bottom-0"
},
hint: {
text: "For example, 'A TEST COMPANY LTD'"
},
classes: "govuk-input all-caps",
id: "company-name-for-testing",
name: "company-name-for-testing"
}) }}
{{ govukInput({
label: {
text: "What is the registered office address?",
classes: "govuk-label--m govuk-!-margin-bottom-0"
},
hint: {
text: "For example, '1 Any Street, Cardiff, Wales, CF12 3AB'"
},
classes: "govuk-input",
id: "company-address-for-testing",
name: "company-address-for-testing"
}) }}
{{ govukInput({
label: {
text: "What is the date the next accounts made up to?",
classes: "govuk-label--m govuk-!-margin-bottom-0"
},
hint: {
text: "For example, '31 March 2018'"
},
classes: "govuk-input govuk-!-width-one-third",
id: "company-made-up-date-for-testing",
name: "company-made-up-date-for-testing"
}) }}
{{ govukInput({
label: {
text: "What is the date the next accounts are due by?",
classes: "govuk-label--m govuk-!-margin-bottom-0"
},
hint: {
text: "For example, '31 December 2018'"
},
classes: "govuk-input govuk-!-width-one-third",
id: "company-due-by-date-for-testing",
name: "company-due-by-date-for-testing"
}) }}
{{ govukInput({
label: {
text: "What is the date the last accounts were made up?",
classes: "govuk-label--m govuk-!-margin-bottom-0"
},
hint: {
text: "For example, '31 March 2017'"
},
classes: "govuk-input govuk-!-width-one-third",
id: "company-last-accounts-date-for-testing",
name: "company-last-accounts-date-for-testing"
}) }}
{{ govukButton({
text: "Save and continue"
}) }}
</form>
</div>
<!--govuk-grid-row-->
</div>
<!--govuk-grid-column-two-thirds-->
</main>
</div>
<!---govuk-width-container-->
{% endblock %} |
public/tags/replication/index.html | asya999/askAsya | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Asya Kamky">
<title>Replication - http://asya999.github.io/</title>
<link rel="canonical" href="http://asya999.github.io/tags/replication/">
<link href="http://asya999.github.io/css/bootstrap.min.css" rel="stylesheet">
<link href="http://asya999.github.io/css/font-awesome.css" rel="stylesheet">
<link href="http://asya999.github.io/css/variables.scss" rel="stylesheet">
<link href="http://asya999.github.io/css/lavish-bootstrap.css" rel="stylesheet">
<link href="http://asya999.github.io/css/custom.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://asya999.github.io/">Ask Asya</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="http://asya999.github.io/post/">Posts</a></li>
<li><a href="http://asya999.github.io/about/">About Me</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-9">
<div class="well well-sm">
<strong>Items with tag <code>replication</code></strong>
<ul class="list-unstyled">
<li>
<h5><a href="http://asya999.github.io/post/canreplicashelpscaling/">Can I use more replica nodes to scale?</a><br>
<small>posted on February 20, 2014</small></h5>
</li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="panel panel-default">
<div class="panel-heading" style="padding: 2px 15px;">
<h4>Connect. Explore.</h4>
</div>
<div class="panel-body">
<a href="https://github.com/asya999/" class="btn btn-success btn-xs"><i class="fa fa-github-square fa-2x"></i></a>
<a href="https://www.twitter.com/asya999" class="btn btn-success btn-xs"><i class="fa fa-twitter-square fa-2x"></i></a>
<a href="https://www.linkedin.com/asya999" class="btn btn-success btn-xs"><i class="fa fa-linkedin-square fa-2x"></i></a>
<a href="https://www.facebook.com/mongodb" class="btn btn-success btn-xs"><i class="fa fa-facebook-square fa-2x"></i></a>
<br><br>
<a href="http://www.kamsky.org/stupid-tricks-with-mongodb" class="label label-default"><small>More ramblings about MongoDB</small></a>
<br>
<a href="http://stackoverflow.com/search?tab=votes&q=user%3a431012%20%5bmongodb%5d" class="label label-default"><small>My Answers on StackOverflow</small></a>
</div>
</div>
</div>
</div>
<footer>
<div class="row">
<hr>
<div class="col-sm-12">
<p>© Asya Kamsky 2019 ·
Built with <a href="https://github.com/spf13/hugo">Hugo</a></p>
</div>
</div>
</footer>
</div>
<script src="http://asya999.github.io/js/jquery-1.11.3.min.js"></script>
<script src="http://asya999.github.io/js/bootstrap.js"></script>
</body>
</html>
|
docstage/0.1/_modules/index.html | alimanfoo/petlx |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Overview: module code — petlx v0.1 documentation</title>
<link rel="stylesheet" href="../_static/default.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="top" title="petlx v0.1 documentation" href="../index.html" />
</head>
<body>
<div class="related">
<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><a href="../index.html">petlx v0.1 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<h1>All modules for which code is available</h1>
<ul><li><a href="petlx.html">petlx</a></li>
</ul>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<input type="text" name="q" size="18" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<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><a href="../index.html">petlx v0.1 documentation</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2012, Alistair Miles.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
</div>
</body>
</html> |
clean/Linux-x86_64-4.10.2-2.0.6/released/8.13.1/cours-de-coq/8.7.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>cours-de-coq: 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.13.1 / cours-de-coq - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
cours-de-coq
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-13 08:04:05 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-13 08:04:05 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
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq 8.13.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.10.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2 Official release 4.10.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/cours-de-coq"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/CoursDeCoq"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [
"category: Miscellaneous/Coq Use Examples"
]
authors: [ "Frédéric Prost" "Gilles Kahn" ]
bug-reports: "https://github.com/coq-contribs/cours-de-coq/issues"
dev-repo: "git+https://github.com/coq-contribs/cours-de-coq.git"
synopsis: "Various examples of Coq proofs"
description: "Various simple examples of Coq proofs"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/cours-de-coq/archive/v8.7.0.tar.gz"
checksum: "md5=69da8a3339743c62a0e326dbf2e15c1a"
}
</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-cours-de-coq.8.7.0 coq.8.13.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.13.1).
The following dependencies couldn't be met:
- coq-cours-de-coq -> coq < 8.8~ -> ocaml < 4.10
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-cours-de-coq.8.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
src/Viteloge/CoreBundle/Resources/descriptions/47118.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
Hautesvignes est
un village
localisé dans le département de Lot-et-Garonne en Aquitaine. Elle totalisait 163 habitants en 2008.</p>
<p>Le nombre d'habitations, à Hautesvignes, se décomposait en 2011 en zero appartements et 72 maisons soit
un marché plutôt équilibré.</p>
<p>La ville propose quelques aménagements, elle propose entre autres deux boucles de randonnée.</p>
<p>Si vous pensez demenager à Hautesvignes, vous pourrez aisément trouver une maison à vendre. </p>
<p>À coté de Hautesvignes sont localisées les villes de
<a href="{{VLROOT}}/immobilier/brugnac_47042/">Brugnac</a> à 7 km, 184 habitants,
<a href="{{VLROOT}}/immobilier/birac-sur-trec_47028/">Birac-sur-Trec</a> située à 6 km, 761 habitants,
<a href="{{VLROOT}}/immobilier/agme_47002/">Agmé</a> localisée à 3 km, 101 habitants,
<a href="{{VLROOT}}/immobilier/labretonie_47122/">Labretonie</a> localisée à 3 km, 171 habitants,
<a href="{{VLROOT}}/immobilier/grateloup-saint-gayrand_47112/">Grateloup-Saint-Gayrand</a> située à 5 km, 419 habitants,
<a href="{{VLROOT}}/immobilier/puymiclan_47216/">Puymiclan</a> localisée à 6 km, 535 habitants,
entre autres. De plus, Hautesvignes est située à seulement 25 km de <a href="{{VLROOT}}/immobilier/saint-paul_97415/">Saint-Paul</a>.</p>
</div>
|
article/templates/article.html | puuparta/django_bootcamp | {% extends 'base.html' %}
{% block sidebar %}
<!-- overridataan sidebar-->
<li class="nav-header">List header</li>
<li class="active"><a href="/articles/all"><i class="glyphicon glyphicon-home"></i> Articles</a></li>
<li><a href="#"><i class="glyphicon glyphicon-book"></i> Library</a></li>
<li><a href="#"><i class="glyphicon glyphicon-pencil"></i> Applications</a></li>
<li class="nav-header">Another list header</li>
<li><a href="#"><i class="glyphicon glyphicon-user"></i> Profile</a></li>
<li class="divider"></li>
<li><a href="#"><i class="glyphicon glyphicon-flag"></i> Help</a></li>
{% endblock %}
{% block sisalto %}
<h1>{{article.title}}</h1>
<p>{{article.body}}</p>
{% endblock %}
{% block title %}{{article.title}}{% endblock %}
|
_includes/research.html | EmmaNguyen/emmanguyen.github.io | <section id="research">
<div class="container">
<h3><strong>Projects</strong></h3>
<div class="panel panel-default">
<div class="panel-body">
<!-- <h5>
<i class="fa fa-github"></i> <strong><a href="https://github.com/EmmaNguyen/doko.git">Created Doko - Web Application for travelers </a></strong>
- clustering, recommendation system. Codes are written by Python. In Oct 2016.
</h5>
<h5>
<i class="fa fa-github"></i> <strong><a href="https://github.com/EmmaNguyen/KaggleTitanic.git">Completed Kaggle Tutorial: Machine Learning from Disaster </a></strong>
- written by R. Top 5-10% until 1st Jan 2015.
</h5>
<h5>
<i class="fa fa-github"></i> <strong><a href="https://github.com/EmmaNguyen/KaggleFaceRecogintion">Completed Kaggle Tutorial: Facial Keypoints Detections</a></strong>
- written by R on CPU. Among top 20% until 1st January 2015.
</h5> -->
<p>
<strong>Research:</strong> Deep Generative Models, and Reinforcement Learning for 3D vision.
</p>
<p>
<strong>Project:</strong> <a href="https://github.com/EmmaNguyen/Imagination">Imagination</a>; <strong>Spin-off:</strong> SmartBrush, a tool for VR/AR designers and engineers (Suspended)
</p>
<p>
<strong>Application:</strong> Social Good with healthcare, insurance, private AI and education.
</p>
<p>
<strong>Project:</strong> <a href="www.trackcovid19.tech">www.trackcovid19.tech</a>, a knowledge sharing site for collective common sense learning about COVID-19 (Active)
</p>
<p>
<strong>Company:</strong> BlueSkinX, Inc. SF-based tele-health startup.
</p>
<p>
<strong>Website: </strong><a href="www.blueskinx.com">www.blueskinx.com</a> (Active)
</p>
</div>
</div>
</div>
</section>
|
docs/com/outdatedversion/mineplex/MineplexAPI.html | OutdatedVersion/mineplex-api-java | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_131) on Sat May 06 16:48:49 CDT 2017 -->
<title>MineplexAPI</title>
<meta name="date" content="2017-05-06">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="MineplexAPI";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/outdatedversion/mineplex/Fountain.html" title="class in com.outdatedversion.mineplex"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../com/outdatedversion/mineplex/MineplexAPIBuilder.html" title="class in com.outdatedversion.mineplex"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/outdatedversion/mineplex/MineplexAPI.html" target="_top">Frames</a></li>
<li><a href="MineplexAPI.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">com.outdatedversion.mineplex</div>
<h2 title="Class MineplexAPI" class="title">Class MineplexAPI</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.outdatedversion.mineplex.MineplexAPI</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">MineplexAPI</span>
extends java.lang.Object</pre>
<div class="block">Exposes methods for accessing data
served by the Mineplex API.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>Oct/27/2016 (12:08 AM)</dd>
</dl>
</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static <a href="../../../com/outdatedversion/mineplex/MineplexAPIBuilder.html" title="class in com.outdatedversion.mineplex">MineplexAPIBuilder</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/outdatedversion/mineplex/MineplexAPI.html#builder--">builder</a></span>()</code> </td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/outdatedversion/mineplex/MineplexAPI.html#fetchFountainInfo-java.util.function.BiConsumer-">fetchFountainInfo</a></span>(java.util.function.BiConsumer<<a href="../../../com/outdatedversion/mineplex/Fountain.html" title="class in com.outdatedversion.mineplex">Fountain</a>,<a href="../../../com/outdatedversion/mineplex/issues/Issue.html" title="class in com.outdatedversion.mineplex.issues">Issue</a>> callback)</code>
<div class="block">Grab info on the current status of the gem fountain.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/outdatedversion/mineplex/MineplexAPI.html#fetchNetworkStatus-java.util.function.BiConsumer-">fetchNetworkStatus</a></span>(java.util.function.BiConsumer<<a href="../../../com/outdatedversion/mineplex/NetworkStatus.html" title="class in com.outdatedversion.mineplex">NetworkStatus</a>,<a href="../../../com/outdatedversion/mineplex/issues/Issue.html" title="class in com.outdatedversion.mineplex.issues">Issue</a>> callback)</code>
<div class="block">Fetches the status of both the EU, and US regions.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/outdatedversion/mineplex/MineplexAPI.html#fetchPresence-java.lang.String-java.util.function.BiConsumer-">fetchPresence</a></span>(java.lang.String username,
java.util.function.BiConsumer<<a href="../../../com/outdatedversion/mineplex/PlayerPresence.html" title="class in com.outdatedversion.mineplex">PlayerPresence</a>,<a href="../../../com/outdatedversion/mineplex/issues/Issue.html" title="class in com.outdatedversion.mineplex.issues">Issue</a>> callback)</code>
<div class="block">Fetches whether a player is
on or off the network at this
moment by their username</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/outdatedversion/mineplex/MineplexAPI.html#fetchPresence-java.util.UUID-java.util.function.BiConsumer-">fetchPresence</a></span>(java.util.UUID uuid,
java.util.function.BiConsumer<<a href="../../../com/outdatedversion/mineplex/PlayerPresence.html" title="class in com.outdatedversion.mineplex">PlayerPresence</a>,<a href="../../../com/outdatedversion/mineplex/issues/Issue.html" title="class in com.outdatedversion.mineplex.issues">Issue</a>> callback)</code>
<div class="block">Fetches whether a player is
on or off the network at this
moment by their UUID.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/outdatedversion/mineplex/MineplexAPI.html#fetchProfile-java.lang.String-java.util.function.BiConsumer-">fetchProfile</a></span>(java.lang.String username,
java.util.function.BiConsumer<<a href="../../../com/outdatedversion/mineplex/Player.html" title="class in com.outdatedversion.mineplex">Player</a>,<a href="../../../com/outdatedversion/mineplex/issues/Issue.html" title="class in com.outdatedversion.mineplex.issues">Issue</a>> callback)</code>
<div class="block">Grabs a player's data based on a username.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/outdatedversion/mineplex/MineplexAPI.html#fetchProfile-java.util.UUID-java.util.function.BiConsumer-">fetchProfile</a></span>(java.util.UUID uuid,
java.util.function.BiConsumer<<a href="../../../com/outdatedversion/mineplex/Player.html" title="class in com.outdatedversion.mineplex">Player</a>,<a href="../../../com/outdatedversion/mineplex/issues/Issue.html" title="class in com.outdatedversion.mineplex.issues">Issue</a>> callback)</code>
<div class="block">Grabs a player's data based on a <code>UUID</code>.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/outdatedversion/mineplex/MineplexAPI.html#fetchRegionStatus-com.outdatedversion.mineplex.Region-java.util.function.BiConsumer-">fetchRegionStatus</a></span>(<a href="../../../com/outdatedversion/mineplex/Region.html" title="enum in com.outdatedversion.mineplex">Region</a> region,
java.util.function.BiConsumer<<a href="../../../com/outdatedversion/mineplex/NetworkStatus.RegionStatus.html" title="class in com.outdatedversion.mineplex">NetworkStatus.RegionStatus</a>,<a href="../../../com/outdatedversion/mineplex/issues/Issue.html" title="class in com.outdatedversion.mineplex.issues">Issue</a>> callback)</code>
<div class="block">Fetches the status of a particular <a href="../../../com/outdatedversion/mineplex/Region.html" title="enum in com.outdatedversion.mineplex"><code>Region</code></a></div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/outdatedversion/mineplex/MineplexAPI.html#fetchServerStatus-com.outdatedversion.mineplex.Region-java.lang.String-java.util.function.BiConsumer-">fetchServerStatus</a></span>(<a href="../../../com/outdatedversion/mineplex/Region.html" title="enum in com.outdatedversion.mineplex">Region</a> region,
java.lang.String server,
java.util.function.BiConsumer<<a href="../../../com/outdatedversion/mineplex/ServerInfo.html" title="class in com.outdatedversion.mineplex">ServerInfo</a>,<a href="../../../com/outdatedversion/mineplex/issues/Issue.html" title="class in com.outdatedversion.mineplex.issues">Issue</a>> callback)</code>
<div class="block">Fetches information on a specific server
on the specified <a href="../../../com/outdatedversion/mineplex/Region.html" title="enum in com.outdatedversion.mineplex"><code>Region</code></a></div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="builder--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>builder</h4>
<pre>public static <a href="../../../com/outdatedversion/mineplex/MineplexAPIBuilder.html" title="class in com.outdatedversion.mineplex">MineplexAPIBuilder</a> builder()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a new builder to create this wrapper
in a way that suits you</dd>
</dl>
</li>
</ul>
<a name="fetchProfile-java.util.UUID-java.util.function.BiConsumer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fetchProfile</h4>
<pre>public void fetchProfile(java.util.UUID uuid,
java.util.function.BiConsumer<<a href="../../../com/outdatedversion/mineplex/Player.html" title="class in com.outdatedversion.mineplex">Player</a>,<a href="../../../com/outdatedversion/mineplex/issues/Issue.html" title="class in com.outdatedversion.mineplex.issues">Issue</a>> callback)</pre>
<div class="block">Grabs a player's data based on a <code>UUID</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>uuid</code> - the player's UUID.</dd>
<dd><code>callback</code> - the player's profile</dd>
</dl>
</li>
</ul>
<a name="fetchProfile-java.lang.String-java.util.function.BiConsumer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fetchProfile</h4>
<pre>public void fetchProfile(java.lang.String username,
java.util.function.BiConsumer<<a href="../../../com/outdatedversion/mineplex/Player.html" title="class in com.outdatedversion.mineplex">Player</a>,<a href="../../../com/outdatedversion/mineplex/issues/Issue.html" title="class in com.outdatedversion.mineplex.issues">Issue</a>> callback)</pre>
<div class="block">Grabs a player's data based on a username.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>username</code> - the player's username</dd>
<dd><code>callback</code> - the player's profile</dd>
</dl>
</li>
</ul>
<a name="fetchPresence-java.lang.String-java.util.function.BiConsumer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fetchPresence</h4>
<pre>public void fetchPresence(java.lang.String username,
java.util.function.BiConsumer<<a href="../../../com/outdatedversion/mineplex/PlayerPresence.html" title="class in com.outdatedversion.mineplex">PlayerPresence</a>,<a href="../../../com/outdatedversion/mineplex/issues/Issue.html" title="class in com.outdatedversion.mineplex.issues">Issue</a>> callback)</pre>
<div class="block">Fetches whether a player is
on or off the network at this
moment by their username</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>username</code> - the player's name</dd>
<dd><code>callback</code> - a callback</dd>
</dl>
</li>
</ul>
<a name="fetchPresence-java.util.UUID-java.util.function.BiConsumer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fetchPresence</h4>
<pre>public void fetchPresence(java.util.UUID uuid,
java.util.function.BiConsumer<<a href="../../../com/outdatedversion/mineplex/PlayerPresence.html" title="class in com.outdatedversion.mineplex">PlayerPresence</a>,<a href="../../../com/outdatedversion/mineplex/issues/Issue.html" title="class in com.outdatedversion.mineplex.issues">Issue</a>> callback)</pre>
<div class="block">Fetches whether a player is
on or off the network at this
moment by their UUID.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>uuid</code> - the player's UUID</dd>
<dd><code>callback</code> - a callback</dd>
</dl>
</li>
</ul>
<a name="fetchFountainInfo-java.util.function.BiConsumer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fetchFountainInfo</h4>
<pre>public void fetchFountainInfo(java.util.function.BiConsumer<<a href="../../../com/outdatedversion/mineplex/Fountain.html" title="class in com.outdatedversion.mineplex">Fountain</a>,<a href="../../../com/outdatedversion/mineplex/issues/Issue.html" title="class in com.outdatedversion.mineplex.issues">Issue</a>> callback)</pre>
<div class="block">Grab info on the current status of the gem fountain.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>callback</code> - the data</dd>
</dl>
</li>
</ul>
<a name="fetchNetworkStatus-java.util.function.BiConsumer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fetchNetworkStatus</h4>
<pre>public void fetchNetworkStatus(java.util.function.BiConsumer<<a href="../../../com/outdatedversion/mineplex/NetworkStatus.html" title="class in com.outdatedversion.mineplex">NetworkStatus</a>,<a href="../../../com/outdatedversion/mineplex/issues/Issue.html" title="class in com.outdatedversion.mineplex.issues">Issue</a>> callback)</pre>
<div class="block">Fetches the status of both the EU, and US regions.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>callback</code> - the data</dd>
</dl>
</li>
</ul>
<a name="fetchRegionStatus-com.outdatedversion.mineplex.Region-java.util.function.BiConsumer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fetchRegionStatus</h4>
<pre>public void fetchRegionStatus(<a href="../../../com/outdatedversion/mineplex/Region.html" title="enum in com.outdatedversion.mineplex">Region</a> region,
java.util.function.BiConsumer<<a href="../../../com/outdatedversion/mineplex/NetworkStatus.RegionStatus.html" title="class in com.outdatedversion.mineplex">NetworkStatus.RegionStatus</a>,<a href="../../../com/outdatedversion/mineplex/issues/Issue.html" title="class in com.outdatedversion.mineplex.issues">Issue</a>> callback)</pre>
<div class="block">Fetches the status of a particular <a href="../../../com/outdatedversion/mineplex/Region.html" title="enum in com.outdatedversion.mineplex"><code>Region</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>region</code> - the region we're looking at</dd>
<dd><code>callback</code> - the data</dd>
</dl>
</li>
</ul>
<a name="fetchServerStatus-com.outdatedversion.mineplex.Region-java.lang.String-java.util.function.BiConsumer-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>fetchServerStatus</h4>
<pre>public void fetchServerStatus(<a href="../../../com/outdatedversion/mineplex/Region.html" title="enum in com.outdatedversion.mineplex">Region</a> region,
java.lang.String server,
java.util.function.BiConsumer<<a href="../../../com/outdatedversion/mineplex/ServerInfo.html" title="class in com.outdatedversion.mineplex">ServerInfo</a>,<a href="../../../com/outdatedversion/mineplex/issues/Issue.html" title="class in com.outdatedversion.mineplex.issues">Issue</a>> callback)</pre>
<div class="block">Fetches information on a specific server
on the specified <a href="../../../com/outdatedversion/mineplex/Region.html" title="enum in com.outdatedversion.mineplex"><code>Region</code></a></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>region</code> - the region we're looking at</dd>
<dd><code>server</code> - the server's friendly identifier</dd>
<dd><code>callback</code> - the data</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/outdatedversion/mineplex/Fountain.html" title="class in com.outdatedversion.mineplex"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../com/outdatedversion/mineplex/MineplexAPIBuilder.html" title="class in com.outdatedversion.mineplex"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/outdatedversion/mineplex/MineplexAPI.html" target="_top">Frames</a></li>
<li><a href="MineplexAPI.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>
|
clean/Linux-x86_64-4.07.1-2.0.1/released/8.10.0/checker/8.10.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>checker: 13 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.10.0 / checker - 8.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
checker
<small>
8.10.0
<span class="label label-success">13 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-09-25 05:58:45 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-25 05:58:45 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
conf-m4 1 Virtual package relying on m4
coq 8.10.0 Formal proof management system
num 1.3 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.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/checker"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Checker"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: checker"
"keyword: dominos"
"keyword: puzzles"
"category: Miscellaneous/Logical Puzzles and Entertainment"
]
authors: [
"Gérard Huet"
]
bug-reports: "https://github.com/coq-contribs/checker/issues"
dev-repo: "git+https://github.com/coq-contribs/checker.git"
synopsis: "The Mutilated Checkerboard"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/checker/archive/v8.10.0.tar.gz"
checksum: "md5=a26107964572e12e282a064d4450be74"
}
</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-checker.8.10.0 coq.8.10.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 2h opam install -y --deps-only coq-checker.8.10.0 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>9 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-checker.8.10.0 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>13 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 21 K</p>
<ul>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Checker/Functions.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Checker/Functions.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Checker/Functions.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Checker/Checker.vo</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Checker/Checker.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/Checker/Checker.glob</code></li>
</ul>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-checker.8.10.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">
<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>
|
web/cov/AppBundle_Controller_PamZoneController.php.html | ithone/pam | <!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></title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="container.css">
<script type="text/javascript" src="yahoo-dom-event.js"></script>
<script type="text/javascript" src="container-min.js"></script>
</head>
<body class="yui-skin-sam">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td class="title"></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 class="headerItem" width="20%">Current file:</td>
<td class="headerValue" width="80%"><a href="index.html">C:\Data\Projets\PhpTest\Developpements\PhpAcceleo\Symfony\src\MyCompany\MyProject</a>\<a href="AppBundle.html">AppBundle</a>\<a href="AppBundle_Controller.html">Controller</a>\<a href="AppBundle_Controller_PamZoneController.php.html">PamZoneController.php</a></td>
</tr>
<tr>
<td class="legendItem" width="20%">Legend:</td>
<td class="legendValue" width="80%">
<span class="legendCov">executed</span>
<span class="legendNoCov">not executed</span>
<span class="legendDeadCode">dead code</span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="ruler"><img src="glass.png" width="3" height="3" alt=""></td>
</tr>
</table>
<br />
<center>
<table width="90%" cellpadding="2" cellspacing="1" border="0">
<tr>
<td class="tableHead" width="30%"> </td>
<td class="tableHead" colspan="10">Coverage</td>
</tr>
<tr>
<td class="tableHead"> </td>
<td class="tableHead" colspan="3">Classes</td>
<td class="tableHead" colspan="4">Functions / Methods</td>
<td class="tableHead" colspan="3">Lines</td>
</tr>
<tr>
<td class="coverItem">Total</td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 1</td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 8</td>
<td class="crap"><acronym title="Change Risk Anti-Patterns (CRAP) Index">CRAP</acronym></td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 85</td>
</tr>
<tr>
<td class="tableHead" colspan="11"> </td>
</tr>
<tr>
<td class="coverItem"><b><a href="#18">PamZoneController</a></b></td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 1</td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 8</td>
<td class="crap"></td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 85</td>
</tr>
<tr>
<td class="coverFile" colspan="4"> <a href="#26">indexAction()</a></td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 1</td>
<td class="crap">6</td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 5</td>
</tr>
<tr>
<td class="coverFile" colspan="4"> <a href="#41">showAction($id)</a></td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 1</td>
<td class="crap">12</td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 10</td>
</tr>
<tr>
<td class="coverFile" colspan="4"> <a href="#63">newAction()</a></td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 1</td>
<td class="crap">6</td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 7</td>
</tr>
<tr>
<td class="coverFile" colspan="4"> <a href="#82">createAction()</a></td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 1</td>
<td class="crap">12</td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 14</td>
</tr>
<tr>
<td class="coverFile" colspan="4"> <a href="#108">editAction($id)</a></td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 1</td>
<td class="crap">12</td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 12</td>
</tr>
<tr>
<td class="coverFile" colspan="4"> <a href="#133">updateAction($id)</a></td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 1</td>
<td class="crap">20</td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 18</td>
</tr>
<tr>
<td class="coverFile" colspan="4"> <a href="#164">deleteAction($id)</a></td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 1</td>
<td class="crap">20</td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 14</td>
</tr>
<tr>
<td class="coverFile" colspan="4"> <a href="#183">createDeleteForm($id)</a></td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 1</td>
<td class="crap">2</td>
<td class="coverBar" align="center" width="100">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td class="coverBarOutline"><img src="scarlet_red.png" width="0" height="10" alt="0.00%"><img src="snow.png" width="100" height="10" alt="0.00%"></td>
</tr>
</table>
</td>
<td class="coverPerLo">0.00%</td>
<td class="coverNumLo">0 / 4</td>
</tr>
</table>
</center>
<br />
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><br /></td>
</tr>
<tr>
<td>
<pre class="source">
<span class="lineNum" id="container1"><a name="1"></a><a href="#1" id="line1"> 1</a> </span> : <?php
<span class="lineNum" id="container2"><a name="2"></a><a href="#2" id="line2"> 2</a> </span> : namespace MyCompany\MyProject\AppBundle\Controller;
<span class="lineNum" id="container3"><a name="3"></a><a href="#3" id="line3"> 3</a> </span> :
<span class="lineNum" id="container4"><a name="4"></a><a href="#4" id="line4"> 4</a> </span> : // Start of user code imports
<span class="lineNum" id="container5"><a name="5"></a><a href="#5" id="line5"> 5</a> </span> : use Symfony\Bundle\FrameworkBundle\Controller\Controller;
<span class="lineNum" id="container6"><a name="6"></a><a href="#6" id="line6"> 6</a> </span> : use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
<span class="lineNum" id="container7"><a name="7"></a><a href="#7" id="line7"> 7</a> </span> : use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
<span class="lineNum" id="container8"><a name="8"></a><a href="#8" id="line8"> 8</a> </span> : use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
<span class="lineNum" id="container9"><a name="9"></a><a href="#9" id="line9"> 9</a> </span> : use MyCompany\MyProject\SysBundle\Entity\PamZone;
<span class="lineNum" id="container10"><a name="10"></a><a href="#10" id="line10"> 10</a> </span> : use MyCompany\MyProject\SysBundle\Form\PamZoneType;
<span class="lineNum" id="container11"><a name="11"></a><a href="#11" id="line11"> 11</a> </span> : // End of user code
<span class="lineNum" id="container12"><a name="12"></a><a href="#12" id="line12"> 12</a> </span> :
<span class="lineNum" id="container13"><a name="13"></a><a href="#13" id="line13"> 13</a> </span> : /**
<span class="lineNum" id="container14"><a name="14"></a><a href="#14" id="line14"> 14</a> </span> : * PamZone controller.
<span class="lineNum" id="container15"><a name="15"></a><a href="#15" id="line15"> 15</a> </span> : *
<span class="lineNum" id="container16"><a name="16"></a><a href="#16" id="line16"> 16</a> </span> : * @Route("/pam/zone")
<span class="lineNum" id="container17"><a name="17"></a><a href="#17" id="line17"> 17</a> </span> : */
<span class="lineNum" id="container18"><a name="18"></a><a href="#18" id="line18"> 18</a> </span> : class PamZoneController extends Controller
<span class="lineNum" id="container19"><a name="19"></a><a href="#19" id="line19"> 19</a> </span><span class="lineNoCov"> 0 : { </span>
<span class="lineNum" id="container20"><a name="20"></a><a href="#20" id="line20"> 20</a> </span> : /**
<span class="lineNum" id="container21"><a name="21"></a><a href="#21" id="line21"> 21</a> </span> : * Lists all PamZone entities.
<span class="lineNum" id="container22"><a name="22"></a><a href="#22" id="line22"> 22</a> </span> : *
<span class="lineNum" id="container23"><a name="23"></a><a href="#23" id="line23"> 23</a> </span> : * @Route("/pam/zone", name="mycompany_myproject_appbundle_pam_zone")
<span class="lineNum" id="container24"><a name="24"></a><a href="#24" id="line24"> 24</a> </span> : * @Template()
<span class="lineNum" id="container25"><a name="25"></a><a href="#25" id="line25"> 25</a> </span> : */
<span class="lineNum" id="container26"><a name="26"></a><a href="#26" id="line26"> 26</a> </span> : public function indexAction()
<span class="lineNum" id="container27"><a name="27"></a><a href="#27" id="line27"> 27</a> </span> : {
<span class="lineNum" id="container28"><a name="28"></a><a href="#28" id="line28"> 28</a> </span><span class="lineNoCov"> 0 : if (false === $this->get('security.context')->isGranted('ROLE_INDEX')) { </span>
<span class="lineNum" id="container29"><a name="29"></a><a href="#29" id="line29"> 29</a> </span><span class="lineNoCov"> 0 : throw new AccessDeniedException(); </span>
<span class="lineNum" id="container30"><a name="30"></a><a href="#30" id="line30"> 30</a> </span><span class="lineDeadCode"> : } </span>
<span class="lineNum" id="container31"><a name="31"></a><a href="#31" id="line31"> 31</a> </span><span class="lineNoCov"> 0 : $em = $this->getDoctrine()->getEntityManager(); </span>
<span class="lineNum" id="container32"><a name="32"></a><a href="#32" id="line32"> 32</a> </span><span class="lineNoCov"> 0 : $entities = $em->getRepository('MyCompanyMyProjectAppBundle:PamZone')->findAll(); </span>
<span class="lineNum" id="container33"><a name="33"></a><a href="#33" id="line33"> 33</a> </span><span class="lineNoCov"> 0 : return array('entities' => $entities); </span>
<span class="lineNum" id="container34"><a name="34"></a><a href="#34" id="line34"> 34</a> </span><span class="lineDeadCode"> : } </span>
<span class="lineNum" id="container35"><a name="35"></a><a href="#35" id="line35"> 35</a> </span> : /**
<span class="lineNum" id="container36"><a name="36"></a><a href="#36" id="line36"> 36</a> </span> : * Finds and displays a PamZone entity.
<span class="lineNum" id="container37"><a name="37"></a><a href="#37" id="line37"> 37</a> </span> : *
<span class="lineNum" id="container38"><a name="38"></a><a href="#38" id="line38"> 38</a> </span> : * @Route("/pam/zone/{id}/show", name="mycompany_myproject_appbundle_pam_zone_show")
<span class="lineNum" id="container39"><a name="39"></a><a href="#39" id="line39"> 39</a> </span> : * @Template()
<span class="lineNum" id="container40"><a name="40"></a><a href="#40" id="line40"> 40</a> </span> : */
<span class="lineNum" id="container41"><a name="41"></a><a href="#41" id="line41"> 41</a> </span> : public function showAction($id)
<span class="lineNum" id="container42"><a name="42"></a><a href="#42" id="line42"> 42</a> </span> : {
<span class="lineNum" id="container43"><a name="43"></a><a href="#43" id="line43"> 43</a> </span><span class="lineNoCov"> 0 : if (false === $this->get('security.context')->isGranted('ROLE_SHOW')) { </span>
<span class="lineNum" id="container44"><a name="44"></a><a href="#44" id="line44"> 44</a> </span><span class="lineNoCov"> 0 : throw new AccessDeniedException(); </span>
<span class="lineNum" id="container45"><a name="45"></a><a href="#45" id="line45"> 45</a> </span><span class="lineDeadCode"> : } </span>
<span class="lineNum" id="container46"><a name="46"></a><a href="#46" id="line46"> 46</a> </span><span class="lineNoCov"> 0 : $em = $this->getDoctrine()->getEntityManager(); </span>
<span class="lineNum" id="container47"><a name="47"></a><a href="#47" id="line47"> 47</a> </span><span class="lineNoCov"> 0 : $entity = $em->getRepository('MyCompanyMyProjectAppBundle:PamZone')->find($id); </span>
<span class="lineNum" id="container48"><a name="48"></a><a href="#48" id="line48"> 48</a> </span><span class="lineNoCov"> 0 : if (!$entity) { </span>
<span class="lineNum" id="container49"><a name="49"></a><a href="#49" id="line49"> 49</a> </span><span class="lineNoCov"> 0 : throw $this->createNotFoundException('Unable to find PamZone entity.'); </span>
<span class="lineNum" id="container50"><a name="50"></a><a href="#50" id="line50"> 50</a> </span><span class="lineDeadCode"> : } </span>
<span class="lineNum" id="container51"><a name="51"></a><a href="#51" id="line51"> 51</a> </span><span class="lineNoCov"> 0 : $deleteForm = $this->createDeleteForm($id); </span>
<span class="lineNum" id="container52"><a name="52"></a><a href="#52" id="line52"> 52</a> </span> : return array(
<span class="lineNum" id="container53"><a name="53"></a><a href="#53" id="line53"> 53</a> </span><span class="lineNoCov"> 0 : 'entity' => $entity, </span>
<span class="lineNum" id="container54"><a name="54"></a><a href="#54" id="line54"> 54</a> </span><span class="lineNoCov"> 0 : 'delete_form' => $deleteForm->createView(), </span>
<span class="lineNum" id="container55"><a name="55"></a><a href="#55" id="line55"> 55</a> </span><span class="lineNoCov"> 0 : ); </span>
<span class="lineNum" id="container56"><a name="56"></a><a href="#56" id="line56"> 56</a> </span><span class="lineDeadCode"> : } </span>
<span class="lineNum" id="container57"><a name="57"></a><a href="#57" id="line57"> 57</a> </span> : /**
<span class="lineNum" id="container58"><a name="58"></a><a href="#58" id="line58"> 58</a> </span> : * Displays a form to create a new PamZone entity.
<span class="lineNum" id="container59"><a name="59"></a><a href="#59" id="line59"> 59</a> </span> : *
<span class="lineNum" id="container60"><a name="60"></a><a href="#60" id="line60"> 60</a> </span> : * @Route("pam/zone/new", name="mycompany_myproject_appbundle_pam_zone_new")
<span class="lineNum" id="container61"><a name="61"></a><a href="#61" id="line61"> 61</a> </span> : * @Template()
<span class="lineNum" id="container62"><a name="62"></a><a href="#62" id="line62"> 62</a> </span> : */
<span class="lineNum" id="container63"><a name="63"></a><a href="#63" id="line63"> 63</a> </span> : public function newAction()
<span class="lineNum" id="container64"><a name="64"></a><a href="#64" id="line64"> 64</a> </span> : {
<span class="lineNum" id="container65"><a name="65"></a><a href="#65" id="line65"> 65</a> </span><span class="lineNoCov"> 0 : if (false === $this->get('security.context')->isGranted('ROLE_NEW')) { </span>
<span class="lineNum" id="container66"><a name="66"></a><a href="#66" id="line66"> 66</a> </span><span class="lineNoCov"> 0 : throw new AccessDeniedException(); </span>
<span class="lineNum" id="container67"><a name="67"></a><a href="#67" id="line67"> 67</a> </span><span class="lineDeadCode"> : } </span>
<span class="lineNum" id="container68"><a name="68"></a><a href="#68" id="line68"> 68</a> </span><span class="lineNoCov"> 0 : $entity = new PamZone(); </span>
<span class="lineNum" id="container69"><a name="69"></a><a href="#69" id="line69"> 69</a> </span><span class="lineNoCov"> 0 : $form = $this->createForm(new PamZoneType(), $entity); </span>
<span class="lineNum" id="container70"><a name="70"></a><a href="#70" id="line70"> 70</a> </span> : return array(
<span class="lineNum" id="container71"><a name="71"></a><a href="#71" id="line71"> 71</a> </span><span class="lineNoCov"> 0 : 'entity' => $entity, </span>
<span class="lineNum" id="container72"><a name="72"></a><a href="#72" id="line72"> 72</a> </span><span class="lineNoCov"> 0 : 'form' => $form->createView() </span>
<span class="lineNum" id="container73"><a name="73"></a><a href="#73" id="line73"> 73</a> </span><span class="lineNoCov"> 0 : ); </span>
<span class="lineNum" id="container74"><a name="74"></a><a href="#74" id="line74"> 74</a> </span><span class="lineDeadCode"> : } </span>
<span class="lineNum" id="container75"><a name="75"></a><a href="#75" id="line75"> 75</a> </span> : /**
<span class="lineNum" id="container76"><a name="76"></a><a href="#76" id="line76"> 76</a> </span> : * Creates a new PamZone entity.
<span class="lineNum" id="container77"><a name="77"></a><a href="#77" id="line77"> 77</a> </span> : *
<span class="lineNum" id="container78"><a name="78"></a><a href="#78" id="line78"> 78</a> </span> : * @Route("pam/zone/create", name="mycompany_myproject_appbundle_pam_zone_create")
<span class="lineNum" id="container79"><a name="79"></a><a href="#79" id="line79"> 79</a> </span> : * @Method("post")
<span class="lineNum" id="container80"><a name="80"></a><a href="#80" id="line80"> 80</a> </span> : * @Template("MyCompanyMyProjectAppBundle:PamZone:new.html.twig")
<span class="lineNum" id="container81"><a name="81"></a><a href="#81" id="line81"> 81</a> </span> : */
<span class="lineNum" id="container82"><a name="82"></a><a href="#82" id="line82"> 82</a> </span> : public function createAction()
<span class="lineNum" id="container83"><a name="83"></a><a href="#83" id="line83"> 83</a> </span> : {
<span class="lineNum" id="container84"><a name="84"></a><a href="#84" id="line84"> 84</a> </span><span class="lineNoCov"> 0 : if (false === $this->get('security.context')->isGranted('ROLE_CREATE')) { </span>
<span class="lineNum" id="container85"><a name="85"></a><a href="#85" id="line85"> 85</a> </span><span class="lineNoCov"> 0 : throw new AccessDeniedException(); </span>
<span class="lineNum" id="container86"><a name="86"></a><a href="#86" id="line86"> 86</a> </span><span class="lineDeadCode"> : } </span>
<span class="lineNum" id="container87"><a name="87"></a><a href="#87" id="line87"> 87</a> </span><span class="lineNoCov"> 0 : $entity = new PamZone(); </span>
<span class="lineNum" id="container88"><a name="88"></a><a href="#88" id="line88"> 88</a> </span><span class="lineNoCov"> 0 : $request = $this->getRequest(); </span>
<span class="lineNum" id="container89"><a name="89"></a><a href="#89" id="line89"> 89</a> </span><span class="lineNoCov"> 0 : $form = $this->createForm(new PamZoneType(), $entity); </span>
<span class="lineNum" id="container90"><a name="90"></a><a href="#90" id="line90"> 90</a> </span><span class="lineNoCov"> 0 : $form->bindRequest($request); </span>
<span class="lineNum" id="container91"><a name="91"></a><a href="#91" id="line91"> 91</a> </span><span class="lineNoCov"> 0 : if ($form->isValid()) { </span>
<span class="lineNum" id="container92"><a name="92"></a><a href="#92" id="line92"> 92</a> </span><span class="lineNoCov"> 0 : $em = $this->getDoctrine()->getEntityManager(); </span>
<span class="lineNum" id="container93"><a name="93"></a><a href="#93" id="line93"> 93</a> </span><span class="lineNoCov"> 0 : $em->persist($entity); </span>
<span class="lineNum" id="container94"><a name="94"></a><a href="#94" id="line94"> 94</a> </span><span class="lineNoCov"> 0 : $em->flush(); </span>
<span class="lineNum" id="container95"><a name="95"></a><a href="#95" id="line95"> 95</a> </span><span class="lineNoCov"> 0 : return $this->redirect($this->generateUrl('mycompany_myproject_appbundle_pam_zone_show', array('id' => $entity->getId())));</span>
<span class="lineNum" id="container96"><a name="96"></a><a href="#96" id="line96"> 96</a> </span><span class="lineDeadCode"> : } </span>
<span class="lineNum" id="container97"><a name="97"></a><a href="#97" id="line97"> 97</a> </span> : return array(
<span class="lineNum" id="container98"><a name="98"></a><a href="#98" id="line98"> 98</a> </span><span class="lineNoCov"> 0 : 'entity' => $entity, </span>
<span class="lineNum" id="container99"><a name="99"></a><a href="#99" id="line99"> 99</a> </span><span class="lineNoCov"> 0 : 'form' => $form->createView() </span>
<span class="lineNum" id="container100"><a name="100"></a><a href="#100" id="line100"> 100</a> </span><span class="lineNoCov"> 0 : ); </span>
<span class="lineNum" id="container101"><a name="101"></a><a href="#101" id="line101"> 101</a> </span><span class="lineDeadCode"> : } </span>
<span class="lineNum" id="container102"><a name="102"></a><a href="#102" id="line102"> 102</a> </span> : /**
<span class="lineNum" id="container103"><a name="103"></a><a href="#103" id="line103"> 103</a> </span> : * Displays a form to edit an existing PamZone entity.
<span class="lineNum" id="container104"><a name="104"></a><a href="#104" id="line104"> 104</a> </span> : *
<span class="lineNum" id="container105"><a name="105"></a><a href="#105" id="line105"> 105</a> </span> : * @Route("pam/zone/{id}/edit", name="mycompany_myproject_appbundle_pam_zone_edit")
<span class="lineNum" id="container106"><a name="106"></a><a href="#106" id="line106"> 106</a> </span> : * @Template()
<span class="lineNum" id="container107"><a name="107"></a><a href="#107" id="line107"> 107</a> </span> : */
<span class="lineNum" id="container108"><a name="108"></a><a href="#108" id="line108"> 108</a> </span> : public function editAction($id)
<span class="lineNum" id="container109"><a name="109"></a><a href="#109" id="line109"> 109</a> </span> : {
<span class="lineNum" id="container110"><a name="110"></a><a href="#110" id="line110"> 110</a> </span><span class="lineNoCov"> 0 : if (false === $this->get('security.context')->isGranted('ROLE_EDIT')) { </span>
<span class="lineNum" id="container111"><a name="111"></a><a href="#111" id="line111"> 111</a> </span><span class="lineNoCov"> 0 : throw new AccessDeniedException(); </span>
<span class="lineNum" id="container112"><a name="112"></a><a href="#112" id="line112"> 112</a> </span><span class="lineDeadCode"> : } </span>
<span class="lineNum" id="container113"><a name="113"></a><a href="#113" id="line113"> 113</a> </span><span class="lineNoCov"> 0 : $em = $this->getDoctrine()->getEntityManager(); </span>
<span class="lineNum" id="container114"><a name="114"></a><a href="#114" id="line114"> 114</a> </span><span class="lineNoCov"> 0 : $entity = $em->getRepository('MyCompanyMyProjectAppBundle:PamZone')->find($id); </span>
<span class="lineNum" id="container115"><a name="115"></a><a href="#115" id="line115"> 115</a> </span><span class="lineNoCov"> 0 : if (!$entity) { </span>
<span class="lineNum" id="container116"><a name="116"></a><a href="#116" id="line116"> 116</a> </span><span class="lineNoCov"> 0 : throw $this->createNotFoundException('Unable to find PamZone entity.'); </span>
<span class="lineNum" id="container117"><a name="117"></a><a href="#117" id="line117"> 117</a> </span><span class="lineDeadCode"> : } </span>
<span class="lineNum" id="container118"><a name="118"></a><a href="#118" id="line118"> 118</a> </span><span class="lineNoCov"> 0 : $editForm = $this->createForm(new PamZoneType(), $entity); </span>
<span class="lineNum" id="container119"><a name="119"></a><a href="#119" id="line119"> 119</a> </span><span class="lineNoCov"> 0 : $deleteForm = $this->createDeleteForm($id); </span>
<span class="lineNum" id="container120"><a name="120"></a><a href="#120" id="line120"> 120</a> </span> : return array(
<span class="lineNum" id="container121"><a name="121"></a><a href="#121" id="line121"> 121</a> </span><span class="lineNoCov"> 0 : 'entity' => $entity, </span>
<span class="lineNum" id="container122"><a name="122"></a><a href="#122" id="line122"> 122</a> </span><span class="lineNoCov"> 0 : 'edit_form' => $editForm->createView(), </span>
<span class="lineNum" id="container123"><a name="123"></a><a href="#123" id="line123"> 123</a> </span><span class="lineNoCov"> 0 : 'delete_form' => $deleteForm->createView(), </span>
<span class="lineNum" id="container124"><a name="124"></a><a href="#124" id="line124"> 124</a> </span><span class="lineNoCov"> 0 : ); </span>
<span class="lineNum" id="container125"><a name="125"></a><a href="#125" id="line125"> 125</a> </span><span class="lineDeadCode"> : } </span>
<span class="lineNum" id="container126"><a name="126"></a><a href="#126" id="line126"> 126</a> </span> : /**
<span class="lineNum" id="container127"><a name="127"></a><a href="#127" id="line127"> 127</a> </span> : * Edits an existing PamZone entity.
<span class="lineNum" id="container128"><a name="128"></a><a href="#128" id="line128"> 128</a> </span> : *
<span class="lineNum" id="container129"><a name="129"></a><a href="#129" id="line129"> 129</a> </span> : * @Route("pam/zone/{id}/update", name="mycompany_myproject_appbundle_pam_zone_update")
<span class="lineNum" id="container130"><a name="130"></a><a href="#130" id="line130"> 130</a> </span> : * @Method("post")
<span class="lineNum" id="container131"><a name="131"></a><a href="#131" id="line131"> 131</a> </span> : * @Template("MyCompanyMyProjectAppBundle:PamZone:edit.html.twig")
<span class="lineNum" id="container132"><a name="132"></a><a href="#132" id="line132"> 132</a> </span> : */
<span class="lineNum" id="container133"><a name="133"></a><a href="#133" id="line133"> 133</a> </span> : public function updateAction($id)
<span class="lineNum" id="container134"><a name="134"></a><a href="#134" id="line134"> 134</a> </span> : {
<span class="lineNum" id="container135"><a name="135"></a><a href="#135" id="line135"> 135</a> </span><span class="lineNoCov"> 0 : if (false === $this->get('security.context')->isGranted('ROLE_UPDATE')) { </span>
<span class="lineNum" id="container136"><a name="136"></a><a href="#136" id="line136"> 136</a> </span><span class="lineNoCov"> 0 : throw new AccessDeniedException(); </span>
<span class="lineNum" id="container137"><a name="137"></a><a href="#137" id="line137"> 137</a> </span><span class="lineDeadCode"> : } </span>
<span class="lineNum" id="container138"><a name="138"></a><a href="#138" id="line138"> 138</a> </span><span class="lineNoCov"> 0 : $em = $this->getDoctrine()->getEntityManager(); </span>
<span class="lineNum" id="container139"><a name="139"></a><a href="#139" id="line139"> 139</a> </span><span class="lineNoCov"> 0 : $entity = $em->getRepository('MyCompanyMyProjectAppBundle:PamZone')->find($id); </span>
<span class="lineNum" id="container140"><a name="140"></a><a href="#140" id="line140"> 140</a> </span><span class="lineNoCov"> 0 : if (!$entity) { </span>
<span class="lineNum" id="container141"><a name="141"></a><a href="#141" id="line141"> 141</a> </span><span class="lineNoCov"> 0 : throw $this->createNotFoundException('Unable to find PamZone entity.'); </span>
<span class="lineNum" id="container142"><a name="142"></a><a href="#142" id="line142"> 142</a> </span><span class="lineDeadCode"> : } </span>
<span class="lineNum" id="container143"><a name="143"></a><a href="#143" id="line143"> 143</a> </span><span class="lineNoCov"> 0 : $editForm = $this->createForm(new PamZoneType(), $entity); </span>
<span class="lineNum" id="container144"><a name="144"></a><a href="#144" id="line144"> 144</a> </span><span class="lineNoCov"> 0 : $deleteForm = $this->createDeleteForm($id); </span>
<span class="lineNum" id="container145"><a name="145"></a><a href="#145" id="line145"> 145</a> </span><span class="lineNoCov"> 0 : $request = $this->getRequest(); </span>
<span class="lineNum" id="container146"><a name="146"></a><a href="#146" id="line146"> 146</a> </span><span class="lineNoCov"> 0 : $editForm->bindRequest($request); </span>
<span class="lineNum" id="container147"><a name="147"></a><a href="#147" id="line147"> 147</a> </span><span class="lineNoCov"> 0 : if ($editForm->isValid()) { </span>
<span class="lineNum" id="container148"><a name="148"></a><a href="#148" id="line148"> 148</a> </span><span class="lineNoCov"> 0 : $em->persist($entity); </span>
<span class="lineNum" id="container149"><a name="149"></a><a href="#149" id="line149"> 149</a> </span><span class="lineNoCov"> 0 : $em->flush(); </span>
<span class="lineNum" id="container150"><a name="150"></a><a href="#150" id="line150"> 150</a> </span><span class="lineNoCov"> 0 : return $this->redirect($this->generateUrl('mycompany_myproject_appbundle_pam_zone_edit', array('id' => $id))); </span>
<span class="lineNum" id="container151"><a name="151"></a><a href="#151" id="line151"> 151</a> </span><span class="lineDeadCode"> : } </span>
<span class="lineNum" id="container152"><a name="152"></a><a href="#152" id="line152"> 152</a> </span> : return array(
<span class="lineNum" id="container153"><a name="153"></a><a href="#153" id="line153"> 153</a> </span><span class="lineNoCov"> 0 : 'entity' => $entity, </span>
<span class="lineNum" id="container154"><a name="154"></a><a href="#154" id="line154"> 154</a> </span><span class="lineNoCov"> 0 : 'edit_form' => $editForm->createView(), </span>
<span class="lineNum" id="container155"><a name="155"></a><a href="#155" id="line155"> 155</a> </span><span class="lineNoCov"> 0 : 'delete_form' => $deleteForm->createView(), </span>
<span class="lineNum" id="container156"><a name="156"></a><a href="#156" id="line156"> 156</a> </span><span class="lineNoCov"> 0 : ); </span>
<span class="lineNum" id="container157"><a name="157"></a><a href="#157" id="line157"> 157</a> </span><span class="lineDeadCode"> : } </span>
<span class="lineNum" id="container158"><a name="158"></a><a href="#158" id="line158"> 158</a> </span> : /**
<span class="lineNum" id="container159"><a name="159"></a><a href="#159" id="line159"> 159</a> </span> : * Deletes a PamZone entity.
<span class="lineNum" id="container160"><a name="160"></a><a href="#160" id="line160"> 160</a> </span> : *
<span class="lineNum" id="container161"><a name="161"></a><a href="#161" id="line161"> 161</a> </span> : * @Route("pam/zone/{id}/delete", name="mycompany_myproject_appbundle_pam_zone_delete")
<span class="lineNum" id="container162"><a name="162"></a><a href="#162" id="line162"> 162</a> </span> : * @Method("post")
<span class="lineNum" id="container163"><a name="163"></a><a href="#163" id="line163"> 163</a> </span> : */
<span class="lineNum" id="container164"><a name="164"></a><a href="#164" id="line164"> 164</a> </span> : public function deleteAction($id)
<span class="lineNum" id="container165"><a name="165"></a><a href="#165" id="line165"> 165</a> </span> : {
<span class="lineNum" id="container166"><a name="166"></a><a href="#166" id="line166"> 166</a> </span><span class="lineNoCov"> 0 : if (false === $this->get('security.context')->isGranted('ROLE_DELETE')) { </span>
<span class="lineNum" id="container167"><a name="167"></a><a href="#167" id="line167"> 167</a> </span><span class="lineNoCov"> 0 : throw new AccessDeniedException(); </span>
<span class="lineNum" id="container168"><a name="168"></a><a href="#168" id="line168"> 168</a> </span><span class="lineDeadCode"> : } </span>
<span class="lineNum" id="container169"><a name="169"></a><a href="#169" id="line169"> 169</a> </span><span class="lineNoCov"> 0 : $form = $this->createDeleteForm($id); </span>
<span class="lineNum" id="container170"><a name="170"></a><a href="#170" id="line170"> 170</a> </span><span class="lineNoCov"> 0 : $request = $this->getRequest(); </span>
<span class="lineNum" id="container171"><a name="171"></a><a href="#171" id="line171"> 171</a> </span><span class="lineNoCov"> 0 : $form->bindRequest($request); </span>
<span class="lineNum" id="container172"><a name="172"></a><a href="#172" id="line172"> 172</a> </span><span class="lineNoCov"> 0 : if ($form->isValid()) { </span>
<span class="lineNum" id="container173"><a name="173"></a><a href="#173" id="line173"> 173</a> </span><span class="lineNoCov"> 0 : $em = $this->getDoctrine()->getEntityManager(); </span>
<span class="lineNum" id="container174"><a name="174"></a><a href="#174" id="line174"> 174</a> </span><span class="lineNoCov"> 0 : $entity = $em->getRepository('MyCompanyMyProjectAppBundle:PamZone')->find($id); </span>
<span class="lineNum" id="container175"><a name="175"></a><a href="#175" id="line175"> 175</a> </span><span class="lineNoCov"> 0 : if (!$entity) { </span>
<span class="lineNum" id="container176"><a name="176"></a><a href="#176" id="line176"> 176</a> </span><span class="lineNoCov"> 0 : throw $this->createNotFoundException('Unable to find PamZone entity.'); </span>
<span class="lineNum" id="container177"><a name="177"></a><a href="#177" id="line177"> 177</a> </span><span class="lineDeadCode"> : } </span>
<span class="lineNum" id="container178"><a name="178"></a><a href="#178" id="line178"> 178</a> </span><span class="lineNoCov"> 0 : $em->remove($entity); </span>
<span class="lineNum" id="container179"><a name="179"></a><a href="#179" id="line179"> 179</a> </span><span class="lineNoCov"> 0 : $em->flush(); </span>
<span class="lineNum" id="container180"><a name="180"></a><a href="#180" id="line180"> 180</a> </span><span class="lineNoCov"> 0 : } </span>
<span class="lineNum" id="container181"><a name="181"></a><a href="#181" id="line181"> 181</a> </span><span class="lineNoCov"> 0 : return $this->redirect($this->generateUrl('mycompany_myproject_appbundle_pam_zone')); </span>
<span class="lineNum" id="container182"><a name="182"></a><a href="#182" id="line182"> 182</a> </span><span class="lineDeadCode"> : } </span>
<span class="lineNum" id="container183"><a name="183"></a><a href="#183" id="line183"> 183</a> </span> : private function createDeleteForm($id)
<span class="lineNum" id="container184"><a name="184"></a><a href="#184" id="line184"> 184</a> </span> : {
<span class="lineNum" id="container185"><a name="185"></a><a href="#185" id="line185"> 185</a> </span><span class="lineNoCov"> 0 : return $this->createFormBuilder(array('id' => $id)) </span>
<span class="lineNum" id="container186"><a name="186"></a><a href="#186" id="line186"> 186</a> </span><span class="lineNoCov"> 0 : ->add('id', 'hidden') </span>
<span class="lineNum" id="container187"><a name="187"></a><a href="#187" id="line187"> 187</a> </span><span class="lineNoCov"> 0 : ->getForm() </span>
<span class="lineNum" id="container188"><a name="188"></a><a href="#188" id="line188"> 188</a> </span><span class="lineNoCov"> 0 : ; </span>
<span class="lineNum" id="container189"><a name="189"></a><a href="#189" id="line189"> 189</a> </span><span class="lineDeadCode"> : } </span>
<span class="lineNum" id="container190"><a name="190"></a><a href="#190" id="line190"> 190</a> </span> : }
<span class="lineNum" id="container191"><a name="191"></a><a href="#191" id="line191"> 191</a> </span> :
<span class="lineNum" id="container192"><a name="192"></a><a href="#192" id="line192"> 192</a> </span> : ?>
</pre>
</td>
</tr>
</table>
<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://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 1.0.4</a> using <a href="http://www.php.net/" target="_top">PHP 5.3.5</a> and PHPUnit 3.5.14 at Thu Oct 6 8:55:31 UTC 2011.</td></tr>
</table>
<br />
<script type="text/javascript">
//<![CDATA[
$E = YAHOO.util.Event;
YAHOO.namespace("phpunit.container");
YAHOO.phpunit.container.panelsData = {
"dummy": ""
};
YAHOO.phpunit.container.prepare = function (e) {
var elemId = $E.getTarget(e).id;
var line = elemId.substr(4);
var panelId = "panel" + line;
var containerId = "container" + line;
var panelData = YAHOO.phpunit.container.panelsData[panelId];
var panel = new YAHOO.widget.Panel(panelId, { visible:false, draggable:false, close:true } );
panel.setHeader(panelData["header"]);
panel.setBody(panelData["body"]);
panel.setFooter(panelData["footer"]);
panel.render(containerId);
$E.addListener(elemId, "click", panel.show, panel, true);
$E.removeListener(elemId, "mouseover");
};
function init() {
var ypc = YAHOO.phpunit.container;
for (var panelId in ypc.panelsData) {
var elemId = "line" + panelId.substr(5);
$E.addListener(elemId, "mouseover", ypc.prepare);
}
}
$E.addListener(window, "load", init);
//]]>
</script>
</body>
</html>
|
t1a10-move-sam.html | FazeLord/gamdev01 | <body onkeydown="{
if(String.fromCharCode(event.keyCode)== 'D'){
document.getElementById('myImage01').style.left = parseInt(document.getElementById('myImage01').style.left) + 20 +'px'
}
if(String.fromCharCode(event.keyCode)== 'A'){
document.getElementById('myImage01').style.left = parseInt(document.getElementById('myImage01').style.left) + -20 +'px'
}
if(String.fromCharCode(event.keyCode)== 'W'){
document.getElementById('myImage01').style.top = parseInt(document.getElementById('myImage01').style.top) + -20 +'px'
}
if(String.fromCharCode(event.keyCode)== 'S'){
document.getElementById('myImage01').style.top = parseInt(document.getElementById('myImage01').style.top) + 20 +'px'
}
}">
<img id="myImage01" width=100 src="OWSLA.jpg" style="position:absolute;top:100;left:50;") />
<input type=button value="RESET" onclick= "{
document.getElementById('myImage01').style.left = '150px'
}" />
<input type=button value="GO RIGHT MORE"onclick="{
document.getElementById('myImage01').style.left = parseInt(document.getElementById('myImage01').style.left)+20+'px'
}" />
|
examples/simple/simple.html | adrianton3/pso.js | <!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="../lib/slider/slider.css">
<link rel="stylesheet" href="simple.css">
<title>Simple - pso.js demo</title>
</head>
<body>
<a href="https://github.com/adrianton3/pso.js"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
<div class="app">
<canvas id="canvaspso" width="600" height="200"></canvas>
<table>
<tr>
<td>
Controls
</td>
<td>
<button id="but_start">Optimize</button>
<button id="but_stop">Stop</button>
</td>
</tr>
<tr>
<td>
Function to optimize
</td>
<td>
<select id="lst_func">
<option>Rastrigin (x in [-5.12,5.12])</option>
<option>Easom (x in [-30,30])</option>
<option>exp(-(x-5)^2)*20 + cos(x*10) (x in [-10,10])</option>
<option>x^2 (x in [-5,5])</option>
</select>
</td>
</tr>
<tr>
<td>
Best so far
</td>
<td>
<input id="out_best" type="text" value="" readonly="readonly">
</td>
</tr>
<tr>
<td colspan="2">
<hr/>
</td>
</tr>
<tr>
<td>
Number of iterations
</td>
<td>
<slider id="slider_niter"></slider>
<input
id="inp_niter"
type="number"
min="1"
max="150"
value="50"
step="1"
>
</td>
</tr>
<tr>
<td>
Population
</td>
<td>
<slider id="slider_popinit"></slider>
<input
id="inp_popinit"
type="number"
min="2"
max="50"
value="10"
step="1"
>
</td>
</tr>
<tr>
<td>
Inertia weight
</td>
<td>
<slider id="slider_inertia"></slider>
<input
id="inp_inertia"
type="number"
min="0"
max="1.2"
value="0.6"
step="0.01"
>
</td>
</tr>
<tr>
<td>
Social influence
</td>
<td>
<slider id="slider_social"></slider>
<input
id="inp_social"
type="number"
min="0"
max="1.2"
value="0.7"
step="0.01"
>
</td>
</tr>
<tr>
<td>
Personal influence
</td>
<td>
<slider id="slider_personal"></slider>
<input
id="inp_personal"
min="0"
max="1.2"
type="number"
value="0.3"
step="0.01"
>
</td>
</tr>
<tr>
<td colspan="2">
<hr/>
</td>
</tr>
<tr>
<td colspan="2">
<span class="desc">
pso.js is used to find the global maximum of the selected function
</span>
</td>
</tr>
</table>
</div>
<script src="../lib/slider/slider.js"></script>
<script src="../../src/pso.js"></script>
<script src="simple.js"></script>
</body>
</html> |
c7cb4da/html/classv8_1_1_number-members.html | v8-dox/v8-dox.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v0.1.27 - v0.1.29: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v0.1.27 - v0.1.29
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_number.html">Number</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::Number Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1_number.html">v8::Number</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>BooleanValue</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Cast</b>(v8::Value *obj) (defined in <a class="el" href="classv8_1_1_number.html">v8::Number</a>)</td><td class="entry"><a class="el" href="classv8_1_1_number.html">v8::Number</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#adc2a7a92a120675bbd4c992163a20869">Equals</a>(Handle< Value > that) const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Int32Value</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>IntegerValue</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#aaee0b144087d20eae02314c9393ff80f">IsArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a0aceb7645e71b096df5cd73d1252b1b0">IsBoolean</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a8bc11fab0aded4a805722ab6df173cae">IsDate</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a7ac61a325c18af8dcb6d7d5bf47d2503">IsExternal</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a68c0296071d01ca899825d7643cf495a">IsFalse</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a05532a34cdd215f273163830ed8b77e7">IsFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a01e1db51c65b2feace248b7acbf71a2c">IsInt32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78">IsNull</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a1bd51e3e55f67c65b9a8f587fbffb7c7">IsNumber</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a355b7991c5c978c0341f6f961b63c5a2">IsObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a8f27462322186b295195eecb3e81d6d7">IsTrue</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#aea287b745656baa8a12a2ae1d69744b6">IsUndefined</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>New</b>(double value) (defined in <a class="el" href="classv8_1_1_number.html">v8::Number</a>)</td><td class="entry"><a class="el" href="classv8_1_1_number.html">v8::Number</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>NumberValue</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>StrictEquals</b>(Handle< Value > that) const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#ae810be0ae81a87f677592d0176daac48">ToArrayIndex</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToBoolean</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ToDetailString</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToInt32</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ToInteger</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToNumber</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ToObject</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToString</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ToUint32</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Uint32Value</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Value</b>() const (defined in <a class="el" href="classv8_1_1_number.html">v8::Number</a>)</td><td class="entry"><a class="el" href="classv8_1_1_number.html">v8::Number</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:44:28 for V8 API Reference Guide for node.js v0.1.27 - v0.1.29 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>
|
0906f94/html/classv8_1_1_script_data.html | v8-dox/v8-dox.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v0.2.0 - v0.2.5: v8::ScriptData Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v0.2.0 - v0.2.5
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_script_data.html">ScriptData</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="classv8_1_1_script_data-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::ScriptData Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a6aa1007dfe6b09a5e59443bb1afff0b9"><td class="memItemLeft" align="right" valign="top">virtual int </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_script_data.html#a6aa1007dfe6b09a5e59443bb1afff0b9">Length</a> ()=0</td></tr>
<tr class="separator:a6aa1007dfe6b09a5e59443bb1afff0b9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aae01a4e977988fa8338d11d87b572cfa"><td class="memItemLeft" align="right" valign="top">virtual const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_script_data.html#aae01a4e977988fa8338d11d87b572cfa">Data</a> ()=0</td></tr>
<tr class="separator:aae01a4e977988fa8338d11d87b572cfa"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab5cea77b299b7dd73b7024fb114fd7e4"><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_script_data.html#ab5cea77b299b7dd73b7024fb114fd7e4">HasError</a> ()=0</td></tr>
<tr class="separator:ab5cea77b299b7dd73b7024fb114fd7e4"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:a4bb3cdd4abbde99a000a0c25b6357520"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classv8_1_1_script_data.html">ScriptData</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_script_data.html#a4bb3cdd4abbde99a000a0c25b6357520">PreCompile</a> (const char *input, int length)</td></tr>
<tr class="separator:a4bb3cdd4abbde99a000a0c25b6357520"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad1e46f2a1e84ae151b295f3c74c71787"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classv8_1_1_script_data.html">ScriptData</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_script_data.html#ad1e46f2a1e84ae151b295f3c74c71787">PreCompile</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > source)</td></tr>
<tr class="separator:ad1e46f2a1e84ae151b295f3c74c71787"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a642fc06a9615387f9ac80f264758cc70"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classv8_1_1_script_data.html">ScriptData</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_script_data.html#a642fc06a9615387f9ac80f264758cc70">New</a> (const char *data, int length)</td></tr>
<tr class="separator:a642fc06a9615387f9ac80f264758cc70"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Pre-compilation data that can be associated with a script. This data can be calculated for a script in advance of actually compiling it, and can be stored between compilations. When script data is given to the compile method compilation will be faster. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="aae01a4e977988fa8338d11d87b572cfa"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual const char* v8::ScriptData::Data </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns a serialized representation of this <a class="el" href="classv8_1_1_script_data.html">ScriptData</a> that can later be passed to <a class="el" href="classv8_1_1_script_data.html#a642fc06a9615387f9ac80f264758cc70">New()</a>. NOTE: Serialized data is platform-dependent. </p>
</div>
</div>
<a class="anchor" id="ab5cea77b299b7dd73b7024fb114fd7e4"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual bool v8::ScriptData::HasError </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns true if the source code could not be parsed. </p>
</div>
</div>
<a class="anchor" id="a6aa1007dfe6b09a5e59443bb1afff0b9"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual int v8::ScriptData::Length </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the length of <a class="el" href="classv8_1_1_script_data.html#aae01a4e977988fa8338d11d87b572cfa">Data()</a>. </p>
</div>
</div>
<a class="anchor" id="a642fc06a9615387f9ac80f264758cc70"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="classv8_1_1_script_data.html">ScriptData</a>* v8::ScriptData::New </td>
<td>(</td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>data</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>length</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Load previous pre-compilation data.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">data</td><td>Pointer to data returned by a call to <a class="el" href="classv8_1_1_script_data.html#aae01a4e977988fa8338d11d87b572cfa">Data()</a> of a previous <a class="el" href="classv8_1_1_script_data.html">ScriptData</a>. Ownership is not transferred. </td></tr>
<tr><td class="paramname">length</td><td>Length of data. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a4bb3cdd4abbde99a000a0c25b6357520"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="classv8_1_1_script_data.html">ScriptData</a>* v8::ScriptData::PreCompile </td>
<td>(</td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>input</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>length</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Pre-compiles the specified script (context-independent).</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">input</td><td>Pointer to UTF-8 script source code. </td></tr>
<tr><td class="paramname">length</td><td>Length of UTF-8 script source code. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="ad1e46f2a1e84ae151b295f3c74c71787"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="classv8_1_1_script_data.html">ScriptData</a>* v8::ScriptData::PreCompile </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > </td>
<td class="paramname"><em>source</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Pre-compiles the specified script (context-independent).</p>
<p>NOTE: Pre-compilation using this method cannot happen on another thread without using Lockers.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">source</td><td><a class="el" href="classv8_1_1_script.html">Script</a> source code. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:46:37 for V8 API Reference Guide for node.js v0.2.0 - v0.2.5 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>
|
static/art/inspection.html | rhyolight/rhyolight.net | <!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>inspection - rhyolight's cryptoart</title>
<meta name="description" content="inspection - rhyolight's cryptoart">
<meta name="author" content="Matt Taylor">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@rhyolight">
<meta name="twitter:creator" content="@rhyolight">
<meta name="twitter:title" content="inspection - cryptoart">
<meta name="twitter:description" content="Full description of the artwork and physical items the winner of the auction will receive.">
<meta name="twitter:image" content="https://www.rhyolight.net/images/inspection-card.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Special+Elite|Actor&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Actor';
background-color: rgb(0, 0, 0);
color: #FFF;
font-size: 16pt;
}
ul li {
}
h1, h2, h3, h4 {
font-family: 'Special Elite';
padding: 20px 20px;
}
h4 {
font-family: 'Actor';
}
a {
color: white;
text-decoration: underline;
}
a:hover {
color: rgb(151, 151, 151);
}
ul.images li {
list-style: none;
}
ul.images img {
width: 80%;
}
a#unmute {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm">
<h1>inspection</h1>
<h2>cryptoart by <a href="https://twitter.com/rhyolight">rhyolight</a></h2>
<h3>available June on <a href="https://superrare.co/rhyolight">SuperRare</a></h3>
<h3><a id="unmute">unmute</a> for sound</h3>
<p>Once bids reach <strong>1.0 ETH</strong>, a 12-hour timer will start. The highest bid will be accepted unless there is another bid, which starts the timer again.</p>
<p>In addition to digital ownership, the winner of the initial SuperRare sale of this work will also
receive a thumb drive with <em><strong>high resolution versions of the artwork</strong></em> in
PNG, MP4 and GIF, the original monochromatic cellular automaton graphic, and the following <strong>high quality 16 x 16 inch
<em>signed art print</em></strong>:</p>
<ul class="images">
<li><img src="/images/inspection-print.png"></li>
</ul>
</div>
<div class="col-lg">
<br/>
<video id="video" controls autoplay="true" loop="true" muted="true" width="100%">
<source src="https://rhyolightart.s3-us-west-2.amazonaws.com/inspection.mp4"
type="video/mp4">
Sorry, your browser doesn't support embedded videos.
</video>
<h1>inspection</h1>
<p>
Cellular automaton interacting with diamond gradient, plus additional color and texture effects. 800x800px MP4, 38.7MB.
</p>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script>
var video=document.getElementById("video") ;
$('#unmute').on("click", function(e){
video.muted = !video.muted;
});
</script>
</body>
</html> |
src/main/resources/public/rps.css | OArnarsson/TDD-RockPaperScissors | .twa {
display: inline-block;
height: 1em;
width: 1em;
margin: 0 .05em 0 .1em;
vertical-align: -0.1em;
background-repeat: no-repeat;
background-position: center center;
background-size: 1em 1em; }
.twa-lg {
height: 1.33em;
width: 1.33em;
margin: 0 0.0665em 0 0.133em;
vertical-align: -0.133em;
background-size: 1.33em 1.33em; }
.twa-2x {
height: 2em;
width: 2em;
margin: 0 0.1em 0 0.2em;
vertical-align: -0.2em;
background-size: 2em 2em; }
.twa-3x {
height: 3em;
width: 3em;
margin: 0 0.15em 0 0.3em;
vertical-align: -0.3em;
background-size: 3em 3em; }
.twa-4x {
height: 4em;
width: 4em;
margin: 0 0.2em 0 0.4em;
vertical-align: -0.4em;
background-size: 4em 4em; }
.twa-5x {
height: 5em;
width: 5em;
margin: 0 0.25em 0 0.5em;
vertical-align: -0.5em;
background-size: 5em 5em; }
.twa-smile {
background-image: url("https://twemoji.maxcdn.com/svg/1f604.svg"); }
.twa-laughing {
background-image: url("https://twemoji.maxcdn.com/svg/1f606.svg"); }
.twa-blush {
background-image: url("https://twemoji.maxcdn.com/svg/1f60a.svg"); }
.twa-smiley {
background-image: url("https://twemoji.maxcdn.com/svg/1f603.svg"); }
.twa-relaxed {
background-image: url("https://twemoji.maxcdn.com/svg/263a.svg"); }
.twa-smirk {
background-image: url("https://twemoji.maxcdn.com/svg/1f60f.svg"); }
.twa-heart-eyes {
background-image: url("https://twemoji.maxcdn.com/svg/1f60d.svg"); }
.twa-kissing-heart {
background-image: url("https://twemoji.maxcdn.com/svg/1f618.svg"); }
.twa-kissing-closed-eyes {
background-image: url("https://twemoji.maxcdn.com/svg/1f61a.svg"); }
.twa-flushed {
background-image: url("https://twemoji.maxcdn.com/svg/1f633.svg"); }
.twa-relieved {
background-image: url("https://twemoji.maxcdn.com/svg/1f625.svg"); }
.twa-satisfied {
background-image: url("https://twemoji.maxcdn.com/svg/1f60c.svg"); }
.twa-grin {
background-image: url("https://twemoji.maxcdn.com/svg/1f601.svg"); }
.twa-wink {
background-image: url("https://twemoji.maxcdn.com/svg/1f609.svg"); }
.twa-stuck-out-tongue-winking-eye {
background-image: url("https://twemoji.maxcdn.com/svg/1f61c.svg"); }
.twa-stuck-out-tongue-closed-eyes {
background-image: url("https://twemoji.maxcdn.com/svg/1f61d.svg"); }
.twa-grinning {
background-image: url("https://twemoji.maxcdn.com/svg/1f600.svg"); }
.twa-kissing {
background-image: url("https://twemoji.maxcdn.com/svg/1f617.svg"); }
.twa-kissing-smiling-eyes {
background-image: url("https://twemoji.maxcdn.com/svg/1f619.svg"); }
.twa-stuck-out-tongue {
background-image: url("https://twemoji.maxcdn.com/svg/1f61b.svg"); }
.twa-sleeping {
background-image: url("https://twemoji.maxcdn.com/svg/1f634.svg"); }
.twa-worried {
background-image: url("https://twemoji.maxcdn.com/svg/1f61f.svg"); }
.twa-frowning {
background-image: url("https://twemoji.maxcdn.com/svg/1f626.svg"); }
.twa-anguished {
background-image: url("https://twemoji.maxcdn.com/svg/1f627.svg"); }
.twa-open-mouth {
background-image: url("https://twemoji.maxcdn.com/svg/1f62e.svg"); }
.twa-grimacing {
background-image: url("https://twemoji.maxcdn.com/svg/1f62c.svg"); }
.twa-confused {
background-image: url("https://twemoji.maxcdn.com/svg/1f615.svg"); }
.twa-hushed {
background-image: url("https://twemoji.maxcdn.com/svg/1f62f.svg"); }
.twa-expressionless {
background-image: url("https://twemoji.maxcdn.com/svg/1f611.svg"); }
.twa-unamused {
background-image: url("https://twemoji.maxcdn.com/svg/1f612.svg"); }
.twa-sweat-smile {
background-image: url("https://twemoji.maxcdn.com/svg/1f605.svg"); }
.twa-sweat {
background-image: url("https://twemoji.maxcdn.com/svg/1f613.svg"); }
.twa-weary {
background-image: url("https://twemoji.maxcdn.com/svg/1f629.svg"); }
.twa-pensive {
background-image: url("https://twemoji.maxcdn.com/svg/1f614.svg"); }
.twa-disappointed {
background-image: url("https://twemoji.maxcdn.com/svg/1f61e.svg"); }
.twa-confounded {
background-image: url("https://twemoji.maxcdn.com/svg/1f616.svg"); }
.twa-fearful {
background-image: url("https://twemoji.maxcdn.com/svg/1f628.svg"); }
.twa-cold-sweat {
background-image: url("https://twemoji.maxcdn.com/svg/1f630.svg"); }
.twa-persevere {
background-image: url("https://twemoji.maxcdn.com/svg/1f623.svg"); }
.twa-cry {
background-image: url("https://twemoji.maxcdn.com/svg/1f622.svg"); }
.twa-sob {
background-image: url("https://twemoji.maxcdn.com/svg/1f62d.svg"); }
.twa-joy {
background-image: url("https://twemoji.maxcdn.com/svg/1f602.svg"); }
.twa-astonished {
background-image: url("https://twemoji.maxcdn.com/svg/1f632.svg"); }
.twa-scream {
background-image: url("https://twemoji.maxcdn.com/svg/1f631.svg"); }
.twa-tired-face {
background-image: url("https://twemoji.maxcdn.com/svg/1f62b.svg"); }
.twa-angry {
background-image: url("https://twemoji.maxcdn.com/svg/1f620.svg"); }
.twa-rage {
background-image: url("https://twemoji.maxcdn.com/svg/1f621.svg"); }
.twa-triumph {
background-image: url("https://twemoji.maxcdn.com/svg/1f624.svg"); }
.twa-sleepy {
background-image: url("https://twemoji.maxcdn.com/svg/1f62a.svg"); }
.twa-yum {
background-image: url("https://twemoji.maxcdn.com/svg/1f60b.svg"); }
.twa-mask {
background-image: url("https://twemoji.maxcdn.com/svg/1f637.svg"); }
.twa-sunglasses {
background-image: url("https://twemoji.maxcdn.com/svg/1f60e.svg"); }
.twa-dizzy-face {
background-image: url("https://twemoji.maxcdn.com/svg/1f635.svg"); }
.twa-imp {
background-image: url("https://twemoji.maxcdn.com/svg/1f47f.svg"); }
.twa-smiling-imp {
background-image: url("https://twemoji.maxcdn.com/svg/1f608.svg"); }
.twa-neutral-face {
background-image: url("https://twemoji.maxcdn.com/svg/1f610.svg"); }
.twa-no-mouth {
background-image: url("https://twemoji.maxcdn.com/svg/1f636.svg"); }
.twa-innocent {
background-image: url("https://twemoji.maxcdn.com/svg/1f607.svg"); }
.twa-alien {
background-image: url("https://twemoji.maxcdn.com/svg/1f47d.svg"); }
.twa-yellow-heart {
background-image: url("https://twemoji.maxcdn.com/svg/1f49b.svg"); }
.twa-blue-heart {
background-image: url("https://twemoji.maxcdn.com/svg/1f499.svg"); }
.twa-purple-heart {
background-image: url("https://twemoji.maxcdn.com/svg/1f49c.svg"); }
.twa-heart {
background-image: url("https://twemoji.maxcdn.com/svg/2764.svg"); }
.twa-green-heart {
background-image: url("https://twemoji.maxcdn.com/svg/1f49a.svg"); }
.twa-broken-heart {
background-image: url("https://twemoji.maxcdn.com/svg/1f494.svg"); }
.twa-heartbeat {
background-image: url("https://twemoji.maxcdn.com/svg/1f493.svg"); }
.twa-heartpulse {
background-image: url("https://twemoji.maxcdn.com/svg/1f497.svg"); }
.twa-two-hearts {
background-image: url("https://twemoji.maxcdn.com/svg/1f495.svg"); }
.twa-revolving-hearts {
background-image: url("https://twemoji.maxcdn.com/svg/1f49e.svg"); }
.twa-cupid {
background-image: url("https://twemoji.maxcdn.com/svg/1f498.svg"); }
.twa-sparkling-heart {
background-image: url("https://twemoji.maxcdn.com/svg/1f496.svg"); }
.twa-sparkles {
background-image: url("https://twemoji.maxcdn.com/svg/2728.svg"); }
.twa-star {
background-image: url("https://twemoji.maxcdn.com/svg/2b50.svg"); }
.twa-star2 {
background-image: url("https://twemoji.maxcdn.com/svg/1f31f.svg"); }
.twa-dizzy {
background-image: url("https://twemoji.maxcdn.com/svg/1f4ab.svg"); }
.twa-boom {
background-image: url("https://twemoji.maxcdn.com/svg/1f4a5.svg"); }
.twa-anger {
background-image: url("https://twemoji.maxcdn.com/svg/1f4a2.svg"); }
.twa-exclamation {
background-image: url("https://twemoji.maxcdn.com/svg/2757.svg"); }
.twa-question {
background-image: url("https://twemoji.maxcdn.com/svg/2753.svg"); }
.twa-grey-exclamation {
background-image: url("https://twemoji.maxcdn.com/svg/2755.svg"); }
.twa-grey-question {
background-image: url("https://twemoji.maxcdn.com/svg/2754.svg"); }
.twa-zzz {
background-image: url("https://twemoji.maxcdn.com/svg/1f4a4.svg"); }
.twa-dash {
background-image: url("https://twemoji.maxcdn.com/svg/1f4a8.svg"); }
.twa-sweat-drops {
background-image: url("https://twemoji.maxcdn.com/svg/1f4a6.svg"); }
.twa-notes {
background-image: url("https://twemoji.maxcdn.com/svg/1f3b6.svg"); }
.twa-musical-note {
background-image: url("https://twemoji.maxcdn.com/svg/1f3b5.svg"); }
.twa-fire {
background-image: url("https://twemoji.maxcdn.com/svg/1f525.svg"); }
.twa-poop {
background-image: url("https://twemoji.maxcdn.com/svg/1f4a9.svg"); }
.twa-thumbsup {
background-image: url("https://twemoji.maxcdn.com/svg/1f44d.svg"); }
.twa-thumbsdown {
background-image: url("https://twemoji.maxcdn.com/svg/1f44e.svg"); }
.twa-ok-hand {
background-image: url("https://twemoji.maxcdn.com/svg/1f44c.svg"); }
.twa-punch {
background-image: url("https://twemoji.maxcdn.com/svg/1f44a.svg"); }
.twa-fist {
background-image: url("https://twemoji.maxcdn.com/svg/270a.svg"); }
.twa-v {
background-image: url("https://twemoji.maxcdn.com/svg/270c.svg"); }
.twa-wave {
background-image: url("https://twemoji.maxcdn.com/svg/1f44b.svg"); }
.twa-hand {
background-image: url("https://twemoji.maxcdn.com/svg/270b.svg"); }
.twa-open-hands {
background-image: url("https://twemoji.maxcdn.com/svg/1f450.svg"); }
.twa-point-up {
background-image: url("https://twemoji.maxcdn.com/svg/261d.svg"); }
.twa-point-down {
background-image: url("https://twemoji.maxcdn.com/svg/1f447.svg"); }
.twa-point-left {
background-image: url("https://twemoji.maxcdn.com/svg/1f448.svg"); }
.twa-point-right {
background-image: url("https://twemoji.maxcdn.com/svg/1f449.svg"); }
.twa-raised-hands {
background-image: url("https://twemoji.maxcdn.com/svg/1f64c.svg"); }
.twa-pray {
background-image: url("https://twemoji.maxcdn.com/svg/1f64f.svg"); }
.twa-point-up-2 {
background-image: url("https://twemoji.maxcdn.com/svg/1f446.svg"); }
.twa-clap {
background-image: url("https://twemoji.maxcdn.com/svg/1f44f.svg"); }
.twa-muscle {
background-image: url("https://twemoji.maxcdn.com/svg/1f4aa.svg"); }
.twa-walking {
background-image: url("https://twemoji.maxcdn.com/svg/1f6b6.svg"); }
.twa-runner {
background-image: url("https://twemoji.maxcdn.com/svg/1f3c3.svg"); }
.twa-couple {
background-image: url("https://twemoji.maxcdn.com/svg/1f46b.svg"); }
.twa-family {
background-image: url("https://twemoji.maxcdn.com/svg/1f46a.svg"); }
.twa-two-men-holding-hands {
background-image: url("https://twemoji.maxcdn.com/svg/1f46c.svg"); }
.twa-two-women-holding-hands {
background-image: url("https://twemoji.maxcdn.com/svg/1f46d.svg"); }
.twa-dancer {
background-image: url("https://twemoji.maxcdn.com/svg/1f483.svg"); }
.twa-dancers {
background-image: url("https://twemoji.maxcdn.com/svg/1f46f.svg"); }
.twa-ok-woman {
background-image: url("https://twemoji.maxcdn.com/svg/1f646.svg"); }
.twa-no-good {
background-image: url("https://twemoji.maxcdn.com/svg/1f645.svg"); }
.twa-information-desk-person {
background-image: url("https://twemoji.maxcdn.com/svg/1f481.svg"); }
.twa-raised-hand {
background-image: url("https://twemoji.maxcdn.com/svg/1f64b.svg"); }
.twa-bride-with-veil {
background-image: url("https://twemoji.maxcdn.com/svg/1f470.svg"); }
.twa-person-with-pouting-face {
background-image: url("https://twemoji.maxcdn.com/svg/1f64e.svg"); }
.twa-person-frowning {
background-image: url("https://twemoji.maxcdn.com/svg/1f64d.svg"); }
.twa-bow {
background-image: url("https://twemoji.maxcdn.com/svg/1f647.svg"); }
.twa-couplekiss {
background-image: url("https://twemoji.maxcdn.com/svg/1f48f.svg"); }
.twa-couple-with-heart {
background-image: url("https://twemoji.maxcdn.com/svg/1f491.svg"); }
.twa-massage {
background-image: url("https://twemoji.maxcdn.com/svg/1f486.svg"); }
.twa-haircut {
background-image: url("https://twemoji.maxcdn.com/svg/1f487.svg"); }
.twa-nail-care {
background-image: url("https://twemoji.maxcdn.com/svg/1f485.svg"); }
.twa-boy {
background-image: url("https://twemoji.maxcdn.com/svg/1f466.svg"); }
.twa-girl {
background-image: url("https://twemoji.maxcdn.com/svg/1f467.svg"); }
.twa-woman {
background-image: url("https://twemoji.maxcdn.com/svg/1f469.svg"); }
.twa-man {
background-image: url("https://twemoji.maxcdn.com/svg/1f468.svg"); }
.twa-baby {
background-image: url("https://twemoji.maxcdn.com/svg/1f476.svg"); }
.twa-older-woman {
background-image: url("https://twemoji.maxcdn.com/svg/1f475.svg"); }
.twa-older-man {
background-image: url("https://twemoji.maxcdn.com/svg/1f474.svg"); }
.twa-person-with-blond-hair {
background-image: url("https://twemoji.maxcdn.com/svg/1f471.svg"); }
.twa-man-with-gua-pi-mao {
background-image: url("https://twemoji.maxcdn.com/svg/1f472.svg"); }
.twa-man-with-turban {
background-image: url("https://twemoji.maxcdn.com/svg/1f473.svg"); }
.twa-construction-worker {
background-image: url("https://twemoji.maxcdn.com/svg/1f477.svg"); }
.twa-cop {
background-image: url("https://twemoji.maxcdn.com/svg/1f46e.svg"); }
.twa-angel {
background-image: url("https://twemoji.maxcdn.com/svg/1f47c.svg"); }
.twa-princess {
background-image: url("https://twemoji.maxcdn.com/svg/1f478.svg"); }
.twa-smiley-cat {
background-image: url("https://twemoji.maxcdn.com/svg/1f63a.svg"); }
.twa-smile-cat {
background-image: url("https://twemoji.maxcdn.com/svg/1f638.svg"); }
.twa-heart-eyes-cat {
background-image: url("https://twemoji.maxcdn.com/svg/1f63b.svg"); }
.twa-kissing-cat {
background-image: url("https://twemoji.maxcdn.com/svg/1f63d.svg"); }
.twa-smirk-cat {
background-image: url("https://twemoji.maxcdn.com/svg/1f63c.svg"); }
.twa-scream-cat {
background-image: url("https://twemoji.maxcdn.com/svg/1f640.svg"); }
.twa-crying-cat-face {
background-image: url("https://twemoji.maxcdn.com/svg/1f63f.svg"); }
.twa-joy-cat {
background-image: url("https://twemoji.maxcdn.com/svg/1f639.svg"); }
.twa-pouting-cat {
background-image: url("https://twemoji.maxcdn.com/svg/1f63e.svg"); }
.twa-japanese-ogre {
background-image: url("https://twemoji.maxcdn.com/svg/1f479.svg"); }
.twa-japanese-goblin {
background-image: url("https://twemoji.maxcdn.com/svg/1f47a.svg"); }
.twa-see-no-evil {
background-image: url("https://twemoji.maxcdn.com/svg/1f648.svg"); }
.twa-hear-no-evil {
background-image: url("https://twemoji.maxcdn.com/svg/1f649.svg"); }
.twa-speak-no-evil {
background-image: url("https://twemoji.maxcdn.com/svg/1f64a.svg"); }
.twa-guardsman {
background-image: url("https://twemoji.maxcdn.com/svg/1f482.svg"); }
.twa-skull {
background-image: url("https://twemoji.maxcdn.com/svg/1f480.svg"); }
.twa-feet {
background-image: url("https://twemoji.maxcdn.com/svg/1f463.svg"); }
.twa-lips {
background-image: url("https://twemoji.maxcdn.com/svg/1f444.svg"); }
.twa-kiss {
background-image: url("https://twemoji.maxcdn.com/svg/1f48b.svg"); }
.twa-droplet {
background-image: url("https://twemoji.maxcdn.com/svg/1f4a7.svg"); }
.twa-ear {
background-image: url("https://twemoji.maxcdn.com/svg/1f442.svg"); }
.twa-eyes {
background-image: url("https://twemoji.maxcdn.com/svg/1f440.svg"); }
.twa-nose {
background-image: url("https://twemoji.maxcdn.com/svg/1f443.svg"); }
.twa-tongue {
background-image: url("https://twemoji.maxcdn.com/svg/1f445.svg"); }
.twa-love-letter {
background-image: url("https://twemoji.maxcdn.com/svg/1f48c.svg"); }
.twa-bust-in-silhouette {
background-image: url("https://twemoji.maxcdn.com/svg/1f464.svg"); }
.twa-busts-in-silhouette {
background-image: url("https://twemoji.maxcdn.com/svg/1f465.svg"); }
.twa-speech-balloon {
background-image: url("https://twemoji.maxcdn.com/svg/1f4ac.svg"); }
.twa-thought-balloon {
background-image: url("https://twemoji.maxcdn.com/svg/1f4ad.svg"); }
.twa-sunny {
background-image: url("https://twemoji.maxcdn.com/svg/2600.svg"); }
.twa-umbrella {
background-image: url("https://twemoji.maxcdn.com/svg/2614.svg"); }
.twa-cloud {
background-image: url("https://twemoji.maxcdn.com/svg/2601.svg"); }
.twa-snowflake {
background-image: url("https://twemoji.maxcdn.com/svg/2744.svg"); }
.twa-snowman {
background-image: url("https://twemoji.maxcdn.com/svg/26c4.svg"); }
.twa-zap {
background-image: url("https://twemoji.maxcdn.com/svg/26a1.svg"); }
.twa-cyclone {
background-image: url("https://twemoji.maxcdn.com/svg/1f300.svg"); }
.twa-foggy {
background-image: url("https://twemoji.maxcdn.com/svg/1f301.svg"); }
.twa-ocean {
background-image: url("https://twemoji.maxcdn.com/svg/1f30a.svg"); }
.twa-cat {
background-image: url("https://twemoji.maxcdn.com/svg/1f431.svg"); }
.twa-dog {
background-image: url("https://twemoji.maxcdn.com/svg/1f436.svg"); }
.twa-mouse {
background-image: url("https://twemoji.maxcdn.com/svg/1f42d.svg"); }
.twa-hamster {
background-image: url("https://twemoji.maxcdn.com/svg/1f439.svg"); }
.twa-rabbit {
background-image: url("https://twemoji.maxcdn.com/svg/1f430.svg"); }
.twa-wolf {
background-image: url("https://twemoji.maxcdn.com/svg/1f43a.svg"); }
.twa-frog {
background-image: url("https://twemoji.maxcdn.com/svg/1f438.svg"); }
.twa-tiger {
background-image: url("https://twemoji.maxcdn.com/svg/1f42f.svg"); }
.twa-koala {
background-image: url("https://twemoji.maxcdn.com/svg/1f428.svg"); }
.twa-bear {
background-image: url("https://twemoji.maxcdn.com/svg/1f43b.svg"); }
.twa-pig {
background-image: url("https://twemoji.maxcdn.com/svg/1f437.svg"); }
.twa-pig-nose {
background-image: url("https://twemoji.maxcdn.com/svg/1f43d.svg"); }
.twa-cow {
background-image: url("https://twemoji.maxcdn.com/svg/1f42e.svg"); }
.twa-boar {
background-image: url("https://twemoji.maxcdn.com/svg/1f417.svg"); }
.twa-monkey-face {
background-image: url("https://twemoji.maxcdn.com/svg/1f435.svg"); }
.twa-monkey {
background-image: url("https://twemoji.maxcdn.com/svg/1f412.svg"); }
.twa-horse {
background-image: url("https://twemoji.maxcdn.com/svg/1f434.svg"); }
.twa-racehorse {
background-image: url("https://twemoji.maxcdn.com/svg/1f40e.svg"); }
.twa-camel {
background-image: url("https://twemoji.maxcdn.com/svg/1f42b.svg"); }
.twa-sheep {
background-image: url("https://twemoji.maxcdn.com/svg/1f411.svg"); }
.twa-elephant {
background-image: url("https://twemoji.maxcdn.com/svg/1f418.svg"); }
.twa-panda-face {
background-image: url("https://twemoji.maxcdn.com/svg/1f43c.svg"); }
.twa-snake {
background-image: url("https://twemoji.maxcdn.com/svg/1f40d.svg"); }
.twa-bird {
background-image: url("https://twemoji.maxcdn.com/svg/1f426.svg"); }
.twa-baby-chick {
background-image: url("https://twemoji.maxcdn.com/svg/1f424.svg"); }
.twa-hatched-chick {
background-image: url("https://twemoji.maxcdn.com/svg/1f425.svg"); }
.twa-hatching-chick {
background-image: url("https://twemoji.maxcdn.com/svg/1f423.svg"); }
.twa-chicken {
background-image: url("https://twemoji.maxcdn.com/svg/1f414.svg"); }
.twa-penguin {
background-image: url("https://twemoji.maxcdn.com/svg/1f427.svg"); }
.twa-turtle {
background-image: url("https://twemoji.maxcdn.com/svg/1f422.svg"); }
.twa-bug {
background-image: url("https://twemoji.maxcdn.com/svg/1f41b.svg"); }
.twa-honeybee {
background-image: url("https://twemoji.maxcdn.com/svg/1f41d.svg"); }
.twa-ant {
background-image: url("https://twemoji.maxcdn.com/svg/1f41c.svg"); }
.twa-beetle {
background-image: url("https://twemoji.maxcdn.com/svg/1f41e.svg"); }
.twa-snail {
background-image: url("https://twemoji.maxcdn.com/svg/1f40c.svg"); }
.twa-octopus {
background-image: url("https://twemoji.maxcdn.com/svg/1f419.svg"); }
.twa-tropical-fish {
background-image: url("https://twemoji.maxcdn.com/svg/1f420.svg"); }
.twa-fish {
background-image: url("https://twemoji.maxcdn.com/svg/1f41f.svg"); }
.twa-whale {
background-image: url("https://twemoji.maxcdn.com/svg/1f433.svg"); }
.twa-whale2 {
background-image: url("https://twemoji.maxcdn.com/svg/1f40b.svg"); }
.twa-dolphin {
background-image: url("https://twemoji.maxcdn.com/svg/1f42c.svg"); }
.twa-cow2 {
background-image: url("https://twemoji.maxcdn.com/svg/1f404.svg"); }
.twa-ram {
background-image: url("https://twemoji.maxcdn.com/svg/1f40f.svg"); }
.twa-rat {
background-image: url("https://twemoji.maxcdn.com/svg/1f400.svg"); }
.twa-water-buffalo {
background-image: url("https://twemoji.maxcdn.com/svg/1f403.svg"); }
.twa-tiger2 {
background-image: url("https://twemoji.maxcdn.com/svg/1f405.svg"); }
.twa-rabbit2 {
background-image: url("https://twemoji.maxcdn.com/svg/1f407.svg"); }
.twa-dragon {
background-image: url("https://twemoji.maxcdn.com/svg/1f409.svg"); }
.twa-goat {
background-image: url("https://twemoji.maxcdn.com/svg/1f410.svg"); }
.twa-rooster {
background-image: url("https://twemoji.maxcdn.com/svg/1f413.svg"); }
.twa-dog2 {
background-image: url("https://twemoji.maxcdn.com/svg/1f415.svg"); }
.twa-pig2 {
background-image: url("https://twemoji.maxcdn.com/svg/1f416.svg"); }
.twa-mouse2 {
background-image: url("https://twemoji.maxcdn.com/svg/1f401.svg"); }
.twa-ox {
background-image: url("https://twemoji.maxcdn.com/svg/1f402.svg"); }
.twa-dragon-face {
background-image: url("https://twemoji.maxcdn.com/svg/1f432.svg"); }
.twa-blowfish {
background-image: url("https://twemoji.maxcdn.com/svg/1f421.svg"); }
.twa-crocodile {
background-image: url("https://twemoji.maxcdn.com/svg/1f40a.svg"); }
.twa-dromedary-camel {
background-image: url("https://twemoji.maxcdn.com/svg/1f42a.svg"); }
.twa-leopard {
background-image: url("https://twemoji.maxcdn.com/svg/1f406.svg"); }
.twa-cat2 {
background-image: url("https://twemoji.maxcdn.com/svg/1f408.svg"); }
.twa-poodle {
background-image: url("https://twemoji.maxcdn.com/svg/1f429.svg"); }
.twa-paw-prints {
background-image: url("https://twemoji.maxcdn.com/svg/1f43e.svg"); }
.twa-bouquet {
background-image: url("https://twemoji.maxcdn.com/svg/1f490.svg"); }
.twa-cherry-blossom {
background-image: url("https://twemoji.maxcdn.com/svg/1f338.svg"); }
.twa-tulip {
background-image: url("https://twemoji.maxcdn.com/svg/1f337.svg"); }
.twa-four-leaf-clover {
background-image: url("https://twemoji.maxcdn.com/svg/1f340.svg"); }
.twa-rose {
background-image: url("https://twemoji.maxcdn.com/svg/1f339.svg"); }
.twa-sunflower {
background-image: url("https://twemoji.maxcdn.com/svg/1f33b.svg"); }
.twa-hibiscus {
background-image: url("https://twemoji.maxcdn.com/svg/1f33a.svg"); }
.twa-maple-leaf {
background-image: url("https://twemoji.maxcdn.com/svg/1f341.svg"); }
.twa-leaves {
background-image: url("https://twemoji.maxcdn.com/svg/1f343.svg"); }
.twa-fallen-leaf {
background-image: url("https://twemoji.maxcdn.com/svg/1f342.svg"); }
.twa-herb {
background-image: url("https://twemoji.maxcdn.com/svg/1f33f.svg"); }
.twa-mushroom {
background-image: url("https://twemoji.maxcdn.com/svg/1f344.svg"); }
.twa-cactus {
background-image: url("https://twemoji.maxcdn.com/svg/1f335.svg"); }
.twa-palm-tree {
background-image: url("https://twemoji.maxcdn.com/svg/1f334.svg"); }
.twa-evergreen-tree {
background-image: url("https://twemoji.maxcdn.com/svg/1f332.svg"); }
.twa-deciduous-tree {
background-image: url("https://twemoji.maxcdn.com/svg/1f333.svg"); }
.twa-chestnut {
background-image: url("https://twemoji.maxcdn.com/svg/1f330.svg"); }
.twa-seedling {
background-image: url("https://twemoji.maxcdn.com/svg/1f331.svg"); }
.twa-blossom {
background-image: url("https://twemoji.maxcdn.com/svg/1f33c.svg"); }
.twa-ear-of-rice {
background-image: url("https://twemoji.maxcdn.com/svg/1f33e.svg"); }
.twa-shell {
background-image: url("https://twemoji.maxcdn.com/svg/1f41a.svg"); }
.twa-globe-with-meridians {
background-image: url("https://twemoji.maxcdn.com/svg/1f310.svg"); }
.twa-sun-with-face {
background-image: url("https://twemoji.maxcdn.com/svg/1f31e.svg"); }
.twa-full-moon-with-face {
background-image: url("https://twemoji.maxcdn.com/svg/1f31d.svg"); }
.twa-new-moon-with-face {
background-image: url("https://twemoji.maxcdn.com/svg/1f31a.svg"); }
.twa-new-moon {
background-image: url("https://twemoji.maxcdn.com/svg/1f311.svg"); }
.twa-waxing-crescent-moon {
background-image: url("https://twemoji.maxcdn.com/svg/1f312.svg"); }
.twa-first-quarter-moon {
background-image: url("https://twemoji.maxcdn.com/svg/1f313.svg"); }
.twa-waxing-gibbous-moon {
background-image: url("https://twemoji.maxcdn.com/svg/1f314.svg"); }
.twa-full-moon {
background-image: url("https://twemoji.maxcdn.com/svg/1f315.svg"); }
.twa-waning-gibbous-moon {
background-image: url("https://twemoji.maxcdn.com/svg/1f316.svg"); }
.twa-last-quarter-moon {
background-image: url("https://twemoji.maxcdn.com/svg/1f317.svg"); }
.twa-waning-crescent-moon {
background-image: url("https://twemoji.maxcdn.com/svg/1f318.svg"); }
.twa-last-quarter-moon-with-face {
background-image: url("https://twemoji.maxcdn.com/svg/1f31c.svg"); }
.twa-first-quarter-moon-with-face {
background-image: url("https://twemoji.maxcdn.com/svg/1f31b.svg"); }
.twa-moon {
background-image: url("https://twemoji.maxcdn.com/svg/1f319.svg"); }
.twa-earth-africa {
background-image: url("https://twemoji.maxcdn.com/svg/1f30d.svg"); }
.twa-earth-americas {
background-image: url("https://twemoji.maxcdn.com/svg/1f30e.svg"); }
.twa-earth-asia {
background-image: url("https://twemoji.maxcdn.com/svg/1f30f.svg"); }
.twa-volcano {
background-image: url("https://twemoji.maxcdn.com/svg/1f30b.svg"); }
.twa-milky-way {
background-image: url("https://twemoji.maxcdn.com/svg/1f30c.svg"); }
.twa-partly-sunny {
background-image: url("https://twemoji.maxcdn.com/svg/26c5.svg"); }
.twa-bamboo {
background-image: url("https://twemoji.maxcdn.com/svg/1f38d.svg"); }
.twa-gift-heart {
background-image: url("https://twemoji.maxcdn.com/svg/1f49d.svg"); }
.twa-dolls {
background-image: url("https://twemoji.maxcdn.com/svg/1f38e.svg"); }
.twa-school-satchel {
background-image: url("https://twemoji.maxcdn.com/svg/1f392.svg"); }
.twa-mortar-board {
background-image: url("https://twemoji.maxcdn.com/svg/1f393.svg"); }
.twa-flags {
background-image: url("https://twemoji.maxcdn.com/svg/1f38f.svg"); }
.twa-fireworks {
background-image: url("https://twemoji.maxcdn.com/svg/1f386.svg"); }
.twa-sparkler {
background-image: url("https://twemoji.maxcdn.com/svg/1f387.svg"); }
.twa-wind-chime {
background-image: url("https://twemoji.maxcdn.com/svg/1f390.svg"); }
.twa-rice-scene {
background-image: url("https://twemoji.maxcdn.com/svg/1f391.svg"); }
.twa-jack-o-lantern {
background-image: url("https://twemoji.maxcdn.com/svg/1f383.svg"); }
.twa-ghost {
background-image: url("https://twemoji.maxcdn.com/svg/1f47b.svg"); }
.twa-santa {
background-image: url("https://twemoji.maxcdn.com/svg/1f385.svg"); }
.twa-8ball {
background-image: url("https://twemoji.maxcdn.com/svg/1f3b1.svg"); }
.twa-alarm-clock {
background-image: url("https://twemoji.maxcdn.com/svg/23f0.svg"); }
.twa-apple {
background-image: url("https://twemoji.maxcdn.com/svg/1f34e.svg"); }
.twa-art {
background-image: url("https://twemoji.maxcdn.com/svg/1f3a8.svg"); }
.twa-baby-bottle {
background-image: url("https://twemoji.maxcdn.com/svg/1f37c.svg"); }
.twa-balloon {
background-image: url("https://twemoji.maxcdn.com/svg/1f388.svg"); }
.twa-banana {
background-image: url("https://twemoji.maxcdn.com/svg/1f34c.svg"); }
.twa-bar-chart {
background-image: url("https://twemoji.maxcdn.com/svg/1f4ca.svg"); }
.twa-baseball {
background-image: url("https://twemoji.maxcdn.com/svg/26be.svg"); }
.twa-basketball {
background-image: url("https://twemoji.maxcdn.com/svg/1f3c0.svg"); }
.twa-bath {
background-image: url("https://twemoji.maxcdn.com/svg/1f6c0.svg"); }
.twa-bathtub {
background-image: url("https://twemoji.maxcdn.com/svg/1f6c1.svg"); }
.twa-battery {
background-image: url("https://twemoji.maxcdn.com/svg/1f50b.svg"); }
.twa-beer {
background-image: url("https://twemoji.maxcdn.com/svg/1f37a.svg"); }
.twa-beers {
background-image: url("https://twemoji.maxcdn.com/svg/1f37b.svg"); }
.twa-bell {
background-image: url("https://twemoji.maxcdn.com/svg/1f514.svg"); }
.twa-bento {
background-image: url("https://twemoji.maxcdn.com/svg/1f371.svg"); }
.twa-bicyclist {
background-image: url("https://twemoji.maxcdn.com/svg/1f6b4.svg"); }
.twa-bikini {
background-image: url("https://twemoji.maxcdn.com/svg/1f459.svg"); }
.twa-birthday {
background-image: url("https://twemoji.maxcdn.com/svg/1f382.svg"); }
.twa-black-joker {
background-image: url("https://twemoji.maxcdn.com/svg/1f0cf.svg"); }
.twa-black-nib {
background-image: url("https://twemoji.maxcdn.com/svg/2712.svg"); }
.twa-blue-book {
background-image: url("https://twemoji.maxcdn.com/svg/1f4d8.svg"); }
.twa-bomb {
background-image: url("https://twemoji.maxcdn.com/svg/1f4a3.svg"); }
.twa-bookmark {
background-image: url("https://twemoji.maxcdn.com/svg/1f516.svg"); }
.twa-bookmark-tabs {
background-image: url("https://twemoji.maxcdn.com/svg/1f4d1.svg"); }
.twa-books {
background-image: url("https://twemoji.maxcdn.com/svg/1f4da.svg"); }
.twa-boot {
background-image: url("https://twemoji.maxcdn.com/svg/1f462.svg"); }
.twa-bowling {
background-image: url("https://twemoji.maxcdn.com/svg/1f3b3.svg"); }
.twa-bread {
background-image: url("https://twemoji.maxcdn.com/svg/1f35e.svg"); }
.twa-briefcase {
background-image: url("https://twemoji.maxcdn.com/svg/1f4bc.svg"); }
.twa-bulb {
background-image: url("https://twemoji.maxcdn.com/svg/1f4a1.svg"); }
.twa-cake {
background-image: url("https://twemoji.maxcdn.com/svg/1f370.svg"); }
.twa-calendar {
background-image: url("https://twemoji.maxcdn.com/svg/1f4c6.svg"); }
.twa-calling {
background-image: url("https://twemoji.maxcdn.com/svg/1f4f2.svg"); }
.twa-camera {
background-image: url("https://twemoji.maxcdn.com/svg/1f4f7.svg"); }
.twa-candy {
background-image: url("https://twemoji.maxcdn.com/svg/1f36c.svg"); }
.twa-card-index {
background-image: url("https://twemoji.maxcdn.com/svg/1f4c7.svg"); }
.twa-cd {
background-image: url("https://twemoji.maxcdn.com/svg/1f4bf.svg"); }
.twa-chart-with-downwards-trend {
background-image: url("https://twemoji.maxcdn.com/svg/1f4c9.svg"); }
.twa-chart-with-upwards-trend {
background-image: url("https://twemoji.maxcdn.com/svg/1f4c8.svg"); }
.twa-cherries {
background-image: url("https://twemoji.maxcdn.com/svg/1f352.svg"); }
.twa-chocolate-bar {
background-image: url("https://twemoji.maxcdn.com/svg/1f36b.svg"); }
.twa-christmas-tree {
background-image: url("https://twemoji.maxcdn.com/svg/1f384.svg"); }
.twa-clapper {
background-image: url("https://twemoji.maxcdn.com/svg/1f3ac.svg"); }
.twa-clipboard {
background-image: url("https://twemoji.maxcdn.com/svg/1f4cb.svg"); }
.twa-closed-book {
background-image: url("https://twemoji.maxcdn.com/svg/1f4d5.svg"); }
.twa-closed-lock-with-key {
background-image: url("https://twemoji.maxcdn.com/svg/1f510.svg"); }
.twa-closed-umbrella {
background-image: url("https://twemoji.maxcdn.com/svg/1f302.svg"); }
.twa-clubs {
background-image: url("https://twemoji.maxcdn.com/svg/2663.svg"); }
.twa-cocktail {
background-image: url("https://twemoji.maxcdn.com/svg/1f378.svg"); }
.twa-coffee {
background-image: url("https://twemoji.maxcdn.com/svg/2615.svg"); }
.twa-computer {
background-image: url("https://twemoji.maxcdn.com/svg/1f4bb.svg"); }
.twa-confetti-ball {
background-image: url("https://twemoji.maxcdn.com/svg/1f38a.svg"); }
.twa-cookie {
background-image: url("https://twemoji.maxcdn.com/svg/1f36a.svg"); }
.twa-corn {
background-image: url("https://twemoji.maxcdn.com/svg/1f33d.svg"); }
.twa-credit-card {
background-image: url("https://twemoji.maxcdn.com/svg/1f4b3.svg"); }
.twa-crown {
background-image: url("https://twemoji.maxcdn.com/svg/1f451.svg"); }
.twa-crystal-ball {
background-image: url("https://twemoji.maxcdn.com/svg/1f52e.svg"); }
.twa-curry {
background-image: url("https://twemoji.maxcdn.com/svg/1f35b.svg"); }
.twa-custard {
background-image: url("https://twemoji.maxcdn.com/svg/1f36e.svg"); }
.twa-dango {
background-image: url("https://twemoji.maxcdn.com/svg/1f361.svg"); }
.twa-dart {
background-image: url("https://twemoji.maxcdn.com/svg/1f3af.svg"); }
.twa-date {
background-image: url("https://twemoji.maxcdn.com/svg/1f4c5.svg"); }
.twa-diamonds {
background-image: url("https://twemoji.maxcdn.com/svg/2666.svg"); }
.twa-dollar {
background-image: url("https://twemoji.maxcdn.com/svg/1f4b5.svg"); }
.twa-door {
background-image: url("https://twemoji.maxcdn.com/svg/1f6aa.svg"); }
.twa-doughnut {
background-image: url("https://twemoji.maxcdn.com/svg/1f369.svg"); }
.twa-dress {
background-image: url("https://twemoji.maxcdn.com/svg/1f457.svg"); }
.twa-dvd {
background-image: url("https://twemoji.maxcdn.com/svg/1f4c0.svg"); }
.twa-e-mail {
background-image: url("https://twemoji.maxcdn.com/svg/1f4e7.svg"); }
.twa-egg {
background-image: url("https://twemoji.maxcdn.com/svg/1f373.svg"); }
.twa-eggplant {
background-image: url("https://twemoji.maxcdn.com/svg/1f346.svg"); }
.twa-electric-plug {
background-image: url("https://twemoji.maxcdn.com/svg/1f50c.svg"); }
.twa-email {
background-image: url("https://twemoji.maxcdn.com/svg/2709.svg"); }
.twa-euro {
background-image: url("https://twemoji.maxcdn.com/svg/1f4b6.svg"); }
.twa-eyeglasses {
background-image: url("https://twemoji.maxcdn.com/svg/1f453.svg"); }
.twa-fax {
background-image: url("https://twemoji.maxcdn.com/svg/1f4e0.svg"); }
.twa-file-folder {
background-image: url("https://twemoji.maxcdn.com/svg/1f4c1.svg"); }
.twa-fish-cake {
background-image: url("https://twemoji.maxcdn.com/svg/1f365.svg"); }
.twa-fishing-pole-and-fish {
background-image: url("https://twemoji.maxcdn.com/svg/1f3a3.svg"); }
.twa-flashlight {
background-image: url("https://twemoji.maxcdn.com/svg/1f526.svg"); }
.twa-floppy-disk {
background-image: url("https://twemoji.maxcdn.com/svg/1f4be.svg"); }
.twa-flower-playing-cards {
background-image: url("https://twemoji.maxcdn.com/svg/1f3b4.svg"); }
.twa-football {
background-image: url("https://twemoji.maxcdn.com/svg/1f3c8.svg"); }
.twa-fork-and-knife {
background-image: url("https://twemoji.maxcdn.com/svg/1f374.svg"); }
.twa-fried-shrimp {
background-image: url("https://twemoji.maxcdn.com/svg/1f364.svg"); }
.twa-fries {
background-image: url("https://twemoji.maxcdn.com/svg/1f35f.svg"); }
.twa-game-die {
background-image: url("https://twemoji.maxcdn.com/svg/1f3b2.svg"); }
.twa-gem {
background-image: url("https://twemoji.maxcdn.com/svg/1f48e.svg"); }
.twa-gift {
background-image: url("https://twemoji.maxcdn.com/svg/1f381.svg"); }
.twa-golf {
background-image: url("https://twemoji.maxcdn.com/svg/26f3.svg"); }
.twa-grapes {
background-image: url("https://twemoji.maxcdn.com/svg/1f347.svg"); }
.twa-green-apple {
background-image: url("https://twemoji.maxcdn.com/svg/1f34f.svg"); }
.twa-green-book {
background-image: url("https://twemoji.maxcdn.com/svg/1f4d7.svg"); }
.twa-guitar {
background-image: url("https://twemoji.maxcdn.com/svg/1f3b8.svg"); }
.twa-gun {
background-image: url("https://twemoji.maxcdn.com/svg/1f52b.svg"); }
.twa-hamburger {
background-image: url("https://twemoji.maxcdn.com/svg/1f354.svg"); }
.twa-hammer {
background-image: url("https://twemoji.maxcdn.com/svg/1f528.svg"); }
.twa-handbag {
background-image: url("https://twemoji.maxcdn.com/svg/1f45c.svg"); }
.twa-headphones {
background-image: url("https://twemoji.maxcdn.com/svg/1f3a7.svg"); }
.twa-hearts {
background-image: url("https://twemoji.maxcdn.com/svg/2665.svg"); }
.twa-high-brightness {
background-image: url("https://twemoji.maxcdn.com/svg/1f506.svg"); }
.twa-high-heel {
background-image: url("https://twemoji.maxcdn.com/svg/1f460.svg"); }
.twa-hocho {
background-image: url("https://twemoji.maxcdn.com/svg/1f52a.svg"); }
.twa-honey-pot {
background-image: url("https://twemoji.maxcdn.com/svg/1f36f.svg"); }
.twa-horse-racing {
background-image: url("https://twemoji.maxcdn.com/svg/1f3c7.svg"); }
.twa-hourglass {
background-image: url("https://twemoji.maxcdn.com/svg/231b.svg"); }
.twa-hourglass-flowing-sand {
background-image: url("https://twemoji.maxcdn.com/svg/23f3.svg"); }
.twa-ice-cream {
background-image: url("https://twemoji.maxcdn.com/svg/1f368.svg"); }
.twa-icecream {
background-image: url("https://twemoji.maxcdn.com/svg/1f366.svg"); }
.twa-inbox-tray {
background-image: url("https://twemoji.maxcdn.com/svg/1f4e5.svg"); }
.twa-incoming-envelope {
background-image: url("https://twemoji.maxcdn.com/svg/1f4e8.svg"); }
.twa-iphone {
background-image: url("https://twemoji.maxcdn.com/svg/1f4f1.svg"); }
.twa-jeans {
background-image: url("https://twemoji.maxcdn.com/svg/1f456.svg"); }
.twa-key {
background-image: url("https://twemoji.maxcdn.com/svg/1f511.svg"); }
.twa-kimono {
background-image: url("https://twemoji.maxcdn.com/svg/1f458.svg"); }
.twa-ledger {
background-image: url("https://twemoji.maxcdn.com/svg/1f4d2.svg"); }
.twa-lemon {
background-image: url("https://twemoji.maxcdn.com/svg/1f34b.svg"); }
.twa-lipstick {
background-image: url("https://twemoji.maxcdn.com/svg/1f484.svg"); }
.twa-lock {
background-image: url("https://twemoji.maxcdn.com/svg/1f512.svg"); }
.twa-lock-with-ink-pen {
background-image: url("https://twemoji.maxcdn.com/svg/1f50f.svg"); }
.twa-lollipop {
background-image: url("https://twemoji.maxcdn.com/svg/1f36d.svg"); }
.twa-loop {
background-image: url("https://twemoji.maxcdn.com/svg/27bf.svg"); }
.twa-loudspeaker {
background-image: url("https://twemoji.maxcdn.com/svg/1f4e2.svg"); }
.twa-low-brightness {
background-image: url("https://twemoji.maxcdn.com/svg/1f505.svg"); }
.twa-mag {
background-image: url("https://twemoji.maxcdn.com/svg/1f50d.svg"); }
.twa-mag-right {
background-image: url("https://twemoji.maxcdn.com/svg/1f50e.svg"); }
.twa-mahjong {
background-image: url("https://twemoji.maxcdn.com/svg/1f004.svg"); }
.twa-mailbox {
background-image: url("https://twemoji.maxcdn.com/svg/1f4eb.svg"); }
.twa-mailbox-closed {
background-image: url("https://twemoji.maxcdn.com/svg/1f4ea.svg"); }
.twa-mailbox-with-mail {
background-image: url("https://twemoji.maxcdn.com/svg/1f4ec.svg"); }
.twa-mailbox-with-no-mail {
background-image: url("https://twemoji.maxcdn.com/svg/1f4ed.svg"); }
.twa-mans-shoe {
background-image: url("https://twemoji.maxcdn.com/svg/1f45e.svg"); }
.twa-meat-on-bone {
background-image: url("https://twemoji.maxcdn.com/svg/1f356.svg"); }
.twa-mega {
background-image: url("https://twemoji.maxcdn.com/svg/1f4e3.svg"); }
.twa-melon {
background-image: url("https://twemoji.maxcdn.com/svg/1f348.svg"); }
.twa-memo {
background-image: url("https://twemoji.maxcdn.com/svg/1f4dd.svg"); }
.twa-microphone {
background-image: url("https://twemoji.maxcdn.com/svg/1f3a4.svg"); }
.twa-microscope {
background-image: url("https://twemoji.maxcdn.com/svg/1f52c.svg"); }
.twa-minidisc {
background-image: url("https://twemoji.maxcdn.com/svg/1f4bd.svg"); }
.twa-money-with-wings {
background-image: url("https://twemoji.maxcdn.com/svg/1f4b8.svg"); }
.twa-moneybag {
background-image: url("https://twemoji.maxcdn.com/svg/1f4b0.svg"); }
.twa-mountain-bicyclist {
background-image: url("https://twemoji.maxcdn.com/svg/1f6b5.svg"); }
.twa-movie-camera {
background-image: url("https://twemoji.maxcdn.com/svg/1f3a5.svg"); }
.twa-musical-keyboard {
background-image: url("https://twemoji.maxcdn.com/svg/1f3b9.svg"); }
.twa-musical-score {
background-image: url("https://twemoji.maxcdn.com/svg/1f3bc.svg"); }
.twa-mute {
background-image: url("https://twemoji.maxcdn.com/svg/1f507.svg"); }
.twa-name-badge {
background-image: url("https://twemoji.maxcdn.com/svg/1f4db.svg"); }
.twa-necktie {
background-image: url("https://twemoji.maxcdn.com/svg/1f454.svg"); }
.twa-newspaper {
background-image: url("https://twemoji.maxcdn.com/svg/1f4f0.svg"); }
.twa-no-bell {
background-image: url("https://twemoji.maxcdn.com/svg/1f515.svg"); }
.twa-notebook {
background-image: url("https://twemoji.maxcdn.com/svg/1f4d3.svg"); }
.twa-notebook-with-decorative-cover {
background-image: url("https://twemoji.maxcdn.com/svg/1f4d4.svg"); }
.twa-nut-and-bolt {
background-image: url("https://twemoji.maxcdn.com/svg/1f529.svg"); }
.twa-oden {
background-image: url("https://twemoji.maxcdn.com/svg/1f362.svg"); }
.twa-open-file-folder {
background-image: url("https://twemoji.maxcdn.com/svg/1f4c2.svg"); }
.twa-orange-book {
background-image: url("https://twemoji.maxcdn.com/svg/1f4d9.svg"); }
.twa-outbox-tray {
background-image: url("https://twemoji.maxcdn.com/svg/1f4e4.svg"); }
.twa-page-facing-up {
background-image: url("https://twemoji.maxcdn.com/svg/1f4c4.svg"); }
.twa-page-with-curl {
background-image: url("https://twemoji.maxcdn.com/svg/1f4c3.svg"); }
.twa-pager {
background-image: url("https://twemoji.maxcdn.com/svg/1f4df.svg"); }
.twa-paperclip {
background-image: url("https://twemoji.maxcdn.com/svg/1f4ce.svg"); }
.twa-peach {
background-image: url("https://twemoji.maxcdn.com/svg/1f351.svg"); }
.twa-pear {
background-image: url("https://twemoji.maxcdn.com/svg/1f350.svg"); }
.twa-pencil2 {
background-image: url("https://twemoji.maxcdn.com/svg/270f.svg"); }
.twa-phone {
background-image: url("https://twemoji.maxcdn.com/svg/260e.svg"); }
.twa-pill {
background-image: url("https://twemoji.maxcdn.com/svg/1f48a.svg"); }
.twa-pineapple {
background-image: url("https://twemoji.maxcdn.com/svg/1f34d.svg"); }
.twa-pizza {
background-image: url("https://twemoji.maxcdn.com/svg/1f355.svg"); }
.twa-postal-horn {
background-image: url("https://twemoji.maxcdn.com/svg/1f4ef.svg"); }
.twa-postbox {
background-image: url("https://twemoji.maxcdn.com/svg/1f4ee.svg"); }
.twa-pouch {
background-image: url("https://twemoji.maxcdn.com/svg/1f45d.svg"); }
.twa-poultry-leg {
background-image: url("https://twemoji.maxcdn.com/svg/1f357.svg"); }
.twa-pound {
background-image: url("https://twemoji.maxcdn.com/svg/1f4b7.svg"); }
.twa-purse {
background-image: url("https://twemoji.maxcdn.com/svg/1f45b.svg"); }
.twa-pushpin {
background-image: url("https://twemoji.maxcdn.com/svg/1f4cc.svg"); }
.twa-radio {
background-image: url("https://twemoji.maxcdn.com/svg/1f4fb.svg"); }
.twa-ramen {
background-image: url("https://twemoji.maxcdn.com/svg/1f35c.svg"); }
.twa-ribbon {
background-image: url("https://twemoji.maxcdn.com/svg/1f380.svg"); }
.twa-rice {
background-image: url("https://twemoji.maxcdn.com/svg/1f35a.svg"); }
.twa-rice-ball {
background-image: url("https://twemoji.maxcdn.com/svg/1f359.svg"); }
.twa-rice-cracker {
background-image: url("https://twemoji.maxcdn.com/svg/1f358.svg"); }
.twa-ring {
background-image: url("https://twemoji.maxcdn.com/svg/1f48d.svg"); }
.twa-rugby-football {
background-image: url("https://twemoji.maxcdn.com/svg/1f3c9.svg"); }
.twa-running-shirt-with-sash {
background-image: url("https://twemoji.maxcdn.com/svg/1f3bd.svg"); }
.twa-sake {
background-image: url("https://twemoji.maxcdn.com/svg/1f376.svg"); }
.twa-sandal {
background-image: url("https://twemoji.maxcdn.com/svg/1f461.svg"); }
.twa-satellite {
background-image: url("https://twemoji.maxcdn.com/svg/1f4e1.svg"); }
.twa-saxophone {
background-image: url("https://twemoji.maxcdn.com/svg/1f3b7.svg"); }
.twa-scissors {
background-image: url("https://twemoji.maxcdn.com/svg/2702.svg"); }
.twa-scroll {
background-image: url("https://twemoji.maxcdn.com/svg/1f4dc.svg"); }
.twa-seat {
background-image: url("https://twemoji.maxcdn.com/svg/1f4ba.svg"); }
.twa-shaved-ice {
background-image: url("https://twemoji.maxcdn.com/svg/1f367.svg"); }
.twa-shirt {
background-image: url("https://twemoji.maxcdn.com/svg/1f455.svg"); }
.twa-shower {
background-image: url("https://twemoji.maxcdn.com/svg/1f6bf.svg"); }
.twa-ski {
background-image: url("https://twemoji.maxcdn.com/svg/1f3bf.svg"); }
.twa-smoking {
background-image: url("https://twemoji.maxcdn.com/svg/1f6ac.svg"); }
.twa-snowboarder {
background-image: url("https://twemoji.maxcdn.com/svg/1f3c2.svg"); }
.twa-soccer {
background-image: url("https://twemoji.maxcdn.com/svg/26bd.svg"); }
.twa-sound {
background-image: url("https://twemoji.maxcdn.com/svg/1f509.svg"); }
.twa-space-invader {
background-image: url("https://twemoji.maxcdn.com/svg/1f47e.svg"); }
.twa-spades {
background-image: url("https://twemoji.maxcdn.com/svg/2660.svg"); }
.twa-spaghetti {
background-image: url("https://twemoji.maxcdn.com/svg/1f35d.svg"); }
.twa-speaker {
background-image: url("https://twemoji.maxcdn.com/svg/1f50a.svg"); }
.twa-stew {
background-image: url("https://twemoji.maxcdn.com/svg/1f372.svg"); }
.twa-straight-ruler {
background-image: url("https://twemoji.maxcdn.com/svg/1f4cf.svg"); }
.twa-strawberry {
background-image: url("https://twemoji.maxcdn.com/svg/1f353.svg"); }
.twa-surfer {
background-image: url("https://twemoji.maxcdn.com/svg/1f3c4.svg"); }
.twa-sushi {
background-image: url("https://twemoji.maxcdn.com/svg/1f363.svg"); }
.twa-sweet-potato {
background-image: url("https://twemoji.maxcdn.com/svg/1f360.svg"); }
.twa-swimmer {
background-image: url("https://twemoji.maxcdn.com/svg/1f3ca.svg"); }
.twa-syringe {
background-image: url("https://twemoji.maxcdn.com/svg/1f489.svg"); }
.twa-tada {
background-image: url("https://twemoji.maxcdn.com/svg/1f389.svg"); }
.twa-tanabata-tree {
background-image: url("https://twemoji.maxcdn.com/svg/1f38b.svg"); }
.twa-tangerine {
background-image: url("https://twemoji.maxcdn.com/svg/1f34a.svg"); }
.twa-tea {
background-image: url("https://twemoji.maxcdn.com/svg/1f375.svg"); }
.twa-telephone-receiver {
background-image: url("https://twemoji.maxcdn.com/svg/1f4de.svg"); }
.twa-telescope {
background-image: url("https://twemoji.maxcdn.com/svg/1f52d.svg"); }
.twa-tennis {
background-image: url("https://twemoji.maxcdn.com/svg/1f3be.svg"); }
.twa-toilet {
background-image: url("https://twemoji.maxcdn.com/svg/1f6bd.svg"); }
.twa-tomato {
background-image: url("https://twemoji.maxcdn.com/svg/1f345.svg"); }
.twa-tophat {
background-image: url("https://twemoji.maxcdn.com/svg/1f3a9.svg"); }
.twa-triangular-ruler {
background-image: url("https://twemoji.maxcdn.com/svg/1f4d0.svg"); }
.twa-trophy {
background-image: url("https://twemoji.maxcdn.com/svg/1f3c6.svg"); }
.twa-tropical-drink {
background-image: url("https://twemoji.maxcdn.com/svg/1f379.svg"); }
.twa-trumpet {
background-image: url("https://twemoji.maxcdn.com/svg/1f3ba.svg"); }
.twa-tv {
background-image: url("https://twemoji.maxcdn.com/svg/1f4fa.svg"); }
.twa-unlock {
background-image: url("https://twemoji.maxcdn.com/svg/1f513.svg"); }
.twa-vhs {
background-image: url("https://twemoji.maxcdn.com/svg/1f4fc.svg"); }
.twa-video-camera {
background-image: url("https://twemoji.maxcdn.com/svg/1f4f9.svg"); }
.twa-video-game {
background-image: url("https://twemoji.maxcdn.com/svg/1f3ae.svg"); }
.twa-violin {
background-image: url("https://twemoji.maxcdn.com/svg/1f3bb.svg"); }
.twa-watch {
background-image: url("https://twemoji.maxcdn.com/svg/231a.svg"); }
.twa-watermelon {
background-image: url("https://twemoji.maxcdn.com/svg/1f349.svg"); }
.twa-wine-glass {
background-image: url("https://twemoji.maxcdn.com/svg/1f377.svg"); }
.twa-womans-clothes {
background-image: url("https://twemoji.maxcdn.com/svg/1f45a.svg"); }
.twa-womans-hat {
background-image: url("https://twemoji.maxcdn.com/svg/1f452.svg"); }
.twa-wrench {
background-image: url("https://twemoji.maxcdn.com/svg/1f527.svg"); }
.twa-yen {
background-image: url("https://twemoji.maxcdn.com/svg/1f4b4.svg"); }
.twa-aerial-tramway {
background-image: url("https://twemoji.maxcdn.com/svg/1f6a1.svg"); }
.twa-airplane {
background-image: url("https://twemoji.maxcdn.com/svg/2708.svg"); }
.twa-ambulance {
background-image: url("https://twemoji.maxcdn.com/svg/1f691.svg"); }
.twa-anchor {
background-image: url("https://twemoji.maxcdn.com/svg/2693.svg"); }
.twa-articulated-lorry {
background-image: url("https://twemoji.maxcdn.com/svg/1f69b.svg"); }
.twa-atm {
background-image: url("https://twemoji.maxcdn.com/svg/1f3e7.svg"); }
.twa-bank {
background-image: url("https://twemoji.maxcdn.com/svg/1f3e6.svg"); }
.twa-barber {
background-image: url("https://twemoji.maxcdn.com/svg/1f488.svg"); }
.twa-beginner {
background-image: url("https://twemoji.maxcdn.com/svg/1f530.svg"); }
.twa-bike {
background-image: url("https://twemoji.maxcdn.com/svg/1f6b2.svg"); }
.twa-blue-car {
background-image: url("https://twemoji.maxcdn.com/svg/1f699.svg"); }
.twa-boat {
background-image: url("https://twemoji.maxcdn.com/svg/26f5.svg"); }
.twa-bridge-at-night {
background-image: url("https://twemoji.maxcdn.com/svg/1f309.svg"); }
.twa-bullettrain-front {
background-image: url("https://twemoji.maxcdn.com/svg/1f685.svg"); }
.twa-bullettrain-side {
background-image: url("https://twemoji.maxcdn.com/svg/1f684.svg"); }
.twa-bus {
background-image: url("https://twemoji.maxcdn.com/svg/1f68c.svg"); }
.twa-busstop {
background-image: url("https://twemoji.maxcdn.com/svg/1f68f.svg"); }
.twa-car {
background-image: url("https://twemoji.maxcdn.com/svg/1f697.svg"); }
.twa-carousel-horse {
background-image: url("https://twemoji.maxcdn.com/svg/1f3a0.svg"); }
.twa-checkered-flag {
background-image: url("https://twemoji.maxcdn.com/svg/1f3c1.svg"); }
.twa-church {
background-image: url("https://twemoji.maxcdn.com/svg/26ea.svg"); }
.twa-circus-tent {
background-image: url("https://twemoji.maxcdn.com/svg/1f3aa.svg"); }
.twa-city-sunrise {
background-image: url("https://twemoji.maxcdn.com/svg/1f307.svg"); }
.twa-city-sunset {
background-image: url("https://twemoji.maxcdn.com/svg/1f306.svg"); }
.twa-construction {
background-image: url("https://twemoji.maxcdn.com/svg/1f6a7.svg"); }
.twa-convenience-store {
background-image: url("https://twemoji.maxcdn.com/svg/1f3ea.svg"); }
.twa-crossed-flags {
background-image: url("https://twemoji.maxcdn.com/svg/1f38c.svg"); }
.twa-department-store {
background-image: url("https://twemoji.maxcdn.com/svg/1f3ec.svg"); }
.twa-european-castle {
background-image: url("https://twemoji.maxcdn.com/svg/1f3f0.svg"); }
.twa-european-post-office {
background-image: url("https://twemoji.maxcdn.com/svg/1f3e4.svg"); }
.twa-factory {
background-image: url("https://twemoji.maxcdn.com/svg/1f3ed.svg"); }
.twa-ferris-wheel {
background-image: url("https://twemoji.maxcdn.com/svg/1f3a1.svg"); }
.twa-fire-engine {
background-image: url("https://twemoji.maxcdn.com/svg/1f692.svg"); }
.twa-fountain {
background-image: url("https://twemoji.maxcdn.com/svg/26f2.svg"); }
.twa-fuelpump {
background-image: url("https://twemoji.maxcdn.com/svg/26fd.svg"); }
.twa-helicopter {
background-image: url("https://twemoji.maxcdn.com/svg/1f681.svg"); }
.twa-hospital {
background-image: url("https://twemoji.maxcdn.com/svg/1f3e5.svg"); }
.twa-hotel {
background-image: url("https://twemoji.maxcdn.com/svg/1f3e8.svg"); }
.twa-hotsprings {
background-image: url("https://twemoji.maxcdn.com/svg/2668.svg"); }
.twa-house {
background-image: url("https://twemoji.maxcdn.com/svg/1f3e0.svg"); }
.twa-house-with-garden {
background-image: url("https://twemoji.maxcdn.com/svg/1f3e1.svg"); }
.twa-japan {
background-image: url("https://twemoji.maxcdn.com/svg/1f5fe.svg"); }
.twa-japanese-castle {
background-image: url("https://twemoji.maxcdn.com/svg/1f3ef.svg"); }
.twa-light-rail {
background-image: url("https://twemoji.maxcdn.com/svg/1f688.svg"); }
.twa-love-hotel {
background-image: url("https://twemoji.maxcdn.com/svg/1f3e9.svg"); }
.twa-minibus {
background-image: url("https://twemoji.maxcdn.com/svg/1f690.svg"); }
.twa-monorail {
background-image: url("https://twemoji.maxcdn.com/svg/1f69d.svg"); }
.twa-mount-fuji {
background-image: url("https://twemoji.maxcdn.com/svg/1f5fb.svg"); }
.twa-mountain-cableway {
background-image: url("https://twemoji.maxcdn.com/svg/1f6a0.svg"); }
.twa-mountain-railway {
background-image: url("https://twemoji.maxcdn.com/svg/1f69e.svg"); }
.twa-moyai {
background-image: url("https://twemoji.maxcdn.com/svg/1f5ff.svg"); }
.twa-office {
background-image: url("https://twemoji.maxcdn.com/svg/1f3e2.svg"); }
.twa-oncoming-automobile {
background-image: url("https://twemoji.maxcdn.com/svg/1f698.svg"); }
.twa-oncoming-bus {
background-image: url("https://twemoji.maxcdn.com/svg/1f68d.svg"); }
.twa-oncoming-police-car {
background-image: url("https://twemoji.maxcdn.com/svg/1f694.svg"); }
.twa-oncoming-taxi {
background-image: url("https://twemoji.maxcdn.com/svg/1f696.svg"); }
.twa-performing-arts {
background-image: url("https://twemoji.maxcdn.com/svg/1f3ad.svg"); }
.twa-police-car {
background-image: url("https://twemoji.maxcdn.com/svg/1f693.svg"); }
.twa-post-office {
background-image: url("https://twemoji.maxcdn.com/svg/1f3e3.svg"); }
.twa-railway-car {
background-image: url("https://twemoji.maxcdn.com/svg/1f683.svg"); }
.twa-rainbow {
background-image: url("https://twemoji.maxcdn.com/svg/1f308.svg"); }
.twa-rocket {
background-image: url("https://twemoji.maxcdn.com/svg/1f680.svg"); }
.twa-roller-coaster {
background-image: url("https://twemoji.maxcdn.com/svg/1f3a2.svg"); }
.twa-rotating-light {
background-image: url("https://twemoji.maxcdn.com/svg/1f6a8.svg"); }
.twa-round-pushpin {
background-image: url("https://twemoji.maxcdn.com/svg/1f4cd.svg"); }
.twa-rowboat {
background-image: url("https://twemoji.maxcdn.com/svg/1f6a3.svg"); }
.twa-school {
background-image: url("https://twemoji.maxcdn.com/svg/1f3eb.svg"); }
.twa-ship {
background-image: url("https://twemoji.maxcdn.com/svg/1f6a2.svg"); }
.twa-slot-machine {
background-image: url("https://twemoji.maxcdn.com/svg/1f3b0.svg"); }
.twa-speedboat {
background-image: url("https://twemoji.maxcdn.com/svg/1f6a4.svg"); }
.twa-stars {
background-image: url("https://twemoji.maxcdn.com/svg/1f303.svg"); }
.twa-station {
background-image: url("https://twemoji.maxcdn.com/svg/1f689.svg"); }
.twa-statue-of-liberty {
background-image: url("https://twemoji.maxcdn.com/svg/1f5fd.svg"); }
.twa-steam-locomotive {
background-image: url("https://twemoji.maxcdn.com/svg/1f682.svg"); }
.twa-sunrise {
background-image: url("https://twemoji.maxcdn.com/svg/1f305.svg"); }
.twa-sunrise-over-mountains {
background-image: url("https://twemoji.maxcdn.com/svg/1f304.svg"); }
.twa-suspension-railway {
background-image: url("https://twemoji.maxcdn.com/svg/1f69f.svg"); }
.twa-taxi {
background-image: url("https://twemoji.maxcdn.com/svg/1f695.svg"); }
.twa-tent {
background-image: url("https://twemoji.maxcdn.com/svg/26fa.svg"); }
.twa-ticket {
background-image: url("https://twemoji.maxcdn.com/svg/1f3ab.svg"); }
.twa-tokyo-tower {
background-image: url("https://twemoji.maxcdn.com/svg/1f5fc.svg"); }
.twa-tractor {
background-image: url("https://twemoji.maxcdn.com/svg/1f69c.svg"); }
.twa-traffic-light {
background-image: url("https://twemoji.maxcdn.com/svg/1f6a5.svg"); }
.twa-train2 {
background-image: url("https://twemoji.maxcdn.com/svg/1f686.svg"); }
.twa-tram {
background-image: url("https://twemoji.maxcdn.com/svg/1f68a.svg"); }
.twa-triangular-flag-on-post {
background-image: url("https://twemoji.maxcdn.com/svg/1f6a9.svg"); }
.twa-trolleybus {
background-image: url("https://twemoji.maxcdn.com/svg/1f68e.svg"); }
.twa-truck {
background-image: url("https://twemoji.maxcdn.com/svg/1f69a.svg"); }
.twa-vertical-traffic-light {
background-image: url("https://twemoji.maxcdn.com/svg/1f6a6.svg"); }
.twa-warning {
background-image: url("https://twemoji.maxcdn.com/svg/26a0.svg"); }
.twa-wedding {
background-image: url("https://twemoji.maxcdn.com/svg/1f492.svg"); }
.twa-jp {
background-image: url("https://twemoji.maxcdn.com/svg/1f1ef-1f1f5.svg"); }
.twa-kr {
background-image: url("https://twemoji.maxcdn.com/svg/1f1f0-1f1f7.svg"); }
.twa-cn {
background-image: url("https://twemoji.maxcdn.com/svg/1f1e8-1f1f3.svg"); }
.twa-us {
background-image: url("https://twemoji.maxcdn.com/svg/1f1fa-1f1f8.svg"); }
.twa-fr {
background-image: url("https://twemoji.maxcdn.com/svg/1f1eb-1f1f7.svg"); }
.twa-es {
background-image: url("https://twemoji.maxcdn.com/svg/1f1ea-1f1f8.svg"); }
.twa-it {
background-image: url("https://twemoji.maxcdn.com/svg/1f1ee-1f1f9.svg"); }
.twa-ru {
background-image: url("https://twemoji.maxcdn.com/svg/1f1f7-1f1fa.svg"); }
.twa-gb {
background-image: url("https://twemoji.maxcdn.com/svg/1f1ec-1f1e7.svg"); }
.twa-de {
background-image: url("https://twemoji.maxcdn.com/svg/1f1e9-1f1ea.svg"); }
.twa-100 {
background-image: url("https://twemoji.maxcdn.com/svg/1f4af.svg"); }
.twa-1234 {
background-image: url("https://twemoji.maxcdn.com/svg/1f522.svg"); }
.twa-a {
background-image: url("https://twemoji.maxcdn.com/svg/1f170.svg"); }
.twa-ab {
background-image: url("https://twemoji.maxcdn.com/svg/1f18e.svg"); }
.twa-abc {
background-image: url("https://twemoji.maxcdn.com/svg/1f524.svg"); }
.twa-abcd {
background-image: url("https://twemoji.maxcdn.com/svg/1f521.svg"); }
.twa-accept {
background-image: url("https://twemoji.maxcdn.com/svg/1f251.svg"); }
.twa-aquarius {
background-image: url("https://twemoji.maxcdn.com/svg/2652.svg"); }
.twa-aries {
background-image: url("https://twemoji.maxcdn.com/svg/2648.svg"); }
.twa-arrow-backward {
background-image: url("https://twemoji.maxcdn.com/svg/25c0.svg"); }
.twa-arrow-double-down {
background-image: url("https://twemoji.maxcdn.com/svg/23ec.svg"); }
.twa-arrow-double-up {
background-image: url("https://twemoji.maxcdn.com/svg/23eb.svg"); }
.twa-arrow-down {
background-image: url("https://twemoji.maxcdn.com/svg/2b07.svg"); }
.twa-arrow-down-small {
background-image: url("https://twemoji.maxcdn.com/svg/1f53d.svg"); }
.twa-arrow-forward {
background-image: url("https://twemoji.maxcdn.com/svg/25b6.svg"); }
.twa-arrow-heading-down {
background-image: url("https://twemoji.maxcdn.com/svg/2935.svg"); }
.twa-arrow-heading-up {
background-image: url("https://twemoji.maxcdn.com/svg/2934.svg"); }
.twa-arrow-left {
background-image: url("https://twemoji.maxcdn.com/svg/2b05.svg"); }
.twa-arrow-lower-left {
background-image: url("https://twemoji.maxcdn.com/svg/2199.svg"); }
.twa-arrow-lower-right {
background-image: url("https://twemoji.maxcdn.com/svg/2198.svg"); }
.twa-arrow-right {
background-image: url("https://twemoji.maxcdn.com/svg/27a1.svg"); }
.twa-arrow-right-hook {
background-image: url("https://twemoji.maxcdn.com/svg/21aa.svg"); }
.twa-arrow-up {
background-image: url("https://twemoji.maxcdn.com/svg/2b06.svg"); }
.twa-arrow-up-down {
background-image: url("https://twemoji.maxcdn.com/svg/2195.svg"); }
.twa-arrow-up-small {
background-image: url("https://twemoji.maxcdn.com/svg/1f53c.svg"); }
.twa-arrow-upper-left {
background-image: url("https://twemoji.maxcdn.com/svg/2196.svg"); }
.twa-arrow-upper-right {
background-image: url("https://twemoji.maxcdn.com/svg/2197.svg"); }
.twa-arrows-clockwise {
background-image: url("https://twemoji.maxcdn.com/svg/1f503.svg"); }
.twa-arrows-counterclockwise {
background-image: url("https://twemoji.maxcdn.com/svg/1f504.svg"); }
.twa-b {
background-image: url("https://twemoji.maxcdn.com/svg/1f171.svg"); }
.twa-baby-symbol {
background-image: url("https://twemoji.maxcdn.com/svg/1f6bc.svg"); }
.twa-baggage-claim {
background-image: url("https://twemoji.maxcdn.com/svg/1f6c4.svg"); }
.twa-ballot-box-with-check {
background-image: url("https://twemoji.maxcdn.com/svg/2611.svg"); }
.twa-bangbang {
background-image: url("https://twemoji.maxcdn.com/svg/203c.svg"); }
.twa-black-circle {
background-image: url("https://twemoji.maxcdn.com/svg/26ab.svg"); }
.twa-black-square-button {
background-image: url("https://twemoji.maxcdn.com/svg/1f532.svg"); }
.twa-cancer {
background-image: url("https://twemoji.maxcdn.com/svg/264b.svg"); }
.twa-capital-abcd {
background-image: url("https://twemoji.maxcdn.com/svg/1f520.svg"); }
.twa-capricorn {
background-image: url("https://twemoji.maxcdn.com/svg/2651.svg"); }
.twa-chart {
background-image: url("https://twemoji.maxcdn.com/svg/1f4b9.svg"); }
.twa-children-crossing {
background-image: url("https://twemoji.maxcdn.com/svg/1f6b8.svg"); }
.twa-cinema {
background-image: url("https://twemoji.maxcdn.com/svg/1f3a6.svg"); }
.twa-cl {
background-image: url("https://twemoji.maxcdn.com/svg/1f191.svg"); }
.twa-clock1 {
background-image: url("https://twemoji.maxcdn.com/svg/1f550.svg"); }
.twa-clock10 {
background-image: url("https://twemoji.maxcdn.com/svg/1f559.svg"); }
.twa-clock1030 {
background-image: url("https://twemoji.maxcdn.com/svg/1f565.svg"); }
.twa-clock11 {
background-image: url("https://twemoji.maxcdn.com/svg/1f55a.svg"); }
.twa-clock1130 {
background-image: url("https://twemoji.maxcdn.com/svg/1f566.svg"); }
.twa-clock12 {
background-image: url("https://twemoji.maxcdn.com/svg/1f55b.svg"); }
.twa-clock1230 {
background-image: url("https://twemoji.maxcdn.com/svg/1f567.svg"); }
.twa-clock130 {
background-image: url("https://twemoji.maxcdn.com/svg/1f55c.svg"); }
.twa-clock2 {
background-image: url("https://twemoji.maxcdn.com/svg/1f551.svg"); }
.twa-clock230 {
background-image: url("https://twemoji.maxcdn.com/svg/1f55d.svg"); }
.twa-clock3 {
background-image: url("https://twemoji.maxcdn.com/svg/1f552.svg"); }
.twa-clock330 {
background-image: url("https://twemoji.maxcdn.com/svg/1f55e.svg"); }
.twa-clock4 {
background-image: url("https://twemoji.maxcdn.com/svg/1f553.svg"); }
.twa-clock430 {
background-image: url("https://twemoji.maxcdn.com/svg/1f55f.svg"); }
.twa-clock5 {
background-image: url("https://twemoji.maxcdn.com/svg/1f554.svg"); }
.twa-clock530 {
background-image: url("https://twemoji.maxcdn.com/svg/1f560.svg"); }
.twa-clock6 {
background-image: url("https://twemoji.maxcdn.com/svg/1f555.svg"); }
.twa-clock630 {
background-image: url("https://twemoji.maxcdn.com/svg/1f561.svg"); }
.twa-clock7 {
background-image: url("https://twemoji.maxcdn.com/svg/1f556.svg"); }
.twa-clock730 {
background-image: url("https://twemoji.maxcdn.com/svg/1f562.svg"); }
.twa-clock8 {
background-image: url("https://twemoji.maxcdn.com/svg/1f557.svg"); }
.twa-clock830 {
background-image: url("https://twemoji.maxcdn.com/svg/1f563.svg"); }
.twa-clock9 {
background-image: url("https://twemoji.maxcdn.com/svg/1f558.svg"); }
.twa-clock930 {
background-image: url("https://twemoji.maxcdn.com/svg/1f564.svg"); }
.twa-congratulations {
background-image: url("https://twemoji.maxcdn.com/svg/3297.svg"); }
.twa-cool {
background-image: url("https://twemoji.maxcdn.com/svg/1f192.svg"); }
.twa-copyright {
background-image: url("https://twemoji.maxcdn.com/svg/a9.svg"); }
.twa-curly-loop {
background-image: url("https://twemoji.maxcdn.com/svg/27b0.svg"); }
.twa-currency-exchange {
background-image: url("https://twemoji.maxcdn.com/svg/1f4b1.svg"); }
.twa-customs {
background-image: url("https://twemoji.maxcdn.com/svg/1f6c3.svg"); }
.twa-diamond-shape-with-a-dot-inside {
background-image: url("https://twemoji.maxcdn.com/svg/1f4a0.svg"); }
.twa-do-not-litter {
background-image: url("https://twemoji.maxcdn.com/svg/1f6af.svg"); }
.twa-eight {
background-image: url("https://twemoji.maxcdn.com/svg/38-20e3.svg"); }
.twa-eight-pointed-black-star {
background-image: url("https://twemoji.maxcdn.com/svg/2734.svg"); }
.twa-eight-spoked-asterisk {
background-image: url("https://twemoji.maxcdn.com/svg/2733.svg"); }
.twa-end {
background-image: url("https://twemoji.maxcdn.com/svg/1f51a.svg"); }
.twa-fast-forward {
background-image: url("https://twemoji.maxcdn.com/svg/23e9.svg"); }
.twa-five {
background-image: url("https://twemoji.maxcdn.com/svg/35-20e3.svg"); }
.twa-four {
background-image: url("https://twemoji.maxcdn.com/svg/34-20e3.svg"); }
.twa-free {
background-image: url("https://twemoji.maxcdn.com/svg/1f193.svg"); }
.twa-gemini {
background-image: url("https://twemoji.maxcdn.com/svg/264a.svg"); }
.twa-hash {
background-image: url("https://twemoji.maxcdn.com/svg/23-20e3.svg"); }
.twa-heart-decoration {
background-image: url("https://twemoji.maxcdn.com/svg/1f49f.svg"); }
.twa-heavy-check-mark {
background-image: url("https://twemoji.maxcdn.com/svg/2714.svg"); }
.twa-heavy-division-sign {
background-image: url("https://twemoji.maxcdn.com/svg/2797.svg"); }
.twa-heavy-dollar-sign {
background-image: url("https://twemoji.maxcdn.com/svg/1f4b2.svg"); }
.twa-heavy-minus-sign {
background-image: url("https://twemoji.maxcdn.com/svg/2796.svg"); }
.twa-heavy-multiplication-x {
background-image: url("https://twemoji.maxcdn.com/svg/2716.svg"); }
.twa-heavy-plus-sign {
background-image: url("https://twemoji.maxcdn.com/svg/2795.svg"); }
.twa-id {
background-image: url("https://twemoji.maxcdn.com/svg/1f194.svg"); }
.twa-ideograph-advantage {
background-image: url("https://twemoji.maxcdn.com/svg/1f250.svg"); }
.twa-information-source {
background-image: url("https://twemoji.maxcdn.com/svg/2139.svg"); }
.twa-interrobang {
background-image: url("https://twemoji.maxcdn.com/svg/2049.svg"); }
.twa-keycap-ten {
background-image: url("https://twemoji.maxcdn.com/svg/1f51f.svg"); }
.twa-koko {
background-image: url("https://twemoji.maxcdn.com/svg/1f201.svg"); }
.twa-large-blue-circle {
background-image: url("https://twemoji.maxcdn.com/svg/1f535.svg"); }
.twa-large-blue-diamond {
background-image: url("https://twemoji.maxcdn.com/svg/1f537.svg"); }
.twa-large-orange-diamond {
background-image: url("https://twemoji.maxcdn.com/svg/1f536.svg"); }
.twa-left-luggage {
background-image: url("https://twemoji.maxcdn.com/svg/1f6c5.svg"); }
.twa-left-right-arrow {
background-image: url("https://twemoji.maxcdn.com/svg/2194.svg"); }
.twa-leftwards-arrow-with-hook {
background-image: url("https://twemoji.maxcdn.com/svg/21a9.svg"); }
.twa-leo {
background-image: url("https://twemoji.maxcdn.com/svg/264c.svg"); }
.twa-libra {
background-image: url("https://twemoji.maxcdn.com/svg/264e.svg"); }
.twa-link {
background-image: url("https://twemoji.maxcdn.com/svg/1f517.svg"); }
.twa-m {
background-image: url("https://twemoji.maxcdn.com/svg/24c2.svg"); }
.twa-mens {
background-image: url("https://twemoji.maxcdn.com/svg/1f6b9.svg"); }
.twa-metro {
background-image: url("https://twemoji.maxcdn.com/svg/1f687.svg"); }
.twa-mobile-phone-off {
background-image: url("https://twemoji.maxcdn.com/svg/1f4f4.svg"); }
.twa-negative-squared-cross-mark {
background-image: url("https://twemoji.maxcdn.com/svg/274e.svg"); }
.twa-new {
background-image: url("https://twemoji.maxcdn.com/svg/1f195.svg"); }
.twa-ng {
background-image: url("https://twemoji.maxcdn.com/svg/1f196.svg"); }
.twa-nine {
background-image: url("https://twemoji.maxcdn.com/svg/39-20e3.svg"); }
.twa-no-bicycles {
background-image: url("https://twemoji.maxcdn.com/svg/1f6b3.svg"); }
.twa-no-entry {
background-image: url("https://twemoji.maxcdn.com/svg/26d4.svg"); }
.twa-no-entry-sign {
background-image: url("https://twemoji.maxcdn.com/svg/1f6ab.svg"); }
.twa-no-mobile-phones {
background-image: url("https://twemoji.maxcdn.com/svg/1f4f5.svg"); }
.twa-no-pedestrians {
background-image: url("https://twemoji.maxcdn.com/svg/1f6b7.svg"); }
.twa-no-smoking {
background-image: url("https://twemoji.maxcdn.com/svg/1f6ad.svg"); }
.twa-non-potable-water {
background-image: url("https://twemoji.maxcdn.com/svg/1f6b1.svg"); }
.twa-o {
background-image: url("https://twemoji.maxcdn.com/svg/2b55.svg"); }
.twa-o2 {
background-image: url("https://twemoji.maxcdn.com/svg/1f17e.svg"); }
.twa-ok {
background-image: url("https://twemoji.maxcdn.com/svg/1f197.svg"); }
.twa-on {
background-image: url("https://twemoji.maxcdn.com/svg/1f51b.svg"); }
.twa-one {
background-image: url("https://twemoji.maxcdn.com/svg/31-20e3.svg"); }
.twa-ophiuchus {
background-image: url("https://twemoji.maxcdn.com/svg/26ce.svg"); }
.twa-parking {
background-image: url("https://twemoji.maxcdn.com/svg/1f17f.svg"); }
.twa-part-alternation-mark {
background-image: url("https://twemoji.maxcdn.com/svg/303d.svg"); }
.twa-passport-control {
background-image: url("https://twemoji.maxcdn.com/svg/1f6c2.svg"); }
.twa-pisces {
background-image: url("https://twemoji.maxcdn.com/svg/2653.svg"); }
.twa-potable-water {
background-image: url("https://twemoji.maxcdn.com/svg/1f6b0.svg"); }
.twa-put-litter-in-its-place {
background-image: url("https://twemoji.maxcdn.com/svg/1f6ae.svg"); }
.twa-radio-button {
background-image: url("https://twemoji.maxcdn.com/svg/1f518.svg"); }
.twa-recycle {
background-image: url("https://twemoji.maxcdn.com/svg/267b.svg"); }
.twa-red-circle {
background-image: url("https://twemoji.maxcdn.com/svg/1f534.svg"); }
.twa-registered {
background-image: url("https://twemoji.maxcdn.com/svg/ae.svg"); }
.twa-repeat {
background-image: url("https://twemoji.maxcdn.com/svg/1f501.svg"); }
.twa-repeat-one {
background-image: url("https://twemoji.maxcdn.com/svg/1f502.svg"); }
.twa-restroom {
background-image: url("https://twemoji.maxcdn.com/svg/1f6bb.svg"); }
.twa-rewind {
background-image: url("https://twemoji.maxcdn.com/svg/23ea.svg"); }
.twa-sa {
background-image: url("https://twemoji.maxcdn.com/svg/1f202.svg"); }
.twa-sagittarius {
background-image: url("https://twemoji.maxcdn.com/svg/2650.svg"); }
.twa-scorpius {
background-image: url("https://twemoji.maxcdn.com/svg/264f.svg"); }
.twa-secret {
background-image: url("https://twemoji.maxcdn.com/svg/3299.svg"); }
.twa-seven {
background-image: url("https://twemoji.maxcdn.com/svg/37-20e3.svg"); }
.twa-signal-strength {
background-image: url("https://twemoji.maxcdn.com/svg/1f4f6.svg"); }
.twa-six {
background-image: url("https://twemoji.maxcdn.com/svg/36-20e3.svg"); }
.twa-six-pointed-star {
background-image: url("https://twemoji.maxcdn.com/svg/1f52f.svg"); }
.twa-small-blue-diamond {
background-image: url("https://twemoji.maxcdn.com/svg/1f539.svg"); }
.twa-small-orange-diamond {
background-image: url("https://twemoji.maxcdn.com/svg/1f538.svg"); }
.twa-small-red-triangle {
background-image: url("https://twemoji.maxcdn.com/svg/1f53a.svg"); }
.twa-small-red-triangle-down {
background-image: url("https://twemoji.maxcdn.com/svg/1f53b.svg"); }
.twa-soon {
background-image: url("https://twemoji.maxcdn.com/svg/1f51c.svg"); }
.twa-sos {
background-image: url("https://twemoji.maxcdn.com/svg/1f198.svg"); }
.twa-symbols {
background-image: url("https://twemoji.maxcdn.com/svg/1f523.svg"); }
.twa-taurus {
background-image: url("https://twemoji.maxcdn.com/svg/2649.svg"); }
.twa-three {
background-image: url("https://twemoji.maxcdn.com/svg/33-20e3.svg"); }
.twa-tm {
background-image: url("https://twemoji.maxcdn.com/svg/2122.svg"); }
.twa-top {
background-image: url("https://twemoji.maxcdn.com/svg/1f51d.svg"); }
.twa-trident {
background-image: url("https://twemoji.maxcdn.com/svg/1f531.svg"); }
.twa-twisted-rightwards-arrows {
background-image: url("https://twemoji.maxcdn.com/svg/1f500.svg"); }
.twa-two {
background-image: url("https://twemoji.maxcdn.com/svg/32-20e3.svg"); }
.twa-u5272 {
background-image: url("https://twemoji.maxcdn.com/svg/1f239.svg"); }
.twa-u5408 {
background-image: url("https://twemoji.maxcdn.com/svg/1f234.svg"); }
.twa-u55b6 {
background-image: url("https://twemoji.maxcdn.com/svg/1f23a.svg"); }
.twa-u6307 {
background-image: url("https://twemoji.maxcdn.com/svg/1f22f.svg"); }
.twa-u6708 {
background-image: url("https://twemoji.maxcdn.com/svg/1f237.svg"); }
.twa-u6709 {
background-image: url("https://twemoji.maxcdn.com/svg/1f236.svg"); }
.twa-u6e80 {
background-image: url("https://twemoji.maxcdn.com/svg/1f235.svg"); }
.twa-u7121 {
background-image: url("https://twemoji.maxcdn.com/svg/1f21a.svg"); }
.twa-u7533 {
background-image: url("https://twemoji.maxcdn.com/svg/1f238.svg"); }
.twa-u7981 {
background-image: url("https://twemoji.maxcdn.com/svg/1f232.svg"); }
.twa-u7a7a {
background-image: url("https://twemoji.maxcdn.com/svg/1f233.svg"); }
.twa-underage {
background-image: url("https://twemoji.maxcdn.com/svg/1f51e.svg"); }
.twa-up {
background-image: url("https://twemoji.maxcdn.com/svg/1f199.svg"); }
.twa-vibration-mode {
background-image: url("https://twemoji.maxcdn.com/svg/1f4f3.svg"); }
.twa-virgo {
background-image: url("https://twemoji.maxcdn.com/svg/264d.svg"); }
.twa-vs {
background-image: url("https://twemoji.maxcdn.com/svg/1f19a.svg"); }
.twa-wavy-dash {
background-image: url("https://twemoji.maxcdn.com/svg/3030.svg"); }
.twa-wc {
background-image: url("https://twemoji.maxcdn.com/svg/1f6be.svg"); }
.twa-wheelchair {
background-image: url("https://twemoji.maxcdn.com/svg/267f.svg"); }
.twa-white-check-mark {
background-image: url("https://twemoji.maxcdn.com/svg/2705.svg"); }
.twa-white-circle {
background-image: url("https://twemoji.maxcdn.com/svg/26aa.svg"); }
.twa-white-flower {
background-image: url("https://twemoji.maxcdn.com/svg/1f4ae.svg"); }
.twa-white-square-button {
background-image: url("https://twemoji.maxcdn.com/svg/1f533.svg"); }
.twa-womens {
background-image: url("https://twemoji.maxcdn.com/svg/1f6ba.svg"); }
.twa-x {
background-image: url("https://twemoji.maxcdn.com/svg/274c.svg"); }
.twa-zero {
background-image: url("https://twemoji.maxcdn.com/svg/30-20e3.svg"); }
/*COLORS*/
/*Blue Grey - primary color*/
/*Cyan - accent color*/
/*./COLORS*/
/*SIZES*/
/*./SIZES*/
html {
height: 100vh; }
body {
width: 100%;
margin: 0;
font-size: 1.1rem;
background-color: #78909C;
color: #FFF;
font-family: 'Cairo', sans-serif; }
a {
color: #00ACC1;
text-decoration: none; }
header {
padding-left: 4%;
background-color: #455A64;
display: flex;
flex-direction: row;
font-weight: bolder; }
header h2 {
margin: 0.6%;
margin-right: 0; }
.content {
height: 100%;
padding: 4.5%;
display: flex;
flex-direction: column;
justify-content: space-around; }
.content .gameStage {
height: 100%;
text-align: center;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-color: #455A64;
border-radius: 10px; }
.content .gameStage div {
height: 50%;
font-size: 4rem;
padding: 4%; }
.content .gameStage div span {
padding: 0 3.5%;
border-radius: 10px; }
.content .gameStage .newGame {
position: fixed;
text-align: center;
top: 42.5%;
left: 35%;
width: 30%;
height: 10%;
border-radius: 10px;
background-color: #26C6DA;
font-size: 1.25rem;
line-height: 3.5; }
.content .gameStage .mainStage {
padding-top: 1%; }
.content .gameStage .actionOptions {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
background-color: #37474F; }
.content .gameStage .actionOptions span {
border-radius: 10px; }
.content .gameStage .actionOptions span:hover {
background-color: #455A64; }
.content .gameStage .scoreCounters {
width: 96%;
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 0 2%;
font-size: 1.55rem; }
.secText {
opacity: 0.7; }
.hidden {
visibility: hidden; }
.dispNone {
display: none; }
/*GAME OVER COLORS*/
.winner {
background-color: rgba(170, 255, 150, 0.55); }
.draw {
background-color: #00838f; }
.loser {
background-color: rgba(255, 120, 150, 0.6); }
.winText {
color: rgba(170, 255, 150, 0.55); }
.drawText {
color: #00838f; }
.loseText {
color: rgba(255, 120, 150, 0.6); }
/*./GAME OVER COLORS*/
footer {
display: flex;
flex-direction: column;
justify-content: center;
background-color: #455A64;
width: 100%;
min-height: 55px;
padding-top: 2%;
padding-bottom: 2%; }
footer span {
opacity: 0.5; }
footer > * {
align-self: center; }
@media screen and (max-width: 799px) {
.hiddenInMobile, #forkongithub a::before, #forkongithub a::after {
display: none; } }
@media screen and (min-width: 800px) {
#forkongithub {
position: absolute;
display: block;
top: 0;
right: 0;
width: 200px;
overflow: hidden;
height: 200px;
z-index: 9999; }
#forkongithub a {
background: #00838F;
color: #fff;
text-decoration: none;
text-align: center;
font-weight: bold;
padding: 5px 40px;
line-height: 2rem;
transition: 0.5s;
width: 120px;
position: absolute;
top: 30px;
right: -50px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
font-size: 0.8rem;
overflow: hidden; }
#forkongithub a:hover {
background: #00BCD4;
color: #fff; }
#forkongithub a::before, #forkongithub a::after {
content: "";
width: 100%;
display: block;
position: absolute;
top: 1px;
left: 0;
height: 1px;
background: #fff; }
#forkongithub a::after {
bottom: 1px;
top: auto; } }
/*# sourceMappingURL=rps.css.map */
|
Rust/share/doc/rust/html/rustc/lib/llvm/fn.LLVMConstFPTrunc.html | ArcherSys/ArcherSys | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `LLVMConstFPTrunc` fn in crate `rustc`.">
<meta name="keywords" content="rust, rustlang, rust-lang, LLVMConstFPTrunc">
<title>rustc::lib::llvm::LLVMConstFPTrunc - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../main.css">
<link rel="shortcut icon" href="http://www.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<a href='../../../rustc/index.html'><img src='http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a>
<p class='location'><a href='../../index.html'>rustc</a>::<wbr><a href='../index.html'>lib</a>::<wbr><a href='index.html'>llvm</a></p><script>window.sidebarCurrent = {name: 'LLVMConstFPTrunc', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press 'S' to search, '?' for more options..."
type="search">
</div>
</form>
</nav>
<section id='main' class="content fn">
<h1 class='fqn'><span class='in-band'>Function <a href='../../index.html'>rustc</a>::<wbr><a href='../index.html'>lib</a>::<wbr><a href='index.html'>llvm</a>::<wbr><a class='fn' href=''>LLVMConstFPTrunc</a><wbr><a class='stability Unstable' title=''>Unstable</a></span><span class='out-of-band'><span id='render-detail'>
<a id="collapse-all" href="#">[-]</a> <a id="expand-all" href="#">[+]</a>
</span><a id='src-4938' href='../../../rustc_llvm/fn.LLVMConstFPTrunc.html?gotosrc=4938'>[src]</a></span></h1>
<pre class='rust fn'>pub unsafe fn LLVMConstFPTrunc(ConstantVal: *mut <a class='enum' href='../../../rustc/lib/llvm/enum.Value_opaque.html' title='rustc::lib::llvm::Value_opaque'>Value_opaque</a>, ToType: *mut <a class='enum' href='../../../rustc/lib/llvm/enum.Type_opaque.html' title='rustc::lib::llvm::Type_opaque'>Type_opaque</a>) -> *mut <a class='enum' href='../../../rustc/lib/llvm/enum.Value_opaque.html' title='rustc::lib::llvm::Value_opaque'>Value_opaque</a></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div class="shortcuts">
<h1>Keyboard shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>typedef</code> (or
<code>tdef</code>).
</p>
</div>
</div>
<script>
window.rootPath = "../../../";
window.currentCrate = "rustc";
window.playgroundUrl = "";
</script>
<script src="../../../jquery.js"></script>
<script src="../../../main.js"></script>
<script async src="../../../search-index.js"></script>
</body>
</html> |
courses/jan-july2010/comp-assis.html | siddhartha-gadgil/www.math.iisc.ernet.in | <html>
<!-- Mirrored from www.math.iisc.ernet.in/courses/jan-july2010/comp-assis.htm by HTTrack Website Copier/3.x [XR&CO'2013], Mon, 15 Feb 2016 03:56:10 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head><title>COMPUTER ASSISTED TOPOLOGY AND GEOMETRY</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head><body bgcolor="#ffffff">
<p><b>
<font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#CC6600">
Computer Assisted Topology and Geometry</font></b></p>
<p> The goal of this course is to use computers to address various
questions in Topology and Geometry, with an emphasis on arriving at
rigourous proofs. The course will consist primarily of assignments and
projects. The computing tools used will include C/C++ programs,
existing Automated Theorem Proving Programs and packages like Maple,
Mathematica and Matlab.</p>
<p> The prerequisites are basic mathematical maturity, at the level
of a Linear Algebra course of the mathematics department, and a basic
familiarity with computers, at the level of C/C++ programming.
</p>
<p><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Books</b></font></p>
<ul>
<li>
<p style="margin: 0in 0in 0.0001pt;"><font face="Verdana" size="2">Matveev, S.Algorithmic topology and classification of 3-manifolds, Second
Edition, Springer-Verlag, 2007.</font></li>
<li>
<p style="margin: 0in 0in 0.0001pt;"><font face="Verdana" size="2"> Sossinsky, A. B and Prasolov, V. V. Knots, links,briads and 3-manifolds: An introduction to the new
invariants in low-dimensional topology, American Mathematical Society,1997.
</font></li>
<li>
<p style="margin: 0in 0in 0.0001pt;"><font face="Verdana" size="2">Berger, M.Riemannian Geometry During the Second Half of the Twentieth Century,
American Mathematical Society, 2000.</font></li>
</ul>
</body>
<!-- Mirrored from www.math.iisc.ernet.in/courses/jan-july2010/comp-assis.htm by HTTrack Website Copier/3.x [XR&CO'2013], Mon, 15 Feb 2016 03:56:10 GMT -->
</html>
|
docs/docs-js/files/js_jsSrc_contact.js.html | milesroxas/young-borra | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>js/jsSrc/contact.js - Siren Core</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
<script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="../assets/css/logo.png" title="Siren Core"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 0</em>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="../classes/assyncronous.html">assyncronous</a></li>
<li><a href="../classes/browserSupport.html">browserSupport</a></li>
<li><a href="../classes/callFunctions.html">callFunctions</a></li>
<li><a href="../classes/classManipulation.html">classManipulation</a></li>
<li><a href="../classes/form-browserSupport.html">form-browserSupport</a></li>
<li><a href="../classes/formValidation.html">formValidation</a></li>
<li><a href="../classes/navigationUI.html">navigationUI</a></li>
<li><a href="../classes/styleManipulation.html">styleManipulation</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="../modules/Contact-Page.html">Contact-Page</a></li>
<li><a href="../modules/Global.html">Global</a></li>
<li><a href="../modules/Siren-Core.html">Siren-Core</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: js/jsSrc/contact.js</h1>
<div class="file">
<pre class="code prettyprint linenums">
/**
* This file contains core functions used in the Siren Framework
* @module Contact-Page
*/
/**
Functionality checks for cross Browser
@class form-browserSupport
@static
*/
/**
Checks if browser has HTML5 form validation
@method hasFormValidation
@return boolean
*/
function hasFormValidation() {
return (typeof document.createElement( 'input' ).checkValidity == 'function');
}
/**
Methods related to manipulating classes in the HTML
@class formValidation
@static
*/
/**
@method FormValidator
@requires Validate.js and hasFormValidation
@return boolean
*/
if( !hasFormValidation() ) {
var validator = new FormValidator('example_form', [{
name: 'input_name',
display: 'Name',
rules: 'required'
}, {
name: 'input_email',
display: 'Email',
rules: 'valid_email|required'
}]);
}
</pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
|
doc/javadoc/ligueBaseball/exceptions/class-use/FailedToSaveEntityException.html | felixhamel/ift287_tp4 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_25) on Thu Dec 04 23:50:31 EST 2014 -->
<title>Uses of Class ligueBaseball.exceptions.FailedToSaveEntityException</title>
<meta name="date" content="2014-12-04">
<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="Uses of Class ligueBaseball.exceptions.FailedToSaveEntityException";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../ligueBaseball/exceptions/FailedToSaveEntityException.html" title="class in ligueBaseball.exceptions">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?ligueBaseball/exceptions/class-use/FailedToSaveEntityException.html" target="_top">Frames</a></li>
<li><a href="FailedToSaveEntityException.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 ligueBaseball.exceptions.FailedToSaveEntityException" class="title">Uses of Class<br>ligueBaseball.exceptions.FailedToSaveEntityException</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../ligueBaseball/exceptions/FailedToSaveEntityException.html" title="class in ligueBaseball.exceptions">FailedToSaveEntityException</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="#ligueBaseball.controllers">ligueBaseball.controllers</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#ligueBaseball.entities">ligueBaseball.entities</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="ligueBaseball.controllers">
<!-- -->
</a>
<h3>Uses of <a href="../../../ligueBaseball/exceptions/FailedToSaveEntityException.html" title="class in ligueBaseball.exceptions">FailedToSaveEntityException</a> in <a href="../../../ligueBaseball/controllers/package-summary.html">ligueBaseball.controllers</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../ligueBaseball/controllers/package-summary.html">ligueBaseball.controllers</a> that throw <a href="../../../ligueBaseball/exceptions/FailedToSaveEntityException.html" title="class in ligueBaseball.exceptions">FailedToSaveEntityException</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>void</code></td>
<td class="colLast"><span class="typeNameLabel">MatchController.</span><code><span class="memberNameLink"><a href="../../../ligueBaseball/controllers/MatchController.html#createNewMatch-ligueBaseball.models.MatchModel-">createNewMatch</a></span>(<a href="../../../ligueBaseball/models/MatchModel.html" title="class in ligueBaseball.models">MatchModel</a> m)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../ligueBaseball/models/PlayerModel.html" title="class in ligueBaseball.models">PlayerModel</a></code></td>
<td class="colLast"><span class="typeNameLabel">PlayerController.</span><code><span class="memberNameLink"><a href="../../../ligueBaseball/controllers/PlayerController.html#createNewPlayer-ligueBaseball.models.PlayerModel-">createNewPlayer</a></span>(<a href="../../../ligueBaseball/models/PlayerModel.html" title="class in ligueBaseball.models">PlayerModel</a> receivedPlayer)</code>
<div class="block">Create a new player with the given informations.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="ligueBaseball.entities">
<!-- -->
</a>
<h3>Uses of <a href="../../../ligueBaseball/exceptions/FailedToSaveEntityException.html" title="class in ligueBaseball.exceptions">FailedToSaveEntityException</a> in <a href="../../../ligueBaseball/entities/package-summary.html">ligueBaseball.entities</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../ligueBaseball/entities/package-summary.html">ligueBaseball.entities</a> that throw <a href="../../../ligueBaseball/exceptions/FailedToSaveEntityException.html" title="class in ligueBaseball.exceptions">FailedToSaveEntityException</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>void</code></td>
<td class="colLast"><span class="typeNameLabel">Match.</span><code><span class="memberNameLink"><a href="../../../ligueBaseball/entities/Match.html#addOfficial-ligueBaseball.entities.Official-">addOfficial</a></span>(<a href="../../../ligueBaseball/entities/Official.html" title="class in ligueBaseball.entities">Official</a> official)</code>
<div class="block">Add an official that was present at this match.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Team.</span><code><span class="memberNameLink"><a href="../../../ligueBaseball/entities/Team.html#addPlayer-ligueBaseball.entities.Player-">addPlayer</a></span>(<a href="../../../ligueBaseball/entities/Player.html" title="class in ligueBaseball.entities">Player</a> player)</code>
<div class="block">Add a new player in this team.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">Player.</span><code><span class="memberNameLink"><a href="../../../ligueBaseball/entities/Player.html#create--">create</a></span>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">Team.</span><code><span class="memberNameLink"><a href="../../../ligueBaseball/entities/Team.html#create--">create</a></span>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">Match.</span><code><span class="memberNameLink"><a href="../../../ligueBaseball/entities/Match.html#create--">create</a></span>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">Field.</span><code><span class="memberNameLink"><a href="../../../ligueBaseball/entities/Field.html#create--">create</a></span>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected abstract void</code></td>
<td class="colLast"><span class="typeNameLabel">DatabaseEntity.</span><code><span class="memberNameLink"><a href="../../../ligueBaseball/entities/DatabaseEntity.html#create--">create</a></span>()</code>
<div class="block">Create the new entity.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">Official.</span><code><span class="memberNameLink"><a href="../../../ligueBaseball/entities/Official.html#create--">create</a></span>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">DatabaseEntity.</span><code><span class="memberNameLink"><a href="../../../ligueBaseball/entities/DatabaseEntity.html#save--">save</a></span>()</code>
<div class="block">Save the current entity</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Team.</span><code><span class="memberNameLink"><a href="../../../ligueBaseball/entities/Team.html#setField-ligueBaseball.entities.Field-">setField</a></span>(<a href="../../../ligueBaseball/entities/Field.html" title="class in ligueBaseball.entities">Field</a> field)</code>
<div class="block">Set the field related to this team.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Player.</span><code><span class="memberNameLink"><a href="../../../ligueBaseball/entities/Player.html#setTeam-ligueBaseball.entities.Team-">setTeam</a></span>(<a href="../../../ligueBaseball/entities/Team.html" title="class in ligueBaseball.entities">Team</a> team)</code>
<div class="block">Set the team this player will play for.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">Player.</span><code><span class="memberNameLink"><a href="../../../ligueBaseball/entities/Player.html#update--">update</a></span>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">Team.</span><code><span class="memberNameLink"><a href="../../../ligueBaseball/entities/Team.html#update--">update</a></span>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">Match.</span><code><span class="memberNameLink"><a href="../../../ligueBaseball/entities/Match.html#update--">update</a></span>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">Field.</span><code><span class="memberNameLink"><a href="../../../ligueBaseball/entities/Field.html#update--">update</a></span>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected abstract void</code></td>
<td class="colLast"><span class="typeNameLabel">DatabaseEntity.</span><code><span class="memberNameLink"><a href="../../../ligueBaseball/entities/DatabaseEntity.html#update--">update</a></span>()</code>
<div class="block">Update the current entity.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="typeNameLabel">Official.</span><code><span class="memberNameLink"><a href="../../../ligueBaseball/entities/Official.html#update--">update</a></span>()</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../ligueBaseball/exceptions/FailedToSaveEntityException.html" title="class in ligueBaseball.exceptions">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?ligueBaseball/exceptions/class-use/FailedToSaveEntityException.html" target="_top">Frames</a></li>
<li><a href="FailedToSaveEntityException.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>
|
CreditCardValidation/index.html | ykoziy/small-projects | <!DOCTYPE html>
<html lang="en">
<head>
<title>Card Validation</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css'>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<nav class='navbar navbar-default'>
<div class='container'>
<div class="navbar-header">
</div>
</div>
</nav>
<div class="container">
<div class='col-xs-12 col-sm-6 col-sm-offset-3'>
<div class='page-header'>
<h1>Order now</h1>
</div> <!-- .page-header -->
<div class='panel'>
<div class='panel-body'>
<form>
<div class='form-group'>
<label>Credit card number:</label>
<div class='input-group'>
<input type="text" class='form-control' id='cardNum'>
<div class='input-group-addon' id='cardType'></div>
</div> <!-- .input-group -->
</div> <!-- .form-group -->
<div class="form-group">
<label>Name on card:</label>
<input type="text" class='form-control'>
</div> <!-- .form-group -->
<div class='clearfix'>
<div class="form-group form-group-mini">
<label>Expiry date:</label>
<input type='text' class='form-control'>
</div> <!-- .form-group .form-group-mini -->
<div class="form-group form-group-mini">
<label>CVV:</label>
<input type='text' class='form-control'>
</div> <!-- .form-group .form-group-mini -->
</div> <!-- .clearfix -->
<br>
<p>
<button class='btn btn-primary'>Submit</button>
</p>
</form>
</div> <!-- .panel-body -->
</div> <!-- .panel -->
</div> <!-- .col-xs-12 col-sm-6 .col-sm-offset-3 -->
</div> <!-- .container -->
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="js/validate.js"></script>
</body>
</html> |
data science/machine_learning_for_the_web/chapter_4/movie/9447.html | xianjunzhengbackup/code | <HTML><HEAD>
<TITLE>Review for Devil's Advocate, The (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?0118971">Devil's Advocate, The (1997)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?E.+Benjamin+Kelsey">E. Benjamin Kelsey</A></H3><HR WIDTH="40%" SIZE="4">
<PRE>DEVIL'S ADVOCATE
(R)</PRE>
<PRE>Reviewed by E. Benjamin Kelsey</PRE>
<PRE>* * * 1/2 (out of 4)</PRE>
<P>Unlike most movie reviews, I don't like to bog mine down with a
summarization of the plot. Usually when someone reads a movie review,
they have a general idea what the movie is about. Otherwise, they
would probably skip by it. So if you're looking for summaries, I'm
not the person to go to. My reviews are nothing spectacular, just
simple, to-the-point opinions. With that out of the way, let's begin.</P>
<P>I was actually quite amazed at Keanu Reeves sudden signs of life
in this movie. It was the first time I was actually Reeves might
actually have a pulse. To say "This is Reeves at his best!" sure
doesn't mean a lot, but it is true. But it is quite obvious that
when Al Pacino is in a movie, nobody's going to outshine him. And
Pacino was devilishly good in this one. An Oscar nomination? If
the Academy has any senses, there should be. The superbly delivered
speech by Pacino at the end of the film is absolutely captivating!
Truly one of the best dialogues of the year!</P>
<P>The visuals of the movie were unique, intriguing, and rich! I didn't
want to blink. This film's climax was superb in all departments:
acting, directing, and writing.</P>
<P>The very, VERY end of the film was a little disappointing and hokey.
They wrapped this movie up with all the garnishings, with a pretty
little bow on top. I almost have to wonder if they should've just
left out the whole ending, which I won't give away, but it seemed
off from the rest of the film, and therefore slighty jarring.</P>
<P>Overall, I was extremely pleased with the movie, and I would definitely
recommend it!!!</P>
<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>
|
Resources/public/jquery.mobile/demos/docs/forms/selects/events.html | dancen/MobileIpermindBundle | <!DOCTYPE html>
<html class="ui-mobile-rendering">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery Mobile Docs - Select events</title>
<link rel="stylesheet" href="../../../css/themes/default/jquery.mobile.css" />
<link rel="stylesheet" href="../../_assets/css/jqm-docs.css"/>
<script src="../../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
<script src="../../../js/jquery.js"></script>
<script src="../../../docs/_assets/js/jqm-docs.js"></script>
<script src="../../../js/jquery.mobile.docs.js"></script>
</head>
<body>
<div data-role="page" class="type-interior">
<div data-role="header" data-theme="f">
<h1>Select Menus</h1>
<a href="../../../" data-icon="home" data-iconpos="notext" data-direction="reverse">Home</a>
<a href="../../nav.html" data-icon="search" data-iconpos="notext" data-rel="dialog" data-transition="fade">Search</a>
</div><!-- /header -->
<div data-role="content">
<div class="content-primary">
<form action="#" method="get">
<h2>Select menus</h2>
<ul data-role="controlgroup" data-type="horizontal" class="localnav">
<li><a href="custom.html" data-role="button" data-transition="fade">Custom</a></li>
<li><a href="options.html" data-role="button" data-transition="fade">Options</a></li>
<li><a href="methods.html" data-role="button" data-transition="fade">Methods</a></li>
<li><a href="events.html" data-role="button" data-transition="fade" class="ui-btn-active">Events</a></li>
</ul>
<p>Bind events directly to the <code>select</code> element. Use jQuery Mobile's <a href="../../api/events.html">virtual events</a>, or bind standard JavaScript events, like change, focus, blur, etc.:</p>
<pre><code>
$(".mySelect").bind( "change", function(event, ui) {
...
});
</code></pre>
<p>The select menu plugin has the following custom events:</p>
<dl>
<dt><code>create</code> triggered when a select menu is created</dt>
<dd>
<pre><code>
$( ".selector" ).selectmenu({
create: function(event, ui) { ... }
});
</code></pre>
</dd>
</dl>
</form>
</div><!--/content-primary -->
<div class="content-secondary">
<div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d">
<h3>More in this section</h3>
<ul data-role="listview" data-theme="c" data-dividertheme="d">
<li data-role="list-divider">Form elements</li>
<li><a href="../docs-forms.html">Form basics</a></li>
<li><a href="../forms-all.html">Form element gallery</a></li>
<li><a href="../forms-all-mini.html">Mini form element gallery</a></li>
<li><a href="../textinputs/index.html">Text inputs</a></li>
<li><a href="../search/">Search input</a></li>
<li><a href="../slider/">Slider</a></li>
<li><a href="../switch/">Flip toggle switch</a></li>
<li><a href="../radiobuttons/">Radio buttons</a></li>
<li><a href="../checkboxes/">Checkboxes</a></li>
<li data-theme="a"><a href="index.html">Select menus</a></li>
<li><a href="../forms-themes.html">Theming forms</a></li>
<li><a href="../forms-all-native.html">Native form elements</a></li>
<li><a href="../forms-sample.html">Submitting forms</a></li>
</ul>
</div>
</div>
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>© 2011-12 The jQuery Project</p>
</div>
</div><!-- /page -->
</body>
</html>
|
_layouts/travel-single.html | random-parts/random-parts.github.io | ---
layout: default
category: travel
---
<!-- slug paging -->
{% assign collections = site[page.collection] | group_by: "category" | sort: "name", "first" %}
{% assign slug_urls = site.array %}
{% assign link_titles = "" | split: "|" %}
{% for group in collections %}
{% for item in group.items %}
{% assign slug_urls = slug_urls | push: item.url %}
{% assign link_titles = link_titles | push: item.headline %}
{% endfor %}
{% endfor %}
{% include paging.html paging=slug_urls current_item=page.url url_prepend="" link_title=link_titles %}
<!-- start single content -->
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h1 class="post-title" itemprop="name headline">{{ page.headline | default: page.title }}</h1>
<p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time> in <a href="{{page.category | prepend: "/" | prepend: site.baseurl | prepend: site.url }}">{{page.category}}</a></p>
</header>
<div class="post-content" itemprop="articleBody">
{% if page.strava %}
{% include strava.html strava_embed=page.strava headline=page.headline %}
{% endif %}
{{ content }}
</div>
</article> |
api/graphs/class.html | rotorcowboy/Phapper | <!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta charset="utf-8"/>
<title>Phapper - PHP Reddit API Wrapper</title>
<meta name="author" content=""/>
<meta name="description" content=""/>
<link href="../css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
<link href="../css/font-awesome.min.css" rel="stylesheet">
<link href="../css/prism.css" rel="stylesheet" media="all"/>
<link href="../css/template.css" rel="stylesheet" media="all"/>
<link href="../css/jquery.iviewer.css" rel="stylesheet" media="all"/>
<style>
#viewer {
position: relative;
width: 100%;
}
.wrapper {
overflow: hidden;
}
</style>
<!--[if lt IE 9]>
<script src="../js/html5.js"></script>
<![endif]-->
<script src="../js/jquery-1.11.0.min.js"></script>
<script src="../js/ui/1.10.4/jquery-ui.min.js"></script>
<script src="../js/bootstrap.min.js"></script>
<script src="../js/jquery.smooth-scroll.js"></script>
<script src="../js/prism.min.js"></script>
<!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit-->
<script src="../js/jquery.mousewheel.js" type="text/javascript"></script>
<script src="../js/jquery.iviewer.js" type="text/javascript"></script>
<script type="text/javascript">
$(window).resize(function(){
$("#viewer").height($(window).height() - 100);
});
$(document).ready(function() {
$("#viewer").iviewer({src: '../graphs/classes.svg', zoom_animation: false});
$('#viewer img').bind('dragstart', function(event){
event.preventDefault();
});
$(window).resize();
});
</script>
<link rel="shortcut icon" href="../images/favicon.ico"/>
<link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="../images/apple-touch-icon-72x72.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="../images/apple-touch-icon-114x114.png"/>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<i class="icon-ellipsis-vertical"></i>
</a>
<a class="brand" href="../index.html">Phapper - PHP Reddit API Wrapper</a>
<div class="nav-collapse">
<ul class="nav pull-right">
<li class="dropdown">
<a href="../index.html" class="dropdown-toggle" data-toggle="dropdown">
API Documentation <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="../namespaces/Phapper.html">\Phapper</a></li>
</ul>
</li>
<li class="dropdown" id="charts-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Charts <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="../graphs/class.html">
<i class="icon-list-alt"></i> Class hierarchy diagram
</a>
</li>
</ul>
</li>
<li class="dropdown" id="reports-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Reports <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="../reports/errors.html">
<i class="icon-list-alt"></i> Errors <span class="label label-info pull-right">76</span>
</a>
</li>
<li>
<a href="../reports/markers.html">
<i class="icon-list-alt"></i> Markers <span class="label label-info pull-right">0</span>
</a>
</li>
<li>
<a href="../reports/deprecated.html">
<i class="icon-list-alt"></i> Deprecated <span class="label label-info pull-right">0</span>
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!--<div class="go_to_top">-->
<!--<a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a>-->
<!--</div>-->
</div>
<div id="___" class="container-fluid">
<div class="row-fluid">
<div class="span12">
<div class="wrapper">
<div id="viewer" class="viewer"></div>
</div>
</div>
</div>
<footer class="row-fluid">
<section class="span10 offset2">
<section class="row-fluid">
<section class="span10 offset1">
<section class="row-fluid footer-sections">
<section class="span4">
<h1><i class="icon-code"></i></h1>
<div>
<ul>
<li><a href="../namespaces/Phapper.html">\Phapper</a></li>
</ul>
</div>
</section>
<section class="span4">
<h1><i class="icon-bar-chart"></i></h1>
<div>
<ul>
<li><a href="../graphs/class.html">Class Hierarchy Diagram</a></li>
</ul>
</div>
</section>
<section class="span4">
<h1><i class="icon-pushpin"></i></h1>
<div>
<ul>
<li><a href="../reports/errors.html">Errors</a></li>
<li><a href="../reports/markers.html">Markers</a></li>
</ul>
</div>
</section>
</section>
</section>
</section>
<section class="row-fluid">
<section class="span10 offset1">
<hr />
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored
on January 5th, 2016 at 10:23.
</section>
</section>
</section>
</footer>
</div>
</body>
</html>
|
lessig.html | svven/pages | <!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="https://www.battleforthenet.com">This is why your Internet is slow. And it’ll get worse. Unless you take 1 ...</a>
</h2>
<p class="site">
<span>www.battleforthenet.com</span>
</p>
<div class="crop">
<div><img class="image" src="https://www.battleforthenet.com/images/battle-for-the-net.jpg" /></div>
</div>
<div class="description">
<p>
You’re our only hope.
</p>
</div>
<div class="readers">
<a href="timberners_lee.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1325092609/94d9da15ab89e3e2b4a5b9a5174f5618_normal.jpg" title="@timberners_lee" /></a>
<a href="siculars.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1719020532/me_scuba_normal.jpg" title="@siculars" /></a>
<a href="BrianClifton1.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1581150387/brianMVI0857____normal.jpg" title="@BrianClifton1" /></a>
</div>
</div>
<div class="clearfix enable-sm "></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="timberners_lee.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1325092609/94d9da15ab89e3e2b4a5b9a5174f5618_normal.jpg" title="@timberners_lee" /></a>
<a href="HTML5Tyler.html"><img class="reader" src="http://pbs.twimg.com/profile_images/509750553358770176/b8fqurD8_normal.png" title="@HTML5Tyler" /></a>
<a href="kitt.html"><img class="reader" src="http://pbs.twimg.com/profile_images/415879424882376704/xavVU18i_normal.png" title="@kitt" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://online.wsj.com/europe">Europe Edition - Latest News, Breaking Stories, Top Headlines From Europe ...</a>
</h2>
<p class="site">
<span>online.wsj.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://m.wsj.net/video/20140925/092514is/092514is_512x288.jpg" /></div>
</div>
<div class="description">
<p>
WSJ coverage of today's breaking news and headlines for Europe. Top stories, photos, videos and detailed news analysis and reporting about Europe.
</p>
</div>
<div class="readers">
<a href="vkhosla.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2398344802/bm0r011ulnx6nd6ndtn9_normal.jpeg" title="@vkhosla" /></a>
<a href="matthewmspace.html"><img class="reader" src="http://pbs.twimg.com/profile_images/509935869327720448/P2EcE_gc_normal.jpeg" title="@matthewmspace" /></a>
<a href="AlbertAimers.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000504342094/613cc44f415610dc42f51c214f39ca4c_normal.jpeg" title="@AlbertAimers" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="https://blog.docker.com/2014/09/docker-hub-official-repos-announcing-language-stacks">Docker Hub Official Repos: Announcing Language Stacks | Docker Blog</a>
</h2>
<p class="site">
<span>blog.docker.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://blog.docker.com/media/shipping-containers-300x200.jpg" /></div>
</div>
<div class="description">
<p>
With Docker containers fast becoming the standard for building blocks for distributed apps, we’re working with the Docker community to make it easier ...
</p>
</div>
<div class="readers">
<a href="hosiukeung.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2318846291/fnixl8wc4zyyq4hz14e2_normal.jpeg" title="@hosiukeung" /></a>
<a href="vuhaido.html"><img class="reader" src="http://pbs.twimg.com/profile_images/427962104721571840/HQvVTSSz_normal.jpeg" title="@vuhaido" /></a>
<a href="newsyc100.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1083845614/yclogo_normal.gif" title="@newsyc100" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></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="adrianspeyer.html"><img class="reader" src="http://pbs.twimg.com/profile_images/412046241871056896/nXmCIGts_normal.png" title="@adrianspeyer" /></a>
<a href="sujal.html"><img class="reader" src="http://pbs.twimg.com/profile_images/456892479048929280/rfzz9mrK_normal.jpeg" title="@sujal" /></a>
<a href="gooeyblob.html"><img class="reader" src="http://pbs.twimg.com/profile_images/492710374005690368/NTG0TqXJ_normal.jpeg" title="@gooeyblob" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.theverge.com/2014/8/26/6067663/this-is-ubers-playbook-for-sabotaging-lyft">This is Uber's playbook for sabotaging Lyft</a>
</h2>
<p class="site">
<span>www.theverge.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://cdn1.vox-cdn.com/uploads/chorus_image/image/37490224/lyft-party-photo-essay2_1020.0_cinema_1200.0.jpg" /></div>
</div>
<div class="description">
<p>
Uber is arming teams of independent contractors with burner phones and credit cards as part of its sophisticated effort to undermine Lyft and other ...
</p>
</div>
<div class="readers">
<a href="LizDDay.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2808323270/10581a12ab7d9b149438dbb45a4378a4_normal.jpeg" title="@LizDDay" /></a>
<a href="csarva.html"><img class="reader" src="http://pbs.twimg.com/profile_images/481644457486741504/mIU3PE6g_normal.jpeg" title="@csarva" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="https://groups.google.com/forum">Google Discussiegroepen</a>
</h2>
<p class="site">
<span>groups.google.com</span>
</p>
<div class="description">
<p>
Met Google Discussiegroepen kun je online forums en e-mailgroepen maken en eraan deelnemen. Bovendien profiteer je van uitgebreide ...
</p>
</div>
<div class="readers">
<a href="ginatrapani.html"><img class="reader" src="http://pbs.twimg.com/profile_images/378800000094875503/88ec3120528d2e75172814a05cc19243_normal.png" title="@ginatrapani" /></a>
<a href="timberners_lee.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1325092609/94d9da15ab89e3e2b4a5b9a5174f5618_normal.jpg" title="@timberners_lee" /></a>
<a href="perplexes.html"><img class="reader" src="http://pbs.twimg.com/profile_images/3652954184/1f1de2c7976a9d9c09f991bff68053de_normal.jpeg" title="@perplexes" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://dashes.com/anil/2014/09/15-lessons-from-15-years-of-blogging.html">15 Lessons from 15 Years of Blogging</a>
</h2>
<p class="site">
<span>dashes.com</span>
</p>
<div class="description">
<p>
This summer marked 15 years since I first started blogging here, and I'm happier than ever that I've chosen to live so much of my life in this place, ...
</p>
</div>
<div class="readers">
<a href="jayrosen_nyu.html"><img class="reader" src="http://pbs.twimg.com/profile_images/472914265737658368/6o7dqE39_normal.jpeg" title="@jayrosen_nyu" /></a>
<a href="mattdiazorg.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1295647580/headshot_normal.jpg" title="@mattdiazorg" /></a>
<a href="KatiMichel.html"><img class="reader" src="http://pbs.twimg.com/profile_images/416721480185950208/AQS_qTXy_normal.jpeg" title="@KatiMichel" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://mic.com/articles/98348/science-shows-writers-have-a-serious-advantage-over-the-rest-of-us">Science Shows Something Surprising About People Who Love to Write</a>
</h2>
<p class="site">
<span>mic.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://thumbs.mic.com/J7U2FXmWABzltWzU2jmtMt5s9ks=/65x122:1194x742/1910x1000/s3.amazonaws.com/policymic-images/cdxecnnxofwmjblr8nmpyqfrlfllw2n98j1u5d89laetp1un85w1vq94qh9ennem.jpg" /></div>
</div>
<div class="description">
<p>
Writers have a serious advantage over the rest of us.
</p>
</div>
<div class="readers">
<a href="loic.html"><img class="reader" src="http://pbs.twimg.com/profile_images/477838412074848257/lvBjaz-R_normal.jpeg" title="@loic" /></a>
<a href="prabhjotsinghNY.html"><img class="reader" src="http://pbs.twimg.com/profile_images/453178884058402816/2t0nX37Y_normal.jpeg" title="@prabhjotsinghNY" /></a>
<a href="KatiMichel.html"><img class="reader" src="http://pbs.twimg.com/profile_images/416721480185950208/AQS_qTXy_normal.jpeg" title="@KatiMichel" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://seclists.org/oss-sec/2014/q3/685">oss-sec: Re: CVE-2014-6271: remote code execution through bash</a>
</h2>
<p class="site">
<span>seclists.org</span>
</p>
<div class="description">
<p>
oss-sec mailing list archives
</p>
</div>
<div class="readers">
<a href="newsyc100.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1083845614/yclogo_normal.gif" title="@newsyc100" /></a>
<a href="rbanffy.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2246298284/geek_cparty_normal.jpg" title="@rbanffy" /></a>
<a href="newsyc20.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1081970640/yclogo_normal.gif" title="@newsyc20" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="https://forums.aws.amazon.com/thread.jspa">AWS Developer Forums: Near term AWS maintenance event - no ...</a>
</h2>
<p class="site">
<span>forums.aws.amazon.com</span>
</p>
<div class="description">
</div>
<div class="readers">
<a href="gooeyblob.html"><img class="reader" src="http://pbs.twimg.com/profile_images/492710374005690368/NTG0TqXJ_normal.jpeg" title="@gooeyblob" /></a>
<a href="newsyc100.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1083845614/yclogo_normal.gif" title="@newsyc100" /></a>
<a href="newsyc20.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1081970640/yclogo_normal.gif" title="@newsyc20" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.bbc.com/news/science-environment-29341850">Why India's Mars mission is so cheap - and thrilling</a>
</h2>
<p class="site">
<span>www.bbc.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://news.bbcimg.co.uk/media/images/77795000/jpg/_77795937_77792512.jpg" /></div>
</div>
<div class="description">
<p>
India's Mangalyaan satellite is staggeringly cheap by Western standards - but it hopes to address some of the biggest questions on Mars, writes the ...
</p>
</div>
<div class="readers">
<a href="newsyc100.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1083845614/yclogo_normal.gif" title="@newsyc100" /></a>
<a href="rbanffy.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2246298284/geek_cparty_normal.jpg" title="@rbanffy" /></a>
<a href="newsyc20.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1081970640/yclogo_normal.gif" title="@newsyc20" /></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.wired.com/2014/09/kevin-mitnick-selling-zero-day-exploits">Kevin Mitnick, Once the World's Most Wanted Hacker, Is Now Selling ...</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/mitnick-ft.jpg" /></div>
</div>
<div class="description">
<p>
As a young man, Kevin Mitnick became the world’s most notorious black hat hacker, breaking into the networks of companies like IBM, Nokia, Motorola, ...
</p>
</div>
<div class="readers">
<a href="amarjitinfo.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1318572684/DSCN2214_normal.jpg" title="@amarjitinfo" /></a>
<a href="newsyc100.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1083845614/yclogo_normal.gif" title="@newsyc100" /></a>
<a href="newsyc20.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1081970640/yclogo_normal.gif" title="@newsyc20" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="https://github.com/slackhq/SlackTextViewController">slackhq/SlackTextViewController</a>
</h2>
<p class="site">
<span>github.com</span>
</p>
<div class="crop">
<div><img class="image" src="https://avatars2.githubusercontent.com/u/6911160?v=2&s=400" /></div>
</div>
<div class="description">
<p>
SlackTextViewController - iOS UIViewController subclass with a custom growing text input
</p>
</div>
<div class="readers">
<a href="sujal.html"><img class="reader" src="http://pbs.twimg.com/profile_images/456892479048929280/rfzz9mrK_normal.jpeg" title="@sujal" /></a>
<a href="newsyc100.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1083845614/yclogo_normal.gif" title="@newsyc100" /></a>
<a href="newsyc20.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1081970640/yclogo_normal.gif" title="@newsyc20" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://jquery.com">jQuery</a>
</h2>
<p class="site">
<span>jquery.com</span>
</p>
<div class="crop">
<div><img class="image" src="https://jquery.org/resources/members/dequesystems.png" /></div>
</div>
<div class="description">
<p>
jQuery: The Write Less, Do More, JavaScript Library
</p>
</div>
<div class="readers">
<a href="amarjitinfo.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1318572684/DSCN2214_normal.jpg" title="@amarjitinfo" /></a>
<a href="newsyc100.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1083845614/yclogo_normal.gif" title="@newsyc100" /></a>
<a href="newsyc20.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1081970640/yclogo_normal.gif" title="@newsyc20" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://techreport.com/review/27062/the-ssd-endurance-experiment-only-two-remain-after-1-5pb">The SSD Endurance Experiment: Only two remain after 1.5PB - The Tech ...</a>
</h2>
<p class="site">
<span>techreport.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://techreport.com/r.x/endurance-15pb/flat1.jpg" /></div>
</div>
<div class="description">
</div>
<div class="readers">
<a href="newsyc100.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1083845614/yclogo_normal.gif" title="@newsyc100" /></a>
<a href="rbanffy.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2246298284/geek_cparty_normal.jpg" title="@rbanffy" /></a>
<a href="newsyc20.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1081970640/yclogo_normal.gif" title="@newsyc20" /></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/17/opinion/israels-nsa-scandal.html">Israel’s N.S.A. Scandal - 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/17/opinion/0917OPEDdettmer/0917OPEDdettmer-articleInline.jpg" /></div>
</div>
<div class="description">
<p>
WASHINGTON — IN Moscow this summer, while reporting a story for Wired magazine , I had the rare opportunity to hang out for three days with Edward J. ...
</p>
</div>
<div class="readers">
<a href="migueldeicaza.html"><img class="reader" src="http://pbs.twimg.com/profile_images/458699507576737793/KzwT77TX_normal.png" title="@migueldeicaza" /></a>
<a href="sujal.html"><img class="reader" src="http://pbs.twimg.com/profile_images/456892479048929280/rfzz9mrK_normal.jpeg" title="@sujal" /></a>
<a href="newsyc100.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1083845614/yclogo_normal.gif" title="@newsyc100" /></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="migueldeicaza.html"><img class="reader" src="http://pbs.twimg.com/profile_images/458699507576737793/KzwT77TX_normal.png" title="@migueldeicaza" /></a>
<a href="sujal.html"><img class="reader" src="http://pbs.twimg.com/profile_images/456892479048929280/rfzz9mrK_normal.jpeg" title="@sujal" /></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 enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.nytimes.com/2014/09/03/upshot/the-economic-price-of-colleges-failures.html">The Economic Price of Colleges’ Failures</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/03/upshot/03up-learning/03up-learning-videoSixteenByNine1050-v2.jpg" /></div>
</div>
<div class="description">
<p>
Many students do not learn critical-thinking skills in college, and they’re suffering in the job market, a new study finds.
</p>
</div>
<div class="readers">
<a href="csarva.html"><img class="reader" src="http://pbs.twimg.com/profile_images/481644457486741504/mIU3PE6g_normal.jpeg" title="@csarva" /></a>
<a href="prabhjotsinghNY.html"><img class="reader" src="http://pbs.twimg.com/profile_images/453178884058402816/2t0nX37Y_normal.jpeg" title="@prabhjotsinghNY" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.wired.com/2014/08/what-makes-us-fat">Why Are We So Fat? The Multimillion-Dollar Scientific Quest to Find Out | ...</a>
</h2>
<p class="site">
<span>www.wired.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://www.wired.com/wp-content/uploads/2014/08/eat-feat.jpg" /></div>
</div>
<div class="description">
<p>
Adam Voorhes In January of this year, the first subject checked into the metabolic ward at the National Institutes of Health in Bethesda, Maryland, ...
</p>
</div>
<div class="readers">
<a href="csarva.html"><img class="reader" src="http://pbs.twimg.com/profile_images/481644457486741504/mIU3PE6g_normal.jpeg" title="@csarva" /></a>
<a href="hispanic.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2776589456/a955d0be7da65afc397561f8a4e0fbe7_normal.jpeg" title="@hispanic" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="https://medium.com/re-form/x-to-close-417936dfc0dc">X to Close</a>
</h2>
<p class="site">
<span>medium.com</span>
</p>
<div class="crop">
<div><img class="image" src="https://d262ilb51hltx0.cloudfront.net/max/800/1*vD_yp7OjKU8l7BkCKDsbOg.png" /></div>
</div>
<div class="description">
<p>
The origins of the use of [x] in UI design.
</p>
</div>
<div class="readers">
<a href="vuhaido.html"><img class="reader" src="http://pbs.twimg.com/profile_images/427962104721571840/HQvVTSSz_normal.jpeg" title="@vuhaido" /></a>
<a href="tobiaswright.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1134014952/3a75ab3f-b1a4-4a37-be07-39773a2da9dd_normal.JPG" title="@tobiaswright" /></a>
<a href="thinkezy.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1415165537/thinkezy_logo_micro_normal.png" title="@thinkezy" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.thenation.com/article/180493/anti-pot-lobbys-big-bankroll">The Real Reason Pot Is Still Illegal</a>
</h2>
<p class="site">
<span>www.thenation.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://www.thenation.com//sites/default/files/marijuana_rtr_img_1.jpg" /></div>
</div>
<div class="description">
<p>
Opponents of marijuana-law reform insist that legalization is dangerous—but the biggest threat is to their own bottom line....
</p>
</div>
<div class="readers">
<a href="LizDDay.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2808323270/10581a12ab7d9b149438dbb45a4378a4_normal.jpeg" title="@LizDDay" /></a>
<a href="ret2kw.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1595099498/subcomandante-marcos_design_normal.png" title="@ret2kw" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.wired.com/2014/08/the-most-fascinating-profile-youll-ever-read-about-a-guy-and-his-boring-startup">The Most Fascinating Profile You'll Ever Read About a Guy and His Boring ...</a>
</h2>
<p class="site">
<span>www.wired.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://www.wired.com/wp-content/uploads/2014/08/butterfield-feat.jpg" /></div>
</div>
<div class="description">
<p>
Ariel Zambelich/WIRED Stewart is hungry. He’s munching on potatoes smothered in chicken fat drippings, sitting by a long metal table that once served ...
</p>
</div>
<div class="readers">
<a href="vuhaido.html"><img class="reader" src="http://pbs.twimg.com/profile_images/427962104721571840/HQvVTSSz_normal.jpeg" title="@vuhaido" /></a>
<a href="kitt.html"><img class="reader" src="http://pbs.twimg.com/profile_images/415879424882376704/xavVU18i_normal.png" title="@kitt" /></a>
<a href="thinkezy.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1415165537/thinkezy_logo_micro_normal.png" title="@thinkezy" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://iamnotaprogrammer.com/Verizon-Fios-Netflix-Vyprvpn.html">Verizon made an enemy tonight</a>
</h2>
<p class="site">
<span>iamnotaprogrammer.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://iamnotaprogrammer.com/images/Asus-Router-Openvpn-Config.png" /></div>
</div>
<div class="description">
<p>
On a flight back to New York I read Level 3’s assessment of the latest round of the Netflix vs Internet Provider debacle .
</p>
</div>
<div class="readers">
<a href="csarva.html"><img class="reader" src="http://pbs.twimg.com/profile_images/481644457486741504/mIU3PE6g_normal.jpeg" title="@csarva" /></a>
<a href="HTML5Tyler.html"><img class="reader" src="http://pbs.twimg.com/profile_images/509750553358770176/b8fqurD8_normal.png" title="@HTML5Tyler" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://abovethecrowd.com/2014/07/11/how-to-miss-by-a-mile-an-alternative-look-at-ubers-potential-market-size">How to Miss By a Mile: An Alternative Look at Uber’s Potential Market Size ...</a>
</h2>
<p class="site">
<span>abovethecrowd.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://abovethecrowd.com/wp-content/uploads/2014/07/multiplier.png" /></div>
</div>
<div class="description">
<p>
By Bill Gurley
</p>
</div>
<div class="readers">
<a href="siculars.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1719020532/me_scuba_normal.jpg" title="@siculars" /></a>
<a href="stevenbjohnson.html"><img class="reader" src="http://pbs.twimg.com/profile_images/34699972/sbjbeach2005_normal" title="@stevenbjohnson" /></a>
<a href="mattdiazorg.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1295647580/headshot_normal.jpg" title="@mattdiazorg" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.nytimes.com/interactive/2014/07/27/opinion/sunday/high-time-marijuana-legalization.html">The New York Times Calls for Marijuana Legalization</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/07/27/opinion/sunday/27Introduction-1406334154525/27Introduction-1406334154525-articleLarge.png" /></div>
</div>
<div class="description">
<p>
The federal government should follow the growing movement in the states and repeal the ban on marijuana for both medical and recreational use.
</p>
</div>
<div class="readers">
<a href="ret2kw.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1595099498/subcomandante-marcos_design_normal.png" title="@ret2kw" /></a>
<a href="mkapor.html"><img class="reader" src="http://pbs.twimg.com/profile_images/2980368237/711ec3a016b6aaf3d6ec98e14ec145aa_normal.jpeg" title="@mkapor" /></a>
<a href="petersng.html"><img class="reader" src="http://pbs.twimg.com/profile_images/1317902352/head2_normal.jpg" title="@petersng" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://techcrunch.com/2014/07/09/yelp-google-anti-trust">Leaked Documents Show How Yelp Thinks It’s Getting Screwed By Google | ...</a>
</h2>
<p class="site">
<span>techcrunch.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://tctechcrunch2011.files.wordpress.com/2014/07/yelp-goog.png?w=680" /></div>
</div>
<div class="description">
<p>
Documents leaked to TechCrunch from inside Yelp allege that Google is manipulating its search results to favor Google+ content over Yelp content. ...
</p>
</div>
<div class="readers">
<a href="csarva.html"><img class="reader" src="http://pbs.twimg.com/profile_images/481644457486741504/mIU3PE6g_normal.jpeg" title="@csarva" /></a>
<a href="paulith.html"><img class="reader" src="http://pbs.twimg.com/profile_images/477054239089627136/xBe_PLBs_normal.jpeg" title="@paulith" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-lg"></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="https://mayday.us/newpledge">MAYDAY: Democracy needs an upgrade. Act now.</a>
</h2>
<p class="site">
<span>mayday.us</span>
</p>
<div class="description">
<p>
Money has corrupted politics. We’re kickstarting a political experiment big enough to win a Congress committed to fundamental reform -- Join us!
</p>
</div>
<div class="readers">
<a href="stevenbjohnson.html"><img class="reader" src="http://pbs.twimg.com/profile_images/34699972/sbjbeach2005_normal" title="@stevenbjohnson" /></a>
<a href="DanielGNewman.html"><img class="reader" src="http://pbs.twimg.com/profile_images/433379733883990016/uiHbMmVo_normal.jpeg" title="@DanielGNewman" /></a>
<a href="elatable.html"><img class="reader" src="http://pbs.twimg.com/profile_images/150087534/2283838135_f3a555fd95_m_normal.jpg" title="@elatable" /></a>
</div>
</div>
<div class="clearfix enable-sm enable-md "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://propublica.org/nsa-grid">The NSA Revelations All in One Chart</a>
</h2>
<p class="site">
<span>propublica.org</span>
</p>
<div class="description">
<p>
We plotted the NSA programs, showing which ones fall squarely into the agency’s stated mission of foreign surveillance, and which ones are more ...
</p>
</div>
<div class="readers">
<a href="csarva.html"><img class="reader" src="http://pbs.twimg.com/profile_images/481644457486741504/mIU3PE6g_normal.jpeg" title="@csarva" /></a>
<a href="meshedsites.html"><img class="reader" src="http://pbs.twimg.com/profile_images/468769048084221952/gxa2e3E6_normal.png" title="@meshedsites" /></a>
</div>
</div>
<div class="clearfix enable-sm "></div>
</li>
<li>
<div class="summary">
<h2 class="title">
<a href="http://www.dailydot.com/politics/paypal-protonmail-freeze">PayPal freezes account of email encryption startup ProtonMail [Update]</a>
</h2>
<p class="site">
<span>www.dailydot.com</span>
</p>
<div class="crop">
<div><img class="image" src="http://cdn0.dailydot.com/cache/8d/f9/8df95f37092a77f2df0d622232054fb6.jpg" /></div>
</div>
<div class="description">
<p>
Privacy activists are outraged.
</p>
</div>
<div class="readers">
<a href="csarva.html"><img class="reader" src="http://pbs.twimg.com/profile_images/481644457486741504/mIU3PE6g_normal.jpeg" title="@csarva" /></a>
<a href="fbliss.html"><img class="reader" src="http://pbs.twimg.com/profile_images/344513261580113047/3762fd0bce994ecbe4d07f197cc5186b_normal.jpeg" title="@fbliss" /></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> |
node_modules/npm-shrinkwrap/node_modules/npm/html/doc/cli/npm-completion.html | ptdgraphics/TBF-Build | <!doctype html>
<html>
<title>npm-completion</title>
<meta http-equiv="content-type" value="text/html;utf-8">
<link rel="stylesheet" type="text/css" href="../../static/style.css">
<link rel="canonical" href="https://www.npmjs.org/doc/cli/npm-completion.html">
<script async=true src="../../static/toc.js"></script>
<body>
<div id="wrapper">
<h1><a href="../cli/npm-completion.html">npm-completion</a></h1> <p>Tab Completion for npm</p>
<h2 id="synopsis">SYNOPSIS</h2>
<pre><code>. <(npm completion)
</code></pre><h2 id="description">DESCRIPTION</h2>
<p>Enables tab-completion in all npm commands.</p>
<p>The synopsis above
loads the completions into your current shell. Adding it to
your ~/.bashrc or ~/.zshrc will make the completions available
everywhere.</p>
<p>You may of course also pipe the output of npm completion to a file
such as <code>/usr/local/etc/bash_completion.d/npm</code> if you have a system
that will read that file for you.</p>
<p>When <code>COMP_CWORD</code>, <code>COMP_LINE</code>, and <code>COMP_POINT</code> are defined in the
environment, <code>npm completion</code> acts in "plumbing mode", and outputs
completions based on the arguments.</p>
<h2 id="see-also">SEE ALSO</h2>
<ul>
<li><a href="../misc/npm-developers.html">npm-developers(7)</a></li>
<li><a href="../misc/npm-faq.html">npm-faq(7)</a></li>
<li><a href="../cli/npm.html">npm(1)</a></li>
</ul>
</div>
<table border=0 cellspacing=0 cellpadding=0 id=npmlogo>
<tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18> </td></tr>
<tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)"> </td><td style="width:40px;height:10px;background:#fff" colspan=4> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4> </td><td style="width:40px;height:10px;background:#fff" colspan=4> </td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)"> </td><td colspan=6 style="width:60px;height:10px;background:#fff"> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4> </td></tr>
<tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2> </td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td></tr>
<tr><td style="width:10px;height:10px;background:#fff" rowspan=2> </td></tr>
<tr><td style="width:10px;height:10px;background:#fff"> </td></tr>
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
</table>
<p id="footer">npm-completion — [email protected]</p>
|
docs/api/OpenTl.Schema/TPhoneCallWaiting/F4B26311.html | OpenTl/OpenTl.Schema | <!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description">
<meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon">
<title>OpenTl.Schema - API - TPhoneCallWaiting.AdminId Property</title>
<link href="/OpenTl.Schema/assets/css/mermaid.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/highlight.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/bootstrap/bootstrap.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/adminlte/AdminLTE.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/theme/theme.css" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,400i,700,700i" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="/OpenTl.Schema/assets/css/override.css" rel="stylesheet">
<script src="/OpenTl.Schema/assets/js/jquery-2.2.3.min.js"></script>
<script src="/OpenTl.Schema/assets/js/bootstrap.min.js"></script>
<script src="/OpenTl.Schema/assets/js/app.min.js"></script>
<script src="/OpenTl.Schema/assets/js/highlight.pack.js"></script>
<script src="/OpenTl.Schema/assets/js/jquery.slimscroll.min.js"></script>
<script src="/OpenTl.Schema/assets/js/jquery.sticky-kit.min.js"></script>
<script src="/OpenTl.Schema/assets/js/mermaid.min.js"></script>
<!--[if lt IE 9]>
<script src="/OpenTl.Schema/assets/js/html5shiv.min.js"></script>
<script src="/OpenTl.Schema/assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body class="hold-transition wyam layout-boxed ">
<div class="top-banner"></div>
<div class="wrapper with-container">
<!-- Header -->
<header class="main-header">
<a href="/OpenTl.Schema/" class="logo">
<span>OpenTl.Schema</span>
</a>
<nav class="navbar navbar-static-top" role="navigation">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle visible-xs-block" data-toggle="offcanvas" role="button">
<span class="sr-only">Toggle side menu</span>
<i class="fa fa-chevron-circle-right"></i>
</a>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle side menu</span>
<i class="fa fa-chevron-circle-down"></i>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse pull-left" id="navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/OpenTl.Schema/about.html">About This Project</a></li>
<li class="active"><a href="/OpenTl.Schema/api">API</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
<!-- Navbar Right Menu -->
</nav>
</header>
<!-- Left side column. contains the logo and sidebar -->
<aside class="main-sidebar ">
<section class="infobar" data-spy="affix" data-offset-top="60" data-offset-bottom="200">
<div id="infobar-headings"><h6>On This Page</h6><p><a href="#Syntax">Syntax</a></p>
<p><a href="#Attributes">Attributes</a></p>
<p><a href="#Value">Value</a></p>
<hr class="infobar-hidden">
</div>
</section>
<section class="sidebar">
<script src="/OpenTl.Schema/assets/js/lunr.min.js"></script>
<script src="/OpenTl.Schema/assets/js/searchIndex.js"></script>
<div class="sidebar-form">
<div class="input-group">
<input type="text" name="search" id="search" class="form-control" placeholder="Search Types...">
<span class="input-group-btn">
<button class="btn btn-flat"><i class="fa fa-search"></i></button>
</span>
</div>
</div>
<div id="search-results">
</div>
<script>
function runSearch(query){
$("#search-results").empty();
if( query.length < 2 ){
return;
}
var results = searchModule.search("*" + query + "*");
var listHtml = "<ul class='sidebar-menu'>";
listHtml += "<li class='header'>Type Results</li>";
if(results.length == 0 ){
listHtml += "<li>No results found</li>";
} else {
for(var i = 0; i < results.length; ++i){
var res = results[i];
listHtml += "<li><a href='" + res.url + "'>" + htmlEscape(res.title) + "</a></li>";
}
}
listHtml += "</ul>";
$("#search-results").append(listHtml);
}
$(document).ready(function(){
$("#search").on('input propertychange paste', function() {
runSearch($("#search").val());
});
});
function htmlEscape(html) {
return document.createElement('div')
.appendChild(document.createTextNode(html))
.parentNode
.innerHTML;
}
</script>
<hr>
<ul class="sidebar-menu">
<li class="header">Namespace</li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></li>
<li class="header">Type</li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallWaiting">TPhoneCallWaiting</a></li>
<li role="separator" class="divider"></li>
<li class="header">Property Members</li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallWaiting/F428DC49.html">AccessHash</a></li>
<li class="selected"><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallWaiting/F4B26311.html">AdminId</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallWaiting/E3DBBA21.html">Date</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallWaiting/B64E5D82.html">Flags</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallWaiting/D18BF954.html">Id</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallWaiting/7232C85E.html">ParticipantId</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallWaiting/A880F223.html">Protocol</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallWaiting/338E42AB.html">ReceiveDate</a></li>
</ul>
</section>
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<section class="content-header">
<h3><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallWaiting">TPhoneCallWaiting</a>.</h3>
<h1>AdminId <small>Property</small></h1>
</section>
<section class="content">
<div class="panel panel-default">
<div class="panel-body">
<dl class="dl-horizontal">
<dt>Namespace</dt>
<dd><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></dd>
<dt>Containing Type</dt>
<dd><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallWaiting">TPhoneCallWaiting</a></dd>
</dl>
</div>
</div>
<h1 id="Syntax">Syntax</h1>
<pre><code>[SerializationOrder(4)]
public int AdminId { get; set; }</code></pre>
<h1 id="Attributes">Attributes</h1>
<div class="box">
<div class="box-body no-padding table-responsive">
<table class="table table-striped table-hover two-cols">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody><tr>
<td>Serialization<wbr>Order<wbr>Attribute</td>
<td></td>
</tr>
</tbody></table>
</div>
</div>
<h1 id="Value">Value</h1>
<div class="box">
<div class="box-body no-padding table-responsive">
<table class="table table-striped table-hover two-cols">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody><tr>
<td>int</td>
<td></td>
</tr>
</tbody></table>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer class="main-footer">
</footer>
</div>
<div class="wrapper bottom-wrapper">
<footer class="bottom-footer">
Generated by <a href="https://wyam.io">Wyam</a>
</footer>
</div>
<a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a>
<script>
// Close the sidebar if we select an anchor link
$(".main-sidebar a[href^='#']:not('.expand')").click(function(){
$(document.body).removeClass('sidebar-open');
});
$(document).load(function() {
mermaid.initialize(
{
flowchart:
{
htmlLabels: false,
useMaxWidth:false
}
});
mermaid.init(undefined, ".mermaid")
$('svg').addClass('img-responsive');
$('pre code').each(function(i, block) {
hljs.highlightBlock(block);
});
});
hljs.initHighlightingOnLoad();
// Back to top
$(window).scroll(function() {
if ($(this).scrollTop() >= 200) { // If page is scrolled more than 50px
$('#return-to-top').fadeIn(1000); // Fade in the arrow
} else {
$('#return-to-top').fadeOut(1000); // Else fade out the arrow
}
});
$('#return-to-top').click(function() { // When arrow is clicked
$('body,html').animate({
scrollTop : 0 // Scroll to top of body
}, 500);
});
</script>
</body></html> |
client/btns/addPlayerBtn.html | mrogach2350/rpgLoot | <template name="addPlayerBtn">
<a href="/DM/addPlayer"><button type="button" class="btn-primary">Add Players</button></a>
</template>
|
test/com_adjectives.html | LettError/filibuster | <html><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Filibuster</title> <link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<body><h1>Results for "com_adjectives"</h1>
<p><a href="index.html">Index</a></p>
<p class="blurb">big</p>
<p class="blurb">leading</p>
<p class="blurb">gr33n</p>
<p class="blurb">strong</p>
<p class="blurb">bang</p>
<p class="blurb">Teal</p>
<p class="blurb">only</p>
<p class="blurb">°</p>
<p class="blurb">cristalised</p>
<p class="blurb">radioactive</p>
<p class="blurb">Green</p>
<p class="blurb">ï</p>
<p class="blurb">genuine</p>
<p class="blurb">Æ</p>
<p class="blurb">gr33n</p>
<p class="blurb">traditional</p>
<p class="blurb">tera</p>
<p class="blurb">no-cholestorol</p>
<p class="blurb">european</p>
<p class="blurb">Day-Glo</p>
</body></html> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.