path
stringlengths 5
312
| repo_name
stringlengths 5
116
| content
stringlengths 2
1.04M
|
|---|---|---|
javadoc/com/example/habitup/Model/Habit.html
|
CMPUT301F17T29/HabitUp
|
<!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_152-release) on Mon Dec 04 22:36:37 MST 2017 -->
<title>Habit</title>
<meta name="date" content="2017-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="Habit";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/example/habitup/Model/Attributes.html" title="class in com.example.habitup.Model"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../com/example/habitup/Model/HabitEvent.html" title="class in com.example.habitup.Model"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/habitup/Model/Habit.html" target="_top">Frames</a></li>
<li><a href="Habit.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.example.habitup.Model</div>
<h2 title="Class Habit" class="title">Class Habit</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.example.habitup.Model.Habit</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.lang.Comparable<<a href="../../../../com/example/habitup/Model/Habit.html" title="class in com.example.habitup.Model">Habit</a>></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">Habit</span>
extends java.lang.Object
implements java.lang.Comparable<<a href="../../../../com/example/habitup/Model/Habit.html" title="class in com.example.habitup.Model">Habit</a>></pre>
<div class="block">Habit is the object representing a habit type, belonging to a specific user. It specifies a
name, reason, schedule of days of the week it should be completed on, the date to start, and
the attribute it is associated with (the attribute it will increase each time the habit is
done).
The Habit stores some utility data for calculating statistics, namely how many times it was done
on schedule, how many times it could have been done if always done on schedule, and how many
non-scheduled times it was done.
Javadoc last updated 2017-11-13 by @gojeffcho.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#Habit-int-">Habit</a></span>(int uid)</code>
<div class="block">Empty constructor - UID is set from ES to the next possible HID.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#compareTo-com.example.habitup.Model.Habit-">compareTo</a></span>(<a href="../../../../com/example/habitup/Model/Habit.html" title="class in com.example.habitup.Model">Habit</a> h)</code>
<div class="block">Comparator implementation - to sort lexicographically based on name.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object obj)</code>
<div class="block">When two habit are compared, they should be equal if they have the same HIDs</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#getHabitAttribute--">getHabitAttribute</a></span>()</code>
<div class="block">getHabitAttribute
Gets the associated attribute of the Habit</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#getHabitName--">getHabitName</a></span>()</code>
<div class="block">getHabitName
Gets the String of the Habit's name</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#getHabitReason--">getHabitReason</a></span>()</code>
<div class="block">getHabitReason
Gets the Habit's reason as a String</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>boolean[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#getHabitSchedule--">getHabitSchedule</a></span>()</code>
<div class="block">getHabitSchedule
Returns habit schedule</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#getHabitsDone-com.example.habitup.Model.UserAccount-">getHabitsDone</a></span>(<a href="../../../../com/example/habitup/Model/UserAccount.html" title="class in com.example.habitup.Model">UserAccount</a> user)</code>
<div class="block">Get how many times Habit was done on schedule.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#getHabitsDoneExtra-com.example.habitup.Model.UserAccount-">getHabitsDoneExtra</a></span>(<a href="../../../../com/example/habitup/Model/UserAccount.html" title="class in com.example.habitup.Model">UserAccount</a> user)</code>
<div class="block">Get how many times Habit was done outside of schedule.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#getHabitsPossible--">getHabitsPossible</a></span>()</code>
<div class="block">Get how many times Habit could have been done if schedule was followed from start date.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#getHID--">getHID</a></span>()</code>
<div class="block">getHID
Gets the unique identifier of habit</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#getPercent--">getPercent</a></span>()</code>
<div class="block">Get the percentage of the habit's progression status</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>java.time.LocalDate</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#getStartDate--">getStartDate</a></span>()</code>
<div class="block">getStartDate
Gets the Habit's start date</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#getUID--">getUID</a></span>()</code>
<div class="block">getUID
Gets the uid of habit</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#hashCode--">hashCode</a></span>()</code>
<div class="block">Override hash code to include HID</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>java.lang.Boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#isLegalAttribute-java.lang.String-">isLegalAttribute</a></span>(java.lang.String attribute)</code>
<div class="block">isLegalAttribute
Checks for Habit attribute is from the established list of attributes</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>java.lang.Boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#isLegalNameLength-java.lang.String-">isLegalNameLength</a></span>(java.lang.String name)</code>
<div class="block">isLegalNameLength
Checks for Habit name length between 1 - 20</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>java.lang.Boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#isLegalReasonLength-java.lang.String-">isLegalReasonLength</a></span>(java.lang.String reason)</code>
<div class="block">isLegalReasonLength
Checks for Habit reason length between 1 - 30</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>java.lang.Boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#isLegalSchedule-boolean:A-">isLegalSchedule</a></span>(boolean[] schedule)</code>
<div class="block">isLegalSchedule
Checks for Habit schedule containing at least 1 day scheduled for the Habit</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>java.lang.Boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#isTodayHabit--">isTodayHabit</a></span>()</code>
<div class="block">Returns True if this Habit is set for today in its schedule.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#setAttribute-java.lang.String-">setAttribute</a></span>(java.lang.String attribute)</code>
<div class="block">setAttribute
Sets the Habit's attribute into the provided</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#setHabitName-java.lang.String-">setHabitName</a></span>(java.lang.String name)</code>
<div class="block">setHabitName
Sets the Habit's name into String name</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#setReason-java.lang.String-">setReason</a></span>(java.lang.String reason)</code>
<div class="block">setReason
Sets the Habit's reason as the provided String</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#setSchedule-boolean:A-">setSchedule</a></span>(boolean[] schedule)</code>
<div class="block">setSchedule
Changes the schedule accordingly with input schedule</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#setStartDate-java.time.LocalDate-">setStartDate</a></span>(java.time.LocalDate startDate)</code>
<div class="block">Set start date for the Habit - can be in the past, present, or future</div>
</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#setUniqueHID--">setUniqueHID</a></span>()</code>
<div class="block">Sets the next available HID from ElasticSearch - ensures no duplicate HIDs</div>
</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/example/habitup/Model/Habit.html#updateHabitsPossible--">updateHabitsPossible</a></span>()</code>
<div class="block">Utility function for stats calculation - updates the number of possible Habit executions
if it were done every day it was scheduled for since its start date.</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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Habit-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Habit</h4>
<pre>public Habit(int uid)</pre>
<div class="block">Empty constructor - UID is set from ES to the next possible HID. Habit is then built
using setters to set the additional fields.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>uid</code> - int (user to whom the Habit belongs)</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="isLegalNameLength-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isLegalNameLength</h4>
<pre>public java.lang.Boolean isLegalNameLength(java.lang.String name)</pre>
<div class="block">isLegalNameLength
Checks for Habit name length between 1 - 20</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - String (Habit name)</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Boolean (True if legal, False if not)</dd>
</dl>
</li>
</ul>
<a name="isLegalReasonLength-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isLegalReasonLength</h4>
<pre>public java.lang.Boolean isLegalReasonLength(java.lang.String reason)</pre>
<div class="block">isLegalReasonLength
Checks for Habit reason length between 1 - 30</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>reason</code> - String (Habit reason)</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Boolean (True if legal, False if not)</dd>
</dl>
</li>
</ul>
<a name="isLegalSchedule-boolean:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isLegalSchedule</h4>
<pre>public java.lang.Boolean isLegalSchedule(boolean[] schedule)</pre>
<div class="block">isLegalSchedule
Checks for Habit schedule containing at least 1 day scheduled for the Habit</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>schedule</code> - boolean[8] (0 is unused, 1 for Mon, 2 for Tue...)</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Boolean (True if legal, False if not)</dd>
</dl>
</li>
</ul>
<a name="isLegalAttribute-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isLegalAttribute</h4>
<pre>public java.lang.Boolean isLegalAttribute(java.lang.String attribute)</pre>
<div class="block">isLegalAttribute
Checks for Habit attribute is from the established list of attributes</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>attribute</code> - String (Name of attribute)</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Boolean (True if legal, False if not)</dd>
</dl>
</li>
</ul>
<a name="getUID--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUID</h4>
<pre>public int getUID()</pre>
<div class="block">getUID
Gets the uid of habit</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>int (UID of associated user)</dd>
</dl>
</li>
</ul>
<a name="getHID--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHID</h4>
<pre>public int getHID()</pre>
<div class="block">getHID
Gets the unique identifier of habit</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>int (habitID)</dd>
</dl>
</li>
</ul>
<a name="getHabitName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHabitName</h4>
<pre>public java.lang.String getHabitName()</pre>
<div class="block">getHabitName
Gets the String of the Habit's name</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>String (Name of Habit)</dd>
</dl>
</li>
</ul>
<a name="getHabitSchedule--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHabitSchedule</h4>
<pre>public boolean[] getHabitSchedule()</pre>
<div class="block">getHabitSchedule
Returns habit schedule</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>boolean[8] (0 is unused, 1 for Mon, 2 for Tue...)</dd>
</dl>
</li>
</ul>
<a name="getHabitReason--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHabitReason</h4>
<pre>public java.lang.String getHabitReason()</pre>
<div class="block">getHabitReason
Gets the Habit's reason as a String</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>String (Habit reason)</dd>
</dl>
</li>
</ul>
<a name="getHabitAttribute--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHabitAttribute</h4>
<pre>public java.lang.String getHabitAttribute()</pre>
<div class="block">getHabitAttribute
Gets the associated attribute of the Habit</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>String (Attribute that the Habit increases each time when done)</dd>
</dl>
</li>
</ul>
<a name="getStartDate--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStartDate</h4>
<pre>public java.time.LocalDate getStartDate()</pre>
<div class="block">getStartDate
Gets the Habit's start date</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Date (Start date of Habit)</dd>
</dl>
</li>
</ul>
<a name="setUniqueHID--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setUniqueHID</h4>
<pre>public void setUniqueHID()</pre>
<div class="block">Sets the next available HID from ElasticSearch - ensures no duplicate HIDs</div>
</li>
</ul>
<a name="setHabitName-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setHabitName</h4>
<pre>public void setHabitName(java.lang.String name)
throws java.lang.IllegalArgumentException</pre>
<div class="block">setHabitName
Sets the Habit's name into String name</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - String (Intended Habit name)</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.IllegalArgumentException</code> - (if Habit name not legal)</dd>
</dl>
</li>
</ul>
<a name="setSchedule-boolean:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSchedule</h4>
<pre>public void setSchedule(boolean[] schedule)
throws java.lang.IllegalArgumentException</pre>
<div class="block">setSchedule
Changes the schedule accordingly with input schedule</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>schedule</code> - boolean[8] (0 unused, 1 for Mon, 2 for Tue...)</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.IllegalArgumentException</code></dd>
</dl>
</li>
</ul>
<a name="setReason-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setReason</h4>
<pre>public void setReason(java.lang.String reason)
throws java.lang.IllegalArgumentException</pre>
<div class="block">setReason
Sets the Habit's reason as the provided String</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>reason</code> - String (Intended Habit reason)</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.IllegalArgumentException</code> - (if Reason not legal)</dd>
</dl>
</li>
</ul>
<a name="setAttribute-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAttribute</h4>
<pre>public void setAttribute(java.lang.String attribute)
throws java.lang.IllegalArgumentException</pre>
<div class="block">setAttribute
Sets the Habit's attribute into the provided</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>attribute</code> - String (Attribute associated to the Habit)</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.IllegalArgumentException</code> - (if attribute not legal)</dd>
</dl>
</li>
</ul>
<a name="setStartDate-java.time.LocalDate-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setStartDate</h4>
<pre>public void setStartDate(java.time.LocalDate startDate)</pre>
<div class="block">Set start date for the Habit - can be in the past, present, or future</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>startDate</code> - LocalDate (Intended start date of Habit)</dd>
</dl>
</li>
</ul>
<a name="isTodayHabit--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isTodayHabit</h4>
<pre>public java.lang.Boolean isTodayHabit()</pre>
<div class="block">Returns True if this Habit is set for today in its schedule.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Boolean (True if Habit is scheduled for current day)</dd>
</dl>
</li>
</ul>
<a name="updateHabitsPossible--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>updateHabitsPossible</h4>
<pre>public void updateHabitsPossible()</pre>
<div class="block">Utility function for stats calculation - updates the number of possible Habit executions
if it were done every day it was scheduled for since its start date.</div>
</li>
</ul>
<a name="compareTo-com.example.habitup.Model.Habit-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>compareTo</h4>
<pre>public int compareTo(<a href="../../../../com/example/habitup/Model/Habit.html" title="class in com.example.habitup.Model">Habit</a> h)</pre>
<div class="block">Comparator implementation - to sort lexicographically based on name.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>compareTo</code> in interface <code>java.lang.Comparable<<a href="../../../../com/example/habitup/Model/Habit.html" title="class in com.example.habitup.Model">Habit</a>></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>h</code> - Habit (to compare to)</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>int (comparison)</dd>
</dl>
</li>
</ul>
<a name="getHabitsDone-com.example.habitup.Model.UserAccount-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHabitsDone</h4>
<pre>public int getHabitsDone(<a href="../../../../com/example/habitup/Model/UserAccount.html" title="class in com.example.habitup.Model">UserAccount</a> user)</pre>
<div class="block">Get how many times Habit was done on schedule.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>int (Number of times Habit was done on schedule)</dd>
</dl>
</li>
</ul>
<a name="getHabitsDoneExtra-com.example.habitup.Model.UserAccount-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHabitsDoneExtra</h4>
<pre>public int getHabitsDoneExtra(<a href="../../../../com/example/habitup/Model/UserAccount.html" title="class in com.example.habitup.Model">UserAccount</a> user)</pre>
<div class="block">Get how many times Habit was done outside of schedule.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>int (Number of times Habit was done outside of schedule)</dd>
</dl>
</li>
</ul>
<a name="getHabitsPossible--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHabitsPossible</h4>
<pre>public int getHabitsPossible()</pre>
<div class="block">Get how many times Habit could have been done if schedule was followed from start date.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>int (Number of times Habit could have been done if schedule was followed from start date)</dd>
</dl>
</li>
</ul>
<a name="getPercent--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPercent</h4>
<pre>public int getPercent()</pre>
<div class="block">Get the percentage of the habit's progression status</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the percentage</dd>
</dl>
</li>
</ul>
<a name="equals-java.lang.Object-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public boolean equals(java.lang.Object obj)</pre>
<div class="block">When two habit are compared, they should be equal if they have the same HIDs</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>equals</code> in class <code>java.lang.Object</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>obj</code> - the other habit to compare with</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>true if the two habits have the same HID</dd>
</dl>
</li>
</ul>
<a name="hashCode--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>hashCode</h4>
<pre>public int hashCode()</pre>
<div class="block">Override hash code to include HID</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>hashCode</code> in class <code>java.lang.Object</code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the habit's hash code</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/example/habitup/Model/Attributes.html" title="class in com.example.habitup.Model"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../com/example/habitup/Model/HabitEvent.html" title="class in com.example.habitup.Model"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/example/habitup/Model/Habit.html" target="_top">Frames</a></li>
<li><a href="Habit.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
UI/hisenseUI/css/musicPlayer.css
|
giofrida/Hisense-enhancements
|
/**
* Created by Brad on 14-2-14.
*/
#audioPlayerDiv {
font-family: myFirstFont;
font-size: 12px;
background-image: url("../img/himedia/musicPlayer/audio_player_frame_bg.png");
width: 1920px;
height: 1080px;
padding: 0 0 0 0;
margin: 0 0 0 0;
position: absolute;
overflow: hidden;
/*z-index: 5;*/
}
#audioPlayerDiv #audioheader {
position: absolute;
/*background-image: url("../img/himedia/musicPlayer/head-background.png");*/
/*background-repeat: repeat-x;*/
/*z-index: 2;*/
top: 0;
left: 0;
width: 100%;
height: 95px;
line-height: 95px;
padding: 0;
}
#audioPlayerDiv #audioheader img {
height: 66px;
margin: 0px 20px 0px 30px;
vertical-align: middle;
}
#audioPlayerDiv #audioheader span {
color: white;
font-size: 35px;
vertical-align: middle;
}
#audioPlayerDiv #list_header {
position: relative;
font-size: 30px;
top: 110px;
left: 65px;
color: #cccccc;
}
#audioPlayerDiv #list_footer {
position: relative;
font-size: 28px;
top: 900px;
left: 280px;
color: #999999;
}
#audioPlayerDiv #cPage {
margin-left: 20px;
}
#audioPlayerDiv #footer {
position: absolute;
/*z-index: 2;*/
bottom: 0;
left: 0;
width: 100%;
height: 77px;
font-size: 25px;
color: #808080;
padding: 0;
}
#audioPlayerDiv #footerContent {
position: relative;
float: right;
top: 20px;
right: 10px;
/*display: none;*/
}
#audioPlayerDiv #footerContent img {
position: relative;
}
#audioPlayerDiv #footerContent span {
position: relative;
top: -10px;
margin-left: 15px;
margin-top: 0;
padding: 0;
border: 0;
}
#audioPlayerDiv #pageUp {
margin-left: 100px;
}
#audioPlayerDiv #progressBar {
position: absolute;
left: 722px;
top: 832px;
width: 925px;
height: 28px;
background-image: url(../img/himedia/musicPlayer/pg_bk.gif);
/*z-index: 100;*/
}
#audioPlayerDiv #pg {
/*-o-transition-property: width;*/
/*-o-transition-duration: 1s;*/
position: relative;
margin-left: 4px;
height: 28px;
width: 0px;
}
/*#audioPlayerDiv #vpb {*/
/*width: 0;*/
/*}*/
#audioPlayerDiv #playStatus {
position: absolute;
top: 880px;
left: 722px;
width: 925px;
height: 35px;
font-size: 30px;
color: #999999;
}
#audioPlayerDiv #currentTime {
margin-left: 650px;
}
#audioPlayerDiv #playStatus span {
position: relative;
top: -7px;
}
#audioPlayerDiv #mode {
margin-left: 30px;
}
#audioPlayerDiv #wrapper {
position: absolute;
/*z-index: 1;*/
top: 162px;
bottom: 48px;
left: 0;
/*right:10px;*/
width: 450px;
height: 752px;
/*background: #aaa;*/
/*overflow: auto;*/
/*overflow: hidden;*/
padding: 0;
border: 0;
}
#audioPlayerDiv #effects {
position: relative;
/*z-index: 1; *//* -webkit-touch-callout:none;*/
left: 515px;
top: 95px;
padding: 0;
/*scrollbar-face-color:#fff;*/
}
#audioPlayerDiv #music_focus {
position: absolute;
/*z-index: 5;*/
top: 135px;
left: -30px;
margin: 0;
padding: 0;
border: 0;
}
#audioPlayerDiv #wrapper ul {
list-style: none;
padding: 0;
margin: 0;
width: 100%;
text-align: left;
}
#audioPlayerDiv #wrapper li {
/*padding: 0 40px;*/
padding: 0;
margin: 0;
border: 0;
display: block;
/*background: #000;*/
height: 94px;
line-height: 94px;
/*border-bottom: 1px solid #666666;*/
/*border-top: 1px solid #666666;*/
/*background-color: #fafafa;*/
}
#audioPlayerDiv #wrapper li div {
/*padding: 0 40px;*/
width: 400px;
padding-left: 15px;
font-size: 32px;
height: 94px;
line-height: 94px;
/*padding-left:65px;*/
color: #999999;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#audioPlayerDiv #wrapper li div img {
padding-right: 15px;
visibility: hidden;
}
#audioPlayerDiv #info {
position: absolute;
top: 504px;
left: 722px;
width: 925px;
text-align: center;
}
#audioPlayerDiv #musicIcon {
position: absolute;
right: 595px;
top: 196px;
width: 280px;
}
#audioPlayerDiv #audioTitle {
font-size: 36px;
color: #ffffff;
}
#audioPlayerDiv #audioSinger {
margin-top: 28px;
font-size: 30px;
color: #808080;
}
#audioPlayerDiv #audioCD {
margin-top: 24px;
font-size: 30px;
color: #808080;
}
|
doc/JSHOP2/TermNumber.html
|
tranchis/jshop2-rt
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_07) on Tue Oct 16 12:57:45 EDT 2007 -->
<TITLE>
TermNumber
</TITLE>
<META NAME="keywords" CONTENT="JSHOP2.TermNumber class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="TermNumber";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../JSHOP2/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../JSHOP2/TermList.html" title="class in JSHOP2"><B>PREV CLASS</B></A>
<A HREF="../JSHOP2/TermVariable.html" title="class in JSHOP2"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?JSHOP2/TermNumber.html" target="_top"><B>FRAMES</B></A>
<A HREF="TermNumber.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
JSHOP2</FONT>
<BR>
Class TermNumber</H2>
<PRE>
java.lang.Object
<IMG SRC="../resources/inherit.gif" ALT="extended by "><A HREF="../JSHOP2/CompileTimeObject.html" title="class in JSHOP2">JSHOP2.CompileTimeObject</A>
<IMG SRC="../resources/inherit.gif" ALT="extended by "><A HREF="../JSHOP2/Term.html" title="class in JSHOP2">JSHOP2.Term</A>
<IMG SRC="../resources/inherit.gif" ALT="extended by "><B>JSHOP2.TermNumber</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>TermNumber</B><DT>extends <A HREF="../JSHOP2/Term.html" title="class in JSHOP2">Term</A></DL>
</PRE>
<P>
Each numerical term both at compile time and at run time, is an instance
of this class.
<P>
<P>
<DL>
<DT><B>Version:</B></DT>
<DD>1.0.3</DD>
<DT><B>Author:</B></DT>
<DD>Okhtay Ilghami, <a href="http://www.cs.umd.edu/~okhtay">http://www.cs.umd.edu/~okhtay</a></DD>
</DL>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../JSHOP2/TermNumber.html#number">number</A></B></CODE>
<BR>
The value of the numerical term.</TD>
</TR>
</TABLE>
<A NAME="fields_inherited_from_class_JSHOP2.CompileTimeObject"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from class JSHOP2.<A HREF="../JSHOP2/CompileTimeObject.html" title="class in JSHOP2">CompileTimeObject</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../JSHOP2/CompileTimeObject.html#endl">endl</A></CODE></TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../JSHOP2/TermNumber.html#TermNumber(double)">TermNumber</A></B>(double numberIn)</CODE>
<BR>
To initialize this numerical term.</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../JSHOP2/Term.html" title="class in JSHOP2">Term</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../JSHOP2/TermNumber.html#bind(JSHOP2.Term[])">bind</A></B>(<A HREF="../JSHOP2/Term.html" title="class in JSHOP2">Term</A>[] binding)</CODE>
<BR>
Since this term is a numerical term, binding will not change it,
therefore, simply this numerical term itself is returned.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../JSHOP2/TermNumber.html#equals(JSHOP2.Term)">equals</A></B>(<A HREF="../JSHOP2/Term.html" title="class in JSHOP2">Term</A> t)</CODE>
<BR>
Whether or not another term is equivalent to this numerical term.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../JSHOP2/TermNumber.html#findUnifier(JSHOP2.Term, JSHOP2.Term[])">findUnifier</A></B>(<A HREF="../JSHOP2/Term.html" title="class in JSHOP2">Term</A> t,
<A HREF="../JSHOP2/Term.html" title="class in JSHOP2">Term</A>[] binding)</CODE>
<BR>
Find a unifier between this numerical term and another given term.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../JSHOP2/TermNumber.html#getNumber()">getNumber</A></B>()</CODE>
<BR>
To get the value of this numerical term.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../JSHOP2/TermNumber.html#isGround()">isGround</A></B>()</CODE>
<BR>
This function always returns <code>true</code> because a numerical term
is always ground by definition.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../JSHOP2/TermNumber.html#toCode()">toCode</A></B>()</CODE>
<BR>
This function produces Java code to create this numerical.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../JSHOP2/TermNumber.html#toString()">toString</A></B>()</CODE>
<BR>
This function returns the <code>String</code> representation of the value
of this numerical term.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_JSHOP2.Term"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class JSHOP2.<A HREF="../JSHOP2/Term.html" title="class in JSHOP2">Term</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../JSHOP2/Term.html#isNil()">isNil</A>, <A HREF="../JSHOP2/Term.html#merge(JSHOP2.Term[][], int)">merge</A>, <A HREF="../JSHOP2/Term.html#merge(JSHOP2.Term[], JSHOP2.Term[])">merge</A>, <A HREF="../JSHOP2/Term.html#print()">print</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="number"><!-- --></A><H3>
number</H3>
<PRE>
private double <B>number</B></PRE>
<DL>
<DD>The value of the numerical term.
<P>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="TermNumber(double)"><!-- --></A><H3>
TermNumber</H3>
<PRE>
public <B>TermNumber</B>(double numberIn)</PRE>
<DL>
<DD>To initialize this numerical term.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>numberIn</CODE> - the value this numerical term is set to have.</DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="bind(JSHOP2.Term[])"><!-- --></A><H3>
bind</H3>
<PRE>
public <A HREF="../JSHOP2/Term.html" title="class in JSHOP2">Term</A> <B>bind</B>(<A HREF="../JSHOP2/Term.html" title="class in JSHOP2">Term</A>[] binding)</PRE>
<DL>
<DD>Since this term is a numerical term, binding will not change it,
therefore, simply this numerical term itself is returned.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../JSHOP2/Term.html#bind(JSHOP2.Term[])">bind</A></CODE> in class <CODE><A HREF="../JSHOP2/Term.html" title="class in JSHOP2">Term</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>binding</CODE> - an array of terms, indexed by the integers associated with
variable symbols.
<DT><B>Returns:</B><DD>the result of binding.</DL>
</DD>
</DL>
<HR>
<A NAME="equals(JSHOP2.Term)"><!-- --></A><H3>
equals</H3>
<PRE>
public boolean <B>equals</B>(<A HREF="../JSHOP2/Term.html" title="class in JSHOP2">Term</A> t)</PRE>
<DL>
<DD>Whether or not another term is equivalent to this numerical term.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../JSHOP2/Term.html#equals(JSHOP2.Term)">equals</A></CODE> in class <CODE><A HREF="../JSHOP2/Term.html" title="class in JSHOP2">Term</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>t</CODE> - the term being compared to this term.
<DT><B>Returns:</B><DD><code>true</code> if the two terms are equal, <code>false</code>
otherwise.</DL>
</DD>
</DL>
<HR>
<A NAME="findUnifier(JSHOP2.Term, JSHOP2.Term[])"><!-- --></A><H3>
findUnifier</H3>
<PRE>
public boolean <B>findUnifier</B>(<A HREF="../JSHOP2/Term.html" title="class in JSHOP2">Term</A> t,
<A HREF="../JSHOP2/Term.html" title="class in JSHOP2">Term</A>[] binding)</PRE>
<DL>
<DD>Find a unifier between this numerical term and another given term. Since
this term is a number, this boils down to whether or not the other given
term is equal to this one.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../JSHOP2/Term.html#findUnifier(JSHOP2.Term, JSHOP2.Term[])">findUnifier</A></CODE> in class <CODE><A HREF="../JSHOP2/Term.html" title="class in JSHOP2">Term</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>t</CODE> - the term with which we are finding a unifier.<DD><CODE>binding</CODE> - the unifier to be returned.
<DT><B>Returns:</B><DD><code>false</code> if the two terms can not be unified,
<code>true</code> otherwise.</DL>
</DD>
</DL>
<HR>
<A NAME="getNumber()"><!-- --></A><H3>
getNumber</H3>
<PRE>
public double <B>getNumber</B>()</PRE>
<DL>
<DD>To get the value of this numerical term.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>the value of this numerical term.</DL>
</DD>
</DL>
<HR>
<A NAME="isGround()"><!-- --></A><H3>
isGround</H3>
<PRE>
public boolean <B>isGround</B>()</PRE>
<DL>
<DD>This function always returns <code>true</code> because a numerical term
is always ground by definition.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../JSHOP2/Term.html#isGround()">isGround</A></CODE> in class <CODE><A HREF="../JSHOP2/Term.html" title="class in JSHOP2">Term</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD><code>true</code> if this term is ground, <code>false</code>
otherwise.</DL>
</DD>
</DL>
<HR>
<A NAME="toCode()"><!-- --></A><H3>
toCode</H3>
<PRE>
public java.lang.String <B>toCode</B>()</PRE>
<DL>
<DD>This function produces Java code to create this numerical.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../JSHOP2/CompileTimeObject.html#toCode()">toCode</A></CODE> in class <CODE><A HREF="../JSHOP2/CompileTimeObject.html" title="class in JSHOP2">CompileTimeObject</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the produced code as a <code>String</code>.</DL>
</DD>
</DL>
<HR>
<A NAME="toString()"><!-- --></A><H3>
toString</H3>
<PRE>
public java.lang.String <B>toString</B>()</PRE>
<DL>
<DD>This function returns the <code>String</code> representation of the value
of this numerical term.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../JSHOP2/Term.html#toString()">toString</A></CODE> in class <CODE><A HREF="../JSHOP2/Term.html" title="class in JSHOP2">Term</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the printable <code>String</code> that shows the value of this
term.</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../JSHOP2/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../JSHOP2/TermList.html" title="class in JSHOP2"><B>PREV CLASS</B></A>
<A HREF="../JSHOP2/TermVariable.html" title="class in JSHOP2"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?JSHOP2/TermNumber.html" target="_top"><B>FRAMES</B></A>
<A HREF="TermNumber.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
soc_plasma/c_plasma/ray_tracer_v3/Doc/html/struct_s_d_l_test___test_case_reference.html
|
karvonz/Mandelbrot
|
<!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>Raytracer: SDLTest_TestCaseReference Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Raytracer
</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 class="current"><a href="annotated.html"><span>Data Structures</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>Data Structures</span></a></li>
<li><a href="classes.html"><span>Data Structure Index</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-attribs">Data Fields</a> </div>
<div class="headertitle">
<div class="title">SDLTest_TestCaseReference Struct Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="_s_d_l__test__harness_8h_source.html">SDL_test_harness.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr class="memitem:a0576a913b1af0c2aa389358522ed2290"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0576a913b1af0c2aa389358522ed2290"></a>
SDLTest_TestCaseFp </td><td class="memItemRight" valign="bottom"><b>testCase</b></td></tr>
<tr class="separator:a0576a913b1af0c2aa389358522ed2290"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5ac083a645d964373f022d03df4849c8"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5ac083a645d964373f022d03df4849c8"></a>
char * </td><td class="memItemRight" valign="bottom"><b>name</b></td></tr>
<tr class="separator:a5ac083a645d964373f022d03df4849c8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8444d6e0dfe2bbab0b5e7b24308f1559"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8444d6e0dfe2bbab0b5e7b24308f1559"></a>
char * </td><td class="memItemRight" valign="bottom"><b>description</b></td></tr>
<tr class="separator:a8444d6e0dfe2bbab0b5e7b24308f1559"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a03e6cca0c879c0443efb431c30c14f76"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a03e6cca0c879c0443efb431c30c14f76"></a>
<a class="el" href="_s_d_l__thread_8h.html#a6a64f9be4433e4de6e2f2f548cf3c08e">int</a> </td><td class="memItemRight" valign="bottom"><b>enabled</b></td></tr>
<tr class="separator:a03e6cca0c879c0443efb431c30c14f76"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Holds information about a single test case. </p>
</div><hr/>The documentation for this struct was generated from the following file:<ul>
<li>Contrib/Includes/SDL2/<a class="el" href="_s_d_l__test__harness_8h_source.html">SDL_test_harness.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|
poi-3.8/docs/apidocs/org/apache/poi/hssf/record/class-use/ArrayRecord.html
|
gmchen/MosquitoSimulation
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Sat Mar 17 18:05:35 MSK 2012 -->
<TITLE>
Uses of Class org.apache.poi.hssf.record.ArrayRecord (POI API Documentation)
</TITLE>
<META NAME="date" CONTENT="2012-03-17">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.poi.hssf.record.ArrayRecord (POI API Documentation)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hssf/record/ArrayRecord.html" title="class in org.apache.poi.hssf.record"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/poi/hssf/record/\class-useArrayRecord.html" target="_top"><B>FRAMES</B></A>
<A HREF="ArrayRecord.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.poi.hssf.record.ArrayRecord</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../org/apache/poi/hssf/record/ArrayRecord.html" title="class in org.apache.poi.hssf.record">ArrayRecord</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.poi.hssf.record.aggregates"><B>org.apache.poi.hssf.record.aggregates</B></A></TD>
<TD>record aggregates are not real "records" but collections of records that act as a single record. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.poi.hssf.record.aggregates"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../org/apache/poi/hssf/record/ArrayRecord.html" title="class in org.apache.poi.hssf.record">ArrayRecord</A> in <A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/package-summary.html">org.apache.poi.hssf.record.aggregates</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/package-summary.html">org.apache.poi.hssf.record.aggregates</A> that return <A HREF="../../../../../../org/apache/poi/hssf/record/ArrayRecord.html" title="class in org.apache.poi.hssf.record">ArrayRecord</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/apache/poi/hssf/record/ArrayRecord.html" title="class in org.apache.poi.hssf.record">ArrayRecord</A></CODE></FONT></TD>
<TD><CODE><B>SharedValueManager.</B><B><A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/SharedValueManager.html#getArrayRecord(int, int)">getArrayRecord</A></B>(int firstRow,
int firstColumn)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/package-summary.html">org.apache.poi.hssf.record.aggregates</A> with parameters of type <A HREF="../../../../../../org/apache/poi/hssf/record/ArrayRecord.html" title="class in org.apache.poi.hssf.record">ArrayRecord</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>SharedValueManager.</B><B><A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/SharedValueManager.html#addArrayRecord(org.apache.poi.hssf.record.ArrayRecord)">addArrayRecord</A></B>(<A HREF="../../../../../../org/apache/poi/hssf/record/ArrayRecord.html" title="class in org.apache.poi.hssf.record">ArrayRecord</A> ar)</CODE>
<BR>
Add specified Array Record.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/SharedValueManager.html" title="class in org.apache.poi.hssf.record.aggregates">SharedValueManager</A></CODE></FONT></TD>
<TD><CODE><B>SharedValueManager.</B><B><A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/SharedValueManager.html#create(org.apache.poi.hssf.record.SharedFormulaRecord[], org.apache.poi.ss.util.CellReference[], org.apache.poi.hssf.record.ArrayRecord[], org.apache.poi.hssf.record.TableRecord[])">create</A></B>(<A HREF="../../../../../../org/apache/poi/hssf/record/SharedFormulaRecord.html" title="class in org.apache.poi.hssf.record">SharedFormulaRecord</A>[] sharedFormulaRecords,
<A HREF="../../../../../../org/apache/poi/ss/util/CellReference.html" title="class in org.apache.poi.ss.util">CellReference</A>[] firstCells,
<A HREF="../../../../../../org/apache/poi/hssf/record/ArrayRecord.html" title="class in org.apache.poi.hssf.record">ArrayRecord</A>[] arrayRecords,
<A HREF="../../../../../../org/apache/poi/hssf/record/TableRecord.html" title="class in org.apache.poi.hssf.record">TableRecord</A>[] tableRecords)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hssf/record/ArrayRecord.html" title="class in org.apache.poi.hssf.record"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/poi/hssf/record/\class-useArrayRecord.html" target="_top"><B>FRAMES</B></A>
<A HREF="ArrayRecord.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright 2012 The Apache Software Foundation or
its licensors, as applicable.</i>
</BODY>
</HTML>
|
plugins/auto/sarkaspip/v3.2.36/noisettes/bandeau/inc_bandeau_bas.html
|
jazzman346/CAC_Site
|
[(#REM) <!-- Bandeau bas --> ]
<div class="bandeau_bas">
[(#PIPELINE{
bandeau_bas_debut,
[(#ARRAY{args, [(#ARRAY{id_rubrique, #ENV{id_rubrique}})], data, ''})]}
)]
[(#CONFIG{sarkaspip_menus/position_rubriques, 1}|=={5}|?{' '})
<INCLURE{fond=noisettes/navigation/inc_menu_rubriques_1h}{env}{id_rubrique}>
]
[(#CONFIG{sarkaspip_menus/position_secteurs, 0}|=={5}|?{' '})
<INCLURE{fond=noisettes/navigation/inc_menu_secteurs}{env}>
]
[(#CONFIG{sarkaspip_menus/position_pages, 1}|=={5}|?{' '})
<INCLURE{fond=noisettes/navigation/inc_menu_pages_speciales}{env}{position=bandeau_bas}>
]
[(#CONFIG{sarkaspip_menus/position_perso, 0}|=={5}|?{' '})
<INCLURE{fond=noisettes/navigation/inc_menu_perso}{env}>
]
[(#PIPELINE{
bandeau_bas_fin,
[(#ARRAY{args, [(#ARRAY{id_rubrique, #ENV{id_rubrique}})], data, ''})]}
)]
</div>
|
docs/com/MAVLink/common/class-use/msg_system_time.html
|
AndriiDSD/GND_Control
|
<!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_73) on Sun Mar 27 09:58:24 EDT 2016 -->
<title>Uses of Class com.MAVLink.common.msg_system_time</title>
<meta name="date" content="2016-03-27">
<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 com.MAVLink.common.msg_system_time";
}
}
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="../../../../com/MAVLink/common/msg_system_time.html" title="class in com.MAVLink.common">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/MAVLink/common/class-use/msg_system_time.html" target="_top">Frames</a></li>
<li><a href="msg_system_time.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.MAVLink.common.msg_system_time" class="title">Uses of Class<br>com.MAVLink.common.msg_system_time</h2>
</div>
<div class="classUseContainer">No usage of com.MAVLink.common.msg_system_time</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="../../../../com/MAVLink/common/msg_system_time.html" title="class in com.MAVLink.common">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/MAVLink/common/class-use/msg_system_time.html" target="_top">Frames</a></li>
<li><a href="msg_system_time.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>
|
man/inet.3.html
|
fusion809/fusion809.github.io-old
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<style>
table.head, table.foot { width: 100%; }
td.head-rtitle, td.foot-os { text-align: right; }
td.head-vol { text-align: center; }
table.foot td { width: 50%; }
table.head td { width: 33%; }
div.spacer { margin: 1em 0; }
</style>
<title>
INET(3)</title>
</head>
<body>
<div class="mandoc">
<table class="head">
<tbody>
<tr>
<td class="head-ltitle">
INET(3)</td>
<td class="head-vol">
Linux Programmer's Manual</td>
<td class="head-rtitle">
INET(3)</td>
</tr>
</tbody>
</table>
<div class="section">
<h1>NAME</h1> inet_aton, inet_addr, inet_network, inet_ntoa, inet_makeaddr, inet_lnaof, inet_netof - Internet address manipulation routines</div>
<div class="section">
<h1>SYNOPSIS</h1> <b>#include <sys/socket.h></b> <b>#include <netinet/in.h></b> <b>#include <arpa/inet.h></b><div style="height: 1.00em;">
 </div>
<br/>
<b>int inet_aton(const char *</b><i>cp</i><b>, struct in_addr *</b><i>inp</i><b>);</b><div style="height: 1.00em;">
 </div>
<br/>
<b>in_addr_t inet_addr(const char *</b><i>cp</i><b>);</b><div style="height: 1.00em;">
 </div>
<br/>
<b>in_addr_t inet_network(const char *</b><i>cp</i><b>);</b><div style="height: 1.00em;">
 </div>
<br/>
<b>char *inet_ntoa(struct in_addr </b><i>in</i><b>);</b><div style="height: 1.00em;">
 </div>
<br/>
<b>struct in_addr inet_makeaddr(in_addr_t </b><i>net</i><b>, in_addr_t </b><i>host</i><b>);</b><div style="height: 1.00em;">
 </div>
<br/>
<b>in_addr_t inet_lnaof(struct in_addr </b><i>in</i><b>);</b><div style="height: 1.00em;">
 </div>
<br/>
<b>in_addr_t inet_netof(struct in_addr </b><i>in</i><b>);</b><br/>
<div style="height: 1.00em;">
 </div>
<br/>
Feature Test Macro Requirements for glibc (see <b>feature_test_macros</b>(7)):<br/>
<div style="height: 1.00em;">
 </div>
<b>inet_aton</b>(), <b>inet_ntoa</b>(): _BSD_SOURCE || _SVID_SOURCE</div>
<div class="section">
<h1>DESCRIPTION</h1> <b>inet_aton</b>() converts the Internet host address <i>cp</i> from the IPv4 numbers-and-dots notation into binary form (in network byte order) and stores it in the structure that <i>inp</i> points to. <b>inet_aton</b>() returns nonzero if the address is valid, zero if not. The address supplied in <i>cp</i> can have one of the following forms:<dl>
<dt>
<i>a.b.c.d</i></dt>
<dd>
Each of the four numeric parts specifies a byte of the address; the bytes are assigned in left-to-right order to produce the binary address.</dd>
</dl>
<dl>
<dt>
<i>a.b.c</i></dt>
<dd>
Parts <i>a</i> and <i>b</i> specify the first two bytes of the binary address. Part <i>c</i> is interpreted as a 16-bit value that defines the rightmost two bytes of the binary address. This notation is suitable for specifying (outmoded) Class B network addresses.</dd>
</dl>
<dl>
<dt>
<i>a.b</i></dt>
<dd>
Part <i>a</i> specifies the first byte of the binary address. Part <i>b</i> is interpreted as a 24-bit value that defines the rightmost three bytes of the binary address. This notation is suitable for specifying (outmoded) Class A network addresses.</dd>
</dl>
<dl>
<dt>
<i>a</i></dt>
<dd>
The value <i>a</i> is interpreted as a 32-bit value that is stored directly into the binary address without any byte rearrangement.</dd>
</dl>
<div class="spacer">
</div>
In all of the above forms, components of the dotted address can be specified in decimal, octal (with a leading <i>0</i>), or hexadecimal, with a leading <i>0X</i>). Addresses in any of these forms are collectively termed <i>IPV4 numbers-and-dots notation</i>. The form that uses exactly four decimal numbers is referred to as <i>IPv4 dotted-decimal notation</i> (or sometimes: <i>IPv4 dotted-quad notation</i>).<div style="height: 1.00em;">
 </div>
<b>inet_aton</b>() returns 1 if the supplied string was successfully interpreted, or 0 if the string is invalid (<b>errno</b> is <i>not</i> set on error).<div class="spacer">
</div>
The <b>inet_addr</b>() function converts the Internet host address <i>cp</i> from IPv4 numbers-and-dots notation into binary data in network byte order. If the input is invalid, <b>INADDR_NONE</b> (usually -1) is returned. Use of this function is problematic because -1 is a valid address (255.255.255.255). Avoid its use in favor of <b>inet_aton</b>(), <b>inet_pton</b>(3), or <b>getaddrinfo</b>(3), which provide a cleaner way to indicate error return.<div class="spacer">
</div>
The <b>inet_network</b>() function converts <i>cp</i>, a string in IPv4 numbers-and-dots notation, into a number in host byte order suitable for use as an Internet network address. On success, the converted address is returned. If the input is invalid, -1 is returned.<div class="spacer">
</div>
The <b>inet_ntoa</b>() function converts the Internet host address <i>in</i>, given in network byte order, to a string in IPv4 dotted-decimal notation. The string is returned in a statically allocated buffer, which subsequent calls will overwrite.<div class="spacer">
</div>
The <b>inet_lnaof</b>() function returns the local network address part of the Internet address <i>in</i>. The returned value is in host byte order.<div class="spacer">
</div>
The <b>inet_netof</b>() function returns the network number part of the Internet address <i>in</i>. The returned value is in host byte order.<div class="spacer">
</div>
The <b>inet_makeaddr</b>() function is the converse of <b>inet_netof</b>() and <b>inet_lnaof</b>(). It returns an Internet host address in network byte order, created by combining the network number <i>net</i> with the local address <i>host</i>, both in host byte order.<div class="spacer">
</div>
The structure <i>in_addr</i> as used in <b>inet_ntoa</b>(), <b>inet_makeaddr</b>(), <b>inet_lnaof</b>() and <b>inet_netof</b>() is defined in <i><netinet/in.h></i> as:<div style="height: 1.00em;">
 </div>
<br/>
<br/>
typedef uint32_t in_addr_t;<div class="spacer">
</div>
<br/>
struct in_addr {<br/>
in_addr_t s_addr;<br/>
};<br/>
<br/>
</div>
<div class="section">
<h1>ATTRIBUTES</h1> For an explanation of the terms used in this section, see <b>attributes</b>(7).<table class="tbl">
<col style="width: 58.00ex;"/>
<col style="width: 13.00ex;"/>
<col style="width: 5.00ex;"/>
<tbody>
<tr>
<td>
Interface</td>
<td>
Attribute</td>
<td>
Value</td>
</tr>
<tr>
<td>
inet_aton (), inet_addr (), inet_network (), inet_ntoa ()</td>
<td>
Thread safety</td>
<td>
</td>
</tr>
<tr>
<td>
inet_makeaddr (), inet_lnaof (), inet_netof ()</td>
<td>
Thread safety</td>
<td>
</td>
</tr>
</tbody>
</table>
</div>
<div class="section">
<h1>CONFORMING TO</h1> <b>inet_addr</b>(), <b>inet_ntoa</b>(): POSIX.1-2001, POSIX.1-2008, 4.3BSD.<div style="height: 1.00em;">
 </div>
<b>inet_aton</b>() is not specified in POSIX.1, but is available on most systems.</div>
<div class="section">
<h1>NOTES</h1> On x86 architectures, the host byte order is Least Significant Byte first (little endian), whereas the network byte order, as used on the Internet, is Most Significant Byte first (big endian).<div style="height: 1.00em;">
 </div>
<b>inet_lnaof</b>(), <b>inet_netof</b>(), and <b>inet_makeaddr</b>() are legacy functions that assume they are dealing with <i>classful network addresses</i>. Classful networking divides IPv4 network addresses into host and network components at byte boundaries, as follows:<dl>
<dt>
Class A</dt>
<dd>
This address type is indicated by the value 0 in the most significant bit of the (network byte ordered) address. The network address is contained in the most significant byte, and the host address occupies the remaining three bytes.</dd>
</dl>
<dl>
<dt>
Class B</dt>
<dd>
This address type is indicated by the binary value 10 in the most significant two bits of the address. The network address is contained in the two most significant bytes, and the host address occupies the remaining two bytes.</dd>
</dl>
<dl>
<dt>
Class C</dt>
<dd>
This address type is indicated by the binary value 110 in the most significant three bits of the address. The network address is contained in the three most significant bytes, and the host address occupies the remaining byte.</dd>
</dl>
<div class="spacer">
</div>
Classful network addresses are now obsolete, having been superseded by Classless Inter-Domain Routing (CIDR), which divides addresses into network and host components at arbitrary bit (rather than byte) boundaries.</div>
<div class="section">
<h1>EXAMPLE</h1> An example of the use of <b>inet_aton</b>() and <b>inet_ntoa</b>() is shown below. Here are some example runs:<br/>
<div class="spacer">
</div>
<br/>
$<b> ./a.out 226.000.000.037</b> # Last byte is in octal<br/>
226.0.0.31<br/>
$<b> ./a.out 0x7f.1 </b> # First byte is in hex<br/>
127.0.0.1<br/>
<br/>
<div class="subsection">
<h2>Program source</h2> <br/>
#define _BSD_SOURCE<br/>
#include <arpa/inet.h><br/>
#include <stdio.h><br/>
#include <stdlib.h><div class="spacer">
</div>
<br/>
int<br/>
main(int argc, char *argv[])<br/>
{<br/>
struct in_addr addr;<div class="spacer">
</div>
<br/>
if (argc != 2) {<br/>
fprintf(stderr, "%s <dotted-address>\n", argv[0]);<br/>
exit(EXIT_FAILURE);<br/>
}<div class="spacer">
</div>
<br/>
if (inet_aton(argv[1], &addr) == 0) {<br/>
fprintf(stderr, "Invalid address\n");<br/>
exit(EXIT_FAILURE);<br/>
}<div class="spacer">
</div>
<br/>
printf("%s\n", inet_ntoa(addr));<br/>
exit(EXIT_SUCCESS);<br/>
}<br/>
</div>
</div>
<div class="section">
<h1>SEE ALSO</h1> <b>byteorder</b>(3), <b>getaddrinfo</b>(3), <b>gethostbyname</b>(3), <b>getnameinfo</b>(3), <b>getnetent</b>(3), <b>inet_net_pton</b>(3), <b>inet_ntop</b>(3), <b>inet_pton</b>(3), <b>hosts</b>(5), <b>networks</b>(5)</div>
<div class="section">
<h1>COLOPHON</h1> This page is part of release 4.02 of the Linux <i>man-pages</i> project. A description of the project, information about reporting bugs, and the latest version of this page, can be found at http://www.kernel.org/doc/man-pages/.</div>
<table class="foot">
<tr>
<td class="foot-date">
2015-08-08</td>
<td class="foot-os">
GNU</td>
</tr>
</table>
</div>
</body>
</html>
|
lib/lucene-4.0.0/docs/test-framework/org/apache/lucene/analysis/class-use/MockFixedLengthPayloadFilter.html
|
dburgmann/fbRecommender
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_27) on Sat Oct 06 02:59:58 EDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
Uses of Class org.apache.lucene.analysis.MockFixedLengthPayloadFilter (Lucene 4.0.0 API)
</TITLE>
<META NAME="date" CONTENT="2012-10-06">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.lucene.analysis.MockFixedLengthPayloadFilter (Lucene 4.0.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/lucene/analysis/MockFixedLengthPayloadFilter.html" title="class in org.apache.lucene.analysis"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/lucene/analysis//class-useMockFixedLengthPayloadFilter.html" target="_top"><B>FRAMES</B></A>
<A HREF="MockFixedLengthPayloadFilter.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.lucene.analysis.MockFixedLengthPayloadFilter</B></H2>
</CENTER>
No usage of org.apache.lucene.analysis.MockFixedLengthPayloadFilter
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/lucene/analysis/MockFixedLengthPayloadFilter.html" title="class in org.apache.lucene.analysis"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/lucene/analysis//class-useMockFixedLengthPayloadFilter.html" target="_top"><B>FRAMES</B></A>
<A HREF="MockFixedLengthPayloadFilter.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<address>Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.</address>
<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>
</BODY>
</HTML>
|
matchfiles/footywire_adv/footywire_adv5460.html
|
criffy/aflengine
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>AFL Match Statistics : Collingwood defeated by Carlton at MCG Round 15 Friday, 6th July 2012</TITLE>
<meta NAME="description" CONTENT="Collingwood defeated by Carlton at MCG Round 15 Friday, 6th July 2012 AFL match statistics">
<meta NAME="keywords" CONTENT="AFL Match Statistics, AFL Game Statistics, AFL Match Stats">
<link rel="canonical" href="https://www.footywire.com/afl/footy/ft_match_statistics?mid=5460&advv=Y"/>
<style>
.tabbg { background-color: #000077; vertical-align: middle; }
.blkbg { background-color: #000000; vertical-align: middle; }
.tabbdr { background-color: #d8dfea; vertical-align: middle; }
.wspace { background-color: #ffffff; vertical-align: middle; }
.greybg { background-color: #f4f5f1; }
.greybdr { background-color: #e3e4e0; }
.blackbdr { background-color: #000000; }
.lbgrey { background-color: #d4d5d1; text-decoration: none; color: #000000; vertical-align: middle; text-align: left; font-weight: bold; }
.caprow { background-color: #f2f4f7; text-decoration: none; color: #000000; vertical-align: middle; text-align: center; font-weight: bold; }
.ylwbg { background-color: #eeffee; text-decoration: none; color: #000000; vertical-align: middle; }
.ylwbgmid { background-color: #eeffee; text-decoration: none; color: #000000; vertical-align: middle; text-align: center; }
.ylwbgtop { background-color: #eeffee; text-decoration: none; color: #000000; vertical-align: top; }
.ylwbgbottom { background-color: #eeffee; text-decoration: none; color: #000000; vertical-align: bottom; text-align: center; }
.ylwbg2 { background-color: #ddeedd; }
.ylwbdr { background-color: #ccddcc; }
.mtabbg { background-color: #f2f4f7; vertical-align: top; text-align: center; }
.error { background-color: #ffffff; text-decoration: none; color: #ff0000; vertical-align: middle; text-align: left; font-weight: bold; }
.cerror { background-color: #ffffff; text-decoration: none; color: #ff0000; vertical-align: middle; text-align: center; font-weight: bold; }
.greytxt { color: #777777; }
.bluetxt { color: #003399; }
.normtxt { color: #000000; }
.norm { background-color: #ffffff; text-decoration: none; color: #000000; vertical-align: middle; text-align: center; }
.drow { background-color: #f2f4f7; text-decoration: none; color: #000000; vertical-align: middle; text-align: center; }
.lnorm { background-color: #ffffff; text-decoration: none; color: #000000; vertical-align: middle; text-align: left; }
.rnorm { background-color: #ffffff; text-decoration: none; color: #000000; vertical-align: middle; text-align: right; }
.rdrow { background-color: #f2f4f7; text-decoration: none; color: #000000; vertical-align: middle; text-align: right; }
.ldrow { background-color: #f2f4f7; text-decoration: none; color: #000000; vertical-align: middle; text-align: left; }
.bnorm { background-color: #ffffff; text-decoration: none; color: #000000; vertical-align: middle; text-align: center; font-weight: bold; }
.rbnorm { background-color: #ffffff; text-decoration: none; color: #000000; vertical-align: middle; text-align: right; font-weight: bold; }
.lbnorm { background-color: #ffffff; text-decoration: none; color: #000000; vertical-align: middle; text-align: left; font-weight: bold; }
.bdrow { background-color: #f2f4f7; text-decoration: none; color: #000000; vertical-align: middle; text-align: center; font-weight: bold; }
.lbdrow { background-color: #f2f4f7; text-decoration: none; color: #000000; vertical-align: middle; text-align: left; font-weight: bold; }
.lylw { background-color: #eeffee; text-decoration: none; color: #000000; vertical-align: middle; text-align: left; }
.normtop { background-color: #ffffff; text-decoration: none; color: #000000; vertical-align: top; text-align: center; }
.lnormtop { background-color: #ffffff; text-decoration: none; color: #000000; vertical-align: top; text-align: left; }
.drowtop { background-color: #f2f4f7; text-decoration: none; color: #000000; vertical-align: top; text-align: center; }
.ldrowtop { background-color: #f2f4f7; text-decoration: none; color: #000000; vertical-align: top; text-align: left; }
a.tblink:link {
color: #ffffff;
font-weight: bold;
vertical-align: middle;
}
.dvr { color: #999999; font-weight: normal; vertical-align: middle; }
.hltitle { text-decoration: none; color: #000000; font-size: 16px; font-weight: bold; }
.whltitle { background-color: #ffffff; text-decoration: none; color: #000000; font-size: 16px; font-weight: bold; }
.idxhltitle { text-decoration: none; color: #990099; font-size: 16px; font-weight: bold; }
.tbtitle {
text-decoration:none;
color:#3B5998;
font-weight:bold;
border-top:1px solid #e4ebf6;
border-bottom:1px solid #D8DFEA;
background:#D8DFEA url(/afl/img/icon/tbback.png); bottom left repeat-x;
}
.innertbtitle {
background-color:#D8DFEA;
text-decoration:none;
color:#3B5998;
font-weight:normal;
background:#D8DFEA url(/afl/img/icon/tbback.png); bottom left repeat-x;
}
.tabopt { background-color: #5555cc; vertical-align: middle; text-align: center; }
.tabsel { background-color: #ffffff; text-decoration: underline; color: #000000; font-weight: bold; vertical-align: middle; text-align: center; }
a.tablink {
font-weight:bold;
vertical-align:middle;
}
a.tablink:link { color: #ffffff; }
a.tablink:hover { color: #eeeeee; }
.lnitxt { }
.lseltxt { }
.lselbldtxt { font-weight: bold; }
.formcls { background-color:#f2f4f7; vertical-align:middle; text-align:left }
.formclsright { background-color:#f2f4f7; vertical-align:middle; text-align:right }
li { background-color: #ffffff; color: #000000; }
p { color: #000000; }
th { background-color: #ffffff; text-decoration: none; color: #000000; vertical-align: middle; text-align: center; font-weight: bold; }
a.wire { font-weight:bold }
.menubg { background-color: #000077; text-decoration: none; color: #000000; vertical-align: middle; text-align: center; }
.menubdr { background-color: #f2f4f7; vertical-align: middle; }
table#wiretab {
border-spacing:0px;
border-collapse:collapse;
background-color:#F2F4F7;
width:450px;
height:250px;
}
table#wiretab td.section {
border-bottom:1px solid #D8DFEA;
}
table#wirecell {
background-color:#F2F4F7;
border:0px;
}
table#wirecell td#wirecelltitle {
vertical-align:top;
}
table#wirecell td#wirecellblurb {
vertical-align:top;
}
.smnt { background-color: #ffffff; text-decoration: none; color: #000000; vertical-align: middle; text-align: left; }
a.peep { font-weight:bold; font-size: 12px; line-height: 14px; }
form {
padding:0px;
margin:0px;
}
table.thickouter {
border:1px solid #D8DFEA;
}
table.thickouter td.padded {
padding:2px;
}
div.notice {
border:1px solid #D8DFEA;
padding:8px;
background:#D8DFEA url(/afl/img/icon/customback.png);
text-align:center;
vertical-align:middle;
margin-bottom:10px;
font-size: 12px;
}
div.notice div.clickable {
font-weight:bold;
cursor:pointer;
display:inline;
color:#3B5998;
}
div.datadiv td.data, div.datadiv td.bdata {
padding:3px;
vertical-align:top;
}
div.datadiv td.bdata {
font-weight:bold;
}
a:focus { outline:none; }
h1.centertitle {
padding-top:10px;
font-size:20px;
font-weight:bold;
text-align:center;
}
#matchscoretable {
background-color : #eeffee;
border:1px solid #ccddcc;
}
#matchscoretable td, #matchscoretable th {
background-color : #eeffee;
text-decoration: none;
color: #000000;
vertical-align: middle;
}
#matchscoretable th, #matchscoretable th.leftbold {
border-bottom:1px solid #ccddcc;
font-weight:bold;
}
#matchscoretable td.leftbold {
font-weight:bold;
}
#matchscoretable td.leftbold, #matchscoretable th.leftbold {
text-align:left;
padding-left:10px;
}
body {
margin-top:0px;
margin-bottom:5px;
margin-left:5px;
margin-right:5px;
background-color:#ffffff;
overflow-x: auto;
overflow-y: auto;
}
body, p, td, th, textarea, input, select, h1, h2, h3, h4, h5, h6 {
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
font-size:11px;
text-decoration: none;
}
table.plain {
border-spacing:0px;
border-collapse:collapse;
padding:0px;
}
table.leftmenu {
background-color:#F7F7F7;
}
table.leftmenu td {
padding:2px 2px 2px 5px;
}
table.leftmenu td#skyscraper {
padding:2px 0px 2px 0px;
text-align:left;
margin:auto;
vertical-align:top;
background-color:#ffffff;
}
table.leftmenu td#topborder {
padding:0px 0px 0px 0px;
border-top:5px solid #b7b7b7;
font-size:5px;
}
table.leftmenu td#bottomborder {
padding:0px 0px 0px 0px;
border-bottom:1px solid #b7b7b7;
font-size:5px;
}
table.leftmenu td#bottomborderpad {
padding:0px 0px 0px 0px;
border-bottom:0px solid #b7b7b7;
font-size:3px;
}
td#headercell {
text-align:left;
vertical-align:bottom;
background:#3B5998 url(/afl/img/logo/header-logo-bg-2011.png);
}
a.leftmenu {
color:#3B5998;
display:block;
width:100%;
text-decoration:none;
}
a.leftmenu:hover {
text-decoration:none;
}
a {
color:#3B5998;
}
a:link {
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:active {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
table#footer {
border-spacing:0px;
border-collapse:collapse;
padding:0px;
color:#868686;
width:760px;
}
table#footer td#footercopy {
text-align:left;
}
table#footer td#footerlinks {
text-align:right;
}
table#footer a {
padding:0px 2px 0px 2px;
}
.textinput {
border:1px solid #BDC7D8;
padding:2px 2px 2px 2px;
}
.button {
color:#ffffff;
height:18px;
padding:0px 4px 4px 4px;
border:1px solid #3B5998;
background:#5b79b8 url(/afl/img/icon/btback.png); bottom left repeat-x;
vertical-align:middle;
cursor:pointer;
}
.button:focus { outline:none; }
.button::-moz-focus-inner { border: 0; }
a.button:link, a.button:visited, a.button:hover {
text-decoration:none;
}
td.blocklink {
padding:3px 3px 3px 3px;
}
a.blocklink {
padding:2px 2px 2px 2px;
}
a.blocklink:hover {
background-color:#3B5998;
color:#ffffff;
text-decoration:none;
}
table#teammenu, table#playermenu, table#playerrankmenu, table#teamrankmenu,
table#draftmenu, table#risingstarmenu, table#matchmenu, table#laddermenu,
table#brownlowmenu, table#attendancemenu, table#coachmenu, table#supercoachmenu,
table#dreamteammenu, table#highlightsmenu, table#selectionsmenu, table#pastplayermenu,
table#tweetmenu, table#contractsmenu {
border-spacing:0px;
border-collapse:collapse;
background-color:#F7F7F7;
z-index:1;
position:absolute;
left:0px;
top:0px;
visibility:hidden;
border:1px solid #b7b7b7;
opacity:.95;
filter:alpha(opacity=95);
width:220px;
}
a.submenuitem {
padding:3px;
color:#3B5998;
text-decoration:none;
border:0px solid #3B5998;
}
a.submenuitem:link {
text-decoration:none;
}
a.submenuitem:hover {
text-decoration:underline;
}
div.submenux, div.submenutitle {
font-size:9px;
color:#676767;
font-weight:bold;
}
div.submenux {
color:#676767;
cursor:pointer;
}
div.submenutitle {
color:#353535;
padding:4px 2px 2px 2px;
}
td#teamArrow, td#playerArrow, td#playerrankArrow, td#teamrankArrow,
td#draftArrow, td#risingstarArrow, td#matchArrow, td#ladderArrow,
td#brownlowArrow, td#attendanceArrow, td#coachArrow, td#supercoachArrow,
td#dreamteamArrow, td#highlightsArrow, td#selectionsArrow, td#pastplayerArrow,
td#tweetArrow, td#contractsArrow {
color:#676767;
font-weight:bold;
display:block;
text-decoration:none;
border-left:1px solid #F7F7F7;
cursor:pointer;
text-align:center;
width:10px;
}
table#header {
border-spacing:0px;
border-collapse:collapse;
margin:auto;
width:100%;
}
table#header td {
border:0px solid #3B5998;
}
table#header td#logo {
vertical-align:middle;
text-align:center;
}
table#header td#mainlinks {
vertical-align:bottom;
text-align:left;
padding-bottom:10px;
}
table#header td#memberStatus {
vertical-align:bottom;
text-align:right;
padding-bottom:10px;
}
a.emptylink, a.emptylink:link, a.emptylink:visited, a.emptylink:active, a.emptylink:hover {
border:0px;
margin:0px;
text-decoration:none;
}
table#header a.headerlink {
font-size:12px;
font-weight:bold;
color:#ffffff;
padding:4px;
}
table#header a.headerlink:link {
background-color:#3B5998;
text-decoration:none;
}
table#header a.headerlink:visited {
background-color:#3B5998;
text-decoration:none;
}
table#header a.headerlink:active {
background-color:#3B5998;
text-decoration:none;
}
table#header a.headerlink:hover {
background-color:#6D84B4;
text-decoration:none;
}
table#header a.userlink {
font-size:11px;
font-weight:normal;
color:#D8DFEA;
padding:5px;
}
table#header a.userlink:link {
color:#D8DFEA;
text-decoration:none;
}
table#header a.userlink:visited {
color:#D8DFEA;
text-decoration:none;
}
table#header a.userlink:active {
color:#D8DFEA;
text-decoration:none;
}
table#header a.userlink:hover {
color:#ffffff;
text-decoration:underline;
}
table#header div#welcome {
display:inline;
font-size:11px;
font-weight:bold;
color:#D8DFEA;
padding:5px;
}
td.hdbar {
text-decoration:none;
border-top:1px solid #92201e;
border-bottom:1px solid #760402;
background:#D8DFEA url(/afl/img/icon/hdback.png); bottom left repeat-x;
padding:0px 5px 0px 5px;
}
td.hdbar div {
color:#ffffff;
display:inline;
padding:0px 5px 0px 5px;
}
td.hdbar div a {
font-size:11px;
font-weight:normal;
color:#ffffff;
font-weight:bold;
}
td.hdbar div a:link { text-decoration:none; }
td.hdbar div a:hover { text-decoration:underline; }
div#membersbgdiv {
background:#888888;
opacity:.50;
filter:alpha(opacity=50);
z-index:1;
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
text-align:center;
vertical-align:middle;
display:none;
}
div#memberswhitediv {
width:610px;
height:380px;
border:3px solid #222222;
background:#ffffff;
opacity:1;
filter:alpha(opacity=100);
z-index:2;
position:absolute;
left:0;
top:0;
border-radius:20px;
-moz-border-radius:20px; /* Old Firefox */
padding:15px;
display:none;
}
#membersx {
color:#222222;
font-weight:bold;
font-size:16px;
cursor:pointer;
}
</style>
<script type="text/javascript">
function flipSubMenu(cellid, tableid) {
var table = document.getElementById(tableid);
if (table.style.visibility == 'visible') {
hideSubMenu(tableid);
}
else {
showSubMenu(cellid, tableid);
}
}
function showSubMenu(cellid, tableid) {
hideAllSubMenus();
var cell = document.getElementById(cellid);
var coors = findPos(cell);
var table = document.getElementById(tableid);
table.style.visibility = 'visible';
table.style.top = (coors[1]) + 'px';
table.style.left = (coors[0] + 175) + 'px';
}
function hideSubMenu(tableid) {
var table = document.getElementById(tableid);
if (table != null) {
table.style.visibility = 'hidden';
}
}
function findPos(obj) {
var curleft = curtop = 0;
if (obj.offsetParent) {
curleft = obj.offsetLeft
curtop = obj.offsetTop
while (obj = obj.offsetParent) {
curleft += obj.offsetLeft
curtop += obj.offsetTop
}
}
return [curleft,curtop];
}
function highlightCell(tag) {
var cell = document.getElementById(tag + 'linkcell');
cell.style.backgroundColor = "#E7E7E7";
highlightArrow(tag + 'Arrow');
}
function dehighlightCell(tag) {
var cell = document.getElementById(tag + 'linkcell');
cell.style.backgroundColor = "transparent";
dehighlightArrow(tag + 'Arrow');
}
function highlightArrow(arrowId) {
var arrow = document.getElementById(arrowId);
arrow.style.backgroundColor = "#E7E7E7";
}
function dehighlightArrow(arrowId) {
var arrow = document.getElementById(arrowId);
arrow.style.backgroundColor = "transparent";
}
function hideAllSubMenus() {
hideSubMenu('teammenu');
hideSubMenu('playermenu');
hideSubMenu('teamrankmenu');
hideSubMenu('playerrankmenu');
hideSubMenu('draftmenu');
hideSubMenu('risingstarmenu');
hideSubMenu('matchmenu');
hideSubMenu('brownlowmenu');
hideSubMenu('laddermenu');
hideSubMenu('attendancemenu');
hideSubMenu('supercoachmenu');
hideSubMenu('dreamteammenu');
hideSubMenu('coachmenu');
hideSubMenu('highlightsmenu');
hideSubMenu('selectionsmenu');
hideSubMenu('pastplayermenu');
hideSubMenu('contractsmenu');
hideSubMenu('tweetmenu');
}
function GetMemberStatusXmlHttpObject() {
var xmlMemberStatusHttp=null;
try {
// Firefox, Opera 8.0+, Safari
xmlMemberStatusHttp=new XMLHttpRequest();
}
catch (e) {
// Internet Explorer
try {
xmlMemberStatusHttp=new ActiveXObject("Msxml2.XMLHTTP");
}
catch (e) {
xmlMemberStatusHttp=new ActiveXObject("Microsoft.XMLHTTP");
}
}
return xmlMemberStatusHttp;
}
function rememberMember() {
xmlMemberStatusHttp=GetMemberStatusXmlHttpObject();
url="/club/sports/member-remember.html?sid=" + Math.random();
xmlMemberStatusHttp.onreadystatechange=showAlert;
xmlMemberStatusHttp.open("GET",url,true);
xmlMemberStatusHttp.send(null);
}
function quickLogout() {
xmlMemberStatusHttp=GetMemberStatusXmlHttpObject();
url="/afl/club/quick-logout.html?sid=" + Math.random();
xmlMemberStatusHttp.onreadystatechange=showAlert;
xmlMemberStatusHttp.open("GET",url,true);
xmlMemberStatusHttp.send(null);
}
function showMemberStatus() {
xmlMemberStatusHttp = GetMemberStatusXmlHttpObject();
url = "/afl/club/member-status.html?sid=" + Math.random();
fetchShowMemberStatus(xmlMemberStatusHttp, url);
}
function showMemberStatusWithUrl(url) {
xmlMemberStatusHttp = GetMemberStatusXmlHttpObject();
url = "/afl/club/member-status.html?url=" + url + "&sid=" + Math.random();
fetchShowMemberStatus(xmlMemberStatusHttp, url);
}
function showMemberStatusSkipAds() {
xmlMemberStatusHttp = GetMemberStatusXmlHttpObject();
url = "/afl/club/member-status.html?skipAds=Y&sid=" + Math.random();
fetchShowMemberStatus(xmlMemberStatusHttp, url);
}
function showMemberStatusWithUrlSkipAds(url) {
xmlMemberStatusHttp = GetMemberStatusXmlHttpObject();
url = "/afl/club/member-status.html?skipAds=Y&url=" + url + "&sid=" + Math.random();
fetchShowMemberStatus(xmlMemberStatusHttp, url);
}
function fetchShowMemberStatus(xmlMemberStatusHttp, url) {
xmlMemberStatusHttp.onreadystatechange = memberStatusChanged;
xmlMemberStatusHttp.open("GET", url, true);
xmlMemberStatusHttp.send(null);
}
function showAlert() {
if (xmlMemberStatusHttp.readyState==4) {
alertMessage = xmlMemberStatusHttp.responseText;
showMemberStatus();
alert(alertMessage);
}
}
function memberStatusChanged() {
if (xmlMemberStatusHttp.readyState==4) {
response = xmlMemberStatusHttp.responseText;
if (response.indexOf("<!-- MEMBER STATUS -->") < 0) {
response = " ";
}
document.getElementById("memberStatus").innerHTML = response;
}
}
function pushSignUpEvent(signUpSource) {
_gaq.push(['_trackEvent', 'Member Activity', 'Sign Up', signUpSource]);
}
function pushContent(category, page) {
_gaq.push(['_trackEvent', 'Content', category, page]);
}
function GetXmlHttpObject() {
var xmlWireHttp=null;
try {
// Firefox, Opera 8.0+, Safari
xmlWireHttp=new XMLHttpRequest();
}
catch (e) {
// Internet Explorer
try {
xmlWireHttp=new ActiveXObject("Msxml2.XMLHTTP");
}
catch (e) {
xmlWireHttp=new ActiveXObject("Microsoft.XMLHTTP");
}
}
return xmlWireHttp;
}
function showWire() {
xmlWireHttp=GetXmlHttpObject()
url="/afl/club/forum-threads-wire.html?sid=" + Math.random();
fetchWire(xmlWireHttp, url);
}
function showWireSkipAds() {
xmlWireHttp=GetXmlHttpObject()
url="/afl/club/forum-threads-wire.html?skipAds=Y&sid=" + Math.random();
fetchWire(xmlWireHttp, url);
}
function fetchWire(xmlWireHttp, url) {
xmlWireHttp.onreadystatechange = wireChanged;
xmlWireHttp.open("GET", url, true);
xmlWireHttp.send(null);
}
function wireChanged() {
if (xmlWireHttp.readyState==4) {
response = xmlWireHttp.responseText;
if (response.indexOf("<!-- WIRE -->") < 0) {
response = " ";
}
document.getElementById("threadsWire").innerHTML=response;
}
}
function positionMemberDivs() {
var bodyOffsetHeight = document.body.offsetHeight;
document.getElementById('membersbgdiv').style.width = '100%';
document.getElementById('membersbgdiv').style.height = '100%';
var leftOffset = (document.getElementById('membersbgdiv').offsetWidth - document.getElementById('memberswhitediv').offsetWidth) / 2;
var topOffset = ((document.getElementById('membersbgdiv').offsetHeight - document.getElementById('memberswhitediv').offsetHeight) / 2);
document.getElementById('memberswhitediv').style.left = leftOffset;
document.getElementById('memberswhitediv').style.top = topOffset;
document.getElementById('membersbgdiv').style.height = bodyOffsetHeight;
}
function closeMemberDivs() {
document.getElementById('membersbgdiv').style.display = 'none';
document.getElementById('memberswhitediv').style.display = 'none';
}
function displayMemberDivs() {
document.getElementById('membersbgdiv').style.display = 'block';
document.getElementById('memberswhitediv').style.display = 'block';
positionMemberDivs();
}
function openRegistrationLoginDialog() {
document.getElementById('memberscontent').innerHTML = "<iframe src='/afl/footy/custom_login' width=600 height=350 hspace=0 vspace=0 frameborder=0 marginheight=0 marginwidth=0 scrolling=no></iframe>";
document.getElementById('memberswhitediv').style.width = '610px';
document.getElementById('memberswhitediv').style.height = '380px';
displayMemberDivs();
}
function openRegistrationLoginDialogWithNextPage(nextPage) {
document.getElementById('memberscontent').innerHTML = "<div><iframe src='/afl/footy/custom_login?p=" + nextPage + "' width=600 height=350 hspace=0 vspace=0 frameborder=0 marginheight=0 marginwidth=0 scrolling=no></iframe></div>"
document.getElementById('memberswhitediv').style.width = '610px';
document.getElementById('memberswhitediv').style.height = '380px';
displayMemberDivs();
}
function openChangePasswordDialog() {
document.getElementById('memberscontent').innerHTML = "<div><iframe src='/afl/footy/custom_login?action=changePasswordForm' width=250 height=190 hspace=0 vspace=0 frameborder=0 marginheight=0 marginwidth=0 scrolling=no></iframe></div>"
document.getElementById('memberswhitediv').style.width = '250px';
document.getElementById('memberswhitediv').style.height = '240px';
displayMemberDivs();
}
function openManageSettingsDialog() {
document.getElementById('memberscontent').innerHTML = "<div><iframe src='/afl/footy/custom_login?action=manageSettingsForm' width=380 height=210 hspace=0 vspace=0 frameborder=0 marginheight=0 marginwidth=0 scrolling=no></iframe></div>"
document.getElementById('memberswhitediv').style.width = '380px';
document.getElementById('memberswhitediv').style.height = '260px';
displayMemberDivs();
}
var xmlLoginHttp;
function GetLoginXmlHttpObject() {
var xmlLoginHttp=null;
try {
// Firefox, Opera 8.0+, Safari
xmlLoginHttp=new XMLHttpRequest();
}
catch (e) {
// Internet Explorer
try {
xmlLoginHttp=new ActiveXObject("Msxml2.XMLHTTP");
}
catch (e) {
xmlLoginHttp=new ActiveXObject("Microsoft.XMLHTTP");
}
}
return xmlLoginHttp;
}
function postLogout() {
var params = "action=logout";
xmlLoginHttp=GetLoginXmlHttpObject();
xmlLoginHttp.onreadystatechange = validateLogoutResponse;
xmlLoginHttp.open("POST", '/afl/footy/custom_login', true);
xmlLoginHttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xmlLoginHttp.setRequestHeader("Content-length", params.length);
xmlLoginHttp.setRequestHeader("Connection", "close");
xmlLoginHttp.send(params);
}
function getPlugContent(type) {
xmlLoginHttp=GetLoginXmlHttpObject()
xmlLoginHttp.onreadystatechange = plugCustomFantasy;
xmlLoginHttp.open("GET", '/afl/footy/custom_login?action=plug&type=' + type, true);
xmlLoginHttp.send(null);
}
function validateResponse() {
if(xmlLoginHttp.readyState == 4 && xmlLoginHttp.status == 200) {
var result = xmlLoginHttp.responseText;
if (result == 'PASS') {
self.parent.location.reload(true);
}
else if (result.indexOf('ERROR:') == 0) {
result = result.substring(6);
alert(result + ". Please try again.");
}
else {
alert("An error occurred during registration.");
}
}
}
function plugCustomFantasy() {
if (xmlLoginHttp.readyState == 4 && xmlLoginHttp.status == 200) {
var response = xmlLoginHttp.responseText;
if (response.indexOf("<!-- PLUG -->") < 0) {
response = "";
}
document.getElementById("customPlugDiv").innerHTML=response;
}
}
function validateLogoutResponse() {
if(xmlLoginHttp.readyState == 4 && xmlLoginHttp.status == 200) {
var result = xmlLoginHttp.responseText;
if (result == 'PASS') {
selfReload();
}
else if (result.indexOf('ERROR:') == 0) {
result = result.substring(6);
alert(result + ". Please try again.");
}
else {
alert("Oops! An error occurred!");
}
}
}
function selfReload() {
if (xmlLoginHttp.readyState == 4 && xmlLoginHttp.status == 200) {
self.parent.location.reload(true);
}
}
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3312858-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</HEAD>
<BODY onload="pushContent('Match Statistics', 'Match Statistics');showMemberStatusWithUrl('https%3A%2F%2Fwww.footywire.com%2Fafl%2Ffooty%2Fft_match_statistics');showWire();hideAllSubMenus();" onresize="positionMemberDivs();">
<DIV align="CENTER">
<table cellpadding="0" cellspacing="0" border="0" id="frametable2008" width="948">
<tr><td colspan="4" height="102" id="headercell" width="948">
<table id="header">
<tr>
<td id="logo" valign="middle" height="102" width="200">
<a class="emptylink" href="//www.footywire.com/"><div style="width:200px;height:54px;cursor:pointer;"> </div></a>
</td>
<td id="mainlinks" width="200">
</td>
<td style="padding-top:3px;padding-right:4px;">
<div style="margin-left:-3px;">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Footywire 728x90 Prime -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-1151582373407200"
data-ad-slot="7204222137"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</td>
</tr>
</table>
</td></tr>
<tr><td colspan="4" height="21" class="hdbar" align="right" valign="middle" id="memberStatus"></td></tr>
<tr>
<td rowspan="4" width="175" valign="top">
<table width="175" cellpadding="0" cellspacing="0" border="0" class="leftmenu">
<tr><td colspan="2" id="topborder"> </td></tr>
<tr><td width="175" colspan="2" onMouseOver="this.style.backgroundColor='#e7e7e7';" onMouseOut="this.style.backgroundColor='transparent';"><a class="leftmenu" href="//www.footywire.com/">AFL Statistics Home</a></td></tr>
<tr>
<td id="matchlinkcell" width="165"><a onMouseOver="highlightCell('match')" onMouseOut="dehighlightCell('match')" class="leftmenu" href="/afl/footy/ft_match_list">AFL Fixture</a></td>
<td id="matchArrow" onMouseOver="highlightArrow('matchArrow')" onMouseOut="dehighlightArrow('matchArrow')" onClick="flipSubMenu('matchlinkcell','matchmenu')">»</td>
</tr>
<tr>
<td id="playerlinkcell" width="165"><a onMouseOver="highlightCell('player')" onMouseOut="dehighlightCell('player')" class="leftmenu" href="/afl/footy/ft_players">Players</a></td>
<td id="playerArrow" onMouseOver="highlightArrow('playerArrow')" onMouseOut="dehighlightArrow('playerArrow')" onClick="flipSubMenu('playerlinkcell','playermenu')">»</td>
</tr>
<tr>
<td id="teamlinkcell" width="165"><a onMouseOver="highlightCell('team')" onMouseOut="dehighlightCell('team')" class="leftmenu" href="/afl/footy/ft_teams">Teams</a></td>
<td id="teamArrow" onMouseOver="highlightArrow('teamArrow')" onMouseOut="dehighlightArrow('teamArrow')" onClick="flipSubMenu('teamlinkcell','teammenu')">»</td>
</tr>
<tr>
<td id="playerranklinkcell" width="165"><a onMouseOver="highlightCell('playerrank')" onMouseOut="dehighlightCell('playerrank')" class="leftmenu" href="/afl/footy/ft_player_rankings">Player Rankings</a></td>
<td id="playerrankArrow" onMouseOver="highlightArrow('playerrankArrow')" onMouseOut="dehighlightArrow('playerrankArrow')" onClick="flipSubMenu('playerranklinkcell','playerrankmenu')">»</td>
</tr>
<tr>
<td id="teamranklinkcell" width="165"><a onMouseOver="highlightCell('teamrank')" onMouseOut="dehighlightCell('teamrank')" class="leftmenu" href="/afl/footy/ft_team_rankings">Team Rankings</a></td>
<td id="teamrankArrow" onMouseOver="highlightArrow('teamrankArrow')" onMouseOut="dehighlightArrow('teamrankArrow')" onClick="flipSubMenu('teamranklinkcell','teamrankmenu')">»</td>
</tr>
<tr>
<td id="risingstarlinkcell" width="165"><a onMouseOver="highlightCell('risingstar')" onMouseOut="dehighlightCell('risingstar')" class="leftmenu" href="/afl/footy/ft_rising_stars_round_performances">Rising Stars</a></td>
<td id="risingstarArrow" onMouseOver="highlightArrow('risingstarArrow')" onMouseOut="dehighlightArrow('risingstarArrow')" onClick="flipSubMenu('risingstarlinkcell','risingstarmenu')">»</td>
</tr>
<tr>
<td id="draftlinkcell" width="165"><a onMouseOver="highlightCell('draft')" onMouseOut="dehighlightCell('draft')" class="leftmenu" href="/afl/footy/ft_drafts">AFL Draft</a></td>
<td id="draftArrow" onMouseOver="highlightArrow('draftArrow')" onMouseOut="dehighlightArrow('draftArrow')" onClick="flipSubMenu('draftlinkcell','draftmenu')">»</td>
</tr>
<tr>
<td id="brownlowlinkcell" width="165"><a onMouseOver="highlightCell('brownlow')" onMouseOut="dehighlightCell('brownlow')" class="leftmenu" href="/afl/footy/brownlow_medal">Brownlow Medal</a></td>
<td id="brownlowArrow" onMouseOver="highlightArrow('brownlowArrow')" onMouseOut="dehighlightArrow('brownlowArrow')" onClick="flipSubMenu('brownlowlinkcell','brownlowmenu')">»</td>
</tr>
<tr>
<td id="ladderlinkcell" width="165"><a onMouseOver="highlightCell('ladder')" onMouseOut="dehighlightCell('ladder')" class="leftmenu" href="/afl/footy/ft_ladder">AFL Ladder</a></td>
<td id="ladderArrow" onMouseOver="highlightArrow('ladderArrow')" onMouseOut="dehighlightArrow('ladderArrow')" onClick="flipSubMenu('ladderlinkcell','laddermenu')">»</td>
</tr>
<tr>
<td id="coachlinkcell" width="165"><a onMouseOver="highlightCell('coach')" onMouseOut="dehighlightCell('coach')" class="leftmenu" href="/afl/footy/afl_coaches">Coaches</a></td>
<td id="coachArrow" onMouseOver="highlightArrow('coachArrow')" onMouseOut="dehighlightArrow('coachArrow')" onClick="flipSubMenu('coachlinkcell','coachmenu')">»</td>
</tr>
<tr>
<td id="attendancelinkcell" width="165"><a onMouseOver="highlightCell('attendance')" onMouseOut="dehighlightCell('attendance')" class="leftmenu" href="/afl/footy/attendances">Attendances</a></td>
<td id="attendanceArrow" onMouseOver="highlightArrow('attendanceArrow')" onMouseOut="dehighlightArrow('attendanceArrow')" onClick="flipSubMenu('attendancelinkcell','attendancemenu')">»</td>
</tr>
<tr>
<td id="supercoachlinkcell" width="165"><a onMouseOver="highlightCell('supercoach')" onMouseOut="dehighlightCell('supercoach')" class="leftmenu" href="/afl/footy/supercoach_round">Supercoach</a></td>
<td id="supercoachArrow" onMouseOver="highlightArrow('supercoachArrow')" onMouseOut="dehighlightArrow('supercoachArrow')" onClick="flipSubMenu('supercoachlinkcell','supercoachmenu')">»</td>
</tr>
<tr>
<td id="dreamteamlinkcell" width="165"><a onMouseOver="highlightCell('dreamteam')" onMouseOut="dehighlightCell('dreamteam')" class="leftmenu" href="/afl/footy/dream_team_round">AFL Fantasy</a></td>
<td id="dreamteamArrow" onMouseOver="highlightArrow('dreamteamArrow')" onMouseOut="dehighlightArrow('dreamteamArrow')" onClick="flipSubMenu('dreamteamlinkcell','dreamteammenu')">»</td>
</tr>
<tr>
<td id="highlightslinkcell" width="165"><a onMouseOver="highlightCell('highlights')" onMouseOut="dehighlightCell('highlights')" class="leftmenu" href="/afl/footy/afl_highlights">AFL Highlights</a></td>
<td id="highlightsArrow" onMouseOver="highlightArrow('highlightsArrow')" onMouseOut="dehighlightArrow('highlightsArrow')" onClick="flipSubMenu('highlightslinkcell','highlightsmenu')">»</td>
</tr>
<tr>
<td id="selectionslinkcell" width="165"><a onMouseOver="highlightCell('selections')" onMouseOut="dehighlightCell('selections')" class="leftmenu" href="/afl/footy/afl_team_selections">AFL Team Selections</a></td>
<td id="selectionsArrow" onMouseOver="highlightArrow('selectionsArrow')" onMouseOut="dehighlightArrow('selectionsArrow')" onClick="flipSubMenu('selectionslinkcell','selectionsmenu')">»</td>
</tr>
<tr>
<td id="pastplayerlinkcell" width="165"><a onMouseOver="highlightCell('pastplayer')" onMouseOut="dehighlightCell('pastplayer')" class="leftmenu" href="/afl/footy/past_players">Past Players</a></td>
<td id="pastplayerArrow" onMouseOver="highlightArrow('pastplayerArrow')" onMouseOut="dehighlightArrow('pastplayerArrow')" onClick="flipSubMenu('pastplayerlinkcell','pastplayermenu')">»</td>
</tr>
<tr>
<td id="contractslinkcell" width="165"><a onMouseOver="highlightCell('contracts')" onMouseOut="dehighlightCell('contracts')" class="leftmenu" href="/afl/footy/out_of_contract_players">AFL Player Contracts</a></td>
<td id="contractsArrow" onMouseOver="highlightArrow('contractsArrow')" onMouseOut="dehighlightArrow('contractsArrow')" onClick="flipSubMenu('contractslinkcell','contractsmenu')">»</td>
</tr>
<tr><td width="175" colspan="2" onMouseOver="this.style.backgroundColor='#e7e7e7';" onMouseOut="this.style.backgroundColor='transparent';"><a class="leftmenu" href="/afl/footy/afl_betting">AFL Betting</a></td></tr>
<tr><td width="175" colspan="2" onMouseOver="this.style.backgroundColor='#e7e7e7';" onMouseOut="this.style.backgroundColor='transparent';"><a class="leftmenu" href="/afl/footy/injury_list">AFL Injury List</a></td></tr>
<tr><td width="175" colspan="2" onMouseOver="this.style.backgroundColor='#e7e7e7';" onMouseOut="this.style.backgroundColor='transparent';"><a class="leftmenu" href="/afl/footy/ft_season_records">Records</a></td></tr>
<tr><td colspan="2" id="bottomborder"> </td></tr>
<tr><td colspan="2" class="norm" style="height:10px"></td></tr>
<tr><td colspan="2" id="skyscraper">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Footywire 160x600 Prime -->
<ins class="adsbygoogle"
style="display:inline-block;width:160px;height:600px"
data-ad-client="ca-pub-1151582373407200"
data-ad-slot="2707810136"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</td></tr>
</table>
</td>
<td rowspan="3" bgcolor="#b7b7b7" style="width:1px"></td>
<td height="900" width="761" valign="top" align="center" style="padding:5px 5px 5px 5px">
<div id="liveStatus" style="margin:0px;padding:0px;"></div>
<table border="0" cellspacing="0" cellpadding="0">
<tr><td>
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="760">
<TR>
<TD id="threadsWire" WIDTH="450" HEIGHT="250" VALIGN="TOP"> </TD>
<td rowspan="2" class="norm" style="width:10px"></td>
<TD WIDTH="300" HEIGHT="250" ROWSPAN="2">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Footywire 300x250 Prime -->
<ins class="adsbygoogle"
style="display:inline-block;width:300px;height:250px"
data-ad-client="ca-pub-1151582373407200"
data-ad-slot="4250755734"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</TD>
</TR>
</TABLE>
</td></tr>
<tr><td colspan="1" class="norm" style="height:10px"></td></tr>
<tr><td>
<div class="notice" width="760">
Advanced stats currently displayed. <a href="/afl/footy/ft_match_statistics?mid=5460"><b>View Basic Stats</b></a>.
</div>
</td></tr>
<tr><td>
<style>
td.statdata {
text-align:center;
cursor:default;
}
</style>
<script type="text/javascript">
function getStats() {
document.stat_select.submit();
}
</script>
<TABLE WIDTH="760" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR><TD CLASS="lnormtop">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="760">
<TR>
<TD WIDTH="375" class="lnormtop">
<table border="0" cellspacing="0" cellpadding="0" width="375">
<tr><td width="375" valign="top" height="22" align="left" class="hltitle">
Collingwood defeated by Carlton
</td></tr>
<tr><td class="lnorm" height="15">Round 15, MCG, Attendance: 75755</td></tr>
<tr><td class="lnorm" height="15">
Friday, 6th July 2012, 7:50 PM AEST</td></tr>
<tr><td class="lnorm" height="19" style="padding-top:4px;">
Collingwood Betting Odds: Win 1.19, Line -28.5 @ 1.91
</td></tr>
<tr><td class="lnorm" height="19" style="padding-bottom:4px;">
Carlton Betting Odds: Win 4.90, Line +28.5 @ 1.91
</td></tr>
<tr><td class="lnorm" height="15">
<b>Brownlow Votes:</b>
3: <a href="pp-carlton-blues--chris-judd">C Judd</a>, 2: <a href="pp-carlton-blues--brock-mclean">B McLean</a>, 1: <a href="pp-carlton-blues--edward-betts">E Betts</a></td></tr>
</table>
</TD>
<td rowspan="1" class="norm" style="width:9px"></td>
<TD WIDTH="376" class="lnormtop">
<table border="0" cellspacing="0" cellpadding="0" width="376" id="matchscoretable">
<tr>
<th class="leftbold" height="23" width="100">Team</td>
<th width="49" align="center">Q1</td>
<th width="49" align="center">Q2</td>
<th width="49" align="center">Q3</td>
<th width="49" align="center">Q4</td>
<th width="49" align="center">Final</td>
</tr>
<tr>
<td class="leftbold" height="22"><a href="th-collingwood-magpies">Collingwood</a></td>
<td align="center">1.5
<td align="center">4.9
<td align="center">6.12
<td align="center">8.14
<td align="center">62
</tr>
<tr>
<td class="leftbold" height="22"><a href="th-carlton-blues">Carlton</a></td>
<td align="center">3.1
<td align="center">7.4
<td align="center">8.11
<td align="center">12.13
<td align="center">85
</tr>
</table>
</TD></TR>
<TR><TD COLSPAN="3" HEIGHT="30" CLASS="norm">
<a href="#t1">Collingwood Player Stats</a> |
<a href="#t2">Carlton Player Stats</a> |
<a href="#hd">Match Head to Head Stats</a> |
<a href="#brk">Scoring Breakdown</a>
| <a href="highlights?id=629">Highlights</a>
</TD></TR>
</TABLE></TD></TR>
<tr><td colspan="1" class="norm" style="height:5px"></td></tr>
<TR><TD>
<table border="0" cellspacing="0" cellpadding="0" width="760">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="585">
<tr>
<td height="21" align="center" colspan="3" class="tbtitle" width="585">
<table border="0" cellspacing="0" cellpadding="0" width="585">
<tr>
<td class="innertbtitle" align="left"> <b><a name=t1></a>Collingwood Match Statistics (Sorted by Disposals)</b></td>
<td class="innertbtitle" align="right">Coach: <a href="cp-nathan-buckley--91">Nathan Buckley</a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td rowspan="1" class="tabbdr" style="width:1px"></td>
<td>
<table border="0" cellspacing="0" cellpadding="3" width="583">
<tr>
<td width="148" class="lbnorm" height="21">Player</td>
<td width="29" class="bnorm"><a href="fts_match_statistics?mid=5460&sby=23&advv=Y#t1" title="Contested Possessions">CP</a></td>
<td width="29" class="bnorm"><a href="fts_match_statistics?mid=5460&sby=24&advv=Y#t1" title="Uncontested Possessions">UP</a></td>
<td width="29" class="bnorm"><a href="fts_match_statistics?mid=5460&sby=25&advv=Y#t1" title="Effective Disposals">ED</a></td>
<td width="34" class="bnorm"><a href="fts_match_statistics?mid=5460&sby=34&advv=Y#t1" title="Disposal Efficiency %">DE%</a></td>
<td width="29" class="bnorm"><a href="fts_match_statistics?mid=5460&sby=27&advv=Y#t1" title="Contested Marks">CM</a></td>
<td width="29" class="bnorm"><a href="fts_match_statistics?mid=5460&sby=21&advv=Y#t1" title="Goal Assists">GA</a></td>
<td width="29" class="bnorm"><a href="fts_match_statistics?mid=5460&sby=28&advv=Y#t1" title="Marks Inside 50">MI5</a></td>
<td width="29" class="bnorm"><a href="fts_match_statistics?mid=5460&sby=31&advv=Y#t1" title="One Percenters">1%</a></td>
<td width="29" class="bnorm"><a href="fts_match_statistics?mid=5460&sby=32&advv=Y#t1" title="Bounces">BO</a></td>
<td width="29" class="bnorm"><a href="fts_match_statistics?mid=5460&sby=42&advv=Y#t1" title="Time On Ground %">TOG%</a></td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-collingwood-magpies--dane-swan" title="Dane Swan">Dane Swan</a></td>
<td class="statdata">13</td>
<td class="statdata">18</td>
<td class="statdata">21</td>
<td class="statdata">67.7</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">3</td>
<td class="statdata">86</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-carlton-blues--dale-thomas" title="Dale Thomas">Dale Thomas</a></td>
<td class="statdata">7</td>
<td class="statdata">21</td>
<td class="statdata">20</td>
<td class="statdata">74.1</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">3</td>
<td class="statdata">74</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-collingwood-magpies--steele-sidebottom" title="Steele Sidebottom">Steele Sidebottom</a></td>
<td class="statdata">9</td>
<td class="statdata">16</td>
<td class="statdata">16</td>
<td class="statdata">61.5</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">88</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-brisbane-lions--dayne-beams" title="Dayne Beams">Dayne Beams</a></td>
<td class="statdata">11</td>
<td class="statdata">13</td>
<td class="statdata">15</td>
<td class="statdata">62.5</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">90</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-collingwood-magpies--jarryd-blair" title="Jarryd Blair">Jarryd Blair</a></td>
<td class="statdata">18</td>
<td class="statdata">6</td>
<td class="statdata">17</td>
<td class="statdata">73.9</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">5</td>
<td class="statdata">0</td>
<td class="statdata">90</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-collingwood-magpies--alex-fasolo" title="Alex Fasolo">Alex Fasolo</a></td>
<td class="statdata">6</td>
<td class="statdata">16</td>
<td class="statdata">16</td>
<td class="statdata">72.7</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">81</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-west-coast-eagles--sharrod-wellingham" title="Sharrod Wellingham">Sharrod Wellingham</a></td>
<td class="statdata">7</td>
<td class="statdata">13</td>
<td class="statdata">13</td>
<td class="statdata">65</td>
<td class="statdata">3</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">86</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-greater-western-sydney-giants--heath-shaw" title="Heath Shaw">Heath Shaw</a></td>
<td class="statdata">8</td>
<td class="statdata">10</td>
<td class="statdata">12</td>
<td class="statdata">63.2</td>
<td class="statdata">2</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">4</td>
<td class="statdata">4</td>
<td class="statdata">95</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-collingwood-magpies--nick-maxwell" title="Nick Maxwell">Nick Maxwell</a></td>
<td class="statdata">7</td>
<td class="statdata">9</td>
<td class="statdata">14</td>
<td class="statdata">93.3</td>
<td class="statdata">3</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">8</td>
<td class="statdata">0</td>
<td class="statdata">97</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-western-bulldogs--travis-cloke" title="Travis Cloke">Travis Cloke</a></td>
<td class="statdata">9</td>
<td class="statdata">7</td>
<td class="statdata">11</td>
<td class="statdata">73.3</td>
<td class="statdata">4</td>
<td class="statdata">1</td>
<td class="statdata">4</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">98</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-collingwood-magpies--simon-buckley" title="Simon Buckley">Simon Buckley</a></td>
<td class="statdata">2</td>
<td class="statdata">13</td>
<td class="statdata">11</td>
<td class="statdata">73.3</td>
<td class="statdata">0</td>
<td class="statdata">3</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">88</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-collingwood-magpies--martin-clarke" title="Martin Clarke">Martin Clarke</a></td>
<td class="statdata">6</td>
<td class="statdata">7</td>
<td class="statdata">13</td>
<td class="statdata">92.9</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">87</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-melbourne-demons--heritier-o-brien" title="Heritier Lumumba">Heritier Lumumba</a></td>
<td class="statdata">1</td>
<td class="statdata">11</td>
<td class="statdata">12</td>
<td class="statdata">100</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">92</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-collingwood-magpies--ben-reid" title="Ben Reid">Ben Reid</a></td>
<td class="statdata">4</td>
<td class="statdata">9</td>
<td class="statdata">9</td>
<td class="statdata">81.8</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">3</td>
<td class="statdata">0</td>
<td class="statdata">93</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-collingwood-magpies--alan-toovey" title="Alan Toovey">Alan Toovey</a></td>
<td class="statdata">6</td>
<td class="statdata">4</td>
<td class="statdata">8</td>
<td class="statdata">80</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">6</td>
<td class="statdata">0</td>
<td class="statdata">95</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-collingwood-magpies--tyson-goldsack" title="Tyson Goldsack">Tyson Goldsack</a></td>
<td class="statdata">7</td>
<td class="statdata">3</td>
<td class="statdata">5</td>
<td class="statdata">55.6</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">5</td>
<td class="statdata">0</td>
<td class="statdata">82</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-collingwood-magpies--ben-sinclair" title="Ben Sinclair">Ben Sinclair</a></td>
<td class="statdata">3</td>
<td class="statdata">6</td>
<td class="statdata">4</td>
<td class="statdata">44.4</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">34</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-melbourne-demons--chris-dawes" title="Chris Dawes">Chris Dawes</a></td>
<td class="statdata">4</td>
<td class="statdata">6</td>
<td class="statdata">5</td>
<td class="statdata">62.5</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">3</td>
<td class="statdata">0</td>
<td class="statdata">90</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-kangaroos--marley-williams" title="Marley Williams">Marley Williams</a></td>
<td class="statdata">0</td>
<td class="statdata">8</td>
<td class="statdata">6</td>
<td class="statdata">75</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">3</td>
<td class="statdata">42</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-collingwood-magpies--darren-jolly" title="Darren Jolly">Darren Jolly</a></td>
<td class="statdata">3</td>
<td class="statdata">4</td>
<td class="statdata">6</td>
<td class="statdata">85.7</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">5</td>
<td class="statdata">0</td>
<td class="statdata">92</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-collingwood-magpies--jamie-elliott-1" title="Jamie Elliott">Jamie Elliott</a></td>
<td class="statdata">3</td>
<td class="statdata">2</td>
<td class="statdata">4</td>
<td class="statdata">80</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">74</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-brisbane-lions--jackson-paine" title="Jackson Paine">Jackson Paine</a></td>
<td class="statdata">2</td>
<td class="statdata">2</td>
<td class="statdata">4</td>
<td class="statdata">100</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">48</td>
</tr>
</table>
</td>
<td rowspan="1" class="tabbdr" style="width:1px"></td>
</tr>
<tr><td colspan="3" class="tabbdr" style="height:1px"></td></tr>
</table>
</td>
<td rowspan="1" class="norm" style="width:15px"></td>
<td rowspan="4" width="160" align="center" valign="top">
<table border="0" cellspacing="0" cellpadding="5" width="160" style="border:1px solid #D8DFEA">
<tr><td height="15" valign="top"><a href="/afl/footy/custom_supercoach_latest_scores" class="peep"><a href='/afl/footy/custom_supercoach_latest_scores' class='peep'>Track your favourite Fantasy Players!</a></a></td></tr>
<tr>
<td height="100" align="center" valign="middle">
<a href="/afl/footy/custom_supercoach_latest_scores"><img src="/afl/img/peep/peep4.jpg" border="0" height="100"/></a>
</td>
</tr>
<tr><td valign="top">Create and save your own custom list of <a href='/afl/footy/custom_supercoach_latest_scores'>Supercoach</a> or <a href='/afl/footy/custom_dream_team_latest_scores'>AFL Fantasy</a> players to track their stats!</td></tr>
</table>
<div style="padding-top:10px;">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Footywire 160x600 Right -->
<ins class="adsbygoogle"
style="display:inline-block;width:160px;height:600px"
data-ad-client="ca-pub-1151582373407200"
data-ad-slot="4900122530"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</td>
</tr>
<tr><td colspan="2" class="norm" style="height:20px"></td></tr>
<tr><td>
<table border="0" cellspacing="0" cellpadding="0" width="585">
<tr>
<td height="21" align="center" colspan="3" class="tbtitle" width="585">
<table border="0" cellspacing="0" cellpadding="0" width="585">
<tr>
<td class="innertbtitle" align="left"> <b><a name=t1></a>Carlton Match Statistics (Sorted by Disposals)</b></td>
<td class="innertbtitle" align="right">Coach: <a href="cp-brett-ratten--3">Brett Ratten</a> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td rowspan="1" class="tabbdr" style="width:1px"></td>
<td>
<table border="0" cellspacing="0" cellpadding="3" width="583">
<tr>
<td width="148" class="lbnorm" height="21">Player</td>
<td width="29" class="bnorm"><a href="fts_match_statistics?mid=5460&sby=23&advv=Y#t2" title="Contested Possessions">CP</a></td>
<td width="29" class="bnorm"><a href="fts_match_statistics?mid=5460&sby=24&advv=Y#t2" title="Uncontested Possessions">UP</a></td>
<td width="29" class="bnorm"><a href="fts_match_statistics?mid=5460&sby=25&advv=Y#t2" title="Effective Disposals">ED</a></td>
<td width="34" class="bnorm"><a href="fts_match_statistics?mid=5460&sby=34&advv=Y#t2" title="Disposal Efficiency %">DE%</a></td>
<td width="29" class="bnorm"><a href="fts_match_statistics?mid=5460&sby=27&advv=Y#t2" title="Contested Marks">CM</a></td>
<td width="29" class="bnorm"><a href="fts_match_statistics?mid=5460&sby=21&advv=Y#t2" title="Goal Assists">GA</a></td>
<td width="29" class="bnorm"><a href="fts_match_statistics?mid=5460&sby=28&advv=Y#t2" title="Marks Inside 50">MI5</a></td>
<td width="29" class="bnorm"><a href="fts_match_statistics?mid=5460&sby=31&advv=Y#t2" title="One Percenters">1%</a></td>
<td width="29" class="bnorm"><a href="fts_match_statistics?mid=5460&sby=32&advv=Y#t2" title="Bounces">BO</a></td>
<td width="29" class="bnorm"><a href="fts_match_statistics?mid=5460&sby=42&advv=Y#t2" title="Time On Ground %">TOG%</a></td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-carlton-blues--chris-judd" title="Chris Judd">Chris Judd</a></td>
<td class="statdata">12</td>
<td class="statdata">18</td>
<td class="statdata">23</td>
<td class="statdata">71.9</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">81</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-carlton-blues--brock-mclean" title="Brock McLean">Brock McLean</a></td>
<td class="statdata">12</td>
<td class="statdata">17</td>
<td class="statdata">23</td>
<td class="statdata">82.1</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">69</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-carlton-blues--heath-scotland" title="Heath Scotland">Heath Scotland</a></td>
<td class="statdata">9</td>
<td class="statdata">18</td>
<td class="statdata">22</td>
<td class="statdata">81.5</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">5</td>
<td class="statdata">0</td>
<td class="statdata">85</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-adelaide-crows--bryce-gibbs" title="Bryce Gibbs">Bryce Gibbs</a></td>
<td class="statdata">8</td>
<td class="statdata">17</td>
<td class="statdata">18</td>
<td class="statdata">66.7</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">3</td>
<td class="statdata">0</td>
<td class="statdata">95</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-carlton-blues--andrew-carrazzo" title="Andrew Carrazzo">Andrew Carrazzo</a></td>
<td class="statdata">7</td>
<td class="statdata">18</td>
<td class="statdata">26</td>
<td class="statdata">100</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">90</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-brisbane-lions--mitch-robinson" title="Mitch Robinson">Mitch Robinson</a></td>
<td class="statdata">13</td>
<td class="statdata">16</td>
<td class="statdata">15</td>
<td class="statdata">57.7</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">82</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-carlton-blues--edward-curnow" title="Edward Curnow">Edward Curnow</a></td>
<td class="statdata">7</td>
<td class="statdata">16</td>
<td class="statdata">17</td>
<td class="statdata">70.8</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">72</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-richmond-tigers--christopher-yarran" title="Christopher Yarran">Christopher Yarran</a></td>
<td class="statdata">4</td>
<td class="statdata">19</td>
<td class="statdata">20</td>
<td class="statdata">87</td>
<td class="statdata">0</td>
<td class="statdata">3</td>
<td class="statdata">2</td>
<td class="statdata">2</td>
<td class="statdata">5</td>
<td class="statdata">88</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-carlton-blues--andrew-collins-1" title="Andrew Collins">Andrew Collins</a></td>
<td class="statdata">4</td>
<td class="statdata">18</td>
<td class="statdata">15</td>
<td class="statdata">68.2</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">2</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">79</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-carlton-blues--andrew-walker" title="Andrew Walker">Andrew Walker</a></td>
<td class="statdata">9</td>
<td class="statdata">11</td>
<td class="statdata">14</td>
<td class="statdata">73.7</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">3</td>
<td class="statdata">1</td>
<td class="statdata">94</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-carlton-blues--matthew-kreuzer" title="Matthew Kreuzer">Matthew Kreuzer</a></td>
<td class="statdata">10</td>
<td class="statdata">8</td>
<td class="statdata">8</td>
<td class="statdata">47.1</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">96</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-carlton-blues--aaron-joseph" title="Aaron Joseph">Aaron Joseph</a></td>
<td class="statdata">5</td>
<td class="statdata">9</td>
<td class="statdata">12</td>
<td class="statdata">75</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">77</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-melbourne-demons--jeff-gartlett" title="Jeff Garlett">Jeff Garlett</a></td>
<td class="statdata">9</td>
<td class="statdata">7</td>
<td class="statdata">10</td>
<td class="statdata">62.5</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">2</td>
<td class="statdata">2</td>
<td class="statdata">90</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-adelaide-crows--edward-betts" title="Eddie Betts">Eddie Betts</a></td>
<td class="statdata">8</td>
<td class="statdata">7</td>
<td class="statdata">11</td>
<td class="statdata">73.3</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">90</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-carlton-blues--dennis-armfield" title="Dennis Armfield">Dennis Armfield</a></td>
<td class="statdata">2</td>
<td class="statdata">11</td>
<td class="statdata">10</td>
<td class="statdata">66.7</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">94</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-carlton-blues--kade-simpson" title="Kade Simpson">Kade Simpson</a></td>
<td class="statdata">7</td>
<td class="statdata">9</td>
<td class="statdata">10</td>
<td class="statdata">71.4</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">59</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-carlton-blues--andrew-mcinnes" title="Andrew McInnes">Andrew McInnes</a></td>
<td class="statdata">4</td>
<td class="statdata">7</td>
<td class="statdata">8</td>
<td class="statdata">66.7</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">85</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-carlton-blues--michael-jamison" title="Michael Jamison">Michael Jamison</a></td>
<td class="statdata">2</td>
<td class="statdata">9</td>
<td class="statdata">7</td>
<td class="statdata">63.6</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">8</td>
<td class="statdata">1</td>
<td class="statdata">96</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-carlton-blues--matthew-watson-1" title="Matthew Watson">Matthew Watson</a></td>
<td class="statdata">1</td>
<td class="statdata">9</td>
<td class="statdata">8</td>
<td class="statdata">72.7</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">5</td>
<td class="statdata">0</td>
<td class="statdata">92</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-geelong-cats--zach-tuohy" title="Zach Tuohy">Zach Tuohy</a></td>
<td class="statdata">5</td>
<td class="statdata">5</td>
<td class="statdata">4</td>
<td class="statdata">40</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">87</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td align="left" height="18"><a href="pp-carlton-blues--nicholas-duigan" title="Nicholas Duigan">Nicholas Duigan</a></td>
<td class="statdata">2</td>
<td class="statdata">8</td>
<td class="statdata">10</td>
<td class="statdata">100</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">2</td>
<td class="statdata">4</td>
<td class="statdata">0</td>
<td class="statdata">91</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td align="left" height="18"><a href="pp-richmond-tigers--shaun-hampson" title="Shaun Hampson">Shaun Hampson</a></td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">1</td>
<td class="statdata">100</td>
<td class="statdata">0</td>
<td class="statdata">1</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">0</td>
<td class="statdata">9</td>
</tr>
</table>
</td>
<td rowspan="1" class="tabbdr" style="width:1px"></td>
</tr>
<tr><td colspan="3" class="tabbdr" style="height:1px"></td></tr>
</table>
</td>
<td rowspan="1" class="norm" style="width:10px"></td>
</tr>
</table>
</TD></TR>
<tr><td colspan="1" class="norm" style="height:20px"></td></tr>
<TR><TD valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="760">
<tr><td valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="375">
<tr><td height="21" align="center" colspan="5" class="tbtitle"><a name=hd></a>Head to Head</td></tr>
<tr>
<td rowspan="24" class="tabbdr" style="width:1px"></td>
<td width="124" class="bnorm" height="21">Collingwood</td>
<td width="125" class="bnorm">Statistic</td>
<td width="124" class="bnorm">Carlton</td>
<td rowspan="24" class="tabbdr" style="width:1px"></td>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="25" class="statdata">136</td>
<td class="statdata">Contested Possessions</td>
<td class="statdata">140</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="25" class="statdata">204</td>
<td class="statdata">Uncontested Possessions</td>
<td class="statdata">258</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="25" class="statdata">242</td>
<td class="statdata">Effective Disposals</td>
<td class="statdata">292</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="25" class="statdata">72.5%</td>
<td class="statdata">Disposal Efficiency %</td>
<td class="statdata">72.6%</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="25" class="statdata">43</td>
<td class="statdata">Clangers</td>
<td class="statdata">35</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="25" class="statdata">20</td>
<td class="statdata">Contested Marks</td>
<td class="statdata">6</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="25" class="statdata">13</td>
<td class="statdata">Marks Inside 50</td>
<td class="statdata">15</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="25" class="statdata">26</td>
<td class="statdata">Clearances</td>
<td class="statdata">38</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="25" class="statdata">34</td>
<td class="statdata">Rebound 50s</td>
<td class="statdata">28</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="25" class="statdata">53</td>
<td class="statdata">One Percenters</td>
<td class="statdata">56</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="25" class="statdata">15</td>
<td class="statdata">Bounces</td>
<td class="statdata">10</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="25" class="statdata">6</td>
<td class="statdata">Goal Assists</td>
<td class="statdata">11</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="25" class="statdata">75.0%</td>
<td class="statdata">% Goals Assisted</td>
<td class="statdata">91.7%</td>
</tr>
<tr><td colspan="5" class="tabbdr" style="height:1px"></td></tr>
</tr>
</table>
</td>
<td rowspan="1" class="norm" style="width:11px"></td>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="374">
<tr><td height="21" align="center" colspan="5" class="tbtitle">Average Attributes</td></tr>
<tr>
<td rowspan="5" class="tabbdr" style="width:1px"></td>
<td width="124" class="bnorm" height="20">Collingwood</td>
<td width="124" class="bnorm">Attribute</td>
<td width="124" class="bnorm">Carlton</td>
<td rowspan="5" class="tabbdr" style="width:1px"></td>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="18" class="statdata">186.6cm</td>
<td class="statdata">Height</td>
<td class="statdata">186.5cm</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="18" class="statdata">89.2kg</td>
<td class="statdata">Weight</td>
<td class="statdata">86.2kg</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="18" class="statdata">24yr 0mth</td>
<td class="statdata">Age</td>
<td class="statdata">24yr 10mth</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="18" class="statdata">87.3</td>
<td class="statdata">Games</td>
<td class="statdata">90.3</td>
</tr>
<tr><td colspan="5" class="tabbdr" style="height:1px"></td></tr>
<tr><td colspan="5" class="norm" style="height:7px"></td></tr>
<tr><td height="21" align="center" colspan="5" class="tbtitle">Total Players By Games</td></tr>
<tr>
<td rowspan="5" class="tabbdr" style="width:1px"></td>
<td width="124" class="bnorm" height="20">Collingwood</td>
<td width="124" class="bnorm">Games</td>
<td width="124" class="bnorm">Carlton</td>
<td rowspan="5" class="tabbdr" style="width:1px"></td>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="18" class="statdata">1</td>
<td class="statdata">Less than 50</td>
<td class="statdata">3</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="18" class="statdata">5</td>
<td class="statdata">50 to 99</td>
<td class="statdata">2</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="18" class="statdata">3</td>
<td class="statdata">100 to 149</td>
<td class="statdata">3</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="18" class="statdata">13</td>
<td class="statdata">150 or more</td>
<td class="statdata">14</td>
</tr>
<tr><td colspan="5" class="tabbdr" style="height:1px"></td></tr>
<tr><td colspan="5" class="norm" style="height:7px"></td></tr>
<tr><td height="21" align="center" colspan="5" class="tbtitle">Goals Analysis</td></tr>
<tr>
<td rowspan="5" class="tabbdr" style="width:1px"></td>
<td width="124" class="bnorm" height="20">Collingwood</td>
<td width="124" class="bnorm">Goals From</td>
<td width="124" class="bnorm">Carlton</td>
<td rowspan="5" class="tabbdr" style="width:1px"></td>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="18" class="statdata">5</td>
<td class="statdata">Mark</td>
<td class="statdata">7</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="18" class="statdata">1</td>
<td class="statdata">Free Kick</td>
<td class="statdata">0</td>
</tr>
<tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';">
<td height="18" class="statdata">0</td>
<td class="statdata">50m Penalty</td>
<td class="statdata">0</td>
</tr>
<tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';">
<td height="18" class="statdata">2</td>
<td class="statdata">Play</td>
<td class="statdata">5</td>
</tr>
<tr><td colspan="5" class="tabbdr" style="height:1px"></td></tr>
</tr>
<tr><td colspan="5" align="center" style="padding-top:20px;">
</td></tr>
</table>
</td></tr>
</table>
</TD></TR>
<tr><td colspan="1" class="norm" style="height:20px"></td></tr>
<TR><TD>
<table border="0" cellspacing="0" cellpadding="0" width="760">
<tr><td height="21" align="center" colspan="7" class="tbtitle"><a name=brk></a>Quarter by Quarter Scoring Breakdown</td></tr>
<tr>
<td rowspan="6" class="ylwbdr" style="width:1px"></td>
<td rowspan="5" class="ylwbg2" style="width:4px"></td>
<td colspan="1" class="ylwbg2" style="height:4px"></td>
<td rowspan="5" class="ylwbg2" style="width:4px"></td>
<td colspan="1" class="ylwbg2" style="height:4px"></td>
<td rowspan="5" class="ylwbg2" style="width:4px"></td>
<td rowspan="6" class="ylwbdr" style="width:1px"></td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="373">
<tr>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
<td colspan="3" class="ylwbdr" style="height:1px"></td>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
</tr>
<tr>
<td class="ylwbgmid" height="20" width="124"><b>Collingwood</b></td>
<td class="ylwbgmid" width="125"><b>First Quarter</b></td>
<td class="ylwbgmid" width="124"><b>Carlton</b></td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
<tr>
<td class="ylwbgmid">1.5 11</td>
<td class="ylwbgmid">Score</td>
<td class="ylwbgmid">3.1 19</td>
</tr>
<tr>
<td class="ylwbgmid">6</td>
<td class="ylwbgmid">Scoring Shots</td>
<td class="ylwbgmid">4</td>
</tr>
<tr>
<td class="ylwbgmid">16.7%</td>
<td class="ylwbgmid">Conversion</td>
<td class="ylwbgmid">75.0%</td>
</tr>
<tr>
<td class="ylwbgmid">Lost quarter by 8</td>
<td class="ylwbgmid">Result</td>
<td class="ylwbgmid">Won quarter by 8</td>
</tr>
<tr>
<td class="ylwbgmid">Trailing by 8</td>
<td class="ylwbgmid">End of Quarter</td>
<td class="ylwbgmid">Leading by 8</td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
</table>
</td>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="373">
<tr>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
<td colspan="3" class="ylwbdr" style="height:1px"></td>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
</tr>
<tr>
<td class="ylwbgmid" height="20" width="124"><b>Collingwood</b></td>
<td class="ylwbgmid" width="125"><b>Second Quarter</b></td>
<td class="ylwbgmid" width="124"><b>Carlton</b></td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
<tr>
<td class="ylwbgmid">3.4 22</td>
<td class="ylwbgmid">Score</td>
<td class="ylwbgmid">4.3 27</td>
</tr>
<tr>
<td class="ylwbgmid">7</td>
<td class="ylwbgmid">Scoring Shots</td>
<td class="ylwbgmid">7</td>
</tr>
<tr>
<td class="ylwbgmid">42.9%</td>
<td class="ylwbgmid">Conversion</td>
<td class="ylwbgmid">57.1%</td>
</tr>
<tr>
<td class="ylwbgmid">Lost quarter by 5</td>
<td class="ylwbgmid">Result</td>
<td class="ylwbgmid">Won quarter by 5</td>
</tr>
<tr>
<td class="ylwbgmid">Trailing by 13</td>
<td class="ylwbgmid">Halftime</td>
<td class="ylwbgmid">Leading by 13</td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
</table>
</td>
</tr>
<tr><td colspan="3" class="ylwbg2" style="height:4px"></td></tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="373">
<tr>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
<td colspan="3" class="ylwbdr" style="height:1px"></td>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
</tr>
<tr>
<td class="ylwbgmid" height="20" width="124"><b>Collingwood</b></td>
<td class="ylwbgmid" width="125"><b>Third Quarter</b></td>
<td class="ylwbgmid" width="124"><b>Carlton</b></td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
<tr>
<td class="ylwbgmid">2.3 15</td>
<td class="ylwbgmid">Score</td>
<td class="ylwbgmid">1.7 13</td>
</tr>
<tr>
<td class="ylwbgmid">5</td>
<td class="ylwbgmid">Scoring Shots</td>
<td class="ylwbgmid">8</td>
</tr>
<tr>
<td class="ylwbgmid">40.0%</td>
<td class="ylwbgmid">Conversion</td>
<td class="ylwbgmid">12.5%</td>
</tr>
<tr>
<td class="ylwbgmid">Won quarter by 2</td>
<td class="ylwbgmid">Result</td>
<td class="ylwbgmid">Lost quarter by 2</td>
</tr>
<tr>
<td class="ylwbgmid">Trailing by 11</td>
<td class="ylwbgmid">End of Quarter</td>
<td class="ylwbgmid">Leading by 11</td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
</table>
</td>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="373">
<tr>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
<td colspan="3" class="ylwbdr" style="height:1px"></td>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
</tr>
<tr>
<td class="ylwbgmid" height="20" width="124"><b>Collingwood</b></td>
<td class="ylwbgmid" width="125"><b>Final Quarter</b></td>
<td class="ylwbgmid" width="124"><b>Carlton</b></td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
<tr>
<td class="ylwbgmid">2.2 14</td>
<td class="ylwbgmid">Score</td>
<td class="ylwbgmid">4.2 26</td>
</tr>
<tr>
<td class="ylwbgmid">4</td>
<td class="ylwbgmid">Scoring Shots</td>
<td class="ylwbgmid">6</td>
</tr>
<tr>
<td class="ylwbgmid">50.0%</td>
<td class="ylwbgmid">Conversion</td>
<td class="ylwbgmid">66.7%</td>
</tr>
<tr>
<td class="ylwbgmid">Lost quarter by 12</td>
<td class="ylwbgmid">Result</td>
<td class="ylwbgmid">Won quarter by 12</td>
</tr>
<tr>
<td class="ylwbgmid">Lost game by 23</td>
<td class="ylwbgmid">End of Game</td>
<td class="ylwbgmid">Won game by 23</td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
</table>
</td>
</tr>
<tr><td colspan="3" class="ylwbg2" style="height:4px"></td></tr>
<tr><td colspan="5" class="ylwbdr" style="height:1px"></td></tr>
</table>
</TD></TR>
<tr><td colspan="1" class="norm" style="height:20px"></td></tr>
<TR><TD>
<table border="0" cellspacing="0" cellpadding="0" width="760">
<tr><td height="21" align="center" colspan="7" class="tbtitle">Scoring Breakdown For Each Half</td></tr>
<tr>
<td rowspan="4" class="ylwbdr" style="width:1px"></td>
<td rowspan="3" class="ylwbg2" style="width:4px"></td>
<td colspan="1" class="ylwbg2" style="height:4px"></td>
<td rowspan="3" class="ylwbg2" style="width:4px"></td>
<td colspan="1" class="ylwbg2" style="height:4px"></td>
<td rowspan="3" class="ylwbg2" style="width:4px"></td>
<td rowspan="4" class="ylwbdr" style="width:1px"></td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="373">
<tr>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
<td colspan="3" class="ylwbdr" style="height:1px"></td>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
</tr>
<tr>
<td class="ylwbgmid" height="20" width="124"><b>Collingwood</b></td>
<td class="ylwbgmid" width="125"><b>First Half</b></td>
<td class="ylwbgmid" width="124"><b>Carlton</b></td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
<tr>
<td class="ylwbgmid">4.9 33</td>
<td class="ylwbgmid">Score</td>
<td class="ylwbgmid">7.4 46</td>
</tr>
<tr>
<td class="ylwbgmid">13</td>
<td class="ylwbgmid">Scoring Shots</td>
<td class="ylwbgmid">11</td>
</tr>
<tr>
<td class="ylwbgmid">30.8%</td>
<td class="ylwbgmid">Conversion</td>
<td class="ylwbgmid">63.6%</td>
</tr>
<tr>
<td class="ylwbgmid">Lost half by 13</td>
<td class="ylwbgmid">Result</td>
<td class="ylwbgmid">Won half by 13</td>
</tr>
<tr>
<td class="ylwbgmid">Trailing by 13</td>
<td class="ylwbgmid">Halftime</td>
<td class="ylwbgmid">Leading by 13</td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
</table>
</td>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="373">
<tr>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
<td colspan="3" class="ylwbdr" style="height:1px"></td>
<td rowspan="9" class="ylwbdr" style="width:1px"></td>
</tr>
<tr>
<td class="ylwbgmid" height="20" width="124"><b>Collingwood</b></td>
<td class="ylwbgmid" width="125"><b>Second Half</b></td>
<td class="ylwbgmid" width="124"><b>Carlton</b></td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
<tr>
<td class="ylwbgmid">4.5 29</td>
<td class="ylwbgmid">Score</td>
<td class="ylwbgmid">5.9 39</td>
</tr>
<tr>
<td class="ylwbgmid">9</td>
<td class="ylwbgmid">Scoring Shots</td>
<td class="ylwbgmid">14</td>
</tr>
<tr>
<td class="ylwbgmid">44.4%</td>
<td class="ylwbgmid">Conversion</td>
<td class="ylwbgmid">35.7%</td>
</tr>
<tr>
<td class="ylwbgmid">Lost half by 10</td>
<td class="ylwbgmid">Result</td>
<td class="ylwbgmid">Won half by 10</td>
</tr>
<tr>
<td class="ylwbgmid">Lost game by 23</td>
<td class="ylwbgmid">End of Game</td>
<td class="ylwbgmid">Won game by 23</td>
</tr>
<tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr>
</table>
</td>
</tr>
<tr><td colspan="3" class="ylwbg2" style="height:4px"></td></tr>
<tr><td colspan="5" class="ylwbdr" style="height:1px"></td></tr>
</table>
</TD></TR>
</TABLE>
</td></tr>
</table></td>
<td rowspan="3" bgcolor="#b7b7b7" style="width:1px"></td>
</tr>
<tr><td align="center" valign="middle" height="40">
</td></tr>
<tr>
<td colspan="1" bgcolor="#b7b7b7" style="height:1px"></td>
</tr>
<tr><td colspan="3" align="center" valign="middle" height="25">
<table id="footer">
<tr>
<td id="footercopy">Footywire.com © 2018</td>
<td id="footerlinks">
<a href="/afl/footy/info?if=a">about</a>
<a href="/afl/footy/info?if=t">terms</a>
<a href="/afl/footy/info?if=p">privacy</a>
<a target="_smaq" href="http://www.smaqtalk.com/">discussions</a>
<a href="/afl/footy/contact_us">contact us</a>
</td>
</tr>
</table>
</td></tr>
</table>
</DIV>
<table id="teammenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" >x</div></td></tr>
<tr>
<td colspan="3"><a class="submenuitem" href="/afl/footy/ft_teams">Compare Teams</a></td>
</tr>
<tr>
<td colspan="3"><div class="submenutitle">Team Home Pages</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" class="submenuitem" href="/afl/footy/th-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('teammenu')" onMouseUp="hideSubMenu('teammenu')" style="padding-top:6px;">hide menu</div></td></tr>
</table>
<table id="playermenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" >x</div></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/ft_players">All Players</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/player_search">Player Search</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/past_players">Past Players</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/other_players">Other Players</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/ft_player_compare">Compare Players</a></td></tr>
<tr>
<td colspan="3"><div class="submenutitle">Team Playing Lists</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" class="submenuitem" href="/afl/footy/tp-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('playermenu')" onMouseUp="hideSubMenu('playermenu')" style="padding-top:6px;">hide menu</div></td></tr>
</table>
<table id="playerrankmenu">
<tr><td colspan="3" align="right"><div class="submenux" onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" >x</div></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/ft_player_rankings?rt=LA">League Averages</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/ft_player_rankings?rt=LT">League Totals</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/ft_player_rankings?rt=RA">Rising Star Averages</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/ft_player_rankings?rt=RT">Rising Star Totals</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/ft_goal_kickers">Season Goalkickers</a></td></tr>
<tr>
<td colspan="3"><div class="submenutitle">Player Rankings by Team</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" class="submenuitem" href="/afl/footy/tr-richmond-tigers">Tigers</a></td>
</tr>
<tr><td colspan="3" align="right"><div class="submenux" onClick="hideSubMenu('playerrankmenu')" onMouseUp="hideSubMenu('playerrankmenu')" style="padding-top:6px;">hide menu</div></td></tr>
</table>
<table id="teamrankmenu">
<tr><td align="right"><div class="submenux" onClick="hideSubMenu('teamrankmenu')" onMouseUp="hideSubMenu('teamrankmenu')" >x</div></td></tr>
<tr><td><a onClick="hideSubMenu('teamrankmenu')" onMouseUp="hideSubMenu('teamrankmenu')" class="submenuitem" href="/afl/footy/ft_team_rankings?type=TA">Team Averages</a></td></tr>
<tr><td><a onClick="hideSubMenu('teamrankmenu')" onMouseUp="hideSubMenu('teamrankmenu')" class="submenuitem" href="/afl/footy/ft_team_rankings?type=TT">Team Totals</a></td></tr>
<tr><td><a onClick="hideSubMenu('teamrankmenu')" onMouseUp="hideSubMenu('teamrankmenu')" class="submenuitem" href="/afl/footy/ft_team_rankings?type=OA">Opponent Averages</a></td></tr>
<tr><td><a onClick="hideSubMenu('teamrankmenu')" onMouseUp="hideSubMenu('teamrankmenu')" class="submenuitem" href="/afl/footy/ft_team_rankings?type=OT">Opponent Totals</a></td></tr>
<tr><td><a onClick="hideSubMenu('teamrankmenu')" onMouseUp="hideSubMenu('teamrankmenu')" class="submenuitem" href="/afl/footy/ft_team_rankings?type=DA">Team/Opponent Differential Averages</a></td></tr>
<tr><td><a onClick="hideSubMenu('teamrankmenu')" onMouseUp="hideSubMenu('teamrankmenu')" class="submenuitem" href="/afl/footy/ft_team_rankings?type=DT">Team/Opponent Differential Totals</a></td></tr>
<tr><td align="right"><div class="submenux" onClick="hideSubMenu('teamrankmenu')" onMouseUp="hideSubMenu('teamrankmenu')" style="padding-top:6px;">hide menu</div></td></tr>
</table>
<table id="draftmenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" >x</div></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/ft_drafts">Full AFL Draft History</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/ft_team_draft_summaries">Draft Summary by Team</a></td></tr>
<tr>
<td colspan="3"><div class="submenutitle">AFL Draft History by Team</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" class="submenuitem" href="/afl/footy/td-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('draftmenu')" onMouseUp="hideSubMenu('draftmenu')" style="padding-top:6px;">hide menu</div></td></tr>
</table>
<table id="risingstarmenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" >x</div></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ft_rising_stars_round_performances">Rising Star Round by Round Performances</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/rising_star_nominations">Rising Star Nominees</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/rising_star_winners">Rising Star Winners</a></td></tr>
<tr>
<td colspan="3"><div class="submenutitle">Eligible Rising Stars by Team</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" class="submenuitem" href="/afl/footy/ty-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('risingstarmenu')" onMouseUp="hideSubMenu('risingstarmenu')" style="padding-top:6px;">hide menu</div></td></tr>
</table>
<table id="matchmenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" >x</div></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/ft_match_list">Full Season AFL Fixture</a></td></tr>
<tr>
<td colspan="3"><div class="submenutitle">Played and Scheduled Matches by Team</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" class="submenuitem" href="/afl/footy/tg-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('matchmenu')" onMouseUp="hideSubMenu('matchmenu')" style="padding-top:6px;">hide menu</div></td></tr>
</table>
<table id="laddermenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('laddermenu')" onMouseUp="hideSubMenu('laddermenu')" >x</div></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('laddermenu')" onMouseUp="hideSubMenu('laddermenu')" class="submenuitem" href="/afl/footy/ft_ladder">Full Season</a></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('laddermenu')" onMouseUp="hideSubMenu('laddermenu')" class="submenuitem" href="/afl/footy/live_ladder">Live Ladder</a></td></tr>
<tr>
<td colspan="3"><div class="submenutitle">Filter Ladder by</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('laddermenu')" onMouseUp="hideSubMenu('laddermenu')" class="submenuitem" href="/afl/footy/ft_ladder?pt=RD&st=01&sb=p">Round</a></td>
<td><a onClick="hideSubMenu('laddermenu')" onMouseUp="hideSubMenu('laddermenu')" class="submenuitem" href="/afl/footy/ft_ladder?pt=PD&st=Q1&sb=p">Match Period</a></td>
<td><a onClick="hideSubMenu('laddermenu')" onMouseUp="hideSubMenu('laddermenu')" class="submenuitem" href="/afl/footy/ft_ladder?pt=LC&st=LC&sb=p">Location</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('laddermenu')" onMouseUp="hideSubMenu('laddermenu')" class="submenuitem" href="/afl/footy/ft_ladder?pt=VN&st=10&sb=p">Venue</a></td>
<td><a onClick="hideSubMenu('laddermenu')" onMouseUp="hideSubMenu('laddermenu')" class="submenuitem" href="/afl/footy/ft_ladder?pt=ST&st=disposals&sb=p">Stats</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('laddermenu')" onMouseUp="hideSubMenu('laddermenu')" style="padding-top:6px;">hide menu</div></td></tr>
</table>
<table id="brownlowmenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" >x</div></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/brownlow_medal">Full Brownlow Medal Count</a></td></tr><tr>
<tr><td colspan="3"><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/brownlow_medal_winners">Brownlow Medal Winners</a></td></tr><tr>
<tr><td colspan="3"><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/team_brownlow_medal_summaries">Summary by Team</a></td></tr><tr>
<tr>
<td colspan="3"><div class="submenutitle">Brownlow Medal Vote Getters By Club</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" class="submenuitem" href="/afl/footy/tb-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('brownlowmenu')" onMouseUp="hideSubMenu('brownlowmenu')" style="padding-top:6px;">hide menu</div></td></tr>
</table>
<table id="attendancemenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" >x</div></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/attendances">AFL Crowds & Attendances</a></td></tr><tr>
<tr>
<td colspan="3"><div class="submenutitle">Historical Attendance by Team</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" class="submenuitem" href="/afl/footy/ta-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('attendancemenu')" onMouseUp="hideSubMenu('attendancemenu')" style="padding-top:6px;">hide menu</div></td></tr>
</table>
<table id="coachmenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" >x</div></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/afl_coaches">AFL Coaches</a></td></tr><tr>
<tr>
<td colspan="3"><div class="submenutitle">AFL Club Coaches</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" class="submenuitem" href="/afl/footy/tc-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('coachmenu')" onMouseUp="hideSubMenu('coachmenu')" style="padding-top:6px;">hide menu</div></td></tr>
</table>
<table id="highlightsmenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" >x</div></td></tr>
<tr><td colspan="3"><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/afl_highlights">AFL Highlights</a></td></tr><tr>
<tr>
<td colspan="3"><div class="submenutitle">AFL Club Highlights</div></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" class="submenuitem" href="/afl/footy/tv-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('highlightsmenu')" onMouseUp="hideSubMenu('highlightsmenu')" style="padding-top:6px;">hide menu</div></td></tr>
</table>
<table id="supercoachmenu">
<tr><td align="right"><div class="submenux" onClick="hideSubMenu('supercoachmenu')" onMouseUp="hideSubMenu('supercoachmenu')" >x</div></td></tr>
<tr><td><a onClick="hideSubMenu('supercoachmenu')" onMouseUp="hideSubMenu('supercoachmenu')" class="submenuitem" href="/afl/footy/supercoach_round">Round by Round Player Rankings</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('supercoachmenu')" onMouseUp="hideSubMenu('supercoachmenu')" class="submenuitem" href="/afl/footy/supercoach_season">Season Player Rankings</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('supercoachmenu')" onMouseUp="hideSubMenu('supercoachmenu')" class="submenuitem" href="/afl/footy/supercoach_breakevens">Supercoach Breakevens</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('supercoachmenu')" onMouseUp="hideSubMenu('supercoachmenu')" class="submenuitem" href="/afl/footy/supercoach_scores">Supercoach Scores</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('supercoachmenu')" onMouseUp="hideSubMenu('supercoachmenu')" class="submenuitem" href="/afl/footy/supercoach_prices">Supercoach Prices</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('supercoachmenu')" onMouseUp="hideSubMenu('supercoachmenu')" class="submenuitem" href="/afl/footy/custom_supercoach_latest_scores">Custom Supercoach Player List</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('supercoachmenu')" onMouseUp="hideSubMenu('supercoachmenu')" class="submenuitem" href="/afl/footy/pre_season_supercoach">Pre-Season Supercoach Stats</a></td></tr><tr>
<tr><td align="right"><div class="submenux" onClick="hideSubMenu('supercoachmenu')" onMouseUp="hideSubMenu('supercoachmenu')" style="padding-top:6px;">hide menu</div></td></tr>
</table>
<table id="dreamteammenu">
<tr><td align="right"><div class="submenux" onClick="hideSubMenu('dreamteammenu')" onMouseUp="hideSubMenu('dreamteammenu')" >x</div></td></tr>
<tr><td><a onClick="hideSubMenu('dreamteammenu')" onMouseUp="hideSubMenu('dreamteammenu')" class="submenuitem" href="/afl/footy/dream_team_round">Round by Round Player Rankings</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('dreamteammenu')" onMouseUp="hideSubMenu('dreamteammenu')" class="submenuitem" href="/afl/footy/dream_team_season">Season Player Rankings</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('dreamteammenu')" onMouseUp="hideSubMenu('dreamteammenu')" class="submenuitem" href="/afl/footy/dream_team_breakevens">AFL Fantasy Breakevens</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('dreamteammenu')" onMouseUp="hideSubMenu('dreamteammenu')" class="submenuitem" href="/afl/footy/dream_team_scores">AFL Fantasy Scores</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('dreamteammenu')" onMouseUp="hideSubMenu('dreamteammenu')" class="submenuitem" href="/afl/footy/dream_team_prices">AFL Fantasy Prices</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('dreamteammenu')" onMouseUp="hideSubMenu('dreamteammenu')" class="submenuitem" href="/afl/footy/custom_dream_team_latest_scores">Custom AFL Fantasy Player List</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('dreamteammenu')" onMouseUp="hideSubMenu('dreamteammenu')" class="submenuitem" href="/afl/footy/pre_season_dream_team">Pre-Season AFL Fantasy Stats</a></td></tr><tr>
<tr><td align="right"><div class="submenux" onClick="hideSubMenu('dreamteammenu')" onMouseUp="hideSubMenu('dreamteammenu')" style="padding-top:6px;">hide menu</div></td></tr>
</table>
<table id="selectionsmenu">
<tr><td align="right"><div class="submenux" onClick="hideSubMenu('selectionsmenu')" onMouseUp="hideSubMenu('selectionsmenu')" >x</div></td></tr>
<tr><td><a onClick="hideSubMenu('selectionsmenu')" onMouseUp="hideSubMenu('selectionsmenu')" class="submenuitem" href="/afl/footy/afl_team_selections">Latest Team Selections</a></td></tr><tr>
<tr><td><a onClick="hideSubMenu('selectionsmenu')" onMouseUp="hideSubMenu('selectionsmenu')" class="submenuitem" href="/afl/footy/custom_all_team_selections">Custom Team Selections List</a></td></tr><tr>
<tr><td align="right"><div class="submenux" onClick="hideSubMenu('selectionsmenu')" onMouseUp="hideSubMenu('selectionsmenu')" style="padding-top:6px;">hide menu</div></td></tr>
</table>
<table id="pastplayermenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" >x</div></td></tr>
<tr>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" class="submenuitem" href="/afl/footy/ti-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('pastplayermenu')" onMouseUp="hideSubMenu('pastplayermenu')" style="padding-top:6px;">hide menu</div></td></tr>
</table>
<table id="contractsmenu">
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" >x</div></td></tr>
<tr>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-carlton-blues">Blues</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-essendon-bombers">Bombers</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-western-bulldogs">Bulldogs</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-geelong-cats">Cats</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-adelaide-crows">Crows</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-melbourne-demons">Demons</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-fremantle-dockers">Dockers</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-west-coast-eagles">Eagles</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-greater-western-sydney-giants">Giants</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-hawthorn-hawks">Hawks</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-kangaroos">Kangaroos</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-brisbane-lions">Lions</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-collingwood-magpies">Magpies</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-port-adelaide-power">Power</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-st-kilda-saints">Saints</a></td>
</tr>
<tr>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-gold-coast-suns">Suns</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-sydney-swans">Swans</a></td>
<td><a onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" class="submenuitem" href="/afl/footy/to-richmond-tigers">Tigers</a></td>
</tr>
<tr><td align="right" colspan="3"><div class="submenux" onClick="hideSubMenu('contractsmenu')" onMouseUp="hideSubMenu('contractsmenu')" style="padding-top:6px;">hide menu</div></td></tr>
</table>
<div id="membersbgdiv" onClick="closeMemberDivs();"></div>
<div id="memberswhitediv">
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr><td height="30" align="right" valign="top"><span id="membersx" onClick="closeMemberDivs();">X</span></td></tr>
<tr><td id="memberscontent" valign="top" align="center">
</td></tr>
</table>
</div>
</BODY>
</HTML>
|
apuntes_HTML/18offlineStyle.html
|
oscarcm99/notes
|
<!DOCTYPE html>
<html>
<head>
<title>Offline style(fichero)</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="estilofichero.css">
</head>
<body>
<p>
El contenido de la página con una imagen
</p>
<img src="img/deeney.jpeg">
</body>
</html>
|
app/views/config/config.html
|
christopher-l/fxos-irc
|
<irc-network-config-view
ng-if="configOpen === 'NetworkConfig'"
>
</irc-network-config-view>
<irc-channel-config-view
ng-if="configOpen === 'ChannelConfig'"
>
</irc-channel-config-view>
<irc-settings-view
ng-if="configOpen === 'Settings'"
>
</irc-settings-view>
|
unsorted-experimentation/wasm-experimentation/wasm64lib.html
|
pipcet/asmjs
|
<html>
<head>
<title>something 5</title>
<script src="wasm64lib.js">
</script>
</head>
<body>
</body>
|
core/resources/pita/css/pita.css
|
altairstudios/puntoengine
|
body {
background-color: #f9f9f9;
margin: 0px;
padding: 0px;
font-family: Arial;
font-size: 64.5%;
}
a {
color: #f47c01;
}
header {
width: 100%;
font-size: 1.3em;
font-weight: bold;
color: #bebebe;
}
header h1 {
margin: 0px;
}
header h2 {
margin: 0px;
}
nav {
width: 100%;
font-size: 1.3em;
font-weight: bold;
color: #bebebe;
}
footer {
width: 100%;
font-size: 1.3em;
font-weight: bold;
color: #bebebe;
}
label {
font-size: 1.4em;
font-weight: bold;
}
label.normal {
font-size: 1.2em;
font-weight: normal;
}
input {
width: 100%;
background-color: #fbfbfb;
border: solid 1px #e5e5e5;
font-size: 1.5em;
color: #767875;
}
input[type="checkbox"] {
width: auto;
}
input[type="submit"] {
border: solid 1px #000000;
border-radius: 30px;
line-height: 24px;
color: #ffffff;
background: #2e2e2e url('../images/black-button.png') repeat-x;
padding-right: 10px;
padding-left: 10px;
cursor: pointer;
}
.center {
text-align: center;
}
.float {
overflow: hidden;
}
.left {
float: left;
}
.right {
float: right;
}
|
src/external/glm/doc/api/a00004.html
|
Jackbob/Ray-tracer
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.10"/>
<title>0.9.9 API documenation: _swizzle.hpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="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">0.9.9 API documenation
</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="modules.html"><span>Modules</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>
</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_934f46a345653ef2b3014a1b37a162c1.html">G:</a></li><li class="navelem"><a class="el" href="dir_98f7f9d41f9d3029bd68cf237526a774.html">Source</a></li><li class="navelem"><a class="el" href="dir_9344afb825aed5e2f5be1d2015dde43c.html">G-Truc</a></li><li class="navelem"><a class="el" href="dir_45973f864e07b2505003ae343b7c8af7.html">glm</a></li><li class="navelem"><a class="el" href="dir_304be5dfae1339a7705426c0b536faf2.html">glm</a></li><li class="navelem"><a class="el" href="dir_da256b9dd32ba43e2eaa8a2832c37f1b.html">detail</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">_swizzle.hpp File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><a class="el" href="a00143.html">Core features</a>
<a href="#details">More...</a></p>
<p><a href="a00004_source.html">Go to the source code of this file.</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p><a class="el" href="a00143.html">Core features</a> </p>
<p>Definition in file <a class="el" href="a00004_source.html">_swizzle.hpp</a>.</p>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.10
</small></address>
</body>
</html>
|
build-js-styles.css
|
elju/elju.github.io
|
.src-styles----art-module---arts---2ZnUj{position:relative;transform-style:preserve-3d;display:flex;align-items:center;justify-content:center;margin:0;perspective:1000000px}.src-styles----art-module---art---BQ3lm{background:red;transition:all 1s;position:absolute;border:1px solid #888;transform:translateZ(0);max-width:960px;max-height:100%;cursor:zoom-in}.src-styles----art-module---art--active---3KkXk{transition:all .6s;transform:rotate3d(0,0,0,0deg) translateZ(10000px)!important;cursor:zoom-out}.src-styles----art-module---artPage---1JcxY{position:absolute;display:flex;top:0;bottom:0;left:0;right:0;flex-direction:column;padding:15px 30px}.src-styles----art-module---artPage__mainArea---_peTv{max-width:960px;width:100%;margin:0 auto 15px}.src-styles----art-module---artPage__positioning---1hiRe{flex:1}.src-styles----index-page-module---index-page---3OzYt{margin:0 auto;max-width:960px}
/*# sourceMappingURL=build-js-styles.css.map*/
|
boost_1_51_0/doc/html/boost/units/subtract_typeof_helper.html
|
tianyang-li/de-novo-rna-seq-quant-1
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template subtract_typeof_helper</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../boost_units/Reference.html#header.boost.units.operators_hpp" title="Header <boost/units/operators.hpp>">
<link rel="prev" href="add_typeof_helper.html" title="Struct template add_typeof_helper">
<link rel="next" href="multiply_typeof_helper.html" title="Struct template multiply_typeof_helper">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
<td align="center"><a href="../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="add_typeof_helper.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_units/Reference.html#header.boost.units.operators_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="multiply_typeof_helper.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.units.subtract_typeof_helper"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct template subtract_typeof_helper</span></h2>
<p>boost::units::subtract_typeof_helper</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../boost_units/Reference.html#header.boost.units.operators_hpp" title="Header <boost/units/operators.hpp>">boost/units/operators.hpp</a>>
</span><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> X<span class="special">,</span> <span class="keyword">typename</span> Y<span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="subtract_typeof_helper.html" title="Struct template subtract_typeof_helper">subtract_typeof_helper</a> <span class="special">{</span>
<span class="comment">// <a class="link" href="subtract_typeof_helper.html#id1805247-bb">public member functions</a></span>
<span class="keyword">typedef</span> <a class="link" href="subtract_typeof_helper.html#id1805251-bb"><span class="identifier">typeof</span></a><span class="special">(</span><span class="special">(</span><span class="identifier">typeof_</span><span class="special">::</span><span class="identifier">make</span><span class="special"><</span> <span class="identifier">X</span> <span class="special">></span><span class="special">(</span><span class="special">)</span><span class="special">-</span><span class="identifier">typeof_</span><span class="special">::</span><span class="identifier">make</span><span class="special"><</span> <span class="identifier">Y</span> <span class="special">></span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">)</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="id3594524"></a><h2>Description</h2>
<div class="refsect2">
<a name="id3594527"></a><h3>
<a name="id1805247-bb"></a><code class="computeroutput">subtract_typeof_helper</code> public member functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><span class="keyword">typedef</span> <a name="id1805251-bb"></a><span class="identifier">typeof</span><span class="special">(</span><span class="special">(</span><span class="identifier">typeof_</span><span class="special">::</span><span class="identifier">make</span><span class="special"><</span> <span class="identifier">X</span> <span class="special">></span><span class="special">(</span><span class="special">)</span><span class="special">-</span><span class="identifier">typeof_</span><span class="special">::</span><span class="identifier">make</span><span class="special"><</span> <span class="identifier">Y</span> <span class="special">></span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">)</span><span class="special">;</span></pre></li></ol></div>
</div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2008 Matthias Christian Schabel<br>Copyright © 2007-2010 Steven
Watanabe<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="add_typeof_helper.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_units/Reference.html#header.boost.units.operators_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="multiply_typeof_helper.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
directives/authorization/authorizationView.html
|
EyeSeeTea/msf_appproject
|
<!--
Copyright (c) 2016.
This file is part of Project Configuration for MSF.
Project Configuration is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Project Configuration is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Project Configuration. If not, see <http://www.gnu.org/licenses/>. -->
<div class="dropdown" ng-controller="d2AuthorizationController">
<script type="text/ng-template" id="myModalContent.html">
<div class="modal-header">
<div class="alert alert-danger" role="alert">
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
<span class="sr-only">Error:</span>
{{'ACCESS_TITLE' | translate }}
</div>
</div>
<div class="modal-body">
{{'ACCESS_DESC' | translate }}
<div class="modal-footer">
<a class="btn btn-danger" href="#/" ng-click="cancel()">{{'ACCESS_BUTTON' | translate }}</a>
</div>
</script>
</div>
|
sdk/documentation/classTlenChatManager.html
|
kklimek/Tlen7Plugins
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Tlen.pl: Dokumentacja klasy TlenChatManager</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Wygenerowano przez Doxygen 1.5.2 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Strona główna</span></a></li>
<li class="current"><a href="classes.html"><span>Klasy</span></a></li>
<li><a href="files.html"><span>Pliki</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="classes.html"><span>Lista alfabetyczna</span></a></li>
<li><a href="annotated.html"><span>Lista klas</span></a></li>
<li><a href="hierarchy.html"><span>Hierarchia klas</span></a></li>
<li><a href="functions.html"><span>Składowe klas</span></a></li>
</ul>
</div>
<h1>Dokumentacja klasy TlenChatManager</h1><!-- doxytag: class="TlenChatManager" -->Zarządza oknami rozmów.
<a href="#_details">Więcej...</a>
<p>
<code>#include <<a class="el" href="TlenChatManager_8h-source.html">TlenChatManager.h</a>></code>
<p>
<a href="classTlenChatManager-members.html">Lista wszystkich składowych.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Metody publiczne</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classTlenChatWindow.html">TlenChatWindow</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classTlenChatManager.html#65e6cb1f75cd65782dfdf04d3c6a6fb4">createChatWindow</a> (const <a class="el" href="classTlenBuddy.html">TlenBuddy</a> &)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Tworzy okno rozmowy z danym kontaktem. <a href="#65e6cb1f75cd65782dfdf04d3c6a6fb4"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classTlenChatManager.html#dda3cd1075fa3b38ce5d9968bab24688">removeChatWindow</a> (<a class="el" href="classTlenChatWindow.html">TlenChatWindow</a> *)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Usuwa okno rozmowy. <a href="#dda3cd1075fa3b38ce5d9968bab24688"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classTlenChatWindow.html">TlenChatWindow</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classTlenChatManager.html#cf6f3a06a1e42ba9fd22b19aeee6e99a">getChatWindow</a> (const <a class="el" href="classTlenBuddy.html">TlenBuddy</a> &)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Zwraca okno rozmowy dla danego kontaktu. <a href="#cf6f3a06a1e42ba9fd22b19aeee6e99a"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">QList< <a class="el" href="classTlenChatWindow.html">TlenChatWindow</a> * > </td><td class="memItemRight" valign="bottom"><a class="el" href="classTlenChatManager.html#6cecbcf7af1dd956688df68d528498d7">getExistingChatWindows</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Zwraca istniejące okna z rozmowami. <a href="#6cecbcf7af1dd956688df68d528498d7"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Statyczne metody publiczne</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="75ad19ebf34bbdedf92e5c2d4486ed28"></a><!-- doxytag: member="TlenChatManager::getInstance" ref="75ad19ebf34bbdedf92e5c2d4486ed28" args="()" -->
static <a class="el" href="classTlenChatManager.html">TlenChatManager</a> * </td><td class="memItemRight" valign="bottom"><b>getInstance</b> ()</td></tr>
</table>
<hr><a name="_details"></a><h2>Opis szczegółowy</h2>
Zarządza oknami rozmów.
<p>
<hr><h2>Dokumentacja funkcji składowych</h2>
<a class="anchor" name="65e6cb1f75cd65782dfdf04d3c6a6fb4"></a><!-- doxytag: member="TlenChatManager::createChatWindow" ref="65e6cb1f75cd65782dfdf04d3c6a6fb4" args="(const TlenBuddy &)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classTlenChatWindow.html">TlenChatWindow</a>* TlenChatManager::createChatWindow </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classTlenBuddy.html">TlenBuddy</a> & </td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Tworzy okno rozmowy z danym kontaktem.
<p>
<dl compact><dt><b>Parametry:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>kontakt</em> </td><td></td></tr>
</table>
</dl>
<dl class="return" compact><dt><b>Zwraca:</b></dt><dd>utworzone okno rozmowy </dd></dl>
</div>
</div><p>
<a class="anchor" name="dda3cd1075fa3b38ce5d9968bab24688"></a><!-- doxytag: member="TlenChatManager::removeChatWindow" ref="dda3cd1075fa3b38ce5d9968bab24688" args="(TlenChatWindow *)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void TlenChatManager::removeChatWindow </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classTlenChatWindow.html">TlenChatWindow</a> * </td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Usuwa okno rozmowy.
<p>
<dl compact><dt><b>Parametry:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>okno</em> </td><td>rozmowy </td></tr>
</table>
</dl>
</div>
</div><p>
<a class="anchor" name="cf6f3a06a1e42ba9fd22b19aeee6e99a"></a><!-- doxytag: member="TlenChatManager::getChatWindow" ref="cf6f3a06a1e42ba9fd22b19aeee6e99a" args="(const TlenBuddy &)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classTlenChatWindow.html">TlenChatWindow</a>* TlenChatManager::getChatWindow </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classTlenBuddy.html">TlenBuddy</a> & </td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Zwraca okno rozmowy dla danego kontaktu.
<p>
<dl compact><dt><b>Parametry:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>kontakt</em> </td><td></td></tr>
</table>
</dl>
<dl class="return" compact><dt><b>Zwraca:</b></dt><dd>okno rozmowy </dd></dl>
</div>
</div><p>
<a class="anchor" name="6cecbcf7af1dd956688df68d528498d7"></a><!-- doxytag: member="TlenChatManager::getExistingChatWindows" ref="6cecbcf7af1dd956688df68d528498d7" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">QList<<a class="el" href="classTlenChatWindow.html">TlenChatWindow</a> *> TlenChatManager::getExistingChatWindows </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Zwraca istniejące okna z rozmowami.
<p>
<dl class="return" compact><dt><b>Zwraca:</b></dt><dd>lista okien z rozmowami </dd></dl>
</div>
</div><p>
<hr>Dokumentacja dla tej klasy została wygenerowana z pliku:<ul>
<li>include/gui/<a class="el" href="TlenChatManager_8h-source.html">TlenChatManager.h</a></ul>
<hr size="1"><address style="text-align: right;"><small>Wygenerowano Tue Aug 24 16:41:56 2010 dla Tlen.pl programem
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
</body>
</html>
|
discovery/resources/fan/823/index.html
|
Timathom/timathom.github.io
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head prefix="og: http://ogp.me/ns# dc: http://purl.org/dc/terms/">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="//oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<title>Fan page: Victor L. Morgan</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<style type="text/css">
#top{
width: 100%;
float: left;
}
#place{
width: 100%;
float: left;
}
#address{
width: 15%;
float: left;
}
#sgvzl{
width: 80%;
float: left;
}
#credits{
width: 100%;
float: left;
clear: both;
}
#location-marker{
width: 1em;
}
#male-glyph{
width: 1em;
}
</style>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript" id="sgvzlr_script" src="http://mgskjaeveland.github.io/sgvizler/v/0.6/sgvizler.min.js"></script>
<script type="text/javascript">
sgvizler
.defaultEndpointURL("http://bibfram.es/fuseki/cobra/query");
//// Leave this as is. Ready, steady, go!
$(document).ready(sgvizler.containerDrawAll);
</script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<meta name="title" content="Victor L. Morgan">
<meta property="dc:title" content="Victor L. Morgan">
<meta property="og:title" content="Victor L. Morgan">
<meta name="author" content="Victor L. Morgan">
<meta name="dc:creator" content="Victor L. Morgan">
</head>
<body prefix="cbo: http://comicmeta.org/cbo/ dc: http://purl.org/dc/elements/1.1/ dcterms: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ oa: http://www.w3.org/ns/oa# rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# schema: http://schema.org/ skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#">
<div id="wrapper" class="container" about="http://ivmooc-cobra2.github.io/resources/fan/823" typeof="http://comicmeta.org/cbo/Fan">
<div id="top">
<h1>
<span property="http://schema.org/name">Victor L. Morgan</span>
<img id="male-glyph" src="/static/resources/img/man.svg" alt="male glyph">
</h1>
<dl>
<dt>
<label for="http://comicmeta.org/cbo/Fan">
<span>type</span>
</label>
</dt>
<dd>
<span>http://comicmeta.org/cbo/Fan</span>
</dd>
</dl>
<dl>
<dt>
<label for="http://schema.org/name">
<span>
<a href="http://schema.org/name">name</a>
</span>
</label>
</dt>
<dd>
<span property="http://schema.org/name">Victor L. Morgan</span>
</dd>
</dl>
</div>
<div id="place" rel="http://schema.org/address" resource="http://ivmooc-cobra2.github.io/resources/place/796" typeof="http://schema.org/Place">
<h2>Location <a href="http://ivmooc-cobra2.github.io/resources/place/796">
<img id="location-marker" src="/static/resources/img/location.svg" alt="location marker glyph">
</a>
</h2>
<div id="address" rel="http://schema.org/address" typeof="http://schema.org/PostalAddress" resource="http://ivmooc-cobra2.github.io/resources/place/796/address">
<dl>
<dt>
<label for="http://schema.org/streetAddress">
<span>
<a href="http://schema.org/streetAddress">Street address</a>
</span>
</label>
</dt>
<dd>
<span property="http://schema.org/streetAddress">1411 W. 8th St.</span>
</dd>
</dl>
<dl>
<dt>
<label for="http://schema.org/addressLocality">
<span>
<a href="http://schema.org/addressLocality">Address locality</a>
</span>
</label>
</dt>
<dd>
<span property="http://schema.org/addressLocality">Wilmington</span>
</dd>
</dl>
<dl>
<dt>
<label for="http://schema.org/addressRegion">
<span>
<a href="http://schema.org/addressRegion">Address region</a>
</span>
</label>
</dt>
<dd>
<span property="http://schema.org/addressRegion">DE</span>
</dd>
</dl>
<dl>
<dt>
<label for="http://schema.org/postalCode">
<span>
<a href="http://schema.org/postalCode">Postal code</a>
</span>
</label>
</dt>
<dd>
<span property="http://schema.org/postalCode">NULL</span>
</dd>
</dl>
<dl>
<dt>
<label for="http://schema.org/addressCountry">
<span>
<a href="http://schema.org/addressCountry">Address country</a>
</span>
</label>
</dt>
<dd>
<span property="http://schema.org/addressCountry">US</span>
</dd>
</dl>
</div>
<div id="sgvzl" data-sgvizler-endpoint="http://bibfram.es/fuseki/cobra/query" data-sgvizler-query="PREFIX dc: <http://purl.org/dc/elements/1.1/> 
PREFIX cbo: <http://comicmeta.org/cbo/> 
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX schema: <http://schema.org/>
SELECT ?lat ?long 
WHERE {
 ?fan schema:address ?Place .
 ?Place schema:geo ?Geo .
 ?Geo schema:latitude ?lat .
 ?Geo schema:longitude ?long .
 FILTER(?fan = <http://ivmooc-cobra2.github.io/resources/fan/823>)
}" data-sgvizler-chart="google.visualization.GeoChart" data-sgvizler-loglevel="2" style="width:800px; height:400px;"></div>
</div>
<div id="letter" rel="http://purl.org/dc/elements/1.1/creator" resource="http://ivmooc-cobra2.github.io/resources/letter/882">
<dl>
<dt>
<label for="http://schema.org/streetAddress">
<span>
<a href="http://schema.org/streetAddress">Street address</a>
</span>
</label>
</dt>
<dd>
<span property="http://schema.org/streetAddress">1411 W. 8th St.</span>
</dd>
</dl>
</div>
<div id="credits">Icons made by <a href="http://www.flaticon.com/authors/simpleicon" title="SimpleIcon">SimpleIcon</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a>
</div>
</div>
</body>
</html>
|
templates/admin/base_site.html
|
henriqueso/henriqueso
|
{% extends "admin/base.html" %}
{% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %}
{% block branding %}
<h1 id="site-name"><a href="{% url 'admin:index' %}">henriqueso admin</a></h1>
{% endblock %}
{% block nav-global %}{% endblock %}
|
sites/all/themes/young_connect/css/global.css
|
cfdp/youngconnect
|
/* line 14, ../sass/_base.scss */
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-17, .grid-18, .grid-19, .grid-20, .grid-21, .grid-22, .grid-23, .grid-24 {
margin-left: 15px;
margin-right: 15px;
position: relative;
}
/**
* MIXINS
*/
/**
* GENERAL FORM STYLING
*/
/* line 7, ../sass/_forms.scss */
input[type=text],
input[type=password],
textarea {
color: #484747;
font-family: "Raleway", sans-serif;
font-size: 11px;
border: none;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
width: 90%;
padding: 7px 5%;
background: #f5f5f5;
border: 1px solid #ebebeb;
-webkit-box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px 0 inset;
-moz-box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px 0 inset;
box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px 0 inset;
-webkit-appearance: none;
border: none;
margin: 0;
}
/* line 22, ../sass/_forms.scss */
input[type=file] {
-webkit-appearance: none;
position: relative;
-webkit-box-sizing: border-box;
width: 90%;
}
/* line 28, ../sass/_forms.scss */
textarea {
resize: none;
}
/* line 31, ../sass/_forms.scss */
label {
margin-bottom: 3px;
}
/* line 34, ../sass/_forms.scss */
select {
cursor: pointer;
}
/* line 35, ../sass/_forms.scss */
.form-item, .form-actions {
margin: 0 0 1em 0;
}
/* line 36, ../sass/_forms.scss */
.description {
margin-top: 3px;
}
/* Custom Select */
/* line 38, ../sass/_forms.scss */
.customSelect {
background-image: url("../img/select-bg.png");
background-position: right center;
background-repeat: no-repeat;
background-color: #F5F5F5;
-webkit-background-size: 31px 29px;
-moz-background-size: 31px 29px;
-o-background-size: 31px 29px;
background-size: 31px 29px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
border: 1px solid #ebebeb;
cursor: pointer;
}
/* line 48, ../sass/_forms.scss */
.customSelectInner {
padding: 0 10px 0 15px;
line-height: 30px;
height: 29px;
cursor: pointer;
}
/* Autocomplete Ajax */
/* line 55, ../sass/_forms.scss */
html.js input.form-autocomplete {
background-position: 97% 8px;
}
/* line 58, ../sass/_forms.scss */
html.js input.throbbing {
background-position: 97% -12px;
}
/**
* BUTTONS
*/
/* line 64, ../sass/_forms.scss */
.form-submit, .button {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
color: #FFFFFF;
font-family: "PT Sans", sans-serif;
font-size: 13px;
line-height: 13px;
font-weight: bold;
text-transform: uppercase;
border: none;
width: 100%;
padding: 10px 0;
background: #235f82;
-webkit-appearance: none;
cursor: pointer;
}
/* Yellow Button */
/* Black Button */
/* Login Button */
/* line 110, ../sass/_forms.scss */
#user-login .form-submit {
background: #235f82;
}
/* Add event button */
/* line 116, ../sass/_forms.scss */
a.button.add {
display: block;
text-align: center;
}
/* line 121, ../sass/_forms.scss */
#edit-body-und-0-format {
display: none;
}
/**
* USER PROFILE
*/
/* line 127, ../sass/_forms.scss */
#user-profile-form > div > fieldset {
margin-bottom: 20px;
}
/* line 129, ../sass/_forms.scss */
#user-profile-form > div > fieldset > legend {
font-size: 13px;
font-family: "Raleway", sans-serif;
text-transform: uppercase;
margin-bottom: 10px;
font-weight: 600;
}
/* line 133, ../sass/_forms.scss */
#user-profile-form .confirm-parent, #user-profile-form .password-parent, #user-profile-form div.form-item div.password-suggestions {
width: auto;
}
/* line 134, ../sass/_forms.scss */
#user-profile-form .password-strength, #user-profile-form div.password-confirm {
display: none;
}
/* line 135, ../sass/_forms.scss */
#user-profile-form .form-type-file {
float: left;
}
/* line 136, ../sass/_forms.scss */
#user-profile-form #edit-description-format, #user-profile-form #edit-relations {
display: none;
}
/**
* NODE ADD FORM
*/
/* Begivenhed */
/* line 146, ../sass/_forms.scss */
.page-node-add-begivenhed h1#page-title,
.page-node-edit.node-type-begivenhed h1#page-title {
display: none;
}
/* line 152, ../sass/_forms.scss */
.page-node-add-begivenhed .region-content .region-inner form .field-group-div,
.page-node-edit.node-type-begivenhed .region-content .region-inner form .field-group-div {
background-color: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
margin: 0 0 10px 0;
padding: 20px 25px 10px;
overflow: hidden;
}
/* line 157, ../sass/_forms.scss */
.page-node-add-begivenhed .region-content .region-inner form .field-group-div > h3,
.page-node-edit.node-type-begivenhed .region-content .region-inner form .field-group-div > h3 {
font-size: 12px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 10px;
}
/* line 163, ../sass/_forms.scss */
.page-node-add-begivenhed .region-content .region-inner form .field-group-div .form-type-select,
.page-node-edit.node-type-begivenhed .region-content .region-inner form .field-group-div .form-type-select {
float: left;
margin: 0 5px 10px 0;
}
/* line 164, ../sass/_forms.scss */
.page-node-add-begivenhed .region-content .region-inner form .field-group-div .date-spacer,
.page-node-edit.node-type-begivenhed .region-content .region-inner form .field-group-div .date-spacer {
display: none;
}
/* line 166, ../sass/_forms.scss */
.page-node-add-begivenhed .region-content .region-inner form .field-group-div .end-date-wrapper > div > label,
.page-node-edit.node-type-begivenhed .region-content .region-inner form .field-group-div .end-date-wrapper > div > label {
margin-bottom: 10px;
font-weight: bold;
}
/* line 170, ../sass/_forms.scss */
.page-node-add-begivenhed .region-content .region-inner form .group-noter label,
.page-node-edit.node-type-begivenhed .region-content .region-inner form .group-noter label {
display: none;
}
/* line 173, ../sass/_forms.scss */
.page-node-add-begivenhed .region-content .region-inner form .group-reminder .form-item,
.page-node-edit.node-type-begivenhed .region-content .region-inner form .group-reminder .form-item {
width: 100%;
}
/* line 177, ../sass/_forms.scss */
.page-node-add-begivenhed .region-content .region-inner form .group-reminder .form-type-select label,
.page-node-edit.node-type-begivenhed .region-content .region-inner form .group-reminder .form-type-select label {
display: none;
}
/* line 182, ../sass/_forms.scss */
.page-node-add-begivenhed .region-content .region-inner form #edit-submit,
.page-node-edit.node-type-begivenhed .region-content .region-inner form #edit-submit {
margin: 0 0 10px 0;
}
/* Ressource */
/* line 193, ../sass/_forms.scss */
.page-node-add-ressource h1#page-title,
.page-node-edit.node-type-ressource h1#page-title {
display: none;
}
/* line 197, ../sass/_forms.scss */
.page-node-add-ressource #region-content .region-inner,
.page-node-edit.node-type-ressource #region-content .region-inner {
background-color: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 25px 25px 15px;
overflow: hidden;
}
/* line 202, ../sass/_forms.scss */
.page-node-add-ressource #region-content .region-inner form .form-submit,
.page-node-edit.node-type-ressource #region-content .region-inner form .form-submit {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #545454), color-stop(100%, #313131));
background-image: -webkit-linear-gradient(#545454, #313131);
background-image: -moz-linear-gradient(#545454, #313131);
background-image: -o-linear-gradient(#545454, #313131);
background-image: linear-gradient(#545454, #313131);
background-color: #484747;
padding: 10px 0;
color: #FFFFFF;
font-size: 13px;
line-height: 13px;
font-weight: 600;
text-transform: uppercase;
font-family: "PT Sans", sans-serif;
text-align: center;
padding: 8px 0;
margin: 0 0 5px 0;
}
/* Forumemne */
/* line 215, ../sass/_forms.scss */
.page-node-add-forum h1#page-title,
.page-node-edit.node-type-forum h1#page-title {
display: none;
}
/* line 219, ../sass/_forms.scss */
.page-node-add-forum #region-content .region-inner,
.page-node-edit.node-type-forum #region-content .region-inner {
background-color: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 25px 25px 15px;
overflow: hidden;
}
/* line 224, ../sass/_forms.scss */
.page-node-add-forum #region-content .region-inner form .form-submit,
.page-node-edit.node-type-forum #region-content .region-inner form .form-submit {
display: block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c58f28), color-stop(100%, #b07403));
background-image: -webkit-linear-gradient(#c58f28, #b07403);
background-image: -moz-linear-gradient(#c58f28, #b07403);
background-image: -o-linear-gradient(#c58f28, #b07403);
background-image: linear-gradient(#c58f28, #b07403);
background-color: #ce8702;
padding: 10px 0;
color: #FFFFFF;
font-size: 13px;
line-height: 13px;
font-weight: 600;
text-transform: uppercase;
font-family: "PT Sans", sans-serif;
text-align: center;
padding: 8px 0;
margin: 0 0 5px 0;
}
/**
* MESSAGES FORM
*/
/* line 238, ../sass/_forms.scss */
.page-messages-new #privatemsg-new {
background-color: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 15px 25px 15px;
}
/* line 241, ../sass/_forms.scss */
.page-messages-new #privatemsg-new .form-autocomplete {
background-image: none;
}
/* line 244, ../sass/_forms.scss */
.page-messages-new #privatemsg-new #edit-actions {
margin: 10px 0;
text-align: center;
}
/* line 247, ../sass/_forms.scss */
.page-messages-new #privatemsg-new #edit-actions #edit-submit {
margin-bottom: 8px;
}
/* line 256, ../sass/_forms.scss */
.page-messages #privatemsg-list-form .form-submit {
background: #aca9a9;
width: auto;
padding: 8px 14px;
}
/**
* VIEW: VÆRKTØJSKASSE
*/
/* line 6, ../sass/_views.scss */
.page-vaerktoejskasse .region-content .region-inner {
overflow: hidden;
background-color: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 25px 25px 20px;
/* Indhold */
/* Exposed filter */
}
/* line 13, ../sass/_views.scss */
.page-vaerktoejskasse .region-content .region-inner .view-content > h3 {
font-size: 13px;
font-weight: 600;
font-family: "Raleway", sans-serif;
text-transform: uppercase;
margin: 10px 0 10px 0;
}
/* line 16, ../sass/_views.scss */
.page-vaerktoejskasse .region-content .region-inner .view-content .views-row {
margin-bottom: 10px;
padding-bottom: 10px;
padding-left: 20px;
border-bottom: 1px solid #e2e2e2;
}
/* line 21, ../sass/_views.scss */
.page-vaerktoejskasse .region-content .region-inner .view-content .views-row .views-field-title {
font-weight: 600;
font-size: 12px;
}
/* line 24, ../sass/_views.scss */
.page-vaerktoejskasse .region-content .region-inner .view-content .views-row .views-field-title a {
color: #484747;
}
/* line 26, ../sass/_views.scss */
.page-vaerktoejskasse .region-content .region-inner .view-content .views-row .views-field-field-rs-pdf {
font-size: 10px;
}
/* line 30, ../sass/_views.scss */
.page-vaerktoejskasse .region-content .region-inner .view-content .views-row.rs-pdf {
background: url("../img/type-file.png") no-repeat 0 1px;
-webkit-background-size: 10px 13px;
-moz-background-size: 10px 13px;
-o-background-size: 10px 13px;
background-size: 10px 13px;
}
/* line 34, ../sass/_views.scss */
.page-vaerktoejskasse .region-content .region-inner .view-content .views-row.rs-youtube {
background: url("../img/type-video.png") no-repeat 0 1px;
-webkit-background-size: 11px 11px;
-moz-background-size: 11px 11px;
-o-background-size: 11px 11px;
background-size: 11px 11px;
}
/* line 38, ../sass/_views.scss */
.page-vaerktoejskasse .region-content .region-inner .view-content .views-row.rs-link {
background: url("../img/type-link.png") no-repeat top left;
-webkit-background-size: 10px 13px;
-moz-background-size: 10px 13px;
-o-background-size: 10px 13px;
background-size: 10px 13px;
}
/* line 42, ../sass/_views.scss */
.page-vaerktoejskasse .region-content .region-inner .view-content .views-row-last {
border-bottom: none;
}
/* line 48, ../sass/_views.scss */
.page-vaerktoejskasse .region-content .region-inner .view-filters .bef-select-as-links .form-type-bef-link {
float: left;
margin-right: 5px;
padding-right: 5px;
margin-bottom: 7px;
border-right: 1px solid #484747;
}
/* line 53, ../sass/_views.scss */
.page-vaerktoejskasse .region-content .region-inner .view-filters .bef-select-as-links .form-type-bef-link a {
color: #484747;
font-size: 12px;
line-height: 12px;
font-weight: 600;
}
/* line 60, ../sass/_views.scss */
.page-vaerktoejskasse .region-content .region-inner .view-filters .bef-select-as-links .form-type-bef-link.selected a {
color: #235f82;
}
/* line 64, ../sass/_views.scss */
.page-vaerktoejskasse .region-content .region-inner .view-filters .bef-select-as-links .form-type-bef-link:last-child {
border-right: 0;
}
/**
* VIEW: VÆRKTØJSEKASSE SØGNING
*/
/* Exposed filter */
/* line 78, ../sass/_views.scss */
.page-vaerktoejskasse {
/* Søg her knap */
/* Tilføj indhold knap */
}
/* line 80, ../sass/_views.scss */
.page-vaerktoejskasse #block-views-exp-v-rkt-jskasse-page-1 {
margin: 10px 0 0;
display: none;
}
/* line 83, ../sass/_views.scss */
.page-vaerktoejskasse #block-views-exp-v-rkt-jskasse-page-1 .block-inner {
background-color: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 25px 25px 10px;
}
/* line 88, ../sass/_views.scss */
.page-vaerktoejskasse #block-views-exp-v-rkt-jskasse-page-1 form .views-exposed-form .views-exposed-widget {
padding: 0;
}
/* line 91, ../sass/_views.scss */
.page-vaerktoejskasse #block-views-exp-v-rkt-jskasse-page-1 form #edit-combine-wrapper {
float: none;
}
/* line 93, ../sass/_views.scss */
.page-vaerktoejskasse #block-views-exp-v-rkt-jskasse-page-1 form #edit-combine-wrapper label {
font-size: 13px;
font-family: "Raleway", sans-serif;
text-transform: uppercase;
margin-bottom: 10px;
font-weight: 600;
}
/* line 98, ../sass/_views.scss */
.page-vaerktoejskasse #block-views-exp-v-rkt-jskasse-page-1 form #edit-field-rs-category-tid-wrapper {
float: left;
width: 47%;
margin: 10px 6% 15px 0;
}
/* line 102, ../sass/_views.scss */
.page-vaerktoejskasse #block-views-exp-v-rkt-jskasse-page-1 form #edit-field-rs-category-tid-wrapper label {
margin-bottom: 5px;
font-size: 10px;
}
/* line 103, ../sass/_views.scss */
.page-vaerktoejskasse #block-views-exp-v-rkt-jskasse-page-1 form #edit-field-rs-category-tid-wrapper .customSelect {
width: 100%;
}
/* line 105, ../sass/_views.scss */
.page-vaerktoejskasse #block-views-exp-v-rkt-jskasse-page-1 form #edit-field-rs-type-value-wrapper {
float: left;
width: 47%;
margin: 10px 0;
padding: 17px 0 0 0;
}
/* line 110, ../sass/_views.scss */
.page-vaerktoejskasse #block-views-exp-v-rkt-jskasse-page-1 form #edit-field-rs-type-value-wrapper .customSelect {
width: 100%;
}
/* line 112, ../sass/_views.scss */
.page-vaerktoejskasse #block-views-exp-v-rkt-jskasse-page-1 form .views-submit-button {
float: left;
width: 100%;
}
/* line 114, ../sass/_views.scss */
.page-vaerktoejskasse #block-views-exp-v-rkt-jskasse-page-1 form .views-submit-button .form-submit {
margin-top: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #545454), color-stop(100%, #313131));
background-image: -webkit-linear-gradient(#545454, #313131);
background-image: -moz-linear-gradient(#545454, #313131);
background-image: -o-linear-gradient(#545454, #313131);
background-image: linear-gradient(#545454, #313131);
background-color: #484747;
padding: 10px 0;
color: #FFFFFF;
font-size: 13px;
line-height: 13px;
font-weight: 600;
text-transform: uppercase;
font-family: "PT Sans", sans-serif;
text-align: center;
}
/* line 123, ../sass/_views.scss */
.page-vaerktoejskasse #block-block-3 {
position: relative;
margin-bottom: 5px;
}
/* line 126, ../sass/_views.scss */
.page-vaerktoejskasse #block-block-3 p {
margin-bottom: 0;
}
/* line 127, ../sass/_views.scss */
.page-vaerktoejskasse #block-block-3 #btn-reveal {
display: block;
margin: auto;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #545454), color-stop(100%, #313131));
background-image: -webkit-linear-gradient(#545454, #313131);
background-image: -moz-linear-gradient(#545454, #313131);
background-image: -o-linear-gradient(#545454, #313131);
background-image: linear-gradient(#545454, #313131);
background-color: #484747;
padding: 10px 0;
width: 80px;
color: #FFFFFF;
font-size: 11px;
line-height: 11px;
font-weight: 600;
text-transform: uppercase;
font-family: "PT Sans", sans-serif;
text-align: center;
}
/* line 145, ../sass/_views.scss */
.page-vaerktoejskasse #block-block-4 {
position: relative;
height: 0;
}
/* line 147, ../sass/_views.scss */
.page-vaerktoejskasse #block-block-4 #btn-add-ressource {
position: absolute;
right: 0;
top: -12px;
display: block;
width: 46px;
height: 22px;
background: url("../img/btn-add-ressource.png") no-repeat;
-webkit-background-size: 46px 22px;
-moz-background-size: 46px 22px;
-o-background-size: 46px 22px;
background-size: 46px 22px;
}
/* line 160, ../sass/_views.scss */
.page-vaerktoejskasse-soeg h1#page-title {
margin: 0;
}
/* line 162, ../sass/_views.scss */
.page-vaerktoejskasse-soeg .view-id-v_rkt_jskasse.view-display-id-page_1 .view-header {
margin-bottom: 10px;
font-size: 9px;
font-weight: bold;
}
/* line 164, ../sass/_views.scss */
.page-vaerktoejskasse-soeg #block-views-exp-v-rkt-jskasse-page-1 {
display: block;
}
/**
* VIEW: KOORDINATORER
*/
/* line 173, ../sass/_views.scss */
.view-koordinatorer .views-row {
overflow: hidden;
background-color: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 25px 25px 15px;
margin: 0 0 10px 0;
}
/* line 180, ../sass/_views.scss */
.view-koordinatorer .views-row .views-field-picture {
float: left;
margin: 0 15px 15px 0;
}
/* line 183, ../sass/_views.scss */
.view-koordinatorer .views-row .views-field-picture img {
width: 95px;
height: 95px;
}
/* line 187, ../sass/_views.scss */
.view-koordinatorer .views-row .views-field-field-user-name {
font-size: 13px;
line-height: 1.1em;
font-family: "Raleway", sans-serif;
text-transform: uppercase;
margin-bottom: 10px;
font-weight: 600;
}
/* line 191, ../sass/_views.scss */
.view-koordinatorer .views-row .views-field-mail a {
color: #ce8702;
}
/* line 195, ../sass/_views.scss */
.view-koordinatorer .views-row .views-field-field-user-phone {
margin-bottom: 10px;
}
/* line 199, ../sass/_views.scss */
.view-koordinatorer .views-row .views-field-field-user-address .country {
display: none;
}
/**
* VIEW: MENTOR
*/
/* line 208, ../sass/_views.scss */
.view-mentor .views-row {
overflow: hidden;
background-color: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 25px 25px 15px;
margin: 0 0 10px 0;
}
/* line 215, ../sass/_views.scss */
.view-mentor .views-row .views-field-picture {
float: left;
margin: 0 15px 15px 0;
}
/* line 218, ../sass/_views.scss */
.view-mentor .views-row .views-field-picture img {
width: 95px;
height: 95px;
}
/* line 222, ../sass/_views.scss */
.view-mentor .views-row .views-field-field-user-name {
font-size: 13px;
line-height: 1.1em;
font-family: "Raleway", sans-serif;
text-transform: uppercase;
margin-bottom: 10px;
font-weight: 600;
}
/* line 226, ../sass/_views.scss */
.view-mentor .views-row .views-field-mail a {
color: #235f82;
}
/* line 230, ../sass/_views.scss */
.view-mentor .views-row .views-field-field-user-phone {
margin-bottom: 10px;
}
/* line 234, ../sass/_views.scss */
.view-mentor .views-row .views-field-field-user-address .country {
display: none;
}
/**
* Header Block
*/
/* line 4, ../sass/_blocks.scss */
#zone-branding {
background: white;
-webkit-box-shadow: rgba(125, 131, 141, 0.56) 1px 1px 8px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.56) 1px 1px 8px 0;
box-shadow: rgba(125, 131, 141, 0.56) 1px 1px 8px 0;
}
/* line 8, ../sass/_blocks.scss */
.block-yc-setup-header-title {
height: 43px;
color: #a6a4a4;
font-size: 18px;
font-weight: 500;
position: relative;
}
/* line 14, ../sass/_blocks.scss */
.block-yc-setup-header-title .title-wrapper {
text-align: center;
line-height: 43px;
}
/* line 18, ../sass/_blocks.scss */
.block-yc-setup-header-title .btn-left {
position: absolute;
top: 5px;
left: 0;
}
/* line 20, ../sass/_blocks.scss */
.block-yc-setup-header-title .btn-left a {
display: block;
height: 32px;
width: 32px;
-webkit-background-size: 32px 32px;
-moz-background-size: 32px 32px;
-o-background-size: 32px 32px;
background-size: 32px 32px;
background-position: center center;
background-repeat: no-repeat;
}
/* line 29, ../sass/_blocks.scss */
.block-yc-setup-header-title .btn-back a {
background-image: url("../img/header-back.png");
}
/* line 34, ../sass/_blocks.scss */
.block-yc-setup-header-title .btn-menu a {
background-image: url("../img/header-menu.png");
}
/* line 39, ../sass/_blocks.scss */
.block-yc-setup-header-title .btn-info a {
background-image: url("../img/header-info.png");
}
/* line 44, ../sass/_blocks.scss */
.block-yc-setup-header-title .btn-profile a {
background-image: url("../img/header-settings.png");
}
/* line 48, ../sass/_blocks.scss */
.block-yc-setup-header-title .btn-right {
position: absolute;
top: 5px;
right: 0;
}
/* line 50, ../sass/_blocks.scss */
.block-yc-setup-header-title .btn-right a {
display: block;
height: 32px;
width: 32px;
-webkit-background-size: 32px 32px;
-moz-background-size: 32px 32px;
-o-background-size: 32px 32px;
background-size: 32px 32px;
background-position: center center;
background-repeat: no-repeat;
}
/**
* SEARCH BLOCK
*/
/* line 65, ../sass/_blocks.scss */
#block-views-exp-calendar-page-4 .views-exposed-widgets {
padding: 0;
margin: 7px 0;
}
/* line 67, ../sass/_blocks.scss */
#block-views-exp-calendar-page-4 .views-exposed-widgets > div {
margin: 0;
padding: 0;
}
/* line 68, ../sass/_blocks.scss */
#block-views-exp-calendar-page-4 .views-exposed-widgets #edit-combine-wrapper {
float: left;
width: 78%;
}
/* line 71, ../sass/_blocks.scss */
#block-views-exp-calendar-page-4 .views-exposed-widgets #edit-combine-wrapper input[type=text] {
background: #FFFFFF;
}
/* line 73, ../sass/_blocks.scss */
#block-views-exp-calendar-page-4 .views-exposed-widgets .views-submit-button {
float: right;
width: 20%;
}
/* line 76, ../sass/_blocks.scss */
#block-views-exp-calendar-page-4 .views-exposed-widgets .views-submit-button .form-submit {
margin: 0;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
font-size: 11px;
font-weight: 400;
height: 29px;
padding: 6px 5px 5px;
}
/**
* Create message block
*/
/* line 91, ../sass/_blocks.scss */
.block-5 {
margin: 10px 0;
}
/* line 93, ../sass/_blocks.scss */
.block-5 a {
display: block;
text-align: center;
}
/**
* CALENDAR
*/
/* Month View */
/* line 6, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 {
background: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 20px 20px 25px;
margin-bottom: 10px;
}
/* line 12, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 .date-nav {
padding: 0;
margin-bottom: 18px;
}
/* line 14, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 .date-nav .date-heading h3 {
font-size: 20px;
text-align: center;
font-weight: 500;
text-transform: capitalize;
}
/* line 19, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 .date-nav .date-heading h3 a {
color: #235f82;
text-decoration: none;
}
/* line 25, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 .date-nav .pager .date-prev {
left: 0;
top: 2px;
margin: 0;
right: auto;
background: none;
}
/* line 28, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 .date-nav .pager .date-prev a {
width: 10px;
height: 14px;
display: block;
background-image: url("../img/arrow-left.png");
-webkit-background-size: 10px 14px;
-moz-background-size: 10px 14px;
-o-background-size: 10px 14px;
background-size: 10px 14px;
}
/* line 34, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 .date-nav .pager .date-next {
right: 0;
top: 2px;
margin: 0;
background: none;
}
/* line 37, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 .date-nav .pager .date-next a {
width: 10px;
height: 14px;
display: block;
background-image: url("../img/arrow-right.png");
-webkit-background-size: 10px 14px;
-moz-background-size: 10px 14px;
-o-background-size: 10px 14px;
background-size: 10px 14px;
}
/* line 45, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 > .view-content {
background-color: #FFFFFF;
font-size: 13px;
color: #484747;
}
/* line 50, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 > .view-content table th {
text-transform: uppercase;
border: none;
padding: 3px 5px 8px;
background-color: white;
font-weight: normal;
color: #484747;
}
/* line 58, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 > .view-content table td {
text-align: center;
padding: 2px 7px;
color: #484747;
}
/* line 62, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 > .view-content table td div.month {
padding: 5px 0;
}
/* line 63, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 > .view-content table td a {
color: #235f82;
font-weight: bold;
}
/* line 67, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 > .view-content table td.today {
background: #FFF;
}
/* line 69, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 > .view-content table td.today .month {
background: #235f82;
color: #FFFFFF;
}
/* line 72, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 > .view-content table td.today .month a {
color: #FFFFFF;
}
/* line 78, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 > .view-footer {
overflow: hidden;
}
/* line 80, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 > .view-footer h3 {
font-weight: 600;
margin-bottom: 6px;
font-size: 13px;
}
/* line 85, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 > .view-footer .views-field-field-event-date-1 {
float: left;
width: 52px;
}
/* line 88, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 > .view-footer .views-field-field-event-date-1 .from {
font-size: 12px;
display: block;
}
/* line 92, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 > .view-footer .views-field-field-event-date-1 .to {
font-size: 10px;
display: block;
}
/* line 97, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 > .view-footer .views-field-title {
font-weight: 600;
color: #235f82;
font-size: 12px;
}
/* line 102, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 > .view-footer .views-field-field-event-place {
font-size: 10px;
}
/* line 106, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_1 .calendar-calendar {
border-bottom: 1px solid #e2e2e2;
padding-bottom: 16px;
margin-bottom: 16px;
}
/* Day View */
/* line 114, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_3 {
margin-bottom: 10px;
}
/* line 116, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_3 .view-header {
background: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 10px 10px 10px;
overflow: hidden;
margin-bottom: 10px;
}
/* line 123, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_3 .view-header .date-nav-wrapper {
margin-top: 0;
}
/* line 124, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_3 .view-header .date-nav {
padding: 0;
margin-bottom: 0;
}
/* line 126, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_3 .view-header .date-nav .date-heading h3 {
margin: 0;
}
/* line 128, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_3 .view-header .date-nav .date-heading h3 span.month {
display: block;
font-size: 12px;
line-height: 12px;
color: #235f82;
font-weight: 500;
margin-bottom: 3px;
}
/* line 129, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_3 .view-header .date-nav .date-heading h3 span.day {
display: block;
font-weight: 600;
color: #235f82;
font-size: 55px;
line-height: 55px;
}
/* line 130, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_3 .view-header .date-nav .date-heading h3 span.week-day {
display: block;
font-weight: 500;
font-size: 12px;
line-height: 12px;
color: #235f82;
}
/* line 132, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_3 .view-header .date-nav .pager {
margin: 0;
}
/* line 134, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_3 .view-header .date-nav .pager .date-prev {
left: 0;
top: 30px;
margin: 0;
right: auto;
background: none;
}
/* line 137, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_3 .view-header .date-nav .pager .date-prev a {
width: 10px;
height: 14px;
display: block;
background-image: url("../img/arrow-left.png");
-webkit-background-size: 10px 14px;
-moz-background-size: 10px 14px;
-o-background-size: 10px 14px;
background-size: 10px 14px;
}
/* line 143, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_3 .view-header .date-nav .pager .date-next {
right: 0;
top: 30px;
margin: 0;
background: none;
}
/* line 146, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_3 .view-header .date-nav .pager .date-next a {
width: 10px;
height: 14px;
display: block;
background-image: url("../img/arrow-right.png");
-webkit-background-size: 10px 14px;
-moz-background-size: 10px 14px;
-o-background-size: 10px 14px;
background-size: 10px 14px;
}
/* line 157, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_3 .view-content, .view-calendar.view-display-id-page_3 .view-empty {
background: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 20px 20px 25px;
overflow: hidden;
}
/* line 163, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_3 .view-content .views-row, .view-calendar.view-display-id-page_3 .view-empty .views-row {
float: left;
width: 100%;
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px solid #e2e2e2;
}
/* line 167, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_3 .view-content .views-row .views-field-field-event-date-1, .view-calendar.view-display-id-page_3 .view-empty .views-row .views-field-field-event-date-1 {
float: left;
width: 52px;
}
/* line 170, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_3 .view-content .views-row .views-field-field-event-date-1 .from, .view-calendar.view-display-id-page_3 .view-empty .views-row .views-field-field-event-date-1 .from {
font-size: 12px;
display: block;
}
/* line 174, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_3 .view-content .views-row .views-field-field-event-date-1 .to, .view-calendar.view-display-id-page_3 .view-empty .views-row .views-field-field-event-date-1 .to {
font-size: 10px;
display: block;
}
/* line 179, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_3 .view-content .views-row .views-field-title, .view-calendar.view-display-id-page_3 .view-empty .views-row .views-field-title {
font-weight: 600;
color: #235f82;
font-size: 12px;
}
/* line 184, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_3 .view-content .views-row .views-field-field-event-place, .view-calendar.view-display-id-page_3 .view-empty .views-row .views-field-field-event-place {
font-size: 10px;
}
/* line 188, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_3 .view-content .views-row-last, .view-calendar.view-display-id-page_3 .view-empty .views-row-last {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
/* List View */
/* line 195, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_2 .view-content > .view-grouping,
.view-calendar.view-display-id-page_4 .view-content > .view-grouping {
margin-bottom: 15px;
}
/* line 197, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_2 .view-content > .view-grouping > .view-grouping-header,
.view-calendar.view-display-id-page_4 .view-content > .view-grouping > .view-grouping-header {
font-size: 14px;
font-weight: 600;
margin-bottom: 8px;
text-transform: capitalize;
}
/* line 203, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_2 .view-content > .view-grouping > .view-grouping-content > .view-grouping,
.view-calendar.view-display-id-page_4 .view-content > .view-grouping > .view-grouping-content > .view-grouping {
background: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 20px 20px 15px;
overflow: hidden;
margin: 0 0 10px 0;
}
/* line 209, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_2 .view-content > .view-grouping > .view-grouping-content > .view-grouping > .view-grouping-header,
.view-calendar.view-display-id-page_4 .view-content > .view-grouping > .view-grouping-content > .view-grouping > .view-grouping-header {
font-weight: 600;
font-size: 12px;
}
/* line 213, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_2 .view-content > .view-grouping > .view-grouping-content > .view-grouping h3,
.view-calendar.view-display-id-page_4 .view-content > .view-grouping > .view-grouping-content > .view-grouping h3 {
font-size: 10px;
font-weight: 300;
margin-bottom: 8px;
}
/* line 220, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_2 .views-row,
.view-calendar.view-display-id-page_4 .views-row {
float: left;
width: 100%;
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px solid #e2e2e2;
}
/* line 224, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_2 .views-row .views-field-field-event-date-1,
.view-calendar.view-display-id-page_4 .views-row .views-field-field-event-date-1 {
float: left;
width: 52px;
}
/* line 227, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_2 .views-row .views-field-field-event-date-1 .from,
.view-calendar.view-display-id-page_4 .views-row .views-field-field-event-date-1 .from {
font-size: 12px;
display: block;
}
/* line 231, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_2 .views-row .views-field-field-event-date-1 .to,
.view-calendar.view-display-id-page_4 .views-row .views-field-field-event-date-1 .to {
font-size: 10px;
display: block;
}
/* line 236, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_2 .views-row .views-field-title,
.view-calendar.view-display-id-page_4 .views-row .views-field-title {
font-weight: 600;
color: #235f82;
font-size: 12px;
}
/* line 241, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_2 .views-row .views-field-field-event-place,
.view-calendar.view-display-id-page_4 .views-row .views-field-field-event-place {
font-size: 10px;
}
/* line 245, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_2 .views-row-last,
.view-calendar.view-display-id-page_4 .views-row-last {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
/* line 246, ../sass/_calendar.scss */
.view-calendar.view-display-id-page_2 .view-empty,
.view-calendar.view-display-id-page_4 .view-empty {
background: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 20px 20px 15px;
margin: 0 0 10px 0;
}
/* Calendar Menu */
/* line 257, ../sass/_calendar.scss */
.menu-name-menu-kalender .menu li {
float: left;
width: 34%;
text-align: center;
height: 44px;
}
/* line 262, ../sass/_calendar.scss */
.menu-name-menu-kalender .menu li a {
display: block;
background: #C9C7C7;
height: 44px;
color: #FFFFFF;
font-weight: 600;
text-transform: uppercase;
font-size: 11px;
line-height: 45px;
margin: 0 1px;
text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0;
}
/* line 274, ../sass/_calendar.scss */
.menu-name-menu-kalender .menu li a.active-trail {
background: #484747;
}
/* line 278, ../sass/_calendar.scss */
.menu-name-menu-kalender .menu li.first, .menu-name-menu-kalender .menu li.last {
width: 33%;
}
/* line 280, ../sass/_calendar.scss */
.menu-name-menu-kalender .menu li.first a, .menu-name-menu-kalender .menu li.last a {
margin: 0;
}
/**
* Node
*/
/* line 288, ../sass/_calendar.scss */
.node-type-begivenhed.context-begivenhed .region-content .region-inner {
background: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 20px 20px 25px;
overflow: hidden;
margin: 0 10px;
}
/* line 294, ../sass/_calendar.scss */
.node-type-begivenhed.context-begivenhed .region-content .region-inner h1#page-title {
font-size: 20px;
line-height: 20px;
font-weight: 500;
color: #235f82;
margin-bottom: 12px;
}
/* line 300, ../sass/_calendar.scss */
.node-type-begivenhed.context-begivenhed .region-content .region-inner .field {
margin-bottom: 10px;
}
/* line 303, ../sass/_calendar.scss */
.node-type-begivenhed.context-begivenhed .region-content .region-inner .field-name-field-event-place {
font-size: 12px;
font-weight: 500;
}
/* line 305, ../sass/_calendar.scss */
.node-type-begivenhed.context-begivenhed .region-content .region-inner .field-name-field-event-place .field-label {
font-weight: 500;
}
/* line 307, ../sass/_calendar.scss */
.node-type-begivenhed.context-begivenhed .region-content .region-inner .field-name-field-event-date {
font-size: 11px;
font-weight: 500;
}
/* line 310, ../sass/_calendar.scss */
.node-type-begivenhed.context-begivenhed .region-content .region-inner .field-name-field-event-reminder {
height: 15px;
line-height: 1.5em;
}
/* line 313, ../sass/_calendar.scss */
.node-type-begivenhed.context-begivenhed .region-content .region-inner .field-name-field-event-reminder .field-label {
font-weight: 500;
background-image: url("../img/icon-alarm.png");
background-repeat: no-repeat;
background-position: center left;
-webkit-background-size: 14px 15px;
-moz-background-size: 14px 15px;
-o-background-size: 14px 15px;
background-size: 14px 15px;
padding: 0 0 0 22px;
}
/* line 322, ../sass/_calendar.scss */
.node-type-begivenhed.context-begivenhed .region-content .region-inner .field-name-body {
border-top: 1px solid #e2e2e2;
margin-top: 12px;
padding-top: 12px;
}
/* line 327, ../sass/_calendar.scss */
.node-type-page .region-content .region-inner {
background: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 20px 20px 25px;
overflow: hidden;
margin: 0 10px;
}
/* line 333, ../sass/_calendar.scss */
.node-type-page .region-content .region-inner h1#page-title {
color: #ce8702;
font-size: 12px;
margin-bottom: 10px;
}
/**
* FORUM - Forum List
*/
/* line 5, ../sass/_forum.scss */
.page-forum #page-title, .page-forum .tabs {
display: none;
}
/* line 7, ../sass/_forum.scss */
.page-forum #forum-wrapper .forum-item {
overflow: hidden;
background-color: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
margin: 0 0 10px 0;
padding: 25px 25px 20px;
}
/* line 12, ../sass/_forum.scss */
.page-forum #forum-wrapper .forum-item .forum-name {
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 10px;
float: left;
width: 100%;
}
/* line 18, ../sass/_forum.scss */
.page-forum #forum-wrapper .forum-item .forum-name a {
color: #ce8702;
}
/* line 22, ../sass/_forum.scss */
.page-forum #forum-wrapper .forum-item .forum-number-topics {
float: left;
font-weight: 600;
text-transform: uppercase;
border-right: 1px solid #484747;
margin: 0 5px 0 0;
padding: 0 5px 0 0;
font-size: 9px;
}
/* line 30, ../sass/_forum.scss */
.page-forum #forum-wrapper .forum-item .forum-number-posts {
float: left;
font-weight: 600;
text-transform: uppercase;
font-size: 9px;
}
/* line 31, ../sass/_forum.scss */
.page-forum #forum-wrapper .forum-item .forum-description {
margin: 10px 0 15px;
float: left;
width: 100%;
}
/* line 35, ../sass/_forum.scss */
.page-forum #forum-wrapper .forum-item .goto-forum {
float: left;
width: 100%;
position: relative;
}
/* line 38, ../sass/_forum.scss */
.page-forum #forum-wrapper .forum-item .goto-forum .goto-link {
display: block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c58f28), color-stop(100%, #b07403));
background-image: -webkit-linear-gradient(#c58f28, #b07403);
background-image: -moz-linear-gradient(#c58f28, #b07403);
background-image: -o-linear-gradient(#c58f28, #b07403);
background-image: linear-gradient(#c58f28, #b07403);
background-color: #ce8702;
padding: 10px 0;
color: #FFFFFF;
font-size: 13px;
line-height: 13px;
font-weight: 600;
text-transform: uppercase;
font-family: "PT Sans", sans-serif;
text-align: center;
-moz-border-radius-topright: 0;
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
-moz-border-radius-bottomright: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
float: left;
width: 78%;
}
/* line 44, ../sass/_forum.scss */
.page-forum #forum-wrapper .forum-item .goto-forum .add-link {
display: block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c58f28), color-stop(100%, #b07403));
background-image: -webkit-linear-gradient(#c58f28, #b07403);
background-image: -moz-linear-gradient(#c58f28, #b07403);
background-image: -o-linear-gradient(#c58f28, #b07403);
background-image: linear-gradient(#c58f28, #b07403);
background-color: #ce8702;
padding: 10px 0;
color: #FFFFFF;
font-size: 13px;
line-height: 13px;
font-weight: 600;
text-transform: uppercase;
font-family: "PT Sans", sans-serif;
text-align: center;
-moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-moz-border-radius-bottomleft: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
float: right;
width: 20%;
font-size: 16px;
}
/**
* FORUM - Topic List
*/
/* line 60, ../sass/_forum.scss */
.view-advanced-forum-topic-list .view-header {
overflow: hidden;
background-color: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
margin: 0 0 10px 0;
padding: 25px 25px 20px;
}
/* line 67, ../sass/_forum.scss */
.view-advanced-forum-topic-list .view-header .view-header-content .forum-desc-wrapper h1 {
color: #ce8702;
font-weight: 600;
}
/* line 71, ../sass/_forum.scss */
.view-advanced-forum-topic-list .view-header .view-header-content .forum-desc-wrapper .forum-number-topics {
float: left;
font-weight: 600;
text-transform: uppercase;
border-right: 1px solid #484747;
margin: 0 5px 0 0;
padding: 0 5px 0 0;
font-size: 9px;
}
/* line 79, ../sass/_forum.scss */
.view-advanced-forum-topic-list .view-header .view-header-content .forum-desc-wrapper .forum-number-posts {
float: left;
font-weight: 600;
text-transform: uppercase;
font-size: 9px;
}
/* line 80, ../sass/_forum.scss */
.view-advanced-forum-topic-list .view-header .view-header-content .forum-desc-wrapper .forum-description {
margin: 10px 0 15px;
float: left;
width: 100%;
}
/* line 85, ../sass/_forum.scss */
.view-advanced-forum-topic-list .view-header .view-header-content .forum-node-create-links {
padding: 0;
float: none;
width: 100%;
}
/* line 88, ../sass/_forum.scss */
.view-advanced-forum-topic-list .view-header .view-header-content .forum-node-create-links .forum-add-node {
margin: 0;
float: none;
}
/* line 90, ../sass/_forum.scss */
.view-advanced-forum-topic-list .view-header .view-header-content .forum-node-create-links .forum-add-node .af-button-large {
display: block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c58f28), color-stop(100%, #b07403));
background-image: -webkit-linear-gradient(#c58f28, #b07403);
background-image: -moz-linear-gradient(#c58f28, #b07403);
background-image: -o-linear-gradient(#c58f28, #b07403);
background-image: linear-gradient(#c58f28, #b07403);
background-color: #ce8702;
padding: 10px 0;
color: #FFFFFF;
font-size: 13px;
line-height: 13px;
font-weight: 600;
text-transform: uppercase;
font-family: "PT Sans", sans-serif;
text-align: center;
}
/* line 98, ../sass/_forum.scss */
.view-advanced-forum-topic-list #forum-topic-list .topic-row {
overflow: hidden;
background-color: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
margin: 0 0 10px 0;
padding: 25px 25px 20px;
}
/* line 103, ../sass/_forum.scss */
.view-advanced-forum-topic-list #forum-topic-list .topic-row a {
color: #ce8702;
}
/* line 105, ../sass/_forum.scss */
.view-advanced-forum-topic-list #forum-topic-list .topic-row .views-field-title > div {
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 10px;
float: left;
width: 100%;
}
/* line 111, ../sass/_forum.scss */
.view-advanced-forum-topic-list #forum-topic-list .topic-row .views-field-title > div a {
color: #ce8702;
}
/* line 115, ../sass/_forum.scss */
.view-advanced-forum-topic-list #forum-topic-list .topic-row .views-field-title .username {
color: #ce8702;
text-transform: uppercase;
font-size: 9px;
font-weight: 600;
}
/* line 120, ../sass/_forum.scss */
.view-advanced-forum-topic-list #forum-topic-list .topic-row .views-field-title .username a {
color: #ce8702;
}
/* line 124, ../sass/_forum.scss */
.view-advanced-forum-topic-list #forum-topic-list .topic-row .views-field-title span.created {
font-size: 9px;
font-weight: 600;
}
/* line 129, ../sass/_forum.scss */
.view-advanced-forum-topic-list #forum-topic-list .topic-row .views-field-comment-count {
margin: 10px 0;
font-size: 9px;
font-weight: 600;
text-transform: uppercase;
}
/* line 133, ../sass/_forum.scss */
.view-advanced-forum-topic-list #forum-topic-list .topic-row .views-field-comment-count .bubble {
color: #FFFFFF;
width: 15px;
height: 15px;
margin: 0 0 0 4px;
display: inline-block;
text-align: center;
background: url("../img/comment-bubble.png") no-repeat;
background-position: 0 1px;
-webkit-background-size: 15px 14px;
-moz-background-size: 15px 14px;
-o-background-size: 15px 14px;
background-size: 15px 14px;
}
/* line 144, ../sass/_forum.scss */
.view-advanced-forum-topic-list #forum-topic-list .topic-row .views-field-nothing {
font-size: 9px;
}
/* line 146, ../sass/_forum.scss */
.view-advanced-forum-topic-list #forum-topic-list .topic-row .views-field-nothing .last-comment-author {
font-weight: 600;
}
/* line 150, ../sass/_forum.scss */
.view-advanced-forum-topic-list #forum-topic-list .topic-row .views-field-nothing .last-comment-date em {
font-style: normal;
}
/* line 155, ../sass/_forum.scss */
.view-advanced-forum-topic-list .view-empty {
background-color: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 25px;
margin: 0;
}
/* line 159, ../sass/_forum.scss */
.view-advanced-forum-topic-list .view-empty p {
margin: 0;
}
/**
* FORUM - Post
*/
/* line 167, ../sass/_forum.scss */
.node-type-forum #page-title {
display: none;
}
/* line 168, ../sass/_forum.scss */
.node-type-forum .forum-post.top-post {
background-color: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 25px 25px 15px;
margin: 0 0 10px 0;
}
/* line 172, ../sass/_forum.scss */
.node-type-forum .forum-post.top-post #forum-headline h1 {
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 10px;
float: left;
width: 100%;
color: #ce8702;
}
/* line 180, ../sass/_forum.scss */
.node-type-forum .forum-post.top-post .author-pane {
color: #ce8702;
text-transform: uppercase;
font-size: 9px;
line-height: 9px;
font-weight: 600;
display: inline;
border-right: 1px solid #484747;
margin-right: 5px;
padding: 0 5px 0 0;
}
/* line 188, ../sass/_forum.scss */
.node-type-forum .forum-post.top-post .author-pane a {
color: #ce8702;
}
/* line 189, ../sass/_forum.scss */
.node-type-forum .forum-post.top-post .author-pane .user-picture {
display: none;
}
/* line 191, ../sass/_forum.scss */
.node-type-forum .forum-post.top-post .forum-posted-on {
font-size: 9px;
line-height: 9px;
font-weight: 600;
display: inline;
padding: 0;
float: none;
}
/* line 197, ../sass/_forum.scss */
.node-type-forum .forum-post.top-post .forum-post-content {
margin: 10px 0 0 0;
}
/* line 203, ../sass/_forum.scss */
.node-type-forum #forum-comments .forum-post {
margin: 0 0 10px 15px;
background-color: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 25px 25px 15px;
}
/* line 207, ../sass/_forum.scss */
.node-type-forum #forum-comments .forum-post .author-pane {
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 10px;
float: left;
width: 100%;
color: #ce8702;
}
/* line 214, ../sass/_forum.scss */
.node-type-forum #forum-comments .forum-post .author-pane a {
color: #ce8702;
}
/* line 215, ../sass/_forum.scss */
.node-type-forum #forum-comments .forum-post .author-pane .user-picture {
display: none;
}
/* line 217, ../sass/_forum.scss */
.node-type-forum #forum-comments .forum-post .forum-posted-on {
font-size: 9px;
font-weight: 600;
padding: 0;
float: none;
}
/* line 222, ../sass/_forum.scss */
.node-type-forum #forum-comments .forum-post .forum-post-content {
margin: 10px 0 0 0;
}
/* line 225, ../sass/_forum.scss */
.node-type-forum #forum-comments .forum-post .forum-in-reply-to a {
color: #ce8702;
}
/* line 229, ../sass/_forum.scss */
.node-type-forum #forum-comments .topic-reply-allowed {
display: none;
}
/* line 232, ../sass/_forum.scss */
.node-type-forum #forum-comments .indented {
margin-left: 15px;
}
/* line 236, ../sass/_forum.scss */
.node-type-forum .forum-post-links {
margin: 10px 0 0 0;
}
/* line 238, ../sass/_forum.scss */
.node-type-forum .forum-post-links ul li {
margin: 0 0 5px 5px;
}
/* line 239, ../sass/_forum.scss */
.node-type-forum .forum-post-links .af-button-small {
display: block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c58f28), color-stop(100%, #b07403));
background-image: -webkit-linear-gradient(#c58f28, #b07403);
background-image: -moz-linear-gradient(#c58f28, #b07403);
background-image: -o-linear-gradient(#c58f28, #b07403);
background-image: linear-gradient(#c58f28, #b07403);
background-color: #ce8702;
padding: 10px 0;
color: #FFFFFF;
font-size: 13px;
line-height: 13px;
font-weight: 600;
text-transform: uppercase;
font-family: "PT Sans", sans-serif;
text-align: center;
padding: 10px 15px;
}
/**
* FORUM - Comment reply
*/
/* line 250, ../sass/_forum.scss */
.page-comment-reply #page-title {
display: none;
}
/* line 251, ../sass/_forum.scss */
.page-comment-reply .forum-post {
background-color: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 25px 25px 15px;
margin: 0 0 10px 0;
}
/* line 255, ../sass/_forum.scss */
.page-comment-reply .forum-post .forum-post-title {
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 10px;
float: left;
width: 100%;
color: #ce8702;
padding: 0;
}
/* line 264, ../sass/_forum.scss */
.page-comment-reply .forum-post .author-pane {
color: #ce8702;
text-transform: uppercase;
font-size: 9px;
line-height: 9px;
font-weight: 600;
display: inline;
border-right: 1px solid #484747;
margin-right: 5px;
padding: 0 5px 0 0;
}
/* line 272, ../sass/_forum.scss */
.page-comment-reply .forum-post .author-pane a {
color: #ce8702;
}
/* line 274, ../sass/_forum.scss */
.page-comment-reply .forum-post .forum-posted-on {
font-size: 9px;
line-height: 9px;
font-weight: 600;
display: inline;
padding: 0;
float: none;
}
/* line 280, ../sass/_forum.scss */
.page-comment-reply .forum-post .forum-post-content {
margin: 10px 0 0 0;
}
/* line 283, ../sass/_forum.scss */
.page-comment-reply .forum-post .forum-post-footer {
display: none;
}
/* line 287, ../sass/_forum.scss */
.page-comment-reply #comment-form {
background-color: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 15px 25px 15px;
margin: 0 0 10px 0;
}
/* line 291, ../sass/_forum.scss */
.page-comment-reply #comment-form .username {
color: #ce8702;
}
/* line 294, ../sass/_forum.scss */
.page-comment-reply #comment-form .form-submit {
display: block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c58f28), color-stop(100%, #b07403));
background-image: -webkit-linear-gradient(#c58f28, #b07403);
background-image: -moz-linear-gradient(#c58f28, #b07403);
background-image: -o-linear-gradient(#c58f28, #b07403);
background-image: linear-gradient(#c58f28, #b07403);
background-color: #ce8702;
padding: 10px 0;
color: #FFFFFF;
font-size: 13px;
line-height: 13px;
font-weight: 600;
text-transform: uppercase;
font-family: "PT Sans", sans-serif;
text-align: center;
padding: 8px 0;
}
/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
/* line 5, ../sass/global.scss */
body {
background: #dce0e4 url("../img/bg-pattern.png") repeat;
-webkit-background-size: 321px 480px;
-moz-background-size: 321px 480px;
-o-background-size: 321px 480px;
background-size: 321px 480px;
font-family: "Raleway", sans-serif;
font-size: 11px;
line-height: 13px;
color: #484747;
-webkit-text-size-adjust: none;
}
/* line 12, ../sass/global.scss */
a {
color: #235f82;
text-decoration: none;
}
/* line 13, ../sass/global.scss */
p {
margin-bottom: 10px;
}
/* line 14, ../sass/global.scss */
h1 {
font-size: 13px;
font-family: "Raleway", sans-serif;
text-transform: uppercase;
margin-bottom: 10px;
font-weight: 600;
}
/* line 15, ../sass/global.scss */
.tabs {
margin-bottom: 10px;
}
/* line 17, ../sass/global.scss */
.tabs li {
margin-right: 1em;
}
/* line 21, ../sass/global.scss */
.tabs.primary {
float: left;
}
/* line 24, ../sass/global.scss */
.tabs.secondary {
float: right;
}
/* line 27, ../sass/global.scss */
table {
width: 100%;
}
/* line 29, ../sass/global.scss */
table th {
text-transform: uppercase;
padding: 5px 0;
border-bottom: 1px solid #CCCCCC;
}
/* line 31, ../sass/global.scss */
table td {
width: auto;
min-width: auto;
padding: 5px 0;
}
/**
* MAIN SECTIONS
*/
/* line 38, ../sass/global.scss */
.section-header .region {
max-width: 1024px;
margin: auto;
}
/* line 41, ../sass/global.scss */
.section-header .region .region-inner {
margin: 0 10px;
}
/* line 43, ../sass/global.scss */
.section-header .region-header-first {
background: #c9c7c7;
overflow: hidden;
}
/* line 49, ../sass/global.scss */
.section-content .region, .section-content #messages {
max-width: 1024px;
margin: auto;
margin: 10px auto;
}
/* line 53, ../sass/global.scss */
.section-content .region .region-inner, .section-content #messages .region-inner {
margin: 0 10px;
}
/* line 60, ../sass/global.scss */
.section-content .messages {
margin: 0 10px;
}
/* line 65, ../sass/global.scss */
.section-footer .region {
max-width: 1024px;
margin: auto;
}
/* line 68, ../sass/global.scss */
.section-footer .region .region-inner {
margin: 0 10px;
}
/* line 71, ../sass/global.scss */
.section-footer .region-footer-second .region-inner {
margin: 0;
}
/* line 74, ../sass/global.scss */
.block {
float: left;
width: 100%;
}
/**
* Login Page
*/
/* line 82, ../sass/global.scss */
.page-user.not-logged-in h1#page-title {
display: none;
}
/* line 83, ../sass/global.scss */
.page-user.not-logged-in .tabs.primary {
float: none;
}
/* line 87, ../sass/global.scss */
.page-user.not-logged-in .region-content .region-inner {
background-color: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 15px 30px 15px;
margin: 25px 10px 10px;
text-align: center;
overflow: hidden;
}
/* line 93, ../sass/global.scss */
.page-user.not-logged-in .region-content .region-inner p {
padding: 0 13px 20px 13px;
border-bottom: 1px solid #d0d4d9;
margin: 0 0 25px 0;
}
/* line 98, ../sass/global.scss */
.page-user.not-logged-in .region-content .region-inner img {
width: 138px;
height: 99px;
margin-bottom: 25px;
}
/* line 102, ../sass/global.scss */
.page-user.not-logged-in .region-content .region-inner .form-container {
padding: 0 20px;
}
/* line 104, ../sass/global.scss */
.page-user.not-logged-in .region-content .region-inner .form-container .form-item {
margin-bottom: 10px;
margin-top: 0;
}
/* line 111, ../sass/global.scss */
.page-user-edit .region-content .region-inner {
text-align: left;
}
/**
* User Profile
*/
/* line 120, ../sass/global.scss */
.page-user {
/* h1#page-title{ display: none; } */
}
/* line 123, ../sass/global.scss */
.page-user .region-content .region-inner {
background-color: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 15px 30px 15px;
margin: 10px 10px 10px;
overflow: hidden;
}
/* line 128, ../sass/global.scss */
.page-user .region-content .region-inner p {
padding: 0 13px 20px 13px;
border-bottom: 1px solid #d0d4d9;
margin: 0 0 25px 0;
}
/* line 133, ../sass/global.scss */
.page-user .region-content .region-inner .user-picture {
float: none;
margin: 0 0 10px 0;
}
/* line 135, ../sass/global.scss */
.page-user .region-content .region-inner .user-picture img {
width: 95px;
height: 95px;
}
/* line 139, ../sass/global.scss */
.page-user .region-content .region-inner .form-container {
padding: 0 20px;
}
/* line 141, ../sass/global.scss */
.page-user .region-content .region-inner .form-container .form-item {
margin-bottom: 10px;
margin-top: 0;
}
/**
* Main Menu
*/
/* line 150, ../sass/global.scss */
.block-menu-block-1 {
margin-bottom: 65px;
}
/* line 151, ../sass/global.scss */
.menu-block-1 {
width: 90%;
margin: 26px auto 0;
}
/* line 153, ../sass/global.scss */
.menu-block-1 li {
float: left;
width: 50%;
text-align: center;
margin-bottom: 25px;
}
/* line 158, ../sass/global.scss */
.menu-block-1 li span {
display: block;
margin: auto;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 4px 0;
-moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 4px 0;
box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 4px 0;
width: 108px;
height: 108px;
-webkit-background-size: 108px 108px;
-moz-background-size: 108px 108px;
-o-background-size: 108px 108px;
background-size: 108px 108px;
background-position: center center;
background-repeat: no-repeat;
}
/* line 167, ../sass/global.scss */
.menu-block-1 li a {
display: block;
width: 108px;
height: 108px;
color: #FFFFFF;
font-size: 13px;
line-height: 156px;
font-weight: 500;
text-align: center;
text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0;
}
/* line 177, ../sass/global.scss */
.menu-block-1 li.menu-calendar span {
background-image: url("../img/menu-bg-blue.png");
background-color: #235f82;
}
/* line 181, ../sass/global.scss */
.menu-block-1 li.menu-messages {
position: relative;
top: 65px;
}
/* line 184, ../sass/global.scss */
.menu-block-1 li.menu-messages span {
background-image: url("../img/menu-bg-green.png");
background-color: #5ca21c;
}
/* line 189, ../sass/global.scss */
.menu-block-1 li.menu-help span {
background-image: url("../img/menu-bg-yellow.png");
background-color: #ce8702;
}
/* line 193, ../sass/global.scss */
.menu-block-1 li.menu-toolbox {
position: relative;
top: 65px;
}
/* line 196, ../sass/global.scss */
.menu-block-1 li.menu-toolbox span {
background-image: url("../img/menu-bg-black.png");
background-color: #484747;
}
/* line 202, ../sass/global.scss */
#cyberhus-wrapper {
overflow: hidden;
text-align: center;
}
/* line 204, ../sass/global.scss */
#cyberhus-wrapper #cyberhus-logo {
width: 126px;
height: 40px;
}
/**
* MESSAGES
*/
/* line 213, ../sass/global.scss */
.page-messages {
/* .tabs { display: none; } */
}
/* line 214, ../sass/global.scss */
.page-messages h1 {
display: none;
}
/* line 216, ../sass/global.scss */
.page-messages .form-item-operation {
display: none;
}
/* line 217, ../sass/global.scss */
.page-messages #privatemsg-list {
background-color: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 15px 15px 15px 15px;
}
/* line 221, ../sass/global.scss */
.page-messages #privatemsg-list table tr.odd, .page-messages #privatemsg-list table tr.even {
background-color: #FFF;
border-bottom: 0;
}
/* line 224, ../sass/global.scss */
.page-messages #privatemsg-list table td {
min-width: auto !important;
}
/* line 229, ../sass/global.scss */
.page-messages-view {
padding-bottom: 50px;
/* Form */
}
/* line 231, ../sass/global.scss */
.page-messages-view .tabs {
display: none;
}
/* line 232, ../sass/global.scss */
.page-messages-view .privatemsg-message-participants {
padding-bottom: 10px;
margin: 0 0 10px 0;
border-bottom: 1px solid #AAA;
}
/* line 236, ../sass/global.scss */
.page-messages-view .privatemsg-message {
margin-bottom: 15px;
}
/* line 238, ../sass/global.scss */
.page-messages-view .privatemsg-message .privatemsg-message-column {
width: auto;
float: left;
background-color: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 10px 15px 5px 15px;
margin: 0 10px;
max-width: 75%;
min-width: 50%;
word-wrap: break-word;
overflow: hidden;
}
/* line 248, ../sass/global.scss */
.page-messages-view .privatemsg-message .privatemsg-message-column .privatemsg-message-information {
border: none;
margin: 0 0 0 0;
position: relative;
}
/* line 252, ../sass/global.scss */
.page-messages-view .privatemsg-message .privatemsg-message-column .privatemsg-message-information .privatemsg-author-name {
text-transform: uppercase;
padding: 0;
}
/* line 256, ../sass/global.scss */
.page-messages-view .privatemsg-message .privatemsg-message-column .privatemsg-message-information .privatemsg-message-date {
padding: 0;
color: #484747;
}
/* line 261, ../sass/global.scss */
.page-messages-view .privatemsg-message .privatemsg-message-column .privatemsg-message-body {
margin: 0 0 0 0;
font-weight: 300;
}
/* line 264, ../sass/global.scss */
.page-messages-view .privatemsg-message .privatemsg-message-column .privatemsg-message-body p {
margin-bottom: 5px;
}
/* line 269, ../sass/global.scss */
.page-messages-view .privatemsg-message .privatemsg-message-column .privatemsg-message-actions a {
position: absolute;
top: 0;
right: 0;
text-transform: uppercase;
font-size: 9px;
font-weight: bold;
}
/* line 275, ../sass/global.scss */
.page-messages-view .privatemsg-message .privatemsg-message-column span.privatemsg-message-new {
margin-right: 30px;
}
/* line 279, ../sass/global.scss */
.page-messages-view .privatemsg-message.you .privatemsg-message-column {
width: auto;
float: right;
background-color: #5ca21c;
color: #FFFFFF;
}
/* line 285, ../sass/global.scss */
.page-messages-view .privatemsg-message.you .privatemsg-message-column .privatemsg-message-information .privatemsg-message-date {
color: #FFFFFF;
font-weight: 300;
}
/* line 291, ../sass/global.scss */
.page-messages-view .privatemsg-message.you .privatemsg-message-column .privatemsg-message-actions a {
color: #FFFFFF;
}
/* line 302, ../sass/global.scss */
.page-messages-view #privatemsg-new {
width: 100%;
float: left;
background-color: #c9c7c7;
overflow: hidden;
position: fixed;
bottom: 0;
left: 0;
-webkit-box-shadow: #7d838d 1px 1px 5px 0;
-moz-box-shadow: #7d838d 1px 1px 5px 0;
box-shadow: #7d838d 1px 1px 5px 0;
}
/* line 308, ../sass/global.scss */
.page-messages-view #privatemsg-new > div {
padding: 7px 5px;
overflow: hidden;
}
/* line 312, ../sass/global.scss */
.page-messages-view #privatemsg-new h2, .page-messages-view #privatemsg-new label, .page-messages-view #privatemsg-new #edit-token, .page-messages-view #privatemsg-new #edit-body-format {
display: none;
}
/* line 313, ../sass/global.scss */
.page-messages-view #privatemsg-new .text-format-wrapper {
float: left;
width: 78%;
}
/* line 316, ../sass/global.scss */
.page-messages-view #privatemsg-new .text-format-wrapper textarea {
height: 29px;
}
/* line 320, ../sass/global.scss */
.page-messages-view #privatemsg-new #edit-actions {
float: right;
width: 20%;
margin: 0;
}
/* line 324, ../sass/global.scss */
.page-messages-view #privatemsg-new #edit-actions #edit-submit {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5ca21c), color-stop(100%, #4f8919));
background-image: -webkit-linear-gradient(#5ca21c, #4f8919);
background-image: -moz-linear-gradient(#5ca21c, #4f8919);
background-image: -o-linear-gradient(#5ca21c, #4f8919);
background-image: linear-gradient(#5ca21c, #4f8919);
background-color: #5ca21c;
padding: 5px 5px 5px 5px;
color: #FFFFFF;
font-size: 11px;
font-weight: 400;
height: 29px;
}
/* line 334, ../sass/global.scss */
.page-messages-view #privatemsg-new #edit-actions #edit-cancel {
display: none;
}
/* line 342, ../sass/global.scss */
.page-messages-delete #privatemsg-delete {
background-color: #FFFFFF;
-webkit-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
-moz-box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
box-shadow: rgba(125, 131, 141, 0.8) 1px 1px 1px 0;
padding: 15px 15px 5px 15px;
text-align: center;
}
/* line 346, ../sass/global.scss */
.page-messages-delete #privatemsg-delete #edit-submit {
margin: 8px 0;
}
/**
* USER PROFILE
*/
/* line 356, ../sass/global.scss */
.page-user .profile {
margin: 0;
}
/* line 358, ../sass/global.scss */
.page-user .profile .field {
margin: 0 0 10px 0;
}
/**
* ABSOLUTE MESSAGES
*/
/* line 367, ../sass/global.scss */
.absolute-messages-message {
font-size: 13px;
}
/* line 370, ../sass/global.scss */
.absolute-messages-status {
background-color: #A4C639;
border-bottom: 1px solid #849B3A;
color: #546B0A;
}
/* line 375, ../sass/global.scss */
.absolute-messages-error {
background-color: #EF393C;
border-bottom: 1px solid #A30000;
color: #770000;
}
/* line 380, ../sass/global.scss */
.absolute-messages-warning {
background-color: #F4A83D;
border-bottom: 1px solid #D6800C;
color: #735005;
}
/* line 385, ../sass/global.scss */
#absolute-messages-show {
border-color: transparent #235f82;
box-shadow: none;
}
|
grantmaster/src/main/resources/styles/Styles.css
|
gaborfeher/grantmaster
|
.numColumn {
-fx-alignment: bottom-right;
}
.numColumn .text-field {
-fx-padding: 0px;
-fx-background-color: white;
-fx-background-insets: 0;
}
.numColumn .text-field:focused {
-fx-background-color: white;
-fx-background-insets: 0;
}
.textColumn {
-fx-alignment: bottom-left;
}
.textColumn TextField {
-fx-padding: 0px;
}
.textColumn .text-field {
-fx-background-color: white;
-fx-background-insets: 0;
}
.textColumn .text-field:focused {
-fx-background-color: white;
-fx-background-insets: 0;
}
.summaryRow {
-fx-font-weight: bold;
-fx-background-color: #cfe7f5;
}
TableView .editColumn Button {
-fx-font-size: 1.0em;
-fx-padding: 3px;
-fx-margin: 1px;
}
.editColumn {
-fx-alignment: center;
}
.editColumn HBox {
-fx-alignment: center;
}
.table-cell:selected {
-fx-color: black;
-fx-font-color: black;
-fx-text-color: black;
-fx-background: -fx-control-inner-background ;
-fx-background-color: -fx-table-cell-border-color, -fx-background ;
-fx-background-insets: 0, 3 ;
-fx-table-cell-border-color: gray;
}
//.choice-box {
// -fx-background-color: red;
// -fx-text-fill: black;
//}
.choice-box .label {
-fx-text-fill: black;
}
.choice-box .arrow, .choice-box .arrow-button {
-fx-background-color: black;
}
|
content/painter/portfolio-item-2.html
|
blakel12/metavault
|
<!DOCTYPE html>
<!--[if lt IE 7]><html class="no-js lt-ie10 lt-ie9 lt-ie8 lt-ie7 "> <![endif]-->
<!--[if IE 7]><html class="no-js lt-ie10 lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]><html class="no-js lt-ie10 lt-ie9"> <![endif]-->
<!--[if IE 9]><html class="no-js lt-ie10"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<!-- Basic Page Needs -->
<meta charset="utf-8">
<title>Be</title>
<meta name="description" content="" >
<meta name="author" content="">
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Favicons -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- FONTS -->
<link rel='stylesheet' id='Roboto-css' href='http://fonts.googleapis.com/css?family=Roboto:100,300,400,400italic,700'>
<link rel='stylesheet' id='Patua+One-css' href='http://fonts.googleapis.com/css?family=Patua+One:100,300,400,400italic,700'>
<link rel='stylesheet' id='Lato-css' href='http://fonts.googleapis.com/css?family=Lato:100,300,400'>
<link rel='stylesheet' id='Open+Sans-css' href='http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic&ver=4.4.1'>
<!-- CSS -->
<link rel='stylesheet' id='global-css' href='../../css/global.css'>
<link rel='stylesheet' id='structure-css' href='css/structure.css'>
<link rel='stylesheet' id='local-css' href='css/painter.css'>
<link rel='stylesheet' id='custom-css' href='css/custom.css'>
</head>
<body class="single single-portfolio postid-2201 layout-full-width nice-scroll-on mobile-tb-left button-stroke header-classic header-fw minimalist-header sticky-header sticky-white ab-hide subheader-title-left menu-line-below-80-1 menuo-right menuo-no-borders footer-copy-center tr-content">
<!-- Main Theme Wrapper -->
<div id="Wrapper">
<!-- Header Wrapper -->
<div id="Header_wrapper" >
<!-- Header -->
<header id="Header">
<!-- Header - Logo and Menu area -->
<div id="Top_bar" >
<div class="container">
<div class="column one">
<div class="top_bar_left clearfix">
<!-- Logo-->
<div class="logo">
<a id="logo" href="../../index-painter.html" title="BePainter - BeTheme"><img class="logo-main scale-with-grid" src="images/painter.png" alt="BePainter - BeTheme" /><img class="logo-sticky scale-with-grid" src="images/painter.png" alt="" /><img class="logo-mobile scale-with-grid" src="images/painter.png" alt="" /></a>
</div>
<!-- Main menu-->
<div class="menu_wrapper">
<nav id="menu" class="menu-main-menu-container">
<ul id="menu-main-menu" class="menu">
<li id="menu-item-5" class="menu-item menu-item-type-post_type menu-item-object-page">
<a href="../../index-painter.html"><span>Home</span></a>
</li>
<li id="menu-item-2233" class="menu-item menu-item-type-post_type menu-item-object-page">
<a href="paintings.html"><span>Paintings</span></a>
</li>
<li id="menu-item-2232" class="menu-item menu-item-type-post_type menu-item-object-page">
<a href="aboutme.html"><span>About me</span></a>
</li>
<li id="menu-item-2231" class="menu-item menu-item-type-post_type menu-item-object-page">
<a href="contact.html"><span>Contact</span></a>
</li>
<li id="menu-item-2234" class="menu-item menu-item-type-custom menu-item-object-custom">
<a target="_blank" href="http://themeforest.net/item/betheme-html-responsive-multipurpose-template/13925633"><span><span style="padding: 0; color: #85410E;">Buy now</span></span></a>
</li>
</ul>
</nav><a class="responsive-menu-toggle " href="#"><i class="icon-menu"></i></a>
</div>
<!-- Secondary menu area - only for certain pages -->
<div class="secondary_menu_wrapper"></div>
<!-- Banner area - only for certain pages-->
<div class="banner_wrapper"></div>
<!-- Header Searchform area-->
<div class="search_wrapper">
<form method="get" id="searchform" action="#">
<i class="icon_search icon-search"></i><a href="#" class="icon_close"><i class="icon-cancel"></i></a>
<input type="text" class="field" name="s" id="s" placeholder="Enter your search" />
<input type="submit" class="submit" value="" style="display:none;" />
</form>
</div>
</div>
</div>
</div>
</div>
</header>
</div>
<!-- Main Content -->
<div id="Content" class="no-padding">
<div class="content_wrapper clearfix">
<div class="sections_group">
<div class="section mcb-section full-screen " style="padding-top:60px; padding-bottom:20px; background-color:; background-image:url(images/home_painter_portfolio2.jpg); background-repeat:no-repeat; background-position:center top; background-attachment:fixed; background-size:cover; -webkit-background-size:cover" data-enllax-ratio="-0.3">
<div class="section_wrapper mcb-section-inner">
<div class="wrap mcb-wrap one clearfix" >
<!-- One Full Row-->
<div class="column mcb-column one column_placeholder">
<div class="placeholder">
</div>
</div>
</div>
</div>
</div>
<div class="section mcb-section " style="padding-top:120px; padding-bottom:60px; ">
<div class="section_wrapper mcb-section-inner">
<div class="wrap mcb-wrap one clearfix" >
<!-- One Full Row-->
<div class="column mcb-column one column_column column-margin-">
<div class="column_attr" style=" padding:0 10%;">
<h2>Proin non est interdum felis porta sagittis at non sapien. Nam tristique commodo turpis a consequat. Maecenas suscipit leo nec ipsum facilisis, ac orci aliquam donec et.</h2>
</div>
</div>
<!-- One Full Row-->
<div class="column mcb-column one column_divider ">
<hr class="no_line" style="margin: 0 auto 50px;"/>
</div>
<!-- One Full Row-->
<div class="column mcb-column one column_image ">
<div class="image_frame image_item no_link scale-with-grid no_border" >
<div class="image_wrapper"><img class="scale-with-grid" src="images/home_painter_portfolio4.jpg" alt="" width="1180" height="786" />
</div>
</div>
</div>
<!-- One Full Row-->
<div class="column mcb-column one column_divider ">
<hr class="no_line" style="margin: 0 auto 20px;"/>
</div>
<div class="column mcb-column one-fourth column_placeholder">
<div class="placeholder">
</div>
</div>
<div class="column mcb-column one-fourth column_column column-margin-">
<div class="column_attr" >
<h5 style="font-weight: 600;">Donec dapibus erat et dolor fringilla, id pharetra ipsum consequat dapibus.</h5>
</div>
</div>
<div class="column mcb-column one-fourth column_column column-margin-">
<div class="column_attr" >
<h5>Nullam id leo vitae est faucibus hendrerit. Vestibulum eros odio, semper sed faucibus in, interdum sed enim. Ut porttitor mi eget purus rutrum, in orci aliquam.</h5>
</div>
</div>
<!-- One Full Row-->
<div class="column mcb-column one column_divider ">
<hr class="no_line" style="margin: 0 auto 20px;"/>
</div>
<!-- One Sixth (1/6) Column -->
<div class="column mcb-column one-sixth column_placeholder">
<div class="placeholder">
</div>
</div>
<!-- Two Third (2/3) Column -->
<div class="column mcb-column two-third column_column column-margin-">
<div class="column_attr align_center" >
<div style="background: url(images/home_painter_arrow_right.png) no-repeat right top; color: #9e6033; padding: 20px 0;">
Phasellus ligula nunc elementum quis sodales
</div>
</div>
</div>
<!-- One Full Row-->
<div class="column mcb-column one column_divider ">
<hr class="no_line" style="margin: 0 auto 20px;"/>
</div>
<!-- One Second (1/2) Column -->
<div class="column mcb-column one-second column_column column-margin-">
<div class="column_attr" style=" padding:0 3% 0 0;">
<h4>Eius modi tempora</h4>
<hr class="no_line" style="margin: 0 auto 35px;"/>
<h5>Totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dictalicabo.</h5>
<p>
Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore.
</p>
</div>
</div>
<!-- One Second (1/2) Column -->
<div class="column mcb-column one-second column_column column-margin-">
<div class="column_attr" style=" padding:0 0 0 3%;">
<h4>Neque porro quisquam</h4>
<hr class="no_line" style="margin: 0 auto 35px;"/>
<h5>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque.</h5>
<p>
Nullam ut orci a nisi faucibus feugiat. Donec varius diam id dolor efficitur tempor. In non rutrum neque. Pellentesque interdum sem rutrum tellus viverra metus.
</p>
<p>
Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet voluptatem accusantium doloremque.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="section mcb-section " style="padding-top:90px; padding-bottom:50px; background-color:#eff0f2" >
<div class="section_wrapper mcb-section-inner">
<div class="wrap mcb-wrap one clearfix" >
<!-- One Full Row-->
<div class="column mcb-column one column_column column-margin-">
<div class="column_attr align_center" style=" padding:0 8%;">
<h3>Other paintings</h3>
</div>
</div>
<!-- One Full Row-->
<div class="column mcb-column one column_portfolio ">
<div class="column_filters">
<div class="portfolio_wrapper isotope_wrapper ">
<ul class="portfolio_group lm_wrapper isotope masonry col-3 masonry-hover">
<!-- Portfolio item -->
<li class="portfolio-item isotope-item category-branding category-design has-thumbnail">
<div class="masonry-hover-wrapper">
<div class="hover-desc bg-dark" >
<div class="desc-inner">
<h3 class="entry-title" itemprop="headline"><a class="link" href="portfolio-item-1.html">Aliquam eratac</a></h3><div class="desc-wrappper"></div>
</div>
<div class="links-wrappper clearfix">
<a class="zoom" href="images/home_painter_list1.jpg" rel="prettyphoto"><i class="icon-search"></i></a><a class="link" href="portfolio-item-1.html"><i class="icon-link"></i></a>
</div>
</div>
<div class="image-wrapper scale-with-grid">
<a class="link" href="portfolio-item-1.html"><img width="700" height="680" src="images/home_painter_list1.jpg" class="scale-with-grid wp-post-image" alt="home_painter_list1" itemprop="image" /></a>
</div>
</div>
</li>
<!-- Portfolio item -->
<li class="portfolio-item isotope-item category-design has-thumbnail">
<div class="masonry-hover-wrapper">
<div class="hover-desc bg-dark" >
<div class="desc-inner">
<h3 class="entry-title" itemprop="headline"><a class="link" href="portfolio-item-6.html">Fames ac turpis</a></h3><div class="desc-wrappper"></div>
</div>
<div class="links-wrappper clearfix">
<a class="zoom" href="images/home_painter_list11.jpg" rel="prettyphoto"><i class="icon-search"></i></a><a class="link" href="portfolio-item-6.html"><i class="icon-link"></i></a>
</div>
</div>
<div class="image-wrapper scale-with-grid">
<a class="link" href="portfolio-item-6.html"><img width="700" height="590" src="images/home_painter_list11.jpg" class="scale-with-grid wp-post-image" alt="home_painter_list11" itemprop="image" /></a>
</div>
</div>
</li>
<!-- Portfolio item -->
<li class="portfolio-item isotope-item category-design has-thumbnail">
<div class="masonry-hover-wrapper">
<div class="hover-desc bg-dark" >
<div class="desc-inner">
<h3 class="entry-title" itemprop="headline"><a class="link" href="portfolio-item-7.html">Gravida ullamcorper</a></h3><div class="desc-wrappper"></div>
</div>
<div class="links-wrappper clearfix">
<a class="zoom" href="images/home_painter_list8.jpg" rel="prettyphoto"><i class="icon-search"></i></a><a class="link" href="portfolio-item-7.html"><i class="icon-link"></i></a>
</div>
</div>
<div class="image-wrapper scale-with-grid">
<a class="link" href="portfolio-item-7.html"><img width="700" height="800" src="images/home_painter_list8.jpg" class="scale-with-grid wp-post-image" alt="home_painter_list8" itemprop="image" /></a>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section the_content no_content">
<div class="section_wrapper">
<div class="the_content_wrapper"></div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer-->
<footer id="Footer" class="clearfix">
<!-- Footer copyright-->
<div class="footer_copy">
<div class="container">
<div class="column one">
<div class="copyright">
© 2016 BePainter - BeTheme. All Rights Reserved. Muffin group - HTML by <a target="_blank" rel="nofollow" href="http://themeforest.net/item/betheme-html-responsive-multipurpose-template/13925633?ref=BeantownThemes">BeantownThemes</a>
</div><!--Social info area-->
<ul class="social"></ul>
</div>
</div>
</div>
</footer>
</div>
<!-- JS -->
<script type="text/javascript" src="../../js/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="../../js/mfn.menu.js"></script>
<script type="text/javascript" src="../../js/jquery.plugins.js"></script>
<script type="text/javascript" src="../../js/jquery.jplayer.min.js"></script>
<script type="text/javascript" src="../../js/animations/animations.js"></script>
<script type="text/javascript" src="../../js/scripts.js"></script>
<script id="mfn-dnmc-retina-js">
jQuery(window).load(function() {
var retina = window.devicePixelRatio > 1 ? true : false;
if (retina) {
var retinaEl = jQuery("#logo img.logo-main");
var retinaLogoW = retinaEl.width();
var retinaLogoH = retinaEl.height();
retinaEl.attr("src", "images/retina-painter.png").width(retinaLogoW).height(retinaLogoH);
var stickyEl = jQuery("#logo img.logo-sticky");
var stickyLogoW = stickyEl.width();
var stickyLogoH = stickyEl.height();
stickyEl.attr("src", "images/retina-painter.png").width(stickyLogoW).height(stickyLogoH);
var mobileEl = jQuery("#logo img.logo-mobile");
var mobileLogoW = mobileEl.width();
var mobileLogoH = mobileEl.height();
mobileEl.attr("src", "images/retina-painter.png").width(mobileLogoW).height(mobileLogoH);
}
});
</script>
</body>
</html>
|
doc/libsoup-2.4/Soup.STATUS_H.html
|
themightyug/ledborg-server
|
<?xml version="1.0" encoding="utf-8"?>
<html>
<head>
<title>Soup.STATUS_H -- Vala Binding Reference</title>
<link href="../style.css" rel="stylesheet" type="text/css"/><script src="../scripts.js" type="text/javascript">
</script>
</head>
<body>
<div class="site_header">Soup.STATUS_H Reference Manual</div>
<div class="site_body">
<div class="site_navigation">
<ul class="navi_main">
<li class="package_index"><a href="../index.html">Packages</a></li>
</ul>
<hr class="navi_hr"/>
<ul class="navi_main">
<li class="package"><a href="index.htm">libsoup-2.4</a></li>
</ul>
<hr class="navi_hr"/>
<ul class="navi_main">
<li class="namespace"><a href="Soup.html">Soup</a></li>
</ul>
<hr class="navi_hr"/>
<ul class="navi_main">
<li class="namespace"><a href="Soup.Form.html">Form</a></li>
<li class="namespace"><a href="Soup.XMLRPC.html">XMLRPC</a></li>
<li class="enum"><a href="Soup.AddressFamily.html">AddressFamily</a></li>
<li class="enum"><a href="Soup.CacheResponse.html">CacheResponse</a></li>
<li class="enum"><a href="Soup.CacheType.html">CacheType</a></li>
<li class="enum"><a href="Soup.Cacheability.html">Cacheability</a></li>
<li class="enum"><a href="Soup.ConnectionState.html">ConnectionState</a></li>
<li class="enum"><a href="Soup.CookieJarAcceptPolicy.html">CookieJarAcceptPolicy</a></li>
<li class="enum"><a href="Soup.DateFormat.html">DateFormat</a></li>
<li class="enum"><a href="Soup.Encoding.html">Encoding</a></li>
<li class="enum"><a href="Soup.Expectation.html">Expectation</a></li>
<li class="enum"><a href="Soup.HTTPVersion.html">HTTPVersion</a></li>
<li class="enum"><a href="Soup.KnownStatusCode.html">KnownStatusCode</a></li>
<li class="enum"><a href="Soup.LoggerLogLevel.html">LoggerLogLevel</a></li>
<li class="enum"><a href="Soup.MemoryUse.html">MemoryUse</a></li>
<li class="enum"><a href="Soup.MessageFlags.html">MessageFlags</a></li>
<li class="enum"><a href="Soup.MessageHeadersType.html">MessageHeadersType</a></li>
<li class="enum"><a href="Soup.SocketIOStatus.html">SocketIOStatus</a></li>
<li class="interface"><span class="deprecated"><a href="Soup.ProxyResolver.html">ProxyResolver</a></span></li>
<li class="interface"><a href="Soup.ProxyURIResolver.html">ProxyURIResolver</a></li>
<li class="interface"><a href="Soup.SessionFeature.html">SessionFeature</a></li>
<li class="class"><a href="Soup.Address.html">Address</a></li>
<li class="abstract_class"><a href="Soup.Auth.html">Auth</a></li>
<li class="class"><a href="Soup.AuthBasic.html">AuthBasic</a></li>
<li class="class"><a href="Soup.AuthDigest.html">AuthDigest</a></li>
<li class="abstract_class"><a href="Soup.AuthDomain.html">AuthDomain</a></li>
<li class="class"><a href="Soup.AuthDomainBasic.html">AuthDomainBasic</a></li>
<li class="class"><a href="Soup.AuthDomainDigest.html">AuthDomainDigest</a></li>
<li class="class"><a href="Soup.AuthNTLM.html">AuthNTLM</a></li>
<li class="class"><a href="Soup.Buffer.html">Buffer</a></li>
<li class="class"><a href="Soup.ByteArray.html">ByteArray</a></li>
<li class="class"><a href="Soup.Cache.html">Cache</a></li>
<li class="class"><a href="Soup.ClientContext.html">ClientContext</a></li>
<li class="class"><a href="Soup.Connection.html">Connection</a></li>
<li class="class"><a href="Soup.ContentDecoder.html">ContentDecoder</a></li>
<li class="class"><a href="Soup.ContentSniffer.html">ContentSniffer</a></li>
<li class="class"><a href="Soup.Cookie.html">Cookie</a></li>
<li class="class"><a href="Soup.CookieJar.html">CookieJar</a></li>
<li class="class"><a href="Soup.CookieJarText.html">CookieJarText</a></li>
<li class="class"><a href="Soup.Date.html">Date</a></li>
<li class="class"><a href="Soup.Logger.html">Logger</a></li>
<li class="class"><a href="Soup.Message.html">Message</a></li>
<li class="class"><a href="Soup.MessageBody.html">MessageBody</a></li>
<li class="class"><a href="Soup.MessageHeaders.html">MessageHeaders</a></li>
<li class="class"><a href="Soup.MessageQueue.html">MessageQueue</a></li>
<li class="class"><a href="Soup.MessageQueueItem.html">MessageQueueItem</a></li>
<li class="class"><a href="Soup.Multipart.html">Multipart</a></li>
<li class="class"><a href="Soup.MultipartInputStream.html">MultipartInputStream</a></li>
<li class="class"><a href="Soup.ProxyResolverDefault.html">ProxyResolverDefault</a></li>
<li class="class"><a href="Soup.Request.html">Request</a></li>
<li class="class"><a href="Soup.RequestData.html">RequestData</a></li>
<li class="class"><a href="Soup.RequestFile.html">RequestFile</a></li>
<li class="class"><a href="Soup.RequestHTTP.html">RequestHTTP</a></li>
<li class="class"><a href="Soup.Requester.html">Requester</a></li>
<li class="class"><a href="Soup.Server.html">Server</a></li>
<li class="abstract_class"><a href="Soup.Session.html">Session</a></li>
<li class="class"><a href="Soup.SessionAsync.html">SessionAsync</a></li>
<li class="class"><a href="Soup.SessionSync.html">SessionSync</a></li>
<li class="class"><a href="Soup.Socket.html">Socket</a></li>
<li class="class"><a href="Soup.URI.html">URI</a></li>
<li class="struct"><a href="Soup.MessageHeadersIter.html">MessageHeadersIter</a></li>
<li class="struct"><a href="Soup.Range.html">Range</a></li>
<li class="constant"><a href="Soup.ADDRESS_ANY_PORT.html">ADDRESS_ANY_PORT</a></li>
<li class="constant"><a href="Soup.ADDRESS_FAMILY.html">ADDRESS_FAMILY</a></li>
<li class="constant"><a href="Soup.ADDRESS_NAME.html">ADDRESS_NAME</a></li>
<li class="constant"><a href="Soup.ADDRESS_PHYSICAL.html">ADDRESS_PHYSICAL</a></li>
<li class="constant"><a href="Soup.ADDRESS_PORT.html">ADDRESS_PORT</a></li>
<li class="constant"><a href="Soup.ADDRESS_PROTOCOL.html">ADDRESS_PROTOCOL</a></li>
<li class="constant"><a href="Soup.ADDRESS_SOCKADDR.html">ADDRESS_SOCKADDR</a></li>
<li class="constant"><a href="Soup.AUTH_DOMAIN_ADD_PATH.html">AUTH_DOMAIN_ADD_PATH</a></li>
<li class="constant"><a href="Soup.AUTH_DOMAIN_BASIC_AUTH_CALLBACK.html">AUTH_DOMAIN_BASIC_AUTH_CALLBACK</a></li>
<li class="constant"><a href="Soup.AUTH_DOMAIN_BASIC_AUTH_DATA.html">AUTH_DOMAIN_BASIC_AUTH_DATA</a></li>
<li class="constant"><a href="Soup.AUTH_DOMAIN_BASIC_H.html">AUTH_DOMAIN_BASIC_H</a></li>
<li class="constant"><a href="Soup.AUTH_DOMAIN_DIGEST_AUTH_CALLBACK.html">AUTH_DOMAIN_DIGEST_AUTH_CALLBACK</a></li>
<li class="constant"><a href="Soup.AUTH_DOMAIN_DIGEST_AUTH_DATA.html">AUTH_DOMAIN_DIGEST_AUTH_DATA</a></li>
<li class="constant"><a href="Soup.AUTH_DOMAIN_DIGEST_H.html">AUTH_DOMAIN_DIGEST_H</a></li>
<li class="constant"><a href="Soup.AUTH_DOMAIN_FILTER.html">AUTH_DOMAIN_FILTER</a></li>
<li class="constant"><a href="Soup.AUTH_DOMAIN_FILTER_DATA.html">AUTH_DOMAIN_FILTER_DATA</a></li>
<li class="constant"><a href="Soup.AUTH_DOMAIN_GENERIC_AUTH_CALLBACK.html">AUTH_DOMAIN_GENERIC_AUTH_CALLBACK</a></li>
<li class="constant"><a href="Soup.AUTH_DOMAIN_GENERIC_AUTH_DATA.html">AUTH_DOMAIN_GENERIC_AUTH_DATA</a></li>
<li class="constant"><a href="Soup.AUTH_DOMAIN_H.html">AUTH_DOMAIN_H</a></li>
<li class="constant"><a href="Soup.AUTH_DOMAIN_PROXY.html">AUTH_DOMAIN_PROXY</a></li>
<li class="constant"><a href="Soup.AUTH_DOMAIN_REALM.html">AUTH_DOMAIN_REALM</a></li>
<li class="constant"><a href="Soup.AUTH_DOMAIN_REMOVE_PATH.html">AUTH_DOMAIN_REMOVE_PATH</a></li>
<li class="constant"><a href="Soup.AUTH_H.html">AUTH_H</a></li>
<li class="constant"><a href="Soup.AUTH_HOST.html">AUTH_HOST</a></li>
<li class="constant"><a href="Soup.AUTH_IS_AUTHENTICATED.html">AUTH_IS_AUTHENTICATED</a></li>
<li class="constant"><a href="Soup.AUTH_IS_FOR_PROXY.html">AUTH_IS_FOR_PROXY</a></li>
<li class="constant"><a href="Soup.AUTH_REALM.html">AUTH_REALM</a></li>
<li class="constant"><a href="Soup.AUTH_SCHEME_NAME.html">AUTH_SCHEME_NAME</a></li>
<li class="constant"><a href="Soup.CACHE_H.html">CACHE_H</a></li>
<li class="constant"><a href="Soup.CHAR_HTTP_CTL.html">CHAR_HTTP_CTL</a></li>
<li class="constant"><a href="Soup.CHAR_HTTP_SEPARATOR.html">CHAR_HTTP_SEPARATOR</a></li>
<li class="constant"><a href="Soup.CHAR_URI_GEN_DELIMS.html">CHAR_URI_GEN_DELIMS</a></li>
<li class="constant"><a href="Soup.CHAR_URI_PERCENT_ENCODED.html">CHAR_URI_PERCENT_ENCODED</a></li>
<li class="constant"><a href="Soup.CHAR_URI_SUB_DELIMS.html">CHAR_URI_SUB_DELIMS</a></li>
<li class="constant"><a href="Soup.CONTENT_DECODER_H.html">CONTENT_DECODER_H</a></li>
<li class="constant"><a href="Soup.CONTENT_SNIFFER_H.html">CONTENT_SNIFFER_H</a></li>
<li class="constant"><a href="Soup.COOKIE_H.html">COOKIE_H</a></li>
<li class="constant"><a href="Soup.COOKIE_JAR_ACCEPT_POLICY.html">COOKIE_JAR_ACCEPT_POLICY</a></li>
<li class="constant"><a href="Soup.COOKIE_JAR_H.html">COOKIE_JAR_H</a></li>
<li class="constant"><a href="Soup.COOKIE_JAR_READ_ONLY.html">COOKIE_JAR_READ_ONLY</a></li>
<li class="constant"><a href="Soup.COOKIE_JAR_TEXT_FILENAME.html">COOKIE_JAR_TEXT_FILENAME</a></li>
<li class="constant"><a href="Soup.COOKIE_JAR_TEXT_H.html">COOKIE_JAR_TEXT_H</a></li>
<li class="constant"><a href="Soup.COOKIE_MAX_AGE_ONE_DAY.html">COOKIE_MAX_AGE_ONE_DAY</a></li>
<li class="constant"><a href="Soup.COOKIE_MAX_AGE_ONE_HOUR.html">COOKIE_MAX_AGE_ONE_HOUR</a></li>
<li class="constant"><a href="Soup.COOKIE_MAX_AGE_ONE_WEEK.html">COOKIE_MAX_AGE_ONE_WEEK</a></li>
<li class="constant"><a href="Soup.COOKIE_MAX_AGE_ONE_YEAR.html">COOKIE_MAX_AGE_ONE_YEAR</a></li>
<li class="constant"><a href="Soup.DATE_H.html">DATE_H</a></li>
<li class="constant"><a href="Soup.FORM_H.html">FORM_H</a></li>
<li class="constant"><a href="Soup.FORM_MIME_TYPE_MULTIPART.html">FORM_MIME_TYPE_MULTIPART</a></li>
<li class="constant"><a href="Soup.FORM_MIME_TYPE_URLENCODED.html">FORM_MIME_TYPE_URLENCODED</a></li>
<li class="constant"><a href="Soup.HEADERS_H.html">HEADERS_H</a></li>
<li class="constant"><a href="Soup.LOGGER_H.html">LOGGER_H</a></li>
<li class="constant"><a href="Soup.MESSAGE_BODY_H.html">MESSAGE_BODY_H</a></li>
<li class="constant"><a href="Soup.MESSAGE_FIRST_PARTY.html">MESSAGE_FIRST_PARTY</a></li>
<li class="constant"><a href="Soup.MESSAGE_FLAGS.html">MESSAGE_FLAGS</a></li>
<li class="constant"><a href="Soup.MESSAGE_H.html">MESSAGE_H</a></li>
<li class="constant"><a href="Soup.MESSAGE_HEADERS_H.html">MESSAGE_HEADERS_H</a></li>
<li class="constant"><a href="Soup.MESSAGE_HTTP_VERSION.html">MESSAGE_HTTP_VERSION</a></li>
<li class="constant"><a href="Soup.MESSAGE_METHOD.html">MESSAGE_METHOD</a></li>
<li class="constant"><a href="Soup.MESSAGE_REASON_PHRASE.html">MESSAGE_REASON_PHRASE</a></li>
<li class="constant"><a href="Soup.MESSAGE_REQUEST_BODY.html">MESSAGE_REQUEST_BODY</a></li>
<li class="constant"><a href="Soup.MESSAGE_REQUEST_HEADERS.html">MESSAGE_REQUEST_HEADERS</a></li>
<li class="constant"><a href="Soup.MESSAGE_RESPONSE_BODY.html">MESSAGE_RESPONSE_BODY</a></li>
<li class="constant"><a href="Soup.MESSAGE_RESPONSE_HEADERS.html">MESSAGE_RESPONSE_HEADERS</a></li>
<li class="constant"><a href="Soup.MESSAGE_SERVER_SIDE.html">MESSAGE_SERVER_SIDE</a></li>
<li class="constant"><a href="Soup.MESSAGE_STATUS_CODE.html">MESSAGE_STATUS_CODE</a></li>
<li class="constant"><a href="Soup.MESSAGE_TLS_CERTIFICATE.html">MESSAGE_TLS_CERTIFICATE</a></li>
<li class="constant"><a href="Soup.MESSAGE_TLS_ERRORS.html">MESSAGE_TLS_ERRORS</a></li>
<li class="constant"><a href="Soup.MESSAGE_URI.html">MESSAGE_URI</a></li>
<li class="constant"><a href="Soup.METHOD_H.html">METHOD_H</a></li>
<li class="constant"><a href="Soup.MISC_H.html">MISC_H</a></li>
<li class="constant"><a href="Soup.MULTIPART_H.html">MULTIPART_H</a></li>
<li class="constant"><a href="Soup.MULTIPART_INPUT_STREAM_H.html">MULTIPART_INPUT_STREAM_H</a></li>
<li class="constant"><a href="Soup.PASSWORD_MANAGER_H.html">PASSWORD_MANAGER_H</a></li>
<li class="constant"><a href="Soup.PROXY_RESOLVER_DEFAULT_H.html">PROXY_RESOLVER_DEFAULT_H</a></li>
<li class="constant"><a href="Soup.PROXY_URI_RESOLVER_H.html">PROXY_URI_RESOLVER_H</a></li>
<li class="constant"><a href="Soup.REQUESTER_H.html">REQUESTER_H</a></li>
<li class="constant"><a href="Soup.REQUEST_DATA_H.html">REQUEST_DATA_H</a></li>
<li class="constant"><a href="Soup.REQUEST_FILE_H.html">REQUEST_FILE_H</a></li>
<li class="constant"><a href="Soup.REQUEST_H.html">REQUEST_H</a></li>
<li class="constant"><a href="Soup.REQUEST_HTTP_H.html">REQUEST_HTTP_H</a></li>
<li class="constant"><a href="Soup.REQUEST_SESSION.html">REQUEST_SESSION</a></li>
<li class="constant"><a href="Soup.REQUEST_URI.html">REQUEST_URI</a></li>
<li class="constant"><a href="Soup.SERVER_ASYNC_CONTEXT.html">SERVER_ASYNC_CONTEXT</a></li>
<li class="constant"><a href="Soup.SERVER_H.html">SERVER_H</a></li>
<li class="constant"><a href="Soup.SERVER_INTERFACE.html">SERVER_INTERFACE</a></li>
<li class="constant"><a href="Soup.SERVER_PORT.html">SERVER_PORT</a></li>
<li class="constant"><a href="Soup.SERVER_RAW_PATHS.html">SERVER_RAW_PATHS</a></li>
<li class="constant"><a href="Soup.SERVER_SERVER_HEADER.html">SERVER_SERVER_HEADER</a></li>
<li class="constant"><a href="Soup.SERVER_SSL_CERT_FILE.html">SERVER_SSL_CERT_FILE</a></li>
<li class="constant"><a href="Soup.SERVER_SSL_KEY_FILE.html">SERVER_SSL_KEY_FILE</a></li>
<li class="constant"><a href="Soup.SERVER_TLS_CERTIFICATE.html">SERVER_TLS_CERTIFICATE</a></li>
<li class="constant"><a href="Soup.SESSION_ACCEPT_LANGUAGE.html">SESSION_ACCEPT_LANGUAGE</a></li>
<li class="constant"><a href="Soup.SESSION_ACCEPT_LANGUAGE_AUTO.html">SESSION_ACCEPT_LANGUAGE_AUTO</a></li>
<li class="constant"><a href="Soup.SESSION_ASYNC_CONTEXT.html">SESSION_ASYNC_CONTEXT</a></li>
<li class="constant"><a href="Soup.SESSION_ASYNC_H.html">SESSION_ASYNC_H</a></li>
<li class="constant"><a href="Soup.SESSION_FEATURE_H.html">SESSION_FEATURE_H</a></li>
<li class="constant"><a href="Soup.SESSION_H.html">SESSION_H</a></li>
<li class="constant"><a href="Soup.SESSION_HTTPS_ALIASES.html">SESSION_HTTPS_ALIASES</a></li>
<li class="constant"><a href="Soup.SESSION_HTTP_ALIASES.html">SESSION_HTTP_ALIASES</a></li>
<li class="constant"><a href="Soup.SESSION_IDLE_TIMEOUT.html">SESSION_IDLE_TIMEOUT</a></li>
<li class="constant"><a href="Soup.SESSION_MAX_CONNS.html">SESSION_MAX_CONNS</a></li>
<li class="constant"><a href="Soup.SESSION_MAX_CONNS_PER_HOST.html">SESSION_MAX_CONNS_PER_HOST</a></li>
<li class="constant"><a href="Soup.SESSION_PROXY_URI.html">SESSION_PROXY_URI</a></li>
<li class="constant"><a href="Soup.SESSION_SSL_CA_FILE.html">SESSION_SSL_CA_FILE</a></li>
<li class="constant"><a href="Soup.SESSION_SSL_STRICT.html">SESSION_SSL_STRICT</a></li>
<li class="constant"><a href="Soup.SESSION_SSL_USE_SYSTEM_CA_FILE.html">SESSION_SSL_USE_SYSTEM_CA_FILE</a></li>
<li class="constant"><a href="Soup.SESSION_SYNC_H.html">SESSION_SYNC_H</a></li>
<li class="constant"><a href="Soup.SESSION_TIMEOUT.html">SESSION_TIMEOUT</a></li>
<li class="constant"><a href="Soup.SESSION_TLS_DATABASE.html">SESSION_TLS_DATABASE</a></li>
<li class="constant"><a href="Soup.SESSION_USER_AGENT.html">SESSION_USER_AGENT</a></li>
<li class="constant"><a href="Soup.SESSION_USE_NTLM.html">SESSION_USE_NTLM</a></li>
<li class="constant"><a href="Soup.SESSION_USE_THREAD_CONTEXT.html">SESSION_USE_THREAD_CONTEXT</a></li>
<li class="constant"><a href="Soup.SOCKET_ASYNC_CONTEXT.html">SOCKET_ASYNC_CONTEXT</a></li>
<li class="constant"><a href="Soup.SOCKET_FLAG_NONBLOCKING.html">SOCKET_FLAG_NONBLOCKING</a></li>
<li class="constant"><a href="Soup.SOCKET_H.html">SOCKET_H</a></li>
<li class="constant"><a href="Soup.SOCKET_IS_SERVER.html">SOCKET_IS_SERVER</a></li>
<li class="constant"><a href="Soup.SOCKET_LOCAL_ADDRESS.html">SOCKET_LOCAL_ADDRESS</a></li>
<li class="constant"><a href="Soup.SOCKET_REMOTE_ADDRESS.html">SOCKET_REMOTE_ADDRESS</a></li>
<li class="constant"><a href="Soup.SOCKET_SSL_CREDENTIALS.html">SOCKET_SSL_CREDENTIALS</a></li>
<li class="constant"><a href="Soup.SOCKET_SSL_FALLBACK.html">SOCKET_SSL_FALLBACK</a></li>
<li class="constant"><a href="Soup.SOCKET_SSL_STRICT.html">SOCKET_SSL_STRICT</a></li>
<li class="constant"><a href="Soup.SOCKET_TIMEOUT.html">SOCKET_TIMEOUT</a></li>
<li class="constant"><a href="Soup.SOCKET_TLS_CERTIFICATE.html">SOCKET_TLS_CERTIFICATE</a></li>
<li class="constant"><a href="Soup.SOCKET_TLS_ERRORS.html">SOCKET_TLS_ERRORS</a></li>
<li class="constant"><a href="Soup.SOCKET_TRUSTED_CERTIFICATE.html">SOCKET_TRUSTED_CERTIFICATE</a></li>
<li class="constant"><a href="Soup.SOCKET_USE_THREAD_CONTEXT.html">SOCKET_USE_THREAD_CONTEXT</a></li>
<li class="constant">STATUS_H</li>
<li class="constant"><a href="Soup.TYPES_H.html">TYPES_H</a></li>
<li class="constant"><a href="Soup.URI_H.html">URI_H</a></li>
<li class="constant"><a href="Soup.VALUE_UTILS_H.html">VALUE_UTILS_H</a></li>
<li class="constant"><a href="Soup.XMLRPC_H.html">XMLRPC_H</a></li>
<li class="delegate"><a href="Soup.AddressCallback.html">AddressCallback</a></li>
<li class="delegate"><a href="Soup.AuthDomainBasicAuthCallback.html">AuthDomainBasicAuthCallback</a></li>
<li class="delegate"><a href="Soup.AuthDomainDigestAuthCallback.html">AuthDomainDigestAuthCallback</a></li>
<li class="delegate"><a href="Soup.AuthDomainFilter.html">AuthDomainFilter</a></li>
<li class="delegate"><a href="Soup.AuthDomainGenericAuthCallback.html">AuthDomainGenericAuthCallback</a></li>
<li class="delegate"><a href="Soup.ChunkAllocator.html">ChunkAllocator</a></li>
<li class="delegate"><a href="Soup.LoggerFilter.html">LoggerFilter</a></li>
<li class="delegate"><a href="Soup.LoggerPrinter.html">LoggerPrinter</a></li>
<li class="delegate"><a href="Soup.MessageHeadersForeachFunc.html">MessageHeadersForeachFunc</a></li>
<li class="delegate"><a href="Soup.ProxyResolverCallback.html">ProxyResolverCallback</a></li>
<li class="delegate"><a href="Soup.ProxyURIResolverCallback.html">ProxyURIResolverCallback</a></li>
<li class="delegate"><a href="Soup.ServerCallback.html">ServerCallback</a></li>
<li class="delegate"><a href="Soup.SessionCallback.html">SessionCallback</a></li>
<li class="delegate"><a href="Soup.SocketCallback.html">SocketCallback</a></li>
<li class="method"><a href="Soup.add_completion.html">add_completion</a></li>
<li class="method"><a href="Soup.add_idle.html">add_idle</a></li>
<li class="method"><a href="Soup.add_io_watch.html">add_io_watch</a></li>
<li class="method"><a href="Soup.add_timeout.html">add_timeout</a></li>
<li class="method"><a href="Soup.cookies_from_request.html">cookies_from_request</a></li>
<li class="method"><a href="Soup.cookies_from_response.html">cookies_from_response</a></li>
<li class="method"><a href="Soup.cookies_to_cookie_header.html">cookies_to_cookie_header</a></li>
<li class="method"><a href="Soup.cookies_to_request.html">cookies_to_request</a></li>
<li class="method"><a href="Soup.cookies_to_response.html">cookies_to_response</a></li>
<li class="method"><span class="deprecated"><a href="Soup.form_decode.html">form_decode</a></span></li>
<li class="method"><span class="deprecated"><a href="Soup.form_decode_multipart.html">form_decode_multipart</a></span></li>
<li class="method"><span class="deprecated"><a href="Soup.form_encode.html">form_encode</a></span></li>
<li class="method"><span class="deprecated"><a href="Soup.form_encode_datalist.html">form_encode_datalist</a></span></li>
<li class="method"><span class="deprecated"><a href="Soup.form_encode_hash.html">form_encode_hash</a></span></li>
<li class="method"><span class="deprecated"><a href="Soup.form_encode_valist.html">form_encode_valist</a></span></li>
<li class="method"><span class="deprecated"><a href="Soup.form_request_new.html">form_request_new</a></span></li>
<li class="method"><span class="deprecated"><a href="Soup.form_request_new_from_datalist.html">form_request_new_from_datalist</a></span>
</li>
<li class="method"><span class="deprecated"><a href="Soup.form_request_new_from_hash.html">form_request_new_from_hash</a></span></li>
<li class="method"><span class="deprecated"><a href="Soup.form_request_new_from_multipart.html">form_request_new_from_multipart</a></span>
</li>
<li class="method"><a href="Soup.header_contains.html">header_contains</a></li>
<li class="method"><a href="Soup.header_free_param_list.html">header_free_param_list</a></li>
<li class="method"><a href="Soup.header_g_string_append_param.html">header_g_string_append_param</a></li>
<li class="method"><a href="Soup.header_g_string_append_param_quoted.html">header_g_string_append_param_quoted</a></li>
<li class="method"><a href="Soup.header_parse_list.html">header_parse_list</a></li>
<li class="method"><a href="Soup.header_parse_param_list.html">header_parse_param_list</a></li>
<li class="method"><a href="Soup.header_parse_quality_list.html">header_parse_quality_list</a></li>
<li class="method"><a href="Soup.header_parse_semi_param_list.html">header_parse_semi_param_list</a></li>
<li class="method"><a href="Soup.headers_parse.html">headers_parse</a></li>
<li class="method"><a href="Soup.headers_parse_request.html">headers_parse_request</a></li>
<li class="method"><a href="Soup.headers_parse_response.html">headers_parse_response</a></li>
<li class="method"><a href="Soup.headers_parse_status_line.html">headers_parse_status_line</a></li>
<li class="method"><a href="Soup.http_error_quark.html">http_error_quark</a></li>
<li class="method"><span class="deprecated"><a href="Soup.ssl_error_quark.html">ssl_error_quark</a></span></li>
<li class="method"><a href="Soup.status_get_phrase.html">status_get_phrase</a></li>
<li class="method"><a href="Soup.status_proxify.html">status_proxify</a></li>
<li class="method"><a href="Soup.str_case_equal.html">str_case_equal</a></li>
<li class="method"><a href="Soup.str_case_hash.html">str_case_hash</a></li>
<li class="method"><a href="Soup.tld_domain_is_public_suffix.html">tld_domain_is_public_suffix</a></li>
<li class="method"><a href="Soup.tld_get_base_domain.html">tld_get_base_domain</a></li>
<li class="method"><a href="Soup.value_array_append.html">value_array_append</a></li>
<li class="method"><a href="Soup.value_array_append_vals.html">value_array_append_vals</a></li>
<li class="method"><a href="Soup.value_array_from_args.html">value_array_from_args</a></li>
<li class="method"><a href="Soup.value_array_get_nth.html">value_array_get_nth</a></li>
<li class="method"><a href="Soup.value_array_insert.html">value_array_insert</a></li>
<li class="method"><a href="Soup.value_array_new.html">value_array_new</a></li>
<li class="method"><a href="Soup.value_array_new_with_vals.html">value_array_new_with_vals</a></li>
<li class="method"><a href="Soup.value_array_to_args.html">value_array_to_args</a></li>
<li class="method"><a href="Soup.value_hash_insert.html">value_hash_insert</a></li>
<li class="method"><a href="Soup.value_hash_insert_vals.html">value_hash_insert_vals</a></li>
<li class="method"><a href="Soup.value_hash_insert_value.html">value_hash_insert_value</a></li>
<li class="method"><a href="Soup.value_hash_lookup.html">value_hash_lookup</a></li>
<li class="method"><a href="Soup.value_hash_lookup_vals.html">value_hash_lookup_vals</a></li>
<li class="method"><a href="Soup.value_hash_new.html">value_hash_new</a></li>
<li class="method"><a href="Soup.value_hash_new_with_vals.html">value_hash_new_with_vals</a></li>
<li class="method"><span class="deprecated"><a href="Soup.xmlrpc_build_fault.html">xmlrpc_build_fault</a></span></li>
<li class="method"><span class="deprecated"><a href="Soup.xmlrpc_build_method_call.html">xmlrpc_build_method_call</a></span></li>
<li class="method"><span class="deprecated"><a href="Soup.xmlrpc_build_method_response.html">xmlrpc_build_method_response</a></span></li>
<li class="method"><span class="deprecated"><a href="Soup.xmlrpc_error_quark.html">xmlrpc_error_quark</a></span></li>
<li class="method"><span class="deprecated"><a href="Soup.xmlrpc_extract_method_call.html">xmlrpc_extract_method_call</a></span></li>
<li class="method"><span class="deprecated"><a href="Soup.xmlrpc_extract_method_response.html">xmlrpc_extract_method_response</a></span>
</li>
<li class="method"><span class="deprecated"><a href="Soup.xmlrpc_fault_quark.html">xmlrpc_fault_quark</a></span></li>
<li class="method"><span class="deprecated"><a href="Soup.xmlrpc_parse_method_call.html">xmlrpc_parse_method_call</a></span></li>
<li class="method"><span class="deprecated"><a href="Soup.xmlrpc_parse_method_response.html">xmlrpc_parse_method_response</a></span></li>
<li class="method"><span class="deprecated"><a href="Soup.xmlrpc_request_new.html">xmlrpc_request_new</a></span></li>
<li class="method"><span class="deprecated"><a href="Soup.xmlrpc_set_fault.html">xmlrpc_set_fault</a></span></li>
<li class="method"><span class="deprecated"><a href="Soup.xmlrpc_set_response.html">xmlrpc_set_response</a></span></li>
</ul>
</div>
<div class="site_content">
<h1 class="main_title">STATUS_H</h1>
<hr class="main_hr"/>
<h2 class="main_title">Description:</h2>
<div class="main_code_definition"><span class="main_keyword">public</span> <span class="main_keyword">const</span> <span class="main_basic_type"><a href="../glib-2.0/int.html" class="struct">int</a></span> <b><span css="constant">STATUS_H</span></b>
</div><br/>
<div class="namespace_note"><b>Namespace:</b> Soup</div>
<div class="package_note"><b>Package:</b> libsoup-2.4</div>
</div>
</div><br/>
<div class="site_footer">Generated by <a href="http://www.valadoc.org/">Valadoc</a>
</div>
</body>
</html>
|
tasks/abril/html/2121455.html
|
proyectos-analizo-info/app-omc
|
<!DOCTYPE HTML>
<!-- http://proyectos.analizo.info/app/omc-abril-2014/ -->
<html lang="es">
<head>
<meta charset="utf-8"/>
<title>Los datos de Save the Children ratifican el informe de Cáritas y contradicen a Montoro</title>
<link type="text/css" rel="stylesheet" href="http://proyectos.analizo.info/static/apps/omc/css.css"/>
</head>
<body>
<div id="main">
<p class="fs20 fwb">Los datos de Save the Children ratifican el informe de Cáritas y contradicen a Montoro</p>
<li>
<ul>Uno de cada tres niños españoles, 2,8 millones, viven en riesgo de pobreza y exclusión social, según el informe de Save the Children Pobreza infantil y Exclusión Social en Europa</ul>
<ul>El análisis demuestra que España es el segundo país de la Unión Europea, por detrás de Grecia, cuyas políticas sociales tienen menor capacidad para reducir la pobreza</ul>
<ul>Casi 27 millones de niños y niñas europeos están en riesgo de pobreza y exclusión social, el 28% de los menores de países de la Unión Europea</ul>
</li>
<p>Las políticas españolas no tienen en sus prioridades luchar contra la pobreza infantil. Es una de las conclusiones de la ONG Save The Children tras un análisis del problema en Europa. España es el segundo país de la Unión Europea, sólo por detrás de Grecia, donde menos eficaces están siendo las políticas sociales para combatir la pobreza infantil. El riesgo de pobreza y exclusión social ya alcanza a 2,8 millones de niños, el 33,8% de la población menor de edad en nuestro país, según datos de Eurostat.</p>
<p>Los datos referentes a España ya los había expuesto en enero la organización, pero no la comparación con el resto de estados europeos, eje del informe Pobreza infantil y Exclusión Social en Europa, presentado este martes en seis países. Del trabajo se desprende que cerca de 27 millones de niños corren el riesgo de caer en esta situación en la UE más Islandia, Noruega y Suiza, cifra que se ha incrementado en un millón entre 2008 y 2012, medio millón sólo en ese último año.</p>
<p>El análisis de Save the Children, al igual que los datos que maneja Ayuda en Acción, se basan en las estadísticas oficiales de Eurostat que sostienen también el reciente informe de Cáritas, que puso en duda el ministro de Hacienda Cristóbal Montoro. "La pobreza en España es una realidad que observamos día a día en el trato directo con los niños. El año pasado, Save the Children atendió a 16.000 niños en nuestro país, la mayoría en riesgo de pobreza y exclusión social", afirma Andrés Conde, director general de la ONG.</p>
<p>"La crisis ha dejado su paso", expone Ester Asín, directora y representante de la Unión Europea de Save the Children. Sin embargo, la grave situación de la economía española no puede servir como excusa –si es que se utiliza– para justificar los datos. Asín y Conde arrojan el ejemplo de Irlanda: "Con una crisis parecida a la nuestra, pero donde las políticas se han centrado en la infancia y ha conseguido reducir la pobreza en mayor medida".</p>
<p>Mientras que en España, el porcentaje de niños que viven bajo el umbral de la pobreza solo se redujo en 6,9 puntos (de un 36,8% a 29,9%) una vez recibidas las prestaciones sociales, Irlanda redujo el alcance del drama en 32 puntos, pasando de un 49,1% a 17,1%. En los países nórdicos, estas iniciativas han conseguido recortar la pobreza infantil en un 18% en plena crisis económica.</p>
<p>Entre las transferencias sociales se incluyen las prestaciones por desempleo, el acceso a vivienda social, al permiso parental, a la sanidad y educación, deducciones fiscales, y un salario mínimo. Grecia, Italia, Portugal, Polonia y España, ostentan los niveles de gasto más bajos de Europa, que están asociados a "una falta de estrategias centradas en los niños", han denunciado en la comparecencia. "Esto es un problema de política", apunta contundente Asín.</p>
<p>El informe aborda la realidad multidimensional de la pobreza infantil y trata desde la situación laboral de los padres hasta las condiciones de la vivienda y la situación escolar de los niños de cada uno de los 31 países analizados, para concluir que acabar con la pobreza "supone tomar las decisiones políticas adecuadas", que están al alcance de todos los Estados, al margen de su PIB.</p>
<p class="fwb">Necesidad de medidas urgentes</p>
<p>Ester Asín es tajante sobre la imperiosa necesidad de actuación: "Las medidas hay que tomarlas ahora. No cuando se pase la crisis económica". Andrés Conde indica la necesidad de que la pobreza infantil se convierta en un aspecto central de cara a las próximas elecciones europeas, "porque si no se hace nada ahora, la pobreza durará generaciones". "El informe tiene como objetivos llevar el debate a las elecciones y cambiar la visión del problema en Europa", explica.</p>
<p>Asín expone dos peticiones que Save The Children exige a las políticas comunitarias: unas medidas basadas en la perspectiva de los derechos de los niños y, por otro lado, que se aseguren uno ingresos mínimos para las familias en riesgo de exclusión social, una educación pública de calidad, una sanidad universal y una justicia que garantice la igualdad de oportunidades.</p>
<p>Andrés Conde apunta a España de manera más directa, porque necesitamos "una medida de urgencia": ampliar la prestación para las familias con niños a su cargo que viven bajo el umbral de la pobreza. "Ampliarla tanto en cuantía, como en competencia para que pueda solicitarse además de otras ayudas y en periodicidad", añade Conde. Según el director general de la organización, una prestación de 291 euros al año (24 euros al mes), administrada cada seis meses "es muy insuficiente".</p>
<p>Ayer, el Gobierno hizo pública una reunión de la vicepresidenta del Gobierno, Soraya Sáenz de Santamaría, con los ministros de Hacienda y Administraciones Públicas, Empleo y Seguridad Social, y Sanidad, Servicios Sociales e Igualdad para coordinar los trabajos del Plan Integral de la Familia y el contenido social de la reforma fiscal. Sin embargo, no trascendieron detalles concretos del encuentro.</p>
<p>Los 17 millones del fondo extraordinario que ha creado el Ejecutivo para luchar contra la pobreza infantil en los próximos cuatro años, "aunque son muy bienvenidos", tampoco son suficientes, critican desde la ONG. "Echamos de menos compromisos concretos e indicadores de seguimiento del problema, además de una prestación presupuestaria más generosa", afirma Conde, que calcula una dotación económica de 1,5 euros al año para cada niño (teniendo en cuenta los 2,8 millones de menores en riesgo de exclusión social).</p>
<p>"Estamos hablando de igualdad de oportunidades, de privación de derechos", dice Ester Asín, que destaca la siguiente frase de uno de los niños entrevistados por la ONG: "No tiene sentido soñar con algo que cuesta dinero". "No podemos dejar que la desigualdad marque las vidas de estos niños", concluye. </p>
<p class="fwb">España lidera los peores rankings</p>
<p>Es el segundo país de la Unión Europea con mayor tasa de niños que viven en hogares bajo el umbral de la pobreza, con un 29,9%, solo por detrás de Rumanía (34,6%).</p>
<p>Tiene un 33,8% de niños y niñas en riesgo de pobreza y exclusión social, según el índice AROPE, que se calcula teniendo en cuenta la tasa de niños y niñas bajo el umbral de la pobreza, la intensidad laboral de los padres y la privación material. La media de la Unión Europea es del 28%.</p>
<p>España es el país europeo con mayor tasa de abandono escolar, con un 25%. En toda Europa, el porcentaje de niños que abandonan la escuela después del primer nivel de secundaria es del 13%.</p>
<p>Los niños con padres con baja intensidad laboral –que trabajan poco o nada– tienen un 56,7% más de probabilidades de estar en riesgo de pobreza o exclusión social que aquellos cuyos padres trabajan habitualmente.</p>
<p>España forma parte de los países en los que más persiste el riesgo de pobreza intantil en los hogares a pesar de contar con una alta intensidad de trabajo, junto a Rumanía, Lituania, Portugal y Grecia, entre otros.</p>
</div>
</body>
</html>
|
30_Android_Looper/Handler运行机制 - maimingliang - 博客频道 - CSDN.NET_files/style.css
|
wangchaoqun1997/fuck_times
|
@import url("../../../css/common.css");
.interact .attented{background:url(../images/btn_attented2.gif) no-repeat 0 0;}
html,
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
padding: 0;
}
body {
margin: 0;
font-family: 'microsoft yahei';
min-width:1265px;
}
body .pub_footerall {
border-top-color: #a7b9c4;
}
body .csdn-toolbar .container {
min-width:1265px;
margin:0,auto;
}
body a {
text-decoration: none;
}
body > a > img {
position: absolute;
left: 50%;
}
#header:after {
content: '.';
clear: both;
height: 0;
display: block;
visibility: hidden;
}
#header .header {
width: 1265px;
margin: 0 auto;
}
.side ul,
.article_next_prev ul,
#navigator ul {
padding: 0;
}
.side ul li,
.article_next_prev ul li,
#navigator ul li {
list-style: none;
}
#navigator {
margin-top: -45px;
}
#navigator .navigator {
max-width: 1265px;
margin: 0 auto;
padding: 0 0 15px 0;
}
#navigator .navigator:after {
content: '.';
clear: both;
height: 0;
display: block;
visibility: hidden;
}
#navigator ul {
float: right;
margin: 0;
padding: 0;
}
#navigator ul:after {
content: '.';
clear: both;
height: 0;
display: block;
visibility: hidden;
}
#navigator ul li {
float: left;
border: 1px solid #ccc;
height: 26px;
margin-left: 10px;
line-height: 26px;
font-size: 12px;
text-align: center;
background: #fff;
display:inline-block;
padding:0 5px;
}
#navigator ul li a {
color: #666;
text-decoration: none;
}
#navigator ul li a img {
vertical-align: text-bottom;
margin-right: 6px;
}
#body {
width: 1265px;
margin: 0 auto;
font-size: 12px;
margin-bottom: 40px;
}
#body:after {
content: '.';
clear: both;
height: 0;
display: block;
visibility: hidden;
}
.panel_head,
.blog-ass-articl dt {
font-weight: bold;
}
#side {
float: left;
margin-right: 12px;
width: 270px;
margin: 0 auto;
}
#side .panel {
border: 1px solid #fff;
margin-bottom: 9px;
background: #fff;
}
#side .panel_head {
background: #f5f5f5;
height: 29px;
line-height: 29px;
padding-left: 11px;
color: #333;
}
#side .panel_body {
padding: 15px 16px 17px;
word-break: break-all;
}
#side .panel_body iframe {
max-width: 240px;
}
#side .panel_body hr {
height: 0px;
border: 0;
border-bottom: 1px dotted #eee;
}
#side .panel_body .list_closed,
#side .panel_body .list_opended {
display: inline-block;
color: #666;
padding-right: 20px;
background: url("../images/icon-arrow.png") no-repeat right bottom;
cursor: pointer;
}
#side .panel_body .list_opended {
background-position: right top;
}
#side div[id^=custom_column] ul.panel_body ul {
line-height: 2em;
}
#side div[id^=custom_column] ul.panel_body ul * {
text-decoration: none;
}
#side div[id^=custom_column] ul.panel_body ul li:nth-child(1) {
color: #35904a;
}
#side div[id^=custom_column] ul.panel_body ul li:nth-child(1) * {
color: #35904a;
}
#side div[id^=custom_column] ul.panel_body ul li:nth-child(2) {
color: #2880d2;
}
#side div[id^=custom_column] ul.panel_body ul li:nth-child(2) * {
color: #2880d2;
}
#side div[id^=custom_column] ul.panel_body ul li:nth-child(3) {
color: #b020ab;
}
#side div[id^=custom_column] ul.panel_body ul li:nth-child(3) * {
color: #b020ab;
}
#side div[id^=custom_column] ul.panel_body ul li:nth-child(4) {
color: #22a57d;
}
#side div[id^=custom_column] ul.panel_body ul li:nth-child(4) * {
color: #22a57d;
}
#side div[id^=custom_column] ul.panel_body ul li:nth-child(5) {
color: #c81622;
}
#side div[id^=custom_column] ul.panel_body ul li:nth-child(5) * {
color: #c81622;
}
#side div[id^=custom_column] ul.panel_body ul li:nth-child(6) {
color: #fc9b18;
}
#side div[id^=custom_column] ul.panel_body ul li:nth-child(6) * {
color: #fc9b18;
}
#side .profile {
padding-top: 29px;
padding-bottom: 5px;
}
#side .profile #blog_userface {
text-align: center;
}
#side .profile #blog_userface a {
display: inline-block;
}
#side .profile #blog_userface .user_name {
color: #666;
font: 16px/20px 'microsoft yahei';
text-decoration: none;
}
#side .profile #blog_userface span {
display: block;
margin: 15px 0;
}
#side .profile .interact {
text-align: center;
padding-bottom: 15px;
margin-bottom: 7px;
}
#side .profile .interact a {
background-color: #999;
background-repeat: no-repeat;
display: inline-block;
margin-left: 6px;
width: 50px;
height: 25px;
line-height: 25px;
color: #fff !important;
text-align: center;
padding-left: 18px;
text-decoration: none;
}
#side .profile .interact .attent {
background-image: url("../images/skin-attent.png");
background-position: 15px center;
}
#side .profile .interact .attent:after {
content: "关注";
}
#side .profile .interact .letter {
background-image: url("../images/skin-email.png");
background-position: 8px center;
}
#side .profile .interact .letter:after {
content: "发私信";
}
#side .profile #blog_medal {
margin-bottom: 10px;
}
#side .profile #blog_medal .ico_expert {
margin: 0 auto 10px auto;
}
#side .profile #blog_medal a {
margin-right: 10px;
}
#side .profile #blog_rank {
padding: 4px;
border-bottom: 1px dashed #ccc;
margin-bottom: 13px;
}
#side .profile #blog_rank li {
margin-bottom: 11px;
}
#side .profile #blog_statistics:after {
content: '.';
clear: both;
height: 0;
display: block;
visibility: hidden;
}
#side .profile #blog_statistics li {
float: left;
width: 114px;
color: #333;
margin-bottom: 12px;
}
#side .profile #blog_statistics li span {
color: #666;
}
#side #panel_Search {
position: relative;
}
#side #panel_Search .blogsearch {
width: 192px;
border: 1px solid #ccc;
padding: 7px 30px 7px 7px;
}
#side #panel_Search #btnSubmit {
border: 0;
background: url("../images/skin-search.png") no-repeat center;
position: absolute;
width: 20px;
height: 20px;
top: 50px;
right: 30px;
text-indent: -100px;
cursor: pointer;
}
#side #panel_Search #btnSubmit:hover {
opacity: 0.7;
}
#side #panel_Category {
color: #000;
}
#side #panel_Category ul {
margin-bottom: -9px;
}
#side #panel_Category #sp_column {
margin-bottom: -11px;
}
#side #panel_Category img {
border: 1px solid #ccc;
}
#side #panel_Category table {
margin-bottom: 11px;
}
#side #panel_Category p {
padding-top: 16px;
padding-bottom: 8px;
}
#side #panel_Category li {
margin-bottom: 9px;
}
#side #panel_Category li span {
margin-left: 8px;
}
#side #archive_list {
color: #000;
}
#side #archive_list ul {
margin-bottom: -8px;
}
#side #archive_list li {
margin-bottom: 8px;
}
#side #archive_list a {
margin-right: 8px;
}
#side #archive_list .list_closed {
color: #666;
margin-top: 17px;
}
#side #hotarticls,
#side #hotarticls2,
#side #newcomments {
color: #666;
}
#side #hotarticls ul,
#side #hotarticls2 ul,
#side #newcomments ul {
margin-bottom: -8px;
}
#side #hotarticls li,
#side #hotarticls2 li,
#side #newcomments li {
margin-bottom: 8px;
}
#side #hotarticls li span,
#side #hotarticls2 li span,
#side #newcomments li span {
margin-left: 10px;
}
#side #newcomments a {
margin-right: 9px;
}
.itemlist li a {
width: 170px;
text-overflow: ellipsis;
}
#main {
float: right;
width: 990px;
}
#main .ad_class {
border: 0 !important;
}
#main .ad_class .notice {
background: #fffce7 url("../images/skin-light.png") no-repeat 8px center;
border: 1px dashed #f8cc7e;
padding: 5px 0 5px 23px;
margin: 10px 10px 0 10px;
width: 935px;
position: absolute;
}
#main .details,
#main .list_item_new {
padding: 65px 20px 35px;
background: #fff;
}
#main .article_title {
margin-bottom: 21px;
}
#main .article_title .ico {
display: inline-block;
vertical-align: middle;
width: 19px;
height: 19px;
margin-right: 10px;
}
#main .article_title .ico_type_Repost {
background-image: url("../images/skin-type-icon.png");
background-repeat: no-repeat;
background-position: -50px 0px;
}
#main .article_title .ico_type_Translated {
background-image: url("../images/skin-type-icon.png");
background-repeat: no-repeat;
background-position: -25px 0;
}
#main .article_title .ico_type_Original {
background-image: url("../images/skin-type-icon.png");
background-repeat: no-repeat;
background-position: 0px 0;
}
#main .article_title h1 {
display: inline-block;
vertical-align: middle;
font-size: 18px;
}
#main .article_title h1 a {
color: #000;
}
#main .contents .article_title h1 {
font-size: 12px;
}
#main .article_manage {
margin-bottom: 10px;
text-align: right;
color: #999;
}
#main .article_manage a {
color: #33a5ba;
}
#main .article_manage span {
margin-right: 16px;
}
#main .article_manage .link_categories {
float: left;
margin-right: 0;
}
#main .article_manage .link_view,
#main .article_manage .link_comments,
#main .article_manage .link_collect,
#main .article_manage .link_report {
display: inline-block;
}
#main .article_manage .link_view {
background-image: url("../images/skin-type-icon.png");
background-repeat: no-repeat;
background-position: 0 -25px;
padding-left: 24px;
}
#main .article_manage .link_comments {
background-image: url("../images/skin-type-icon.png");
background-repeat: no-repeat;
background-position: 0 -43px;
padding-left: 17px;
}
#main .article_manage .link_collect {
background-image: url("../images/skin-type-icon.png");
background-repeat: no-repeat;
background-position: 0 -62px;
padding-left: 17px;
}
#main .article_manage .link_report {
background-image: url("../images/skin-type-icon.png");
background-repeat: no-repeat;
background-position: 0 -81px;
padding-left: 17px;
}
#main .tag2box {
padding-bottom: 20px;
}
#main .tag2box a {
background: #eee;
display: inline-block;
padding: 4px 10px;
margin-right: 10px;
border: 1px solid #eee;
border-radius: 10px;
color: #369;
}
#main .article_content {
margin: 35px 0;
font-size: 15px;
color: #555;
line-height: 35px;
}
#main .article_content p > img {
max-width: 602px;
height: auto;
}
#main .article_content a {
color: #0c89cf;
}
#main .article_content .dp-highlighter {
border-color: #ccc;
overflow: hidden;
}
#main .article_next_prev span {
width: 51px;
height: 26px;
line-height: 26px;
display: inline-block;
color: #fff;
padding-left: 27px;
margin-right: 7px;
background: #999;
}
#main .article_next_prev a {
text-decoration: none;
color: #333;
}
#main .article_next_prev .prev_article {
margin-bottom: 3px;
}
#main .article_next_prev .prev_article span {
background-image: url("../images/skin-type-icon.png");
background-repeat: no-repeat;
background-position: 8px -111px;
}
#main .article_next_prev .next_article span {
background-image: url("../images/skin-type-icon.png");
background-repeat: no-repeat;
background-position: 8px -140px;
margin-right: 7px;
}
#main .article_next_prev li:hover span {
background-color: #3d84b0;
}
#main .article_next_prev li:hover a {
color: #3d84b0;
}
#main #digg {
text-align: center;
margin-top: 44px;
}
#main #digg .digg {
display: inline-block;
width: 72px;
font-size: 27px;
color: #fff;
cursor: pointer;
margin: 0;
vertical-align: middle;
padding: 7px 0;
}
#main #digg .digg dt {
margin-bottom: 4px;
}
#main #digg .digg dd {
font-size: 15px;
overflow: hidden;
margin: 0;
}
#main #digg #btnDigg {
background: #f90;
}
#main #digg #btnBury {
background: #ff7900;
}
#main #digg .digg_disable {
background: #999 !important;
}
#main .blog-associat-tag {
background: #f5f5f5;
padding: 25px 20px 10px;
clear: both;
color: #333;
margin: 0;
}
#main .blog-associat-tag:after {
content: '.';
clear: both;
height: 0;
display: block;
visibility: hidden;
}
#main .blog-associat-tag dt,
#main .blog-associat-tag dd {
float: left;
margin: 0;
}
#main .blog-associat-tag dt {
font-size: 14px;
margin-right: 19px;
}
#main .blog-associat-tag .blog-tage-red {
background: #e7e7e7;
display: inline-block;
height: 20px;
line-height: 20px;
padding: 0 14px;
border-radius: 10px;
color: #333;
text-decoration: none;
}
#main .blog-ass-articl {
background: #f5f5f5;
margin: 0;
padding: 0 20px 20px;
}
#main .blog-ass-articl:after {
content: '.';
clear: both;
height: 0;
display: block;
visibility: hidden;
}
#main .blog-ass-articl dt {
font-size: 14px;
height: 35px;
line-height: 35px;
margin: 0 0 15px;
border-bottom: 2px solid #ccc;
}
#main .blog-ass-articl dt span {
border-bottom: 2px #c00 solid;
height: 35px;
display: inline-block;
}
#main .blog-ass-articl dd {
margin-left: 0;
float: left;
width: 47%;
height: 23px;
line-height: 23px;
padding-left: 10px;
margin-right: 9px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background: none !important;
position: relative;
}
#main .blog-ass-articl dd:before {
content: '';
position: absolute;
left: 0;
top: 10px;
width: 3px;
height: 3px;
background: #3d84b0;
}
#main .blog-ass-articl dd a {
text-decoration: none;
color: #000;
}
#main #ad_cen {
padding-top: 15px;
padding-bottom: 13px;
padding-left: 29px;
padding-right: 38px;
margin-bottom: 11px;
background: #fff;
}
#main .comment_class {
background: #fff;
padding: 20px 30px;
}
#main .comment_class .panel_head {
border-bottom: 2px solid #ccc;
font-size: 14px;
}
#main .comment_class .panel_head > span {
display: inline-block;
border-bottom: 2px solid #c00;
padding-bottom: 7px;
margin-bottom: -2px;
}
#main .comment_class #comment_list {
margin: 20px 0px;
}
#main .comment_class #comment_list dl {
position: relative;
border-top: 1px solid #ccc;
margin: 0;
padding-top: 16px;
}
#main .comment_class #comment_list dl:after {
content: '.';
clear: both;
height: 0;
display: block;
visibility: hidden;
}
#main .comment_class #comment_list dl:first-child {
margin-top: -24px;
border-top: 0;
}
#main .comment_class #comment_list dl > dt {
float: right;
color: #999;
}
#main .comment_class #comment_list dl > dd {
float: left;
}
#main .comment_class #comment_list .username {
position: absolute;
left: 47px;
color: #3d84b0;
text-decoration: none;
font-size: 14px;
}
#main .comment_class #comment_list .comment_userface {
margin-right: 7px;
margin-left: 0;
margin-bottom: 16px;
}
#main .comment_class #comment_list .comment_head .reply,
#main .comment_class #comment_list .comment_head .quote,
#main .comment_class #comment_list .comment_head .report,
#main .comment_class #comment_list .comment_head .delete {
display: inline-block;
padding-left: 17px;
color: #999;
text-decoration: none;
margin-left: 10px;
}
#main .comment_class #comment_list .comment_head .reply {
background-image: url("../images/skin-comment-icon.png");
background-repeat: no-repeat;
background-position: 0 3px;
}
#main .comment_class #comment_list .comment_head .quote {
background-image: url("../images/skin-comment-icon.png");
background-repeat: no-repeat;
background-position: 0 -13px;
}
#main .comment_class #comment_list .comment_head .report {
background-image: url("../images/skin-comment-icon.png");
background-repeat: no-repeat;
background-position: 0 -31px;
}
#main .comment_class #comment_list .comment_head .delete {
background-image: url("../images/skin-comment-icon.png");
background-repeat: no-repeat;
background-position: 0 -50px;
}
#main .comment_class #comment_list .comment_body {
margin: 25px 0 0;
width: 57%;
word-break: break-all;
word-wrap: break-all;
font-size: #333;
padding-bottom: 16px;
}
#main .comment_class #comment_list .comment_reply {
clear: both;
float: right;
border-top: 1px solid #ccc;
padding-top: 16px;
width: 95%;
}
#main .comment_class #comment_list .comment_reply .username {
left: 48px;
}
#main .comment_class #comment_list .comment_reply .comment_body {
width: 50%;
}
#main #comment_form .commentform > ul {
margin: 0 0 0 29px;
}
#main #comment_form .panel_head {
border-bottom: 2px solid #ccc;
line-height: 30px;
margin-bottom: 15px;
position: relative;
}
#main #comment_form .panel_head:after {
content: "";
height: 2px;
width: 60px;
position: absolute;
background: #c00;
left: 0;
bottom: -2px;
}
#main #comment_form .comment_btn {
margin: 5px 10px 10px 90px;
font-size: 14px;
padding: 5px 40px;
}
#main #comment_form .guest_link {
background: #f5f5f5;
height: 41px;
line-height: 41px;
color: #333;
margin: 15px -30px;
padding-left: 29px;
}
#main #comment_form .guest_link a {
color: #3d84b0;
text-decoration: none;
}
#main #comment_form .comment_content {
min-width: 90%;
max-height: 120px;
}
#main .announce {
color: #999;
}
#main .tag_list {
margin: 11px 0 0;
padding: 20px 30px;
}
#main .tag_list h5 {
background: #fff;
border-bottom: 2px solid #ccc;
line-height: normal;
height: auto;
padding: 0;
color: #333;
}
#main .tag_list h5 > a {
display: inline-block;
border-bottom: 2px solid #c00;
padding-bottom: 9px;
margin-bottom: -2px;
text-decoration: none;
font-size: 14px;
}
#main .tag_list .classify {
margin: 0;
padding: 2px 0 0;
}
#main .tag_list .classify a {
display: inline-block;
text-decoration: none;
color: #3d84b0;
margin-top: 12px;
margin-right: 25px;
}
#main .list_item_new .list_item {
border-bottom: 1px dashed #ddd;
margin: 0 10px;
padding: 20px 0 15px 0;
font-family: 'microsoft yahei';
}
#main .list_item_new .list_item .article_title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#main .list_item_new .list_item h1 {
font-weight: normal;
}
#main .list_item_new .list_item .article_description {
font: 14px/24px 'microsoft yahei';
margin: -10px 0 10px 0;
color: #666;
}
#main .list_item_new .list_item.list_view {
padding: 10px 0;
position: relative;
height: 25px;
}
#main .list_item_new .list_item.list_view .article_title {
width: 760px;
}
#main .list_item_new .list_item.list_view .article_title,
#main .list_item_new .list_item.list_view .article_manage {
white-space: nowrap;
overflow: hidden;
}
#main .list_item_new .list_item.list_view .article_manage {
top: 15px;
right: -20px;
width: 120px;
position: absolute;
}
#main .pagelist {
margin: 20px auto;
text-align: center;
font: 12px/20px 'microsoft yahei';
}
#main .pagelist > * {
margin: 0 2px;
}
#main .pagelist span {
color: #666;
margin-right: 10px;
}
#main .pagelist a {
border: solid 1px #dbe5ee;
color: #333;
text-decoration: none;
padding: 2px 8px;
}
#main .pagelist strong,
#main .pagelist a:hover {
background: #07519a;
color: #fff;
padding: 2px 8px;
border: 1px solid #07519a;
}
#main #d-top {
position: fixed;
left: 50%;
margin-left: 640px;
}
#main #d-top a {
display: block;
margin: 1px 0;
}
#main .tag_list h5 > a,
#main .blog-ass-articl dt span,
#main .comment_class .panel_head > span {
border-bottom-color: #3d84b0;
}
#main #comment_form .panel_head:after {
background: #3d84b0;
}
#header {
background: #000 url("../images/skin-title.png") no-repeat;
height: 63px;
}
#header h2,
#header h3 {
display: inline-block;
}
#header h2 {
margin-right: 12px;
line-height: 63px;
}
#header h2 a {
color: #fff;
font-size: 30px;
text-decoration: none;
}
#header h3 {
margin-left: 8px;
color: #fff;
font-size: 18px;
vertical-align: text-bottom;
}
#navigator {
margin: 10px 0 0 0;
}
#side .panel {
border: 1px solid #ccc;
}
#side .panel a:link,
#side .panel a:visited {
color: #3d84b0;
}
#side .panel a:hover {
color: #0050bb;
}
#main .details {
border: 1px solid #ccc;
border-bottom: 0;
}
#main .blog-associat-tag,
#main .blog-ass-articl,
#main #ad_cen {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
#main #ad_cen {
border-bottom: 1px solid #ccc;
}
#main .comment_class,
#main .tag_list {
border: 1px solid #ccc;
}
.comment_head a:hover {
color: #3d84b0 !important;
}
.comment_head a:hover.reply,
.comment_head a:hover.quote,
.comment_head a:hover.report,
.comment_head a:hover.delete {
background-image: url("../images/skin-comment-icon-blue.png") !important;
}
.csdn-toolbar .unlogin .loginlink{
width:auto;
}
|
test/link2.html
|
d0lph1n98/n00bhttpd
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> TinyHttpd Web Server Test Page </title>
<link rel="shortcut icon" href="about:blank">
</head>
<body>
<h1> 3rd Test Page of TinyHttpd Web Server</h1>
<p> Hello World again </p>
<a href="./index.html">Home</a>
</body>
</html>
|
src/server/doc/allclasses-frame.html
|
ClementDidier/ECOM-M2PGI
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc (1.8.0_121) on Tue Sep 26 16:07:02 CEST 2017 -->
<title>All Classes</title>
<meta name="date" content="2017-09-26">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1 class="bar">All Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="jpa/entities/Bungalow.html" title="class in jpa.entities" target="classFrame">Bungalow</a></li>
<li><a href="bean/sessions/BungalowsBean.html" title="class in bean.sessions" target="classFrame">BungalowsBean</a></li>
<li><a href="bean/sessions/CartBean.html" title="class in bean.sessions" target="classFrame">CartBean</a></li>
<li><a href="jobs/CartItem.html" title="class in jobs" target="classFrame">CartItem</a></li>
<li><a href="bean/sessions/IBungalowsBean.html" title="interface in bean.sessions" target="classFrame"><span class="interfaceName">IBungalowsBean</span></a></li>
<li><a href="bean/sessions/ICartBean.html" title="interface in bean.sessions" target="classFrame"><span class="interfaceName">ICartBean</span></a></li>
<li><a href="jobs/IJsonSerializable.html" title="interface in jobs" target="classFrame"><span class="interfaceName">IJsonSerializable</span></a></li>
<li><a href="jpa/entities/Island.html" title="class in jpa.entities" target="classFrame">Island</a></li>
<li><a href="bean/sessions/IUserBean.html" title="interface in bean.sessions" target="classFrame"><span class="interfaceName">IUserBean</span></a></li>
<li><a href="jpa/entities/Rent.html" title="class in jpa.entities" target="classFrame">Rent</a></li>
<li><a href="utils/SecurityHelper.html" title="class in utils" target="classFrame">SecurityHelper</a></li>
<li><a href="servlets/SigninServlet.html" title="class in servlets" target="classFrame">SigninServlet</a></li>
<li><a href="jpa/entities/TempOrder.html" title="class in jpa.entities" target="classFrame">TempOrder</a></li>
<li><a href="jpa/entities/User.html" title="class in jpa.entities" target="classFrame">User</a></li>
<li><a href="bean/sessions/UserBean.html" title="class in bean.sessions" target="classFrame">UserBean</a></li>
</ul>
</div>
</body>
</html>
|
web/static/admin.css
|
pragres/apretaste.com
|
/*!
* Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
body {
background-color: #fefefe;
}
#wrapper {
width: 100%;
}
#page-wrapper {
padding: 0 15px;
min-height: 568px;
background-color: #fff;
}
@media(min-width:768px) {
#page-wrapper {
position: inherit;
margin: 0 0 0 250px;
padding: 0 30px;
border-left: 1px solid #e7e7e7;
}
}
.navbar-top-links li {
display: inline-block;
}
.navbar-top-links li:last-child {
margin-right: 15px;
}
.navbar-top-links li a {
padding: 15px;
min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
padding: 3px 20px;
min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
width: 310px;
min-width: 0;
}
.navbar-top-links .dropdown-messages {
margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
margin-left: -123px;
}
.navbar-top-links .dropdown-user {
right: 0;
left: auto;
}
.sidebar .sidebar-nav.navbar-collapse {
padding-right: 0;
padding-left: 0;
}
.sidebar .sidebar-search {
padding: 15px;
}
.sidebar ul li {
border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li a.active {
background-color: #eee;
}
.sidebar .arrow {
float: right;
}
.sidebar .fa.arrow:before {
content: "\f104";
}
.sidebar .active>a>.fa.arrow:before {
content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
border-bottom: 0!important;
}
.sidebar .nav-second-level li a {
padding-left: 37px;
}
.sidebar .nav-third-level li a {
padding-left: 52px;
}
@media(min-width:768px) {
.sidebar {
z-index: 1;
position: absolute;
width: 250px;
margin-top: 51px;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
margin-left: auto;
}
}
.btn-outline {
color: inherit;
background-color: transparent;
transition: all .5s;
}
.btn-primary.btn-outline {
color: #428bca;
}
.btn-success.btn-outline {
color: #5cb85c;
}
.btn-info.btn-outline {
color: #5bc0de;
}
.btn-warning.btn-outline {
color: #f0ad4e;
}
.btn-danger.btn-outline {
color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
color: #fff;
}
.chat {
margin: 0;
padding: 0;
list-style: none;
}
.chat li {
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px dotted #999;
}
.chat li.left .chat-body {
margin-left: 60px;
}
.chat li.right .chat-body {
margin-right: 60px;
}
.chat li .chat-body p {
margin: 0;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
margin-right: 5px;
}
.chat-panel .panel-body {
height: 350px;
overflow-y: scroll;
}
.login-panel {
margin-top: 25%;
}
.flot-chart {
display: block;
height: 400px;
}
.flot-chart-content {
width: 100%;
height: 100%;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
background: 0 0;
}
table.dataTable thead .sorting_asc:after {
content: "\f0de";
float: right;
font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
content: "\f0dd";
float: right;
font-family: fontawesome;
}
table.dataTable thead .sorting:after {
content: "\f0dc";
float: right;
font-family: fontawesome;
color: rgba(50,50,50,.5);
}
.btn-circle {
width: 30px;
height: 30px;
padding: 6px 0;
border-radius: 15px;
text-align: center;
font-size: 12px;
line-height: 1.428571429;
}
.btn-circle.btn-lg {
width: 50px;
height: 50px;
padding: 10px 16px;
border-radius: 25px;
font-size: 18px;
line-height: 1.33;
}
.btn-circle.btn-xl {
width: 70px;
height: 70px;
padding: 10px 16px;
border-radius: 35px;
font-size: 24px;
line-height: 1.33;
}
.show-grid [class^=col-] {
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid #ddd;
background-color: #eee!important;
}
.show-grid {
margin: 15px 0;
}
.huge {
font-size: 40px;
}
.panel-green {
border-color: #5cb85c;
}
.panel-green .panel-heading {
border-color: #5cb85c;
color: #fff;
background-color: #5cb85c;
}
.panel-green a {
color: #5cb85c;
}
.panel-green a:hover {
color: #3d8b3d;
}
.panel-red {
border-color: #d9534f;
}
.panel-red .panel-heading {
border-color: #d9534f;
color: #fff;
background-color: #d9534f;
}
.panel-red a {
color: #d9534f;
}
.panel-red a:hover {
color: #b52b27;
}
.panel-yellow {
border-color: #f0ad4e;
}
.panel-yellow .panel-heading {
border-color: #f0ad4e;
color: #fff;
background-color: #f0ad4e;
}
.panel-yellow a {
color: #f0ad4e;
}
.panel-yellow a:hover {
color: #df8a13;
}
|
index.html
|
morf-studio/triangle-goods
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>∆ Goods</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/main.css">
<!-- TYPOGRAPHY -->
<script src="https://use.typekit.net/net6zjm.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
</head>
<body>
<svg style="position: absolute; width: 0; height: 0;" width="0" height="0" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<symbol id="icon-arrow" viewBox="0 0 1024 1024">
<title>arrow</title>
<path class="path1" d="M957.156 512c0 0 0-1.422 0-1.422 0-5.689-2.844-11.378-7.111-15.644-1.422-1.422 0-2.844-1.422-4.267s-2.844 0-4.267-1.422c0 0-1.422-1.422-1.422-1.422l-345.6-317.156c-12.8-12.8-31.289-12.8-44.089 0s-12.8 31.289 0 44.089l291.556 264.533h-746.667c-17.067 0-31.289 14.222-31.289 31.289s14.222 31.289 31.289 31.289h746.667l-291.556 267.378c-12.8 12.8-12.8 31.289 0 44.089s31.289 12.8 44.089 0l348.444-317.156c0 0 1.422 0 1.422 0s1.422 0 1.422 0c0 0 0-1.422 0-1.422 4.267-5.689 7.111-11.378 8.533-19.911 0-1.422 0-1.422 0-2.844 0 0 0 0 0 0s0 0 0 0z"></path>
</symbol>
<symbol id="icon-triangle" viewBox="0 0 1024 1024">
<title>triangle</title>
<path class="path1" d="M27.022 945.778l486.4-841.956 486.4 841.956z"></path>
</symbol>
</defs>
</svg>
<!-- <h1>∆ Goods</h1> -->
<!-- <div class="clearfix header"> -->
<!-- <div class="h1 left border">∆ Goods</div> -->
<!-- <div class="left p2 border">.left</div> -->
<!-- <div class="right p2 border">Menu</div> -->
<!-- </div> -->
<div class="logo">
<h1 class="triangle">
<a href="#">
<svg class="icon-triangle">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-triangle"> </use>
</svg>
</a>
</h1>
</div>
<div class="wordmark">
<h1> Goods </h1>
</div>
<div class="toggle">
<span> ? </span>
</div>
<footer id="product-info-display">
<!-- <div class="product-details">
<h2 class="product-name-display"> <a href="#product-link-url" class="product-link-permalink"> Product Name </a> </h2>
<p class="product-store-display"> <a href="product-store-link-display"> Store </a> </p>
</div>
<div class="buy-now">
<a href="#product-link-url" class="product-link-button"> Buy </a>
</div> -->
</footer>
<aside id="about">
<h1> About </h1>
<p> A list of goods made in The Triangle, North Carolina. </p>
<h2> Submit a Good </h2>
<p> <a href="mailto:submissions@trianglegoods.com"> submissions@trianglegoods.com </a> </p>
<h2> Inquiries </h2>
<p> <a href="mailto:info@trianglegoods.com"> info@trianglegoods.com </a> </p>
<div class="credits">
<h6> Brought to you by: </h6>
<h3> <strong class="morf"> MORF </strong> </h3>
</div>
</aside>
<ul id="products">
<li class="product">
<div class="product-image" style="background-image:url('img/krupnikas.jpg');"> </div>
<div class="product-info">
<div class="product-details">
<h2 class="product-name-display"> <a href="http://krupnikas.com/product-name" class="product-link-permalink"> Krupnikas KAS </a></h2>
<p class="product-store-display"> <a href="http://krupnikas.com"> Krupnikas </a> </p>
</div>
<div class="buy-now">
<a href="http://krupnikas.com/product-name" class="product-link-button"> $10 </a>
</div>
</div>
</li>
<li class="product">
<div class="product-image" style="background-image:url('img/counterculture.jpg');"> </div>
<div class="product-info">
<div class="product-details">
<h2 class="product-name-display"> <a href="http://counterculture.com/coffee" class="product-link-permalink"> Counter Culture Coffee </a></h2>
<p class="product-store-display"> <a href="http://counterculture.com"> Counter Culture </a> </p>
</div>
<div class="buy-now">
<a href="http://counterculture.com/coffee" class="product-link-button"> $12 </a>
</div>
</div>
</li>
<li class="product">
<div class="product-image" style="background-image:url('img/krupnikas.jpg');"> </div>
<div class="product-info">
<div class="product-details">
<h2 class="product-name-display"> <a href="http://krupnikas.com/product-name" class="product-link-permalink"> Krupnikas KAS </a></h2>
<p class="product-store-display"> <a href="http://krupnikas.com"> Krupnikas </a> </p>
</div>
<div class="buy-now">
<a href="http://krupnikas.com/product-name" class="product-link-button"> $1.4k </a>
</div>
</div>
</li>
<li class="product">
<div class="product-image" style="background-image:url('img/counterculture.jpg');"> </div>
<div class="product-info">
<div class="product-details">
<h2 class="product-name-display"> <a href="http://counterculture.com/coffee" class="product-link-permalink"> Counter Culture Coffee </a></h2>
<p class="product-store-display"> <a href="http://counterculture.com"> Counter Culture </a> </p>
</div>
<div class="buy-now">
<a href="http://counterculture.com/coffee" class="product-link-button"> Buy </a>
</div>
</div>
</li>
<li class="product">
<div class="product-image" style="background-image:url('img/krupnikas.jpg');"> </div>
<div class="product-info">
<div class="product-details">
<h2 class="product-name-display"> <a href="http://krupnikas.com/product-name" class="product-link-permalink"> Krupnikas KAS </a></h2>
<p class="product-store-display"> <a href="http://krupnikas.com"> Krupnikas </a> </p>
</div>
<div class="buy-now">
<a href="http://krupnikas.com/product-name" class="product-link-button"> Buy </a>
</div>
</div>
</li>
</ul>
<!-- End of Product -->
<!-- <form>
<label for="search">Search</label>
<input id="search" type="text" class="field">
<button class="btn btn-primary">Go</button>
</form> -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="scripts/main.js"></script>
<script>
//Google Analytics
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>
|
kataDoku/doxygen/html/class_lock_utility-members.html
|
SharikTLT/ShaCMS
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>kata: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul class="tablist">
<li><a href="main.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>
</ul>
</div>
<div class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<h1>LockUtility Member List</h1> </div>
</div>
<div class="contents">
This is the complete list of members for <a class="el" href="class_lock_utility.html">LockUtility</a>, including all inherited members.<table>
<tr class="memlist"><td><a class="el" href="class_lock_utility.html#ad0113cfa484055e54ae06145617b5bde">__construct</a>()</td><td><a class="el" href="class_lock_utility.html">LockUtility</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_lock_utility.html#a3382f007b024c0abab15921bcaa2977c">__destruct</a>()</td><td><a class="el" href="class_lock_utility.html">LockUtility</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_lock_utility.html#a785ea708cee833aef04305f6ca52840f">garbageCollect</a>($force=false)</td><td><a class="el" href="class_lock_utility.html">LockUtility</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_lock_utility.html#a2885d5905cf3ab330a4c28d64a443d5e">lock</a>($id, $waitForTimeout=true)</td><td><a class="el" href="class_lock_utility.html">LockUtility</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_lock_utility.html#afcd0fe3efc7ff94fec53dd115337ebcb">setTimeout</a>($timeout)</td><td><a class="el" href="class_lock_utility.html">LockUtility</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="class_lock_utility.html#a318db8e27fa5a5e14ffd02abfef85e01">unlock</a>($id)</td><td><a class="el" href="class_lock_utility.html">LockUtility</a></td><td></td></tr>
</table></div>
<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.7.1 </small></address>
</body>
</html>
|
indicadores-gomez-palacio/sustentabilidad-indice-de-gestion-de-calidad-del-aire.html
|
TRCIMPLAN/beta
|
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<!-- ===========================================================================================
Instituto Municipal de Planeación y Competitividad de Torreón.
Al usar, estudiar y copiar está aceptando los términos de uso de la información y del sitio web:
http://www.trcimplan.gob.mx/terminos/terminos-informacion.html
http://www.trcimplan.gob.mx/terminos/terminos-sitio.html
El software que lo construye está bajo la licencia GPL versión 3. © 2014, 2015, 2016.
Una copia está contenida en el archivo LICENCE al bajar desde GitHub.
Plataforma de Conocimiento https://github.com/guivaloz/PlataformaDeConocimiento
Agradecemos y compartimos las tecnologías abiertas y gratuitas sobre las que se basa:
Morris.js https://morrisjs.github.io/morris.js/
PHP http://php.net
StartBootStrap http://startbootstrap.com
Twitter Bootstrap http://getbootstrap.com
Descargue, aprenda y colabore con este Software Libre:
GitHub IMPLAN Torreón https://github.com/TRCIMPLAN/trcimplan.github.io
=========================================================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Incluido en el subíndice 'Manejo Sustentable del Medio Ambiente' Mide los esfuerzos que dedica la administración de la ciudad a la gestión de la calidad del aire.">
<meta name="author" content="Dirección de Investigación Estratégica">
<meta name="keywords" content="IMPLAN, Gómez Palacio, Índice de Competitividad Urbana, Recursos Naturales">
<title>Índice de Gestión de Calidad del Aire en Gómez Palacio - IMPLAN Torreón</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-XdYbMnZ/QjLh6iI4ogqCTaIjrFk87ip+ekIjefZch0Y+PvJ8CDYtEs1ipDmPorQ+" crossorigin="anonymous">
<link href="../imagenes/favicon.png" rel="shortcut icon" type="image/x-icon">
<link href="../rss.xml" rel="alternate" type="application/rss+xml" title="IMPLAN Torreón">
<link href="../css/morris.css" rel="stylesheet">
<link href="../css/plugins/metisMenu/metisMenu.min.css" rel="stylesheet">
<link href="../css/sb-admin-2.css" rel="stylesheet">
<link href="../css/plataforma-de-conocimiento.css" rel="stylesheet">
<link href="../css/trcimplan.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Questrial|Roboto+Condensed:400,700" rel="stylesheet" type="text/css">
</head>
<body>
<div id="wrapper">
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html"><img class="navbar-brand-img" src="../imagenes/implan-barra-logo-chico-gris.png" alt="IMPLAN Torreón"></a>
</div>
<div class="navbar-default sidebar" role="navigation">
<div class="sidebar-nav navbar-collapse">
<ul class="nav" id="side-menu">
<li class="sidebar-search">
<form method="get" id="searchbox_015475140351266618625:04hulmghdys" action="http://www.trcimplan.gob.mx/buscador-resultados.html">
<input type="hidden" value="015475140351266618625:04hulmghdys" name="cx">
<input type="hidden" value="FORID:11" name="cof">
<div class="input-group custom-search-form">
<input type="text" class="form-control" placeholder="Buscar..." value="" name="s" id="s">
<span class="input-group-btn">
<button class="btn btn-default" type="submit" id="searchsubmit"><i class="fa fa-search"></i></button>
</span>
</div>
</form>
</li>
<li><a href="../blog/index.html"><span class="navegacion-icono"><i class="fa fa-lightbulb-o"></i></span> Análisis Publicados</a></li>
<li class="active">
<a href="#"><span class="navegacion-icono"><i class="fa fa-area-chart"></i></span> Indicadores<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../smi/introduccion.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Introducción al S.M.I.</a></li>
<li><a href="../indicadores-categorias/index.html"><span class="navegacion-icono"><i class="fa fa-th-list"></i></span> Indicadores por Categoría</a></li>
<li><a href="../smi/por-region.html"><span class="navegacion-icono"><i class="fa fa-table"></i></span> Indicadores por Región</a></li>
<li><a href="../smi-georreferenciados/index.html"><span class="navegacion-icono"><i class="fa fa-map-marker"></i></span> Georreferenciados</a></li>
<li><a href="../smi/datos-abiertos.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Datos Abiertos</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-puzzle-piece"></i></span> IBC Torreón<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../#"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Introducción</a></li>
<li><a href="../ibc-torreon/index.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Listado de Colonias</a></li>
<li><a href="../#"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Mapa de Colonias</a></li>
<li><a href="../#"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Datos Abiertos</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-map-marker"></i></span> Información Geográfica<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../sig/introduccion.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Introducción al S.I.G.</a></li>
<li><a href="../sig-planes/index.html"><span class="navegacion-icono"><i class="fa fa-server"></i></span> Planes</a></li>
<li><a href="../sig-mapas-torreon/index.html"><span class="navegacion-icono"><i class="fa fa-map-marker"></i></span> S.I.G. de Torreón</a></li>
<li><a href="../sig-mapas-torreon/zonificacion-secundaria.html"><span class="navegacion-icono"><i class="fa fa-map-marker"></i></span> Zonificación Secundaria</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-sun-o"></i></span> Plan Estratégico Metropolitano<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../plan-estrategico-metropolitano/introduccion.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Qué es el P.E.M.</a></li>
<li><a href="../plan-estrategico-metropolitano/metodologia.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Metodología</a></li>
<li><a href="../plan-estrategico-metropolitano/descripcion-del-proceso.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Descripción del Proceso</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-check-square"></i></span> Banco de Proyectos<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../proyectos/proyectos-por-ejes.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Proyectos por Ejes</a></li>
<li><a href="../proyectos/cartera-pem.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Cartera P.E.M.</a></li>
<li><a href="../proyectos/planes-y-programas.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Planes y Programas</a></li>
</ul>
</li>
<li><a href="../investigaciones/index.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Investigaciones</a></li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-building-o"></i></span> Institucional<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../institucional/vision-mision.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Visión / Misión</a></li>
<li><a href="../institucional/mensaje-director.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Mensaje del Director</a></li>
<li><a href="../autores/index.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Quienes Somos</a></li>
<li><a href="../institucional/estructura-organica.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Estructura Orgánica</a></li>
<li><a href="../institucional/modelo-operativo-universal.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Modelo Operativo Univ.</a></li>
<li><a href="../institucional/reglamentos.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Reglamentos</a></li>
<li><a href="../institucional/informacion-financiera.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Información Financiera</a></li>
<li><a href="http://www.icai.org.mx:8282/ipo/dependencia.php?dep=178" target="_blank"><span class="navegacion-icono"><i class="fa fa-external-link"></i></span> Transparencia</a></li>
</ul>
</li>
<li><a href="../consejo-directivo/integrantes.html"><span class="navegacion-icono"><i class="fa fa-users"></i></span> Consejo Directivo</a></li>
<li><a href="../sala-prensa/index.html"><span class="navegacion-icono"><i class="fa fa-comments"></i></span> Sala de Prensa</a></li>
<li><a href="../preguntas-frecuentes/preguntas-frecuentes.html"><span class="navegacion-icono"><i class="fa fa-question"></i></span> Preguntas Frecuentes</a></li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-files-o"></i></span> Términos de Uso<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../terminos/terminos-informacion.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> De la información</a></li>
<li><a href="../terminos/terminos-sitio.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Del sitio web</a></li>
<li><a href="../terminos/privacidad.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Aviso de Privacidad</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-phone"></i></span> Contacto<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../contacto/contacto.html"><span class="navegacion-icono"><i class="fa fa-phone"></i></span> Medios de contacto</a></li>
<li><a href="../#"><span class="navegacion-icono"><i class="fa fa-external-link"></i></span> Comentarios y Sugerencias</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div id="page-wrapper">
<div class="cuerpo">
<article><div itemscope itemtype="http://schema.org/Article">
<div class="encabezado" style="background-color:#808080;">
<h1 itemprop="name">Índice de Gestión de Calidad del Aire en Gómez Palacio</h1>
<div class="encabezado-descripcion" itemprop="description">Incluido en el subíndice "Manejo Sustentable del Medio Ambiente" Mide los esfuerzos que dedica la administración de la ciudad a la gestión de la calidad del aire.</div>
<div class="encabezado-autor-fecha">
Por <span itemprop="author">Dirección de Investigación Estratégica</span>
- <meta itemprop="datePublished" content="2015-07-14T11:54">14/07/2015 11:54
</div>
</div>
<meta itemprop="image" alt="Índice de Gestión de Calidad del Aire en Gómez Palacio" src="../smi/introduccion/imagen.jpg">
<div itemprop="articleBody">
<ul class="nav nav-tabs lenguetas" id="smi-indicador">
<li><a href="#smi-indicador-datos" data-toggle="tab">Datos</a></li>
<li><a href="#smi-indicador-grafica" data-toggle="tab">Gráfica</a></li>
<li><a href="#smi-indicador-otras_regiones" data-toggle="tab">Otras regiones</a></li>
</ul>
<div class="tab-content lengueta-contenido">
<div class="tab-pane" id="smi-indicador-datos">
<h3>Información recopilada</h3>
<table class="table table-hover table-bordered matriz">
<thead>
<tr>
<th>Fecha</th>
<th>Dato</th>
<th>Fuente</th>
<th>Notas</th>
</tr>
</thead>
<tbody>
<tr>
<td>31/12/2008</td>
<td>1</td>
<td>IMCO</td>
<td></td>
</tr>
<tr>
<td>31/12/2009</td>
<td>1</td>
<td>IMCO</td>
<td></td>
</tr>
<tr>
<td>31/12/2010</td>
<td>1</td>
<td>IMCO</td>
<td></td>
</tr>
<tr>
<td>31/12/2011</td>
<td>1</td>
<td>IMCO</td>
<td></td>
</tr>
<tr>
<td>31/12/2012</td>
<td>1</td>
<td>IMCO</td>
<td></td>
</tr>
</tbody>
</table>
<p><b>Unidad:</b> de 0 a 3.</p>
<h3>Observaciones</h3>
<p>Unidades: Variable discreta que asigna valores de 0 a 3, según la medición de la calidad del aire (se da el valor de: 1 si mide calidad, 2 si la reporta, 3 si cuenta con PROAIRE, 0 en otro caso). No se penaliza a las ciudades que no tienen la obligación de medir su calidad del aire
de acuerdo con la NOM-156-SEMARNAT-2012, por lo que a ésas se les asigna el valor 3. Fuente: IMCO, con información al 2013.</p>
</div>
<div class="tab-pane" id="smi-indicador-grafica">
<h3>Gráfica de Índice de Gestión de Calidad del Aire en Gómez Palacio</h3>
<div id="graficaDatos" class="grafica"></div>
</div>
<div class="tab-pane" id="smi-indicador-otras_regiones">
<h3>Gráfica con los últimos datos de Índice de Gestión de Calidad del Aire</h3>
<div id="graficaOtrasRegiones" class="grafica"></div>
<h3>Últimos datos de Índice de Gestión de Calidad del Aire</h3>
<table class="table table-hover table-bordered matriz">
<thead>
<tr>
<th>Región</th>
<th>Fecha</th>
<th>Dato</th>
<th>Fuente</th>
<th>Notas</th>
</tr>
</thead>
<tbody>
<tr>
<td>Torreón</td>
<td>2012-12-31</td>
<td>1</td>
<td>IMCO</td>
<td></td>
</tr>
<tr>
<td>Gómez Palacio</td>
<td>2012-12-31</td>
<td>1</td>
<td>IMCO</td>
<td></td>
</tr>
<tr>
<td>Lerdo</td>
<td>2012-12-31</td>
<td>1</td>
<td>IMCO</td>
<td></td>
</tr>
<tr>
<td>Matamoros</td>
<td>2012-12-31</td>
<td>1</td>
<td>IMCO</td>
<td></td>
</tr>
<tr>
<td>La Laguna</td>
<td>2012-12-31</td>
<td>1</td>
<td>IMCO</td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<article><div itemprop="contentLocation" itemscope itemtype="http://schema.org/Place"">
<article><div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"">
<div class="direccion">
<span itemprop="addressLocality">Gómez Palacio</span>, <span itemprop="addressRegion">Durango</span>. <meta itemprop="addressCountry" content="MX">México.
</div>
</div></article>
</div></article>
</div></article>
<div class="contenido-social">
<h5>Compartir en Redes Sociales</h5>
<a href="https://twitter.com/share" class="twitter-share-button" data-via="trcimplan" data-lang="es">Twittear</a>
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.trcimplan.gob.mx%2Findicadores-gomez-palacio%2Fsustentabilidad-indice-de-gestion-de-calidad-del-aire.html&width=300&layout=button_count&action=like&show_faces=true&share=false&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:21px;" allowTransparency="true"></iframe>
</div>
</div>
<div class="mapa-inferior">
<div class="row">
<div class="col-md-8">
<a href="../index.html"><img class="img-responsive mapa-inferior-logo" src="../imagenes/implan-transparente-gris.png" alt="IMPLAN Torreón"></a>
</div>
<div class="col-md-4">
<div class="pull-right redes-sociales">
<a class="fa fa-twitter-square" href="http://www.twitter.com/trcimplan" target="_blank"></a>
<a class="fa fa-facebook-square" href="https://facebook.com/trcimplan" target="_blank"></a>
<a class="fa fa-google-plus-square" href="https://plus.google.com/106220426241750550649" target="_blank"></a>
<a class="fa fa-github-square" href="https://github.com/TRCIMPLAN" target="_blank"></a>
<a class="fa fa-rss-square" href="../rss.xml"></a>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script src="../js/raphael-min.js"></script>
<script src="../js/morris.min.js"></script>
<script src="../js/plugins/metisMenu/metisMenu.min.js"></script>
<script src="../js/sb-admin-2.js"></script>
<script>
// LENGUETA smi-indicador-grafica
$('#smi-indicador a[href="#smi-indicador-grafica"]').on('shown.bs.tab', function(e){
// Gráfica
if (typeof vargraficaDatos === 'undefined') {
vargraficaDatos = Morris.Line({
element: 'graficaDatos',
data: [{ fecha: '2008-12-31', dato: 1 },{ fecha: '2009-12-31', dato: 1 },{ fecha: '2010-12-31', dato: 1 },{ fecha: '2011-12-31', dato: 1 },{ fecha: '2012-12-31', dato: 1 }],
xkey: 'fecha',
ykeys: ['dato'],
labels: ['Dato'],
lineColors: ['#FF5B02'],
xLabelFormat: function(d) { return d.getDate()+'/'+(d.getMonth()+1)+'/'+d.getFullYear(); },
dateFormat: function(ts) { var d = new Date(ts); return d.getDate() + '/' + (d.getMonth() + 1) + '/' + d.getFullYear(); }
});
}
});
// LENGUETA smi-indicador-otras_regiones
$('#smi-indicador a[href="#smi-indicador-otras_regiones"]').on('shown.bs.tab', function(e){
// Gráfica
if (typeof vargraficaOtrasRegiones === 'undefined') {
vargraficaOtrasRegiones = Morris.Bar({
element: 'graficaOtrasRegiones',
data: [{ region: 'Torreón', dato: 1 },{ region: 'Gómez Palacio', dato: 1 },{ region: 'Lerdo', dato: 1 },{ region: 'Matamoros', dato: 1 },{ region: 'La Laguna', dato: 1 }],
xkey: 'region',
ykeys: ['dato'],
labels: ['Dato'],
barColors: ['#FF5B02']
});
}
});
// TWITTER BOOTSTRAP TABS, ESTABLECER QUE LA LENGÜETA ACTIVA ES smi-indicador-datos
$(document).ready(function(){
$('#smi-indicador a[href="#smi-indicador-datos"]').tab('show')
});
</script>
<script>
// Twitter
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
<script>
// Google Analytics
(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-58290501-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|
src/app/admin/tasks/tasks.component.html
|
dev-labs-bg/dev-challenge
|
<h1>Admin Tasks</h1>
<div class="form-group">
<button class="btn btn-primary" (click)="showCreateTaskForm()">Create task</button>
<button class="hidden" id="open_modal" (click)="lgModal.show()">Show modal</button>
</div>
<div bsModal #lgModal="bs-modal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button id="close_modal" type="button" class="close" (click)="lgModal.hide()" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4 class="modal-title">Task Form</h4>
</div>
<div class="modal-body task-form-modal">
<xp-loading-indicator [wait]="taskFormSubscription">
<form [formGroup]="taskForm" (ngSubmit)="handleSubmit()">
<div class="form-group">
<label for="category_id">Select Category</label>
<select
name="category_id"
formControlName="category_id"
id="category_id">
<option *ngFor="let category of categoryService.repository.getData()"
value="{{ category.id }}">
{{ category.name }}
</option>
</select>
</div>
<div class="form-group">
<label for="title">Title</label>
<input class="form-control"
formControlName="title"
type="text"
id="title"
name="title"
required
/>
</div>
<div class="form-group">
<label for="description">Description</label>
<textarea
class="form-control"
rows="5"
formControlName="description"
name="description"
id="description"
required>
</textarea>
</div>
<div class="form-group">
<label for="time_estimation">Estimate completion time</label>
<input class="form-control"
formControlName="time_estimation"
type="text"
name="time_estimation"
id="time_estimation"
required
/>
</div>
<div class="form-group">
<label for="disabled">Enabled?</label>
<input class="form-control"
formControlName="disabled"
type="checkbox"
name="disabled"
id="disabled"
/>
</div>
<xp-admin-assessments-list
[form]="taskForm"
[name]="'assessment_type_id'">
</xp-admin-assessments-list>
<button
type="submit"
class="btn btn-default"
[disabled]="!taskForm.valid">
Submit
</button>
<div
*ngIf="(selectedTask != null)"
(click)="deleteTask()"
class="btn btn-default">
Disable
</div>
</form>
</xp-loading-indicator>
</div>
</div>
</div>
</div>
<h2>Please select a category</h2>
<div class="form-group">
<label for="categoryId">Category</label>
<select
name="categoryId"
id="categoryId"
class="form-control"
(ngModelChange)="onCategoryChange($event)"
[(ngModel)]="categoryId">
<option value="0" disabled selected>Select category</option>
<option *ngFor="let category of categoryService.repository.getData()"
value="{{ category.id }}">
{{ category.name }}
</option>
</select>
</div>
<xp-loading-indicator [wait]="listFormSubscription">
<div
*ngIf="selectedCategory != null && categoryTasks.length > 0"
class="tasks-holder"
id="task_holder">
<div
class="list-group"
[dragula]='"first-bag"'>
<div
*ngFor="let task of categoryTasks; let i = index"
class="list-group-item draggable">
<input
type="hidden"
value="{{ task.id }}"
/>
<a
(click)="openUpdateForm(task)"
href="javascript:;">
{{ task.title }}
</a>
<div class="task-status">
<div [class]="switchLabels(task.disabled)">
{{ task.disabledText }}
</div>
</div>
</div>
</div>
<div
(click)="updateList()"
class="btn btn-primary">
Update List Order
</div>
</div>
</xp-loading-indicator>
<div
*ngIf="selectedCategory != null && categoryTasks.length === 0"
class="alert alert-warning">
No tasks found from chosen category.
</div>
|
aquamacs/doc/Aquamacs Help/ediff/Highlighting-Difference-Regions.html
|
xfq/aquamacs-emacs
|
<html lang="en">
<head>
<title>Highlighting Difference Regions - Ediff User's Manual</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Ediff User's Manual">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Customization.html#Customization" title="Customization">
<link rel="prev" href="Selective-Browsing.html#Selective-Browsing" title="Selective Browsing">
<link rel="next" href="Narrowing.html#Narrowing" title="Narrowing">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This file documents Ediff, a comprehensive visual interface to Unix diff
and patch utilities.
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
Version 1.3 or any later version published by the Free Software
Foundation; with no Invariant Sections, with the Front-Cover texts
being ``A GNU Manual'', and with the Back-Cover Texts as in (a)
below. A copy of the license is included in the section entitled
``GNU Free Documentation License''.
(a) The FSF's Back-Cover Text is: ``You have the freedom to copy
and modify this GNU manual. Buying copies from the FSF supports
it in developing GNU and promoting software freedom.''
-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<a name="Highlighting-Difference-Regions"></a>
<p>
Next: <a rel="next" accesskey="n" href="Narrowing.html#Narrowing">Narrowing</a>,
Previous: <a rel="previous" accesskey="p" href="Selective-Browsing.html#Selective-Browsing">Selective Browsing</a>,
Up: <a rel="up" accesskey="u" href="Customization.html#Customization">Customization</a>
<hr>
</div>
<h3 class="section">7.5 Highlighting Difference Regions</h3>
<p>The following variables control the way Ediff highlights difference
regions:
<dl>
<dt><code>ediff-before-flag-bol</code><dt><code>ediff-after-flag-eol</code><dt><code>ediff-before-flag-mol</code><dt><code>ediff-after-flag-mol</code><dd><a name="index-ediff_002dbefore_002dflag_002dbol-166"></a><a name="index-ediff_002dafter_002dflag_002deol-167"></a><a name="index-ediff_002dbefore_002dflag_002dmol-168"></a><a name="index-ediff_002dafter_002dflag_002dmol-169"></a>These variables hold strings that Ediff uses to mark the beginning and the
end of the differences found in files A, B, and C on devices where Emacs
cannot display faces. Ediff uses different flags to highlight regions that
begin/end at the beginning/end of a line or in a middle of a line.
<br><dt><code>ediff-current-diff-face-A</code><dt><code>ediff-current-diff-face-B</code><dt><code>ediff-current-diff-face-C</code><dd><a name="index-ediff_002dcurrent_002ddiff_002dface_002dA-170"></a><a name="index-ediff_002dcurrent_002ddiff_002dface_002dB-171"></a><a name="index-ediff_002dcurrent_002ddiff_002dface_002dC-172"></a>Ediff uses these faces to highlight current differences on devices where
Emacs can display faces. These and subsequently described faces can be set
either in <samp><span class="file">.emacs</span></samp> or in <samp><span class="file">.Xdefaults</span></samp>. The X resource for Ediff
is ‘<samp><span class="samp">Ediff</span></samp>’, <em>not</em> ‘<samp><span class="samp">emacs</span></samp>’. Please refer to Emacs manual for
the information on how to set X resources.
<br><dt><code>ediff-fine-diff-face-A</code><dt><code>ediff-fine-diff-face-B</code><dt><code>ediff-fine-diff-face-C</code><dd><a name="index-ediff_002dfine_002ddiff_002dface_002dA-173"></a><a name="index-ediff_002dfine_002ddiff_002dface_002dB-174"></a><a name="index-ediff_002dfine_002ddiff_002dface_002dC-175"></a>Ediff uses these faces to show the fine differences between the current
differences regions in buffers A, B, and C, respectively.
<br><dt><code>ediff-even-diff-face-A</code><dt><code>ediff-even-diff-face-B</code><dt><code>ediff-even-diff-face-C</code><dt><code>ediff-odd-diff-face-A</code><dt><code>ediff-odd-diff-face-B</code><dt><code>ediff-odd-diff-face-C</code><dd><a name="index-ediff_002deven_002ddiff_002dface_002dA-176"></a><a name="index-ediff_002deven_002ddiff_002dface_002dB-177"></a><a name="index-ediff_002deven_002ddiff_002dface_002dC-178"></a><a name="index-ediff_002dodd_002ddiff_002dface_002dA-179"></a><a name="index-ediff_002dodd_002ddiff_002dface_002dB-180"></a><a name="index-ediff_002dodd_002ddiff_002dface_002dC-181"></a>Non-current difference regions are displayed using these alternating
faces. The odd and the even faces are actually identical on monochrome
displays, because without colors options are limited.
So, Ediff uses italics to highlight non-current differences.
<br><dt><code>ediff-force-faces</code><dd><a name="index-ediff_002dforce_002dfaces-182"></a>Ediff generally can detect when Emacs is running on a device where it can
use highlighting with faces. However, if it fails to determine that faces
can be used, the user can set this variable to <code>t</code> to make sure that
Ediff uses faces to highlight differences.
<br><dt><code>ediff-highlight-all-diffs</code><dd><a name="index-ediff_002dhighlight_002dall_002ddiffs-183"></a>Indicates whether—on a windowing display—Ediff should highlight
differences using inserted strings (as on text-only terminals) or using
colors and highlighting. Normally, Ediff highlights all differences, but
the selected difference is highlighted more visibly. One can cycle through
various modes of highlighting by typing <kbd>h</kbd>. By default, Ediff starts
in the mode where all difference regions are highlighted. If you prefer to
start in the mode where unselected differences are not highlighted, you
should set <code>ediff-highlight-all-diffs</code> to <code>nil</code>. Type <kbd>h</kbd> to
restore highlighting for all differences.
<p>Ediff lets you switch between the two modes of highlighting. That is,
you can switch interactively from highlighting using faces to
highlighting using string flags, and back. Of course, switching has
effect only under a windowing system. On a text-only terminal or in an
xterm window, the only available option is highlighting with strings.
</dl>
<p class="noindent">If you want to change the default settings for <code>ediff-force-faces</code> and
<code>ediff-highlight-all-diffs</code>, you must do it <strong>before</strong> Ediff is
loaded.
<p>You can also change the defaults for the faces used to highlight the
difference regions. There are two ways to do this. The simplest and the
preferred way is to use the customization widget accessible from the
menubar. Ediff's customization group is located under "Tools", which in
turn is under "Programming". The faces that are used to highlight
difference regions are located in the "Highlighting" subgroup of the Ediff
customization group.
<p>The second, much more arcane, method to change default faces is to include
some Lisp code in <samp><span class="file">~/.emacs</span></samp>. For instance,
<pre class="example"> (setq ediff-current-diff-face-A
(copy-face 'bold-italic 'ediff-current-diff-face-A))
</pre>
<p class="noindent">would use the pre-defined face <code>bold-italic</code> to highlight the current
difference region in buffer A (this face is not a good choice, by the way).
<p>If you are unhappy with just <em>some</em> of the aspects of the default
faces, you can modify them when Ediff is being loaded using
<code>ediff-load-hook</code>. For instance:
<pre class="smallexample"> (add-hook 'ediff-load-hook
(lambda ()
(set-face-foreground
ediff-current-diff-face-B "blue")
(set-face-background
ediff-current-diff-face-B "red")
(make-face-italic
ediff-current-diff-face-B)))
</pre>
<p><strong>Please note:</strong> to set Ediff's faces, use only <code>copy-face</code>
or <code>set/make-face-...</code> as shown above. Emacs' low-level
face-manipulation functions should be avoided.
</body></html>
|
core/dslmcode/profiles/cis-7.x-1.x/themes/cis-theme/css/cis_theme.css
|
bigwhirled/elmsln
|
/* fonts from jay */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(https://fonts.googleapis.com/css?family=Bitter);
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Bitter', serif;
*/
h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', sans-serif;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
background-color: #d1d1d1;
border: 0px;
-webkit-box-shadow:none;
box-shadow: none;
}
/**
* Progress bar for batch API calls.
*/
body.page-batch div#updateprogress {
padding-bottom:2em !important;
}
body.page-batch div#progress {
margin-bottom:3em !important;
}
body.page-batch div.message {
margin-top:1em !important;
}
.cis-featured-first-row .featured-front-page-color .jquery_colorpicker_color_display {
width: 10.475em;
height: 4.25em;
float: left;
margin-top:2em;
margin-left: -2.25em;
position: absolute;
}
.cis-featured-older .featured-front-page-color .jquery_colorpicker_color_display {
margin-left: -0.9375em;
margin-right:-0.9375em;
margin-top: -0.9375em;
margin-bottom: 0.9375em;
}
.featured-front-page-subtext {
width: 10.475em;
height: 4.25em;
float: left;
margin-top:3.5em;
margin-left: .5em;
position: absolute;
color:#eee;
}
.cis-featured-first-row {
background-color: #eceff4;
}
.cis-featured-older {
margin-top:-2em;
border: solid #262930 .125em;
height:12em;
}
.cis-featured-older .featured-front-page-title {
color:#eee;
font-size:1.5em;
}
.featured-front-page-h2-title {
margin-top:4em;
}
.featured-front-page-body {
color:#7e7f83;
}
.featured-front-page-readmore a {
color:#7e7f83;
font-weight:bold;
font-size: .8em;
text-transform: uppercase;
background-image: url('../images/arrow5.png');
background-repeat: no-repeat;
background-position: right;
padding-right: 2em;
}
.featured-front-page-readmore a:hover{
background-image: url('../images/arrow6.png');
color:#139be9;
}
.views-exposed-form {
background-color: #373b44;
}
.cis-featured-older {
background-color: #373b44;
padding:1em;
}
.cis-featured-older:hover {
background-color: #3d4149;
}
.cis-featured-first-image {
padding:0em;
}
.bef-select-as-checkboxes-fieldset label {
color:#979797;
font-weight:normal;
}
.bef-select-as-checkboxes-fieldset label:hover {
color:#fffffd;
}
.bef-select-as-checkboxes-fieldset input[type="radio"]:checked + label,
.bef-select-as-checkboxes-fieldset input[type="checkbox"]:checked + label {
color:#fffffd;
}
.bef-select-as-checkboxes-fieldset input[type="radio"],
.bef-select-as-checkboxes-fieldset input[type="checkbox"]{
width:2em;
height:2em;
margin:.25em;
}
.views-exposed-widgets #edit-title-wrapper {
border-bottom: solid .5em #ffffff;
padding: .5em;
}
.views-exposed-widgets #edit-title-wrapper input {
margin:0em;
}
.views-exposed-widgets #edit-field-display-name-value-wrapper {
border-bottom:solid .5em #ffffff;
padding:.5em;
}
.views-exposed-widgets #edit-field-display-name-value-wrapper input {
margin:0em;
}
.unit-color {
font-weight:bold;
}
.unit-color-border li.active,
.unit-color-border li.active-trail,
.unit-color-border{
border-color: #1a538f;
}
.unit-color, .amp, .unit-color a {
color: #1a538f;
}
.unit-bg-color {
background-color: #1a538f;
}
::-moz-selection {
background-color: #1a538f;
color: #fff;
}
::selection {
background-color: #1a538f;
color: #fff;
}
.view .item-list .pager li {
float: left;
}
h1#page-title {
font-family: 'Bitter', serif;
font-weight:bold;
}
.node-page ul{
margin-left:2.5em;
}
.node-type-page .block-views h2.block-title {
margin-top:1em;
}
/* fixes zurb making autocompletes too big */
html.js input.form-autocomplete {
height:1.2em;
}
.row {
max-width:108em;
}
.border-step-1 {
left: 25%;
margin-left: -.5em;
}
.border-step-2 {
left: 50%;
margin-left: -.5em;
}
.border-step-3 {
left: 75%;
margin-left: -.5em;
}
.border-step-center {
left: 50%;
margin-left: -.5em;
}
.dark-triangle-down {
width: 0;
height: 0;
border-left: .5em solid transparent;
border-right: .5em solid transparent;
border-top: 1em solid #eceff4;
}
.triangle-overflow {
position:absolute;
}
.dark-triangle-left {
width: 0;
height: 0;
border-top: .5em solid transparent;
border-right: 1em solid #eceff4;
border-bottom: .5em solid transparent;
}
.light-triangle-down {
width: 0;
height: 0;
border-left: .5em solid transparent;
border-right: .5em solid transparent;
border-top: 1em solid #ffffff;
}
.light-triangle-left {
width: 0;
height: 0;
border-top: .5em solid transparent;
border-right: 1em solid #ffffff;
border-bottom: .5em solid transparent;
}
/* about page */
.hero-wrapper {
text-align:center;
height:8em;
}
.hero-wrapper *{
float:left;
width:100%;
max-width: 108em;
}
.hero-image {
background-repeat:no-repeat;
position:absolute;
z-index:-1;
height:8em;
-webkit-background-size: 100% 8em;
-moz-background-size: 100% 8em;
-o-background-size: 100% 8em;
background-size: 100% 8em;
}
.hero-wrapper .college-title {
padding:0em;
margin-top:2.5em;
color:#99aeda;
font-size:1em;
font-family:'Bitter', serif;
}
.hero-wrapper h1#page-title {
padding:0em;
font-size:1.5em;
color:#ffffff;
font-weight:bold;
font-family:'Bitter', serif;
}
.page-node-689 h2.block-title {
text-align:center;
color:#989898;
font-weight:lighter;
font-family: 'Open Sans', sans-serif;
}
.about_headshot {
height:3em;
margin:0em;
padding:0em;
zoom: 1;
filter: alpha(opacity=30);
opacity: 0.3;
}
.about_headshot:hover {
filter: alpha(opacity=100);
opacity: 1.0;
}
.about-our-people li.views-fluid-grid-item {
background-color:transparent;
border:none;
}
.about-our-people li.views-fluid-grid-item img{
width: 17em;
height: 14.5em;
border: .4em solid #334e8f;
}
.about_display_name a{
font-size:1.2em;
font-weight:bold;
color:#464850;
}
.about_pro_title {
font-size:.8em;
color:#989898;
}
.about-accolades {
background-color:#eceff4;
margin:0em;
padding:0em;
}
.about-accolades ul, .about-accolades ul li.views-row{
margin:0em;
padding:0em;
}
.accolades-wrapper {
}
.accolades-wrapper .accolades-content-wrapper {
margin-left:3.5em;
padding-top:.125em;
}
.accolades-wrapper .block-title{
margin-top:1em;
}
.accolades-wrapper ul {
list-style:none;
}
.accolades-wrapper .item-list ul li {
margin:0em;
}
.accolades-wrapper .views-row .columns {
margin-bottom:1em;
}
/* course display / list */
.courses-overview-filters {
color:#ffffff;
padding:0em;
}
.courses-overview-filters #-wrapper {
padding:0em;
}
.courses-overview-filters .views-exposed-widget {
float:none;
}
.courses-overview-filters .views-reset-button {
margin: 1em 2em;
}
.courses-overview-filters .views-exposed-widget button {
margin:0;
}
.courses-overview-filters .views-submit-button.views-exposed-widget {
float:none;
background-color:#373b44;
padding:0em;
}
.courses-overview-filters .views-widget-filter-title {
padding:0em;
}
.courses-overview-filters .views-exposed-widget fieldset{
width:100%;
}
html.js .courses-overview-filters fieldset.collapse-processed.collapsed .fieldset-legend {
background-image: url(../images/arrow8.png);
background-repeat:none;
background-position:.75em 50%;
}
html.js .courses-overview-filters fieldset.collapse-processed .fieldset-legend {
background-image: url(../images/x2.png);
background-repeat:none;
background-position:.9em 50%;
}
html.js .courses-overview-filters fieldset.collapse-processed div.fieldset-wrapper {
margin:1em 2.5em;
}
.courses-overview-filters fieldset {
border:none;
padding:0em;
margin:0em;
}
.courses-overview-filters fieldset.collapsed {
height:2em !important;
}
.courses-overview-filters legend {
background:none;
border-top:#32353c solid 2px;
width:100%;
padding:0em;
margin:0em;
}
.courses-overview-filters a.fieldset-title {
color:#8f8f90;
font-weight:lighter;
font-family: 'Open Sans', sans-serif;
padding-left:1.5em;
margin-left:0;
line-height:2em;
}
/* course block */
.course-blocks-display h3.courses-unit-heading {
text-align:left;
color:#808080;
font-family: 'Open Sans', sans-serif;
font-weight:lighter;
}
.course-blocks-display .courses-unit-heading .jquery_colorpicker_color_display {
height:.25em;
margin:2em 0 .5em;
}
.course-blocks-display li {
width: 17.1875em;
height: 14.375em;
padding: 0em;
margin: .25em;
border: 0em;
background-color:#eceff4;
}
.course-blocks-display .course-block-field_banner-wrapper {
height:1.125em;
}
.course-blocks-display .course-block-field_course_title-wrapper {
height:1.125em;
padding:2em 1em 1em;
float:left;
text-align:left;
}
.course-blocks-display .course-block-field_banner-wrapper .course-block-banner{
float:left;
}
.course-blocks-display .course-block-title {
width:5.475em;
height:2.25em;
float:left;
margin-left:1.25em;
position:absolute;
font-size: 1em;
text-align:center;
padding-top:.25em;
color: #fff;
}
.course-blocks-display .course-block-display-split-name {
font-weight:bold;
}
.course-blocks-display .course-block-display-split-number {
padding-left:.25em;
}
.course-blocks-display .course-block-color .jquery_colorpicker_color_display{
width:5.475em;
height:2.25em;
float:left;
margin-left:1.25em;
position:absolute;
}
.course-blocks-display .course-block-unit {
color:#555;
font-size:.9em;
}
.course-blocks-display .course-block-name {
font-weight:bold;
}
.course-blocks-display .course-block-details {
margin-top:1em;
}
.course-blocks-display .course-block-details a{
font-size:.8em;
color:#222;
text-transform:uppercase;
background-image: url('../images/arrow5.png');
background-repeat:no-repeat;
background-position:right;
padding-right:2em;
}
.course-blocks-display .course-block-details a:hover{
background-image: url('../images/arrow6.png');
color:#139be9;
}
/* faculty display / list */
.faculty-display {
}
.faculty-display-row {
padding:1em;
border-bottom:solid .125em #ccc;
}
.faculty-display h3.faculty-unit-heading {
text-align:left;
color:#808080;
font-family: 'Open Sans', sans-serif;
font-weight:lighter;
}
.faculty-display .faculty-unit-heading .jquery_colorpicker_color_display {
height:.25em;
margin:2em 0 .5em;
}
.faculty-overview-filters {
background-color:#373b44;
color:#ffffff;
padding:0em;
}
.faculty-overview-filters .views-exposed-widget {
float:none;
}
html.js .faculty-overview-filters fieldset.collapse-processed.collapsed .fieldset-legend {
background-image: url(../images/arrow8.png);
background-repeat:none;
background-position:.25em 50%;
}
html.js .faculty-overview-filters fieldset.collapse-processed .fieldset-legend {
background-image: url(../images/x2.png);
background-repeat:none;
background-position:.25em 50%;
}
.faculty-overview-filters fieldset {
border:none;
font-family: 'Open Sans', sans-serif;
font-weight:lighter;
}
.faculty-overview-filters legend {
background:none;
}
.faculty-overview-filters a.fieldset-title {
color:#ffffff;
padding-left:2em;
margin-left:-1em;
}
/* person node / page */
.person-pro-title {
margin-bottom:2em;
}
.person-title {
font-family: 'Bitter', serif;
font-weight:lighter;
}
.person-col-1 div {
margin-bottom:.5em;
}
.person-col-1 div.field-name-field-website a {
display:block;
}
.person-col-1 div.field-name-field-phone-number {
margin-bottom:2em;
}
/* clean up regions_admin_left for zurb */
#regions_admin_left .block-title {
font-size:1.4em;
}
#regions_admin_left ul.menu {
margin-left:.25em;
}
#regions_admin_left a {
font-size:1em;
padding:0em;
margin:0em;
}
#regions_admin_left a:hover {
border-bottom:.125em solid #aaa;
}
#regions_admin_left a.active-trail {
border-bottom:.125em solid #555;
}
#regions_admin_left a.active {
border-bottom:.125em solid #339;
}
.pipe-space {
display:inline;
}
nav.top-bar {
background-color:#383a43;
margin-bottom:0em;
}
nav.top-bar .name h1 a {
color:#898a8e;
}
nav.top-bar .top-bar-section.user-menu ul {
background-color:#383a43;
}
.top-bar-section ul li.leaf label{
padding: 0 15px;
line-height: 45px;
}
/* This controls the background color of the top user links */
.top-bar-section li a:not(.button) {
background-color:#383a43;
}
nav.top-bar .name .pipe-space {
float: left;
line-height: 1.42em;
font-size: 1.75em;
color:#898a8e;
margin-left:.714em;
margin-right:0em;
}
nav.top-bar .name h1 {
float:left;
}
.top-bar-section .divider, .top-bar-section [role="separator"] {
clear: none;
width:1px;
border: none;
}
nav.top-bar section.main-menu ul li span.separator {
display: block;
height: 4.375em;
float:left;
border: 0;
background-color: #c3c4c6;
width:1px;
padding: 0;
margin:-0.625em;
}
nav.top-bar section.main-menu ul li span.separator hr {
display:none;
}
nav.top-bar section.secondary-menu {
margin-top: 35px;
}
nav.top-bar .title-area .logo {
height:40px;
float:left;
}
#secondary-menu {
display:inline;
list-style-image:none;
list-style-type:none;
width: 100%;
float: left;
border: solid #eceff4 1px;
background-color:#e5e6ea;
}
#secondary-menu li {
padding:10px;
margin:0em;
font-size:1.2em;
}
#secondary-menu li a {
color:#949597;
background-color:transparent;
}
#secondary-menu span.nolink {
font-size: 0.8125em;
padding: 0 15px;
line-height: 45px;
}
#secondary-menu li a:active, #secondary-menu li a:hover {
color:#1a538f;
}
#third-menu {
display:inline;
list-style-image:none;
list-style-type:none;
width: 100%;
float: left;
border: solid #eceff4 1px;
background-color:#e5e6ea;
}
#third-menu li {
margin:0em;
font-size:1.2em;
}
#third-menu li a {
color:#949597;
background-color:transparent;
}
#third-menu span.nolink {
font-size: 0.8125em;
padding: 0 15px;
line-height: 45px;
}
#third-menu li a:active, #third-menu li a:hover {
color:#1a538f;
}
#third-menu li a.active {
border-bottom:1px solid #1a538f;
color:#1a538f;
}
h1.title span.amp {
font-size:1.5em;
font-style:oblique;
}
.unit-color {
font-weight:bold;
}
#secondary-menu li.active, #secondary-menu li.active-trail{
border-bottom:5px solid #1a538f;
color:#1a538f;
}
#secondary-menu li a.active, #secondary-menu li a.active-trail {
color:#1a538f;
}
.breadcrumbs>* a, .breadcrumbs>* span {
color:#1a538f;
}
ul.breadcrumbs {
margin-bottom:0em;
}
.bottom-bar {
background-color: #383a43;
color:#898a8f;
}
hr.footer-divider {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #898a8f;
margin: 1em 0 2em 0;
padding: 0;
}
.bottom-bar h3.footer-name a {
color:#898a8e;
padding: 0 15px;
display:block;
}
.bottom-bar .pipe-space {
float: left;
line-height: 40px;
font-size: 28px;
color:#898a8e;
margin-left:20px;
margin-right:0em;
}
.bottom-bar h3.footer-name {
float:left;
font-size: 1.0625em;
line-height:45px;
}
.bottom-bar .logo {
height:40px;
float:left;
}
.bottom-bar .powered_by {
text-align:right;
}
/* Course layout CSS */
.course_top_container {
background-color:#eceff4;
color:#5f6363;
}
.course_flag_row {
padding-left: 4.16%;
padding-right: 4.16%;
}
.course_overview_row {
padding-left: 2.08%;
padding-right: 2.08%;
}
.course_flag_row, .course_flag {
height:80px;
color:#ffffff;
}
.course_flag {
text-align:center;
}
.course_flag_name {
font-size:.8em;
margin-top:40px;
}
.course_flag_number {
font-size:1.4em;
height:40px;
vertical-align:top;
}
.course_flag_row h1.title {}
.course_info {
margin-top:3em !important;
}
.course_video_container {
border-style:solid;
border-width:4px;
}
.course_credits {
margin-top:20px;
}
.field-name-field-screenshot img {
display:block;
clear:both;
width:100%;
}
div.field-name-field-screenshot .sb-image {
background-color:#373b44;
margin:10px;
}
img.image-course_thumb:hover {
zoom: 1;
filter: alpha(opacity=50);
opacity: 0.5;
}
a.button.secondary.active {
background-color:#2ba6cb;
color:#ffffff;
}
.course_overview_row button, .course_overview_row .button {
width: 100%;
}
input[type="file"] {
width:inherit;
}
button, .button {
margin: .375em;
}
button.gray-button {
background-color:#ccc;
color:#222;
}
.cis_dark_text {
color:#646569;
}
.cis_dark_text:hover {
color:#c4c5c7;
}
.cis_hr {
border-style:solid;
border-width:.125em;
}
.cis_text_on_white {
color:#9a9a9a;
}
.cis_text_on_blue {
color:#5F6363;
}
.cis-view-by {
color:#626572;
}
/* course author block */
.course_author_block {
float:right;
padding:10px;
margin:0px 0px 10px 10px;
background-color:#373b44;
border:#ccc 1px solid;
}
h3.course_author_name {
font-size:1.1em;
}
h4.course_author_name {
color:#ffffff;
margin-bottom:.1em;
font-size:1.1em;
}
div.course_author_pro_title {
margin-bottom: 1.2em;
font-size: 0.8em;
}
div.course_author_profile {
color:#a3a6ac;
font-size:.9em;
line-height:1.4em;
}
div.course_author_profile img {
margin:-4px 8px 0px -20px;
float:left;
}
div.course_author_view_profile {
margin-top:10px;
}
/* program view */
.page-programs #page-title {
text-align:center;
}
.view-cis-marketing-programs .view-header {
padding: 2em 0 4em;
}
.programs_wrapper {
background-color:#eceff4;
width:100%;
padding:0 0 2em 0;
}
.programs_wrapper h3 {
text-align:center;
width:100%;
font-size:30px/36px;
padding: .5em 0 .5em 0;
color:#808080;
font-family: 'Open Sans', sans-serif;
font-weight:lighter;
}
.programs_wrapper .columns {
background-color:#ffffff;
margin-bottom:1em;
}
.programs_wrapper .program_color_block .jquery_colorpicker_color_display {
width:88px;
height:88px;
float:left;
margin-left:20px;
position:absolute;
}
.programs_wrapper .program_abbrev {
font-size:1.4em;
text-transform:uppercase;
width:88px;
float:left;
text-align:center;
margin-left:20px;
margin-top:55px;
position:absolute;
color:#ffffff;
letter-spacing:.1em;
}
.programs_wrapper .program_content_wrapper {
margin-left:10em;
padding:1em;
}
.programs_wrapper .program_name {
font-size:.9em;
font-family: 'Open Sans', sans-serif;
font-weight:bold;
}
.programs_wrapper .program_body {
font-size:1.1em;
font-family: 'Open Sans', sans-serif;
font-weight:lighter;
color:#6f6f6f;
}
.programs_wrapper .program_details a{
font-size:.8em;
text-transform:uppercase;
color:#222;
background-image: url('../images/arrow5.png');
background-repeat:no-repeat;
background-position:right;
padding-right:2em;
}
.programs_wrapper .program_details a:hover{
background-image: url('../images/arrow6.png');
color:#139be9;
}
/* Service blocks */
.services-wrapper {
background-color:#edeff4;
}
.services-wrapper .services-content-wrapper {
margin-left:3.5em;
padding-top:.125em;
}
.services-wrapper .block-title{
margin-top:1em;
}
.services-wrapper ul {
list-style:none;
}
.services-wrapper .item-list ul li {
margin:0em;
}
.services-wrapper .views-row .columns {
background-color:#ffffff;
margin-bottom:1em;
}
.services-wrapper .service-icon {
width:3.0625em;
height:3.0625em;
background-color:#334e8f;
margin-left:0em;;
float:left;
position:absolute;
padding-top:.25em;
}
.services-wrapper .service-icon img{
width:1.5em;
height:1.5em;
float:left;
position:absolute;
margin:0.78125em;
}
.services-wrapper .service-title h4 {
font-family:'Bitter', serif;
font-weight:lighter;
}
.services-provided .service-details a{
font-size:.8em;
text-transform:uppercase;
color:#222;
background-image: url('../images/arrow5.png');
background-repeat:no-repeat;
background-position:right;
padding-right:2em;
}
.services-provided .service-details a:hover{
background-image: url('../images/arrow6.png');
color:#139be9;
}
.fluid-width-video-wrapper {
position: relative;
padding-bottom: 56.25% !important; /* 16/9 ratio */
height: 0;
}
.fluid-width-video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0px 0px 20px 0px !important;
padding:0px;
}
/* Fluid adjustments for mobile menu items */
@media only screen and (max-width: 940px) {
.menu-1190, .menu-1196, .menu-1193 {
display:none;
}
#secondary-menu li.active, #secondary-menu li.active-trail{
border:.125em solid #1a538f;
color:#1a538f;
}
#secondary-menu li a.active, #secondary-menu li a.active-trail {
color:#1a538f;
}
h1#page-title {
text-align:center;
line-height:1em;
}
.top-bar-section {
width:100%;
}
}
@media only screen and (max-width: 680px) {
.course-blocks-display .course-block-field_course_title-wrapper {
padding:2em 1em 1em;
}
.course-blocks-display li {
width: 100%;
height: 9em;
}
.course-blocks-display li img{
display:none;
}
/* stetches the details link over entire element on mobile */
.course-block-details a{
width: 95%;
height: 5.5em;
filter: alpha(opacity=0);
opacity: 0.0;
position: absolute;
font-size: 1em !important;
padding-right:0em !important;
margin: -6em 0 0 -1em;
}
}
@media only screen and (min-width: 400px) {
.course_author_block {
width:100%;
}
.hero-wrapper .college-title {
font-size:1.2em;
margin: 10% 0em 0em 0em;
color:#33508e;
font-style:oblique;
font-weight:lighter;
}
.hero-wrapper h1#page-title {
font-size:2em;
margin:.25em 0em 0em 0em;
}
}
@media only screen and (min-width: 600px) {
.hero-wrapper, .hero-image {
height:15em;
-webkit-background-size: 100% 15em;
-moz-background-size: 100% 15em;
-o-background-size: 100% 15em;
background-size: 100% 15em;
}
.hero-wrapper .college-title {
font-size:1.4em;
}
.hero-wrapper h1#page-title {
font-size:2.5em;
}
}
@media only screen and (min-width: 768px) {
.course_author_block {
width:15.625em;
}
.hero-wrapper .college-title {
font-size:1.6em;
}
.hero-wrapper h1#page-title {
font-size:3em;
}
.services-wrapper .services-content-wrapper {
margin-left:7em;
padding:1em;
}
.services-wrapper .service-icon {
width:6.125em;
height:6.125em;
margin-left:1.25em;
padding-top:.25em;
}
.services-wrapper .service-icon img{
width:3em;
height:3em;
margin:1.5625em;
}
.about_headshot {
width:12.5em;
height:10em;
filter: alpha(opacity=100);
opacity: 1.0;
}
}
/*courses list*/
/*Source Located at: http://codepen.io/michael-collins/pen/MYWMed*/
@media only screen and (min-width: 840px) {
.hero-wrapper, .hero-image {
height:20em;
-webkit-background-size: 100% 20em;
-moz-background-size: 100% 20em;
-o-background-size: 100% 20em;
background-size: 100% 20em;
}
.hero-wrapper .college-title {
margin:8% 0em 0em 0em;
}
}
@media only screen and (min-width: 940px) {
h1#page-title {
font-size:2.75em;
}
.hero-wrapper h1#page-title {
margin:-.25em 0em 0em 0em;
}
}
@media only screen and (min-width: 1200px) {
.about_headshot {
width:18em;
height:14.5em;
}
.hero-wrapper, .hero-image {
height:25em;
-webkit-background-size: 100% 25em;
-moz-background-size: 100% 25em;
-o-background-size: 100% 25em;
background-size: 100% 25em;
}
}
@media only screen and (min-width: 1400px) {
.hero-wrapper, .hero-image {
height:29.25em;
-webkit-background-size: 100% 29.25em;
-moz-background-size: 100% 29.25em;
-o-background-size: 100% 29.25em;
background-size: 100% 29.25em;
}
}
.top-bar {
height:inherit;
}
|
src/Diptychon/lib/apache_imaging/apidocs/org/apache/commons/imaging/formats/bmp/pixelparsers/class-use/PixelParser.html
|
Diptychon/Diptychon
|
<!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_30) on Wed Dec 12 05:23:57 UTC 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.commons.imaging.formats.bmp.pixelparsers.PixelParser (Commons Imaging 1.0-SNAPSHOT API)
</TITLE>
<META NAME="date" CONTENT="2012-12-12">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.commons.imaging.formats.bmp.pixelparsers.PixelParser (Commons Imaging 1.0-SNAPSHOT API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../org/apache/commons/imaging/formats/bmp/pixelparsers/PixelParser.html" title="class in org.apache.commons.imaging.formats.bmp.pixelparsers"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../index.html?org/apache/commons/imaging/formats/bmp/pixelparsers//class-usePixelParser.html" target="_top"><B>FRAMES</B></A>
<A HREF="PixelParser.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.commons.imaging.formats.bmp.pixelparsers.PixelParser</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../../../org/apache/commons/imaging/formats/bmp/pixelparsers/PixelParser.html" title="class in org.apache.commons.imaging.formats.bmp.pixelparsers">PixelParser</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.commons.imaging.formats.bmp.pixelparsers"><B>org.apache.commons.imaging.formats.bmp.pixelparsers</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.commons.imaging.formats.bmp.pixelparsers"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../../../org/apache/commons/imaging/formats/bmp/pixelparsers/PixelParser.html" title="class in org.apache.commons.imaging.formats.bmp.pixelparsers">PixelParser</A> in <A HREF="../../../../../../../../org/apache/commons/imaging/formats/bmp/pixelparsers/package-summary.html">org.apache.commons.imaging.formats.bmp.pixelparsers</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">Subclasses of <A HREF="../../../../../../../../org/apache/commons/imaging/formats/bmp/pixelparsers/PixelParser.html" title="class in org.apache.commons.imaging.formats.bmp.pixelparsers">PixelParser</A> in <A HREF="../../../../../../../../org/apache/commons/imaging/formats/bmp/pixelparsers/package-summary.html">org.apache.commons.imaging.formats.bmp.pixelparsers</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../../org/apache/commons/imaging/formats/bmp/pixelparsers/PixelParserBitFields.html" title="class in org.apache.commons.imaging.formats.bmp.pixelparsers">PixelParserBitFields</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../../org/apache/commons/imaging/formats/bmp/pixelparsers/PixelParserRgb.html" title="class in org.apache.commons.imaging.formats.bmp.pixelparsers">PixelParserRgb</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../../org/apache/commons/imaging/formats/bmp/pixelparsers/PixelParserRle.html" title="class in org.apache.commons.imaging.formats.bmp.pixelparsers">PixelParserRle</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../../org/apache/commons/imaging/formats/bmp/pixelparsers/PixelParserSimple.html" title="class in org.apache.commons.imaging.formats.bmp.pixelparsers">PixelParserSimple</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../org/apache/commons/imaging/formats/bmp/pixelparsers/PixelParser.html" title="class in org.apache.commons.imaging.formats.bmp.pixelparsers"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../index.html?org/apache/commons/imaging/formats/bmp/pixelparsers//class-usePixelParser.html" target="_top"><B>FRAMES</B></A>
<A HREF="PixelParser.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2007-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>
|
BotzzaroniDev/GATE_Developer_8.4/doc/javadoc/gate/corpora/class-use/DocumentJsonUtils.html
|
masterucm1617/botzzaroni
|
<!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_102) on Tue Feb 21 18:03:01 GMT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class gate.corpora.DocumentJsonUtils (GATE JavaDoc)</title>
<meta name="date" content="2017-02-21">
<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 gate.corpora.DocumentJsonUtils (GATE JavaDoc)";
}
}
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="../../../gate/corpora/DocumentJsonUtils.html" title="class in gate.corpora">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../overview-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?gate/corpora/class-use/DocumentJsonUtils.html" target="_top">Frames</a></li>
<li><a href="DocumentJsonUtils.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 gate.corpora.DocumentJsonUtils" class="title">Uses of Class<br>gate.corpora.DocumentJsonUtils</h2>
</div>
<div class="classUseContainer">No usage of gate.corpora.DocumentJsonUtils</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="../../../gate/corpora/DocumentJsonUtils.html" title="class in gate.corpora">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../overview-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?gate/corpora/class-use/DocumentJsonUtils.html" target="_top">Frames</a></li>
<li><a href="DocumentJsonUtils.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>
|
src/viz/index.html
|
mindrones/d3-benchmarks
|
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>d3-benchmarks index</title>
</head>
<body>
<ul>
<li><a href="./path">path benchmarks</a></li>
<li><a href="./path_client">path client test</a></li>
</ul>
</body>
|
etc/apps/phpsysinfo/templates/jstyle_blue.css
|
Mohammed-Nasser/zpanelx
|
/*
$Id: jstyle_blue.css 518 2011-10-28 08:09:07Z namiltd $
*/
a {
text-decoration: none;
color: #c03000;
}
a:hover {
text-decoration: underline;
}* {
margin: 0;
padding: 0;
}
html {
font-size: 100%;
height: 100%;
background-color: #f3f1e9;
color: #666666;
}
body {
font-family: Verdana, "Bitstream Vera Sans";
font-size: .75em;
position: relative;
width: 940px;
_width: 945px; /* ie6 */
min-height: 100%;
overflow: auto;
margin: 0 auto;
padding: 20px 20px 0 20px;
}
h1 {
margin: 0 10px;
_margin: 0 15px 0 10px; /* ie6 */
padding: 10px 10px;
text-align: center;
color: #fff;
font-family: Georgia, serif;
font-weight: normal;
font-size: 150%;
line-height: 1.5em;
color: #326ea1;
}
#select {
text-align: right;
}
#select select {
width: 100px;
}
#vitals, #network, #memory, #filesystem, #hardware, #temp, #voltage, #fan, #ups {
float: left;
width: 451px;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
}
h2 {
font-family: Georgia, serif;
font-weight: bold;
font-size: 130%;
padding: 3px 10px;
text-transform: uppercase;
line-height: 1.5em;
color: #326ea1;
border-bottom: 2px solid #326ea1;
}
table {
width: 100%;
}
.plugin {
float: left;
margin: 10px 0 0 10px;
_margin: 10px 5px 0 5px; /* ie6 */
padding: 1px;
}
th, td, h3 {
padding: 4px 10px 2px 10px;
text-align: left;
vertical-align: top;
font-size: 100%;
}
.even {
background: #EBE8DA;
}
#footer {
clear: both;
color: #5C5C5C;
margin: 12px;
padding: 13px 25px;
line-height: 18px;
font-size: 80%;
text-align: center;
}
#memory, #filesystem {
width: 915px;
}
.bar {
background-color: #326edf;
}
p {
padding: 4px 10px 2px 10px;
line-height: 1.6;
text-align: left;
vertical-align: top;
}
#filesystemTable thead tr .header {
background-image: url("../gfx/bg.gif");
background-position: right center;
background-repeat: no-repeat;
cursor: pointer;
}
#filesystemTable thead tr .headerSortUp {
background-image: url("../gfx/asc.gif");
color: #c03000;
}
#filesystemTable thead tr .headerSortDown {
background-image: url("../gfx/desc.gif");
color: #c03000;
}
.right {
text-align: right;
padding-right: 20px;
}
#pciTable, #ideTable, #scsiTable, #usbTable {
padding: 0px 30px;
}
|
html/html/classUi__about.html
|
MaxMahem/Wallch-Fork
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Wallch: Ui_about Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body onload='searchBox.OnSelectItem(0);'>
<!-- Generated by Doxygen 1.7.3 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="wallch.png"></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Wallch <span id="projectnumber">2.1</span></div>
<div id="projectbrief">A Automatic Wallpaper Changer</div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li id="searchli">
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="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>
</ul>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
initNavTree('classUi__about.html','');
</script>
<div id="doc-content">
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-attribs">Public Attributes</a> </div>
<div class="headertitle">
<h1>Ui_about Class Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="Ui_about" --><div class="dynheader">
Inheritance diagram for Ui_about:</div>
<div class="dyncontent">
<div class="center">
<img src="classUi__about.png" usemap="#Ui_about_map" alt=""/>
<map id="Ui_about_map" name="Ui_about_map">
<area href="classUi_1_1about.html" alt="Ui::about" shape="rect" coords="0,56,61,80"/>
</map>
</div></div>
<p><a href="classUi__about-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ade605029c03d96bbda6ca78d9e982804"></a><!-- doxytag: member="Ui_about::setupUi" ref="ade605029c03d96bbda6ca78d9e982804" args="(QDialog *about)" -->
void </td><td class="memItemRight" valign="bottom"><b>setupUi</b> (QDialog *<a class="el" href="classabout.html">about</a>)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aaba8586f919f4992e98e10f693f1e2dc"></a><!-- doxytag: member="Ui_about::retranslateUi" ref="aaba8586f919f4992e98e10f693f1e2dc" args="(QDialog *about)" -->
void </td><td class="memItemRight" valign="bottom"><b>retranslateUi</b> (QDialog *<a class="el" href="classabout.html">about</a>)</td></tr>
<tr><td colspan="2"><h2><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7c764d7b424b82cda32db2aa1067fba4"></a><!-- doxytag: member="Ui_about::closeButton" ref="a7c764d7b424b82cda32db2aa1067fba4" args="" -->
QPushButton * </td><td class="memItemRight" valign="bottom"><b>closeButton</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abeef62c6750cebb3c0f0912ae74409a5"></a><!-- doxytag: member="Ui_about::pushButton_2" ref="abeef62c6750cebb3c0f0912ae74409a5" args="" -->
QPushButton * </td><td class="memItemRight" valign="bottom"><b>pushButton_2</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9dedeaa7b70ac20bcd4912ddcdf0ec64"></a><!-- doxytag: member="Ui_about::pushButton_3" ref="a9dedeaa7b70ac20bcd4912ddcdf0ec64" args="" -->
QPushButton * </td><td class="memItemRight" valign="bottom"><b>pushButton_3</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8880d015410b512f4e5768d161b24fb9"></a><!-- doxytag: member="Ui_about::pushButton" ref="a8880d015410b512f4e5768d161b24fb9" args="" -->
QPushButton * </td><td class="memItemRight" valign="bottom"><b>pushButton</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae47ab43139893b6e08dba3cb781dcd4f"></a><!-- doxytag: member="Ui_about::stackedWidget" ref="ae47ab43139893b6e08dba3cb781dcd4f" args="" -->
QStackedWidget * </td><td class="memItemRight" valign="bottom"><b>stackedWidget</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acdbd820c02029d71cfc119a9832fef24"></a><!-- doxytag: member="Ui_about::page" ref="acdbd820c02029d71cfc119a9832fef24" args="" -->
QWidget * </td><td class="memItemRight" valign="bottom"><b>page</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a30c2d2ae8206508b81d75f45349bd8fc"></a><!-- doxytag: member="Ui_about::label" ref="a30c2d2ae8206508b81d75f45349bd8fc" args="" -->
QLabel * </td><td class="memItemRight" valign="bottom"><b>label</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae19cfd158b2f8da605548ed66ca3e370"></a><!-- doxytag: member="Ui_about::label_4" ref="ae19cfd158b2f8da605548ed66ca3e370" args="" -->
QLabel * </td><td class="memItemRight" valign="bottom"><b>label_4</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aaea79e09f696d357043c9bb49f8ca467"></a><!-- doxytag: member="Ui_about::label_3" ref="aaea79e09f696d357043c9bb49f8ca467" args="" -->
QLabel * </td><td class="memItemRight" valign="bottom"><b>label_3</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8387738d5bdde604124f3f117f367e74"></a><!-- doxytag: member="Ui_about::label_2" ref="a8387738d5bdde604124f3f117f367e74" args="" -->
QLabel * </td><td class="memItemRight" valign="bottom"><b>label_2</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aef1b6ef4e3a01966c0e1036b3aa7f23f"></a><!-- doxytag: member="Ui_about::label_5" ref="aef1b6ef4e3a01966c0e1036b3aa7f23f" args="" -->
QLabel * </td><td class="memItemRight" valign="bottom"><b>label_5</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa459ebfad1e0a2648d20c60d4c6fc115"></a><!-- doxytag: member="Ui_about::label_6" ref="aa459ebfad1e0a2648d20c60d4c6fc115" args="" -->
QLabel * </td><td class="memItemRight" valign="bottom"><b>label_6</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae8fa17161b240480e903aea6b9ada290"></a><!-- doxytag: member="Ui_about::page_2" ref="ae8fa17161b240480e903aea6b9ada290" args="" -->
QWidget * </td><td class="memItemRight" valign="bottom"><b>page_2</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3d168e9475d87a9889fa7cb50a9de5a8"></a><!-- doxytag: member="Ui_about::tabWidget" ref="a3d168e9475d87a9889fa7cb50a9de5a8" args="" -->
QTabWidget * </td><td class="memItemRight" valign="bottom"><b>tabWidget</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1849ee3563ac7a6e33685e5a8e3ef77a"></a><!-- doxytag: member="Ui_about::tab" ref="a1849ee3563ac7a6e33685e5a8e3ef77a" args="" -->
QWidget * </td><td class="memItemRight" valign="bottom"><b>tab</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9af2caf77c8d2dd709c0e7a893d8ae60"></a><!-- doxytag: member="Ui_about::textBrowser" ref="a9af2caf77c8d2dd709c0e7a893d8ae60" args="" -->
QTextBrowser * </td><td class="memItemRight" valign="bottom"><b>textBrowser</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adb6da8ff2f93532372eef3704898e677"></a><!-- doxytag: member="Ui_about::tab_2" ref="adb6da8ff2f93532372eef3704898e677" args="" -->
QWidget * </td><td class="memItemRight" valign="bottom"><b>tab_2</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5105430ce15bd81a1a93d192f3ff0428"></a><!-- doxytag: member="Ui_about::textBrowser_2" ref="a5105430ce15bd81a1a93d192f3ff0428" args="" -->
QTextBrowser * </td><td class="memItemRight" valign="bottom"><b>textBrowser_2</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab53caedb09cc7a40a6ebd02032006b81"></a><!-- doxytag: member="Ui_about::page_3" ref="ab53caedb09cc7a40a6ebd02032006b81" args="" -->
QWidget * </td><td class="memItemRight" valign="bottom"><b>page_3</b></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0469ccb1dc32f0b8e757e59148ae3467"></a><!-- doxytag: member="Ui_about::plain" ref="a0469ccb1dc32f0b8e757e59148ae3467" args="" -->
QPlainTextEdit * </td><td class="memItemRight" valign="bottom"><b>plain</b></td></tr>
</table>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="ui__about_8h_source.html">ui_about.h</a></li>
</ul>
</div>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="classUi__about.html">Ui_about</a> </li>
<li class="footer">Generated on Wed Aug 31 2011 17:23:08 for Wallch by 
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </li>
</ul>
</div>
<!--- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</body>
</html>
|
tendenci/apps/recurring_payments/templates/recurring_payments/my_accounts.html
|
alirizakeles/tendenci
|
{% extends "recurring_payments/base.html" %}
{% load base_tags %}
{% load base_filters %}
{% load perm_tags %}
{% load recurring_payments_tags %}
{% load i18n %}
{% block title %}{% trans 'My Recurring Payment Accounts' %}{% endblock %}
{% block extra_head %}
{{ block.super }}
<link type="text/css" href="{{ STATIC_URL }}css/recurring_payments.css" rel="Stylesheet" />
{% endblock %}
{% block content %}
<div class="t">
<div id="t-rp">
<div id="t-view-accounts">
<h1>{% if is_owner %}{% trans 'My' %} {% else %}{{ account_user.get_full_name }}({{ account_user.username }})'s {% endif %}{% trans 'Recurring Payment Accounts' %} </h1>
{% for rp in rps %}
<div id="accounts-body">
<div class="item-left account-header">{% trans 'Account #' %} {{ forloop.counter }}: </div>
<div class="item-right">
<div class="account-header"><a href="{% url "recurring_payment.view_account" rp.id %}">{% blocktrans with d=rp.description %}{{ d }}{% endblocktrans %}</a></div>
<div >{% trans 'Payment Amount' %}: <span class="body-bold"><b>{{ rp.payment_amount|format_currency }}</b></span></div>
<div>{% trans 'Initial Billing Cycle Start Date' %}: <span class="body-bold">{{ rp.billing_start_dt }}</span></div>
<div>{% trans 'Billing Frequency' %}: <span class="body-bold">{% trans 'Once every' %} {{ rp.billing_frequency }}
{{ rp.billing_period }}{{ rp.billing_frequency|pluralize }}</span></div>
<div>{% trans 'Billing Date' %}: <span class="body-bold">{{ rp.num_days }} day{{ rp.num_days|pluralize }} {% trans 'after each billing cycle' %} {{ rp.due_sore }} date</span></div>
<div>{% trans 'Status' %}: <span class="{{ rp.status_detail }}">{{ rp.status_detail }}</span></div>
</div>
<div class="clear-left"></div>
</div>
{% endfor %}
</div>
</div>
</div>
{% endblock %}
{% block extra_body %}
{{ block.super }}
{% endblock %}
|
ibc-colonias-torreon/ampliacion-zaragoza-sur.html
|
TRCIMPLAN/trcimplan.github.io
|
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<!-- ===================================================================================================
Instituto Municipal de Planeación y Competitividad (IMPLAN) de Torreón.
3er. generación de la Plataforma del Conocimiento
Desarrollado por Ing. Guillermo Valdés Lozano <guivaloz en movimientolibre.com>
El software que lo construye está bajo la licencia GPL versión 3. © 2014, 2015, 2016, 2017.
Una copia está contenida en el archivo LICENCE al bajar desde GitHub.
Al usar, estudiar y copiar está aceptando los términos de uso de la información y del sitio web:
http://www.trcimplan.gob.mx/terminos/terminos-informacion.html
http://www.trcimplan.gob.mx/terminos/terminos-sitio.html
Descargue, estudie y colabore bajando todo este sitio web:
IMPLAN Torreón https://github.com/TRCIMPLAN/trcimplan.github.io
Agradecemos y compartimos las tecnologías abiertas y gratuitas sobre las que se basa:
PHP http://php.net
Twitter Bootstrap http://getbootstrap.com
StartBootStrap http://startbootstrap.com
Morris.js https://morrisjs.github.io/morris.js/
Font Awesome http://fontawesome.io
DataTables https://www.datatables.net
Carto https://carto.com
GitHub https://github.com
=================================================================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Colonia Ampliación Zaragoza Sur en Torreón, Coahuila de Zaragoza, México.">
<meta name="author" content="Dirección de Investigación Estratégica">
<meta name="keywords" content="IMPLAN, Torreon, Indicadores, Colonia, Ampliación Zaragoza Sur">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Ampliación Zaragoza Sur - IMPLAN Torreón">
<meta name="twitter:description" content="Colonia Ampliación Zaragoza Sur en Torreón, Coahuila de Zaragoza, México.">
<meta name="twitter:image" content="http://www.trcimplan.gob.mx/ibc-colonias-torreon/../imagenes/imagen-previa.jpg">
<meta name="twitter:url" content="http://www.trcimplan.gob.mx/ibc-colonias-torreon/ampliacion-zaragoza-sur.html">
<meta name="og:title" content="Ampliación Zaragoza Sur - IMPLAN Torreón">
<meta name="og:description" content="Colonia Ampliación Zaragoza Sur en Torreón, Coahuila de Zaragoza, México.">
<meta name="og:image" content="http://www.trcimplan.gob.mx/ibc-colonias-torreon/../imagenes/imagen-previa.jpg">
<meta name="og:url" content="http://www.trcimplan.gob.mx/ibc-colonias-torreon/ampliacion-zaragoza-sur.html">
<title>Ampliación Zaragoza Sur - IMPLAN Torreón</title>
<link rel="shortcut icon" type="image/x-icon" href="../imagenes/apple-touch-icon.png">
<link rel="apple-touch-icon" href="../imagenes/apple-touch-icon.png">
<link rel="apple-touch-icon" href="../imagenes/apple-touch-icon-76x76.png" sizes="76x76">
<link rel="apple-touch-icon" href="../imagenes/apple-touch-icon-120x120.png" sizes="120x120">
<link rel="apple-touch-icon" href="../imagenes/apple-touch-icon-152x152.png" sizes="152x152">
<link rel="apple-touch-icon" href="../imagenes/apple-touch-icon-180x180.png" sizes="180x180">
<link rel="icon" href="../imagenes/icon-hires.png" sizes="192x192">
<link rel="icon" href="../imagenes/icon-normal.png" sizes="128x128">
<link rel="alternate" type="application/rss+xml" href="../rss.xml" title="IMPLAN Torreón">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../vendor/metisMenu/metisMenu.min.css">
<link rel="stylesheet" type="text/css" href="../vendor/datatables-plugins/dataTables.bootstrap.css">
<link rel="stylesheet" type="text/css" href="../vendor/morrisjs/morris.css">
<link rel="stylesheet" type="text/css" href="../vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="../dist/css/sb-admin-2.min.css">
<link rel="stylesheet" type="text/css" href="../dist/css/plataforma-de-conocimiento.css">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Noto+Sans|Roboto+Condensed:400,700">
<link rel="stylesheet" type="text/css" href="http://libs.cartocdn.com/cartodb.js/v3/3.15/themes/css/cartodb.css">
<link rel="stylesheet" type="text/css" href="../dist/css/estilosvm.css">
<link rel="stylesheet" type="text/css" href="../dist/css/trcimplan.css">
<!-- SOPORTE PARA IE -->
<!--[if lt IE 9]>
<script type="text/javascript" src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script type="text/javascript" src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html"><img class="navbar-brand-img" src="../imagenes/implan-barra-logo-chico-gris.png" alt="IMPLAN Torreón"></a>
</div>
<div class="navbar-default sidebar" role="navigation">
<div class="sidebar-nav navbar-collapse">
<ul class="nav" id="side-menu">
<li class="sidebar-search">
<form method="get" action="http://www.trcimplan.gob.mx/buscador-resultados.html">
<div class="input-group custom-search-form">
<input type="text" class="form-control" placeholder="Google buscar..." value="" name="q">
<span class="input-group-btn">
<button class="btn btn-default" type="submit"><i class="fa fa-search"></i></button>
</span>
</div>
</form>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-lightbulb-o"></i></span> Análisis Publicados<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../blog/index.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Últimos Análisis</a></li>
<li><a href="../excolaboradores/index.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Análisis por Autor</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-area-chart"></i></span> Indicadores<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../smi/introduccion.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Introducción al SMI</a></li>
<li><a href="../indicadores-categorias/index.html"><span class="navegacion-icono"><i class="fa fa-th-list"></i></span> Indicadores por Categoría</a></li>
<li><a href="../smi/por-region.html"><span class="navegacion-icono"><i class="fa fa-table"></i></span> Indicadores por Región</a></li>
<li><a href="../smi/niveles-socioeconomicos.html"><span class="navegacion-icono"><i class="fa fa-bar-chart"></i></span> Niveles Socioeconómicos</a></li>
<li><a href="../monitores/index.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Monitores</a></li>
</ul>
</li>
<li class="active">
<a href="#"><span class="navegacion-icono"><i class="fa fa-puzzle-piece"></i></span> Indicadores Básicos de Colonias<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../ibc/introduccion.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Introducción al IBC</a></li>
<li class="active"><a href="../ibc-colonias-torreon/index.html"><span class="navegacion-icono"><i class="fa fa-font"></i></span> Colonias de Torreón</a></li>
<li><a href="https://implantorreon.carto.com/u/sigimplan/builder/907a6bc0-2c7e-451e-9668-b78d952e52ff/embed" target="_blank"><span class="navegacion-icono"><i class="fa fa-external-link"></i></span> Mapa Completo</a></li>
<li><a href="../ibc/torreon-urbano.html"><span class="navegacion-icono"><i class="fa fa-table"></i></span> Torreón Urbano</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-map-marker"></i></span> Información Geográfica<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../sig/introduccion.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Introducción al SIG</a></li>
<li><a href="../sig-mapas-torreon/temas-sig.html"><span class="navegacion-icono"><i class="fa fa-map-o"></i></span> Mapas por Tema</a></li>
<li><a href="../sig-mapas-torreon/plan-director-desarrollo-urbano.html"><span class="navegacion-icono"><i class="fa fa-map-marker"></i></span> Usos de Suelo</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-book"></i></span> Plan Estratégico Torreón 2040<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../pet/indice.html"><span class="navegacion-icono"><i class="fa fa-list-ul"></i></span> Índice General</a></li>
<li><a href="../plan-estrategico-torreon-enfoque-metropolitano-2040/index.html"><span class="navegacion-icono"><i class="fa fa-download"></i></span> Descargar</a></li>
<li><a href="../plan-estrategico-metropolitano/descripcion-del-proceso.html"><span class="navegacion-icono"><i class="fa fa-calendar"></i></span> Descripción del proceso</a></li>
<li><a href="../proyectos/index.html"><span class="navegacion-icono"><i class="fa fa-check-square"></i></span> Proyectos</a></li>
<li><a href="../vision-de-ciudad/vision-de-ciudad.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Visión de Ciudad desde IMPLAN</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-file-pdf-o"></i></span> Documentos<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../sig-planes/index.html"><span class="navegacion-icono"><i class="fa fa-book"></i></span> Planes y Programas</a></li>
<li><a href="../investigaciones/index.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Investigaciones</a></li>
<li><a href="../estudios/index.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Estudios</a></li>
</ul>
</li>
<li><a href="../consejo-directivo/integrantes.html"><span class="navegacion-icono"><i class="fa fa-users"></i></span> Consejo Directivo</a></li>
<li><a href="../sala-prensa/index.html"><span class="navegacion-icono"><i class="fa fa-newspaper-o"></i></span> Sala de Prensa</a></li>
<li><a href="../programas-radio/index.html"><span class="navegacion-icono"><i class="fa fa-microphone"></i></span> Programas de Radio</a></li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Consejo Visión Metrópoli<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../convocatorias/vision-metropoli.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Consejo Juvenil</a></li>
<li><a href="../vision-metropoli/integrantes.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Integrantes del Consejo</a></li>
<li><a href="../vision-metropoli/index.html"><span class="navegacion-icono"><i class="fa fa-newspaper-o"></i></span> Sala de Prensa</a></li>
<li><a href="../vision-metropoli/publicaciones.html"><span class="navegacion-icono"><i class="fa fa-book"></i></span> Publicaciones</a></li>
<li><a href="../vision-metropoli/reglamento-vision-metropoli-2022.pdf"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Reglamento</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-building-o"></i></span> Institucional<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../institucional/vision-mision.html"><span class="navegacion-icono"><i class="fa fa-trophy"></i></span> Misión / Visión</a></li>
<li><a href="../institucional/NuestrosProyectos.html"><span class="navegacion-icono"><i class="fa fa-pencil-square-o"></i></span> Nuestros Proyectos</a></li>
<li><a href="../institucional/mensaje-director.html"><span class="navegacion-icono"><i class="fa fa-comment"></i></span> Mensaje del Director</a></li>
<li><a href="../autores/index.html"><span class="navegacion-icono"><i class="fa fa-user"></i></span> Quienes Somos</a></li>
<li><a href="../institucional/estructura-organica.html"><span class="navegacion-icono"><i class="fa fa-sitemap"></i></span> Estructura Orgánica</a></li>
<li><a href="../institucional/modelo-operativo-universal.html"><span class="navegacion-icono"><i class="fa fa-slideshare"></i></span> Modelo Operativo Univ.</a></li>
<li><a href="../institucional/reglamentos.html"><span class="navegacion-icono"><i class="fa fa-gavel"></i></span> Reglamentos</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-external-link"></i></span> Transparencia<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="http://www2.icai.org.mx/ipo/dependencia.php?dep=178#pageload" target="_blank"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Transparencia Estatal (ICAI)</a></li>
<li><a href="https://consultapublicamx.inai.org.mx/vut-web/faces/view/consultaPublica.xhtml#inicio" target="_blank"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Plataforma Nacional de Transparencia</a></li>
<li><a href="../transparencia/index.html"><span class="navegacion-icono"><i class="fa fa-file-pdf-o"></i></span> Documentos</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-download"></i></span> Datos Abiertos<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../smi/datos-abiertos.html"><span class="navegacion-icono"><i class="fa fa-area-chart"></i></span> Sist. Metropolitano de Indicadores</a></li>
<li><a href="../ibc/datos-abiertos.html"><span class="navegacion-icono"><i class="fa fa-puzzle-piece"></i></span> Indicador Básico de Colonias</a></li>
<li><a href="../sig/datos-abiertos.html"><span class="navegacion-icono"><i class="fa fa-map-marker"></i></span> Sist. Información Geográfica</a></li>
<li><a href="https://arcg.is/0vySSr" target="_blank"><span class="navegacion-icono"><i class="fa fa-globe"></i></span> Atlas de Riesgos</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-share-alt"></i></span> Términos de Uso<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../terminos/terminos-informacion.html"><span class="navegacion-icono"><i class="fa fa-cubes"></i></span> De la información</a></li>
<li><a href="../terminos/terminos-sitio.html"><span class="navegacion-icono"><i class="fa fa-globe"></i></span> Del sitio web</a></li>
<li><a href="../terminos/privacidad.html"><span class="navegacion-icono"><i class="fa fa-lock"></i></span> Aviso de Privacidad</a></li>
</ul>
</li>
<li>
<a href="#"><span class="navegacion-icono"><i class="fa fa-phone"></i></span> Contacto<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li><a href="../contacto/contacto.html"><span class="navegacion-icono"><i class="fa fa-phone"></i></span> Medios de contacto</a></li>
<li><a href="../preguntas-frecuentes/preguntas-frecuentes.html"><span class="navegacion-icono"><i class="fa fa-question"></i></span> Preguntas Frecuentes</a></li>
<li><a href="http://goo.gl/forms/1rdX4X128PpMOif73" target="_blank"><span class="navegacion-icono"><i class="fa fa-external-link"></i></span> Comentarios y Sugerencias</a></li>
</ul>
</li>
<li><a href="../convocatorias/index.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Convocatorias</a></li>
<li><a href="http://177.244.42.17/ovie-torreon/#!" target="_blank"><span class="navegacion-icono"><i class="fa fa-map-marker"></i></span> Oficina Virtual de Información Económica (OVIE)</a></li>
<li><a href="https://arcg.is/0vySSr" target="_blank"><span class="navegacion-icono"><i class="fa fa-globe"></i></span> Atlas Municipal de Riesgos de Torreón</a></li>
<li><a href="../multi-city-challenge/multi-city-challenge.html"><span class="navegacion-icono"><i class="fa fa-file-text-o"></i></span> Multi-City Challenge México 2020</a></li>
</ul>
</div>
</div>
</nav>
<div id="page-wrapper">
<div class="cuerpo">
<article><div itemscope itemtype="http://schema.org/Dataset">
<div class="encabezado">
<h1 itemprop="headline">Ampliación Zaragoza Sur</h1>
<div class="encabezado-descripcion" itemprop="description">Colonia Ampliación Zaragoza Sur en Torreón, Coahuila de Zaragoza, México.</div>
<div class="encabezado-autor-fecha">
Por <span itemprop="author">Dirección de Investigación Estratégica</span> -
<meta itemprop="datePublished" content="2017-06-15T10:51:20">15/06/2017 10:51
</div>
</div>
<div style="display:none" itemprop="spatial" itemscope itemtype="http://schema.org/Place">
<h3 class="titulo" itemprop="name">Ampliación Zaragoza Sur</h3>
<div class="descripcion" itemprop="description">Colonia Ampliación Zaragoza Sur en Torreón, Coahuila de Zaragoza, México.</div>
<div itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates">
Latitud: <meta itemprop="latitude" content="25.491551581371">25.491551581371
Longitud: <meta itemprop="longitude" content="-103.37659358569">-103.37659358569
</div>
</div>
<!-- Contenido: Inicia -->
<div>
<ul class="nav nav-tabs lenguetas" role="tablist" id="LenguetasConglomerado">
<li role="presentation" class="active"><a href="#LenguetasConglomeradoResena" aria-controls="LenguetasConglomeradoResena" role="tab" data-toggle="tab">Reseña</a></li>
<li role="presentation"><a href="#LenguetasConglomeradoMapas" aria-controls="LenguetasConglomeradoMapas" role="tab" data-toggle="tab">Mapas</a></li>
<li role="presentation"><a href="#LenguetasConglomeradoDatos" aria-controls="LenguetasConglomeradoDatos" role="tab" data-toggle="tab">Datos</a></li>
<li role="presentation"><a href="#LenguetasConglomeradoGraficas" aria-controls="LenguetasConglomeradoGraficas" role="tab" data-toggle="tab">Gráficas</a></li>
</ul>
<div class="tab-content lengueta-contenido">
<div role="tabpanel" class="tab-pane active" id="LenguetasConglomeradoResena">
<h2>Valor Catastral</h2>
<table class="table table-hover table-bordered">
<tr>
<th><center><b>UBICACIÓN</b></center></th>
<th><center><b>AÑO 2016</b></center></th>
<th><center><b>AÑO 2017</b></center></th>
<th><center><b>AÑO 2018</b></center></th>
</tr>
<tr>
<td><center>AMPLIACIÓN ZARAGOZA SUR</center>
<td><center>$101.00</center></br>
<td><center>$104.54</center></td>
<td><center>$110.81</center></td>
</tr>
</table>
</div>
<div role="tabpanel" class="tab-pane" id="LenguetasConglomeradoMapas">
<div id="MapaLimites" class="mapa"></div>
</div>
<div role="tabpanel" class="tab-pane" id="LenguetasConglomeradoDatos">
<div class="panel-group" id="Datos" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading acordeon-cabecera" role="tab" id="cabeceraDatosDemografia">
<h4 class="panel-title acordeon-titulo">
<a class="acordeon-vinculo" role="button" data-toggle="collapse" data-parent="#Datos" href="#DatosDemografia" aria-expanded="true" aria-controls="DatosDemografia">
Demografía
</a>
</h4>
</div>
<div id="DatosDemografia" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="cabeceraDatosDemografia">
<div class="panel-body">
<table class="table table-hover table-bordered">
<thead>
<tr>
<th>Indicador</th>
<th>Valor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Población total</td>
<td class="derecha">7,071</td>
</tr>
<tr>
<td>Porcentaje de población masculina</td>
<td class="derecha">50.79 %</td>
</tr>
<tr>
<td>Porcentaje de población femenina</td>
<td class="derecha">49.21 %</td>
</tr>
<tr>
<td>Porcentaje de población de 0 a 14 años</td>
<td class="derecha">39.96 %</td>
</tr>
<tr>
<td>Porcentaje de población de 15 a 64 años</td>
<td class="derecha">57.25 %</td>
</tr>
<tr>
<td>Porcentaje de población de 65 y más años</td>
<td class="derecha">2.42 %</td>
</tr>
<tr>
<td>Porcentaje de población no especificada</td>
<td class="derecha">0.37 %</td>
</tr>
<tr>
<td>Fecundidad promedio</td>
<td class="derecha">2.48</td>
</tr>
<tr>
<td>Porcentaje de población con discapacidad</td>
<td class="derecha">2.90 %</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading acordeon-cabecera" role="tab" id="cabeceraDatosCaracteristicasEconomicas">
<h4 class="panel-title acordeon-titulo">
<a class="acordeon-vinculo collapsed" role="button" data-toggle="collapse" data-parent="#Datos" href="#DatosCaracteristicasEconomicas" aria-expanded="false" aria-controls="DatosCaracteristicasEconomicas">
Características Económicas
</a>
</h4>
</div>
<div id="DatosCaracteristicasEconomicas" class="panel-collapse collapse" role="tabpanel" aria-labelledby="cabeceraDatosCaracteristicasEconomicas">
<div class="panel-body">
<table class="table table-hover table-bordered">
<thead>
<tr>
<th>Indicador</th>
<th>Valor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Población Económicamente Activa</td>
<td class="derecha">52.80 %</td>
</tr>
<tr>
<td>Población Económicamente Activa masculina</td>
<td class="derecha">74.55 %</td>
</tr>
<tr>
<td>Población Económicamente Activa femenina</td>
<td class="derecha">25.45 %</td>
</tr>
<tr>
<td>Población Ocupada</td>
<td class="derecha">90.35 %</td>
</tr>
<tr>
<td>Población Ocupada masculina</td>
<td class="derecha">73.76 %</td>
</tr>
<tr>
<td>Población Ocupada femenina</td>
<td class="derecha">26.24 %</td>
</tr>
<tr>
<td>Población Desocupada</td>
<td class="derecha">9.65 %</td>
</tr>
<tr>
<td>Derechohabiencia</td>
<td class="derecha">62.81 %</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading acordeon-cabecera" role="tab" id="cabeceraDatosViviendas">
<h4 class="panel-title acordeon-titulo">
<a class="acordeon-vinculo collapsed" role="button" data-toggle="collapse" data-parent="#Datos" href="#DatosViviendas" aria-expanded="false" aria-controls="DatosViviendas">
Viviendas
</a>
</h4>
</div>
<div id="DatosViviendas" class="panel-collapse collapse" role="tabpanel" aria-labelledby="cabeceraDatosViviendas">
<div class="panel-body">
<table class="table table-hover table-bordered">
<thead>
<tr>
<th>Indicador</th>
<th>Valor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Hogares</td>
<td class="derecha">1,859</td>
</tr>
<tr>
<td>Ocupación por Vivienda</td>
<td class="derecha">3.80</td>
</tr>
<tr>
<td>Viviendas con Electricidad</td>
<td class="derecha">99.37 %</td>
</tr>
<tr>
<td>Viviendas con Agua</td>
<td class="derecha">41.97 %</td>
</tr>
<tr>
<td>Viviendas con Drenaje</td>
<td class="derecha">78.39 %</td>
</tr>
<tr>
<td>Viviendas con Televisión</td>
<td class="derecha">92.96 %</td>
</tr>
<tr>
<td>Viviendas con Automóvil</td>
<td class="derecha">34.95 %</td>
</tr>
<tr>
<td>Viviendas con Computadora</td>
<td class="derecha">13.80 %</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading acordeon-cabecera" role="tab" id="cabeceraDatosUnidadesEconomicas">
<h4 class="panel-title acordeon-titulo">
<a class="acordeon-vinculo collapsed" role="button" data-toggle="collapse" data-parent="#Datos" href="#DatosUnidadesEconomicas" aria-expanded="false" aria-controls="DatosUnidadesEconomicas">
Unidades Económicas
</a>
</h4>
</div>
<div id="DatosUnidadesEconomicas" class="panel-collapse collapse" role="tabpanel" aria-labelledby="cabeceraDatosUnidadesEconomicas">
<div class="panel-body">
<table class="table table-hover table-bordered">
<thead>
<tr>
<th>Indicador</th>
<th>Valor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Total Actividades Económicas</td>
<td class="derecha">128</td>
</tr>
<tr>
<td>1° Comercio Menudeo</td>
<td class="derecha">58.59 %</td>
</tr>
<tr>
<td>2° Otros servicios, excepto Gobierno</td>
<td class="derecha">16.41 %</td>
</tr>
<tr>
<td>3° Preparación de Alimentos y Bebidas</td>
<td class="derecha">10.16 %</td>
</tr>
<tr>
<td>4° Industria Manufacturera</td>
<td class="derecha">8.59 %</td>
</tr>
<tr>
<td>5° Educativos</td>
<td class="derecha">3.12 %</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane" id="LenguetasConglomeradoGraficas">
<div class="panel-group" id="Graficas" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading acordeon-cabecera" role="tab" id="cabeceraGraficasDemografia">
<h4 class="panel-title acordeon-titulo">
<a class="acordeon-vinculo" role="button" data-toggle="collapse" data-parent="#Graficas" href="#GraficasDemografia" aria-expanded="true" aria-controls="GraficasDemografia">
Demografía
</a>
</h4>
</div>
<div id="GraficasDemografia" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="cabeceraGraficasDemografia">
<div class="panel-body">
<div id="GraficaPobMasFem" class="grafica"></div>
<div id="GraficaPobRango" class="grafica"></div>
<div id="GraficaPobDisc" class="grafica"></div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading acordeon-cabecera" role="tab" id="cabeceraGraficasCaracteristicasEconomicas">
<h4 class="panel-title acordeon-titulo">
<a class="acordeon-vinculo collapsed" role="button" data-toggle="collapse" data-parent="#Graficas" href="#GraficasCaracteristicasEconomicas" aria-expanded="false" aria-controls="GraficasCaracteristicasEconomicas">
Características Económicas
</a>
</h4>
</div>
<div id="GraficasCaracteristicasEconomicas" class="panel-collapse collapse" role="tabpanel" aria-labelledby="cabeceraGraficasCaracteristicasEconomicas">
<div class="panel-body">
<div id="GraficaPobEcoAct" class="grafica"></div>
<div id="GraficaPobEcoActMasFem" class="grafica"></div>
<div id="GraficaOcu" class="grafica"></div>
<div id="GraficaOcuMasFem" class="grafica"></div>
<div id="GraficaDerechohabiencia" class="grafica"></div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading acordeon-cabecera" role="tab" id="cabeceraGraficasViviendas">
<h4 class="panel-title acordeon-titulo">
<a class="acordeon-vinculo collapsed" role="button" data-toggle="collapse" data-parent="#Graficas" href="#GraficasViviendas" aria-expanded="false" aria-controls="GraficasViviendas">
Viviendas
</a>
</h4>
</div>
<div id="GraficasViviendas" class="panel-collapse collapse" role="tabpanel" aria-labelledby="cabeceraGraficasViviendas">
<div class="panel-body">
<div id="GraficaVivCon" class="grafica"></div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading acordeon-cabecera" role="tab" id="cabeceraGraficasUnidadesEconomicas">
<h4 class="panel-title acordeon-titulo">
<a class="acordeon-vinculo collapsed" role="button" data-toggle="collapse" data-parent="#Graficas" href="#GraficasUnidadesEconomicas" aria-expanded="false" aria-controls="GraficasUnidadesEconomicas">
Unidades Económicas
</a>
</h4>
</div>
<div id="GraficasUnidadesEconomicas" class="panel-collapse collapse" role="tabpanel" aria-labelledby="cabeceraGraficasUnidadesEconomicas">
<div class="panel-body">
<div id="GraficaUniEco" class="grafica"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contenido: Termina -->
</div></article>
</div>
<div class="mapa-inferior">
<div class="pull-right redes-sociales">
<a class="fa fa-twitter-square" href="http://www.twitter.com/trcimplan" target="_blank"></a>
<a class="fa fa-facebook-square" href="https://facebook.com/trcimplan" target="_blank"></a>
<a class="fa fa-facebook-square" href="http://www.instagram.com/implantorreon" target="_blank"></a>
<a class="fa fa-rss-square" href="../rss.xml"></a>
</div>
</div>
</div>
</div>
<!-- Javascript global inicia -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script type="text/javascript" src="../vendor/metisMenu/metisMenu.min.js"></script>
<script type="text/javascript" src="../vendor/datatables/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="../vendor/datatables-plugins/dataTables.bootstrap.min.js"></script>
<script type="text/javascript" src="../vendor/datatables-responsive/dataTables.responsive.js"></script>
<script type="text/javascript" src="../vendor/raphael/raphael.min.js"></script>
<script type="text/javascript" src="../vendor/morrisjs/morris.min.js"></script>
<script type="text/javascript" src="../dist/js/sb-admin-2.min.js"></script>
<script type="text/javascript" src="http://libs.cartocdn.com/cartodb.js/v3/3.15/cartodb.js"></script>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<!-- Javascript global termina -->
<!-- Javascript inicia -->
<script>
// Google Charts
google.charts.load('current', {'packages':['corechart']});
// Carto mapas
var mapa_limites_cargado = false;
// LenguetaWeb LenguetasConglomeradoMapas ejecuta lo siguiente al mostrar
$('#LenguetasConglomerado a[href="#LenguetasConglomeradoMapas"]').on('shown.bs.tab', function(e){
if (mapa_limites_cargado == false) {
var carto_json = 'https://guivaloz.carto.com/api/v2/viz/f0e6db7c-ac40-11e6-9146-0e3a376473ab/viz.json'
cartodb.createVis('MapaLimites', carto_json, {
center_lat: 25.491551581371,
center_lon: -103.37659358569,
zoom: 14
})
.done(function(vis, layers) {
// Capa colonias
var capa_colonias = layers[1];
// Cambiar la consulta en la subcapa
var sub_capa = capa_colonias.getSubLayer(0);
sub_capa.setSQL("SELECT * FROM ibccoloniastorreon20170524b WHERE nombre = 'Ampliación Zaragoza Sur'");
})
.error(function(err) {
console.log(err);
});
mapa_limites_cargado = true;
}
})
// LenguetaWeb LenguetasConglomeradoGraficas ejecuta lo siguiente al mostrar
$('#LenguetasConglomerado a[href="#LenguetasConglomeradoGraficas"]').on('shown.bs.tab', function(e){
// AcordeonWeb GraficasDemografia
// GraficaPayWeb GraficaPobMasFem
google.charts.setOnLoadCallback(elaborarGraficaPobMasFem);
function elaborarGraficaPobMasFem() {
var data = google.visualization.arrayToDataTable([
['Etiqueta', 'Valor'],
['Masculina', 50.79],
['Femenina', 49.21]
]);
var options = {
chartArea: { width: '100%', height: '80%' },
title: 'Población por género',
slices: [{color: '#006AC8'}, {color: '#C80083'}]
};
var chart = new google.visualization.PieChart(document.getElementById('GraficaPobMasFem'));
chart.draw(data, options);
}
// GraficaPayWeb GraficaPobRango
google.charts.setOnLoadCallback(elaborarGraficaPobRango);
function elaborarGraficaPobRango() {
var data = google.visualization.arrayToDataTable([
['Etiqueta', 'Valor'],
['De 0 a 14 años', 39.96],
['De 15 a 64 años', 57.25],
['De 65 y más años', 2.42],
['No especificada', 0.37]
]);
var options = {
chartArea: { width: '100%', height: '80%' },
title: 'Población por rangos de edad',
slices: [{color: '#89BE85'}, {color: '#57A550'}, {color: '#15630E'}, {color: '#BFBFBF'}]
};
var chart = new google.visualization.PieChart(document.getElementById('GraficaPobRango'));
chart.draw(data, options);
}
// GraficaPayWeb GraficaPobDisc
google.charts.setOnLoadCallback(elaborarGraficaPobDisc);
function elaborarGraficaPobDisc() {
var data = google.visualization.arrayToDataTable([
['Etiqueta', 'Valor'],
['CON discapacidad', 2.9],
['Sin discapacidad', 97.1]
]);
var options = {
chartArea: { width: '100%', height: '80%' },
title: 'Con discapacidad',
slices: [{color: '#A80021'}, {color: '#BFBFBF'}]
};
var chart = new google.visualization.PieChart(document.getElementById('GraficaPobDisc'));
chart.draw(data, options);
}
// AcordeonWeb GraficasCaracteristicasEconomicas ejecuta lo siguiente al mostrar
$('#GraficasCaracteristicasEconomicas').on('shown.bs.collapse', function () {
// GraficaPayWeb GraficaPobEcoAct
google.charts.setOnLoadCallback(elaborarGraficaPobEcoAct);
function elaborarGraficaPobEcoAct() {
var data = google.visualization.arrayToDataTable([
['Etiqueta', 'Valor'],
['Activa', 52.8],
['NO Activa', 47.2]
]);
var options = {
chartArea: { width: '100%', height: '80%' },
title: 'Población Económicamente Activa',
slices: [{color: '#7E00A8'}, {color: '#BFBFBF'}]
};
var chart = new google.visualization.PieChart(document.getElementById('GraficaPobEcoAct'));
chart.draw(data, options);
}
// GraficaPayWeb GraficaPobEcoActMasFem
google.charts.setOnLoadCallback(elaborarGraficaPobEcoActMasFem);
function elaborarGraficaPobEcoActMasFem() {
var data = google.visualization.arrayToDataTable([
['Etiqueta', 'Valor'],
['Masculina', 74.55],
['Femenina', 25.45]
]);
var options = {
chartArea: { width: '100%', height: '80%' },
title: 'Población Económicamente Activa por género',
slices: [{color: '#006AC8'}, {color: '#C80083'}]
};
var chart = new google.visualization.PieChart(document.getElementById('GraficaPobEcoActMasFem'));
chart.draw(data, options);
}
// GraficaPayWeb GraficaOcu
google.charts.setOnLoadCallback(elaborarGraficaOcu);
function elaborarGraficaOcu() {
var data = google.visualization.arrayToDataTable([
['Etiqueta', 'Valor'],
['Ocupada', 90.35],
['Desocupada', 9.65]
]);
var options = {
chartArea: { width: '100%', height: '80%' },
title: 'Población Ocupada',
slices: [{color: '#A8001E'}, {color: '#BFBFBF'}]
};
var chart = new google.visualization.PieChart(document.getElementById('GraficaOcu'));
chart.draw(data, options);
}
// GraficaPayWeb GraficaOcuMasFem
google.charts.setOnLoadCallback(elaborarGraficaOcuMasFem);
function elaborarGraficaOcuMasFem() {
var data = google.visualization.arrayToDataTable([
['Etiqueta', 'Valor'],
['Masculina', 73.76],
['Femenina', 26.24]
]);
var options = {
chartArea: { width: '100%', height: '80%' },
title: 'Población Ocupada por género',
slices: [{color: '#006AC8'}, {color: '#C80083'}]
};
var chart = new google.visualization.PieChart(document.getElementById('GraficaOcuMasFem'));
chart.draw(data, options);
}
// GraficaPayWeb GraficaDerechohabiencia
google.charts.setOnLoadCallback(elaborarGraficaDerechohabiencia);
function elaborarGraficaDerechohabiencia() {
var data = google.visualization.arrayToDataTable([
['Etiqueta', 'Valor'],
['Con Derechohabiencia', 62.81],
['SIN Derechohabiencia', 37.19]
]);
var options = {
chartArea: { width: '100%', height: '80%' },
title: 'Derechohabiencia',
slices: [{color: '#00A898'}, {color: '#BFBFBF'}]
};
var chart = new google.visualization.PieChart(document.getElementById('GraficaDerechohabiencia'));
chart.draw(data, options);
}
})
// AcordeonWeb GraficasViviendas ejecuta lo siguiente al mostrar
$('#GraficasViviendas').on('shown.bs.collapse', function () {
// GraficaBarrasWeb GraficaVivCon
google.charts.setOnLoadCallback(elaborarGraficaVivCon);
function elaborarGraficaVivCon() {
var data = google.visualization.arrayToDataTable([
['Etiqueta', 'Valor', { role: 'style' }, { role: 'annotation' }],
['Electricidad', 99.37, '#C080FF', '99.37 %'],
['Agua', 41.97, '#80C0FF', '41.97 %'],
['Drenaje', 78.39, '#59BFC3', '78.39 %'],
['Televisión', 92.96, '#59C38E', '92.96 %'],
['Automóvil', 34.95, '#8EC359', '34.95 %'],
['Computadora', 13.8, '#C38E59', '13.8 %']
]);
var options = {
chartArea: { width: '60%' },
title: 'Viviendas con...',
hAxis: { title: 'Porcentaje', minValue: 0, maxValue: 100 },
legend: { position: 'none' }
};
var chart = new google.visualization.BarChart(document.getElementById('GraficaVivCon'));
chart.draw(data, options);
}
})
// AcordeonWeb GraficasUnidadesEconomicas ejecuta lo siguiente al mostrar
$('#GraficasUnidadesEconomicas').on('shown.bs.collapse', function () {
// GraficaBarrasWeb GraficaUniEco
google.charts.setOnLoadCallback(elaborarGraficaUniEco);
function elaborarGraficaUniEco() {
var data = google.visualization.arrayToDataTable([
['Etiqueta', 'Valor', { role: 'style' }, { role: 'annotation' }],
['1° Comercio Menudeo', 58.59, '#59C38E', '58.59 %'],
['2° Otros servicios, excepto Gobierno', 16.41, '#8EC359', '16.41 %'],
['3° Preparación de Alimentos y Bebidas', 10.16, '#C38E59', '10.16 %'],
['4° Industria Manufacturera', 8.59, '#80C0FF', '8.59 %'],
['5° Educativos', 3.12, '#59BFC3', '3.12 %']
]);
var options = {
chartArea: { width: '60%' },
title: '128 Unidades Económicas',
hAxis: { title: 'Porcentaje', minValue: 0 },
legend: { position: 'none' }
};
var chart = new google.visualization.BarChart(document.getElementById('GraficaUniEco'));
chart.draw(data, options);
}
})
})
// LenguetasWeb LenguetasConglomerado ordenar que Reseña es la que se mostrará
$(document).ready(function(){
$('#LenguetasConglomerado a[href="#LenguetasConglomeradoResena"]').tab('show')
});
</script>
<!-- Javascript termina -->
<!-- Javascript Google Analytics -->
<script>
// Google Analytics
(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-58290501-1', 'auto');ga('send', 'pageview');
</script>
</body>
</html>
|
src/app/pages/user.component.css
|
misterw97/agendacollaboratif_web
|
#userForm > *, #userForm .ui-panel-content-wrapper > *, #userForm .ui-panel-content > * {
margin: 10px;
}
#userForm #logout {
cursor: pointer;
}
@media (max-width: 900px) {
#userForm {
display: table-row;
}
#userForm, .ui-panel {
max-width: 100%
}
#userForm #logout {
color: #fff;
}
}
|
docs/2013/08/06/using-cookies-with-httpclient/index.html
|
cleverswine/cleverswine-hugo
|
<!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, maximum-scale=1.0">
<meta name="description" content=""> <meta name="generator" content="Hugo 0.26" />
<title>Using cookies with HttpClient</title>
<link href="" rel="alternate" type="application/rss+xml" title="knoone.info" />
<link rel="stylesheet" type="text/css" href="http://knoone.info/css/semantic.min.css">
<style type="text/css">
body {
background-color: #2D2D29;
}
.main.container {
margin-top: 5em;
}
h4 {
color: #ccc;
}
</style>
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script src="http://knoone.info//js/semantic.min.js"></script>
<link rel="canonical" href="http://knoone.info/2013/08/06/using-cookies-with-httpclient/" />
</head>
<body>
<div class="ui fixed inverted small menu">
<div class="ui container">
<a href="http://knoone.info/" class="header item">knoone.info</a>
<div class="ui simple dropdown item">
Archives <i class="dropdown icon"></i>
<div class="menu">
<a class="item" href="#"><i class="calendar icon"></i>2017</a>
<a class="item" href="#"><i class="calendar icon"></i>2016</a>
<a class="item" href="#"><i class="calendar icon"></i>2015</a>
</div>
</div>
<div class="ui simple dropdown item">
Tags <i class="dropdown icon"></i>
<div class="menu">
<a class="item" href="http://knoone.info/tags/angularjs"><i class="tag icon"></i>angularjs</a>
<a class="item" href="http://knoone.info/tags/beer"><i class="tag icon"></i>beer</a>
<a class="item" href="http://knoone.info/tags/bootstrap"><i class="tag icon"></i>bootstrap</a>
<a class="item" href="http://knoone.info/tags/career"><i class="tag icon"></i>career</a>
<a class="item" href="http://knoone.info/tags/cat"><i class="tag icon"></i>cat</a>
<a class="item" href="http://knoone.info/tags/food"><i class="tag icon"></i>food</a>
<a class="item" href="http://knoone.info/tags/furniture"><i class="tag icon"></i>furniture</a>
<a class="item" href="http://knoone.info/tags/gadgets"><i class="tag icon"></i>gadgets</a>
<a class="item" href="http://knoone.info/tags/gardening"><i class="tag icon"></i>gardening</a>
<a class="item" href="http://knoone.info/tags/hacking"><i class="tag icon"></i>hacking</a>
<a class="item" href="http://knoone.info/tags/house"><i class="tag icon"></i>house</a>
<a class="item" href="http://knoone.info/tags/humor"><i class="tag icon"></i>humor</a>
<a class="item" href="http://knoone.info/tags/lastfm"><i class="tag icon"></i>lastfm</a>
<a class="item" href="http://knoone.info/tags/misctech"><i class="tag icon"></i>misctech</a>
<a class="item" href="http://knoone.info/tags/movies"><i class="tag icon"></i>movies</a>
<a class="item" href="http://knoone.info/tags/mp3"><i class="tag icon"></i>mp3</a>
<a class="item" href="http://knoone.info/tags/music"><i class="tag icon"></i>music</a>
<a class="item" href="http://knoone.info/tags/nature"><i class="tag icon"></i>nature</a>
<a class="item" href="http://knoone.info/tags/personal"><i class="tag icon"></i>personal</a>
<a class="item" href="http://knoone.info/tags/photography"><i class="tag icon"></i>photography</a>
<a class="item" href="http://knoone.info/tags/politics"><i class="tag icon"></i>politics</a>
<a class="item" href="http://knoone.info/tags/portland"><i class="tag icon"></i>portland</a>
<a class="item" href="http://knoone.info/tags/science"><i class="tag icon"></i>science</a>
<a class="item" href="http://knoone.info/tags/shopping"><i class="tag icon"></i>shopping</a>
<a class="item" href="http://knoone.info/tags/sports"><i class="tag icon"></i>sports</a>
<a class="item" href="http://knoone.info/tags/television"><i class="tag icon"></i>television</a>
<a class="item" href="http://knoone.info/tags/texas"><i class="tag icon"></i>texas</a>
<a class="item" href="http://knoone.info/tags/travel"><i class="tag icon"></i>travel</a>
<a class="item" href="http://knoone.info/tags/uncategorized"><i class="tag icon"></i>uncategorized</a>
<a class="item" href="http://knoone.info/tags/weather"><i class="tag icon"></i>weather</a>
<a class="item" href="http://knoone.info/tags/website"><i class="tag icon"></i>website</a>
<a class="item" href="http://knoone.info/tags/webstuff"><i class="tag icon"></i>webstuff</a>
<a class="item" href="http://knoone.info/tags/wedding"><i class="tag icon"></i>wedding</a>
</div>
</div>
<a href="#" class="item">About</a>
<div class="right menu">
<a href="https://www.linkedin.com/in/kevinnoone" class="item"><i class="linkedin icon"></i></a>
<a href="https://twitter.com/cleverswine" class="item"><i class="twitter icon"></i></a>
<a href="https://github.com/cleverswine" class="item"><i class="github icon"></i></a>
<a href="http://knoone.info/index.xml" class="item"><i class="rss icon"></i></a>
</div>
</div>
</div>
<div class="ui main container">
<div class="ui fluid card">
<div class="content">
<div class="header">Using cookies with HttpClient</div>
<div class="meta">
<span class="category">
hacking
</span>
</div>
<div class="description">
<p>This simple code snippet shows how to store and use cookies from a web request using the .Net <a href="http://msdn.microsoft.com/en-us/library/system.net.http.httpclient.aspx" target="_blank">HttpClient</a>. For example, if an API or site sends a token or authentication cookie, you may need to store it and send it on all subsequent requests to show that you are authenticated. This would be for a session-based service. The key is to create a single <a href="http://msdn.microsoft.com/en-us/library/system.net.cookiecontainer.aspx" target="_blank">CookieContainer</a> instance and a single <a href="http://msdn.microsoft.com/en-us/library/system.net.http.httpclienthandler.aspx" target="_blank">HttpClientHandler</a> instance to hold it. Assume the following class is registered as a singleton.</p>
<pre lang="csharp">public class WebClient
{
private CookieContainer _cookieContainer;
private HttpClientHandler _handler;
private HttpClientHandler Handler
{
get
{
if (_handler == null)
{
_cookieContainer = new CookieContainer();
_handler = new HttpClientHandler { CookieContainer = _cookieContainer, UseCookies = true, AllowAutoRedirect = false };
}
return _handler;
}
}
private HttpClient GetClient()
{
// the second param prevents the Handler from being disposed with the client
var client = new HttpClient(Handler, false);
client.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));
return client;
}
public async Task Get<T>(string path) where T : class
{
using (var client = GetClient())
{
var content = await client.GetStringAsync(path);
return JsonConvert.DeserializeObject<T>(content);
}
}
}</pre>
</div>
</div>
<div class="extra content">
<div class="right floated author">
<time datetime="2013-08-06T18:06:41Z">06 Aug 2013</time>
</div>
</div>
</div>
</div>
<p>
© 2017 knoone.info. All rights reserved.
</p>
</body>
</html>
|
edv/reddit/templates/reddit/channel.html
|
hcosta/escueladevideojuegos.net-backend-django
|
{% extends "reddit/base.html" %}
{% block title %}Canal {{channel.name}}{% endblock %}
{% block content %}
<h2>#{{channel.slug}}</h2>
<ul>
{% for announce in announces %}
<li>
<span style="color: red;"><b>[Anuncio]</b></span>
<a href="{% url 'channel' channel.slug %}comments/{{announce.uuid}}/{{announce.title|slugify}}/">{{ announce.title }}</a>
</li>
{% endfor %}
{% for question in questions %}
<li>
{% if not question.announce and question.solved%}
<span style="color: orange;"><b>(Solucionada)</b></span>
{% else %}
<span style="color: green;"><b>({{question.get_label_display}})</b></span>
{% endif %}
<a href="{% url 'channel' channel.slug %}comments/{{question.uuid}}/{{question.title|slugify}}/">{{ question.title }}</a>
</li>
{% endfor %}
</ul>
{% if user.is_authenticated %}
<p>
Hola {{user}},<br>
<a href="./comment/">Crear una pregunta en {{channel.name}}</a>
</p>
{% endif %}
<a href="/r/">Volver</a>
{% endblock %}
|
docs/com/ep/ggs/world/generator/class-use/GeneratorHandler.html
|
hypereddie/GGS
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_17) on Thu Jul 18 19:11:05 EDT 2013 -->
<title>Uses of Class com.ep.ggs.world.generator.GeneratorHandler</title>
<meta name="date" content="2013-07-18">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.ep.ggs.world.generator.GeneratorHandler";
}
//-->
</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="../../../../../../com/ep/ggs/world/generator/GeneratorHandler.html" title="class in com.ep.ggs.world.generator">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/ep/ggs/world/generator/class-use/GeneratorHandler.html" target="_top">Frames</a></li>
<li><a href="GeneratorHandler.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.ep.ggs.world.generator.GeneratorHandler" class="title">Uses of Class<br>com.ep.ggs.world.generator.GeneratorHandler</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../com/ep/ggs/world/generator/GeneratorHandler.html" title="class in com.ep.ggs.world.generator">GeneratorHandler</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="#com.ep.ggs.server">com.ep.ggs.server</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.ep.ggs.server">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../com/ep/ggs/world/generator/GeneratorHandler.html" title="class in com.ep.ggs.world.generator">GeneratorHandler</a> in <a href="../../../../../../com/ep/ggs/server/package-summary.html">com.ep.ggs.server</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../com/ep/ggs/server/package-summary.html">com.ep.ggs.server</a> that return <a href="../../../../../../com/ep/ggs/world/generator/GeneratorHandler.html" title="class in com.ep.ggs.world.generator">GeneratorHandler</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><a href="../../../../../../com/ep/ggs/world/generator/GeneratorHandler.html" title="class in com.ep.ggs.world.generator">GeneratorHandler</a></code></td>
<td class="colLast"><span class="strong">Server.</span><code><strong><a href="../../../../../../com/ep/ggs/server/Server.html#getGeneratorHandler()">getGeneratorHandler</a></strong>()</code>
<div class="block">Gets the server's generator handler.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../com/ep/ggs/world/generator/GeneratorHandler.html" title="class in com.ep.ggs.world.generator">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/ep/ggs/world/generator/class-use/GeneratorHandler.html" target="_top">Frames</a></li>
<li><a href="GeneratorHandler.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>
|
RossFamilyTree/evt/0/3/d15f603a6c24d34d17077c6f430.html
|
RossGammon/the-gammons.net
|
<!DOCTYPE html>
<html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-GB">
<title>Ross Gammon’s Family Tree - Events</title>
<meta charset="UTF-8" />
<meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta name ="apple-mobile-web-app-capable" content="yes" />
<meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" />
<meta name="author" content="" />
<link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" />
<link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<h1 id="SiteTitle">Ross Gammon’s Family Tree</h1>
</div>
<div class="wrapper" id="nav" role="navigation">
<div class="container">
<ul class="menu" id="dropmenu">
<li><a href="../../../individuals.html" title="Individuals">Individuals</a></li>
<li><a href="../../../index.html" title="Surnames">Surnames</a></li>
<li><a href="../../../families.html" title="Families">Families</a></li>
<li class = "CurrentSection"><a href="../../../events.html" title="Events">Events</a></li>
<li><a href="../../../places.html" title="Places">Places</a></li>
<li><a href="../../../sources.html" title="Sources">Sources</a></li>
<li><a href="../../../repositories.html" title="Repositories">Repositories</a></li>
<li><a href="../../../media.html" title="Media">Media</a></li>
<li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li>
</ul>
</div>
</div>
<div class="content" id="EventDetail">
<h3>Birth</h3>
<table class="infolist eventlist">
<tbody>
<tr>
<td class="ColumnAttribute">Gramps ID</td>
<td class="ColumnGRAMPSID">E11711</td>
</tr>
<tr>
<td class="ColumnAttribute">Date</td>
<td class="ColumnColumnDate">
1855-11-04
</td>
</tr>
<tr>
<td class="ColumnAttribute">Place</td>
<td class="ColumnColumnPlace">
<a href="../../../plc/c/4/d15f5fb92e843882bcabe3e6e4c.html" title="">
</a>
</td>
</tr>
</tbody>
</table>
<div class="subsection" id="references">
<h4>References</h4>
<ol class="Col1" role="Volume-n-Page"type = 1>
<li>
<a href="../../../ppl/3/b/d15f603a6b6209da81dc3017fb3.html">
LUCAS, Osmond Ernest Alfred
<span class="grampsid"> [I10618]</span>
</a>
</li>
</ol>
</div>
</div>
<div class="fullclear"></div>
<div id="footer">
<p id="createdate">
Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:54:50<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a>
</p>
<p id="copyright">
</p>
</div>
</body>
</html>
|
RossFamilyTree/fam/f/3/d15f605e93d1c1afb57af4b763f.html
|
RossGammon/the-gammons.net
|
<!DOCTYPE html>
<html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-GB">
<title>Ross Gammon’s Family Tree - Family of JORDAN, Joseph and RITTER, Amelia</title>
<meta charset="UTF-8" />
<meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta name ="apple-mobile-web-app-capable" content="yes" />
<meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" />
<meta name="author" content="" />
<link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" />
<link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<h1 id="SiteTitle">Ross Gammon’s Family Tree</h1>
</div>
<div class="wrapper" id="nav" role="navigation">
<div class="container">
<ul class="menu" id="dropmenu">
<li><a href="../../../individuals.html" title="Individuals">Individuals</a></li>
<li><a href="../../../index.html" title="Surnames">Surnames</a></li>
<li class = "CurrentSection"><a href="../../../families.html" title="Families">Families</a></li>
<li><a href="../../../events.html" title="Events">Events</a></li>
<li><a href="../../../places.html" title="Places">Places</a></li>
<li><a href="../../../sources.html" title="Sources">Sources</a></li>
<li><a href="../../../repositories.html" title="Repositories">Repositories</a></li>
<li><a href="../../../media.html" title="Media">Media</a></li>
<li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li>
</ul>
</div>
</div>
<div class="content" id="RelationshipDetail">
<h2>Family of JORDAN, Joseph and RITTER, Amelia<sup><small></small></sup></h2>
<div class="subsection" id="families">
<h4>Families</h4>
<table class="infolist">
<tr class="BeginFamily">
<td class="ColumnType">Unknown</td>
<td class="ColumnAttribute">Partner</td>
<td class="ColumnValue">
<a href="../../../ppl/f/a/d15f605e9044e388b41bbbbf5af.html">JORDAN, Joseph<span class="grampsid"> [I12437]</span></a>
</td>
</tr>
<tr class="BeginFamily">
<td class="ColumnType">Unknown</td>
<td class="ColumnAttribute">Partner</td>
<td class="ColumnValue">
<a href="../../../ppl/e/a/d15f60718bd64fa1b4e53a837ae.html">RITTER, Amelia<span class="grampsid"> [I16386]</span></a>
</td>
</tr>
<tr>
<td class="ColumnType"> </td>
<td class="ColumnAttribute">Children</td>
<td class="ColumnValue">
<ol>
<li>
<a href="../../../ppl/d/c/d15f60718d75d6bb2c4d9bcdccd.html">JORDAN, Louisa Frances<span class="grampsid"> [I16387]</span></a>
</li>
</ol>
</td>
<tr>
<td class="ColumnType"> </td>
<td class="ColumnAttribute">Attributes</td>
<td class="ColumnValue">
<table class="infolist attrlist">
<thead>
<tr>
<th class="ColumnType">Type</th>
<th class="ColumnValue">Value</th>
<th class="ColumnNotes">Notes</th>
<th class="ColumnSources">Sources</th>
</tr>
</thead>
<tbody>
<tr>
<td class="ColumnType">_UID</td>
<td class="ColumnValue">68B6142FD8B4D44581A2BCEF6A68E5F17C5A</td>
<td class="ColumnNotes"><div></div></td>
<td class="ColumnSources"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tr>
</table>
</div>
<div class="subsection" id="attributes">
<h4>Attributes</h4>
<table class="infolist attrlist">
<thead>
<tr>
<th class="ColumnType">Type</th>
<th class="ColumnValue">Value</th>
<th class="ColumnNotes">Notes</th>
<th class="ColumnSources">Sources</th>
</tr>
</thead>
<tbody>
<tr>
<td class="ColumnType">_UID</td>
<td class="ColumnValue">68B6142FD8B4D44581A2BCEF6A68E5F17C5A</td>
<td class="ColumnNotes"><div></div></td>
<td class="ColumnSources"> </td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="fullclear"></div>
<div id="footer">
<p id="createdate">
Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:55:13<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a>
</p>
<p id="copyright">
</p>
</div>
</body>
</html>
|
RossFamilyTree/ppl/e/f/d15f603897f572f8fec1ef70cfe.html
|
RossGammon/the-gammons.net
|
<!DOCTYPE html>
<html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-GB">
<title>Ross Gammon’s Family Tree - GIACOMETTI, Norma Alys</title>
<meta charset="UTF-8" />
<meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta name ="apple-mobile-web-app-capable" content="yes" />
<meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" />
<meta name="author" content="" />
<link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" />
<link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" />
<link href="../../../css/ancestortree.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<h1 id="SiteTitle">Ross Gammon’s Family Tree</h1>
</div>
<div class="wrapper" id="nav" role="navigation">
<div class="container">
<ul class="menu" id="dropmenu">
<li class = "CurrentSection"><a href="../../../individuals.html" title="Individuals">Individuals</a></li>
<li><a href="../../../index.html" title="Surnames">Surnames</a></li>
<li><a href="../../../families.html" title="Families">Families</a></li>
<li><a href="../../../events.html" title="Events">Events</a></li>
<li><a href="../../../places.html" title="Places">Places</a></li>
<li><a href="../../../sources.html" title="Sources">Sources</a></li>
<li><a href="../../../repositories.html" title="Repositories">Repositories</a></li>
<li><a href="../../../media.html" title="Media">Media</a></li>
<li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li>
</ul>
</div>
</div>
<div class="content" id="IndividualDetail">
<h3>GIACOMETTI, Norma Alys<sup><small></small></sup></h3>
<div id="summaryarea">
<table class="infolist">
<tr>
<td class="ColumnAttribute">Birth Name</td>
<td class="ColumnValue">
GIACOMETTI, Norma Alys <a href="#sref1a">1a</a>
</td>
</tr>
<tr>
<td class="ColumnAttribute">Gramps ID</td>
<td class="ColumnValue">I10482</td>
</tr>
<tr>
<td class="ColumnAttribute">Gender</td>
<td class="ColumnValue">female</td>
</tr>
</table>
</div>
<div class="subsection" id="parents">
<h4>Parents</h4>
<table class="infolist">
<thead>
<tr>
<th class="ColumnAttribute">Relation to main person</th>
<th class="ColumnValue">Name</th>
<th class="ColumnValue">Relation within this family (if not by birth)</th>
</tr>
</thead>
<tbody>
</tbody>
<tr>
<td class="ColumnAttribute">Father</td>
<td class="ColumnValue">
<a href="../../../ppl/4/d/d15f60388d17c720d7aad3a9d4.html">GIACOMETTI, William Victor<span class="grampsid"> [I10478]</span></a>
</td>
</tr>
<tr>
<td class="ColumnAttribute">Mother</td>
<td class="ColumnValue">
<a href="../../../ppl/3/d/d15f60388826307fc853c7225d3.html">MANN, Eva Caroline<span class="grampsid"> [I10477]</span></a>
</td>
</tr>
<tr>
<td class="ColumnAttribute"> Sister</td>
<td class="ColumnValue"> <a href="../../../ppl/5/9/d15f603890e2131bb180b783795.html">GIACOMETTI, Beryl Joyce<span class="grampsid"> [I10479]</span></a></td>
<td class="ColumnValue"></td>
</tr>
<tr>
<td class="ColumnAttribute"> Sister</td>
<td class="ColumnValue"> <a href="../../../ppl/c/1/d15f603896669f51e8d8f4fa31c.html">GIACOMETTI, Thelma May<span class="grampsid"> [I10481]</span></a></td>
<td class="ColumnValue"></td>
</tr>
<tr>
<td class="ColumnAttribute"> </td>
<td class="ColumnValue"> <a href="../../../ppl/e/f/d15f603897f572f8fec1ef70cfe.html">GIACOMETTI, Norma Alys<span class="grampsid"> [I10482]</span></a></td>
<td class="ColumnValue"></td>
</tr>
</table>
</div>
<div class="subsection" id="attributes">
<h4>Attributes</h4>
<table class="infolist attrlist">
<thead>
<tr>
<th class="ColumnType">Type</th>
<th class="ColumnValue">Value</th>
<th class="ColumnNotes">Notes</th>
<th class="ColumnSources">Sources</th>
</tr>
</thead>
<tbody>
<tr>
<td class="ColumnType">_UID</td>
<td class="ColumnValue">B609BA325B70304EA20E265A40F02C10909F</td>
<td class="ColumnNotes"><div></div></td>
<td class="ColumnSources"> </td>
</tr>
</tbody>
</table>
</div>
<div class="subsection" id="pedigree">
<h4>Pedigree</h4>
<ol class="pedigreegen">
<li>
<a href="../../../ppl/4/d/d15f60388d17c720d7aad3a9d4.html">GIACOMETTI, William Victor<span class="grampsid"> [I10478]</span></a>
<ol>
<li class="spouse">
<a href="../../../ppl/3/d/d15f60388826307fc853c7225d3.html">MANN, Eva Caroline<span class="grampsid"> [I10477]</span></a>
<ol>
<li>
<a href="../../../ppl/c/1/d15f603896669f51e8d8f4fa31c.html">GIACOMETTI, Thelma May<span class="grampsid"> [I10481]</span></a>
</li>
<li class="thisperson">
GIACOMETTI, Norma Alys
</li>
<li>
<a href="../../../ppl/5/9/d15f603890e2131bb180b783795.html">GIACOMETTI, Beryl Joyce<span class="grampsid"> [I10479]</span></a>
</li>
</ol>
</li>
</ol>
</li>
</ol>
</div>
<div class="subsection" id="tree">
<h4>Ancestors</h4>
<div id="treeContainer" style="width:735px; height:602px;">
<div class="boxbg female AncCol0" style="top: 269px; left: 6px;">
<a class="noThumb" href="../../../ppl/e/f/d15f603897f572f8fec1ef70cfe.html">
GIACOMETTI, Norma Alys
</a>
</div>
<div class="shadow" style="top: 274px; left: 10px;"></div>
<div class="bvline" style="top: 301px; left: 165px; width: 15px"></div>
<div class="gvline" style="top: 306px; left: 165px; width: 20px"></div>
<div class="boxbg male AncCol1" style="top: 119px; left: 196px;">
<a class="noThumb" href="../../../ppl/4/d/d15f60388d17c720d7aad3a9d4.html">
GIACOMETTI, William Victor
</a>
</div>
<div class="shadow" style="top: 124px; left: 200px;"></div>
<div class="bvline" style="top: 151px; left: 180px; width: 15px;"></div>
<div class="gvline" style="top: 156px; left: 185px; width: 20px;"></div>
<div class="bhline" style="top: 151px; left: 180px; height: 150px;"></div>
<div class="gvline" style="top: 156px; left: 185px; height: 150px;"></div>
<div class="boxbg female AncCol1" style="top: 419px; left: 196px;">
<a class="noThumb" href="../../../ppl/3/d/d15f60388826307fc853c7225d3.html">
MANN, Eva Caroline
</a>
</div>
<div class="shadow" style="top: 424px; left: 200px;"></div>
<div class="bvline" style="top: 451px; left: 180px; width: 15px;"></div>
<div class="gvline" style="top: 456px; left: 185px; width: 20px;"></div>
<div class="bhline" style="top: 301px; left: 180px; height: 150px;"></div>
<div class="gvline" style="top: 306px; left: 185px; height: 150px;"></div>
<div class="bvline" style="top: 451px; left: 355px; width: 15px"></div>
<div class="gvline" style="top: 456px; left: 355px; width: 20px"></div>
<div class="boxbg male AncCol2" style="top: 344px; left: 386px;">
<a class="noThumb" href="../../../ppl/2/5/d15f603846d1063f4e00cac6852.html">
MANN, Charles
</a>
</div>
<div class="shadow" style="top: 349px; left: 390px;"></div>
<div class="bvline" style="top: 376px; left: 370px; width: 15px;"></div>
<div class="gvline" style="top: 381px; left: 375px; width: 20px;"></div>
<div class="bhline" style="top: 376px; left: 370px; height: 75px;"></div>
<div class="gvline" style="top: 381px; left: 375px; height: 75px;"></div>
<div class="boxbg female AncCol2" style="top: 494px; left: 386px;">
<a class="noThumb" href="../../../ppl/f/5/d15f6038414665f6a1873de895f.html">
HOVEY, Isabella
</a>
</div>
<div class="shadow" style="top: 499px; left: 390px;"></div>
<div class="bvline" style="top: 526px; left: 370px; width: 15px;"></div>
<div class="gvline" style="top: 531px; left: 375px; width: 20px;"></div>
<div class="bhline" style="top: 451px; left: 370px; height: 75px;"></div>
<div class="gvline" style="top: 456px; left: 375px; height: 75px;"></div>
<div class="bvline" style="top: 526px; left: 545px; width: 15px"></div>
<div class="gvline" style="top: 531px; left: 545px; width: 20px"></div>
<div class="boxbg male AncCol3" style="top: 457px; left: 576px;">
<a class="noThumb" href="../../../ppl/c/b/d15f603300b2458683c0b6fa2bc.html">
HOVEY, James
</a>
</div>
<div class="shadow" style="top: 462px; left: 580px;"></div>
<div class="bvline" style="top: 489px; left: 560px; width: 15px;"></div>
<div class="gvline" style="top: 494px; left: 565px; width: 20px;"></div>
<div class="bhline" style="top: 489px; left: 560px; height: 37px;"></div>
<div class="gvline" style="top: 494px; left: 565px; height: 37px;"></div>
<div class="boxbg female AncCol3" style="top: 531px; left: 576px;">
<a class="noThumb" href="../../../ppl/5/1/d15f6032fb83280de57e4de5d15.html">
LUCAS, Caroline
</a>
</div>
<div class="shadow" style="top: 536px; left: 580px;"></div>
<div class="bvline" style="top: 563px; left: 560px; width: 15px;"></div>
<div class="gvline" style="top: 568px; left: 565px; width: 20px;"></div>
<div class="bhline" style="top: 526px; left: 560px; height: 37px;"></div>
<div class="gvline" style="top: 531px; left: 565px; height: 37px;"></div>
</div>
</div>
<div class="subsection" id="sourcerefs">
<h4>Source References</h4>
<ol>
<li>
<a href="../../../src/e/e/d15f5fe06de45269a4c5f8971ee.html" title="Frank Lee: GEDCOM File : JamesLUCAS.ged" name ="sref1">
Frank Lee: GEDCOM File : JamesLUCAS.ged
<span class="grampsid"> [S0299]</span>
</a>
<ol>
<li id="sref1a">
<ul>
<li>
Confidence: Low
</li>
</ul>
</li>
</ol>
</li>
</ol>
</div>
</div>
<div class="fullclear"></div>
<div id="footer">
<p id="createdate">
Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:54:50<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a>
</p>
<p id="copyright">
</p>
</div>
</body>
</html>
|
Python/Python Modules/lxml-4.2.0/doc/html/api/lxml.tests.dummy_http_server._RequestHandler-class.html
|
MichaelCoughlinAN/Odds-N-Ends
|
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>lxml.tests.dummy_http_server._RequestHandler</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="lxml-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="/">lxml API</a></th>
</tr></table></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
<a href="lxml-module.html">Package lxml</a> ::
<a href="lxml.tests-module.html">Package tests</a> ::
<a href="lxml.tests.dummy_http_server-module.html">Module dummy_http_server</a> ::
Class _RequestHandler
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span></td></tr>
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="lxml.tests.dummy_http_server._RequestHandler-class.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<!-- ==================== CLASS DESCRIPTION ==================== -->
<h1 class="epydoc">Class _RequestHandler</h1><p class="nomargin-top"><span class="codelink"><a href="lxml.tests.dummy_http_server-pysrc.html#_RequestHandler">source code</a></span></p>
<pre class="base-tree">
SocketServer.BaseRequestHandler --+
|
SocketServer.StreamRequestHandler --+
|
BaseHTTPServer.BaseHTTPRequestHandler --+
|
wsgiref.simple_server.WSGIRequestHandler --+
|
<strong class="uidshort">_RequestHandler</strong>
</pre>
<hr />
<!-- ==================== NESTED CLASSES ==================== -->
<a name="section-NestedClasses"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Nested Classes</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-NestedClasses"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code>BaseHTTPServer.BaseHTTPRequestHandler</code></b>:
<code><a href="mimetools.Message-class.html">MessageClass</a></code>
</p>
</td>
</tr>
</table>
<!-- ==================== INSTANCE METHODS ==================== -->
<a name="section-InstanceMethods"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Instance Methods</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-InstanceMethods"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="lxml.tests.dummy_http_server._RequestHandler-class.html#get_stderr" class="summary-sig-name">get_stderr</a>(<span class="summary-sig-arg">self</span>)</span></td>
<td align="right" valign="top">
<span class="codelink"><a href="lxml.tests.dummy_http_server-pysrc.html#_RequestHandler.get_stderr">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="lxml.tests.dummy_http_server._RequestHandler-class.html#log_message" class="summary-sig-name">log_message</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">format</span>,
<span class="summary-sig-arg">*args</span>)</span><br />
Log an arbitrary message.</td>
<td align="right" valign="top">
<span class="codelink"><a href="lxml.tests.dummy_http_server-pysrc.html#_RequestHandler.log_message">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code>wsgiref.simple_server.WSGIRequestHandler</code></b>:
<code>get_environ</code>,
<code>handle</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>BaseHTTPServer.BaseHTTPRequestHandler</code></b>:
<code>address_string</code>,
<code>date_time_string</code>,
<code>end_headers</code>,
<code>handle_one_request</code>,
<code>log_date_time_string</code>,
<code>log_error</code>,
<code>log_request</code>,
<code>parse_request</code>,
<code>send_error</code>,
<code>send_header</code>,
<code>send_response</code>,
<code>version_string</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>SocketServer.StreamRequestHandler</code></b>:
<code>finish</code>,
<code>setup</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>SocketServer.BaseRequestHandler</code></b>:
<code>__init__</code>
</p>
</td>
</tr>
</table>
<!-- ==================== CLASS VARIABLES ==================== -->
<a name="section-ClassVariables"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Class Variables</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-ClassVariables"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code>wsgiref.simple_server.WSGIRequestHandler</code></b>:
<code>server_version</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>BaseHTTPServer.BaseHTTPRequestHandler</code></b>:
<code>default_request_version</code>,
<code>error_content_type</code>,
<code>error_message_format</code>,
<code>monthname</code>,
<code>protocol_version</code>,
<code>responses</code>,
<code>sys_version</code>,
<code>weekdayname</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>SocketServer.StreamRequestHandler</code></b>:
<code>disable_nagle_algorithm</code>,
<code>rbufsize</code>,
<code>timeout</code>,
<code>wbufsize</code>
</p>
</td>
</tr>
</table>
<!-- ==================== METHOD DETAILS ==================== -->
<a name="section-MethodDetails"></a>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Method Details</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-MethodDetails"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
</table>
<a name="get_stderr"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">get_stderr</span>(<span class="sig-arg">self</span>)</span>
</h3>
</td><td align="right" valign="top"
><span class="codelink"><a href="lxml.tests.dummy_http_server-pysrc.html#_RequestHandler.get_stderr">source code</a></span>
</td>
</tr></table>
<dl class="fields">
<dt>Overrides:
wsgiref.simple_server.WSGIRequestHandler.get_stderr
</dt>
</dl>
</td></tr></table>
</div>
<a name="log_message"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">log_message</span>(<span class="sig-arg">self</span>,
<span class="sig-arg">format</span>,
<span class="sig-arg">*args</span>)</span>
</h3>
</td><td align="right" valign="top"
><span class="codelink"><a href="lxml.tests.dummy_http_server-pysrc.html#_RequestHandler.log_message">source code</a></span>
</td>
</tr></table>
<p>Log an arbitrary message.</p>
<p>This is used by all other logging functions. Override
it if you have specific logging wishes.</p>
<p>The first argument, FORMAT, is a format string for the
message to be logged. If the format string contains
any % escapes requiring parameters, they should be
specified as subsequent arguments (it's just like
printf!).</p>
<p>The client ip address and current date/time are prefixed to every
message.</p>
<dl class="fields">
<dt>Overrides:
BaseHTTPServer.BaseHTTPRequestHandler.log_message
<dd><em class="note">(inherited documentation)</em></dd>
</dt>
</dl>
</td></tr></table>
</div>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="lxml-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="/">lxml API</a></th>
</tr></table></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0.1
on Tue Mar 13 20:17:56 2018
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>
|
game/data/scripts/quests/Q10751_WindsOfFateEncounters/33942-06.html
|
karolusw/l2j
|
<html><body>Magister Ayanthe:<br>
Just a passer-by? That is suspicious. But I shouldn't be suspicious of a kind stranger who has helped us recover her body...but nothing makes sense. Why did her body disappear?<br>
Oh my. Almost dropped the ball on this because of my friend's death. I had other reasons for sending you there.<br>
Did you see that object from the Wind Spirit Realm?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10751_WindsOfFateEncounters 33942-07.html">"I found one of those on Telesha's body."</button>
</body></html>
|
doc/html/sosi__translation__table_8cpp.html
|
espena/sosicon
|
<!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>sosicon: /Volumes/Media/Dropbox/projects/gitsource/sosicon/src/sosi/sosi_translation_table.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="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">sosicon
 <span id="projectnumber">v 1.0 beta</span>
</div>
<div id="projectbrief">SOSI file converter</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_0a8e2f46248b09437ea2ed93e9c4aea2.html">sosi</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">sosi_translation_table.cpp File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include "<a class="el" href="sosi__translation__table_8h_source.html">sosi_translation_table.h</a>"</code><br />
</div>
<p><a href="sosi__translation__table_8cpp_source.html">Go to the source code of this file.</a></p>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Apr 1 2016 11:19:29 for sosicon 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>
|
aquamacs/doc/Aquamacs Help/flymake/Flymake-mode.html
|
davidswelt/aquamacs-emacs
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content=
"HTML Tidy for Mac OS X (vers 31 October 2006 - Apple Inc. build 16.1), see www.w3.org" />
<title>Flymake mode - GNU Flymake 0.3</title>
<meta http-equiv="Content-Type" content="text/html" />
<meta name="description" content="GNU Flymake 0.3" />
<meta name="generator" content="makeinfo 4.13" />
<link title="Top" rel="start" href="index.html#Top" />
<link rel="up" href="Using-Flymake.html#Using-Flymake" title=
"Using Flymake" />
<link rel="next" href=
"Running-the-syntax-check.html#Running-the-syntax-check" title=
"Running the syntax check" />
<link href="http://www.gnu.org/software/texinfo/" rel=
"generator-home" title="Texinfo Homepage" /><!--
This manual is for GNU Flymake (version 0.3, April 2004),
which is a universal on-the-fly syntax checker for GNU Emacs.
Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
Version 1.3 or any later version published by the Free Software
Foundation; with no Invariant Sections, with the Front-Cover texts
being ``A GNU Manual,'' and with the Back-Cover Texts as in (a)
below. A copy of the license is included in the section entitled
``GNU Free Documentation License''.
(a) The FSF's Back-Cover Text is: ``You have the freedom to copy
and modify this GNU manual. Buying copies from the FSF supports
it in developing GNU and promoting software freedom.''
-->
<meta http-equiv="Content-Style-Type" content="text/css" />
<style type="text/css">
/*<![CDATA[*/
<!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
-->
/*]]>*/
</style>
</head>
<body>
<div class="node">
<a name="Flymake-mode" id="Flymake-mode"></a>
<p>Next: <a rel="next" accesskey="n" href=
"Running-the-syntax-check.html#Running-the-syntax-check">Running
the syntax check</a>, Up: <a rel="up" accesskey="u" href=
"Using-Flymake.html#Using-Flymake">Using Flymake</a></p>
<hr />
</div>
<h3 class="section">3.1 Flymake mode</h3>
<p><a name="index-flymake_002dmode-4" id=
"index-flymake_002dmode-4"></a> Flymake is an Emacs minor mode.
To use Flymake, you must first activate <code>flymake-mode</code>
by using the <code>flymake-mode</code> function.</p>
<p>Instead of manually activating <code>flymake-mode</code>, you
can configure Flymake to automatically enable
<code>flymake-mode</code> upon opening any file for which syntax
check is possible. To do so, place the following line in
<code>.emacs</code>:</p>
<pre class="lisp">
(add-hook 'find-file-hook 'flymake-find-file-hook)
</pre>
</body>
</html>
|
source/acaas.jboss7/AcaaSweb/WebContent/doc/java/com/robsonmartins/acaas/t2libras/bean/class-use/PalavraSearch.html
|
robsonsmartins/acaas
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pt">
<head>
<!-- Generated by javadoc (version 1.7.0_09) on Mon Sep 16 13:13:38 BRT 2013 -->
<title>Uses of Class com.robsonmartins.acaas.t2libras.bean.PalavraSearch</title>
<meta name="date" content="2013-09-16">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.robsonmartins.acaas.t2libras.bean.PalavraSearch";
}
//-->
</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="../../../../../../com/robsonmartins/acaas/t2libras/bean/PalavraSearch.html" title="class in com.robsonmartins.acaas.t2libras.bean">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/robsonmartins/acaas/t2libras/bean/class-use/PalavraSearch.html" target="_top">Frames</a></li>
<li><a href="PalavraSearch.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.robsonmartins.acaas.t2libras.bean.PalavraSearch" class="title">Uses of Class<br>com.robsonmartins.acaas.t2libras.bean.PalavraSearch</h2>
</div>
<div class="classUseContainer">No usage of com.robsonmartins.acaas.t2libras.bean.PalavraSearch</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="../../../../../../com/robsonmartins/acaas/t2libras/bean/PalavraSearch.html" title="class in com.robsonmartins.acaas.t2libras.bean">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/robsonmartins/acaas/t2libras/bean/class-use/PalavraSearch.html" target="_top">Frames</a></li>
<li><a href="PalavraSearch.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>
|
docs/apidocs/servlet/configuration/package-frame.html
|
Chnapy/IDCard_Server
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc (1.8.0_40) on Tue Mar 28 18:01:51 CEST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>servlet.configuration (IDCard_server 1.0-SNAPSHOT API)</title>
<meta name="date" content="2017-03-28">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../servlet/configuration/package-summary.html" target="classFrame">servlet.configuration</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="ConfigurationServlet.html" title="class in servlet.configuration" target="classFrame">ConfigurationServlet</a></li>
</ul>
</div>
</body>
</html>
|
apidocs/com/googlecode/fspotcloud/peer/class-use/ImageData.html
|
slspeek/FSpotCloudSite
|
<!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_18) on Fri Apr 06 23:09:09 CEST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class com.googlecode.fspotcloud.peer.ImageData (F-Spot Cloud Java Edition 0.12-beta API)
</TITLE>
<META NAME="date" CONTENT="2012-04-06">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.googlecode.fspotcloud.peer.ImageData (F-Spot Cloud Java Edition 0.12-beta API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/googlecode/fspotcloud/peer/ImageData.html" title="class in com.googlecode.fspotcloud.peer"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?com/googlecode/fspotcloud/peer//class-useImageData.html" target="_top"><B>FRAMES</B></A>
<A HREF="ImageData.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>com.googlecode.fspotcloud.peer.ImageData</B></H2>
</CENTER>
No usage of com.googlecode.fspotcloud.peer.ImageData
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../com/googlecode/fspotcloud/peer/ImageData.html" title="class in com.googlecode.fspotcloud.peer"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?com/googlecode/fspotcloud/peer//class-useImageData.html" target="_top"><B>FRAMES</B></A>
<A HREF="ImageData.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2012. All Rights Reserved.
</BODY>
</HTML>
|
wfw/modules/client/private/template/popup/client_file_upload.html
|
Ace4teaM/Webframework
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
(C)2010-ID-Informatik
Gestionnaire d'upload simplifié
INPUT Values:
id : identificateur du dossier client ('public_upload' par defaut)
multiple : si définit à 1, l'envoie de fichiers multiples est supporté
remove : si définit à 1, la suppression de fichiers est supporté
OUTPUT Values:
...
-->
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:template="http://www.webframework.fr/last/xmlns/template" xml:lang="fr" lang="fr" dir="ltr">
<head>
<title>Envoyer un fichier...</title>
<meta http-equiv="wfw.page-id" content="client_file_upload" /><!-- page identifier -->
<!-- Includes -->
<script type="text/javascript" language="javascript" src="wfw/javascript/base.js"></script>
<script type="text/javascript" language="javascript" src="wfw/javascript/dom.js"></script>
<script type="text/javascript" language="javascript" src="wfw/javascript/dom-func-compatible.js"></script>
<script type="text/javascript" language="javascript" src="wfw/javascript/wfw.js"></script>
<script type="text/javascript" language="javascript" src="wfw/javascript/wfw-extends.js"></script>
<script name="link" type="text/javascript" language="javascript" src="wfw/javascript/wfw-list.js"></script>
<script name="link" type="text/javascript" language="javascript" src="wfw/javascript/wfw-upload.js"></script>
<!-- Fonctions -->
<script name="head" type="text/javascript" language="javascript">
// <![CDATA[
//options par defaut
var opt = {
id:"", //identificateur du dossier client
multiple:"",//fichiers multiples
remove:"1"//autoriser la suppression des fichiers
};
/*
Initialise le document
*/
wfw.event.SetCallback( // window
"wfw_window",
"load",
"onLoadDoc",
function()
{
//
var preload = new Image;
preload.src = "wfw/css/wfw-extends/loading16.gif";
//
wfw.form.initFromURI("form","form");
// obtient les options
var uri_fields = wfw.utils.getURIFields();
if(uri_fields != null)
{
for(opt_name in opt)
{
if(typeof(uri_fields[opt_name])=="string")
opt[opt_name] = uri_fields[opt_name];
}
}
// pad d'id ?
if(!empty(opt.id))
$value("wfw_id",opt.id);
// obtient les limites de l'upload
var max_file_size = null;
var param = {
"onsuccess" : function(obj,args)
{
max_file_size = args.max_size;
}
};
wfw.request.Add(null,"../req/client/upinfo.php",null,wfw.utils.onCheckRequestResult_XARG,param,false);
// choix du fichier (EVENEMENT)
objSetEvent($doc("file"),"change",
function(e)
{
//vide la liste
var olist = $doc("file_descriptor");
objRemoveChildNode(olist,null,REMOVENODE_ALL);
var fields,template;
//File interface (HTML5 Extension)
if(window.File && window.FileList && window.FileReader)
{
// obtient les infos sur le fichier
var files = e.target.files || e.dataTransfer.files;
if((max_file_size!=null) && (files[0].size>=max_file_size))
{
wfw.ext.document.messageBox("Ce fichier est trop volumineux pour être envoyé, merci de choisir un fichier de taille inférieur à "+byteToSize(max_file_size));
return false;
}
//fabrique le template
fields={
file_id:(uniqid()),
name:(files[0].name),
size:(byteToSize(files[0].size)),
type:(files[0].type),
icon:(wfw.ext.document.extensionToClassName( fileext(files[0].name) ))
};
template = wfw.ext.listElement.insertFields($doc("file_descriptor_template"),olist,fields);
}
//pas d'interface avec les fichiers
else
{
//fabrique le template
fields={
file_id:(uniqid()),
name:(filename(this.value)),
size:("??? octets"),
type:(""),
icon:("file_empty")
};
template = wfw.ext.listElement.insertFields($doc("file_descriptor_template"),olist,fields);
}
objSetAtt(template,"id",fields.file_id);
//initialise l'action
objSetClassName($doc("action_icon_"+fields.file_id),"wfw_icon upload");
objSetClassName($doc("action_btn_"+fields.file_id),"wfw_button_icon");
//objSetEvent($doc("action_btn_"+fields.file_id),"click",function(e,file_id){ return onSubmit(file_id); },fields.file_id);
//objSetEvent($doc("action_icon_"+fields.file_id),"click",function(e,file_id){ return onSubmit(file_id); },fields.file_id);
//[upload!]
objSetEvent($doc("action_icon_"+fields.file_id), "click", function (e,file_id) {
var fileObj = $doc("file");
var client_id = $value("wfw_id");
var upload_options = {
form_id: "form",
callback: onUploadState
};
//upload simple (I.E)
if (typeof (fileObj.files) == "undefined") {
if (empty(fileObj.value)) {
wfw.ext.document.messageBox("Veuillez selectionner un fichier");
return false;
}
wfw.ext.upload.sendAsForm("form", client_id, upload_options);
}
//upload en paquets
else {
if (!fileObj.files.length) {
wfw.ext.document.messageBox("Veuillez selectionner un fichier");
return false;
}
wfw.ext.upload.sendAsPacket(fileObj.files[0], 0, client_id, upload_options);
}
},fields.file_id);
//affiche le bouton "Envoyer tout"
if(opt.multiple)
wfw.style.removeClass($doc("send_btn"),"wfw_hidden");
}
);
//liste les fichiers existants
list();
}
);
var progressDlg_Id=null; // identificateur du dialogue de chargement
//callback upload
function onUploadState(args, upload_state, infos) {
switch (upload_state) {
//depart du transfer
case "begin":
//initialise la barre de progression
$doc("progressDlg_bar").style.width = "0%";
//verouille le dialogue
wfw.ext.document.lockElement($doc("progressDlg"), { title : "Envoie du fichier...", onOK:function (element) { } });
progressDlg_Id = wfw.ext.document.getDialogID();
//desactive le bouton OK
objSetAtt($doc(progressDlg_Id + "_ok"), "disabled", "disabled");
break;
//progression du transfer
case "update":
//actualise la barre de progression
$doc("progressDlg_bar").style.width = parseInt((100 / infos.part_count) * (infos.part_count - infos.part_remaining)) + "%";
break;
//ok le fichier est transféré
case "done":
//actualise la liste
list();
//termine la barre de progression
$doc("progressDlg_bar").style.width = "100%";
//active le bouton OK
objRemoveAtt($doc(progressDlg_Id + "_ok"), "disabled");
break;
//erreur du transfer
case "failed":
case "error":
case "update_failed":
case "update_error":
//active le bouton OK
objRemoveAtt($doc(progressDlg_Id + "_ok"), "disabled");
break;
}
}
//liste les fichiers existants
function list()
{
var param = {
"onsuccess" : function(obj,args)
{
//vide la liste
var olist = $doc("existing_file_descriptor");
objRemoveChildNode(olist,null,REMOVENODE_ALL);
//aucun?
if(empty(args.name))
return false;
//initialise la liste
var nameList = strexplode(args.name,";",true);
var typeList = strexplode(args.type,";",true);
var sizeList = strexplode(args.size,";",true);
for(var i=0; i<nameList.length; i++){
//fabrique le template
var fields={
file_id:(uniqid()),
name:(nameList[i]),
size:(byteToSize(sizeList[i])),
type:(typeList[i]),
icon:(wfw.ext.document.extensionToClassName( fileext(nameList[i]) )),
data_path:(args.path)
};
var template = wfw.ext.listElement.insertFields($doc("file_descriptor_template"),olist,fields);
objSetAtt(template,"id",fields.file_id);
//initialise l'action
if(opt.remove=="1")
{
objSetClassName($doc("action_icon_"+fields.file_id),"wfw_icon delete");
objSetClassName($doc("action_btn_"+fields.file_id),"wfw_button_icon");
//objSetEvent($doc("action_btn_"+fields.file_id),"click",function(e,file_id){ return onRemoveFile(file_id); },fields.file_id);
objSetEvent($doc("action_icon_"+fields.file_id),"click",function(e,file_id){ return onRemoveFile(file_id); },fields.file_id);
}
}
}
};
//envoie la requete
wfw.request.Add(null,"req/client/list.php",{wfw_id:$value("wfw_id")},wfw.utils.onCheckRequestResult_XARG,param,false);
}
//supprime un fichier existant
function onRemoveFile(file_id)
{
var param = {
"onsuccess" : function(obj,args)
{
nodeRemoveNode($doc(file_id));
}
};
var fields={
wfw_id:($value("wfw_id")),
filename:($value("filename_"+file_id)),
};
//envoie la requete
wfw.request.Add(null,"../req/client/remove.php",fields,wfw.utils.onCheckRequestResult_XARG,param,false);
}
// ]]>
</script>
</head>
<!-- Document -->
<body>
<div name="content">
<form id="form" name="form" action="../req/client/up.php" target="result" method="post" enctype="multipart/form-data">
<!-- errors -->
<input type="hidden" id="form_xarg_result_2002_file" value="Aucun fichier n'a été reçu" />
<input type="hidden" id="form_xarg_result_1_UPLOAD_ERR_1" value="La taille du fichier dépasse la limite autorisée par le serveur" />
<input type="hidden" id="form_xarg_result_1_UPLOAD_ERR_2" value="La taille du fichier dépasse la limite autorisée par le formulaire" />
<input type="hidden" id="form_xarg_result_1_UPLOAD_ERR_3" value="L'envoi du fichier a été interrompu pendant le transfert" />
<input type="hidden" id="form_xarg_result_1_UPLOAD_ERR_4" value="Le fichier envoyé est vide" />
<input type="hidden" id="form_xarg_result_1_UPLOAD_ERR_6" value="Une erreur serveur c'est produite (Dossier temporaire manquant)" />
<input type="hidden" id="form_xarg_result_1_UPLOAD_ERR_7" value="Une erreur serveur c'est produite (Echec de l'écriture)" />
<input type="hidden" id="form_xarg_result_1_UPLOAD_ERR_8" value="Une erreur serveur c'est produite (Une extension PHP a arrété l'envoi de fichier)" />
<input type="hidden" id="form_xarg_result_1_invalid_id" value="Le dossier d'upload est inexistant" />
<input type="hidden" id="form_xarg_result_1_invalid_file" value="Le dossier d'upload est corrompue" />
<input type="hidden" id="form_xarg_result_1_invalid_pwd" value="Le dossier d'upload est protégé par mot de passe" />
<input type="hidden" id="form_xarg_result_1_cant_create_folder" value="Une erreur serveur c'est produite (Le dossier d'upload ne peut être créé)" />
<input type="hidden" id="form_xarg_result_1_max_file_count" value="Vous avez atteint le maximum de fichiers uploadable sur ce dossier" />
<input type="hidden" id="form_xarg_result_1_file_copy" value="Une erreur serveur c'est produite (Création/déplacement du fichier uploadé)" />
<!-- fields -->
<input type="hidden" id="wfw_id" name="wfw_id" value="public_upload" />
<center><input type="file" id="file" name="file" style="display:block; width:90%;" /></center>
</form>
<!-- fichier en queue -->
<div id="file_descriptor"></div>
<!-- fichiers existants -->
<div id="send_btn" class="wfw_hidden wfw_bg_frame wfw_button_icon" onclick="onSubmit();" style="display:block; line-height:20px; height:20px; padding:0px 5px 0px 5px; vertical-align:middle;">Envoyer tout</div>
<hr />
<!-- fichiers existants -->
<div id="existing_file_descriptor" style="height:200px; overflow-y:scroll;"></div>
<!-- *******************************************************************
TEMPLATES
******************************************************************** -->
<div template:action="ignore" class="wfw_hidden">
<!-- template fichier -->
<div id="file_descriptor_template" class="wfw_bg_frame" style="vertical-align:middle;">
<!-- nom du fichier -->
<input id="filename_-{file_id}" type="hidden" value="-{name}" />
<!-- upload/delete bouton -->
<div style="vertical-align:middle; display:inline-block;">
<span id="action_btn_-{file_id}" class="wfw_fixed_icon" style="min-height:40px;min-width:40px;"><span id="action_icon_-{file_id}" class="wfw_icon"></span></span>
</div>
<!-- file type icon -->
<div style="vertical-align:middle; display:inline-block;">
<span class="wfw_icon -{icon}"></span>
</div>
<!-- file infos -->
<div style="vertical-align:middle; display:inline-block;">
<div><a href="-{data_path}/-{name}" target="_blank">-{name}</a></div>
<div>[ -{size} ]</div>
</div>
</div>
<!-- upload progress -->
<div id="progressDlg" style="text-align:left;">
<div style="border:1px solid black; height:20px;"><span id="progressDlg_bar" style="width:50%; height:20px; background-color:Blue; display:inline-block;"></span></div>
</div>
</div>
</div><!-- content -->
</body>
</html>
|
dist/javadoc/uk/co/crider/jablus/gui/sim/class-use/SimulationGUI.html
|
Cride5/jablus
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Wed Aug 12 14:21:17 ICT 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class uk.co.crider.jablus.gui.sim.SimulationGUI</title>
<meta name="date" content="2015-08-12">
<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 uk.co.crider.jablus.gui.sim.SimulationGUI";
}
//-->
</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="../../../../../../../uk/co/crider/jablus/gui/sim/SimulationGUI.html" title="class in uk.co.crider.jablus.gui.sim">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../overview-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?uk/co/crider/jablus/gui/sim/class-use/SimulationGUI.html" target="_top">Frames</a></li>
<li><a href="SimulationGUI.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 uk.co.crider.jablus.gui.sim.SimulationGUI" class="title">Uses of Class<br>uk.co.crider.jablus.gui.sim.SimulationGUI</h2>
</div>
<div class="classUseContainer">No usage of uk.co.crider.jablus.gui.sim.SimulationGUI</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="../../../../../../../uk/co/crider/jablus/gui/sim/SimulationGUI.html" title="class in uk.co.crider.jablus.gui.sim">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../overview-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?uk/co/crider/jablus/gui/sim/class-use/SimulationGUI.html" target="_top">Frames</a></li>
<li><a href="SimulationGUI.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>
|
jquery/io/github/shunshun94/trpg/logEditor/LogEditor.html
|
Shunshun94/shared
|
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta property="og:title" content="テキストセッションログエディタ" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://shunshun94.github.io/shared/jquery/io/github/shunshun94/trpg/logEditor/resources/ogp.png" />
<meta property="og:site_name" content="https://github.com/Shunshun94/shared/" />
<meta property="og:description" content="テキセのログエディタ。発言の並び替えや結合、複製、名前やスタイルの一括変換を実施可能" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@Shunshun94" />
<meta name="twitter:domain" content="shunshun94.github.io" />
<meta name="twitter:image" content="https://shunshun94.github.io/shared/jquery/io/github/shunshun94/trpg/logEditor/resources/ogp.png" />
<meta name="twitter:title" content="テキストセッションログエディタ" />
<meta name="twitter:description" content="テキセのログエディタ。発言の並び替えや結合、複製、名前やスタイルの一括変換を実施可能" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>テキストセッションログエディタ</title>
<link rel="stylesheet" href="css/logEditor.css" type="text/css" />
<link rel="stylesheet" href="css/darkmode.css" type="text/css" />
<link rel="stylesheet" href="css/wideScreenMode.css" type="text/css" />
<link rel="stylesheet" href="css/experimentalMode.css" type="text/css" />
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/jszip@3.2.1/dist/jszip.js"></script>
<script src="./convertors/ccfoliaConvertor.js"></script>
<script src="./convertors/udonariumConvertor.js"></script>
<script src="./convertors/rawTextConvertor.js"></script>
<script src="./convertors/ytchatConvertor.js"></script>
<script src="./convertors/floconConvertor.js"></script>
<script src="./convertors/convertorFactory.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sortablejs@latest/Sortable.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery-sortablejs@latest/jquery-sortable.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/encoding-japanese/1.0.30/encoding.min.js"></script>
<script src="../../../../../../external/jsSHA/sha256.js"></script>
<script src="./organizer.js"></script>
<script src="./fileLoad.js"></script>
<script src="./exporter/htmlExporter.js"></script>
<script src="./exporter/textExporter.js"></script>
<script src="./exporter/ytchatExporter.js"></script>
<script src="./exporter/exporterFactory.js"></script>
<script src="./post.js"></script>
<script src="./editorEvent/clickEvents.js"></script>
<script src="./editor.js"></script>
<script src="./menu/nameConfig.js"></script>
<script src="./menu/saveMenu.js"></script>
<script src="./menu/appendLoadMenu.js"></script>
<script src="./menu/addNewElementMenu.js"></script>
<script src="./menu/popupMenu.js"></script>
</body>
</html>
|
RossFamilyTree/ppl/2/0/d15f5ffa3bc557806ec547b5b02.html
|
RossGammon/the-gammons.net
|
<!DOCTYPE html>
<html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-GB">
<title>Ross Gammon’s Family Tree - SUMMERS, Edmund James</title>
<meta charset="UTF-8" />
<meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta name ="apple-mobile-web-app-capable" content="yes" />
<meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" />
<meta name="author" content="" />
<link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" />
<link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" />
<link href="../../../css/ancestortree.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<h1 id="SiteTitle">Ross Gammon’s Family Tree</h1>
</div>
<div class="wrapper" id="nav" role="navigation">
<div class="container">
<ul class="menu" id="dropmenu">
<li class = "CurrentSection"><a href="../../../individuals.html" title="Individuals">Individuals</a></li>
<li><a href="../../../index.html" title="Surnames">Surnames</a></li>
<li><a href="../../../families.html" title="Families">Families</a></li>
<li><a href="../../../events.html" title="Events">Events</a></li>
<li><a href="../../../places.html" title="Places">Places</a></li>
<li><a href="../../../sources.html" title="Sources">Sources</a></li>
<li><a href="../../../repositories.html" title="Repositories">Repositories</a></li>
<li><a href="../../../media.html" title="Media">Media</a></li>
<li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li>
</ul>
</div>
</div>
<div class="content" id="IndividualDetail">
<h3>SUMMERS, Edmund James<sup><small></small></sup></h3>
<div id="summaryarea">
<table class="infolist">
<tr>
<td class="ColumnAttribute">Birth Name</td>
<td class="ColumnValue">
SUMMERS, Edmund James <a href="#sref1a">1a</a>
</td>
</tr>
<tr>
<td class="ColumnAttribute">Gramps ID</td>
<td class="ColumnValue">I5641</td>
</tr>
<tr>
<td class="ColumnAttribute">Gender</td>
<td class="ColumnValue">male</td>
</tr>
<tr>
<td class="ColumnAttribute">Age at Death</td>
<td class="ColumnValue">29 years, 5 months, 18 days</td>
</tr>
</table>
</div>
<div class="subsection" id="events">
<h4>Events</h4>
<table class="infolist eventlist">
<thead>
<tr>
<th class="ColumnEvent">Event</th>
<th class="ColumnDate">Date</th>
<th class="ColumnPlace">Place</th>
<th class="ColumnDescription">Description</th>
<th class="ColumnNotes">Notes</th>
<th class="ColumnSources">Sources</th>
</tr>
</thead>
<tbody>
<tr>
<td class="ColumnEvent">
<a href="../../../evt/1/9/d15f5ffa3c4640b424e27bea091.html" title="Birth">
Birth
<span class="grampsid"> [E6168]</span>
</a>
</td>
<td class="ColumnDate">1871-01-03</td>
<td class="ColumnPlace">
<a href="../../../plc/3/4/d15f5fb7873623b942e56498143.html" title="">
</a>
</td>
<td class="ColumnDescription"> </td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
<tr>
<td class="ColumnEvent">
<a href="../../../evt/2/9/d15f5ffa3cb374ddcecbba72692.html" title="Death">
Death
<span class="grampsid"> [E6169]</span>
</a>
</td>
<td class="ColumnDate">1900-06-21</td>
<td class="ColumnPlace">
<a href="../../../plc/3/4/d15f5fb7873623b942e56498143.html" title="">
</a>
</td>
<td class="ColumnDescription"> </td>
<td class="ColumnNotes">
<div>
</div>
</td>
<td class="ColumnSources">
</td>
</tr>
</tbody>
</table>
</div>
<div class="subsection" id="parents">
<h4>Parents</h4>
<table class="infolist">
<thead>
<tr>
<th class="ColumnAttribute">Relation to main person</th>
<th class="ColumnValue">Name</th>
<th class="ColumnValue">Relation within this family (if not by birth)</th>
</tr>
</thead>
<tbody>
</tbody>
<tr>
<td class="ColumnAttribute">Father</td>
<td class="ColumnValue">
<a href="../../../ppl/b/2/d15f5ffa35d5f69cc4d1853652b.html">SUMMERS, Edmund<span class="grampsid"> [I5639]</span></a>
</td>
</tr>
<tr>
<td class="ColumnAttribute">Mother</td>
<td class="ColumnValue">
<a href="../../../ppl/7/0/d15f5ffa3922b02da0d272def07.html">JONES, Jane Sarah<span class="grampsid"> [I5640]</span></a>
</td>
</tr>
<tr>
<td class="ColumnAttribute"> </td>
<td class="ColumnValue"> <a href="../../../ppl/2/0/d15f5ffa3bc557806ec547b5b02.html">SUMMERS, Edmund James<span class="grampsid"> [I5641]</span></a></td>
<td class="ColumnValue"></td>
</tr>
<tr>
<td class="ColumnAttribute"> Sister</td>
<td class="ColumnValue"> <a href="../../../ppl/7/9/d15f5ffa3eb4089f9da124f9c97.html">SUMMERS, Jane Sarah Maria<span class="grampsid"> [I5642]</span></a></td>
<td class="ColumnValue"></td>
</tr>
<tr>
<td class="ColumnAttribute"> Sister</td>
<td class="ColumnValue"> <a href="../../../ppl/7/1/d15f5ff0172863a58aa37e6817.html">SUMMERS, Emily Elizabeth Olivia<span class="grampsid"> [I4695]</span></a></td>
<td class="ColumnValue"></td>
</tr>
<tr>
<td class="ColumnAttribute"> Sister</td>
<td class="ColumnValue"> <a href="../../../ppl/2/2/d15f5ff02a22ace0b8d0ea8e822.html">SUMMERS, Margaret Eleanor Angeline<span class="grampsid"> [I4699]</span></a></td>
<td class="ColumnValue"></td>
</tr>
<tr>
<td class="ColumnAttribute"> Sister</td>
<td class="ColumnValue"> <a href="../../../ppl/0/7/d15f5ffad802ca258d59711fd70.html">SUMMERS, Mary Ann Maud<span class="grampsid"> [I5678]</span></a></td>
<td class="ColumnValue"></td>
</tr>
<tr>
<td class="ColumnAttribute"> Brother</td>
<td class="ColumnValue"> <a href="../../../ppl/0/a/d15f5ffadaa6c8dd8072d6c4aa0.html">SUMMERS, Thomas George<span class="grampsid"> [I5679]</span></a></td>
<td class="ColumnValue"></td>
</tr>
<tr>
<td class="ColumnAttribute"> Sister</td>
<td class="ColumnValue"> <a href="../../../ppl/7/a/d15f5ffae1f29df764b24cccba7.html">SUMMERS, Florence Isabel Amelia<span class="grampsid"> [I5681]</span></a></td>
<td class="ColumnValue"></td>
</tr>
<tr>
<td class="ColumnAttribute"> Sister</td>
<td class="ColumnValue"> <a href="../../../ppl/f/7/d15f5ffae9445f2fd6201a1e7f.html">SUMMERS, Julia Georgina Ann<span class="grampsid"> [I5683]</span></a></td>
<td class="ColumnValue"></td>
</tr>
<tr>
<td class="ColumnAttribute"> Sister</td>
<td class="ColumnValue"> <a href="../../../ppl/1/8/d15f5ffaee11acca90121895381.html">SUMMERS, Sophia Lilla Rose<span class="grampsid"> [I5684]</span></a></td>
<td class="ColumnValue"></td>
</tr>
<tr>
<td class="ColumnAttribute"> Sister</td>
<td class="ColumnValue"> <a href="../../../ppl/b/e/d15f5ffaf1c7ed472df35f51beb.html">SUMMERS, Isabel Harriet Elizabeth<span class="grampsid"> [I5685]</span></a></td>
<td class="ColumnValue"></td>
</tr>
</table>
</div>
<div class="subsection" id="families">
<h4>Families</h4>
<table class="infolist">
<tr class="BeginFamily">
<td class="ColumnType"> </td>
<td class="ColumnAttribute"> </td>
<td class="ColumnValue"><a href="../../../fam/5/6/d15f5ffa3db4e2ab0700d685565.html" title="Family of SUMMERS, Edmund James">Family of SUMMERS, Edmund James<span class="grampsid"> [F6206]</span></a></td>
</tr>
<tr>
<td class="ColumnType"> </td>
<td class="ColumnAttribute">Attributes</td>
<td class="ColumnValue">
<table class="infolist attrlist">
<thead>
<tr>
<th class="ColumnType">Type</th>
<th class="ColumnValue">Value</th>
<th class="ColumnNotes">Notes</th>
<th class="ColumnSources">Sources</th>
</tr>
</thead>
<tbody>
<tr>
<td class="ColumnType">_UID</td>
<td class="ColumnValue">7744BD715ED6BF41B37871F83A0128293D9A</td>
<td class="ColumnNotes"><div></div></td>
<td class="ColumnSources"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</div>
<div class="subsection" id="attributes">
<h4>Attributes</h4>
<table class="infolist attrlist">
<thead>
<tr>
<th class="ColumnType">Type</th>
<th class="ColumnValue">Value</th>
<th class="ColumnNotes">Notes</th>
<th class="ColumnSources">Sources</th>
</tr>
</thead>
<tbody>
<tr>
<td class="ColumnType">_UID</td>
<td class="ColumnValue">86BAF72986DEBC46AA9364210ACB0CD23B42</td>
<td class="ColumnNotes"><div></div></td>
<td class="ColumnSources"> </td>
</tr>
</tbody>
</table>
</div>
<div class="subsection" id="pedigree">
<h4>Pedigree</h4>
<ol class="pedigreegen">
<li>
<a href="../../../ppl/b/2/d15f5ffa35d5f69cc4d1853652b.html">SUMMERS, Edmund<span class="grampsid"> [I5639]</span></a>
<ol>
<li class="spouse">
<a href="../../../ppl/7/0/d15f5ffa3922b02da0d272def07.html">JONES, Jane Sarah<span class="grampsid"> [I5640]</span></a>
<ol>
<li class="thisperson">
SUMMERS, Edmund James
<ol class="spouselist">
<li class="spouse">
</li>
</ol>
</li>
<li>
<a href="../../../ppl/7/9/d15f5ffa3eb4089f9da124f9c97.html">SUMMERS, Jane Sarah Maria<span class="grampsid"> [I5642]</span></a>
</li>
<li>
<a href="../../../ppl/7/1/d15f5ff0172863a58aa37e6817.html">SUMMERS, Emily Elizabeth Olivia<span class="grampsid"> [I4695]</span></a>
</li>
<li>
<a href="../../../ppl/2/2/d15f5ff02a22ace0b8d0ea8e822.html">SUMMERS, Margaret Eleanor Angeline<span class="grampsid"> [I4699]</span></a>
</li>
<li>
<a href="../../../ppl/0/7/d15f5ffad802ca258d59711fd70.html">SUMMERS, Mary Ann Maud<span class="grampsid"> [I5678]</span></a>
</li>
<li>
<a href="../../../ppl/0/a/d15f5ffadaa6c8dd8072d6c4aa0.html">SUMMERS, Thomas George<span class="grampsid"> [I5679]</span></a>
</li>
<li>
<a href="../../../ppl/7/a/d15f5ffae1f29df764b24cccba7.html">SUMMERS, Florence Isabel Amelia<span class="grampsid"> [I5681]</span></a>
</li>
<li>
<a href="../../../ppl/f/7/d15f5ffae9445f2fd6201a1e7f.html">SUMMERS, Julia Georgina Ann<span class="grampsid"> [I5683]</span></a>
</li>
<li>
<a href="../../../ppl/1/8/d15f5ffaee11acca90121895381.html">SUMMERS, Sophia Lilla Rose<span class="grampsid"> [I5684]</span></a>
</li>
<li>
<a href="../../../ppl/b/e/d15f5ffaf1c7ed472df35f51beb.html">SUMMERS, Isabel Harriet Elizabeth<span class="grampsid"> [I5685]</span></a>
</li>
</ol>
</li>
</ol>
</li>
</ol>
</div>
<div class="subsection" id="tree">
<h4>Ancestors</h4>
<div id="treeContainer" style="width:735px; height:602px;">
<div class="boxbg male AncCol0" style="top: 269px; left: 6px;">
<a class="noThumb" href="../../../ppl/2/0/d15f5ffa3bc557806ec547b5b02.html">
SUMMERS, Edmund James
</a>
</div>
<div class="shadow" style="top: 274px; left: 10px;"></div>
<div class="bvline" style="top: 301px; left: 165px; width: 15px"></div>
<div class="gvline" style="top: 306px; left: 165px; width: 20px"></div>
<div class="boxbg male AncCol1" style="top: 119px; left: 196px;">
<a class="noThumb" href="../../../ppl/b/2/d15f5ffa35d5f69cc4d1853652b.html">
SUMMERS, Edmund
</a>
</div>
<div class="shadow" style="top: 124px; left: 200px;"></div>
<div class="bvline" style="top: 151px; left: 180px; width: 15px;"></div>
<div class="gvline" style="top: 156px; left: 185px; width: 20px;"></div>
<div class="bhline" style="top: 151px; left: 180px; height: 150px;"></div>
<div class="gvline" style="top: 156px; left: 185px; height: 150px;"></div>
<div class="bvline" style="top: 151px; left: 355px; width: 15px"></div>
<div class="gvline" style="top: 156px; left: 355px; width: 20px"></div>
<div class="boxbg male AncCol2" style="top: 44px; left: 386px;">
<a class="noThumb" href="../../../ppl/c/e/d15f5ff8ff87c460a2370fafcec.html">
SUMMERS, Thomas
</a>
</div>
<div class="shadow" style="top: 49px; left: 390px;"></div>
<div class="bvline" style="top: 76px; left: 370px; width: 15px;"></div>
<div class="gvline" style="top: 81px; left: 375px; width: 20px;"></div>
<div class="bhline" style="top: 76px; left: 370px; height: 75px;"></div>
<div class="gvline" style="top: 81px; left: 375px; height: 75px;"></div>
<div class="boxbg female AncCol2" style="top: 194px; left: 386px;">
<a class="noThumb" href="../../../ppl/4/7/d15f5fe30371d51f78d3c4bc374.html">
HODGETTS, Mary Ann Maria
</a>
</div>
<div class="shadow" style="top: 199px; left: 390px;"></div>
<div class="bvline" style="top: 226px; left: 370px; width: 15px;"></div>
<div class="gvline" style="top: 231px; left: 375px; width: 20px;"></div>
<div class="bhline" style="top: 151px; left: 370px; height: 75px;"></div>
<div class="gvline" style="top: 156px; left: 375px; height: 75px;"></div>
<div class="bvline" style="top: 226px; left: 545px; width: 15px"></div>
<div class="gvline" style="top: 231px; left: 545px; width: 20px"></div>
<div class="boxbg male AncCol3" style="top: 157px; left: 576px;">
<a class="noThumb" href="../../../ppl/a/2/d15f5fb9428139f93bda73ad82a.html">
HODGETTS, John
</a>
</div>
<div class="shadow" style="top: 162px; left: 580px;"></div>
<div class="bvline" style="top: 189px; left: 560px; width: 15px;"></div>
<div class="gvline" style="top: 194px; left: 565px; width: 20px;"></div>
<div class="bhline" style="top: 189px; left: 560px; height: 37px;"></div>
<div class="gvline" style="top: 194px; left: 565px; height: 37px;"></div>
<div class="boxbg female AncCol3" style="top: 231px; left: 576px;">
<a class="noThumb" href="../../../ppl/a/1/d15f5fb94512f92441f034a81a.html">
LUCAS, Olivia
</a>
</div>
<div class="shadow" style="top: 236px; left: 580px;"></div>
<div class="bvline" style="top: 263px; left: 560px; width: 15px;"></div>
<div class="gvline" style="top: 268px; left: 565px; width: 20px;"></div>
<div class="bhline" style="top: 226px; left: 560px; height: 37px;"></div>
<div class="gvline" style="top: 231px; left: 565px; height: 37px;"></div>
<div class="boxbg female AncCol1" style="top: 419px; left: 196px;">
<a class="noThumb" href="../../../ppl/7/0/d15f5ffa3922b02da0d272def07.html">
JONES, Jane Sarah
</a>
</div>
<div class="shadow" style="top: 424px; left: 200px;"></div>
<div class="bvline" style="top: 451px; left: 180px; width: 15px;"></div>
<div class="gvline" style="top: 456px; left: 185px; width: 20px;"></div>
<div class="bhline" style="top: 301px; left: 180px; height: 150px;"></div>
<div class="gvline" style="top: 306px; left: 185px; height: 150px;"></div>
</div>
</div>
<div class="subsection" id="sourcerefs">
<h4>Source References</h4>
<ol>
<li>
<a href="../../../src/7/5/d15f5fe303a59216e273367e557.html" title="Frank Lee: GEDCOM File : MaryAnnMariaHODGETTS.ged" name ="sref1">
Frank Lee: GEDCOM File : MaryAnnMariaHODGETTS.ged
<span class="grampsid"> [S0240]</span>
</a>
<ol>
<li id="sref1a">
<ul>
<li>
Confidence: Low
</li>
</ul>
</li>
</ol>
</li>
</ol>
</div>
</div>
<div class="fullclear"></div>
<div id="footer">
<p id="createdate">
Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:54:24<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a>
</p>
<p id="copyright">
</p>
</div>
</body>
</html>
|
data/sample_toc_without_page_numbers.html
|
kodchi/ppg
|
<!doctype html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
<link rel="stylesheet" href="https://en.wikipedia.org/w/load.php?modules=mediawiki.legacy.commonPrint&only=styles&skin=vector">
<style>
#table-of-contents a { display: block; }
#table-of-contents .page-number { float: right; }
</style>
</head>
<body>
<section id="table-of-contents">
<h1>Table of contents</h1>
<ol>
<li>
<a href="#ppg-article1-title">
<span class="title">Bibimbab</span>
<span class="page-number"></span>
</a>
<ol>
<li>
<a href="#ppg-article1-History">
<span class="title">History</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article1-Preparation">
<span class="title">Preparation</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article1-Variations">
<span class="title">Variations</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article1-Symbolism">
<span class="title">Symbolism</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article1-See_also">
<span class="title">See also</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article1-References">
<span class="title">References</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article1-External_links">
<span class="title">External links</span>
<span class="page-number"></span>
</a>
</li>
</ol>
</li>
<li>
<a href="#ppg-article2-title">
<span class="title">Solyanka</span>
<span class="page-number"></span>
</a>
<ol>
<li>
<a href="#ppg-article2-Overview">
<span class="title">Overview</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article2-See_also">
<span class="title">See also</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article2-References">
<span class="title">References</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article2-External_links">
<span class="title">External links</span>
<span class="page-number"></span>
</a>
</li>
</ol>
</li>
<li>
<a href="#ppg-chapter1-title">
<span class="title">Chapter I: Central Asian</span>
<span class="page-number"></span>
</a>
<ol>
<li>
<a href="#ppg-article3-title">
<span class="title">Pilaf</span>
<span class="page-number"></span>
</a>
<ol>
<li>
<a href="#ppg-article3-Etymology">
<span class="title">Etymology</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article3-History">
<span class="title">History</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article3-Local_varieties">
<span class="title">Local varieties</span>
<span class="page-number"></span>
</a>
<ol>
<li>
<a href="#ppg-article3-Pakistan">
<span class="title">Pakistan</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article3-India">
<span class="title">India</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article3-Iran">
<span class="title">Iran</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article3-Central_Asia">
<span class="title">Central Asia</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article3-Afghanistan">
<span class="title">Afghanistan</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article3-Azerbaijan">
<span class="title">Azerbaijan</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article3-Greece">
<span class="title">Greece</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article3-Caribbean">
<span class="title">Caribbean</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article3-Brazil">
<span class="title">Brazil</span>
<span class="page-number"></span>
</a>
</li>
</ol>
</li>
<li>
<a href="#ppg-article3-Gallery">
<span class="title">Gallery</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article3-See_also">
<span class="title">See also</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article3-References">
<span class="title">References</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article3-External_links">
<span class="title">External links</span>
<span class="page-number"></span>
</a>
</li>
</ol>
</li>
<li>
<a href="#ppg-article4-title">
<span class="title">Samanu</span>
<span class="page-number"></span>
</a>
<ol>
<li>
<a href="#ppg-article4-References">
<span class="title">References</span>
<span class="page-number"></span>
</a>
</li>
<li>
<a href="#ppg-article4-External_links">
<span class="title">External links</span>
<span class="page-number"></span>
</a>
</li>
</ol>
</li>
</ol>
</li>
</ol>
</section>
</body>
</html>
|
doc/common_8h_source.html
|
hishamop/ddp
|
<!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.6"/>
<title>My Project: common.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="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">My Project
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
<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="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>
</ul>
</div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>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>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Pages</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">common.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="preprocessor">#ifndef COMMON_H</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor"></span><span class="preprocessor">#define COMMON_H</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="preprocessor"></span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="preprocessor">#include "eigen3/Eigen/Dense"</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> </div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#endif // COMMON_H</span></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Oct 20 2017 11:05:56 for My Project by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>
</body>
</html>
|
regdone.html
|
sergeyEpamCourse/Todo
|
<!DOCTYPE html>
<html>
<head>
<title>Registration Done</title>
<link rel="stylesheet" href="style.css">
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<script src="underscore-min.js"></script>
<script src="script.js"></script>
</head>
<body>
<div class="regDone" style="color: white">
Registration Done
</div>
<a class="loginLink" href="login.html" style="color: white">>> Please Login!</a>
</body>
</html>
|
ldapadmin/src/main/webapp/privateui/partials/user-edit.html
|
jusabatier/georchestra
|
<div class="toolbar">
<a class="btn" href="javascript:window.history.back();"><i class="icon-arrow-left"></i></a>
<div class="btn-group">
<a class="groups btn dropdown-toggle" ng-click="initGroups()" ng-class="{hide: user.uid == null}" data-toggle="dropdown">
<i class="icon-th-list"></i>
Roles
<span class="caret"></span>
</a>
<div groups-dropdown></div>
</div>
<div class="btn-group">
<a class="actions btn dropdown-toggle" ng-class="{hide: user.uid == null}" data-toggle="dropdown">
Actions
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a ng-click="deleteUser(user)" class="delete">Delete user</a></li>
</ul>
</div>
</div>
<hr />
<form class="form-fixed" action="" name="userForm">
<div class="row-fluid">
<div class="span6">
<div class="control-group">
<label>Login</label>
<input type="text" name="uid" ng-model="user.uid" placeholder="Login" class="span12"/>
</div>
</div>
<div class="span6">
<div class="control-group">
<label>Password</label>
<a href="{{publicContextPath}}/account/passwordRecovery?email={{user.mail | encodeURIComponent}}">Reset password</a>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span6">
<div class="control-group" ng-class="{error: userForm.sn.$invalid}">
<label>Last Name</label>
<input type="text" name="sn" ng-model="user.sn" required placeholder="Last Name" class="span12"/>
<span ng-show="userForm.sn.$error.required" class="help-inline">Required</span>
</div>
</div>
<div class="span6">
<div class="control-group" ng-class="{error: userForm.givenName.$invalid}">
<label>First Name</label>
<input type="text" name="givenName" ng-model="user.givenName" required placeholder="First Name" class="span12"/>
<span ng-show="userForm.givenName.$error.required" class="help-inline">Required</span>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span6">
<div class="control-group" ng-class="{error: userForm.mail.$invalid}">
<label>E-Mail</label>
<input type="email" name="mail" ng-model="user.mail" required class="span12"/>
<span ng-show="userForm.mail.$error.required" class="help-inline">Required</span>
<span ng-show="userForm.mail.$error.email" class="help-inline">Not a valid E-mail</span>
</div>
</div>
<div class="span3">
<div class="control-group">
<label class="control-label" for="telephone">Phone</label>
<div class="controls">
<input id="telephone" name="telephone" ng-model="user.telephoneNumber" type="text" placeholder="" class="span12">
</div>
</div>
</div>
<div class="span3">
<div class="control-group">
<label class="control-label" for="fax">Fax</label>
<div class="controls">
<input id="fax" name="fax" ng-model="user.facsimileTelephoneNumber" type="text" placeholder="" class="span12">
</div>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span10">
<label class="control-label">Address</label>
<textarea type="text" name="postalAddress" ng-model="user.postalAddress" class="span12" placeholder="Address" />
</div>
</div>
<div class="row-fluid">
<div class="span5 bgcolor">
<label>Organization</label>
<input type="text" class="span12 user-orgs" ng-model="user.org" placeholder="Organization">
</div>
<div class="span5 bgcolor">
<label>Title</label>
<input type="text" class="span12" ng-model="user.title" placeholder="Title">
</div>
</div>
<div class="row-fluid">
<div class="span10">
<label>Description</label>
<textarea type="text" name="description" class="span12" ng-model="user.description" placeholder="Description" />
</div>
</div>
<!-- Textarea -->
<div class="form-actions">
<a href="javascript:window.history.back();" class="btn cancel">Cancel</a>
<button ng-click="save()" ng-disabled="isClean() || userForm.$invalid"
class="btn btn-primary save">Save</button>
</div>
</form>
|
DeclareDesigner/doc/nl/tue/teamwork/execution/automaton/IState.html
|
ijlalhussain/LogGenerator
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_06) on Thu Jan 18 11:08:40 CET 2007 -->
<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
<TITLE>
IState
</TITLE>
<META NAME="keywords" CONTENT="nl.tue.teamwork.execution.automaton.IState interface">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="IState";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../nl/tue/teamwork/execution/automaton/Automaton.html" title="class in nl.tue.teamwork.execution.automaton"><B>PREV CLASS</B></A>
<A HREF="../../../../../nl/tue/teamwork/execution/automaton/ITransitionLabel.html" title="interface in nl.tue.teamwork.execution.automaton"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?nl/tue/teamwork/execution/automaton/IState.html" target="_top"><B>FRAMES</B></A>
<A HREF="IState.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
nl.tue.teamwork.execution.automaton</FONT>
<BR>
Interface IState</H2>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../nl/tue/teamwork/execution/automaton/AbstractState.html" title="class in nl.tue.teamwork.execution.automaton">AbstractState</A>, <A HREF="../../../../../nl/tue/teamwork/execution/automaton/PossibleStates.html" title="class in nl.tue.teamwork.execution.automaton">PossibleStates</A>, <A HREF="../../../../../nl/tue/teamwork/execution/automaton/State.html" title="class in nl.tue.teamwork.execution.automaton">State</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>IState</B></DL>
</PRE>
<P>
<p>Title: TeamWorkFlow</p>
<p>Description: </p>
<p>Copyright: Copyright (c) 2006</p>
<p>Company: TU/e</p>
<P>
<P>
<HR>
<P>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../nl/tue/teamwork/execution/automaton/IState.html#acceptingReachable()">acceptingReachable</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../nl/tue/teamwork/execution/automaton/IState.html#isAccepting()">isAccepting</A></B>()</CODE>
<BR>
isAccepting</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../nl/tue/teamwork/execution/automaton/IState.html#isInitial()">isInitial</A></B>()</CODE>
<BR>
isInitial</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Collection<<A HREF="../../../../../nl/tue/teamwork/execution/automaton/IState.html" title="interface in nl.tue.teamwork.execution.automaton">IState</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../nl/tue/teamwork/execution/automaton/IState.html#next()">next</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Collection<<A HREF="../../../../../nl/tue/teamwork/execution/automaton/Transition.html" title="class in nl.tue.teamwork.execution.automaton">Transition</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../nl/tue/teamwork/execution/automaton/IState.html#output()">output</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Collection<<A HREF="../../../../../nl/tue/teamwork/execution/automaton/Transition.html" title="class in nl.tue.teamwork.execution.automaton">Transition</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../nl/tue/teamwork/execution/automaton/IState.html#output(java.lang.String)">output</A></B>(java.lang.String label)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../nl/tue/teamwork/execution/automaton/Transition.html" title="class in nl.tue.teamwork.execution.automaton">Transition</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../nl/tue/teamwork/execution/automaton/IState.html#outputAt(int)">outputAt</A></B>(int i)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../nl/tue/teamwork/execution/automaton/IState.html#outputCount()">outputCount</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Collection<<A HREF="../../../../../nl/tue/teamwork/execution/automaton/Transition.html" title="class in nl.tue.teamwork.execution.automaton">Transition</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../nl/tue/teamwork/execution/automaton/IState.html#outputParses(java.lang.String)">outputParses</A></B>(java.lang.String string)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../nl/tue/teamwork/execution/automaton/IState.html#reachableStates(java.util.Set)">reachableStates</A></B>(java.util.Set<<A HREF="../../../../../nl/tue/teamwork/execution/automaton/IState.html" title="interface in nl.tue.teamwork.execution.automaton">IState</A>> reachable)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../nl/tue/teamwork/execution/automaton/IState.html#reachableTransition(java.util.Set, java.lang.String)">reachableTransition</A></B>(java.util.Set<<A HREF="../../../../../nl/tue/teamwork/execution/automaton/IState.html" title="interface in nl.tue.teamwork.execution.automaton">IState</A>> reachable,
java.lang.String label)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="isAccepting()"><!-- --></A><H3>
isAccepting</H3>
<PRE>
boolean <B>isAccepting</B>()</PRE>
<DL>
<DD>isAccepting
<P>
<DD><DL>
<DT><B>Returns:</B><DD>boolean</DL>
</DD>
</DL>
<HR>
<A NAME="outputCount()"><!-- --></A><H3>
outputCount</H3>
<PRE>
int <B>outputCount</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>int</DL>
</DD>
</DL>
<HR>
<A NAME="outputAt(int)"><!-- --></A><H3>
outputAt</H3>
<PRE>
<A HREF="../../../../../nl/tue/teamwork/execution/automaton/Transition.html" title="class in nl.tue.teamwork.execution.automaton">Transition</A> <B>outputAt</B>(int i)</PRE>
<DL>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>i</CODE> - int
<DT><B>Returns:</B><DD>Transition</DL>
</DD>
</DL>
<HR>
<A NAME="output(java.lang.String)"><!-- --></A><H3>
output</H3>
<PRE>
java.util.Collection<<A HREF="../../../../../nl/tue/teamwork/execution/automaton/Transition.html" title="class in nl.tue.teamwork.execution.automaton">Transition</A>> <B>output</B>(java.lang.String label)</PRE>
<DL>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>label</CODE> - String
<DT><B>Returns:</B><DD>Transition</DL>
</DD>
</DL>
<HR>
<A NAME="outputParses(java.lang.String)"><!-- --></A><H3>
outputParses</H3>
<PRE>
java.util.Collection<<A HREF="../../../../../nl/tue/teamwork/execution/automaton/Transition.html" title="class in nl.tue.teamwork.execution.automaton">Transition</A>> <B>outputParses</B>(java.lang.String string)</PRE>
<DL>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>string</CODE> - String
<DT><B>Returns:</B><DD>Collection</DL>
</DD>
</DL>
<HR>
<A NAME="output()"><!-- --></A><H3>
output</H3>
<PRE>
java.util.Collection<<A HREF="../../../../../nl/tue/teamwork/execution/automaton/Transition.html" title="class in nl.tue.teamwork.execution.automaton">Transition</A>> <B>output</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>Collection</DL>
</DD>
</DL>
<HR>
<A NAME="next()"><!-- --></A><H3>
next</H3>
<PRE>
java.util.Collection<<A HREF="../../../../../nl/tue/teamwork/execution/automaton/IState.html" title="interface in nl.tue.teamwork.execution.automaton">IState</A>> <B>next</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>Collection</DL>
</DD>
</DL>
<HR>
<A NAME="isInitial()"><!-- --></A><H3>
isInitial</H3>
<PRE>
boolean <B>isInitial</B>()</PRE>
<DL>
<DD>isInitial
<P>
<DD><DL>
<DT><B>Returns:</B><DD>boolean</DL>
</DD>
</DL>
<HR>
<A NAME="acceptingReachable()"><!-- --></A><H3>
acceptingReachable</H3>
<PRE>
boolean <B>acceptingReachable</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="reachableStates(java.util.Set)"><!-- --></A><H3>
reachableStates</H3>
<PRE>
void <B>reachableStates</B>(java.util.Set<<A HREF="../../../../../nl/tue/teamwork/execution/automaton/IState.html" title="interface in nl.tue.teamwork.execution.automaton">IState</A>> reachable)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="reachableTransition(java.util.Set, java.lang.String)"><!-- --></A><H3>
reachableTransition</H3>
<PRE>
boolean <B>reachableTransition</B>(java.util.Set<<A HREF="../../../../../nl/tue/teamwork/execution/automaton/IState.html" title="interface in nl.tue.teamwork.execution.automaton">IState</A>> reachable,
java.lang.String label)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../nl/tue/teamwork/execution/automaton/Automaton.html" title="class in nl.tue.teamwork.execution.automaton"><B>PREV CLASS</B></A>
<A HREF="../../../../../nl/tue/teamwork/execution/automaton/ITransitionLabel.html" title="interface in nl.tue.teamwork.execution.automaton"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?nl/tue/teamwork/execution/automaton/IState.html" target="_top"><B>FRAMES</B></A>
<A HREF="IState.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
changeparent.html
|
santrancisco/cornbank
|
<html>
<body>
Now check back the tab that opened this URL ;)
<br>
Or to test postmessage shit, add ?pm in your url parameter.
<br>
This page can also be used to remind yourself about postmessage vul as it has a listener for postmessage. Hit this url and check developer tab ;)
<br>
<a href="http://cornmbank.com/changeparent.html?pm=true" target="_blank">Test postmessage</a>
<!-- <iframe src="https://www.facebook.com/login/messenger_dot_com_iframe/?redirect_uri=https://www.messenger.com/login/fb_iframe_target/?next=https://ebfe.pw&i dentifier=efa30c239df52f01aed494cf38ec8daf&initial_request_id=BLAH<>%0d%0a" style="border: 0; width: 100%; height: 100%">
</iframe>
-->
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script>
var getUrlParameter = function getUrlParameter(sParam) {
var sPageURL = decodeURIComponent(window.location.search.substring(1)),
sURLVariables = sPageURL.split('&'),
sParameterName,
i;
for (i = 0; i < sURLVariables.length; i++) {
sParameterName = sURLVariables[i].split('=');
if (sParameterName[0] === sParam) {
return sParameterName[1] === undefined ? true : sParameterName[1];
}
}
return null
};
if(window.opener != null){
document.postmessageflag = ((getUrlParameter("pm")==null) ? false : true);
if (document.postmessageflag){
window.opener.window.postMessage("{'data':'Hello there'}","*")
// window.opener.window.postMessage("Hello there dm","http://dontgiveafuck")
}
else{
window.opener.location="http://cornmbank.com/"
}
}
/////// To test this postmessage shit:
// Create IE + others compatible event handler
var eventMethod = window.addEventListener ? "addEventListener" : "attachEvent";
var eventer = window[eventMethod];
var messageEvent = eventMethod == "attachEvent" ? "onmessage" : "message";
// Listen to message from child window
eventer(messageEvent,function(e) {
console.log('parent received message!: ',e.data);
},false);
</script>
</body>
</html>
|
Dependencies/Twisted-13.0.0/doc/core/development/policy/svn-dev.html
|
kernel-sanders/arsenic-mobile
|
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'><html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Twisted Documentation: Working from Twisted's Subversion repository</title>
<link href="../../howto/stylesheet.css" rel="stylesheet" type="text/css"/>
</head>
<body bgcolor="white">
<h1 class="title">Working from Twisted's Subversion repository</h1>
<div class="toc"><ol><li><a href="#auto0">Checkout</a></li><li><a href="#auto1">Alternate tree names</a></li><li><a href="#auto2">Combinator</a></li><li><a href="#auto3">Compiling C extensions</a></li><li><a href="#auto4">Running tests</a></li><li><a href="#auto5">Building docs</a></li><li><a href="#auto6">Committing and Post-commit Hooks</a></li><li><a href="#auto7">Emacs</a></li><li><a href="#auto8">Building Debian packages</a></li></ol></div>
<div class="content">
<span/>
<p>If you're going to be doing development on Twisted itself, or if you want
to take advantage of bleeding-edge features (or bug fixes) that are not yet
available in a numbered release, you'll probably want to check out a tree from
the Twisted Subversion repository. The Trunk is where all current development
takes place.</p>
<p>This document lists some useful tips for working on this cutting
edge.</p>
<h2>Checkout<a name="auto0"/></h2>
<p>Subversion tutorials can be found elsewhere, see in particular
<a href="http://subversion.apache.org/" shape="rect">the Subversion homepage</a>. The
relevant data you need to check out a copy of the Twisted tree is available on
the <a href="http://twistedmatrix.com/trac/wiki/TwistedDevelopment" shape="rect">development
page</a>, and is as follows:</p>
<pre class="shell" xml:space="preserve">
$ svn co svn://svn.twistedmatrix.com/svn/Twisted/trunk Twisted
</pre>
<h2>Alternate tree names<a name="auto1"/></h2>
<p>By using <code>svn co svn://svn.twistedmatrix.com/svn/Twisted/trunk
otherdir</code>, you can put the workspace tree in a directory other than
<q>Twisted</q>. I do this (with a name like <q>Twisted-Subversion</q>) to
remind myself that this tree comes from Subversion and not from a released
version (like <q>Twisted-1.0.5</q>). This practice can cause a few problems,
because there are a few places in the Twisted tree that need to know where
the tree starts, so they can add it to <code>sys.path</code> without
requiring the user manually set their PYTHONPATH. These functions walk the
current directory up to the root, looking for a directory named
<q>Twisted</q> (sometimes exactly that, sometimes with a
<code>.startswith</code> test). Generally these are test scripts or other
administrative tools which expect to be launched from somewhere inside the
tree (but not necessarily from the top).</p>
<p>If you rename the tree to something other than <code>Twisted</code>, these
tools may wind up trying to use Twisted source files from /usr/lib/python2.5
or elsewhere on the default <code>sys.path</code>. Normally this won't
matter, but it is good to be aware of the issue in case you run into
problems.</p>
<p><code>twisted/test/process_twisted.py</code> is one of these programs.</p>
<h2>Combinator<a name="auto2"/></h2>
<p>In order to simplify the use of Subversion, we typically use
<a href="http://twistedmatrix.com/trac/wiki/Combinator" shape="rect">Divmod Combinator</a>.
You may find it to be useful, too. In particular, because Twisted uses
branches for almost all feature development, if you plan to contribute to
Twisted you will probably find Combinator very useful. For more details,
see the Combinator website, as well as the
<a href="http://twistedmatrix.com/trac/wiki/UltimateQualityDevelopmentSystem" shape="rect">
UQDS</a> page.</p>
<h2>Compiling C extensions<a name="auto3"/></h2>
<p>
There are currently several C extension modules in Twisted:
<code class="python">twisted.internet.cfsupport</code>,
<code class="python">twisted.internet.iocpreactor._iocp</code>,
and <code class="python">twisted.python._epoll</code>. These modules
are optional, but you'll have to compile them if you want to experience their
features, performance improvements, or bugs. There are two approaches.
</p>
<p>The first is to do a regular distutils <code>./setup.py build</code>, which
will create a directory under <code>build/</code> to hold both the generated
<code>.so</code> files as well as a copy of the 600-odd <code>.py</code> files
that make up Twisted. If you do this, you will need to set your PYTHONPATH to
something like <code>MyDir/Twisted/build/lib.linux-i686-2.5</code> in order to
run code against the Subversion twisted (as opposed to whatever's installed in
<code>/usr/lib/python2.5</code> or wherever python usually looks). In
addition, you will need to re-run the <code>build</code> command <em>every
time</em> you change a <code>.py</code> file. The <code>build/lib.foo</code>
directory is a copy of the main tree, and that copy is only updated when you
re-run <code>setup.py build</code>. It is easy to forget this and then wonder
why your code changes aren't being expressed.</p>
<p>The second technique is to build the C modules in place, and point your
PYTHONPATH at the top of the tree, like <code>MyDir/Twisted</code>. This way
you're using the .py files in place too, removing the confusion a forgotten
rebuild could cause with the separate build/ directory above. To build the C
modules in place, do <code>./setup.py build_ext -i</code>. You only need to
re-run this command when you change the C files. Note that
<code>setup.py</code> is not Make, it does not always get the dependencies
right (<code>.h</code> files in particular), so if you are hacking on the
cReactor you may need to manually delete the <code>.o</code> files before
doing a rebuild. Also note that doing a <code>setup.py clean</code> will
remove the <code>.o</code> files but not the final <code>.so</code> files,
they must be deleted by hand.</p>
<h2>Running tests<a name="auto4"/></h2>
<p>To run the full unit-test suite, do:</p>
<pre class="shell" xml:space="preserve">./bin/trial twisted</pre>
<p>To run a single test file (like <code>twisted/test/test_defer.py</code>),
do one of:</p>
<pre class="shell" xml:space="preserve">./bin/trial twisted.test.test_defer</pre>
<p>or</p>
<pre class="shell" xml:space="preserve">./bin/trial twisted/test/test_defer.py</pre>
<p>To run any tests that are related to a code file, like
<code>twisted/protocols/imap4.py</code>, do:</p>
<pre class="shell" xml:space="preserve">./bin/trial --testmodule twisted/mail/imap4.py</pre>
<p>This depends upon the <code>.py</code> file having an appropriate
<q>test-case-name</q> tag that indicates which test cases provide coverage.
See the <a href="test-standard.html" shape="rect">Test Standards</a> document for
details about using <q>test-case-name</q>. In this example, the
<code>twisted.mail.test.test_imap</code> test will be run.</p>
<p>Many tests create temporary files in /tmp or ./_trial_temp, but
everything in /tmp should be deleted when the test finishes. Sometimes these
cleanup calls are commented out by mistake, so if you see a stray
<code>/tmp/@12345.1</code> directory, it is probably from <code>test_dirdbm</code> or <code>test_popsicle</code>.
Look for an <code>rmtree</code> that has been commented out and complain to
the last developer who touched that file.</p>
<h2>Building docs<a name="auto5"/></h2>
<p>Twisted documentation (not including the automatically-generated API docs)
is in <a href="http://twistedmatrix.com/trac/wiki/TwistedLore" shape="rect">Lore Format</a>.
These <code>.xhtml</code> files are translated into <code>.html</code> files by
the <q>bin/lore/lore</q> script, which can check the files for syntax problems
(hlint), process multiple files at once, insert the files into a template
before processing, and can also translate the files into LaTeX or PostScript
instead.</p>
<p>To build the HTML form of the howto/ docs, do the following. Note that
the index file will be placed in <code>doc/core/howto/index.html</code>.</p>
<pre class="shell" xml:space="preserve">
./bin/lore/lore -p --config template=doc/core/howto/template.tpl doc/core/howto/*.xhtml
</pre>
<p>To run hlint over a single Lore document, such as
<code>doc/development/policy/svn-dev.xhtml</code>, do the following. This is
useful because the HTML conversion may bail without a useful explanation if
it sees mismatched tags.</p>
<pre class="shell" xml:space="preserve">
./bin/lore/lore -n --output lint doc/development/policy/svn-dev.xhtml
</pre>
<p>To convert it to HTML (including markup, interpolation of examples,
footnote processing, etc), do the following. The results will be placed in
<code>doc/development/policy/svn-dev.html</code>:</p>
<pre class="shell" xml:space="preserve">
./bin/lore/lore -p --config template=doc/core/howto/template.tpl \
doc/development/policy/svn-dev.xhtml
</pre>
<p>Note that hyperlinks to other documents may not be quite right unless you
include a <q>-l</q> argument to <code>bin/lore/lore</code>. Links in the
.xhtml file are to .xhtml targets: when the .xhtml is turned into .html, the
link targets are supposed to be turned into .html also. In addition to this,
Lore markup of the form <code><code class="API"></code> is supposed to
turn into a link to the corresponding API reference page. These links will
probably be wrong unless the correct base URL is provided to Lore.</p>
<h2>Committing and Post-commit Hooks<a name="auto6"/></h2>
<p>Twisted uses a customized
<a href="http://bazaar.launchpad.net/~exarkun/twisted-trac-integration/trunk/annotate/head%3A/trac-hooks/trac-post-commit-hook" shape="rect">
trac-post-commit-hook</a> to enable ticket updates based on svn commit
logs. When making a branch for a ticket, the branch name should end
in <code>-<ticket number></code>, for
example <code>my-branch-9999</code>. This will add a ticket comment containing a
changeset link and branch name. To make your commit message show up as a comment
on a Trac ticket, add a <code>refs #<ticket number></code> line at the
bottom of your commit message. To automatically close a ticket on Trac
as <code>Fixed</code> and add a comment with the closing commit message, add
a <code>Fixes: #<ticket number></code> line to your commit message. In
general, a commit message closing a ticket looks like this:</p>
<pre xml:space="preserve">
Merge my-branch-9999: A single-line summary.
Author: jesstess
Reviewers: exarkun, glyph
Fixes: #9999
My longer description of the changes made.
</pre>
<p>The <a href="coding-standard.html" shape="rect">Twisted Coding Standard</a>
elaborates on commit messages and source control.</p>
<h2>Emacs<a name="auto7"/></h2>
<p>A minor mode for development with Twisted using Emacs is available. See
<code>twisted-dev.el</code>, provided by <a href="http://launchpad.net/twisted-emacs" shape="rect">twisted-emacs</a>,
for several utility functions which make it easier to grep for methods, run test cases, etc.</p>
<h2>Building Debian packages<a name="auto8"/></h2>
<p>Our support for building Debian packages has fallen into disrepair. We
would very much like to restore this functionality, but until we do so, if
you are interested in this, you are on your own. See
<a href="http://github.com/astraw/stdeb" shape="rect">stdeb</a> for one possible approach to
this.</p>
</div>
<p><a href="../../howto/index.html">Index</a></p>
<span class="version">Version: 13.0.0</span>
</body>
</html>
|
PROJECTS/oms3.proj.richards1d/src/JAVA/ParallelColt/doc/cern/colt/buffer/tboolean/package-tree.html
|
Shappiro/GEOFRAME
|
<!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_18) on Sun Mar 21 10:29:31 CDT 2010 -->
<TITLE>
cern.colt.buffer.tboolean Class Hierarchy (Parallel Colt 0.9.4 - API Specification)
</TITLE>
<META NAME="date" CONTENT="2010-03-21">
<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="cern.colt.buffer.tboolean Class Hierarchy (Parallel Colt 0.9.4 - API Specification)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Parallel Colt 0.9.4</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../cern/colt/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../cern/colt/buffer/tbyte/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?cern/colt/buffer/tboolean/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
Hierarchy For Package cern.colt.buffer.tboolean
</H2>
</CENTER>
<DL>
<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL>
<HR>
<H2>
Class Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
<LI TYPE="circle">cern.colt.<A HREF="../../../../cern/colt/PersistentObject.html" title="class in cern.colt"><B>PersistentObject</B></A> (implements java.lang.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</A>, java.io.<A HREF="http://java.sun.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
<UL>
<LI TYPE="circle">cern.colt.buffer.tboolean.<A HREF="../../../../cern/colt/buffer/tboolean/BooleanBuffer.html" title="class in cern.colt.buffer.tboolean"><B>BooleanBuffer</B></A> (implements cern.colt.buffer.tboolean.<A HREF="../../../../cern/colt/buffer/tboolean/BooleanBufferConsumer.html" title="interface in cern.colt.buffer.tboolean">BooleanBufferConsumer</A>)
<LI TYPE="circle">cern.colt.buffer.tboolean.<A HREF="../../../../cern/colt/buffer/tboolean/BooleanBuffer2D.html" title="class in cern.colt.buffer.tboolean"><B>BooleanBuffer2D</B></A> (implements cern.colt.buffer.tboolean.<A HREF="../../../../cern/colt/buffer/tboolean/BooleanBuffer2DConsumer.html" title="interface in cern.colt.buffer.tboolean">BooleanBuffer2DConsumer</A>)
<LI TYPE="circle">cern.colt.buffer.tboolean.<A HREF="../../../../cern/colt/buffer/tboolean/BooleanBuffer3D.html" title="class in cern.colt.buffer.tboolean"><B>BooleanBuffer3D</B></A> (implements cern.colt.buffer.tboolean.<A HREF="../../../../cern/colt/buffer/tboolean/BooleanBuffer3DConsumer.html" title="interface in cern.colt.buffer.tboolean">BooleanBuffer3DConsumer</A>)
</UL>
</UL>
</UL>
<H2>
Interface Hierarchy
</H2>
<UL>
<LI TYPE="circle">cern.colt.buffer.tboolean.<A HREF="../../../../cern/colt/buffer/tboolean/BooleanBuffer2DConsumer.html" title="interface in cern.colt.buffer.tboolean"><B>BooleanBuffer2DConsumer</B></A><LI TYPE="circle">cern.colt.buffer.tboolean.<A HREF="../../../../cern/colt/buffer/tboolean/BooleanBuffer3DConsumer.html" title="interface in cern.colt.buffer.tboolean"><B>BooleanBuffer3DConsumer</B></A><LI TYPE="circle">cern.colt.buffer.tboolean.<A HREF="../../../../cern/colt/buffer/tboolean/BooleanBufferConsumer.html" title="interface in cern.colt.buffer.tboolean"><B>BooleanBufferConsumer</B></A></UL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Parallel Colt 0.9.4</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../cern/colt/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../cern/colt/buffer/tbyte/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?cern/colt/buffer/tboolean/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<font size=-1 >Jump to the <a target=_top href=http://sites.google.com/site/piotrwendykier/software/parallelcolt >Parallel Colt Homepage</a>
</BODY>
</HTML>
|
template/mobile.html
|
webrtd/website
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>RTD App</title>
<link rel="apple-touch-icon" href="/rtdnew_favicon.gif"/>
<link rel="shortcut icon" href="/rtdnew_favicon.gif" type="image/x-icon" />
<link rel="stylesheet" href="//code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" />
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script src="//code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32582355-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div data-role="page" id="page" data-dom-cache="true">
<div data-role="header">
%%TITLE%%
</div>
<div data-role="content">%%CONTENT%%</div>
%%BOTTOM_MENU%%
</div>
<div align="right"><a href="http://3kings.dk" rel="external"><font size="-2">Udviklet af 3kings.dk</font></a></div></div>
<a title="Web Analytics" href="http://clicky.com/100596967"><img alt="Web Analytics" src="//static.getclicky.com/media/links/badge.gif" width=0 border="0" /></a>
<script src="//static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(100596967); }catch(e){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100596967ns.gif" /></p></noscript>
</body>
</html>
|
styling/mono_space_dark.css
|
bgermann/cforms2
|
@import url(../cforms-common.css);
/* */
/* main 'top-level' form elements */
/* */
.cform {
width: 450px;
}
.cform fieldset {
margin-top:10px;
padding:4px 0 10px 0;
border:0 solid #adadad;
border-left-color:#ececec;
border-top-color:#ececec;
background:none;
}
.cform legend {
margin-left:10px;
padding: 0 2px;
font:normal 20px monospace;
color:#F0F0F0;
letter-spacing:5px;
}
ol.cf-ol {
border-top:2px dashed #e5e5e5;
margin:0!important;
padding:20px 0 0!important;
}
ol.cf-ol li {
background:none!important;
margin:0 10px!important;
padding:0;
list-style:none!important;
text-align:left;
line-height:1.3em;
font:normal 12px monospace;
}
/* */
/* just for text-only fields (no input) */
/* */
ol.cf-ol li.textonly {
letter-spacing:2px;
margin:6px 0 !important;
padding:3px 0;
text-align:center;
}
/* */
/* global definitions for field labels */
/* */
.cform label {
width:200px;
margin:0 10px 0 0;
text-align:left;
font-size: 10px;
display:block;
color:#E0E0E0;
background:none;
padding:2px;
font:normal 12px monospace;
}
label.cf-before {
display:inline-block;
margin:4px 5px 0 0;
}
label.cf-before span{
width:200px;
display:block;
}
label.cf-after {
display:inline-block;
margin:4px 2px 0 4px;
width:110px;
text-align:left;
}
label.cf-after span {
width:110px;
display:block;
}
label.cf-group-after {
display:inline-block;
margin:4px 6px 0 4px;
width:105px;
text-align:left;
}
label.cf-group-after span {
width:105px;
display:block;
}
/* */
/* FORM FIELDS general formatting */
/* */
.cform input,
.cform textarea,
.cform select {
margin:0 0 8px 0;
padding:3px;
background: #333;
border:none;
border-top: 1px solid #f0f0f0;
vertical-align:top;
font:normal 12px monospace;
letter-spacing:1px;
color:white;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover {
background:#444;
}
.cform input:focus,
.cform textarea:focus,
.cform select:focus {
background:#333;
}
.cform textarea,
.cform input {
width:415px;
}
.cform select {
width:421px;
}
.cform select.cfselectmulti {
height:6.5em;
}
.cform textarea {
font-family: monospace;
font-size: 0.9em;
height: 6em;
overflow:auto;
}
/* */
/* radio button title */
/* */
ol.cf-ol li.cf-box-title {
letter-spacing:2px;
margin:12px 0 4px 10px!important;
color:#888888;
}
/* */
/* check boxes */
/* */
input.cf-box-a,
input.cf-box-b {
margin:3px 0 0 0;
width:16px;
height:22px;
border:none!important;
background:none!important;
}
/* */
/* check box groups */
/* */
ol.cf-ol li.cf-box-group {
padding: 0 0 12px 0;
}
/* */
/* formatting for text: "(required)" & other */
/* */
span.reqtxt,
span.emailreqtxt {
display:block;
width:421px;
font-size:9px;
color:#888888;
text-align:right;
margin:0;
height:13px;
line-height:13px;
font:normal 10px monospace;
}
.cform textarea.fldemail,
.cform textarea.fldrequired,
.cform input.fldemail,
.cform input.fldrequired {
margin:0;
}
/* */
/* FORM submit button */
/* */
p.cf-sb {
padding: 0!important;
margin: 0;
text-align:right;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton {
width:150px;
padding:5px;
margin: 5px 3px 4px 0;
background:#ddd linear-gradient(0deg, #ddd, #fff) repeat-x;
border:1px solid #adadad!important;
border-left-color:#ececec!important;
border-top-color:#ececec!important;
color:#333;
font-size:14px;
}
.cform input.resetbutton {
width: auto;
padding:5px 1em;
}
.cform input.backbutton {
width: auto;
padding:5px 1em;
}
/* */
/* FORM FIELDS enhanced error display */
/* */
ol.cf-ol li.cf_li_err {
background:#FFDFDF repeating-linear-gradient(135deg, #FCEBED, white 1%, #FCEBED 2%) !important;
border-color:#DF7D7D;
border-style:solid;
border-width:1px 0;
padding:5px 10px!important;
margin:5px 0!important;
}
ol.cf-ol li ul.cf_li_text_err {
padding:0 0 0 10px;
margin:0;
color:#333;
display:inline-block;
}
ol.cf-ol ul.cf_li_text_err li {
background:url(icon-alert.png) no-repeat left 1px!important;
list-style:none!important;
font-weight:bold;
text-indent:0;
margin:0 0 2px!important;
padding-left:15px;
}
/* */
/* 'visitor verification' related styles */
/* */
label.seccap {
margin-top: 6px;
}
label.secq{
display:inline-block;
width:auto;
padding:2px 4px 2px 2px;
}
label.secq span {
display:block!important;
width:auto;
}
.captcha-reset {
vertical-align:top;
color:white;
margin-bottom:0;
}
/* */
/* change formatting of response msgs here */
/* */
div.cf_info {
color:#333;
width:420px;
font-family:monospace;
}
div.cf_info a {
color:red!important;
text-decoration:underline!important;
}
div.success {
background:#F9F9F9 none repeat scroll 0%;
color:#AAAAAA;
display:block;
}
div.failure {
display:block;
background:#FFDFDF repeating-linear-gradient(135deg, #FCEBED, white 1%, #FCEBED 2%) !important;
border-color:#DF7D7D;
border-style:solid;
border-width:1px 0;
}
div.waiting {
background:#F9F9F9;
color:#AAAAAA;
display:block;
}
/* */
/* formatting for invalid user inputs */
/* */
.cform .cf_error {
border:1px solid #ad2929;
}
div.mailerr {
display:block;
}
|
xref-test/fspotcloud/client/view/package-frame.html
|
slspeek/FSpotCloudSite
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>F-Spot Cloud Java Edition 0.40-6.4.6 Reference Package fspotcloud.client.view</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="style" />
</head>
<body>
<h3>
<a href="package-summary.html" target="classFrame">fspotcloud.client.view</a>
</h3>
<h3>Classes</h3>
<ul>
<li>
<a href="AppActivityMapperTest.html" target="classFrame">AppActivityMapperTest</a>
</li>
<li>
<a href="ImageActivityTest.html" target="classFrame">ImageActivityTest</a>
</li>
<li>
<a href="PagerViewDummy.html" target="classFrame">PagerViewDummy</a>
</li>
<li>
<a href="TagTreeModelTest.html" target="classFrame">TagTreeModelTest</a>
</li>
</ul>
</body>
</html>
|
MainLayout.html
|
SergPonom/new_site
|
<template name="MainLayout">
{{> Header}}
{{> SideNav}}
<main>
{{> Template.dynamic template=main}}
</main>
</template>
|
templates/base.html
|
jpesce/dataminas
|
{% load dajaxice_templatetags %}
{% load absolute %}
<!DOCTYPE html>
<!--[if lt IE 7]> <html prefix="og: http://ogp.me/ns#" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html prefix="og: http://ogp.me/ns#" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html prefix="og: http://ogp.me/ns#" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html prefix="og: http://ogp.me/ns#" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Dataminas</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<meta property="og:title" content="Dataminas" />
<meta property="og:type" content="website" />
<meta property="og:url" content="{{ request.build_absolute_uri }}" />
<meta property="og:image" content="{{ ABSOLUTE_ROOT }}/static/img/fb_share_highres.jpg" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="/static/css/base.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script src="/static/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="/static/js/vendor/d3-tip.js"></script>
{% block head %}
{% endblock %}
</head>
<body>
{% dajaxice_js_import %}
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=166536890214520";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<a class="logo pull-left" href="{% url 'home' %}"><img src="/static/img/logo.png"/></a>
<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>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="{% url 'home' %}">Inicial</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dados <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="{% url 'show_category' 'arrecadacao'%}">Arrecadação</a></li>
<li><a href="{% url 'show_category' 'despesa'%}">Despesa</a></li>
<li><a href="{% url 'show_category' 'divida-publica'%}">Dívida Pública</a></li>
</ul>
</li>
<li><a href="{% url 'about' %}">Sobre</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
</nav>
{% block content %}
{% endblock %}
<footer class="center">
<div class="container">
<img src="/static/img/desenvolvido.png" height="200px"/>
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style " style="width: 300px; margin: 30px auto;">
<a class="addthis_button_facebook_like" fb:like:layout="button_count" fb:like:href="http://www.facebook.com/minasdata"></a>
<a class="addthis_button_tweet" tw:text="{% absolute 'home' %} - Uma maneira nova de mostrar os gastos e a arrecadação do governo de Minas!"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=xa-526b125a000ace74"></script>
<!-- AddThis Button END -->
</div>
</footer>
<script>window.jQuery || document.write('<script src="/static/js/vendor/jquery-1.10.1.min.js"><\/script>')</script>
<script src="/static/js/vendor/bootstrap.min.js"></script>
{% block js %}
{% endblock %}
<!-- google analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45162248-1', 'dataminas.info');
ga('send', 'pageview');
</script>
</body>
</html>
|
Modulo5/BookStoreWeb/dist/javadoc/index-files/index-3.html
|
pablo-albaladejo/javaee
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (version 1.7.0_17) on Wed Jan 29 09:59:54 CET 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>C-Index</title>
<meta name="date" content="2014-01-29">
<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="C-Index";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-2.html">Prev Letter</a></li>
<li><a href="index-4.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-3.html" target="_top">Frames</a></li>
<li><a href="index-3.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">M</a> <a href="index-10.html">N</a> <a href="index-11.html">R</a> <a href="index-12.html">S</a> <a href="index-13.html">T</a> <a href="index-14.html">V</a> <a name="_C_">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><a href="../bookstore/logic/bean/cart/CartBean.html" title="class in bookstore.logic.bean.cart"><span class="strong">CartBean</span></a> - Class in <a href="../bookstore/logic/bean/cart/package-summary.html">bookstore.logic.bean.cart</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../bookstore/logic/bean/cart/CartBean.html#CartBean()">CartBean()</a></span> - Constructor for class bookstore.logic.bean.cart.<a href="../bookstore/logic/bean/cart/CartBean.html" title="class in bookstore.logic.bean.cart">CartBean</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../bookstore/logic/bean/cart/CartBean.html#CartBean(java.util.List)">CartBean(List<IBookBean>)</a></span> - Constructor for class bookstore.logic.bean.cart.<a href="../bookstore/logic/bean/cart/CartBean.html" title="class in bookstore.logic.bean.cart">CartBean</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../bookstore/integration/ddbb/manager/TransactionManager.html#close()">close()</a></span> - Method in class bookstore.integration.ddbb.manager.<a href="../bookstore/integration/ddbb/manager/TransactionManager.html" title="class in bookstore.integration.ddbb.manager">TransactionManager</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../bookstore/integration/ddbb/manager/TransactionManagerImp.html#close()">close()</a></span> - Method in class bookstore.integration.ddbb.manager.<a href="../bookstore/integration/ddbb/manager/TransactionManagerImp.html" title="class in bookstore.integration.ddbb.manager">TransactionManagerImp</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../bookstore/integration/ddbb/transaction/ITransaction.html#close()">close()</a></span> - Method in interface bookstore.integration.ddbb.transaction.<a href="../bookstore/integration/ddbb/transaction/ITransaction.html" title="interface in bookstore.integration.ddbb.transaction">ITransaction</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../bookstore/integration/ddbb/transaction/Transaction.html#close()">close()</a></span> - Method in class bookstore.integration.ddbb.transaction.<a href="../bookstore/integration/ddbb/transaction/Transaction.html" title="class in bookstore.integration.ddbb.transaction">Transaction</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../bookstore/integration/ddbb/manager/TransactionManager.html#commit()">commit()</a></span> - Method in class bookstore.integration.ddbb.manager.<a href="../bookstore/integration/ddbb/manager/TransactionManager.html" title="class in bookstore.integration.ddbb.manager">TransactionManager</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../bookstore/integration/ddbb/manager/TransactionManagerImp.html#commit()">commit()</a></span> - Method in class bookstore.integration.ddbb.manager.<a href="../bookstore/integration/ddbb/manager/TransactionManagerImp.html" title="class in bookstore.integration.ddbb.manager">TransactionManagerImp</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../bookstore/integration/ddbb/transaction/ITransaction.html#commit()">commit()</a></span> - Method in interface bookstore.integration.ddbb.transaction.<a href="../bookstore/integration/ddbb/transaction/ITransaction.html" title="interface in bookstore.integration.ddbb.transaction">ITransaction</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../bookstore/integration/ddbb/transaction/Transaction.html#commit()">commit()</a></span> - Method in class bookstore.integration.ddbb.transaction.<a href="../bookstore/integration/ddbb/transaction/Transaction.html" title="class in bookstore.integration.ddbb.transaction">Transaction</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../bookstore/web/listener/ContextListener.html#contextDestroyed(javax.servlet.ServletContextEvent)">contextDestroyed(ServletContextEvent)</a></span> - Method in class bookstore.web.listener.<a href="../bookstore/web/listener/ContextListener.html" title="class in bookstore.web.listener">ContextListener</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../bookstore/web/listener/ContextListener.html#contextInitialized(javax.servlet.ServletContextEvent)">contextInitialized(ServletContextEvent)</a></span> - Method in class bookstore.web.listener.<a href="../bookstore/web/listener/ContextListener.html" title="class in bookstore.web.listener">ContextListener</a></dt>
<dd> </dd>
<dt><a href="../bookstore/web/listener/ContextListener.html" title="class in bookstore.web.listener"><span class="strong">ContextListener</span></a> - Class in <a href="../bookstore/web/listener/package-summary.html">bookstore.web.listener</a></dt>
<dd>
<div class="block">Web application lifecycle listener.</div>
</dd>
<dt><span class="strong"><a href="../bookstore/web/listener/ContextListener.html#ContextListener()">ContextListener()</a></span> - Constructor for class bookstore.web.listener.<a href="../bookstore/web/listener/ContextListener.html" title="class in bookstore.web.listener">ContextListener</a></dt>
<dd> </dd>
</dl>
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">M</a> <a href="index-10.html">N</a> <a href="index-11.html">R</a> <a href="index-12.html">S</a> <a href="index-13.html">T</a> <a href="index-14.html">V</a> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-2.html">Prev Letter</a></li>
<li><a href="index-4.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-3.html" target="_top">Frames</a></li>
<li><a href="index-3.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>
|
docs/de/LADBukkit/AsyncEdit/Utils/Selection.html
|
LADBukkit/AsyncEdit
|
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- **************************************************************** -->
<!-- * PLEASE KEEP COMPLICATED EXPRESSIONS OUT OF THESE TEMPLATES, * -->
<!-- * i.e. only iterate & print data where possible. Thanks, Jez. * -->
<!-- **************************************************************** -->
<html>
<head>
<!-- Generated by groovydoc (2.4.10) on Wed Jun 21 22:25:11 CEST 2017 -->
<title>Selection (AsyncEdit-Documentation)</title>
<meta name="date" content="2017-06-21">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../groovy.ico" type="image/x-icon" rel="icon">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Selection (AsyncEdit-Documentation)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div>
<ul class="navList">
<li><a href="../../../../index.html?de/LADBukkit/AsyncEdit/Utils/Selection" target="_top">Frames</a></li>
<li><a href="Selection.html" target="_top">No Frames</a></li>
</ul>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
Nested Field <li><a href="#property_summary">Property</a></li> <li><a href="#constructor_summary">Constructor</a></li> <li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li> | Detail: </li>
Field <li><a href="#prop_detail">Property</a></li> <li><a href="#constructor_detail">Constructor</a></li> <li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">Package: <strong>de.LADBukkit.AsyncEdit.Utils</strong></div>
<h2 title="[Groovy] Class Selection" class="title">[Groovy] Class Selection</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><ul class="inheritance"></ul></li><li>de.LADBukkit.AsyncEdit.Utils.Selection
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== NESTED CLASS SUMMARY =========== -->
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<!-- =========== FIELD SUMMARY =========== -->
<!-- =========== PROPERTY SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="property_summary"><!-- --></a>
<h3>Properties Summary</h3>
<ul class="blockList">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Properties Summary table, listing nested classes, and an explanation">
<caption><span>Properties</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Type</th>
<th class="colLast" scope="col">Name and description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><strong>java.lang.Object</strong></code> </td>
<td class="colLast"><code><a href="#locationLeft">locationLeft</a></code><br></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><strong>java.lang.Object</strong></code> </td>
<td class="colLast"><code><a href="#locationRight">locationRight</a></code><br></td>
</tr>
</table>
</ul>
</li>
</ul>
<!-- =========== ELEMENT SUMMARY =========== -->
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary"><!-- --></a>
<h3>Constructor Summary</h3>
<ul class="blockList">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructors Summary table">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Constructor and description</th>
</tr>
<tr class="altColor">
<td class="colFirst">
<code><a href="#Selection()">Selection</a>
()</code><br></td>
</tr>
</table>
</ul>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary"><!-- --></a>
<h3>Methods Summary</h3>
<ul class="blockList">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Methods Summary table">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Type Params</th>
<th class="colLast" scope="col">Return Type</th>
<th class="colLast" scope="col">Name and description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a href="#clone()">clone</a></strong>()</code><br></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a href="#cloneSorted()">cloneSorted</a></strong>()</code><br></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a href="#replace(def, def, def)">replace</a></strong>(java.lang.Object mat, java.lang.Object newMat, java.lang.Object callback = as Callback)</code><br></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a href="#set(def, def)">set</a></strong>(java.lang.Object mat, java.lang.Object callback = as Callback)</code><br></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code></code></td>
<td class="colLast"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a href="#toClipboard(def, def)">toClipboard</a></strong>(java.lang.Object loc, java.lang.Object callback = as Callback)</code><br></td>
</tr>
</table>
</ul>
</li>
<li class="blockList"><a name="method_summary"><!-- --></a>
<h3>Inherited Methods Summary</h3>
<ul class="blockList">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Inherited Methods Summary table">
<caption><span>Inherited Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Methods inherited from class</th>
<th class="colLast" scope="col">Name</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class java.lang.Object</code></td>
<td class="colLast"><code>java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()</code></td>
</tr>
</table>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- =========== PROPERTY DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="prop_detail">
<!-- -->
</a>
<h3>Property Detail</h3>
<a name="locationLeft"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>java.lang.Object <strong>locationLeft</strong></h4>
<p></p>
</li>
</ul>
<a name="locationRight"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>java.lang.Object <strong>locationRight</strong></h4>
<p></p>
</li>
</ul>
</li>
</ul>
<!-- =========== CONSTRUCTOR DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Selection()"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4><strong>Selection</strong>()</h4>
<p></p>
</li>
</ul>
</li>
</ul>
<!-- =========== METHOD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="clone()"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>@java.lang.Override
java.lang.Object <strong>clone</strong>()</h4>
<p></p>
</li>
</ul>
<a name="cloneSorted()"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>java.lang.Object <strong>cloneSorted</strong>()</h4>
<p></p>
</li>
</ul>
<a name="replace(def, def, def)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>java.lang.Object <strong>replace</strong>(java.lang.Object mat, java.lang.Object newMat, java.lang.Object callback = as Callback)</h4>
<p></p>
</li>
</ul>
<a name="set(def, def)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>java.lang.Object <strong>set</strong>(java.lang.Object mat, java.lang.Object callback = as Callback)</h4>
<p></p>
</li>
</ul>
<a name="toClipboard(def, def)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>java.lang.Object <strong>toClipboard</strong>(java.lang.Object loc, java.lang.Object callback = as Callback)</h4>
<p></p>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div>
<ul class="navList">
<li><a href="../../../../index.html?de/LADBukkit/AsyncEdit/Utils/Selection" target="_top">Frames</a></li>
<li><a href="Selection.html" target="_top">No Frames</a></li>
</ul>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
Nested Field <li><a href="#property_summary">Property</a></li> <li><a href="#constructor_summary">Constructor</a></li> <li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li> | Detail: </li>
Field <li><a href="#prop_detail">Property</a></li> <li><a href="#constructor_detail">Constructor</a></li> <li><a href="#method_detail">Method</a></li>
</ul>
</div>
<p>Generated on: 2017-06-21 22:25:08</p>
<a name="skip-navbar_bottom">
<!-- -->
</a>
</div>
</div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
apidocs/fspotcloud/client/view/action/api/AllActionGroups.html
|
slspeek/FSpotCloudSite
|
<!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_26) on Mon Aug 15 22:23:40 CEST 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
AllActionGroups (F-Spot Cloud Java Edition 0.40-6.6.4 API)
</TITLE>
<META NAME="date" CONTENT="2011-08-15">
<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="AllActionGroups (F-Spot Cloud Java Edition 0.40-6.6.4 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/AllActionGroups.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../fspotcloud/client/view/action/api/ActionGroup.html" title="interface in fspotcloud.client.view.action.api"><B>PREV CLASS</B></A>
<A HREF="../../../../../fspotcloud/client/view/action/api/AllUserActions.html" title="interface in fspotcloud.client.view.action.api"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?fspotcloud/client/view/action/api/AllActionGroups.html" target="_top"><B>FRAMES</B></A>
<A HREF="AllActionGroups.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
fspotcloud.client.view.action.api</FONT>
<BR>
Interface AllActionGroups</H2>
<DL>
<DT><B>All Known Subinterfaces:</B> <DD><A HREF="../../../../../fspotcloud/client/view/action/api/AllUserActions.html" title="interface in fspotcloud.client.view.action.api">AllUserActions</A></DD>
</DL>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../fspotcloud/client/view/action/AllShortcuts.html" title="class in fspotcloud.client.view.action">AllShortcuts</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>AllActionGroups</B></DL>
</PRE>
<P>
<HR>
<P>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../fspotcloud/client/view/action/api/AboutActions.html" title="interface in fspotcloud.client.view.action.api">AboutActions</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../fspotcloud/client/view/action/api/AllActionGroups.html#about()">about</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../fspotcloud/client/view/action/api/ActionGroup.html" title="interface in fspotcloud.client.view.action.api">ActionGroup</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../fspotcloud/client/view/action/api/AllActionGroups.html#allGroups()">allGroups</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../fspotcloud/client/view/action/api/ApplicationActions.html" title="interface in fspotcloud.client.view.action.api">ApplicationActions</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../fspotcloud/client/view/action/api/AllActionGroups.html#application()">application</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../fspotcloud/client/view/action/api/NavigationActions.html" title="interface in fspotcloud.client.view.action.api">NavigationActions</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../fspotcloud/client/view/action/api/AllActionGroups.html#navigation()">navigation</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../fspotcloud/client/view/action/api/RasterActions.html" title="interface in fspotcloud.client.view.action.api">RasterActions</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../fspotcloud/client/view/action/api/AllActionGroups.html#raster()">raster</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../fspotcloud/client/view/action/api/SlideshowActions.html" title="interface in fspotcloud.client.view.action.api">SlideshowActions</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../fspotcloud/client/view/action/api/AllActionGroups.html#slideshow()">slideshow</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="application()"><!-- --></A><H3>
application</H3>
<PRE>
<A HREF="../../../../../fspotcloud/client/view/action/api/ApplicationActions.html" title="interface in fspotcloud.client.view.action.api">ApplicationActions</A> <B>application</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="about()"><!-- --></A><H3>
about</H3>
<PRE>
<A HREF="../../../../../fspotcloud/client/view/action/api/AboutActions.html" title="interface in fspotcloud.client.view.action.api">AboutActions</A> <B>about</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="navigation()"><!-- --></A><H3>
navigation</H3>
<PRE>
<A HREF="../../../../../fspotcloud/client/view/action/api/NavigationActions.html" title="interface in fspotcloud.client.view.action.api">NavigationActions</A> <B>navigation</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="slideshow()"><!-- --></A><H3>
slideshow</H3>
<PRE>
<A HREF="../../../../../fspotcloud/client/view/action/api/SlideshowActions.html" title="interface in fspotcloud.client.view.action.api">SlideshowActions</A> <B>slideshow</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="raster()"><!-- --></A><H3>
raster</H3>
<PRE>
<A HREF="../../../../../fspotcloud/client/view/action/api/RasterActions.html" title="interface in fspotcloud.client.view.action.api">RasterActions</A> <B>raster</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="allGroups()"><!-- --></A><H3>
allGroups</H3>
<PRE>
<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A><<A HREF="../../../../../fspotcloud/client/view/action/api/ActionGroup.html" title="interface in fspotcloud.client.view.action.api">ActionGroup</A>> <B>allGroups</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/AllActionGroups.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../fspotcloud/client/view/action/api/ActionGroup.html" title="interface in fspotcloud.client.view.action.api"><B>PREV CLASS</B></A>
<A HREF="../../../../../fspotcloud/client/view/action/api/AllUserActions.html" title="interface in fspotcloud.client.view.action.api"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?fspotcloud/client/view/action/api/AllActionGroups.html" target="_top"><B>FRAMES</B></A>
<A HREF="AllActionGroups.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2011. All Rights Reserved.
</BODY>
</HTML>
|
doc/help-doc.html
|
PouletAxel/NucleusJ_
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc (version 1.6.0_38) on Tue Apr 05 10:36:33 BST 2016 -->
<title>API Help</title>
<meta name="date" content="2016-04-05">
<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="API Help";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li class="navBarCell1Rev">Help</li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="index.html?help-doc.html" target="_top">FRAMES</a></li>
<li><a href="help-doc.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">How This API Document Is Organized</h1>
<p class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</p>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<h2>Overview</h2>
<p>The <a href="overview-summary.html">Overview</a> page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.</p>
</li>
<li class="blockList">
<h2>Package</h2>
<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:</p>
<ul>
<li>Interfaces (italic)</li>
<li>Classes</li>
<li>Enums</li>
<li>Exceptions</li>
<li>Errors</li>
<li>Annotation Types</li>
</ul>
</li>
<li class="blockList">
<h2>Class/Interface</h2>
<p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:</p>
<ul>
<li>Class inheritance diagram</li>
<li>Direct Subclasses</li>
<li>All Known Subinterfaces</li>
<li>All Known Implementing Classes</li>
<li>Class/interface declaration</li>
<li>Class/interface description</li>
</ul>
<ul>
<li>Nested Class Summary</li>
<li>Field Summary</li>
<li>Constructor Summary</li>
<li>Method Summary</li>
</ul>
<ul>
<li>Field Detail</li>
<li>Constructor Detail</li>
<li>Method Detail</li>
</ul>
<p>Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p>
</li>
<li class="blockList">
<h2>Annotation Type</h2>
<p>Each annotation type has its own separate page with the following sections:</p>
<ul>
<li>Annotation Type declaration</li>
<li>Annotation Type description</li>
<li>Required Element Summary</li>
<li>Optional Element Summary</li>
<li>Element Detail</li>
</ul>
</li>
<li class="blockList">
<h2>Enum</h2>
<p>Each enum has its own separate page with the following sections:</p>
<ul>
<li>Enum declaration</li>
<li>Enum description</li>
<li>Enum Constant Summary</li>
<li>Enum Constant Detail</li>
</ul>
</li>
<li class="blockList">
<h2>Use</h2>
<p>Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</p>
</li>
<li class="blockList">
<h2>Tree (Class Hierarchy)</h2>
<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p>
<ul>
<li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li>
<li>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</li>
</ul>
</li>
<li class="blockList">
<h2>Deprecated API</h2>
<p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</p>
</li>
<li class="blockList">
<h2>Index</h2>
<p>The <a href="index-files/index-1.html">Index</a> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</p>
</li>
<li class="blockList">
<h2>Prev/Next</h2>
<p>These links take you to the next or previous class, interface, package, or related page.</p>
</li>
<li class="blockList">
<h2>Frames/No Frames</h2>
<p>These links show and hide the HTML frames. All pages are available with or without frames.</p>
</li>
<li class="blockList">
<h2>Serialized Form</h2>
<p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.</p>
</li>
<li class="blockList">
<h2>Constant Field Values</h2>
<p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p>
</li>
</ul>
<em>This help file applies to API documentation generated using the standard doclet.</em></div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-files/index-1.html">Index</a></li>
<li class="navBarCell1Rev">Help</li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="index.html?help-doc.html" target="_top">FRAMES</a></li>
<li><a href="help-doc.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>
|
javadocs/com/github/computerdude5000/terracrafttools/config/class-use/ConfigLoader.html
|
CoderMonkeys/TerraCraftTools
|
<!--
~ TerraCraftTools(SuperSoapTools) - ConfigLoader.html
~ Copyright (c) 2013 Jeremy Koletar (jjkoletar), <http://jj.koletar.com>
~ Copyright (c) 2013 computerdude5000,<computerdude5000@gmail.com>
~
~ TerraCraftTools is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ TerraCraftTools is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with TerraCraftTools. If not, see <http://www.gnu.org/licenses/>.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0) on Tue Mar 19 10:42:50 EDT 2013 -->
<title>Uses of Class com.github.computerdude5000.terracrafttools.config.ConfigLoader</title>
<meta name="date" content="2013-03-19">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.github.computerdude5000.terracrafttools.config.ConfigLoader";
}
//-->
</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="../../../../../../com/github/computerdude5000/terracrafttools/config/ConfigLoader.html"
title="class in com.github.computerdude5000.terracrafttools.config">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li>
<a href="../../../../../../index.html?com/github/computerdude5000/terracrafttools/config/\class-useConfigLoader.html"
target="_top">Frames</a></li>
<li><a href="ConfigLoader.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.github.computerdude5000.terracrafttools.config.ConfigLoader" class="title">Uses of
Class<br>com.github.computerdude5000.terracrafttools.config.ConfigLoader</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a
href="../../../../../../com/github/computerdude5000/terracrafttools/config/ConfigLoader.html"
title="class in com.github.computerdude5000.terracrafttools.config">ConfigLoader</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="#com.github.computerdude5000.terracrafttools.config">com.github.computerdude5000.terracrafttools.config</a>
</td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.github.computerdude5000.terracrafttools.config">
<!-- -->
</a>
<h3>Uses of <a
href="../../../../../../com/github/computerdude5000/terracrafttools/config/ConfigLoader.html"
title="class in com.github.computerdude5000.terracrafttools.config">ConfigLoader</a> in <a
href="../../../../../../com/github/computerdude5000/terracrafttools/config/package-summary.html">com.github.computerdude5000.terracrafttools.config</a>
</h3>
<table border="0" cellpadding="3" cellspacing="0"
summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a
href="../../../../../../com/github/computerdude5000/terracrafttools/config/ConfigLoader.html"
title="class in com.github.computerdude5000.terracrafttools.config">ConfigLoader</a> in <a
href="../../../../../../com/github/computerdude5000/terracrafttools/config/package-summary.html">com.github.computerdude5000.terracrafttools.config</a></span><span
class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a
href="../../../../../../com/github/computerdude5000/terracrafttools/config/Config.html"
title="class in com.github.computerdude5000.terracrafttools.config">Config</a></strong></code>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../com/github/computerdude5000/terracrafttools/config/ConfigLoader.html"
title="class in com.github.computerdude5000.terracrafttools.config">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li>
<a href="../../../../../../index.html?com/github/computerdude5000/terracrafttools/config/\class-useConfigLoader.html"
target="_top">Frames</a></li>
<li><a href="ConfigLoader.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>
|
Client/src/app/pages/annotation/templates/deleteUnitWithComment.html
|
omriabnd/UCCA-App
|
<div class="modal-content">
<div class="modal-header bg-danger">
<i class="ion-flame modal-icon"></i><span> Error</span>
</div>
<div class="modal-body text-center">This unit has a comment. Are you sure you want to delete it?</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" ng-click="$dismiss();forceDeleteUnit();">OK</button>
<button type="button" class="btn btn-danger" ng-click="$dismiss()">Abort</button>
</div>
</div>
|
doc/java/api/org/neo4j/kernel/class-use/DefaultIdGeneratorFactory.html
|
chiffa/neo4j-community-1.9.6
|
<!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_45) on Fri Jan 31 01:00:23 UTC 2014 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.neo4j.kernel.DefaultIdGeneratorFactory (Neo4j Community 1.9.6 API)
</TITLE>
<META NAME="date" CONTENT="2014-01-31">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.neo4j.kernel.DefaultIdGeneratorFactory (Neo4j Community 1.9.6 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/neo4j/kernel/DefaultIdGeneratorFactory.html" title="class in org.neo4j.kernel"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
Neo4j Community</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/neo4j/kernel//class-useDefaultIdGeneratorFactory.html" target="_top"><B>FRAMES</B></A>
<A HREF="DefaultIdGeneratorFactory.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.neo4j.kernel.DefaultIdGeneratorFactory</B></H2>
</CENTER>
No usage of org.neo4j.kernel.DefaultIdGeneratorFactory
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/neo4j/kernel/DefaultIdGeneratorFactory.html" title="class in org.neo4j.kernel"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
Neo4j Community</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/neo4j/kernel//class-useDefaultIdGeneratorFactory.html" target="_top"><B>FRAMES</B></A>
<A HREF="DefaultIdGeneratorFactory.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2002-2014 <a href="http://neo4j.org/">The Neo4j Graph Database Project</a>. All Rights Reserved.
</BODY>
</HTML>
|
src/app/resources/css/googlefonts-distant-web.css
|
misterw97/agendacollaboratif_web
|
/* hebrew */
@font-face {
font-family: 'Amatica SC';
font-style: normal;
font-weight: 700;
src: local('Amatica SC Bold'), local('AmaticaSC-Bold'), url(https://fonts.gstatic.com/s/amaticasc/v1/nFmSxyAMfCP_5xGDJ4j5TrN1QUKSp_B7_G_L_y6Mvek.woff2) format('woff2');
unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
font-family: 'Amatica SC';
font-style: normal;
font-weight: 700;
src: local('Amatica SC Bold'), local('AmaticaSC-Bold'), url(https://fonts.gstatic.com/s/amaticasc/v1/nFmSxyAMfCP_5xGDJ4j5ThHJTnCUrjaAm2S9z52xC3Y.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Amatica SC';
font-style: normal;
font-weight: 700;
src: local('Amatica SC Bold'), local('AmaticaSC-Bold'), url(https://fonts.gstatic.com/s/amaticasc/v1/nFmSxyAMfCP_5xGDJ4j5ToWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
font-family: 'Josefin Sans';
font-style: normal;
font-weight: 400;
src: local('Josefin Sans'), local('JosefinSans'), url(https://fonts.gstatic.com/s/josefinsans/v9/xgzbb53t8j-Mo-vYa23n5j0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Josefin Sans';
font-style: normal;
font-weight: 400;
src: local('Josefin Sans'), local('JosefinSans'), url(https://fonts.gstatic.com/s/josefinsans/v9/xgzbb53t8j-Mo-vYa23n5ugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/C7bP6N8yXZ-PGLzbFLtQKRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/iLJc6PpCnnbQjYc1Jq4v0xJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/5pCv5Yz4eMu9gmvX8nNhfRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* greek-ext */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/gEkd0pn-sMtQ_P4HUpi6WBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/iPF-u8L1qkTPHaKjvXERnxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/mTzVK0-EJOCaJiOPeaz-hxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/erE3KsIWUumgD1j_Ca-V-xJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/LeFlHvsZjXu2c3ZRgBq9nFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
|
azure/docs/html/include_2cloud_2checkphpbans_8php_source.html
|
labscoop/xortify
|
<!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.4"/>
<title>Xortify Honeypot Cloud Services: E:/Packages/xortify server/htdocs/include/cloud/checkphpbans.php Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="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">Xortify Honeypot Cloud Services
 <span id="projectnumber">4.11</span>
</div>
<div id="projectbrief">This project allow any mid level PHP Developer to incorportate Xortify Honeypot</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.4 -->
<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>Data Structures</span></a></li>
<li class="current"><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="files.html"><span>File List</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)">
<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>Data Structures</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>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Pages</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_885cc87fac2d91e269af0a5a959fa5f6.html">E:</a></li><li class="navelem"><a class="el" href="dir_370194428f404877ed129766ba2a60c8.html">Packages</a></li><li class="navelem"><a class="el" href="dir_a56c19072b1e5327a29fdaaef2369079.html">xortify server</a></li><li class="navelem"><a class="el" href="dir_986b603a083ad29d335eb299a442a13f.html">htdocs</a></li><li class="navelem"><a class="el" href="dir_22c74226e082a9c2f494c636a11784d4.html">include</a></li><li class="navelem"><a class="el" href="dir_918c4f2a5cfe9f9331cb90fffcfddb9a.html">cloud</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">checkphpbans.php</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <?php</div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> xoops_loadLanguage(<span class="stringliteral">'server'</span>, <span class="stringliteral">'global'</span>);</div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> </div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="keywordflow">if</span> (!class_exists(<span class="stringliteral">'Services_JSON'</span>))</div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  include_once($GLOBALS[<span class="stringliteral">'xoops'</span>]->path(<span class="stringliteral">'/include/libs/JSON.php'</span>));</div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> </div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="keywordflow">if</span> (!function_exists(<span class="stringliteral">'obj2array'</span>)) {</div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> </div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  <span class="comment">/* Converts Object to Array.</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment"> * obj2array($objects)</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="comment"> * @subpackage functions</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="comment"> * @param object $objects Object to be convert to an array</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="comment"> * @return array</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="comment"> */</span> </div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  <span class="keyword">function</span> obj2array($objects) {</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  $ret = array();</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  <span class="keywordflow">foreach</span>($objects as $key => $value) {</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  <span class="keywordflow">if</span> (is_a($value, <span class="stringliteral">'stdClass'</span>)) {</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  $ret[$key] = (array)obj2array($value);</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  } elseif (is_array($value)) {</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  $ret[$key] = obj2array($value);</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  } <span class="keywordflow">else</span> {</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  $ret[$key] = $value;</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  }</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  }</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  <span class="keywordflow">return</span> $ret;</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  }</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> }</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> </div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="keywordflow">if</span> (!function_exists(<span class="stringliteral">'checkphpbans_dolookup'</span>)) {</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  </div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <span class="comment">/* Gets from Project Honeypot the current ban information for the data provided</span></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="comment"> * checksfsbans_GetFromToHost($data)</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="comment"> * @subpackage plugin</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="comment"> * @param string $apikey API Key for Project Honeypot</span></div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="comment"> * @param string $ip IPv4 Address</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="comment"> * @return string</span></div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  <span class="keyword">function</span> checkphpbans_dolookup($apikey,$ip){ </div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  $itman = $apikey . <span class="stringliteral">"."</span> . $ip . <span class="stringliteral">"."</span> . <span class="stringliteral">"dnsbl.httpbl.org"</span>;</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  $host = gethostbyname($itman);</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <span class="keywordflow">return</span> ($host); </div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  }</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> }</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span> </div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <span class="comment">// Define the method as a PHP function</span></div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="keywordflow">if</span> (!function_exists(<span class="stringliteral">'checkphpbans'</span>)) {</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> </div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <span class="comment">/* Gets from Project Honeypot the current ban information for the IP Data and User Data provided</span></div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="comment"> * checksfsbans($username, $password, $ipdata)</span></div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span> <span class="comment"> * @subpackage plugin</span></div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="comment"> * @param string $username Xortify username for function</span></div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="comment"> * @param string $password Xortify password or md5 hash of password for function</span></div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span> <span class="comment"> * @param array $ipdata Associative Array [ip4]</span></div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="comment"> * @return array</span></div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <span class="keyword">function</span> checkphpbans($username, $password, $ipdata) {</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  </div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  <span class="keywordflow">if</span> ($xoopsModuleConfig[<span class="stringliteral">'site_user_auth'</span>]==1){</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <span class="keywordflow">if</span> ($ret = check_for_lock(basename(__FILE__),$username,$password)) { <span class="keywordflow">return</span> $ret; }</div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <span class="keywordflow">if</span> (!checkright(basename(__FILE__),$username,$password)) {</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  mark_for_lock(basename(__FILE__),$username,$password);</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <span class="keywordflow">return</span> array(<span class="stringliteral">'ErrNum'</span>=> 9, <span class="stringliteral">"ErrDesc"</span> => <span class="stringliteral">'No Permission for plug-in'</span>);</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  }</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  }</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  </div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  </div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  $what2lookup = implode(<span class="charliteral">'.'</span>, array_reverse(explode(<span class="charliteral">'.'</span>,$ipdata[<span class="stringliteral">'ip4'</span>])));</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  $octet = implode(<span class="charliteral">'.'</span>, checkphpbans_dolookup(_MI_SERVER_PROJECTHONEYPOT_BL_KEY, $what2lookup));</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  </div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  <span class="keywordflow">return</span> array(<span class="stringliteral">'success'</span> => ($octet[0]==<span class="stringliteral">'127'</span>)?<span class="keyword">true</span>:<span class="keyword">false</span>,</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  <span class="stringliteral">'octeta'</span> => $octet[1],</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  <span class="stringliteral">'octetb'</span> => $octet[2],</div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  <span class="stringliteral">'octetc'</span> => $octet[3]);</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  }</div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span> }</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span> ?></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Jul 23 2013 21:59:55 for Xortify Honeypot Cloud Services by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
</small></address>
</body>
</html>
|
presentations/2015-10-highedweb-tools/slide11.html
|
illinois-dres-aitg/courses-presentations
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML//EN">
<html lang="en">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Slide 11: Ruleset and Rule Details</title>
<link rel="stylesheet" type="text/css" href="../slides2/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../slides2/css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="../slides2/css/bootstrap-accessibility.css">
<link rel="stylesheet" type="text/css" href="../slides2/css/xml-slides2.css">
<script type="text/javascript" src="../slides2/js/jquery-2.1.1.min.js"></script><script type="text/javascript" src="../slides2/js/bootstrap.min.js"></script><script type="text/javascript" src="../slides2/js/bootstrap-accessibility.min.js"></script><script type="text/javascript" src="../slides2/js/xml-slides.js"></script>
<style id="style" type="text/css"></style>
</head>
<body>
<nav id="nav" class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle collapsed navbar-left" data-toggle="collapse" data-target="#slide-nav"><span class="sr-only">
Toggle navigation
</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button>
</div>
<div id="slide-nav" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Index
</a>
</li>
<li>
<a href="slide1.html">First
</a>
</li>
<li>
<a href="slide10.html">Previous
</a>
</li>
<li>
<a href="slide12.html">Next
</a>
</li>
<li>
<a href="slide17.html">Last
</a>
</li>
</ul>
<div class="navbar-text pull-right">Slide 11 of 17</div>
</div>
</div>
</nav>
<main id="content" class="container">
<a name="main" id="main"></a>
<h1 id="h1_title" class="title">Ruleset and Rule Details</h1>
<h2>Rulesets</h2>
<ul>
<li>
<a href="http://fae20.cita.illinois.edu/rulesets/ARIA_STRICT/rc" target="_specification">HTML5 and ARIA Ruleset</a>
</li>
<li>
<a href="http://fae20.cita.illinois.edu/rulesets/ARIA_TRANS/rc/" target="_specification">HTML4 Legacy Ruleset</a>
</li>
<li>
<a href="http://fae20.cita.illinois.edu/rulesets/rc/" target="_specification">Comparison of OpenAjax Rulesets</a>
</li>
</ul>
<iframe src="http://fae20.cita.illinois.edu/rulesets/rc/" width="100%" height="600"></iframe>
</main>
<footer class="container">
<div id="footer" class="well well-sm">
Copyright 2015 University of Illinois
</div>
</footer>
</body>
</html>
|
src/main/webapp/css/common.css
|
netconstructor/yuma4j
|
html {
margin:0px;
padding:0px;
}
body {
margin:0px;
padding:0px;
text-align:center;
font-family:"Verdana","Arial";
line-height:19px;
font-size:12px;
}
img {
border-width:0px;
}
.header {
width:100%;
background-color:#2d2d2d;
color:#fff;
margin:0px;
padding:0px;
}
.header span.grad {
position:absolute;
left:-5px;
width:570px;
height:26px;
background-image:url('../images/font-grad.png');
background-position:left bottom;
background-repeat:repeat-x;
}
.header h1 {
position:relative;
color:#fff;
margin:0px auto 0px auto;
padding:30px 0px 22px 0px;
font-family:"Trebuchet MS", "Lucida Sans", "Verdana", "Arial";
font-size:24px;
font-weight:normal;
font-style:italic;
text-align:left;
}
.navigation {
color:#000;
margin:2px auto 0px auto;
padding:0px;
border:1px solid transparent;
}
.navigation ul {
padding:0px;
margin:0px;
font-family:Verdana;
font-size:14px;
font-weight:normal;
text-align:left;
float:left;
}
.navigation li {
display:inline;
padding:0px 10px 0px 3px;
font-size:12px;
}
.navigation a {
color:#000;
text-decoration:none;
}
.navigation a:hover {
text-decoration:underline;
}
.navigation a:visited {
color:#000;
}
.navigation li.selected a {
font-weight:bold;
color:#000;
}
.navigation .home {
float:right;
padding:0px 3px 10px 0px;
margin:0px;
}
|
doc/api/classes/ActionView/Resolver/Cache/SmallCache.html
|
rafaellc28/Portfolio
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>ActionView::Resolver::Cache::SmallCache</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class="banner">
<span>Ruby on Rails 4.2.0</span><br />
<h1>
<span class="type">Class</span>
ActionView::Resolver::Cache::SmallCache
<span class="parent"><
ThreadSafe::Cache
</span>
</h1>
<ul class="files">
<li><a href="../../../../files/__/__/_rvm/gems/ruby-2_1_1/gems/actionview-4_2_0/lib/action_view/template/resolver_rb.html">/home/rafael/.rvm/gems/ruby-2.1.1/gems/actionview-4.2.0/lib/action_view/template/resolver.rb</a></li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<!-- Method ref -->
<div class="sectiontitle">Methods</div>
<dl class="methods">
<dt>N</dt>
<dd>
<ul>
<li>
<a href="#method-c-new">new</a>
</li>
</ul>
</dd>
</dl>
<!-- Methods -->
<div class="sectiontitle">Class Public methods</div>
<div class="method">
<div class="title method-title" id="method-c-new">
<b>new</b>(options = {})
<a href="../../../../classes/ActionView/Resolver/Cache/SmallCache.html#method-c-new" name="method-c-new" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-c-new_source')" id="l_method-c-new_source">show</a>
</p>
<div id="method-c-new_source" class="dyn-source">
<pre><span class="ruby-comment"># File ../../.rvm/gems/ruby-2.1.1/gems/actionview-4.2.0/lib/action_view/template/resolver.rb, line 40</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span>(<span class="ruby-identifier">options</span> = {})
<span class="ruby-keyword">super</span>(<span class="ruby-identifier">options</span>.<span class="ruby-identifier">merge</span>(<span class="ruby-value">:initial_capacity</span> =<span class="ruby-operator">></span> <span class="ruby-number">2</span>))
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
|
docs/html/classgtest__xml__outfiles__test_1_1GTestXMLOutFilesTest-members.html
|
SonamYeshe/AStarPathPlanning
|
<!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>AStarPathPlanning: 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">AStarPathPlanning
</div>
<div id="projectbrief">While Acme robot is on automation mode and plan to move from an origin to a goal, this project helps to find the path with the shortest path.</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>
<!-- 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="namespacegtest__xml__outfiles__test.html">gtest_xml_outfiles_test</a></li><li class="navelem"><a class="el" href="classgtest__xml__outfiles__test_1_1GTestXMLOutFilesTest.html">GTestXMLOutFilesTest</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">gtest_xml_outfiles_test.GTestXMLOutFilesTest Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classgtest__xml__outfiles__test_1_1GTestXMLOutFilesTest.html">gtest_xml_outfiles_test.GTestXMLOutFilesTest</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classgtest__xml__test__utils_1_1GTestXMLTestCase.html#a977273e8863f4f41d121bb5a64b08d32">AssertEquivalentNodes</a>(self, expected_node, actual_node)</td><td class="entry"><a class="el" href="classgtest__xml__test__utils_1_1GTestXMLTestCase.html">gtest_xml_test_utils.GTestXMLTestCase</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classgtest__xml__outfiles__test_1_1GTestXMLOutFilesTest.html#a503d2fbc9cd782ae57ac4307d2db43e1">DeleteFilesAndDir</a>(self)</td><td class="entry"><a class="el" href="classgtest__xml__outfiles__test_1_1GTestXMLOutFilesTest.html">gtest_xml_outfiles_test.GTestXMLOutFilesTest</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classgtest__xml__test__utils_1_1GTestXMLTestCase.html#a0e3a4e84e18f29d2248dcd670a0a6ae6">identifying_attribute</a></td><td class="entry"><a class="el" href="classgtest__xml__test__utils_1_1GTestXMLTestCase.html">gtest_xml_test_utils.GTestXMLTestCase</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr><td class="entry"><a class="el" href="classgtest__xml__test__utils_1_1GTestXMLTestCase.html#ac4823e96c3b5327b25a340a3605447d9">NormalizeXml</a>(self, element)</td><td class="entry"><a class="el" href="classgtest__xml__test__utils_1_1GTestXMLTestCase.html">gtest_xml_test_utils.GTestXMLTestCase</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classgtest__xml__outfiles__test_1_1GTestXMLOutFilesTest.html#aa5c31cd97047bc1d3060f4d27bc956a4">output_dir_</a></td><td class="entry"><a class="el" href="classgtest__xml__outfiles__test_1_1GTestXMLOutFilesTest.html">gtest_xml_outfiles_test.GTestXMLOutFilesTest</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classgtest__xml__outfiles__test_1_1GTestXMLOutFilesTest.html#a56550f293277d18c36e868a637fe1153">setUp</a>(self)</td><td class="entry"><a class="el" href="classgtest__xml__outfiles__test_1_1GTestXMLOutFilesTest.html">gtest_xml_outfiles_test.GTestXMLOutFilesTest</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classgtest__xml__outfiles__test_1_1GTestXMLOutFilesTest.html#a49d1d410370ba8a3cfcc281eaadb5706">tearDown</a>(self)</td><td class="entry"><a class="el" href="classgtest__xml__outfiles__test_1_1GTestXMLOutFilesTest.html">gtest_xml_outfiles_test.GTestXMLOutFilesTest</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classgtest__xml__outfiles__test_1_1GTestXMLOutFilesTest.html#a034738bbc00ac46d00f183402c561228">testOutfile1</a>(self)</td><td class="entry"><a class="el" href="classgtest__xml__outfiles__test_1_1GTestXMLOutFilesTest.html">gtest_xml_outfiles_test.GTestXMLOutFilesTest</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classgtest__xml__outfiles__test_1_1GTestXMLOutFilesTest.html#a3c02687f092a482d0d0260c7ed94c618">testOutfile2</a>(self)</td><td class="entry"><a class="el" href="classgtest__xml__outfiles__test_1_1GTestXMLOutFilesTest.html">gtest_xml_outfiles_test.GTestXMLOutFilesTest</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|
main/index.html
|
NoyElyasi/walla-rss
|
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- bootstrap style -->
<link rel="stylesheet" href="libs/bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="libs/bootstrap/css/bootstrap-theme.min.css">
<!-- css -->
<link rel="stylesheet" href="style/all.css">
</head>
<body>
<div class="app" ng-app="app">
<div ui-view class="container-fluid max-height"></div>
</div>
<!-- libs -->
<script src="libs/angular/angular.min.js"></script>
<script src="libs/angular/angular-ui-router.min.js"></script>
<script src="libs/jquery/jquery.js"></script>
<script src="libs/bootstrap/js/bootstrap.min.js"></script>
<script src="app/app.js"></script>
<script src="app/app.config.js"></script>
<!-- controllers -->
<script src="app/screens/main/main.ctrl.js"></script>
<!-- directives -->
<script src="app/directives/sidebarHeader/sidebarHeader.directive.js"></script>
<script src="app/directives/urlButtonList/urlButtonList.directive.js"></script>
<script src="app/directives/itemDirective/itemDirective.directive.js"></script>
</body>
</html>
|
libopencm3/doc/usb/html/functions_vars_d.html
|
Aghosh993/TARS_codebase
|
<!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>libopencm3: Data Fields - Variables</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">libopencm3
</div>
<div id="projectbrief">A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.</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>libopencm3</span></a></li>
<li><a href="pages.html"><span>General Information</span></a></li>
<li><a href="../../html/index.html"><span>Back to Top</span></a></li>
<li><a href="../../cm3/html/modules.html"><span>CM3 Core</span></a></li>
<li><a href="modules.html"><span>Generic USB</span></a></li>
<li><a href="../../stm32f0/html/modules.html"><span>STM32F0</span></a></li>
<li><a href="../../stm32f1/html/modules.html"><span>STM32F1</span></a></li>
<li><a href="../../stm32f2/html/modules.html"><span>STM32F2</span></a></li>
<li><a href="../../stm32f3/html/modules.html"><span>STM32F3</span></a></li>
<li><a href="../../stm32f4/html/modules.html"><span>STM32F4</span></a></li>
<li><a href="../../stm32l0/html/modules.html"><span>STM32L0</span></a></li>
<li><a href="../../stm32l1/html/modules.html"><span>STM32L1</span></a></li>
<li><a href="../../lm3s/html/modules.html"><span>LM3S</span></a></li>
<li><a href="../../lm4f/html/modules.html"><span>LM4F</span></a></li>
<li><a href="../../lpc13xx/html/modules.html"><span>LPC13</span></a></li>
<li><a href="../../lpc17xx/html/modules.html"><span>LPC17</span></a></li>
<li><a href="../../lpc43xx/html/modules.html"><span>LPC43</span></a></li>
<li><a href="../../efm32g/html/modules.html"><span>EFM32 Gecko</span></a></li>
<li><a href="../../efm32gg/html/modules.html"><span>EFM32 Giant Gecko</span></a></li>
<li><a href="../../efm32lg/html/modules.html"><span>EFM32 Leopard Gecko</span></a></li>
<li><a href="../../efm32tg/html/modules.html"><span>EFM32 Tiny Gecko</span></a></li>
<li><a href="../../sam3a/html/modules.html"><span>SAM3A</span></a></li>
<li><a href="../../sam3n/html/modules.html"><span>SAM3N</span></a></li>
<li><a href="../../sam3s/html/modules.html"><span>SAM3S</span></a></li>
<li><a href="../../sam3u/html/modules.html"><span>SAM3U</span></a></li>
<li><a href="../../sam3x/html/modules.html"><span>SAM3X</span></a></li>
<li><a href="../../vf6xx/html/modules.html"><span>VF6XX</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<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>Data Structures</span></a></li>
<li><a href="classes.html"><span>Data Structure Index</span></a></li>
<li class="current"><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li><a href="functions.html"><span>All</span></a></li>
<li><a href="functions_func.html"><span>Functions</span></a></li>
<li class="current"><a href="functions_vars.html"><span>Variables</span></a></li>
<li><a href="functions_eval.html"><span>Enumerator</span></a></li>
</ul>
</div>
<div id="navrow4" class="tabs3">
<ul class="tablist">
<li><a href="functions_vars.html#index_a"><span>a</span></a></li>
<li><a href="functions_vars_b.html#index_b"><span>b</span></a></li>
<li><a href="functions_vars_c.html#index_c"><span>c</span></a></li>
<li class="current"><a href="functions_vars_d.html#index_d"><span>d</span></a></li>
<li><a href="functions_vars_e.html#index_e"><span>e</span></a></li>
<li><a href="functions_vars_f.html#index_f"><span>f</span></a></li>
<li><a href="functions_vars_h.html#index_h"><span>h</span></a></li>
<li><a href="functions_vars_i.html#index_i"><span>i</span></a></li>
<li><a href="functions_vars_j.html#index_j"><span>j</span></a></li>
<li><a href="functions_vars_k.html#index_k"><span>k</span></a></li>
<li><a href="functions_vars_l.html#index_l"><span>l</span></a></li>
<li><a href="functions_vars_m.html#index_m"><span>m</span></a></li>
<li><a href="functions_vars_n.html#index_n"><span>n</span></a></li>
<li><a href="functions_vars_p.html#index_p"><span>p</span></a></li>
<li><a href="functions_vars_r.html#index_r"><span>r</span></a></li>
<li><a href="functions_vars_s.html#index_s"><span>s</span></a></li>
<li><a href="functions_vars_t.html#index_t"><span>t</span></a></li>
<li><a href="functions_vars_u.html#index_u"><span>u</span></a></li>
<li><a href="functions_vars_v.html#index_v"><span>v</span></a></li>
<li><a href="functions_vars_w.html#index_w"><span>w</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_vars_d.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="contents">
 
<h3><a class="anchor" id="index_d"></a>- d -</h3><ul>
<li>dCBWDataTransferLength
: <a class="el" href="structusb__msc__cbw.html#af2ae2bce99068e5b4ea7081f023bab2a">usb_msc_cbw</a>
</li>
<li>dCBWSignature
: <a class="el" href="structusb__msc__cbw.html#a06c9f47162709307ab5f5b68c96a3119">usb_msc_cbw</a>
</li>
<li>dCBWTag
: <a class="el" href="structusb__msc__cbw.html#a3b3a4d72d95d8ed9fdfb66d06250e546">usb_msc_cbw</a>
</li>
<li>dCSWDataResidue
: <a class="el" href="structusb__msc__csw.html#af6a50ce0fb8b6daa4dc40167daffa83e">usb_msc_csw</a>
</li>
<li>dCSWSignature
: <a class="el" href="structusb__msc__csw.html#aebc2d944ccc8284dbd9e836d30089aad">usb_msc_csw</a>
</li>
<li>dCSWTag
: <a class="el" href="structusb__msc__csw.html#a4c8ecc71a403a7050f071b964028cd73">usb_msc_csw</a>
</li>
<li>desc
: <a class="el" href="struct__usbd__device.html#abf8c97de9264969c27b342cc569a8ed9">_usbd_device</a>
</li>
<li>disconnect
: <a class="el" href="struct__usbd__driver.html#ae320bc137a239caab674916616701f62">_usbd_driver</a>
</li>
<li>doeptsiz
: <a class="el" href="struct__usbd__device.html#a56153dea109cdf0eb2b0871bc1ea31ae">_usbd_device</a>
</li>
<li>driver
: <a class="el" href="struct__usbd__device.html#ad780343e8e2776ce99b9dd302b77c2e2">_usbd_device</a>
</li>
<li>dwDTERate
: <a class="el" href="structusb__cdc__line__coding.html#abba439cd113503e9223c9d61865319d2">usb_cdc_line_coding</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 Sun May 8 2016 03:29:26 for libopencm3 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>
|
public/views/classRegistry/registry.html
|
apuliasoft/aurea
|
<section ng-init="init()" flex layout="column">
<section flex layout="row">
<md-sidenav layout="column" style="display: flex;" class="md-sidenav-left md-whiteframe-z2"
md-component-id="left" md-is-locked-open="true">
<md-toolbar class="md-grey-theme md-whiteframe-z1" layout="column">
<h2 class="md-toolbar-tools">
<span flex>Alunni</span>
<section layout="row">
<md-button ng-click="toggleAbsents()" ng-disabled="noneSelected()" class="icon-button">
<span>A</span>
<md-tooltip>Assenza</md-tooltip>
</md-button>
<md-button ng-click="addLateEntrance()" ng-disabled="!isValidEntranceSelection()" class="icon-button">
<span>E</span>
<md-tooltip>Entrata posticipata</md-tooltip>
</md-button>
<md-button ng-click="addEarlyLeave()" ng-disabled="!isValidLeaveSelection()" class="icon-button">
<span>U</span>
<md-tooltip>Uscita anticipata</md-tooltip>
</md-button>
</section>
</h2>
</md-toolbar>
<md-content flex md-scroll-y>
<section ng-repeat="student in classStudents | orderBy:['lastName', 'firstName']" flex layout="row" layout-fill>
<md-checkbox ng-model="student.selected" class="menu-item" flex layout="row" layout-fill>
<span flex class="title">{{student | name:false}}</span>
<span ng-show="studentIsAbsent(student)">A</span>
<span ng-show="studentHasEntered(student)">E</span>
<span ng-show="studentHasLeft(student)">U</span>
</md-checkbox>
</section>
</md-content>
</md-sidenav>
<section flex layout="column" layout-fill>
<md-toolbar class="md-grey-theme md-whiteframe-z1">
<h2 class="md-toolbar-tools" layout-align="end">
<md-button ng-click="goPrevDay()" class="icon-button">
<i class="fa fa-arrow-circle-o-left"></i>
<md-tooltip>Giorno precedente</md-tooltip>
</md-button>
<span>{{ classRegistry.date | date:'EEEE, d MMMM yyyy'}}</span>
<md-button ng-click="goNextDay()" class="icon-button">
<i class="fa fa-arrow-circle-o-right"></i>
<md-tooltip>Giorno successivo</md-tooltip>
</md-button>
</h2>
</md-toolbar>
<md-content class="md-padding" md-scroll-y flex>
<div layout="column" layout-fill class="content">
<form name="classRegistryForm" ng-submit="save(classRegistryForm.$valid)" novalidate flex layout="column">
<section class="md-whiteframe-z1">
<section data-ng-repeat="slot in classRegistry.slots | orderBy:'number'">
<md-toolbar class="md-grey-theme">
<h2 class="md-toolbar-tools">
{{ slot.number | ordinalNumber }}
Ora ({{timeslots.slots[$index].start | time}} - {{timeslots.slots[$index].end | time}})
</h2>
</md-toolbar>
<md-content class="md-padding">
<div layout layout-sm="column">
<md-select ng-model="slot.teaching" placeholder="Materia" flex>
<md-option ng-value="teaching._id" ng-repeat="teaching in teachings">{{ teaching.name }}</md-option>
</md-select>
</div>
<div layout layout-sm="column">
<md-checkbox ng-model="slot.isSubstitution" flex="20">Supplenza</md-checkbox>
<md-select ng-model="slot.substitution" placeholder="Docente di supplenza" ng-if="slot.isSubstitution" flex>
<md-option ng-value="teacher._id" ng-repeat="teacher in teachers">{{ teacher | name }}</md-option>
</md-select>
</div>
<div layout layout-sm="column">
<md-input-container flex="50">
<label>Argomento</label>
<textarea name="subject" ng-model="slot.subject" rows="5" tabindex="2"></textarea>
</md-input-container>
<md-input-container flex="50">
<label>Note disciplinari</label>
<textarea name="notes" ng-model="slot.notes" rows="5" tabindex="2"></textarea>
</md-input-container>
</div>
<div layout layout-sm="column">
<md-checkbox ng-model="slot.isSupport" flex="20">Sostegno</md-checkbox>
<md-select ng-model="slot.supportTeachers" placeholder="Docenti di sostegno" multiple ng-if="slot.isSupport" flex>
<md-option ng-value="teacher._id" ng-repeat="teacher in teachers">{{ teacher | name }}</md-option>
</md-select>
</div>
<div layout layout-sm="column">
<md-checkbox ng-model="slot.isAssistant" flex="20">Compresenza</md-checkbox>
<md-select ng-model="slot.assistantTeachers" placeholder="Docenti di compresenza" multiple ng-if="slot.isAssistant" flex>
<md-option ng-value="teacher._id" ng-repeat="teacher in teachers">{{ teacher | name }}</md-option>
</md-select>
</div>
</md-content>
</section>
</section>
</form>
</div>
</md-content>
<md-button ng-disabled="classRegistryForm.$invalid" ng-click="save(classRegistryForm.$valid)"
class="md-fab md-primary add-button">
<i class="fa fa-save"></i>
<md-tooltip>Salva</md-tooltip>
</md-button>
</section>
</section>
</section>
|
docs/html/classblenderfds28x_1_1bl_1_1operators_1_1_s_c_e_n_e___o_t__bf__show__fds__code-members.html
|
firetools/blenderfds
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>BlenderFDS: 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>
<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="blenderfds_128.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">BlenderFDS
</div>
<div id="projectbrief">BlenderFDS, the open user interface for NIST Fire Dynamics Simulator (FDS), as an addon for Blender 2.8x</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></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"><b>blenderfds28x</b></li><li class="navelem"><b>bl</b></li><li class="navelem"><a class="el" href="namespaceblenderfds28x_1_1bl_1_1operators.html">operators</a></li><li class="navelem"><a class="el" href="classblenderfds28x_1_1bl_1_1operators_1_1_s_c_e_n_e___o_t__bf__show__fds__code.html">SCENE_OT_bf_show_fds_code</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">blenderfds28x.bl.operators.SCENE_OT_bf_show_fds_code Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classblenderfds28x_1_1bl_1_1operators_1_1_s_c_e_n_e___o_t__bf__show__fds__code.html">blenderfds28x.bl.operators.SCENE_OT_bf_show_fds_code</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>bl_description</b> (defined in <a class="el" href="classblenderfds28x_1_1bl_1_1operators_1_1_s_c_e_n_e___o_t__bf__show__fds__code.html">blenderfds28x.bl.operators.SCENE_OT_bf_show_fds_code</a>)</td><td class="entry"><a class="el" href="classblenderfds28x_1_1bl_1_1operators_1_1_s_c_e_n_e___o_t__bf__show__fds__code.html">blenderfds28x.bl.operators.SCENE_OT_bf_show_fds_code</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>bl_idname</b> (defined in <a class="el" href="classblenderfds28x_1_1bl_1_1operators_1_1_s_c_e_n_e___o_t__bf__show__fds__code.html">blenderfds28x.bl.operators.SCENE_OT_bf_show_fds_code</a>)</td><td class="entry"><a class="el" href="classblenderfds28x_1_1bl_1_1operators_1_1_s_c_e_n_e___o_t__bf__show__fds__code.html">blenderfds28x.bl.operators.SCENE_OT_bf_show_fds_code</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>bl_label</b> (defined in <a class="el" href="classblenderfds28x_1_1bl_1_1operators_1_1_s_c_e_n_e___o_t__bf__show__fds__code.html">blenderfds28x.bl.operators.SCENE_OT_bf_show_fds_code</a>)</td><td class="entry"><a class="el" href="classblenderfds28x_1_1bl_1_1operators_1_1_s_c_e_n_e___o_t__bf__show__fds__code.html">blenderfds28x.bl.operators.SCENE_OT_bf_show_fds_code</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr><td class="entry"><a class="el" href="classblenderfds28x_1_1bl_1_1operators_1_1__show__fds__code.html#a33ef0b4fa4431a6d1eed163d192e0e52">draw</a>(self, context)</td><td class="entry"><a class="el" href="classblenderfds28x_1_1bl_1_1operators_1_1__show__fds__code.html">blenderfds28x.bl.operators._show_fds_code</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>execute</b>(self, context) (defined in <a class="el" href="classblenderfds28x_1_1bl_1_1operators_1_1__show__fds__code.html">blenderfds28x.bl.operators._show_fds_code</a>)</td><td class="entry"><a class="el" href="classblenderfds28x_1_1bl_1_1operators_1_1__show__fds__code.html">blenderfds28x.bl.operators._show_fds_code</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>invoke</b>(self, context, event) (defined in <a class="el" href="classblenderfds28x_1_1bl_1_1operators_1_1__show__fds__code.html">blenderfds28x.bl.operators._show_fds_code</a>)</td><td class="entry"><a class="el" href="classblenderfds28x_1_1bl_1_1operators_1_1__show__fds__code.html">blenderfds28x.bl.operators._show_fds_code</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>lines</b> (defined in <a class="el" href="classblenderfds28x_1_1bl_1_1operators_1_1__show__fds__code.html">blenderfds28x.bl.operators._show_fds_code</a>)</td><td class="entry"><a class="el" href="classblenderfds28x_1_1bl_1_1operators_1_1__show__fds__code.html">blenderfds28x.bl.operators._show_fds_code</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>poll</b>(cls, context) (defined in <a class="el" href="classblenderfds28x_1_1bl_1_1operators_1_1_s_c_e_n_e___o_t__bf__show__fds__code.html">blenderfds28x.bl.operators.SCENE_OT_bf_show_fds_code</a>)</td><td class="entry"><a class="el" href="classblenderfds28x_1_1bl_1_1operators_1_1_s_c_e_n_e___o_t__bf__show__fds__code.html">blenderfds28x.bl.operators.SCENE_OT_bf_show_fds_code</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
</body>
</html>
|
modules/custom/meta_welcome_block/css/collabco_welcome.theme.css
|
Collabforge/site-base
|
.collabco-percent-bar-wrapper {
width: 100%;
border: 1px solid #000;
padding: 1px;
float:left;
}
.collabco-percent-bar {
height: 10px;
background-color: #777;
}
.percent-bar{
width:160px;
}
|
css/yoast-components-471.css
|
anthonyeden/wordpress-seo
|
/* WordPress-specific styling. */
body {
background: #f1f1f1;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
line-height: 1.375;
/* 22px based on default browser font size 16px. */
}
a {
outline: 0;
color: #0073aa;
transition-timing-function: ease-in-out;
transition-duration: 0.05s;
transition-property: border, background, color;
}
a:hover,
a:active {
color: #00a0d2;
}
a:focus {
color: #124964;
box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
}
.screen-reader-text {
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
width: 1px;
height: 1px;
}
/* css for snippet */
.yoast-search-result-preview {
overflow: hidden;
background-color: #fff;
font-family: Arial, sans-serif;
}
.yoast-search-result-preview__heading {
margin: 0 -20px 15px;
padding: 8px 20px;
border-bottom: 1px solid #f7f7f7;
color: #555;
font-family: "Open Sans", sans-serif;
font-size: 0.9rem;
font-weight: 300;
}
.yoast-search-result-preview__field {
overflow: hidden;
position: relative;
width: 600px;
cursor: pointer;
}
.yoast-search-result-preview__field:before,
.yoast-search-result-preview__field:after {
display: table;
content: " ";
}
.yoast-search-result-preview__field:after {
clear: both;
}
.yoast-search-result-preview__field--hover:before {
display: block;
position: absolute;
left: -3px;
width: 24px;
height: 24px;
margin-top: -3px;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23646464%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E");
background-size: 25px;
content: "";
}
.yoast-search-result-preview__field--focus:before {
display: block;
position: absolute;
left: -3px;
width: 24px;
height: 24px;
margin-top: -3px;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%230075b3%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E");
background-size: 25px;
content: "";
}
.yoast-search-result-preview__title {
overflow: hidden;
margin: 0;
color: #1a0dab;
font-size: 18px;
font-weight: normal;
line-height: 1.2;
white-space: nowrap;
text-decoration: none;
text-overflow: ellipsis;
}
.yoast-search-result-preview__url {
color: #006621;
font-size: 14px;
font-style: normal;
line-height: 16px;
}
.yoast-search-result-preview__description,
.yoast-search-result-preview__date {
font-size: 13px;
line-height: 1.4;
}
.yoast-search-result-preview__date {
color: #808080;
}
.yoast-search-result-preview__description {
color: #545454;
}
.yoast-icon,
.yoast-icon__eye {
padding-left: 45px;
}
.yoast-icon__eye {
background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M1664%20960q%2D152%2D236%2D381%2D353%2061%20104%2061%20225%200%20185%2D131%2E5%20316%2E5t%2D316%2E5%20131%2E5%2D316%2E5%2D131%2E5%2D131%2E5%2D316%2E5q0%2D121%2061%2D225%2D229%20117%2D381%20353%20133%20205%20333%2E5%20326%2E5t434%2E5%20121%2E5%20434%2E5%2D121%2E5%20333%2E5%2D326%2E5zm%2D720%2D384q0%2D20%2D14%2D34t%2D34%2D14q%2D125%200%2D214%2E5%2089%2E5t%2D89%2E5%20214%2E5q0%2020%2014%2034t34%2014%2034%2D14%2014%2D34q0%2D86%2061%2D147t147%2D61q20%200%2034%2D14t14%2D34zm848%20384q0%2034%2D20%2069%2D140%20230%2D376%2E5%20368%2E5t%2D499%2E5%20138%2E5%2D499%2E5%2D139%2D376%2E5%2D368q%2D20%2D35%2D20%2D69t20%2D69q140%2D229%20376%2E5%2D368t499%2E5%2D139%20499%2E5%20139%20376%2E5%20368q20%2035%2020%2069z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat 20px center/16px 16px;
}
.yoast-button,
.yoast-button__edit {
padding: 8px 10px;
border: 1px solid #ccc;
border-radius: 4px;
color: #555;
background: #f7f7f7;
font-size: 0.8rem;
cursor: pointer;
}
.yoast-button__edit {
display: block;
margin-top: 1em;
padding-left: 32px;
background: #f7f7f7 url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M491%201536l91%2D91%2D235%2D235%2D91%2091v107h128v128h107zm523%2D928q0%2D22%2D22%2D22%2D10%200%2D17%207l%2D542%20542q%2D7%207%2D7%2017%200%2022%2022%2022%2010%200%2017%2D7l542%2D542q7%2D7%207%2D17zm%2D54%2D192l416%20416%2D832%20832h%2D416v%2D416zm683%2096q0%2053%2D37%2090l%2D166%20166%2D416%2D416%20166%2D165q36%2D38%2090%2D38%2053%200%2091%2038l235%20234q37%2039%2037%2091z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat 8px center/16px 16px;
background-size: 16px;
}
.yoast-search-result-form {
overflow: hidden;
background-color: #fff;
font-family: Arial, sans-serif;
}
.yoast-search-result-form__heading {
margin: 0 -20px 15px;
padding: 8px 20px;
border-bottom: 1px solid #f7f7f7;
color: #555;
font-family: "Open Sans", sans-serif;
font-size: 0.9rem;
font-weight: 300;
}
.yoast-search-result-form__container--hover:before {
display: block;
position: absolute;
left: -3px;
width: 24px;
height: 24px;
margin-top: -3px;
margin-top: 15px;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23646464%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E");
background-size: 25px;
content: "";
}
.yoast-search-result-form__container--focus:before {
display: block;
position: absolute;
left: -3px;
width: 24px;
height: 24px;
margin-top: -3px;
margin-top: 15px;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%230075b3%22%20d%3D%22M1152%20896q0%2026%2D19%2045l%2D448%20448q%2D19%2019%2D45%2019t%2D45%2D19%2D19%2D45v%2D896q0%2D26%2019%2D45t45%2D19%2045%2019l448%20448q19%2019%2019%2045z%22%20%2F%3E%3C%2Fsvg%3E");
background-size: 25px;
content: "";
}
.yoast-search-result-form__label {
display: block;
width: 100%;
margin-top: 1em;
}
.yoast-search-result-form__field {
box-sizing: border-box;
width: 100%;
border: 1px solid #ddd;
}
.yoast-search-result-form__description {
display: block;
box-sizing: border-box;
width: 100%;
height: 70px;
border: 1px solid #ddd;
}
.yoast-search-result-form__progress {
display: block;
box-sizing: border-box;
width: 100%;
height: 8px;
margin-top: 5px;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.yoast-search-result-form__progress::-webkit-progress-bar {
border: 1px solid #ddd;
background-color: #f7f7f7;
}
.yoast-search-result-form__close-button {
margin-top: 1em;
}
.yoast-search-result-form__progress--bad {
color: #dc3232;
}
.yoast-search-result-form__progress--bad::-webkit-progress-value {
background-color: #dc3232;
transition: width 250ms;
}
.yoast-search-result-form__progress--bad::-moz-progress-bar {
background-color: #dc3232;
}
.yoast-search-result-form__progress--bad--fallback {
overflow: hidden;
max-width: 100%;
background-color: #dc3232;
}
.yoast-search-result-form__progress--ok {
color: #ee7c1b;
}
.yoast-search-result-form__progress--ok::-webkit-progress-value {
background-color: #ee7c1b;
transition: width 250ms;
}
.yoast-search-result-form__progress--ok::-moz-progress-bar {
background-color: #ee7c1b;
}
.yoast-search-result-form__progress--ok--fallback {
overflow: hidden;
max-width: 100%;
background-color: #ee7c1b;
}
.yoast-search-result-form__progress--good {
color: #7ad03a;
}
.yoast-search-result-form__progress--good::-webkit-progress-value {
background-color: #7ad03a;
transition: width 250ms;
}
.yoast-search-result-form__progress--good::-moz-progress-bar {
background-color: #7ad03a;
}
.yoast-search-result-form__progress--good--fallback {
overflow: hidden;
max-width: 100%;
background-color: #7ad03a;
}
.yoast-search-result-editor {
position: relative;
width: 640px;
padding: 0 20px 20px;
border: 1px solid #f7f7f7;
border-radius: 20px;
background-color: #fff;
font-family: Arial, sans-serif;
}
body {
margin: 0;
padding: 0;
}
#container {
max-width: 1660px;
margin: 0 auto;
}
.yoast-wizard-body {
box-sizing: border-box;
width: 80%;
margin: 1rem auto 4rem;
}
@media screen and (max-width: 768px) {
.yoast-wizard-body {
width: auto;
margin: 0;
}
}
.yoast-wizard__logo {
display: block;
margin: 0 auto;
}
.yoast-wizard {
box-sizing: border-box;
width: 100%;
min-height: 20px;
padding: 3em;
background: #fff;
text-align: left;
}
@media screen and (max-width: 768px) {
.yoast-wizard {
padding: 1em 1em 2em;
}
}
.yoast-wizard--navigation {
width: 100%;
text-align: right;
}
.yoast-wizard--button {
margin-top: 1em;
}
.yoast-wizard--button__next {
margin-left: 1em;
}
.yoast-wizard--button__next button:hover,
.yoast-wizard--button__next button:focus {
background-color: #6c2548 !important;
}
.yoast-wizard--button__next button:hover div,
.yoast-wizard--button__next button:focus div {
background-color: transparent !important;
}
.yoast-wizard--button__previous button:focus {
background: #ddd !important;
}
.yoast-wizard--button__previous button:focus:active {
background: transparent !important;
}
.yoast-wizard--button__previous button:hover > div > span,
.yoast-wizard--button__previous button:focus > div > span {
color: #000 !important;
}
@media screen and (max-width: 768px) {
.yoast-wizard--step__active {
overflow: hidden;
width: 38px;
}
.yoast-wizard--step__active div {
display: inline-block !important;
vertical-align: middle;
}
.yoast-wizard--step__active div > span > span {
display: block !important;
margin-left: -7px;
padding-right: 99px !important;
}
}
.yoast-wizard--step__active svg {
color: #5d237a;
fill: #5d237a;
}
.yoast-wizard--step__inactive div {
pointer-events: none;
}
@media screen and (max-width: 768px) {
.yoast-wizard--step__inactive {
display: none !important;
}
}
.yoast-wizard--step--container:focus {
outline: none;
}
.yoast-wizard--step--container h1 {
margin-top: 0;
margin-bottom: 16px;
margin-bottom: 1rem;
color: #a4286a;
font-size: 2.75em;
font-weight: 100;
line-height: 3.68rem;
letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
.yoast-wizard--step--container h1 {
font-size: 2em;
line-height: 1.25;
}
}
.yoast-wizard--step--container h2 {
color: #a4286a;
font-size: 1.375em;
font-weight: 400;
}
.yoast-wizard--stepper {
width: 100%;
margin: auto;
}
.yoast-wizard-overlay {
position: absolute;
z-index: 10;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.2;
color: #fff;
background-color: #000;
text-align: center;
}
.yoast-wizard-overlay-loader {
position: relative;
}
.yoast-wizard-container {
position: relative;
min-height: 20px;
border: 1px solid #ccc;
box-shadow: rgba(0, 0, 0, 0.15) 0 3px 10px, rgba(0, 0, 0, 0.2) 0 3px 10px;
text-align: left;
}
@media screen and (max-width: 768px) {
.yoast-wizard-container {
box-shadow: none;
}
}
.yoast-wizard-container fieldset {
margin: 1em 0;
padding-left: 0.5em;
border: 0;
}
.yoast-wizard-text-input {
padding-bottom: 0.5em;
font-size: 14px;
}
.yoast-wizard-text-input-label {
display: block;
margin: 0.5em 0 0;
font-weight: bold;
cursor: pointer;
}
.yoast-wizard-text-input [type="text"] {
box-sizing: border-box;
width: 100%;
max-width: 450px;
}
.yoast-wizard-field-description {
font-weight: bold;
}
.yoast-wizard input {
margin: 0.5em 0;
padding: 5px;
font-size: 14px;
line-height: 140%;
}
.yoast-wizard label {
cursor: pointer;
}
.yoast-wizard input[type="radio"] {
margin: 0.3em 0.7em 0.3em 0;
vertical-align: middle;
}
.yoast-wizard-input__explanation {
margin-top: 0;
color: #555;
font-style: italic;
}
.yoast-wizard-input-radio {
font-size: 14px;
}
.yoast-wizard-input-radio-option label {
padding-top: 2px;
}
.yoast-wizard-input-radio-separator {
padding: 0;
}
.yoast-wizard-input-radio-separator input {
/* visually hide the radio buttons but keep them accessible */
position: absolute;
left: -9999em;
width: 1px;
height: 1px;
}
.yoast-wizard-input-radio-separator input + label {
float: left;
width: 30px !important;
margin: 0 5px 5px 0 !important;
padding: 9px 6px;
border: 1px solid #ccc;
/* Don't change: these mimic Google's font and font size for titles */
font-family: Arial, Helvetica, sans-serif !important;
font-size: 18px !important;
line-height: 24px;
text-align: center;
cursor: pointer;
}
.yoast-wizard-input-radio-separator input:checked + label {
border: 1px solid #a4286a;
background-color: #fff;
box-shadow: inset 0 0 0 2px #a4286a;
}
.yoast-wizard-input-radio-separator input:checked + label,
.yoast-wizard-input-radio-separator input:focus + label {
border-radius: 10px;
border-bottom-right-radius: 0;
}
/* Responsive videos. */
/* Other common aspect ratios: 75% = 4:3, 66.66% = 3:2, 62.5% = 8:5 */
.yoast-video-container-max-width {
max-width: 560px;
}
.yoast-video-container {
overflow: hidden;
position: relative;
/* 16:9 */
height: 0;
padding-bottom: 56.25%;
}
.yoast-video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.yoast-wizard-notice__error {
margin-bottom: 15px;
padding: 12px;
border-left: 4px solid #dc3232;
background: #fff;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
@keyframes heartbeat {
0% {
opacity: 0.4;
transform: scale(0.7);
}
80% {
opacity: 1;
}
100% {
opacity: 1;
transform: scale(0.95);
}
}
.yoast-loader {
animation: heartbeat 1.15s infinite;
animation-timing-function: cubic-bezier(0.96, 0.02, 0.63, 0.86);
animation-direction: alternate;
}
#wizard {
overflow: hidden;
}
.yoast-wizard {
padding-top: 2em;
}
.yoast-wizard input[type="text"] {
min-width: 250px;
}
.yoast-wizard input[type="text"] + div {
margin-right: 1em;
}
.yoast-wizard #gsc_authorization_code {
margin-right: 1em;
}
.yoast-wizard-body {
max-width: 80em;
}
.yoast-wizard--navigation {
margin-top: 2em;
padding-top: 1em;
border-top: 1px solid #a4286a;
}
.yoast-wizard-return-link {
display: block;
margin: 1em 0;
/* lighter #555d66 */
color: #646d78;
text-align: center;
}
.yoast-wizard-mailchimp-message-error {
color: #dc3232;
}
.yoast-wizard-mailchimp-message-success {
color: #008a00;
}
.yoast-wizard-input {
padding-bottom: 0.5em;
}
.yoast-wizard-input__select {
margin: 1em 0;
font-size: 14px;
}
.yoast-wizard-image-upload-container__image {
max-width: 151px;
}
.yoast-wizard-image-upload-container-buttons {
margin-top: 1em;
}
.yoast-wizard-image-upload-container-buttons__remove {
margin-left: 1em;
}
.yoast-wizard-image-upload-container-description {
display: block;
}
.yoast-wizard--emphasis {
font-weight: bold;
}
.yoast-wizard--navigation {
margin-top: 2em;
padding-top: 1em;
border-top: 1px solid #a4286a;
}
.yoast-wizard--rows {
display: -ms-flexbox;
display: flex;
flex-direction: column;
-ms-flex-direction: column;
}
.yoast-wizard--columns {
display: -ms-flexbox;
display: flex;
}
.yoast-wizard--columns .yoast-wizard-text-input-field {
max-width: 100%;
}
.yoast-wizard--columns__even > div {
flex-basis: 50%;
-ms-flex-preferred-size: 50%;
}
.yoast-wizard--columns > div {
margin-left: 1em;
}
.yoast-wizard--columns > div:first-child {
margin-left: 0;
}
.yoast-wizard--columns .yoast-wizard--heading {
margin: 0;
color: #a4286a;
}
.yoast-wizard--columns > .yoast-wizard--column__push_right {
-ms-flex-order: 2;
order: 2;
}
.yoast-wizard--columns > .yoast-wizard--column__push_left {
margin-right: 1em;
margin-left: 0;
-ms-flex-order: 1;
order: 1;
}
.yoast-wizard--choice > .yoast-wizard--rows {
height: 100%;
}
.yoast-wizard--choice div {
align-self: flex-start;
-ms-flex-item-align: start;
}
.yoast-wizard--choice p {
height: 100%;
margin-top: 0.3em;
}
.yoast-wizard--box {
padding: 1em;
border: 1px solid #a4286a;
}
.yoast-wizard--box > div:first-child {
flex-basis: 100px;
-ms-flex-preferred-size: 100px;
}
.yoast-wizard-newsletter--header svg {
position: relative;
top: 4px;
margin-right: 6px;
fill: #a4286a;
}
.yoast-wizard-newsletter--decoration {
width: 100%;
max-width: 490px;
}
.yoast-wizard-newsletter--decoration img {
width: 490px;
max-width: 100%;
/* Compensate for Header spacing */
margin-top: -3em;
}
.yoast-wizard--video-frame iframe {
border: none;
}
@media screen and (max-width: 80em) {
.yoast-wizard--columns {
display: block;
}
.yoast-wizard--columns > div {
margin-left: 0;
}
.yoast-wizard--columns > .yoast-wizard--column__push_left {
margin-top: 2em;
margin-right: 0;
}
.yoast-wizard--box {
display: -ms-flexbox;
display: flex;
margin-top: 1em;
}
.yoast-wizard--box:first-child {
margin-top: 0;
}
.yoast-wizard--box > div {
margin-left: 1em;
}
.yoast-wizard .hide-on-tablet {
display: none;
}
}
.yoast-wizard--suggestion {
margin-bottom: 2em;
padding-top: 2em;
border-top: 1px solid #a4286a;
}
.yoast-wizard--suggestion:first-child {
padding-top: 0;
border-top: none;
}
@media screen and (max-width: 50rem) {
.yoast-wizard .hide-on-mobile {
display: none;
}
.yoast-wizard--box {
display: block;
}
.yoast-wizard--box > div {
margin-left: 0;
}
.yoast-wizard--video-frame {
position: relative;
/* 16:9 */
height: 0;
padding-bottom: 56.25%;
}
.yoast-wizard--video-frame iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
.ie9 .yoast-wizard--stepper {
display: none;
}
|
ScriptReference/AnimationClip-humanMotion.html
|
rakuten/Uinty3D-Docs-zhcn
|
<!DOCTYPE html>
<html lang="en" class="no-js">
<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" />
<title>Unity - Scripting API: AnimationClip.humanMotion</title>
<meta name="description" content="Develop once, publish everywhere! Unity is the ultimate tool for video game development, architectural visualizations, and interactive media installations - publish to the web, Windows, OS X, Wii, Xbox 360, and iPhone with many more platforms to come." />
<meta name="author" content="Unity Technologies" />
<link rel="shortcut icon" href="../StaticFiles/images/favicons/favicon.ico" />
<link rel="icon" type="image/png" href="../StaticFiles/images/favicons/favicon.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="../StaticFiles/images/favicons/apple-touch-icon-152x152.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../StaticFiles/images/favicons/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="../StaticFiles/images/favicons/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../StaticFiles/images/favicons/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../StaticFiles/images/favicons/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" href="../StaticFiles/images/favicons/apple-touch-icon.png" />
<meta name="msapplication-TileColor" content="#222c37" />
<meta name="msapplication-TileImage" content="../StaticFiles/images/favicons/tileicon-144x144.png" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2854981-1']);
_gaq.push(['_setDomainName', 'unity3d.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript" src="../StaticFiles/js/jquery.js">
</script>
<script type="text/javascript" src="docdata/toc.js">//toc</script>
<!--local TOC-->
<script type="text/javascript" src="docdata/global_toc.js">//toc</script>
<!--global TOC, including other platforms-->
<script type="text/javascript" src="../StaticFiles/js/core.js">
</script>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="../StaticFiles/css/core.css" />
</head>
<body>
<div class="header-wrapper">
<div id="header" class="header">
<div class="content">
<div class="spacer">
<div class="menu">
<div class="logo">
<a href="http://docs.unity3d.com">
</a>
</div>
<div class="search-form">
<form action="30_search.html" method="get" class="apisearch">
<input type="text" name="q" placeholder="Search scripting..." autosave="Unity Reference" results="5" class="sbox field" id="q">
</input>
<input type="submit" class="submit">
</input>
</form>
</div>
<ul>
<li>
<a href="http://docs.unity3d.com">Overview</a>
</li>
<li>
<a href="../Manual/index.html">Manual</a>
</li>
<li>
<a href="../ScriptReference/index.html" class="selected">Scripting API</a>
</li>
</ul>
</div>
</div>
<div class="more">
<div class="filler">
</div>
<ul>
<li>
<a href="http://unity3d.com/">unity3d.com</a>
</li>
</ul>
</div>
</div>
</div>
<div class="toolbar">
<div class="content clear">
<div class="lang-switcher hide">
<div class="current toggle" data-target=".lang-list">
<div class="lbl">Language: <span class="b">English</span></div>
<div class="arrow">
</div>
</div>
<div class="lang-list" style="display:none;">
<ul>
<li>
<a href="">English</a>
</li>
</ul>
</div>
</div>
<div class="script-lang">
<ul>
<li class="selected" data-lang="CS">C#</li>
<li data-lang="JS">JS</li>
</ul>
<div id="script-lang-dialog" class="dialog hide">
<div class="dialog-content clear">
<h2>Script language</h2>
<div class="close">
</div>
<p class="clear">Select your preferred scripting language. All code snippets will be displayed in this language.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="master-wrapper" class="master-wrapper clear">
<div id="sidebar" class="sidebar">
<div class="sidebar-wrap">
<div class="content">
<div class="sidebar-menu">
<div class="toc">
<h2>Scripting API</h2>
</div>
</div>
<p>
<a href="40_history.html" class="cw">History</a>
</p>
</div>
</div>
</div>
<div id="content-wrap" class="content-wrap">
<div class="content-block">
<div class="content">
<div class="section">
<div class="mb20 clear">
<h1 class="heading inherit">
<a href="AnimationClip.html">AnimationClip</a>.humanMotion</h1>
<div class="clear">
</div>
<div class="clear">
</div>
<div class="suggest">
<a class="blue-btn sbtn">Suggest a change</a>
<div class="suggest-wrap rel hide">
<div class="loading hide">
<div>
</div>
<div>
</div>
<div>
</div>
</div>
<div class="suggest-success hide">
<h2>Success!</h2>
<p>Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.</p>
<a class="gray-btn sbtn close">Close</a>
</div>
<div class="suggest-failed hide">
<h2>Sumbission failed</h2>
<p>For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.</p>
<a class="gray-btn sbtn close">Close</a>
</div>
<div class="suggest-form clear">
<label for="suggest_name">Your name</label>
<input id="suggest_name" type="text">
</input>
<label for="suggest_email">Your email</label>
<input id="suggest_email" type="email">
</input>
<label for="suggest_body" class="clear">Suggestion <span class="r">*</span></label>
<textarea id="suggest_body" class="req">
</textarea>
<button id="suggest_submit" class="blue-btn mr10">Submit suggestion</button>
<p class="mb0">
<a class="cancel left lh42 cn">Cancel</a>
</p>
</div>
</div>
</div>
<a href='../Manual/class-AnimationClip.html' title='Go to AnimationClip Component in the Manual' class='switch-link gray-btn sbtn left show'>Switch to Manual</a>
<div class="clear">
</div>
</div>
<div class="subsection">
<div class="signature">
<div class="signature-JS sig-block">public
var <span class="sig-kw">humanMotion</span>: bool;
</div>
<div class="signature-CS sig-block">public bool <span class="sig-kw">humanMotion</span>;
</div>
</div>
</div>
<div class="subsection">
<h2>Description</h2>
<p>Returns true if the animation contains curve that drives a humanoid rig.</p>
</div>
</div>
<div class="footer-wrapper">
<div class="footer clear">
<div class="copy">Copyright © 2014 Unity Technologies</div>
<div class="menu">
<a href="http://unity3d.com/learn">Learn</a>
<a href="http://unity3d.com/community">Community</a>
<a href="http://unity3d.com/asset-store">Asset Store</a>
<a href="https://store.unity3d.com">Buy</a>
<a href="http://unity3d.com/unity/download">Download</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
|
doc/html/classRandomGraph-members.html
|
Lamarche-Perrin/optimal_partition
|
<!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.6"/>
<title>Optimal Partition: 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/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">Optimal Partition
</div>
<div id="projectbrief">A toolbox to solve structured versions of the Set Partitioning Problem with decomposable objectives</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="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)">
<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>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Enumerator</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><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">RandomGraph Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classRandomGraph.html">RandomGraph</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>addEdge</b>(int v1, int v2) (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>adjacencySets</b> (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>areAdjacent</b>(int v1, int v2) (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>areAdjacent</b>(int v1, Vertices *v2) (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>areAdjacent</b>(Vertices *v1, int v2) (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>areAdjacent</b>(Vertices *v1, Vertices *v2) (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>areAdjacent</b>(int v1, VVertices *v2) (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>areAdjacent</b>(VVertices *v1, int v2) (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>areAdjacent</b>(VVertices *v1, VVertices *v2) (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classGraph.html#a7714e4a70a69e7d78c2479f06970c453">buildDataStructure</a>()</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>buildDataStructureWithSlyce</b>() (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>buildFromBinary</b>(int index) (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classGraph.html#a237d09042d6411b64075e7b62bb5afaf">computeObjectiveValues</a>()</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classGraph.html#a484517e8cda854dbaf158d7bdae19fe7">computeOptimalPartition</a>(double parameter)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>enumerateSubsets</b>(VVertices *R, VVertices *F, int m, int n, VVertices *T, int q, int r) (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>getAdjacentVertices</b>(int v, int vMax=-1) (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classGraph.html#a044d5401c498aa0c2d213986e7d747ca">getOptimalPartition</a>(double parameter)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classAbstractSet.html#af92c6c087fdb14e2426a1bf30960195e">getOptimalPartitionList</a>(double threshold)</td><td class="entry"><a class="el" href="classAbstractSet.html">AbstractSet</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>getParts</b>() (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Graph</b>(int size) (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>graphComponents</b> (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>graphComponentSet</b> (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>isConnected</b>() (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>isConnected</b>(Vertices *V) (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classGraph.html#ad475ae837e3a0ba750ea9e7975ff1887">normalizeObjectiveValues</a>()</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>objective</b> (defined in <a class="el" href="classAbstractSet.html">AbstractSet</a>)</td><td class="entry"><a class="el" href="classAbstractSet.html">AbstractSet</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classGraph.html#a2ecf3dd3c4897aa924da8e5c221a8509">print</a>()</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>printDataStructure</b>(bool verbose=true) (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classGraph.html#a353894a995807b625cf5713e79696a9d">printObjectiveValues</a>()</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classGraph.html#a493dd2e19a08dd65ca49ac18944ad2cb">printOptimalPartition</a>(double parameter)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classAbstractSet.html#ad8fd35092406335c40914c53ed2e5e34">printOptimalPartitionList</a>(double threshold)</td><td class="entry"><a class="el" href="classAbstractSet.html">AbstractSet</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classAbstractSet.html#ab72fbc5c1f339bb385d24565fd26d4fc">printOptimalPartitionListInCSV</a>(double threshold, Dataset *data, int dim, std::string fileName)</td><td class="entry"><a class="el" href="classAbstractSet.html">AbstractSet</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>printPartitions</b>(bool print=true) (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>printParts</b>() (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>printVertices</b>(Vertices *V) (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>RandomGraph</b>(int vNum, int eNum) (defined in <a class="el" href="classRandomGraph.html">RandomGraph</a>)</td><td class="entry"><a class="el" href="classRandomGraph.html">RandomGraph</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>reachedVertices</b> (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classGraph.html#a294aff8b11a1b11dae2b4cd39b78b91d">setObjectiveFunction</a>(ObjectiveFunction *m)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classGraph.html#ae2f806a5d1fd576be15019f5386cc2e9">setRandom</a>()</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>size</b> (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>slyce</b>(VVertices *R, VVertices *F, int m) (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>value</b> (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classAbstractSet.html#adc3db5afd11de63639ddd079ef4ecf45">~AbstractSet</a>()</td><td class="entry"><a class="el" href="classAbstractSet.html">AbstractSet</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>~Graph</b>() (defined in <a class="el" href="classGraph.html">Graph</a>)</td><td class="entry"><a class="el" href="classGraph.html">Graph</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Dec 2 2015 18:58:53 for Optimal Partition by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>
</body>
</html>
|
docs/html/SpecialRowWriter_8hpp.html
|
edanssandes/MASA-Core
|
<!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>MASA-Core: SpecialRowWriter.hpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">MASA-Core
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.7.6.1 -->
<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="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> </div>
<div class="headertitle">
<div class="title">SpecialRowWriter.hpp File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include <stdio.h></code><br/>
<code>#include <pthread.h></code><br/>
<code>#include <string></code><br/>
<code>#include <map></code><br/>
</div>
<p><a href="SpecialRowWriter_8hpp_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classSpecialRowWriter.html">SpecialRowWriter</a></td></tr>
</table>
</div><!-- contents -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri May 8 2015 11:39:19 for MASA-Core by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>
</body>
</html>
|
src/stompingground/static/lib/datatables/datatables-bootstrap.css
|
openplans/stompingground
|
/* See http://datatables.net/blog/Twitter_Bootstrap_2 */
div.dataTables_length label {
float: left;
text-align: left;
}
div.dataTables_length select {
width: 75px;
}
div.dataTables_filter label {
float: right;
}
div.dataTables_info {
padding-top: 8px;
}
div.dataTables_paginate {
float: right;
margin: 0;
}
table.table {
clear: both;
margin-bottom: 6px !important;
max-width: none !important;
}
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
cursor: pointer;
*cursor: hand;
}
table.table thead .sorting { background: url('images/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('images/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('images/sort_desc.png') no-repeat center right; }
table.table thead .sorting_asc_disabled { background: url('images/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('images/sort_desc_disabled.png') no-repeat center right; }
table.dataTable th:active {
outline: none;
}
/* Scrolling */
div.dataTables_scrollHead table {
margin-bottom: 0 !important;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
div.dataTables_scrollBody table {
border-top: none;
margin-bottom: 0 !important;
}
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
border-top: none;
}
div.dataTables_scrollFoot table {
border-top: none;
}
/*
* TableTools styles
*/
.table tbody tr.active td,
.table tbody tr.active th {
background-color: #08C;
color: white;
}
.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
background-color: #0075b0 !important;
}
.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
background-color: #017ebc;
}
table.DTTT_selectable tbody tr {
cursor: pointer;
*cursor: hand;
}
div.DTTT .btn {
color: #333 !important;
font-size: 12px;
}
div.DTTT .btn:hover {
text-decoration: none !important;
}
ul.DTTT_dropdown.dropdown-menu a {
color: #333 !important; /* needed only when demo_page.css is included */
}
ul.DTTT_dropdown.dropdown-menu li:hover a {
background-color: #0088cc;
color: white !important;
}
/* TableTools information display */
div.DTTT_print_info.modal {
height: 150px;
margin-top: -75px;
text-align: center;
}
div.DTTT_print_info h6 {
font-weight: normal;
font-size: 28px;
line-height: 28px;
margin: 1em;
}
div.DTTT_print_info p {
font-size: 14px;
line-height: 20px;
}
/*
* FixedColumns styles
*/
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
table.DTFC_Cloned tr.even {
background-color: white;
}
div.DTFC_LeftHeadWrapper table {
margin-bottom: 0 !important;
border-top-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
div.DTFC_LeftBodyWrapper table {
border-top: none;
margin-bottom: 0 !important;
}
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
border-top: none;
}
div.DTFC_LeftFootWrapper table {
border-top: none;
}
|
css/post-header.css
|
rossborchers/worldbeater
|
/* line 1, ../scss/post-header.scss */
.post-header {
position: relative;
}
/* line 5, ../scss/post-header.scss */
.post-header .home-div {
position: absolute;
z-index: 5;
width: 100%;
height: 30vh;
top: 0%;
overflow: hidden;
}
/* line 19, ../scss/post-header.scss */
.post-header .home-div a {
overflow: hidden;
}
/* line 23, ../scss/post-header.scss */
.post-header .home-div a img {
background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
position: relative;
bottom: 19vh;
right: 5vh;
height: 60vh;
opacity: 0.7;
}
/* line 35, ../scss/post-header.scss */
.post-header .post-banner {
position: relative;
z-index: 4;
width: 100%;
height: 30vh;
max-height: 30vh;
overflow-y: hidden;
display: flex;
align-items: center;
}
/* line 49, ../scss/post-header.scss */
.post-header .post-banner img {
z-index: 4;
filter: blur(3px);
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-ms-filter: blur(3px);
-o-filter: blur(3px);
width: 100%;
height: auto;
}
/* line 63, ../scss/post-header.scss */
.post-header header {
position: absolute;
z-index: 6;
width: 100%;
bottom: 0%;
background: linear-gradient(to right, black, rgba(0, 0, 0, 0.1));
}
/* line 73, ../scss/post-header.scss */
.post-header header h2 {
padding: 3pt;
padding-bottom: 15pt;
padding-top: 15pt;
font-size: 15pt;
font-family: "League Gothic";
text-decoration: none;
color: gainsboro;
}
|
Wiki/2016-10-17_2016-10-21.html
|
jrhawley/mbp-rot-lupien
|
==Oct 17 - Oct 21, 2016==
===Rotation Project Summary===
<abbr title="Deoxyribonucleic acid">DNA</abbr> is more than just a series of nucleotides; it's a physical object with physical properties. DNA, along with other molecules and amino acids forms a structure called chromatin. This physical structure means that DNA translation is not just affected by the DNA sequences, or the DNA sequences nearby. There can be regulatory elements of DNA far off, that come into close proximity of a gene of interest just dependent on how the chromatin coils.
Sven has recently published a paper on using this idea in order to find an <abbr title="Set of Regulatory Elements">SRE</abbr> for a particular gene of interest. He used two main tools to do this, <abbr title="Cross-Cell-type Correlation in DNase hypersensitivity signals">C3D</abbr>, and <abbr title="mutational significance within the regulatory element set">MuSE</abbr>. C3D finds correlations between <abbr title="DNase Hypersensitive Sites">DHS</abbr> within a certain window of a gene of interest. This helps give some context as to 3D strucuture of the chromatin is, as the hypothesis is that this SRE will contain regions of chromatin in close physical proximity to the gene. MuSE looks at the <abbr title="Background Mutation Rate">BMR</abbr> both globally and locally, and attempts to determine whether mutations occurring in an SRE appear significantly more often than in different parts of the genome.
Sven's paper used 98 <abbr title="Breast Cancer">BCa</abbr> samples, and I'm going to try and replicate this analysis on a ~560 sample BCa dataset from <abbr title="International Cancer Genome Consortium">ICGC</abbr>.
===Setup===
Tahmid (a co-op student from Waterloo), showed me the layout of the project, pointed me towards the scripts, and where the data is located. <strong>The lab doesn't use version control (!!!!) </strong> so the scripts are just located in directories on Mordor. I've copied important items into this repo. (Note: <code>$LHOME=/mnt/work1/users/lupiengroup/hawleyj</code>).
{| class="wikitable"
|+ Table 1: Locations of data files on the cluster
|-
! Item
! Location
|-
| Original C3D
| /mnt/work1/users/lupiengroup/TahmidProject/C3D/
|-
| Original MuSE
| /mnt/work1/users/lupiengroup/TahmidProject/MUSE/
|-
| Original Somatic Mutations (Sanger)
| /mnt/work1/users/pughlab/ICGC/BRCA-EU-UK_ICGC_May-2016/
|-
| BCa DHS BigWigs
| /mnt/work1/data/commondata/ENCODE/data_ENCODE_ucsc/hg19_encodeAnalysisHub_build37/UniformSignalsFor_DNase_FAIRE_Histone_TFBS/UniformSignals
|-
| BCa DHS BedGraphs (converted from BigWig)
| /mnt/work1/users/lupiengroup/TahmidProject/UW_DHS_BG/
|-
| Genes List for Promoters
| /mnt/work1/users/lupiengroup/TahmidProject/genes.list
|-
| MCF-7 Cell Lines
| /mnt/work1/data/commondata/ENCODE/data_ENCODE_ucsc/hg19_encodeProductionData_build37/Chromatin_Accessibility/UW_DNaseI_HS
|}
I made <code>promoter_anchors.bed</code> from running the <code>make_anchors_from_genes.sh</code> script:
<pre>
sh make_anchors_from_genes.sh genes.list 2500 500 promoter_anchors.bed
sort -k1,1 -k2,2n promoter_anchors.bed > promoter_anchors.sorted.bed # sorted
bedtools merge -i promoter_anchors.sorted.bed > promoter_anchors.merged.sorted.bed # merge to reduce features
</pre>
Then, after setting up the configuration file [[Media:Hawleyj_79_BCa_samples.cfg | 79_BCa_samples.cfg]], I ran C3D:
<pre>
sh c3d_wrapper.sh 79_BCa_samples.cfg
</pre>
|
RossFamilyTree/evt/4/d/d15f60681155c31ef4ef1ea9fd4.html
|
RossGammon/the-gammons.net
|
<!DOCTYPE html>
<html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-GB">
<title>Ross Gammon’s Family Tree - Events</title>
<meta charset="UTF-8" />
<meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta name ="apple-mobile-web-app-capable" content="yes" />
<meta name="generator" content="Gramps 4.2.8 http://gramps-project.org/" />
<meta name="author" content="" />
<link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" />
<link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<h1 id="SiteTitle">Ross Gammon’s Family Tree</h1>
</div>
<div class="wrapper" id="nav" role="navigation">
<div class="container">
<ul class="menu" id="dropmenu">
<li><a href="../../../individuals.html" title="Individuals">Individuals</a></li>
<li><a href="../../../index.html" title="Surnames">Surnames</a></li>
<li><a href="../../../families.html" title="Families">Families</a></li>
<li class = "CurrentSection"><a href="../../../events.html" title="Events">Events</a></li>
<li><a href="../../../places.html" title="Places">Places</a></li>
<li><a href="../../../sources.html" title="Sources">Sources</a></li>
<li><a href="../../../repositories.html" title="Repositories">Repositories</a></li>
<li><a href="../../../media.html" title="Media">Media</a></li>
<li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li>
</ul>
</div>
</div>
<div class="content" id="EventDetail">
<h3>Birth</h3>
<table class="infolist eventlist">
<tbody>
<tr>
<td class="ColumnAttribute">Gramps ID</td>
<td class="ColumnGRAMPSID">E15460</td>
</tr>
<tr>
<td class="ColumnAttribute">Date</td>
<td class="ColumnColumnDate">
about 1811-11-00
</td>
</tr>
</tbody>
</table>
<div class="subsection" id="references">
<h4>References</h4>
<ol class="Col1" role="Volume-n-Page"type = 1>
<li>
<a href="../../../ppl/e/f/d15f606810b6b4995b82d15cdfe.html">
HARDING, Rebecca
<span class="grampsid"> [I12980]</span>
</a>
</li>
</ol>
</div>
</div>
<div class="fullclear"></div>
<div id="footer">
<p id="createdate">
Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.8<br />Last change was the 2015-08-05 19:55:09<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a>
</p>
<p id="copyright">
</p>
</div>
</body>
</html>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.