path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
giac/giac-1.2.1/doc/fr/cascmd_fr/cascmd_fr240.html
hiplayer/giac
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META name="GENERATOR" content="hevea 1.10"> <LINK rel="stylesheet" type="text/css" href="cascmd_fr.css"> <TITLE>Les fonctions de base sur les complexes : +,-,*,/,^</TITLE> </HEAD> <BODY > <A HREF="cascmd_fr239.html"><IMG SRC="previous_motif.gif" ALT="Previous"></A> <A HREF="index.html"><IMG SRC="contents_motif.gif" ALT="Up"></A> <A HREF="cascmd_fr241.html"><IMG SRC="next_motif.gif" ALT="Next"></A> <HR> <H3 CLASS="subsection"><A NAME="htoc311">6.12.1</A>  Les fonctions de base sur les complexes : <TT>+,-,*,/,^</TT></H3><P><A NAME="@default409"></A> <TT>+,-,*,/,^</TT> sont les opérateurs habituels pour faire des additions, des soustractions, des multiplications, des divisions et des élévations à une puissance entière ou fractionnaire.<BR> On tape : </P><DIV CLASS="center"><TT>(1+2*i)</TT><CODE><TT>^</TT></CODE><TT>2</TT></DIV><P> On obtient : </P><DIV CLASS="center"><TT>-3+4*i</TT></DIV><HR> <A HREF="cascmd_fr239.html"><IMG SRC="previous_motif.gif" ALT="Previous"></A> <A HREF="index.html"><IMG SRC="contents_motif.gif" ALT="Up"></A> <A HREF="cascmd_fr241.html"><IMG SRC="next_motif.gif" ALT="Next"></A> </BODY> </HTML>
Trabalho PID2013/libs/jfreechart-1.0.14-javadocs/src-html/org/jfree/data/statistics/SimpleHistogramDataset.html
jclazzarim/TrabalhoPID2013
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <title>Source code</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <div class="sourceContainer"> <pre><span class="sourceLineNo">001</span>/* ===========================================================<a name="line.1"></a> <span class="sourceLineNo">002</span> * JFreeChart : a free chart library for the Java(tm) platform<a name="line.2"></a> <span class="sourceLineNo">003</span> * ===========================================================<a name="line.3"></a> <span class="sourceLineNo">004</span> *<a name="line.4"></a> <span class="sourceLineNo">005</span> * (C) Copyright 2000-2011, by Object Refinery Limited and Contributors.<a name="line.5"></a> <span class="sourceLineNo">006</span> *<a name="line.6"></a> <span class="sourceLineNo">007</span> * Project Info: http://www.jfree.org/jfreechart/index.html<a name="line.7"></a> <span class="sourceLineNo">008</span> *<a name="line.8"></a> <span class="sourceLineNo">009</span> * This library is free software; you can redistribute it and/or modify it<a name="line.9"></a> <span class="sourceLineNo">010</span> * under the terms of the GNU Lesser General Public License as published by<a name="line.10"></a> <span class="sourceLineNo">011</span> * the Free Software Foundation; either version 2.1 of the License, or<a name="line.11"></a> <span class="sourceLineNo">012</span> * (at your option) any later version.<a name="line.12"></a> <span class="sourceLineNo">013</span> *<a name="line.13"></a> <span class="sourceLineNo">014</span> * This library is distributed in the hope that it will be useful, but<a name="line.14"></a> <span class="sourceLineNo">015</span> * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY<a name="line.15"></a> <span class="sourceLineNo">016</span> * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public<a name="line.16"></a> <span class="sourceLineNo">017</span> * License for more details.<a name="line.17"></a> <span class="sourceLineNo">018</span> *<a name="line.18"></a> <span class="sourceLineNo">019</span> * You should have received a copy of the GNU Lesser General Public<a name="line.19"></a> <span class="sourceLineNo">020</span> * License along with this library; if not, write to the Free Software<a name="line.20"></a> <span class="sourceLineNo">021</span> * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,<a name="line.21"></a> <span class="sourceLineNo">022</span> * USA.<a name="line.22"></a> <span class="sourceLineNo">023</span> *<a name="line.23"></a> <span class="sourceLineNo">024</span> * [Oracle and Java are registered trademarks of Oracle and/or its affiliates. <a name="line.24"></a> <span class="sourceLineNo">025</span> * Other names may be trademarks of their respective owners.]<a name="line.25"></a> <span class="sourceLineNo">026</span> *<a name="line.26"></a> <span class="sourceLineNo">027</span> * ---------------------------<a name="line.27"></a> <span class="sourceLineNo">028</span> * SimpleHistogramDataset.java<a name="line.28"></a> <span class="sourceLineNo">029</span> * ---------------------------<a name="line.29"></a> <span class="sourceLineNo">030</span> * (C) Copyright 2005-2008, by Object Refinery Limited and Contributors.<a name="line.30"></a> <span class="sourceLineNo">031</span> *<a name="line.31"></a> <span class="sourceLineNo">032</span> * Original Author: David Gilbert (for Object Refinery Limited);<a name="line.32"></a> <span class="sourceLineNo">033</span> * Contributor(s): Sergei Ivanov;<a name="line.33"></a> <span class="sourceLineNo">034</span> *<a name="line.34"></a> <span class="sourceLineNo">035</span> * Changes<a name="line.35"></a> <span class="sourceLineNo">036</span> * -------<a name="line.36"></a> <span class="sourceLineNo">037</span> * 10-Jan-2005 : Version 1 (DG);<a name="line.37"></a> <span class="sourceLineNo">038</span> * 21-May-2007 : Added clearObservations() and removeAllBins() (SI);<a name="line.38"></a> <span class="sourceLineNo">039</span> * 10-Jul-2007 : Added null argument check to constructor (DG);<a name="line.39"></a> <span class="sourceLineNo">040</span> *<a name="line.40"></a> <span class="sourceLineNo">041</span> */<a name="line.41"></a> <span class="sourceLineNo">042</span><a name="line.42"></a> <span class="sourceLineNo">043</span>package org.jfree.data.statistics;<a name="line.43"></a> <span class="sourceLineNo">044</span><a name="line.44"></a> <span class="sourceLineNo">045</span>import java.io.Serializable;<a name="line.45"></a> <span class="sourceLineNo">046</span>import java.util.ArrayList;<a name="line.46"></a> <span class="sourceLineNo">047</span>import java.util.Collections;<a name="line.47"></a> <span class="sourceLineNo">048</span>import java.util.Iterator;<a name="line.48"></a> <span class="sourceLineNo">049</span>import java.util.List;<a name="line.49"></a> <span class="sourceLineNo">050</span><a name="line.50"></a> <span class="sourceLineNo">051</span>import org.jfree.data.DomainOrder;<a name="line.51"></a> <span class="sourceLineNo">052</span>import org.jfree.data.general.DatasetChangeEvent;<a name="line.52"></a> <span class="sourceLineNo">053</span>import org.jfree.data.xy.AbstractIntervalXYDataset;<a name="line.53"></a> <span class="sourceLineNo">054</span>import org.jfree.data.xy.IntervalXYDataset;<a name="line.54"></a> <span class="sourceLineNo">055</span>import org.jfree.util.ObjectUtilities;<a name="line.55"></a> <span class="sourceLineNo">056</span>import org.jfree.util.PublicCloneable;<a name="line.56"></a> <span class="sourceLineNo">057</span><a name="line.57"></a> <span class="sourceLineNo">058</span>/**<a name="line.58"></a> <span class="sourceLineNo">059</span> * A dataset used for creating simple histograms with custom defined bins.<a name="line.59"></a> <span class="sourceLineNo">060</span> *<a name="line.60"></a> <span class="sourceLineNo">061</span> * @see HistogramDataset<a name="line.61"></a> <span class="sourceLineNo">062</span> */<a name="line.62"></a> <span class="sourceLineNo">063</span>public class SimpleHistogramDataset extends AbstractIntervalXYDataset<a name="line.63"></a> <span class="sourceLineNo">064</span> implements IntervalXYDataset, Cloneable, PublicCloneable,<a name="line.64"></a> <span class="sourceLineNo">065</span> Serializable {<a name="line.65"></a> <span class="sourceLineNo">066</span><a name="line.66"></a> <span class="sourceLineNo">067</span> /** For serialization. */<a name="line.67"></a> <span class="sourceLineNo">068</span> private static final long serialVersionUID = 7997996479768018443L;<a name="line.68"></a> <span class="sourceLineNo">069</span><a name="line.69"></a> <span class="sourceLineNo">070</span> /** The series key. */<a name="line.70"></a> <span class="sourceLineNo">071</span> private Comparable key;<a name="line.71"></a> <span class="sourceLineNo">072</span><a name="line.72"></a> <span class="sourceLineNo">073</span> /** The bins. */<a name="line.73"></a> <span class="sourceLineNo">074</span> private List bins;<a name="line.74"></a> <span class="sourceLineNo">075</span><a name="line.75"></a> <span class="sourceLineNo">076</span> /**<a name="line.76"></a> <span class="sourceLineNo">077</span> * A flag that controls whether or not the bin count is divided by the<a name="line.77"></a> <span class="sourceLineNo">078</span> * bin size.<a name="line.78"></a> <span class="sourceLineNo">079</span> */<a name="line.79"></a> <span class="sourceLineNo">080</span> private boolean adjustForBinSize;<a name="line.80"></a> <span class="sourceLineNo">081</span><a name="line.81"></a> <span class="sourceLineNo">082</span> /**<a name="line.82"></a> <span class="sourceLineNo">083</span> * Creates a new histogram dataset. Note that the<a name="line.83"></a> <span class="sourceLineNo">084</span> * &lt;code&gt;adjustForBinSize&lt;/code&gt; flag defaults to &lt;code&gt;true&lt;/code&gt;.<a name="line.84"></a> <span class="sourceLineNo">085</span> *<a name="line.85"></a> <span class="sourceLineNo">086</span> * @param key the series key (&lt;code&gt;null&lt;/code&gt; not permitted).<a name="line.86"></a> <span class="sourceLineNo">087</span> */<a name="line.87"></a> <span class="sourceLineNo">088</span> public SimpleHistogramDataset(Comparable key) {<a name="line.88"></a> <span class="sourceLineNo">089</span> if (key == null) {<a name="line.89"></a> <span class="sourceLineNo">090</span> throw new IllegalArgumentException("Null 'key' argument.");<a name="line.90"></a> <span class="sourceLineNo">091</span> }<a name="line.91"></a> <span class="sourceLineNo">092</span> this.key = key;<a name="line.92"></a> <span class="sourceLineNo">093</span> this.bins = new ArrayList();<a name="line.93"></a> <span class="sourceLineNo">094</span> this.adjustForBinSize = true;<a name="line.94"></a> <span class="sourceLineNo">095</span> }<a name="line.95"></a> <span class="sourceLineNo">096</span><a name="line.96"></a> <span class="sourceLineNo">097</span> /**<a name="line.97"></a> <span class="sourceLineNo">098</span> * Returns a flag that controls whether or not the bin count is divided by<a name="line.98"></a> <span class="sourceLineNo">099</span> * the bin size in the {@link #getXValue(int, int)} method.<a name="line.99"></a> <span class="sourceLineNo">100</span> *<a name="line.100"></a> <span class="sourceLineNo">101</span> * @return A boolean.<a name="line.101"></a> <span class="sourceLineNo">102</span> *<a name="line.102"></a> <span class="sourceLineNo">103</span> * @see #setAdjustForBinSize(boolean)<a name="line.103"></a> <span class="sourceLineNo">104</span> */<a name="line.104"></a> <span class="sourceLineNo">105</span> public boolean getAdjustForBinSize() {<a name="line.105"></a> <span class="sourceLineNo">106</span> return this.adjustForBinSize;<a name="line.106"></a> <span class="sourceLineNo">107</span> }<a name="line.107"></a> <span class="sourceLineNo">108</span><a name="line.108"></a> <span class="sourceLineNo">109</span> /**<a name="line.109"></a> <span class="sourceLineNo">110</span> * Sets the flag that controls whether or not the bin count is divided by<a name="line.110"></a> <span class="sourceLineNo">111</span> * the bin size in the {@link #getYValue(int, int)} method, and sends a<a name="line.111"></a> <span class="sourceLineNo">112</span> * {@link DatasetChangeEvent} to all registered listeners.<a name="line.112"></a> <span class="sourceLineNo">113</span> *<a name="line.113"></a> <span class="sourceLineNo">114</span> * @param adjust the flag.<a name="line.114"></a> <span class="sourceLineNo">115</span> *<a name="line.115"></a> <span class="sourceLineNo">116</span> * @see #getAdjustForBinSize()<a name="line.116"></a> <span class="sourceLineNo">117</span> */<a name="line.117"></a> <span class="sourceLineNo">118</span> public void setAdjustForBinSize(boolean adjust) {<a name="line.118"></a> <span class="sourceLineNo">119</span> this.adjustForBinSize = adjust;<a name="line.119"></a> <span class="sourceLineNo">120</span> notifyListeners(new DatasetChangeEvent(this, this));<a name="line.120"></a> <span class="sourceLineNo">121</span> }<a name="line.121"></a> <span class="sourceLineNo">122</span><a name="line.122"></a> <span class="sourceLineNo">123</span> /**<a name="line.123"></a> <span class="sourceLineNo">124</span> * Returns the number of series in the dataset (always 1 for this dataset).<a name="line.124"></a> <span class="sourceLineNo">125</span> *<a name="line.125"></a> <span class="sourceLineNo">126</span> * @return The series count.<a name="line.126"></a> <span class="sourceLineNo">127</span> */<a name="line.127"></a> <span class="sourceLineNo">128</span> public int getSeriesCount() {<a name="line.128"></a> <span class="sourceLineNo">129</span> return 1;<a name="line.129"></a> <span class="sourceLineNo">130</span> }<a name="line.130"></a> <span class="sourceLineNo">131</span><a name="line.131"></a> <span class="sourceLineNo">132</span> /**<a name="line.132"></a> <span class="sourceLineNo">133</span> * Returns the key for a series. Since this dataset only stores a single<a name="line.133"></a> <span class="sourceLineNo">134</span> * series, the &lt;code&gt;series&lt;/code&gt; argument is ignored.<a name="line.134"></a> <span class="sourceLineNo">135</span> *<a name="line.135"></a> <span class="sourceLineNo">136</span> * @param series the series (zero-based index, ignored in this dataset).<a name="line.136"></a> <span class="sourceLineNo">137</span> *<a name="line.137"></a> <span class="sourceLineNo">138</span> * @return The key for the series.<a name="line.138"></a> <span class="sourceLineNo">139</span> */<a name="line.139"></a> <span class="sourceLineNo">140</span> public Comparable getSeriesKey(int series) {<a name="line.140"></a> <span class="sourceLineNo">141</span> return this.key;<a name="line.141"></a> <span class="sourceLineNo">142</span> }<a name="line.142"></a> <span class="sourceLineNo">143</span><a name="line.143"></a> <span class="sourceLineNo">144</span> /**<a name="line.144"></a> <span class="sourceLineNo">145</span> * Returns the order of the domain (or X) values returned by the dataset.<a name="line.145"></a> <span class="sourceLineNo">146</span> *<a name="line.146"></a> <span class="sourceLineNo">147</span> * @return The order (never &lt;code&gt;null&lt;/code&gt;).<a name="line.147"></a> <span class="sourceLineNo">148</span> */<a name="line.148"></a> <span class="sourceLineNo">149</span> public DomainOrder getDomainOrder() {<a name="line.149"></a> <span class="sourceLineNo">150</span> return DomainOrder.ASCENDING;<a name="line.150"></a> <span class="sourceLineNo">151</span> }<a name="line.151"></a> <span class="sourceLineNo">152</span><a name="line.152"></a> <span class="sourceLineNo">153</span> /**<a name="line.153"></a> <span class="sourceLineNo">154</span> * Returns the number of items in a series. Since this dataset only stores<a name="line.154"></a> <span class="sourceLineNo">155</span> * a single series, the &lt;code&gt;series&lt;/code&gt; argument is ignored.<a name="line.155"></a> <span class="sourceLineNo">156</span> *<a name="line.156"></a> <span class="sourceLineNo">157</span> * @param series the series index (zero-based, ignored in this dataset).<a name="line.157"></a> <span class="sourceLineNo">158</span> *<a name="line.158"></a> <span class="sourceLineNo">159</span> * @return The item count.<a name="line.159"></a> <span class="sourceLineNo">160</span> */<a name="line.160"></a> <span class="sourceLineNo">161</span> public int getItemCount(int series) {<a name="line.161"></a> <span class="sourceLineNo">162</span> return this.bins.size();<a name="line.162"></a> <span class="sourceLineNo">163</span> }<a name="line.163"></a> <span class="sourceLineNo">164</span><a name="line.164"></a> <span class="sourceLineNo">165</span> /**<a name="line.165"></a> <span class="sourceLineNo">166</span> * Adds a bin to the dataset. An exception is thrown if the bin overlaps<a name="line.166"></a> <span class="sourceLineNo">167</span> * with any existing bin in the dataset.<a name="line.167"></a> <span class="sourceLineNo">168</span> *<a name="line.168"></a> <span class="sourceLineNo">169</span> * @param bin the bin (&lt;code&gt;null&lt;/code&gt; not permitted).<a name="line.169"></a> <span class="sourceLineNo">170</span> *<a name="line.170"></a> <span class="sourceLineNo">171</span> * @see #removeAllBins()<a name="line.171"></a> <span class="sourceLineNo">172</span> */<a name="line.172"></a> <span class="sourceLineNo">173</span> public void addBin(SimpleHistogramBin bin) {<a name="line.173"></a> <span class="sourceLineNo">174</span> // check that the new bin doesn't overlap with any existing bin<a name="line.174"></a> <span class="sourceLineNo">175</span> Iterator iterator = this.bins.iterator();<a name="line.175"></a> <span class="sourceLineNo">176</span> while (iterator.hasNext()) {<a name="line.176"></a> <span class="sourceLineNo">177</span> SimpleHistogramBin existingBin<a name="line.177"></a> <span class="sourceLineNo">178</span> = (SimpleHistogramBin) iterator.next();<a name="line.178"></a> <span class="sourceLineNo">179</span> if (bin.overlapsWith(existingBin)) {<a name="line.179"></a> <span class="sourceLineNo">180</span> throw new RuntimeException("Overlapping bin");<a name="line.180"></a> <span class="sourceLineNo">181</span> }<a name="line.181"></a> <span class="sourceLineNo">182</span> }<a name="line.182"></a> <span class="sourceLineNo">183</span> this.bins.add(bin);<a name="line.183"></a> <span class="sourceLineNo">184</span> Collections.sort(this.bins);<a name="line.184"></a> <span class="sourceLineNo">185</span> }<a name="line.185"></a> <span class="sourceLineNo">186</span><a name="line.186"></a> <span class="sourceLineNo">187</span> /**<a name="line.187"></a> <span class="sourceLineNo">188</span> * Adds an observation to the dataset (by incrementing the item count for<a name="line.188"></a> <span class="sourceLineNo">189</span> * the appropriate bin). A runtime exception is thrown if the value does<a name="line.189"></a> <span class="sourceLineNo">190</span> * not fit into any bin.<a name="line.190"></a> <span class="sourceLineNo">191</span> *<a name="line.191"></a> <span class="sourceLineNo">192</span> * @param value the value.<a name="line.192"></a> <span class="sourceLineNo">193</span> */<a name="line.193"></a> <span class="sourceLineNo">194</span> public void addObservation(double value) {<a name="line.194"></a> <span class="sourceLineNo">195</span> addObservation(value, true);<a name="line.195"></a> <span class="sourceLineNo">196</span> }<a name="line.196"></a> <span class="sourceLineNo">197</span><a name="line.197"></a> <span class="sourceLineNo">198</span> /**<a name="line.198"></a> <span class="sourceLineNo">199</span> * Adds an observation to the dataset (by incrementing the item count for<a name="line.199"></a> <span class="sourceLineNo">200</span> * the appropriate bin). A runtime exception is thrown if the value does<a name="line.200"></a> <span class="sourceLineNo">201</span> * not fit into any bin.<a name="line.201"></a> <span class="sourceLineNo">202</span> *<a name="line.202"></a> <span class="sourceLineNo">203</span> * @param value the value.<a name="line.203"></a> <span class="sourceLineNo">204</span> * @param notify send {@link DatasetChangeEvent} to listeners?<a name="line.204"></a> <span class="sourceLineNo">205</span> */<a name="line.205"></a> <span class="sourceLineNo">206</span> public void addObservation(double value, boolean notify) {<a name="line.206"></a> <span class="sourceLineNo">207</span> boolean placed = false;<a name="line.207"></a> <span class="sourceLineNo">208</span> Iterator iterator = this.bins.iterator();<a name="line.208"></a> <span class="sourceLineNo">209</span> while (iterator.hasNext() &amp;&amp; !placed) {<a name="line.209"></a> <span class="sourceLineNo">210</span> SimpleHistogramBin bin = (SimpleHistogramBin) iterator.next();<a name="line.210"></a> <span class="sourceLineNo">211</span> if (bin.accepts(value)) {<a name="line.211"></a> <span class="sourceLineNo">212</span> bin.setItemCount(bin.getItemCount() + 1);<a name="line.212"></a> <span class="sourceLineNo">213</span> placed = true;<a name="line.213"></a> <span class="sourceLineNo">214</span> }<a name="line.214"></a> <span class="sourceLineNo">215</span> }<a name="line.215"></a> <span class="sourceLineNo">216</span> if (!placed) {<a name="line.216"></a> <span class="sourceLineNo">217</span> throw new RuntimeException("No bin.");<a name="line.217"></a> <span class="sourceLineNo">218</span> }<a name="line.218"></a> <span class="sourceLineNo">219</span> if (notify) {<a name="line.219"></a> <span class="sourceLineNo">220</span> notifyListeners(new DatasetChangeEvent(this, this));<a name="line.220"></a> <span class="sourceLineNo">221</span> }<a name="line.221"></a> <span class="sourceLineNo">222</span> }<a name="line.222"></a> <span class="sourceLineNo">223</span><a name="line.223"></a> <span class="sourceLineNo">224</span> /**<a name="line.224"></a> <span class="sourceLineNo">225</span> * Adds a set of values to the dataset and sends a<a name="line.225"></a> <span class="sourceLineNo">226</span> * {@link DatasetChangeEvent} to all registered listeners.<a name="line.226"></a> <span class="sourceLineNo">227</span> *<a name="line.227"></a> <span class="sourceLineNo">228</span> * @param values the values (&lt;code&gt;null&lt;/code&gt; not permitted).<a name="line.228"></a> <span class="sourceLineNo">229</span> *<a name="line.229"></a> <span class="sourceLineNo">230</span> * @see #clearObservations()<a name="line.230"></a> <span class="sourceLineNo">231</span> */<a name="line.231"></a> <span class="sourceLineNo">232</span> public void addObservations(double[] values) {<a name="line.232"></a> <span class="sourceLineNo">233</span> for (int i = 0; i &lt; values.length; i++) {<a name="line.233"></a> <span class="sourceLineNo">234</span> addObservation(values[i], false);<a name="line.234"></a> <span class="sourceLineNo">235</span> }<a name="line.235"></a> <span class="sourceLineNo">236</span> notifyListeners(new DatasetChangeEvent(this, this));<a name="line.236"></a> <span class="sourceLineNo">237</span> }<a name="line.237"></a> <span class="sourceLineNo">238</span><a name="line.238"></a> <span class="sourceLineNo">239</span> /**<a name="line.239"></a> <span class="sourceLineNo">240</span> * Removes all current observation data and sends a<a name="line.240"></a> <span class="sourceLineNo">241</span> * {@link DatasetChangeEvent} to all registered listeners.<a name="line.241"></a> <span class="sourceLineNo">242</span> *<a name="line.242"></a> <span class="sourceLineNo">243</span> * @since 1.0.6<a name="line.243"></a> <span class="sourceLineNo">244</span> *<a name="line.244"></a> <span class="sourceLineNo">245</span> * @see #addObservations(double[])<a name="line.245"></a> <span class="sourceLineNo">246</span> * @see #removeAllBins()<a name="line.246"></a> <span class="sourceLineNo">247</span> */<a name="line.247"></a> <span class="sourceLineNo">248</span> public void clearObservations() {<a name="line.248"></a> <span class="sourceLineNo">249</span> Iterator iterator = this.bins.iterator();<a name="line.249"></a> <span class="sourceLineNo">250</span> while (iterator.hasNext()) {<a name="line.250"></a> <span class="sourceLineNo">251</span> SimpleHistogramBin bin = (SimpleHistogramBin) iterator.next();<a name="line.251"></a> <span class="sourceLineNo">252</span> bin.setItemCount(0);<a name="line.252"></a> <span class="sourceLineNo">253</span> }<a name="line.253"></a> <span class="sourceLineNo">254</span> notifyListeners(new DatasetChangeEvent(this, this));<a name="line.254"></a> <span class="sourceLineNo">255</span> }<a name="line.255"></a> <span class="sourceLineNo">256</span><a name="line.256"></a> <span class="sourceLineNo">257</span> /**<a name="line.257"></a> <span class="sourceLineNo">258</span> * Removes all bins and sends a {@link DatasetChangeEvent} to all<a name="line.258"></a> <span class="sourceLineNo">259</span> * registered listeners.<a name="line.259"></a> <span class="sourceLineNo">260</span> *<a name="line.260"></a> <span class="sourceLineNo">261</span> * @since 1.0.6<a name="line.261"></a> <span class="sourceLineNo">262</span> *<a name="line.262"></a> <span class="sourceLineNo">263</span> * @see #addBin(SimpleHistogramBin)<a name="line.263"></a> <span class="sourceLineNo">264</span> */<a name="line.264"></a> <span class="sourceLineNo">265</span> public void removeAllBins() {<a name="line.265"></a> <span class="sourceLineNo">266</span> this.bins = new ArrayList();<a name="line.266"></a> <span class="sourceLineNo">267</span> notifyListeners(new DatasetChangeEvent(this, this));<a name="line.267"></a> <span class="sourceLineNo">268</span> }<a name="line.268"></a> <span class="sourceLineNo">269</span><a name="line.269"></a> <span class="sourceLineNo">270</span> /**<a name="line.270"></a> <span class="sourceLineNo">271</span> * Returns the x-value for an item within a series. The x-values may or<a name="line.271"></a> <span class="sourceLineNo">272</span> * may not be returned in ascending order, that is up to the class<a name="line.272"></a> <span class="sourceLineNo">273</span> * implementing the interface.<a name="line.273"></a> <span class="sourceLineNo">274</span> *<a name="line.274"></a> <span class="sourceLineNo">275</span> * @param series the series index (zero-based).<a name="line.275"></a> <span class="sourceLineNo">276</span> * @param item the item index (zero-based).<a name="line.276"></a> <span class="sourceLineNo">277</span> *<a name="line.277"></a> <span class="sourceLineNo">278</span> * @return The x-value (never &lt;code&gt;null&lt;/code&gt;).<a name="line.278"></a> <span class="sourceLineNo">279</span> */<a name="line.279"></a> <span class="sourceLineNo">280</span> public Number getX(int series, int item) {<a name="line.280"></a> <span class="sourceLineNo">281</span> return new Double(getXValue(series, item));<a name="line.281"></a> <span class="sourceLineNo">282</span> }<a name="line.282"></a> <span class="sourceLineNo">283</span><a name="line.283"></a> <span class="sourceLineNo">284</span> /**<a name="line.284"></a> <span class="sourceLineNo">285</span> * Returns the x-value (as a double primitive) for an item within a series.<a name="line.285"></a> <span class="sourceLineNo">286</span> *<a name="line.286"></a> <span class="sourceLineNo">287</span> * @param series the series index (zero-based).<a name="line.287"></a> <span class="sourceLineNo">288</span> * @param item the item index (zero-based).<a name="line.288"></a> <span class="sourceLineNo">289</span> *<a name="line.289"></a> <span class="sourceLineNo">290</span> * @return The x-value.<a name="line.290"></a> <span class="sourceLineNo">291</span> */<a name="line.291"></a> <span class="sourceLineNo">292</span> public double getXValue(int series, int item) {<a name="line.292"></a> <span class="sourceLineNo">293</span> SimpleHistogramBin bin = (SimpleHistogramBin) this.bins.get(item);<a name="line.293"></a> <span class="sourceLineNo">294</span> return (bin.getLowerBound() + bin.getUpperBound()) / 2.0;<a name="line.294"></a> <span class="sourceLineNo">295</span> }<a name="line.295"></a> <span class="sourceLineNo">296</span><a name="line.296"></a> <span class="sourceLineNo">297</span> /**<a name="line.297"></a> <span class="sourceLineNo">298</span> * Returns the y-value for an item within a series.<a name="line.298"></a> <span class="sourceLineNo">299</span> *<a name="line.299"></a> <span class="sourceLineNo">300</span> * @param series the series index (zero-based).<a name="line.300"></a> <span class="sourceLineNo">301</span> * @param item the item index (zero-based).<a name="line.301"></a> <span class="sourceLineNo">302</span> *<a name="line.302"></a> <span class="sourceLineNo">303</span> * @return The y-value (possibly &lt;code&gt;null&lt;/code&gt;).<a name="line.303"></a> <span class="sourceLineNo">304</span> */<a name="line.304"></a> <span class="sourceLineNo">305</span> public Number getY(int series, int item) {<a name="line.305"></a> <span class="sourceLineNo">306</span> return new Double(getYValue(series, item));<a name="line.306"></a> <span class="sourceLineNo">307</span> }<a name="line.307"></a> <span class="sourceLineNo">308</span><a name="line.308"></a> <span class="sourceLineNo">309</span> /**<a name="line.309"></a> <span class="sourceLineNo">310</span> * Returns the y-value (as a double primitive) for an item within a series.<a name="line.310"></a> <span class="sourceLineNo">311</span> *<a name="line.311"></a> <span class="sourceLineNo">312</span> * @param series the series index (zero-based).<a name="line.312"></a> <span class="sourceLineNo">313</span> * @param item the item index (zero-based).<a name="line.313"></a> <span class="sourceLineNo">314</span> *<a name="line.314"></a> <span class="sourceLineNo">315</span> * @return The y-value.<a name="line.315"></a> <span class="sourceLineNo">316</span> *<a name="line.316"></a> <span class="sourceLineNo">317</span> * @see #getAdjustForBinSize()<a name="line.317"></a> <span class="sourceLineNo">318</span> */<a name="line.318"></a> <span class="sourceLineNo">319</span> public double getYValue(int series, int item) {<a name="line.319"></a> <span class="sourceLineNo">320</span> SimpleHistogramBin bin = (SimpleHistogramBin) this.bins.get(item);<a name="line.320"></a> <span class="sourceLineNo">321</span> if (this.adjustForBinSize) {<a name="line.321"></a> <span class="sourceLineNo">322</span> return bin.getItemCount()<a name="line.322"></a> <span class="sourceLineNo">323</span> / (bin.getUpperBound() - bin.getLowerBound());<a name="line.323"></a> <span class="sourceLineNo">324</span> }<a name="line.324"></a> <span class="sourceLineNo">325</span> else {<a name="line.325"></a> <span class="sourceLineNo">326</span> return bin.getItemCount();<a name="line.326"></a> <span class="sourceLineNo">327</span> }<a name="line.327"></a> <span class="sourceLineNo">328</span> }<a name="line.328"></a> <span class="sourceLineNo">329</span><a name="line.329"></a> <span class="sourceLineNo">330</span> /**<a name="line.330"></a> <span class="sourceLineNo">331</span> * Returns the starting X value for the specified series and item.<a name="line.331"></a> <span class="sourceLineNo">332</span> *<a name="line.332"></a> <span class="sourceLineNo">333</span> * @param series the series index (zero-based).<a name="line.333"></a> <span class="sourceLineNo">334</span> * @param item the item index (zero-based).<a name="line.334"></a> <span class="sourceLineNo">335</span> *<a name="line.335"></a> <span class="sourceLineNo">336</span> * @return The value.<a name="line.336"></a> <span class="sourceLineNo">337</span> */<a name="line.337"></a> <span class="sourceLineNo">338</span> public Number getStartX(int series, int item) {<a name="line.338"></a> <span class="sourceLineNo">339</span> return new Double(getStartXValue(series, item));<a name="line.339"></a> <span class="sourceLineNo">340</span> }<a name="line.340"></a> <span class="sourceLineNo">341</span><a name="line.341"></a> <span class="sourceLineNo">342</span> /**<a name="line.342"></a> <span class="sourceLineNo">343</span> * Returns the start x-value (as a double primitive) for an item within a<a name="line.343"></a> <span class="sourceLineNo">344</span> * series.<a name="line.344"></a> <span class="sourceLineNo">345</span> *<a name="line.345"></a> <span class="sourceLineNo">346</span> * @param series the series (zero-based index).<a name="line.346"></a> <span class="sourceLineNo">347</span> * @param item the item (zero-based index).<a name="line.347"></a> <span class="sourceLineNo">348</span> *<a name="line.348"></a> <span class="sourceLineNo">349</span> * @return The start x-value.<a name="line.349"></a> <span class="sourceLineNo">350</span> */<a name="line.350"></a> <span class="sourceLineNo">351</span> public double getStartXValue(int series, int item) {<a name="line.351"></a> <span class="sourceLineNo">352</span> SimpleHistogramBin bin = (SimpleHistogramBin) this.bins.get(item);<a name="line.352"></a> <span class="sourceLineNo">353</span> return bin.getLowerBound();<a name="line.353"></a> <span class="sourceLineNo">354</span> }<a name="line.354"></a> <span class="sourceLineNo">355</span><a name="line.355"></a> <span class="sourceLineNo">356</span> /**<a name="line.356"></a> <span class="sourceLineNo">357</span> * Returns the ending X value for the specified series and item.<a name="line.357"></a> <span class="sourceLineNo">358</span> *<a name="line.358"></a> <span class="sourceLineNo">359</span> * @param series the series index (zero-based).<a name="line.359"></a> <span class="sourceLineNo">360</span> * @param item the item index (zero-based).<a name="line.360"></a> <span class="sourceLineNo">361</span> *<a name="line.361"></a> <span class="sourceLineNo">362</span> * @return The value.<a name="line.362"></a> <span class="sourceLineNo">363</span> */<a name="line.363"></a> <span class="sourceLineNo">364</span> public Number getEndX(int series, int item) {<a name="line.364"></a> <span class="sourceLineNo">365</span> return new Double(getEndXValue(series, item));<a name="line.365"></a> <span class="sourceLineNo">366</span> }<a name="line.366"></a> <span class="sourceLineNo">367</span><a name="line.367"></a> <span class="sourceLineNo">368</span> /**<a name="line.368"></a> <span class="sourceLineNo">369</span> * Returns the end x-value (as a double primitive) for an item within a<a name="line.369"></a> <span class="sourceLineNo">370</span> * series.<a name="line.370"></a> <span class="sourceLineNo">371</span> *<a name="line.371"></a> <span class="sourceLineNo">372</span> * @param series the series index (zero-based).<a name="line.372"></a> <span class="sourceLineNo">373</span> * @param item the item index (zero-based).<a name="line.373"></a> <span class="sourceLineNo">374</span> *<a name="line.374"></a> <span class="sourceLineNo">375</span> * @return The end x-value.<a name="line.375"></a> <span class="sourceLineNo">376</span> */<a name="line.376"></a> <span class="sourceLineNo">377</span> public double getEndXValue(int series, int item) {<a name="line.377"></a> <span class="sourceLineNo">378</span> SimpleHistogramBin bin = (SimpleHistogramBin) this.bins.get(item);<a name="line.378"></a> <span class="sourceLineNo">379</span> return bin.getUpperBound();<a name="line.379"></a> <span class="sourceLineNo">380</span> }<a name="line.380"></a> <span class="sourceLineNo">381</span><a name="line.381"></a> <span class="sourceLineNo">382</span> /**<a name="line.382"></a> <span class="sourceLineNo">383</span> * Returns the starting Y value for the specified series and item.<a name="line.383"></a> <span class="sourceLineNo">384</span> *<a name="line.384"></a> <span class="sourceLineNo">385</span> * @param series the series index (zero-based).<a name="line.385"></a> <span class="sourceLineNo">386</span> * @param item the item index (zero-based).<a name="line.386"></a> <span class="sourceLineNo">387</span> *<a name="line.387"></a> <span class="sourceLineNo">388</span> * @return The value.<a name="line.388"></a> <span class="sourceLineNo">389</span> */<a name="line.389"></a> <span class="sourceLineNo">390</span> public Number getStartY(int series, int item) {<a name="line.390"></a> <span class="sourceLineNo">391</span> return getY(series, item);<a name="line.391"></a> <span class="sourceLineNo">392</span> }<a name="line.392"></a> <span class="sourceLineNo">393</span><a name="line.393"></a> <span class="sourceLineNo">394</span> /**<a name="line.394"></a> <span class="sourceLineNo">395</span> * Returns the start y-value (as a double primitive) for an item within a<a name="line.395"></a> <span class="sourceLineNo">396</span> * series.<a name="line.396"></a> <span class="sourceLineNo">397</span> *<a name="line.397"></a> <span class="sourceLineNo">398</span> * @param series the series index (zero-based).<a name="line.398"></a> <span class="sourceLineNo">399</span> * @param item the item index (zero-based).<a name="line.399"></a> <span class="sourceLineNo">400</span> *<a name="line.400"></a> <span class="sourceLineNo">401</span> * @return The start y-value.<a name="line.401"></a> <span class="sourceLineNo">402</span> */<a name="line.402"></a> <span class="sourceLineNo">403</span> public double getStartYValue(int series, int item) {<a name="line.403"></a> <span class="sourceLineNo">404</span> return getYValue(series, item);<a name="line.404"></a> <span class="sourceLineNo">405</span> }<a name="line.405"></a> <span class="sourceLineNo">406</span><a name="line.406"></a> <span class="sourceLineNo">407</span> /**<a name="line.407"></a> <span class="sourceLineNo">408</span> * Returns the ending Y value for the specified series and item.<a name="line.408"></a> <span class="sourceLineNo">409</span> *<a name="line.409"></a> <span class="sourceLineNo">410</span> * @param series the series index (zero-based).<a name="line.410"></a> <span class="sourceLineNo">411</span> * @param item the item index (zero-based).<a name="line.411"></a> <span class="sourceLineNo">412</span> *<a name="line.412"></a> <span class="sourceLineNo">413</span> * @return The value.<a name="line.413"></a> <span class="sourceLineNo">414</span> */<a name="line.414"></a> <span class="sourceLineNo">415</span> public Number getEndY(int series, int item) {<a name="line.415"></a> <span class="sourceLineNo">416</span> return getY(series, item);<a name="line.416"></a> <span class="sourceLineNo">417</span> }<a name="line.417"></a> <span class="sourceLineNo">418</span><a name="line.418"></a> <span class="sourceLineNo">419</span> /**<a name="line.419"></a> <span class="sourceLineNo">420</span> * Returns the end y-value (as a double primitive) for an item within a<a name="line.420"></a> <span class="sourceLineNo">421</span> * series.<a name="line.421"></a> <span class="sourceLineNo">422</span> *<a name="line.422"></a> <span class="sourceLineNo">423</span> * @param series the series index (zero-based).<a name="line.423"></a> <span class="sourceLineNo">424</span> * @param item the item index (zero-based).<a name="line.424"></a> <span class="sourceLineNo">425</span> *<a name="line.425"></a> <span class="sourceLineNo">426</span> * @return The end y-value.<a name="line.426"></a> <span class="sourceLineNo">427</span> */<a name="line.427"></a> <span class="sourceLineNo">428</span> public double getEndYValue(int series, int item) {<a name="line.428"></a> <span class="sourceLineNo">429</span> return getYValue(series, item);<a name="line.429"></a> <span class="sourceLineNo">430</span> }<a name="line.430"></a> <span class="sourceLineNo">431</span><a name="line.431"></a> <span class="sourceLineNo">432</span> /**<a name="line.432"></a> <span class="sourceLineNo">433</span> * Compares the dataset for equality with an arbitrary object.<a name="line.433"></a> <span class="sourceLineNo">434</span> *<a name="line.434"></a> <span class="sourceLineNo">435</span> * @param obj the object (&lt;code&gt;null&lt;/code&gt; permitted).<a name="line.435"></a> <span class="sourceLineNo">436</span> *<a name="line.436"></a> <span class="sourceLineNo">437</span> * @return A boolean.<a name="line.437"></a> <span class="sourceLineNo">438</span> */<a name="line.438"></a> <span class="sourceLineNo">439</span> public boolean equals(Object obj) {<a name="line.439"></a> <span class="sourceLineNo">440</span> if (obj == this) {<a name="line.440"></a> <span class="sourceLineNo">441</span> return true;<a name="line.441"></a> <span class="sourceLineNo">442</span> }<a name="line.442"></a> <span class="sourceLineNo">443</span> if (!(obj instanceof SimpleHistogramDataset)) {<a name="line.443"></a> <span class="sourceLineNo">444</span> return false;<a name="line.444"></a> <span class="sourceLineNo">445</span> }<a name="line.445"></a> <span class="sourceLineNo">446</span> SimpleHistogramDataset that = (SimpleHistogramDataset) obj;<a name="line.446"></a> <span class="sourceLineNo">447</span> if (!this.key.equals(that.key)) {<a name="line.447"></a> <span class="sourceLineNo">448</span> return false;<a name="line.448"></a> <span class="sourceLineNo">449</span> }<a name="line.449"></a> <span class="sourceLineNo">450</span> if (this.adjustForBinSize != that.adjustForBinSize) {<a name="line.450"></a> <span class="sourceLineNo">451</span> return false;<a name="line.451"></a> <span class="sourceLineNo">452</span> }<a name="line.452"></a> <span class="sourceLineNo">453</span> if (!this.bins.equals(that.bins)) {<a name="line.453"></a> <span class="sourceLineNo">454</span> return false;<a name="line.454"></a> <span class="sourceLineNo">455</span> }<a name="line.455"></a> <span class="sourceLineNo">456</span> return true;<a name="line.456"></a> <span class="sourceLineNo">457</span> }<a name="line.457"></a> <span class="sourceLineNo">458</span><a name="line.458"></a> <span class="sourceLineNo">459</span> /**<a name="line.459"></a> <span class="sourceLineNo">460</span> * Returns a clone of the dataset.<a name="line.460"></a> <span class="sourceLineNo">461</span> *<a name="line.461"></a> <span class="sourceLineNo">462</span> * @return A clone.<a name="line.462"></a> <span class="sourceLineNo">463</span> *<a name="line.463"></a> <span class="sourceLineNo">464</span> * @throws CloneNotSupportedException not thrown by this class, but maybe<a name="line.464"></a> <span class="sourceLineNo">465</span> * by subclasses (if any).<a name="line.465"></a> <span class="sourceLineNo">466</span> */<a name="line.466"></a> <span class="sourceLineNo">467</span> public Object clone() throws CloneNotSupportedException {<a name="line.467"></a> <span class="sourceLineNo">468</span> SimpleHistogramDataset clone = (SimpleHistogramDataset) super.clone();<a name="line.468"></a> <span class="sourceLineNo">469</span> clone.bins = (List) ObjectUtilities.deepClone(this.bins);<a name="line.469"></a> <span class="sourceLineNo">470</span> return clone;<a name="line.470"></a> <span class="sourceLineNo">471</span> }<a name="line.471"></a> <span class="sourceLineNo">472</span><a name="line.472"></a> <span class="sourceLineNo">473</span>}<a name="line.473"></a> </pre> </div> </body> </html>
source/core/3rdpart/qwt/doc/html/search/functions_66.html
iclosure/jdataanalyse
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.8.5"> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="functions_66.js"></script> <script type="text/javascript" src="search.js"></script> </head> <body class="SRPage"> <div id="SRIndex"> <div class="SRStatus" id="Loading">Loading...</div> <div id="SRResults"></div> <script type="text/javascript"><!-- createResults(); --></script> <div class="SRStatus" id="Searching">Searching...</div> <div class="SRStatus" id="NoMatches">No Matches</div> <script type="text/javascript"><!-- document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults"); searchResults.Search(); --></script> </div> </body> </html>
lib/boost/boost_1_38_0/doc/html/boost/xpressive/regex_id_filter_predicate.html
scs/uclinux
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Struct template regex_id_filter_predicate</title> <link rel="stylesheet" href="../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> <link rel="start" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../xpressive/reference.html#header.boost.xpressive.match_results_hpp" title="Header &lt;boost/xpressive/match_results.hpp&gt;"> <link rel="prev" href="match_results.html" title="Struct template match_results"> <link rel="next" href="op/push.html" title="Struct push"> </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="match_results.html"><img src="../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../xpressive/reference.html#header.boost.xpressive.match_results_hpp"><img src="../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="op/push.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a> </div> <div class="refentry" lang="en"> <a name="boost.xpressive.regex_id_filter_predicate"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Struct template regex_id_filter_predicate</span></h2> <p>boost::xpressive::regex_id_filter_predicate</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="emphasis"><em>// In header: &lt;<a class="link" href="../../xpressive/reference.html#header.boost.xpressive.match_results_hpp" title="Header &lt;boost/xpressive/match_results.hpp&gt;">boost/xpressive/match_results.hpp</a>&gt; </em></span><span class="bold"><strong>template</strong></span>&lt;<span class="bold"><strong>typename</strong></span> BidiIter&gt; <span class="bold"><strong>struct</strong></span> <a class="link" href="regex_id_filter_predicate.html" title="Struct template regex_id_filter_predicate">regex_id_filter_predicate</a> { <span class="emphasis"><em>// <a class="link" href="regex_id_filter_predicate.html#boost.xpressive.regex_id_filter_predicateconstruct-copy-destruct">construct/copy/destruct</a></em></span> <a class="link" href="regex_id_filter_predicate.html#id3880415-bb">regex_id_filter_predicate</a>(regex_id_type); <span class="emphasis"><em>// <a class="link" href="regex_id_filter_predicate.html#id3880395-bb">public member functions</a></em></span> <span class="type"><span class="bold"><strong>bool</strong></span></span> <a class="link" href="regex_id_filter_predicate.html#id3880398-bb"><span class="bold"><strong>operator</strong></span>()</a>(<a class="link" href="match_results.html" title="Struct template match_results">match_results</a>&lt; BidiIter &gt; <span class="bold"><strong>const</strong></span> &amp;) <span class="bold"><strong>const</strong></span>; };</pre></div> <div class="refsect1" lang="en"> <a name="id4368276"></a><h2>Description</h2> <div class="refsect2" lang="en"> <a name="id4368280"></a><h3> <a name="boost.xpressive.regex_id_filter_predicateconstruct-copy-destruct"></a><code class="computeroutput">regex_id_filter_predicate</code> public construct/copy/destruct</h3> <div class="orderedlist"><ol type="1"><li><pre class="literallayout"><a name="id3880415-bb"></a>regex_id_filter_predicate(regex_id_type regex_id);</pre></li></ol></div> </div> <div class="refsect2" lang="en"> <a name="id4368316"></a><h3> <a name="id3880395-bb"></a><code class="computeroutput">regex_id_filter_predicate</code> public member functions</h3> <div class="orderedlist"><ol type="1"><li><pre class="literallayout"><span class="type"><span class="bold"><strong>bool</strong></span></span> <a name="id3880398-bb"></a><span class="bold"><strong>operator</strong></span>()(<a class="link" href="match_results.html" title="Struct template match_results">match_results</a>&lt; BidiIter &gt; <span class="bold"><strong>const</strong></span> &amp; res) <span class="bold"><strong>const</strong></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 © 2007 Eric Niebler<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="match_results.html"><img src="../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../xpressive/reference.html#header.boost.xpressive.match_results_hpp"><img src="../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="op/push.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a> </div> </body> </html>
assets/css/typography3.css
3DayStartup/360DS-frontend
/* TYPOGRAPHY OPTION 2 */ @font-face { font-family: 'ChunkFiveRegular'; src: url('fonts/Chunkfive-webfont.eot'); src: local('?'), url('fonts/Chunkfive-webfont.woff') format('woff'), url('fonts/Chunkfive-webfont.ttf') format('truetype'), url('fonts/Chunkfive-webfont.svg#webfontb5K2fJwj') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'CartoGothic'; src: url('fonts/CartoGothicStd-Book-webfont.eot'); src: local('?'), url('fonts/CartoGothicStd-Book-webfont.woff') format('woff'), url('fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'), url('fonts/CartoGothicStd-Book-webfont.svg#webfontiSSvHuvy') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'CartoGothic'; src: url('fonts/CartoGothicStd-Italic-webfont.eot'); src: local('?'), url('fonts/CartoGothicStd-Italic-webfont.woff') format('woff'), url('fonts/CartoGothicStd-Italic-webfont.ttf') format('truetype'), url('fonts/CartoGothicStd-Italic-webfont.svg#webfontVz7NhMTG') format('svg'); font-weight: normal; font-style: italic; } @font-face { font-family: 'CartoGothic'; src: url('fonts/CartoGothicStd-Bold-webfont.eot'); src: local('?'), url('fonts/CartoGothicStd-Bold-webfont.woff') format('woff'), url('fonts/CartoGothicStd-Bold-webfont.ttf') format('truetype'), url('fonts/CartoGothicStd-Bold-webfont.svg#webfontXG7opWym') format('svg'); font-weight: bold; font-style: normal; } /* Elements */ body, td, p, p a, input, span { font-family: 'CartoGothic', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif} strong { font-weight: bold } a { text-decoration: none } h1, h2, h3, h4, .logo, #top-nav, #super-header .menu>ul a,#slideshow .video .play-video { font-family: 'ChunkFive', 'ChunkFiveRegular', Georgia, Serif; font-weight: normal; } .btn, #main-nav, #header .menu>ul {font-family: 'ChunkFive', 'ChunkFiveRegular', Georgia, Serif;} #main-nav li a, #header .menu>ul li a { line-height: 32px } #main-nav .active a, #header .menu>ul .active a { line-height: 38px} #header .menu>ul .sub-menu li a, #main-nav .sub-menu li a { font-family:'CartoGothic', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif; } h1 { font-size: 40px;margin-bottom: 30px } h2 { font-size: 36px; line-height: 1.1 } h2.updates { font-size: 36px; font-family: 'ChunkFive', 'ChunkFiveRegular', Georgia, Serif; } h3 { font-size: 32px } h4 { font-size: 26px } h5 { font-size: 18px; font-weight: bold } h6 { font-size: 16px; font-weight: normal } .btn { font-size: 18px; letter-spacing: 0 } #blog-nav a { font-size: 18px } #homepage-widgets h3 a, #homepage-widgets h3 { font-family:'ChunkFive', 'ChunkFiveRegular', Georgia, Serif; font-size: 24px; letter-spacing: 0 } #homepage-widgets .widget p { font-size: 14px} #homepage-widgets .widget .btn { font-size: 14px} #contact-us .blurb { font-size: 18px; font-family: 'CartoGothic', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif; } #contact-us .contact-us { line-height: 1.3; font-size: 22px; font-family:'ChunkFive', 'ChunkFiveRegular', Georgia, Serif; font-weight: normal } #contact-us .contact-us em { font-family: 'CartoGothic', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif; letter-spacing: 0 } #sidebar .widget h4, #sidebar .widget h4 a { font-size: 22px; font-family: 'ChunkFive', 'ChunkFiveRegular', Georgia, Serif; line-height: 30px} #sidebar .widget, #sidebar .widget p { font-size: 12px; line-height: 1.8} #sidebar ul li a { font-size: 12px; line-height: 2.3; padding-left: 5px} /* Specific */ #top-nav, #super-header .menu>ul { font-size: 15px } #top-nav a, #super-header .menu>ul a {font-family: 'CartoGothic'; font-weight: normal} .logo { font-size: 34px; font-family: 'ChunkFive', 'ChunkFiveRegular', Georgia, Serif; line-height: 60px } #slideshow h2 a { font-size: 30px; font-family:'ChunkFive', 'ChunkFiveRegular', Georgia, Serif; font-weight: normal } #slideshow p { font-size: 16px; line-height: 1.5 } #slideshow .btn { line-height: 1.2} #main-nav a, #header .menu>ul a { font-size: 18px } #footer p { font-family: 'CartoGothic', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif; line-height: 1.8; font-size: 16px} #footer .widget h3 { font-family: 'ChunkFive', 'ChunkFiveRegular', Georgia, Serif; font-size: 16px; letter-spacing: 0; margin-bottom: 10px} #footer .widget, #footer .widget p { font-family: 'CartoGothic', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif; font-size: 12px; line-height: 2 } #blog-nav .btn a {font-family: 'CartoGothic', 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif; font-size: 12px; font-weight: bold } /* Posts */ .post h3 { font-family: 'ChunkFive', 'ChunkFiveRegular', Georgia, Serif; font-size: 28px; line-height: 1.1; margin-top: 5px } .post .date {font-family: 'ChunkFive', 'ChunkFiveRegular', Georgia, Serif ;line-height: 1.2} .post-content .info { font-size: 12px } .post .keep-reading .btn { font-size: 14px; }
layouts/sidebar-content.css
MichaelArestad/Bookmarks
/* Theme Name: Bookmarks Layout: Sidebar-Content */ .content-area { float: right; margin: 0 0 0 -25%; width: 100%; } .site-main { margin: 0 0 0 25%; } .site-content .widget-area { float: left; overflow: hidden; width: 25%; } .site-footer { clear: both; width: 100%; }
IPT-Course-Java-31ed/Invoicing/doc/org/iproduct/invoicing/InvoicingApp.html
iproduct/IPT-Course-Java-8
<!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_45) on Sun Jul 26 12:35:47 GMT+02:00 2015 --> <title>InvoicingApp</title> <meta name="date" content="2015-07-26"> <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="InvoicingApp"; } } catch(err) { } //--> var methods = {"i0":9,"i1":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static 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="class-use/InvoicingApp.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/iproduct/invoicing/InvoicingApp.html" target="_top">Frames</a></li> <li><a href="InvoicingApp.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</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">org.iproduct.invoicing</div> <h2 title="Class InvoicingApp" class="title">Class InvoicingApp</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.iproduct.invoicing.InvoicingApp</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">InvoicingApp</span> extends java.lang.Object</pre> <div class="block">Top level invoicing application class.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> <dd>1.0</dd> <dt><span class="simpleTagLabel">Version:</span></dt> <dd>1.0</dd> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Trayan Iliev</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../org/iproduct/invoicing/model/Invoice.html" title="class in org.iproduct.invoicing.model"><code>Invoice</code></a></dd> </dl> </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">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../org/iproduct/invoicing/InvoicingApp.html#InvoicingApp--">InvoicingApp</a></span>()</code>&nbsp;</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">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/iproduct/invoicing/InvoicingApp.html#formatInvoice-org.iproduct.invoicing.model.Invoice-">formatInvoice</a></span>(<a href="../../../org/iproduct/invoicing/model/Invoice.html" title="class in org.iproduct.invoicing.model">Invoice</a>&nbsp;inv)</code> <div class="block">This method prints the invoice as text.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/iproduct/invoicing/InvoicingApp.html#main-java.lang.String:A-">main</a></span>(java.lang.String[]&nbsp;args)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="InvoicingApp--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>InvoicingApp</h4> <pre>public&nbsp;InvoicingApp()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="formatInvoice-org.iproduct.invoicing.model.Invoice-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>formatInvoice</h4> <pre>public static&nbsp;java.lang.String&nbsp;formatInvoice(<a href="../../../org/iproduct/invoicing/model/Invoice.html" title="class in org.iproduct.invoicing.model">Invoice</a>&nbsp;inv)</pre> <div class="block">This method prints the invoice as text.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>inv</code> - invoice to be printed</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>formatted text layout of the inoce</dd> </dl> </li> </ul> <a name="main-java.lang.String:A-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>main</h4> <pre>public static&nbsp;void&nbsp;main(java.lang.String[]&nbsp;args)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/InvoicingApp.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/iproduct/invoicing/InvoicingApp.html" target="_top">Frames</a></li> <li><a href="InvoicingApp.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
2017/11/22/Markdown/ldap/index.html
glody/glody.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>ldap setup | Glody&#39;s Notes</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="description" content="title: ldapdate: 2017-11-22 20:51:16 tags: Markdown地址: 172.20.197.44 端口:389 基准检索DN: dc=mevoco,dc=com 加密方式: TLS/普通 LDAP用户DN: cn=Manager,dc=mevoco,dc=com 密码: password 用户: ldapuser1 ; ldapuser2 密码: 12"> <meta name="keywords" content="Markdown"> <meta property="og:type" content="article"> <meta property="og:title" content="ldap setup"> <meta property="og:url" content="http://glody.net/2017/11/22/Markdown/ldap/index.html"> <meta property="og:site_name" content="Glody's Notes"> <meta property="og:description" content="title: ldapdate: 2017-11-22 20:51:16 tags: Markdown地址: 172.20.197.44 端口:389 基准检索DN: dc=mevoco,dc=com 加密方式: TLS/普通 LDAP用户DN: cn=Manager,dc=mevoco,dc=com 密码: password 用户: ldapuser1 ; ldapuser2 密码: 12"> <meta property="og:updated_time" content="2017-11-22T12:51:25.781Z"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="ldap setup"> <meta name="twitter:description" content="title: ldapdate: 2017-11-22 20:51:16 tags: Markdown地址: 172.20.197.44 端口:389 基准检索DN: dc=mevoco,dc=com 加密方式: TLS/普通 LDAP用户DN: cn=Manager,dc=mevoco,dc=com 密码: password 用户: ldapuser1 ; ldapuser2 密码: 12"> <link rel="icon" href="https://avatars3.githubusercontent.com/u/1768868?v=3&s=460"> <link rel="stylesheet" href="/css/style.css"> <link rel="stylesheet" href="/css/highlight.css"> <link href="//cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" rel="stylesheet"> <link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script> <script> hljs.initHighlightingOnLoad(); </script> </head> <div style="display: none"> <input class="theme_disqus_on" value="false"> <input class="theme_preload_comment" value="false"> </div> <body> <aside class="nav"> <div class="nav-left"> <a href="/" class="avatar" style="background-image:url(https://avatars3.githubusercontent.com/u/1768868?v=3&amp;s=460)"></a> <div class="author"> <span>Glody Guo</span> </div> <div class="icon"> <a class="github" title="github" href="https://github.com/glody" target="_blank"></a> <a class="linkedin" title="linkedin" href="https://www.linkedin.com/in/glody" target="_blank"></a> <a class="mail" title="mail" href="mailto:glody.guo@gmail.com"></a> </div> <ul> <li class="all active">全部文章</li> </ul> </div> <div class="nav-right"> <form onkeydown="if(event.keyCode==13){return false;}"> <input class="search" type="text" placeholder="Search..." autocomplete="off"> <span> <label for="tagswitch">Tags:</label> <input id="tagswitch" type="checkbox"> </span> </form> <ul class="tags-list"> <li class="article-tag-list-item"> <a href="javascript:" class="color4">MarkDown</a> </li> <li class="article-tag-list-item"> <a href="javascript:" class="color4">Markdown</a> </li> <div class="clearfix"></div> </ul> <nav> <a class="" href="/2017/11/22/Markdown/AddSecurityGroupRule/" data-tag="Markdown"> <span class="post-title" title="AddSecurityGroupRule">AddSecurityGroupRule</span> <span class="post-date" title="2017-11-22 20:51:23">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/ad/" data-tag="Markdown"> <span class="post-title" title="AD DC setup">AD DC setup</span> <span class="post-date" title="2017-11-22 20:51:16">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/cannot_sariablize_None/" data-tag="Markdown"> <span class="post-title" title="auto test analysis">auto test analysis</span> <span class="post-date" title="2017-11-22 20:51:25">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/hwinfo/" data-tag="Markdown"> <span class="post-title" title="get linux hardware info">get linux hardware info</span> <span class="post-date" title="2017-11-22 20:51:17">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/iostat/" data-tag="Markdown"> <span class="post-title" title="iostat">iostat</span> <span class="post-date" title="2017-11-22 20:51:20">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/gist/" data-tag="Markdown"> <span class="post-title" title="gist">gist</span> <span class="post-date" title="2017-11-22 20:51:13">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/eth0/" data-tag="Markdown"> <span class="post-title" title="解决vm联网问题">解决vm联网问题</span> <span class="post-date" title="2017-11-22 20:51:21">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/iotop/" data-tag="Markdown"> <span class="post-title" title="iotop">iotop</span> <span class="post-date" title="2017-11-22 20:51:18">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/ldap/" data-tag="Markdown"> <span class="post-title" title="ldap setup">ldap setup</span> <span class="post-date" title="2017-11-22 20:51:25">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/network/" data-tag="Markdown"> <span class="post-title" title="网络命令">网络命令</span> <span class="post-date" title="2017-11-22 20:51:24">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/remount/" data-tag="Markdown"> <span class="post-title" title="remount">remount</span> <span class="post-date" title="2017-11-22 20:51:15">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/sar/" data-tag="Markdown"> <span class="post-title" title="sar">sar</span> <span class="post-date" title="2017-11-22 20:51:17">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/shadowsocks/" data-tag="Markdown"> <span class="post-title" title="ssserver -c /etc/shadowsocks.json -d start">ssserver -c /etc/shadowsocks.json -d start</span> <span class="post-date" title="2017-11-22 20:51:15">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/sysstat/" data-tag="Markdown"> <span class="post-title" title="sysstat">sysstat</span> <span class="post-date" title="2017-11-22 20:51:18">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/top/" data-tag="Markdown"> <span class="post-title" title="top">top</span> <span class="post-date" title="2017-11-22 20:51:20">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/tui_setup/" data-tag="Markdown"> <span class="post-title" title="tui_setup">tui_setup</span> <span class="post-date" title="2017-11-22 20:51:23">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/unzip/" data-tag="Markdown"> <span class="post-title" title="Linux解压">Linux解压</span> <span class="post-date" title="2017-11-22 20:51:14">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/uptime/" data-tag="Markdown"> <span class="post-title" title="uptime">uptime</span> <span class="post-date" title="2017-11-22 20:51:21">2017/11/22</span> </a> <a class="" href="/2017/11/10/Markdown/virsh/" data-tag=""> <span class="post-title" title=""></span> <span class="post-date" title="2017-11-10 15:42:53">2017/11/10</span> </a> <a class="" href="/2017/11/22/Markdown/ad_test/" data-tag="Markdown"> <span class="post-title" title="adtest">adtest</span> <span class="post-date" title="2017-11-22 20:51:12">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/ldap.tmp/" data-tag="Markdown"> <span class="post-title" title=""></span> <span class="post-date" title="2017-11-22 20:51:10">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/note/" data-tag="Markdown"> <span class="post-title" title=""></span> <span class="post-date" title="2017-11-22 20:51:11">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/project/" data-tag="Markdown"> <span class="post-title" title="project">project</span> <span class="post-date" title="2017-11-22 20:51:12">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/timeout/" data-tag="Markdown"> <span class="post-title" title=""></span> <span class="post-date" title="2017-11-22 20:51:12">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/win_cloudbase/" data-tag="Markdown"> <span class="post-title" title=""></span> <span class="post-date" title="2017-11-22 20:51:11">2017/11/22</span> </a> <a class="" href="/2017/11/22/Markdown/同步时间/" data-tag="Markdown"> <span class="post-title" title="同步时间">同步时间</span> <span class="post-date" title="2017-11-22 20:51:25">2017/11/22</span> </a> </nav> </div> </aside> <div class="post"> <div class="pjax"> <article id="post-Markdown/ldap" class="article article-type-post" itemscope itemprop="blogPost"> <div class="article-meta"> <time class="date" title="2017-11-22 20:51:25">2017 November 22</time> <span class="tag"> <a href="javascript:" class="color4">Markdown</a> </span> </div> <h1 class="article-title">ldap setup</h1> <div class="toc-ref"> <ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#tags-Markdown"><span class="toc-text">tags: Markdown</span></a></li></ol> <style> .left-col .switch-btn, .left-col .switch-area { display: none; } .toc-level-3 i, .toc-level-3 ol { display: none !important; } </style> </div> <div class="article-entry" itemprop="articleBody"> <hr> <p>title: ldap<br>date: 2017-11-22 20:51:16</p> <h2 id="tags-Markdown"><a href="#tags-Markdown" class="headerlink" title="tags: Markdown"></a>tags: Markdown</h2><pre><code class="lang:shell">地址: 172.20.197.44 端口:389 基准检索DN: dc=mevoco,dc=com 加密方式: TLS/普通 LDAP用户DN: cn=Manager,dc=mevoco,dc=com 密码: password 用户: ldapuser1 ; ldapuser2 密码: 123456 用户:ldapuser3 ; ldapuser4 ; 密码:password 用户: ldapuser5 密码: zstack.org uid=ldapuser4,ou=people,dc=mevoco,dc=com </code></pre> </div> </article> </div> </div> <div class="full-toc"> <button class="full"><span class="min"></span></button> <button class="post-toc-menu"><span class="post-toc-menu-icons"></span></button> <div class="post-toc"><span class="post-toc-title">目录</span> <div class="post-toc-content"> </div> </div> </div> </body> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery.pjax/1.9.6/jquery.pjax.min.js"></script> <script src="/js/script.js"></script> </html>
doc/html/fx-0_89_84_2lib_2ofx__container__security_8cpp.html
bdonlan/libofx
<!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>LibOFX: ofx_container_security.cpp File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <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> <!-- Generated by Doxygen 1.7.3 --> <div id="top"> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">LibOFX</div> </td> </tr> </tbody> </table> </div> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="annotated.html"><span>Data&#160;Structures</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&#160;List</span></a></li> <li><a href="globals.html"><span>Globals</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('fx-0_89_84_2lib_2ofx__container__security_8cpp.html',''); </script> <div id="doc-content"> <div class="header"> <div class="summary"> <a href="#var-members">Variables</a> </div> <div class="headertitle"> <h1>ofx_container_security.cpp File Reference</h1> </div> </div> <div class="contents"> <p>Implementation of <a class="el" href="classOfxSecurityContainer.html" title="Represents a security, such as a stock or bond.">OfxSecurityContainer</a> for stocks, bonds, mutual funds, etc. <a href="#_details">More...</a></p> <p><a href="fx-0_89_84_2lib_2ofx__container__security_8cpp_source.html">Go to the source code of this file.</a></p> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="var-members"></a> Variables</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a759a7d80c051f4f1adc2abae56002100"></a><!-- doxytag: member="fx&#45;0.9.4/lib/ofx_container_security.cpp::MainContainer" ref="a759a7d80c051f4f1adc2abae56002100" args="" --> <a class="el" href="classOfxMainContainer.html">OfxMainContainer</a> *&#160;</td><td class="memItemRight" valign="bottom"><b>MainContainer</b></td></tr> </table> <hr/><a name="_details"></a><h2>Detailed Description</h2> <div class="textblock"><p>Implementation of <a class="el" href="classOfxSecurityContainer.html" title="Represents a security, such as a stock or bond.">OfxSecurityContainer</a> for stocks, bonds, mutual funds, etc. </p> <p>Definition in file <a class="el" href="fx-0_89_84_2lib_2ofx__container__security_8cpp_source.html">fx-0.9.4/lib/ofx_container_security.cpp</a>.</p> </div></div> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="fx-0_89_84_2lib_2ofx__container__security_8cpp.html">ofx_container_security.cpp</a> </li> <li class="footer">Generated on Mon Apr 18 2011 18:09:44 for LibOFX by&#160; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </li> </ul> </div> </body> </html>
Trabalho PID2013/libs/jfreechart-1.0.14-javadocs/src-html/org/jfree/data/statistics/MultiValueCategoryDataset.html
jclazzarim/TrabalhoPID2013
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <title>Source code</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <div class="sourceContainer"> <pre><span class="sourceLineNo">001</span>/* ===========================================================<a name="line.1"></a> <span class="sourceLineNo">002</span> * JFreeChart : a free chart library for the Java(tm) platform<a name="line.2"></a> <span class="sourceLineNo">003</span> * ===========================================================<a name="line.3"></a> <span class="sourceLineNo">004</span> *<a name="line.4"></a> <span class="sourceLineNo">005</span> * (C) Copyright 2000-2011, by Object Refinery Limited and Contributors.<a name="line.5"></a> <span class="sourceLineNo">006</span> *<a name="line.6"></a> <span class="sourceLineNo">007</span> * Project Info: http://www.jfree.org/jfreechart/index.html<a name="line.7"></a> <span class="sourceLineNo">008</span> *<a name="line.8"></a> <span class="sourceLineNo">009</span> * This library is free software; you can redistribute it and/or modify it<a name="line.9"></a> <span class="sourceLineNo">010</span> * under the terms of the GNU Lesser General Public License as published by<a name="line.10"></a> <span class="sourceLineNo">011</span> * the Free Software Foundation; either version 2.1 of the License, or<a name="line.11"></a> <span class="sourceLineNo">012</span> * (at your option) any later version.<a name="line.12"></a> <span class="sourceLineNo">013</span> *<a name="line.13"></a> <span class="sourceLineNo">014</span> * This library is distributed in the hope that it will be useful, but<a name="line.14"></a> <span class="sourceLineNo">015</span> * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY<a name="line.15"></a> <span class="sourceLineNo">016</span> * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public<a name="line.16"></a> <span class="sourceLineNo">017</span> * License for more details.<a name="line.17"></a> <span class="sourceLineNo">018</span> *<a name="line.18"></a> <span class="sourceLineNo">019</span> * You should have received a copy of the GNU Lesser General Public<a name="line.19"></a> <span class="sourceLineNo">020</span> * License along with this library; if not, write to the Free Software<a name="line.20"></a> <span class="sourceLineNo">021</span> * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,<a name="line.21"></a> <span class="sourceLineNo">022</span> * USA.<a name="line.22"></a> <span class="sourceLineNo">023</span> *<a name="line.23"></a> <span class="sourceLineNo">024</span> * [Oracle and Java are registered trademarks of Oracle and/or its affiliates. <a name="line.24"></a> <span class="sourceLineNo">025</span> * Other names may be trademarks of their respective owners.]<a name="line.25"></a> <span class="sourceLineNo">026</span> *<a name="line.26"></a> <span class="sourceLineNo">027</span> * ------------------------------<a name="line.27"></a> <span class="sourceLineNo">028</span> * MultiValueCategoryDataset.java<a name="line.28"></a> <span class="sourceLineNo">029</span> * ------------------------------<a name="line.29"></a> <span class="sourceLineNo">030</span> * (C) Copyright 2007, 2008, by David Forslund and Contributors.<a name="line.30"></a> <span class="sourceLineNo">031</span> *<a name="line.31"></a> <span class="sourceLineNo">032</span> * Original Author: David Forslund;<a name="line.32"></a> <span class="sourceLineNo">033</span> * Contributor(s): David Gilbert (for Object Refinery Limited);<a name="line.33"></a> <span class="sourceLineNo">034</span> *<a name="line.34"></a> <span class="sourceLineNo">035</span> * Changes<a name="line.35"></a> <span class="sourceLineNo">036</span> * -------<a name="line.36"></a> <span class="sourceLineNo">037</span> * 08-Oct-2007 : Version 1, see patch 1780779 (DG);<a name="line.37"></a> <span class="sourceLineNo">038</span> *<a name="line.38"></a> <span class="sourceLineNo">039</span> */<a name="line.39"></a> <span class="sourceLineNo">040</span><a name="line.40"></a> <span class="sourceLineNo">041</span>package org.jfree.data.statistics;<a name="line.41"></a> <span class="sourceLineNo">042</span><a name="line.42"></a> <span class="sourceLineNo">043</span>import java.util.List;<a name="line.43"></a> <span class="sourceLineNo">044</span><a name="line.44"></a> <span class="sourceLineNo">045</span>import org.jfree.data.category.CategoryDataset;<a name="line.45"></a> <span class="sourceLineNo">046</span><a name="line.46"></a> <span class="sourceLineNo">047</span>/**<a name="line.47"></a> <span class="sourceLineNo">048</span> * A category dataset that defines multiple values for each item.<a name="line.48"></a> <span class="sourceLineNo">049</span> *<a name="line.49"></a> <span class="sourceLineNo">050</span> * @since 1.0.7<a name="line.50"></a> <span class="sourceLineNo">051</span> */<a name="line.51"></a> <span class="sourceLineNo">052</span>public interface MultiValueCategoryDataset extends CategoryDataset {<a name="line.52"></a> <span class="sourceLineNo">053</span><a name="line.53"></a> <span class="sourceLineNo">054</span> /**<a name="line.54"></a> <span class="sourceLineNo">055</span> * Returns a list (possibly empty) of the values for the specified item.<a name="line.55"></a> <span class="sourceLineNo">056</span> * The returned list should be unmodifiable.<a name="line.56"></a> <span class="sourceLineNo">057</span> *<a name="line.57"></a> <span class="sourceLineNo">058</span> * @param row the row index (zero-based).<a name="line.58"></a> <span class="sourceLineNo">059</span> * @param column the column index (zero-based).<a name="line.59"></a> <span class="sourceLineNo">060</span> *<a name="line.60"></a> <span class="sourceLineNo">061</span> * @return The list of values.<a name="line.61"></a> <span class="sourceLineNo">062</span> */<a name="line.62"></a> <span class="sourceLineNo">063</span> public List getValues(int row, int column);<a name="line.63"></a> <span class="sourceLineNo">064</span><a name="line.64"></a> <span class="sourceLineNo">065</span> /**<a name="line.65"></a> <span class="sourceLineNo">066</span> * Returns a list (possibly empty) of the values for the specified item.<a name="line.66"></a> <span class="sourceLineNo">067</span> * The returned list should be unmodifiable.<a name="line.67"></a> <span class="sourceLineNo">068</span> *<a name="line.68"></a> <span class="sourceLineNo">069</span> * @param rowKey the row key (&lt;code&gt;null&lt;/code&gt; not permitted).<a name="line.69"></a> <span class="sourceLineNo">070</span> * @param columnKey the column key (&lt;code&gt;null&lt;/code&gt; not permitted).<a name="line.70"></a> <span class="sourceLineNo">071</span> *<a name="line.71"></a> <span class="sourceLineNo">072</span> * @return The list of values.<a name="line.72"></a> <span class="sourceLineNo">073</span> */<a name="line.73"></a> <span class="sourceLineNo">074</span> public List getValues(Comparable rowKey, Comparable columnKey);<a name="line.74"></a> <span class="sourceLineNo">075</span><a name="line.75"></a> <span class="sourceLineNo">076</span>}<a name="line.76"></a> </pre> </div> </body> </html>
doc/calculator/class-use/CalcController.RadioListener.html
fated/calculator
<!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_07) on Fri Dec 14 19:29:55 GMT 2012 --> <title>Uses of Class calculator.CalcController.RadioListener</title> <meta name="date" content="2012-12-14"> <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 calculator.CalcController.RadioListener"; } //--> </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="../../calculator/CalcController.RadioListener.html" title="class in calculator">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?calculator/class-use/CalcController.RadioListener.html" target="_top">Frames</a></li> <li><a href="CalcController.RadioListener.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 calculator.CalcController.RadioListener" class="title">Uses of Class<br>calculator.CalcController.RadioListener</h2> </div> <div class="classUseContainer">No usage of calculator.CalcController.RadioListener</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="../../calculator/CalcController.RadioListener.html" title="class in calculator">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?calculator/class-use/CalcController.RadioListener.html" target="_top">Frames</a></li> <li><a href="CalcController.RadioListener.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>
_functions/init_userfields_js.html
mgsolipa/b2evolution_phpxref
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Function Reference: init_userfields_js()</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample-print.css" type="text/css" media="print"> <style id="hilight" type="text/css"></style> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> </head> <body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff"> <table class="pagetitle" width="100%"> <tr> <td valign="top" class="pagetitle"> [ <a href="../index.html">Index</a> ] </td> <td align="right" class="pagetitle"> <h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2> </td> </tr> </table> <!-- Generated by PHPXref 0.7.1 at Sat Nov 21 22:13:19 2015 --> <!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net --> <!-- http://phpxref.sourceforge.net/ --> <script src="../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../'; subdir='_functions'; filename='index.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); logFunction('init_userfields_js'); // --> </script> <script language="JavaScript" type="text/javascript"> if (gwGetCookie('xrefnav')=='off') document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>'); else document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>'); </script> <noscript> <p class="navlinks"> [ <a href="../nav.html" target="_top">Show Explorer</a> ] [ <a href="index.html" target="_top">Hide Navbar</a> ] </p> </noscript> [<a href="../index.html">Top level directory</a>]<br> <script language="JavaScript" type="text/javascript"> <!-- document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>'); document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">'); document.writeln('<tr><td class="searchbox-title">'); document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>'); document.writeln('<\/td><\/tr>'); document.writeln('<tr><td class="searchbox-body" id="searchbox-body">'); document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>'); document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: '); document.writeln('<input type="text" size=10 value="" name="classname"><br>'); document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: '); document.writeln('<input type="text" size=10 value="" name="funcname"><br>'); document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: '); document.writeln('<input type="text" size=10 value="" name="varname"><br>'); document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: '); document.writeln('<input type="text" size=10 value="" name="constname"><br>'); document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: '); document.writeln('<input type="text" size=10 value="" name="tablename"><br>'); document.writeln('<input type="submit" class="searchbox-button" value="Search">'); document.writeln('<\/form>'); document.writeln('<\/td><\/tr><\/table>'); document.writeln('<\/td><\/tr><\/table>'); // --> </script> <div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div> <h3>Function and Method Cross Reference</h3> <h2><a href="index.html#init_userfields_js">init_userfields_js()</a></h2> <b>Defined at:</b><ul> <li><a href="../inc/_core/_template.funcs.php.html#init_userfields_js">/inc/_core/_template.funcs.php</a> -> <a onClick="logFunction('init_userfields_js', '/inc/_core/_template.funcs.php.source.html#l1400')" href="../inc/_core/_template.funcs.php.source.html#l1400"> line 1400</a></li> </ul> <b>Referenced 2 times:</b><ul> <li><a href="../inc/skins/model/_skin.class.php.html">/inc/skins/model/_skin.class.php</a> -> <a href="../inc/skins/model/_skin.class.php.source.html#l1047"> line 1047</a></li> <li><a href="../inc/users/user.ctrl.php.html">/inc/users/user.ctrl.php</a> -> <a href="../inc/users/user.ctrl.php.source.html#l756"> line 756</a></li> </ul> <!-- A link to the phpxref site in your customized footer file is appreciated ;-) --> <br><hr> <table width="100%"> <tr><td>Generated: Sat Nov 21 22:13:19 2015</td> <td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td> </tr> </table> </body></html>
sites/all/modules/filefield/filefield.css
product31/headshots
/** * Overall styles */ .filefield-icon img { display: inline; } /** * Clear the filefield-icon float, or any other floats * that custom widgets might have inserted but not cleared. * Stolen from "How To Clear Floats Without Structural Markup", * http://www.positioniseverything.net/easyclearing.html */ .filefield-item:after, .filefield-file-edit:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; } /* Hides from IE-mac \*/ * html .filefield-item, .filefield-file-edit {height: 1%;} /* End hide from IE-mac */ /* End overall styles */ /** * Formatter styles */ .filefield-item .filefield-icon { float: left; margin-right: 0.4em; } /* End formatter styles */ /** * General widget form styles (applicable to all widgets) */ .filefield-file-edit-flags { float: right; text-align: right; margin-bottom: -4px; /* The "List" checkbox has too much bottom margin */ } .filefield-file-edit-widget { width: 90%; } /* Only applies to single-value fields, for which we provide our own table. */ .filefield-file-container-table { width: 90%; margin-top: 3px; margin-bottom: 2px; } .filefield-file-upload { margin-bottom: 5px; } .filefield-js-error { /* For some reason, the JS error message doesn't wrap by default. */ white-space: normal; } /* End general widget form styles */ /** * Generic file edit widget styles. Not applicable to other widgets that * might hook into filefield (say, a widget with an image preview). */ .filefield-generic-edit .filefield-icon { float: left; margin-right: 0.7em; margin-top: 0.3em; } .filefield-generic-edit-description { margin-right: 6em; } /* The text field is made unnecessarily long by node.css - shorten it */ .filefield-generic-edit .form-text { width: 100%; } .filefield-generic-edit .description { white-space: normal; margin-bottom: 0; overflow: auto; /* indent on line wraps, don't float around the icon */ } /* End widget form styles */
Schrodinger/Schrodinger_2015-2_docs/python_api/api/schrodinger.trajectory.ffstructure._FFAngleProperty-class.html
platinhom/ManualHom
<?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>schrodinger.trajectory.ffstructure._FFAngleProperty</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"> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" >2015-2Schrodinger Python API</th> </tr></table></th> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="100%"> <span class="breadcrumbs"> <a href="schrodinger-module.html">Package&nbsp;schrodinger</a> :: <a href="schrodinger.trajectory-module.html">Package&nbsp;trajectory</a> :: <a href="schrodinger.trajectory.ffstructure-module.html">Module&nbsp;ffstructure</a> :: Class&nbsp;_FFAngleProperty </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&nbsp;private</a>]</span></td></tr> <tr><td align="right"><span class="options" >[<a href="frames.html" target="_top">frames</a >]&nbsp;|&nbsp;<a href="schrodinger.trajectory.ffstructure._FFAngleProperty-class.html" target="_top">no&nbsp;frames</a>]</span></td></tr> </table> </td> </tr> </table> <!-- ==================== CLASS DESCRIPTION ==================== --> <h1 class="epydoc">Class _FFAngleProperty</h1><p class="nomargin-top"></p> <pre class="base-tree"> UserDict.DictMixin --+ | <strong class="uidshort">_FFAngleProperty</strong> </pre> <hr /> <p>A dictionary to hold angle force field parameters.</p> <!-- ==================== 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">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__init__"></a><span class="summary-sig-name">__init__</span>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">ffangle</span>, <span class="summary-sig-arg">ffhandle</span>, <span class="summary-sig-arg">_index</span>)</span></td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="schrodinger.trajectory.ffstructure._FFAngleProperty-class.html#__getitem__" class="summary-sig-name">__getitem__</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">item</span>)</span><br /> Return the given item if it is a valid force field parameter for this angle, None if not.</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="schrodinger.trajectory.ffstructure._FFAngleProperty-class.html#__setitem__" class="summary-sig-name">__setitem__</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">item</span>, <span class="summary-sig-arg">value</span>)</span><br /> Set a force field parameter for the angle.</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="keys"></a><span class="summary-sig-name">keys</span>(<span class="summary-sig-arg">self</span>)</span><br /> Returns a list of the property names for this angle.</td> <td align="right" valign="top"> </td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>UserDict.DictMixin</code></b>: <code>__cmp__</code>, <code>__contains__</code>, <code>__iter__</code>, <code>__len__</code>, <code>__repr__</code>, <code>clear</code>, <code>get</code>, <code>has_key</code>, <code>items</code>, <code>iteritems</code>, <code>iterkeys</code>, <code>itervalues</code>, <code>pop</code>, <code>popitem</code>, <code>setdefault</code>, <code>update</code>, <code>values</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="__getitem__"></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">__getitem__</span>(<span class="sig-arg">self</span>, <span class="sig-arg">item</span>)</span> <br /><em class="fname">(Indexing operator)</em> </h3> </td><td align="right" valign="top" >&nbsp; </td> </tr></table> <p>Return the given item if it is a valid force field parameter for this angle, None if not.</p> <dl class="fields"> <dt>Parameters:</dt> <dd><ul class="nomargin-top"> <li><strong class="pname"><code>item</code></strong> (string) - The property name.</li> </ul></dd> </dl> </td></tr></table> </div> <a name="__setitem__"></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">__setitem__</span>(<span class="sig-arg">self</span>, <span class="sig-arg">item</span>, <span class="sig-arg">value</span>)</span> <br /><em class="fname">(Index assignment operator)</em> </h3> </td><td align="right" valign="top" >&nbsp; </td> </tr></table> <p>Set a force field parameter for the angle.</p> <dl class="fields"> <dt>Parameters:</dt> <dd><ul class="nomargin-top"> <li><strong class="pname"><code>item</code></strong> (string) - The property name.</li> <li><strong class="pname"><code>value</code></strong> - The value to be set.</li> </ul></dd> </dl> </td></tr></table> </div> <br /> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" >2015-2Schrodinger Python API</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 Sat May 9 06:31:27 2015 </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>
assets/fonts/Gentleman-900/Gentleman-900-Heavy.css
helgatheviking/sazerac
/* Webfont: Gentleman900-Heavy */@font-face { font-family: 'Gentleman900'; src: url('Gentleman-900-Heavy.eot'); /* IE9 Compat Modes */ src: url('Gentleman-900-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('Gentleman-900-Heavy.woff') format('woff'), /* Modern Browsers */ url('Gentleman-900-Heavy.ttf') format('truetype'), /* Safari, Android, iOS */ url('Gentleman-900-Heavy.svg#Gentleman900-Heavy') format('svg'); /* Legacy iOS */ font-style: normal; font-weight: normal; text-rendering: optimizeLegibility; }
doc/html/a00269.html
MarkusSR1984/Malloctest
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>tbb::auto_partitioner Class Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.4.7 --> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;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 id="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> </ul></div> <div class="tabs"> <ul> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul></div> <div class="nav"> <a class="el" href="a00428.html">tbb</a>::<a class="el" href="a00269.html">auto_partitioner</a></div> <h1>tbb::auto_partitioner Class Reference<br> <small> [<a class="el" href="a00442.html">Algorithms</a>]</small> </h1><!-- doxytag: class="tbb::auto_partitioner" -->An auto partitioner. <a href="#_details">More...</a> <p> <code>#include &lt;partitioner.h&gt;</code> <p> <a href="a00105.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Friends</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5f730f70d21df405adaebfc2018f59cd"></a><!-- doxytag: member="tbb::auto_partitioner::serial::interface6::start_for" ref="5f730f70d21df405adaebfc2018f59cd" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><b>serial::interface6::start_for</b></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="8a4cd0ffed4fad0d9af2c5efdaf586a8"></a><!-- doxytag: member="tbb::auto_partitioner::interface6::internal::start_for" ref="8a4cd0ffed4fad0d9af2c5efdaf586a8" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><b>interface6::internal::start_for</b></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="86f0750233dd6c83b65fb684338fd09f"></a><!-- doxytag: member="tbb::auto_partitioner::interface6::internal::start_reduce" ref="86f0750233dd6c83b65fb684338fd09f" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><b>interface6::internal::start_reduce</b></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="76d97ae6ad98db0acfc8ed8cb7c76705"></a><!-- doxytag: member="tbb::auto_partitioner::internal::start_scan" ref="76d97ae6ad98db0acfc8ed8cb7c76705" args="" --> class&nbsp;</td><td class="memItemRight" valign="bottom"><b>internal::start_scan</b></td></tr> </table> <hr><a name="_details"></a><h2>Detailed Description</h2> An auto partitioner. <p> The range is initial divided into several large chunks. Chunks are further subdivided into smaller pieces if demand detected and they are divisible. <p> <hr>The documentation for this class was generated from the following file:<ul> <li>partitioner.h</ul> <hr> <p></p> Copyright &copy; 2005-2013 Intel Corporation. All Rights Reserved. <p></p> Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries. <p></p> * Other names and brands may be claimed as the property of others.
makerway/Application/Home/View/Index/person.html
huran2014/huran.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>个人中心</title> <link rel="stylesheet" type="text/css" href="__PUBLIC__/css/person.css"> <script type="text/javascript" src="__PUBLIC__/js/jquery-1.11.1.min.js"></script> </head> <body> <div class="content"> <div class="head"> <div class="title"> <div class="title-left"> <span class="title-m"><span class="big">M</span><span class="title-top">AKERWAY</span><span class="title-bottom">一起分享智慧</span></span> <span class="title-main"><a href="{:U(index)}">首页</a></span> <!--<span class="title-squre"><a href="{:U(squre)}">广场</a></span>--> <span class="title-share"><a href="{:U(share)}">共享库</a></span> </div> <div class="div-search"> <form name="search" action="{:U(search)}" method="post"> <input class="search" name="search" type="text" placeholder="书名/分类?" /> <div class="search-a"> <input type="image" src="__PUBLIC__/images/search.png" name="img"> <!--<input type="submit" value="submit"/>--> <!--<img src="__PUBLIC__/images/search.png"/>--> </div> </form> <span>热门搜索:</span> <span class="detail"> <span><a>数据库系统概念</a></span> <span><a>CSS 3实战</a></span> <span><a>操作系统概念</a></span> </span> </div> <!--<span>--> <!--<ul>--> <!--<li>注册</li>--> <!--<li>登录</li>--> <!--</ul>--> <!--</span>--> <!--<span class="username-list">--> <!--&lt;!&ndash;<ul>&ndash;&gt;--> <!--&lt;!&ndash;<li class="register"><a href="{:U(register)}">注册</a></li>&ndash;&gt;--> <!--&lt;!&ndash;<li class="login"><a href="{:U(login)}">登录</a></li>&ndash;&gt;--> <!--&lt;!&ndash;</ul>&ndash;&gt;--> <!--</span>--> <div class="username-c"><span style="margin-left: 0%;">hello</span> <span class="username-d"><a href="{:U(person)}"><?php echo cookie('username')?></a></span></div> </div> <!--<div class="view"></div>--> </div> <div class="main"> <div class="classify"> <div class="classify-title"><a style="cursor: pointer;color:#000;text-decoration: none" href="{:U(index)}">MakerWay</a>>个人中心</div> </div> <div class="main-left"> <div class="main-left-person"> <div class="main-img"> <img /><br/> <span class="username"><?php echo cookie('username')?></span> </div> <div class="main-ul"> <ul> <li>{$integral}<br/><br/>积分</li> <li>分享达人<br/><br/>等级</li> <li>{$booknum}本<br/><br/>分享数</li> </ul> <div class="main-a"><a href="{:U(contribute)}"><input class="sharebtn" type="button" value="我要分享"/></a></div> </div> </div> </div> <div class="main-right"> <div class="navigate"> <ul> <li class="border">动态</li> <li><a href="{:U(message)}">账号信息</a></li> <li><a href="{:U(personshare)}">书架</a></li> <li>笔记</li> <li><a href="{:U(mygroup)}">群组</a></li> <li>好友</li> <li>消息</li> </ul> </div> <div class="subnavigate"> <div style="display: block"> <ul style="height: 10px;clear: both;"></ul> <div class="my-pass"> <div class="book_life_experience_p"> <section id="cd-timeline" class="cd-container"> <div class="cd-timeline-block"> <div class="cd-timeline-img cd-picture"> <img src="__PUBLIC__/images/logo.png" alt="Picture"> </div> <div class="cd-timeline-content"> <h2>哪一本书</h2> <p>会被我青睐呢</p> <span class="cd-date">future</span> </div> </div> <?php if ($booklog): ?> <?php foreach ($booklog as $item): ?> <?php if ($item['status']==2): ?> <div class="cd-timeline-block"> <div class="cd-timeline-img cd-picture"> <img src="__PUBLIC__/images/logo.png" alt="Picture"> </div> <div class="cd-timeline-content"> <h2>借</h2> <p><span class='keeper' >我</span>借走了《{$item['booklog']['title']}》</p> <p>将在<span class="keeper">{$item['end_time']}</span>还书</p> <span class="cd-date">{$item['start_time']}</span> </div> </div> <?php elseif ($item['status']==4): ?> <div class="cd-timeline-block"> <div class="cd-timeline-img cd-picture"> <img src="__PUBLIC__/images/logo.png" alt="Picture"> </div> <div class="cd-timeline-content"> <h2>预</h2> <p><span class='keeper' >我</span>预约了《{$item['booklog']['title']}》</p> <span class="cd-date">{$item['start_time']}</span> </div> </div> <?php elseif ($item['status']==5): ?> <div class="cd-timeline-block"> <div class="cd-timeline-img cd-picture"> <img src="__PUBLIC__/images/logo.png" alt="Picture"> </div> <div class="cd-timeline-content"> <h2>续</h2> <p><span class='keeper' >我</span>续借了《{$item['booklog']['title']}》</p> <p>将在<span class='keeper' >{$item['end_time']}</span>还书</p> <span class="cd-date">{$item['start_time']}</span> </div> </div> <?php elseif ($item['status']==3): ?> <div class="cd-timeline-block"> <div class="cd-timeline-img cd-picture"> <img src="__PUBLIC__/images/logo.png" alt="Picture"> </div> <div class="cd-timeline-content"> <h2>还</h2> <p><span class='keeper' >我</span>归还了《{$item['booklog']['title']}》</p> <span class="cd-date">{$item['end_time']}</span> </div> </div> <?php endif ?> <?php endforeach ?> <?php endif ?> <div class="cd-timeline-block"> <div class="cd-timeline-img cd-picture"> <img src="__PUBLIC__/images/logo.png" alt="Picture"> </div> <div class="cd-timeline-content"> <h2>我</h2> <p>来到了Makerway这个奇幻漂流世界</p> <p>可以尽情畅游书海</p> <span class="cd-date">{$book['contribute_time']}</span> </div> </div> </section> </div> </div> </div> <div class="message" style="display: none;"> <ul> <li class="activecolor">基本资料</li> <li>联系方式</li> <li>密码安全</li> <li>修改头像</li> </ul> <div class="second-navigate"> <div class="second-message" style="display: block;"> <form class="messageform"> <div class="label-m"><label>用户名:</label><span class="username-in"><?php echo cookie('username')?></span></div><br/> <div class="span-s">性&nbsp;&nbsp;&nbsp;&nbsp;别:<input id="secret" type="radio" name="sex"/><label for="secret">保密</label> <input id="male" type="radio" name="sex"/><label for="male">男</label> <input id="female" type="radio" name="sex"/><label for="female">女</label></div><br/> <!--<div class="span-s">生&nbsp;&nbsp;&nbsp;&nbsp;日:<input type="radio"/>保密 <input type="radio"/>男 <input type="radio"/>女</div><br/>--> <input class="savemessage" type="submit" value="保存资料"/> </form> </div> <div style="display: none;"> <div class="messageform2"> <div class="span-s">已存电话:<span class="adress"><?php echo $user['phone']?></span></div><br/> <div class="span-s">已存邮箱:<span class="adress"><?php echo $user['email']?></span></div><br/> <div class="span-s">已存地址:<span class="adress"><?php echo $user['addr']?></span></div><br/> <div class="span-c"><input class="change-message" type="button" value="修&nbsp;&nbsp;&nbsp;&nbsp;改"/></div> </div> <form class="messageform3" action="{:U(usmessage)}" method="post"> <!--<div class="label-m"><label>联系姓名:</label><input class="username-in"/></div><br/>--> <div class="span-s">联系电话:<input name="phonenum" class="username-in"/></div><br/> <div class="span-s">联系邮箱:<input name="email" class="username-in"/></div><br/> <div class="span-s">联系地址:<input name="address" class="username-in"/></div><br/> <!--<div class="span-s">生&nbsp;&nbsp;&nbsp;&nbsp;日:<input type="radio"/>保密 <input type="radio"/>男 <input type="radio"/>女</div><br/>--> <input class="savemessage" type="submit" value="保存资料"/> </form> </div> <div style="display: none;"> <form class="messageform" action="{:U(usemessage)}" method="post" onsubmit="return check()"> <div class="label-m"><label>原密码:&nbsp;&nbsp;&nbsp;&nbsp;</label><input class="username-in" name="fpassword"/></div><br/> <div class="label-m"><label>新密码:&nbsp;&nbsp;&nbsp;&nbsp;</label><input class="username-in" name="password"/></div><br/> <div class="label-m"><label>确认密码:</label><input class="username-in" name="rpassword"/></div><br/> <!--<div class="span-s">生&nbsp;&nbsp;&nbsp;&nbsp;日:<input type="radio"/>保密 <input type="radio"/>男 <input type="radio"/>女</div><br/>--> <input class="savemessage" type="submit" value="保存资料"/> </form> </div> <div style="display: none;"> <form class="messageform1"> <div class="label-m label-float"> <img class="file-img" src="" /> </div><br/> <div class="label-m marginleft"> <div class="choose-img"> <input class="file" type="file" value="选择图片" /> </div> </div><br/> <div class="label-m marginleft"> <label>说明:</label><br/> <label>1、支持JPG、JPEG、GIF、PNG文件格式。</label><br/> <label>2、GIF帧数过高会造成您电脑运行缓慢。</label><br/> </div><br/> <!--<div class="span-s">生&nbsp;&nbsp;&nbsp;&nbsp;日:<input type="radio"/>保密 <input type="radio"/>男 <input type="radio"/>女</div><br/>--> <input class="savemessage" type="button" value="保存资料"/> </form> </div> </div> </div> <div style="display: none;"> <ul class="bookmessage"> <li class="activecolor">共享书籍</li> <li><a href="{:U(myKeeps)}">借阅信息</a></li> <li>我的关注</li> </ul> <!--<div class="mybook" >--> <!--<div class="submybook">--> <!--<ul>--> <!--<foreach name='mybooks' item='item'>--> <!--<li>--> <!--<div class="main-body-li">--> <!--<img src="{$item['bookinfo']['image']}"/>--> <!--<span class="name">书名:<?php echo $s = iconv("UTF-8","GB2312",$item['bookinfo']['title'])?></span>--> <!--<span class="author">类别:</span>--> <!--<span class="favour">创建时间:{$item['contribute_time']}</span>--> <!--<span class="comment">书本状态:</span>--> <!--<input type="button" value="借阅历史" onclick="document.location='{:U(bookInfo,array('bookid'=>$item['book_id']))}'" style="cursor:pointer"/>--> <!--</div>--> <!--</li>--> <!--</foreach>--> <!--<span class="fenpage">{$page}</span>--> <!--</ul>--> <!--</div>--> <div class="submybook" style="display: none;"> <ul class="dosomething"> <li style="cursor: pointer">阅读中</li> <li style="cursor: pointer">预约中</li> </ul> <div class="doing"> <div style="display: block;"> <ul> <li> <div class="main-body-li"> <img src=""/> <span class="name">书名2:<?php echo $item['bookinfo']['title']?></span> <span class="author">类别:</span> <span class="favour">创建时间:</span> <span class="comment">书本状态:</span> <input type="button" value="借阅历史" onclick="document.location='{:U(bookInfo,array('bookid'=>$item['book_id']))}'" style="cursor:pointer"/> </div> </li> </ul> </div> <div style="display: none;"> <ul> <li> <div class="main-body-li"> <img src=""/> <span class="name">书名3:<?php echo $item['bookinfo']['title']?></span> <span class="author">类别:</span> <span class="favour">创建时间:</span> <span class="comment">书本状态:</span> <input type="button" value="借阅历史" onclick="document.location='{:U(bookInfo,array('bookid'=>$item['book_id']))}'" style="cursor:pointer"/> </div> </li> </ul> </div> </div> </div> <div style="display: none"> <ul style="height: 10px;clear: both;"></ul> <div class="my-pass"></div> </div> </div> <div style="display: none;"> <ul style="height: 10px;clear: both;"></ul> <div class="my-pass"></div> <!--<ul>--> <!--<li class="activecolor">我的书签</li>--> <!--<li>朋友的书签</li>--> <!--<li>热门书签</li>--> <!--</ul>--> <!--<div class="tags">--> <!--<div style="display: block">--> <!--<ul style="height: 10px;clear: both;"></ul>--> <!--<div class="my-pass"></div>--> <!--</div>--> <!--<div style="display: none">--> <!--<ul style="height: 10px;clear: both;"></ul>--> <!--<div class="my-pass"></div>--> <!--</div>--> <!--<div style="display: none">--> <!--<ul style="height: 10px;clear: both;"></ul>--> <!--<div class="my-pass"></div>--> <!--</div>--> <!--</div>--> </div> <div class="booktags" style="display: none"> <ul> <li class="activecolor">群组列表</li> <li>群组动态</li> </ul> <div class="tags"> <div style="display: block"> <ul style="height: 10px;clear: both;"></ul> <div class="my-pass"></div> </div> <div style="display: none"> <ul style="height: 10px;clear: both;"></ul> <div class="my-pass"></div> </div> </div> </div> <div class="friend" style="display: none"> <ul> <li class="activecolor">好友列表</li> <li>好友动态</li> </ul> <ul style="height: 10px;clear: both;"></ul> <div class="my-pass"> <div class="tags"> <div class="friend-message" style="display: block"> <div class="friend-member"> <ul> <foreach name="friendresult" item="item"> <li> <img /> <span>{$item['friendname']}</span> </li> </foreach> </ul> </div> </div> <div style="display: none"> <ul style="height: 10px;clear: both;"></ul> <div class="my-pass"></div> </div> </div> </div> </div> <div class="notice-request" style="display: none"> <ul> <li>请求</li> <li class="activecolor">通知</li> </ul> <ul style="height: 10px;clear: both;"></ul> <div class="my-pass"> <div class="message-body"> <ul style="display: none"> <foreach name="friendhandle" item="item"> <li> <div class="person-pass-left"> <img /> <span class="person-pass-name">{$item['friendname']}</span> <span class="person-pass-request">请求加您为好友</span> </div> <div class="person-pass-right"> <input class="agree" type="button" value="同意"/> <a class="disagree">忽略</a> <input style="display: none" value="{$item['friendname']}"/> </div> <div class="person-pass-right" style="display: none"> <input class="agree" type="button" value="已同意"/> </div> <div class="person-pass-right" style="display: none"> <a class="disagree">已忽略</a> </div> </li> </foreach> </ul> <ul> <foreach name="resultmessage" item="item"> <li> <span class="message-img"> <img src="__PUBLIC__/images/administrator.png"/> </span> <span class="message-notice">系统通知</span> <span class="message-notice-details"> <span class="message-color">群组系统通知</span><br/> <span class="message-handle">{$item['groupname']}群主 <?php if ($item['result']==1): ?> 同意 <?php elseif ($item['result']==0):?> 忽略 <?php endif ?> 您的加群申请。 </span> </span> </li> </foreach> <foreach name="friendaddresult" item="item"> <li> <span class="message-img"> <img src="__PUBLIC__/images/administrator.png"/> </span> <span class="message-notice">系统通知</span> <span class="message-notice-details"> <span class="message-color">好友系统通知</span><br/> <span class="message-handle">{$item['username']} <?php if ($item['result']==1): ?> 同意 <?php elseif ($item['result']==0):?> 忽略 <?php endif ?> 您的好友申请。 </span> </span> </li> </foreach> </ul> </div> </div> </div> </div> </div> </div> </div> <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-68503572-4', 'auto'); ga('send', 'pageview'); </script> </body> <script type="text/javascript" src="__PUBLIC__/js/person.js"></script> <script type="text/javascript" src="__PUBLIC__/js/labelsearch.js"></script> </html>
views/update-v4.html
MC-API/static
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>MC-API</title> <meta http-equiv="content-type" content="text/html;charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="An explanation and update about the v4 update."> <link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/readable/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="/style/styles.css"> <link rel="shortcut icon" href="//raw.githubusercontent.com/MC-API/static/master/assets/favicon.ico"/> </head> <body> <div class="container card"> <div class="content"> <h2><i class="fa fa-code"></i> MC-API</h2> <hr> <p><strong>tl;dr: On August 7th 2016 we deprecated our UUID, Name and History APIs, they are no longer accessible. Please update your applications to use an alternative, some are listed below. All of our other APIs will continue to function.</strong></p> <p><em>Note:</em> This post had to be rewritten as the original was lost, the original went into much more detail and was easier to understand.</p> <p class="hello">An update about v4</p> <p>A couple of months ago we started to do a rewrite of the API (v4) which was largely prompted by the fact that most API requests were failing. The solution that was planned was to implement an API key system.</p> <p>This would've required all users of our most intensive APIs (UUID, Username and History) to provide an API key which would be limited to a pre-defined amount.</p> <p>There were a couple of flaws with this:</p> <ul> <li>It would break the developer eco-system for plugins (a server-owner would need an api key for a "random" website, would also break existing plugins)</li> <li>It would lose backwards-compatibility</li> <li>It would be hard for some users to migrate</li> <li>It isn't an elegant or perfect solution to the problem we are facing</li> </ul> <p><em>Side note:</em> v4 is still planned, as a redesign of the main website and a backend rewrite. This will be released in the near future.</p> <p>The problem we have been facing recently is an excessive amount of requests being sent to some of our APIs, a large percentage of these are malicious and are intended to fail and cause our servers to be rate limited by Mojang.</p> <p>At the time of writing &dash; 30th July 2016 &dash; we are receiving in excess of 250 requests per second, 24 hours a day. Our infrastructure is relatively small, and the way Mojang rate limit is very restrictive. You can see an image from NewRelic which monitors our Nginx instances, <a href="http://i.imgur.com/sirKJsl.png">here</a>.</p> <p>Most of the Mojang API rate limits based on IP and allows 600 requests per 10 minutes (about 1 per second) the fact that we are receiving more than 250 per second, means we have no chance of responding correctly to even a small portion.</p> <p>MC-API has always been funded by donations and any excess funded personally by us, the developers. While donations are a rare occurance, we are extremely grateful for all contributions.</p> <p>The fact that donations are so rare means that it is difficult to add more capacity and servers. Generally servers come with 1 IP address, which means we would need over 250 servers to respond to each query.</p> <p class="hello">A sad step we are taking</p> <p>Sadly, we will have deprecated our UUID, Name and History APIs on <strong>August 7th</strong>. This meant that these APIs are no longer accessible, we gave 1 week notice before anything was done, to give users a chance to update their applications. We highly recommend updating your applications, alternatives are listed below.</p> <p>We are doing this for a number of reasons:</p> <ul> <li>The service is becoming hard to sustain, and expensive to add more capacity</li> <li>We are unable to respond to most of these API requests</li> <li>A lot of requests are malicious, are destined to fail and intended to cause our servers to be rate limited.</li> </ul> <p>As mentioned above, a lot of requests are intended to fail, but still end up querying mojangs API, this means our servers are likely to be rate limited, meaning legitimate requests will also fail.</p> <p>This is a classic case of the minority ruining it for the majority.</p> <p>While we may re-add these APIs in the future, it is very unlikely within 2016.</p> <p>We apologise for the inconveniencen this will cause and feel we have let you down.</p> <hr> <p class="hello">Is there an alternative?</p> <p>There are several alternatives, a couple are listed below.</p> <ul> <li><a href="https://api.minepay.net/mapi/index.html">MinePay API</a> &dash; Maintained by <a href="https://twitter.com/minepay_">MinePay</a></li> <li><a href="http://mcapi.ca/">MCAPI.ca</a> &dash; Maintained by <a href="https://twitter.com/itsyive">Yive</a></li> </ul> <p class="hello">Is there no way to raise funds?</p> <p>Our primary income source is donations, which are completely optional and go directly to paying for the servers.</p> <p>We don't get many donations, and can not thank you enough if you have ever donated.</p> <p>Therefore MC-API is paid for personally by us, the developers. It's quite expensive.</p> <p>We have evaluated adding advertising, and have concluded this would not be a solution to this particular problem.</p> <p class="hello">When is this happening?</p> <p>It has already happened! On <strong>August 7th</strong>, these APIs were deprecated and are no longer accessible. Please update your applications using an alternative, some are listed above.</p> <p class="hello">Is there no way to block the malicious requests?</p> <p>Due to the nature of our API, open, anonymous and free, things like this are bound to happen.</p> <p>It is also extremely difficult to detect and block malicious requests, we have implemented some measures, but they are not long term.</p> <p class="hello">Is this the end of MC-API?</p> <p>Nope! All of our other APIs will continue to operate and we have a redesign planned which is coming soon.</p> <p class="hello">I have another question!</p> <p>The easiest and quickest way to contact us is through twitter. You can tweet <a href="//twitter.com/mc_api">@mc_api</a>.</p> </div> <hr> <footer> <ul class="nav nav-pills"> <li class="text-muted disclaimer">MC-API is not affiliated with Mojang AB, Microsoft or Minecraft.net</li> <li class="pull-right"> <a>&copy; 2016 mc-api.net</a> </li> </ul> </footer> </div> <br> </body> </html>
test.ok/paragraph-n-u-r.html
dspinellis/bib2xhtml
<?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>Example: bib2xhtml -s paragraph -n Spinellis -u -U -r </title> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <meta name="Generator" content="http://www.spinellis.gr/sw/textproc/bib2xhtml/" /> </head> <body> <!-- BEGIN BIBLIOGRAPHY example --> <!-- DO NOT MODIFY THIS BIBLIOGRAPHY BY HAND! IT IS MAINTAINED AUTOMATICALLY! YOUR CHANGES WILL BE LOST THE NEXT TIME IT IS UPDATED! --> <!-- Generated by: bib2xhtml.pl -s paragraph -n Spinellis -u -U -r -h Example: bib2xhtml -s paragraph -n Spinellis -u -U -r example.bib eg/paragraph-n-u-r.html --> <div class="bib2xhtml"> <!-- Authors: Harold Abelson and Gerald Jay Sussman and Jullie Sussman --> <p><a name="SICP"></a>Harold Abelson, Gerald Jay Sussman, and Jullie Sussman. <cite>Structure and Interpretation of Computer Programs</cite>. MIT Press, Cambridge, 1985.</p> <!-- Authors: Alfred V Aho and John E Hopcroft and Jeffrey D Ullman --> <p><a name="RedDragon"></a>Alfred V. Aho, John E. Hopcroft, and Jeffrey D. Ullman. <cite>The Design and Analysis of Computer Algorithms</cite>. Addison-Wesley, Reading, MA, 1974.</p> <!-- Authors: Stephanos Androutsellis Theotokis and Diomidis Spinellis --> <p><a name="Androutsellis:2004"></a>Stephanos Androutsellis-Theotokis and <strong>Diomidis Spinellis</strong>. <a href="http://www.dmst.aueb.gr/dds/pubs/jrnl/2004-ACMCS-p2p/html/AS04.html">A survey of peer-to-peer content distribution technologies</a>. <cite>ACM Computing Surveys</cite>, 36(4):335–371, December 2004. (<a href="http://dx.doi.org/10.1145/1041680.1041681">doi:10.1145/1041680.1041681</a>)</p> <!-- Authors: Albert Laszlo Barabasi and Monica Ferreira da Silva and F Paterno and Wladyslaw M Turski and Sten AAke Tarnlund and Ketil Bo and J Encarnaccao and Deltaiotaomicronmuetadeltaetavarsigma Sigmapiiotanuepsilonlambdalambdaetavarsigma and Pesster vCuezog --> <p><a name="XXX00"></a>Albert-László Barabási, Mônica Ferreira da Silva, F. Paternò, Władysław M. Turski, Sten-Åke Tärnlund, Ketil Bø, J. Encarnação, Διομηδης Σπινελλης, and Pëßtêr Čĕżōġ. Cite this paper. <cite>¡Journal of Authors Against ASCII!</cite>, 45(281):69–77, 2000.</p> <!-- Authors: Adele Goldberg and David Robson --> <p><a name="Smalltalk"></a>Adele Goldberg and David Robson. <cite>Smalltalk-80: The Language</cite>. Addison-Wesley, Reading, MA, 1989.</p> <!-- Authors: Stefanos Gritzalis and Diomidis Spinellis and Panagiotis Georgiadis --> <p><a name="Gritzalis:1999"></a>Stefanos Gritzalis, <strong>Diomidis Spinellis</strong>, and Panagiotis Georgiadis. <a href="http://www.dmst.aueb.gr/dds/pubs/jrnl/1997-CompComm-Formal/html/formal.htm">Security protocols over open networks and distributed systems: Formal methods for their analysis, design, and verification</a>. <cite>Computer Communications</cite>, 22(8):695–707, May 1999. (<a href="http://dx.doi.org/10.1016/S0140-3664(99)00030-4">doi:10.1016/S0140-3664(99)00030-4</a>)</p> <!-- Authors: Firstć Lastž and Second Thirdäöü --> <p><a name="testingUTFcharacters2018a"></a>Firstć Lastž and Second Thirdäöü. Just a title. In <cite>Pattern Recognition</cite>, 2018.</p> <!-- Authors: somelongidtotestbibtexlinebreaks --> <p><a name="somelongidtotestbibtexlinebreaks"></a>somelongidtotestbibtexlinebreaks. somelongidtotestbibtexlinebreaks.</p> <!-- Authors: Diomidis Spinellis --> <p><a name="Spi06i"></a><strong>Diomidis Spinellis</strong>. Open source and professional advancement. <cite>IEEE Software</cite>, 23(5):70–71, September/October 2006. (<a href="eg/v23n5.pdf">PDF</a>, 116157 bytes) (<a href="http://dx.doi.org/10.1109/MS.2006.136">doi:10.1109/MS.2006.136</a>)</p> <!-- Authors: Diomidis Spinellis --> <p><a name="CodeReading"></a><strong>Diomidis Spinellis</strong>. <a href="http://www.spinellis.gr/codereading"><cite>Code Reading: The Open Source Perspective</cite></a>. Effective Software Development Series. Addison-Wesley, Boston, MA, 2003.</p> <!-- Authors: Diomidis Spinellis --> <p><a name="Spinellis:2003b"></a><strong>Diomidis Spinellis</strong>. <a href="http://www.dmst.aueb.gr/dds/pubs/jrnl/2003-TSE-Refactor/html/Spi03r.html">Global analysis and transformations in preprocessed languages</a>. <cite>IEEE Transactions on Software Engineering</cite>, 29(11):1019–1030, November 2003. (<a href="http://dx.doi.org/10.1109/TSE.2003.1245303">doi:10.1109/TSE.2003.1245303</a>)</p> <!-- Authors: Diomidis Spinellis --> <p><a name="Spinellis:2003"></a><strong>Diomidis Spinellis</strong>. <a href="http://www.dmst.aueb.gr/dds/pubs/jrnl/2003-CACM-URLcite/html/urlcite.html">The decay and failures of web references</a>. <cite>Communications of the ACM</cite>, 46(1):71–77, January 2003. (<a href="http://dx.doi.org/10.1145/602421.602422">doi:10.1145/602421.602422</a>)</p> <!-- Authors: Diomidis Spinellis --> <p><a name="Spinellis:2000"></a><strong>Diomidis Spinellis</strong>. <a href="http://www.dmst.aueb.gr/dds/pubs/conf/2000-Usenix-outwit/html/utool.html">Outwit: Unix tool-based programming meets the Windows world</a>. In Christopher Small, editor, <cite>USENIX 2000 Technical Conference Proceedings</cite>, pages 149–158, Berkeley, CA, June 2000. Usenix Association.</p> <!-- Authors: Diomidis Spinellis --> <p><a name="Spinellis:1996"></a><strong>Diomidis Spinellis</strong>. <a href="http://www.dmst.aueb.gr/dds/pubs/tr/rfc-1947/html/RFC1947.html">Greek character encoding for electronic mail messages</a>. Network Information Center, Request for Comments 1947, May 1996. RFC-1947.</p> <!-- Authors: Diomidis Spinellis --> <p><a name="Spinellis:1994"></a><strong>Diomidis Spinellis</strong>. <cite>Programming Paradigms as Object Classes: A Structuring Mechanism for Multiparadigm Programming</cite>. PhD thesis, Imperial College of Science, Technology and Medicine, London, UK, February 1994. (<a href="http://www.dmst.aueb.gr/dds/pubs/thesis/PhD/html/thesis.pdf">PDF</a>)</p> <!-- Authors: Diomidis Spinellis --> <p><a name="Spinellis:1993"></a><strong>Diomidis Spinellis</strong>. <a href="http://www.dmst.aueb.gr/dds/pubs/jrnl/1993-StrProg-Haskell/html/exp.html">Implementing Haskell: Language implementation as a tool building exercise</a>. <cite>Structured Programming (Software Concepts and Tools)</cite>, 14:37–48, 1993.</p> <!-- Authors: Diomidis Spinellis --> <p><a name="Spinellis:1990"></a><strong>Diomidis Spinellis</strong>. An implementation of the Haskell language. Master's thesis, Imperial College, London, UK, June 1990. (<a href="http://www.dmst.aueb.gr/dds/pubs/thesis/MEng/html/haskell.pdf">PDF</a>)</p> <!-- Authors: Ken Thompson --> <p><a name="Thompson:1968"></a>Ken Thompson. Programming techniques: Regular expression search algorithm. <cite>Communications of the ACM</cite>, 11(6):419–422, 1968. (<a href="http://dx.doi.org/10.1145/363347.363387">doi:10.1145/363347.363387</a>)</p> <!-- Authors: Elizabeth Zwicky and Simon Cooper and D Brent Chapman --> <p><a name="Firewalls"></a>Elizabeth Zwicky, Simon Cooper, and D. Brent Chapman. <cite>Building Internet Firewalls</cite>. O'Reilly and Associates, Sebastopol, CA, second edition, 2000.</p> </div> <!-- END BIBLIOGRAPHY example --> </body></html>
docs/docSpamPIG/thread/class-use/ViewTheoryThread.html
marcoramilli/spampig
<!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 Wed Mar 07 15:34:11 CET 2007 --> <TITLE> Uses of Class thread.ViewTheoryThread </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Class thread.ViewTheoryThread"; } </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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../thread/ViewTheoryThread.html" title="class in thread"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?thread//class-useViewTheoryThread.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ViewTheoryThread.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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>thread.ViewTheoryThread</B></H2> </CENTER> No usage of thread.ViewTheoryThread <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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../thread/ViewTheoryThread.html" title="class in thread"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?thread//class-useViewTheoryThread.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ViewTheoryThread.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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> </BODY> </HTML>
imports/ui/main/overlays/debug/leitnerTimer.html
thm-projects/arsnova-flashcards
<template name="mainOverlaysDebugLeitnerItem"> <div class="debugLeitnerTimer"> <table class="table table-condensed"> <thead> <tr> <th colspan="2"> <strong>{{_ "overlays.debugLeitnerTimer.title"}}</strong> </th> </tr> </thead> <tbody> <tr> <td> {{_ "overlays.debugLeitnerTimer.workloadTime"}}: </td> <td> {{getWorkloadTimer}} </td> </tr> <tr> <td> {{_ "overlays.debugLeitnerTimer.breakTime"}}: </td> <td> {{getBreakTimer}} </td> </tr> <tr> <td> {{_ "overlays.debugLeitnerTimer.workloadsCompleted"}}: </td> <td> {{getWorkloadsCompleted}} </td> </tr> <tr> <td> {{_ "overlays.debugLeitnerTimer.breaksCompleted"}}: </td> <td> {{getBreaksCompleted}} </td> </tr> </tbody> </table> <div class="text-info text-center">{{getStatus}}</div> </div> </template>
doc/wireframe/editais-sav/cm-passo-4-orcamento_files/axurerp_pagespecificstyles_ie6.css
clebersantos/sasp
* html .u0_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u0_original.png"); } * html .u2_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u2_original.png"); } * html .u28_line { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u28_line.png"); } * html .u29_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u29_original.png"); } * html .u31_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u2_original.png"); } * html .u33_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u2_original.png"); } * html .u35_line { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u35_line.png"); } * html .u36_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u2_original.png"); } * html .u82_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u82_original.png"); } * html .u84_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u84_original.png"); } * html .u89_line { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u89_line.png"); } * html .u90_line { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u90_line.png"); } * html .u93_line { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="footer_files/u34_line.png"); } * html .u178_line { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u178_line.png"); } * html .u179_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u84_original.png"); } * html .u181_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u84_original.png"); } * html .u183_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u84_original.png"); } * html .u188_line { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u188_line.png"); } * html .u189_line { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u189_line.png"); } * html .u190_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u190_original.png"); } * html .u192_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u192_original.png"); } * html .u194_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u194_original.png"); } * html .u196_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u194_original.png"); } * html .u198_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u198_original.png"); } * html .u200_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u200_original.png"); } * html .u270_line { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u270_line.png"); } * html .u271_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u271_original.png"); } * html .u277_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u200_original.png"); } * html .u280_line { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u280_line.png"); } * html .u281_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u2_original.png"); } * html .u283_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u2_original.png"); } * html .u285_line { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u285_line.png"); } * html .u286_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u2_original.png"); } * html .u360_line { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u360_line.png"); } * html .u361_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u271_original.png"); } * html .u367_line { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u367_line.png"); } * html .u368_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u2_original.png"); } * html .u394_line { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u394_line.png"); } * html .u395_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u2_original.png"); } * html .u421_line { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u421_line.png"); } * html .u422_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u200_original.png"); } * html .u425_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u2_original.png"); } * html .u427_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u2_original.png"); } * html .u429_line { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u429_line.png"); } * html .u430_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u2_original.png"); } * html .u504_line { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u504_line.png"); } * html .u505_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u271_original.png"); } * html .u511_line { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u511_line.png"); } * html .u512_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u2_original.png"); } * html .u538_line { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u538_line.png"); } * html .u540_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u200_original.png"); } * html .u542_original { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="cm-passo-4-orcamento_files/u542_original.png"); } * html .u552_line { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="header-curta-metragem_files/u84_line.png"); }
data/www.chem.qmul.ac.uk/iubmb/enzyme/EC1/13/1/11.html
dmrib/enzymes-in-crisis
<html><head><title>EC 1.13.1.11</title></head> <base href="http://www.chem.qmul.ac.uk/iubmb/enzyme/EC1/13/1/11.html"> <body> <center><b>IUBMB Enzyme Nomenclature</b><p> <h1><b>EC 1.13.1.11</b></h1></center> <b>Transferred entry:</b> now <a href="../99/1.html">EC 1.13.99.1</a> inositol oxygenase<p> <center><small>[EC 1.13.1.11 created 1961 as EC 1.99.2.6, transferred1965 to EC 1.13.1.11, deleted 1972]</small></center><p> <hr> Return to <a href="../1/">EC 1.13.1 home page</a><br> Return to <a href="../">EC 1.13 home page</a><br> Return to <a href="../../">EC 1 home page</a><br> Return to <a href="../../../">Enzymes home page</a><br> Return to <a href="../../../../">IUBMB Biochemical Nomenclature home page</a><p> </body></html>
doc/_build/html/fix_couple_cfd_force.html
CFDEMproject/CFDEMcoupling-NanoSim-PUBLIC
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>couple/cfd/force command &mdash; CFDEMcoupling v3.X documentation</title> <link rel="stylesheet" href="_static/css/theme.css" type="text/css" /> <link rel="top" title="CFDEMcoupling v3.X documentation" href="index.html"/> <script src="_static/js/modernizr.min.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-scroll"> <div class="wy-side-nav-search"> <a href="CFDEMcoupling_Manual.html" class="icon icon-home"> CFDEMcoupling </a> <div class="version"> v3.X </div> <div role="search"> <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <!-- Local TOC --> <div class="local-toc"><ul> <li><a class="reference internal" href="#">couple/cfd/force command</a><ul> <li><a class="reference internal" href="#syntax">Syntax</a></li> <li><a class="reference internal" href="#examples">Examples</a></li> <li><a class="reference internal" href="#description">Description</a></li> <li><a class="reference internal" href="#restrictions">Restrictions</a></li> <li><a class="reference internal" href="#default">Default</a></li> </ul> </li> </ul> </div> </div> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="CFDEMcoupling_Manual.html">CFDEMcoupling</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="CFDEMcoupling_Manual.html">Docs</a> &raquo;</li> <li>couple/cfd/force command</li> <li class="wy-breadcrumbs-aside"> <a href="http://www.cfdem.com"> Website</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="couple-cfd-force-command"> <span id="index-0"></span><h1>couple/cfd/force command<a class="headerlink" href="#couple-cfd-force-command" title="Permalink to this headline">¶</a></h1> <div class="section" id="syntax"> <h2>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2> <div class="highlight-python"><div class="highlight"><pre>fix ID group-ID couple/cfd/force </pre></div> </div> <ul class="simple"> <li>ID, group-ID are documented in <tt class="xref doc docutils literal"><span class="pre">fix</span></tt> command</li> <li>couple/cfd = style name of this fix command</li> </ul> </div> <div class="section" id="examples"> <h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h2> <p>fix cfd all couple/cfd couple_every 100 mpi fix cfd2 all couple/cfd/force</p> </div> <div class="section" id="description"> <h2>Description<a class="headerlink" href="#description" title="Permalink to this headline">¶</a></h2> <p>The command couple/cfd/force can only be used in combination with <a class="reference internal" href="fix_couple_cfd.html"><em>fix_couple_cfd</em></a>. This model transfers the force that the fluid exceeds on each particle to the DEM calculation. At every coupling time step the force term, which contains contributions from all force models active in the CFD calculation, is passed on to LIGGGHTS(R). This (constant) term is then used in the particle calculations at every DEM time step until the next coupling takes place.</p> </div> <div class="section" id="restrictions"> <h2>Restrictions<a class="headerlink" href="#restrictions" title="Permalink to this headline">¶</a></h2> <p>None</p> <p><strong>Related Commands:</strong> <a class="reference internal" href="fix_couple_cfd.html"><em>fix couple/cfd</em></a></p> </div> <div class="section" id="default"> <h2>Default<a class="headerlink" href="#default" title="Permalink to this headline">¶</a></h2> <p>None</p> </div> </div> </div> </div> <footer> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2016, DCS Computing GmbH, JKU Linz. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'./', VERSION:'v3.X', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html>
doc/html/dir_000009_000010.html
ThibaultGigant/Rapidly-exploringRandomTrees
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.12"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Rapidly-exploring Random Trees: F:/GitHub/Rapidly-exploringRandomTrees/src/app/heightmappanel -&gt; classes Relation</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="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Rapidly-exploring Random Trees &#160;<span id="projectnumber">0.1</span> </div> <div id="projectbrief">Project of Artificial Intelligence for Robotics at the University Paris 6</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.12 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </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"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_5194e5fea318fda12687127c23f8aba1.html">app</a></li><li class="navelem"><a class="el" href="dir_da266843aa8258a5abd13e4ce55c9036.html">heightmappanel</a></li> </ul> </div> </div><!-- top --> <div class="contents"> <h3>heightmappanel &rarr; classes Relation</h3><table class="dirtab"><tr class="dirtab"><th class="dirtab">File in src/app/heightmappanel</th><th class="dirtab">Includes file in src/classes</th></tr><tr class="dirtab"><td class="dirtab"><a class="el" href="heightmapframe_8h.html">heightmapframe.h</a></td><td class="dirtab"><a class="el" href="config_8h.html">config.h</a></td></tr><tr class="dirtab"><td class="dirtab"><a class="el" href="heightmapviewpanel_8cpp.html">heightmapviewpanel.cpp</a></td><td class="dirtab"><a class="el" href="threadgenerator_8h.html">threadgenerator.h</a></td></tr><tr class="dirtab"><td class="dirtab"><a class="el" href="heightmapviewpanel_8h.html">heightmapviewpanel.h</a></td><td class="dirtab"><a class="el" href="dir_c6ab66d9cfc792cef8c079468da561dc.html">environment</a>&#160;/&#160;<a class="el" href="vertex_8h.html">vertex.h</a></td></tr></table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.12 </small></address> </body> </html>
build/gr36/docs/doxygen/html/classgr__skiphead.html
aviralchandra/Sandhi
<!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>GNU Radio 3.6.4.2 C++ API: gr_skiphead Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> </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">GNU Radio 3.6.4.2 C++ API </div> </td> </tr> </tbody> </table> </div> <!-- Generated by Doxygen 1.7.6.1 --> </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('classgr__skiphead.html',''); </script> <div id="doc-content"> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#friends">Friends</a> </div> <div class="headertitle"> <div class="title">gr_skiphead Class Reference<div class="ingroups"><a class="el" href="group__slicedice__blk.html">Slicing and Dicing Streams</a></div></div> </div> </div><!--header--> <div class="contents"> <!-- doxytag: class="gr_skiphead" --><!-- doxytag: inherits="gr_block" --> <p>skips the first N items, from then on copies items to the outputUseful for building test cases and sources which have metadata or junk at the start <a href="classgr__skiphead.html#details">More...</a></p> <p><code>#include &lt;<a class="el" href="gr__skiphead_8h_source.html">gr_skiphead.h</a>&gt;</code></p> <div class="dynheader"> Inheritance diagram for gr_skiphead:</div> <div class="dyncontent"> <div class="center"> <img src="classgr__skiphead.png" usemap="#gr_skiphead_map" alt=""/> <map id="gr_skiphead_map" name="gr_skiphead_map"> <area href="structgr__block.html" alt="gr_block" shape="rect" coords="0,0,81,24"/> </map> </div></div> <p><a href="classgr__skiphead-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">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgr__skiphead.html#a91b916781b405d2982db9aab2e16f868">general_work</a> (int noutput_items, gr_vector_int &amp;ninput_items, gr_vector_const_void_star &amp;input_items, gr_vector_void_star &amp;output_items)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">compute output items from input items <a href="#a91b916781b405d2982db9aab2e16f868"></a><br/></td></tr> <tr><td colspan="2"><h2><a name="friends"></a> Friends</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="gr__core__api_8h.html#a8b8937b0c61edd85ab57ce8203543248">GR_CORE_API</a> <a class="el" href="classboost_1_1shared__ptr.html">gr_skiphead_sptr</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgr__skiphead.html#aa003d0cd01695c642d48ec5f6b260921">gr_make_skiphead</a> (size_t itemsize, <a class="el" href="stdint_8h.html#aec6fcb673ff035718c238c8c9d544c47">uint64_t</a> nitems_to_skip)</td></tr> </table> <hr/><a name="details" id="details"></a><h2>Detailed Description</h2> <div class="textblock"><p>skips the first N items, from then on copies items to the output</p> <p>Useful for building test cases and sources which have metadata or junk at the start </p> </div><hr/><h2>Member Function Documentation</h2> <a class="anchor" id="a91b916781b405d2982db9aab2e16f868"></a><!-- doxytag: member="gr_skiphead::general_work" ref="a91b916781b405d2982db9aab2e16f868" args="(int noutput_items, gr_vector_int &amp;ninput_items, gr_vector_const_void_star &amp;input_items, gr_vector_void_star &amp;output_items)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int <a class="el" href="classgr__skiphead.html#a91b916781b405d2982db9aab2e16f868">gr_skiphead::general_work</a> </td> <td>(</td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>noutput_items</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">gr_vector_int &amp;&#160;</td> <td class="paramname"><em>ninput_items</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">gr_vector_const_void_star &amp;&#160;</td> <td class="paramname"><em>input_items</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">gr_vector_void_star &amp;&#160;</td> <td class="paramname"><em>output_items</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td><code> [virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>compute output items from input items </p> <dl class="params"><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">noutput_items</td><td>number of output items to write on each output stream </td></tr> <tr><td class="paramname">ninput_items</td><td>number of input items available on each input stream </td></tr> <tr><td class="paramname">input_items</td><td>vector of pointers to the input items, one entry per input stream </td></tr> <tr><td class="paramname">output_items</td><td>vector of pointers to the output items, one entry per output stream</td></tr> </table> </dd> </dl> <dl class="return"><dt><b>Returns:</b></dt><dd>number of items actually written to each output stream, or -1 on EOF. It is OK to return a value less than noutput_items. -1 &lt;= return value &lt;= noutput_items</dd></dl> <p>general_work must call consume or consume_each to indicate how many items were consumed on each input stream. </p> <p>Reimplemented from <a class="el" href="structgr__block.html#adf59080d10f322e3816b7ac8f7cb2a7c">gr_block</a>.</p> </div> </div> <hr/><h2>Friends And Related Function Documentation</h2> <a class="anchor" id="aa003d0cd01695c642d48ec5f6b260921"></a><!-- doxytag: member="gr_skiphead::gr_make_skiphead" ref="aa003d0cd01695c642d48ec5f6b260921" args="(size_t itemsize, uint64_t nitems_to_skip)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="gr__core__api_8h.html#a8b8937b0c61edd85ab57ce8203543248">GR_CORE_API</a> <a class="el" href="classboost_1_1shared__ptr.html">gr_skiphead_sptr</a> <a class="el" href="classgr__skiphead.html#aa003d0cd01695c642d48ec5f6b260921">gr_make_skiphead</a> </td> <td>(</td> <td class="paramtype">size_t&#160;</td> <td class="paramname"><em>itemsize</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="stdint_8h.html#aec6fcb673ff035718c238c8c9d544c47">uint64_t</a>&#160;</td> <td class="paramname"><em>nitems_to_skip</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td><code> [friend]</code></td> </tr> </table> </div> <div class="memdoc"> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li><a class="el" href="gr__skiphead_8h_source.html">gr_skiphead.h</a></li> </ul> </div><!-- contents --> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="classgr__skiphead.html">gr_skiphead</a> </li> <li class="footer">Generated on Mon Oct 14 2013 11:58:20 for GNU Radio 3.6.4.2 C++ API by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.6.1 </li> </ul> </div> </body> </html>
public/modules/hd_cre/opers.html
jay16/pm-bi
<!DOCTYPE HTML> <html> <head> <title>运营巡检记录</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" /> <meta content="yes" name="apple-mobile-web-app-capable" /> <meta content="telephone=no" name="format-detection" /> <meta name="browsermode" content="application"> <meta name="renderer" content="webkit"> <link rel="stylesheet" type="text/css" href="static/css/main.css?TIMESTAMP" /> <link rel="stylesheet" type="text/css" href="static/vn/style.css?TIMESTAMP" /> <link rel="stylesheet" type="text/css" href="static/css/global.css?TIMESTAMP" /> <link rel="stylesheet" type="text/css" href="static/css/base.css?TIMESTAMP" /> <style type="text/css"> label#page-title { height: .85rem; background: rgba(0, 147, 245, 0.93); color: #fff; text-align: center; line-height: .85rem; font-size: 0.3rem; z-index: 2; } </style> <link rel="stylesheet" type="text/css" href="static/css/swiper.min.css?TIMESTAMP" /> <style type="text/css">body{ margin-bottom: 0;}</style> </head> <body class=""> <section class="g-head"> <a class="vn06 " id="back-btn" ></a> <label id="page-title">运营巡检记录</label> </section> <div class="gc_tab"> <div class="gc_work1 " id="sortby"> <div class="gcw6"> <span class="gcw2">排序</span> <i class="gcw3 vn09"></i> </div> </div> <div class="gc_work1 " id="filter"> <div class="gcw6"> <span class="gcw2">筛选</span> <i class="gcw3 vn09"></i> </div> </div> </div> <ul class="g-list" id="opers"></ul> <div class="g-add vn32 actionbtn hidden" id="new-oper" onclick="MobileBridge.pageLink('$title$', 'offline://oper.new.html', 0);" href="javascript:void(0);"></div> <script type="text/javascript" src="static/js/jquery-3.1.1.min.js?TIMESTAMP" charset="utf-8"></script> <script type="text/javascript" src="static/js/jquery.cookie.js?TIMESTAMP" charset="utf-8"></script> <script type="text/javascript" src="static/js/syp_v1.js?TIMESTAMP"></script> <script type="text/javascript" src="static/js/user_permission.js?TIMESTAMP"></script> <script type="text/javascript" src="static/js/crfs.js?TIMESTAMP" charset="utf-8"></script> <script type="text/javascript" src="static/js/global.js?TIMESTAMP" charset="utf-8"></script> <script type="text/javascript" src="static/js/app.js?TIMESTAMP" charset="utf-8"></script> <script type="text/javascript"></script> <script type="text/javascript" src="static/js/hdapi.js?TIMESTAMP"></script> <script type="text/javascript" src="static/js/crfs.js?TIMESTAMP"></script> <script type="text/javascript"> var resultHandler = undefined; var goBackHandler = undefined; var mymessagesHandler = undefined; var load_more_handler = undefined; var user_process_permissions_handler=undefined; (function ($) { if(userinfo.permissions.indexOf("/cre-app/operInspect/create") < 0) { $("#new-oper").remove(); } $.each(['show', 'hide'], function (i, ev) { var el = $.fn[ev]; $.fn[ev] = function () { this.trigger(ev); return el.apply(this, arguments); }; }); })(jQuery); var dH = 0,wH = 0; $('#back-btn').click(function(e){ e.preventDefault(); goBack() }); function goBack() { if(typeof goBackHandler === 'function') { goBackHandler(); } else window.history.back(); } function scanResult(message) { if(typeof resultHandler === 'function') { resultHandler(message); } } function get_value(val) { if(val) return val.toString(); if($.isNumeric(val)) return val.toString(); return ''; } function get_clean_category_name(category) { var names={ clean:"清洁", garbageRemoval:"垃圾清理", materialSupplement:"物资补充", other:"其它", } if(category!=undefined) { return names[category.cleanClass]+get_value(category.fineClass); } return ""; } function get_source_type_name(code) { var names={ tenant:"商户", department:"部门" } return names[code]; } function intval(val) { return val - 0; } function get_area_type_name(code) { var names={ publicArea:"公区", rentArea:"租区" } return names[code]; } function get_task_type_name(code) { var names={ wrokRecordCard:"工作记录卡", cleanWorkRecord:"保洁工单" } return names[code]; } function get_emergency_type_name(code) { var names={ dangerous:"危险", urgent:"紧急", general:"一般", reservation:"预约", postComplement:"后补工咭", } return names[code]; } function get_bill_type_name(code) { var names={ "oper.maintainBill":"维修单", "oper.complaintBill":"投诉单", "property.device.inspect":"设备巡视单", "wrokRecordCard":"工作记录卡", "cleanWorkRecord":"保洁工单", "investment.tenant.contract_newer":"新合同申请", "sales.salesInput":"销售数据录入单", } return names[code]; } function get_biz_type_name(code) { var names={ ineffect:"未生效", effect:"已生效(待办)", canceled:"已取消", delivered:"已转交", solved:"已解决", finished:"已完成", started:"已发起", } return names[code]; } function get_now_full(withoutseconds) { var now = new Date(); var month =now.getMonth() -0 +1; var day =now.getDate() -0 ; var hours =now.getHours() -0 ; var minutes =now.getMinutes() -0 ; var seconds =now.getSeconds() -0 ; if(month< 10) month = "0"+month; if(day< 10) day = "0"+day; if(hours< 10) hours = "0"+hours; if(minutes< 10) minutes = "0"+minutes; if(seconds< 10) seconds = "0"+seconds; if(withoutseconds) return now.getFullYear()+"-"+month+"-"+day+' '+hours+":"+minutes; return now.getFullYear()+"-"+month+"-"+day+' '+hours+":"+minutes+":"+seconds; } function format_hd_time(datetime, addsecond) { if(addsecond) return datetime.replace('T',' ').replace(/\-/g,'.')+':00'; return datetime.replace('T',' ').replace(/\-/g,'.'); } function start_with(str, needle) { if(str.length < needle.length) return false; return str.substr(0, needle.length) == needle; } function get_day_format() { var date = new Date(); var dayNames=[ "星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", ]; var y = date.getFullYear(), m = date.getMonth()+1, d = date.getDate(), w = date.getDay(); if(m < 10) m = "0"+m; if(d < 10) d = "0"+d; return { date: y+"-"+m+"-"+d, day:dayNames[w] }; } function get_date_format(date) { var mdate = new Date(date); var y = mdate.getFullYear(), m = mdate.getMonth()+1, d = mdate.getDate(), w = mdate.getDay(); if(m < 10) m = "0"+m; if(d < 10) d = "0"+d; return y+"-"+m+"-"+d; } function save_storage(key, value) { window.localStorage[key]=JSON.stringify(value); } function get_storage(key) { var value = window.localStorage[key]; try { return JSON.parse(value); } catch(err) { value = undefined; } } function remove_storage(key) { window.localStorage.removeItem(key); } function update_height() { dH = $(document).height(); } function convertDataURLToBlob(dataURL) { var arr = dataURL.split(','); var code = window.atob(arr[1]); var aBuffer = new window.ArrayBuffer(code.length); var uBuffer = new window.Uint8Array(aBuffer); for(var i = 0; i < code.length; i++) { uBuffer[i] = code.charCodeAt(i); } var Builder = window.WebKitBlobBuilder || window.MozBlobBuilder; if(Builder) { var builder = new Builder; builder.append(aBuffer); return builder.getBlob(format); } else { // return new window.Blob([ uBuffer ]); return new window.Blob([ aBuffer ], {type: arr[0].match(/:(.*?);/)[1]}); } } function changeBlobImageQuality(blob, callback, format, quality) { format = format || 'image/jpeg'; quality = quality || 0.6; // 经测试0.9最合适 var fr = new FileReader(); fr.onload = function(e) { var dataURL = e.target.result; var img = new Image(); img.onload = function() { var canvas = document.createElement('canvas'); var ctx = canvas.getContext('2d'); var oldWidth = img.width; var oldHeight = img.height; var newWidth = img.width;//window.screen.width; var newHeight = Math.floor(oldHeight / oldWidth * newWidth); canvas.width = newWidth; canvas.height = newHeight; ctx.drawImage(img, 0, 0, newWidth, newHeight); // ctx.drawImage(img, 0, 0); var newDataURL = canvas.toDataURL(format, quality); if(callback) callback(convertDataURLToBlob(newDataURL), img); canvas = null; }; img.src = dataURL; }; fr.readAsDataURL(blob); // blob 转 dataURL function dataURLtoBlob(dataurl) { var arr = dataurl.split(','), mime = arr[0].match(/:(.*?);/)[1], bstr = atob(arr[1]), len = bstr.length, u8arr = new Uint8Array(len); while (len--) u8arr[len] = bstr.charCodeAt(len); return new Blob([u8arr], {type: mime}); } } function get_attachment_url(itemid) { return $.HDAPI.server + '/HDMediaService-web/fileget?fileID='+itemid; } function downscaleImage(dataUrl, newWidth, imageType, imageArguments) { "use strict"; var image, oldWidth, oldHeight, newHeight, canvas, ctx, newDataUrl; // Provide default values imageType = imageType || "image/jpeg"; imageArguments = imageArguments || 0.7; // Create a temporary image so that we can compute the height of the downscaled image. image = new Image(); image.src = dataUrl; oldWidth = image.width; oldHeight = image.height; newHeight = Math.floor(oldHeight / oldWidth * newWidth) // Create a temporary canvas to draw the downscaled image on. canvas = document.createElement("canvas"); canvas.width = newWidth; canvas.height = newHeight; var ctx = canvas.getContext("2d"); // Draw the downscaled image on the canvas and return the new data URL. ctx.drawImage(image, 0, 0, newWidth, newHeight); newDataUrl = canvas.toDataURL(imageType, imageArguments); return newDataUrl; } function formatDate(date) { var d = new Date(date); var seconds = d.getSeconds(); var minutes = d.getMinutes(); var day = d.getDate(); var month = d.getMonth(); var hours = d.getHours(); var year = d.getFullYear(); if(seconds < 10) seconds = '0'+seconds; if(minutes < 10) minutes = '0'+minutes; if(day < 10) day = '0'+day; if(hours < 10) hours = '0'+hours; month = month - 0 + 1; if(month < 10) month = '0'+ month; return year+'-'+month+'-'+day+' '+hours+':'+minutes+':'+seconds; } function formatNumber(num) { if(num===undefined) return ""; if(num==="") return ""; if(num==null) return ""; return +(Math.round(num + "e+2") + "e-2"); } function checkMobile(sMobile){ /** * 手机号码: * 13[0-9], 14[5,7], 15[0, 1, 2, 3, 5, 6, 7, 8, 9], 17[6, 7, 8], 18[0-9], 170[0-9] * 移动号段: 134,135,136,137,138,139,150,151,152,157,158,159,182,183,184,187,188,147,178,1705 * 联通号段: 130,131,132,155,156,185,186,145,176,1709 * 电信号段: 133,153,180,181,189,177,1700 */ if((/^1(3[0-9]|4[57]|5[0-35-9]|8[0-9]|70)\d{8}$/.test(sMobile))) return true; /** * 中国移动:China Mobile * 134,135,136,137,138,139,150,151,152,157,158,159,182,183,184,187,188,147,178,1705 */ if((/(^1(3[4-9]|4[7]|5[0-27-9]|7[8]|8[2-478])\d{8}$)|(^1705\d{7}$)/.test(sMobile))) return true; /** * 中国联通:China Unicom * 130,131,132,155,156,185,186,145,176,1709 */ if((/(^1(3[0-2]|4[5]|5[56]|7[6]|8[56])\d{8}$)|(^1709\d{7}$)/.test(sMobile))) return true; /** * 中国电信:China Telecom * 133,153,180,181,189,177,1700 */ if((/(^1(33|53|77|8[019])\d{8}$)|(^1700\d{7}$)/.test(sMobile))) return true; return false; } function compress_upload_image(file, callback) { if (file) { changeBlobImageQuality(file, function(newBlob, image){ var data = new FormData(); if (newBlob) { var uploadFile = new File( [newBlob], file.name, {type: newBlob.type}); data.append('file', newBlob, file.name); $.ajax({ url: $.HDAPI.server + '/cre-agency-app-server/rest/1/media/upload/', data: data, cache: false, contentType: false, processData: false, dataType: "JSON", type: 'POST', }).done(function(result){ if(result.success) { var img = { id: result.body, name: file.name, size: file.size, fileType: file.type, md5: null }; if( (callback) && (typeof callback === 'function') ) callback(img, image); } else { if( (callback) && (typeof callback === 'function') ) callback(false, image); } }); } }); } } $(function(){ $('.timepicker').click(function(e){ $(this).find('input[type="date"], input[type="datetime-local"]').focus(); }); $('.actionbtn').click(function(e){ var next = $(this).attr('href'); if(next !=undefined && next !='' && next.indexOf('javascript:void(0)') < 0) { goto_url("//"); // window.location=next; } }); $('#leftbutton').click(function(e){ e.preventDefault(); }); var _no_more = '<li style="line-height: 4rem; text-align: center; font-size: 1rem; color: #717171;">没有更多啦</li>'; $(document).ready(function(){ dH = $(document).height(); wH = $(window).height(); }); $(window).scroll(function(){ var offset_top = $(this).scrollTop(); if( dH-offset_top-wH<20){ if(typeof load_more_handler === 'function') load_more_handler(); } }); var process_permissions=[]; $.HDAPI.query_user_process_permissions({ userId: userinfo.code, prefixs:[ // 'investment.tenant.contract_newer', // 'sales.salesinput', // 'oper.maintainBill', // 'oper.complaintBill', // 'property.device.inspect.register', // 'property.device.repair', // 'property.operInspect.inspect', '', ] }, function(result){ if(result.success) { if(typeof user_process_permissions_handler === 'function') { process_permissions=result.body; user_process_permissions_handler(result.body); } } }); $.HDAPI.getUserMessages( userinfo.code, function(result){ if(result.success) { if(typeof mymessagesHandler === 'function') { mymessagesHandler(result.body); } } else { if(typeof mymessagesHandler === 'function') showMessage(result.message); } }); if($("footer a").length==3) { $("footer a").css("width","33.333%") }else if($("footer a").length==2) { $("footer a").css("width","50%") } }); </script> <script type="text/javascript"> $(function(){ m_loading.html();//loading 启动 resultHandler = function(message){ }; goBackHandler = function (argument) { goto_url("/"); } if(userinfo.permissions.indexOf("/cre-app/operInspect/create") >= 0) { user_process_permissions_handler=function(permissions){ for(perm in permissions) { if(start_with(permissions[perm], 'property.operInspect.inspect')) { $('#new-oper').removeClass('hidden'); break; } } }; } $(".g-tab div").click(function(){ swiper.slideTo($(this).index()); }); var orderby={ field:'createInfo.time', direction:'desc' }; var bizState = '.all'; $("#sortby").click(function(){ gcw.html(orderby.direction, function(order){ if(orderby.direction != order) { orderby.direction = order; query_opers(0); } }); }); //等级 $("#filter").click(function(){ yy_state.html(bizState, function(state){ if(bizState != state) { bizState = state; query_opers(0); } }); }); function setup_hooks() { $('.oper-item').click(function(e){ var oper = $(this).data('oper'); save_storage('oper', oper); goto_url("oper.view.html"); }); } function adon(index){ $(".g-tab").find("div").eq(index).addClass("on").siblings("div").removeClass("on"); } function create_oper_item(oper, overtime) { var images={ ineffect:"static/images/ineffect.png", dealing:"static/images/dealing.png", finished: "static/images/finished.png", solved:"static/images/solved.png", }; if(oper.bizState == 'dealing' && oper.expectTime<format_hd_time(get_now_full())) { images={ ineffect:"static/images/ineffect.png", dealing:"static/images/dealing.overtime.png", finished: "static/images/finished.png", solved:"static/images/solved.png", }; } //updatecynthia if((oper.bizState == 'solved') && oper.endTime>oper.expectTime ) { images={ ineffect:"static/images/ineffect.png", dealing:"static/images/dealing.png", finished: "static/images/finished.png", solved:"static/images/solved.overtime.png" }; } //updatecynthia if((oper.bizState == 'finished') && oper.endTime>oper.expectTime ) { images={ ineffect:"static/images/ineffect.png", dealing:"static/images/dealing.png", finished: "static/images/finished.overtime.png", solved:"static/images/solved.png" }; } var item = $('<li class="oper-item"></li>'); $(item).append('<div class="side_img"><img src="'+images[oper.bizState]+'"/></div>'); $(item).append('<div class="g-list-title jm_1">'+oper.inspectTopic+'</div>'); if(oper.inspector) $(item).append('<div class="g-list-text">巡检人:'+oper.inspector.name+'</div>'); else $(item).append('<div class="g-list-text">巡检人:</div>'); $(item).append('<div class="g-list-text">巡检时间:'+oper.createInfo.time+'</div>'); $(item).append('<div class="g-list-text">单号:'+oper.billNumber+'</div>'); $(item).append('<div class="vn05 g-list-yjt"></div>'); $(item).data('oper', oper); return item; } function add_item_to_list(oper, overtime) { // if(overtime) // { // if(oper.expectTime >= oper.endTime) // return; // } $('#opers').append(create_oper_item(oper, overtime)); } var curpage = undefined; var can_loading = true; load_more_handler = function(){ var page = undefined; if(curpage == undefined ) page = 0; else page = curpage -0 + 1; if(can_loading) { query_opers(page); } }; function query_opers(page){ var state = bizState.split('.')[0]; var overtime = bizState.split('.')[1]=='overtime'; if(state=='') state = undefined; var data = { pageSize: 10, page: page, order: orderby, bizState:state, userGroups:userGroups, stores: stores_uuids, }; if(page == 0) $('#opers').children().remove(); can_loading = false; $.HDAPI.query_oper_inspect(data, function(result){ if(result.success) { m_loading.remove();//loading 移除 $(result.body.records).each(function(idx, device){ add_item_to_list(device, overtime); }); setup_hooks(); curpage = page; can_loading = (result.body.pageCount-1 != page); }else { m_loading.remove();//loading 移除 showMessage(result.message); } update_height(); }); } query_opers(0); }); </script> </body> </html>
build/docs/doxygen/html/group__ofdm__blk.html
katsikas/gnuradio
<!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>GNU Radio 7f75d35b C++ API: OFDM Blocks</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> </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">GNU Radio 7f75d35b C++ API </div> </td> </tr> </tbody> </table> </div> <!-- Generated by Doxygen 1.7.6.1 --> </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('group__ofdm__blk.html',''); </script> <div id="doc-content"> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> </div> <div class="headertitle"> <div class="title">OFDM Blocks</div> </div> <div class="ingroups"><a class="el" href="group__block.html">GNU Radio C++ Signal Processing Blocks</a></div></div><!--header--> <div class="contents"> <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 &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgr__ofdm__bpsk__demapper.html">gr_ofdm_bpsk_demapper</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">take a vector of complex constellation points in from an FFT and demodulate to a stream of bits. Simple BPSK version. <a href="classgr__ofdm__bpsk__demapper.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgr__ofdm__frame__sink2.html">gr_ofdm_frame_sink2</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Takes an OFDM symbol in, demaps it into bits of 0's and 1's, packs them into packets, and sends to to a message queue sink.NOTE: The mod input parameter simply chooses a pre-defined demapper/slicer. Eventually, we want to be able to pass in a reference to an object to do the demapping and slicing for a given modulation type. <a href="classgr__ofdm__frame__sink2.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdigital__dvbt__ofdm__frame__sink.html">digital_dvbt_ofdm_frame_sink</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Specific class for DVBT OFDM demmaping. Takes an OFDM symbol in, demaps it into bits of 0's and 1's, packs them into packets, and sends to to a message queue sink.NOTE: The mod input parameter simply chooses a pre-defined demapper/slicer. Eventually, we want to be able to pass in a reference to an object to do the demapping and slicing for a given modulation type. <a href="classdigital__dvbt__ofdm__frame__sink.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdigital__dvbt__ofdm__mapper__bcv.html">digital_dvbt_ofdm_mapper_bcv</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Specific class for the DVBT.Takes a stream of bytes in and maps to a vector of complex constellation points suitable for IFFT input to be used in an ofdm modulator. Abstract class must be subclassed with specific mapping. <a href="classdigital__dvbt__ofdm__mapper__bcv.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdigital__ofdm__cyclic__prefixer.html">digital_ofdm_cyclic_prefixer</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">adds a cyclic prefix vector to an input size long ofdm symbol(vector) and converts vector to a stream output_size long. <a href="classdigital__ofdm__cyclic__prefixer.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdigital__ofdm__frame__acquisition.html">digital_ofdm_frame_acquisition</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">take a vector of complex constellation points in from an FFT and performs a correlation and equalization.This block takes the output of an FFT of a received OFDM symbol and finds the start of a frame based on two known symbols. It also looks at the surrounding bins in the FFT output for the correlation in case there is a large frequency shift in the data. This block assumes that the fine frequency shift has already been corrected and that the samples fall in the middle of one FFT bin. <a href="classdigital__ofdm__frame__acquisition.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdigital__ofdm__frame__sink.html">digital_ofdm_frame_sink</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Takes an OFDM symbol in, demaps it into bits of 0's and 1's, packs them into packets, and sends to to a message queue sink.NOTE: The mod input parameter simply chooses a pre-defined demapper/slicer. Eventually, we want to be able to pass in a reference to an object to do the demapping and slicing for a given modulation type. <a href="classdigital__ofdm__frame__sink.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdigital__ofdm__insert__preamble.html">digital_ofdm_insert_preamble</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">insert "pre-modulated" preamble symbols before each payload. <a href="classdigital__ofdm__insert__preamble.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdigital__ofdm__mapper__bcv.html">digital_ofdm_mapper_bcv</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">take a stream of bytes in and map to a vector of complex constellation points suitable for IFFT input to be used in an ofdm modulator. Abstract class must be subclassed with specific mapping. <a href="classdigital__ofdm__mapper__bcv.html#details">More...</a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classdigital__ofdm__sampler.html">digital_ofdm_sampler</a></td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">does the rest of the OFDM stuff <a href="classdigital__ofdm__sampler.html#details">More...</a><br/></td></tr> </table> </div><!-- contents --> </div> <div id="nav-path" class="navpath"> <ul> <li class="footer">Generated on Thu Sep 27 2012 10:49:29 for GNU Radio 7f75d35b C++ API by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.6.1 </li> </ul> </div> </body> </html>
docs/com/aurel/track/admin/server/siteConfig/OutgoingEmailBL.html
trackplus/Genji
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_80) on Sat Dec 19 22:20:09 CET 2015 --> <title>OutgoingEmailBL (Genji Scrum Tool &amp; Issue Tracking API Documentation 5.0.1)</title> <meta name="date" content="2015-12-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="OutgoingEmailBL (Genji Scrum Tool & Issue Tracking API Documentation 5.0.1)"; } //--> </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="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../com/aurel/track/admin/server/siteConfig/OtherSiteConfigTO.JSONFIELDS.html" title="interface in com.aurel.track.admin.server.siteConfig"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../com/aurel/track/admin/server/siteConfig/OutgoingEmailTO.html" title="class in com.aurel.track.admin.server.siteConfig"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?com/aurel/track/admin/server/siteConfig/OutgoingEmailBL.html" target="_top">Frames</a></li> <li><a href="OutgoingEmailBL.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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</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.aurel.track.admin.server.siteConfig</div> <h2 title="Class OutgoingEmailBL" class="title">Class OutgoingEmailBL</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.aurel.track.admin.server.siteConfig.OutgoingEmailBL</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">OutgoingEmailBL</span> extends java.lang.Object</pre> <div class="block">It manages handling of the server configuration for outgoing e-mail connections.</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="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../../com/aurel/track/admin/server/siteConfig/OutgoingEmailBL.html#OutgoingEmailBL()">OutgoingEmailBL</a></strong>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.util.List&lt;<a href="../../../../../../com/aurel/track/util/IntegerStringBean.html" title="class in com.aurel.track.util">IntegerStringBean</a>&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../../../com/aurel/track/admin/server/siteConfig/OutgoingEmailBL.html#getSecurityConnectionsModes(java.util.Locale)">getSecurityConnectionsModes</a></strong>(java.util.Locale&nbsp;locale)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../com/aurel/track/util/emailHandling/SMTPMailSettings.html" title="class in com.aurel.track.util.emailHandling">SMTPMailSettings</a></code></td> <td class="colLast"><code><strong><a href="../../../../../../com/aurel/track/admin/server/siteConfig/OutgoingEmailBL.html#getSMTPMailSettings(com.aurel.track.beans.TSiteBean)">getSMTPMailSettings</a></strong>(<a href="../../../../../../com/aurel/track/beans/TSiteBean.html" title="class in com.aurel.track.beans">TSiteBean</a>&nbsp;site)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../../com/aurel/track/admin/server/siteConfig/OutgoingEmailBL.html#testOutgoingEmail(com.aurel.track.beans.TSiteBean,%20com.aurel.track.admin.server.siteConfig.OutgoingEmailTO,%20java.lang.String,%20java.util.List,%20java.util.Locale)">testOutgoingEmail</a></strong>(<a href="../../../../../../com/aurel/track/beans/TSiteBean.html" title="class in com.aurel.track.beans">TSiteBean</a>&nbsp;siteBean, <a href="../../../../../../com/aurel/track/admin/server/siteConfig/OutgoingEmailTO.html" title="class in com.aurel.track.admin.server.siteConfig">OutgoingEmailTO</a>&nbsp;outgoingEmailTO, java.lang.String&nbsp;emailTestTo, java.util.List&lt;<a href="../../../../../../com/aurel/track/json/ControlError.html" title="class in com.aurel.track.json">ControlError</a>&gt;&nbsp;errors, java.util.Locale&nbsp;locale)</code> <div class="block">This routine tries to connect to the SMTP server with the current configuration parameters in <code>siteApp</code>, the <code>TSiteBean</code> object stored in the application context.</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&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="OutgoingEmailBL()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>OutgoingEmailBL</h4> <pre>public&nbsp;OutgoingEmailBL()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getSMTPMailSettings(com.aurel.track.beans.TSiteBean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getSMTPMailSettings</h4> <pre>public static&nbsp;<a href="../../../../../../com/aurel/track/util/emailHandling/SMTPMailSettings.html" title="class in com.aurel.track.util.emailHandling">SMTPMailSettings</a>&nbsp;getSMTPMailSettings(<a href="../../../../../../com/aurel/track/beans/TSiteBean.html" title="class in com.aurel.track.beans">TSiteBean</a>&nbsp;site)</pre> </li> </ul> <a name="testOutgoingEmail(com.aurel.track.beans.TSiteBean, com.aurel.track.admin.server.siteConfig.OutgoingEmailTO, java.lang.String, java.util.List, java.util.Locale)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>testOutgoingEmail</h4> <pre>public static&nbsp;java.lang.String&nbsp;testOutgoingEmail(<a href="../../../../../../com/aurel/track/beans/TSiteBean.html" title="class in com.aurel.track.beans">TSiteBean</a>&nbsp;siteBean, <a href="../../../../../../com/aurel/track/admin/server/siteConfig/OutgoingEmailTO.html" title="class in com.aurel.track.admin.server.siteConfig">OutgoingEmailTO</a>&nbsp;outgoingEmailTO, java.lang.String&nbsp;emailTestTo, java.util.List&lt;<a href="../../../../../../com/aurel/track/json/ControlError.html" title="class in com.aurel.track.json">ControlError</a>&gt;&nbsp;errors, java.util.Locale&nbsp;locale)</pre> <div class="block">This routine tries to connect to the SMTP server with the current configuration parameters in <code>siteApp</code>, the <code>TSiteBean</code> object stored in the application context.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>siteBean</code> - </dd><dd><code>errors</code> - </dd> <dt><span class="strong">Returns:</span></dt><dd>the protocol of the connection attempt</dd></dl> </li> </ul> <a name="getSecurityConnectionsModes(java.util.Locale)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getSecurityConnectionsModes</h4> <pre>public static&nbsp;java.util.List&lt;<a href="../../../../../../com/aurel/track/util/IntegerStringBean.html" title="class in com.aurel.track.util">IntegerStringBean</a>&gt;&nbsp;getSecurityConnectionsModes(java.util.Locale&nbsp;locale)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><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="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../com/aurel/track/admin/server/siteConfig/OtherSiteConfigTO.JSONFIELDS.html" title="interface in com.aurel.track.admin.server.siteConfig"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../com/aurel/track/admin/server/siteConfig/OutgoingEmailTO.html" title="class in com.aurel.track.admin.server.siteConfig"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?com/aurel/track/admin/server/siteConfig/OutgoingEmailBL.html" target="_top">Frames</a></li> <li><a href="OutgoingEmailBL.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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><a href="http://www.trackplus.com">Genji Scrum Tool &amp; Issue Tracking API Documentation</a> &nbsp; &nbsp; &nbsp;<i>Copyright &#169; 2015 Steinbeis Task Management Solutions. All Rights Reserved.</i></small></p> </body> </html>
backend/lib/jena/javadoc-arq/com/hp/hpl/jena/sparql/pfunction/package-summary.html
decoit/Visa-Topologie-Editor
<!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_33) on Fri Aug 03 11:42:59 PDT 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.hp.hpl.jena.sparql.pfunction (Apache Jena ARQ) </TITLE> <META NAME="date" CONTENT="2012-08-03"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="com.hp.hpl.jena.sparql.pfunction (Apache Jena ARQ)"; } } </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>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../com/hp/hpl/jena/sparql/path/eval/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../../com/hp/hpl/jena/sparql/pfunction/library/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/hp/hpl/jena/sparql/pfunction/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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> <H2> Package com.hp.hpl.jena.sparql.pfunction </H2> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Interface Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/hp/hpl/jena/sparql/pfunction/PropertyFunction.html" title="interface in com.hp.hpl.jena.sparql.pfunction">PropertyFunction</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/hp/hpl/jena/sparql/pfunction/PropertyFunctionFactory.html" title="interface in com.hp.hpl.jena.sparql.pfunction">PropertyFunctionFactory</A></B></TD> <TD>Interface for extension factories registered with the extension registry.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/hp/hpl/jena/sparql/pfunction/PFuncAssignToObject.html" title="class in com.hp.hpl.jena.sparql.pfunction">PFuncAssignToObject</A></B></TD> <TD>Common case: take a node (subject) and calculate something else, assign it to a variable (object)</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/hp/hpl/jena/sparql/pfunction/PFuncAssignToSubject.html" title="class in com.hp.hpl.jena.sparql.pfunction">PFuncAssignToSubject</A></B></TD> <TD>Common case: take a node (object) and calculate something else, assign it to a variable (subject)</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/hp/hpl/jena/sparql/pfunction/PFuncSimple.html" title="class in com.hp.hpl.jena.sparql.pfunction">PFuncSimple</A></B></TD> <TD>Common, simple case: arguments are not lists attempt to put values in for any bound variables call the implementation with one binding at a time </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/hp/hpl/jena/sparql/pfunction/PFuncSimpleAndList.html" title="class in com.hp.hpl.jena.sparql.pfunction">PFuncSimpleAndList</A></B></TD> <TD>Common, simple case: subject arguments is not a list object is a list call the implementation with one binding at a time </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/hp/hpl/jena/sparql/pfunction/ProcedurePF.html" title="class in com.hp.hpl.jena.sparql.pfunction">ProcedurePF</A></B></TD> <TD>Adapter between property functions and server procedures When called, this wrapper reconstructs the usual property function calling conventions.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/hp/hpl/jena/sparql/pfunction/PropertyFunctionBase.html" title="class in com.hp.hpl.jena.sparql.pfunction">PropertyFunctionBase</A></B></TD> <TD>Basic property function handler that calls the implementation subclass one binding at a time</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/hp/hpl/jena/sparql/pfunction/PropertyFunctionEval.html" title="class in com.hp.hpl.jena.sparql.pfunction">PropertyFunctionEval</A></B></TD> <TD>Basic property function handler that calls the implementation subclass one binding at a time after evaluating the arguments (if bound).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/hp/hpl/jena/sparql/pfunction/PropertyFunctionRegistry.html" title="class in com.hp.hpl.jena.sparql.pfunction">PropertyFunctionRegistry</A></B></TD> <TD>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/hp/hpl/jena/sparql/pfunction/PropFuncArg.html" title="class in com.hp.hpl.jena.sparql.pfunction">PropFuncArg</A></B></TD> <TD>Class representing an argument (subject or object position) of a property function.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../com/hp/hpl/jena/sparql/pfunction/PropFuncArgType.html" title="class in com.hp.hpl.jena.sparql.pfunction">PropFuncArgType</A></B></TD> <TD>&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <DL> </DL> <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>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../com/hp/hpl/jena/sparql/path/eval/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp; &nbsp;<A HREF="../../../../../../com/hp/hpl/jena/sparql/pfunction/library/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/hp/hpl/jena/sparql/pfunction/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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> Licenced under the Apache License, Version 2.0 </BODY> </HTML>
src/admin/template/admin-template.css
kitsudo1412/AngularExchange
/* Global Element Styles */ html {overflow-y:scroll;} body {margin:0; padding:0; background:#fff; font:75%/normal Arial, Helvetica, sans-serif;} h1, h2, h3, h4, h5, h6 {margin:.1em 0;} h1, h2.headline {color:#c88039; font-size:1.33em;} h2 {color:#c88039; font-size:1.167em;} h3 {color:#333; font-size:1.167em;} h4 {color:#333; font-size:1em;} h5, h6 {font-size:1em;} a {color:#084482; text-decoration:underline;} a.button {width:auto; border:1px solid #bfbfbf; border-right-color:#908d8d; border-bottom-color:#908d8d; padding:2px .6em; background:#e1e1e1 url(images/btn_bg_default.gif) left center repeat-x; color:#000; font-weight:normal !important; text-decoration:none;} a.button:active {border:1px solid #908d8d; border-right-color:#afafaf; border-bottom-color:#afafaf;} a.button:hover {cursor:pointer;} a.button.primary {background:#ffa822 url(images/btn_bg_submit.gif) left center repeat-x; border:1px solid #d5bd98; border-right-color:#935e0d; border-bottom-color:#935e0d;} a.button.primary:active {border:1px solid #935e0d; border-right-color:#d5bd98; border-bottom-color:#d5bd98;} a img {border:0;} button, input.button {font-size: 11px; width:auto !important; margin-right: 0; border:1px solid #bfbfbf; border-right-color:#908d8d; border-bottom-color:#908d8d; padding:1px .5em; background:#e1e1e1 url(images/btn_bg_default.gif) left center repeat-x; color:#000;} button:active, input.button:active {border:1px solid #908d8d; border-right-color:#afafaf; border-bottom-color:#afafaf;} button:hover, input.button:hover {cursor:pointer;} button.primary, input.button.primary, input.primaryButton {border:1px solid #d5bd98; border-right-color:#935e0d; border-bottom-color:#935e0d; background:#ffa822 url(images/btn_bg_submit.gif) left center repeat-x;} button.primary:active, input.button.primary:active, input.primaryButton:active {border:1px solid #935e0d; border-right-color:#d5bd98; border-bottom-color:#d5bd98;} input.primaryButton:hover {cursor:pointer;} button.disabled, input.button.disabled {border:1px solid #ccc; background:#eee; color:#b3b3b3;} button.disabled:hover, input.button.disabled:hover {cursor:default;} button.mini, input.mini, a.mini {font-size:.9em;} button a {text-decoration: none;} hr {display:none;} form {margin:0; display:inline;} /* Global old Header Styles */ #xptHeader {width:100%; margin:0;} #xptHeader table {width:600px;} #xptHeader tr {vertical-align:middle;} #xptHeader td.cobrand {color:#036; font-size:1.75em; font-weight:bold;} #xptHeader .emphasis {font-weight:bold;} .xptHeader {width:600px;} table.tableWAXDefault {width:760px;} #xptWAXHeader {width:100%;} #xptWAXHeader table.PayPalLogoRow {width:760px; margin-top:5px; margin-bottom:5px;} #xptWAXHeader table.cowpImage {width:760px; height:90px;} #xptWAXHeader table.cowpNoImage {width:760px; height:45px;} #xptWAXHeader table.default {width:760px; height:50px;} #xptWAXHeader .cobrand {color:#000; font-size:1.33em; font-weight:normal;} #xptWAXHeader .cobrandLarge {color:#000; font-size:1.75em; font-weight:bold;} #headerMerchant table {width:760px;} #headerMerchant .logo {margin:8px 0 7px 50px;} #headerMerchant .cobrand {color:#000; font-size:1.75em; font-weight:bold;} div#xptHeader {width:100%;} div#xptHeader table {width:56em;} div#xptHeader .mainTableHeader {width:760px;margin:0 auto;} div#header.mainHeader {width:700px; height:auto; margin:0 auto 17px auto; text-align:left;} div#header.mainHeader h1 {float:left; width:auto; height:50px; overflow:hidden; margin:0; padding:0;} div#header.mainHeader:after {clear:both; display:block; visibility:hidden; height:0; content:".";} div#header.mainHeader div#navGlobal {text-align:right;} div#header.mainHeader div#navGlobal ul {float:right; margin:17px 0 0 0; padding:0; list-style-type:none;} div#header.mainHeader div#navGlobal ul li {display:inline; margin:0; border-right:1px solid #000; padding:0 .5em 0 .25em;} div#xptWAXHeader div.sectionBreak, div#headerMerchant div.sectionBreak {margin-top:-28px; border-bottom:5px solid #369; background:none;} div#ebayCheckoutHeader div.sectionBreak {height:20px;} div.sectionBreak {width:100%; height:28px; margin-bottom:5px; background:#369 url(/en_US/i/nav/secondary_bg.gif) repeat-x 10px 0;} div#footer {clear:both; margin:0 auto !important; border:0; padding:2em 9em 1em 9em !important; color:#999; background:#fff; font-size:.9em; text-align:center; width:640px; line-height:1.25em;} div#footer img {vertical-align:middle;} div#footer ul {margin:.7em 0; padding:0; list-style-type:none;} div#footer ul li {display:inline-block; margin:0; border-right:1px solid #999; padding:0 0 0 .4em !important;} div#footer ul li.last {border-right:0;} div#footer ul li a {margin-right:.5em;color:#084482 !important; text-decoration:underline; white-space:nowrap;} div#footer p {margin:20px 0 0 0; padding:0; font-size:1em;} div#footer ul li:last-child {border-right:none !important;} div#footer p#legal {width:640px; margin:0 auto;} div#footerSecure {margin:10px 0 0 0;} div#footerSecure p {margin:0 0 15px 0;} #xptClickthroughFooter {width:100%; margin:6px 0 0 0;} #xptClickthroughFooter table {width:600px;} #xptClickthroughFooter HR {width:100%; margin:0 0 5px 0; padding:0; border-top:1px solid #999; border-bottom:1px solid #999; color:#036; size:2px;} #xptFootnote {width:100%; margin:20px 0;} #xptFootnote table {width:600px;} #xptFootnote P {font-size:.91em;} #xptFooter {width:100%; margin:24px 0 0 0;} #xptFooter table {width:630px;} #xptFooter td {text-align:center;} #xptFooter P {margin:0 0 12px 0; font-size:.91em;} #xptFooter P.lastPara {margin:0; font-size:.91em;} #xptFooter A.ebayLink {color:#03c; font-size:1.1em; font-weight:bold;} #xptFooter p#legal {width:50%; margin:0 auto; text-align:center;} #xptWAXFooter {width:100%; margin-top:35px;} #xptWAXFooter table {width:760px;} #xptWAXFooter td {font-size:.91em; text-align:center;} #xptWAXFooter P {font-size:.91em;} #xptWAXFooter td.greyNote, #xptWAXFooter P.greyNote {margin:0; color:#999; font-size:.91em;} #xptPopupFooter {width:100%; margin:0;} #xptPopupFooter table {width:100%;} #xptPopupFooter td {text-align:center;} #xptPopupFooter P {margin:0 0 12px 0; font-size:.91em;} #xptFooterCopyright {width:100%; margin:0; padding:5px 0; text-align:center;} #xptFooterCopyright P {font-size:.91em; margin:0 0 12px 0;} #Privacy {width:100%; margin-top:24px; text-align:center;} #Privacy A {padding:20px;} #footerSecure {text-align:center;} #header {position:relative; width:760px !important; height:100px !important; margin:0 auto; font-size:1em;} body > #header {height:auto; min-height:100px;} #header.std {height:130px !important;} #header.std.secondary {height:157px !important;} #header.notab {height:106px !important;} #header h1 {position:absolute; margin:0; padding:24px 0 24px 10px;height:auto;} #header form#searchForm {float:right; width:167px; padding:4px 1px 4px 20px;} #header form#searchForm fieldset {margin:0; border:0; padding:0;} #header form#searchForm legend, #header form#searchForm label {display:block; position:absolute; top:0; left:-500em; width:1px; height:1px; overflow:hidden; text-indent:-9999em; line-height:0;} #header form#searchForm input {margin:0; padding:2px; font-size:.9em;} #header form#searchForm input#searchBox {width:95px; border:1px solid #999999;} #header form#searchForm input.button {margin-left:2px;border:1px solid #bfbfbf; background:#fde9b5; background:#e1e1e1 url(images/btn_bg_default.gif) left center repeat-x; font-size:.9em;} #header ul {margin:0; padding:0; list-style-type:none;} #header ul li {margin:0;} #navGlobal {float:right; margin-top:.45em; text-align:right;width:400px;font-size:0.9em;font-weight:normal;} #navGlobal li {display:inline; border-right:1px solid #333; padding-left:.9em;} #navGlobal li a {margin-right:1em;color:#084482;} #navGlobal .new {padding-right:.5em; font-weight:bold; font-style:italic; color:#ff7900;} #navGlobal .last {border:none;} div#navPrimary {clear:both; z-index:2; position:relative; left:0 !important; width:760px !important; min-height:6px; margin:0 auto !important; padding:0; color:#333; background:none !important; font-size:1em;} #navPrimary.empty {position:absolute; top:92px; height:6px; background:url(images/nav_sprite.gif) left 0 repeat-x !important;} div#navPrimary ul {height:auto !important; overflow:hidden; margin:0 0 3em 0 !important; border:0; padding:0 0 0 10px !important; background:url(images/nav_main_bg.gif) bottom left repeat-x; font-size:1em; list-style-type:none;} div#navPrimary ul li {float:left; display:block; margin:.45em .45em 0 0 !important; padding:.27em .9em !important; background:#1A4773 url(images/nav_prim_bg.gif) top left repeat-x;} div#navPrimary ul li:hover, div#navPrimary ul li.hover {background:#1A4773 url(images/nav_prim_bg_hover.gif) top left repeat-x;} div#navPrimary ul li a {display:block; float:none !important; margin:0 !important; padding:0 !important; color:#fff; background:none !important; font-weight:bold; text-decoration:none; text-align:center;} div#navPrimary ul li.active {margin-top:0 !important; border-left:1px solid #ccc; border-right:1px solid #ccc; padding:.7em .9em .5em .9em !important; background:#f8f8f8 url(images/nav_prim_bg_active.gif) top left repeat-x;} div#navPrimary ul li.active:hover, div#navPrimary ul li.active {background:#f8f8f8 url(images/nav_prim_bg_active.gif) top left repeat-x;} div#navPrimary ul li.active a {color:#333;} div#navPrimary ul li ul {display:none;} div#navPrimary ul li.active ul {display:block; overflow:visible; width:100%; position:absolute; top:2.3em !important; left:0; padding:0 !important; background:url(images/nav_second_bg.gif) left bottom repeat-x;} div#navPrimary ul li.active ul li {margin:0 !important; padding:.45em .9em .8em .9em !important; background:transparent none;} div#navPrimary ul li.active ul li a {display:block; color:#1c4266; font-weight:normal;} div#navPrimary ul li.active ul li a:hover, div#navPrimary ul li.active ul li a:focus {text-decoration:underline;} div#navPrimary ul li.active ul li.active:hover, div#navPrimary ul li.active ul li.active {border:none; background:none;} div#navPrimary ul li.active ul li.active:hover a {text-decoration:underline;} div#navPrimary ul li.active ul li.active a {color:#333; font-weight:bold;} div#navPrimary ul li.active ul li.active:hover ul li a {text-decoration:none;} div#navPrimary ul li ul li ul, div#navPrimary ul li.active ul li ul {display:none;} div#navPrimary ul li.active ul li:hover ul, div#navPrimary ul li.active ul li.hover ul {display:block; z-index:10; width:auto; left:auto; margin:-.1em 0 0 -.9em !important; border:1px solid #ccc; border-top:none; padding:0 1em; background:#fff;} div#navPrimary ul li.active ul li:hover ul li, div#navPrimary ul li.active ul li.hover ul li {float:none !important; margin:1em 0; padding:0; text-align:left;} div#navPrimary ul li.active ul li:hover ul li a, div#navPrimary ul li.active ul li.hover ul li a {display:inline;} div#navPrimary ul li.active ul li:hover ul li a:hover, div#navPrimary ul li.active ul li.hover ul li a:hover {text-decoration:underline;} div#navPrimary ul li.active ul li.active ul li a {color:#1c4266; font-weight:normal;} #header.std div#navPrimary {position:absolute; top:100px; width:100%;} #header.notab .brdcmb {position:absolute; top:72px; width:760px !important;} div#sectionBreak {width:760px; margin:0 auto 1em auto; height:6px; background:url(images/nav_main_bg.gif) bottom left repeat-x;} #navFull {overflow:auto;padding:2em 0 1em 0;margin:0 auto;} #navFull ul {list-style-type:none;} #navFull li {float:left; width:14em;} #navFull ul ul {list-style-type:disc;} #navFull ul ul li {float:none; width:auto;} a.skip:active,a.skip:focus { width:auto !important; height:auto !important;left:10px !important;top:80px !important; line-height:normal !important;text-indent:0 !important;} /* Box(s) */ div.generalBox, div.generalBox div.content, div.generalBox div.title, div.title * {background:#fff url(images/grey_box.gif) no-repeat bottom right;} div.attention, div.attention div.content, div.attention div.title, div.attention div.title * {background-image:url(images/yellow_box.gif);} div.generalBox {margin:0 0 20px 0; padding-right:10px;} div.generalBox div.title {margin-right:-10px; padding-right:10px; background-position:top right;} div.generalBox div.title * {height:auto !important; height:1%; margin:0 !important; border:0; padding:10px 0px 15px 10px; background-position:top left;} div.generalBox div.title * * {padding:0; background:none;} div.generalBox div.title h4 {font-size:.91em !important;} div.generalBox div.content {margin-right:0; padding:1px 0 1px 10px; background-position:bottom left;} div.generalBox div.content p {padding:0; font-size:.91em !important;} div.generalBox div.content ul, div.generalBox div.content ol {padding:0;} div.generalBox div.content ul {margin:0 0 15px 15px;} div.generalBox div.content ol {margin:0 0 15px 21px;} div.generalBox div.content li {margin:0 0 3px 0; font-size:.91em !important;} div.generalBox div.content img {margin-bottom:10px;} div.generalBox div.content p img {display:block; margin:15px auto 0 auto;} div.generalBox div.content ul.resources {margin:0 0 15px 0; list-style-type:none;} div.generalBox div.content h5 {margin:0; font-size:.91em !important;} div.simpleBox {float:right; width:23%; margin:0 0 10px 10px; border:1px solid #DBDBDB; padding:0 10px; font-size:.91em !important;} div.simpleBox h4, div.simpleBox div.h4 {margin:0 -10px; padding:4px; background-color:#f9f9f9; font-size:.91em !important; font-weight:bold; text-align:center;} div.simpleBox li {margin-bottom:.5em;} .preferred {font-weight:bold;} div.messageBox {width:auto; min-height:48px; margin: 0 0 10px 0; border:1px solid #ffcf0f; padding:12px 12px 0 12px; background-repeat:no-repeat; background-position:20px 10px; background-color:#ffd; font-size:1em; color: #000;} div.messageBox.res-center-critical {padding-left:80px; color:#000; background-image:url('images/alert_critical.gif');} div.messageBox.res-center-non-critical {padding-left:80px; color:#000; background-image:url('images/alert_non_critical.gif');} div.messageBox.notification {border-color:#81a4c6; padding-left:55px; background-image:url('images/icon_info_24wx24h.gif'); background-color:#f0f6fd;} div.messageBox.confirmation {border-color:#c4de95; padding-left:55px; background-image:url('images/icon_success_24wx24h.gif'); background-color:#f8feee;} div.messageBox.error, div.messageBox.alert { padding-left:55px; background: #ffffde url('images/icon_alert_24wx24h.gif') no-repeat 20px 14px;} div.messageBox p {margin:0 0 12px 0 !important; line-height:1.5;} div.messageBox ul, div.messageBox ol {margin:0 0 12px 23px; padding:0; line-height:1.5;} table.notificationBox td.notificationIcon {background-image:url('images/icon_notification.gif'); background-repeat:no-repeat; background-position:center;} div#GlobalContentBox{clear:both; width:760px; margin:10px auto; padding-bottom:5px; font-size:.91em; text-align:left; line-height:1.25em;} #xptErrorBox {width:100%; margin:0; padding-bottom:10px;} #xptErrorBox table, #xptErrorModerateBox table, #xptMessageBox table {width:100%; border:1px solid #aaa; background-color:#ffc;} #xptErrorBox table.secondary, #xptErrorModerateBox table.secondary, #xptMessageBox table.secondary {width:100%; border:0; background-color:#ffc;} #xptErrorBox tr, #xptErrorModerateBox tr, #xptMessageBox tr {vertical-align:top;} #xptErrorBox td, #xptErrorModerateBox td, #xptMessageBox td {padding:4px;} #xptErrorBox P, #xptErrorModerateBox P, #xptMessageBox P {padding-bottom:0; color:#f00; font-size:1.1em; font-weight:bold;} #xptErrorModerateBox, #xptMessageBox {width:100%; margin:0 0 10px 0;} #xptSearchBox {margin-bottom:5px; border:1px solid #ccc; background-color:#eee;} /* XPT styles */ td > li {margin-left:15px;} td > hr {margin:8px 0px 4px 0px !important; } td > hr.dottedNoPadding {display:block; margin-bottom:9px !important;} a > span.small, a > span.smallEmphasis, a > span.smallemphasis {line-height:13pt;} a > span.smallerEmphasis {position:relative; top:3px;} h1.heading, .heading h1 {display:inline; padding:0; line-height:125%;} h1 .heading {color:#c88039; font-weight:bold;} h1 .superheading {font-size:1em;} .heading {color:#c88039; font-weight:bold;} code, .codeSample {font:1.1em/normal 'Courier New', Courier, monospace;} img.greyBorder {border:1px solid #ccc;} input#emptyField {display:none; visibility:hidden;} input.default {font-size:1.1em;} input.mediumText {font-size:1em;} input.loginButton {background-color:#f00; letter-spacing:-2px;} input.hotButton {font-weight:bold;} input.emphasis {font-weight:bold;} input.small {font-size:.91em;} input.smallButton {font-size:.91em;} input.smallInputWidth,select.smallInputWidth {width:225px;} input.mediumInputWidth,select.mediumInputWidth {width:255px;} input.textRight {text-align:right;} input.securityInputWidth,select.securityInputWidth {width:282px;} input.globalButtonsSmall {font-size:.91em; color:#000;} input.transparentButton {margin:0; border:none; background-color:#fff; color:#03c; text-decoration:underline; padding:0; text-align:left; cursor:pointer; cursor:hand;} input.transparentAlertButton {margin:0; border:none; background-color:#ffc; text-decoration:underline; color:#03c; padding:0; text-align:left; cursor:pointer; cursor:hand;} input.button-as-link {border:none !important; border-bottom:1px solid blue !important; *border-bottom:none !important;background:transparent !important; color:blue !important; cursor:pointer;margin:0px !important;*margin-left:-.6em !important;*margin-right:-1em !important;padding:0px !important;*text-decoration:underline;width:auto !important;} input.largeInputWidth,select.largeInputWidth {width:325px;} input.tinyInputWidth, select.tinyInputWidth {width:125px;} input.smallInputWidth, select.smallInputWidth {width:155px;} input.mediumInputWidth, select.mediumInputWidth, input.securityInputWidth, select.securityInputWidth {width:255px;} select.optionsLong {width:282px;} select.extraLargeInputWidth {width:445px;} select.optionsLong, input.textLong {width:282px; font-size:1.1em; font-weight:normal;} select.optionsLongSmallFont {width:282px; font-size:.91em; font-weight:normal;} textarea.wide {width:600px;} textarea.agreementSignup {width:478px;} textarea.no_edit_message {width:600px; overflow:hidden; border:none;} .globalButtons input {margin:0 15px 0 0; color:#000; font-size:1.1em;} .globalButtonsLeft input {margin-right:13px; color:#000; font-size:1.1em;} hr.dotted {display:block; width:100%; margin:10px 0 15px 0; border-top:0; border-bottom:2px dotted #aaa;} hr.dottedMarginBottom {display:block; width:100%; margin:0 0 15px 0; border-top:0; border-bottom:2px dotted #aaa;} hr.dottedNoPadding {display:block; width:100%; margin:0; border-left:#fff; border-right:#fff; border-top:#fff; border-bottom:2px dotted #aaa; padding:0;} hr.dottedWhite {display:block; width:100%; margin:0; border-left:#fff; border-right:#fff; border-top:#fff; border-bottom:2px dotted #fff;} hr.solid {display:block; width:100%; margin-top:5px; margin-bottom:0; border-left:#fff; border-right:#fff; border-top:#fff; border-bottom:2px solid #999;} hr.solidWhite {display:block; width:100%; margin-top:0; margin-bottom:0; border-left:#fff; border-right:#fff; border-top:#fff; border-bottom:1px solid #fff;} hr.solidGreen {display:block; margin:0; border-top:1px solid #fff; border-bottom:1px solid #C1DBB9;} hr.SolidLightGreen {display:block; margin:2px 0 6px 0; size:1px; color:#c7d6bf;} hr.solidSmall {display:block; margin:8px 0 6px 0; border-top:1px solid #999; border-bottom:1px solid #999; size:1px; color:#036;} hr.dottedRLMargin {display:block; width:100%; margin:0 5px; border:0; border-bottom:2px dotted #aaa;} br.textSpacer {line-height:20px;} br.fieldSpacer {line-height:28px;} br.fieldSpacerOpt {line-height:35px;} br.h10 {line-height:10px;} br.h5 {line-height:5px;} br.h35 {line-height:35px;} br.clearAll {clear:both;} div.containerWide {width:760px; margin:0 auto 6px auto;} div.containerNarrow {width:600px; margin:0 auto 6px auto;} div.containerWide:after, div.containerNarrow:after {clear:both; display:block; visibility:hidden; height:0;content:".";} div.floatLeft {float:left; padding:0 15px 15px 0;} div.floatRight {float:right; padding:0 0 15px 15px;} div.floatCenter {width:100%; padding:1px 0 15px 15px; text-align:center;} div.textCenter {width:100%; text-align:center;} div.textLeft {width:100%; text-align:left;} div.textRight {width:100%; text-align:right;} div.boxMedRight {width:120px;} div.indented {margin:0 20px 0 20px;} div.instructions {width:100%; border:1px solid #ccc; border-right:0; border-left:0; padding:2px; background-color:#f9f9f9; font-size:.91em; line-height:13px;} div.vcard div, div.vcard span {white-space:nowrap;} p.secureTransaction {font-size:.9em !important; text-align:right;} p.secureTransaction a {padding:2px 20px 2px 0; background:url(images/secure_lock_2.gif) no-repeat right center;} p.instructions {float:left; margin-top:-1.1em; text-align:left;} p.instructions span.requiredText {padding-left:10px; background:url(images/asterisk.gif) no-repeat 0% 37%;} p.note {font-size:.91em !important;} ul.listNoIndent, ol.listNoIndent, .listNoIndent {margin:5px .5em 5px 0; padding-left:1em; _padding-left:1.5em; *padding-left:1.5em;} li.last {border-right:none !important;} form p.helpText {margin:2px 0 0 0 !important; padding:0; color:#808080; font-size:.91em !important;} table.tableRLBlackBorder {border:1px solid #aaa; border-collapse:collapse; background-color:#fff;} table.tableDarkGreyDoubleBorderNoTD {border:2px solid #aaa; background-color:#fff;} table.HomePage3RowsStyle {border:1px solid 1px #DBE7F2;} td.boxRoundPriority1Header {padding:2px 10px 5px 5px; color:#fff; background-color:#83a8cc; font-size:1.1em; font-weight:bold;} td.boxRoundPriority1Top {border-top:1px solid #83a8cc; background-color:#83a8cc;} td.boxRoundPriority1Bottom {border-bottom:1px solid #ebf1f7; background-color:#ebf1f7;} td.boxRoundPriority1Body {border-left:1px solid #ebf1f7; border-right:1px solid #ebf1f7; padding-left:10px; background-color:#ebf1f7;} td.boxRoundPriority2Top {border-top:1px solid #ccc; background-color:#fff;} td.boxRoundPriority2Body {border-left:1px solid #ccc; border-right:1px solid #ccc; padding:0 10px; background-color:#fff;} td.boxRoundPriority2Bottom {border-bottom:1px solid #ccc; padding-bottom:0; background-color:#fff;} td.boxRoundPriority3Header {padding:2px 10px 5px 5px; background-color:#ebf1f7; font-size:1.1em; font-weight:bold;} td.boxRoundPriority3Top {border-top:1px solid #ebf1f7; background-color:#ebf1f7;} td.boxRoundPriority3Body {border-left:1px solid #ebf1f7; border-right:1px solid #ebf1f7; padding-left:10px; background-color:#ebf1f7;} td.boxRoundPriority3Bottom {border-bottom:1px solid #ebf1f7; background-color:#ebf1f7;} td.boxRoundPriority4Header {padding:2px 10px 5px 5px; color:#000; background-color:#e8e8e8; font-size:1.1em; font-weight:bold;} td.boxRoundPriority4Top {border-top:1px solid #e8e8e8; background-color:#e8e8e8;} td.boxRoundPriority4Bottom {border-bottom:1px solid #e8e8e8;} td.boxRoundPriority4Body {border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8; padding-left:10px;} td.borderBlack {border:1px solid #aaa;} td.noPadding {padding:0;} td.borderNoTop {border:1px solid #aaa; border-top:0;} td.borderNoBottom {border:1px solid #aaa; border-bottom:0; padding:0;} #xptContentInnerWAX {width:760px; margin:0 auto; text-align:center;} #xptTabs {height:59px; margin:17px 0 10px 0; background-image:url(images/bg.gif); font-size:1.1em;} #xptTabs table.secondary {margin:4px 0 0 0;} #xptTabsBlueBar {width:100%; margin:5px 0 10px 0; background-image:url(images/bg_clk.gif); font-size:1.1em;} #xptHeaderBlueBar {width:100%; margin:5px 0 10px 0; background-color:#369;} #smallID td {font-size:.91em; font-weight:normal;} #smallBlackID td {color:#000; font-size:.91em; font-weight:normal;} #smallEmphasisBlackID td {color:#000; font-size:.91em; font-weight:bold;} #smallEmphasisID td {font-size:.91em; font-weight:bold;} #xptNotificationBoxELV table {width:720px;} #xptTitle {width:100%; margin:0;} #xptTitle table.main {width:100%;} #xptTitle table.default {width:600px;} #xptTitle table.popup {width:100%; margin:5px 0 0 0;} #xptTitle td.heading {color:#036; font-size:1.33em; font-weight:bold;} #xptTitle hr {margin:0;} #xptTitle .inlineSmallBlue {color:#369; font-size:.91em; font-weight:bold;} #xptContentCustom {width:760px; margin:0 auto; text-align:left;} #xptContentOuter {width:100%; text-align:center; margin-top:0.5em;} #xptContentInner {width:700px; margin:0 auto; text-align:left;} #xptContentInner td h2 {display:inline; margin:0;} #xptContentInnerPopup {width:100%; padding:40px 0 0 0; background:url(images/PayPal_std.gif) no-repeat 0 5px; text-align:left;} #xptContentLeft, #xptContentInner td.lefty {width:150px;} #xptContentInner td.spacer {width:10px;} #xptContentInner td.righty {width:440px;} #xptContentMain {width:100%;margin-top:0.5em;} #xptContentMain hr {margin:0 0 16px 0;} #xptContentMain hr.box {margin:3px 0; border:1px solid #aaa; padding:3px;} #xptContentMain hr.lastPara {margin:0;} #xptContentMain .emphasis {font-weight:bold;} #xptContentMain .smallHistory {vertical-align:text-top; padding-top:2px; font-size:.91em;} #xptContentMain .smallEmphasis {font-weight:bold;} #xptContentMain hr.heading {margin:0; color:#036; font-size:1.33em; font-weight:bold;} #xptContentMain hr.subheading {color:#036; font-size:1.167em; font-weight:bold;} #xptContentMain hr.subheadingClickthrough {margin:0; font-weight:bold;} #xptContentMain hr.subheadingPopup {margin:0; font-weight:bold;} #xptContentMain ol.paddedList li, #xptContentMain ul.paddedList li {padding:0 0 12px 0;} #xptContentMain ol.paddedListHalf li, #xptContentMain ul.paddedListHalf li {padding:0 0 6px 0;} #xptContentMain ul.ListGrey li {padding:0; color:#666;} #xptContentMain table.defaultWidth {width:600px;} #xptContentMain .containerBox {width:98%; border:2px solid #369;} #xptContentMain .containerBox .header {margin:auto 5px; padding-top:10px 0 5px 0; border-bottom:1px solid #ccc;} #xptContentMain .containerBox .logo {text-align:center;} #xptContentMain .containerBox .content {padding:10px;} #xptLoginBox {width:100%; margin-bottom:12px; background-color:#eee; border:1px solid #ccc; border-collapse:collapse;} #xptLoginBox td {width:100%; padding:8px 10px 0 10px; font-size:.91em;} #xptLoginBox td.head {width:100%; padding:5px; background-color:#ccc; font-size:1.1em; font-weight:bold;} #xptLoginBox td.buttons {width:100%; text-align:right;} #xptLoginBox td.arrow {padding:8px 10px 5px 0; font-size:1em;} #xptLoginBox A {display:block; padding-bottom:6px; text-align:center;} #xptLoginBox input.fields {width:130px;} #xptInfoBox {width:100%; margin-bottom:12px; border:1px solid #ccc; border-collapse:collapse; background-color:#eee;} #xptInfoBox td.head {width:100%; padding:5px; background-color:#ccc; font-size:1.1em; font-weight:bold;} #xptInfoBox A {display:block; padding:8px; font-size:.91em;} #xptHomepageAlert {width:100%; margin-bottom:15px; border:1px solid #cccc33; background-color:#ffc; font-size:1.33em; font-weight:bold; text-align:center; line-height:30px;} #xptHomepageTitles {width:100%; margin-bottom:15px; border-bottom:1px solid #ccc; padding:5px; font-weight:700; background-color:#eee;} #xptCardIcons td {font-size:2px;} #xptDashBoardHeader td, #xptDashBoardHeader div {font-size:.91em; font-weight:bold;} #xptDashBoardHeader td {background-color:#cde; font-weight:bold;} #xptDashBoardBody td, #xptDashBoardBody div {font-size:.91em; font-weight:normal;} #xptDashBoardBody td.emphasis, div.emphasis {font-size:.91em; font-weight:bold;} #xptDemo {width:100%; background-color:#fff;} #xptDemo table {width:420px;} #xptDemo table.theNav {margin:5px 0 0 0;} #xptDemo td {color:#000; font-size:1.1em; font-weight:normal;} #xptDemo td.nav {color:#000; font-size:1.1em; font-weight:bold;} #xptDemo td.navoff {color:#aaa; font-size:1.1em; font-weight:bold;} #xptDemo img.grey {border:1px solid #aaa;} #xptDemo td.theText {padding:15px 0 0 0;} #xptDemo td.theImage {padding:15px 0;} #xptPaymentLoginBox {width:100%; border-top:2px dotted #aaa; border-bottom:2px dotted #aaa; border-collapse:collapse;} #xptPaymentLoginBox td.divider {background-color:#999;} #xptPaymentLoginBoxNoBorder {width:100%; border-top:none; border-bottom:none; border-collapse:collapse;} #xptPaymentLoginBoxNoBorder td.divider {background-color:#999;} #xptPaymentLoginBoxWithBG {width:100%; border:1px solid #ccc; border-collapse:collapse; background-color:#eee;} #xptPaymentLoginBoxWithBG td.divider {background-color:#999;} #requiredWithSecure .labelIndicator {padding-left:10px; background:url(images/asterisk.gif) no-repeat center left;} #xptLeftNav, .xptLeftNav {font-size: 12px; border-top:2px solid #ccc; border-left:2px solid #ccc; border-bottom:1px solid #ccc; border-right:1px solid #ccc; background-color:#fff;} #xptLeftNav td, .xptLeftNav td {border-bottom:1px solid #ccc; border-right:1px solid #ccc; font-size:.91em;} #xptLeftNav td.heading, .xptLeftNav td.heading {border-bottom:1px solid #ccc; border-right:1px solid #ccc; color:#000; background-color:#eee; font-size:1.1em; font-weight:bold;} #xptLeftNav td.on, .xptLeftNav td.on {border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding-left:15px; background-color:#ffc;} #xptLeftNav td.off, .xptLeftNav td.off {border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding-left:5px; background-color:#fff;} #xptLeftNav td.noDivider, .xptLeftNav td.noDivider {border-bottom:1px solid #fff; border-right:1px solid #ccc;} #xptLeftNav td.bottom, .xptLeftNav td.bottom {border-bottom:1px solid #ccc; border-right:1px solid #ccc; background-color:#eee; text-align:center; vertical-align:middle;} #xptLeftNav td div, .xptLeftNav td div {font-size:.91em; font-weight:normal;} #xptLeftNav td.onAndNoDivider {border-bottom:1px solid #fff; border-right:1px solid #ccc; background-color:#ffc;} #xptLeftNav td.offAndNoDivider {border-bottom:1px solid #fff; border-right:1px solid #ccc; background-color:#fff;} div.DemoPrevNextBarTop {width:100%; overflow:hidden; border-top:2px solid #999; padding:5px 0; background-color:#efefef; text-align:right;} div.DemoPrevNextBarTop .Wrapper {float:right; width:300px; margin:0; padding:0;} div.DemoPrevNextBarTop img {vertical-align:middle;} div.DemoPrevNextBarTop .PageNumber {float:left; width:100px; margin:0; padding:0 5px 0 0; text-align:right;} div.DemoPrevNextBarTop .PrevNextLinks {float:left; width:190px; margin:0; padding:0; text-align:center;} div.DemoPrevNextBarBottom {width:100%; overflow:hidden; border-bottom:2px solid #999; padding:5px 0; background-color:#efefef; text-align:right;} div.DemoPrevNextBarBottom .Wrapper {float:right; width:300px; margin:0; padding:0;} div.DemoPrevNextBarBottom img {vertical-align:middle;} div.DemoPrevNextBarBottom .PageNumber {float:left; width:100px; margin:0; padding:0 5px 0 0; text-align:right;} div.DemoPrevNextBarBottom .PrevNextLinks {float:left; width:190px; margin:0; padding:0; text-align:center;} div.xptDemoColumnOne {float:left; width:425px; margin:0; padding:0 10px 10px 0;} div.xptDemoColumnTwo {float:right; width:190px; margin:0; padding:0 0 10px 0;} div.xptDemoColumnTwo .DemoWhiteBox {padding:0 10px 25px 0;} div.xptDemoColumnTwo .DemoBlueBox {background-color:#ebf1f7; padding:10px 10px 5px 10px;} div.DemoWhiteBox ul {margin:0; padding:0; list-style-type:none;} div.DemoWhiteBox ul li {display:block; margin:0; padding:0 0 0 12px; background:url(images/scr_yellowbullet_9x9.gif) no-repeat 0 4px;} div.labelIndicator {padding-left:5px; background:url(images/asterisk.gif) no-repeat center left;} div.labelErrorIndicator {padding-left:5px; background:url(images/asterisk_err.gif) no-repeat center left;} div.leftNotificationBox {width:280px; border:1px solid #036; padding:10px; background-color:#eff7fe;} div.inputNote {padding-left:5px;} div.clickthruButton{text-align:right;} .xptLeftNavNoGrid {border:2px solid #ccc; background-color:#fff;} .xptLeftNavNoGrid td {font-size:.91em;} .xptLeftNavNoGrid td.padded {padding:5px;} .xptLeftNavNoGrid td.heading {border-bottom:1px solid #ccc; color:#000; background-color:#eee; font-size:1.1em; font-weight:bold;} .xptLeftNavBelow {border-right:2px solid #ccc; border-bottom:2px solid #ccc; border-left:2px solid #ccc;} .xptLeftNavBelow td {background-color:#dbe7f2; font-size:.91em;} .labelError, .labelErrorLeft {color:#f00;} .dropDownListWidth {width:285px;} .questionPadding {padding-bottom:6px;} .label, .labelLeft, .labelError, .labelErrorLeft {padding-top:1px; font-weight:bold; text-align:right; vertical-align:text-top;} .formTable td.labelErrorIndicator label {padding-left:5px; background:url(images/asterisk_err.gif) no-repeat 0% 37%;} .formTable td.labelError, .formTable td.labelErrorIndicator {padding-top:1px; color:#f00;font-weight:bold; text-align:right; vertical-align:text-top;} .formTable td {padding-bottom:4px; font-weight:normal;} .formTable td input {vertical-align:top;} .formTable td.topSpacer {padding:0;} .formTable td.label, .formTable td.labelIndicator {vertical-align:text-top; text-align:right; font-weight:bold; padding-top:1px;} .formTable td.labelIndicator label {background:url(images/asterisk.gif) no-repeat; background-position:0% 37%; padding-left:5px;} .paddedHeaderBorder {border-color:#ccc; border-width:1px 0; border-style:solid; padding:5px; background-color:#f9f9f9; font-size:.91em; font-weight:normal;} .singleBorderLine {border-color:#ccc; border-width:1px 0 0 0; border-style:solid;} div.navContainer {width:146px; border:2px solid #ccc;} div.LeftNavFooter a {padding:0; background-color:#fff;} #selected a {margin:0; color:#000; background-color:#ffc; text-decoration:none;} #selected ul a {margin:0; color:#03c; background-color:#fff; text-decoration:underline;} a span.small {line-height:14pt;} a.noUnderLine {text-decoration:none} ul#vtRiskFilterList {margin-top:0; padding:0; list-style-type:none;} ul.listNoIndent {margin-left:0.5em; padding-left:1em;} .navContainer div.LeftNavHeader {width:141px; border-width:none; padding:5px 0 5px 5px; color:#000; background-color:#eee; font-size:1.1em; font-weight:bold; text-align:left;} .navContainer div.LeftNavFooter {width:146px; border-width:2px 0 0 0; border-style:solid; border-color:#ccc; padding:5px 0; color:#000; background-color:#fff; font-size:1.1em; font-weight:bold; text-align:center;} .navContainer a {display:block; width:146px; border:0; padding:5px; background-color:#fff;} .navContainer ul {margin:0; padding:0; list-style-type:none;} .navContainer li {margin:0;} .navContainer ul li.closedParentLevel1 a {width:126px; border-top:1px solid #ccc; padding:5px 5px 5px 15px; background:url(images/icon_closed_parent.gif) no-repeat 3px 8px;} .navContainer ul li.offLevel1 a {width:126px; border-top:1px solid #ccc; padding:5px 5px 5px 15px; background-image:none;} .navContainer ul li.openParentLevel1 a {width:126px; border-top:1px solid #ccc; padding:5px 5px 5px 15px; background:url(images/icon_open_parent.gif) no-repeat 3px 8px;} .navContainer ul li.onLevel1 a {width:126px; border-top:1px solid #ccc; padding:5px 5px 5px 15px; background-image:none; background-color:#fcc;} .navContainer ul ul li.closedParentLevel2 a {width:120px; border-top:0; padding:5px 5px 5px 21px; background:url(images/icon_closed_parent.gif) no-repeat 9px 8px;} .navContainer ul ul li.offLevel2 a {width:120px; border-top:0; padding:5px 5px 5px 21px; background-image:none;} .navContainer ul ul li.openParentLevel2 a {width:120px; border-top:0; padding:5px 5px 5px 21px; background:url(images/icon_open_parent.gif) no-repeat 9px 8px;} .navContainer ul ul li.onLevel2 a {width:120px; border-top:0; padding:5px 5px 5px 21px; background-image:none;} .navContainer ul ul ul li.closedParentLevel3 a {width:112px; border-top:0; padding:5px 5px 5px 29px; background:url(images/icon_closed_parent.gif) no-repeat 17px 8px;} .navContainer ul ul ul li.offLevel3 a {width:112px; border-top:0; padding:5px 5px 5px 29px; background:url(images/icon_bullet.gif) no-repeat 18px 8px;} .navContainer ul ul ul li.openParentLevel3 a {width:112px; border-top:0; padding:5px 5px 5px 29px; background:url(images/icon_open_parent.gif) no-repeat 17px 8px;} .navContainer ul ul ul li.onLevel3 a {width:114px; padding-left:26px; background:url(images/icon_bullet.gif) no-repeat 18px 8px;} .navContainer ul ul ul ul li.offLevel4 a {width:104px; padding:5px 5px 5px 37px; background:url(images/icon_bullet.gif) no-repeat 26px 8px;} .navContainer ul ul ul ul li.onLevel4 a {width:104px; border-top:0; padding:5px 5px 5px 37px; background:url(images/icon_bullet.gif) no-repeat 26px 8px;} .single * {background-image:none !important;} .alignMiddle {vertical-align:middle;} .accessAid {display:block !important; position:absolute !important; top:0 !important; left:-500em !important; overflow:hidden !important; text-indent:-9999em !important; line-height:0 !important; width:1px !important; height:1px !important;} .required {color:#f63;} .default {color:#000;} .defaultSmall {color:#000; font-size:.91em;} .inlineBlueSmall {color:#00f; font-size:.91em;} .optional {font-weight:normal;} .small {font-weight:normal;} .smallMediumGrey2 {color:#666; font-size:.91em; font-weight:normal;} .smallBlack {color:#000; font-size:.91em; font-weight:normal;} .smallDarkGrey2 {color:#999; font-size:.91em; font-weight:normal;} .smallWhite {color:#fff; font-size:.91em; font-weight:normal;} .smaller {font-size:.91em; font-weight:normal;} .smallerEmphasis {font-size:.91em; font-weight:bold;} .smallHighlight {color:#036; font-size:.91em; font-weight:normal;} .medium {font-size:1.167em; font-weight:normal;} .emphasis {font-weight:bold;} .italic {font-style:italic;} .emphasisWhite {color:#fff; font-weight:bold;} .emphasisHighlight {color:#036; font-weight:bold;} .smallEmphasis {font-weight:bold;} .smallEmphasisHighlight {color:#036; font-size:.91em; font-weight:bold;} .mediumEmphasis {font-size:1.167em; font-weight:bold;} .inactiveEmphasis {color:#999; font-size:.91em; font-weight:bold;} .activeEmphasis {color:#369; font-size:.91em; font-weight:bold;} .large {font-size:1.33em;} .extraLarge {font-size:2em;} .extraLargeEmphasis {font-size:2em; font-weight:bold;} .largeEmphasis {font-size:1.33em; font-weight:bold;} .caption {color:#369; font-size:.91em;} .superheading {color:#036; font-size:1.75em; font-weight:bold;} .subheading {color:#036; font-size:1.167em; font-weight:bold;} .subheadingClickthrough, .subheadingPopup {font-weight:bold;} .hidden {display:none; visibility:hidden;} .subheadingLightBlue {color:#369; font-size:1.1em; font-weight:bold;} .smallRed {color:#c60000; font-size:.91em; font-weight:normal;} .mediumRed {color:#c60000; font-size:1.1em; font-weight:normal;} .smallRedEmphasis {color:#c60000; font-size:.91em; font-weight:bold;} .inactive {color:#999; font-size:1.1em; font-weight:normal;} .plainBox {width:300px; height:20px; border:1px solid #999; padding-left:3px;} .digitBox {width:16px; height:20px; border:1px solid #999;} .largeBox {width:570px; border:1px solid #999; padding:4px;} .signatureBox {width:270px; height:80px; border:1px solid #999; padding:4px;} .addressBox, .zipBox {height:20px; border:1px solid #999; padding-left:3px;} .editableBox {height:20px; border:1px solid #999; padding-left:3px; background-color:#ffc;} .separationLine {background-color:#999;} .inlineRed {color:#f00;} .inlineBlue {color:#00f;} .inlinePayPalBlue {color:#369;} .inlineBlue1 {color:#ccc;} .inlineMediumGrey {color:#777;} .inlineMediumGrey2 {color:#666;} .inlineWhite {color:#fff;} .inlineGrey, .substepCompleted {color:#666;} .inlineDarkGrey {color:#aaa;} .inlineDarkGrey2 {color:#999;} .error {color:#f00;} .errorEmphasis {color:#f00; font-weight:bold;} .smallError {color:#f00; font-size:.91em;} .smallErrorEmphasis {color:#f00; font-weight:bold; font-size:.91em;} .savingsReportPadding {padding-left:27px;} .pipe {color:#ccc;} .inlineSubheadingBlue {color:#036;} .inlineYellowBg {background-color:#ffc;} .inlineLightGreyBg {background-color:#e6e6e6;} .inlineDisabled {color:#999;} .notificationBorder {background-color:#036;} .notificationBg {background-color:#eff7fe;} .messageBorderBlue {border:1px solid #036;} .hint {font-size:.91em;} .linkTypeSmall {color:#03c; font-size:.91em; font-weight:normal; text-decoration:underline;} .alignBottom {vertical-align:bottom;} .marginBottom {margin-bottom:3px;} .bulletsNoIndent {margin-left:1em; padding-left:1em;} .notificationBox {width:100%; border:1px solid #83a8CC; background-color:#eff7fe;} .alertBox {width:100%; border:1px solid #cccC33; background-color:#ffc;} .confirmationBox {width:100%; border:1px solid #cccC33; background-color:#ffc;} .openIssuesBox {width:100%; border:1px solid #CC9999; background-color:#fee;} .alertBoxCenter {width:100%; border:1px solid #cccC33; background-color:#ffc; text-align:center;} .saveInformationPadding {padding-left:153px;} .saveInformationPadding2 {padding-left:5px;} .saveInformationPadding3 {padding-left:156px;} .subtabtexton {color:#036; font-size:.91em; font-weight:bold; text-decoration:none;} .headerBorder {border:1px 0 solid #ccc; padding:5px; background-color:#f9f9f9; font-size:.91em;} .formsectionheader {border-top:2px dotted #999; padding-top:5px;} .floatRight {float:right; margin:5px 0 0 10px;} .verticalSpacerLow {height:5px;} .verticalSpacerMedium {height:10px;} .verticalSpacerHigh {height:20px;} .borderBoxType {border:1px solid #aaa; padding:2px;} .breadCrumbActive {color:#036; font-size:.91em; font-weight:bold; text-align:center;} .breadCrumbOff {color:#999; font-size:.91em; font-weight:bold; text-align:center;} .breadCrumbVisited {color:#909; font-size:.91em; font-weight:bold; text-align:center;} .waxLoginBG {color:#000; background-color:#FFF;} .ppWaxLoginBorder {background-color:#000;} .waxHeaderBG {background-color:#ccc;} .bcActive {color:#27537f; font-size:1.1em; font-weight:bold; text-align:center;} .bcOff {color:#606060; font-size:1.1em; text-align:center;} .bcVisited {color:#27537f; font-size:1.1em; text-align:center;} .bcLineActive {background-color:#27537f;} .bcLineOff {background-color:#b5b5b5;} .bcLineVisited {background-color:#27537f;} .textBackgroundHighlightEmphasis {padding:5px; background-color:#ff9; font-size:1.1em; font-weight:bold;} .waxLogin {color:#aaa;} .waxLoginBackground {color:#fff;} .waxTrustBox {height:120px; border:2px solid #aaa; padding:5px;} .pptextboldbghighlite {padding:5px; background-color:#ff9; font-size:1.1em; font-weight:bold;} table.formTable {width:100%;} table.tableDarkRoundBlueBorder {border:2px solid #009;} table.tableLightRoundBlueBorder {border-left:2px solid #83a8cc; border-right:2px solid #83a8cc;} table.tableDarkBlueTopBottom {border-top:2px solid #009; border-bottom:2px solid #009;} table.tableDarkGreyBackground {background-color:#aaa;} table.tableGreyBackground {background-color:#ccc;} table.tableBlackBorder {border-top:1px solid #000; border-left:1px solid #000; background-color:#fff;} table.tableBlackBorder td {border-bottom:1px solid #000; border-right:1px solid #000;} table.tableDarkGreyBorder {border-top:1px solid #aaa; border-left:1px solid #aaa; background-color:#fff;} table.tableDarkGreyBorder td {border-bottom:1px solid #aaa; border-right:1px solid #aaa;} table.tableDarkGreyBorderNoTD {border-left:1px solid #aaa;border-bottom:1px solid #aaa; border-right:1px solid #aaa; background-color:#fff;} table.tableDarkGreyDoubleBorder {border-top:2px solid #aaa; border-left:2px solid #aaa; border-bottom:1px solid #aaa; border-right:1px solid #aaa; background-color:#fff;} table.tableDarkGreyDoubleBorder td {border-bottom:1px solid #aaa; border-right:1px solid #aaa;} table.tableDarkGreyBorderless {border-top:1px solid #aaa; border-left:1px solid #aaa; border-right:1px solid #aaa; background-color:#fff;} table.tableDarkGreyBorderless td {border-bottom:1px solid #aaa;} table.tableDarkGreyOutsideBorder {border:1px solid #aaa;} table.tableGreyBorder {border-top:1px solid #ccc; border-left:1px solid #ccc; background-color:#fff;} table.tableGreyBorder td {border-bottom:1px solid #ccc; border-right:1px solid #ccc;} table.tableGreyOutsideBorder {border:1px solid #ccc;} table.tableLightGreyBorder {border-top:1px solid #eee; border-left:1px solid #eee; background-color:#fff;} table.tableLightGreyBorder td {border-bottom:1px solid #eee; border-right:1px solid #eee;} table.tableLightBlueBorder {border:1px solid #dbe7f2; background-color:#fff;} table.tableGreenBorder {border:1px solid #DBEBE1; background-color:#fff;} table.tableNoBorder {border:0; background-color:#fff;} table.tableNoBorder td {border:0;} table.tableBlueBorder {border-top:1px solid #369; border-left:1px solid #369;} table.tableYellowBorder {border-top:1px solid #cc0; border-left:1px solid #cc0; background-color:#ffc;} table.tableYellowBorder td {border-bottom:1px solid #cc0; border-right:1px solid #cc0;} table.tableYellowBorderWhiteBG {border-top:1px solid #cc0; border-left:1px solid #cc0; background-color:#fff;} table.tableYellowBorderWhiteBG td {border-bottom:1px solid #cc0; border-right:1px solid #cc0;} table.tableDarkBlueBorder {border:10px solid #369; background-color:#fff;} table.tableTransparentBorder {border:0;} table.tableTransparentBorder td {border-bottom:none; border-right:none;} table.tableOrangeBorder {border:2px solid #fc9;} table.tableDarkOrangeBorder {border:2px solid #f60;} table.tableResCenter {border-top:1px solid #aaa; border-left:1px solid #aaa; background-color:#fff; border-right:1px solid #aaa;} table.tableResCenter td {border-bottom:1px solid #aaa;} table.tableContactInfo {border:1px solid #fc0; background-color:#fffde9;} table.tableDarkYellowBorder {border:2px solid #fc0; background-color:#fff;} table.TableBorderonlyforHowTo {border-left:1px solid #D0E0CB;border-bottom:1px solid #D0E0CB; border-right:1px solid #D0E0CB; background-color:#fff;} table.TableBorderonlyforTools {border-left:1px solid #E7C693;border-bottom:1px solid #E7C693; border-right:1px solid #E7C693; background-color:#fff;} table.TableBorderonlyforAlert {border-left:1px solid #F8E7AA;border-bottom:1px solid #F8E7AA; border-right:1px solid #F8E7AA; background-color:#fff;} table.TableBorderonlyforTips {border-left:1px solid #E0E2ED;border-bottom:1px solid #E0E2ED; border-right:1px solid #E0E2ED; background-color:#fff;} table.TableBorderonlyforAnnouncements {border-left:1px solid #EBE7CB;border-bottom:1px solid #EBE7CB; border-right:1px solid #EBE7CB; background-color:#fff;} table tr td.refund {margin-left:5px; color:#000; font-size:1.1em; white-space:nowrap;} tr.tableRowDarkGrey {background-color:#aaa;} tr.tableRowGrey {background-color:#ccc;} tr.tableRowLightGrey {background-color:#eee;} tr.tableRowLighterGrey {background-color:#f6f6f6;} tr.tableRowWhite {background-color:#fff;} tr.tableRowLightBlue {background-color:#cde;} tr.tableRowDarkBlue {background-color:#369;} tr.tableRowDarkerBlueHeading, tr.tableRowLightBlueHeading, tr.tableRowLightGreyHeading, tr.tableRowGreyHeading, td.tableCellHeadingSmall, td.tableCellRegularSmallBold {font-size:.91em; font-weight:bold;} tr.tableRowDarkerBlueHeading {background-color:#036;} tr.tableRowLightBlueHeading {background-color:#cde;} tr.tableRowLightGreyHeading {background-color:#eee;} tr.tableRowGreyHeading {background-color:#ccc;} tr.tableRowOrange {background-color:#fc9;} td.tableCellHeading {font-size:1.1em; font-weight:bold;} td.tableCellRegular {font-size:1.1em; font-weight:normal;} td.tableCellRegularSmall {font-size:.91em; font-weight:normal;} td.tableCellRegularBold {font-size:1.1em; font-weight:bold;} td.TableCellYellow {background-color:#ffc;} td.TableCellSmallYellow {background-color:#fffdca; font-size:.91em; font-weight:normal;} td.TableCellSmall {background-color:#fff; font-size:.91em; font-weight:normal;} td.TableCellGrey {background-color:#eee;} td.oneThirdRow {width:183px;} td.twoThirdRow {width:386px;} td.fullRow {width:589px;} td.oneHalfRow {width:284px;} td.leftNav {width:150px;} td.spacer, td.spacerOneHalfRowNoLeftNav {width:20px;} td.spacerNav, td.spacerOneHalfRow {width:21px;} td.oneThirdRowNoLeftNav {width:240px;} td.twoThirdRowNoLeftNav {width:500px;} td.fullRowNoLeftNav {width:760px;} td.oneHalfRowNoLeftNav {width:370px;} td.tableCellLightBlueSmallBold {background-color:#cde; font-size:.91em; font-weight:bold;} td.TableCellLightYellow {background-color:#fffde9;} td.bgMediumHeaderBox, td.bgMediumHeaderNavBox {padding:1px 10px 6px 10px; color:#fff; background-color:#83a8cc; font-size:1.1em; font-weight:bold;} td.bgMediumBox {background-color:#83a8cc;} td.bgSubheadingMediumHeaderBox, td.bgSubheadingMediumHeaderNavBox {padding:1px 10px 6px 10px; color:#fff; background-color:#83a8cc; font-size:1.167em; font-weight:bold;} td.bgSubheadingMediumBox {background-color:#83a8cc;} td.bgLightHeaderBox, td.bgLightHeaderBoxBlk {padding:5px 10px 6px 10px; color:#000; background-color:#dbe7f2; font-size:1.1em; font-weight:bold;} td.bgLightBox {background-color:#dbe7f2;} td.bgMediumHeader4 {padding:5px 10px 6px 5px; color:#fff; background-color:#83a8cc; font-size:1.1em; font-weight:bold;} td.bgMediumHeader4LP {padding:5px 10px 6px 14px; color:#fff; background-color:#83a8cc; font-size:1.1em; font-weight:bold;} td.bgMediumBox4 {background-color:#83a8cc;} td.bgMediumHeader5 {padding-top:5px; padding-bottom:6px; color:#fff; background-color:#83a8cc; font-size:1.1em; font-weight:bold;} td.bgMediumHeader5LP {padding-top:5px; padding-bottom:6px; padding-left:14px; color:#fff; background-color:#83a8cc; font-size:1.1em; font-weight:bold;} td.bgLightHeaderBlueTxt {padding:5px 10px 6px 10px; color:#369; background-color:#ebf1f7; font-size:1.1em; font-weight:bold;} td.bgLightHeaderBlueTxt5 {padding-top:5px; padding-bottom:6px; color:#369; background-color:#ebf1f7; font-size:1.1em; font-weight:bold;} td.bgLightHeaderGreyTxt5 {padding-top:5px; padding-bottom:6px; color:#999; background-color:#ebf1f7; font-size:1.1em; font-weight:bold;} td.bgLightGreyTxt5Small {padding-top:5px; padding-bottom:6px; color:#999; background-color:#ebf1f7; font-size:.91em;} td.demoBlueTop {border-top:1px solid #999; background-color:#cbdbe8;} td.demoWhiteTop {border-top:1px solid #d6d6d6; background-color:#fff;} td.demoBlueHeader {border-bottom:1px solid #999; border-left:1px solid #999; border-right:1px solid #999; padding-left:20px; padding-bottom:8px; color:#036; background-color:#cbdbe8; font-weight:bold;} td.demoWhiteHeader {border-bottom:1px solid #d6d6d6; border-left:1px solid #d6d6d6; border-right:1px solid #d6d6d6; padding-left:20px; padding-bottom:8px; color:#036; background-color:#fff; font-weight:bold;} td.demoBlueBody {border-left:1px solid #999; border-right:1px solid #999; padding-top:8px; padding-right:10px; padding-left:15px; background-color:#cbdbe8;} td.demoWhiteBody {border-left:1px solid #d6d6d6; border-right:1px solid #d6d6d6; padding-left:15px; padding-right:10px; padding-top:8px; background-color:#fff;} td.demoBlueBottom {border-bottom:1px solid #999; background-color:#cbdbe8;} td.demoWhiteBottom {border-bottom:1px solid #d6d6d6; background-color:#fff;} #historyMiniLog table {border-collapse:collapse;} #historyMiniLog .tableHeader {padding:4px; background-color:#eee; font-size:1.1em;} #historyMiniLog .columnHeader {border:1px solid #aaa; padding:4px; background-color:#cde; font-size:.91em; font-weight:bold;} #historyMiniLog td {border:1px solid #aaa; padding:4px; font-size:.91em; vertical-align:top;} #historyMiniLog .summaryLeft, #historyMiniLog .summaryRight, #historyMiniLog .summaryMiddle {padding:4px; background-color:#fff; font-size:.91em;} #historyMiniLog .summaryLeft {border-right:0; border-left:1px solid #aaa;} #historyMiniLog .summaryRight {border-right:1px solid #c0c0c0; border-left:0;} #historyMiniLog .summaryMiddle {border-right:0; border-left:0;} #historyMiniLog .tableHeader .greyBg {border:0; padding:0; background-color:#eee; font-size:1.1em;} #historyMiniLog .rightcontent{margin-left: 5px;} #inlineGrey td {color:#999;} #currencylabel input.readonly_currency {width:10px; border:0; padding:0; text-align:right;} .tableLightBlueMediumBorder {border-left:2px solid #83a8cc; border-right:2px solid #83a8cc; padding-top:5px; padding-bottom:5px;} .tableLightBlueMediumBorderLeft {border-left:2px solid #83a8cc; padding-top:0; padding-bottom:0;} .tableLightBlueMediumBorderRight {border-right:2px solid #83a8cc; padding-top:0; padding-bottom:0;} .tableLightBlueMediumBorderBottom {border-bottom:2px solid #83a8cc; padding-top:10px; padding-bottom:0;} .tableLightBlueBorder {border-left:2px solid #83a8cc; border-right:2px solid #83a8cc;} .tableLightBlueBorderLP {border-left:2px solid #83a8cc; border-right:2px solid #83a8cc; padding-left:22px;} .tableLightBlueBorderBottom {border-bottom:2px solid #83a8cc;} .tableCellMediumYellow {background-color:#fffcd6;} .tableNoPadding {padding-top:0; padding-bottom:0;} .tableLeftPadding {padding-left:30px;} .demoBodyText {color:#000; font:.91em Arial;} .demoBodyTextBold {color:#000; font:bold .91em Arial;} .borderBoxType td.spacerGrey {border:1px solid #aaa; padding:0;} .ebayEmphasis {font-weight:bold;} .ebayLargeEmphasis {font-weight:bold;font-size:1.33em;} .ebayText {font-size:1.1em;} .ebaySmall {color:#666; font-size:.91em; font-weight:normal;} .ebaySmallEmphasis {color:#600; font-size:.91em; font-weight:bold;} .ebayErrorEmphasis {color:red; font-weight:bold;} .packingSlip {width:560px; border:1px solid #e2e0e0;} .listHeading {border-bottom:thin solid #e2e0e0; padding-top:3px; padding-bottom:4px; font-size:.91em; font-weight:bold; text-align:right; vertical-align:text-top;} .homeInput {width:120px; font-size:.91em; font-weight:normal;} .itemdesc{width:760px;} .green{color:#0a0;} .orange{color:#f90;} .merchantFeatureBgColor {background-color:#e9e6d1;} .smallFontTable td {font-weight:normal;} .table4Boxes .headerColor {background-color:#eee;} .table4Boxes .border {background-color:#e3e3e3;} .bcupsellbox {border:1px solid #ccc; padding:3px; background-color:#ffc; font-size:.91em;} .bcupsellbox td {color:#000;} .bcupsellbox td.smallEmphasis {color:#000;} .bcupsellbox td.small {color:#000;} .bcupsellbox span.smaller {color:blue;} .bcupsellbox a {color:blue;} .bcterms {width:760px; height:160px; overflow:scroll; margin-bottom:10px; border:1px solid #666;} .invoice_note {width:600px; margin-top:10px; margin-bottom:10px;} .invoice {width:600px; border-collapse:collapse; border:1px solid #aaa;} .invoice td {border:1px solid #ccc; padding:2px; font-size:.91em;} .invoice tr.title td {background-color:#cde; font-weight:bold; text-align:left; line-height:20px;} .invoice td.currency {border-right:1px solid #fff;} .invoice td.calc {font-weight:bold; text-align:left;} .currency_highlight {background-color:#ffc;} .tax {float:left; font-weight:normal;} /* Rosetta Styles - Modifications to Rosetta.css is not allowed any more */ #rosetta {border:none; padding:0pt; position:absolute; top:40px; left:490px; z-index:11; width:250px; text-align:right;} #rosetta fieldset {margin:0; border:0; padding:0;} #rosetta legend {display:block; position:absolute; top:0; left:-500em; width:1px; height:1px; overflow:hidden; text-indent:-9999em; line-height:0;} #rosetta label {display:none;} #rosetta button {border:none; padding:0; background:none; vertical-align:top;} /* Rosetta js drop down styles */ #html-rosetta-container{position:absolute;height:1em;width:11em;right:0;z-index:11;} #html-rosetta{background:#fff;position:absolute;right:.7em;top:3.7em;width:11em;font-size:.9em;z-index:11;} #html-rosetta p{text-align:right;text-decoration:underline;cursor:pointer;color:#084482;margin:0;padding-right:1.1em;background:url(images/icon_dropdown.gif) 100% .6em no-repeat;} #html-rosetta ul{width:10.8em;border:1px solid #ccc;margin:.4em 0 0;padding:.2em 0;position:absolute;bottom:0;} #html-rosetta li{list-style-type:none;margin:0;} #html-rosetta li a,#html-rosetta li a:visited{display:block;padding:.2em .7em;color:#000;text-decoration:none;zoom:1;} #html-rosetta li a:hover{background:#084482;color:#fff;} #html-rosetta div{position:relative;height:0;margin-top:.3em;overflow:hidden;} /* Lightbox Styles - Modification to Lightbox.css is not allowed any more */ .yui-overlay {display:block; position:absolute;} .mask {display:none; position:absolute; top:0; left:0; z-index:1000; background-color:#fff; opacity:.80; -moz-opacity:0.8; filter:alpha(opacity=80);} .yui-panel-container {position:absolute !important; z-index:1015; visibility:hidden; overflow:visible; width:440px; background-color:transparent;} .yui-panel-container.shadow {padding:0; background-color:transparent;} .yui-panel-container.shadow .underlay {position:absolute; top:3px; left:3px; z-index:0; visibility:inherit; width:100%; height:100%; background-color:#000; opacity:.30; -moz-opacity:0.3; filter:alpha(opacity=30);} .yui-panel {position:relative; top:0; left:0; z-index:1016; visibility:hidden; overflow:hidden; border:1px solid #369; border-collapse:separate; padding:30px 20px 0 20px; background:#fff url(/en_US/i/pui/lightbox/bg.gif) left bottom repeat-x; color:#333; font:12px/normal Arial, Helvetica, sans-serif;} .yui-panel .messageBox {min-height:48px; margin:1em 0; padding:0 15px 0 50px; background-color:#ffc; background-position:12px 12px;} .yui-panel .messageBox.notification {background-image:url(images/icon_notification.gif);} .yui-panel .messageBox.confirmation {background-image:url(images/icon_confirmation.gif);} .yui-panel .messageBox.error {background-image:url(images/icon_critalert.gif);} .yui-panel .messageBox.alert {background-image:url(images/icon_noncritalert.gif);} .lightbox .yui-panel .header, .lightbox .yui-panel .header * {margin:0; padding:0; background-color:#fff; font-weight:bold;} .lightbox .yui-panel .header * {padding-bottom:.3em; background:url(images/hdr_bg.gif) bottom left repeat-x;} .lightbox .yui-panel .body {overflow:hidden; margin-bottom:20px;} .lightbox .yui-panel .body p {margin:1em 0;} .lightbox .yui-panel .container-close {position:absolute; top:5px; right:5px; z-index:1006; visibility:inherit; width:15px; height:15px; margin:0; padding:0; background:url(images/close.gif) no-repeat; cursor:pointer; text-indent:-1000em;} .lightbox .yui-panel .body .buttons {text-align:right;} .lightbox .yui-panel .footer {border-top:1px solid #dedede; padding:8px 0 12px 0; color:#757575; font-size:11px;} .lightbox .yui-panel .footer .paypal {display:block; float:left; width:49px; height:15px; margin-right:.5em; background:url(images/logo.gif) 0 0 no-repeat;} .lightbox .yui-panel .footer .paypal span {display:block; position:absolute; top:0; left:-500em; width:1px; height:1px; overflow:hidden; text-indent:-9999em; line-height:0;} .lightbox .yui-panel .footer .secure {margin-bottom:4px; padding-left:15px; background:url(images/icon_lock.gif) 2px 50% no-repeat;} .lightboxMarkup {display:none;} .yui-panel button, .yui-panel input.button {width:auto !important; margin-left:.9em; border:1px solid #bfbfbf; border-right-color:#908d8d; border-bottom-color:#908d8d; padding:1px .5em; background:#e1e1e1 url(images/btn_bg_default.gif) left center repeat-x; color:#000;} .yui-panel button:active, .yui-panel input.button:active {border:1px solid #908d8d; border-right-color:#afafaf; border-bottom-color:#afafaf;} .yui-panel button:hover, .yui-panel input.button:hover {cursor:pointer;} .yui-panel button.primary, .yui-panel input.button.primary {border:1px solid #d5bd98; border-right-color:#935e0d; border-bottom-color:#935e0d; background:#ffa822 url(images/btn_bg_submit.gif) left center repeat-x;} .yui-panel button.primary:active, .yui-panel input.button.primary:active {border:1px solid #935e0d; border-right-color:#d5bd98; border-bottom-color:#d5bd98;} .yui-panel button[disabled=disabled]{border:1px solid #ccc; background:#eee; color:#b3b3b3;} .yui-panel button[disabled=disabled]:hover {cursor:default;} .yui-panel button.disabled, .yui-panel input.button.disabled {border:1px solid #ccc; background:#eee; color:#b3b3b3;} .yui-panel button.disabled:hover, .yui-panel input.button.disabled:hover {cursor:default;} /* Tooltips and Balloon Callouts */ .autoTooltip {cursor:pointer;} .tt {z-index:16; width:250px; margin:0; padding:0; line-height:15px;} .tt .header {position:absolute; top:-999px; left:-999px;} .tt .body, .tt .bd {padding:5px;} .balloonCallout .body {padding:10px 15px;} .ttPosUnder {padding:13px 0 0 0; background:url(images/tooltip_top_left.gif) left top no-repeat;} .ttPosUnder .body, .ttPosUnder .bd {border:1px solid #666; border-top-width:0; padding:12px 17px 10px 8px; background:#ffffe5;} .ttPosOver {padding:0 0 13px 0; background:url(images/tooltip_bottom_left.gif) left bottom no-repeat;} .ttPosOver .body, .ttPosOver .bd {border:1px solid #666; border-bottom-width:0; padding:8px 17px 12px 8px; background:#ffffe5;} .balloonControl {border-bottom:1px dashed #084482; text-decoration:none;} .balloon {z-index:1016; width:250px; margin:0; padding:0; line-height:15px;} .balloon .yui-panel {border:none;} .balloon .header {position:absolute; top:-999px; left:-999px;} .balloon .body {padding:10px 15px;} .balloon .posUnder {padding:13px 0 0 0; background:url(images/tooltip_top_left.gif) left top no-repeat;} .balloon .posUnder .body {border:1px solid #666; border-top-width:0; padding:12px 17px 10px 8px; background:#ffffe5;} .balloon .posOver {padding:0 0 13px 0; background:url(images/tooltip_bottom_left.gif) left bottom no-repeat;} .balloon .posOver .body {border:1px solid #666; border-bottom-width:0; padding:8px 17px 12px 8px; background:#ffffe5;} /* Tabbed Cardstack */ .cardstack, .cardstack .card {margin:1em 0;} .cardstack ol.tabs {z-index:1; position:relative; overflow:auto; margin:0 0 -1px 0; list-style-type:none;} .cardstack ol.tabs li {float:left; margin:.4em 0 0 4px; border:1px solid #ccc; padding:.4em .9em .4em .9em; background:#ddd url(images/tab_bg.gif) top left repeat-x;} .cardstack ol.tabs li a:hover, .cardstack ol.tabs li a:active {text-decoration:underline;} .cardstack ol.tabs li a span {display:block; margin-top:1px; color:#666; font-size:1em; text-decoration:none !important;} .cardstack ol.tabs li.top {margin-top:0; border-bottom:1px solid #fff; padding-top:.8em; background:#fff;} .cardstack ol.tabs li.top a {color:#333; font-weight:bold; text-decoration:none; cursor:default;} .cardstack.vertical ol.tabs {float:left; width:20%;} .cardstack.vertical ol.tabs li {float:none; margin:0; border:none; border-top:1px solid #fff; border-bottom:1px solid #ccc; padding:.45em .9em .65em .6em; background:none;} .cardstack.vertical ol.tabs li a {color:#083772; font-size:1.167em;} .cardstack.vertical ol.tabs li a span {font-size:.9em;} .cardstack.vertical ol.tabs li.top {border:none; padding:.55em .9em .55em .6em; background:#fff;} .cardstack.vertical ol.tabs li.top span {color:#333; font-weight:normal;} .cardstack.vertical ol.tabs li.first, .cardstack.vertical ol.tabs li.next {border-top:none;} .cardstack.vertical ol.tabs li.last, .cardstack.vertical ol.tabs li.previous {border-bottom:none;} .cardstack.stacked h2 {position:absolute; top:0; left:-500em; width:1px; height:1px; overflow:hidden; text-indent:-9999em; line-height:0;} .cardstack.stacked .card, .cardstack.stacked .header {position:absolute; top:0; left:-999em; margin:0;} .cardstack.stacked .card.top {position:relative; top:0; left:0; border:1px solid #ccc;} .cardstack.stacked .top .body p, .cardstack.stacked .top .body div, .cardstack.stacked .top .body ul, .cardstack.stacked .top .body ol {margin:.9em;} .cardstack.stacked.vertical {overflow:hidden; border:1px solid #ccc; padding:5px; background:#e8f1fa;} .cardstack.stacked.vertical .card {float:left; width:80%;} .cardstack.stacked.vertical .card.top {float:left; border:none; background:#fff;} .cardstack.stacked.vertical .card.top .header {position:static !important; height:.01em; overflow:hidden;} .cardstack.stacked.vertical .top .body {padding:0 .1em;} /* PPLite Widget Styles */ div#pplite.loading {height:inherit; background: #fff url(images/icon_animated_prog_42wx42h.gif) no-repeat center; } div#pplite_c.lightbox div#pplite.loading {padding-top:212px;} div#pplite_c {width:300px;} div#pplite_c.lightbox{width:400px;} div#pplite.yui-panel div#countryLang select {margin-top:5px; width:100%;} fieldset#rosetta .flag {display:inline; } fieldset#rosetta .flag img {top:3px; right:3px; position:relative;} a#widgetOpener {display:inline; font-size:0.9em; text-decoration:none;} div#pplite div#countryLang div.header {display:none;} div#pplite_c.lightbox div#countryLang div.header {display:block; margin-bottom:1em;} div#pplite_c.lightbox div.underlay {height:100%;} a#widgetOpener img {padding-left:5px; padding-bottom:3px;} a#widgetOpener span {text-decoration:underline;} div#pplite_c.lightbox div.yui-panel {padding:30px 100px 0 20px;} div#pplite.yui-panel .container-close {position:absolute; top:5px; right:5px; z-index:6; visibility:inherit; width:15px; height:15px; margin:0; padding:0; background:url(images/close.gif) no-repeat; cursor:pointer;} div#pplite div#ppliteMain p {margin:1em 0pt; } div#pplite div#ppliteMain input.button {margin-left:0pt;} .acResults { z-index:12; position:absolute; overflow:hidden; background-color:#fff; border:1px solid #ccc; } .acResults ul { overflow-y:auto; margin:0; padding:0; list-style:none; } .acResults li { margin:0; padding:4px; } .acResults li.active { background-color:#fec; cursor:pointer; } span.buttonAsLink {text-decoration:underline; color:#084482;} span.buttonAsLink input {text-align:left; margin:0; padding:0; height:1.4em; color:#084482; background-color:transparent; text-decoration:underline; border:none; cursor:pointer; overflow:visible} span.buttonAsLink.disable{color:#ccc;} span.buttonAsLink.disable input.disable{color:#ccc; cursor:default;} span.buttonAsLink input.small {width:auto;} span.buttonAsLink input::-moz-focus-inner {padding:0;} .show {display:block !important;} .hide {display:none !important;} /*class named clear similar to one present in global.css*/ .clear {clear:both !important;} .cvv2_label {vertical-align: middle; padding-top: 7px;} td.add-new-category { text-align: right; padding: 10px 0; } table.user-detail { border-spacing: 3px; } label { font-size: 11px; } p.notice { color: red; }
sala-prensa/2018-11-30-onceava-y-doceava-sesion.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="Durante la Onceava Sesión del Consejo Directivo, el Instituto de Planeación y Competitividad de Torreón presentó los resultados obtenidos durante este año y los proyectos que se tienen planeados para el 2019."> <meta name="author" content="Lic. Maira Ivonne Flores Reyes"> <meta name="keywords" content="IMPLAN, Torreon"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="IMPLAN presenta resultados anuales y programas de trabajo para el 2019. - IMPLAN Torreón"> <meta name="twitter:description" content="Durante la Onceava Sesión del Consejo Directivo, el Instituto de Planeación y Competitividad de Torreón presentó los resultados obtenidos durante este año y los proyectos que se tienen planeados para el 2019."> <meta name="twitter:image" content="http://www.trcimplan.gob.mx/sala-prensa/2018-11-30-onceava-y-doceava-sesion/imagen-previa.jpg"> <meta name="twitter:url" content="http://www.trcimplan.gob.mx/sala-prensa/2018-11-30-onceava-y-doceava-sesion.html"> <meta name="og:title" content="IMPLAN presenta resultados anuales y programas de trabajo para el 2019. - IMPLAN Torreón"> <meta name="og:description" content="Durante la Onceava Sesión del Consejo Directivo, el Instituto de Planeación y Competitividad de Torreón presentó los resultados obtenidos durante este año y los proyectos que se tienen planeados para el 2019."> <meta name="og:image" content="http://www.trcimplan.gob.mx/sala-prensa/2018-11-30-onceava-y-doceava-sesion/imagen-previa.jpg"> <meta name="og:url" content="http://www.trcimplan.gob.mx/sala-prensa/2018-11-30-onceava-y-doceava-sesion.html"> <title>IMPLAN presenta resultados anuales y programas de trabajo para el 2019. - 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> <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><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 class="active"><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/BlogPosting"> <div class="encabezado"> <h1 itemprop="headline">IMPLAN presenta resultados anuales y programas de trabajo para el 2019.</h1> <div class="encabezado-descripcion" itemprop="description">Durante la Onceava Sesión del Consejo Directivo, el Instituto de Planeación y Competitividad de Torreón presentó los resultados obtenidos durante este año y los proyectos que se tienen planeados para el 2019.</div> <div class="encabezado-autor-fecha"> Por <span itemprop="author">Lic. Maira Ivonne Flores Reyes</span> - <meta itemprop="datePublished" content="2018-11-30T00:00">30/11/2018 </div> </div> <div itemprop="articleBody"> <!-- Contenido: Inicia --> <p></br></br></p> <p style="background-color:#f95666;color:white;"><strong>DIRECCIÓN DE PROYECTOS ESTRATÉGICOS.</strong></p> <h2>En este año se trabajó en lo siguiente:</h2> <p><strong>- Laguna Y2040.</strong></p> <p>Ejercicio de participación ciudadana para universitarios, en el que más de 800 alumnos de 12 universidades de La Laguna se reunieron para discutir sobre problemas actuales de la ciudad y a proponer soluciones. Participaron más de 40 docentes locales y 13 expertos locales y nacionales en los ejes de Desarrollo Social, Desarrollo Económico, Buen Gobierno, Medio Ambiente, Desarrollo Urbano y Movilidad, quienes orientaron a los jóvenes durante el ejercicio. El ejercicio consistió en tres etapas:</p> <p>1- Paneles con Expertos en los ejes de Desarrollo Social, Desarrollo Económico, Buen Gobierno, Medio Ambiente, Desarrollo Urbano y Movilidad y Transporte.</p> <p>2- Mesas de trabajo en los ejes mencionados, en los que los jóvenes identificaron las principales problemáticas que impiden el desarrollo de La Laguna, construyeron una visión ideal de La Laguna hacia el 2040 y propusieron estrategias para llegar a esa visión.</p> <p>3- Los alumnos diseñaron proyectos personales para contribuir a la solución de problemáticas en La Laguna.</p> <p><strong>- Mi Acción de Liderazgo.</strong></p> <p>Ejercicio en el que se apoyó la gestión de proyectos sociales en la Zona Metropolitana de La Laguna. Al final de la actividad 326 estudiantes de 9 universidades ejecutaron 50 acciones de liderazgo con un total de más de 6,200 beneficiados.</p> <p><strong>- Taller Participativo de Política Industrial.</strong></p> <p>Ejercicio de participación ciudadana con empresarios de la Zona Metropolitana de La Laguna para el Plan de Política Industrial en el que 51 ciudadanos, miembros de la iniciativa privada y funcionarios públicos dedicados al desarrollo económico de la región identificaron las fortalezas, oportunidades, debilidades y amenazas de la Industria Manufacturera de La Laguna y propusieron acciones de corto y largo plazo para trabajar en los principales problemas detectados, con el objetivo de construir un diagnóstico robusto del sector industrial y culminar en el diseño de políticas públicas coherentes y efectivas.</p> <p><strong>- Semana i.</strong></p> <p>Gestión de proyectos sociales.- Proyecto con alumnos del Tecnológico de Monterrey sobre instrumentos de gestión para proyectos sociales. Durante una semana se aplicaron instrumentos de gestión en 4 distintos proyectos en los que el IMPLAN trabaja: Residuos Sólidos Urbanos, Redensificación del Centro Histórico, Implementación de Calle Completa en el Paso del Tecnológico y Adaptación de la Guía para el Desarrollo de Proveedores de la ONUDI. Los alumnos capturaron fotos de predios con basura en el primer cuadro del centro de Torreón y recopilaron información para conformar la línea base de medición de desempeño del cambio de horario en la recolección de residuos sólidos por parte de la dirección de servicios de limpieza.</p> <p><strong>- Documento Preliminar del Plan de Política Industrial.</strong></p> <p>Tras el proceso de participación del sector privado, se integró un documento preliminar con diagnóstico técnico y ciudadano, visión y propuestas de política pública para contribuir a la toma de decisiones al sector público y privado en beneficio de la industria manufacturera de La Laguna.</p> <p><strong>- Centro de Capacitación para el Sector Industrial de la ZML.</strong></p> <p>En el marco del convenio de colaboración entre el Implan Torreón y el Clúster Automotriz Laguna (CAL) y en el proceso de realización del Plan de Política Industrial, el equipo técnico del Implan colaboró con el CAL en la realización de un estudio de factibilidad para la constitución de un Instituto de Capacitación para el Trabajo del Estado de Coahuila (ICATEC).</p> <h2>Actividades para el 2019:</h2> <p><strong>- Consejo Visión Metrópoli.</strong></p> <p>Consejo de Participación Joven convocado por el IMPLAN Torreón.- Diseño, selección e integración del Consejo Visión Metrópoli por 21 jóvenes de 18 a 30 años, residentes de La Laguna y con experiencia comprobable en labor social. Los seleccionados comenzarán funciones el año 2019 y participarán con el IMPLAN en la difusión de sus planes y en el desarrollo de propuestas propias. Sesionarán una vez al mes con miembros del cuerpo técnico del IMPLAN.</p> <p><strong>- Ejercicio de Intervención Visión Metrópoli.</strong></p> <p>Ejercicio de concientización, vinculación e intervención ciudadana con universitarios de la ZML.</p> <p><strong>- Sistema Municipal de Evaluación y Gestión de Proyectos.</strong></p> <p>Diseño del sistema de evaluación y gestión de proyectos de inversión en el que se defina el proceso y rol de cada parte involucrada dentro del municipio para la consolidación de un Banco Municipal de Proyectos de Inversión.</p> <p><strong>- Plan de Política Industrial.</strong></p> <p>Continuación de talleres de participación con distintos sectores de la ZML para alimentar el Plan de Política Industrial. Publicación y difusión de un documento y seguimiento de las acciones y políticas propuestas para el desarrollo Industrial en la ZML.</p> <p><strong>- Diálogo Participativo para la Vinculación Academia.</strong></p> <p>Iniciativa Privada.- Mesa de diálogo con 25 representantes de la academia y el sector productivo, el objetivo de este trabajo fue identificar las áreas de oportunidad en los esquemas de vinculación entre universidad y empresas del sector manufacturero. Los resultados fueron insumos para el diseño de políticas públicas coherentes y efectivas.</p> <hr /> <p style="background-color:#f95666;color:white;"><strong>DIRECCIÓN DE PLANEACIÓN URBANA SUSTENTABLE.</strong></p> <h2>En este año se trabajó en lo siguiente:</h2> <p><strong>- Actualización Plan Director de Desarrollo Urbano de Torreón.</strong></p> <p>Actualización del DIAGNÓSTICO del Plan Director de Desarrollo Urbano, el cual es el principal instrumento jurídico y normativo que contiene las disposiciones técnicas para el ordenamiento territorial urbano del municipio. Se actualizó el diagnóstico utilizando la nueva metodología publicada por SEDATU-SEMARNAT-GIZ para elaboración de programas municipales de desarrollo urbano.</p> <p><strong>- Actualización Programa Parcial de Desarrollo Urbano del Centro Histórico.</strong></p> <p>Actualización del PPDUCH, el cual pretende ser el eje rector del mejoramiento y conservación del Centro Histórico de Torreón, el cual busca preservar el patrimonio con valor arquitectónico, artístico y cultural, además de incentivar el desarrollo económico, social y la re densificación de la zona. Se llevó cabo 1 taller de participación ciudadana, donde participaron +70 ciudadanos en diferentes líneas estratégicas como Regeneración Urbana, Desarrollo Económico, Vivienda, Sustentabilidad Ambiental, Patrimonio, Movilidad y Gobernanza.</p> <p><strong>- Plan de Movilidad Activa.</strong></p> <p>Presentación del Plan de Movilidad Activa (no motorizada) como instrumento de planeación para los proyectos, y acciones para los modos no motorizados. Este año, se presentó la Red de Infraestructura ciclista, donde actualmente se trabaja en los primeros proyectos para el corto plazo.</p> <p><strong>- Sistema de Información Geográfica.</strong></p> <p>Adición de nuevas capas al SIG, así como actualización y revisión de las existentes. Incidentes Viales 2018, Encharcamientos e Infraestructura de Agua Potable y Red de Infraestructura Ciclista.</p> <h2>Actividades para el 2019:</h2> <p><strong>- Aprobación, Publicación y Registro del Plan Director de Desarrollo Urbano de Torreón, Elaboración del Programa Parcial de Desarrollo Urbano NORTE, Dictaminación Técnica, entre otros.</strong></p> <p style="background-color:#f95666;color:white;"><strong>DIRECCIÓN DE INVESTIGACIÓN ESTRATÉGICA.</strong></p> <h2>En este año se trabajó en lo siguiente:</h2> <p><strong>- Indicadores.</strong></p> <p>Mantenimiento y actualización de la información del Sistema Metropolitano de Indicadores, que se catalogan en 32 categorías, a nivel ciudad, estatal y nacional. En total acumulan 1,412 indicadores, de los cuales 402 son de Torreón.</p> <p><strong>- Monitores.</strong></p> <p>Creación de los monitores metropolitanos, instrumentos de información que detallan los datos más relevantes respecto a temas selectos en la ciudad y la Zona Metropolitana de La Laguna. Adaptación de la página para presentarlos, así como generar un archivo descargable con la información de los monitores. A la fecha se tienen publicados 9 monitores y se contempla para final del año sean 12 y la actualización anual del resto.</p> <p><strong>- Diagnóstico de violencia de género contra la mujer.</strong></p> <p>Estudio que contempla la aplicación de instrumentos estadísticos, grupos focales y análisis de fuentes secundarias para conocer la realidad del municipio respecto a la violencia de género contra la mujer.</p> <p>Este diagnóstico busca generar políticas públicas a través de un conocimiento más granular de la violencia en el municipio, así como atender problemas específicos que resulten del análisis de la información recabada.</p> <p><strong>- Estudio sobre las finanzas públicas del municipio (Ramo 28).</strong></p> <p>Análisis de las finanzas públicas municipales y su relación con las aportaciones y participaciones del estado y la federación. Este estudio busca conocer las fuentes de ingreso más importantes, que vienen siendo las aportaciones y participaciones, así como la manera en cómo se integran</p> <h2>Actividades para el 2019:</h2> <p><strong>- Sistema Metropolitano de Indicadores.- Actualización y ampliación de los indicadores para integrar micro datos de las encuestas y censos del INEGI:</strong> 1. Encuesta sobre la Dinámica de las Relaciones en los Hogares (Torreón). 2. Encuesta Nacional sobre Ocupación y Empleo (Torreón). 3. Encuesta Nacional sobre la Discriminación (Coahuila).</p> <p><strong>- Indicadores Básicos por Colonia.- Integración de fichas informativas sobre la historia de las colonias, mobiliario urbano, calles y sitios de interés.</strong> Primera etapa: 1. Centro Histórico / Primitivo Centro 2. Primera de Cobián 3. Moderna 4. Torreón Viejo 5. Torreón Jardín</p> <p><strong>- Diagnóstico sobre la Violencia contra las Mujeres en Torreón.</strong></p> <p>Integración y publicación de los resultados sobre el diagnóstico sobre la violencia, adicionalmente se llevarán a cabo mesas de trabajo con grupos y personas interesadas para incluir políticas públicas y estados deseados de la población al diagnóstico.</p> <p><strong>- Estudio sobre las finanzas públicas del municipio.</strong></p> <p>Publicación en el sitio web del monitor de finanzas públicas del municipio, con información histórica del INEGI, integrando:</p> <ol> <li>Análisis histórico de los ingresos del Municipio.</li> <li>Análisis histórico sobre los egresos del Municipio.</li> <li>Análisis de sensibilidad de los ingresos del Municipio.</li> <li>Dependencia del Municipio de Participaciones y Aportaciones Federales y Estatales.</li> </ol> <p><strong>- Monitores metropolitanos.</strong></p> <p>Actualización de los monitores metropolitanos y la inclusión de los siguientes:</p> <ol> <li>Monitor de finanzas públicas.</li> <li>Monitor de violencia de género.</li> <li>Monitor Energético.</li> </ol> <p style="background-color:#f95666;color:white;"><strong>DIRECCIÓN DE COMPETITIVIDAD SECTORIAL.</strong></p> <h2>En este año se trabajó en lo siguiente:</h2> <p><strong>- Proyecto de Reforma al Reglamento de Desarrollo Urbano y Construcción de Torreón.</strong></p> <p>Se elaboró una propuesta de modificación al actual Reglamento de Desarrollo Urbano, Uso de Suelo, Zonificación y Construcción del Municipio de Torreón para armonizarlo con la Nueva Agenda Urbana ONU-HABITAT III, la Ley de Asentamientos Humanos, Ordenamiento Territorial y Desarrollo Urbano, tanto General como Estatal.</p> <p><strong>- Se reestructuró el orden del Reglamento, se reformaron más de 50 artículos, se adicionaron 5 nuevos capítulos y se trabajó con todas las Direcciones Generales en materia, de las cuales se recibieron más de 50 observaciones, atendidas y justificadas.</strong></p> <p><strong>- Propuesta de reforma a la Ley que crea el Instituto Municipal de Planeación y Competitividad de Torreón (IMPLAN).</strong></p> <p>Se elaboró una propuesta para modificación de la Ley que crea en el IMPLAN con el objetivo de hacer correcciones de estética y técnica jurídica en base a una revisión integral del texto del ordenamiento.**</p> <p><strong>- Propuesta del Reglamento Interior IMPLAN Torreón.</strong></p> <p>La propuesta tiene por objeto regular la organización y el funcionamiento del Instituto Municipal de Planeación y Competitividad de Torreón y de su Consejo Directivo.</p> <p> </p> <h2>Actividades para el 2019:</h2> <p><strong>- Red de Espacios Públicos.</strong></p> <p>Elaborar un Programa de Red de Espacio Público que cimiente los lineamientos para aumentar no solo el área por habitante de espacio público, sino la distribución equitativa, la calidad y la accesibilidad, mediante esquemas de espacio tradicional como parques barriales, e innovadores como los parques de bolsillo, conectados mediante corredores con un alto grado de habitabilidad facilitando la movilidad blanda.</p> <p><strong>- Red de Infraestructura Verde.</strong></p> <p>Generar un Plan de Red de Infraestructura Verde estratégicamente planificado de espacios naturales y seminaturales y otros elementos ambientales para su diseño y gestión, integrando al ecosistema urbano de Torreón a su entorno natural con el objetivo de conservar, restaurar y aumentar los servicios ecosistémicos en beneficio de un incremento en la calidad de vida de los habitantes.</p> <!-- Contenido: Termina --> </div> <div class="publicador" itemprop="publisher" itemscope itemtype="http://schema.org/Organization"> <span class="contenido-imagen-previa"><img class="img-responsive" itemprop="image" alt="Instituto Municipal de Planeación y Competitividad de Torreón" src="../imagenes/implan-logo.png"></span> <h3 class="titulo" itemprop="name">Instituto Municipal de Planeación y Competitividad de Torreón</h3> <div class="descripcion" itemprop="description">Órgano técnico responsable de la planeación del desarrollo del municipio de Torreón, Coahuila, México.</div> <div class="contenido-imagen-previa-final"></div> </div> </div></article> <aside> <!-- Extra: Inicia --> <h3>Publicaciones relacionadas</h3> <p><b>Análisis Publicados</b></p> <ul> <li><a href="http://www.trcimplan.gob.mx/blog/caracteristicas-de-un-buen-espacio-publico-ene2020.html">Caracter&iacute;sticas de un Buen Espacio P&uacute;blico</a></li> <li><a href="http://www.trcimplan.gob.mx/blog/agenda-2020-en-el-implan-dic2019.html">La Agenda 2020 en el IMPLAN</a></li> <li><a href="http://www.trcimplan.gob.mx/blog/gestion-y-cambios-de-uso-de-suelo-en-torreon-oct2019.html">Gesti&oacute;n y Cambios de Usos de Suelo en Torre&oacute;n</a></li> <li><a href="http://www.trcimplan.gob.mx/blog/el-caso-del-centro-historico-de-torreon-oct2019.html">Patrimonio e Identidad: El Caso del Centro Hist&oacute;rico de Torre&oacute;n</a></li> <li><a href="http://www.trcimplan.gob.mx/blog/planificacion-urbana-en-la-salud-publica-de-la-laguna.html">La planificaci&oacute;n urbana, fundamental en la salud p&uacute;blica de los laguneros.</a></li> <li><a href="http://www.trcimplan.gob.mx/blog/movilidad-con-perspectiva-de-genero-en-la-laguna.html">Movilidad con perspectiva de g&eacute;nero en La Laguna</a></li> <li><a href="http://www.trcimplan.gob.mx/blog/urbanismo-con-enfoque-de-genero-en-la-laguna.html">Urbanismo con enfoque de g&eacute;nero en La Laguna</a></li> <li><a href="http://www.trcimplan.gob.mx/blog/el-ciudadano-como-especialista-urbano-abril2019.html">El Ciudadano como Especialista Urbano</a></li> <li><a href="http://www.trcimplan.gob.mx/blog/el-comercio-a-pie-de-calle.html">El comercio a pie de calle, un acercamiento al antes y el despu&eacute;s del Paseo Morelos</a></li> <li><a href="http://www.trcimplan.gob.mx/blog/laguna-y2040-una-oportunidad-de-liderazgo-para-los-jovenes.html">Laguna Y2040: una oportunidad de liderazgo para los j&oacute;venes</a></li> </ul> <p><b>Sistema Metropolitano de Indicadores</b></p> <ul> <li><a href="http://www.trcimplan.gob.mx/indicadores-torreon/sociedad-estimacion-de-menores-huerfanos-por-agresiones.html">Estimaci&oacute;n de Menores Hu&eacute;rfanos por Agresiones en Torre&oacute;n</a></li> <li><a href="http://www.trcimplan.gob.mx/indicadores-torreon/sustentabilidad-red-de-transporte-publico.html">Red de Transporte P&uacute;blico en Torre&oacute;n</a></li> <li><a href="http://www.trcimplan.gob.mx/indicadores-torreon/sustentabilidad-acceso-a-vialidades-pavimentadas.html">Acceso a Vialidades Pavimentadas en Torre&oacute;n</a></li> <li><a href="http://www.trcimplan.gob.mx/indicadores-torreon/sustentabilidad-destinos-via-terrestre.html">Destinos V&iacute;a Terrestre en Torre&oacute;n</a></li> <li><a href="http://www.trcimplan.gob.mx/indicadores-torreon/sociedad-promedio-de-descendencia-por-varon.html">Promedio de Descendencia por Var&oacute;n en Torre&oacute;n</a></li> <li><a href="http://www.trcimplan.gob.mx/indicadores-torreon/sociedad-casos-acumulados-de-covid-19-sospechosos.html">Casos acumulados de COVID-19 sospechosos en Torre&oacute;n</a></li> <li><a href="http://www.trcimplan.gob.mx/indicadores-torreon/sociedad-casos-acumulados-de-covid-19-negativos.html">Casos acumulados de COVID-19 negativos en Torre&oacute;n</a></li> <li><a href="http://www.trcimplan.gob.mx/indicadores-torreon/sociedad-casos-acumulados-de-covid-19-positivos.html">Casos acumulados de COVID-19 positivos en Torre&oacute;n</a></li> <li><a href="http://www.trcimplan.gob.mx/indicadores-la-laguna/economia-unidades-economicas-dedicadas-a-la-industria-manufacturera.html">Unidades Econ&oacute;micas Dedicadas a la Industria Manufacturera en La Laguna</a></li> <li><a href="http://www.trcimplan.gob.mx/indicadores-gomez-palacio/sustentabilidad-destinos-via-terrestre.html">Destinos V&iacute;a Terrestre en G&oacute;mez Palacio</a></li> </ul> <p><b>Plan Estratégico Torreón</b></p> <ul> <li><a href="http://www.trcimplan.gob.mx/proyectos/plata-laguna.html">Plata Laguna</a></li> <li><a href="http://www.trcimplan.gob.mx/proyectos/salud-laguna.html">Salud Laguna</a></li> <li><a href="http://www.trcimplan.gob.mx/proyectos/plan-centro-laguna.html">Plan Centro Laguna</a></li> <li><a href="http://www.trcimplan.gob.mx/proyectos/zona-30.html">Zona 30</a></li> <li><a href="http://www.trcimplan.gob.mx/pet/cartera-proyectos-medio-ambiente-sustentabilidad.html">Cartera de Proyectos: Medio Ambiente y Sustentabilidad</a></li> <li><a href="http://www.trcimplan.gob.mx/pet/diagnostico-estrategico-entorno-urbano.html">Diagn&oacute;stico Estrat&eacute;gico: Entorno Urbano</a></li> <li><a href="http://www.trcimplan.gob.mx/proyectos/calle-completa.html">Calle Completa</a></li> <li><a href="http://www.trcimplan.gob.mx/proyectos/plan-estrategico-drenaje-pluvial-torreon.html">Plan Estrat&eacute;gico de Drenaje Pluvial de Torre&oacute;n</a></li> <li><a href="http://www.trcimplan.gob.mx/proyectos/vive-tu-alameda.html">Vive Tu Alameda</a></li> <li><a href="http://www.trcimplan.gob.mx/proyectos/aire-para-todos.html">Aire Para Todos</a></li> </ul> <p><b>Sala de Prensa</b></p> <ul> <li><a href="http://www.trcimplan.gob.mx/sala-prensa/2019-05-20-taller-vinculacion.html">Realizan Conversatorio entre Academia, Gobierno y Empresas</a></li> <li><a href="http://www.trcimplan.gob.mx/sala-prensa/2018-11-15-la-cultura-del-arbol.html">IMPLAN present&oacute; conferencia &ldquo;La cultura del &aacute;rbol: c&oacute;mo reconstruir la ciudad y sus espacios p&uacute;blicos&quot;</a></li> <li><a href="http://www.trcimplan.gob.mx/sala-prensa/2018-10-31-decima-sesion.html">Presentan &ldquo;Propuesta conceptual para el manejo sustentable del agua&rdquo; en Sesi&oacute;n del IMPLAN.</a></li> <li><a href="http://www.trcimplan.gob.mx/sala-prensa/2018-11-29-imco-2018.html">Posici&oacute;n de La Laguna en el &Iacute;ndice de Competitividad Urbana 2018</a></li> <li><a href="http://www.trcimplan.gob.mx/sala-prensa/2020-04-15-comunicado-conferencias-virtuales.html">El IMPLAN Torre&oacute;n y su Consejo Juvenil: Visi&oacute;n Metr&oacute;poli, presentar&aacute;n Conferencias Virtuales</a></li> <li><a href="http://www.trcimplan.gob.mx/sala-prensa/2020-02-27-segunda-sesion-consejo-2020.html">Presentan en Segunda Sesi&oacute;n de Consejo el &ldquo;Programa Parcial de Desarrollo Urbano para la Zona Norte de Torre&oacute;n&rdquo;</a></li> <li><a href="http://www.trcimplan.gob.mx/sala-prensa/2020-02-17-comunicado-enoe.html">Disminuye la tasa de desempleo en la Zona Metropolitana de La Laguna (ZML), al cuarto trimestre de 2019</a></li> <li><a href="http://www.trcimplan.gob.mx/sala-prensa/2020-02-06-comunicado-conferencia-imeplan.html">Postura sobre la creaci&oacute;n de un Instituto Metropolitano de Planeaci&oacute;n.</a></li> <li><a href="http://www.trcimplan.gob.mx/sala-prensa/2020-01-30-primer-sesion-consejo-2020.html">Primer Sesi&oacute;n de Consejo 2020. Se renueva el Consejo Directivo del IMPLAN.</a></li> <li><a href="http://www.trcimplan.gob.mx/sala-prensa/2019-09-26-novena-sesion-consejo.html">Novena Sesi&oacute;n de Consejo Implan. Presentan Resultados del Conversatorio y del Concurso &ldquo;Manos a la Cebra&rdquo;.</a></li> </ul> <!-- Extra: Termina --> </aside> <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%2Fsala-prensa%2F2018-11-30-onceava-y-doceava-sesion.html&amp;width=300&amp;layout=button_count&amp;action=like&amp;show_faces=true&amp;share=false&amp;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="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> // 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> <!-- 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>
docs/annotated.html
jaallen85/libjade
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.12"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>libjade: Class 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="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">libjade </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.12 --> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',false,false,'search.php','Search'); }); </script> <div id="main-nav"></div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">Class List</div> </div> </div><!--header--> <div class="contents"> <div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory"> <table class="directory"> <tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_drawing_arc_item.html" target="_self">DrawingArcItem</a></td><td class="desc">Provides an arc item that can be added to a <a class="el" href="class_drawing_scene.html" title="Surface for managing a large number of two-dimensional DrawingItem objects. ">DrawingScene</a> </td></tr> <tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_drawing_curve_item.html" target="_self">DrawingCurveItem</a></td><td class="desc">Provides a curve item that can be added to a <a class="el" href="class_drawing_scene.html" title="Surface for managing a large number of two-dimensional DrawingItem objects. ">DrawingScene</a> </td></tr> <tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_drawing_ellipse_item.html" target="_self">DrawingEllipseItem</a></td><td class="desc">Provides an ellipse item that can be added to a <a class="el" href="class_drawing_scene.html" title="Surface for managing a large number of two-dimensional DrawingItem objects. ">DrawingScene</a> </td></tr> <tr id="row_3_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_drawing_item.html" target="_self">DrawingItem</a></td><td class="desc">Base class for all graphical items in a <a class="el" href="class_drawing_scene.html" title="Surface for managing a large number of two-dimensional DrawingItem objects. ">DrawingScene</a> </td></tr> <tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_drawing_item_group.html" target="_self">DrawingItemGroup</a></td><td class="desc">Provides a group item that can be added to a <a class="el" href="class_drawing_scene.html" title="Surface for managing a large number of two-dimensional DrawingItem objects. ">DrawingScene</a> </td></tr> <tr id="row_5_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_drawing_item_point.html" target="_self">DrawingItemPoint</a></td><td class="desc">Represents an interaction point within a <a class="el" href="class_drawing_item.html" title="Base class for all graphical items in a DrawingScene. ">DrawingItem</a> through which the user can resize the item or connect the item to another item </td></tr> <tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_drawing_item_style.html" target="_self">DrawingItemStyle</a></td><td class="desc">Class for managing common item style properties </td></tr> <tr id="row_7_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_drawing_line_item.html" target="_self">DrawingLineItem</a></td><td class="desc">Provides a line item that can be added to a <a class="el" href="class_drawing_scene.html" title="Surface for managing a large number of two-dimensional DrawingItem objects. ">DrawingScene</a> </td></tr> <tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_drawing_path_item.html" target="_self">DrawingPathItem</a></td><td class="desc">Provides a path item that can be added to a <a class="el" href="class_drawing_scene.html" title="Surface for managing a large number of two-dimensional DrawingItem objects. ">DrawingScene</a> </td></tr> <tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_drawing_polygon_item.html" target="_self">DrawingPolygonItem</a></td><td class="desc">Provides a polygon item that can be added to a <a class="el" href="class_drawing_scene.html" title="Surface for managing a large number of two-dimensional DrawingItem objects. ">DrawingScene</a> </td></tr> <tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_drawing_polyline_item.html" target="_self">DrawingPolylineItem</a></td><td class="desc">Provides a polyline item that can be added to a <a class="el" href="class_drawing_scene.html" title="Surface for managing a large number of two-dimensional DrawingItem objects. ">DrawingScene</a> </td></tr> <tr id="row_11_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_drawing_rect_item.html" target="_self">DrawingRectItem</a></td><td class="desc">Provides a rectangle item that can be added to a <a class="el" href="class_drawing_scene.html" title="Surface for managing a large number of two-dimensional DrawingItem objects. ">DrawingScene</a> </td></tr> <tr id="row_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_drawing_scene.html" target="_self">DrawingScene</a></td><td class="desc">Surface for managing a large number of two-dimensional <a class="el" href="class_drawing_item.html" title="Base class for all graphical items in a DrawingScene. ">DrawingItem</a> objects </td></tr> <tr id="row_13_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_drawing_text_ellipse_item.html" target="_self">DrawingTextEllipseItem</a></td><td class="desc">Provides a text ellipse item that can be added to a <a class="el" href="class_drawing_scene.html" title="Surface for managing a large number of two-dimensional DrawingItem objects. ">DrawingScene</a> </td></tr> <tr id="row_14_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_drawing_text_item.html" target="_self">DrawingTextItem</a></td><td class="desc">Provides a text item that can be added to a <a class="el" href="class_drawing_scene.html" title="Surface for managing a large number of two-dimensional DrawingItem objects. ">DrawingScene</a> </td></tr> <tr id="row_15_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_drawing_text_polygon_item.html" target="_self">DrawingTextPolygonItem</a></td><td class="desc">Provides a text polygon item that can be added to a <a class="el" href="class_drawing_scene.html" title="Surface for managing a large number of two-dimensional DrawingItem objects. ">DrawingScene</a> </td></tr> <tr id="row_16_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_drawing_text_rect_item.html" target="_self">DrawingTextRectItem</a></td><td class="desc">Provides a text rectangle item that can be added to a <a class="el" href="class_drawing_scene.html" title="Surface for managing a large number of two-dimensional DrawingItem objects. ">DrawingScene</a> </td></tr> <tr id="row_17_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_drawing_view.html" target="_self">DrawingView</a></td><td class="desc">Widget for viewing the contents of a <a class="el" href="class_drawing_scene.html" title="Surface for managing a large number of two-dimensional DrawingItem objects. ">DrawingScene</a> </td></tr> </table> </div><!-- directory --> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.12 </small></address> </body> </html>
doc/edu/wright/cs/jfiles/commands/class-use/Mv.html
rsanchez-wsu/jfiles
<!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_111) on Mon Apr 17 12:43:34 EDT 2017 --> <title>Uses of Class edu.wright.cs.jfiles.commands.Mv</title> <meta name="date" content="2017-04-17"> <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 edu.wright.cs.jfiles.commands.Mv"; } } 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="../../../../../../edu/wright/cs/jfiles/commands/Mv.html" title="class in edu.wright.cs.jfiles.commands">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?edu/wright/cs/jfiles/commands/class-use/Mv.html" target="_top">Frames</a></li> <li><a href="Mv.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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 edu.wright.cs.jfiles.commands.Mv" class="title">Uses of Class<br>edu.wright.cs.jfiles.commands.Mv</h2> </div> <div class="classUseContainer">No usage of edu.wright.cs.jfiles.commands.Mv</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="../../../../../../edu/wright/cs/jfiles/commands/Mv.html" title="class in edu.wright.cs.jfiles.commands">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?edu/wright/cs/jfiles/commands/class-use/Mv.html" target="_top">Frames</a></li> <li><a href="Mv.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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>
html/css/Lato.css
librenms/librenms-summit
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; src: local('Lato Regular'), local('Lato-Regular'), url(//fonts.gstatic.com/s/lato/v11/v0SdcGFAl2aezM9Vq_aFTQ.ttf) format('truetype'); } @font-face { font-family: 'Lato'; font-style: normal; font-weight: 700; src: local('Lato Bold'), local('Lato-Bold'), url(//fonts.gstatic.com/s/lato/v11/DvlFBScY1r-FMtZSYIYoYw.ttf) format('truetype'); } @font-face { font-family: 'Lato'; font-style: italic; font-weight: 400; src: local('Lato Italic'), local('Lato-Italic'), url(//fonts.gstatic.com/s/lato/v11/LqowQDslGv4DmUBAfWa2Vw.ttf) format('truetype'); } @font-face { font-family: 'Lato'; font-style: italic; font-weight: 700; src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(//fonts.gstatic.com/s/lato/v11/HkF_qI1x_noxlxhrhMQYEKCWcynf_cDxXwCLxiixG1c.ttf) format('truetype'); }
doc/javadoc/ensg/tsig/chimn/dao/package-frame.html
TSIG15/CHIMN
<!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_77) on Fri Apr 22 11:15:23 CEST 2016 --> <title>ensg.tsig.chimn.dao</title> <meta name="date" content="2016-04-22"> <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="../../../../ensg/tsig/chimn/dao/package-summary.html" target="classFrame">ensg.tsig.chimn.dao</a></h1> <div class="indexContainer"> <h2 title="Interfaces">Interfaces</h2> <ul title="Interfaces"> <li><a href="CommandeDao.html" title="interface in ensg.tsig.chimn.dao" target="classFrame"><span class="interfaceName">CommandeDao</span></a></li> <li><a href="CriteriaDao.html" title="interface in ensg.tsig.chimn.dao" target="classFrame"><span class="interfaceName">CriteriaDao</span></a></li> <li><a href="MetaDataDao.html" title="interface in ensg.tsig.chimn.dao" target="classFrame"><span class="interfaceName">MetaDataDao</span></a></li> <li><a href="ParametersDao.html" title="interface in ensg.tsig.chimn.dao" target="classFrame"><span class="interfaceName">ParametersDao</span></a></li> <li><a href="PreferenceFormatDao.html" title="interface in ensg.tsig.chimn.dao" target="classFrame"><span class="interfaceName">PreferenceFormatDao</span></a></li> <li><a href="PreferenceServiceDao.html" title="interface in ensg.tsig.chimn.dao" target="classFrame"><span class="interfaceName">PreferenceServiceDao</span></a></li> <li><a href="PreferenceSRSDao.html" title="interface in ensg.tsig.chimn.dao" target="classFrame"><span class="interfaceName">PreferenceSRSDao</span></a></li> </ul> </div> </body> </html>
_source/news/2016-06-15-udta.html
InstantKhabar/_source
--- title: "ऑनलाइन लीक हुई उड़ता पंजाब!" layout: item category: ["entertainment"] date: 2016-06-15T14:49:43.022Z image: 1466002183021udta.jpg --- <p>नई दिल्ली: बॉलीवुड फिल्म उड़ता पंजाब के ऑनलाइन लीक होने की बात कही जा रही है। बॉलीवुडलाइफ की रिपोर्ट के मुताबिक, पिछले कई दिनों से सेंसर बोर्ड से विवाद के चलते सुर्खियों में रहने वाली अभिषेक चौबे की फिल्म उड़ता पंजाब रिलीज से दो दिन पहले ही ऑनलाइन लीक हो गई है। गौरतलब है कि फिल्म को 17 जून को रिलीज होना है। इस फिल्म में शाहिद कपूर, आलिया भट्ट, करीना कपूर और दिलजीत दोसांझ मुख्य भूमिका में हैं। फिल्म को लेकर निर्माताओं का केंद्रीय फिल्म प्रमाणन बोर्ड (सीबीएफसी) के साथ विवाद चल रहा था। बॉम्हे हाई कोर्ट ने ने फिल्म में पेशाब करने के एक दृश्य हटाने और संशोधित घोषणा दिखाने का आदेश के साथ रिलीज करने का आदेश दिया था। सीबीएफसी की समीक्षा समिति के छह जून के आदेश को खारिज और दरकिनार किया जाता है जिसमें फिल्म में कुल 13 बदलाव करने के निर्देश दिए गए थे।’ </p>
templates/guest_role.html
rubonfest/rubonfest
{% extends 'base.html' %} {% block content %} {% for guest in this.children.all() %} <p>{{ guest.name }}</p> {% endfor %} {% endblock content %}
qa-theme/Donut-theme/css/font-awesome.css
compassion-technologies/Probs.info
/*! * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot?v=4.2.0'); src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* makes the font 33% larger relative to the icon container */ .fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-fw { width: 1.28571429em; text-align: center; } .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .fa-ul > li { position: relative; } .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } .fa-li.fa-lg { left: -1.85714286em; } .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; } .pull-right { float: right; } .pull-left { float: left; } .fa.pull-left { margin-right: .3em; } .fa.pull-right { margin-left: .3em; } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .fa-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; } .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #ffffff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-glass:before { content: "\f000"; } .fa-music:before { content: "\f001"; } .fa-search:before { content: "\f002"; } .fa-envelope-o:before { content: "\f003"; } .fa-heart:before { content: "\f004"; } .fa-star:before { content: "\f005"; } .fa-star-o:before { content: "\f006"; } .fa-user:before { content: "\f007"; } .fa-film:before { content: "\f008"; } .fa-th-large:before { content: "\f009"; } .fa-th:before { content: "\f00a"; } .fa-th-list:before { content: "\f00b"; } .fa-check:before { content: "\f00c"; } .fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; } .fa-search-plus:before { content: "\f00e"; } .fa-search-minus:before { content: "\f010"; } .fa-power-off:before { content: "\f011"; } .fa-signal:before { content: "\f012"; } .fa-gear:before, .fa-cog:before { content: "\f013"; } .fa-trash-o:before { content: "\f014"; } .fa-home:before { content: "\f015"; } .fa-file-o:before { content: "\f016"; } .fa-clock-o:before { content: "\f017"; } .fa-road:before { content: "\f018"; } .fa-download:before { content: "\f019"; } .fa-arrow-circle-o-down:before { content: "\f01a"; } .fa-arrow-circle-o-up:before { content: "\f01b"; } .fa-inbox:before { content: "\f01c"; } .fa-play-circle-o:before { content: "\f01d"; } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; } .fa-refresh:before { content: "\f021"; } .fa-list-alt:before { content: "\f022"; } .fa-lock:before { content: "\f023"; } .fa-flag:before { content: "\f024"; } .fa-headphones:before { content: "\f025"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-up:before { content: "\f028"; } .fa-qrcode:before { content: "\f029"; } .fa-barcode:before { content: "\f02a"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-book:before { content: "\f02d"; } .fa-bookmark:before { content: "\f02e"; } .fa-print:before { content: "\f02f"; } .fa-camera:before { content: "\f030"; } .fa-font:before { content: "\f031"; } .fa-bold:before { content: "\f032"; } .fa-italic:before { content: "\f033"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-align-left:before { content: "\f036"; } .fa-align-center:before { content: "\f037"; } .fa-align-right:before { content: "\f038"; } .fa-align-justify:before { content: "\f039"; } .fa-list:before { content: "\f03a"; } .fa-dedent:before, .fa-outdent:before { content: "\f03b"; } .fa-indent:before { content: "\f03c"; } .fa-video-camera:before { content: "\f03d"; } .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; } .fa-pencil:before { content: "\f040"; } .fa-map-marker:before { content: "\f041"; } .fa-adjust:before { content: "\f042"; } .fa-tint:before { content: "\f043"; } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; } .fa-share-square-o:before { content: "\f045"; } .fa-check-square-o:before { content: "\f046"; } .fa-arrows:before { content: "\f047"; } .fa-step-backward:before { content: "\f048"; } .fa-fast-backward:before { content: "\f049"; } .fa-backward:before { content: "\f04a"; } .fa-play:before { content: "\f04b"; } .fa-pause:before { content: "\f04c"; } .fa-stop:before { content: "\f04d"; } .fa-forward:before { content: "\f04e"; } .fa-fast-forward:before { content: "\f050"; } .fa-step-forward:before { content: "\f051"; } .fa-eject:before { content: "\f052"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-plus-circle:before { content: "\f055"; } .fa-minus-circle:before { content: "\f056"; } .fa-times-circle:before { content: "\f057"; } .fa-check-circle:before { content: "\f058"; } .fa-problem-circle:before { content: "\f059"; } .fa-info-circle:before { content: "\f05a"; } .fa-crosshairs:before { content: "\f05b"; } .fa-times-circle-o:before { content: "\f05c"; } .fa-check-circle-o:before { content: "\f05d"; } .fa-ban:before { content: "\f05e"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrow-down:before { content: "\f063"; } .fa-mail-forward:before, .fa-share:before { content: "\f064"; } .fa-expand:before { content: "\f065"; } .fa-compress:before { content: "\f066"; } .fa-plus:before { content: "\f067"; } .fa-minus:before { content: "\f068"; } .fa-asterisk:before { content: "\f069"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-gift:before { content: "\f06b"; } .fa-leaf:before { content: "\f06c"; } .fa-fire:before { content: "\f06d"; } .fa-eye:before { content: "\f06e"; } .fa-eye-slash:before { content: "\f070"; } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; } .fa-plane:before { content: "\f072"; } .fa-calendar:before { content: "\f073"; } .fa-random:before { content: "\f074"; } .fa-comment:before { content: "\f075"; } .fa-magnet:before { content: "\f076"; } .fa-chevron-up:before { content: "\f077"; } .fa-chevron-down:before { content: "\f078"; } .fa-retweet:before { content: "\f079"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-folder:before { content: "\f07b"; } .fa-folder-open:before { content: "\f07c"; } .fa-arrows-v:before { content: "\f07d"; } .fa-arrows-h:before { content: "\f07e"; } .fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; } .fa-twitter-square:before { content: "\f081"; } .fa-facebook-square:before { content: "\f082"; } .fa-camera-retro:before { content: "\f083"; } .fa-key:before { content: "\f084"; } .fa-gears:before, .fa-cogs:before { content: "\f085"; } .fa-comments:before { content: "\f086"; } .fa-thumbs-o-up:before { content: "\f087"; } .fa-thumbs-o-down:before { content: "\f088"; } .fa-star-half:before { content: "\f089"; } .fa-heart-o:before { content: "\f08a"; } .fa-sign-out:before { content: "\f08b"; } .fa-linkedin-square:before { content: "\f08c"; } .fa-thumb-tack:before { content: "\f08d"; } .fa-external-link:before { content: "\f08e"; } .fa-sign-in:before { content: "\f090"; } .fa-trophy:before { content: "\f091"; } .fa-github-square:before { content: "\f092"; } .fa-upload:before { content: "\f093"; } .fa-lemon-o:before { content: "\f094"; } .fa-phone:before { content: "\f095"; } .fa-square-o:before { content: "\f096"; } .fa-bookmark-o:before { content: "\f097"; } .fa-phone-square:before { content: "\f098"; } .fa-twitter:before { content: "\f099"; } .fa-facebook:before { content: "\f09a"; } .fa-github:before { content: "\f09b"; } .fa-unlock:before { content: "\f09c"; } .fa-credit-card:before { content: "\f09d"; } .fa-rss:before { content: "\f09e"; } .fa-hdd-o:before { content: "\f0a0"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bell:before { content: "\f0f3"; } .fa-certificate:before { content: "\f0a3"; } .fa-hand-o-right:before { content: "\f0a4"; } .fa-hand-o-left:before { content: "\f0a5"; } .fa-hand-o-up:before { content: "\f0a6"; } .fa-hand-o-down:before { content: "\f0a7"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-globe:before { content: "\f0ac"; } .fa-wrench:before { content: "\f0ad"; } .fa-tasks:before { content: "\f0ae"; } .fa-filter:before { content: "\f0b0"; } .fa-briefcase:before { content: "\f0b1"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-group:before, .fa-users:before { content: "\f0c0"; } .fa-chain:before, .fa-link:before { content: "\f0c1"; } .fa-cloud:before { content: "\f0c2"; } .fa-flask:before { content: "\f0c3"; } .fa-cut:before, .fa-scissors:before { content: "\f0c4"; } .fa-copy:before, .fa-files-o:before { content: "\f0c5"; } .fa-paperclip:before { content: "\f0c6"; } .fa-save:before, .fa-floppy-o:before { content: "\f0c7"; } .fa-square:before { content: "\f0c8"; } .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; } .fa-list-ul:before { content: "\f0ca"; } .fa-list-ol:before { content: "\f0cb"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-underline:before { content: "\f0cd"; } .fa-table:before { content: "\f0ce"; } .fa-magic:before { content: "\f0d0"; } .fa-truck:before { content: "\f0d1"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-plus:before { content: "\f0d5"; } .fa-money:before { content: "\f0d6"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-up:before { content: "\f0d8"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-columns:before { content: "\f0db"; } .fa-unsorted:before, .fa-sort:before { content: "\f0dc"; } .fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; } .fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; } .fa-envelope:before { content: "\f0e0"; } .fa-linkedin:before { content: "\f0e1"; } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; } .fa-legal:before, .fa-gavel:before { content: "\f0e3"; } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; } .fa-comment-o:before { content: "\f0e5"; } .fa-comments-o:before { content: "\f0e6"; } .fa-flash:before, .fa-bolt:before { content: "\f0e7"; } .fa-sitemap:before { content: "\f0e8"; } .fa-umbrella:before { content: "\f0e9"; } .fa-paste:before, .fa-clipboard:before { content: "\f0ea"; } .fa-lightbulb-o:before { content: "\f0eb"; } .fa-exchange:before { content: "\f0ec"; } .fa-cloud-download:before { content: "\f0ed"; } .fa-cloud-upload:before { content: "\f0ee"; } .fa-user-md:before { content: "\f0f0"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-suitcase:before { content: "\f0f2"; } .fa-bell-o:before { content: "\f0a2"; } .fa-coffee:before { content: "\f0f4"; } .fa-cutlery:before { content: "\f0f5"; } .fa-file-text-o:before { content: "\f0f6"; } .fa-building-o:before { content: "\f0f7"; } .fa-hospital-o:before { content: "\f0f8"; } .fa-ambulance:before { content: "\f0f9"; } .fa-medkit:before { content: "\f0fa"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-beer:before { content: "\f0fc"; } .fa-h-square:before { content: "\f0fd"; } .fa-plus-square:before { content: "\f0fe"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angle-down:before { content: "\f107"; } .fa-desktop:before { content: "\f108"; } .fa-laptop:before { content: "\f109"; } .fa-tablet:before { content: "\f10a"; } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; } .fa-circle-o:before { content: "\f10c"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-spinner:before { content: "\f110"; } .fa-circle:before { content: "\f111"; } .fa-mail-reply:before, .fa-reply:before { content: "\f112"; } .fa-github-alt:before { content: "\f113"; } .fa-folder-o:before { content: "\f114"; } .fa-folder-open-o:before { content: "\f115"; } .fa-smile-o:before { content: "\f118"; } .fa-frown-o:before { content: "\f119"; } .fa-meh-o:before { content: "\f11a"; } .fa-gamepad:before { content: "\f11b"; } .fa-keyboard-o:before { content: "\f11c"; } .fa-flag-o:before { content: "\f11d"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-terminal:before { content: "\f120"; } .fa-code:before { content: "\f121"; } .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; } .fa-location-arrow:before { content: "\f124"; } .fa-crop:before { content: "\f125"; } .fa-code-fork:before { content: "\f126"; } .fa-unlink:before, .fa-chain-broken:before { content: "\f127"; } .fa-problem:before { content: "\f128"; } .fa-info:before { content: "\f129"; } .fa-exclamation:before { content: "\f12a"; } .fa-superscript:before { content: "\f12b"; } .fa-subscript:before { content: "\f12c"; } .fa-eraser:before { content: "\f12d"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-slash:before { content: "\f131"; } .fa-shield:before { content: "\f132"; } .fa-calendar-o:before { content: "\f133"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-rocket:before { content: "\f135"; } .fa-maxcdn:before { content: "\f136"; } .fa-chevron-circle-left:before { content: "\f137"; } .fa-chevron-circle-right:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-html5:before { content: "\f13b"; } .fa-css3:before { content: "\f13c"; } .fa-anchor:before { content: "\f13d"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-bullseye:before { content: "\f140"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-rss-square:before { content: "\f143"; } .fa-play-circle:before { content: "\f144"; } .fa-ticket:before { content: "\f145"; } .fa-minus-square:before { content: "\f146"; } .fa-minus-square-o:before { content: "\f147"; } .fa-level-up:before { content: "\f148"; } .fa-level-down:before { content: "\f149"; } .fa-check-square:before { content: "\f14a"; } .fa-pencil-square:before { content: "\f14b"; } .fa-external-link-square:before { content: "\f14c"; } .fa-share-square:before { content: "\f14d"; } .fa-compass:before { content: "\f14e"; } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; } .fa-euro:before, .fa-eur:before { content: "\f153"; } .fa-gbp:before { content: "\f154"; } .fa-dollar:before, .fa-usd:before { content: "\f155"; } .fa-rupee:before, .fa-inr:before { content: "\f156"; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; } .fa-won:before, .fa-krw:before { content: "\f159"; } .fa-bitcoin:before, .fa-btc:before { content: "\f15a"; } .fa-file:before { content: "\f15b"; } .fa-file-text:before { content: "\f15c"; } .fa-sort-alpha-asc:before { content: "\f15d"; } .fa-sort-alpha-desc:before { content: "\f15e"; } .fa-sort-amount-asc:before { content: "\f160"; } .fa-sort-amount-desc:before { content: "\f161"; } .fa-sort-numeric-asc:before { content: "\f162"; } .fa-sort-numeric-desc:before { content: "\f163"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbs-down:before { content: "\f165"; } .fa-youtube-square:before { content: "\f166"; } .fa-youtube:before { content: "\f167"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-youtube-play:before { content: "\f16a"; } .fa-dropbox:before { content: "\f16b"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-instagram:before { content: "\f16d"; } .fa-flickr:before { content: "\f16e"; } .fa-adn:before { content: "\f170"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitbucket-square:before { content: "\f172"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-long-arrow-down:before { content: "\f175"; } .fa-long-arrow-up:before { content: "\f176"; } .fa-long-arrow-left:before { content: "\f177"; } .fa-long-arrow-right:before { content: "\f178"; } .fa-apple:before { content: "\f179"; } .fa-windows:before { content: "\f17a"; } .fa-android:before { content: "\f17b"; } .fa-linux:before { content: "\f17c"; } .fa-dribbble:before { content: "\f17d"; } .fa-skype:before { content: "\f17e"; } .fa-foursquare:before { content: "\f180"; } .fa-trello:before { content: "\f181"; } .fa-female:before { content: "\f182"; } .fa-male:before { content: "\f183"; } .fa-gittip:before { content: "\f184"; } .fa-sun-o:before { content: "\f185"; } .fa-moon-o:before { content: "\f186"; } .fa-archive:before { content: "\f187"; } .fa-bug:before { content: "\f188"; } .fa-vk:before { content: "\f189"; } .fa-weibo:before { content: "\f18a"; } .fa-renren:before { content: "\f18b"; } .fa-pagelines:before { content: "\f18c"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-arrow-circle-o-right:before { content: "\f18e"; } .fa-arrow-circle-o-left:before { content: "\f190"; } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; } .fa-dot-circle-o:before { content: "\f192"; } .fa-wheelchair:before { content: "\f193"; } .fa-vimeo-square:before { content: "\f194"; } .fa-turkish-lira:before, .fa-try:before { content: "\f195"; } .fa-plus-square-o:before { content: "\f196"; } .fa-space-shuttle:before { content: "\f197"; } .fa-slack:before { content: "\f198"; } .fa-envelope-square:before { content: "\f199"; } .fa-wordpress:before { content: "\f19a"; } .fa-openid:before { content: "\f19b"; } .fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; } .fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; } .fa-yahoo:before { content: "\f19e"; } .fa-google:before { content: "\f1a0"; } .fa-reddit:before { content: "\f1a1"; } .fa-reddit-square:before { content: "\f1a2"; } .fa-stumbleupon-circle:before { content: "\f1a3"; } .fa-stumbleupon:before { content: "\f1a4"; } .fa-delicious:before { content: "\f1a5"; } .fa-digg:before { content: "\f1a6"; } .fa-pied-piper:before { content: "\f1a7"; } .fa-pied-piper-alt:before { content: "\f1a8"; } .fa-drupal:before { content: "\f1a9"; } .fa-joomla:before { content: "\f1aa"; } .fa-language:before { content: "\f1ab"; } .fa-fax:before { content: "\f1ac"; } .fa-building:before { content: "\f1ad"; } .fa-child:before { content: "\f1ae"; } .fa-paw:before { content: "\f1b0"; } .fa-spoon:before { content: "\f1b1"; } .fa-cube:before { content: "\f1b2"; } .fa-cubes:before { content: "\f1b3"; } .fa-behance:before { content: "\f1b4"; } .fa-behance-square:before { content: "\f1b5"; } .fa-steam:before { content: "\f1b6"; } .fa-steam-square:before { content: "\f1b7"; } .fa-recycle:before { content: "\f1b8"; } .fa-automobile:before, .fa-car:before { content: "\f1b9"; } .fa-cab:before, .fa-taxi:before { content: "\f1ba"; } .fa-tree:before { content: "\f1bb"; } .fa-spotify:before { content: "\f1bc"; } .fa-deviantart:before { content: "\f1bd"; } .fa-soundcloud:before { content: "\f1be"; } .fa-database:before { content: "\f1c0"; } .fa-file-pdf-o:before { content: "\f1c1"; } .fa-file-word-o:before { content: "\f1c2"; } .fa-file-excel-o:before { content: "\f1c3"; } .fa-file-powerpoint-o:before { content: "\f1c4"; } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; } .fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; } .fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; } .fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; } .fa-file-code-o:before { content: "\f1c9"; } .fa-vine:before { content: "\f1ca"; } .fa-codepen:before { content: "\f1cb"; } .fa-jsfiddle:before { content: "\f1cc"; } .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; } .fa-circle-o-notch:before { content: "\f1ce"; } .fa-ra:before, .fa-rebel:before { content: "\f1d0"; } .fa-ge:before, .fa-empire:before { content: "\f1d1"; } .fa-git-square:before { content: "\f1d2"; } .fa-git:before { content: "\f1d3"; } .fa-hacker-news:before { content: "\f1d4"; } .fa-tencent-weibo:before { content: "\f1d5"; } .fa-qq:before { content: "\f1d6"; } .fa-wechat:before, .fa-weixin:before { content: "\f1d7"; } .fa-send:before, .fa-paper-plane:before { content: "\f1d8"; } .fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; } .fa-history:before { content: "\f1da"; } .fa-circle-thin:before { content: "\f1db"; } .fa-header:before { content: "\f1dc"; } .fa-paragraph:before { content: "\f1dd"; } .fa-sliders:before { content: "\f1de"; } .fa-share-alt:before { content: "\f1e0"; } .fa-share-alt-square:before { content: "\f1e1"; } .fa-bomb:before { content: "\f1e2"; } .fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; } .fa-tty:before { content: "\f1e4"; } .fa-binoculars:before { content: "\f1e5"; } .fa-plug:before { content: "\f1e6"; } .fa-slideshare:before { content: "\f1e7"; } .fa-twitch:before { content: "\f1e8"; } .fa-yelp:before { content: "\f1e9"; } .fa-newspaper-o:before { content: "\f1ea"; } .fa-wifi:before { content: "\f1eb"; } .fa-calculator:before { content: "\f1ec"; } .fa-paypal:before { content: "\f1ed"; } .fa-google-wallet:before { content: "\f1ee"; } .fa-cc-visa:before { content: "\f1f0"; } .fa-cc-mastercard:before { content: "\f1f1"; } .fa-cc-discover:before { content: "\f1f2"; } .fa-cc-amex:before { content: "\f1f3"; } .fa-cc-paypal:before { content: "\f1f4"; } .fa-cc-stripe:before { content: "\f1f5"; } .fa-bell-slash:before { content: "\f1f6"; } .fa-bell-slash-o:before { content: "\f1f7"; } .fa-trash:before { content: "\f1f8"; } .fa-copyright:before { content: "\f1f9"; } .fa-at:before { content: "\f1fa"; } .fa-eyedropper:before { content: "\f1fb"; } .fa-paint-brush:before { content: "\f1fc"; } .fa-birthday-cake:before { content: "\f1fd"; } .fa-area-chart:before { content: "\f1fe"; } .fa-pie-chart:before { content: "\f200"; } .fa-line-chart:before { content: "\f201"; } .fa-lastfm:before { content: "\f202"; } .fa-lastfm-square:before { content: "\f203"; } .fa-toggle-off:before { content: "\f204"; } .fa-toggle-on:before { content: "\f205"; } .fa-bicycle:before { content: "\f206"; } .fa-bus:before { content: "\f207"; } .fa-ioxhost:before { content: "\f208"; } .fa-angellist:before { content: "\f209"; } .fa-cc:before { content: "\f20a"; } .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; } .fa-meanpath:before { content: "\f20c"; }
ATIPI-Compresor/Doc/classstd_1_1_coder-members.html
jgodoy2017/D3D
<!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.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>CodificadorPGM: Lista de los miembros</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="logo.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">CodificadorPGM &#160;<span id="projectnumber">1.0</span> </div> <div id="projectbrief">Compresor/Descompresor PGM</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generado por Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Buscar'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Buscar'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></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('classstd_1_1_coder.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">std::Coder Lista de los miembros</div> </div> </div><!--header--> <div class="contents"> <p>Lista completa de los miembros de <a class="el" href="classstd_1_1_coder.html">std::Coder</a>, incluyendo todos los heredados:</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="classstd_1_1_coder.html#a2686cb0f42f355d220a8632d95f884e6">bitsToFile</a></td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classstd_1_1_coder.html#a1bbffb80e6d8e6f2e2fc8d5511a09d52">bitsToFilePointer</a></td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classstd_1_1_coder.html#aba2c54209bae8d6f4023f62e1ae335d7">CANTIDAD_MAXIMA_CONTEXTOS</a></td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classstd_1_1_coder.html#ac0d71e9576336444560c0e474695611f">code</a>()</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classstd_1_1_coder.html#a8f95d1ed2ad57cf54c0cdb6f63a09d53">Coder</a>()</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classstd_1_1_coder.html#a7203afc83267c19539d72c1cedaf3449">Coder</a>(Image, int)</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classstd_1_1_coder.html#a3d41eb22190e746640052a9a2c4f06bf">contexts</a></td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classstd_1_1_coder.html#adb993b519f176fd4f87f6cb4dbef3834">encode</a>(int, int, ofstream &amp;)</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classstd_1_1_coder.html#a022f6050f66ed5c61d1c9d94bc08586c">flushEncoder</a>(ofstream &amp;)</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classstd_1_1_coder.html#ab710ab1e130a68426feea870810e7521">getContext</a>(grad)</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classstd_1_1_coder.html#a055b2b7ec5ee402b353de62b4da5b2e1">getK</a>(int)</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classstd_1_1_coder.html#a26127e694bf8dda57fbaf5801ee965a2">getP</a>(pixels)</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classstd_1_1_coder.html#a7ee4258150a5f4583d523a2c87cfff5e">getPixels</a>(int)</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classstd_1_1_coder.html#ad10d5031e77a3079cabb341d34f69ff9">getPredictedValue</a>(pixels)</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classstd_1_1_coder.html#ade17378a5e6e2c937158f78b3342f55f">grad</a> typedef</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classstd_1_1_coder.html#a9ac9c27a189c2502db8c1c8c4356324f">i</a></td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classstd_1_1_coder.html#a99377d6562470191371ac6ba404389fc">image</a></td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classstd_1_1_coder.html#a1eaaa2375684f2b6327c0e7b8f8eacd6">Nmax</a></td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classstd_1_1_coder.html#ac66d0b828a13888c76af0fe138294d11">pixels</a> typedef</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classstd_1_1_coder.html#aecbca77e8f30241eb1177ede6b3cf29e">rice</a>(int)</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classstd_1_1_coder.html#a4ea722ccb7278acdf05d7049bc7f4333">setContextsArray</a>()</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classstd_1_1_coder.html#aca63bc47ba1ac36420470ee37575cbd8">setGradients</a>(int, pixels)</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classstd_1_1_coder.html#a0e928dc13f85c6bd043962f39ff7113c">updateContexto</a>(int, int)</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classstd_1_1_coder.html#a45b9e77fee73324ebf536e1d95c90835">writeCode</a>(ofstream &amp;)</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classstd_1_1_coder.html#aa76a059965a3e4022903c5199000c666">writeHeader</a>(ofstream &amp;)</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classstd_1_1_coder.html#a51275dd005b42c85b99c963855ee09cf">writeHeigth</a>(ofstream &amp;)</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classstd_1_1_coder.html#a704de53ea77bf302fd2b5121b8df4055">writeMagic</a>(ofstream &amp;)</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classstd_1_1_coder.html#a4083a1d2a3dc489713c06fe175440e02">writeNmax</a>(ofstream &amp;)</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classstd_1_1_coder.html#a00b236779e69be74fa622716c4ec2d9b">writeWhite</a>(ofstream &amp;)</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classstd_1_1_coder.html#a0ca08f621580470cfba6659917f66f30">writeWidth</a>(ofstream &amp;)</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classstd_1_1_coder.html#a724e460d0f12fcede374f3335a8d148c">~Coder</a>()</td><td class="entry"><a class="el" href="classstd_1_1_coder.html">std::Coder</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> </table></div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generado por <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li> </ul> </div> </body> </html>
post/faq-why-don't-I-have-a-private-key-for-my-exchange-wallet/index.html
MasterX1582/MasterX1582.github.io
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <meta charset="utf-8"> <title>BlinkDemo - Open Source Bitcoin Exchange demo website</title> <!-- Meta --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content="BlinkTrade"> <meta name="description" content="Open Source Bitcoin Exchange demo website"> <meta name="keywords" content="bitcoin, bitcoin exchange, open source bitcoin exchange, bitcoin trading plataform, open source bitcoin trading plataform"> <meta property="og:title" content="BlinkDemo - Open Source Bitcoin Exchange demo website"> <meta property="og:description" content="Open Source Bitcoin Exchange demo website"> <meta property="og:type" content="website"> <meta property="og:url" content="https://masterx1582.github.io//post/faq-why-don't-I-have-a-private-key-for-my-exchange-wallet/"> <meta property="og:image" content="https://masterx1582.github.io//assets/exchange_logos/demo_social_network_share.png"> <!-- Favicon --> <link rel="shortcut icon" href="https://masterx1582.github.io//assets/exchange_logos/demo_favicon.ico"> <link rel="icon" href="https://masterx1582.github.io//assets/exchange_logos/demo_favicon.ico" type="image/x-icon"> <!-- Feed --> <link rel="alternate" type="application/rss+xml" href="https://masterx1582.github.io//feed.xml"> <meta charset="utf-8"> <link rel="canonical" href="https://masterx1582.github.io//post/faq-why-don't-I-have-a-private-key-for-my-exchange-wallet/"/> <script type="text/javascript" src="//apis.google.com/js/plusone.js"></script> <!--Bootstrap--> <link href="https://masterx1582.github.io//assets/themes/default/css/bootstrap-combined.min.css" rel="stylesheet"> <link href="https://masterx1582.github.io//assets/themes/default/css/font-awesome.min.css" rel="stylesheet"> </head> <body class=""> <div id="id_toolbar" class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="brand" href="https://masterx1582.github.io//"> <img src="https://masterx1582.github.io//assets/exchange_logos/demo_toolbar_logo.png" style=" height: 30px; margin-top: -10px; margin-bottom: -10px; "> </a> <ul class="nav navbar-nav pull-right"> <li class="dropdown"> <a id="drop1" href="#" role="button" class="dropdown-toggle" data-toggle="dropdown">EN_US <b class="caret"></b></a> <ul class="dropdown-menu" role="menu" aria-labelledby="drop1"> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://masterx1582.github.io//es">ES</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://masterx1582.github.io//pt_BR">PT_BR</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://masterx1582.github.io//ro">RO</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="https://masterx1582.github.io//zn_CN">ZN_CN</a></li> </ul> </li> </ul> </div> </div> </div> <div class="clearfix" style="padding: 30px;"></div> <div id="id_notifications" class="notifications top-right" style="z-index: 9000;"></div> <div class="post"> <header class="post-header"> <h1>why don't I have a private key for my exchange wallet?</h1> <p class="meta">Nov 7, 2014</p> </header> <article class="post-content"> <p>Our principle is that the bitcoins deposited in the exchange are there to be exchanged for your local currency. In consequence, to guarantee safety and speed in the trade, the exchange operator keeps possession of deposits either in FIAT and in BTC.</p> </article> </div> <footer class="footer"> <div class="container"> <p> <a href="http://blinktrade.com/" target="_blank">© 2014 BlinkTrade Inc</a> | <a href="#themes">Themes</a> | <a href="https://github.com/blinktrade/" target="_blank">Proudly 100% open source <span class="bitex-model" data-model-key="JSVersion"></span></a> | <a href="http://nytm.org/made-in-nyc/" target="_blank">Made with <span style="color: #d11f0d;font-size: 19px;">♥</span> in NYC</a> </p> </div> </footer> <script data-cfasync="false" type="text/javascript"> (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', '//www.google-analytics.com/analytics.js', '_gat'); _gat('create', 'UA-53856711-1', 'auto'); _gat('send', 'pageview'); </script> <!--Start of Zopim Live Chat Script--> <script data-cfasync="false" type="text/javascript"> window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s= d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set. _.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8'); $.src='https://v2.zopim.com/?2SSNIzvxy8fBypKoZJ0pI43tUoNCv8os';z.t=+new Date;$. type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script'); </script> <!--End of Zopim Live Chat Script--> <script type='text/javascript'> (function() { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//d3a5udlxrolr3e.cloudfront.net/resource/chat.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })(); window.embeddedChatAsyncInit = function() { embeddedChat.init("4296"); } </script> </body> </html>
wp-content/plugins/slide-anything/css/tinymce_style.css
rUmbelino/lemuel
/* ################################################################ ### SLIDE ANYTHING PLUGIN - STYLE FOR TINYMCE EDITOR BUTTOND ### ################################################################ */ i.mce-i-icon { font:400 20px/1 dashicons; padding:0px; vertical-align:top; speak:none; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; margin-left:-2px; padding-right:2px }
RossFamilyTree/fam/e/6/d15f5fdb68f6429d090f547256e.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 BOWDEN, William and CUTCLIFFE, Grace</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 BOWDEN, William and CUTCLIFFE, Grace<sup><small></small></sup></h2> <div class="subsection" id="families"> <h4>Families</h4> <table class="infolist"> <tr class="BeginFamily"> <td class="ColumnType">Married</td> <td class="ColumnAttribute">Husband</td> <td class="ColumnValue"> <a href="../../../ppl/d/c/d15f5fdb679753775eef1a71bcd.html">BOWDEN, William<span class="grampsid"> [I2663]</span></a> </td> </tr> <tr class="BeginFamily"> <td class="ColumnType">Married</td> <td class="ColumnAttribute">Wife</td> <td class="ColumnValue"> <a href="../../../ppl/0/7/d15f5fdb69777c6c8312db17c70.html">CUTCLIFFE, Grace<span class="grampsid"> [I2664]</span></a> </td> </tr> <tr> <td class="ColumnType">&nbsp;</td> <td class="ColumnAttribute">&nbsp;</td> <td class="ColumnValue"> <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/5/b/d15f60c0a11193a7e5bc1dbdb5.html" title="Marriage"> Marriage <span class="grampsid"> [E21462]</span> </a> </td> <td class="ColumnDate">1776-02-20</td> <td class="ColumnPlace"> <a href="../../../plc/d/e/d15f60b8246534c278a2d02d2ed.html" title=""> </a> </td> <td class="ColumnDescription">&nbsp;</td> <td class="ColumnNotes"> <div> </div> </td> <td class="ColumnSources"> &nbsp; </td> </tr> <tr> <td class="ColumnEvent"> <a href="../../../evt/6/c/d15f60c0a2668bec5cae02706c6.html" title="Family (Primary)"> Family (Primary) <span class="grampsid"> [E21463]</span> </a> </td> <td class="ColumnDate">&nbsp;</td> <td class="ColumnPlace">&nbsp;</td> <td class="ColumnDescription">&nbsp;</td> <td class="ColumnNotes"> <div> </div> </td> <td class="ColumnSources"> <a href="#sref1a">1a</a> </td> </tr> </tbody> </table> </td> <tr> <td class="ColumnType">&nbsp;</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">A812CE1D8E80B64E97A83182E38B85E27E66</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</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">A812CE1D8E80B64E97A83182E38B85E27E66</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </div> <div class="subsection" id="sourcerefs"> <h4>Source References</h4> <ol> <li> <a href="../../../src/5/0/d15f5fb6d26ad69bdfd4fe2605.html" title="Cutcliffe-Willis marriage, 4 Nov 1811, Combe Martin, Devon , England" name ="sref1"> Cutcliffe-Willis marriage, 4 Nov 1811, Combe Martin, Devon , England <span class="grampsid"> [S0202]</span> </a> <ol> <li id="sref1a"> <ul> <li> Page: No. 284 </li> <li> Confidence: Very High </li> <li> Source text: <div class="grampsstylednote"><p>&nbsp;</p><p>[Entry Recording Date : 4 NOV 1811]</p></div> </li> <li> General: <p></p> </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:55:45<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>
doc/overview-frame.html
Edroxis/DI3_Projet4_Pointeuse
<!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.7.0_40) on Mon Jun 06 23:43:38 CEST 2016 --> <title>Overview List</title> <meta name="date" content="2016-06-06"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> <div class="indexHeader"><a href="allclasses-frame.html" target="packageFrame">All Classes</a></div> <div class="indexContainer"> <h2 title="Packages">Packages</h2> <ul title="Packages"> <li><a href="centralapp/controlers/package-frame.html" target="packageFrame">centralapp.controlers</a></li> <li><a href="centralapp/model/package-frame.html" target="packageFrame">centralapp.model</a></li> <li><a href="centralapp/views/package-frame.html" target="packageFrame">centralapp.views</a></li> <li><a href="slaves/package-frame.html" target="packageFrame">slaves</a></li> </ul> </div> <p>&nbsp;</p> </body> </html>
thirdparties/rvctools/robot/info/html/angvec2tr.html
m-morelli/softgrasp
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="http://www.petercorke.com/RVC/common/toolboxhelp.css"> <title>M-File Help: angvec2tr</title> </head> <body> <table border="0" cellspacing="0" width="100%"> <tr class="subheader"> <td class="headertitle">M-File Help: angvec2tr</td> <td class="subheader-left"><a href="matlab:open angvec2tr">View code for angvec2tr</a></td> </tr> </table> <h1>angvec2tr</h1><p><span class="helptopic">Convert angle and vector orientation to a homogeneous transform</span></p><strong>T</strong> = <span style="color:red>angvec2tr</span>(<strong>theta</strong>, <strong>v</strong>) is a homogeneous transform matrix equivalent to a rotation of <strong>theta</strong> about the vector <strong>v</strong>. <h2>Note</h2> <ul> <li>the translational part is zero.</li> </ul> <h2>See also</h2> <p> <a href="matlab:doc eul2tr">eul2tr</a>, <a href="matlab:doc rpy2tr">rpy2tr</a>, <a href="matlab:doc angvec2r">angvec2r</a></p> <hr> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr class="subheader" valign="top"><td>&nbsp;</td></tr></table> <p class="copy">&copy; 1990-2011 Peter Corke.</p> </body></html>
dependencies/boost-1.46.0/doc/html/lambda/s03.html
gorkinovich/DefendersOfMankind
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Introduction</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="../lambda.html" title="Chapter&#160;11.&#160;Boost.Lambda"> <link rel="prev" href="getting_started.html" title="Getting Started"> <link rel="next" href="using_library.html" title="Using the library"> </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="getting_started.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../lambda.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="using_library.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h2 class="title" style="clear: both"> <a name="id2137131"></a>Introduction</h2></div></div></div> <div class="toc"><dl> <dt><span class="section"><a href="s03.html#id2137137">Motivation</a></span></dt> <dt><span class="section"><a href="s03.html#id2137398">Introduction to lambda expressions</a></span></dt> </dl></div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="id2137137"></a>Motivation</h3></div></div></div> <p>The Standard Template Library (STL) <a class="xref" href="../lambda.html#cit:stepanov:94" title="The Standard Template Library">[<abbr class="abbrev">STL94</abbr>]</a>, now part of the C++ Standard Library <a class="xref" href="../lambda.html#cit:c++:98" title="International Standard, Programming Languages &#8211; C++">[<abbr class="abbrev">C++98</abbr>]</a>, is a generic container and algorithm library. Typically STL algorithms operate on container elements via <span class="emphasis"><em>function objects</em></span>. These function objects are passed as arguments to the algorithms. </p> <p> Any C++ construct that can be called with the function call syntax is a function object. The STL contains predefined function objects for some common cases (such as <code class="literal">plus</code>, <code class="literal">less</code> and <code class="literal">not1</code>). As an example, one possible implementation for the standard <code class="literal">plus</code> template is: </p> <pre class="programlisting"> template &lt;class T&gt; struct plus : public binary_function&lt;T, T, T&gt; { T operator()(const T&amp; i, const T&amp; j) const { return i + j; } }; </pre> <p> The base class <code class="literal">binary_function&lt;T, T, T&gt;</code> contains typedefs for the argument and return types of the function object, which are needed to make the function object <span class="emphasis"><em>adaptable</em></span>. </p> <p> In addition to the basic function object classes, such as the one above, the STL contains <span class="emphasis"><em>binder</em></span> templates for creating a unary function object from an adaptable binary function object by fixing one of the arguments to a constant value. For example, instead of having to explicitly write a function object class like: </p> <pre class="programlisting"> class plus_1 { int _i; public: plus_1(const int&amp; i) : _i(i) {} int operator()(const int&amp; j) { return _i + j; } }; </pre> <p> the equivalent functionality can be achieved with the <code class="literal">plus</code> template and one of the binder templates (<code class="literal">bind1st</code>). E.g., the following two expressions create function objects with identical functionalities; when invoked, both return the result of adding <code class="literal">1</code> to the argument of the function object: </p> <pre class="programlisting"> plus_1(1) bind1st(plus&lt;int&gt;(), 1) </pre> <p> The subexpression <code class="literal">plus&lt;int&gt;()</code> in the latter line is a binary function object which computes the sum of two integers, and <code class="literal">bind1st</code> invokes this function object partially binding the first argument to <code class="literal">1</code>. As an example of using the above function object, the following code adds <code class="literal">1</code> to each element of some container <code class="literal">a</code> and outputs the results into the standard output stream <code class="literal">cout</code>. </p> <pre class="programlisting"> transform(a.begin(), a.end(), ostream_iterator&lt;int&gt;(cout), bind1st(plus&lt;int&gt;(), 1)); </pre> <p> </p> <p> To make the binder templates more generally applicable, the STL contains <span class="emphasis"><em>adaptors</em></span> for making pointers or references to functions, and pointers to member functions, adaptable. Finally, some STL implementations contain function composition operations as extensions to the standard <a class="xref" href="../lambda.html#cit:sgi:02" title="The SGI Standard Template Library">[<abbr class="abbrev">SGI02</abbr>]</a>. </p> <p> All these tools aim at one goal: to make it possible to specify <span class="emphasis"><em>unnamed functions</em></span> in a call of an STL algorithm, in other words, to pass code fragments as an argument to a function. However, this goal is attained only partially. The simple example above shows that the definition of unnamed functions with the standard tools is cumbersome. Complex expressions involving functors, adaptors, binders and function composition operations tend to be difficult to comprehend. In addition to this, there are significant restrictions in applying the standard tools. E.g. the standard binders allow only one argument of a binary function to be bound; there are no binders for 3-ary, 4-ary etc. functions. </p> <p> The Boost Lambda Library provides solutions for the problems described above: </p> <div class="itemizedlist"><ul class="itemizedlist" type="disc"> <li class="listitem"> <p> Unnamed functions can be created easily with an intuitive syntax. The above example can be written as: </p> <pre class="programlisting"> transform(a.begin(), a.end(), ostream_iterator&lt;int&gt;(cout), 1 + _1); </pre> <p> or even more intuitively: </p> <pre class="programlisting"> for_each(a.begin(), a.end(), cout &lt;&lt; (1 + _1)); </pre> <p> </p> </li> <li class="listitem"><p> Most of the restrictions in argument binding are removed, arbitrary arguments of practically any C++ function can be bound. </p></li> <li class="listitem"><p> Separate function composition operations are not needed, as function composition is supported implicitly. </p></li> </ul></div> <p> </p> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="id2137398"></a>Introduction to lambda expressions</h3></div></div></div> <div class="toc"><dl> <dt><span class="section"><a href="s03.html#lambda.partial_function_application">Partial function application</a></span></dt> <dt><span class="section"><a href="s03.html#lambda.terminology">Terminology</a></span></dt> </dl></div> <p> Lambda expression are common in functional programming languages. Their syntax varies between languages (and between different forms of lambda calculus), but the basic form of a lambda expressions is: </p> <pre class="programlisting"> lambda x<sub>1</sub> ... x<sub>n</sub>.e </pre> <p> A lambda expression defines an unnamed function and consists of: </p> <div class="itemizedlist"><ul class="itemizedlist" type="disc"> <li class="listitem"><p> the parameters of this function: <code class="literal">x<sub>1</sub> ... x<sub>n</sub></code>. </p></li> <li class="listitem"><p>the expression e which computes the value of the function in terms of the parameters <code class="literal">x<sub>1</sub> ... x<sub>n</sub></code>. </p></li> </ul></div> <p> A simple example of a lambda expression is </p> <pre class="programlisting"> lambda x y.x+y </pre> <p> Applying the lambda function means substituting the formal parameters with the actual arguments: </p> <pre class="programlisting"> (lambda x y.x+y) 2 3 = 2 + 3 = 5 </pre> <p> </p> <p> In the C++ version of lambda expressions the <code class="literal">lambda x<sub>1</sub> ... x<sub>n</sub></code> part is missing and the formal parameters have predefined names. In the current version of the library, there are three such predefined formal parameters, called <span class="emphasis"><em>placeholders</em></span>: <code class="literal">_1</code>, <code class="literal">_2</code> and <code class="literal">_3</code>. They refer to the first, second and third argument of the function defined by the lambda expression. For example, the C++ version of the definition </p> <pre class="programlisting">lambda x y.x+y</pre> <p> is </p> <pre class="programlisting">_1 + _2</pre> <p> </p> <p> Hence, there is no syntactic keyword for C++ lambda expressions. The use of a placeholder as an operand implies that the operator invocation is a lambda expression. However, this is true only for operator invocations. Lambda expressions containing function calls, control structures, casts etc. require special syntactic constructs. Most importantly, function calls need to be wrapped inside a <code class="literal">bind</code> function. As an example, consider the lambda expression: </p> <pre class="programlisting">lambda x y.foo(x,y)</pre> <p> Rather than <code class="literal">foo(_1, _2)</code>, the C++ counterpart for this expression is: </p> <pre class="programlisting">bind(foo, _1, _2)</pre> <p> We refer to this type of C++ lambda expressions as <span class="emphasis"><em>bind expressions</em></span>. </p> <p>A lambda expression defines a C++ function object, hence function application syntax is like calling any other function object, for instance: <code class="literal">(_1 + _2)(i, j)</code>. </p> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="lambda.partial_function_application"></a>Partial function application</h4></div></div></div> <p> A bind expression is in effect a <span class="emphasis"><em>partial function application</em></span>. In partial function application, some of the arguments of a function are bound to fixed values. The result is another function, with possibly fewer arguments. When called with the unbound arguments, this new function invokes the original function with the merged argument list of bound and unbound arguments. </p> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="lambda.terminology"></a>Terminology</h4></div></div></div> <p> A lambda expression defines a function. A C++ lambda expression concretely constructs a function object, <span class="emphasis"><em>a functor</em></span>, when evaluated. We use the name <span class="emphasis"><em>lambda functor</em></span> to refer to such a function object. Hence, in the terminology adopted here, the result of evaluating a lambda expression is a lambda functor. </p> </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 &#169; 1999-2004 Jaakko J&#228;rvi, Gary Powell<p>Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file <code class="filename">LICENSE_1_0.txt</code> 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="getting_started.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../lambda.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="using_library.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
doc/api/classes/ActionView/Resolver.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</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 <span class="parent">&lt; <a href="../Object.html">Object</a> </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"> <div class="description"> <h1 id="class-ActionView::Resolver-label-Action+View+Resolver">Action View <a href="Resolver.html">Resolver</a></h1> </div> <!-- Namespace --> <div class="sectiontitle">Namespace</div> <ul> <li> <span class="type">CLASS</span> <a href="Resolver/Cache.html">ActionView::Resolver::Cache</a> </li> <li> <span class="type">CLASS</span> <a href="Resolver/Path.html">ActionView::Resolver::Path</a> </li> </ul> <!-- Method ref --> <div class="sectiontitle">Methods</div> <dl class="methods"> <dt>C</dt> <dd> <ul> <li> <a href="#method-i-clear_cache">clear_cache</a> </li> </ul> </dd> <dt>F</dt> <dd> <ul> <li> <a href="#method-i-find_all">find_all</a> </li> </ul> </dd> <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>() <a href="../../classes/ActionView/Resolver.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 105</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span> <span class="ruby-ivar">@cache</span> = <span class="ruby-constant">Cache</span>.<span class="ruby-identifier">new</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="sectiontitle">Instance Public methods</div> <div class="method"> <div class="title method-title" id="method-i-clear_cache"> <b>clear_cache</b>() <a href="../../classes/ActionView/Resolver.html#method-i-clear_cache" name="method-i-clear_cache" class="permalink">Link</a> </div> <div class="description"> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-clear_cache_source')" id="l_method-i-clear_cache_source">show</a> </p> <div id="method-i-clear_cache_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 109</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">clear_cache</span> <span class="ruby-ivar">@cache</span>.<span class="ruby-identifier">clear</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-i-find_all"> <b>find_all</b>(name, prefix=nil, partial=false, details={}, key=nil, locals=[]) <a href="../../classes/ActionView/Resolver.html#method-i-find_all" name="method-i-find_all" class="permalink">Link</a> </div> <div class="description"> <p>Normalizes the arguments and passes it on to find_templates.</p> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-find_all_source')" id="l_method-i-find_all_source">show</a> </p> <div id="method-i-find_all_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 114</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">find_all</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">prefix</span>=<span class="ruby-keyword">nil</span>, <span class="ruby-identifier">partial</span>=<span class="ruby-keyword">false</span>, <span class="ruby-identifier">details</span>={}, <span class="ruby-identifier">key</span>=<span class="ruby-keyword">nil</span>, <span class="ruby-identifier">locals</span>=[]) <span class="ruby-identifier">cached</span>(<span class="ruby-identifier">key</span>, [<span class="ruby-identifier">name</span>, <span class="ruby-identifier">prefix</span>, <span class="ruby-identifier">partial</span>], <span class="ruby-identifier">details</span>, <span class="ruby-identifier">locals</span>) <span class="ruby-keyword">do</span> <span class="ruby-identifier">find_templates</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">prefix</span>, <span class="ruby-identifier">partial</span>, <span class="ruby-identifier">details</span>) <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> </div> </div> </body> </html>
web/css/style.css
BSGOxford/BrowseVCF
/* when one clicks on the little 'trash can' fontawesome icon, it should act as though it's a link, and change the cursor to a hand */ .historycursor { cursor: pointer; } /* Override bootstrap primary colour to OXFORD BLUE */ .btn-primary { background-color: #002649; } .text-muted { color: #888; } /* Override jumbotron settings */ .jumbotron { min-height: 1px; padding-top: 10px !important; padding-bottom: 10px !important; padding-left: 10px !important; padding-right: 10px !important; } .jumbotron h1{ color: #fff; } .jumbotron p{ color: #bbb; } /* Override navbar size */ .navbar-nav > li > a, .navbar-brand { padding-top:5px !important; padding-bottom:0 !important; height: 30px; } /* Override hover colours, adapted from: http://stackoverflow.com/a/19203953 */ .navbar-nav > li > a:hover, .navbar-nav > li > a:focus { background-color: #93C54B; color: #002649; } .navbar {min-height:30px !important;} /* style.css */ /* BASIC STYLINGS ============================================================================= */ body { padding-top:20px; } /* form styling */ /* #content-container { background:#2f2f2f; margin-bottom:20px; border-radius:5px; } */ #content-container { margin-bottom:20px; border-radius:5px; } #content-container .page-header { background:#FFF; margin:0; padding:30px; border-top-left-radius:5px; border-top-right-radius:5px; } /* numbered buttons */ #status-buttons { } #status-buttons a { color:#002649; display:inline-block; font-size:12px; margin-right:10px; text-align:center; text-transform:uppercase; } #status-buttons a:hover { text-decoration:none; } /* we will style the span as the circled number */ /* #status-buttons span { background:#0a0a0a; display:block; height:50px; margin:0 auto 50px; padding-top:0px; width:50px; border-radius:50%; } */ /* active buttons turn light green-blue*/ #status-buttons a.active span { background:#93C54B; } /* style.css */ /* ANIMATION STYLINGS ============================================================================= */ #vcfform { position:relative; min-height:300px; overflow:hidden; padding:30px; } #content-views { width:auto; } /* basic styling for entering and leaving */ /* left and right added to ensure full width */ #content-views.ng-enter, #content-views.ng-leave { position:absolute; left:30px; right:30px; transition:0.5s all ease; -moz-transition:0.5s all ease; -webkit-transition:0.5s all ease; } /* enter animation */ #content-views.ng-enter { -webkit-animation:slideInRight 0.5s both ease; -moz-animation:slideInRight 0.5s both ease; animation:slideInRight 0.5s both ease; } /* leave animation */ #content-views.ng-leave { -webkit-animation:slideOutLeft 0.5s both ease; -moz-animation:slideOutLeft 0.5s both ease; animation:slideOutLeft 0.5s both ease; } /* ANIMATIONS ============================================================================= */ /* slide out to the left */ @keyframes slideOutLeft { to { transform: translateX(-200%); } } @-moz-keyframes slideOutLeft { to { -moz-transform: translateX(-200%); } } @-webkit-keyframes slideOutLeft { to { -webkit-transform: translateX(-200%); } } /* slide in from the right */ @keyframes slideInRight { from { transform:translateX(200%); } to { transform: translateX(0); } } @-moz-keyframes slideInRight { from { -moz-transform:translateX(200%); } to { -moz-transform: translateX(0); } } @-webkit-keyframes slideInRight { from { -webkit-transform:translateX(200%); } to { -webkit-transform: translateX(0); } }
workspace/Tema5_JS/Ejercicios2Tema5/ejer1.html
cancelajavi/2-DAW
<!-- * Autor = Javi Cancela * Fecha = 19 de nov. de 2015 * Licencia = gpl3.0 * Version = 1.0 * Descripcion = */ /* Copyright (C) 2015 Javier Cancela This program 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. This program 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 this program. If not, see <http://www.gnu.org/licenses/>. */ --> <html> <head> <title></title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <script type="text/javascript"> function validar(){ if (document.getElementById("alta").checked === false){ alert("se envia a baja"); document.getElementById("formulario").action = "http://www.baja.asp" } } </script> <form method="post" id="formulario" name="formulario" onsubmit="return validar()" action="http://www.alta.asp"> <input type="checkbox" id="alta" name="alta" value="Darse de alta" checked="checked">Butter <br> <input type="submit" value="Enviar datos" name="enviar"> </form> </body> </html>
dist/code-docs/modules/_asmail_resources_inbox_.html
3nsoft/3nweb-protocols
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>&quot;asmail/resources/inbox&quot; | 3NProtocols demo</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> <script src="../assets/js/modernizr.js"></script> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">3NProtocols demo</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Externals</label> <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../globals.html">Globals</a> </li> <li> <a href="_asmail_resources_inbox_.html">&quot;asmail/resources/inbox&quot;</a> </li> </ul> <h1>External module &quot;asmail/resources/inbox&quot;</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section "> <h3>Classes</h3> <ul class="tsd-index-list"> <li class="tsd-kind-class tsd-parent-kind-external-module"><a href="../classes/_asmail_resources_inbox_.inbox.html" class="tsd-kind-icon">Inbox</a></li> </ul> </section> <section class="tsd-index-section "> <h3>Interfaces</h3> <ul class="tsd-index-list"> <li class="tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"><a href="../interfaces/_asmail_resources_inbox_.anonsenderinvites.html" class="tsd-kind-icon">Anon<wbr>Sender<wbr>Invites</a></li> <li class="tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"><a href="../interfaces/_asmail_resources_inbox_.anonsenderpolicy.html" class="tsd-kind-icon">Anon<wbr>Sender<wbr>Policy</a></li> <li class="tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"><a href="../interfaces/_asmail_resources_inbox_.authsenderinvites.html" class="tsd-kind-icon">Auth<wbr>Sender<wbr>Invites</a></li> <li class="tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"><a href="../interfaces/_asmail_resources_inbox_.authsenderpolicy.html" class="tsd-kind-icon">Auth<wbr>Sender<wbr>Policy</a></li> <li class="tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"><a href="../interfaces/_asmail_resources_inbox_.blacklist.html" class="tsd-kind-icon">Blacklist</a></li> <li class="tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"><a href="../interfaces/_asmail_resources_inbox_.msgobjsizes.html" class="tsd-kind-icon">Msg<wbr>Obj<wbr>Sizes</a></li> <li class="tsd-kind-interface tsd-parent-kind-external-module"><a href="../interfaces/_asmail_resources_inbox_.objreader.html" class="tsd-kind-icon">Obj<wbr>Reader</a></li> <li class="tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"><a href="../interfaces/_asmail_resources_inbox_.whitelist.html" class="tsd-kind-icon">Whitelist</a></li> </ul> </section> <section class="tsd-index-section tsd-is-not-exported"> <h3>Variables</h3> <ul class="tsd-index-list"> <li class="tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"><a href="_asmail_resources_inbox_.html#default_file_read_buffer_size" class="tsd-kind-icon">DEFAULT_<wbr>FILE_<wbr>READ_<wbr>BUFFER_<wbr>SIZE</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"><a href="_asmail_resources_inbox_.html#default_file_write_buffer_size" class="tsd-kind-icon">DEFAULT_<wbr>FILE_<wbr>WRITE_<wbr>BUFFER_<wbr>SIZE</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"><a href="_asmail_resources_inbox_.html#xsp_header_file_name_end" class="tsd-kind-icon">XSP_<wbr>HEADER_<wbr>FILE_<wbr>NAME_<wbr>END</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"><a href="_asmail_resources_inbox_.html#xsp_segs_file_name_end" class="tsd-kind-icon">XSP_<wbr>SEGS_<wbr>FILE_<wbr>NAME_<wbr>END</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"><a href="_asmail_resources_inbox_.html#exec" class="tsd-kind-icon">exec</a></li> </ul> </section> <section class="tsd-index-section tsd-is-not-exported"> <h3>Functions</h3> <ul class="tsd-index-list"> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="_asmail_resources_inbox_.html#genmsgidandmakefolder" class="tsd-kind-icon">gen<wbr>Msg<wbr>IdAnd<wbr>Make<wbr>Folder</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="_asmail_resources_inbox_.html#readjsonfile" class="tsd-kind-icon">readJSONFile</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="_asmail_resources_inbox_.html#setdefaultparameters" class="tsd-kind-icon">set<wbr>Default<wbr>Parameters</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"><a href="_asmail_resources_inbox_.html#writejsonfile" class="tsd-kind-icon">writeJSONFile</a></li> </ul> </section> <section class="tsd-index-section "> <h3>Object literals</h3> <ul class="tsd-index-list"> <li class="tsd-kind-object-literal tsd-parent-kind-external-module"><a href="_asmail_resources_inbox_.html#sc" class="tsd-kind-icon">SC</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-not-exported"> <h2>Variables</h2> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a name="default_file_read_buffer_size" class="tsd-anchor"></a> <h3>DEFAULT_<wbr>FILE_<wbr>READ_<wbr>BUFFER_<wbr>SIZE</h3> <div class="tsd-signature tsd-kind-icon">DEFAULT_<wbr>FILE_<wbr>READ_<wbr>BUFFER_<wbr>SIZE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div> <aside class="tsd-sources"> <ul> <li>Defined in asmail/resources/inbox.ts:49</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a name="default_file_write_buffer_size" class="tsd-anchor"></a> <h3>DEFAULT_<wbr>FILE_<wbr>WRITE_<wbr>BUFFER_<wbr>SIZE</h3> <div class="tsd-signature tsd-kind-icon">DEFAULT_<wbr>FILE_<wbr>WRITE_<wbr>BUFFER_<wbr>SIZE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div> <aside class="tsd-sources"> <ul> <li>Defined in asmail/resources/inbox.ts:48</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a name="xsp_header_file_name_end" class="tsd-anchor"></a> <h3>XSP_<wbr>HEADER_<wbr>FILE_<wbr>NAME_<wbr>END</h3> <div class="tsd-signature tsd-kind-icon">XSP_<wbr>HEADER_<wbr>FILE_<wbr>NAME_<wbr>END<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> <li>Defined in asmail/resources/inbox.ts:51</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a name="xsp_segs_file_name_end" class="tsd-anchor"></a> <h3>XSP_<wbr>SEGS_<wbr>FILE_<wbr>NAME_<wbr>END</h3> <div class="tsd-signature tsd-kind-icon">XSP_<wbr>SEGS_<wbr>FILE_<wbr>NAME_<wbr>END<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> <li>Defined in asmail/resources/inbox.ts:52</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a name="exec" class="tsd-anchor"></a> <h3>exec</h3> <div class="tsd-signature tsd-kind-icon">exec<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">exec</span></div> <aside class="tsd-sources"> <ul> <li>Defined in asmail/resources/inbox.ts:21</li> </ul> </aside> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-not-exported"> <h2>Functions</h2> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a name="genmsgidandmakefolder" class="tsd-anchor"></a> <h3>gen<wbr>Msg<wbr>IdAnd<wbr>Make<wbr>Folder</h3> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">gen<wbr>Msg<wbr>IdAnd<wbr>Make<wbr>Folder<span class="tsd-signature-symbol">(</span>delivPath<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in asmail/resources/inbox.ts:697</li> </ul> </aside> <div class="tsd-comment tsd-typography"> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>delivPath: <span class="tsd-signature-type">string</span></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4> <p>a promise, resolvable to generated msg id, when folder for a message is created in the delivery folder.</p> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a name="readjsonfile" class="tsd-anchor"></a> <h3>readJSONFile</h3> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">readJSONFile<span class="tsd-signature-symbol">(</span>path<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in asmail/resources/inbox.ts:656</li> </ul> </aside> <div class="tsd-comment tsd-typography"> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>path: <span class="tsd-signature-type">string</span></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4> <p>a promise, resolvable to json object, read from the named file.</p> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a name="setdefaultparameters" class="tsd-anchor"></a> <h3>set<wbr>Default<wbr>Parameters</h3> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">set<wbr>Default<wbr>Parameters<span class="tsd-signature-symbol">(</span>inbox<span class="tsd-signature-symbol">: </span><a href="../classes/_asmail_resources_inbox_.inbox.html" class="tsd-signature-type">Inbox</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in asmail/resources/inbox.ts:664</li> </ul> </aside> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>inbox: <a href="../classes/_asmail_resources_inbox_.inbox.html" class="tsd-signature-type">Inbox</a></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a name="writejsonfile" class="tsd-anchor"></a> <h3>writeJSONFile</h3> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">writeJSONFile<span class="tsd-signature-symbol">(</span>json<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, path<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in asmail/resources/inbox.ts:643</li> </ul> </aside> <div class="tsd-comment tsd-typography"> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>json: <span class="tsd-signature-type">any</span></h5> </li> <li> <h5>path: <span class="tsd-signature-type">string</span></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">&gt;</span></h4> <p>a promise, resolvable, when given json object has been written to named file.</p> </li> </ul> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Object literals</h2> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-external-module"> <a name="sc" class="tsd-anchor"></a> <h3>SC</h3> <div class="tsd-signature tsd-kind-icon">SC<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in asmail/resources/inbox.ts:39</li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="sc.msg_unknown" class="tsd-anchor"></a> <h3>MSG_<wbr>UNKNOWN</h3> <div class="tsd-signature tsd-kind-icon">MSG_<wbr>UNKNOWN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> <li>Defined in asmail/resources/inbox.ts:42</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="sc.obj_exist" class="tsd-anchor"></a> <h3>OBJ_<wbr>EXIST</h3> <div class="tsd-signature tsd-kind-icon">OBJ_<wbr>EXIST<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> <li>Defined in asmail/resources/inbox.ts:40</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="sc.obj_unknown" class="tsd-anchor"></a> <h3>OBJ_<wbr>UNKNOWN</h3> <div class="tsd-signature tsd-kind-icon">OBJ_<wbr>UNKNOWN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> <li>Defined in asmail/resources/inbox.ts:43</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="sc.user_unknown" class="tsd-anchor"></a> <h3>USER_<wbr>UNKNOWN</h3> <div class="tsd-signature tsd-kind-icon">USER_<wbr>UNKNOWN<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> <li>Defined in asmail/resources/inbox.ts:41</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="sc.write_overflow" class="tsd-anchor"></a> <h3>WRITE_<wbr>OVERFLOW</h3> <div class="tsd-signature tsd-kind-icon">WRITE_<wbr>OVERFLOW<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div> <aside class="tsd-sources"> <ul> <li>Defined in asmail/resources/inbox.ts:44</li> </ul> </aside> </section> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../globals.html"><em>Globals</em></a> </li> <li class="current tsd-kind-external-module"> <a href="_asmail_resources_inbox_.html">"asmail/resources/inbox"</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-class tsd-parent-kind-external-module"> <a href="../classes/_asmail_resources_inbox_.inbox.html" class="tsd-kind-icon">Inbox</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../interfaces/_asmail_resources_inbox_.anonsenderinvites.html" class="tsd-kind-icon">Anon<wbr>Sender<wbr>Invites</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../interfaces/_asmail_resources_inbox_.anonsenderpolicy.html" class="tsd-kind-icon">Anon<wbr>Sender<wbr>Policy</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../interfaces/_asmail_resources_inbox_.authsenderinvites.html" class="tsd-kind-icon">Auth<wbr>Sender<wbr>Invites</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../interfaces/_asmail_resources_inbox_.authsenderpolicy.html" class="tsd-kind-icon">Auth<wbr>Sender<wbr>Policy</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../interfaces/_asmail_resources_inbox_.blacklist.html" class="tsd-kind-icon">Blacklist</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../interfaces/_asmail_resources_inbox_.msgobjsizes.html" class="tsd-kind-icon">Msg<wbr>Obj<wbr>Sizes</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="../interfaces/_asmail_resources_inbox_.objreader.html" class="tsd-kind-icon">Obj<wbr>Reader</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported"> <a href="../interfaces/_asmail_resources_inbox_.whitelist.html" class="tsd-kind-icon">Whitelist</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a href="_asmail_resources_inbox_.html#default_file_read_buffer_size" class="tsd-kind-icon">DEFAULT_<wbr>FILE_<wbr>READ_<wbr>BUFFER_<wbr>SIZE</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a href="_asmail_resources_inbox_.html#default_file_write_buffer_size" class="tsd-kind-icon">DEFAULT_<wbr>FILE_<wbr>WRITE_<wbr>BUFFER_<wbr>SIZE</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a href="_asmail_resources_inbox_.html#xsp_header_file_name_end" class="tsd-kind-icon">XSP_<wbr>HEADER_<wbr>FILE_<wbr>NAME_<wbr>END</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a href="_asmail_resources_inbox_.html#xsp_segs_file_name_end" class="tsd-kind-icon">XSP_<wbr>SEGS_<wbr>FILE_<wbr>NAME_<wbr>END</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a href="_asmail_resources_inbox_.html#exec" class="tsd-kind-icon">exec</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a href="_asmail_resources_inbox_.html#genmsgidandmakefolder" class="tsd-kind-icon">gen<wbr>Msg<wbr>IdAnd<wbr>Make<wbr>Folder</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a href="_asmail_resources_inbox_.html#readjsonfile" class="tsd-kind-icon">readJSONFile</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a href="_asmail_resources_inbox_.html#setdefaultparameters" class="tsd-kind-icon">set<wbr>Default<wbr>Parameters</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported"> <a href="_asmail_resources_inbox_.html#writejsonfile" class="tsd-kind-icon">writeJSONFile</a> </li> <li class=" tsd-kind-object-literal tsd-parent-kind-external-module"> <a href="_asmail_resources_inbox_.html#sc" class="tsd-kind-icon">SC</a> </li> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="http://typedoc.io" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>
ss_form.html
annalito/MaRIONet
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>MaRIONet : Register for Manycore Summer School</title> <link rel="stylesheet" href="https://unpkg.com/purecss@0.6.1/build/pure-min.css"> <!--[if lte IE 8]> <link rel="stylesheet" href="https://purecss.io/combo/1.18.13?/css/layouts/side-menu-old-ie.css"> <![endif]--> <!--[if gt IE 8]><!--> <link rel="stylesheet" href="https://purecss.io/combo/1.18.13?/css/layouts/side-menu.css"> <!--<![endif]--> <!--[if lt IE 9]> <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.js"></script> <![endif]--> </head> <body> <div id="layout"> <!-- Menu toggle --> <a href="#menu" id="menuLink" class="menu-link"> <!-- random icon --> <span></span> </a> <div id="menu"> <div class="pure-menu"> <a class="pure-menu-heading" href="#">Menu</a> <ul class="pure-menu-list"> <li class="pure-menu-item"> <a href="index.html" class="pure-menu-link">Home</a> </li> <li class="pure-menu-item"> <a href="http://gow.epsrc.ac.uk/NGBOViewGrant.aspx?GrantRef=EP/P006434/1" class="pure-menu-link">About</a> </li> <li class="pure-menu-item" class="menu-item-divided pure-menu-selected"> <a href="form.html" class="pure-menu-link">Register</a> </li> <li class="pure-menu-item" class="menu-item-divided pure-menu-selected"> <a href="members.html" class="pure-menu-link">Members</a> </li> <li class="pure-menu-item" class="menu-item-divided pure-menu-selected"> <a href="events.html" class="pure-menu-link">Events</a> </li> <li class="pure-menu-item" class="menu-item-divided pure-menu-selected"> <a href="joining.html" class="pure-menu-link">Joining</a> </li> <li class="pure-menu-item"> <a href="contact.html" class="pure-menu-link">Contact</a> </li> </ul> </div> </div> <div id="main"> <div class="header"> <img class="pure-img" src="marionet_logo.png" alt="marionet logo"> </div> <div class="content"> <form class="pure-form pure-form-aligned" action="register.php" method="post"> <legend> <a href="summerschool.html">Manycore Summer School 2018</a> Application Form </legend> <fieldset> <div class="pure-control-group"> <label for="name">My name</label> <input id="name" type="text" name="name" placeholder="My name is ..." required> </div> <div class="pure-control-group"> <label for="affiliation">My affiliation</label> <input id="affiliation" type="text" name="affiliation" placeholder="University of ..." required> </div> <div class="pure-control-group"> <label for="email">My email address</label> <input id="email" type="email" name="email" placeholder="foo@somewhere.ac.uk" required> </div> <div class="pure-control-group"> <label for="reqs">Special requirements, e.g. diet, accessibility</label> <input id="reqs" name="reqs" type="text" placeholder="Anything we should know?"> </div> <hr/> <label for="accommodation">Will I need accommodation in Glasgow?</label> <div id="accommodation"> <label for="choice1" class="pure-radio"> <input type="radio" id="choice1" name="accomm" value="none"> Not needed</label> <label for="choice2" class="pure-radio"> <input type="radio" id="choice2" name="accomm" value="sun2fri" checked> 5 nights from Sun 15 to Fri 20 July</label> <label for="choice3" class="pure-radio"> <input type="radio" id="choice3" name="accomm" value="mon2fri"> 4 nights from Mon 16 to Fri 20 July</label> </div> <hr/> <div class="pure-control-group"> <label for="motivation">Why do I want to attend the manycore summer school? (&lt;= 50 words)</label> <textarea id="motivation" name="motivation" placeholder="I want to attend because ..." rows="6"></textarea> </div> <hr/> <div class="pure-control-group"> <label for="supername">My supervisor's name</label> <input id="supername" type="text" name="supername" placeholder="Prof Su Pervisor" required> </div> <i>Note we require a personal reference from your supervisor, to be emailed to <a href="mailto:n.harth.1@research.gla.ac.uk">n.harth.1@research.gla.ac.uk</a></i> <hr/> <button type="submit" class="pure-button pure-button-primary">Submit</button> </fieldset> </form> </div> </div> <!-- main --> </div> <script src="https://purecss.io/combo/1.18.13?/js/ui.js"></script> </body> </html>
recruitment/templates/interview_table.html
gdebure/cream
{% include "fa-decoration.html" with title=title|default:"Interviews list" icon=icon|default:"fa-calendar" %} {% if interviews_list %} <table class="table table-condensed table-bordered table-hover {{ datatable_style |default:"dataTable" }}"> <thead> <tr> <th>applicant</th> <th>type</th> <th>date</th> <th>interviewer</th> <th>status</th> </tr> </thead> <tbody> {% for interview in interviews_list %} <tr> <td><a href="{% url "applicant_detail" interview.applicant.id %}">{{ interview.applicant }}</a></td> <td><a href="{% url "interview_detail" interview.id %}">{{interview.type}}</a></td> <td>{{ interview.date }}</td> <td><a href="{% url "employee" interview.interviewer.id %}">{{ interview.interviewer }}</a></td> <td><div class="{{ interview.status.css_class }}">{{ interview.status }}</div></td> </tr> {% endfor %} </tbody> </table> {% else %} <p>No interview found.</p> {% endif %}
RossFamilyTree/evt/6/1/d15f6098f1e6ea18d5c0406d216.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">E18567</td> </tr> <tr> <td class="ColumnAttribute">Date</td> <td class="ColumnColumnDate"> 1845 </td> </tr> </tbody> </table> <div class="subsection" id="sourcerefs"> <h4>Source References</h4> <ol> <li> <a href="../../../src/7/b/d15f60787994aaacae323820cb7.html" title="Letter from Mary Avery 15/06/07" name ="sref1"> Letter from Mary Avery 15/06/07 <span class="grampsid"> [S0385]</span> </a> <ol> <li id="sref1a"> <ul> <li> Confidence: Low </li> </ul> </li> </ol> </li> </ol> </div> <div class="subsection" id="references"> <h4>References</h4> <ol class="Col1" role="Volume-n-Page"type = 1> <li> <a href="../../../ppl/2/0/d15f6098f1a8a8f4665f0c7202.html"> REED, Samuel <span class="grampsid"> [I18265]</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:29<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>
20036_医疗器械/style/biodiscover-IE940.css
flowstone/HTML-Templates
@CHARSET "UTF-8"; /************940px宽**************/ .container, .row { width: 940px; margin: 0 auto; } .navbar-fixed-top .container {width: 940px;} .row > [class *="span"]:first-child {margin-left: 0;} .row > .module-list-div [class *="span"]:first-child {margin-left: 0;} .row {margin-left: 0;} .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12, .span13, .span14, .span15, .span16 { float: left; margin-left: 20px; } .span16 {width: 940px;} .span15 {width: 880px;} .span14 {width: 820px;} .span13 {width: 760px;} .span12 {width: 700px;} .span11 {width: 640px;} .span10 {width: 580px;} .span9 {width: 520px;} .span8 {width: 460px;} .span7 {width: 400px;} .span6 {width: 340px;} .span5 {width: 280px;} .span4 {width: 220px;} .span3 {width: 160px;} .span2 {width: 100px;} .span1 {width: 40px;} .offset16 {margin-left: 980px;} .offset15 {margin-left: 920px;} .offset14 {margin-left: 860px;} .offset13 {margin-left: 800px;} .offset12 {margin-left: 740px;} .offset11 {margin-left: 680px;} .offset10 {margin-left: 620px;} .offset9 {margin-left: 560px;} .offset8 {margin-left: 500px;} .offset7 {margin-left: 440px;} .offset6 {margin-left: 380px;} .offset5 {margin-left: 320px;} .offset4 {margin-left: 260px;} .offset3 {margin-left: 200px;} .offset2 {margin-left: 140px;} .offset1 {margin-left: 80px;} .span13>[class *="span"]:first-child {margin-left: 0;} .span13>.span8 {margin-left: 0;} .span13>.span13 {margin-left: 0;} input.span16, textarea.span16, .uneditable-input.span16 {width: 926px;} input.span15, textarea.span15, .uneditable-input.span15 {width: 866px;} input.span14, textarea.span14, .uneditable-input.span14 {width: 806px;} input.span13, textarea.span13, .uneditable-input.span13 {width: 746px;} input.span12, textarea.span12, .uneditable-input.span12 {width: 686px;} input.span11, textarea.span11, .uneditable-input.span11 {width: 626px;} input.span10, textarea.span10, .uneditable-input.span10 {width: 566px;} input.span9, textarea.span9, .uneditable-input.span9 {width: 506px;} input.span8, textarea.span8, .uneditable-input.span8 {width: 446px;} input.span7, textarea.span7, .uneditable-input.span7 {width: 386px;} input.span6, textarea.span6, .uneditable-input.span6 {width: 326px;} input.span5, textarea.span5, .uneditable-input.span5 {width: 266px;} input.span4, textarea.span4, .uneditable-input.span4 {width: 206px;} input.span3, textarea.span3, .uneditable-input.span3 {width: 146px;} input.span2, textarea.span2, .uneditable-input.span2 {width: 86px;} input.span1, textarea.span1, .uneditable-input.span1 {width: 26px;} .logo-div .logo-img { width: auto; max-width: 193px; display: block; margin: 0 auto; } .label-div .news-list h1 { max-width: 490px; } .label-div .label-title span a { padding-right: 2px; } .label-div .label-main ul.event-list h1 { font-size: 16px; font-weight: normal; *font-weight: bold; height: 22px; width: 300px; overflow: hidden; } .label-div .news-view h1 { width: 520px; } .clearfix.t-15.pl-25 div.pull-left { width: 480px; } .topic-title h1 { width: 450px; } .clearfix.t-15 div.pull-left { width: 500px; } .topic-catalog .span6 { padding-right: 0; } .topic-catalog .span6 ul.clearfix.pull-left.pl-40 { padding-left: 10px; } .topic-catalog .OF-label { margin-left: 15px; padding-left: 12px; padding-right: 11px; } .fun_list .span1.border-r { padding-right: 15px; } .label-div-none .label-main .people-list ul li { padding-right: 13px; padding-left: 4px; } .related-div .video-list .span2 { padding-right: 10px; } .classifyDIV { width: 480px; } /**************IE6兼容***************/ .navbar-inner { _width: 940px; _height: 40px; _overflow: hidden; } .navbar ul.nav li { _float: left; } .navbar ul.nav li a { _color: #FFF; _float: left; _padding: 10px 20px; _margin: 0; } .navbar ul.nav li a:hover{ _background-color: #2885C8; } .navbar ul.nav.login-none li.dropdown a b.caret { _display: none; } .navbar ul.nav.library-fun li a { _padding: 5px 8px 2px; _background: #2E2E2E; } .navbar ul.nav.library-fun li.active a, .navbar ul.nav.library-fun li a:hover { _background: #666; } .navbar ul.nav li.dropdown.active a { _background-color: #2885C8; _color: #FFF; } .row.home-index .span13 { _width: 760px; } .row.home-index .span13, .row.home-index .span13 .span8 { _margin-left: 0px; } .row.home-index .span13 .span8 .label-div { _width: 443px; _overflow: hidden; } .row.home-index .span13 .span5 .label-div { _width: 263px; _overflow: hidden; } .row.home-index .span13 .span5 .label-div .label-title span { _width: 170px; } .row.home-index .span3 { _width: 160px; _overflow: hidden; } .row.home-index .span3 img { _width: 160px; _display: block; _overflow: hidden; } .row.home-index .span3 .label-div img { _width: 128px; _display: block; _overflow: hidden; } .news-slides { _width: 428px; _height: 372px; _overflow: hidden; } .news-slides .slides-list .slides-css { _width: 428px; _height: 260px; _overflow: hidden; position: relative; } .news-slides .slides-list .slides-css img { _width: 428px; _height: 260px; _overflow: hidden; } .label-div .label-main .news-slides .intro h1 {_height: 32px;_overflow: hidden;} .news-slides .slides-list .slides-icon { position: absolute; _right: 5px; _bottom: 10px; _height: 12px; } .label-div .label-main .news-list .span3 { width: 160px; overflow: hidden; _margin-left: 10px; } .label-div .label-main .news-list .span3 img { width: 160px; height: 135px; overflow: hidden; display: block; } .news-slides .slides-list .slides-icon { position: absolute; _top: 240px; } .label-div .label-main .topic-list .span1, .label-div .label-main .group-list .span1 { width: 40px; overflow: hidden; _margin-left: 10px; } .label-div .label-main .topic-list .span1 img, .label-div .label-main .group-list .span1 img { width: 40px; height: 40px; overflow: hidden; display: block; } .label-main .video-list { _padding-bottom: 30px; } .label-main .video-list .video-img img { _width: 166px; _height: 100px; _overflow: hidden; _display: block; } .event-slides { _width: 428px; _height: 215px; _overflow: hidden; } .event-slides .slides-list-event .slides-css-event { _width: 428px; _height: 80px; _overflow: hidden; position: relative; } .event-slides .slides-list-event .slides-icon-event { position: absolute; _top: 60px; } .classifySearch {position: relative;} .classifySearch .search-input {_width: 200px;_position: absolute;_right: 0px;} .label-div .label-main .event-div { _width: 445px; _overflow: hidden; } .label-div .label-main .event-index a img { _width: 430px; _height: 80px; _overflow: hidden; } .label-div-none .group-list .span1 { _width: 40px; _overflow: hidden; _margin-left: 10px; } .label-div-none .group-list .span1 img { _width: 40px; _height: 40px; _overflow: hidden; } .label-div-none .label-main .people-list ul li, .label-div .label-main .people-list ul li img { _width: 50px; _height: 50px; _overflow: hidden; } .group-view .span2 { _width: 100px; _overflow: hidden; _margin-left: 10px; } .group-view .offset2.intro { _padding-left: 20px; } .group-view .span2 img { _width: 100px; _height: 100px; _overflow: hidden; } .related-div .topic-list .span1 { _width: 40px; _overflow: hidden; _margin-left: 10px; } .related-div .topic-list .span1 img { _width: 40px; _height: 40px; _overflow: hidden; } .fun_list .span1.border-r { _margin-left: 10px; } .row .span12 { _margin-left: 0; _width: 700px; } .row .span12 .label-div.topic-hot .view-main .view-content .span3 { _width: 160px; } .row .span12 .label-div.topic-hot .view-main .view-content .span3 img { _width: 160px; _overflow: hidden; } .row .span12 .label-div.topic-hot .view-main .view-content .span4 { _width: 220px; } .row .span12 .label-div.topic-hot .view-main .view-content .span4 img { _width: 220px; _overflow: hidden; } .row .span12 .label-div.topic-hot .view-main .view-content .span5 { _width: 280px; } .row .span12 .label-div.topic-hot .view-main .view-content .span5 img { _width: 280px; _overflow: hidden; } .row .span12 .label-div.topic-hot .view-main .view-content .span6 { _width: 340px; } .row .span12 .label-div.topic-hot .view-main .view-content .span6 img { _width: 340px; _overflow: hidden; } .row .span12 .label-div.topic-hot .view-main .view-content .span7 { _width: 400px; _overflow:hidden; } .row .span12 .label-div.topic-hot .view-main .view-content .span8 { _width: 460px; } .row .span4 {_width: 220px;float: left;} .row .span4 img {_width: 195px;_overflow: hidden; } .index-list .docu-top-right {width: 592px;} .index-list-1 .docu-top-right {width: 268px;} .index-list-1 .docu-top-right-1 {width: 260px;} .docu-list, .images-list { width: 658px; } .docu-list .list-li { margin-right: 11px; } .docu-list .list-li:nth-child(5) { margin-right: 0; } .docu-list .list-li .title { _height: 40px; _line-height: 20px; } .name-css {max-width: 100px;_width: 100px;} .index-top .span6 {_width: 340px;} .index-top .span3 {_width: 160px;} .pic-1 a img {height: 198px;_width: 330px;} .pic-2 a img, .pic-3 a img {height: 94px;} .pic-2 a img {_width: 160x;} .pic-3 a img {_width: 75x;} .video-divList .video-img img {width: 160px;} .docu-div .docu-img.span2 {_margin-left: 10px;} .collections-div .docu-img.span2, .collections-video-div .docu-img.span2, .video-divList.span3, .video-div .span2, .image-div .span2 {_margin-left: 10px;} .collections-video-div .docu-img.span2 img, .video-div .span2 .video-img img, .image-div .span2 .docu-img img {_width: 100px; } /******图片预览*******/ .image-view .view_middle .pic_main {width: 520px;} .image-view .view_middle .pic_main .pic_main_div { width: 520px; } .image-view .view_middle .pic_main .pic_img{width: 520px;} .image-view .view_middle .pic_main .pic_img img{max-width: 520px;max-height: 450px;_width: 520px;_height: 450px;} .image-view .view_middle .pic_main .pic_intro{width: 520px;padding-top: 40px;} .mark_left, .mark_right {height: 380px;width: 260px;} .mark_right {left: 260px;} .image-view .view_middle .pic_thum{margin-right: 0px;} .image-view .view_top .top_page{margin-left:160px;_margin-left:140px;} .input-lib {_width: 350px;} .images-list {height: 168px;_height: 166px;} .videos-list {height: 160px;_height: 160px;} .images-list .list-li, .videos-list .list-li {margin-right: 14px;} .logo-lib {padding-left: 1em;} .footer-info {display: none;} .home-other a img {_width: 26px;_height: 26px;} .home-other a {margin-right: 3px;_margin-right: 2px;} .none-960 {display: none;} .input-lib input.span7 {_width: 336px;}
ffmpeg/doc/ffplay.html
C5E3B7BD/-R-Frozen-Image-Grabber
<!DOCTYPE html> <html> <!-- Created on March 31, 2014 by texi2html 1.82 --> <!-- texi2html was written by: Lionel Cons <Lionel.Cons@cern.ch> (original author) Karl Berry <karl@freefriends.org> Olaf Bachmann <obachman@mathematik.uni-kl.de> and many others. Maintained by: Many creative people. Send bugs and suggestions to <texi2html-bug@nongnu.org> --> <head> <title>FFmpeg documentation : ffplay </title> <meta name="description" content="ffplay Documentation: "> <meta name="keywords" content="FFmpeg documentation : ffplay "> <meta name="Generator" content="texi2html 1.82"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="default.css" /> <link rel="icon" href="favicon.png" type="image/png" /> </head> <body> <div id="container"> <div id="body"> <a name="SEC_Top"></a> <h1 class="settitle">ffplay Documentation</h1> <a name="SEC_Contents"></a> <h1>Table of Contents</h1> <div class="contents"> <ul class="toc"> <li><a name="toc-Synopsis" href="#Synopsis">1. Synopsis</a></li> <li><a name="toc-Description" href="#Description">2. Description</a></li> <li><a name="toc-Options" href="#Options">3. Options</a> <ul class="toc"> <li><a name="toc-Stream-specifiers-1" href="#Stream-specifiers-1">3.1 Stream specifiers</a></li> <li><a name="toc-Generic-options" href="#Generic-options">3.2 Generic options</a></li> <li><a name="toc-AVOptions" href="#AVOptions">3.3 AVOptions</a></li> <li><a name="toc-Main-options" href="#Main-options">3.4 Main options</a></li> <li><a name="toc-Advanced-options" href="#Advanced-options">3.5 Advanced options</a></li> <li><a name="toc-While-playing" href="#While-playing">3.6 While playing</a></li> </ul></li> <li><a name="toc-See-Also" href="#See-Also">4. See Also</a></li> <li><a name="toc-Authors" href="#Authors">5. Authors</a></li> </ul> </div> <a name="Synopsis"></a> <h1 class="chapter"><a href="ffplay.html#toc-Synopsis">1. Synopsis</a></h1> <p>ffplay [<var>options</var>] [&lsquo;<tt>input_file</tt>&rsquo;] </p> <a name="Description"></a> <h1 class="chapter"><a href="ffplay.html#toc-Description">2. Description</a></h1> <p>FFplay is a very simple and portable media player using the FFmpeg libraries and the SDL library. It is mostly used as a testbed for the various FFmpeg APIs. </p> <a name="Options"></a> <h1 class="chapter"><a href="ffplay.html#toc-Options">3. Options</a></h1> <p>All the numerical options, if not specified otherwise, accept a string representing a number as input, which may be followed by one of the SI unit prefixes, for example: &rsquo;K&rsquo;, &rsquo;M&rsquo;, or &rsquo;G&rsquo;. </p> <p>If &rsquo;i&rsquo; is appended to the SI unit prefix, the complete prefix will be interpreted as a unit prefix for binary multiplies, which are based on powers of 1024 instead of powers of 1000. Appending &rsquo;B&rsquo; to the SI unit prefix multiplies the value by 8. This allows using, for example: &rsquo;KB&rsquo;, &rsquo;MiB&rsquo;, &rsquo;G&rsquo; and &rsquo;B&rsquo; as number suffixes. </p> <p>Options which do not take arguments are boolean options, and set the corresponding value to true. They can be set to false by prefixing the option name with &quot;no&quot;. For example using &quot;-nofoo&quot; will set the boolean option with name &quot;foo&quot; to false. </p> <p><a name="Stream-specifiers"></a> </p><a name="Stream-specifiers-1"></a> <h2 class="section"><a href="ffplay.html#toc-Stream-specifiers-1">3.1 Stream specifiers</a></h2> <p>Some options are applied per-stream, e.g. bitrate or codec. Stream specifiers are used to precisely specify which stream(s) a given option belongs to. </p> <p>A stream specifier is a string generally appended to the option name and separated from it by a colon. E.g. <code>-codec:a:1 ac3</code> contains the <code>a:1</code> stream specifier, which matches the second audio stream. Therefore, it would select the ac3 codec for the second audio stream. </p> <p>A stream specifier can match several streams, so that the option is applied to all of them. E.g. the stream specifier in <code>-b:a 128k</code> matches all audio streams. </p> <p>An empty stream specifier matches all streams. For example, <code>-codec copy</code> or <code>-codec: copy</code> would copy all the streams without reencoding. </p> <p>Possible forms of stream specifiers are: </p><dl compact="compact"> <dt> &lsquo;<samp><var>stream_index</var></samp>&rsquo;</dt> <dd><p>Matches the stream with this index. E.g. <code>-threads:1 4</code> would set the thread count for the second stream to 4. </p></dd> <dt> &lsquo;<samp><var>stream_type</var>[:<var>stream_index</var>]</samp>&rsquo;</dt> <dd><p><var>stream_type</var> is one of following: &rsquo;v&rsquo; for video, &rsquo;a&rsquo; for audio, &rsquo;s&rsquo; for subtitle, &rsquo;d&rsquo; for data, and &rsquo;t&rsquo; for attachments. If <var>stream_index</var> is given, then it matches stream number <var>stream_index</var> of this type. Otherwise, it matches all streams of this type. </p></dd> <dt> &lsquo;<samp>p:<var>program_id</var>[:<var>stream_index</var>]</samp>&rsquo;</dt> <dd><p>If <var>stream_index</var> is given, then it matches the stream with number <var>stream_index</var> in the program with the id <var>program_id</var>. Otherwise, it matches all streams in the program. </p></dd> <dt> &lsquo;<samp>#<var>stream_id</var> or i:<var>stream_id</var></samp>&rsquo;</dt> <dd><p>Match the stream by stream id (e.g. PID in MPEG-TS container). </p></dd> </dl> <a name="Generic-options"></a> <h2 class="section"><a href="ffplay.html#toc-Generic-options">3.2 Generic options</a></h2> <p>These options are shared amongst the ff* tools. </p> <dl compact="compact"> <dt> &lsquo;<samp>-L</samp>&rsquo;</dt> <dd><p>Show license. </p> </dd> <dt> &lsquo;<samp>-h, -?, -help, --help [<var>arg</var>]</samp>&rsquo;</dt> <dd><p>Show help. An optional parameter may be specified to print help about a specific item. If no argument is specified, only basic (non advanced) tool options are shown. </p> <p>Possible values of <var>arg</var> are: </p><dl compact="compact"> <dt> &lsquo;<samp>long</samp>&rsquo;</dt> <dd><p>Print advanced tool options in addition to the basic tool options. </p> </dd> <dt> &lsquo;<samp>full</samp>&rsquo;</dt> <dd><p>Print complete list of options, including shared and private options for encoders, decoders, demuxers, muxers, filters, etc. </p> </dd> <dt> &lsquo;<samp>decoder=<var>decoder_name</var></samp>&rsquo;</dt> <dd><p>Print detailed information about the decoder named <var>decoder_name</var>. Use the &lsquo;<samp>-decoders</samp>&rsquo; option to get a list of all decoders. </p> </dd> <dt> &lsquo;<samp>encoder=<var>encoder_name</var></samp>&rsquo;</dt> <dd><p>Print detailed information about the encoder named <var>encoder_name</var>. Use the &lsquo;<samp>-encoders</samp>&rsquo; option to get a list of all encoders. </p> </dd> <dt> &lsquo;<samp>demuxer=<var>demuxer_name</var></samp>&rsquo;</dt> <dd><p>Print detailed information about the demuxer named <var>demuxer_name</var>. Use the &lsquo;<samp>-formats</samp>&rsquo; option to get a list of all demuxers and muxers. </p> </dd> <dt> &lsquo;<samp>muxer=<var>muxer_name</var></samp>&rsquo;</dt> <dd><p>Print detailed information about the muxer named <var>muxer_name</var>. Use the &lsquo;<samp>-formats</samp>&rsquo; option to get a list of all muxers and demuxers. </p> </dd> <dt> &lsquo;<samp>filter=<var>filter_name</var></samp>&rsquo;</dt> <dd><p>Print detailed information about the filter name <var>filter_name</var>. Use the &lsquo;<samp>-filters</samp>&rsquo; option to get a list of all filters. </p></dd> </dl> </dd> <dt> &lsquo;<samp>-version</samp>&rsquo;</dt> <dd><p>Show version. </p> </dd> <dt> &lsquo;<samp>-formats</samp>&rsquo;</dt> <dd><p>Show available formats. </p> </dd> <dt> &lsquo;<samp>-codecs</samp>&rsquo;</dt> <dd><p>Show all codecs known to libavcodec. </p> <p>Note that the term &rsquo;codec&rsquo; is used throughout this documentation as a shortcut for what is more correctly called a media bitstream format. </p> </dd> <dt> &lsquo;<samp>-decoders</samp>&rsquo;</dt> <dd><p>Show available decoders. </p> </dd> <dt> &lsquo;<samp>-encoders</samp>&rsquo;</dt> <dd><p>Show all available encoders. </p> </dd> <dt> &lsquo;<samp>-bsfs</samp>&rsquo;</dt> <dd><p>Show available bitstream filters. </p> </dd> <dt> &lsquo;<samp>-protocols</samp>&rsquo;</dt> <dd><p>Show available protocols. </p> </dd> <dt> &lsquo;<samp>-filters</samp>&rsquo;</dt> <dd><p>Show available libavfilter filters. </p> </dd> <dt> &lsquo;<samp>-pix_fmts</samp>&rsquo;</dt> <dd><p>Show available pixel formats. </p> </dd> <dt> &lsquo;<samp>-sample_fmts</samp>&rsquo;</dt> <dd><p>Show available sample formats. </p> </dd> <dt> &lsquo;<samp>-layouts</samp>&rsquo;</dt> <dd><p>Show channel names and standard channel layouts. </p> </dd> <dt> &lsquo;<samp>-colors</samp>&rsquo;</dt> <dd><p>Show recognized color names. </p> </dd> <dt> &lsquo;<samp>-loglevel [repeat+]<var>loglevel</var> | -v [repeat+]<var>loglevel</var></samp>&rsquo;</dt> <dd><p>Set the logging level used by the library. Adding &quot;repeat+&quot; indicates that repeated log output should not be compressed to the first line and the &quot;Last message repeated n times&quot; line will be omitted. &quot;repeat&quot; can also be used alone. If &quot;repeat&quot; is used alone, and with no prior loglevel set, the default loglevel will be used. If multiple loglevel parameters are given, using &rsquo;repeat&rsquo; will not change the loglevel. <var>loglevel</var> is a number or a string containing one of the following values: </p><dl compact="compact"> <dt> &lsquo;<samp>quiet</samp>&rsquo;</dt> <dd><p>Show nothing at all; be silent. </p></dd> <dt> &lsquo;<samp>panic</samp>&rsquo;</dt> <dd><p>Only show fatal errors which could lead the process to crash, such as and assert failure. This is not currently used for anything. </p></dd> <dt> &lsquo;<samp>fatal</samp>&rsquo;</dt> <dd><p>Only show fatal errors. These are errors after which the process absolutely cannot continue after. </p></dd> <dt> &lsquo;<samp>error</samp>&rsquo;</dt> <dd><p>Show all errors, including ones which can be recovered from. </p></dd> <dt> &lsquo;<samp>warning</samp>&rsquo;</dt> <dd><p>Show all warnings and errors. Any message related to possibly incorrect or unexpected events will be shown. </p></dd> <dt> &lsquo;<samp>info</samp>&rsquo;</dt> <dd><p>Show informative messages during processing. This is in addition to warnings and errors. This is the default value. </p></dd> <dt> &lsquo;<samp>verbose</samp>&rsquo;</dt> <dd><p>Same as <code>info</code>, except more verbose. </p></dd> <dt> &lsquo;<samp>debug</samp>&rsquo;</dt> <dd><p>Show everything, including debugging information. </p></dd> </dl> <p>By default the program logs to stderr, if coloring is supported by the terminal, colors are used to mark errors and warnings. Log coloring can be disabled setting the environment variable <code>AV_LOG_FORCE_NOCOLOR</code> or <code>NO_COLOR</code>, or can be forced setting the environment variable <code>AV_LOG_FORCE_COLOR</code>. The use of the environment variable <code>NO_COLOR</code> is deprecated and will be dropped in a following FFmpeg version. </p> </dd> <dt> &lsquo;<samp>-report</samp>&rsquo;</dt> <dd><p>Dump full command line and console output to a file named <code><var>program</var>-<var>YYYYMMDD</var>-<var>HHMMSS</var>.log</code> in the current directory. This file can be useful for bug reports. It also implies <code>-loglevel verbose</code>. </p> <p>Setting the environment variable <code>FFREPORT</code> to any value has the same effect. If the value is a &rsquo;:&rsquo;-separated key=value sequence, these options will affect the report; options values must be escaped if they contain special characters or the options delimiter &rsquo;:&rsquo; (see the &ldquo;Quoting and escaping&rdquo; section in the ffmpeg-utils manual). The following option is recognized: </p><dl compact="compact"> <dt> &lsquo;<samp>file</samp>&rsquo;</dt> <dd><p>set the file name to use for the report; <code>%p</code> is expanded to the name of the program, <code>%t</code> is expanded to a timestamp, <code>%%</code> is expanded to a plain <code>%</code> </p></dd> </dl> <p>Errors in parsing the environment variable are not fatal, and will not appear in the report. </p> </dd> <dt> &lsquo;<samp>-hide_banner</samp>&rsquo;</dt> <dd><p>Suppress printing banner. </p> <p>All FFmpeg tools will normally show a copyright notice, build options and library versions. This option can be used to suppress printing this information. </p> </dd> <dt> &lsquo;<samp>-cpuflags flags (<em>global</em>)</samp>&rsquo;</dt> <dd><p>Allows setting and clearing cpu flags. This option is intended for testing. Do not use it unless you know what you&rsquo;re doing. </p><table><tr><td>&nbsp;</td><td><pre class="example">ffmpeg -cpuflags -sse+mmx ... ffmpeg -cpuflags mmx ... ffmpeg -cpuflags 0 ... </pre></td></tr></table> <p>Possible flags for this option are: </p><dl compact="compact"> <dt> &lsquo;<samp>x86</samp>&rsquo;</dt> <dd><dl compact="compact"> <dt> &lsquo;<samp>mmx</samp>&rsquo;</dt> <dt> &lsquo;<samp>mmxext</samp>&rsquo;</dt> <dt> &lsquo;<samp>sse</samp>&rsquo;</dt> <dt> &lsquo;<samp>sse2</samp>&rsquo;</dt> <dt> &lsquo;<samp>sse2slow</samp>&rsquo;</dt> <dt> &lsquo;<samp>sse3</samp>&rsquo;</dt> <dt> &lsquo;<samp>sse3slow</samp>&rsquo;</dt> <dt> &lsquo;<samp>ssse3</samp>&rsquo;</dt> <dt> &lsquo;<samp>atom</samp>&rsquo;</dt> <dt> &lsquo;<samp>sse4.1</samp>&rsquo;</dt> <dt> &lsquo;<samp>sse4.2</samp>&rsquo;</dt> <dt> &lsquo;<samp>avx</samp>&rsquo;</dt> <dt> &lsquo;<samp>xop</samp>&rsquo;</dt> <dt> &lsquo;<samp>fma4</samp>&rsquo;</dt> <dt> &lsquo;<samp>3dnow</samp>&rsquo;</dt> <dt> &lsquo;<samp>3dnowext</samp>&rsquo;</dt> <dt> &lsquo;<samp>cmov</samp>&rsquo;</dt> </dl> </dd> <dt> &lsquo;<samp>ARM</samp>&rsquo;</dt> <dd><dl compact="compact"> <dt> &lsquo;<samp>armv5te</samp>&rsquo;</dt> <dt> &lsquo;<samp>armv6</samp>&rsquo;</dt> <dt> &lsquo;<samp>armv6t2</samp>&rsquo;</dt> <dt> &lsquo;<samp>vfp</samp>&rsquo;</dt> <dt> &lsquo;<samp>vfpv3</samp>&rsquo;</dt> <dt> &lsquo;<samp>neon</samp>&rsquo;</dt> </dl> </dd> <dt> &lsquo;<samp>PowerPC</samp>&rsquo;</dt> <dd><dl compact="compact"> <dt> &lsquo;<samp>altivec</samp>&rsquo;</dt> </dl> </dd> <dt> &lsquo;<samp>Specific Processors</samp>&rsquo;</dt> <dd><dl compact="compact"> <dt> &lsquo;<samp>pentium2</samp>&rsquo;</dt> <dt> &lsquo;<samp>pentium3</samp>&rsquo;</dt> <dt> &lsquo;<samp>pentium4</samp>&rsquo;</dt> <dt> &lsquo;<samp>k6</samp>&rsquo;</dt> <dt> &lsquo;<samp>k62</samp>&rsquo;</dt> <dt> &lsquo;<samp>athlon</samp>&rsquo;</dt> <dt> &lsquo;<samp>athlonxp</samp>&rsquo;</dt> <dt> &lsquo;<samp>k8</samp>&rsquo;</dt> </dl> </dd> </dl> </dd> <dt> &lsquo;<samp>-opencl_bench</samp>&rsquo;</dt> <dd><p>Benchmark all available OpenCL devices and show the results. This option is only available when FFmpeg has been compiled with <code>--enable-opencl</code>. </p> </dd> <dt> &lsquo;<samp>-opencl_options options (<em>global</em>)</samp>&rsquo;</dt> <dd><p>Set OpenCL environment options. This option is only available when FFmpeg has been compiled with <code>--enable-opencl</code>. </p> <p><var>options</var> must be a list of <var>key</var>=<var>value</var> option pairs separated by &rsquo;:&rsquo;. See the &ldquo;OpenCL Options&rdquo; section in the ffmpeg-utils manual for the list of supported options. </p></dd> </dl> <a name="AVOptions"></a> <h2 class="section"><a href="ffplay.html#toc-AVOptions">3.3 AVOptions</a></h2> <p>These options are provided directly by the libavformat, libavdevice and libavcodec libraries. To see the list of available AVOptions, use the &lsquo;<samp>-help</samp>&rsquo; option. They are separated into two categories: </p><dl compact="compact"> <dt> &lsquo;<samp>generic</samp>&rsquo;</dt> <dd><p>These options can be set for any container, codec or device. Generic options are listed under AVFormatContext options for containers/devices and under AVCodecContext options for codecs. </p></dd> <dt> &lsquo;<samp>private</samp>&rsquo;</dt> <dd><p>These options are specific to the given container, device or codec. Private options are listed under their corresponding containers/devices/codecs. </p></dd> </dl> <p>For example to write an ID3v2.3 header instead of a default ID3v2.4 to an MP3 file, use the &lsquo;<samp>id3v2_version</samp>&rsquo; private option of the MP3 muxer: </p><table><tr><td>&nbsp;</td><td><pre class="example">ffmpeg -i input.flac -id3v2_version 3 out.mp3 </pre></td></tr></table> <p>All codec AVOptions are per-stream, and thus a stream specifier should be attached to them. </p> <p>Note: the &lsquo;<samp>-nooption</samp>&rsquo; syntax cannot be used for boolean AVOptions, use &lsquo;<samp>-option 0</samp>&rsquo;/&lsquo;<samp>-option 1</samp>&rsquo;. </p> <p>Note: the old undocumented way of specifying per-stream AVOptions by prepending v/a/s to the options name is now obsolete and will be removed soon. </p> <a name="Main-options"></a> <h2 class="section"><a href="ffplay.html#toc-Main-options">3.4 Main options</a></h2> <dl compact="compact"> <dt> &lsquo;<samp>-x <var>width</var></samp>&rsquo;</dt> <dd><p>Force displayed width. </p></dd> <dt> &lsquo;<samp>-y <var>height</var></samp>&rsquo;</dt> <dd><p>Force displayed height. </p></dd> <dt> &lsquo;<samp>-s <var>size</var></samp>&rsquo;</dt> <dd><p>Set frame size (WxH or abbreviation), needed for videos which do not contain a header with the frame size like raw YUV. This option has been deprecated in favor of private options, try -video_size. </p></dd> <dt> &lsquo;<samp>-an</samp>&rsquo;</dt> <dd><p>Disable audio. </p></dd> <dt> &lsquo;<samp>-vn</samp>&rsquo;</dt> <dd><p>Disable video. </p></dd> <dt> &lsquo;<samp>-ss <var>pos</var></samp>&rsquo;</dt> <dd><p>Seek to a given position in seconds. </p></dd> <dt> &lsquo;<samp>-t <var>duration</var></samp>&rsquo;</dt> <dd><p>play &lt;duration&gt; seconds of audio/video </p></dd> <dt> &lsquo;<samp>-bytes</samp>&rsquo;</dt> <dd><p>Seek by bytes. </p></dd> <dt> &lsquo;<samp>-nodisp</samp>&rsquo;</dt> <dd><p>Disable graphical display. </p></dd> <dt> &lsquo;<samp>-f <var>fmt</var></samp>&rsquo;</dt> <dd><p>Force format. </p></dd> <dt> &lsquo;<samp>-window_title <var>title</var></samp>&rsquo;</dt> <dd><p>Set window title (default is the input filename). </p></dd> <dt> &lsquo;<samp>-loop <var>number</var></samp>&rsquo;</dt> <dd><p>Loops movie playback &lt;number&gt; times. 0 means forever. </p></dd> <dt> &lsquo;<samp>-showmode <var>mode</var></samp>&rsquo;</dt> <dd><p>Set the show mode to use. Available values for <var>mode</var> are: </p><dl compact="compact"> <dt> &lsquo;<samp>0, video</samp>&rsquo;</dt> <dd><p>show video </p></dd> <dt> &lsquo;<samp>1, waves</samp>&rsquo;</dt> <dd><p>show audio waves </p></dd> <dt> &lsquo;<samp>2, rdft</samp>&rsquo;</dt> <dd><p>show audio frequency band using RDFT ((Inverse) Real Discrete Fourier Transform) </p></dd> </dl> <p>Default value is &quot;video&quot;, if video is not present or cannot be played &quot;rdft&quot; is automatically selected. </p> <p>You can interactively cycle through the available show modes by pressing the key &lt;w&gt;. </p> </dd> <dt> &lsquo;<samp>-vf <var>filtergraph</var></samp>&rsquo;</dt> <dd><p>Create the filtergraph specified by <var>filtergraph</var> and use it to filter the video stream. </p> <p><var>filtergraph</var> is a description of the filtergraph to apply to the stream, and must have a single video input and a single video output. In the filtergraph, the input is associated to the label <code>in</code>, and the output to the label <code>out</code>. See the ffmpeg-filters manual for more information about the filtergraph syntax. </p> </dd> <dt> &lsquo;<samp>-af <var>filtergraph</var></samp>&rsquo;</dt> <dd><p><var>filtergraph</var> is a description of the filtergraph to apply to the input audio. Use the option &quot;-filters&quot; to show all the available filters (including sources and sinks). </p> </dd> <dt> &lsquo;<samp>-i <var>input_file</var></samp>&rsquo;</dt> <dd><p>Read <var>input_file</var>. </p></dd> </dl> <a name="Advanced-options"></a> <h2 class="section"><a href="ffplay.html#toc-Advanced-options">3.5 Advanced options</a></h2> <dl compact="compact"> <dt> &lsquo;<samp>-pix_fmt <var>format</var></samp>&rsquo;</dt> <dd><p>Set pixel format. This option has been deprecated in favor of private options, try -pixel_format. </p> </dd> <dt> &lsquo;<samp>-stats</samp>&rsquo;</dt> <dd><p>Print several playback statistics, in particular show the stream duration, the codec parameters, the current position in the stream and the audio/video synchronisation drift. It is on by default, to explicitly disable it you need to specify <code>-nostats</code>. </p> </dd> <dt> &lsquo;<samp>-bug</samp>&rsquo;</dt> <dd><p>Work around bugs. </p></dd> <dt> &lsquo;<samp>-fast</samp>&rsquo;</dt> <dd><p>Non-spec-compliant optimizations. </p></dd> <dt> &lsquo;<samp>-genpts</samp>&rsquo;</dt> <dd><p>Generate pts. </p></dd> <dt> &lsquo;<samp>-rtp_tcp</samp>&rsquo;</dt> <dd><p>Force RTP/TCP protocol usage instead of RTP/UDP. It is only meaningful if you are streaming with the RTSP protocol. </p></dd> <dt> &lsquo;<samp>-sync <var>type</var></samp>&rsquo;</dt> <dd><p>Set the master clock to audio (<code>type=audio</code>), video (<code>type=video</code>) or external (<code>type=ext</code>). Default is audio. The master clock is used to control audio-video synchronization. Most media players use audio as master clock, but in some cases (streaming or high quality broadcast) it is necessary to change that. This option is mainly used for debugging purposes. </p></dd> <dt> &lsquo;<samp>-threads <var>count</var></samp>&rsquo;</dt> <dd><p>Set the thread count. </p></dd> <dt> &lsquo;<samp>-ast <var>audio_stream_number</var></samp>&rsquo;</dt> <dd><p>Select the desired audio stream number, counting from 0. The number refers to the list of all the input audio streams. If it is greater than the number of audio streams minus one, then the last one is selected, if it is negative the audio playback is disabled. </p></dd> <dt> &lsquo;<samp>-vst <var>video_stream_number</var></samp>&rsquo;</dt> <dd><p>Select the desired video stream number, counting from 0. The number refers to the list of all the input video streams. If it is greater than the number of video streams minus one, then the last one is selected, if it is negative the video playback is disabled. </p></dd> <dt> &lsquo;<samp>-sst <var>subtitle_stream_number</var></samp>&rsquo;</dt> <dd><p>Select the desired subtitle stream number, counting from 0. The number refers to the list of all the input subtitle streams. If it is greater than the number of subtitle streams minus one, then the last one is selected, if it is negative the subtitle rendering is disabled. </p></dd> <dt> &lsquo;<samp>-autoexit</samp>&rsquo;</dt> <dd><p>Exit when video is done playing. </p></dd> <dt> &lsquo;<samp>-exitonkeydown</samp>&rsquo;</dt> <dd><p>Exit if any key is pressed. </p></dd> <dt> &lsquo;<samp>-exitonmousedown</samp>&rsquo;</dt> <dd><p>Exit if any mouse button is pressed. </p> </dd> <dt> &lsquo;<samp>-codec:<var>media_specifier</var> <var>codec_name</var></samp>&rsquo;</dt> <dd><p>Force a specific decoder implementation for the stream identified by <var>media_specifier</var>, which can assume the values <code>a</code> (audio), <code>v</code> (video), and <code>s</code> subtitle. </p> </dd> <dt> &lsquo;<samp>-acodec <var>codec_name</var></samp>&rsquo;</dt> <dd><p>Force a specific audio decoder. </p> </dd> <dt> &lsquo;<samp>-vcodec <var>codec_name</var></samp>&rsquo;</dt> <dd><p>Force a specific video decoder. </p> </dd> <dt> &lsquo;<samp>-scodec <var>codec_name</var></samp>&rsquo;</dt> <dd><p>Force a specific subtitle decoder. </p></dd> </dl> <a name="While-playing"></a> <h2 class="section"><a href="ffplay.html#toc-While-playing">3.6 While playing</a></h2> <dl compact="compact"> <dt> &lt;q, ESC&gt;</dt> <dd><p>Quit. </p> </dd> <dt> &lt;f&gt;</dt> <dd><p>Toggle full screen. </p> </dd> <dt> &lt;p, SPC&gt;</dt> <dd><p>Pause. </p> </dd> <dt> &lt;a&gt;</dt> <dd><p>Cycle audio channel in the curret program. </p> </dd> <dt> &lt;v&gt;</dt> <dd><p>Cycle video channel. </p> </dd> <dt> &lt;t&gt;</dt> <dd><p>Cycle subtitle channel in the current program. </p> </dd> <dt> &lt;c&gt;</dt> <dd><p>Cycle program. </p> </dd> <dt> &lt;w&gt;</dt> <dd><p>Show audio waves. </p> </dd> <dt> &lt;s&gt;</dt> <dd><p>Step to the next frame. </p> <p>Pause if the stream is not already paused, step to the next video frame, and pause. </p> </dd> <dt> &lt;left/right&gt;</dt> <dd><p>Seek backward/forward 10 seconds. </p> </dd> <dt> &lt;down/up&gt;</dt> <dd><p>Seek backward/forward 1 minute. </p> </dd> <dt> &lt;page down/page up&gt;</dt> <dd><p>Seek to the previous/next chapter. or if there are no chapters Seek backward/forward 10 minutes. </p> </dd> <dt> &lt;mouse click&gt;</dt> <dd><p>Seek to percentage in file corresponding to fraction of width. </p> </dd> </dl> <a name="See-Also"></a> <h1 class="chapter"><a href="ffplay.html#toc-See-Also">4. See Also</a></h1> <p><a href="ffplay-all.html">ffmpeg-all</a>, <a href="ffmpeg.html">ffmpeg</a>, <a href="ffprobe.html">ffprobe</a>, <a href="ffserver.html">ffserver</a>, <a href="ffmpeg-utils.html">ffmpeg-utils</a>, <a href="ffmpeg-scaler.html">ffmpeg-scaler</a>, <a href="ffmpeg-resampler.html">ffmpeg-resampler</a>, <a href="ffmpeg-codecs.html">ffmpeg-codecs</a>, <a href="ffmpeg-bitstream-filters.html">ffmpeg-bitstream-filters</a>, <a href="ffmpeg-formats.html">ffmpeg-formats</a>, <a href="ffmpeg-devices.html">ffmpeg-devices</a>, <a href="ffmpeg-protocols.html">ffmpeg-protocols</a>, <a href="ffmpeg-filters.html">ffmpeg-filters</a> </p> <a name="Authors"></a> <h1 class="chapter"><a href="ffplay.html#toc-Authors">5. Authors</a></h1> <p>The FFmpeg developers. </p> <p>For details about the authorship, see the Git history of the project (git://source.ffmpeg.org/ffmpeg), e.g. by typing the command <code>git log</code> in the FFmpeg source directory, or browsing the online repository at <a href="http://source.ffmpeg.org">http://source.ffmpeg.org</a>. </p> <p>Maintainers for the specific components are listed in the file &lsquo;<tt>MAINTAINERS</tt>&rsquo; in the source code tree. </p> <footer class="footer pagination-right"> <span class="label label-info">This document was generated by <em>Kyle Schwarz</em> on <em>March 31, 2014</em> using <a href="http://www.nongnu.org/texi2html/"><em>texi2html 1.82</em></a>.</span></footer></div></div></body>
HPBASIC_HTML/DMULTI1_04d.html
aricsanders/html-examples
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>DMULTI1_04d.txt</title> <link href="prism.css" rel="stylesheet" /> </head> <body> <h1> A highlighted Plain Text version of DMULTI1_04d.txt Basic Program</h1> <pre><code class="language-basic"><script>2! RE-STORE "MULTI1.04d" 4 !*************************************************************** 6 !* * 8 !* * 10 !* NIST MultiCal De-embedding Progam * 12 !* * 14 !* Version 1.04d 01/27/04 * 16 !* * 18 !* * 20 !*************************************************************** 22 ! 24!Edit at label "Disk:" to alter disk drive list. 26!Edit the following line to alter bus address of network analyzer: 28 Igpib=7 ! Interface select code of HPIB interface 30 Inwa_hp=Igpib*100+16 ! GPIB port address of HP ANA's 32 Inwa_wilt=Igpib*100+6 ! GPIB port address of Wiltron 360 ANA 34 Igraph=Igpib*100+5 ! GPIB address of plotter 36 Igraph=9 ! Default plotter address for HTBasic 38 Iprint=Igpib*100+1 ! GPIB address of printer 40 Ilpt=26 ! LPT1 on PC (except HTBasic which sets printer automatically 42 Printnum=Iprint ! Print to GPIB; set to Ilpt to print on PC 44 Serialnum=9 ! Serial port address of HP9000 for data dump 46 ! 48 ! PC owners using HTBasic - 50 ! Your HTBasic version must support complex arithmetic 52 ! Only HTBasic versions 4.0 and greater will support ANAs 54 ! Add CONFIGURE DUMP TO "your format here" to your AUTOST file 56 ! Add CONFIGURE BDAT MSB FIRST for compatibility with HP Basic 58 ! 60* 62* 64* 66* 68* 70* 72* 73* 74* 76* 77* 78* 79* 80* 81* 82* 83* 84* 85* 86* 87* 88* 89* 90* 91* 92* 93* 94* 95* 96* 97* 98* 99* 100* 101* 102* 103* 104* 105* 106* 107* 108* 110* 112* 114* 116* 118* 120* 122* 124* 126* 128* 130* 132* 134* 136* 138* 140* 142* 144* 146* 148* 150* 152* 154* 156* 158* 160* 162* 164* 166* 168* 170* 172* 174* 176* 178* 180* 182* 184* 186* 188* 190* 192* 194* 196* 198* 200* 202* 204* 206* 208* 210* 212* 214* 216* 218* 220* 222* 224* 226* 228* 230* 232* 234* 236* 238* 240* 242* 244* 246* 248* 250* 252* 254* 256* 258* 260* 262* 264* 266* 268* 270* 272* 274* 276* 278* 280* 282* 284* 286* 288* 290* 292* 294* 296* 298* 300* 302* 304* 306* 308* 310* 312* 313* 314* 316* 318* 320* 321* 323* 324* 326* 328* 330* 332* 334* 336* 337* 338* 339* 341* 342* 343* 344* 346* 348* 350* 352* 354* 356* 358* 360* 362* 364* 366* 368* 370* 372* 374* 376* 378* 380* 382* 384* 386* 388* 390* 392* 394* 396* 398* 400* 402* 404* 406* 408* 410* 412* 414* 416* 418* 420* 422* 424* 426* 428* 430* 432* 434* 436* 438* 440* 442* 444* 446* 448* 450* 452* 454* 456* 458* 460* 462* 464* 466* 468* 470* 472* 474* 476* 478* 480* 482* 484* 486* 488* 490* 492* 494* 496* 498* 500* 502* 504* 506* 508* 510* 512* 514* 516* 518* 520* 522* 524* 526* 528* 530* 532* 534* 536* 538* 540* 542* 544* 546* 548* 550* 552* 554* 556* 558* 560* 562* 564* 566* 568* 570* 572* 574* 576* 578* 580* 582* 584* 586* 588* 590* 592* 594* 596* 598* 600* 602* 604* 606* 608* 610* 612* 614* 616* 618* 620* 622* 624* 626* 628* 630* 632* 634* 636* 638* 640* 642* 644* 646* 648* 650* 652* 654* 656* 658* 660* 662* 664* 666* 668* 670* 672* 674* 676* 678* 680* 682* 684* 686* 688* 690* 692* 694* 696* 698* 700* 702* 704* 706* 708* 710* 712* 714* 716* 718* 720* 722* 724* 726* 728* 730* 732* 734* 736* 738* 740* 742* 744* 746* 748* 750* 752* 754* 756* 758* 760* 762* 764* 766* 768* 770* 772* 774* 776* 778* 780* 782* 784* 786* 788* 790* 792* 794* 796* 798* 800* 802* 804* 806* 808* 810* 812* 814* 816* 818* 820* 822* 824* 826* 828* 830* 832* 834* 836* 838* 840* 842* 844* 846* 848* 850* 852* 854* 856* 858* 860* 862* 864* 866* 868* 870* 872* 874* 876* 878* 880* 882* 884* 886* 888* 890* 892* 894* 896* 898* 900* 902* 904* 906* 908* 910* 912* 914* 916* 918* 920* 922* 924* 926* 928* 930* 932* 934* 936* 938* 940* 942* 944* 946* 948* 950* 952* 954* 956* 958* 960* 962* 964* 966* 968* 970* 972* 974* 976* 978* 980* 982* 984* 986* 988* 990* 992* 994* 996* 998* 1000* 1002* 1004* 1006* 1008* 1010* 1012* 1014* 1016* 1018* 1020* 1022* 1024* 1026* 1028* 1030* 1032* 1034* 1036* 1038* 1040* 1042* 1044* 1046* 1048* 1050* 1052* 1054* 1056* 1058* 1060* 1062* 1064* 1066* 1068* 1070* 1072* 1074* 1076* 1078* 1080* 1082* 1084* 1086* 1088* 1090* 1092* 1094* 1096* 1098* 1100* 1102* 1104* 1106* 1108* 1110* 1112* 1114* 1116* 1118* 1120* 1122* 1124* 1126* 1128* 1130* 1132* 1134* 1136* 1138* 1140* 1142* 1144* 1146* 1148* 1150* 1152* 1154* 1156* 1158* 1159* 1160* 1161* 1162* 1163* 1164* 1166* 1168* 1170* 1172* 1174* 1176* 1178* 1180* 1182* 1184* 1186* 1188* 1190* 1192* 1194* 1196* 1198* 1200* 1202* 1204* 1206* 1208* 1210* 1212* 1214* 1216* 1218* 1220* 1222* 1224* 1226* 1228* 1230* 1232* 1234* 1236* 1238* 1240* 1242* 1244* 1246* 1247* 1248* 1249* 1250* 1251* 1252* 1254* 1256* 1258* 1260* 1262* 1264* 1266* 1268* 1270* 1272* 1274* 1276* 1278* 1280* 1282* 1284* 1286* 1288* 1290* 1292* 1294* 1296* 1298* 1300* 1302* 1304* 1306* 1308* 1310* 1312* 1314* 1316* 1318* 1320* 1322* 1324* 1325* 1326* 1328* 1330* 1332* 1334* 1336* 1338* 1340* 1342* 1344* 1346* 1348* 1350* 1352* 1354* 1356* 1358* 1360* 1362* 1364* 1366* 1368* 1370* 1372* 1374* 1376* 1378* 1380* 1382* 1384* 1386* 1388* 1390* 1392* 1394* 1396* 1398* 1400* 1402* 1404* 1406* 1408* 1410* 1412* 1414* 1416* 1418* 1420* 1422* 1424* 1426* 1428* 1430* 1432* 1434* 1436* 1438* 1440* 1442* 1444* 1446* 1448* 1450* 1452* 1454* 1456* 1458* 1460* 1462* 1464* 1466* 1468* 1470* 1472* 1474* 1476* 1478* 1480* 1482* 1484* 1486* 1488* 1490* 1492* 1494* 1496* 1498* 1500* 1502* 1504* 1506* 1508* 1510* 1512* 1514* 1516* 1518* 1520* 1522* 1524* 1526* 1528* 1530* 1532* 1534* 1536* 1538* 1540* 1542* 1544* 1546* 1548* 1550* 1552* 1554* 1556* 1558* 1560* 1562* 1564* 1566* 1568* 1570* 1572* 1574* 1576* 1578* 1580* 1582* 1584* 1586* 1588* 1590* 1592* 1594* 1596* 1598* 1600* 1602* 1604* 1606* 1608* 1610* 1612* 1614* 1616* 1618* 1620* 1622* 1624* 1626* 1628* 1630* 1632* 1634* 1636* 1638* 1640* 1642* 1644* 1646* 1648* 1650* 1652* 1654* 1656* 1658* 1660* 1662* 1664* 1666* 1668* 1670* 1672* 1674* 1676* 1678* 1680* 1682* 1684* 1686* 1688* 1690* 1692* 1694* 1696* 1698* 1700* 1702* 1704* 1706* 1708* 1710* 1712* 1714* 1716* 1718* 1720* 1722* 1724* 1726* 1728* 1730* 1732* 1734* 1736* 1738* 1740* 1742* 1744* 1746* 1748* 1750* 1752* 1754* 1756* 1758* 1760* 1762* 1764* 1766* 1768* 1770* 1772* 1774* 1776* 1778* 1780* 1782* 1784* 1786* 1788* 1790* 1792* 1794* 1796* 1798* 1800* 1802* 1804* 1806* 1808* 1810* 1812* 1814* 1816* 1818* 1820* 1822* 1824* 1826* 1828* 1830* 1832* 1834* 1836* 1838* 1840* 1842* 1844* 1846* 1848* 1850* 1852* 1854* 1856* 1858* 1860* 1862* 1864* 1866* 1868* 1870* 1872* 1874* 1876* 1878* 1880* 1882* 1884* 1886* 1888* 1890* 1892* 1894* 1896* 1898* 1900* 1902* 1904* 1906* 1908* 1910* 1912* 1914* 1916* 1918* 1920* 1922* 1924* 1926* 1928* 1930* 1932* 1934* 1936* 1938* 1940* 1942* 1944* 1946* 1948* 1950* 1952* 1954* 1956* 1958* 1960* 1962* 1964* 1966* 1968* 1970* 1972* 1974* 1976* 1978* 1980* 1982* 1984* 1986* 1988* 1990* 1992* 1994* 1996* 1998* 2000* 2002* 2004* 2006* 2008* 2010* 2012* 2014* 2016* 2018* 2020* 2022* 2024* 2026* 2028* 2030* 2032* 2034* 2036* 2038* 2040* 2042* 2044* 2046* 2048* 2050* 2052* 2054* 2056* 2058* 2060* 2062* 2064* 2066* 2068* 2070* 2072* 2074* 2076* 2078* 2080* 2082* 2084* 2086* 2088* 2090* 2092* 2094* 2096* 2098* 2100* 2102* 2104* 2106* 2108* 2110* 2112* 2114* 2116* 2118* 2120* 2122* 2124* 2126* 2128* 2130* 2132* 2134* 2136* 2138* 2140* 2142* 2144* 2146* 2148* 2150* 2152* 2154* 2156* 2158* 2160* 2162* 2164* 2166* 2168* 2170* 2172* 2174* 2176* 2178* 2180* 2182* 2184* 2186* 2188* 2190* 2192* 2194* 2196* 2198* 2200* 2202* 2204* 2206* 2208* 2210* 2212* 2214* 2216* 2218* 2220* 2222* 2224* 2226* 2228* 2230* 2232* 2234* 2236* 2238* 2240* 2242* 2244* 2246* 2248* 2250* 2252* 2254* 2256* 2258* 2260* 2262* 2264* 2266* 2268* 2270* 2272* 2274* 2276* 2278* 2280* 2282* 2284* 2286* 2288* 2290* 2292* 2294* 2296* 2298* 2300* 2302* 2304* 2306* 2308* 2310* 2312* 2314* 2316* 2318* 2320* 2322* 2324* 2326* 2328* 2330* 2332* 2334* 2336* 2338* 2340* 2342* 2344* 2346* 2348* 2350* 2352* 2354* 2356* 2358* 2360* 2362* 2364* 2366* 2368* 2370* 2372* 2374* 2376* 2378* 2380* 2382* 2384* 2386* 2388* 2390* 2392* 2394* 2396* 2398* 2400* 2402* 2404* 2406* 2408* 2410* 2412* 2414* 2416* 2418* 2420* 2422* 2424* 2426* 2428* 2430* 2432* 2434* 2436* 2438* 2440* 2442* 2444* 2446* 2448* 2450* 2452* 2454* 2456* 2458* 2460* 2462* 2464* 2466* 2468* 2470* 2472* 2474* 2476* 2478* 2480* 2482* 2484* 2486* 2488* 2490* 2492* 2494* 2496* 2498* 2500* 2502* 2504* 2506* 2508* 2510* 2512* 2514* 2516* 2518* 2520* 2522* 2524* 2526* 2528* 2530* 2532* 2534* 2536* 2538* 2540* 2542* 2544* 2546* 2548* 2550* 2552* 2554* 2556* 2558* 2560* 2562* 2564* 2566* 2568* 2570* 2572* 2574* 2576* 2578* 2580* 2582* 2584* 2586* 2588* 2590* 2592* 2594* 2596* 2598* 2600* 2602* 2604* 2606* 2608* 2610* 2612* 2614* 2616* 2618* 2620* 2622* 2624* 2626* 2628* 2630* 2632* 2634* 2636* 2638* 2640* 2642* 2644* 2646* 2648* 2650* 2652* 2654* 2656* 2658* 2660* 2662* 2664* 2666* 2668* 2670* 2672* 2674* 2676* 2678* 2680* 2682* 2684* 2686* 2688* 2690* 2692* 2694* 2696* 2698* 2700* 2702* 2704* 2706* 2708* 2710* 2712* 2714* 2716* 2718* 2720* 2722* 2724* 2726* 2728* 2730* 2732* 2734* 2736* 2738* 2740* 2742* 2744* 2746* 2748* 2750* 2752* 2754* 2756* 2758* 2760* 2762* 2764* 2766* 2768* 2770* 2772* 2774* 2776* 2778* 2780* 2782* 2784* 2786* 2788* 2790* 2792* 2794* 2796* 2798* 2800* 2802* 2804* 2806* 2808* 2810* 2812* 2814* 2816* 2818* 2820* 2822* 2824* 2826* 2828* 2830* 2832* 2834* 2836* 2838* 2840* 2842* 2844* 2846* 2848* 2850* 2852* 2854* 2856* 2858* 2860* 2862* 2864* 2866* 2868* 2870* 2872* 2874* 2876* 2878* 2880* 2882* 2884* 2886* 2888* 2890* 2892* 2894* 2896* 2898* 2900* 2902* 2904* 2906* 2908* 2910* 2912* 2914* 2916* 2918* 2920* 2922* 2924* 2926* 2928* 2930* 2932* 2934* 2936* 2938* 2940* 2942* 2944* 2946* 2948* 2950* 2952* 2954* 2956* 2958* 2960* 2962* 2964* 2966* 2968* 2970* 2972* 2974* 2976* 2977* 2978* 2980* 2982* 2984* 2986* 2988* 2990* 2992* 2994* 2996* 2998* 3000* 3002* 3004* 3006* 3008* 3010* 3012* 3014* 3016* 3018* 3020* 3022* 3024* 3026* 3028* 3032* 3034* 3036* 3038* 3040* 3042* 3044* 3046* 3048* 3050* 3052* 3054* 3056* 3058* 3060* 3062* 3064* 3066* 3068* 3070* 3072* 3074* 3076* 3078* 3080* 3082* 3084* 3086* 3088* 3090* 3092* 3094* 3096* 3098* 3100* 3102* 3104* 3106* 3108* 3110* 3112* 3114* 3116* 3118* 3120* 3122* 3124* 3126* 3128* 3130* 3132* 3134* 3136* 3138* 3140* 3142* 3144* 3146* 3148* 3150* 3152* 3154* 3156* 3158* 3160* 3162* 3164* 3166* 3168* 3170* 3172* 3174* 3176* 3178* 3180* 3182* 3184* 3186* 3188* 3190* 3192* 3194* 3196* 3198* 3200* 3202* 3204* 3206* 3208* 3210* 3212* 3214* 3216* 3218* 3220* 3222* 3224* 3226* 3228* 3230* 3232* 3234* 3236* 3238* 3240* 3242* 3244* 3246* 3248* 3250* 3252* 3254* 3256* 3258* 3260* 3262* 3264* 3266* 3268* 3270* 3272* 3274* 3276* 3278* 3280* 3282* 3284* 3286* 3288* 3290* 3292* 3294* 3296* 3298* 3300* 3302* 3304* 3306* 3308* 3310* 3312* 3314* 3316* 3318* 3320* 3322* 3324* 3326* 3328* 3330* 3332* 3334* 3336* 3338* 3340* 3342* 3344* 3346* 3348* 3350* 3352* 3354* 3356* 3358* 3360* 3362* 3364* 3366* 3368* 3370* 3372* 3374* 3376* 3378* 3380* 3382* 3384* 3386* 3388* 3390* 3392* 3394* 3396* 3398* 3400* 3402* 3404* 3406* 3408* 3410* 3412* 3414* 3416* 3418* 3420* 3422* 3424* 3426* 3428* 3430* 3432* 3434* 3436* 3438* 3440* 3442* 3444* 3446* 3448* 3450* 3454* 3456* 3458* 3462* 3464* 3466* 3468* 3470* 3472* 3474* 3476* 3478* 3480* 3482* 3484* 3486* 3488* 3490* 3492* 3494* 3496* 3498* 3500* 3502* 3504* 3506* 3508* 3510* 3512* 3514* 3516* 3518* 3520* 3522* 3524* 3526* 3528* 3530* 3532* 3534* 3536* 3538* 3540* 3542* 3544* 3546* 3548* 3550* 3552* 3554* 3556* 3558* 3560* 3562* 3564* 3566* 3568* 3570* 3572* 3574* 3576* 3578* 3580* 3582* 3584* 3586* 3588* 3590* 3592* 3594* 3596* 3598* 3600* 3602* 3604* 3606* 3608* 3610* 3612* 3614* 3616* 3618* 3620* 3622* 3624* 3626* 3628* 3630* 3632* 3634* 3636* 3638* 3640* 3642* 3644* 3646* 3648* 3650* 3652* 3654* 3656* 3658* 3660* 3662* 3664* 3666* 3668* 3670* 3672* 3674* 3676* 3678* 3680* 3682* 3684* 3686* 3688* 3690* 3692* 3694* 3696* 3698* 3700* 3702* 3704* 3706* 3708* 3710* 3712* 3714* 3716* 3718* 3720* 3722* 3724* 3726* 3728* 3730* 3732* 3734* 3736* 3738* 3740* 3742* 3744* 3746* 3748* 3750* 3752* 3754* 3756* 3758* 3760* 3762* 3764* 3766* 3768* 3770* 3772* 3774* 3776* 3778* 3780* 3782* 3784* 3786* 3788* 3790* 3792* 3794* 3796* 3798* 3800* 3802* 3804* 3806* 3808* 3810* 3812* 3814* 3816* 3818* 3820* 3822* 3824* 3826* 3828* 3830* 3832* 3834* 3836* 3838* 3840* 3842* 3844* 3846* 3848* 3850* 3851* 3852* 3853* 3854* 3856* 3857* 3858* 3860* 3861* 3862* 3863* 3864* 3865* 3866* 3867* 3868* 3869* 3870* 3871* 3872* 3874* 3876* 3878* 3880* 3882* 3884* 3886* 3888* 3890* 3892* 3894* 3896* 3898* 3900* 3902* 3904* 3906* 3908* 3910* 3911* 3912* 3913* 3914* 3915* 3916* 3917* 3918* 3919* 3920* 3931* 3932* 3933* 3934* 3935* 3936* 3937* 3938* 3939* 3940* 3941* 3942* 3943* 3944* 3945* 3946* 3947* 3948* 3949* 3950* 3951* 3952* 3958* 3959* 3960* 3961* 3962* 3967* 3968* 3969* 3976* 3978* 3979* 3980* 3981* 3982* 3983* 3984* 3985* 3986* 3987* 3988* 3989* 3990* 3991* 3992* 3993* 3994* 3995* 3996* 3997* 3998* 3999* 4000* 4001* 4002* 4003* 4004* 4005* 4006* 4007* 4008* 4009* 4010* 4011* 4012* 4013* 4014* 4015* 4016* 4017* 4018* 4019* 4020* 4021* 4022* 4023* 4024* 4025* 4026* 4027* 4028* 4029* 4032* 4034* 4036* 4038* 4040* 4042* 4044* 4046* 4048* 4050* 4052* 4054* 4056* 4058* 4060* 4062* 4064* 4066* 4068* 4070* 4072* 4074* 4076* 4078* 4080* 4082* 4084* 4086* 4088* 4090* 4092* 4094* 4096* 4098* 4100* 4102* 4104* 4106* 4108* 4110* 4112* 4114* 4116* 4118* 4120* 4122* 4124* 4126* 4128* 4130* 4132* 4134* 4136* 4138* 4140* 4142* 4144* 4146* 4148* 4150* 4152* 4154* 4156* 4158* 4160* 4162* 4164* 4166* 4168* 4170* 4172* 4174* 4176* 4178* 4180* 4182* 4184* 4186* 4188* 4190* 4192* 4194* 4196* 4198* 4200* 4202* 4204* 4206* 4208* 4210* 4212* 4214* 4216* 4218* 4220* 4222* 4224* 4226* 4228* 4230* 4232* 4234* 4236* 4238* 4240* 4242* 4244* 4246* 4248* 4250* 4252* 4254* 4256* 4258* 4260* 4262* 4264* 4266* 4268* 4270* 4272* 4274* 4276* 4278* 4280* 4282* 4284* 4286* 4288* 4290* 4292* 4294* 4296* 4298* 4300* 4302* 4304* 4306* 4308* 4310* 4312* 4314* 4316* 4318* 4320* 4322* 4324* 4326* 4328* 4330* 4332* 4334* 4336* 4338* 4340* 4342* 4344* 4346* 4348* 4350* 4352* 4354* 4356* 4358* 4360* 4362* 4364* 4366* 4368* 4370* 4372* 4374* 4376* 4378* 4380* 4382* 4384* 4386* 4388* 4390* 4392* 4394* 4396* 4398* 4400* 4402* 4404* 4406* 4408* 4410* 4412* 4414* 4416* 4418* 4420* 4422* 4424* 4426* 4428* 4430* 4432* 4434* 4436* 4438* 4440* 4441* 4442* 4444* 4446* 4448* 4450* 4452* 4454* 4456* 4458* 4460* 4462* 4464* 4466* 4468* 4470* 4472* 4474* 4476* 4478* 4480* 4482* 4484* 4486* 4488* 4490* 4491* 4492* 4494* 4496* 4498* 4500* 4502* 4504* 4506* 4508* 4510* 4512* 4514* 4516* 4518* 4520* 4522* 4524* 4526* 4528* 4530* 4532* 4534* 4536* 4538* 4540* 4542* 4544* 4546* 4548* 4550* 4552* 4554* 4556* 4558* 4560* 4562* 4564* 4566* 4568* 4570* 4572* 4574* 4576* 4578* 4580* 4582* 4584* 4586* 4588* 4590* 4592* 4594* 4596* 4598* 4600* 4602* 4604* 4606* 4608* 4610* 4612* 4614* 4616* 4618* 4620* 4622* 4624* 4626* 4628* 4630* 4632* 4634* 4636* 4638* 4640* 4642* 4644* 4646* 4648* 4650* 4652* 4654* 4656* 4658* 4660* 4662* 4664* 4666* 4668* 4670* 4672* 4674* 4676* 4678* 4680* 4682* 4684* 4686* 4688* 4690* 4692* 4694* 4696* 4698* 4700* 4702* 4704* 4706* 4708* 4710* 4712* 4714* 4716* 4718* 4720* 4722* 4724* 4726* 4728* 4730* 4732* 4734* 4736* 4738* 4740* 4742* 4744* 4746* 4748* 4750* 4752* 4754* 4756* 4758* 4760* 4762* 4764* 4766* 4768* 4770* 4772* 4774* 4776* 4778* 4780* 4782* 4784* 4786* 4788* 4790* 4792* 4794* 4796* 4798* 4800* 4802* 4804* 4806* 4808* 4810* 4812* 4814* 4816* 4818* 4820* 4822* 4824* 4826* 4828* 4830* 4832* 4834* 4836* 4838* 4840* 4842* 4844* 4846* 4848* 4850* 4852* 4854* 4856* 4858* 4860* 4862* 4864* 4866* 4868* 4870* 4872* 4874* 4876* 4878* 4880* 4882* 4884* 4886* 4888* 4890* 4892* 4894* 4896* 4898* 4900* 4902* 4904* 4906* 4908* 4910* 4912* 4914* 4916* 4918* 4920* 4922* 4924* 4926* 4928* 4930* 4932* 4934* 4936* 4938* 4940* 4942* 4944* 4946* 4948* 4950* 4952* 4954* 4956* 4958* 4960* 4962* 4964* 4966* 4968* 4970* 4972* 4974* 4976* 4978* 4980* 4982* 4984* 4986* 4988* 4990* 4992* 4994* 4996* 4998* 5000* 5002* 5004* 5006* 5008* 5010* 5012* 5014* 5016* 5018* 5020* 5022* 5024* 5026* 5028* 5030* 5032* 5034* 5036* 5038* 5040* 5042* 5044* 5046* 5048* 5050* 5052* 5054* 5056* 5058* 5060* 5062* 5064* 5066* 5068* 5070* 5072* 5074* 5076* 5078* 5080* 5082* 5084* 5086* 5088* 5090* 5092* 5094* 5096* 5098* 5100* 5102* 5104* 5106* 5108* 5110* 5112* 5114* 5116* 5118* 5120* 5122* 5124* 5126* 5128* 5130* 5132* 5134* 5136* 5138* 5140* 5142* 5144* 5146* 5148* 5150* 5152* 5154* 5156* 5158* 5160* 5162* 5164* 5166* 5168* 5170* 5172* 5174* 5176* 5178* 5180* 5182* 5184* 5186* 5188* 5190* 5192* 5194* 5196* 5198* 5200* 5202* 5204* 5206* 5208* 5210* 5212* 5214* 5216* 5218* 5220* 5222* 5224* 5226* 5228* 5230* 5232* 5234* 5236* 5238* 5240* 5242* 5244* 5246* 5248* 5250* 5252* 5254* 5256* 5258* 5260* 5262* 5264* 5266* 5268* 5270* 5272* 5274* 5276* 5278* 5280* 5282* 5284* 5286* 5288* 5290* 5292* 5294* 5296* 5298* 5300* 5302* 5304* 5306* 5308* 5310* 5312* 5314* 5316* 5318* 5320* 5322* 5324* 5326* 5328* 5330* 5332* 5334* 5336* 5338* 5340* 5342* 5344* 5346* 5348* 5350* 5352* 5354* 5356* 5358* 5360* 5362* 5364* 5366* 5368* 5370* 5372* 5374* 5376* 5378* 5380* 5382* 5384* 5386* 5388* 5390* 5392* 5394* 5396* 5398* 5400* 5402* 5404* 5406* 5408* 5410* 5412* 5414* 5416* 5418* 5420* 5422* 5424* 5426* 5428* 5430* 5432* 5434* 5436* 5438* 5440* 5442* 5444* 5446* 5448* 5450* 5452* 5454* 5456* 5458* 5460* 5462* 5464* 5466* 5468* 5470* 5472* 5474* 5476* 5478* 5480* 5482* 5484* 5486* 5488* 5490* 5492* 5494* 5496* 5498* 5500 ! ................ customize system drives here .................. 5502 ! Follow format. After unit specifier, description is 5504 ! optional but recommended. 5506 ! ................................................................ 5508 ! 5510 Disc$(Dd+1)=":,700,0 - hard drive" 5512 Disc$(Dd+2)=":,700,0,1 - hard drive volume 1" 5514 Disc$(Dd+3)=":,700,1 - single microfloppy" 5516 Disc$(Dd+4)=":,1400,0 - hard drive" 5518 Disc$(Dd+5)=":,1400,0,1 - hard drive volume 1" 5520 Disc$(Dd+6)=":,1400,0,2 - hard drive volume 2" 5522 Disc$(Dd+7)=":,1400,1 - single microfloppy" 5524 Disc$(Dd+8)=":,702,0 - left microfloppy" 5526 Disc$(Dd+9)=":,702,1 - right microfloppy" 5528 Disc$(Dd+10)=":,1402,0 - left microfloppy" 5530 Disc$(Dd+11)=":,1402,1 - right microfloppy" 5532 Disc$(Dd+12)=":,4,1 - left internal series 200" 5534 Disc$(Dd+13)=":,4,0 - right internal series 200" 5536 Disc$(Dd+14)="Prompt for device address " 5538 ! 5540 Dd=Dd+14 ! add the number of drive specifiers above (inc. prompt) 5542 ! ! only 14 fit on a single screen 5544 ! ................................................................ 5546* 5548* 5550* 5552* 5554* 5556* 5558* 5560* 5562* 5564* 5566* 5568* 5570* 5572* 5574* 5576* 5578* 5580* 5582* 5584* 5586* 5588* 5590* 5592* 5594* 5596* 5598* 5600* 5602* 5604* 5606* 5608* 5610* 5612* 5614* 5616* 5618* 5620* 5622* 5625* 5626* 5628* 5630* 5632* 5634* 5636* 5638* 5640* 5642* 5644* 5646* 5648* 5650* 5652* 5654* 5656* 5658* 5660* 5662* 5664* 5666* 5668* 5670* 5672* 5674* 5676* 5678* 5680* 5682* 5684* 5686* 5688* 5690* 5692* 5694* 5696* 5698* 5700* 5702* 5704* 5705* 5706* 5707* 5709* 5710* 5712* 5713* 5714* 5715* 5716* 5718* 5720* 5722* 5724* 5726* 5728* 5730* 5732* 5734* 5736* 5738* 5740* 5742* 5744* 5746* 5748* 5750* 5752* 5754* 5756* 5758* 5760* 5762* 5764* 5766* 5768* 5770* 5772* 5774* 5776* 5778* 5780* 5782* 5784* 5786* 5788* 5790* 5792* 5794* 5796* 5798* 5800* 5802* 5804* 5806* 5808* 5810* 5812* 5814* 5816* 5818* 5820* 5822* 5824* 5826* 5828* 5830* 5832* 5834* 5836* 5838* 5840* 5842* 5844* 5846* 5848* 5850* 5852* 5854* 5856* 5858* 5860* 5862* 5864* 5866* 5868* 5870* 5872* 5874* 5876* 5878* 5880* 5882* 5884* 5886* 5888* 5890* 5892* 5894* 5896* 5898* 5900* 5902* 5904* 5906* 5908* 5910* 5912* 5914* 5916* 5918* 5920* 5922* 5924* 5926* 5928* 5930* 5932* 5934* 5936* 5938* 5940* 5942* 5944* 5946* 5948* 5950* 5952* 5954* 5956* 5958* 5960* 5962* 5964* 5966* 5968* 5970* 5972* 5974* 5976* 5978* 5980* 5982* 5984* 5986* 5988* 5990* 5992* 5994* 5996* 5998* 6000* 6002* 6004* 6006* 6008* 6010* 6012* 6014* 6016* 6018* 6020* 6022* 6024* 6026* 6028* 6030* 6032* 6034* 6036* 6038* 6040* 6042* 6044* 6046* 6048* 6050* 6052* 6054* 6056* 6058* 6060* 6062* 6064* 6066* 6068* 6070* 6072* 6074* 6076* 6078* 6080* 6082* 6084* 6086* 6088* 6090* 6092* 6094* 6096* 6098* 6100* 6102* 6104* 6106* 6108* 6110* 6112* 6114* 6116* 6117* 6118* 6119* 6120* 6122* 6125* 6126* 6128* 6129* 6130* 6132* 6133* 6134* 6135* 6136* 6137* 6138* 6139* 6140* 6141* 6142* 6143* 6144* 6145* 6146* 6148* 6150* 6152* 6154* 6156* 6158* 6160* 6162* 6164* 6166* 6168* 6170* 6172* 6174* 6176* 6178* 6180* 6182* 6184* 6186* 6188* 6190* 6192* 6193* 6197* 6199* 6201* 6202* 6203* 6204* 6205* 6206* 6207* 6208* 6210* 6212* 6214* 6216* 6218* 6220* 6222* 6224* 6226* 6228* 6230* 6232* 6234* 6236* 6238* 6240* 6242* 6244* 6246* 6248* 6250* 6252* 6254* 6256* 6258* 6260* 6262* 6264* 6266* 6268* 6270* 6272* 6274* 6276* 6278* 6280* 6282* 6284* 6286* 6288* 6290* 6292* 6294* 6296* 6298* 6300* 6302* 6304* 6306* 6308* 6310* 6312* 6314* 6316* 6318* 6320* 6322* 6324* 6326* 6328* 6330* 6332* 6334* 6336* 6338* 6340* 6342* 6344* 6346* 6348* 6350* 6352* 6354* 6356* 6358* 6360* 6362* 6364* 6366* 6368* 6370* 6372* 6374* 6376* 6378* 6380* 6382* 6384* 6386* 6388* 6389* 6390* 6391* 6392* 6393* 6394* 6396* 6397* 6398* 6399* 6400* 6401* 6402* 6403* 6404* 6405* 6406* 6407* 6408* 6409* 6410* 6411* 6412* 6413* 6414* 6415* 6417* 6418* 6419* 6420* 6421* 6422* 6424* 6425* 6426* 6427* 6428* 6429* 6430* 6431* 6433* 6434* 6435* 6436* 6438* 6440* 6443* 6444* 6446* 6448* 6450* 6452* 6454* 6456* 6458* 6460* 6462* 6464* 6466* 6468* 6470* 6472* 6474* 6476* 6478* 6480* 6482* 6484* 6486* 6488* 6490* 6492* 6494* 6496* 6498* 6500* 6502* 6504* 6506* 6508* 6510* 6512* 6514* 6516* 6518* 6520* 6522* 6524* 6526* 6528* 6530* 6532* 6534* 6536* 6538* 6540* 6542* 6544* 6546* 6548* 6550* 6552* 6554* 6556* 6558* 6559* 6561* 6562* 6565* 6566* 6567* 6569* 6570* 6571* 6572* 6573* 6574* 6575* 6576* 6578* 6580* 6582* 6583* 6584* 6585* 6586* 6587* 6588* 6589* 6590* 6591* 6592* 6594* 6596* 6598* 6600* 6602* 6604* 6606* 6608* 6610* 6612* 6614* 6616* 6618* 6620* 6622* 6624* 6626* 6628* 6630* 6632* 6634* 6636* 6638* 6640* 6642* 6644* 6646* 6648* 6650* 6652* 6654* 6656* 6658* 6660* 6662* 6664* 6666* 6668* 6670* 6672* 6674* 6676* 6678* 6680* 6682* 6684* 6686* 6688* 6690* 6692* 6694* 6696* 6698* 6700* 6702* 6704* 6706* 6708* 6710* 6712* 6714* 6716* 6718* 6720* 6722* 6724* 6726* 6728* 6730* 6732* 6734* 6736* 6738* 6740* 6742* 6744* 6746* 6748* 6750* 6752* 6753* 6754* 6756* 6757* 6758* 6760* 6762* 6764* 6766* 6768* 6770* 6772* 6774* 6776* 6778* 6780* 6782* 6784* 6786* 6787* 6788* 6789* 6790* 6791* 6792* 6794* 6795* 6796* 6797* 6798* 6799* 6800* 6802* 6804* 6806* 6808* 6810* 6812* 6814* 6816* 6818* 6820* 6822* 6824* 6826* 6828* 6830* 6832* 6834* 6836* 6838* 6840* 6841* 6842* 6843* 6844* 6845* 6847* 6848* 6849* 6850* 6851* 6852* 6853* 6855* 6856* 6857* 6858* 6859* 6860* 6862* 6864* 6866* 6868* 6870* 6872* 6874* 6876* 6878* 6880* 6882* 6884* 6886* 6888* 6890* 6892* 6894* 6896* 6898* 6900* 6902* 6904* 6906* 6908* 6910* 6912* 6914* 6916* 6918* 6920* 6922* 6923* 6925* 6926* 6928* 6930* 6932* 6934* 6936* 6938* 6940* 6942* 6944* 6946* 6948* 6950* 6952* 6954* 6956* 6958* 6960* 6962* 6964* 6966* 6968* 6970* 6972* 6974* 6976* 6978* 6980* 6982* 6984* 6986* 6988* 6990* 6992* 6994* 6996* 6998* 7000* 7002* 7004* 7006* 7008* 7010* 7012* 7014* 7016* 7018* 7020* 7022* 7024* 7026* 7028* 7030* 7032* 7034* 7036* 7038* 7040* 7042* 7044* 7046* 7048* 7050* 7052* 7054* 7056* 7058* 7060* 7062* 7064* 7066* 7068* 7070* 7072* 7074* 7076* 7078* 7080* 7082* 7084* 7086* 7088* 7090* 7092* 7094* 7096* 7098* 7100* 7102* 7104* 7106* 7108* 7110* 7112* 7114* 7116* 7118* 7120* 7122* 7124* 7126* 7128* 7130* 7132* 7134* 7136* 7138* 7140* 7142* 7144* 7146* 7148* 7150* 7152* 7154* 7156* 7158* 7160* 7162* 7164* 7166* 7168* 7170* 7172* 7174* 7176* 7178* 7180* 7182* 7184* 7186* 7188* 7190* 7192* 7194* 7196* 7198* 7200* 7202* 7204* 7206* 7208* 7210* 7212* 7214* 7216* 7218* 7220* 7222* 7224* 7226* 7228* 7230* 7232* 7234* 7236* 7238* 7240* 7242* 7244* 7246* 7248* 7250* 7252* 7254* 7256* 7258* 7260* 7262* 7264* 7266* 7268* 7270* 7272* 7274* 7276* 7278* 7280* 7282* 7284* 7286* 7288* 7290* 7292* 7294* 7296* 7298* 7300* 7302* 7304* 7306* 7308* 7310* 7312* 7314* 7316* 7318* 7320* 7322* 7324* 7326* 7328* 7330* 7332* 7334* 7336* 7338* 7340* 7342* 7344* 7346* 7348* 7350* 7352* 7354* 7356* 7358* 7360* 7362* 7364* 7366* 7367* 7369* 7370* 7372* 7374* 7375* 7376* 7377* 7378* 7379* 7380* 7382* 7384* 7386* 7388* 7390* 7392* 7394* 7396* 7398* 7400* 7402* 7404* 7406* 7408* 7410* 7412* 7414* 7415* 7417* 7418* 7420* 7422* 7424* 7426* 7428* 7430* 7432* 7434* 7435* 7436* 7437* 7438* 7439* 7441* 7442* 7443* 7444* 7445* 7446* 7447* 7448* 7450* 7451* 7452* 7453* 7454* 7456* 7458* 7460* 7462* 7464* 7466* 7468* 7470* 7471* 7473* 7474* 7476* 7478* 7480* 7482* 7484* 7487* 7488* 7489* 7490* 7491* 7492* 7493* 7494* 7495* 7496* 7497* 7499* 7503* 7504* 7507* 7508* 7509* 7510* 7511* 7512* 7514* 7515* 7516* 7517* 7518* 7519* 7520* 7521* 7522* 7523* 7524* 7525* 7526* 7527* 7528* 7529* 7530* 7531* 7532* 7533* 7534* 7535* 7536* 7537* 7538* 7539* 7540* 7542* 7544* 7546* 7548* 7550* 7552* 7554* 7556* 7558* 7560* 7562* 7564* 7566* 7568* 7570* 7572* 7574* 7576* 7578* 7580* 7582* 7584* 7586* 7588* 7590* 7592* 7594* 7596* 7598* 7600* 7602* 7603* 7604* 7605* 7606* 7607* 7609* 7610* 7611* 7612* 7614* 7615* 7616* 7617* 7618* 7619* 7620* 7621* 7622* 7623* 7624* 7625* 7626* 7627* 7628* 7630* 7632* 7634* 7636* 7638* 7640* 7642* 7644* 7646* 7648* 7650* 7652* 7654* 7656* 7658* 7660* 7662* 7664* 7666* 7668* 7670* 7672* 7674* 7676* 7678* 7680* 7682* 7684* 7686* 7688* 7690* 7692* 7694* 7696* 7698* 7700* 7702* 7704* 7706* 7708* 7710* 7712* 7714* 7716* 7718* 7720* 7722* 7724* 7726* 7728* 7730* 7732* 7734* 7736* 7738* 7740* 7742* 7744* 7746* 7748* 7750* 7752* 7754* 7756* 7758* 7760* 7762* 7764* 7766* 7768* 7770* 7772* 7774* 7776* 7778* 7780* 7782* 7784* 7786* 7788* 7790* 7792* 7794* 7796* 7798* 7800* 7802* 7804* 7806* 7808* 7810* 7812* 7814* 7816* 7818* 7820* 7822* 7824* 7826* 7828* 7830* 7832* 7834* 7836* 7838* 7840* 7842* 7844* 7846* 7848* 7850* 7852* 7854* 7856* 7858* 7860* 7862* 7864* 7866* 7868* 7870* 7872* 7874* 7876* 7878* 7880* 7882* 7884* 7886* 7888* 7890* 7892* 7894* 7896* 7898* 7900* 7902* 7904* 7906* 7908* 7910* 7912* 7914* 7916* 7918* 7920* 7922* 7924* 7926* 7928* 7930* 7932* 7934* 7936* 7938* 7940* 7942* 7944* 7946* 7948* 7950* 7952* 7954* 7956* 7958* 7960* 7962* 7964* 7966* 7968* 7970* 7972* 7974* 7976* 7978* 7980* 7982* 7984* 7986* 7988* 7990* 7992* 7994* 7996* 7998* 8000* 8002* 8004* 8006* 8008* 8010* 8012* 8014* 8016* 8018* 8020* 8022* 8024* 8026* 8028* 8030* 8032* 8034* 8036* 8038* 8040* 8042* 8044* 8046* 8048* 8050* 8052* 8054* 8056* 8058* 8060* 8062* 8064* 8066* 8068* 8070* 8072* 8074* 8076* 8078* 8080* 8082* 8084* 8086* 8088* 8090* 8092* 8094* 8096* 8098* 8100* 8102* 8104* 8106* 8108* 8110* 8112* 8114* 8116* 8118* 8120* 8122* 8124* 8126* 8128* 8130* 8132* 8134* 8136* 8138* 8140* 8142* 8144* 8146* 8148* 8150* 8152* 8154* 8156* 8158* 8160* 8162* 8164* 8166* 8168* 8170* 8172* 8174* 8176* 8178* 8180* 8182* 8184* 8186* 8188* 8190* 8192* 8194* 8196* 8198* 8200* 8202* 8204* 8206* 8208* 8210* 8212* 8214* 8216* 8218* 8220* 8222* 8224* 8226* 8228* 8230* 8232* 8234* 8236* 8238* 8240* 8242* 8244* 8246* 8248* 8250* 8252* 8254* 8256* 8258* 8260* 8262* 8264* 8266* 8268* 8270* 8272* 8274* 8276* 8278* 8280* 8282* 8284* 8286* 8288* 8290* 8292* 8294* 8296* 8298* 8300* 8302* 8304* 8306* 8308* 8310* 8312* 8314* 8316* 8318* 8320* 8322* 8324* 8326* 8328* 8330* 8332* 8334* 8336* 8338* 8340* 8342* 8344* 8346* 8348* 8350* 8352* 8354* 8356* 8358* 8360* 8362* 8364* 8366* 8368* 8370* 8372* 8374* 8376* 8378* 8380* 8382* 8384* 8386* 8388* 8390* 8392* 8394* 8396* 8398* 8400* 8402* 8404* 8406* 8408* 8410* 8412* 8414* 8416* 8418* 8420* 8422* 8424* 8426* 8428* 8430* 8432* 8434* 8436* 8438* 8440* 8442* 8444* 8446* 8448* 8450* 8452* 8454* 8456* 8458* 8460* 8462* 8464* 8466* 8468* 8470* 8472* 8474* 8476* 8478* 8480* 8482* 8484* 8486* 8488* 8490* 8492* 8494* 8496* 8498* 8500* 8503* 8504* 8506* 8508* 8510* 8512* 8514* 8516* 8518* 8520* 8522* 8524* 8526* 8528* 8530* 8532* 8534* 8536* 8538* 8540* 8542* 8544* 8546* 8548* 8550* 8552* 8554* 8556* 8558* 8560* 8562* 8564* 8566* 8568* 8570* 8572* 8574* 8576* 8578* 8580* 8582* 8584* 8586* 8588* 8590* 8592* 8594* 8596* 8598* 8600* 8602* 8604* 8606* 8608* 8610* 8612* 8614* 8616* 8618* 8620* 8622* 8624* 8626* 8628* 8630* 8632* 8634* 8636* 8638* 8640* 8642* 8644* 8646* 8648* 8650* 8652* 8654* 8656* 8658* 8660* 8662* 8664* 8666* 8668* 8670* 8672* 8674* 8676* 8678* 8680* 8682* 8684* 8686* 8688* 8690* 8692* 8694* 8696* 8698* 8700* 8702* 8704* 8706* 8708* 8710* 8712* 8714* 8716* 8718* 8720* 8722* 8724* 8726* 8728* 8730* 8732* 8734* 8736* 8738* 8740* 8742* 8744* 8746* 8748* 8750* 8752* 8754* 8756* 8758* 8760* 8762* 8764* 8766* 8768* 8770* 8772* 8774* 8776* 8778* 8780* 8782* 8784* 8786* 8788* 8790* 8792* 8794* 8796* 8798* 8800* 8802* 8804* 8806* 8808* 8810* 8812* 8814* 8816* 8818* 8820* 8822* 8824* 8826* 8828* 8830* 8832* 8834* 8836* 8838* 8840* 8842* 8844* 8846* 8848* 8850* 8852* 8854* 8856* 8858* 8860* 8862* 8864* 8866* 8868* 8870* 8872* 8874* 8876* 8878* 8880* 8882* 8884* 8886* 8888* 8890* 8892* 8894* 8896* 8898* 8900* 8902* 8904* 8906* 8908* 8910* 8912* 8914* 8916* 8918* 8920* 8922* 8924* 8926* 8928* 8930* 8932* 8934* 8936* 8938* 8940* 8942* 8944* 8946* 8948* 8950* 8952* 8954* 8956* 8958* 8960* 8962* 8964* 8966* 8968* 8970* 8972* 8974* 8976* 8978* 8980* 8982* 8984* 8986* 8988* 8990* 8992* 8994* 8996* 8998* 9000* 9002* 9004* 9006* 9008* 9010* 9012* 9014* 9016* 9018* 9020* 9022* 9024* 9026* 9028* 9030* 9032* 9034* 9036* 9038* 9040* 9042* 9044* 9046* 9048* 9050* 9052* 9054* 9056* 9058* 9060* 9062* 9064* 9066* 9068* 9070* 9072* 9074* 9076* 9078* 9080* 9082* 9084* 9086* 9088* 9090* 9092* 9094* 9096* 9098* 9100* 9102* 9104* 9106* 9108* 9110* 9112* 9114* 9116* 9118* 9120* 9122* 9124* 9126* 9128* 9130* 9131* 9133* 9134* 9136* 9138* 9140* 9142* 9144* 9146* 9148* 9150* 9152* 9154* 9156* 9158* 9160* 9162* 9164* 9166* 9168* 9170* 9172* 9174* 9176* 9178* 9180* 9182* 9184* 9186* 9188* 9190* 9192* 9194* 9196* 9198* 9200* 9202* 9204* 9206* 9208* 9210* 9212* 9214* 9216* 9218* 9220* 9222* 9224* 9226* 9228* 9230* 9232* 9234* 9236* 9238* 9240* 9242* 9244* 9246* 9248* 9250* 9252* 9254* 9256* 9258* 9260* 9262* 9264* 9266* 9268* 9270* 9272* 9274* 9276* 9278* 9280* 9282* 9284* 9286* 9288* 9290* 9292* 9294* 9296* 9298* 9300* 9302* 9304* 9306* 9308* 9310* 9312* 9314* 9316* 9318* 9320* 9322* 9324* 9326* 9328* 9330* 9332* 9334* 9336* 9338* 9340* 9342* 9344* 9346* 9348* 9350* 9352* 9354* 9356* 9358* 9360* 9362* 9364* 9366* 9368* 9370* 9372* 9374* 9375* 9376* 9378* 9380* 9382* 9384* 9386* 9388* 9390* 9392* 9394* 9396* 9398* 9400* 9402* 9404* 9406* 9408* 9410* 9412* 9414* 9416* 9418* 9419* 9420* 9421* 9422* 9423* 9424* 9425* 9426* 9427* 9428* 9429* 9430* 9431* 9432* 9448* 9450* 9452* 9454* 9456* 9458* 9460* 9462* 9464* 9466* 9468* 9470* 9472* 9474* 9476* 9478* 9480* 9482* 9484* 9486* 9488* 9490* 9492* 9494* 9496* 9498* 9500* 9502* 9504* 9506* 9508* 9510* 9512* 9514* 9516* 9518* 9520* 9522* 9524* 9526* 9528* 9530* 9532* 9534* 9536* 9538* 9540* 9542* 9544* 9546* 9548* 9550* 9552* 9554* 9556* 9558* 9560* 9562* 9564* 9566* 9568* 9570* 9572* 9574* 9576* 9578* 9580* 9582* 9584* 9586* 9588* 9590* 9592* 9594* 9596* 9598* 9600* 9602* 9604* 9606* 9608* 9610* 9612* 9614* 9616* 9618* 9620* 9622* 9624* 9626* 9628* 9630* 9632* 9634* 9636* 9638* 9640* 9642* 9644* 9646* 9648* 9650* 9652* 9654* 9656* 9658* 9660* 9662* 9664* 9666* 9668* 9670* 9672* 9674* 9676* 9678* 9680* 9682* 9684* 9686* 9688* 9690* 9692* 9694* 9696* 9698* 9700* 9701* 9702* 9703* 9704* 9705* 9706* 9707* 9708* 9709* 9710* 9711* 9724* 9726* 9728* 9730* 9732* 9734* 9736* 9738* 9740* 9742* 9744* 9746* 9748* 9750* 9752* 9754* 9756* 9758* 9760* 9762* 9764* 9766* 9768* 9770* 9772* 9774* 9776* 9778* 9780* 9782* 9784* 9786* 9788* 9790* 9792* 9794* 9796* 9798* 9800* 9802* 9804* 9806* 9808* 9810* 9812* 9814* 9816* 9818* 9820* 9822* 9824* 9826* 9828* 9830* 9832* 9834* 9836* 9838* 9840* 9842* 9844* 9846* 9848* 9850* 9852* 9854* 9856* 9858* 9860* 9862* 9864* 9866* 9868* 9870* 9872* 9874* 9876* 9878* 9880* 9882* 9884* 9886* 9888* 9890* 9892* 9894* 9896* 9898* 9900* 9902* 9904* 9906* 9908* 9910* 9912* 9914* 9916* 9918* 9920* 9922* 9924* 9926* 9928* 9930* 9932* 9934* 9936* 9938* 9940* 9942* 9944* 9946* 9948* 9950* 9952* 9954* 9956* 9958* 9960* 9962* 9964* 9966* 9968* 9970* 9972* 9974* 9976* 9978* 9980* 9982* 9984* 9986* 9988* 9990* 9992* 9994* 9996* 9998* 10000* 10002* 10004* 10006* 10008* 10010* 10012* 10014* 10016* 10018* 10020* 10022* 10024* 10026* 10028* 10030* 10032* 10034* 10036* 10038* 10040* 10042* 10044* 10046* 10048* 10050* 10052* 10054* 10056* 10058* 10060* 10062* 10064* 10066* 10068* 10070* 10072* 10074* 10076* 10078* 10080* 10082* 10084* 10086* 10088* 10090* 10092* 10094* 10096* 10098* 10100* 10102* 10104* 10106* 10108* 10110* 10112* 10114* 10116* 10118* 10120* 10122* 10124* 10126* 10128* 10130* 10132* 10134* 10136* 10138* 10140* 10142* 10144* 10146* 10148* 10150* 10151* 10152* 10153* 10154* 10155* 10156* 10157* 10158* 10159* 10160* 10161* 10162* 10163* 10164* 10165* 10166* 10167* 10168* 10169* 10170* 10171* 10172* 10173* 10174* 10175* 10176* 10177* 10178* 10179* 10180* 10181* 10182* 10183* 10184* 10185* 10186* 10187* 10188* 10189* 10190* 10191* 10192* 10193* 10194* 10195* 10196* 10197* 10198* 10199* 10200* 10201* 10202* 10203* 10204* 10205* 10206* 10207* 10208* 10209* 10210* 10211* 10212* 10213* 10214* 10215* 10216* 10217* 10218* 10219* 10220* 10221* 10222* 10223* 10224* 10225* 10226* 10227* 10228* 10229* 10230* 10231* 10232* 10233* 10234* 10235* 10236* 10237* 10238* 10239* 10240* 10241* 10242* 10243* 10244* 10245* 10246* 10247* 10248* 10249* 10250* 10251* 10252* 10253* 10350* 10352* 10354* 10356* 10358* 10360* 10362* 10364* 10366* 10368* 10370* 10372* 10374* 10376* 10378* 10380* 10382* 10384* 10386* 10388* 10390* 10392* 10394* 10396* 10398* 10400* 10402* 10404* 10406* 10408* 10410* 10412* 10414* 10416* 10418* 10420* 10422* 10424* 10426* 10428* 10430* 10432* 10434* 10436* 10438* 10440* 10442* 10444* 10446* 10448* 10450* 10452* 10454* 10456* 10458* 10460* 10462* 10464* 10466* 10468* 10470* 10472* 10474* 10476* 10478* 10480* 10482* 10484* 10486* 10488* 10490* 10492* 10494* 10496* 10498* 10500* 10502* 10504* 10506* 10508* 10510* 10512* 10514* 10516* 10518* 10520* 10522* 10524* 10526* 10528* 10530* 10532* 10534* 10536* 10538* 10540* 10542* 10544* 10546* 10548* 10550* 10552* 10554* 10556* 10558* 10560* 10562* 10564* 10566* 10568* 10570* 10572* 10574* 10576* 10578* 10580* 10582* 10584* 10586* 10588* 10590* 10592* 10594* 10596* 10598* 10600* 10602* 10604* 10606* 10608* 10610* 10612* 10614* 10616* 10618* 10620* 10622* 10624* 10626* 10628* 10630* 10632* 10634* 10636* 10638* 10640* 10642* 10644* 10646* 10648* 10650* 10652* 10654* 10656* 10658* 10660* 10662* 10664* 10666* 10668* 10670* 10672* 10674* 10676* 10678* 10680* 10682* 10684* 10686* 10688* 10690* 10692* 10694* 10696* 10698* 10700* 10702* 10704* 10706* 10708* 10710* 10712* 10714* 10716* 10718* 10720* 10722* 10724* 10726* 10728* 10730* 10732* 10734* 10736* 10738* 10740* 10742* 10744* 10746* 10748* 10750* 10752* 10754* 10756* 10758* 10760* 10762* 10764* 10766* 10768* 10770* 10772* 10774* 10776* 10778* 10780* 10782* 10784* 10786* 10788* 10790* 10792* 10794* 10796* 10798* 10800* 10802* 10804* 10806* 10808* 10810* 10812* 10814* 10816* 10818* 10820* 10822* 10824* 10826* 10828* 10830* 10832* 10834* 10836* 10838* 10840* 10842* 10844* 10846* 10848* 10850* 10852* 10854* 10856* 10858* 10860* 10862* 10864* 10866* 10868* 10870* 10872* 10874* 10876* 10878* 10880* 10882* 10884* 10886* 10888* 10890* 10892* 10894* 10896* 10898* 10900* 10902* 10904* 10906* 10908* 10910* 10912* 10914* 10916* 10918* 10920* 10922* 10924* 10926* 10928* 10930* 10932* 10934* 10936* 10938* 10940* 10942* 10944* 10946* 10948* 10950* 10952* 10954* 10956* 10958* 10960* 10962* 10964* 10966* 10968* 10970* 10972* 10974* 10976* 10978* 10980* 10982* 10984* 10986* 10988* 10990* 10992* 10994* 10996* 10998* 11000* 11002* 11004* 11006* 11008* 11010* 11012* 11014* 11016* 11018* 11020* 11022* 11024* 11026* 11028* 11030* 11032* 11034* 11036* 11038* 11040* 11042* 11044* 11046* 11048* 11050* 11052* 11054* 11056* 11058* 11060* 11062* 11064* 11066* 11068* 11070* 11072* 11074* 11076* 11078* 11080* 11082* 11084* 11086* 11088* 11090* 11092* 11094* 11096* 11098* 11100* 11102* 11104* 11106* 11108* 11110* 11112* 11114* 11116* 11118* 11120* 11122* 11124* 11126* 11128* 11130* 11132* 11134* 11136* 11138* 11140* 11142* 11144* 11146* 11148* 11150* 11152* 11154* 11156* 11158* 11160* 11162* 11164* 11166* 11168* 11170* 11172* 11174* 11176* 11178* 11180* 11182* 11184* 11186* 11188* 11190* 11192* 11194* 11196* 11198* 11200* 11202* 11204* 11206* 11208* 11210* 11212* 11214* 11216* 11218* 11220* 11222* 11224* 11226* 11228* 11230* 11232* 11234* 11236* 11238* 11240* 11242* 11244* 11246* 11248* 11250* 11252* 11254* 11256* 11258* 11260* 11262* 11264* 11266* 11268* 11270* 11272* 11274* 11276* 11278* 11280* 11282* 11284* 11286* 11288* 11290* 11292* 11294* 11296* 11298* 11300* 11302* 11304* 11306* 11308* 11310* 11312* 11314* 11316* 11318* 11320* 11322* 11324* 11326* 11328* 11330* 11332* 11334* 11336* 11338* 11340* 11342* 11344* 11346* 11348* 11350* 11352* 11354* 11356* 11358* 11360* 11362* 11364* 11366* 11368* 11370* 11372* 11374* 11376* 11378* 11380* 11382* 11384* 11386* 11388* 11390* 11392* 11394* 11396* 11398* 11400* 11402* 11404* 11406* 11408* 11410* 11412* 11414* 11416* 11418* 11420* 11422* 11424* 11426* 11428* 11430* 11432* 11434* 11436* 11438* 11440* 11442* 11444* 11446* 11448* 11450* 11452* 11454* 11456* 11458* 11460* 11462* 11464* 11466* 11468* 11470* 11472* 11474* 11476* 11478* 11480* 11482* 11484* 11486* 11488* 11490* 11492* 11494* 11496* 11498* 11500* 11502* 11504* 11506* 11508* 11510* 11512* 11514* 11516* 11518* 11520* 11522* 11524* 11526* 11528* 11530* 11532* 11534* 11536* 11538* 11540* 11542* 11544* 11546* 11548* 11550* 11552* 11554* 11556* 11558* 11560* 11562* 11564* 11566* 11568* 11570* 11572* 11574* 11576* 11578* 11580* 11582* 11584* 11586* 11588* 11590* 11591* 11592* 11593* 11595* 11596* 11597* 11598* 11599* 11600* 11601* 11602* 11603* 11604* 11605* 11606* 11607* 11610* 11611* 11612* 11614* 11615* 11616* 11617* 11618* 11619* 11620* 11621* 11625* 11654* 11655* 11656* 11657* 11658* 11660* 11662* 11673* 11677* 11678* 11679* 11680* 11681* 11688* 11692* 11695* 11696* 11697* 11699* 11700* 11701* 11702* 11703* 11705* 11706* 11707* 11708* 11709* 11710* 11711* 11712* 11713* 11714* 11715* 11716* 11717* 11718* 11719* 11720* 11721* 11722* 11723* 11724* 11725* 11726* 11727* 11728* 11729* 11730* 11748* 11749* 11750* 11751* 11752* 11753* 11754* 11755* 11756* 11757* 11758* 11759* 11760* 11761* 11762* 11763* 11764* 11765* 11766* 11767* 11768* 11769* 11770* 11771* 11772* 11773* 11774* 11775* 11776* 11777* 11778* 11779* 11780* 11781* 11782* 11783* 11784* 11785* 11786* 11787* 11788* 11789* 11790* 11792* 11793* 11794* 11795* 11796* 11797* 11798* 11799* 11800* 11801* 11802* 11803* 11804* 11805* 11806* 11807* 11808* 11809* 11810* 11811* 11812* 11813* 11814* 11815* 11816* 11817* 11818* 11819* 11820* 11821* 11822* 11823* 11824* 11825* 11826* 11827* 11828* 11829* 11830* 11831* 11832* 11833* 11834* 11835* 11836* 11837* 11838* 11839* 11840* 11841* 11842* 11844* 11845* 11846* 11847* 11848* 11849* 11850* 11851* 11852* 11853* 11854* 11855* 11856* 11857* 11858* 11859* 11860* 11861* 11862* 11863* 11864* 11865* 11866* 11867* 11868* 11869* 11870* 11871* 11872* 11873* 11874* 11875* 11876* 11877* 11878* 11879* 11880* 11881* 11882* 11883* 11884* 11885* 11886* 11887* 11888* 11889* 11890* 11891* 11892* 11893* 11894* 11895* 11896* 11897* 11898* 11899* 11900* 11901* 11902* 11903* 11904* 11905* 11906* 11907* 11908* 11909* 11910* 11911* 11912* 11913* 11914* 11915* 11916* 11917* 11918* 11919* 11920* 11921* 11922* 11923* 11924* 11925* 11926* 11927* 11928* 11929* 11930* 11931* 11932* 11933* 11934* 11935* 11936* 11937* 11938* 11939* 11940* 11941* 11942* 11943* 11944* 11945* 11946* 11947* 11948* 11949* 11950* 11951* 11952* 11953* 11954* 11955* 11956* 11957* 11958* 11959* 11960* 11961* 11962* 11963* 11964* 11965* 11966* 11967* 11968* 11969* 11970* 11971* 11972* 11973* 11974* 11975* 11976* 11977* 11978* 11979* 11980* 11981* 11982* 11983* 11984* 11985* 11986* 11987* 11988* 11989* 11990* 11991* 11992* 11993* 11994* 11995* 11996* 11997* 11998* 11999* 12000* 12001* 12002* 12003* 12004* 12005* 12006* 12007* 12008* 12009* 12010* 12011* 12012* 12013* 12014* 12015* 12016* 12017* 12018* 12019* 12020* 12021* 12022* 12023* 12024* 12025* 12026* 12027* 12028* 12029* 12030* 12031* 12032* 12033* 12034* 12035* 12036* 12037* 12038* 12039* 12040* 12041* 12042* 12043* 12044* 12045* 12046* 12047* 12048* 12049* 12050* 12051* 12052* 12053* 12054* 12055* 12056* 12057* 12058* 12059* 12060* 12061* 12062* 12063* 12064* 12065* 12066* 12067* 12068* 12069* 12070* 12071* 12072* 12073* 12074* 12075* 12076* 12077* 12078* 12079* 12080* 12081* 12082* 12083* 12084* 12085* 12086* 12087* 12088* 12089* 12090* 12091* 12092* 12093* 12094* 12095* 12096* 12097* 12098* 12099* 12100* 12101* 12102* 12103* 12104* 12105* 12106* 12107* 12108* 12109* 12110* 12111* 12112* 12113* 12114* 12115* 12116* 12117* 12118* 12119* 12120* 12121* 12122* 12123* 12124* 12125* 12126* 12127* 12128* 12129* 12130* 12131* 12132* 12133* 12134* 12135* 12136* 12137* 12138* 12139* 12140* 12141* 12142* 12143* 12144* 12145* 12146* 12147* 12148* 12149* 12150* 12151* 12152* 12153* 12154* 12155* 12156* 12157* 12158* 12159* 12160* 12161* 12162* 12163* 12164* 12165* 12166* 12167* 12168* 12169* 12170* 12171* 12172* 12173* 12174* 12175* 12176* 12177* 12178* 12179* 12180* 12181* 12182* 12183* 12184* 12185* 12186* 12187* 12188* 12189* 12190* 12191* 12192* 12193* 12194* 12195* 12196* 12197* 12198* 12199* 12200* 12201* 12202* 12203* 12204* 12205* 12206* 12207* 12208* 12209* 12210* 12211* 12212* 12213* 12214* 12215* 12216* 12217* 12218* 12219* 12220* 12221* 12222* 12223* 12224* 12225* 12226* 12227* 12228* 12229* 12230* 12231* 12232* 12233* 12234* 12235* 12236* 12237* 12238* 12239* 12240* 12241* 12242* 12243* 12244* 12245* 12246* 12247* 12248* 12249* 12250* 12251* 12252* 12253* 12254* 12255* 12256* 12257* 12258* 12259* 12260* 12261* 12262* 12263* 12264* 12265* 12266* 12267* 12268* 12269* 12270* 12271* 12272* 12273* 12274* 12275* 12276* 12277* 12278* 12279* 12280* 12281* 12282* 12283* 12284* 12285* 12286* 12287* 12288* 12289* 12290* 12291* 12292* 12293* 12294* 12295* 12296* 12297* 12298* 12299* 12300* 12301* 12302* 12303* 12304* 12305* 12306* 12307* 12308* 12309* 12310* 12311* 12312* 12313* 12314* 12315* 12316* 12317* 12318* 12320* 12322* 12324* 12326* 12328* 12330* 12332* 12334* 12336* 12338* 12340* 12342* 12344* 12346* 12348* 12350* 12352* 12354* 12356* 12358* 12360* 12362* 12364* 12366* 12368* 12370* 12372* 12374* 12376* 12378* 12380* 12382* 12384* 12386* 12388* 12390* 12392* 12394* 12396* 12398* 12400* 12402* 12404* 12406* 12408* 12410* 12412* 12414* 12416* 12418* 12420* 12422* 12424* 12426* 12428* 12430* 12432* 12434* 12436* 12438* 12440* 12442* 12444* 12446* 12448* 12450* 12452* 12454* 12456* 12458* 12460* 12462* 12464* 12466* 12468* 12470* 12472* 12474* 12476* 12478* 12480* 12482* 12484* 12486* 12488* 12490* 12492* 12494* 12496* 12498* 12500* 12502* 12504* 12506* 12508* 12510* 12512* 12514* 12516* 12518* 12520* 12522* 12524* 12526* 12528* 12530* 12532* 12534* 12536* 12538* 12540* 12542* 12544* 12546* 12548* 12550* 12552* 12554* 12556* 12558* 12560* 12562* 12564* 12566* 12568* 12570* 12572* 12574* 12576* 12578* 12580* 12582* 12584* 12586* 12588* 12590* 12592* 12594* 12596* 12598* 12600* 12602* 12604* 12606* 12608* 12610* 12612* 12614* 12616* 12618* 12620* 12622* 12624* 12626* 12628* 12630* 12632* 12634* 12636* 12638* 12640* 12642* 12644* 12646* 12648* 12650* 12652* 12654* 12656* 12658* 12660* 12662* 12664* 12666* 12668* 12670* 12672* 12674* 12676* 12678* 12680* 12682* 12684* 12686* 12688* 12690* 12692* 12694* 12696* 12698* 12700* 12702* 12704* 12706* 12708* 12710* 12712* 12714* 12716* 12718* 12720* 12722* 12724* 12726* 12728* 12730* 12732* 12734* 12736* 12738* 12740* 12742* 12744* 12746* 12748* 12750* 12752* 12754* 12756* 12758* 12760* 12762* 12764* 12766* 12768* 12770* 12772* 12774* 12776* 12778* 12780* 12782* 12784* 12786* 12788* 12790* 12792* 12794* 12796* 12798* 12800* 12802* 12804* 12806* 12808* 12810* 12812* 12814* 12816* 12818* 12820* 12822* 12824* 12826* 12828* 12830* 12832* 12834* 12836* 12838* 12840* 12842* 12844* 12846* 12848* 12850* 12852* 12854* 12856* 12858* 12860* 12862* 12864* 12866* 12868* 12870* 12872* 12874* 12876* 12878* 12880* 12882* 12884* 12886* 12888* 12890* 12892* 12894* 12896* 12898* 12900* 12902* 12904* 12906* 12908* 12910* 12912* 12914* 12916* 12918* 12920* 12922* 12924* 12926* 12928* 12930* 12932* 12934* 12936* 12938* 12940* 12942* 12944* 12946* 12948* 12950* 12952* 12954* 12956* 12958* 12960* 12962* 12964* 12966* 12968* 12970* 12972* 12974* 12976* 12978* 12980* 12982* 12983* 12985* 12986* 12988* 12990* 12992* 12994* 12996* 12998* 13000* 13002* 13004* 13006* 13008* 13010* 13012* 13014* 13016* 13017* 13019* 13020* 13022* 13024* 13026* 13028* 13030* 13032* 13034* 13036* 13038* 13040* 13042* 13044* 13046* 13048* 13050* 13052* 13054* 13056* 13058* 13060* 13062* 13064* 13066* 13068* 13070* 13072* 13074* 13076* 13078* 13080* 13082* 13084* 13086* 13088* 13090* 13092* 13094* 13096* 13098* 13100* 13102* 13104* 13106* 13108* 13110* 13112* 13114* 13116* 13118* 13120* 13122* 13124* 13126* 13128* 13130* 13132* 13134* 13136* 13138* 13140* 13142* 13144* 13146* 13148* 13150* 13152* 13154* 13156* 13158* 13160* 13162* 13164* 13166* 13168* 13170* 13172* 13174* 13176* 13178* 13180* 13182* 13184* 13186* 13188* 13190* 13192* 13194* 13196* 13198* 13200* 13202* 13204* 13206* 13208* 13210* 13212* 13214* 13216* 13218* 13220* 13222* 13224* 13226* 13228* 13230* 13232* 13234* 13236* 13238* 13240* 13242* 13244* 13246* 13248* 13250* 13252* 13254* 13256* 13258* 13260* 13262* 13264* 13266* 13268* 13270* 13272* 13274* 13276* 13278* 13280* 13282* 13284* 13286* 13288* 13290* 13292* 13294* 13296* 13298* 13300* 13302* 13304* 13306* 13308* 13310* 13312* 13314* 13316* 13318* 13320* 13322* 13324* 13326* 13328* 13330* 13332* 13334* 13336* 13338* 13340* 13342* 13344* 13346* 13348* 13350* 13352* 13354* 13356* 13358* 13360* 13362* 13364* 13366* 13368* 13370* 13372* 13374* 13376* 13378* 13380* 13382* 13384* 13386* 13388* 13390* 13392* 13394* 13396* 13398* 13400* 13402* 13404* 13406* 13408* 13410* 13412* 13414* 13416* 13418* 13420* 13422* 13424* 13426* 13428* 13430* 13432* 13434* 13436* 13438* 13440* 13442* 13444* 13446* 13448* 13450* 13452* 13454* 13456* 13458* 13460* 13462* 13464* 13466* 13468* 13470* 13472* 13474* 13476* 13478* 13480* 13482* 13484* 13486* 13488* 13490* 13492* 13494* 13496* 13498* 13500* 13502* 13504* 13506* 13508* 13510* 13512* 13514* 13516* 13518* 13520* 13522* 13524* 13526* 13528* 13530* 13532* 13534* 13536* 13538* 13540* 13542* 13544* 13546* 13548* 13550* 13552* 13554* 13556* 13558* 13560* 13562* 13564* 13566* 13568* 13570* 13572* 13574* 13576* 13578* 13580* 13582* 13584* 13586* 13588* 13590* 13592* 13594* 13596* 13598* 13600* 13602* 13604* 13606* 13608* 13610* 13612* 13614* 13616* 13618* 13620* 13622* 13624* 13626* 13628* 13630* 13632* 13634* 13636* 13638* 13640* 13642* 13644* 13646* 13648* 13650* 13652* 13654* 13656* 13658* 13660* 13662* 13664* 13666* 13668* 13670* 13672* 13674* 13676* 13678* 13680* 13682* 13684* 13686* 13688* 13690* 13692* 13694* 13696* 13698* 13700* 13702* 13704* 13706* 13708* 13710* 13712* 13714* 13716* 13718* 13720* 13722* 13724* 13726* 13728* 13730* 13732* 13734* 13736* 13738* 13740* 13742* 13744* 13746* 13748* 13750* 13752* 13754* 13756* 13758* 13760* 13762* 13764* 13766* 13768* 13770* 13772* 13774* 13776* 13778* 13780* 13782* 13784* 13786* 13788* 13790* 13792* 13794* 13796* 13798* 13800* 13802* 13804* 13806* 13808* 13810* 13812* 13814* 13816* 13818* 13820* 13822* 13824* 13826* 13828* 13830* 13832* 13834* 13836* 13838* 13840* 13842* 13844* 13846* 13848* 13850* 13852* 13854* 13856* 13858* 13860* 13862* 13864* 13866* 13868* 13870* 13872* 13874* 13876* 13878* 13880* 13882* 13884* 13886* 13888* 13890* 13892* 13894* 13896* 13898* 13900* 13902* 13904* 13906* 13908* 13910* 13912* 13914* 13916* 13918* 13920* 13922* 13924* 13926* 13928* 13930* 13932* 13934* 13936* 13938* 13940* 13942* 13944* 13946* 13948* 13950* 13952* 13954* 13956* 13958* 13960* 13962* 13964* 13966* 13968* 13970* 13972* 13974* 13976* 13978* 13980* 13982* 13984* 13986* 13988* 13990* 13992* 13994* 13996* 13998* 14000* 14002* 14004* 14006* 14008* 14010* 14012* 14014* 14016* 14018* 14020* 14022* 14024* 14026* 14028* 14030* 14032* 14034* 14036* 14038* 14040* 14042* 14044* 14046* 14048* 14050* 14052* 14054* 14056* 14058* 14060* 14062* 14064* 14066* 14068* 14070* 14072* 14074* 14076* 14078* 14080* 14082* 14084* 14086* 14088* 14090* 14092* 14094* 14096* 14098* 14100* 14102* 14104* 14106* 14108* 14110* 14112* 14114* 14116* 14118* 14120* 14122* 14124* 14126* 14128* 14130* 14132* 14134* 14136* 14138* 14140* 14142* 14144* 14146* 14148* 14150* 14152* 14154* 14156* 14158* 14160* 14162* 14164* 14166* 14168* 14170* 14172* 14174* 14176* 14178* 14180* 14182* 14184* 14186* 14188* 14190* 14192* 14194* 14196* 14198* 14200* 14202* 14204* 14206* 14208* 14210* 14212* 14214* 14216* 14218* 14220* 14222* 14224* 14226* 14228* 14230* 14232* 14234* 14236* 14238* 14240* 14242* 14244* 14246* 14248* 14250* 14252* 14254* 14256* 14258* 14260* 14262* 14264* 14266* 14268* 14270* 14272* 14274* 14276* 14278* 14280* 14282* 14284* 14286* 14288* 14290* 14292* 14294* 14296* 14298* 14300* 14302* 14304* 14306* 14308* 14310* 14312* 14314* 14316* 14318* 14319* 14321* 14322* 14324* 14326* 14328* 14330* 14332* 14334* 14336* 14338* 14340* 14342* 14344* 14346* 14348* 14350* 14352* 14354* 14356* 14358* 14360* 14362* 14364* 14366* 14368* 14370* 14372* 14374* 14376* 14378* 14380* 14382* 14384* 14386* 14388* 14390* 14392* 14394* 14396* 14398* 14400* 14402* 14404* 14406* 14408* 14410* 14412* 14414* 14416* 14418* 14420* 14422* 14424* 14426* 14428* 14430* 14432* 14434* 14436* 14438* 14440* 14442* 14444* 14446* 14448* 14450* 14452* 14454* 14456* 14458* 14460* 14462* 14464* 14466* 14468* 14470* 14472* 14474* 14476* 14478* 14480* 14482* 14484* 14486* 14488* 14490* 14492* 14494* 14496* 14498* 14500* 14502* 14504* 14506* 14508* 14510* 14512* 14514* 14516* 14518* 14520* 14522* 14524* 14526* 14528* 14530* 14532* 14534* 14536* 14538* 14540* 14542* 14544* 14546* 14548* 14550* 14552* 14554* 14556* 14558* 14560* 14562* 14564* 14566* 14568* 14570* 14572* 14574* 14576* 14578* 14580* 14582* 14584* 14586* 14588* 14590* 14592* 14594* 14596* 14598* 14600* 14602* 14604* 14606* 14608* 14610* 14612* 14614* 14616* 14618* 14620* 14622* 14624* 14626* 14628* 14630* 14632* 14634* 14636* 14638* 14640* 14642* 14644* 14646* 14648* 14650* 14652* 14654* 14656* 14658* 14660* 14662* 14664* 14666* 14668* 14670* 14672* 14674* 14676* 14678* 14680* 14682* 14684* 14686* 14688* 14690* 14692* 14694* 14696* 14698* 14700* 14702* 14704* 14706* 14708* 14710* 14712* 14714* 14716* 14718* 14720* 14722* 14724* 14726* 14728* 14730* 14732* 14734* 14736* 14738* 14740* 14742* 14744* 14746* 14748* 14750* 14752* 14754* 14756* 14758* 14760* 14762* 14764* 14766* 14768* 14770* 14772* 14774* 14776* 14778* 14780* 14782* 14784* 14786* 14788* 14790* 14792* 14794* 14796* 14798* 14800* 14802* 14804* 14806* 14808* 14810* 14812* 14814* 14816* 14818* 14820* 14822* 14824* 14826* 14828* 14830* 14832* 14834* 14836* 14838* 14840* 14842* 14844* 14846* 14848* 14850* 14852* 14854* 14856* 14858* 14860* 14862* 14864* 14866* 14868* 14870* 14872* 14874* 14876* 14878* 14880* 14882* 14884* 14886* 14888* 14890* 14892* 14894* 14896* 14898* 14900* 14902* 14904* 14906* 14908* 14910* 14912* 14914* 14916* 14918* 14920* 14922* 14924* 14926* 14928* 14930* 14932* 14934* 14936* 14938* 14940* 14942* 14944* 14946* 14948* 14950* 14952* 14954* 14956* 14958* 14960* 14962* 14964* 14966* 14968* 14970* 14972* 14974* 14976* 14978* 14980* 14982* 14984* 14986* 14988* 14990* 14992* 14994* 14996* 14998* 15000* 15002* 15004* 15006* 15008* 15010* 15012* 15014* 15016* 15018* 15020* 15022* 15024* 15026* 15028* 15030* 15032* 15034* 15036* 15038* 15040* 15042* 15044* 15046* 15048* 15050* 15052* 15054* 15056* 15058* 15060* 15062* 15064* 15066* 15068* 15070* 15072* 15074* 15076* 15078* 15080* 15082* 15084* 15086* 15088* 15090* 15092* 15094* 15096* 15098* 15100* 15102* 15104* 15106* 15108* 15110* 15112* 15114* 15116* 15118* 15120* 15122* 15124* 15126* 15128* 15130* 15132* 15134* 15136* 15138* 15140* 15142* 15144* 15146* 15148* 15150* 15152* 15154* 15156* 15158* 15160* 15162* 15164* 15166* 15168* 15170* 15172* 15174* 15176* 15178* 15180* 15182* 15184* 15186* 15188* 15190* 15192* 15194* 15196* 15198* 15200* 15202* 15204* 15206* 15208* 15210* 15212* 15214* 15216* 15218* 15220* 15222* 15224* 15226* 15228* 15230* 15232* 15234* 15236* 15238* 15240* 15242* 15244* 15246* 15248* 15250* 15252* 15254* 15256* 15258* 15260* 15262* 15264* 15266* 15268* 15270* 15272* 15274* 15276* 15278* 15280* 15282* 15284* 15286* 15288* 15290* 15292* 15294* 15296* 15298* 15300* 15302* 15304* 15306* 15308* 15310* 15312* 15314* 15316* 15318* 15320* 15322* 15324* 15326* 15328* 15330* 15332* 15334* 15336* 15338* 15340* 15342* 15344* 15346* 15348* 15350* 15352* 15354* 15356* 15358* 15360* 15362* 15364* 15366* 15368* 15370* 15372* 15374* 15376* 15378* 15380* 15382* 15384* 15386* 15388* 15390* 15392* 15394* 15396* 15398* 15400* 15402* 15404* 15406* 15408* 15410* 15412* 15414* 15416* 15418* 15420* 15422* 15424* 15426* 15428* 15430* 15432* 15434* 15436* 15438* 15440* 15442* 15444* 15446* 15448* 15450* 15452* 15454* 15456* 15458* 15460* 15462* 15464* 15466* 15468* 15470* 15472* 15474* 15476* 15478* 15480* 15482* 15484* 15486* 15488* 15490* 15492* 15494* 15496* 15498* 15500* 15502* 15504* 15506* 15508* 15510* 15512* 15514* 15516* 15518* 15520* 15522* 15524* 15526* 15528* 15530* 15532* 15534* 15536* 15538* 15540* 15542* 15544* 15546* 15548* 15550* 15552* 15554* 15556* 15558* 15560* 15562* 15564* 15566* 15568* 15570* 15572* 15574* 15576* 15578* 15580* 15582* 15584* 15586* 15588* 15590* 15592* 15594* 15596* 15598* 15600* 15602* 15604* 15606* 15608* 15610* 15612* 15614* 15616* 15618* 15620* 15622* 15624* 15626* 15628* 15630* 15632* 15634* 15636* 15638* 15640* 15642* 15644* 15646* 15648* 15650* 15652* 15654* 15656* 15658* 15660* 15662* 15664* 15666* 15668* 15670* 15672* 15674* 15676* 15678* 15680* 15682* 15684* 15686* 15688* 15690* 15692* 15694* 15696* 15698* 15700* 15702* 15704* 15706* 15708* 15710* 15712* 15714* 15717* 15718* 15720* 15722* 15724* 15726* 15728* 15730* 15732* 15734* 15736* 15738* 15740* 15742* 15744* 15746* 15748* 15750* 15752* 15754* 15756* 15758* 15760* 15762* 15764* 15766* 15768* 15770* 15772* 15774* 15776* 15778* 15780* 15782* 15784* 15786* 15788* 15790* 15792* 15794* 15796* 15798* 15800* 15802* 15804* 15806* 15808* 15810* 15812* 15814* 15816* 15818* 15820* 15822* 15824* 15826* 15828* 15830* 15832* 15838* 15840* 15841* 15842* 15843* 15845* 15846* 15848* 15849* 15850* 15851* 15852* 15854* 15856* 15858* 15860* 15862* 15864* 15866* 15867* 15868* 15869* 15872* 15873* 15874* 15875* 15876* 15878* 15880* 15882* 15884* 15886* 15888* 15890* 15892* 15894* 15896* 15898* 15900* 15901* 15902* 15904* 15906* 15908* 15910* 15912* 15914* 15916* 15918* 15920* 15922* 15924* 15926* 15928* 15930* 15932* 15934* 15936* 15938* 15940* 15942* 15944* 15946* 15948* 15950* 15952* 15954* 15956* 15958* 15960* 15962* 15964* 15966* 15968* 15970* 15972* 15974* 15976* 15978* 15980* 15982* 15984* 15986* 15988* 15990* 15992* 15994* 15996* 15998* 16000* 16002* 16004* 16006* 16008* 16010* 16012* 16014* 16016* 16018* 16020* 16022* 16024* 16026* 16028* 16030* 16032* 16034* 16036* 16038* 16040* 16042* 16044* 16046* 16048* 16050* 16052* 16054* 16056* 16058* 16060* 16062* 16064* 16066* 16068* 16070* 16072* 16074* 16076* 16078* 16080* 16082* 16084* 16086* 16088* 16090* 16092* 16094* 16096* 16098* 16100* 16102* 16104* 16106* 16108* 16110* 16112* 16114* 16116* 16118* 16120* 16122* 16124* 16126* 16128* 16130* 16132* 16134* 16136* 16138* 16140* 16141* 16142* 16144* 16146* 16148* 16149* 16151* 16152* 16153* 16155* 16156* 16158* 16160* 16162* 16164* 16166* 16168* 16170* 16172* 16174* 16176* 16178* 16180* 16182* 16184* 16186* 16188* 16190* 16192* 16194* 16196* 16198* 16200* 16206* 16207* 16208* 16209* 16210* 16212* 16213* 16214* 16216* 16218* 16220* 16222* 16224* 16226* 16228* 16230* 16232* 16234* 16236* 16239* 16242* 16243* 16244* 16245* 16246* 16247* 16248* 16249* 16250* 16251* 16252* 16253* 16254* 16255* 16256* 16257* 16258* 16259* 16260* 16261* 16262* 16263* 16264* 16266* 16267* 16268* 16269* 16270* 16271* 16272* 16273* 16274* 16275* 16276* 16277* 16278* 16279* 16280* 16281* 16282* 16283* 16284* 16285* 16286* 16287* 16288* 16289* 16290* 16291* 16292* 16293* 16294* 16295* 16296* 16297* 16298* 16299* 16300* 16301* 16302* 16303* 16304* 16305* 16306* 16307* 16308* 16309* 16310* 16312* 16314* 16316* 16318* 16320* 16322* 16324* 16326* 16328* 16330* 16332* 16334* 16336* 16338* 16340* 16342* 16344* 16346* 16348* 16350* 16352* 16354* 16356* 16357* 16358* 16360* 16361* 16362* 16364* 16366* 16368* 16370* 16372* 16374* 16376* 16378* 16380* 16382* 16384* 16386* 16388* 16390* 16392* 16394* 16396* 16398* 16400* 16402* 16404* 16406* 16408* 16410* 16412* 16414* 16416* 16418* 16420* 16422* 16424* 16426* 16428* 16430* 16432* 16434* 16436* 16438* 16440* 16442* 16444* 16446* 16448* 16450* 16452* 16454* 16456* 16458* 16460* 16462* 16464* 16466* 16468* 16470* 16472* 16474* 16476* 16478* 16480* 16482* 16484* 16486* 16488* 16490* 16492* 16494* 16496* 16498* 16500* 16502* 16504* 16506* 16508* 16510* 16512* 16514* 16515* 16516* 16518* 16520* 16522* 16524* 16526* 16528* 16530* 16532* 16534* 16536* 16538* 16540* 16542* 16544* 16546* 16548* 16550* 16552* 16554* 16556* 16558* 16560* 16562* 16564* 16566* 16568* 16570* 16572* 16574* 16576* 16578* 16580* 16582* 16584* 16586* 16588* 16590* 16592* 16594* 16596* 16598* 16600* 16602* 16604* 16606* 16608* 16610* 16612* 16614* 16616* 16618* 16620* 16622* 16624* 16626* 16628* 16630* 16632* 16634* 16636* 16638* 16640* 16642* 16644* 16646* 16648* 16650* 16652* 16654* 16656* 16658* 16660* 16662* 16664* 16666* 16668* 16670* 16672* 16674* 16676* 16678* 16680* 16682* 16684* 16686* 16688* 16690* 16692* 16694* 16696* 16698* 16700* 16702* 16704* 16706* 16708* 16710* 16712* 16714* 16716* 16718* 16720* 16722* 16724* 16726* 16728* 16730* 16732* 16734* 16736* 16738* 16740* 16742* 16744* 16746* 16748* 16750* 16752* 16754* 16756* 16758* 16760* 16762* 16764* 16766* 16768* 16770* 16772* 16774* 16776* 16778* 16780* 16782* 16784* 16786* 16788* 16790* 16792* 16794* 16796* 16798* 16800* 16802* 16804* 16806* 16808* 16810* 16812* 16814* 16816* 16818* 16820* 16822* 16824* 16826* 16828* 16830* 16832* 16834* 16836* 16838* 16840* 16842* 16844* 16846* 16848* 16850* 16852* 16854* 16856* 16858* 16860* 16862* 16864* 16866* 16868* 16870* 16872* 16874* 16876* 16878* 16880* 16882* 16884* 16886* 16888* 16890* 16892* 16894* 16896* 16898* 16900* 16902* 16904* 16906* 16908* 16910* 16912* 16914* 16916* 16918* 16920* 16922* 16924* 16926* 16928* 16930* 16932* 16934* 16936* 16938* 16940* 16942* 16944* 16946* 16948* 16950* 16952* 16954* 16956* 16958* 16960* 16962* 16964* 16966* 16968* 16970* 16972* 16974* 16976* 16978* 16980* 16982* 16984* 16986* 16988* 16990* 16992* 16994* 16996* 16998* 17000* 17001* 17002* 17003* 17004* 17005* 17006* 17007* 17008* 17009* 17010* 17011* 17012* 17013* 17014* 17015* 17018* 17020* 17022* 17024* 17026* 17028* 17030* 17032* 17034* 17036* 17038* 17040* 17042* 17044* 17046* 17048* 17050* 17052* 17054* 17056* 17058* 17060* 17062* 17064* 17066* 17068* 17070* 17072* 17074* 17076* 17078* 17080* 17082* 17084* 17086* 17088* 17090* 17092* 17094* 17096* 17098* 17100* 17102* 17104* 17106* 17108* 17110* 17112* 17114* 17116* 17118* 17120* 17122* 17124* 17126* 17128* 17130* 17132* 17134* 17136* 17138* 17140* 17142* 17144* 17146* 17148* 17150* 17152* 17154* 17156* 17158* 17160* 17162* 17164* 17166* 17168* 17170* 17172* 17174* 17176* 17178* 17180* 17182* 17184* 17186* 17188* 17190* 17192* 17194* 17196* 17198* 17200* 17202* 17204* 17206* 17208* 17210* 17212* 17214* 17216* 17218* 17220* 17222* 17224* 17226* 17228* 17230* 17232* 17234* 17236* 17238* 17240* 17242* 17244* 17246* 17248* 17250* 17252* 17254* 17256* 17258* 17260* 17262* 17264* 17266* 17268* 17270* 17272* 17274* 17276* 17278* 17280* 17282* 17284* 17286* 17288* 17290* 17292* 17294* 17296* 17298* 17300* 17302* 17304* 17306* 17308* 17310* 17550* 17552* 17554* 17556* 17558* 17560* 17562* 17564* 17566* 17568* 17570* 17572* 17574* 17576* 17578* 17580* 17582* 17584* 17586* 17588* 17590* 17592* 17594* 17596* 17598* 17600* 17602* 17604* 17606* 17608* 17610* 17612* 17614* 17616* 17618* 17620* 17622* 17624* 17626* 17628* 17630* 17632* 17634* 17636* 17638* 17640* 17642* 17644* 17646* 17648* 17650* 17652* 17654* 17656* 17658* 17660* 17662* 17664* 17666* 17668* 17670* 17672* 17674* 17676* 17678* 17680* 17682* 17684* 17686* 17688* 17690* 17692* 17694* 17696* 17698* 17700* 17702* 17704* 17706* 17708* 17710* 17712* 17714* 17716* 17718* 17720* 17722* 17724* 17726* 17728* 17730* 17732* 17734* 17736* 17738* 17740* 17742* 17744* 17746* 17748* 17750* 17752* 17754* 17756* 17758* 17760* 17762* 17764* 17766* 17768* 17770* 17772* 17774* 17776* 17778* 17780* 17782* 17784* 17786* 17788* 17790* 17792* 17794* 17796* 17798* 17800* 17802* 17804* 17806* 17808* 17810* 17812* 17814* 17816* 17818* 17820* 17822* 17824* 17826* 17828* 17830* 17832* 17834* 17836* 17838* 17840* 17842* 17844* 17846* 17848* 17850* 17852* 17854* 17856* 17858* 17860* 17862* 17864* 17866* 17868* 17870* 17872* 17874* 17876* 17878* 17880* 17882* 17884* 17886* 17888* 17890* 17892* 17894* 17896* 17898* 17900* 17902* 17904* 17906* 17908* 17910* 17912* 17914* 17916* 17918* 17920* 17922* 17924* 17926* 17928* 17930* 17932* 17934* 17936* 17938* 17940* 17942* 17944* 17946* 17948* 17950* 17952* 17954* 17956* 17958* 17960* 17962* 17964* 17966* 17968* 17970* 17972* 17974* 17976* 17978* 17980* 17982* 17984* 17986* 17988* 17990* 17992* 17994* 17996* 17998* 18000* 18002* 18004* 18006* 18008* 18010* 18012* 18014* 18016* 18018* 18020* 18022* 18024* 18026* 18028* 18030* 18032* 18034* 18036* 18038* 18040* 18042* 18044* 18046* 18048* 18050* 18052* 18054* 18056* 18058* 18060* 18062* 18064* 18066* 18068* 18070* 18072* 18074* 18076* 18078* 18080* 18082* 18084* 18086* 18088* 18090* 18092* 18094* 18096* 18098* 18100* 18102* 18104* 18106* 18108* 18110* 18112* 18114* 18116* 18118* 18120* 18122* 18124* 18126* 18128* 18130* 18132* 18134* 18136* 18138* 18140* 18142* 18144* 18146* 18148* 18150* 18152* 18154* 18156* 18158* 18160* 18162* 18164* 18166* 18168* 18170* 18172* 18174* 18176* 18178* 18180* 18182* 18184* 18186* 18188* 18190* 18192* 18194* 18196* 18198* 18200* 18202* 18204* 18206* 18208* 18210* 18212* 18214* 18216* 18218* 18220* 18222* 18224* 18226* 18400* 18402* 18404* 18406* 18408* 18410* 18412* 18413* 18415* 18416* 18417* 18419* 18420* 18422* 18424* 18426* 18428* 18430* 18432* 18434* 18436* 18438* 18440* 18442* 18444* 18446* 18448* 18450* 18452* 18454* 18456* 18458* 18460* 18462* 18464* 18466* 18468* 18470* 18472* 18474* 18476* 18478* 18480* 18482* 18484* 18486* 18488* 18490* 18492* 18494* 18496* 18498* 18500* 18502* 18504* 18506* 18508* 18510* 18512* 18514* 18516* 18518* 18520* 18522* 18524* 18526* 18528* 18530* 18532* 18534* 18536* 18538* 18540* 18542* 18544* 18546* 18548* 18550* 18552* 18554* 18556* 18558* 18578* 18580* 18581* 18583* 18584* 18586* 18588* 18590* 18592* 18594* 18596* 18597* 18598* 18599* 18605* 18607* 18608* 18609* 18610* 18611* 18612* 18613* 18614* 18615* 18616* 18617* 18618* 18619* 18620* 18621* 18622* 18623* 18624* 18625* 18626* 18627* 18628* 18629* 18630* 18631* 18632* 18633* 18634* 18635* 18636* 18637* 18638* 18639* 18640* 18641* 18642* 18643* 18644* 18645* 18646* 18647* 18648* 18649* 18650* 18651* 18652* 18653* 18654* 18655* 18700* </script> </code></pre> <script src="prism.js" data-default-language="markup"></script> </body> </html>
contrib/Smarty/docs/api.is.cached.html
HansBartelmess/WochenberichteOnline
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>isCached()</title> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="index.html" title="Smarty 3 Manual"> <link rel="up" href="api.functions.html" title="Chapter 14. Smarty Class Methods"> <link rel="prev" href="api.get.template.vars.html" title="getTemplateVars()"> <link rel="next" href="api.load.filter.html" title="loadFilter()"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <div class="navheader"> <table width="100%" summary="Navigation header"> <tr><th colspan="3" align="center">isCached()</th></tr> <tr> <td width="20%" align="left"> <a accesskey="p" href="api.get.template.vars.html">Prev</a> </td> <th width="60%" align="center">Chapter 14. Smarty Class Methods</th> <td width="20%" align="right"> <a accesskey="n" href="api.load.filter.html">Next</a> </td> </tr> </table> <hr> </div> <div class="refentry" title="isCached()"> <a name="api.is.cached"></a><div class="titlepage"></div> <div class="refnamediv"> <h2>Name</h2> <p>isCached() — returns true if there is a valid cache for this template</p> </div> <div class="refsect1" title="Description"> <a name="id435350"></a><h2>Description</h2> <code class="methodsynopsis"><span class="type">bool </span><span class="methodname">isCached</span>(<span class="methodparam"><span class="type">string </span><span class="parameter">template</span></span>,<br>              <span class="methodparam"><span class="type">string </span><span class="parameter">cache_id</span></span>,<br>              <span class="methodparam"><span class="type">string </span><span class="parameter">compile_id</span></span>);</code><div class="itemizedlist"><ul class="itemizedlist" type="disc"> <li class="listitem"><p> This only works if <a class="link" href="variable.caching.html" title="$caching"> <em class="parameter"><code>$caching</code></em></a> is set to one of <code class="literal">Smarty::CACHING_LIFETIME_CURRENT</code> or <code class="literal">Smarty::CACHING_LIFETIME_SAVED</code> to enable caching. See the <a class="link" href="caching.html" title="Chapter 15. Caching">caching section</a> for more info. </p></li> <li class="listitem"><p> You can also pass a <em class="parameter"><code>$cache_id</code></em> as an optional second parameter in case you want <a class="link" href="caching.multiple.caches.html" title="Multiple Caches Per Page">multiple caches</a> for the given template. </p></li> <li class="listitem"><p> You can supply a <a class="link" href="variable.compile.id.html" title="$compile_id"><em class="parameter"><code>$compile id</code></em></a> as an optional third parameter. If you omit that parameter the persistent <a class="link" href="variable.compile.id.html" title="$compile_id"> <em class="parameter"><code>$compile_id</code></em></a> is used if its set. </p></li> <li class="listitem"><p> If you do not want to pass a <em class="parameter"><code>$cache_id</code></em> but want to pass a <a class="link" href="variable.compile.id.html" title="$compile_id"> <em class="parameter"><code>$compile_id</code></em></a> you have to pass <code class="constant">NULL</code> as a <em class="parameter"><code>$cache_id</code></em>. </p></li> </ul></div> <div class="note" title="Technical Note" style="margin-left: 0.5in; margin-right: 0.5in;"> <h3 class="title">Technical Note</h3> <p> If <code class="varname">isCached()</code> returns <code class="constant">TRUE</code> it actually loads the cached output and stores it internally. Any subsequent call to <a class="link" href="api.display.html" title="display()"><code class="varname">display()</code></a> or <a class="link" href="api.fetch.html" title="fetch()"><code class="varname">fetch()</code></a> will return this internally stored output and does not try to reload the cache file. This prevents a race condition that may occur when a second process clears the cache between the calls to <code class="varname">isCached()</code> and to <a class="link" href="api.display.html" title="display()"><code class="varname">display()</code></a> in the example above. This also means calls to <a class="link" href="api.clear.cache.html" title="clearCache()"><code class="varname">clearCache()</code></a> and other changes of the cache-settings may have no effect after <code class="varname">isCached()</code> returned <code class="constant">TRUE</code>. </p> </div> <div class="example"> <a name="id435849"></a><p class="title"><b>Example 14.32. isCached()</b></p> <div class="example-contents"><pre class="programlisting"> &lt;?php $smarty-&gt;setCaching(Smarty::CACHING_LIFETIME_CURRENT); if(!$smarty-&gt;isCached('index.tpl')) { // do database calls, assign vars here } $smarty-&gt;display('index.tpl'); ?&gt; </pre></div> </div> <br class="example-break"><div class="example"> <a name="id435867"></a><p class="title"><b>Example 14.33. isCached() with multiple-cache template</b></p> <div class="example-contents"><pre class="programlisting"> &lt;?php $smarty-&gt;setCaching(Smarty::CACHING_LIFETIME_CURRENT); if(!$smarty-&gt;isCached('index.tpl', 'FrontPage')) { // do database calls, assign vars here } $smarty-&gt;display('index.tpl', 'FrontPage'); ?&gt; </pre></div> </div> <br class="example-break"><p> See also <a class="link" href="api.clear.cache.html" title="clearCache()"><code class="varname">clearCache()</code></a>, <a class="link" href="api.clear.all.cache.html" title="clearAllCache()"><code class="varname">clearAllCache()</code></a>, and <a class="link" href="caching.html" title="Chapter 15. Caching">caching section</a>. </p> </div> </div> <div class="navfooter"> <hr> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"> <a accesskey="p" href="api.get.template.vars.html">Prev</a> </td> <td width="20%" align="center"><a accesskey="u" href="api.functions.html">Up</a></td> <td width="40%" align="right"> <a accesskey="n" href="api.load.filter.html">Next</a> </td> </tr> <tr> <td width="40%" align="left" valign="top">getTemplateVars() </td> <td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td> <td width="40%" align="right" valign="top"> loadFilter()</td> </tr> </table> </div> </body> </html>
name_index.html
siemme/siemme.github.com
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"> <link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen"> <link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print"> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <title>name index - SIEMME 2016</title> </head> <body> <div id="container"> <div class="inner"> <header> <h1>SIEMME 2016</h1> <h2>The 22th China-Japan Bilateral Symposium on Intelligent Electrophotonic Materials and Molecular Electronics</h2> </header> img here <footer> This page was generated by <a href="https://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>. </footer> </div> </div> </body> </html>
day04/exercises/badcss.css
NikiSchlifke/codefactory.wien_week_01
div p { font-size: 12px; } div { font-size: 12px font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; } body { font-size: 12px; }
discovery/resources/fan/2561/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: Michael L. Kuhne</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="Michael L. Kuhne"> <meta property="dc:title" content="Michael L. Kuhne"> <meta property="og:title" content="Michael L. Kuhne"> <meta name="author" content="Michael L. Kuhne"> <meta name="dc:creator" content="Michael L. Kuhne"> </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/2561" typeof="http://comicmeta.org/cbo/Fan"> <div id="top"> <h1> <span property="http://schema.org/name">Michael L. Kuhne</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">Michael L. Kuhne</span> </dd> </dl> </div> <div id="place" rel="http://schema.org/address" resource="http://ivmooc-cobra2.github.io/resources/place/2400" typeof="http://schema.org/Place"> <h2>Location <a href="http://ivmooc-cobra2.github.io/resources/place/2400"> <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/2400/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">P.O.B. 12000</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">Keesler AFB</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">MS</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">39534</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/&gt; &#xA;PREFIX cbo: <http://comicmeta.org/cbo/&gt; &#xA;PREFIX foaf: <http://xmlns.com/foaf/0.1/&gt;&#xA;PREFIX schema: <http://schema.org/&gt;&#xA;SELECT ?lat ?long &#xA;WHERE {&#xA; ?fan schema:address ?Place .&#xA; ?Place schema:geo ?Geo .&#xA; ?Geo schema:latitude ?lat .&#xA; ?Geo schema:longitude ?long .&#xA; FILTER(?fan = <http://ivmooc-cobra2.github.io/resources/fan/2561&gt;)&#xA;}" 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/2859"> <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">P.O.B. 12000</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>
docs/Lectures/003/Lecture-3.2.1/Lecture-3.2.1/RISC-025.html
AKAMobi/aka.org.cn
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <TITLE>IT新技术 第一讲</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb_2312-80"> </HEAD> <BODY bgcolor="#FFFFFF"> <p><b>&lt;<a href="RISC-024.html">上一页</a>&gt;  &lt;<a href="RISC-026.html">下一页</a>&gt;</b></p> <p><img src="RISC-025.gif" width="959" height="719"> </p> </BODY> </HTML>
static/api/jgo/tools/compiler/transl/RuntimeByte$.html
thomasmodeneis/jgo-web
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <title>RuntimeByte - jgo.tools.compiler.transl.RuntimeByte</title> <meta name="description" content="RuntimeByte - jgo.tools.compiler.transl.RuntimeByte" /> <meta name="keywords" content="RuntimeByte jgo.tools.compiler.transl.RuntimeByte" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link href="../../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" /> <script type="text/javascript"> if(top === self) { var url = '../../../../index.html'; var hash = 'jgo.tools.compiler.transl.RuntimeByte$'; var anchor = window.location.hash; var anchor_opt = ''; if (anchor.length >= 1) anchor_opt = '@' + anchor.substring(1); window.location.href = url + '#' + hash + anchor_opt; } </script> </head> <body class="value"> <div id="definition"> <img src="../../../../lib/object_big.png" /> <p id="owner"><a href="../../../package.html" class="extype" name="jgo">jgo</a>.<a href="../../package.html" class="extype" name="jgo.tools">tools</a>.<a href="../package.html" class="extype" name="jgo.tools.compiler">compiler</a>.<a href="package.html" class="extype" name="jgo.tools.compiler.transl">transl</a></p> <h1>RuntimeByte</h1> </div> <h4 id="signature" class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <span class="name">RuntimeByte</span><span class="result"> extends <a href="RuntimeType.html" class="extype" name="jgo.tools.compiler.transl.RuntimeType">RuntimeType</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </h4> <div id="comment" class="fullcommenttop"><div class="toggleContainer block"> <span class="toggle">Linear Supertypes</span> <div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.Product">Product</span>, <span class="extype" name="scala.Equals">Equals</span>, <a href="RuntimeType.html" class="extype" name="jgo.tools.compiler.transl.RuntimeType">RuntimeType</a>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div> </div></div> <div id="mbrsel"> <div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div> <div id="order"> <span class="filtertype">Ordering</span> <ol> <li class="alpha in"><span>Alphabetic</span></li> <li class="inherit out"><span>By inheritance</span></li> </ol> </div> <div id="ancestors"> <span class="filtertype">Inherited<br /> </span> <ol id="linearization"> <li class="in" name="jgo.tools.compiler.transl.RuntimeByte"><span>RuntimeByte</span></li><li class="in" name="scala.Serializable"><span>Serializable</span></li><li class="in" name="java.io.Serializable"><span>Serializable</span></li><li class="in" name="scala.Product"><span>Product</span></li><li class="in" name="scala.Equals"><span>Equals</span></li><li class="in" name="jgo.tools.compiler.transl.RuntimeType"><span>RuntimeType</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li> </ol> </div><div id="ancestors"> <span class="filtertype"></span> <ol> <li class="hideall out"><span>Hide All</span></li> <li class="showall in"><span>Show all</span></li> </ol> <a href="http://docs.scala-lang.org/overviews/scaladoc/usage.html#members" target="_blank">Learn more about member selection</a> </div> <div id="visbl"> <span class="filtertype">Visibility</span> <ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol> </div> </div> <div id="template"> <div id="allMembers"> <div id="values" class="values members"> <h3>Value Members</h3> <ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="!=(x$1:AnyRef):Boolean"></a> <a id="!=(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.Any#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="!=(x$1:Any):Boolean"></a> <a id="!=(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef###" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="##():Int"></a> <a id="##():Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="==(x$1:AnyRef):Boolean"></a> <a id="==(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.Any#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="==(x$1:Any):Boolean"></a> <a id="==(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.Any#asInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="asInstanceOf[T0]:T0"></a> <a id="asInstanceOf[T0]:T0"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#clone" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="clone():Object"></a> <a id="clone():AnyRef"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="jgo.tools.compiler.transl.RuntimeType#desc" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="desc:String"></a> <a id="desc:String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">val</span> </span> <span class="symbol"> <span class="name">desc</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="RuntimeType.html" class="extype" name="jgo.tools.compiler.transl.RuntimeType">RuntimeType</a></dd></dl></div> </li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="eq(x$1:AnyRef):Boolean"></a> <a id="eq(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#equals" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="equals(x$1:Any):Boolean"></a> <a id="equals(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="finalize():Unit"></a> <a id="finalize():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="symbol">classOf[java.lang.Throwable]</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="getClass():Class[_]"></a> <a id="getClass():Class[_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isInstanceOf[T0]:Boolean"></a> <a id="isInstanceOf[T0]:Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="ne(x$1:AnyRef):Boolean"></a> <a id="ne(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notify():Unit"></a> <a id="notify():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notifyAll():Unit"></a> <a id="notifyAll():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="synchronized[T0](x$1:=&gt;T0):T0"></a> <a id="synchronized[T0](⇒T0):T0"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait():Unit"></a> <a id="wait():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long,x$2:Int):Unit"></a> <a id="wait(Long,Int):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long):Unit"></a> <a id="wait(Long):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li></ol> </div> </div> <div id="inheritedMembers"> <div class="parent" name="scala.Serializable"> <h3>Inherited from <span class="extype" name="scala.Serializable">Serializable</span></h3> </div><div class="parent" name="java.io.Serializable"> <h3>Inherited from <span class="extype" name="java.io.Serializable">Serializable</span></h3> </div><div class="parent" name="scala.Product"> <h3>Inherited from <span class="extype" name="scala.Product">Product</span></h3> </div><div class="parent" name="scala.Equals"> <h3>Inherited from <span class="extype" name="scala.Equals">Equals</span></h3> </div><div class="parent" name="jgo.tools.compiler.transl.RuntimeType"> <h3>Inherited from <a href="RuntimeType.html" class="extype" name="jgo.tools.compiler.transl.RuntimeType">RuntimeType</a></h3> </div><div class="parent" name="scala.AnyRef"> <h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3> </div><div class="parent" name="scala.Any"> <h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3> </div> </div> <div id="groupedMembers"> <div class="group" name="Ungrouped"> <h3>Ungrouped</h3> </div> </div> </div> <div id="tooltip"></div> <div id="footer"> </div> <script defer="defer" type="text/javascript" id="jquery-js" src="../../../../lib/jquery.js"></script><script defer="defer" type="text/javascript" id="jquery-ui-js" src="../../../../lib/jquery-ui.js"></script><script defer="defer" type="text/javascript" id="tools-tooltip-js" src="../../../../lib/tools.tooltip.js"></script><script defer="defer" type="text/javascript" id="template-js" src="../../../../lib/template.js"></script> </body> </html>
index.html
aepyornis/nyc-geocoder
<html> <head> <meta charset="utf-8"/> </head> <body> <textarea rows="4" cols="50" id="textbox">314,west 34 street,manhattan</textarea> <button type="button" id="my-button">Geocode!</button> <script type="text/javascript" src="out/main.js"></script> </body> </html
dhtml/DHTML/DHTMLref/vml/hand_invy.html
gucong3000/handbook
<HTML > <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252" /> <TITLE>InvY Attribute</TITLE> <LINK REL="stylesheet" TYPE="text/css" HREF="../common/ie4.css" /> <LINK REL="stylesheet" TYPE="text/css" HREF="../common/ie5.css" /> <style> BODY { font-family:verdana,arial,helvetica; margin:0; } </style> <SCRIPT LANGUAGE="javascript" SRC="../common/common.js"></SCRIPT> <SCRIPT LANGUAGE="javascript" SRC="../common/browdata.js"></SCRIPT> <SCRIPT LANGUAGE="javascript" SRC="../common/appliesto2.js"></SCRIPT> <SCRIPT LANGUAGE="javascript" SRC="../common/dhtmlobj.js"></SCRIPT> <SCRIPT LANGUAGE="javascript" SRC="../common/members.js"></SCRIPT> <SCRIPT LANGUAGE="javascript" SRC="../common/toolbar.js"></SCRIPT> <LINK REL="stylesheet" TYPE="text/css" HREF="../common/ie4.css" /> <LINK REL="stylesheet" TYPE="text/css" HREF="../common/inetsdk.css" /> <LINK REL="stylesheet" TYPE="text/css" HREF="../common/advSDKATIE4.css" /> <LINK REL="stylesheet" TYPE="text/css" HREF="../common/default.css" /> <SCRIPT> var gbDBG = true; </SCRIPT> <SCRIPT LANGUAGE="JavaScript1.2"> var gsHTCPath = "../common/"; var gsGraphicsPath = "../common/"; var gsCodePath = "../common/"; </SCRIPT> <SCRIPT LANGUAGE="JavaScript1.2"> var gsContextMenuPath = gsHTCPath + "contextmenu.htc"; var gsCodeDecoPath = gsHTCPath + "codedeco.htc"; var gsStoreName="workshop"; var gsGraphicsPath = "../common/"; </SCRIPT> <SCRIPT LANGUAGE="JavaScript1.2"> function CMemberInfo() { this.defView = 'all'; } var g_oMemberInfo = new CMemberInfo(); </SCRIPT> <SCRIPT LANGUAGE="JavaScript1.2"> function InitPage() { if (!assert( (typeof(oBD) == 'object' && oBD != null), "browdata object unavailable!") ) { return; } if ("MSIE" == oBD.browser && oBD.majorVer >= 5 && (oBD.platform.toLowerCase()!="x" && oBD.platform!="Mac" && oBD.platform!="PPC" )) { if (typeof(PostGBInit) == 'function') PostGBInit(); if (typeof(PostInit) == 'function') PostInit(); if (typeof(initTabbedMembers) == 'function') initTabbedMembers(); if (typeof(hideExamples) == 'function') hideExamples(); } if (oBD.getsNavBar && oBD.platform!="PPC" ) { if (typeof(SetShowMes) == 'function') SetShowMes(); } } function assert(bCond, sMsg) { if (bCond) { return true; } else { if (gbDBG) { alert(sMsg); } return false; } } window.onload = InitPage; </SCRIPT> <SCRIPT LANGUAGE="JavaScript1.2"> </SCRIPT> <SCRIPT LANGUAGE="JavaScript"> </script> </HEAD> <BODY TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" BGCOLOR="#FFFFFF" TEXT="#000000"> <DIV CLASS="clsDocBody"> <TABLE WIDTH="97%" CELLPADDING="0" CELLSPACING="0"><TR><TD><H1>InvY Attribute</H1></TD><TD ALIGN="right"><A HREF="../default.html" TITLE="This index is only for content formerly found in the Web Workshop." TARGET="_top">Internet Development Index</A></TD></TR></TABLE> <HR size = "1" /> <P></P> <P>Determines whether the <EM>y </EM>position of the handle is inverted. Read/write <B>VgTriState</B>.</P> <P><B>Applies To</B></P> <P><A href="H.html"><B>H</B></A> (subelement of <A href="handles.html"><B>Handles</B></A>) </P> <P><STRONG>Tag Syntax</STRONG> </P> <P><P><B>&lt;v: </B><I>element</I><B> invy="</B><I>expression</I><B>"&gt;</B></P> <P><B>Remarks</B></P> <P class=T>If <STRONG>True</STRONG>, the <EM>y </EM>position of the handle is inverted by subtracting the&nbsp;<EM>y </EM>value from the&nbsp;<EM>y </EM> value of <STRONG>CoordOrigin </STRONG>added to the <EM>y </EM>value of <STRONG>CoordSize</STRONG>. The default value is <STRONG>False</STRONG>.</P> <P class=T>This attribute is the equivalent of</P> <PRE class="clsCode">coordorigin.y + coordsize.y - h.position.y</PRE> <P class=T><I>VML Standard Attribute</I></P> <P></P> </DI </DIV> </TD> </TR> </TABLE> </BODY> </HTML>
dhtml/DHTML/DHTMLref/objects/STRIKE.html
gucong3000/handbook
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=gb2312"> <META http-equiv="Content-Language" content="zh-cn"> <TITLE>STRIKE ÔªËØ | strike</TITLE> <STYLE TYPE="text/css"> @import url("../common/common.css"); </style> <SCRIPT TYPE="text/jscript" language="JScript" src="../common/browdata.js"></SCRIPT> <SCRIPT TYPE="text/jscript" language="JScript"> var gbDBG = true; var gsContextMenuPath = "../common/contextmenu.htc"; var gsCodeDecoPath = "../common/codedeco.htc"; function assert(bCond, sMsg) { if (bCond) { return true; } else { if (gbDBG) { alert(sMsg); } return false; } } function InitPage() { if (!assert( (typeof(oBD) == 'object' && oBD != null), "browdata object unavailable!") ) { return; } if ("MSIE" == oBD.browser && oBD.majorVer >= 5 && (oBD.platform.toLowerCase()!="x" && oBD.platform!="Mac" && oBD.platform!="PPC" )) { if (typeof(AddObjTables) == 'function') AddObjTables(typeof(g_oMemberInfo) != 'undefined' ? g_oMemberInfo : null); if (typeof(PostGBInit) == 'function') PostGBInit(); if (typeof(PostInit) == 'function') PostInit(); if (typeof(initTabbedMembers) == 'function') initTabbedMembers(); if (typeof(hideExamples) == 'function') hideExamples(); } if (oBD.getsNavBar && oBD.platform!="PPC" ) { if (typeof(SetShowMes) == 'function') SetShowMes(); } } window.onload = InitPage; </SCRIPT> <SCRIPT TYPE="text/jscript" language="JScript" src="../common/members.js"></SCRIPT> <SCRIPT TYPE="text/jscript" language="JScript" src="../common/common.js"></SCRIPT> </HEAD> <BODY> <P><A HREF="SPAN.html" title="SPAN ÔªËØ | span ¶ÔÏó"><IMG SRC="../common/prev.gif" WIDTH="17" HEIGHT="13" BORDER=0>SPAN ÔªËØ | span ¶ÔÏó</A> <A HREF="STRONG.html" title="STRONG ÔªËØ | strong ¶ÔÏó"><IMG SRC="../common/next.gif" WIDTH="17" HEIGHT="13" BORDER=0>STRONG ÔªËØ | strong ¶ÔÏó</A> <A HREF="../objects.html" title="DHTML ¶ÔÏó"><IMG SRC="../common/uplv.gif" WIDTH="17" HEIGHT="13" BORDER=0>DHTML ¶ÔÏó</A></P> <DIV CLASS="clsDocBody"> <H1>STRIKE ÔªËØ | strike ¶ÔÏó</H1> <HR SIZE="1"><P>ÒÔɾ³ýÏß×ÖÌåäÖȾÎı¾¡£</P> <P CLASS="clsRef">³ÉÔ±±í</P> <BLOCKQUOTE> <DIV id="oMTExplanation" style="display:none"> <P>ÏÂÃæµÄ±í¸ñÁгöÁË <B>strike</B> ¶ÔÏóÒý³öµÄ³ÉÔ±¡£Çëµ¥»÷×ó²àµÄ±êÇ©À´Ñ¡ÔñÄãÏëÒª²é¿´µÄ³ÉÔ±ÀàÐÍ¡£</P></DIV> <DIV id="oMT"> <P CLASS="clsRef" STYLE="display:none">±êÇ©ÊôÐÔ/ÊôÐÔ</P> <DIV tabName="±êÇ©ÊôÐÔ/ÊôÐÔ" style="visibility:visible"> <TABLE CLASS="clsStd" width="100%" STYLE="BACKGROUND: #FFFFFF"> <TR><TH width=52>±êÇ©ÊôÐÔ</TH><TH>ÊôÐÔ</TH><TH>ÃèÊö</TH></TR> <TR> <TD><A HREF="../properties/accessKey.html">ACCESSKEY</A></TD> <TD><A HREF="../properties/accessKey.html">accessKey</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ¿ì½Ý¼ü¡£</TD> </TR> <TR> <TD><A HREF="../properties/atomicSelection.html">ATOMICSELECTION</A></TD> <TD><A HREF="../properties/atomicSelection.html"></A></TD> <TD>Ö¸¶¨<span replace="1">ÔªËØ</span>¼°ÆäÄÚÈÝÊÇ·ñ¿ÉÒÔÒ»²»¿É¼ûµ¥Î»Í³Ò»Ñ¡Ôñ¡£</TD> </TR> <TR> <TD><A HREF="../time2/properties/begin.html">BEGIN</A></TD> <TD><A HREF="../time2/properties/begin.html">begin</A></TD> <TD>ÉèÖûò»ñȡʱ¼äÏßÔÚ¸ÃÔªËØÉϲ¥·ÅǰµÄÑÓ³Ùʱ¼ä¡£</TD> </TR> <TR> <TD><A HREF="../properties/canHaveChildren.html"></A></TD> <TD><A HREF="../properties/canHaveChildren.html">canHaveChildren</A></TD> <TD>»ñÈ¡±íÃ÷¶ÔÏóÊÇ·ñ¿ÉÒÔ°üº¬×Ó¶ÔÏóµÄÖµ¡£</TD> </TR> <TR> <TD><A HREF="../properties/canHaveHTML.html"></A></TD> <TD><A HREF="../properties/canHaveHTML.html">canHaveHTML</A></TD> <TD>»ñÈ¡±íÃ÷<span replace="1">¶ÔÏó</span>ÊÇ·ñ¿ÉÒÔ°üº¬·á¸»µÄ HTML ±êÇ©µÄÖµ¡£</TD> </TR> <TR> <TD><A HREF="../properties/className.html">CLASS</A></TD> <TD><A HREF="../properties/className.html">className</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄÀà¡£</TD> </TR> <TR> <TD><A HREF="../properties/clientHeight.html"></A></TD> <TD><A HREF="../properties/clientHeight.html">clientHeight</A></TD> <TD>»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ¸ß¶È£¬²»¼ÆËãÈκα߾ࡢ±ß¿ò¡¢¹ö¶¯Ìõ»ò¿ÉÄÜÓ¦Óõ½¸Ã<span replace="1">¶ÔÏó</span>µÄ²¹°×¡£</TD> </TR> <TR> <TD><A HREF="../properties/clientLeft.html"></A></TD> <TD><A HREF="../properties/clientLeft.html">clientLeft</A></TD> <TD>»ñÈ¡ <A HREF="../properties/offsetLeft.html">offsetLeft</A> ÊôÐԺͿͻ§ÇøÓòµÄʵ¼Ê×ó±ßÖ®¼äµÄ¾àÀë¡£</TD> </TR> <TR> <TD><A HREF="../properties/clientTop.html"></A></TD> <TD><A HREF="../properties/clientTop.html">clientTop</A></TD> <TD>»ñÈ¡ <A HREF="../properties/offsetTop.html">offsetTop</A> ÊôÐԺͿͻ§ÇøÓòµÄʵ¼Ê¶¥¶ËÖ®¼äµÄ¾àÀë¡£</TD> </TR> <TR> <TD><A HREF="../properties/clientWidth.html"></A></TD> <TD><A HREF="../properties/clientWidth.html">clientWidth</A></TD> <TD>»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ¿í¶È£¬²»¼ÆËãÈκα߾ࡢ±ß¿ò¡¢¹ö¶¯Ìõ»ò¿ÉÄÜÓ¦Óõ½¸Ã<span replace="1">¶ÔÏó</span>µÄ²¹°×¡£</TD> </TR> <TR> <TD><A HREF="../properties/contentEditable.html">CONTENTEDITABLE</A></TD> <TD><A HREF="../properties/contentEditable.html">contentEditable</A></TD> <TD>ÉèÖûò»ñÈ¡±íÃ÷Óû§ÊÇ·ñ¿É±à¼­<span replace="1">¶ÔÏó</span>ÄÚÈݵÄ×Ö·û´®¡£</TD> </TR> <TR> <TD><A HREF="../properties/dir.html">DIR</A></TD> <TD><A HREF="../properties/dir.html">dir</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄÔĶÁ˳Ðò¡£</TD> </TR> <TR> <TD><A HREF="../properties/disabled_0.html">DISABLED</A></TD> <TD><A HREF="../properties/disabled_0.html">disabled</A></TD> <TD>ÉèÖûò»ñÈ¡¿Ø¼þµÄ״̬¡£</TD> </TR> <TR> <TD><A HREF="../time2/properties/end.html">END</A></TD> <TD><A HREF="../time2/properties/end.html">end</A></TD> <TD>ÉèÖûò»ñÈ¡±íÃ÷ÔªËØ½áÊøÊ±¼äµÄÖµ£¬»òÕßÔªËØÉèÖÃÎªÖØ¸´µÄ¼òµ¥³ÖÐøÖÕֹʱ¼ä¡£</TD> </TR> <TR> <TD><A HREF="../properties/firstChild.html"></A></TD> <TD><A HREF="../properties/firstChild.html">firstChild</A></TD> <TD>»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ <A HREF="../collections/childNodes.html">childNodes</A> ¼¯ºÏµÄµÚÒ»¸ö×Ó¶ÔÏóµÄÒýÓá£</TD> </TR> <TR> <TD><A HREF="../time2/properties/hasMedia.html"></A></TD> <TD><A HREF="../time2/properties/hasMedia.html">hasMedia</A></TD> <TD>»ñȡһ¸ö±íÃ÷ÔªËØÊÇ·ñΪ <A HREF="../../../behaviors/time.html">HTML+TIME</A> ýÌåÔªËØµÄ Boolean Öµ¡£</TD> </TR> <TR> <TD><A HREF="../properties/hideFocus.html">HIDEFOCUS</A></TD> <TD><A HREF="../properties/hideFocus.html">hideFocus</A></TD> <TD>ÉèÖûò»ñÈ¡±íÃ÷<span replace="1">¶ÔÏó</span>ÊÇ·ñÏÔʽ±êÃ÷½¹µãµÄÖµ¡£</TD> </TR> <TR> <TD><A HREF="../properties/id.html">ID</A></TD> <TD><A HREF="../properties/id.html">id</A></TD> <TD>»ñÈ¡±êʶ<span replace="1">¶ÔÏó</span>µÄ×Ö·û´®¡£</TD> </TR> <TR> <TD><A HREF="../properties/innerHTML.html"></A></TD> <TD><A HREF="../properties/innerHTML.html">innerHTML</A></TD> <TD>ÉèÖûò»ñȡλÓÚ<span replace="1">¶ÔÏó</span>ÆðʼºÍ½áÊø±êÇ©ÄÚµÄ HTML¡£</TD> </TR> <TR> <TD><A HREF="../properties/innerText.html"></A></TD> <TD><A HREF="../properties/innerText.html">innerText</A></TD> <TD>ÉèÖûò»ñȡλÓÚ<span replace="1">¶ÔÏó</span>ÆðʼºÍ½áÊø±êÇ©ÄÚµÄÎı¾¡£</TD> </TR> <TR> <TD><A HREF="../properties/isContentEditable.html"></A></TD> <TD><A HREF="../properties/isContentEditable.html">isContentEditable</A></TD> <TD>»ñÈ¡±íÃ÷Óû§ÊÇ·ñ¿É±à¼­<span replace="1">¶ÔÏó</span>ÄÚÈݵÄÖµ¡£</TD> </TR> <TR> <TD><A HREF="../properties/isDisabled.html"></A></TD> <TD><A HREF="../properties/isDisabled.html">isDisabled</A></TD> <TD>»ñÈ¡±íÃ÷Óû§ÊÇ·ñ¿ÉÓë¸Ã<span replace="1">¶ÔÏó</span>½»»¥µÄÖµ¡£</TD> </TR> <TR> <TD><A HREF="../properties/ismultiline.html"></A></TD> <TD><A href="../properties/ismultiline.html">isMultiLine</A></TD> <TD>»ñÈ¡±íÃ÷<span replace="1">¶ÔÏó</span>µÄÄÚÈÝÊǰüº¬Ò»Ðл¹ÊǶàÐеÄÖµ¡£</TD> </TR> <TR> <TD><A HREF="../properties/isTextEdit.html"></A></TD> <TD><A HREF="../properties/isTextEdit.html">isTextEdit</A></TD> <TD>»ñÈ¡ÊÇ·ñ¿ÉʹÓøöÔÏó´´½¨Ò»¸ö <A HREF="obj_TextRange.html">TextRange</A> <span replace="1">¶ÔÏó</span>¡£</TD> </TR> <TR> <TD><A HREF="../properties/lang.html">LANG</A></TD> <TD><A HREF="../properties/lang.html">lang</A></TD> <TD>ÉèÖûò»ñȡҪʹÓõÄÓïÑÔ¡£</TD> </TR> <TR> <TD><A HREF="../properties/language.html">LANGUAGE</A></TD> <TD><A HREF="../properties/language.html">language</A></TD> <TD>ÉèÖûò»ñÈ¡µ±Ç°½Å±¾±àдÓõÄÓïÑÔ¡£</TD> </TR> <TR> <TD><A HREF="../properties/lastChild.html"></A></TD> <TD><A HREF="../properties/lastChild.html">lastChild</A></TD> <TD>»ñÈ¡¸Ã¶ÔÏó <B>childNodes</B> ¼¯ºÏÖÐ×îºóÒ»¸ö×Ó¶ÔÏóµÄÒýÓá£</TD> </TR> <TR> <TD><A HREF="../properties/nextSibling.html"></A></TD> <TD><A HREF="../properties/nextSibling.html">nextSibling</A></TD> <TD>»ñÈ¡¶Ô´Ë¶ÔÏóµÄÏÂÒ»¸öÐֵܶÔÏóµÄÒýÓá£</TD> </TR> <TR> <TD><A HREF="../properties/nodeName.html"></A></TD> <TD><A HREF="../properties/nodeName.html">nodeName</A></TD> <TD>»ñÈ¡ÌØ¶¨½áµãÀàÐ͵ÄÃû³Æ¡£</TD> </TR> <TR> <TD><A HREF="../properties/nodeType.html"></A></TD> <TD><A HREF="../properties/nodeType.html">nodeType</A></TD> <TD>»ñÈ¡ËùÐè½áµãµÄÀàÐÍ¡£</TD> </TR> <TR> <TD><A HREF="../properties/nodeValue.html"></A></TD> <TD><A HREF="../properties/nodeValue.html">nodeValue</A></TD> <TD>ÉèÖûò»ñÈ¡½áµãµÄÖµ¡£</TD> </TR> <TR> <TD><A HREF="../properties/offsetHeight.html"></A></TD> <TD><A HREF="../properties/offsetHeight.html">offsetHeight</A></TD> <TD>»ñÈ¡<span replace="1">¶ÔÏó</span>Ïà¶ÔÓÚ°æÃæ»òÓɸ¸×ø±ê <A HREF="../properties/offsetParent.html">offsetParent</A> ÊôÐÔÖ¸¶¨µÄ¸¸×ø±êµÄ¸ß¶È¡£</TD> </TR> <TR> <TD><A HREF="../properties/offsetLeft.html"></A></TD> <TD><A HREF="../properties/offsetLeft.html">offsetLeft</A></TD> <TD>»ñÈ¡<span replace="1">¶ÔÏó</span>Ïà¶ÔÓÚ°æÃæ»òÓÉ <B>offsetParent</B> ÊôÐÔÖ¸¶¨µÄ¸¸×ø±êµÄ¼ÆËã×ó²àλÖá£</TD> </TR> <TR> <TD><A HREF="../properties/offsetParent.html"></A></TD> <TD><A HREF="../properties/offsetParent.html">offsetParent</A></TD> <TD>»ñÈ¡¶¨Òå¶ÔÏó <B>offsetTop</B> ºÍ <B>offsetLeft</B> ÊôÐÔµÄÈÝÆ÷¶ÔÏóµÄÒýÓá£</TD> </TR> <TR> <TD><A HREF="../properties/offsetTop.html"></A></TD> <TD><A HREF="../properties/offsetTop.html">offsetTop</A></TD> <TD>»ñÈ¡<span replace="1">¶ÔÏó</span>Ïà¶ÔÓÚ°æÃæ»òÓÉ <B>offsetTop</B> ÊôÐÔÖ¸¶¨µÄ¸¸×ø±êµÄ¼ÆËã¶¥¶ËλÖá£</TD> </TR> <TR> <TD><A HREF="../properties/offsetWidth.html"></A></TD> <TD><A HREF="../properties/offsetWidth.html">offsetWidth</A></TD> <TD>»ñÈ¡<span replace="1">¶ÔÏó</span>Ïà¶ÔÓÚ°æÃæ»òÓɸ¸×ø±ê <B>offsetParent</B> ÊôÐÔÖ¸¶¨µÄ¸¸×ø±êµÄ¿í¶È¡£</TD> </TR> <TR> <TD><A HREF="../time/properties/onOffBehavior.html"></A></TD> <TD><A HREF="../time/properties/onOffBehavior.html">onOffBehavior</A></TD> <TD>»ñÈ¡±íÃ÷Ö¸¶¨µÄ Microsoft<SUP>&reg;</SUP> DirectAnimation<SUP>&reg;</SUP> ÐÐΪÊÇ·ñÕýÔÚÔËÐеĶÔÏó¡£</TD> </TR> <TR> <TD><A HREF="../properties/outerHTML.html"></A></TD> <TD><A HREF="../properties/outerHTML.html">outerHTML</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>¼°ÆäÄÚÈÝµÄ HTML ÐÎʽ¡£</TD> </TR> <TR> <TD><A HREF="../properties/outerText.html"></A></TD> <TD><A HREF="../properties/outerText.html">outerText</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄÎı¾¡£</TD> </TR> <TR> <TD><A HREF="../properties/ownerDocument.html"></A></TD> <TD><A HREF="../properties/ownerDocument.html">ownerDocument</A><IMG SRC="../common/new.gif" WIDTH="21" HEIGHT="11" BORDER=0 ALT="Microsoft&reg; Internet Explorer 6 ÐÂÔö"></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">½áµã</span>¹ØÁªµÄ <A href="obj_document.html">document</A> ¶ÔÏó¡£</TD> </TR> <TR> <TD><A HREF="../properties/parentElement.html"></A></TD> <TD><A HREF="../properties/parentElement.html">parentElement</A></TD> <TD>»ñÈ¡¶ÔÏó²ã´ÎÖеĸ¸¶ÔÏó¡£</TD> </TR> <TR> <TD><A HREF="../properties/parentNode.html"></A></TD> <TD><A HREF="../properties/parentNode.html">parentNode</A></TD> <TD>»ñÈ¡Îĵµ²ã´ÎÖеĸ¸¶ÔÏó¡£</TD> </TR> <TR> <TD><A HREF="../properties/parentTextEdit.html"></A></TD> <TD><A HREF="../properties/parentTextEdit.html">parentTextEdit</A></TD> <TD>»ñÈ¡Îĵµ²ã´ÎÖпÉÓÃÓÚ´´½¨°üº¬Ô­Ê¼<span replace="1">¶ÔÏó</span>µÄ <B>TextRange</B> µÄÈÝÆ÷¶ÔÏó¡£</TD> </TR> <TR> <TD><A HREF="../properties/previousSibling.html"></A></TD> <TD><A HREF="../properties/previousSibling.html">previousSibling</A></TD> <TD>»ñÈ¡¶Ô´Ë¶ÔÏóµÄÉÏÒ»¸öÐֵܶÔÏóµÄÒýÓá£</TD> </TR> <TR> <TD><A HREF="../properties/readystate.html"></A></TD> <TD><A HREF="../properties/readystate.html">readyState</A></TD> <TD>»ñÈ¡<span replace="1">¶ÔÏó</span>µÄµ±Ç°×´Ì¬¡£</TD> </TR> <TR> <TD><A HREF="../properties/scopeName.html"></A></TD> <TD><A HREF="../properties/scopeName.html">scopeName</A></TD> <TD>»ñȡΪ¸ÃÔªËØ¶¨ÒåµÄ<A HREF="/library/en-us/xmlsdk30/htm/xmtuttut5usingnamespaces.html">ÃüÃû¿Õ¼ä</A>¡£</TD> </TR> <TR> <TD><A HREF="../properties/scrollHeight.html"></A></TD> <TD><A HREF="../properties/scrollHeight.html">scrollHeight</A></TD> <TD>»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ¹ö¶¯¸ß¶È¡£</TD> </TR> <TR> <TD><A HREF="../properties/scrollLeft.html"></A></TD> <TD><A HREF="../properties/scrollLeft.html">scrollLeft</A></TD> <TD>ÉèÖûò»ñȡλÓÚ<span replace="1">¶ÔÏó</span>×ó±ß½çºÍ´°¿ÚÖÐĿǰ¿É¼ûÄÚÈݵÄ×î×ó¶ËÖ®¼äµÄ¾àÀë¡£</TD> </TR> <TR> <TD><A HREF="../properties/scrollTop.html"></A></TD> <TD><A HREF="../properties/scrollTop.html">scrollTop</A></TD> <TD>ÉèÖûò»ñȡλÓÚ<span replace="1">¶ÔÏó</span>×î¶¥¶ËºÍ´°¿ÚÖпɼûÄÚÈݵÄ×î¶¥¶ËÖ®¼äµÄ¾àÀë¡£</TD> </TR> <TR> <TD><A HREF="../properties/scrollWidth.html"></A></TD> <TD><A HREF="../properties/scrollWidth.html">scrollWidth</A></TD> <TD>»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ¹ö¶¯¿í¶È¡£</TD> </TR> <TR> <TD><A HREF="../properties/sourceIndex.html"></A></TD> <TD><A HREF="../properties/sourceIndex.html">sourceIndex</A></TD> <TD>»ñÈ¡<span replace="1">¶ÔÏó</span>ÔÚÔ´ÐòÖеÄÒÀ´ÎλÖ㬼´<span replace="1">¶ÔÏó</span>³öÏÖÔÚ document µÄ <A HREF="../collections/all.html">all</A> ¼¯ºÏÖеÄ˳Ðò¡£</TD> </TR> <TR> <TD><A HREF="../properties/style.html">STYLE</A></TD> <TD><A HREF="../properties/style.html"></A></TD> <TD>Ϊ¸ÃÉèÖÃ<span replace="1">ÔªËØ</span>ÉèÖÃÄÚǶÑùʽ¡£</TD> </TR> <TR> <TD><A HREF="../time2/properties/syncMaster.html">SYNCMASTER</A></TD> <TD><A HREF="../time2/properties/syncMaster.html">syncMaster</A></TD> <TD>ÉèÖûò»ñȡʱ¼äÈÝÆ÷ÊÇ·ñ±ØÐëÔÚ´ËÔªËØÉÏͬ²½»Ø·Å¡£</TD> </TR> <TR> <TD><A HREF="../time2/properties/systemBitrate.html">SYSTEMBITRATE</A></TD> <TD><A HREF="../time2/properties/systemBitrate.html"></A></TD> <TD>»ñȡϵͳÖдóÔ¼¿ÉÓôø¿íµÄ bps¡£</TD> </TR> <TR> <TD><A HREF="../time2/properties/systemCaptions.html">SYSTEMCAPTION</A></TD> <TD><A HREF="../time2/properties/systemCaptions.html"></A></TD> <TD>±íÃ÷ÊÇ·ñÒªÏÔʾÎı¾À´´úÌæÑÝʾµÄµÄÒôƵ²¿·Ö¡£</TD> </TR> <TR> <TD><A HREF="../time2/properties/systemLanguage.html">SYSTEMLANGUAGE</A></TD> <TD><A HREF="../time2/properties/systemLanguage.html"></A></TD> <TD>±íÃ÷ÊÇ·ñÔÚÓû§¼ÆËã»úÉϵÄÑ¡ÏîÉèÖÃÖÐÑ¡ÖÐÁ˸ø¶¨ÓïÑÔ¡£</TD> </TR> <TR> <TD><A HREF="../time2/properties/systemOverdubOrSubtitle.html">SYSTEMOVERDUBORSUBTITLE</A></TD> <TD><A HREF="../time2/properties/systemOverdubOrSubtitle.html"></A></TD> <TD>Ö¸¶¨Õë¶ÔÄÇЩÕýÔÚ¹Û¿´ÑÝʾµ«¶Ô±»²¥·ÅµÄÒôƵËùʹÓõÄÓïÑÔ²¢²»ÊìϤµÄÓû§À´ËµÊÇ·ñÒªäÖȾ<B>ÅäÒô</B>»ò<B>×ÖÄ»</B>¡£</TD> </TR> <TR> <TD><A HREF="../properties/tabIndex.html">TABINDEX</A></TD> <TD><A HREF="../properties/tabIndex.html">tabIndex</A></TD> <TD>ÉèÖûò»ñÈ¡¶¨Òå<span replace="1">¶ÔÏó</span>µÄ Tab ˳ÐòµÄË÷Òý¡£</TD> </TR> <TR> <TD><A HREF="../properties/tagName.html"></A></TD> <TD><A HREF="../properties/tagName.html">tagName</A></TD> <TD>»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ±êÇ©Ãû³Æ¡£</TD> </TR> <TR> <TD><A HREF="../properties/tagUrn.html"></A></TD> <TD><A HREF="../properties/tagUrn.html">tagUrn</A></TD> <TD>ÉèÖûò»ñÈ¡ÔÚÃüÃû¿Õ¼äÉùÃ÷ÖÐÖ¸¶¨µÄͳһ×ÊÔ´Ãû³Æ(URN)¡£</TD> </TR> <TR> <TD><A HREF="../time2/properties/timeContainer.html">TIMECONTAINER</A></TD> <TD><A HREF="../time2/properties/timeContainer.html">timeContainer</A></TD> <TD>ÉèÖûò»ñÈ¡ÓëÔªËØ¹ØÁªµÄʱ¼äÏßÀàÐÍ¡£</TD> </TR> <TR> <TD><A HREF="../properties/title_1.html">TITLE</A></TD> <TD><A HREF="../properties/title_1.html">title</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ×ÉѯÐÅÏ¢(¹¤¾ßÌáʾ)¡£</TD> </TR> <TR> <TD><A HREF="../properties/uniqueID.html"></A></TD> <TD><A HREF="../properties/uniqueID.html">uniqueID</A></TD> <TD>»ñȡΪ<span replace="1">¶ÔÏó</span>×Ô¶¯Éú³ÉµÄΨһ±êʶ·û¡£</TD> </TR> <TR> <TD><A HREF="../properties/unselectable.html">UNSELECTABLE</A></TD> <TD><A HREF="../properties/unselectable.html"></A></TD> <TD>Ö¸¶¨¸ÃÔªËØ²»¿É±»Ñ¡ÖС£</TD> </TR> </TABLE> </DIV> <P CLASS="clsRef" STYLE="display:none">ÐÐΪ</P> <DIV tabName="ÐÐΪ" style="visibility:visible"> <TABLE CLASS="clsStd" width="100%" STYLE="BACKGROUND: #FFFFFF"> <TR><TH>ÐÐΪ</TH><TH>ÃèÊö</TH></TR> <TR> <TD><A HREF="../behaviors/clientcaps.html">clientCaps</A></TD> <TD>Ìṩ¹ØÓÚ Internet Explorer Ö§³ÖµÄÌØÐÔµÄÐÅÏ¢£¬ÒÔ¼°Ìṩ¼´Óü´×°µÄ·½·¨¡£</TD> </TR> <TR> <TD><A HREF="../behaviors/download.html">download</A></TD> <TD>ÏÂÔØÎļþ²¢ÔÚÏÂÔØÍê³Éºó֪ͨһ¸öÖ¸¶¨µÄ»Øµ÷º¯Êý¡£</TD> </TR> <TR> <TD><A HREF="../behaviors/homepage.html">homePage</A></TD> <TD>°üº¬¹ØÓÚÓû§Ö÷Ò³µÄÐÅÏ¢¡£</TD> </TR> <TR> <TD><A HREF="../behaviors/httpFolder.html">httpFolder</A></TD> <TD>°üº¬ÁËÔÊÐíä¯ÀÀµ¼º½µÄÎļþ¼ÐÊÓͼµÄ½Å±¾ÌØÐÔ¡£</TD> </TR> <TR> <TD><A HREF="../behaviors/saveFavorite.html">saveFavorite</A></TD> <TD>ÔÊÐí<span replace="1">¶ÔÏó</span>ÔÚÊղؼÐÖÐÁô´æÊý¾Ý¡£</TD> </TR> <TR> <TD><A HREF="../behaviors/saveHistory.html">saveHistory</A></TD> <TD>ÔÊÐí<span replace="1">¶ÔÏó</span>ÔÚä¯ÀÀÆ÷ÀúÊ·ÖÐÁô´æÊý¾Ý¡£</TD> </TR> <TR> <TD><A HREF="../behaviors/saveSnapshot.html">saveSnapshot</A></TD> <TD>ÔÊÐí<span replace="1">¶ÔÏó</span>ÔÚ Web Ò³±£´æÊ±Áô´æÊý¾Ý¡£</TD> </TR> <TR> <TD><A HREF="../time/behaviors/time.html">time</A></TD> <TD>Ϊ HTML ÔªËØÌṩһ¸ö»î¶¯µÄʱ¼äÏß¡£</TD> </TR> <TR> <TD><A HREF="../time2/behaviors/time2.html">time2</A></TD> <TD>Ϊ HTML ÔªËØ»òÒ»×éÔªËØÌṩһ¸ö»î¶¯µÄʱ¼äÏß¡£</TD> </TR> <TR> <TD><A HREF="../behaviors/userData.html">userData</A></TD> <TD>ÔÊÐí<span replace="1">¶ÔÏó</span>ÔÚÓû§Êý¾ÝÖÐÁô´æÊý¾Ý¡£</TD> </TR> </TABLE> </DIV> <P CLASS="clsRef" STYLE="display:none">¼¯ºÏ</P> <DIV tabName="¼¯ºÏ" style="visibility:visible"> <TABLE CLASS="clsStd" width="100%" STYLE="BACKGROUND: #FFFFFF"> <TR><TH>¼¯ºÏ</TH><TH>ÃèÊö</TH></TR> <TR> <TD><A HREF="../collections/all.html">all</A></TD> <TD>·µ»Ø<span replace="1">¶ÔÏó</span>Ëù°üº¬µÄÔªËØ¼¯ºÏµÄÒýÓá£</TD> </TR> <TR> <TD><A HREF="../collections/attributes.html">attributes</A></TD> <TD>»ñÈ¡¶ÔÏó±êÇ©ÊôÐԵļ¯ºÏ¡£</TD> </TR> <TR> <TD><A HREF="../collections/behaviorUrns.html">behaviorUrns</A></TD> <TD>·µ»Ø±êʶ¸½¼Óµ½¸Ã<span replace="1">ÔªËØ</span>ÐÐΪµÄͳһ×ÊÔ´Ãû³Æ(URN)×Ö·û´®µÄ¼¯ºÏ¡£</TD> </TR> <TR> <TD><A HREF="../collections/childNodes.html">childNodes</A></TD> <TD>»ñÈ¡×÷Ϊָ¶¨¶ÔÏóÖ±½Óºó´úµÄ <A HREF="../elements.html">HTML ÔªËØ</A>ºÍ <A HREF="TextNode.html">TextNode</A> ¶ÔÏóµÄ¼¯ºÏ¡£</TD> </TR> <TR> <TD><A HREF="../collections/children.html">children</A></TD> <TD>»ñÈ¡×÷Ϊ<span replace="1">¶ÔÏó</span>Ö±½Óºó´úµÄ <A HREF="../objects.html">DHTML ¶ÔÏó</A>µÄ¼¯ºÏ¡£</TD> </TR> </TABLE> </DIV> <P CLASS="clsRef" STYLE="display:none">ʼþ</P> <DIV tabName="ʼþ" style="visibility:visible"> <TABLE CLASS="clsStd" width="100%" STYLE="BACKGROUND: #FFFFFF"> <TR><TH>ʼþ</TH><TH>ÃèÊö</TH></TR> <TR> <TD><A HREF="../events/onactivate.html">onactivate</A></TD> <TD>µ±<span replace="1">¶ÔÏó</span>ÉèÖÃΪ<A HREF="../properties/activeElement.html">»î¶¯ÔªËØ</A>ʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onbeforeactivate.html">onbeforeactivate</A><IMG SRC="../common/new.gif" WIDTH="21" HEIGHT="11" BORDER=0 ALT="Microsoft&reg; Internet Explorer 6 ÐÂÔö"></TD> <TD><span replace="1">¶ÔÏó</span>Òª±»ÉèÖÃΪ<B>µ±Ç°ÔªËØ</B>ǰÁ¢¼´´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onbeforecopy.html">onbeforecopy</A></TD> <TD>µ±Ñ¡ÖÐÇø¸´ÖƵ½ÏµÍ³¼ôÌù°å֮ǰÔÚÔ´¶ÔÏó´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onbeforecut.html">onbeforecut</A></TD> <TD>µ±Ñ¡ÖÐÇø´ÓÎĵµÖÐɾ³ý֮ǰÔÚÔ´¶ÔÏó´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onbeforedeactivate.html">onbeforedeactivate</A></TD> <TD>ÔÚ <A HREF="../properties/activeElement.html">activeElement</A> ´Óµ±Ç°<span replace="1">¶ÔÏó</span>±äΪ¸¸ÎĵµÆäËü¶ÔÏó֮ǰÁ¢¼´´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onbeforeeditfocus.html">onbeforeeditfocus</A></TD> <TD>ÔÚ°üº¬ÓÚ¿É±à¼­ÔªËØÄڵĶÔÏó½øÈë<SPAN CLASS="clsGLossary" title="±»Óû§»ò·½·¨ËùÑ¡ÖеÄÏÔʾµÄÄÚÈÝ£¬ÒÔ±ã¿ÉÊäÈëÎı¾¡£¼¤»îÇøÓòͨ³£±»ÐéÏß°üΧ¡£µ±Óû§°´ Enter ¼ü¡¢µ¥»÷ÓµÓн¹µãµÄ¶ÔÏó»òË«»÷¶ÔÏóʱ¿Éµ¼Ö¶ÔÏó½øÈëÓû§½çÃæ(UI)¼¤»î״̬¡£ÒªÒÔÓû§½çÃæ¼¤»î״̬·ÅÖöÔÏó£¬Îĵµ»ò°üº¬¸Ã¶ÔÏóµÄÔªËØ±ØÐë´¦Óڱ༭ģʽ¡£Óû§½çÃæ¼¤»îµÄ¶ÔÏóÒ²Êǵ±Ç°¶ÔÏó¡£">Óû§½çÃæ¼¤»î</SPAN>״̬ǰ»ò¿É±à¼­ÈÝÆ÷±ä³É<SPAN CLASS="clsGlossary" title="ÏÔʾÓû§Ñ¡ÖеÄÄÚÈݺÍËõ·Å¾ä±ú¡£¿ÉʹÓöÔÏóµÄ·½·¨»ñÈ¡²¢ÐÞ¸ÄÑ¡ÖÐÇøµÄ HTML Îı¾¡£ÔªËصÄÀý×ÓΪѡÖаüÀ¨Í¼Ïñ¡¢±í¸ñºÍÈÎÒâ¾ø¶Ô¶¨Î»µÄÔªËØÖеĿؼþ¡£">¿Ø¼þÑ¡ÖÐÇø</SPAN>ǰ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onbeforepaste.html">onbeforepaste</A></TD> <TD>ÔÚÑ¡ÖÐÇø´Óϵͳ¼ôÌù°åÕ³Ìùµ½ÎĵµÇ°ÔÚÄ¿±ê¶ÔÏóÉÏ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onblur.html">onblur</A></TD> <TD>ÔÚ<span replace="1">¶ÔÏó</span>ʧȥÊäÈë½¹µãʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onclick.html">onclick</A></TD> <TD>ÔÚÓû§ÓÃÊó±ê×ó¼üµ¥»÷<span replace="1">¶ÔÏó</span>ʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/oncontextmenu.html">oncontextmenu</A></TD> <TD>ÔÚÓû§Ê¹ÓÃÊó±êÓÒ¼üµ¥»÷¿Í»§Çø´ò¿ªÉÏÏÂÎIJ˵¥Ê±´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/oncontrolselect.html">oncontrolselect</A></TD> <TD>µ±Óû§½«Òª¶Ô¸Ã<span replace="1">¶ÔÏó</span>ÖÆ×÷Ò»¸ö<SPAN CLASS="clsGlossary" title="ÏÔʾÓû§Ñ¡ÖеÄÄÚÈݺÍËõ·Å¾ä±ú¡£¿ÉʹÓöÔÏóµÄ·½·¨»ñÈ¡²¢ÐÞ¸ÄÑ¡ÖÐÇøµÄ HTML Îı¾¡£ÔªËصÄÀý×ÓΪѡÖаüÀ¨Í¼Ïñ¡¢±í¸ñºÍÈÎÒâ¾ø¶Ô¶¨Î»µÄÔªËØÖеĿؼþ¡£">¿Ø¼þÑ¡ÖÐÇø</SPAN>ʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/oncopy.html">oncopy</A></TD> <TD>µ±Óû§¸´ÖÆ<span replace="1">¶ÔÏó</span>»òÑ¡ÖÐÇø£¬½«ÆäÌí¼Óµ½ÏµÍ³¼ôÌù°åÉÏʱÔÚÔ´ÔªËØÉÏ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/oncut.html">oncut</A></TD> <TD>µ±<span replace="1">¶ÔÏó</span>»òÑ¡ÖÐÇø´ÓÎĵµÖÐɾ³ý²¢Ìí¼Óµ½ÏµÍ³¼ôÌù°åÉÏʱÔÚÔ´ÔªËØÉÏ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/ondblclick.html">ondblclick</A></TD> <TD>µ±Óû§Ë«»÷<span replace="1">¶ÔÏó</span>ʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/ondeactivate.html">ondeactivate</A></TD> <TD>µ± <B>activeElement</B> ´Óµ±Ç°<span replace="1">¶ÔÏó</span>±äΪ¸¸ÎĵµÆäËü¶ÔÏóʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/ondrag.html">ondrag</A></TD> <TD>µ±½øÐÐÍÏÒ·²Ù×÷ʱÔÚÔ´¶ÔÏóÉϳÖÐø´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/ondragend.html">ondragend</A></TD> <TD>µ±Óû§ÔÚÍÏÒ·²Ù×÷½áÊøºóÊÍ·ÅÊó±êʱÔÚÔ´¶ÔÏóÉÏ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/ondragenter.html">ondragenter</A></TD> <TD>µ±Óû§ÍÏÒ·<span replace="1">¶ÔÏó</span>µ½Ò»¸öºÏ·¨ÍÏÒ·Ä¿±êʱÔÚÄ¿±êÔªËØÉÏ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/ondragleave.html">ondragleave</A></TD> <TD>µ±Óû§ÔÚÍÏÒ·²Ù×÷¹ý³ÌÖн«Êó±êÒÆ³öºÏ·¨ÍÏÒ·Ä¿±êʱÔÚÄ¿±ê¶ÔÏóÉÏ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/ondragover.html">ondragover</A></TD> <TD>µ±Óû§ÍÏÒ·<span replace="1">¶ÔÏó</span>»®¹ýºÏ·¨ÍÏÒ·Ä¿±êʱ³ÖÐøÔÚÄ¿±êÔªËØÉÏ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/ondragstart.html">ondragstart</A></TD> <TD>µ±Óû§¿ªÊ¼ÍÏÒ·Îı¾Ñ¡ÖÐÇø»òÑ¡ÖжÔÏóʱÔÚÔ´¶ÔÏóÉÏ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/ondrop.html">ondrop</A></TD> <TD>µ±Êó±ê°´Å¥ÔÚÍÏÒ·²Ù×÷¹ý³ÌÖÐÊÍ·ÅʱÔÚÄ¿±ê¶ÔÏóÉÏ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onfocus.html">onfocus</A></TD> <TD>µ±<span replace="1">¶ÔÏó</span>»ñµÃ½¹µãʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onfocusin.html">onfocusin</A><IMG SRC="../common/new.gif" WIDTH="21" HEIGHT="11" BORDER=0 ALT="Microsoft&reg; Internet Explorer 6 ÐÂÔö"></TD> <TD>µ±ÔªËؽ«Òª±»ÉèÖÃΪ½¹µã֮ǰ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onfocusout.html">onfocusout</A><IMG SRC="../common/new.gif" WIDTH="21" HEIGHT="11" BORDER=0 ALT="Microsoft&reg; Internet Explorer 6 ÐÂÔö"></TD> <TD>ÔÚÒÆ¶¯½¹µãµ½ÆäËüÔªËØÖ®ºóÁ¢¼´´¥·¢ÓÚµ±Ç°ÓµÓн¹µãµÄÔªËØÉÏ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onhelp.html">onhelp</A></TD> <TD>µ±Óû§ÔÚä¯ÀÀÆ÷Ϊµ±Ç°´°¿Úʱ°´ F1 ¼üʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onkeydown.html">onkeydown</A></TD> <TD>µ±Óû§°´Ï¼üÅ̰´¼üʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onkeypress.html">onkeypress</A></TD> <TD>µ±Óû§°´ÏÂ×ÖÃæ¼üʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onkeyup.html">onkeyup</A></TD> <TD>µ±Óû§ÊͷżüÅ̰´¼üʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onlosecapture.html">onlosecapture</A></TD> <TD>µ±<span replace="1">¶ÔÏó</span>ʧȥÊó±ê²¶×½Ê±´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onmousedown.html">onmousedown</A></TD> <TD>µ±Óû§ÓÃÈκÎÊó±ê°´Å¥µ¥»÷<span replace="1">¶ÔÏó</span>ʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onmouseenter.html">onmouseenter</A></TD> <TD>µ±Óû§½«Êó±êÖ¸ÕëÒÆ¶¯µ½¶ÔÏóÄÚʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onmouseleave.html">onmouseleave</A></TD> <TD>µ±Óû§½«Êó±êÖ¸ÕëÒÆ³ö<span replace="1">¶ÔÏó</span>±ß½çʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onmousemove.html">onmousemove</A></TD> <TD>µ±Óû§½«Êó±ê»®¹ý<span replace="1">¶ÔÏó</span>ʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onmouseout.html">onmouseout</A></TD> <TD>µ±Óû§½«Êó±êÖ¸ÕëÒÆ³ö<span replace="1">¶ÔÏó</span>±ß½çʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onmouseover.html">onmouseover</A></TD> <TD>µ±Óû§½«Êó±êÖ¸ÕëÒÆ¶¯µ½<span replace="1">¶ÔÏó</span>ÄÚʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onmouseup.html">onmouseup</A></TD> <TD>µ±Óû§ÔÚÊó±êλÓÚ<span replace="1">¶ÔÏó</span>Ö®ÉÏʱÊÍ·ÅÊó±ê°´Å¥Ê±´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onmousewheel.html">onmousewheel</A><IMG SRC="../common/new.gif" WIDTH="21" HEIGHT="11" BORDER=0 ALT="Microsoft&reg; Internet Explorer 6 ÐÂÔö"></TD> <TD>µ±Êó±ê¹öÂÖ°´Å¥Ðýתʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onmove.html">onmove</A></TD> <TD>µ±<span replace="1">¶ÔÏó</span>ÒÆ¶¯Ê±´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onmoveend.html">onmoveend</A></TD> <TD>µ±<span replace="1">¶ÔÏó</span>Í£Ö¹ÒÆ¶¯Ê±´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onmovestart.html">onmovestart</A></TD> <TD>µ±<span replace="1">¶ÔÏó</span>¿ªÊ¼Òƶ¯Ê±´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onpaste.html">onpaste</A></TD> <TD>µ±Óû§Õ³ÌùÊý¾ÝÒÔ±ã´Óϵͳ¼ôÌù°åÏòÎĵµ´«ËÍÊý¾ÝʱÔÚÄ¿±ê¶ÔÏóÉÏ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onpropertychange.html">onpropertychange</A></TD> <TD>µ±ÔÚ¶ÔÏóÉÏ·¢Éú<span replace="1">¶ÔÏó</span>ÉÏ·¢ÉúÊôÐÔ¸ü¸Äʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onreadystatechange.html">onreadystatechange</A></TD> <TD>µ±<span replace="1">¶ÔÏó</span>״̬±ä¸üʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onresize.html">onresize</A></TD> <TD>µ±<span replace="1">¶ÔÏó</span>µÄ´óС½«Òª¸Ä±äʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onresizeend.html">onresizeend</A></TD> <TD>µ±Óû§¸ü¸ÄÍê¿Ø¼þÑ¡ÖÐÇøÖÐ<span replace="1">¶ÔÏó</span>µÄ³ß´çʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onresizestart.html">onresizestart</A></TD> <TD>µ±Óû§¿ªÊ¼¸ü¸Ä¿Ø¼þÑ¡ÖÐÇøÖÐ<span replace="1">¶ÔÏó</span>µÄ³ß´çʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../events/onselectstart.html">onselectstart</A></TD> <TD><span replace="1">¶ÔÏó</span>½«Òª±»Ñ¡ÖÐʱ´¥·¢¡£</TD> </TR> <TR> <TD><A HREF="../time2/events/ontimeerror.html">ontimeerror</A></TD> <TD>µ±Ìض¨Ê±¼ä´íÎó·¢ÉúʱÎÞÌõ¼þ´¥·¢£¬Í¨³£Óɽ«ÊôÐÔÉèÖÃΪÎÞЧֵµ¼Ö¡£</TD> </TR> </TABLE> </DIV> <P CLASS="clsRef" STYLE="display:none">Â˾µ</P> <DIV tabName="Â˾µ" style="visibility:visible"> <TABLE CLASS="clsStd" width="100%" STYLE="BACKGROUND: #FFFFFF"> <TR><TH>Â˾µÊôÐÔ</TH><TH>ÃèÊö</TH></TR> <TR> <TD><A HREF="../filters/alpha.html">Alpha</A></TD> <TD>µ÷Õû<span replace="1">¶ÔÏó</span>ÄÚÈݵIJ»Í¸Ã÷¶È¡£</TD> </TR> <TR> <TD><A HREF="../filters/AlphaImageLoader.html">AlphaImageLoader</A></TD> <TD>ÔÚ<span replace="1">¶ÔÏó</span>µÄ±ß½çºÍ¶ÔÏó±³¾°µ½ÄÚÈÝÖ®¼äÏÔʾͼÏñ£¬¿ÉÑ¡¼ô²Ã»òËõ·ÅͼÏñ´óС¡£µ±×°Èë±ãÐ¯ÍøÂçͼÏñ(PNG)ʱ£¬´Ó 0 µ½ 100% µÄ ͸Ã÷¶È¶¼ÊÇÖ§³ÖµÄ¡£</TD> </TR> <TR> <TD><A HREF="../filters/Barn.html">Barn</A></TD> <TD>ÒÔ¿ªÃÅ»ò¹ØÃŵÄÔ˶¯·½Ê½ÏÔʾ<span replace="1">¶ÔÏó</span>µÄÐÂÄÚÈÝ¡£</TD> </TR> <TR> <TD><A HREF="../filters/BasicImage.html">BasicImage</A></TD> <TD>µ÷Õû<span replace="1">¶ÔÏó</span>ÄÚÈݵÄÑÕÉ«´¦Àí¡¢Í¼ÏñÐýת»ò²»Í¸Ã÷¶È¡£</TD> </TR> <TR> <TD><A HREF="../filters/blendTrans.html">BlendTrans</A></TD> <TD>ÒÔ½¥ÒþԭʼÄÚÈݵÄÐÎʽÏÔʾ<span replace="1">¶ÔÏó</span>µÄÐÂÄÚÈÝ¡£</TD> </TR> <TR> <TD><A HREF="../filters/Blinds.html">Blinds</A></TD> <TD>ÒÔ´ò¿ª»ò¹Ø±ÕäµãµÄÔ˶¯·½Ê½ÏÔʾ<span replace="1">¶ÔÏó</span>µÄÐÂÄÚÈÝ¡£</TD> </TR> <TR> <TD><A HREF="../filters/Blur_1.html">Blur</A></TD> <TD>Ä£ºý<span replace="1">¶ÔÏó</span>µÄÄÚÈÝÒÔ±ãʹÆä¿´ÆðÀ´Ê§È¥½¹µã¡£</TD> </TR> <TR> <TD><A HREF="../filters/CheckerBoard.html">CheckerBoard</A></TD> <TD>ÒÔ½Ò¿ª¸²¸ÇÔÚԭʼÄÚÈÝÉÏµÄÆåÅ̵ÄÐÎʽÏÔʾ<span replace="1">¶ÔÏó</span>µÄÐÂÄÚÈÝ¡£</TD> </TR> <TR> <TD><A HREF="../filters/chroma.html">Chroma</A></TD> <TD>½«<span replace="1">¶ÔÏó</span>ÄÚÈݵÄÖ¸¶¨ÑÕÉ«ÏÔʾΪ͸Ã÷¡£</TD> </TR> <TR> <TD><A HREF="../filters/Composite.html">Compositor</A></TD> <TD>ÒÔоÉÄÚÈÝÂß¼­ÑÕÉ«×éºÏµÄÐÎʽÏÔʾ<span replace="1">¶ÔÏó</span>µÄÐÂÄÚÈÝ¡£Ã¿¸ö°æ±¾µÄÑÕÉ«ºÍ alpha Öµ¶¼»á±»¼ÆËãÓÃÀ´¾ö¶¨Êä³öͼÏñµÄ×îÖÕÑÕÉ«¡£</TD> </TR> <TR> <TD><A HREF="../filters/dropShadow.html">DropShadow</A></TD> <TD>´´½¨<span replace="1">¶ÔÏó</span>ÄÚÈݵÄʵÌåÒõÓ°£¬Æ«ÒÆÁ¿Î»ÓÚÖ¸¶¨·½Ïò¡£Õ⽫ʹµÃÄÚÈÝ¿´ÆðÀ´ÊǸ¡¶¯µÄÒò´Ë»á²úÉúÒõÓ°¡£</TD> </TR> <TR> <TD><A HREF="../filters/Emboss.html">Emboss</A></TD> <TD>ʹÓûҶÈÖµ¶Ô<span replace="1">¶ÔÏó</span>ÒÔ¸¡µñÎÆÀíÏÔʾ¡£</TD> </TR> <TR> <TD><A HREF="../filters/Engrave.html">Engrave</A></TD> <TD>ʹÓûҶÈÖµ¶Ô<span replace="1">¶ÔÏó</span>ÒÔµñ¿ÌÎÆÀíÏÔʾ¡£</TD> </TR> <TR> <TD><A HREF="../filters/Fade.html">Fade</A></TD> <TD>ÒÔ½¥ÒþԭʼÄÚÈݵÄÐÎʽÏÔʾ<span replace="1">¶ÔÏó</span>µÄÐÂÄÚÈÝ¡£</TD> </TR> <TR> <TD><A HREF="../filters/flipH.html">FlipH</A></TD> <TD>ÒÔÑØË®Æ½·½Ïò·­×ªµÄÐÎʽÏÔʾ<span replace="1">¶ÔÏó</span>ÄÚÈÝ¡£</TD> </TR> <TR> <TD><A HREF="../filters/flipV.html">FlipV</A></TD> <TD>ÒÔÑØ´¹Ö±·½Ïò·­×ªµÄÐÎʽÏÔʾ<span replace="1">¶ÔÏó</span>ÄÚÈÝ¡£</TD> </TR> <TR> <TD><A HREF="../filters/glow.html">Glow</A></TD> <TD>ÔÚ<span replace="1">¶ÔÏó</span>±ßÔµÍâ²àÌí¼Ó¹âÔÎÒÔ±ãʹÆä¿´ÆðÀ´Ïñ·¢¹âµÄÑù×Ó¡£</TD> </TR> <TR> <TD><A HREF="../filters/Gradient.html">Gradient</A></TD> <TD>ÔÚ<span replace="1">¶ÔÏó</span>µÄ±³¾°ºÍÄÚÈÝÖ®¼äÏÔʾһ¸ö½¥±äÉ«²ÊµÄ±íÃæ¡£</TD> </TR> <TR> <TD><A HREF="../filters/GradientWipe.html">GradientWipe</A></TD> <TD>ÒÔÔÚÔ­ÓÐÄÚÈÝÉϸ²¸Ç½¥±ä´øµÄÐÎʽÏÔʾ<span replace="1">¶ÔÏó</span>µÄÐÂÄÚÈÝ¡£</TD> </TR> <TR> <TD><A HREF="../filters/gray.html">Gray</A></TD> <TD>ÒÔ»Ò¶ÈÏÔʾ<span replace="1">¶ÔÏó</span>ÄÚÈÝ¡£</TD> </TR> <TR> <TD><A HREF="../filters/ICMFilter.html">ICMFilter</A></TD> <TD>¸ù¾ÝͼÏñÑÕÉ«¹ÜÀí(ICM)ÅäÖÃÎļþת»»<span replace="1">¶ÔÏó</span>µÄ²ÊÉ«ÄÚÈÝ¡£Õ⽫ÔÊÐíÖ¸¶¨ÄÚÈݵÄÏÔʾЧ¹ûµÃÒÔ¸ÄÉÆ£¬»òÕßÔÚ´òÓ¡»ú»ò¼àÊÓÆ÷µÈÓ²¼þÉ豸ÉÏÄ£ÄâÏÔʾ¡£</TD> </TR> <TR> <TD><A HREF="../filters/Inset.html">Inset</A></TD> <TD>ÒÔ¶Ô½ÇÏß·½ÏòÏÔʾ<span replace="1">¶ÔÏó</span>µÄÐÂÄÚÈÝ¡£</TD> </TR> <TR> <TD><A HREF="../filters/invert.html">Invert</A></TD> <TD>·´×ª<span replace="1">¶ÔÏó</span>ÄÚÈݵÄÉ«µ÷¡¢±¥ºÍ¶ÈºÍÁÁ¶È¡£</TD> </TR> <TR> <TD><A HREF="../filters/Iris.html">Iris</A></TD> <TD>ÒԲʺçЧ¹ûÏÔʾ<span replace="1">¶ÔÏó</span>µÄÐÂÄÚÈÝ£¬ÕâÓëÕÕÏà»ú¹âȦ´ò¿ªÏàËÆ¡£</TD> </TR> <TR> <TD><A HREF="../filters/light.html">Light</A></TD> <TD>ÔÚ<span replace="1">¶ÔÏó</span>µÄÄÚÈÝÉÏ´´½¨µÆ¹âЧ¹û¡£</TD> </TR> <TR> <TD><A HREF="../filters/mask.html">MaskFilter</A></TD> <TD>½«<span replace="1">¶ÔÏó</span>ÄÚÈݵÄ͸Ã÷ÏñËØÏÔʾΪ²ÊÉ«ÕÚÕÖ£¬½«·Ç͸Ã÷ÏñËØÏÔʾΪ͸Ã÷¡£</TD> </TR> <TR> <TD><A HREF="../filters/Matrix.html">Matrix</A></TD> <TD>ʹÓþØÕó±ä»»Ëõ·Å¡¢Ðýת»òÏÔÏÖ<span replace="1">¶ÔÏó</span>µÄÄÚÈÝ¡£</TD> </TR> <TR> <TD><A HREF="../filters/blur.html">MotionBlur</A></TD> <TD>ÒÔÔ˶¯Ä£ºýµÄЧ¹ûÏÔʾ<span replace="1">¶ÔÏó</span>ÄÚÈÝ¡£</TD> </TR> <TR> <TD><A HREF="../filters/Pixelate.html">Pixelate</A></TD> <TD>½«<span replace="1">¶ÔÏó</span>µÄÄÚÈÝÏÔʾΪ²ÊÉ«·½¿é£¬ÆäÑÕɫȡ¾öÓڸ÷½¿éËùÌæ´úÇøÓòµÄƽ¾ùÑÕɫֵ¡£´ËÂ˾µÏÔʾ¿ÉÓÃÓÚÇл»¡£</TD> </TR> <TR> <TD><A HREF="../filters/RadialWipe.html">RadialWipe</A></TD> <TD>ÒÔ·øÉä×´²Á³ýµÄÐÎʽÏÔÏÖ<span replace="1">¶ÔÏó</span>µÄÐÂÄÚÈÝ¡£</TD> </TR> <TR> <TD><A HREF="../filters/RandomBars.html">RandomBars</A></TD> <TD>ÒÔËæ»úÏñËØÏß±¬Õ¨µÄÐÎʽÏÔÏÖ<span replace="1">¶ÔÏó</span>µÄÐÂÄÚÈÝ¡£</TD> </TR> <TR> <TD><A HREF="../filters/RandomDissolve.html">RandomDissolve</A></TD> <TD>ÒÔËæ»úÏñËØ±¬Õ¨µÄÐÎʽÏÔÏÖ<span replace="1">¶ÔÏó</span>µÄÐÂÄÚÈÝ¡£</TD> </TR> <TR> <TD><A HREF="../filters/redirect.html">Redirect</A></TD> <TD>Ŀǰ»¹²»Ö§³Ö¡£</TD> </TR> <TR> <TD><A HREF="../filters/revealTrans.html">RevealTrans</A></TD> <TD>ʹÓà 24 ÖÖÔ¤Ïȶ¨ÒåµÄ<A HREF="../properties/transition.html">Çл»</A>Ч¹ûÏÔÏÖ<span replace="1">¶ÔÏó</span>µÄÐÂÄÚÈÝ¡£</TD> </TR> <TR> <TD><A HREF="../filters/shadow.html">Shadow</A></TD> <TD>´´½¨<span replace="1">¶ÔÏó</span>ÄÚÈݵÄʵÌåÒõÓ°£¬Æ«ÒÆÁ¿Î»ÓÚÖ¸¶¨·½Ïò¡£Õ⽫´´½¨ÒõӰЧ¹û¡£</TD> </TR> <TR> <TD><A HREF="../filters/Slide.html">Slide</A></TD> <TD>ÒÔͼÏñ»¬ÐеÄÐÎʽÏÔÏÖ<span replace="1">¶ÔÏó</span>µÄÐÂÄÚÈÝ¡£</TD> </TR> <TR> <TD><A HREF="../filters/Spiral.html">Spiral</A></TD> <TD>ÒÔÂÝÐýÔ˶¯µÄÐÎʽÏÔÏÖ<span replace="1">¶ÔÏó</span>µÄÐÂÄÚÈÝ¡£</TD> </TR> <TR> <TD><A HREF="../filters/Stretch.html">Stretch</A></TD> <TD>ÒÔÀ­É츲¸ÇԭʼÄÚÈݵÄÐÎʽÏÔÏÖ<span replace="1">¶ÔÏó</span>µÄÐÂÄÚÈÝ¡£ÓÐÒ»¸öÑ¡ÏîÀàËÆÁ¢·½Ìå´ÓÒ»¸ö±íÃæ×ªµ½ÁíÍâÒ»¸ö±íÃæ¡£</TD> </TR> <TR> <TD><A HREF="../filters/Strips.html">Strips</A></TD> <TD>ÒÔÌõÐθ²¸ÇµÄÐÎʽÏÔÏÖ<span replace="1">¶ÔÏó</span>µÄԭʼÄÚÈÝ£¬ºÃÏñÓÐÒ»°Ñ¾â½«Ô­Ê¼ÄÚÈݾ⿪¡£</TD> </TR> <TR> <TD><A HREF="../filters/wave.html">Wave</A></TD> <TD>ÔÚ<span replace="1">¶ÔÏó</span>µÄÄÚÈÝÉÏÖ´Ðд¹Ö±·½ÏòµÄÕýÏÒ²¨Å¤Çú¡£</TD> </TR> <TR> <TD><A HREF="../filters/Wheel.html">Wheel</A></TD> <TD>ÒÔÐýתÔ˶¯µÄÐÎʽÏÔÏÖ<span replace="1">¶ÔÏó</span>µÄÐÂÄÚÈÝ£¬ºÃÏñÂÖ×Ó¹ö¹ýԭʼÄÚÈÝ¡£</TD> </TR> <TR> <TD><A HREF="../filters/xray.html">Xray</A></TD> <TD>¸ü¸Ä<span replace="1">¶ÔÏó</span>ÄÚÈݵÄÑÕÉ«Éî¶È½«ÆäÒÔºÚ°×ÏÔʾ¡£</TD> </TR> <TR> <TD><A HREF="../filters/Zigzag.html">Zigzag</A></TD> <TD>ÔÚ<span replace="1">¶ÔÏó</span>ÉϽ«¶ÔÏóµÄÐÂÄÚÈݽøÐÐÀ´»ØÒƶ¯ÒԱ㸲¸ÇԭʼÄÚÈÝ¡£</TD> </TR> </TABLE> </DIV> <P CLASS="clsRef" STYLE="display:none">·½·¨</P> <DIV tabName="·½·¨" style="visibility:visible"> <TABLE CLASS="clsStd" width="100%" STYLE="BACKGROUND: #FFFFFF"> <TR><TH>·½·¨</TH><TH>ÃèÊö</TH></TR> <TR> <TD><A HREF="../methods/addBehavior.html">addBehavior</A></TD> <TD>¸ø<span replace="1">ÔªËØ</span>¸½¼ÓÒ»¸ö<A HREF="../../../behaviors/overview.html">ÐÐΪ</A>¡£</TD> </TR> <TR> <TD><A HREF="../methods/appendChild.html">appendChild</A></TD> <TD>¸ø<span replace="1">¶ÔÏó</span>×·¼ÓÒ»¸ö×ÓÔªËØ¡£</TD> </TR> <TR> <TD><A HREF="../methods/applyElement.html">applyElement</A></TD> <TD>ʹµÃ<span replace="1">ÔªËØ</span>³ÉΪÆäËüÔªËØµÄ×ÓÔªËØ»ò¸¸ÔªËØ¡£</TD> </TR> <TR> <TD><A HREF="../methods/attachEvent.html">attachEvent</A></TD> <TD>½«Ö¸¶¨º¯Êý°ó¶¨µ½Ê¼þ£¬ÒÔ±ãÿµ±¸ÃʼþÔÚ¶ÔÏóÉÏ´¥·¢Ê±¶¼µ÷Óøú¯Êý¡£</TD> </TR> <TR> <TD><A HREF="../methods/blur.html">blur</A></TD> <TD>ʹ<span replace="1">ÔªËØ</span>ʧȥ½¹µã²¢´¥·¢ <A HREF="../events/onblur.html">onblur</A> ʼþ¡£</TD> </TR> <TR> <TD><A HREF="../methods/clearAttributes.html">clearAttributes</A></TD> <TD>´Ó<span replace="1">¶ÔÏó</span>ÖÐɾ³ýÈ«²¿±êÇ©ÊôÐÔºÍÖµ¡£</TD> </TR> <TR> <TD><A HREF="../methods/click.html">click</A></TD> <TD>´¥·¢ <A HREF="../events/onclick.html">onclick</A> ʼþÀ´Ä£Äâµ¥»÷¡£</TD> </TR> <TR> <TD><A HREF="../methods/cloneNode.html">cloneNode</A></TD> <TD>´ÓÎĵµ²ã´ÎÖи´ÖƶÔ<span replace="1">¶ÔÏó</span>µÄÒýÓá£</TD> </TR> <TR> <TD><A HREF="../methods/componentFromPoint.html">componentFromPoint</A></TD> <TD>ͨ¹ýÌØ¶¨Ê¼þ·µ»Ø¶ÔÏóÔÚÖ¸¶¨×ø±êϵÄλÖá£</TD> </TR> <TR> <TD><A HREF="../methods/contains.html">contains</A></TD> <TD>¼ì²é<span replace="1">¶ÔÏó</span>ÖÐÊÇ·ñ°üº¬¸ø¶¨ÔªËØ¡£</TD> </TR> <TR> <TD><A HREF="../methods/detachEvent.html">detachEvent</A></TD> <TD>´ÓʼþÖÐÈ¡ÏûÖ¸¶¨º¯ÊýµÄ°ó¶¨£¬ÕâÑùµ±Ê¼þ´¥·¢Ê±º¯Êý¾Í²»»áÊÕµ½Í¨ÖªÁË¡£</TD> </TR> <TR> <TD><A HREF="../methods/fireEvent.html">fireEvent</A></TD> <TD>´¥·¢<span replace="1">¶ÔÏó</span>µÄÖ¸¶¨Ê¼þ¡£</TD> </TR> <TR> <TD><A HREF="../methods/focus.html">focus</A></TD> <TD>ʹµÃÔªËØµÃµ½½¹µã²¢Ö´ÐÐÓÉ <A HREF="../events/onfocus.html">onfocus</A> ʼþÖ¸¶¨µÄ´úÂë¡£</TD> </TR> <TR> <TD><A HREF="../methods/getAdjacentText.html">getAdjacentText</A></TD> <TD>·µ»ØÁÚ½ÓÎı¾×Ö·û´®¡£</TD> </TR> <TR> <TD><A HREF="../methods/getAttribute.html">getAttribute</A></TD> <TD>»ñȡָ¶¨±êÇ©ÊôÐÔµÄÖµ¡£</TD> </TR> <TR> <TD><A HREF="../methods/getAttributeNode.html">getAttributeNode</A><IMG SRC="../common/new.gif" WIDTH="21" HEIGHT="11" BORDER=0 ALT="Microsoft&reg; Internet Explorer 6 ÐÂÔö"></TD> <TD>»ñÈ¡ÓÉ <B>attribute</B>.<A HREF="../properties/name_2.html">name</A> ÊôÐÔÒýÓÃµÄ <A HREF="attribute.html">attribute</A> ¶ÔÏó¡£</TD> </TR> <TR> <TD><A HREF="../methods/getBoundingClientRect.html">getBoundingClientRect</A></TD> <TD>»ñȡָ¶¨ <A HREF="TextRectangle.html">TextRectangle</A> ¶ÔÏ󼯺ϰ󶨵ĶÔÏó¡£</TD> </TR> <TR> <TD><A HREF="../methods/getClientRects.html">getClientRects</A></TD> <TD>»ñÈ¡ÃèÊö¶ÔÏóÄÚÈÝ»ò¿Í»§ÇøÄÚ²¼¾ÖµÄ¾ØÐμ¯ºÏ¡£Ã¿¸ö¾ØÐζ¼ÃèÊöÁËÒ»ÌõÖ±Ïß¡£</TD> </TR> <TR> <TD><A HREF="../methods/getElementsByTagName.html">getElementsByTagName</A></TD> <TD>»ñÈ¡»ùÓÚÖ¸¶¨ÔªËØÃû³ÆµÄ¶ÔÏ󼯺ϡ£</TD> </TR> <TR> <TD><A HREF="../methods/getExpression.html">getExpression</A></TD> <TD>»ñÈ¡¸ø¶¨ÊôÐԵıí´ïʽ¡£</TD> </TR> <TR> <TD><A HREF="../methods/hasChildNodes.html">hasChildNodes</A></TD> <TD>·µ»Ø±íÃ÷<span replace="1">¶ÔÏó</span>ÊÇ·ñÓÐ×Ó¶ÔÏóµÄÖµ¡£</TD> </TR> <TR> <TD><A HREF="../methods/insertAdjacentElement.html">insertAdjacentElement</A></TD> <TD>ÔÚÖ¸¶¨Î»ÖòåÈëÔªËØ¡£</TD> </TR> <TR> <TD><A HREF="../methods/insertAdjacentHTML.html">insertAdjacentHTML</A></TD> <TD>ÔÚÖ¸¶¨Î»ÖõÄÔªËØÖвåÈë¸ø¶¨µÄ HTML Îı¾¡£</TD> </TR> <TR> <TD><A HREF="../methods/insertAdjacentText.html">insertAdjacentText</A></TD> <TD>ÔÚÖ¸¶¨Î»ÖòåÈë¸ø¶¨µÄÎı¾¡£</TD> </TR> <TR> <TD><A HREF="../methods/insertBefore.html">insertBefore</A></TD> <TD>ÔÚÎĵµ²ã´ÎÖвåÈëÔªËØ¡£</TD> </TR> <TR> <TD><A HREF="../methods/mergeAttributes.html">mergeAttributes</A></TD> <TD>¸´ÖÆËùÓжÁ/д±êÇ©ÊôÐÔµ½Ö¸¶¨ÔªËØ¡£</TD> </TR> <TR> <TD><A HREF="../methods/normalize.html">normalize</A><IMG SRC="../common/new.gif" WIDTH="21" HEIGHT="11" BORDER=0 ALT="Microsoft&reg; Internet Explorer 6 ÐÂÔö"></TD> <TD>ºÏ²¢ÁÚ½Ó <B>TextNode</B> ¶ÔÏóÒÔ±ãÉú³ÉÒ»¸ö³£¹æµÄÎĵµ¶ÔÏóÄ£ÐÍ¡£</TD> </TR> <TR> <TD><A HREF="../methods/releaseCapture.html">releaseCapture</A></TD> <TD>Êͷŵ±Ç°ÎĵµÖÐ<span replace="1">¶ÔÏó</span>µÄÊó±ê²¶×½¡£</TD> </TR> <TR> <TD><A HREF="../methods/removeAttribute.html">removeAttribute</A></TD> <TD>ɾ³ý<span replace="1">¶ÔÏó</span>µÄ¸ø¶¨±êÇ©ÊôÐÔ¡£</TD> </TR> <TR> <TD><A HREF="../methods/removeAttributeNode.html">removeAttributeNode</A><IMG SRC="../common/new.gif" WIDTH="21" HEIGHT="11" BORDER=0 ALT="Microsoft&reg; Internet Explorer 6 ÐÂÔö"></TD> <TD>´Ó¶ÔÏóÖÐɾ³ýɾ³ý <B>attribute</B> ¶ÔÏó¡£</TD> </TR> <TR> <TD><A HREF="../methods/removeBehavior.html">removeBehavior</A></TD> <TD>·ÖÀë<span replace="1">ÔªËØ</span>µÄ<B>ÐÐΪ</B>¡£</TD> </TR> <TR> <TD><A HREF="../methods/removeChild.html">removeChild</A></TD> <TD>´ÓÔªËØÉÏɾ³ý×Ó½áµã¡£</TD> </TR> <TR> <TD><A HREF="../methods/removeExpression.html">removeExpression</A></TD> <TD>´ÓÖ¸¶¨ÊôÐÔÖÐɾ³ý±í´ïʽ¡£</TD> </TR> <TR> <TD><A HREF="../methods/removeNode.html">removeNode</A></TD> <TD>´ÓÎĵµ²ã´ÎÖÐɾ³ý<span replace="1">¶ÔÏó</span>¡£</TD> </TR> <TR> <TD><A HREF="../methods/replaceAdjacentText.html">replaceAdjacentText</A></TD> <TD>Ìæ»»ÔªËصÄÁÚ½ÓÎı¾¡£</TD> </TR> <TR> <TD><A HREF="../methods/replaceChild.html">replaceChild</A></TD> <TD>ÓÃеÄ×ÓÔªËØÌæ»»ÒÑÓеÄ×ÓÔªËØ¡£</TD> </TR> <TR> <TD><A HREF="../methods/replaceNode.html">replaceNode</A></TD> <TD>ÓÃÆäËüÔªËØÌæ»»<span replace="1">¶ÔÏó</span>¡£</TD> </TR> <TR> <TD><A HREF="../methods/scrollIntoView.html">scrollIntoView</A></TD> <TD>½«<span replace="1">¶ÔÏó</span>¹ö¶¯µ½¿É¼û·¶Î§ÄÚ£¬½«ÆäÅÅÁе½´°¿Ú¶¥²¿»òµ×²¿¡£</TD> </TR> <TR> <TD><A HREF="../methods/setActive.html">setActive</A></TD> <TD>ÉèÖÃ<span replace="1">¶ÔÏó</span>Ϊµ±Ç°¶ÔÏó¶ø²»½«¶ÔÏóÖÃΪ½¹µã¡£</TD> </TR> <TR> <TD><A HREF="../methods/setAttribute.html">setAttribute</A></TD> <TD>ÉèÖÃÖ¸¶¨±êÇ©ÊôÐÔµÄÖµ¡£</TD> </TR> <TR> <TD><A HREF="../methods/setAttributeNode.html">setAttributeNode</A><IMG SRC="../common/new.gif" WIDTH="21" HEIGHT="11" BORDER=0 ALT="Microsoft&reg; Internet Explorer 6 ÐÂÔö"></TD> <TD>ÉèÖà <B>attribute</B> ¶ÔÏóΪ¶ÔÏóµÄÒ»²¿·Ö¡£</TD> </TR> <TR> <TD><A HREF="../methods/setCapture.html">setCapture</A></TD> <TD>ÉèÖÃÊôÓÚµ±Ç°ÎĵµµÄ<span replace="1">¶ÔÏó</span>µÄÊó±ê²¶×½¡£</TD> </TR> <TR> <TD><A HREF="../methods/setExpression.html">setExpression</A></TD> <TD>ÉèÖÃÖ¸¶¨¶ÔÏóµÄ±í´ïʽ¡£</TD> </TR> <TR> <TD><A HREF="../methods/swapNode.html">swapNode</A></TD> <TD>½»»»Îĵµ²ã´ÎÖÐÁ½¸ö¶ÔÏóµÄλÖá£</TD> </TR> </TABLE> </DIV> <P CLASS="clsRef" STYLE="display:none">¶ÔÏó</P> <DIV tabName="¶ÔÏó" style="visibility:visible"> <TABLE CLASS="clsStd" width="100%" STYLE="BACKGROUND: #FFFFFF"> <TR><TH>¶ÔÏó</TH><TH>ÃèÊö</TH></TR> <TR> <TD><A HREF="currentStyle.html">currentStyle</A></TD> <TD>´ú±íÁËÔÚÈ«¾ÖÑùʽ±í¡¢ÄÚǶÑùʽºÍ HTML ±êÇ©ÊôÐÔÖÐÖ¸¶¨µÄ<span replace="1">¶ÔÏó</span>¸ñʽºÍÑùʽ¡£</TD> </TR> <TR> <TD><A HREF="runtimeStyle.html">runtimeStyle</A></TD> <TD>´ú±íÁ˾ÓÓÚÈ«¾ÖÑùʽ±í¡¢ÄÚǶÑùʽºÍ HTML ±êÇ©ÊôÐÔÖ¸¶¨µÄ¸ñʽºÍÑùʽ֮ÉϵÄ<span replace="1">¶ÔÏó</span>µÄ¸ñʽºÍÑùʽ¡£</TD> </TR> <TR> <TD><A HREF="obj_style.html">style</A></TD> <TD>´ú±íÁ˸ø¶¨ÔªËØËùÓпÉÄܵÄÄÚǶÑùʽµÄµ±Ç°ÉèÖá£</TD> </TR> </TABLE> </DIV> <P CLASS="clsRef" STYLE="display:none">Ñùʽ</P> <DIV tabName="Ñùʽ" style="visibility:visible"> <TABLE CLASS="clsStd" width="100%" STYLE="BACKGROUND: #FFFFFF"> <TR><TH>Ñùʽ±êÇ©ÊôÐÔ</TH><TH>ÑùʽÊôÐÔ</TH><TH>ÃèÊö</TH></TR> <TR> <TD><A HREF="../properties/accelerator.html">ACCELERATOR</A></TD> <TD><A HREF="../properties/accelerator.html">accelerator</A></TD> <TD>ÉèÖûò»ñÈ¡±íÃ÷<span replace="1">¶ÔÏó</span>ÊÇ·ñ°üº¬¿ì½Ý¼üµÄ×Ö·û´®¡£</TD> </TR> <TR> <TD><A HREF="../properties/background_0.html">background</A></TD> <TD><A HREF="../properties/background_0.html">background</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>×î¶àÎå¸ö¶ÀÁ¢µÄ±³¾°ÊôÐÔ¡£</TD> </TR> <TR> <TD><A HREF="../properties/backgroundAttachment.html">background-attachment</A></TD> <TD><A HREF="../properties/backgroundAttachment.html">backgroundAttachment</A></TD> <TD>ÉèÖûò»ñÈ¡±³¾°Í¼ÏñÈçºÎ¸½¼Óµ½ÎĵµÄÚµÄ<span replace="1">¶ÔÏó</span>ÖС£</TD> </TR> <TR> <TD><A HREF="../properties/backgroundColor.html">background-color</A></TD> <TD><A HREF="../properties/backgroundColor.html">backgroundColor</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>ÄÚÈݺóµÄÑÕÉ«¡£</TD> </TR> <TR> <TD><A HREF="../properties/backgroundImage.html">background-image</A></TD> <TD><A HREF="../properties/backgroundImage.html">backgroundImage</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ±³¾°Í¼Ïñ¡£</TD> </TR> <TR> <TD><A HREF="../properties/backgroundposition.html">background-position</A></TD> <TD><A HREF="../properties/backgroundposition.html">backgroundPosition</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>±³¾°µÄλÖá£</TD> </TR> <TR> <TD><A HREF="../properties/backgroundPositionX.html">background-position-x</A></TD> <TD><A HREF="../properties/backgroundPositionX.html">backgroundPositionX</A></TD> <TD>ÉèÖûò»ñÈ¡ <A HREF="../properties/backgroundposition.html">backgroundPosition</A> ÊôÐ﵀ x ×ø±ê¡£</TD> </TR> <TR> <TD><A HREF="../properties/backgroundPositionY.html">background-position-y</A></TD> <TD><A HREF="../properties/backgroundPositionY.html">backgroundPositionY</A></TD> <TD>ÉèÖûò»ñÈ¡ <B>backgroundPosition</B> ÊôÐ﵀ y ×ø±ê¡£</TD> </TR> <TR> <TD><A HREF="../properties/backgroundRepeat.html">background-repeat</A></TD> <TD><A HREF="../properties/backgroundRepeat.html">backgroundRepeat</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ <A HREF="../properties/backgroundImage.html">backgroundImage</A> ÊôÐÔÈçºÎƽÆÌ¡£</TD> </TR> <TR> <TD><A HREF="../properties/behavior_1.html">behavior</A></TD> <TD><A HREF="../properties/behavior_1.html">behavior</A></TD> <TD>ÉèÖûò»ñÈ¡ <B>DHTML ÐÐΪ</B>µÄλÖá£</TD> </TR> <TR> <TD><A HREF="../properties/border_0.html">border</A></TD> <TD><A HREF="../properties/border_0.html">border</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>ÖÜΧ±ß¿òµÄ»æÖÆÊôÐÔ¡£</TD> </TR> <TR> <TD><A HREF="../properties/borderBottom.html">border-bottom</A></TD> <TD><A HREF="../properties/borderBottom.html">borderBottom</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>ϱ߿òµÄÊôÐÔ¡£</TD> </TR> <TR> <TD><A HREF="../properties/borderBottomColor.html">border-bottom-color</A></TD> <TD><A HREF="../properties/borderBottomColor.html">borderBottomColor</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>ϱ߿òµÄÑÕÉ«¡£</TD> </TR> <TR> <TD><A HREF="../properties/borderBottomStyle.html">border-bottom-style</A></TD> <TD><A HREF="../properties/borderBottomStyle.html">borderBottomStyle</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>ϱ߿òµÄÑùʽ¡£</TD> </TR> <TR> <TD><A HREF="../properties/borderBottomWidth.html">border-bottom-width</A></TD> <TD><A HREF="../properties/borderBottomWidth.html">borderBottomWidth</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>ϱ߿òµÄ¿í¶È¡£</TD> </TR> <TR> <TD><A HREF="../properties/borderColor_0.html">border-color</A></TD> <TD><A HREF="../properties/borderColor_0.html">borderColor</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ±ß¿òÑÕÉ«¡£</TD> </TR> <TR> <TD><A HREF="../properties/borderLeft.html">border-left</A></TD> <TD><A HREF="../properties/borderLeft.html">borderLeft</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>×ó±ß¿òµÄÊôÐÔ¡£</TD> </TR> <TR> <TD><A HREF="../properties/borderLeftColor.html">border-left-color</A></TD> <TD><A HREF="../properties/borderLeftColor.html">borderLeftColor</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>×ó±ß¿òµÄÑÕÉ«¡£</TD> </TR> <TR> <TD><A HREF="../properties/borderLeftStyle.html">border-left-style</A></TD> <TD><A HREF="../properties/borderLeftStyle.html">borderLeftStyle</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>×ó±ß¿òµÄÑùʽ¡£</TD> </TR> <TR> <TD><A HREF="../properties/borderLeftWidth.html">border-left-width</A></TD> <TD><A HREF="../properties/borderLeftWidth.html">borderLeftWidth</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>×ó±ß¿òµÄ¿í¶È¡£</TD> </TR> <TR> <TD><A HREF="../properties/borderRight.html">border-right</A></TD> <TD><A HREF="../properties/borderRight.html">borderRight</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>Óұ߿òµÄÊôÐÔ¡£</TD> </TR> <TR> <TD><A HREF="../properties/borderRightColor.html">border-right-color</A></TD> <TD><A HREF="../properties/borderRightColor.html">borderRightColor</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>Óұ߿òµÄÑÕÉ«¡£</TD> </TR> <TR> <TD><A HREF="../properties/borderRightStyle.html">border-right-style</A></TD> <TD><A HREF="../properties/borderRightStyle.html">borderRightStyle</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>Óұ߿òµÄÑùʽ¡£</TD> </TR> <TR> <TD><A HREF="../properties/borderRightWidth.html">border-right-width</A></TD> <TD><A HREF="../properties/borderRightWidth.html">borderRightWidth</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>Óұ߿òµÄ¿í¶È¡£</TD> </TR> <TR> <TD><A HREF="../properties/borderStyle.html">border-style</A></TD> <TD><A HREF="../properties/borderStyle.html">borderStyle</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>ÉÏÏÂ×óÓұ߿òµÄÑùʽ¡£</TD> </TR> <TR> <TD><A HREF="../properties/borderTop.html">border-top</A></TD> <TD><A HREF="../properties/borderTop.html">borderTop</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>Éϱ߿òµÄÊôÐÔ¡£</TD> </TR> <TR> <TD><A HREF="../properties/borderTopColor.html">border-top-color</A></TD> <TD><A HREF="../properties/borderTopColor.html">borderTopColor</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>Éϱ߿òµÄÑÕÉ«¡£</TD> </TR> <TR> <TD><A HREF="../properties/borderTopStyle.html">border-top-style</A></TD> <TD><A HREF="../properties/borderTopStyle.html">borderTopStyle</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>Éϱ߿òµÄÑùʽ¡£</TD> </TR> <TR> <TD><A HREF="../properties/borderTopWidth.html">border-top-width</A></TD> <TD><A HREF="../properties/borderTopWidth.html">borderTopWidth</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>Éϱ߿òµÄ¿í¶È¡£</TD> </TR> <TR> <TD><A HREF="../properties/borderWidth.html">border-width</A></TD> <TD><A HREF="../properties/borderWidth.html">borderWidth</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>ÉÏÏÂ×óÓұ߿òµÄ¿í¶È¡£</TD> </TR> <TR> <TD><A HREF="../properties/bottom_1.html">bottom</A></TD> <TD><A HREF="../properties/bottom_1.html">bottom</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>Ïà¶ÔÓÚÎĵµ²ã´ÎÖÐϸö¶¨Î»¶ÔÏóµÄµ×²¿µÄλÖá£</TD> </TR> <TR> <TD><A HREF="../properties/clear_0.html">clear</A></TD> <TD><A HREF="../properties/clear_0.html">clear</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>ÊÇ·ñÔÊÐíÔÚÆä×ó²à¡¢ÓÒ²à»òÁ½±ß·ÅÖø¡¶¯¶ÔÏó£¬ÒÔ·À϶ÎÎı¾ÏÔʾÔÚ¸¡¶¯¶ÔÏóÉÏ¡£</TD> </TR> <TR> <TD><A HREF="../properties/clip.html">clip</A></TD> <TD><A HREF="../properties/clip.html">clip</A></TD> <TD>ÉèÖûò»ñÈ¡¶¨Î»<span replace="1">¶ÔÏó</span>µÄÄĸö²¿·Ö¿É¼û¡£</TD> </TR> <TR> <TD><A HREF="../properties/color_1.html">color</A></TD> <TD><A HREF="../properties/color_1.html">color</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>Îı¾µÄÑÕÉ«¡£</TD> </TR> <TR> <TD><A HREF="../properties/cursor.html">cursor</A></TD> <TD><A HREF="../properties/cursor.html">cursor</A></TD> <TD>ÉèÖûò»ñÈ¡µ±Êó±êÖ¸ÕëÖ¸Ïò<span replace="1">¶ÔÏó</span>ʱËùʹÓõÄÊó±êÖ¸Õë¡£</TD> </TR> <TR> <TD><A HREF="../properties/direction_1.html">direction</A></TD> <TD><A HREF="../properties/direction_1.html">direction</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄÔĶÁ˳Ðò¡£</TD> </TR> <TR> <TD><A HREF="../properties/display.html">display</A></TD> <TD><A HREF="../properties/display.html">display</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>ÊÇ·ñÒªäÖȾ¡£</TD> </TR> <TR> <TD><A HREF="../properties/filter.html">filter</A></TD> <TD><A HREF="../properties/filter.html">filter</A></TD> <TD>ÉèÖûò»ñȡӦÓÃÓÚ<span replace="1">¶ÔÏó</span>µÄÂ˾µ»òÂ˾µ¼¯ºÏ¡£</TD> </TR> <TR> <TD><A HREF="../properties/font.html">font</A></TD> <TD><A HREF="../properties/font.html">font</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>×î¶àÁù¸ö¶ÀÁ¢µÄ<A HREF="../properties/font.html">×ÖÌå</A>ÊôÐÔ¡£</TD> </TR> <TR> <TD><A HREF="../properties/fontFamily.html">font-family</A></TD> <TD><A HREF="../properties/fontFamily.html">fontFamily</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>Îı¾ËùʹÓõÄ×ÖÌåÃû³Æ¡£</TD> </TR> <TR> <TD><A HREF="../properties/fontSize.html">font-size</A></TD> <TD><A HREF="../properties/fontSize.html">fontSize</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>Îı¾Ê¹ÓõÄ×ÖÌå´óС¡£</TD> </TR> <TR> <TD><A HREF="../properties/fontStyle.html">font-style</A></TD> <TD><A HREF="../properties/fontStyle.html">fontStyle</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ×ÖÌåÑùʽ£¬Èç<SPAN CLASS="clsLiteral">бÌå</SPAN>¡¢<SPAN CLASS="clsLiteral">³£¹æ</SPAN>»ò<SPAN CLASS="clsLiteral">Çãб</SPAN>¡£</TD> </TR> <TR> <TD><A HREF="../properties/fontVariant.html">font-variant</A></TD> <TD><A HREF="../properties/fontVariant.html">fontVariant</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>Îı¾ÊÇ·ñÒÔСÐÍ´óд×ÖĸÏÔʾ¡£</TD> </TR> <TR> <TD><A HREF="../properties/fontWeight.html">font-weight</A></TD> <TD><A HREF="../properties/fontWeight.html">fontWeight</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ×ÖÌå¿í¶È¡£</TD> </TR> <TR> <TD><A HREF="../properties/hasLayout.html"></A></TD> <TD><A HREF="../properties/hasLayout.html">hasLayout</A></TD> <TD>»ñÈ¡±íÃ÷<span replace="1">¶ÔÏó</span>ÊÇ·ñÓв¼¾ÖµÄÖµ¡£</TD> </TR> <TR> <TD><A HREF="../properties/height_1.html">height</A></TD> <TD><A HREF="../properties/height_1.html">height</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ¸ß¶È¡£</TD> </TR> <TR> <TD><A HREF="../properties/layoutFlow.html">layout-flow</A></TD> <TD><A HREF="../properties/layoutFlow.html">layoutFlow</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>ÄÚÈݵķ½ÏòºÍÈÆÅÅ·½Ïò¡£</TD> </TR> <TR> <TD><A HREF="../properties/layoutgrid.html">layout-grid</A></TD> <TD><A HREF="../properties/layoutgrid.html">layoutGrid</A></TD> <TD>ÉèÖûò»ñȡָ¶¨Îı¾×Ö·û°æÃæµÄ×éºÏÎĵµ¸ñÏßÊôÐÔ¡£</TD> </TR> <TR> <TD><A HREF="../properties/layoutGridMode.html">layout-grid-mode</A></TD> <TD><A HREF="../properties/layoutGridMode.html">layoutGridMode</A></TD> <TD>ÉèÖûò»ñÈ¡Îı¾²¼¾ÖÍø¸ñÊÇ·ñʹÓöþά¡£</TD> </TR> <TR> <TD><A HREF="../properties/left.html">left</A></TD> <TD><A HREF="../properties/left.html">left</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>Ïà¶ÔÓÚÎĵµ²ã´ÎÖÐϸö¶¨Î»¶ÔÏóµÄ×ó±ß½çµÄλÖá£</TD> </TR> <TR> <TD><A HREF="../properties/letterSpacing.html">letter-spacing</A></TD> <TD><A HREF="../properties/letterSpacing.html">letterSpacing</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ×Ö·û¼ä¸½¼Ó¿Õ¼äµÄ×ܺ͡£</TD> </TR> <TR> <TD><A HREF="../properties/lineHeight.html">line-height</A></TD> <TD><A HREF="../properties/lineHeight.html">lineHeight</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>Á½ÐмäµÄ¾àÀë¡£</TD> </TR> <TR> <TD><A HREF="../properties/margin.html">margin</A></TD> <TD><A HREF="../properties/margin.html">margin</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄÉÏÏÂ×óÓұ߾ࡣ</TD> </TR> <TR> <TD><A HREF="../properties/marginBottom.html">margin-bottom</A></TD> <TD><A HREF="../properties/marginBottom.html">marginBottom</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄϱ߾à¿í¶È¡£</TD> </TR> <TR> <TD><A HREF="../properties/marginLeft.html">margin-left</A></TD> <TD><A HREF="../properties/marginLeft.html">marginLeft</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ×ó±ß¾à¿í¶È¡£</TD> </TR> <TR> <TD><A HREF="../properties/marginRight.html">margin-right</A></TD> <TD><A HREF="../properties/marginRight.html">marginRight</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄÓұ߾à¿í¶È¡£</TD> </TR> <TR> <TD><A HREF="../properties/marginTop.html">margin-top</A></TD> <TD><A HREF="../properties/marginTop.html">marginTop</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄÉϱ߾à¿í¶È¡£</TD> </TR> <TR> <TD><A HREF="../properties/overflow.html">overflow</A></TD> <TD><A HREF="../properties/overflow.html">overflow</A></TD> <TD>ÉèÖûò»ñÈ¡±íÃ÷µ±ÄÚÈݳ¬³ö<span replace="1">¶ÔÏó</span>¸ß¶È»ò¿í¶ÈʱÈçºÎ¹ÜÀí<span replace="1">¶ÔÏó</span>ÄÚÈݵÄÖµ¡£</TD> </TR> <TR> <TD><A HREF="../properties/overflowX.html">overflow-x</A></TD> <TD><A HREF="../properties/overflowX.html">overflowX</A></TD> <TD>ÉèÖûò»ñÈ¡µ±ÄÚÈݳ¬³ö<span replace="1">¶ÔÏó</span>¿í¶ÈʱÈçºÎ¹ÜÀí<span replace="1">¶ÔÏó</span>ÄÚÈÝ¡£</TD> </TR> <TR> <TD><A HREF="../properties/overflowY.html">overflow-y</A></TD> <TD><A HREF="../properties/overflowY.html">overflowY</A></TD> <TD>ÉèÖûò»ñÈ¡µ±ÄÚÈݳ¬³ö<span replace="1">¶ÔÏó</span>¸ß¶ÈʱÈçºÎ¹ÜÀí<span replace="1">¶ÔÏó</span>ÄÚÈÝ¡£</TD> </TR> <TR> <TD><A HREF="../properties/padding.html">padding</A></TD> <TD><A HREF="../properties/padding.html">padding</A></TD> <TD>ÉèÖûò»ñȡҪÔÚ<span replace="1">¶ÔÏó</span>ºÍÆä±ß¾à»òÈô´æÔڵı߿òµÄ»°¾ÍÊÇ<span replace="1">¶ÔÏó</span>ºÍÆä±ß¿òÖ®¼äÒª²åÈëµÄÈ«²¿¿Õ¼ä¡£</TD> </TR> <TR> <TD><A HREF="../properties/paddingBottom.html">padding-bottom</A></TD> <TD><A HREF="../properties/paddingBottom.html">paddingBottom</A></TD> <TD>ÉèÖûò»ñȡҪÔÚ<span replace="1">¶ÔÏó</span>ϱ߿òºÍÄÚÈÝÖ®¼ä²åÈëµÄ¿Õ¼ä×ÜÁ¿¡£</TD> </TR> <TR> <TD><A HREF="../properties/paddingLeft.html">padding-left</A></TD> <TD><A HREF="../properties/paddingLeft.html">paddingLeft</A></TD> <TD>ÉèÖûò»ñȡҪÔÚ<span replace="1">¶ÔÏó</span>×ó±ß¿òºÍÄÚÈÝÖ®¼ä²åÈëµÄ¿Õ¼ä×ÜÁ¿¡£</TD> </TR> <TR> <TD><A HREF="../properties/paddingRight.html">padding-right</A></TD> <TD><A HREF="../properties/paddingRight.html">paddingRight</A></TD> <TD>ÉèÖûò»ñȡҪÔÚ<span replace="1">¶ÔÏó</span>Óұ߿òºÍÄÚÈÝÖ®¼ä²åÈëµÄ¿Õ¼ä×ÜÁ¿¡£</TD> </TR> <TR> <TD><A HREF="../properties/paddingTop.html">padding-top</A></TD> <TD><A HREF="../properties/paddingTop.html">paddingTop</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>Éϱ߿òºÍÄÚÈÝÖ®¼ä²åÈëµÄ¿Õ¼ä×ÜÁ¿¡£</TD> </TR> <TR> <TD><A HREF="../properties/pixelBottom.html"></A></TD> <TD><A HREF="../properties/pixelBottom.html">pixelBottom</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄÏ·½Î»Öá£</TD> </TR> <TR> <TD><A HREF="../properties/pixelHeight.html"></A></TD> <TD><A HREF="../properties/pixelHeight.html">pixelHeight</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ¸ß¶È¡£</TD> </TR> <TR> <TD><A HREF="../properties/pixelLeft.html"></A></TD> <TD><A HREF="../properties/pixelLeft.html">pixelLeft</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ×ó²àλÖá£</TD> </TR> <TR> <TD><A HREF="../properties/pixelRight.html"></A></TD> <TD><A HREF="../properties/pixelRight.html">pixelRight</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄÓÒ²àλÖá£</TD> </TR> <TR> <TD><A HREF="../properties/pixelTop.html"></A></TD> <TD><A HREF="../properties/pixelTop.html">pixelTop</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄÉÏ·½Î»Öá£</TD> </TR> <TR> <TD><A HREF="../properties/pixelWidth.html"></A></TD> <TD><A HREF="../properties/pixelWidth.html">pixelWidth</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ¿í¶È¡£</TD> </TR> <TR> <TD><A HREF="../properties/posBottom.html"></A></TD> <TD><A HREF="../properties/posBottom.html">posBottom</A></TD> <TD>ÉèÖûò»ñÈ¡ÒÔ <A HREF="../properties/bottom_1.html">bottom</A> ±êÇ©ÊôÐÔÖ¸¶¨µÄµ¥Î»µÄ<span replace="1">¶ÔÏó</span>Ï·½Î»Öá£</TD> </TR> <TR> <TD><A HREF="../properties/posHeight.html"></A></TD> <TD><A HREF="../properties/posHeight.html">posHeight</A></TD> <TD>ÉèÖûò»ñÈ¡ÒÔ <A HREF="../properties/height_1.html">height</A> ±êÇ©ÊôÐÔÖ¸¶¨µÄµ¥Î»µÄ<span replace="1">¶ÔÏó</span>¸ß¶È¡£</TD> </TR> <TR> <TD><A HREF="../properties/position.html">position</A></TD> <TD><A HREF="../properties/position.html">position</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>ËùʹÓõĶ¨Î»·½Ê½¡£</TD> </TR> <TR> <TD><A HREF="../properties/posLeft.html"></A></TD> <TD><A HREF="../properties/posLeft.html">posLeft</A></TD> <TD>ÉèÖûò»ñÈ¡ÒÔ <A HREF="../properties/left.html">left</A> ±êÇ©ÊôÐÔÖ¸¶¨µÄµ¥Î»µÄ<span replace="1">¶ÔÏó</span>×ó²àλÖá£</TD> </TR> <TR> <TD><A HREF="../properties/posRight.html"></A></TD> <TD><A HREF="../properties/posRight.html">posRight</A></TD> <TD>ÉèÖûò»ñÈ¡ÒÔ <A HREF="../properties/right_1.html">right</A> ±êÇ©ÊôÐÔÖ¸¶¨µÄµ¥Î»µÄ<span replace="1">¶ÔÏó</span>ÓÒ²àλÖá£</TD> </TR> <TR> <TD><A HREF="../properties/posTop.html"></A></TD> <TD><A HREF="../properties/posTop.html">posTop</A></TD> <TD>ÉèÖûò»ñÈ¡ÒÔ <A HREF="../properties/top_0.html">top</A> ±êÇ©ÊôÐÔÖ¸¶¨µÄµ¥Î»µÄ<span replace="1">¶ÔÏó</span>ÉÏ·½Î»Öá£</TD> </TR> <TR> <TD><A HREF="../properties/posWidth.html"></A></TD> <TD><A HREF="../properties/posWidth.html">posWidth</A></TD> <TD>ÉèÖûò»ñÈ¡ÒÔ <A HREF="../properties/width_2.html">width</A> ±êÇ©ÊôÐÔÖ¸¶¨µÄµ¥Î»µÄ<span replace="1">¶ÔÏó</span>¿í¶È¡£</TD> </TR> <TR> <TD><A HREF="../properties/right_1.html">right</A></TD> <TD><A HREF="../properties/right_1.html">right</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>Ïà¶ÔÓÚÎĵµ²ã´ÎÖÐϸöÒѶ¨Î»µÄ¶ÔÏóµÄÓұ߽çµÄλÖá£</TD> </TR> <TR> <TD><A HREF="../properties/float.html">float</A></TD> <TD><A HREF="../properties/float.html">styleFloat</A></TD> <TD>ÉèÖûò»ñÈ¡Îı¾ÒªÈÆÅŵ½<span replace="1">¶ÔÏó</span>µÄÄÄÒ»²à¡£</TD> </TR> <TR> <TD><A HREF="../properties/textAutospace.html">text-autospace</A></TD> <TD><A HREF="../properties/textAutospace.html">textAutospace</A></TD> <TD>ÉèÖûò»ñÈ¡×Ô¶¯Áô¿ÕºÍÎı¾µÄÕ­¿Õ¼ä¿í¶Èµ÷Õû¡£</TD> </TR> <TR> <TD><A HREF="../properties/textDecoration.html">text-decoration</A></TD> <TD><A HREF="../properties/textDecoration.html">textDecoration</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>ÖеÄÎı¾ÊÇ·ñÓÐÉÁ˸¡¢É¾³ýÏß¡¢ÉÏ»®Ïß»òÏ»®ÏßµÄÑùʽ¡£</TD> </TR> <TR> <TD><A HREF="../properties/textDecorationBlink.html"></A></TD> <TD><A HREF="../properties/textDecorationBlink.html">textDecorationBlink</A></TD> <TD>ÉèÖûò»ñÈ¡±íÃ÷¶ÔÏóµÄ <A HREF="../properties/textDecoration.html">textDecoration</A> ÊôÐÔÊÇ·ñº¬ÓÐÓС°blink¡±µÄ Boolean Öµ¡£</TD> </TR> <TR> <TD><A HREF="../properties/textDecorationLineThrough.html"></A></TD> <TD><A HREF="../properties/textDecorationLineThrough.html">textDecorationLineThrough</A></TD> <TD>ÉèÖûò»ñÈ¡±íÃ÷<span replace="1">¶ÔÏó</span>ÄÚµÄÎı¾ÊÇ·ñÓÐɾ³ýÏßµÄ Boolean Öµ¡£</TD> </TR> <TR> <TD><A HREF="../properties/textDecorationNone.html"></A></TD> <TD><A HREF="../properties/textDecorationNone.html">textDecorationNone</A></TD> <TD>ÉèÖûò»ñÈ¡±íÃ÷<span replace="1">¶ÔÏó</span>µÄ <B>textDecoration</B> ÊôÐÔÊÇ·ñÉèÖÃΪ <SPAN CLASS="clsLiteral">none</SPAN> µÄ Boolean Öµ¡£</TD> </TR> <TR> <TD><A HREF="../properties/textDecorationOverline.html"></A></TD> <TD><A HREF="../properties/textDecorationOverline.html">textDecorationOverline</A></TD> <TD>ÉèÖûò»ñÈ¡±íÃ÷<span replace="1">¶ÔÏó</span>ÖеÄÎı¾ÊÇ·ñÓÐÉÏ»®ÏßµÄ Boolean Öµ¡£</TD> </TR> <TR> <TD><A HREF="../properties/textDecorationUnderline.html"></A></TD> <TD><A HREF="../properties/textDecorationUnderline.html">textDecorationUnderline</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>ÖеÄÎı¾ÊÇ·ñÓÐÏ»®ÏßµÄ Boolean Öµ¡£</TD> </TR> <TR> <TD><A HREF="../properties/textoverflow.html">text-overflow</A><IMG SRC="../common/new.gif" WIDTH="21" HEIGHT="11" BORDER=0 ALT="Microsoft&reg; Internet Explorer 6 ÐÂÔö"></TD> <TD><A HREF="../properties/textoverflow.html">textOverflow</A></TD> <TD>ÉèÖûò»ñÈ¡±íÃ÷ÊÇ·ñÏÔʾʡÂÔºÅÒÔ±íÃ÷Îı¾Òç³öµÄÖµ¡£</TD> </TR> <TR> <TD><A HREF="../properties/textTransform.html">text-transform</A></TD> <TD><A HREF="../properties/textTransform.html">textTransform</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>ÖÐÎı¾µÄäÖȾ·½Ê½¡£</TD> </TR> <TR> <TD><A HREF="../properties/textUnderlinePosition.html">text-underline-position</A></TD> <TD><A HREF="../properties/textUnderlinePosition.html">textUnderlinePosition</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ <A HREF="../properties/textDecoration.html">textDecoration</A> ÊôÐÔÖÐÉèÖõÄÏ»®ÏßµÄλÖá£</TD> </TR> <TR> <TD><A HREF="../properties/top_0.html">top</A></TD> <TD><A HREF="../properties/top_0.html">top</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>Ïà¶ÔÓÚÎĵµ²ã´ÎÖÐϸö¶¨Î»¶ÔÏóµÄÉϱ߽çµÄλÖá£</TD> </TR> <TR> <TD><A HREF="../properties/unicodeBidi.html">unicode-bidi</A></TD> <TD><A HREF="../properties/unicodeBidi.html">unicodeBidi</A></TD> <TD>ÉèÖûò»ñÈ¡¹ØÓÚË«Ïò·¨ÔòµÄǶÈë¼¶±ð¡£</TD> </TR> <TR> <TD><A HREF="../properties/visibility.html">visibility</A></TD> <TD><A HREF="../properties/visibility.html">visibility</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄÄÚÈÝÊÇ·ñÏÔʾ¡£</TD> </TR> <TR> <TD><A HREF="../properties/whitespace.html">white-space</A></TD> <TD><A HREF="../properties/whitespace.html">whiteSpace</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>ÖÐÊÇ·ñ×Ô¶¯»»ÐС£</TD> </TR> <TR> <TD><A HREF="../properties/width_2.html">width</A></TD> <TD><A HREF="../properties/width_2.html">width</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ¿í¶È¡£</TD> </TR> <TR> <TD><A HREF="../properties/wordspacing.html">word-spacing</A></TD> <TD><A HREF="../properties/wordspacing.html">wordSpacing</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>Öе¥´Ê¼äµÄ¸½¼Ó¿Õ¼ä×ÜÁ¿¡£</TD> </TR> <TR> <TD><A HREF="../properties/wordWrap.html">word-wrap</A></TD> <TD><A HREF="../properties/wordWrap.html">wordWrap</A></TD> <TD>ÉèÖûò»ñÈ¡µ±ÄÚÈݳ¬¹ýÆäÈÝÆ÷±ß½çʱÊÇ·ñ¶Ï´Ê¡£</TD> </TR> <TR> <TD><A HREF="../properties/writingMode.html">writing-mode</A></TD> <TD><A HREF="../properties/writingMode.html">writingMode</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>ÄÚÈݵķ½ÏòºÍÈÆÅÅ¡£</TD> </TR> <TR> <TD><A HREF="../properties/zIndex.html">z-index</A></TD> <TD><A HREF="../properties/zIndex.html">zIndex</A></TD> <TD>ÉèÖûò»ñÈ¡¶¨Î»<span replace="1">¶ÔÏó</span>µÄ¶Ñµþ´ÎÐò¡£</TD> </TR> <TR> <TD><A HREF="../properties/zoom.html">zoom</A></TD> <TD><A HREF="../properties/zoom.html">zoom</A></TD> <TD>ÉèÖûò»ñÈ¡<span replace="1">¶ÔÏó</span>µÄ·Å´ó±ÈÀý¡£</TD> </TR> </TABLE> </DIV> </DIV> </BLOCKQUOTE> <P CLASS="clsRef">×¢ÊÍ</P> <BLOCKQUOTE> <P>´ËÔªËØÔÚ Microsoft<SUP>&reg;</SUP> Internet Explorer 3.0 µÄ HTML ÖпÉÓã¬ÔÚ Internet Explorer 4.0 µÄ½Å±¾ÖпÉÓá£</P> <P>´ËÔªËØÊÇÄÚÇ¶ÔªËØ¡£</P> <P>´ËÔªËØÐèÒª¹Ø±Õ±êÇ©¡£</P> </BLOCKQUOTE> <P CLASS="clsRef">ʾÀý</P> <BLOCKQUOTE> <P>ÏÂÃæµÄÀý×ÓʹÓÃÁË <B>STRIKE</B> ÔªËØ´øÉ¾³ýÏßÏÔʾ¡£</P> <PRE CLASS="clsCode" AUTOHILITE="1"> &lt;STRIKE&gt;´ËÎı¾½«´øÉ¾³ýÏßÏÔʾ¡£&lt;/STRIKE&gt; </PRE> </BLOCKQUOTE> <P CLASS="clsRef">±ê×¼ÐÅÏ¢</P> <BLOCKQUOTE> <P>´Ë¶ÔÏó²»ÊÇ <A HREF="http://www.w3.org/TR/REC-html32.html" TARGET="_top">HTML</A>&nbsp;<IMG WIDTH="33" HEIGHT="11" BORDER="0" ALT="·Ç Microsoft Á´½Ó" SRC="../common/leave-ms.gif"> Ëù½¨ÒéµÄ¡£</P> </BLOCKQUOTE> <P CLASS="clsRef">²Î¿´</P> <BLOCKQUOTE><A HREF="S.html">s</A></BLOCKQUOTE> </DIV> </BODY> </HTML>
matchfiles/footywire_adv/footywire_adv6292.html
criffy/aflengine
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE>AFL Match Statistics : West Coast defeats Essendon at Domain Stadium Round 15 Thursday, 30th June 2016</TITLE> <meta NAME="description" CONTENT="West Coast defeats Essendon at Domain Stadium Round 15 Thursday, 30th June 2016 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=6292&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;">&nbsp;</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">&nbsp;</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')">&#187;</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')">&#187;</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')">&#187;</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')">&#187;</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')">&#187;</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')">&#187;</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')">&#187;</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')">&#187;</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')">&#187;</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')">&#187;</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')">&#187;</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')">&#187;</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')">&#187;</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')">&#187;</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')">&#187;</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')">&#187;</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')">&#187;</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">&nbsp;</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=6292"><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"> West Coast defeats Essendon </td></tr> <tr><td class="lnorm" height="15">Round 15, Domain Stadium, Attendance: 33117</td></tr> <tr><td class="lnorm" height="15"> Thursday, 30th June 2016, 6:10 PM AWST</td></tr> <tr><td class="lnorm" height="19" style="padding-top:4px;"> West Coast Betting Odds: Win 1.01, Line -69.5 @ 1.92 </td></tr> <tr><td class="lnorm" height="19" style="padding-bottom:4px;"> Essendon Betting Odds: Win 21.00, Line +69.5 @ 1.92 </td></tr> <tr><td class="lnorm" height="15"> <b>Brownlow Votes:</b> 3: <a href="pp-west-coast-eagles--andrew-gaff">A Gaff</a>, 2: <a href="pp-west-coast-eagles--mark-hutchings">M Hutchings</a>, 1: <a href="pp-west-coast-eagles--patrick-mcginnity">P McGinnity</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-west-coast-eagles">West Coast</a></td> <td align="center">3.4 <td align="center">8.5 <td align="center">11.7 <td align="center">20.10 <td align="center">130 </tr> <tr> <td class="leftbold" height="22"><a href="th-essendon-bombers">Essendon</a></td> <td align="center">4.1 <td align="center">5.5 <td align="center">5.9 <td align="center">7.10 <td align="center">52 </tr> </table> </TD></TR> <TR><TD COLSPAN="3" HEIGHT="30" CLASS="norm"> <a href="#t1">West Coast Player Stats</a> | <a href="#t2">Essendon Player Stats</a> | <a href="#hd">Match Head to Head Stats</a> | <a href="#brk">Scoring Breakdown</a> | <a href="highlights?id=1462">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">&nbsp;&nbsp;<b><a name=t1></a>West Coast Match Statistics (Sorted by Disposals)</b></td> <td class="innertbtitle" align="right">Coach: <a href="cp-adam-simpson--98">Adam Simpson</a>&nbsp;&nbsp;</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=6292&sby=23&advv=Y#t1" title="Contested Possessions">CP</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=24&advv=Y#t1" title="Uncontested Possessions">UP</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=25&advv=Y#t1" title="Effective Disposals">ED</a></td> <td width="34" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=34&advv=Y#t1" title="Disposal Efficiency %">DE%</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=27&advv=Y#t1" title="Contested Marks">CM</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=21&advv=Y#t1" title="Goal Assists">GA</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=28&advv=Y#t1" title="Marks Inside 50">MI5</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=31&advv=Y#t1" title="One Percenters">1%</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=32&advv=Y#t1" title="Bounces">BO</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=35&advv=Y#t1" title="Centre Clearances">CCL</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=36&advv=Y#t1" title="Stoppage Clearances">SCL</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=37&advv=Y#t1" title="Score Involvements">SI</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=38&advv=Y#t1" title="Metres Gained">MG</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=39&advv=Y#t1" title="Turnovers">TO</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=40&advv=Y#t1" title="Intercepts">ITC</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=41&advv=Y#t1" title="Tackles Inside 50">T5</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&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-west-coast-eagles--andrew-gaff" title="Andrew Gaff">A Gaff</a></td> <td class="statdata">7</td> <td class="statdata">29</td> <td class="statdata">27</td> <td class="statdata">77.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">0</td> <td class="statdata">1</td> <td class="statdata">2</td> <td class="statdata">7</td> <td class="statdata">502</td> <td class="statdata">3</td> <td class="statdata">4</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-west-coast-eagles--chris-masten" title="Chris Masten">C Masten</a></td> <td class="statdata">10</td> <td class="statdata">23</td> <td class="statdata">26</td> <td class="statdata">78.8</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">1</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">2</td> <td class="statdata">1</td> <td class="statdata">9</td> <td class="statdata">238</td> <td class="statdata">4</td> <td class="statdata">5</td> <td class="statdata">0</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-west-coast-eagles--luke-shuey" title="Luke Shuey">L Shuey</a></td> <td class="statdata">14</td> <td class="statdata">13</td> <td class="statdata">21</td> <td class="statdata">77.8</td> <td class="statdata">1</td> <td class="statdata">1</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">3</td> <td class="statdata">8</td> <td class="statdata">9</td> <td class="statdata">285</td> <td class="statdata">2</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">65</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td align="left" height="18"><a href="pp-west-coast-eagles--shannon-hurn" title="Shannon Hurn">S Hurn</a></td> <td class="statdata">5</td> <td class="statdata">20</td> <td class="statdata">23</td> <td class="statdata">92</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">0</td> <td class="statdata">0</td> <td class="statdata">9</td> <td class="statdata">186</td> <td class="statdata">1</td> <td class="statdata">8</td> <td class="statdata">0</td> <td class="statdata">84</td> </tr> <tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';"> <td align="left" height="18"><a href="pp-west-coast-eagles--matthew-priddis" title="Matthew Priddis">M Priddis</a></td> <td class="statdata">11</td> <td class="statdata">13</td> <td class="statdata">20</td> <td class="statdata">83.3</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">2</td> <td class="statdata">5</td> <td class="statdata">9</td> <td class="statdata">258</td> <td class="statdata">0</td> <td class="statdata">1</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-west-coast-eagles--sharrod-wellingham" title="Sharrod Wellingham">S Wellingham</a></td> <td class="statdata">3</td> <td class="statdata">18</td> <td class="statdata">17</td> <td class="statdata">81</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">0</td> <td class="statdata">0</td> <td class="statdata">2</td> <td class="statdata">198</td> <td class="statdata">3</td> <td class="statdata">3</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-west-coast-eagles--elliot-yeo" title="Elliot Yeo">E Yeo</a></td> <td class="statdata">5</td> <td class="statdata">16</td> <td class="statdata">17</td> <td class="statdata">85</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">1</td> <td class="statdata">1</td> <td class="statdata">8</td> <td class="statdata">412</td> <td class="statdata">2</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-west-coast-eagles--jeremy-mcgovern" title="Jeremy McGovern">J McGovern</a></td> <td class="statdata">8</td> <td class="statdata">10</td> <td class="statdata">18</td> <td class="statdata">94.7</td> <td class="statdata">2</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">8</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">0</td> <td class="statdata">4</td> <td class="statdata">431</td> <td class="statdata">2</td> <td class="statdata">10</td> <td class="statdata">0</td> <td class="statdata">86</td> </tr> <tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';"> <td align="left" height="18"><a href="pp-west-coast-eagles--mark-hutchings" title="Mark Hutchings">M Hutchings</a></td> <td class="statdata">4</td> <td class="statdata">14</td> <td class="statdata">17</td> <td class="statdata">94.4</td> <td class="statdata">0</td> <td class="statdata">0</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">6</td> <td class="statdata">208</td> <td class="statdata">1</td> <td class="statdata">1</td> <td class="statdata">2</td> <td class="statdata">82</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td align="left" height="18"><a href="pp-west-coast-eagles--scott-lycett" title="Scott Lycett">S Lycett</a></td> <td class="statdata">7</td> <td class="statdata">11</td> <td class="statdata">13</td> <td class="statdata">72.2</td> <td class="statdata">0</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">4</td> <td class="statdata">6</td> <td class="statdata">262</td> <td class="statdata">3</td> <td class="statdata">3</td> <td class="statdata">0</td> <td class="statdata">75</td> </tr> <tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';"> <td align="left" height="18"><a href="pp-west-coast-eagles--mark-lecras" title="Mark Lecras">M Lecras</a></td> <td class="statdata">4</td> <td class="statdata">13</td> <td class="statdata">13</td> <td class="statdata">76.5</td> <td class="statdata">1</td> <td class="statdata">1</td> <td class="statdata">2</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">9</td> <td class="statdata">306</td> <td class="statdata">2</td> <td class="statdata">1</td> <td class="statdata">2</td> <td class="statdata">89</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td align="left" height="18"><a href="pp-west-coast-eagles--will-schofield" title="Will Schofield">W Schofield</a></td> <td class="statdata">4</td> <td class="statdata">10</td> <td class="statdata">14</td> <td class="statdata">93.3</td> <td class="statdata">2</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">3</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">7</td> <td class="statdata">256</td> <td class="statdata">1</td> <td class="statdata">5</td> <td class="statdata">0</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-west-coast-eagles--lewis-jetta" title="Lewis Jetta">L Jetta</a></td> <td class="statdata">2</td> <td class="statdata">13</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">0</td> <td class="statdata">1</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">6</td> <td class="statdata">370</td> <td class="statdata">4</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">78</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td align="left" height="18"><a href="pp-west-coast-eagles--patrick-mcginnity" title="Patrick McGinnity">P McGinnity</a></td> <td class="statdata">6</td> <td class="statdata">8</td> <td class="statdata">11</td> <td class="statdata">78.6</td> <td class="statdata">0</td> <td class="statdata">3</td> <td class="statdata">1</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">10</td> <td class="statdata">254</td> <td class="statdata">2</td> <td class="statdata">1</td> <td class="statdata">2</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-west-coast-eagles--jamie-cripps" title="Jamie Cripps">J Cripps</a></td> <td class="statdata">4</td> <td class="statdata">10</td> <td class="statdata">11</td> <td class="statdata">78.6</td> <td class="statdata">0</td> <td class="statdata">2</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">2</td> <td class="statdata">9</td> <td class="statdata">243</td> <td class="statdata">1</td> <td class="statdata">0</td> <td class="statdata">3</td> <td class="statdata">80</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td align="left" height="18"><a href="pp-west-coast-eagles--tom-barrass" title="Tom Barrass">T Barrass</a></td> <td class="statdata">5</td> <td class="statdata">9</td> <td class="statdata">12</td> <td class="statdata">85.7</td> <td class="statdata">2</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">6</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">2</td> <td class="statdata">199</td> <td class="statdata">2</td> <td class="statdata">7</td> <td class="statdata">0</td> <td class="statdata">85</td> </tr> <tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';"> <td align="left" height="18"><a href="pp-west-coast-eagles--jackson-nelson" title="Jackson Nelson">J Nelson</a></td> <td class="statdata">9</td> <td class="statdata">6</td> <td class="statdata">9</td> <td class="statdata">64.3</td> <td class="statdata">0</td> <td class="statdata">2</td> <td class="statdata">1</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">2</td> <td class="statdata">3</td> <td class="statdata">210</td> <td class="statdata">2</td> <td class="statdata">1</td> <td class="statdata">0</td> <td class="statdata">75</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td align="left" height="18"><a href="pp-west-coast-eagles--sam-butler" title="Sam Butler">S Butler</a></td> <td class="statdata">2</td> <td class="statdata">12</td> <td class="statdata">11</td> <td class="statdata">84.6</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">0</td> <td class="statdata">0</td> <td class="statdata">2</td> <td class="statdata">221</td> <td class="statdata">2</td> <td class="statdata">2</td> <td class="statdata">0</td> <td class="statdata">84</td> </tr> <tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';"> <td align="left" height="18"><a href="pp-west-coast-eagles--mitchell-brown" title="Mitchell Brown">M Brown</a></td> <td class="statdata">5</td> <td class="statdata">7</td> <td class="statdata">9</td> <td class="statdata">69.2</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">3</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">5</td> <td class="statdata">76</td> <td class="statdata">3</td> <td class="statdata">1</td> <td class="statdata">0</td> <td class="statdata">63</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td align="left" height="18"><a href="pp-west-coast-eagles--bradley-sheppard" title="Bradley Sheppard">B Sheppard</a></td> <td class="statdata">1</td> <td class="statdata">12</td> <td class="statdata">11</td> <td class="statdata">84.6</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">0</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">245</td> <td class="statdata">5</td> <td class="statdata">2</td> <td class="statdata">1</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-west-coast-eagles--jack-darling" title="Jack Darling">J Darling</a></td> <td class="statdata">4</td> <td class="statdata">8</td> <td class="statdata">9</td> <td class="statdata">81.8</td> <td class="statdata">3</td> <td class="statdata">1</td> <td class="statdata">4</td> <td class="statdata">3</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">6</td> <td class="statdata">180</td> <td class="statdata">1</td> <td class="statdata">1</td> <td class="statdata">1</td> <td class="statdata">87</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td align="left" height="18"><a href="pp-west-coast-eagles--joshua-kennedy" title="Joshua Kennedy">J Kennedy</a></td> <td class="statdata">7</td> <td class="statdata">2</td> <td class="statdata">5</td> <td class="statdata">55.6</td> <td class="statdata">1</td> <td class="statdata">1</td> <td class="statdata">2</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">7</td> <td class="statdata">161</td> <td class="statdata">2</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">63</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/peep2.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">&nbsp;&nbsp;<b><a name=t1></a>Essendon Match Statistics (Sorted by Disposals)</b></td> <td class="innertbtitle" align="right">Coach: <a href="cp-john-worsfold--15">John Worsfold</a>&nbsp;&nbsp;</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=6292&sby=23&advv=Y#t2" title="Contested Possessions">CP</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=24&advv=Y#t2" title="Uncontested Possessions">UP</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=25&advv=Y#t2" title="Effective Disposals">ED</a></td> <td width="34" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=34&advv=Y#t2" title="Disposal Efficiency %">DE%</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=27&advv=Y#t2" title="Contested Marks">CM</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=21&advv=Y#t2" title="Goal Assists">GA</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=28&advv=Y#t2" title="Marks Inside 50">MI5</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=31&advv=Y#t2" title="One Percenters">1%</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=32&advv=Y#t2" title="Bounces">BO</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=35&advv=Y#t2" title="Centre Clearances">CCL</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=36&advv=Y#t2" title="Stoppage Clearances">SCL</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=37&advv=Y#t2" title="Score Involvements">SI</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=38&advv=Y#t2" title="Metres Gained">MG</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=39&advv=Y#t2" title="Turnovers">TO</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=40&advv=Y#t2" title="Intercepts">ITC</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&sby=41&advv=Y#t2" title="Tackles Inside 50">T5</a></td> <td width="29" class="bnorm"><a href="fts_match_statistics?mid=6292&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-essendon-bombers--james-kelly" title="James Kelly">J Kelly</a></td> <td class="statdata">8</td> <td class="statdata">21</td> <td class="statdata">17</td> <td class="statdata">58.6</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">4</td> <td class="statdata">7</td> <td class="statdata">542</td> <td class="statdata">6</td> <td class="statdata">5</td> <td class="statdata">4</td> <td class="statdata">80</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td align="left" height="18"><a href="pp-essendon-bombers--craig-bird" title="Craig Bird">C Bird</a></td> <td class="statdata">11</td> <td class="statdata">14</td> <td class="statdata">19</td> <td class="statdata">73.1</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">3</td> <td class="statdata">3</td> <td class="statdata">4</td> <td class="statdata">256</td> <td class="statdata">2</td> <td class="statdata">4</td> <td class="statdata">1</td> <td class="statdata">71</td> </tr> <tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';"> <td align="left" height="18"><a href="pp-essendon-bombers--zachary-merrett" title="Zachary Merrett">Z Merrett</a></td> <td class="statdata">10</td> <td class="statdata">13</td> <td class="statdata">17</td> <td class="statdata">70.8</td> <td class="statdata">1</td> <td class="statdata">1</td> <td class="statdata">0</td> <td class="statdata">2</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">6</td> <td class="statdata">4</td> <td class="statdata">436</td> <td class="statdata">5</td> <td class="statdata">0</td> <td class="statdata">2</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-essendon-bombers--jackson-merrett" title="Jackson Merrett">J Merrett</a></td> <td class="statdata">8</td> <td class="statdata">16</td> <td class="statdata">18</td> <td class="statdata">78.3</td> <td class="statdata">1</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">2</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">4</td> <td class="statdata">5</td> <td class="statdata">364</td> <td class="statdata">6</td> <td class="statdata">1</td> <td class="statdata">1</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-essendon-bombers--brendon-goddard" title="Brendon Goddard">B Goddard</a></td> <td class="statdata">10</td> <td class="statdata">11</td> <td class="statdata">17</td> <td class="statdata">77.3</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">2</td> <td class="statdata">2</td> <td class="statdata">3</td> <td class="statdata">267</td> <td class="statdata">3</td> <td class="statdata">4</td> <td class="statdata">1</td> <td class="statdata">87</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td align="left" height="18"><a href="pp-essendon-bombers--james-gwilt" title="James Gwilt">J Gwilt</a></td> <td class="statdata">1</td> <td class="statdata">20</td> <td class="statdata">19</td> <td class="statdata">90.5</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">0</td> <td class="statdata">0</td> <td class="statdata">2</td> <td class="statdata">366</td> <td class="statdata">4</td> <td class="statdata">5</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-essendon-bombers--martin-gleeson" title="Martin Gleeson">M Gleeson</a></td> <td class="statdata">8</td> <td class="statdata">10</td> <td class="statdata">15</td> <td class="statdata">78.9</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">0</td> <td class="statdata">3</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">2</td> <td class="statdata">2</td> <td class="statdata">348</td> <td class="statdata">3</td> <td class="statdata">8</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-essendon-bombers--matthew-dea" title="Matthew Dea">M Dea</a></td> <td class="statdata">5</td> <td class="statdata">11</td> <td class="statdata">14</td> <td class="statdata">87.5</td> <td class="statdata">1</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">5</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">2</td> <td class="statdata">127</td> <td class="statdata">2</td> <td class="statdata">6</td> <td class="statdata">0</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-essendon-bombers--courtenay-dempsey" title="Courtenay Dempsey">C Dempsey</a></td> <td class="statdata">3</td> <td class="statdata">12</td> <td class="statdata">11</td> <td class="statdata">73.3</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">0</td> <td class="statdata">0</td> <td class="statdata">3</td> <td class="statdata">293</td> <td class="statdata">3</td> <td class="statdata">2</td> <td class="statdata">0</td> <td class="statdata">78</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td align="left" height="18"><a href="pp-essendon-bombers--david-zaharakis" title="David Zaharakis">D Zaharakis</a></td> <td class="statdata">9</td> <td class="statdata">3</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">0</td> <td class="statdata">1</td> <td class="statdata">0</td> <td class="statdata">2</td> <td class="statdata">2</td> <td class="statdata">2</td> <td class="statdata">176</td> <td class="statdata">3</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">86</td> </tr> <tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';"> <td align="left" height="18"><a href="pp-essendon-bombers--joe-daniher" title="Joe Daniher">J Daniher</a></td> <td class="statdata">8</td> <td class="statdata">7</td> <td class="statdata">8</td> <td class="statdata">57.1</td> <td class="statdata">3</td> <td class="statdata">0</td> <td class="statdata">3</td> <td class="statdata">4</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">5</td> <td class="statdata">392</td> <td class="statdata">3</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-essendon-bombers--adam-cooney" title="Adam Cooney">A Cooney</a></td> <td class="statdata">5</td> <td class="statdata">9</td> <td class="statdata">9</td> <td class="statdata">69.2</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">2</td> <td class="statdata">1</td> <td class="statdata">1</td> <td class="statdata">127</td> <td class="statdata">2</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-essendon-bombers--darcy-parish" title="Darcy Parish">D Parish</a></td> <td class="statdata">7</td> <td class="statdata">6</td> <td class="statdata">8</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">1</td> <td class="statdata">2</td> <td class="statdata">3</td> <td class="statdata">76</td> <td class="statdata">1</td> <td class="statdata">0</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-essendon-bombers--orazio-fantasia" title="Orazio Fantasia">O Fantasia</a></td> <td class="statdata">4</td> <td class="statdata">8</td> <td class="statdata">9</td> <td class="statdata">75</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">2</td> <td class="statdata">1</td> <td class="statdata">1</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">5</td> <td class="statdata">202</td> <td class="statdata">3</td> <td class="statdata">1</td> <td class="statdata">2</td> <td class="statdata">83</td> </tr> <tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';"> <td align="left" height="18"><a href="pp-essendon-bombers--jason-ashby" title="Jason Ashby">J Ashby</a></td> <td class="statdata">4</td> <td class="statdata">4</td> <td class="statdata">8</td> <td class="statdata">80</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">0</td> <td class="statdata">1</td> <td class="statdata">2</td> <td class="statdata">114</td> <td class="statdata">1</td> <td class="statdata">3</td> <td class="statdata">0</td> <td class="statdata">82</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td align="left" height="18"><a href="pp-essendon-bombers--anthony-mcdonald-tipungwuti" title="Anthony McDonald-Tipungwuti">A M-Tipungwuti</a></td> <td class="statdata">3</td> <td class="statdata">7</td> <td class="statdata">6</td> <td class="statdata">60</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">0</td> <td class="statdata">1</td> <td class="statdata">2</td> <td class="statdata">209</td> <td class="statdata">4</td> <td class="statdata">3</td> <td class="statdata">0</td> <td class="statdata">72</td> </tr> <tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';"> <td align="left" height="18"><a href="pp-essendon-bombers--mitchell-brown-1" title="Mitchell Brown">M Brown</a></td> <td class="statdata">5</td> <td class="statdata">2</td> <td class="statdata">4</td> <td class="statdata">44.4</td> <td class="statdata">2</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">1</td> <td class="statdata">5</td> <td class="statdata">71</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">1</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-essendon-bombers--mathew-stokes" title="Mathew Stokes">M Stokes</a></td> <td class="statdata">2</td> <td class="statdata">6</td> <td class="statdata">6</td> <td class="statdata">75</td> <td class="statdata">0</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">0</td> <td class="statdata">2</td> <td class="statdata">187</td> <td class="statdata">2</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">83</td> </tr> <tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';"> <td align="left" height="18"><a href="pp-essendon-bombers--will-hams" title="Will Hams">W Hams</a></td> <td class="statdata">3</td> <td class="statdata">5</td> <td class="statdata">7</td> <td class="statdata">87.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">0</td> <td class="statdata">0</td> <td class="statdata">2</td> <td class="statdata">64</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">0</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-essendon-bombers--michael-hartley" title="Michael Hartley">M Hartley</a></td> <td class="statdata">2</td> <td class="statdata">5</td> <td class="statdata">5</td> <td class="statdata">71.4</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">13</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">1</td> <td class="statdata">139</td> <td class="statdata">2</td> <td class="statdata">2</td> <td class="statdata">0</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-essendon-bombers--matthew-leuenberger" title="Matthew Leuenberger">M Leuenberger</a></td> <td class="statdata">3</td> <td class="statdata">2</td> <td class="statdata">3</td> <td class="statdata">60</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">0</td> <td class="statdata">1</td> <td class="statdata">2</td> <td class="statdata">44</td> <td class="statdata">0</td> <td class="statdata">1</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-essendon-bombers--mark-jamar" title="Mark Jamar">M Jamar</a></td> <td class="statdata">2</td> <td class="statdata">3</td> <td class="statdata">4</td> <td class="statdata">100</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">0</td> <td class="statdata">0</td> <td class="statdata">0</td> <td class="statdata">57</td> <td class="statdata">1</td> <td class="statdata">3</td> <td class="statdata">0</td> <td class="statdata">43</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">West Coast</td> <td width="125" class="bnorm">Statistic</td> <td width="124" class="bnorm">Essendon</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">127</td> <td class="statdata">Contested Possessions</td> <td class="statdata">121</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td height="25" class="statdata">277</td> <td class="statdata">Uncontested Possessions</td> <td class="statdata">195</td> </tr> <tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';"> <td height="25" class="statdata">324</td> <td class="statdata">Effective Disposals</td> <td class="statdata">234</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td height="25" class="statdata">80.6%</td> <td class="statdata">Disposal Efficiency %</td> <td class="statdata">72.4%</td> </tr> <tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';"> <td height="25" class="statdata">32</td> <td class="statdata">Clangers</td> <td class="statdata">51</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td height="25" class="statdata">13</td> <td class="statdata">Contested Marks</td> <td class="statdata">10</td> </tr> <tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';"> <td height="25" class="statdata">18</td> <td class="statdata">Marks Inside 50</td> <td class="statdata">8</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td height="25" class="statdata">38</td> <td class="statdata">Clearances</td> <td class="statdata">44</td> </tr> <tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';"> <td height="25" class="statdata">26</td> <td class="statdata">Rebound 50s</td> <td class="statdata">32</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td height="25" class="statdata">43</td> <td class="statdata">One Percenters</td> <td class="statdata">44</td> </tr> <tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';"> <td height="25" class="statdata">2</td> <td class="statdata">Bounces</td> <td class="statdata">1</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td height="25" class="statdata">12</td> <td class="statdata">Goal Assists</td> <td class="statdata">4</td> </tr> <tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';"> <td height="25" class="statdata">60.0%</td> <td class="statdata">% Goals Assisted</td> <td class="statdata">57.1%</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td height="25" class="statdata">11</td> <td class="statdata">Centre Clearances</td> <td class="statdata">13</td> </tr> <tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';"> <td height="25" class="statdata">27</td> <td class="statdata">Stoppage Clearances</td> <td class="statdata">31</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td height="25" class="statdata">136</td> <td class="statdata">Score Involvements</td> <td class="statdata">64</td> </tr> <tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';"> <td height="25" class="statdata">5701</td> <td class="statdata">Metres Gained</td> <td class="statdata">4857</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td height="25" class="statdata">48</td> <td class="statdata">Turnovers</td> <td class="statdata">56</td> </tr> <tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';"> <td height="25" class="statdata">57</td> <td class="statdata">Intercepts</td> <td class="statdata">50</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td height="25" class="statdata">11</td> <td class="statdata">Tackles Inside 50</td> <td class="statdata">13</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">West Coast</td> <td width="124" class="bnorm">Attribute</td> <td width="124" class="bnorm">Essendon</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">187.7cm</td> <td class="statdata">Height</td> <td class="statdata">186.7cm</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td height="18" class="statdata">88.6kg</td> <td class="statdata">Weight</td> <td class="statdata">85.2kg</td> </tr> <tr bgcolor="#f2f4f7" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#f2f4f7';"> <td height="18" class="statdata">26yr 1mth</td> <td class="statdata">Age</td> <td class="statdata">25yr 10mth</td> </tr> <tr bgcolor="#ffffff" onMouseOver="this.bgColor='#cbcdd0';" onMouseOut="this.bgColor='#ffffff';"> <td height="18" class="statdata">111.3</td> <td class="statdata">Games</td> <td class="statdata">100.6</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">West Coast</td> <td width="124" class="bnorm">Games</td> <td width="124" class="bnorm">Essendon</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">2</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">8</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">12</td> <td class="statdata">150 or more</td> <td class="statdata">8</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>West Coast</b></td> <td class="ylwbgmid" width="125"><b>First Quarter</b></td> <td class="ylwbgmid" width="124"><b>Essendon</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.1 25</td> </tr> <tr> <td class="ylwbgmid">7</td> <td class="ylwbgmid">Scoring Shots</td> <td class="ylwbgmid">5</td> </tr> <tr> <td class="ylwbgmid">42.9%</td> <td class="ylwbgmid">Conversion</td> <td class="ylwbgmid">80.0%</td> </tr> <tr> <td class="ylwbgmid">Lost quarter by 3</td> <td class="ylwbgmid">Result</td> <td class="ylwbgmid">Won quarter by 3</td> </tr> <tr> <td class="ylwbgmid">Trailing by 3</td> <td class="ylwbgmid">End of Quarter</td> <td class="ylwbgmid">Leading by 3</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>West Coast</b></td> <td class="ylwbgmid" width="125"><b>Second Quarter</b></td> <td class="ylwbgmid" width="124"><b>Essendon</b></td> </tr> <tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr> <tr> <td class="ylwbgmid">5.1 31</td> <td class="ylwbgmid">Score</td> <td class="ylwbgmid">1.4 10</td> </tr> <tr> <td class="ylwbgmid">6</td> <td class="ylwbgmid">Scoring Shots</td> <td class="ylwbgmid">5</td> </tr> <tr> <td class="ylwbgmid">83.3%</td> <td class="ylwbgmid">Conversion</td> <td class="ylwbgmid">20.0%</td> </tr> <tr> <td class="ylwbgmid">Won quarter by 21</td> <td class="ylwbgmid">Result</td> <td class="ylwbgmid">Lost quarter by 21</td> </tr> <tr> <td class="ylwbgmid">Leading by 18</td> <td class="ylwbgmid">Halftime</td> <td class="ylwbgmid">Trailing by 18</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>West Coast</b></td> <td class="ylwbgmid" width="125"><b>Third Quarter</b></td> <td class="ylwbgmid" width="124"><b>Essendon</b></td> </tr> <tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr> <tr> <td class="ylwbgmid">3.2 20</td> <td class="ylwbgmid">Score</td> <td class="ylwbgmid">0.4 4</td> </tr> <tr> <td class="ylwbgmid">5</td> <td class="ylwbgmid">Scoring Shots</td> <td class="ylwbgmid">4</td> </tr> <tr> <td class="ylwbgmid">60.0%</td> <td class="ylwbgmid">Conversion</td> <td class="ylwbgmid">0%</td> </tr> <tr> <td class="ylwbgmid">Won quarter by 16</td> <td class="ylwbgmid">Result</td> <td class="ylwbgmid">Lost quarter by 16</td> </tr> <tr> <td class="ylwbgmid">Leading by 34</td> <td class="ylwbgmid">End of Quarter</td> <td class="ylwbgmid">Trailing by 34</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>West Coast</b></td> <td class="ylwbgmid" width="125"><b>Final Quarter</b></td> <td class="ylwbgmid" width="124"><b>Essendon</b></td> </tr> <tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr> <tr> <td class="ylwbgmid">9.3 57</td> <td class="ylwbgmid">Score</td> <td class="ylwbgmid">2.1 13</td> </tr> <tr> <td class="ylwbgmid">12</td> <td class="ylwbgmid">Scoring Shots</td> <td class="ylwbgmid">3</td> </tr> <tr> <td class="ylwbgmid">75.0%</td> <td class="ylwbgmid">Conversion</td> <td class="ylwbgmid">66.7%</td> </tr> <tr> <td class="ylwbgmid">Won quarter by 44</td> <td class="ylwbgmid">Result</td> <td class="ylwbgmid">Lost quarter by 44</td> </tr> <tr> <td class="ylwbgmid">Won game by 78</td> <td class="ylwbgmid">End of Game</td> <td class="ylwbgmid">Lost game by 78</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>West Coast</b></td> <td class="ylwbgmid" width="125"><b>First Half</b></td> <td class="ylwbgmid" width="124"><b>Essendon</b></td> </tr> <tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr> <tr> <td class="ylwbgmid">8.5 53</td> <td class="ylwbgmid">Score</td> <td class="ylwbgmid">5.5 35</td> </tr> <tr> <td class="ylwbgmid">13</td> <td class="ylwbgmid">Scoring Shots</td> <td class="ylwbgmid">10</td> </tr> <tr> <td class="ylwbgmid">61.5%</td> <td class="ylwbgmid">Conversion</td> <td class="ylwbgmid">50.0%</td> </tr> <tr> <td class="ylwbgmid">Won half by 18</td> <td class="ylwbgmid">Result</td> <td class="ylwbgmid">Lost half by 18</td> </tr> <tr> <td class="ylwbgmid">Leading by 18</td> <td class="ylwbgmid">Halftime</td> <td class="ylwbgmid">Trailing by 18</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>West Coast</b></td> <td class="ylwbgmid" width="125"><b>Second Half</b></td> <td class="ylwbgmid" width="124"><b>Essendon</b></td> </tr> <tr><td colspan="3" class="ylwbdr" style="height:1px"></td></tr> <tr> <td class="ylwbgmid">12.5 77</td> <td class="ylwbgmid">Score</td> <td class="ylwbgmid">2.5 17</td> </tr> <tr> <td class="ylwbgmid">17</td> <td class="ylwbgmid">Scoring Shots</td> <td class="ylwbgmid">7</td> </tr> <tr> <td class="ylwbgmid">70.6%</td> <td class="ylwbgmid">Conversion</td> <td class="ylwbgmid">28.6%</td> </tr> <tr> <td class="ylwbgmid">Won half by 60</td> <td class="ylwbgmid">Result</td> <td class="ylwbgmid">Lost half by 60</td> </tr> <tr> <td class="ylwbgmid">Won game by 78</td> <td class="ylwbgmid">End of Game</td> <td class="ylwbgmid">Lost game by 78</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 &copy; 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"> &nbsp; </td></tr> </table> </div> </BODY> </HTML>
platform/windows/support/cmake/doc/cmake/html/manual/cmake-gui.1.html
libcrosswind/libcrosswind
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>cmake-gui(1) &mdash; CMake 3.15.1 Documentation</title> <link rel="stylesheet" href="../_static/cmake.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <link rel="shortcut icon" href="../_static/cmake-favicon.ico"/> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="ccmake(1)" href="ccmake.1.html" /> <link rel="prev" title="cpack(1)" href="cpack.1.html" /> </head><body> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="ccmake.1.html" title="ccmake(1)" accesskey="N">next</a> |</li> <li class="right" > <a href="cpack.1.html" title="cpack(1)" accesskey="P">previous</a> |</li> <li> <img src="../_static/cmake-logo-16.png" alt="" style="vertical-align: middle; margin-top: -2px" /> </li> <li> <a href="https://cmake.org/">CMake</a> &#187; </li> <li> <a href="../index.html">3.15.1 Documentation</a> &#187; </li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <span class="target" id="manual:cmake-gui(1)"></span><div class="section" id="cmake-gui-1"> <h1>cmake-gui(1)<a class="headerlink" href="#cmake-gui-1" title="Permalink to this headline">¶</a></h1> <div class="section" id="synopsis"> <h2>Synopsis<a class="headerlink" href="#synopsis" title="Permalink to this headline">¶</a></h2> <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>cmake-gui [&lt;options&gt;] cmake-gui [&lt;options&gt;] {&lt;path-to-source&gt; | &lt;path-to-existing-build&gt;} cmake-gui [&lt;options&gt;] -S &lt;path-to-source&gt; -B &lt;path-to-build&gt; </pre></div> </div> </div> <div class="section" id="description"> <h2>Description<a class="headerlink" href="#description" title="Permalink to this headline">¶</a></h2> <p>The <strong>cmake-gui</strong> executable is the CMake GUI. Project configuration settings may be specified interactively. Brief instructions are provided at the bottom of the window when the program is running.</p> <p>CMake is a cross-platform build system generator. Projects specify their build process with platform-independent CMake listfiles included in each directory of a source tree with the name <code class="docutils literal notranslate"><span class="pre">CMakeLists.txt</span></code>. Users build a project by using CMake to generate a build system for a native tool on their platform.</p> </div> <div class="section" id="options"> <h2>Options<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2> <dl class="docutils"> <dt><code class="docutils literal notranslate"><span class="pre">-S</span> <span class="pre">&lt;path-to-source&gt;</span></code></dt> <dd>Path to root directory of the CMake project to build.</dd> <dt><code class="docutils literal notranslate"><span class="pre">-B</span> <span class="pre">&lt;path-to-build&gt;</span></code></dt> <dd><p class="first">Path to directory which CMake will use as the root of build directory.</p> <p class="last">If the directory doesn’t already exist CMake will make it.</p> </dd> </dl> <dl class="docutils"> <dt><code class="docutils literal notranslate"><span class="pre">--help,-help,-usage,-h,-H,/?</span></code></dt> <dd><p class="first">Print usage information and exit.</p> <p class="last">Usage describes the basic command line interface and its options.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">--version,-version,/V</span> <span class="pre">[&lt;f&gt;]</span></code></dt> <dd><p class="first">Show program name/version banner and exit.</p> <p class="last">If a file is specified, the version is written into it. The help is printed to a named &lt;f&gt;ile if given.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">--help-full</span> <span class="pre">[&lt;f&gt;]</span></code></dt> <dd><p class="first">Print all help manuals and exit.</p> <p class="last">All manuals are printed in a human-readable text format. The help is printed to a named &lt;f&gt;ile if given.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">--help-manual</span> <span class="pre">&lt;man&gt;</span> <span class="pre">[&lt;f&gt;]</span></code></dt> <dd><p class="first">Print one help manual and exit.</p> <p class="last">The specified manual is printed in a human-readable text format. The help is printed to a named &lt;f&gt;ile if given.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">--help-manual-list</span> <span class="pre">[&lt;f&gt;]</span></code></dt> <dd><p class="first">List help manuals available and exit.</p> <p class="last">The list contains all manuals for which help may be obtained by using the <code class="docutils literal notranslate"><span class="pre">--help-manual</span></code> option followed by a manual name. The help is printed to a named &lt;f&gt;ile if given.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">--help-command</span> <span class="pre">&lt;cmd&gt;</span> <span class="pre">[&lt;f&gt;]</span></code></dt> <dd><p class="first">Print help for one command and exit.</p> <p class="last">The <span class="target" id="index-0-manual:cmake-commands(7)"></span><a class="reference internal" href="cmake-commands.7.html#manual:cmake-commands(7)" title="cmake-commands(7)"><code class="xref cmake cmake-manual docutils literal notranslate"><span class="pre">cmake-commands(7)</span></code></a> manual entry for <code class="docutils literal notranslate"><span class="pre">&lt;cmd&gt;</span></code> is printed in a human-readable text format. The help is printed to a named &lt;f&gt;ile if given.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">--help-command-list</span> <span class="pre">[&lt;f&gt;]</span></code></dt> <dd><p class="first">List commands with help available and exit.</p> <p class="last">The list contains all commands for which help may be obtained by using the <code class="docutils literal notranslate"><span class="pre">--help-command</span></code> option followed by a command name. The help is printed to a named &lt;f&gt;ile if given.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">--help-commands</span> <span class="pre">[&lt;f&gt;]</span></code></dt> <dd><p class="first">Print cmake-commands manual and exit.</p> <p class="last">The <span class="target" id="index-1-manual:cmake-commands(7)"></span><a class="reference internal" href="cmake-commands.7.html#manual:cmake-commands(7)" title="cmake-commands(7)"><code class="xref cmake cmake-manual docutils literal notranslate"><span class="pre">cmake-commands(7)</span></code></a> manual is printed in a human-readable text format. The help is printed to a named &lt;f&gt;ile if given.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">--help-module</span> <span class="pre">&lt;mod&gt;</span> <span class="pre">[&lt;f&gt;]</span></code></dt> <dd><p class="first">Print help for one module and exit.</p> <p class="last">The <span class="target" id="index-0-manual:cmake-modules(7)"></span><a class="reference internal" href="cmake-modules.7.html#manual:cmake-modules(7)" title="cmake-modules(7)"><code class="xref cmake cmake-manual docutils literal notranslate"><span class="pre">cmake-modules(7)</span></code></a> manual entry for <code class="docutils literal notranslate"><span class="pre">&lt;mod&gt;</span></code> is printed in a human-readable text format. The help is printed to a named &lt;f&gt;ile if given.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">--help-module-list</span> <span class="pre">[&lt;f&gt;]</span></code></dt> <dd><p class="first">List modules with help available and exit.</p> <p class="last">The list contains all modules for which help may be obtained by using the <code class="docutils literal notranslate"><span class="pre">--help-module</span></code> option followed by a module name. The help is printed to a named &lt;f&gt;ile if given.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">--help-modules</span> <span class="pre">[&lt;f&gt;]</span></code></dt> <dd><p class="first">Print cmake-modules manual and exit.</p> <p class="last">The <span class="target" id="index-1-manual:cmake-modules(7)"></span><a class="reference internal" href="cmake-modules.7.html#manual:cmake-modules(7)" title="cmake-modules(7)"><code class="xref cmake cmake-manual docutils literal notranslate"><span class="pre">cmake-modules(7)</span></code></a> manual is printed in a human-readable text format. The help is printed to a named &lt;f&gt;ile if given.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">--help-policy</span> <span class="pre">&lt;cmp&gt;</span> <span class="pre">[&lt;f&gt;]</span></code></dt> <dd><p class="first">Print help for one policy and exit.</p> <p class="last">The <span class="target" id="index-0-manual:cmake-policies(7)"></span><a class="reference internal" href="cmake-policies.7.html#manual:cmake-policies(7)" title="cmake-policies(7)"><code class="xref cmake cmake-manual docutils literal notranslate"><span class="pre">cmake-policies(7)</span></code></a> manual entry for <code class="docutils literal notranslate"><span class="pre">&lt;cmp&gt;</span></code> is printed in a human-readable text format. The help is printed to a named &lt;f&gt;ile if given.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">--help-policy-list</span> <span class="pre">[&lt;f&gt;]</span></code></dt> <dd><p class="first">List policies with help available and exit.</p> <p class="last">The list contains all policies for which help may be obtained by using the <code class="docutils literal notranslate"><span class="pre">--help-policy</span></code> option followed by a policy name. The help is printed to a named &lt;f&gt;ile if given.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">--help-policies</span> <span class="pre">[&lt;f&gt;]</span></code></dt> <dd><p class="first">Print cmake-policies manual and exit.</p> <p class="last">The <span class="target" id="index-1-manual:cmake-policies(7)"></span><a class="reference internal" href="cmake-policies.7.html#manual:cmake-policies(7)" title="cmake-policies(7)"><code class="xref cmake cmake-manual docutils literal notranslate"><span class="pre">cmake-policies(7)</span></code></a> manual is printed in a human-readable text format. The help is printed to a named &lt;f&gt;ile if given.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">--help-property</span> <span class="pre">&lt;prop&gt;</span> <span class="pre">[&lt;f&gt;]</span></code></dt> <dd><p class="first">Print help for one property and exit.</p> <p class="last">The <span class="target" id="index-0-manual:cmake-properties(7)"></span><a class="reference internal" href="cmake-properties.7.html#manual:cmake-properties(7)" title="cmake-properties(7)"><code class="xref cmake cmake-manual docutils literal notranslate"><span class="pre">cmake-properties(7)</span></code></a> manual entries for <code class="docutils literal notranslate"><span class="pre">&lt;prop&gt;</span></code> are printed in a human-readable text format. The help is printed to a named &lt;f&gt;ile if given.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">--help-property-list</span> <span class="pre">[&lt;f&gt;]</span></code></dt> <dd><p class="first">List properties with help available and exit.</p> <p class="last">The list contains all properties for which help may be obtained by using the <code class="docutils literal notranslate"><span class="pre">--help-property</span></code> option followed by a property name. The help is printed to a named &lt;f&gt;ile if given.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">--help-properties</span> <span class="pre">[&lt;f&gt;]</span></code></dt> <dd><p class="first">Print cmake-properties manual and exit.</p> <p class="last">The <span class="target" id="index-1-manual:cmake-properties(7)"></span><a class="reference internal" href="cmake-properties.7.html#manual:cmake-properties(7)" title="cmake-properties(7)"><code class="xref cmake cmake-manual docutils literal notranslate"><span class="pre">cmake-properties(7)</span></code></a> manual is printed in a human-readable text format. The help is printed to a named &lt;f&gt;ile if given.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">--help-variable</span> <span class="pre">&lt;var&gt;</span> <span class="pre">[&lt;f&gt;]</span></code></dt> <dd><p class="first">Print help for one variable and exit.</p> <p class="last">The <span class="target" id="index-0-manual:cmake-variables(7)"></span><a class="reference internal" href="cmake-variables.7.html#manual:cmake-variables(7)" title="cmake-variables(7)"><code class="xref cmake cmake-manual docutils literal notranslate"><span class="pre">cmake-variables(7)</span></code></a> manual entry for <code class="docutils literal notranslate"><span class="pre">&lt;var&gt;</span></code> is printed in a human-readable text format. The help is printed to a named &lt;f&gt;ile if given.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">--help-variable-list</span> <span class="pre">[&lt;f&gt;]</span></code></dt> <dd><p class="first">List variables with help available and exit.</p> <p class="last">The list contains all variables for which help may be obtained by using the <code class="docutils literal notranslate"><span class="pre">--help-variable</span></code> option followed by a variable name. The help is printed to a named &lt;f&gt;ile if given.</p> </dd> <dt><code class="docutils literal notranslate"><span class="pre">--help-variables</span> <span class="pre">[&lt;f&gt;]</span></code></dt> <dd><p class="first">Print cmake-variables manual and exit.</p> <p class="last">The <span class="target" id="index-1-manual:cmake-variables(7)"></span><a class="reference internal" href="cmake-variables.7.html#manual:cmake-variables(7)" title="cmake-variables(7)"><code class="xref cmake cmake-manual docutils literal notranslate"><span class="pre">cmake-variables(7)</span></code></a> manual is printed in a human-readable text format. The help is printed to a named &lt;f&gt;ile if given.</p> </dd> </dl> </div> <div class="section" id="see-also"> <h2>See Also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2> <p>The following resources are available to get help using CMake:</p> <dl class="docutils"> <dt>Home Page</dt> <dd><p class="first"><a class="reference external" href="https://cmake.org">https://cmake.org</a></p> <p class="last">The primary starting point for learning about CMake.</p> </dd> <dt>Online Documentation and Community Resources</dt> <dd><p class="first"><a class="reference external" href="https://cmake.org/documentation">https://cmake.org/documentation</a></p> <p class="last">Links to available documentation and community resources may be found on this web page.</p> </dd> <dt>Mailing List</dt> <dd><p class="first"><a class="reference external" href="https://cmake.org/mailing-lists">https://cmake.org/mailing-lists</a></p> <p class="last">For help and discussion about using CMake, a mailing list is provided at <a class="reference external" href="mailto:cmake&#37;&#52;&#48;cmake&#46;org">cmake<span>&#64;</span>cmake<span>&#46;</span>org</a>. The list is member-post-only but one may sign up on the CMake web page. Please first read the full documentation at <a class="reference external" href="https://cmake.org">https://cmake.org</a> before posting questions to the list.</p> </dd> </dl> </div> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <h3><a href="../index.html">Table Of Contents</a></h3> <ul> <li><a class="reference internal" href="#">cmake-gui(1)</a><ul> <li><a class="reference internal" href="#synopsis">Synopsis</a></li> <li><a class="reference internal" href="#description">Description</a></li> <li><a class="reference internal" href="#options">Options</a></li> <li><a class="reference internal" href="#see-also">See Also</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="cpack.1.html" title="previous chapter">cpack(1)</a></p> <h4>Next topic</h4> <p class="topless"><a href="ccmake.1.html" title="next chapter">ccmake(1)</a></p> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/manual/cmake-gui.1.rst.txt" rel="nofollow">Show Source</a></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> <form class="search" action="../search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="ccmake.1.html" title="ccmake(1)" >next</a> |</li> <li class="right" > <a href="cpack.1.html" title="cpack(1)" >previous</a> |</li> <li> <img src="../_static/cmake-logo-16.png" alt="" style="vertical-align: middle; margin-top: -2px" /> </li> <li> <a href="https://cmake.org/">CMake</a> &#187; </li> <li> <a href="../index.html">3.15.1 Documentation</a> &#187; </li> </ul> </div> <div class="footer" role="contentinfo"> &#169; Copyright 2000-2019 Kitware, Inc. and Contributors. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.2. </div> </body> </html>
docs/javadoc/tsdb/web/api/Handler_metadata.html
environmentalinformatics-marburg/tubedb
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc --> <title>Handler_metadata (TubeDB)</title> <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="Handler_metadata (TubeDB)"; } } catch(err) { } //--> var methods = {"i0":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-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">TubeDB</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../tsdb/web/api/Handler_iot_sensor.html" title="class in tsdb.web.api"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../tsdb/web/api/Handler_plot_list.html" title="class in tsdb.web.api"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?tsdb/web/api/Handler_metadata.html" target="_top">Frames</a></li> <li><a href="Handler_metadata.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#fields.inherited.from.class.tsdb.web.api.MethodHandler">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</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">tsdb.web.api</div> <h2 title="Class Handler_metadata" class="title">Class Handler_metadata</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>AbstractHandler</li> <li> <ul class="inheritance"> <li><a href="../../../tsdb/web/api/MethodHandler.html" title="class in tsdb.web.api">tsdb.web.api.MethodHandler</a></li> <li> <ul class="inheritance"> <li>tsdb.web.api.Handler_metadata</li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">Handler_metadata</span> extends <a href="../../../tsdb/web/api/MethodHandler.html" title="class in tsdb.web.api">MethodHandler</a></pre> <div class="block">get meta data of region</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <ul class="blockList"> <li class="blockList"><a name="fields.inherited.from.class.tsdb.web.api.MethodHandler"> <!-- --> </a> <h3>Fields inherited from class&nbsp;tsdb.web.api.<a href="../../../tsdb/web/api/MethodHandler.html" title="class in tsdb.web.api">MethodHandler</a></h3> <code><a href="../../../tsdb/web/api/MethodHandler.html#handlerMethodName">handlerMethodName</a>, <a href="../../../tsdb/web/api/MethodHandler.html#tsdb">tsdb</a></code></li> </ul> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</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="../../../tsdb/web/api/Handler_metadata.html#Handler_metadata-tsdb.remote.RemoteTsDB-">Handler_metadata</a></span>(<a href="../../../tsdb/remote/RemoteTsDB.html" title="interface in tsdb.remote">RemoteTsDB</a>&nbsp;tsdb)</code>&nbsp;</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">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../tsdb/web/api/Handler_metadata.html#handle-java.lang.String-Request-HttpServletRequest-HttpServletResponse-">handle</a></span>(java.lang.String&nbsp;target, Request&nbsp;baseRequest, HttpServletRequest&nbsp;request, HttpServletResponse&nbsp;response)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.tsdb.web.api.MethodHandler"> <!-- --> </a> <h3>Methods inherited from class&nbsp;tsdb.web.api.<a href="../../../tsdb/web/api/MethodHandler.html" title="class in tsdb.web.api">MethodHandler</a></h3> <code><a href="../../../tsdb/web/api/MethodHandler.html#getHandlerMethodName--">getHandlerMethodName</a>, <a href="../../../tsdb/web/api/MethodHandler.html#writeStringArray-java.io.PrintWriter-java.util.ArrayList-">writeStringArray</a>, <a href="../../../tsdb/web/api/MethodHandler.html#writeStringArray-java.io.PrintWriter-java.lang.String:A-">writeStringArray</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="Handler_metadata-tsdb.remote.RemoteTsDB-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>Handler_metadata</h4> <pre>public&nbsp;Handler_metadata(<a href="../../../tsdb/remote/RemoteTsDB.html" title="interface in tsdb.remote">RemoteTsDB</a>&nbsp;tsdb)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="handle-java.lang.String-Request-HttpServletRequest-HttpServletResponse-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>handle</h4> <pre>public&nbsp;void&nbsp;handle(java.lang.String&nbsp;target, Request&nbsp;baseRequest, HttpServletRequest&nbsp;request, HttpServletResponse&nbsp;response) throws java.io.IOException, ServletException</pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>java.io.IOException</code></dd> <dd><code>ServletException</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-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">TubeDB</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../tsdb/web/api/Handler_iot_sensor.html" title="class in tsdb.web.api"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../tsdb/web/api/Handler_plot_list.html" title="class in tsdb.web.api"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?tsdb/web/api/Handler_metadata.html" target="_top">Frames</a></li> <li><a href="Handler_metadata.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#fields.inherited.from.class.tsdb.web.api.MethodHandler">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
templates/discipline/new_file.html
sfu-fas/coursys
{% extends "base.html" %} {% block title %}Dishonesty Case for {{case.student.name}}: New File{% endblock %} {% block h1 %}Dishonesty Case for {{case.student.name}}: New File{% endblock %} {% block subbreadcrumbs %}<li><a href="{% url "offering:course_info" course_slug=course.slug %}">{{ course.name }}</a></li><li><a href="{% url "offering:discipline:index" course_slug=course.slug %}">Dishonesty Cases</a></li><li><a href="{% url "offering:discipline:show" course_slug=course.slug case_slug=case.slug %}">Case for {{case.student.name}}</a></li><li><a href="{% url "offering:discipline:edit_attach" course_slug=course.slug case_slug=case.slug %}">Attached Files</a></li><li>New File</li>{% endblock %} {% block content %} <div class="form_container"> <form action="{% url "offering:discipline:new_file" course_slug=course.slug case_slug=case.slug %}" method="post" enctype="multipart/form-data">{% csrf_token %} {{ form.non_field_errors }} <p>{{form.case}}{{form.name.label}}: {{ form.name }} <span class="helptext">{{ form.name.help_text|safe }}</span></p> {{form.name.errors}} <p>{{form.attachment.label}}: {{ form.attachment }}</p> {{form.attachment.errors}} <p>{{form.public.label}} {{ form.public }} <span class="helptext">{{ form.public.help_text|safe }}</span></p> <p>{{ form.notes.label }}:</p> <blockquote>{{ form.notes }}</blockquote> <p class="helptext">{{ form.notes.help_text|safe }}</p> <p><input type="submit" value="Create File" /></p> </form> </div> {% endblock %}
Capstone-Doc/HLC/html/mesh_network_8h_source.html
jaimeyu/QuadRotor
<!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>HLC: C:/Users/Jaime/Documents/My Dropbox/project/arduino/hlc_v0_4/meshNetwork.h Source File</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.6.1 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="main.html"><span>Main&nbsp;Page</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 class="tabs"> <ul> <li><a href="files.html"><span>File&nbsp;List</span></a></li> <li><a href="globals.html"><span>File&nbsp;Members</span></a></li> </ul> </div> <h1>C:/Users/Jaime/Documents/My Dropbox/project/arduino/hlc_v0_4/meshNetwork.h</h1><a href="mesh_network_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#include &quot;WProgram.h&quot;</span> <a name="l00002"></a>00002 <span class="comment">//#include &quot;conversions.h&quot;</span> <a name="l00003"></a>00003 <a name="l00004"></a><a class="code" href="mesh_network_8h.html#a6daf29275733dbb5b60bebf16930a45b">00004</a> <span class="preprocessor">#define BUSTMASTERID &apos;a&apos; //PC server!!!</span> <a name="l00005"></a><a class="code" href="mesh_network_8h.html#a69406c2467c56c35fd459891e7a5baeb">00005</a> <span class="preprocessor"></span><span class="preprocessor">#define HLCID &apos;b&apos;</span> <a name="l00006"></a><a class="code" href="mesh_network_8h.html#abfc5f0f6bf4d97392e2434061b8d553b">00006</a> <span class="preprocessor"></span><span class="preprocessor">#define hashKey &apos;a&apos;</span> <a name="l00007"></a>00007 <span class="preprocessor"></span> <a name="l00008"></a>00008 <a name="l00009"></a>00009 <a name="l00010"></a>00010 <span class="keyword">class </span><a class="code" href="classmesh_network_bus.html">meshNetworkBus</a>{ <a name="l00011"></a>00011 <span class="keyword">public</span>: <a name="l00012"></a>00012 <a name="l00013"></a><a class="code" href="classmesh_network_bus.html#a836599177c382fc4b2c2fd5e6236cd08">00013</a> <a class="code" href="classmesh_network_bus.html#a836599177c382fc4b2c2fd5e6236cd08">meshNetworkBus</a>(){ <a name="l00014"></a>00014 callerID = 0; <a name="l00015"></a>00015 startBit = <span class="charliteral">&apos;*&apos;</span>; <a name="l00016"></a>00016 crc = 0; <a name="l00017"></a>00017 actionID = 0; <a name="l00018"></a>00018 variable[0] = 0; <a name="l00019"></a>00019 variable[1] = 0; <a name="l00020"></a>00020 packetCount = 0; <a name="l00021"></a>00021 empty = 1; <span class="comment">//always empty for now</span> <a name="l00022"></a>00022 <a name="l00023"></a>00023 } <a name="l00024"></a>00024 <a name="l00025"></a><a class="code" href="classmesh_network_bus.html#acc8807ded91a2b035a5f730951458d4d">00025</a> <span class="keywordtype">void</span> <a class="code" href="classmesh_network_bus.html#acc8807ded91a2b035a5f730951458d4d">sendTelemetry</a>(<span class="keywordtype">int</span> *telemetry, <span class="keywordtype">int</span> size){ <span class="comment">//send it as a ARRAY maybe easier</span> <a name="l00026"></a>00026 <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i=0; i&lt;size;i++){ <a name="l00027"></a>00027 Serial.print(telemetry[i]); <a name="l00028"></a>00028 Serial.print(<span class="charliteral">&apos;,&apos;</span>); <a name="l00029"></a>00029 <a name="l00030"></a>00030 } <a name="l00031"></a>00031 Serial.print(<span class="charliteral">&apos;*&apos;</span>); <span class="comment">//end bit for the gui!</span> <a name="l00032"></a>00032 } <a name="l00033"></a>00033 <a name="l00034"></a><a class="code" href="classmesh_network_bus.html#a06f18f515d7e3334ea6c624ebcd136c1">00034</a> <span class="keywordtype">void</span> <a class="code" href="classmesh_network_bus.html#a06f18f515d7e3334ea6c624ebcd136c1">sendTelemetry</a>(<span class="keywordtype">int</span> ax,<span class="keywordtype">int</span> ay, <span class="keywordtype">int</span> az, <span class="keywordtype">int</span> gx, <span class="keywordtype">int</span> gy, <span class="keywordtype">int</span> gz, <span class="keywordtype">int</span> alt){ <a name="l00035"></a>00035 <span class="comment">//spam the network with our data </span> <a name="l00036"></a>00036 } <a name="l00037"></a>00037 <a name="l00038"></a><a class="code" href="classmesh_network_bus.html#ab578dda02d21cb56e7ad424b17bfa7e2">00038</a> <span class="keywordtype">void</span> <a class="code" href="classmesh_network_bus.html#ab578dda02d21cb56e7ad424b17bfa7e2">processInstruction</a>(){ <span class="comment">//store packets into instruction structure</span> <a name="l00039"></a>00039 <span class="comment">/*instr-&gt;pcid = callerID;</span> <a name="l00040"></a>00040 <span class="comment"> instr-&gt;aid = actionID;</span> <a name="l00041"></a>00041 <span class="comment"> instr-&gt;data = byteArrayToInt(variable);*/</span> <a name="l00042"></a>00042 <span class="comment">//long t = byteArrayToLong(variable);</span> <a name="l00043"></a>00043 <span class="comment">//t = variable[0] &lt;&lt;variable[1] ;</span> <a name="l00044"></a>00044 <span class="keywordtype">int</span> t; <a name="l00045"></a>00045 t = variable[0] &lt;&lt; 8; <a name="l00046"></a>00046 t |= variable[1]; <a name="l00047"></a>00047 <a name="l00048"></a>00048 instr = <span class="keyword">new</span> <a class="code" href="classinstruction.html">instruction</a>(callerID, actionID, t); <a name="l00049"></a>00049 <a name="l00050"></a>00050 <span class="comment">/* Serial.println(&quot;these are your registered data&quot;);</span> <a name="l00051"></a>00051 <span class="comment"> Serial.print(instr-&gt;pcid);</span> <a name="l00052"></a>00052 <span class="comment"> Serial.print(instr-&gt;aid );</span> <a name="l00053"></a>00053 <span class="comment"> Serial.print(instr-&gt;data);</span> <a name="l00054"></a>00054 <span class="comment"> Serial.print(t);</span> <a name="l00055"></a>00055 <span class="comment"> Serial.println(&quot;end registered data&quot;); */</span> <a name="l00056"></a>00056 <a name="l00057"></a>00057 } <a name="l00058"></a>00058 <a name="l00059"></a><a class="code" href="classmesh_network_bus.html#a0a328cba0768bbbb13c6e715e6001f91">00059</a> <span class="keywordtype">int</span> <a class="code" href="classmesh_network_bus.html#a0a328cba0768bbbb13c6e715e6001f91">checkInstruction</a>(){ <a name="l00060"></a>00060 <span class="keywordtype">int</span> result = 0; <a name="l00061"></a>00061 <span class="keywordtype">int</span> t =0; <span class="comment">// store the variable here for now</span> <a name="l00062"></a>00062 t = variable[0] &lt;&lt; 8; <a name="l00063"></a>00063 t |= variable[1]; <a name="l00064"></a>00064 <a name="l00065"></a>00065 <span class="keywordflow">for</span>(<span class="keywordtype">int</span> i=0; i&lt;40;i++){ <a name="l00066"></a>00066 <span class="comment">//result += (woah &lt;&lt; i ) &amp; 0x1; //this should count how many 1&apos;s there are in the instruction</span> <a name="l00067"></a>00067 <span class="comment">//result += (int)(woah &gt;&gt; i) &amp;0x1; </span> <a name="l00068"></a>00068 result += (callerID &gt;&gt; i) &amp;0x01; <a name="l00069"></a>00069 result += (actionID &gt;&gt; i) &amp;0x01; <a name="l00070"></a>00070 result += (t &gt;&gt; i) &amp; 0x01; <a name="l00071"></a>00071 <a name="l00072"></a>00072 <span class="comment">//Serial.print(&quot;hlc calcd crc:&quot;);</span> <a name="l00073"></a>00073 <span class="comment">//Serial.println((result &gt;&gt; i) &amp;0x01);</span> <a name="l00074"></a>00074 <a name="l00075"></a>00075 } <a name="l00076"></a>00076 <span class="comment">/*Serial.print(&quot;CRC:&quot;);</span> <a name="l00077"></a>00077 <span class="comment"> Serial.println(crc);</span> <a name="l00078"></a>00078 <span class="comment"> Serial.print(&quot;result:&quot;); </span> <a name="l00079"></a>00079 <span class="comment"> Serial.println(result);</span> <a name="l00080"></a>00080 <span class="comment"> Serial.println(&apos;*&apos;);</span> <a name="l00081"></a>00081 <span class="comment">*/</span> <a name="l00082"></a>00082 <span class="keywordflow">if</span> (crc == result){ <a name="l00083"></a>00083 <span class="keywordflow">return</span> 1; <a name="l00084"></a>00084 } <a name="l00085"></a>00085 <span class="keywordflow">else</span> <a name="l00086"></a>00086 <span class="keywordflow">return</span> 0; <a name="l00087"></a>00087 } <a name="l00088"></a>00088 <a name="l00089"></a><a class="code" href="classmesh_network_bus.html#a9d42d4c421b4e586609eb4f91852e46a">00089</a> <span class="keywordtype">int</span> <a class="code" href="classmesh_network_bus.html#a9d42d4c421b4e586609eb4f91852e46a">readIncoming</a>(){<span class="comment">//if a new instruction is generated, return a 1</span> <a name="l00090"></a>00090 <span class="keywordflow">if</span> (<a class="code" href="classmesh_network_bus.html#a0fd22283274a0c180a16dbcb8a3083ff">readIncomingPacket</a>() == 1){ <span class="comment">//we received a valid insstruction format</span> <a name="l00091"></a>00091 <span class="keywordflow">if</span> (<a class="code" href="classmesh_network_bus.html#a0a328cba0768bbbb13c6e715e6001f91">checkInstruction</a>() == 1){ <span class="comment">//the instruction is VALID!</span> <a name="l00092"></a>00092 <a class="code" href="classmesh_network_bus.html#ab578dda02d21cb56e7ad424b17bfa7e2">processInstruction</a>(); <a name="l00093"></a>00093 <span class="comment">//Serial.println(&quot;GOOD&quot;);</span> <a name="l00094"></a>00094 <span class="keywordflow">return</span> 1; <a name="l00095"></a>00095 } <a name="l00096"></a>00096 } <a name="l00097"></a>00097 <a name="l00098"></a>00098 <span class="keywordflow">return</span> 0; <a name="l00099"></a>00099 } <a name="l00100"></a>00100 <a name="l00101"></a><a class="code" href="classmesh_network_bus.html#a0fd22283274a0c180a16dbcb8a3083ff">00101</a> <span class="keywordtype">int</span> <a class="code" href="classmesh_network_bus.html#a0fd22283274a0c180a16dbcb8a3083ff">readIncomingPacket</a>(){ <span class="comment">//return 1 when a valid instruction packet is sent. </span> <a name="l00102"></a>00102 <span class="keywordflow">if</span> (Serial.available() &gt; 0){ <a name="l00103"></a>00103 byte incoming = Serial.read() ; <span class="comment">//applies our hash key to he incoming byte</span> <a name="l00104"></a>00104 <a name="l00105"></a>00105 <a name="l00106"></a>00106 <span class="keywordflow">if</span> ( incoming == startBit ){ <a name="l00107"></a>00107 packetCount = 0; <span class="comment">//reset packet counter to 0</span> <a name="l00108"></a>00108 } <a name="l00109"></a>00109 <a name="l00110"></a>00110 <span class="comment">/*Serial.print(&quot;HLC RECVD: &quot; );</span> <a name="l00111"></a>00111 <span class="comment"> Serial.println(incoming);</span> <a name="l00112"></a>00112 <span class="comment"> Serial.print(&quot;Packetcount: &quot; );</span> <a name="l00113"></a>00113 <span class="comment"> Serial.println( packetCount);*/</span> <a name="l00114"></a>00114 <a name="l00115"></a>00115 <a name="l00116"></a>00116 <span class="keywordflow">if</span> (packetCount &gt;5){<span class="comment">//drop packets</span> <a name="l00117"></a>00117 packetCount =0; <a name="l00118"></a>00118 <span class="comment">//return 1; </span> <a name="l00119"></a>00119 } <a name="l00120"></a>00120 <a name="l00121"></a>00121 <span class="keywordflow">if</span> (packetCount == 1) <a name="l00122"></a>00122 callerID = incoming; <a name="l00123"></a>00123 <span class="keywordflow">else</span> <span class="keywordflow">if</span> (packetCount == 2) <a name="l00124"></a>00124 actionID = incoming; <a name="l00125"></a>00125 <span class="keywordflow">else</span> <span class="keywordflow">if</span> (packetCount == 3) <a name="l00126"></a>00126 crc= incoming; <a name="l00127"></a>00127 <span class="keywordflow">else</span> <span class="keywordflow">if</span> (packetCount == 4) <a name="l00128"></a>00128 variable[0] = incoming; <a name="l00129"></a>00129 <span class="keywordflow">else</span> <span class="keywordflow">if</span> (packetCount == 5){ <a name="l00130"></a>00130 variable[1] = incoming; <a name="l00131"></a>00131 <span class="comment">/*Serial.println(&quot;these are your real data&quot;);</span> <a name="l00132"></a>00132 <span class="comment"> Serial.print(callerID);</span> <a name="l00133"></a>00133 <span class="comment"> Serial.print(actionID);</span> <a name="l00134"></a>00134 <span class="comment"> Serial.print(variable[0]);</span> <a name="l00135"></a>00135 <span class="comment"> Serial.print(variable[1]); </span> <a name="l00136"></a>00136 <span class="comment"> Serial.println(&quot;end real data&quot;); */</span> <a name="l00137"></a>00137 packetCount++; <a name="l00138"></a>00138 <span class="keywordflow">return</span> 1; <a name="l00139"></a>00139 } <a name="l00140"></a>00140 <span class="comment">//else</span> <a name="l00141"></a>00141 <span class="comment">//packetCount = 0; //ERROR- SHOULD NEVER ARRIVE HERE </span> <a name="l00142"></a>00142 <a name="l00143"></a>00143 packetCount++; <a name="l00144"></a>00144 } <a name="l00145"></a>00145 <span class="keywordflow">else</span> <a name="l00146"></a>00146 <span class="keywordflow">return</span> 0; <a name="l00147"></a>00147 <a name="l00148"></a>00148 <span class="comment">/*if ( incoming == startBit){</span> <a name="l00149"></a>00149 <span class="comment"> packetCount = 0; //reset packet counter to 0</span> <a name="l00150"></a>00150 <span class="comment"> }</span> <a name="l00151"></a>00151 <span class="comment"> </span> <a name="l00152"></a>00152 <span class="comment"> </span> <a name="l00153"></a>00153 <span class="comment"> if (packetCount &gt;4){//drop packets</span> <a name="l00154"></a>00154 <span class="comment"> packetCount = 0;</span> <a name="l00155"></a>00155 <span class="comment"> return 0; </span> <a name="l00156"></a>00156 <span class="comment"> }</span> <a name="l00157"></a>00157 <span class="comment"> else if (packetCount == 0){</span> <a name="l00158"></a>00158 <span class="comment"> Serial.println(&quot;0: &quot; );</span> <a name="l00159"></a>00159 <span class="comment"> callerID = 97;</span> <a name="l00160"></a>00160 <span class="comment"> }</span> <a name="l00161"></a>00161 <span class="comment"> else if (packetCount == 1){</span> <a name="l00162"></a>00162 <span class="comment"> Serial.println(&quot;1: &quot; );</span> <a name="l00163"></a>00163 <span class="comment"> actionID = incoming;</span> <a name="l00164"></a>00164 <span class="comment"> }</span> <a name="l00165"></a>00165 <span class="comment"> else if (packetCount == 2){</span> <a name="l00166"></a>00166 <span class="comment"> Serial.println(&quot;2: &quot; );</span> <a name="l00167"></a>00167 <span class="comment"> crc= incoming;</span> <a name="l00168"></a>00168 <span class="comment"> }</span> <a name="l00169"></a>00169 <span class="comment"> else if (packetCount == 3){</span> <a name="l00170"></a>00170 <span class="comment"> Serial.println(&quot;3: &quot; );</span> <a name="l00171"></a>00171 <span class="comment"> variable[0] = incoming;</span> <a name="l00172"></a>00172 <span class="comment"> }</span> <a name="l00173"></a>00173 <span class="comment"> else if (packetCount == 4){</span> <a name="l00174"></a>00174 <span class="comment"> Serial.println(&quot;4: &quot; );</span> <a name="l00175"></a>00175 <span class="comment"> variable[1] = incoming; </span> <a name="l00176"></a>00176 <span class="comment"> packetCount++;</span> <a name="l00177"></a>00177 <span class="comment"> return 1;</span> <a name="l00178"></a>00178 <span class="comment"> } </span> <a name="l00179"></a>00179 <span class="comment"> else{</span> <a name="l00180"></a>00180 <span class="comment"> packetCount = 0; //ERROR- SHOULD NEVER ARRIVE HERE </span> <a name="l00181"></a>00181 <span class="comment"> Serial.println(&quot;FAIL&quot;);</span> <a name="l00182"></a>00182 <span class="comment"> return 0;</span> <a name="l00183"></a>00183 <span class="comment"> }</span> <a name="l00184"></a>00184 <span class="comment"> </span> <a name="l00185"></a>00185 <span class="comment"> </span> <a name="l00186"></a>00186 <span class="comment"> packetCount++;</span> <a name="l00187"></a>00187 <span class="comment"> return 0;</span> <a name="l00188"></a>00188 <span class="comment"> </span> <a name="l00189"></a>00189 <span class="comment"> </span> <a name="l00190"></a>00190 <span class="comment"> if (packetCount == 4){ </span> <a name="l00191"></a>00191 <span class="comment"> </span> <a name="l00192"></a>00192 <span class="comment"> return 1;</span> <a name="l00193"></a>00193 <span class="comment"> }</span> <a name="l00194"></a>00194 <span class="comment"> </span> <a name="l00195"></a>00195 <span class="comment"> else{</span> <a name="l00196"></a>00196 <span class="comment"> packetCount++;</span> <a name="l00197"></a>00197 <span class="comment"> return 0;</span> <a name="l00198"></a>00198 <span class="comment"> }</span> <a name="l00199"></a>00199 <span class="comment"> //return 0;</span> <a name="l00200"></a>00200 <span class="comment"> }</span> <a name="l00201"></a>00201 <span class="comment"> else</span> <a name="l00202"></a>00202 <span class="comment"> return 0; */</span> <a name="l00203"></a>00203 } <a name="l00204"></a>00204 <a name="l00205"></a><a class="code" href="classmesh_network_bus.html#aa73ba3a9c2a7a66a207041f62d1f53b3">00205</a> <a class="code" href="classinstruction.html">instruction</a>* <a class="code" href="classmesh_network_bus.html#aa73ba3a9c2a7a66a207041f62d1f53b3">getInstr</a>(){ <a name="l00206"></a>00206 <span class="comment">/*Serial.println(&quot;these are your real data&quot;);</span> <a name="l00207"></a>00207 <span class="comment"> Serial.print(callerID);</span> <a name="l00208"></a>00208 <span class="comment"> Serial.print(actionID);</span> <a name="l00209"></a>00209 <span class="comment"> Serial.print(variable[0]);</span> <a name="l00210"></a>00210 <span class="comment"> Serial.print(variable[1]); </span> <a name="l00211"></a>00211 <span class="comment"> Serial.println(&quot;end real data&quot;);*/</span> <a name="l00212"></a>00212 <span class="keywordflow">return</span> instr; <a name="l00213"></a>00213 } <a name="l00214"></a>00214 <span class="keyword">private</span>: <a name="l00215"></a>00215 <a name="l00216"></a>00216 <a class="code" href="classinstruction.html">instruction</a> *instr; <a name="l00217"></a>00217 <a name="l00218"></a>00218 byte callerID; <a name="l00219"></a>00219 byte startBit; <a name="l00220"></a>00220 byte crc; <span class="comment">//add up all the 1&apos;s for everything</span> <a name="l00221"></a>00221 byte actionID; <span class="comment">//needs to be enum&apos;d</span> <a name="l00222"></a>00222 byte variable[2]; <span class="comment">// 2 bytes = 16 bits = 1 integer //we do not compensate for long ints. we do not foresee its usage as of yet. </span> <a name="l00223"></a>00223 <span class="keywordtype">int</span> packetCount; <span class="comment">//MAX IS 4!!!</span> <a name="l00224"></a>00224 <span class="keywordtype">int</span> empty; <a name="l00225"></a>00225 }; <a name="l00226"></a>00226 <a name="l00227"></a>00227 <a name="l00228"></a>00228 <a name="l00229"></a>00229 </pre></div></div> <hr size="1"/><address style="text-align: right;"><small>Generated on Thu Feb 18 03:35:28 2010 for HLC by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> </body> </html>
app/files/templates/user/layout.html
KenanBek/django-template
{% load i18n %} {% load staticfiles %} {% load format %} <!DOCTYPE html> <html lang="{{ LANGUAGE_CODE|default:"en" }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}> <head> {% include 'user/layout.head.html' %} </head> <body> {% block after_body %} {% endblock %} <div class="navbar navbar-inverse" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">{% blocktrans %}Toggle navigation{% endblocktrans %}</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="{% url 'home' %}">{{ application_config.title }}</a> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-left"> <li><a href="{% url 'home' %}">{% trans "Dashboard" %}</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> {% trans "Blog" %} <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li><a href="{% url 'blog_index' %}">{% trans "Dashboard" %}</a></li> <li class="divider"></li> <li><a href="{% url 'blog_pages' %}">{% trans "Pages" %}</a></li> <li><a href="{% url 'blog_posts' %}">{% trans "Posts" %}</a></li> <li class="divider"></li> <li><a href="{% url 'blog_beep_list' %}">{% trans "Beeps" %}</a></li> <li><a href="{% url 'blog_beep_new' %}">{% blocktrans %}New beep{% endblocktrans %}</a></li> <li class="divider"></li> <li><a href="{% url 'blog_contact' %}">{% trans "Contact" %}</a></li> </ul> </li> </ul> <form class="navbar-form navbar-right" action="{% url 'blog_search' %}" method="get"> <input id="term" name="term" type="text" class="form-control" placeholder="{% trans "Search..." %}" value="{{ q|default:"" }}"> </form> </div> </div> </div> <div class="container"> {% block container %} <div class="row"> <div class="col-md-12"> {% include 'user/layout.messages.html' %} {% block content %} {% endblock %} </div> </div> {% endblock %} {% include 'user/layout.footer.html' %} <br /> <br /> <br /> </div> {% include 'user/layout.end.html' %} </body> </html>
doc/planes.gui.tmb.html
flberger/planes
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html> <head> <title>planes.gui.tmb : API documentation</title> <meta content="text/html;charset=utf-8" http-equiv="Content-Type" /> <link href="apidocs.css" type="text/css" rel="stylesheet" /> </head> <body> <h1 class="module">p.g.tmb : module documentation</h1> <p> <span id="part">Part of <a href="planes.html">planes</a>.<a href="planes.gui.html">gui</a></span> </p> <div> </div> <div class="docstring"> <pre>tmb - planes.gui widgets with top-mid-bottom backgrounds. Copyright 2012, 2013 by Florian Berger &lt;fberger@florian-berger.de&gt; Module doctests: &gt;&gt;&gt; display = planes.Display((500, 350)) &gt;&gt;&gt; display.image.fill((128, 128, 128)) &lt;rect(0, 0, 500, 350)&gt; &gt;&gt;&gt; ok_box = TMBOkBox("Welcome to a TMBOkBox!") &gt;&gt;&gt; ok_box.rect.center = (250, 80) &gt;&gt;&gt; display.sub(ok_box) &gt;&gt;&gt; def callback(plane): ... raise SystemExit &gt;&gt;&gt; option_selector = TMBOptionSelector("o_s", ... ["Option 1", "Option 2", "Option 3"], ... callback) &gt;&gt;&gt; option_selector.rect.center = (250, 240) &gt;&gt;&gt; display.sub(option_selector) &gt;&gt;&gt; clock = pygame.time.Clock() &gt;&gt;&gt; while True: ... events = pygame.event.get() ... display.process(events) ... display.update() ... display.render() ... pygame.display.flip() ... clock.tick(30) Traceback (most recent call last): ... SystemExit</pre> </div> <div id="splitTables"> <table class="children sortable" id="id20"> <tr class="class"> <td>Class</td> <td><a href="planes.gui.tmb.TMBStyle.html">TMBStyle</a></td> <td><tt>This class encapsulates the top, mid and bottom images to be used as widget background.</tt></td> </tr><tr class="class"> <td>Class</td> <td><a href="planes.gui.tmb.TMBContainer.html">TMBContainer</a></td> <td><tt>A planes.gui.Container with fixed width and TMB background.</tt></td> </tr><tr class="class"> <td>Class</td> <td><a href="planes.gui.tmb.TMBOkBox.html">TMBOkBox</a></td> <td><tt>A box which displays a message and an LMR OK button over a TMB background. It is destroyed when OK is clicked. The message will be wrapped at newline characters.</tt></td> </tr><tr class="class"> <td>Class</td> <td><a href="planes.gui.tmb.TMBOptionSelector.html">TMBOptionSelector</a></td> <td><tt>A TMBOptionSelector wraps an lmr.LMROptionList and an OK button over a TMB background, calling a callback when a selection is confirmed.</tt></td> </tr><tr class="class"> <td>Class</td> <td><a href="planes.gui.tmb.TMBGetStringDialog.html">TMBGetStringDialog</a></td> <td><tt>A combination of TMBContainer, Label, TextBox and Button that asks the user for a string.</tt></td> </tr><tr class="class"> <td>Class</td> <td><a href="planes.gui.tmb.TMBFadingContainer.html">TMBFadingContainer</a></td> <td><tt>A planes.gui.FadingContainer with fixed width and TMB background.</tt></td> </tr> </table> </div> <address> <a href="index.html">API Documentation</a> for planes, generated by <a href="https://launchpad.net/pydoctor/">pydoctor</a> at 2014-10-24 14:00:11. </address> </body> </html>
www/css/bootstrap.css
teleyinex/t4t-app
/*! * Bootstrap v2.0.4 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } audio:not([controls]) { display: none; } html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } a:hover, a:active { outline: 0; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { max-width: 100%; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; } #map_canvas img { max-width: none; } button, input, select, textarea { margin: 0; font-size: 100%; vertical-align: middle; } button, input { *overflow: visible; line-height: normal; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; } input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } textarea { overflow: auto; vertical-align: top; } .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: ""; } .clearfix:after { clear: both; } .hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .input-block-level { display: block; width: 100%; min-height: 28px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } body { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px; color: #333333; background-color: #ffffff; } a { color: #0088cc; text-decoration: none; } a:hover { color: #005580; text-decoration: underline; } .row { margin-left: -20px; *zoom: 1; } .row:before, .row:after { display: table; content: ""; } .row:after { clear: both; } [class*="span"] { float: left; margin-left: 20px; } .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 940px; } .span12 { width: 940px; } .span11 { width: 860px; } .span10 { width: 780px; } .span9 { width: 700px; } .span8 { width: 620px; } .span7 { width: 540px; } .span6 { width: 460px; } .span5 { width: 380px; } .span4 { width: 300px; } .span3 { width: 220px; } .span2 { width: 140px; } .span1 { width: 60px; } .offset12 { margin-left: 980px; } .offset11 { margin-left: 900px; } .offset10 { margin-left: 820px; } .offset9 { margin-left: 740px; } .offset8 { margin-left: 660px; } .offset7 { margin-left: 580px; } .offset6 { margin-left: 500px; } .offset5 { margin-left: 420px; } .offset4 { margin-left: 340px; } .offset3 { margin-left: 260px; } .offset2 { margin-left: 180px; } .offset1 { margin-left: 100px; } .row-fluid { width: 100%; *zoom: 1; } .row-fluid:before, .row-fluid:after { display: table; content: ""; } .row-fluid:after { clear: both; } .row-fluid [class*="span"] { display: block; width: 100%; min-height: 28px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; float: left; margin-left: 2.127659574%; *margin-left: 2.0744680846382977%; } .row-fluid [class*="span"]:first-child { margin-left: 0; } .row-fluid .span12 { width: 99.99999998999999%; *width: 99.94680850063828%; } .row-fluid .span11 { width: 91.489361693%; *width: 91.4361702036383%; } .row-fluid .span10 { width: 82.97872339599999%; *width: 82.92553190663828%; } .row-fluid .span9 { width: 74.468085099%; *width: 74.4148936096383%; } .row-fluid .span8 { width: 65.95744680199999%; *width: 65.90425531263828%; } .row-fluid .span7 { width: 57.446808505%; *width: 57.3936170156383%; } .row-fluid .span6 { width: 48.93617020799999%; *width: 48.88297871863829%; } .row-fluid .span5 { width: 40.425531911%; *width: 40.3723404216383%; } .row-fluid .span4 { width: 31.914893614%; *width: 31.8617021246383%; } .row-fluid .span3 { width: 23.404255317%; *width: 23.3510638276383%; } .row-fluid .span2 { width: 14.89361702%; *width: 14.8404255306383%; } .row-fluid .span1 { width: 6.382978723%; *width: 6.329787233638298%; } .container { margin-right: auto; margin-left: auto; *zoom: 1; } .container:before, .container:after { display: table; content: ""; } .container:after { clear: both; } .container-fluid { padding-right: 20px; padding-left: 20px; *zoom: 1; } .container-fluid:before, .container-fluid:after { display: table; content: ""; } .container-fluid:after { clear: both; } p { margin: 0 0 9px; } p small { font-size: 11px; color: #999999; } .lead { margin-bottom: 18px; font-size: 20px; font-weight: 200; line-height: 27px; } h1, h2, h3, h4, h5, h6 { margin: 0; font-family: inherit; font-weight: bold; color: inherit; text-rendering: optimizelegibility; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-weight: normal; color: #999999; } h1 { font-size: 30px; line-height: 36px; } h1 small { font-size: 18px; } h2 { font-size: 24px; line-height: 36px; } h2 small { font-size: 18px; } h3 { font-size: 18px; line-height: 27px; } h3 small { font-size: 14px; } h4, h5, h6 { line-height: 18px; } h4 { font-size: 14px; } h4 small { font-size: 12px; } h5 { font-size: 12px; } h6 { font-size: 11px; color: #999999; text-transform: uppercase; } .page-header { padding-bottom: 17px; margin: 18px 0; border-bottom: 1px solid #eeeeee; } .page-header h1 { line-height: 1; } ul, ol { padding: 0; margin: 0 0 9px 25px; } ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; } ul { list-style: disc; } ol { list-style: decimal; } li { line-height: 18px; } ul.unstyled, ol.unstyled { margin-left: 0; list-style: none; } dl { margin-bottom: 18px; } dt, dd { line-height: 18px; } dt { font-weight: bold; line-height: 17px; } dd { margin-left: 9px; } .dl-horizontal dt { float: left; width: 120px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 130px; } hr { margin: 18px 0; border: 0; border-top: 1px solid #eeeeee; border-bottom: 1px solid #ffffff; } strong { font-weight: bold; } em { font-style: italic; } .muted { color: #999999; } abbr[title] { cursor: help; border-bottom: 1px dotted #999999; } abbr.initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 0 0 0 15px; margin: 0 0 18px; border-left: 5px solid #eeeeee; } blockquote p { margin-bottom: 0; font-size: 16px; font-weight: 300; line-height: 22.5px; } blockquote small { display: block; line-height: 18px; color: #999999; } blockquote small:before { content: '\2014 \00A0'; } blockquote.pull-right { float: right; padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; } blockquote.pull-right p, blockquote.pull-right small { text-align: right; } q:before, q:after, blockquote:before, blockquote:after { content: ""; } address { display: block; margin-bottom: 18px; font-style: normal; line-height: 18px; } small { font-size: 100%; } cite { font-style: normal; } code, pre { padding: 0 3px 2px; font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-size: 12px; color: #333333; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } code { padding: 2px 4px; color: #d14; background-color: #f7f7f9; border: 1px solid #e1e1e8; } pre { display: block; padding: 8.5px; margin: 0 0 9px; font-size: 12.025px; line-height: 18px; word-break: break-all; word-wrap: break-word; white-space: pre; white-space: pre-wrap; background-color: #f5f5f5; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } pre.prettyprint { margin-bottom: 18px; } pre code { padding: 0; color: inherit; background-color: transparent; border: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } form { margin: 0 0 18px; } fieldset { padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 27px; font-size: 19.5px; line-height: 36px; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } legend small { font-size: 13.5px; color: #999999; } label, input, button, select, textarea { font-size: 13px; font-weight: normal; line-height: 18px; } input, button, select, textarea { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } label { display: block; margin-bottom: 5px; } select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { display: inline-block; height: 18px; padding: 4px; margin-bottom: 9px; font-size: 13px; line-height: 18px; color: #555555; } input, textarea { width: 210px; } textarea { height: auto; } textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { background-color: #ffffff; border: 1px solid #cccccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -ms-transition: border linear 0.2s, box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; } textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); } input[type="radio"], input[type="checkbox"] { margin: 3px 0; *margin-top: 0; /* IE7 */ line-height: normal; cursor: pointer; } input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] { width: auto; } .uneditable-textarea { width: auto; height: auto; } select, input[type="file"] { height: 28px; /* In IE7, the height of the select element cannot be changed by height, only font-size */ *margin-top: 4px; /* For IE7, add top margin to align select with labels */ line-height: 28px; } select { width: 220px; border: 1px solid #bbb; } select[multiple], select[size] { height: auto; } select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .radio, .checkbox { min-height: 18px; padding-left: 18px; } .radio input[type="radio"], .checkbox input[type="checkbox"] { float: left; margin-left: -18px; } .controls > .radio:first-child, .controls > .checkbox:first-child { padding-top: 5px; } .radio.inline, .checkbox.inline { display: inline-block; padding-top: 5px; margin-bottom: 0; vertical-align: middle; } .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline { margin-left: 10px; } .input-mini { width: 60px; } .input-small { width: 90px; } .input-medium { width: 150px; } .input-large { width: 210px; } .input-xlarge { width: 270px; } .input-xxlarge { width: 530px; } input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] { float: none; margin-left: 0; } .input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] { display: inline-block; } input, textarea, .uneditable-input { margin-left: 0; } input.span12, textarea.span12, .uneditable-input.span12 { width: 930px; } input.span11, textarea.span11, .uneditable-input.span11 { width: 850px; } input.span10, textarea.span10, .uneditable-input.span10 { width: 770px; } input.span9, textarea.span9, .uneditable-input.span9 { width: 690px; } input.span8, textarea.span8, .uneditable-input.span8 { width: 610px; } input.span7, textarea.span7, .uneditable-input.span7 { width: 530px; } input.span6, textarea.span6, .uneditable-input.span6 { width: 450px; } input.span5, textarea.span5, .uneditable-input.span5 { width: 370px; } input.span4, textarea.span4, .uneditable-input.span4 { width: 290px; } input.span3, textarea.span3, .uneditable-input.span3 { width: 210px; } input.span2, textarea.span2, .uneditable-input.span2 { width: 130px; } input.span1, textarea.span1, .uneditable-input.span1 { width: 50px; } input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { cursor: not-allowed; background-color: #eeeeee; border-color: #ddd; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] { background-color: transparent; } .control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline { color: #c09853; } .control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea { color: #c09853; border-color: #c09853; } .control-group.warning .checkbox:focus, .control-group.warning .radio:focus, .control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus { border-color: #a47e3c; -webkit-box-shadow: 0 0 6px #dbc59e; -moz-box-shadow: 0 0 6px #dbc59e; box-shadow: 0 0 6px #dbc59e; } .control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on { color: #c09853; background-color: #fcf8e3; border-color: #c09853; } .control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline { color: #b94a48; } .control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea { color: #b94a48; border-color: #b94a48; } .control-group.error .checkbox:focus, .control-group.error .radio:focus, .control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus { border-color: #953b39; -webkit-box-shadow: 0 0 6px #d59392; -moz-box-shadow: 0 0 6px #d59392; box-shadow: 0 0 6px #d59392; } .control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on { color: #b94a48; background-color: #f2dede; border-color: #b94a48; } .control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline { color: #468847; } .control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea { color: #468847; border-color: #468847; } .control-group.success .checkbox:focus, .control-group.success .radio:focus, .control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus { border-color: #356635; -webkit-box-shadow: 0 0 6px #7aba7b; -moz-box-shadow: 0 0 6px #7aba7b; box-shadow: 0 0 6px #7aba7b; } .control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on { color: #468847; background-color: #dff0d8; border-color: #468847; } input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid { color: #b94a48; border-color: #ee5f5b; } input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus { border-color: #e9322d; -webkit-box-shadow: 0 0 6px #f8b9b7; -moz-box-shadow: 0 0 6px #f8b9b7; box-shadow: 0 0 6px #f8b9b7; } .form-actions { padding: 17px 20px 18px; margin-top: 18px; margin-bottom: 18px; background-color: #f5f5f5; border-top: 1px solid #e5e5e5; *zoom: 1; } .form-actions:before, .form-actions:after { display: table; content: ""; } .form-actions:after { clear: both; } .uneditable-input { overflow: hidden; white-space: nowrap; cursor: not-allowed; background-color: #ffffff; border-color: #eee; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); } :-moz-placeholder { color: #999999; } :-ms-input-placeholder { color: #999999; } ::-webkit-input-placeholder { color: #999999; } .help-block, .help-inline { color: #555555; } .help-block { display: block; margin-bottom: 9px; } .help-inline { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; vertical-align: middle; padding-left: 5px; } .input-prepend, .input-append { margin-bottom: 5px; } .input-prepend input, .input-append input, .input-prepend select, .input-append select, .input-prepend .uneditable-input, .input-append .uneditable-input { position: relative; margin-bottom: 0; *margin-left: 0; vertical-align: middle; -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; } .input-prepend input:focus, .input-append input:focus, .input-prepend select:focus, .input-append select:focus, .input-prepend .uneditable-input:focus, .input-append .uneditable-input:focus { z-index: 2; } .input-prepend .uneditable-input, .input-append .uneditable-input { border-left-color: #ccc; } .input-prepend .add-on, .input-append .add-on { display: inline-block; width: auto; height: 18px; min-width: 16px; padding: 4px 5px; font-weight: normal; line-height: 18px; text-align: center; text-shadow: 0 1px 0 #ffffff; vertical-align: middle; background-color: #eeeeee; border: 1px solid #ccc; } .input-prepend .add-on, .input-append .add-on, .input-prepend .btn, .input-append .btn { margin-left: -1px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .input-prepend .active, .input-append .active { background-color: #a9dba9; border-color: #46a546; } .input-prepend .add-on, .input-prepend .btn { margin-right: -1px; } .input-prepend .add-on:first-child, .input-prepend .btn:first-child { -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; } .input-append input, .input-append select, .input-append .uneditable-input { -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; } .input-append .uneditable-input { border-right-color: #ccc; border-left-color: #eee; } .input-append .add-on:last-child, .input-append .btn:last-child { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; } .input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child { margin-right: -1px; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; } .input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child { margin-left: -1px; -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; } .search-query { padding-right: 14px; padding-right: 4px \9; padding-left: 14px; padding-left: 4px \9; /* IE7-8 doesn't have border-radius, so don't indent the padding */ margin-bottom: 0; -webkit-border-radius: 14px; -moz-border-radius: 14px; border-radius: 14px; } .form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; margin-bottom: 0; } .form-search .hide, .form-inline .hide, .form-horizontal .hide { display: none; } .form-search label, .form-inline label { display: inline-block; } .form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend { margin-bottom: 0; } .form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox { padding-left: 0; margin-bottom: 0; vertical-align: middle; } .form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { float: left; margin-right: 3px; margin-left: 0; } .control-group { margin-bottom: 9px; } legend + .control-group { margin-top: 18px; -webkit-margin-top-collapse: separate; } .form-horizontal .control-group { margin-bottom: 18px; *zoom: 1; } .form-horizontal .control-group:before, .form-horizontal .control-group:after { display: table; content: ""; } .form-horizontal .control-group:after { clear: both; } .form-horizontal .control-label { float: left; width: 140px; padding-top: 5px; text-align: right; } .form-horizontal .controls { *display: inline-block; *padding-left: 20px; margin-left: 160px; *margin-left: 0; } .form-horizontal .controls:first-child { *padding-left: 160px; } .form-horizontal .help-block { margin-top: 9px; margin-bottom: 0; } .form-horizontal .form-actions { padding-left: 160px; } table { max-width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0; } .table { width: 100%; margin-bottom: 18px; } .table th, .table td { padding: 8px; line-height: 18px; text-align: left; vertical-align: top; border-top: 1px solid #dddddd; } .table th { font-weight: bold; } .table thead th { vertical-align: bottom; } .table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td { border-top: 0; } .table tbody + tbody { border-top: 2px solid #dddddd; } .table-condensed th, .table-condensed td { padding: 4px 5px; } .table-bordered { border: 1px solid #dddddd; border-collapse: separate; *border-collapse: collapsed; border-left: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .table-bordered th, .table-bordered td { border-left: 1px solid #dddddd; } .table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td { border-top: 0; } .table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child { -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; } .table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child { -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-topright: 4px; } .table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child { -webkit-border-radius: 0 0 0 4px; -moz-border-radius: 0 0 0 4px; border-radius: 0 0 0 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; } .table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child { -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; } .table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th { background-color: #f9f9f9; } .table tbody tr:hover td, .table tbody tr:hover th { background-color: #f5f5f5; } table .span1 { float: none; width: 44px; margin-left: 0; } table .span2 { float: none; width: 124px; margin-left: 0; } table .span3 { float: none; width: 204px; margin-left: 0; } table .span4 { float: none; width: 284px; margin-left: 0; } table .span5 { float: none; width: 364px; margin-left: 0; } table .span6 { float: none; width: 444px; margin-left: 0; } table .span7 { float: none; width: 524px; margin-left: 0; } table .span8 { float: none; width: 604px; margin-left: 0; } table .span9 { float: none; width: 684px; margin-left: 0; } table .span10 { float: none; width: 764px; margin-left: 0; } table .span11 { float: none; width: 844px; margin-left: 0; } table .span12 { float: none; width: 924px; margin-left: 0; } table .span13 { float: none; width: 1004px; margin-left: 0; } table .span14 { float: none; width: 1084px; margin-left: 0; } table .span15 { float: none; width: 1164px; margin-left: 0; } table .span16 { float: none; width: 1244px; margin-left: 0; } table .span17 { float: none; width: 1324px; margin-left: 0; } table .span18 { float: none; width: 1404px; margin-left: 0; } table .span19 { float: none; width: 1484px; margin-left: 0; } table .span20 { float: none; width: 1564px; margin-left: 0; } table .span21 { float: none; width: 1644px; margin-left: 0; } table .span22 { float: none; width: 1724px; margin-left: 0; } table .span23 { float: none; width: 1804px; margin-left: 0; } table .span24 { float: none; width: 1884px; margin-left: 0; } .dropup, .dropdown { position: relative; } .dropdown-toggle { *margin-bottom: -3px; } .dropdown-toggle:active, .open .dropdown-toggle { outline: 0; } .caret { display: inline-block; width: 0; height: 0; vertical-align: top; border-top: 4px solid #000000; border-right: 4px solid transparent; border-left: 4px solid transparent; content: ""; opacity: 0.3; filter: alpha(opacity=30); } .dropdown .caret { margin-top: 8px; margin-left: 2px; } .dropdown:hover .caret, .open .caret { opacity: 1; filter: alpha(opacity=100); } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 4px 0; margin: 1px 0 0; list-style: none; background-color: #ffffff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); *border-right-width: 2px; *border-bottom-width: 2px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { *width: 100%; height: 1px; margin: 8px 1px; *margin: -5px 0 5px; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid #ffffff; } .dropdown-menu a { display: block; padding: 3px 15px; clear: both; font-weight: normal; line-height: 18px; color: #333333; white-space: nowrap; } .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover { color: #ffffff; text-decoration: none; background-color: #0088cc; } .open { *z-index: 1000; } .open > .dropdown-menu { display: block; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid #000000; content: "\2191"; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } .typeahead { margin-top: 2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #eee; border: 1px solid rgba(0, 0, 0, 0.05); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .well-large { padding: 24px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .well-small { padding: 9px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -moz-transition: opacity 0.15s linear; -ms-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; -moz-transition: height 0.35s ease; -ms-transition: height 0.35s ease; -o-transition: height 0.35s ease; transition: height 0.35s ease; } .collapse.in { height: auto; } .close { float: right; font-size: 20px; font-weight: bold; line-height: 18px; color: #000000; text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover { color: #000000; text-decoration: none; cursor: pointer; opacity: 0.4; filter: alpha(opacity=40); } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .btn { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; padding: 4px 10px 4px; margin-bottom: 0; font-size: 13px; line-height: 18px; *line-height: 20px; color: #333333; text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; cursor: pointer; background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #e6e6e6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); border: 1px solid #cccccc; *border: 0; border-bottom-color: #b3b3b3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; *margin-left: .3em; -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); } .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { background-color: #e6e6e6; *background-color: #d9d9d9; } .btn:active, .btn.active { background-color: #cccccc \9; } .btn:first-child { *margin-left: 0; } .btn:hover { color: #333333; text-decoration: none; background-color: #e6e6e6; *background-color: #d9d9d9; /* Buttons in IE7 don't get borders, so darken on hover */ background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; } .btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn.active, .btn:active { background-color: #e6e6e6; background-color: #d9d9d9 \9; background-image: none; outline: 0; -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); } .btn.disabled, .btn[disabled] { cursor: default; background-color: #e6e6e6; background-image: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .btn-large { padding: 9px 14px; font-size: 15px; line-height: normal; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .btn-large [class^="icon-"] { margin-top: 1px; } .btn-small { padding: 5px 9px; font-size: 11px; line-height: 16px; } .btn-small [class^="icon-"] { margin-top: -1px; } .btn-mini { padding: 2px 6px; font-size: 11px; line-height: 14px; } .btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active { color: rgba(255, 255, 255, 0.75); } .btn { border-color: #ccc; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } .btn-primary { background-color: #0074cc; background-image: -moz-linear-gradient(top, #0088cc, #0055cc); background-image: -ms-linear-gradient(top, #0088cc, #0055cc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc)); background-image: -webkit-linear-gradient(top, #0088cc, #0055cc); background-image: -o-linear-gradient(top, #0088cc, #0055cc); background-image: linear-gradient(top, #0088cc, #0055cc); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0); border-color: #0055cc #0055cc #003580; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #0055cc; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { background-color: #0055cc; *background-color: #004ab3; } .btn-primary:active, .btn-primary.active { background-color: #004099 \9; } .btn-warning { background-color: #faa732; background-image: -moz-linear-gradient(top, #fbb450, #f89406); background-image: -ms-linear-gradient(top, #fbb450, #f89406); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); background-image: -webkit-linear-gradient(top, #fbb450, #f89406); background-image: -o-linear-gradient(top, #fbb450, #f89406); background-image: linear-gradient(top, #fbb450, #f89406); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0); border-color: #f89406 #f89406 #ad6704; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #f89406; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] { background-color: #f89406; *background-color: #df8505; } .btn-warning:active, .btn-warning.active { background-color: #c67605 \9; } .btn-danger { background-color: #da4f49; background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); background-image: linear-gradient(top, #ee5f5b, #bd362f); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0); border-color: #bd362f #bd362f #802420; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #bd362f; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { background-color: #bd362f; *background-color: #a9302a; } .btn-danger:active, .btn-danger.active { background-color: #942a25 \9; } .btn-success { background-color: #5bb75b; background-image: -moz-linear-gradient(top, #62c462, #51a351); background-image: -ms-linear-gradient(top, #62c462, #51a351); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); background-image: -webkit-linear-gradient(top, #62c462, #51a351); background-image: -o-linear-gradient(top, #62c462, #51a351); background-image: linear-gradient(top, #62c462, #51a351); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0); border-color: #51a351 #51a351 #387038; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #51a351; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { background-color: #51a351; *background-color: #499249; } .btn-success:active, .btn-success.active { background-color: #408140 \9; } .btn-info { background-color: #49afcd; background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); background-image: linear-gradient(top, #5bc0de, #2f96b4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0); border-color: #2f96b4 #2f96b4 #1f6377; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #2f96b4; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] { background-color: #2f96b4; *background-color: #2a85a0; } .btn-info:active, .btn-info.active { background-color: #24748c \9; } .btn-inverse { background-color: #414141; background-image: -moz-linear-gradient(top, #555555, #222222); background-image: -ms-linear-gradient(top, #555555, #222222); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222)); background-image: -webkit-linear-gradient(top, #555555, #222222); background-image: -o-linear-gradient(top, #555555, #222222); background-image: linear-gradient(top, #555555, #222222); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0); border-color: #222222 #222222 #000000; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #222222; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] { background-color: #222222; *background-color: #151515; } .btn-inverse:active, .btn-inverse.active { background-color: #080808 \9; } button.btn, input[type="submit"].btn { *padding-top: 2px; *padding-bottom: 2px; } button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner { padding: 0; border: 0; } button.btn.btn-large, input[type="submit"].btn.btn-large { *padding-top: 7px; *padding-bottom: 7px; } button.btn.btn-small, input[type="submit"].btn.btn-small { *padding-top: 3px; *padding-bottom: 3px; } button.btn.btn-mini, input[type="submit"].btn.btn-mini { *padding-top: 1px; *padding-bottom: 1px; } .btn-group { position: relative; *zoom: 1; *margin-left: .3em; } .btn-group:before, .btn-group:after { display: table; content: ""; } .btn-group:after { clear: both; } .btn-group:first-child { *margin-left: 0; } .btn-group + .btn-group { margin-left: 5px; } .btn-toolbar { margin-top: 9px; margin-bottom: 9px; } .btn-toolbar .btn-group { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; } .btn-group > .btn { position: relative; float: left; margin-left: -1px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; -webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; } .btn-group > .btn:last-child, .btn-group > .dropdown-toggle { -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; } .btn-group > .btn.large:first-child { margin-left: 0; -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-left-radius: 6px; } .btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle { -webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; border-bottom-right-radius: 6px; } .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active { z-index: 2; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .dropdown-toggle { padding-left: 8px; padding-right: 8px; -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); *padding-top: 4px; *padding-bottom: 4px; } .btn-group > .btn-mini.dropdown-toggle { padding-left: 5px; padding-right: 5px; } .btn-group > .btn-small.dropdown-toggle { *padding-top: 4px; *padding-bottom: 4px; } .btn-group > .btn-large.dropdown-toggle { padding-left: 12px; padding-right: 12px; } .btn-group.open .dropdown-toggle { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); } .btn-group.open .btn.dropdown-toggle { background-color: #e6e6e6; } .btn-group.open .btn-primary.dropdown-toggle { background-color: #0055cc; } .btn-group.open .btn-warning.dropdown-toggle { background-color: #f89406; } .btn-group.open .btn-danger.dropdown-toggle { background-color: #bd362f; } .btn-group.open .btn-success.dropdown-toggle { background-color: #51a351; } .btn-group.open .btn-info.dropdown-toggle { background-color: #2f96b4; } .btn-group.open .btn-inverse.dropdown-toggle { background-color: #222222; } .btn .caret { margin-top: 7px; margin-left: 0; } .btn:hover .caret, .open.btn-group .caret { opacity: 1; filter: alpha(opacity=100); } .btn-mini .caret { margin-top: 5px; } .btn-small .caret { margin-top: 6px; } .btn-large .caret { margin-top: 6px; border-left-width: 5px; border-right-width: 5px; border-top-width: 5px; } .dropup .btn-large .caret { border-bottom: 5px solid #000000; border-top: 0; } .btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; opacity: 0.75; filter: alpha(opacity=75); } .alert { padding: 8px 35px 8px 14px; margin-bottom: 18px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #fcf8e3; border: 1px solid #fbeed5; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color: #c09853; } .alert-heading { color: inherit; } .alert .close { position: relative; top: -2px; right: -21px; line-height: 18px; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #468847; } .alert-danger, .alert-error { background-color: #f2dede; border-color: #eed3d7; color: #b94a48; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #3a87ad; } .alert-block { padding-top: 14px; padding-bottom: 14px; } .alert-block > p, .alert-block > ul { margin-bottom: 0; } .alert-block p + p { margin-top: 5px; } .nav { margin-left: 0; margin-bottom: 18px; list-style: none; } .nav > li > a { display: block; } .nav > li > a:hover { text-decoration: none; background-color: #eeeeee; } .nav > .pull-right { float: right; } .nav .nav-header { display: block; padding: 3px 15px; font-size: 11px; font-weight: bold; line-height: 18px; color: #999999; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); text-transform: uppercase; } .nav li + .nav-header { margin-top: 9px; } .nav-list { padding-left: 15px; padding-right: 15px; margin-bottom: 0; } .nav-list > li > a, .nav-list .nav-header { margin-left: -15px; margin-right: -15px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); } .nav-list > li > a { padding: 3px 15px; } .nav-list > .active > a, .nav-list > .active > a:hover { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); background-color: #0088cc; } .nav-list [class^="icon-"] { margin-right: 2px; } .nav-list .divider { *width: 100%; height: 1px; margin: 8px 1px; *margin: -5px 0 5px; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid #ffffff; } .nav-tabs, .nav-pills { *zoom: 1; } .nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after { display: table; content: ""; } .nav-tabs:after, .nav-pills:after { clear: both; } .nav-tabs > li, .nav-pills > li { float: left; } .nav-tabs > li > a, .nav-pills > li > a { padding-right: 12px; padding-left: 12px; margin-right: 2px; line-height: 14px; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs > li { margin-bottom: -1px; } .nav-tabs > li > a { padding-top: 8px; padding-bottom: 8px; line-height: 18px; border: 1px solid transparent; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; } .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; } .nav-tabs > .active > a, .nav-tabs > .active > a:hover { color: #555555; background-color: #ffffff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } .nav-pills > li > a { padding-top: 8px; padding-bottom: 8px; margin-top: 2px; margin-bottom: 2px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .nav-pills > .active > a, .nav-pills > .active > a:hover { color: #ffffff; background-color: #0088cc; } .nav-stacked > li { float: none; } .nav-stacked > li > a { margin-right: 0; } .nav-tabs.nav-stacked { border-bottom: 0; } .nav-tabs.nav-stacked > li > a { border: 1px solid #ddd; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .nav-tabs.nav-stacked > li:first-child > a { -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; } .nav-tabs.nav-stacked > li:last-child > a { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } .nav-tabs.nav-stacked > li > a:hover { border-color: #ddd; z-index: 2; } .nav-pills.nav-stacked > li > a { margin-bottom: 3px; } .nav-pills.nav-stacked > li:last-child > a { margin-bottom: 1px; } .nav-tabs .dropdown-menu { -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; } .nav-pills .dropdown-menu { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret { border-top-color: #0088cc; border-bottom-color: #0088cc; margin-top: 6px; } .nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret { border-top-color: #005580; border-bottom-color: #005580; } .nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret { border-top-color: #333333; border-bottom-color: #333333; } .nav > .dropdown.active > a:hover { color: #000000; cursor: pointer; } .nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover { color: #ffffff; background-color: #999999; border-color: #999999; } .nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; opacity: 1; filter: alpha(opacity=100); } .tabs-stacked .open > a:hover { border-color: #999999; } .tabbable { *zoom: 1; } .tabbable:before, .tabbable:after { display: table; content: ""; } .tabbable:after { clear: both; } .tab-content { overflow: auto; } .tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs { border-bottom: 0; } .tab-content > .tab-pane, .pill-content > .pill-pane { display: none; } .tab-content > .active, .pill-content > .active { display: block; } .tabs-below > .nav-tabs { border-top: 1px solid #ddd; } .tabs-below > .nav-tabs > li { margin-top: -1px; margin-bottom: 0; } .tabs-below > .nav-tabs > li > a { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } .tabs-below > .nav-tabs > li > a:hover { border-bottom-color: transparent; border-top-color: #ddd; } .tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover { border-color: transparent #ddd #ddd #ddd; } .tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li { float: none; } .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a { min-width: 74px; margin-right: 0; margin-bottom: 3px; } .tabs-left > .nav-tabs { float: left; margin-right: 19px; border-right: 1px solid #ddd; } .tabs-left > .nav-tabs > li > a { margin-right: -1px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; } .tabs-left > .nav-tabs > li > a:hover { border-color: #eeeeee #dddddd #eeeeee #eeeeee; } .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover { border-color: #ddd transparent #ddd #ddd; *border-right-color: #ffffff; } .tabs-right > .nav-tabs { float: right; margin-left: 19px; border-left: 1px solid #ddd; } .tabs-right > .nav-tabs > li > a { margin-left: -1px; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } .tabs-right > .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #eeeeee #dddddd; } .tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover { border-color: #ddd #ddd #ddd transparent; *border-left-color: #ffffff; } .navbar { *position: relative; *z-index: 2; overflow: visible; margin-bottom: 18px; } .navbar-inner { min-height: 40px; padding-left: 20px; padding-right: 20px; background-color: #2c2c2c; background-image: -moz-linear-gradient(top, #333333, #222222); background-image: -ms-linear-gradient(top, #333333, #222222); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222)); background-image: -webkit-linear-gradient(top, #333333, #222222); background-image: -o-linear-gradient(top, #333333, #222222); background-image: linear-gradient(top, #333333, #222222); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1); -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1); box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1); } .navbar .container { width: auto; } .nav-collapse.collapse { height: auto; } .navbar { color: #999999; } .navbar .brand:hover { text-decoration: none; } .navbar .brand { float: left; display: block; padding: 8px 20px 12px; margin-left: -20px; font-size: 20px; font-weight: 200; line-height: 1; color: #999999; } .navbar .navbar-text { margin-bottom: 0; line-height: 40px; } .navbar .navbar-link { color: #999999; } .navbar .navbar-link:hover { color: #ffffff; } .navbar .btn, .navbar .btn-group { margin-top: 5px; } .navbar .btn-group .btn { margin: 0; } .navbar-form { margin-bottom: 0; *zoom: 1; } .navbar-form:before, .navbar-form:after { display: table; content: ""; } .navbar-form:after { clear: both; } .navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox { margin-top: 5px; } .navbar-form input, .navbar-form select { display: inline-block; margin-bottom: 0; } .navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] { margin-top: 3px; } .navbar-form .input-append, .navbar-form .input-prepend { margin-top: 6px; white-space: nowrap; } .navbar-form .input-append input, .navbar-form .input-prepend input { margin-top: 0; } .navbar-search { position: relative; float: left; margin-top: 6px; margin-bottom: 0; } .navbar-search .search-query { padding: 4px 9px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; line-height: 1; color: #ffffff; background-color: #626262; border: 1px solid #151515; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; } .navbar-search .search-query:-moz-placeholder { color: #cccccc; } .navbar-search .search-query:-ms-input-placeholder { color: #cccccc; } .navbar-search .search-query::-webkit-input-placeholder { color: #cccccc; } .navbar-search .search-query:focus, .navbar-search .search-query.focused { padding: 5px 10px; color: #333333; text-shadow: 0 1px 0 #ffffff; background-color: #ffffff; border: 0; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); outline: 0; } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; margin-bottom: 0; } .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner { padding-left: 0; padding-right: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 940px; } .navbar-fixed-top { top: 0; } .navbar-fixed-bottom { bottom: 0; } .navbar .nav { position: relative; left: 0; display: block; float: left; margin: 0 10px 0 0; } .navbar .nav.pull-right { float: right; } .navbar .nav > li { display: block; float: left; } .navbar .nav > li > a { float: none; padding: 9px 10px 11px; line-height: 19px; color: #999999; text-decoration: none; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .navbar .btn { display: inline-block; padding: 4px 10px 4px; margin: 5px 5px 6px; line-height: 18px; } .navbar .btn-group { margin: 0; padding: 5px 5px 6px; } .navbar .nav > li > a:hover { background-color: transparent; color: #ffffff; text-decoration: none; } .navbar .nav .active > a, .navbar .nav .active > a:hover { color: #ffffff; text-decoration: none; background-color: #222222; } .navbar .divider-vertical { height: 40px; width: 1px; margin: 0 9px; overflow: hidden; background-color: #222222; border-right: 1px solid #333333; } .navbar .nav.pull-right { margin-left: 10px; margin-right: 0; } .navbar .btn-navbar { display: none; float: right; padding: 7px 10px; margin-left: 5px; margin-right: 5px; background-color: #2c2c2c; background-image: -moz-linear-gradient(top, #333333, #222222); background-image: -ms-linear-gradient(top, #333333, #222222); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222)); background-image: -webkit-linear-gradient(top, #333333, #222222); background-image: -o-linear-gradient(top, #333333, #222222); background-image: linear-gradient(top, #333333, #222222); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0); border-color: #222222 #222222 #000000; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #222222; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075); -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075); box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075); } .navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] { background-color: #222222; *background-color: #151515; } .navbar .btn-navbar:active, .navbar .btn-navbar.active { background-color: #080808 \9; } .navbar .btn-navbar .icon-bar { display: block; width: 18px; height: 2px; background-color: #f5f5f5; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); } .btn-navbar .icon-bar + .icon-bar { margin-top: 3px; } .navbar .dropdown-menu:before { content: ''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-bottom-color: rgba(0, 0, 0, 0.2); position: absolute; top: -7px; left: 9px; } .navbar .dropdown-menu:after { content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #ffffff; position: absolute; top: -6px; left: 10px; } .navbar-fixed-bottom .dropdown-menu:before { border-top: 7px solid #ccc; border-top-color: rgba(0, 0, 0, 0.2); border-bottom: 0; bottom: -7px; top: auto; } .navbar-fixed-bottom .dropdown-menu:after { border-top: 6px solid #ffffff; border-bottom: 0; bottom: -6px; top: auto; } .navbar .nav li.dropdown .dropdown-toggle .caret, .navbar .nav li.dropdown.open .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } .navbar .nav li.dropdown.active .caret { opacity: 1; filter: alpha(opacity=100); } .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle { background-color: transparent; } .navbar .nav li.dropdown.active > .dropdown-toggle:hover { color: #ffffff; } .navbar .pull-right .dropdown-menu, .navbar .dropdown-menu.pull-right { left: auto; right: 0; } .navbar .pull-right .dropdown-menu:before, .navbar .dropdown-menu.pull-right:before { left: auto; right: 12px; } .navbar .pull-right .dropdown-menu:after, .navbar .dropdown-menu.pull-right:after { left: auto; right: 13px; } .breadcrumb { padding: 7px 14px; margin: 0 0 18px; list-style: none; background-color: #fbfbfb; background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5); background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5)); background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5); background-image: -o-linear-gradient(top, #ffffff, #f5f5f5); background-image: linear-gradient(top, #ffffff, #f5f5f5); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0); border: 1px solid #ddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: inset 0 1px 0 #ffffff; -moz-box-shadow: inset 0 1px 0 #ffffff; box-shadow: inset 0 1px 0 #ffffff; } .breadcrumb li { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; text-shadow: 0 1px 0 #ffffff; } .breadcrumb .divider { padding: 0 5px; color: #999999; } .breadcrumb .active a { color: #333333; } .pagination { height: 36px; margin: 18px 0; } .pagination ul { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; margin-left: 0; margin-bottom: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); } .pagination li { display: inline; } .pagination a { float: left; padding: 0 14px; line-height: 34px; text-decoration: none; border: 1px solid #ddd; border-left-width: 0; } .pagination a:hover, .pagination .active a { background-color: #f5f5f5; } .pagination .active a { color: #999999; cursor: default; } .pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover { color: #999999; background-color: transparent; cursor: default; } .pagination li:first-child a { border-left-width: 1px; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; } .pagination li:last-child a { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; } .pagination-centered { text-align: center; } .pagination-right { text-align: right; } .pager { margin-left: 0; margin-bottom: 18px; list-style: none; text-align: center; *zoom: 1; } .pager:before, .pager:after { display: table; content: ""; } .pager:after { clear: both; } .pager li { display: inline; } .pager a { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; } .pager a:hover { text-decoration: none; background-color: #f5f5f5; } .pager .next a { float: right; } .pager .previous a { float: left; } .pager .disabled a, .pager .disabled a:hover { color: #999999; background-color: #fff; cursor: default; } .modal-open .dropdown-menu { z-index: 2050; } .modal-open .dropdown.open { *z-index: 2050; } .modal-open .popover { z-index: 2060; } .modal-open .tooltip { z-index: 2070; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000000; } .modal-backdrop.fade { opacity: 0; } .modal-backdrop, .modal-backdrop.fade.in { opacity: 0.8; filter: alpha(opacity=80); } .modal { position: fixed; top: 50%; left: 50%; z-index: 1050; overflow: auto; width: 560px; margin: -250px 0 0 -280px; background-color: #ffffff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.3); *border: 1px solid #999; /* IE6-7 */ -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; } .modal.fade { -webkit-transition: opacity .3s linear, top .3s ease-out; -moz-transition: opacity .3s linear, top .3s ease-out; -ms-transition: opacity .3s linear, top .3s ease-out; -o-transition: opacity .3s linear, top .3s ease-out; transition: opacity .3s linear, top .3s ease-out; top: -25%; } .modal.fade.in { top: 50%; } .modal-header { padding: 9px 15px; border-bottom: 1px solid #eee; } .modal-header .close { margin-top: 2px; } .modal-body { overflow-y: auto; max-height: 400px; padding: 15px; } .modal-form { margin-bottom: 0; } .modal-footer { padding: 14px 15px 15px; margin-bottom: 0; text-align: right; background-color: #f5f5f5; border-top: 1px solid #ddd; -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; -webkit-box-shadow: inset 0 1px 0 #ffffff; -moz-box-shadow: inset 0 1px 0 #ffffff; box-shadow: inset 0 1px 0 #ffffff; *zoom: 1; } .modal-footer:before, .modal-footer:after { display: table; content: ""; } .modal-footer:after { clear: both; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .tooltip { position: absolute; z-index: 1020; display: block; visibility: visible; padding: 5px; font-size: 11px; opacity: 0; filter: alpha(opacity=0); } .tooltip.in { opacity: 0.8; filter: alpha(opacity=80); } .tooltip.top { margin-top: -2px; } .tooltip.right { margin-left: 2px; } .tooltip.bottom { margin-top: 2px; } .tooltip.left { margin-left: -2px; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #000000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #000000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #000000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-right: 5px solid #000000; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #ffffff; text-align: center; text-decoration: none; background-color: #000000; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; } .popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; padding: 5px; } .popover.top { margin-top: -5px; } .popover.right { margin-left: 5px; } .popover.bottom { margin-top: 5px; } .popover.left { margin-left: -5px; } .popover.top .arrow { bottom: 0; left: 50%; margin-left: -5px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #000000; } .popover.right .arrow { top: 50%; left: 0; margin-top: -5px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-right: 5px solid #000000; } .popover.bottom .arrow { top: 0; left: 50%; margin-left: -5px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #000000; } .popover.left .arrow { top: 50%; right: 0; margin-top: -5px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #000000; } .popover .arrow { position: absolute; width: 0; height: 0; } .popover-inner { padding: 3px; width: 280px; overflow: hidden; background: #000000; background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); } .popover-title { padding: 9px 15px; line-height: 1; background-color: #f5f5f5; border-bottom: 1px solid #eee; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; } .popover-content { padding: 14px; background-color: #ffffff; -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; } .popover-content p, .popover-content ul, .popover-content ol { margin-bottom: 0; } .thumbnails { margin-left: -20px; list-style: none; *zoom: 1; } .thumbnails:before, .thumbnails:after { display: table; content: ""; } .thumbnails:after { clear: both; } .row-fluid .thumbnails { margin-left: 0; } .thumbnails > li { float: left; margin-bottom: 18px; margin-left: 20px; } .thumbnail { display: block; padding: 4px; line-height: 1; border: 1px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); } a.thumbnail:hover { border-color: #0088cc; -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); } .thumbnail > img { display: block; max-width: 100%; margin-left: auto; margin-right: auto; } .thumbnail .caption { padding: 9px; } .label, .badge { font-size: 10.998px; font-weight: bold; line-height: 14px; color: #ffffff; vertical-align: baseline; white-space: nowrap; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #999999; } .label { padding: 1px 4px 2px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .badge { padding: 1px 9px 2px; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; } a.label:hover, a.badge:hover { color: #ffffff; text-decoration: none; cursor: pointer; } .label-important, .badge-important { background-color: #b94a48; } .label-important[href], .badge-important[href] { background-color: #953b39; } .label-warning, .badge-warning { background-color: #f89406; } .label-warning[href], .badge-warning[href] { background-color: #c67605; } .label-success, .badge-success { background-color: #468847; } .label-success[href], .badge-success[href] { background-color: #356635; } .label-info, .badge-info { background-color: #3a87ad; } .label-info[href], .badge-info[href] { background-color: #2d6987; } .label-inverse, .badge-inverse { background-color: #333333; } .label-inverse[href], .badge-inverse[href] { background-color: #1a1a1a; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-moz-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-ms-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-o-keyframes progress-bar-stripes { from { background-position: 0 0; } to { background-position: 40px 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { overflow: hidden; height: 18px; margin-bottom: 18px; background-color: #f7f7f7; background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9)); background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: linear-gradient(top, #f5f5f5, #f9f9f9); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .progress .bar { width: 0%; height: 18px; color: #ffffff; font-size: 12px; text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #0e90d2; background-image: -moz-linear-gradient(top, #149bdf, #0480be); background-image: -ms-linear-gradient(top, #149bdf, #0480be); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be)); background-image: -webkit-linear-gradient(top, #149bdf, #0480be); background-image: -o-linear-gradient(top, #149bdf, #0480be); background-image: linear-gradient(top, #149bdf, #0480be); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; -webkit-transition: width 0.6s ease; -moz-transition: width 0.6s ease; -ms-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-striped .bar { background-color: #149bdf; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -webkit-background-size: 40px 40px; -moz-background-size: 40px 40px; -o-background-size: 40px 40px; background-size: 40px 40px; } .progress.active .bar { -webkit-animation: progress-bar-stripes 2s linear infinite; -moz-animation: progress-bar-stripes 2s linear infinite; -ms-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-danger .bar { background-color: #dd514c; background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35)); background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); background-image: linear-gradient(top, #ee5f5b, #c43c35); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0); } .progress-danger.progress-striped .bar { background-color: #ee5f5b; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-success .bar { background-color: #5eb95e; background-image: -moz-linear-gradient(top, #62c462, #57a957); background-image: -ms-linear-gradient(top, #62c462, #57a957); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957)); background-image: -webkit-linear-gradient(top, #62c462, #57a957); background-image: -o-linear-gradient(top, #62c462, #57a957); background-image: linear-gradient(top, #62c462, #57a957); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0); } .progress-success.progress-striped .bar { background-color: #62c462; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-info .bar { background-color: #4bb1cf; background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); background-image: -ms-linear-gradient(top, #5bc0de, #339bb9); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9)); background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); background-image: -o-linear-gradient(top, #5bc0de, #339bb9); background-image: linear-gradient(top, #5bc0de, #339bb9); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0); } .progress-info.progress-striped .bar { background-color: #5bc0de; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-warning .bar { background-color: #faa732; background-image: -moz-linear-gradient(top, #fbb450, #f89406); background-image: -ms-linear-gradient(top, #fbb450, #f89406); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); background-image: -webkit-linear-gradient(top, #fbb450, #f89406); background-image: -o-linear-gradient(top, #fbb450, #f89406); background-image: linear-gradient(top, #fbb450, #f89406); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0); } .progress-warning.progress-striped .bar { background-color: #fbb450; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .accordion { margin-bottom: 18px; } .accordion-group { margin-bottom: 2px; border: 1px solid #e5e5e5; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .accordion-heading { border-bottom: 0; } .accordion-heading .accordion-toggle { display: block; padding: 8px 15px; } .accordion-toggle { cursor: pointer; } .accordion-inner { padding: 9px 15px; border-top: 1px solid #e5e5e5; } .carousel { position: relative; margin-bottom: 18px; line-height: 1; } .carousel-inner { overflow: hidden; width: 100%; position: relative; } .carousel .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -moz-transition: 0.6s ease-in-out left; -ms-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel .item > img { display: block; line-height: 1; } .carousel .active, .carousel .next, .carousel .prev { display: block; } .carousel .active { left: 0; } .carousel .next, .carousel .prev { position: absolute; top: 0; width: 100%; } .carousel .next { left: 100%; } .carousel .prev { left: -100%; } .carousel .next.left, .carousel .prev.right { left: 0; } .carousel .active.left { left: -100%; } .carousel .active.right { left: 100%; } .carousel-control { position: absolute; top: 40%; left: 15px; width: 40px; height: 40px; margin-top: -20px; font-size: 60px; font-weight: 100; line-height: 30px; color: #ffffff; text-align: center; background: #222222; border: 3px solid #ffffff; -webkit-border-radius: 23px; -moz-border-radius: 23px; border-radius: 23px; opacity: 0.5; filter: alpha(opacity=50); } .carousel-control.right { left: auto; right: 15px; } .carousel-control:hover { color: #ffffff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 10px 15px 5px; background: #333333; background: rgba(0, 0, 0, 0.75); } .carousel-caption h4, .carousel-caption p { color: #ffffff; } .hero-unit { padding: 60px; margin-bottom: 30px; background-color: #eeeeee; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .hero-unit h1 { margin-bottom: 0; font-size: 60px; line-height: 1; color: inherit; letter-spacing: -1px; } .hero-unit p { font-size: 18px; font-weight: 200; line-height: 27px; color: inherit; } .pull-right { float: right; } .pull-left { float: left; } .hide { display: none; } .show { display: block; } .invisible { visibility: hidden; }
PROJECTS/oms3.proj.richards1d/src/JAVA/ParallelColt/doc/cern/jet/random/tdouble/engine/package-frame.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:32 CDT 2010 --> <TITLE> cern.jet.random.tdouble.engine (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"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../../cern/jet/random/tdouble/engine/package-summary.html" target="classFrame">cern.jet.random.tdouble.engine</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Interfaces</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="RandomGenerator.html" title="interface in cern.jet.random.tdouble.engine" target="classFrame"><I>RandomGenerator</I></A></FONT></TD> </TR> </TABLE> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="DoubleMersenneTwister.html" title="class in cern.jet.random.tdouble.engine" target="classFrame">DoubleMersenneTwister</A> <BR> <A HREF="DoubleRandomEngine.html" title="class in cern.jet.random.tdouble.engine" target="classFrame">DoubleRandomEngine</A> <BR> <A HREF="DRand.html" title="class in cern.jet.random.tdouble.engine" target="classFrame">DRand</A> <BR> <A HREF="MersenneTwister64.html" title="class in cern.jet.random.tdouble.engine" target="classFrame">MersenneTwister64</A> <BR> <A HREF="RandomSeedGenerator.html" title="class in cern.jet.random.tdouble.engine" target="classFrame">RandomSeedGenerator</A> <BR> <A HREF="RandomSeedTable.html" title="class in cern.jet.random.tdouble.engine" target="classFrame">RandomSeedTable</A></FONT></TD> </TR> </TABLE> </BODY> </HTML>
ScriptReference/ComputeBuffer-ctor.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: ComputeBuffer.ComputeBuffer</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="ComputeBuffer.html">ComputeBuffer</a>.ComputeBuffer</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="" class="switch-link gray-btn sbtn left hide">Switch to Manual</a> <div class="clear"> </div> </div> <div class="subsection"> <div class="signature"> <div class="signature-JS sig-block">public <span class="sig-kw">ComputeBuffer</span>(<span class="sig-kw">count</span>: int, <span class="sig-kw">stride</span>: int)</div> <div class="signature-CS sig-block">public <span class="sig-kw">ComputeBuffer</span>(int <span class="sig-kw">count</span>, int <span class="sig-kw">stride</span>); </div> <div class="signature-JS sig-block">public <span class="sig-kw">ComputeBuffer</span>(<span class="sig-kw">count</span>: int, <span class="sig-kw">stride</span>: int, <span class="sig-kw">type</span>: <a href="ComputeBufferType.html">ComputeBufferType</a>)</div> <div class="signature-CS sig-block">public <span class="sig-kw">ComputeBuffer</span>(int <span class="sig-kw">count</span>, int <span class="sig-kw">stride</span>, <a href="ComputeBufferType.html">ComputeBufferType </a><span class="sig-kw">type</span>); </div> </div> </div> <div class="subsection"> <h2>Parameters</h2> <table class="list"> <tr> <td class="name lbl">count</td> <td class="desc">Number of elements in the buffer.</td> </tr> <tr> <td class="name lbl">stride</td> <td class="desc">Size of one element in the buffer. Has to match size of buffer type in the shader.</td> </tr> <tr> <td class="name lbl">type</td> <td class="desc">Type of the buffer, default is ComputeBufferType.Default.<br /><br />See Also: <a href="SystemInfo-supportsComputeShaders.html">SystemInfo.supportsComputeShaders</a>, <a href="ComputeShader.html">ComputeShader</a> class, <a href="Shader.SetGlobalBuffer.html">Shader.SetGlobalBuffer</a>, <a href="Material.SetBuffer.html">Material.SetBuffer</a>, <a href="../Manual/ComputeShaders.html">Compute Shaders</a>.</td> </tr> </table> </div> <div class="subsection"> <h2>Description</h2> <p>Create a Compute Buffer.</p> </div> <div class="subsection"> <p>Use <a href="ComputeBuffer.Release.html">Release</a> to release the buffer when no longer needed.</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>
ScriptReference/RenderSettings-defaultReflectionMode.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: RenderSettings.defaultReflectionMode</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="RenderSettings.html">RenderSettings</a>.defaultReflectionMode</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="" class="switch-link gray-btn sbtn left hide">Switch to Manual</a> <div class="clear"> </div> </div> <div class="subsection"> <div class="signature"> <div class="signature-JS sig-block">public static var <span class="sig-kw">defaultReflectionMode</span>: <a href="Rendering.DefaultReflectionMode.html">Rendering.DefaultReflectionMode</a>; </div> <div class="signature-CS sig-block">public static <a href="Rendering.DefaultReflectionMode.html">Rendering.DefaultReflectionMode</a> <span class="sig-kw">defaultReflectionMode</span>; </div> </div> </div> <div class="subsection"> <h2>Description</h2> <p>Default reflection mode.</p> </div> <div class="subsection"> <p>Unity can use a custom texture or generate a specular reflection texture from skybox.<br /><br />See Also: <a href="RenderSettings-defaultReflectionMode.html">RenderSettings.defaultReflectionMode</a>, <a href="../Manual/class-RenderSettings.html">Render Settings</a>.</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>
wpilib18/java/current/javadoc/edu/wpi/first/networktables/NetworkTable.html
wh1ter0se/PowerUp-2018
<!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_144) on Sat Oct 28 05:22:53 EDT 2017 --> <title>NetworkTable (Documentation - Release API)</title> <meta name="date" content="2017-10-28"> <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="NetworkTable (Documentation - Release API)"; } } 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}; 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-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../edu/wpi/first/networktables/LogMessage.html" title="class in edu.wpi.first.networktables"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../edu/wpi/first/networktables/NetworkTableEntry.html" title="class in edu.wpi.first.networktables"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?edu/wpi/first/networktables/NetworkTable.html" target="_top">Frames</a></li> <li><a href="NetworkTable.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</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">edu.wpi.first.networktables</div> <h2 title="Class NetworkTable" class="title">Class NetworkTable</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>edu.wpi.first.networktables.NetworkTable</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public final class <span class="typeNameLabel">NetworkTable</span> extends java.lang.Object</pre> <div class="block">A network table that knows its subtable path.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static char</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/wpi/first/networktables/NetworkTable.html#PATH_SEPARATOR">PATH_SEPARATOR</a></span></code> <div class="block">The path separator for sub-tables and keys</div> </td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</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="../../../../edu/wpi/first/networktables/NetworkTable.html#NetworkTable-edu.wpi.first.networktables.NetworkTableInstance-java.lang.String-">NetworkTable</a></span>(<a href="../../../../edu/wpi/first/networktables/NetworkTableInstance.html" title="class in edu.wpi.first.networktables">NetworkTableInstance</a>&nbsp;inst, java.lang.String&nbsp;path)</code>&nbsp;</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">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</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="../../../../edu/wpi/first/networktables/NetworkTable.html#addEntryListener-java.lang.String-edu.wpi.first.networktables.TableEntryListener-int-">addEntryListener</a></span>(java.lang.String&nbsp;key, <a href="../../../../edu/wpi/first/networktables/TableEntryListener.html" title="interface in edu.wpi.first.networktables">TableEntryListener</a>&nbsp;listener, int&nbsp;flags)</code> <div class="block">Listen to a single key.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/wpi/first/networktables/NetworkTable.html#addEntryListener-edu.wpi.first.networktables.TableEntryListener-int-">addEntryListener</a></span>(<a href="../../../../edu/wpi/first/networktables/TableEntryListener.html" title="interface in edu.wpi.first.networktables">TableEntryListener</a>&nbsp;listener, int&nbsp;flags)</code> <div class="block">Listen to keys only within this table.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/wpi/first/networktables/NetworkTable.html#addSubTableListener-edu.wpi.first.networktables.TableListener-boolean-">addSubTableListener</a></span>(<a href="../../../../edu/wpi/first/networktables/TableListener.html" title="interface in edu.wpi.first.networktables">TableListener</a>&nbsp;listener, boolean&nbsp;localNotify)</code> <div class="block">Listen for sub-table creation.</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/wpi/first/networktables/NetworkTable.html#containsKey-java.lang.String-">containsKey</a></span>(java.lang.String&nbsp;key)</code> <div class="block">Checks the table and tells if it contains the specified key</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/wpi/first/networktables/NetworkTable.html#containsSubTable-java.lang.String-">containsSubTable</a></span>(java.lang.String&nbsp;key)</code>&nbsp;</td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/wpi/first/networktables/NetworkTable.html#delete-java.lang.String-">delete</a></span>(java.lang.String&nbsp;key)</code> <div class="block">Deletes the specified key in this table.</div> </td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/wpi/first/networktables/NetworkTable.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object&nbsp;o)</code>&nbsp;</td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code><a href="../../../../edu/wpi/first/networktables/NetworkTableEntry.html" title="class in edu.wpi.first.networktables">NetworkTableEntry</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/wpi/first/networktables/NetworkTable.html#getEntry-java.lang.String-">getEntry</a></span>(java.lang.String&nbsp;key)</code> <div class="block">Gets the entry for a subkey.</div> </td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code><a href="../../../../edu/wpi/first/networktables/NetworkTableInstance.html" title="class in edu.wpi.first.networktables">NetworkTableInstance</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/wpi/first/networktables/NetworkTable.html#getInstance--">getInstance</a></span>()</code> <div class="block">Gets the instance for the table.</div> </td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code>java.util.Set&lt;java.lang.String&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/wpi/first/networktables/NetworkTable.html#getKeys--">getKeys</a></span>()</code> <div class="block">Gets all keys in the table (not including sub-tables).</div> </td> </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code>java.util.Set&lt;java.lang.String&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/wpi/first/networktables/NetworkTable.html#getKeys-int-">getKeys</a></span>(int&nbsp;types)</code> <div class="block">Gets all keys in the table (not including sub-tables).</div> </td> </tr> <tr id="i11" class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/wpi/first/networktables/NetworkTable.html#getPath--">getPath</a></span>()</code></td> </tr> <tr id="i12" class="altColor"> <td class="colFirst"><code><a href="../../../../edu/wpi/first/networktables/NetworkTable.html" title="class in edu.wpi.first.networktables">NetworkTable</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/wpi/first/networktables/NetworkTable.html#getSubTable-java.lang.String-">getSubTable</a></span>(java.lang.String&nbsp;key)</code> <div class="block">Returns the table at the specified key.</div> </td> </tr> <tr id="i13" class="rowColor"> <td class="colFirst"><code>java.util.Set&lt;java.lang.String&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/wpi/first/networktables/NetworkTable.html#getSubTables--">getSubTables</a></span>()</code> <div class="block">Gets the names of all subtables in the table.</div> </td> </tr> <tr id="i14" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/wpi/first/networktables/NetworkTable.html#hashCode--">hashCode</a></span>()</code>&nbsp;</td> </tr> <tr id="i15" class="rowColor"> <td class="colFirst"><code>java.lang.String[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/wpi/first/networktables/NetworkTable.html#loadEntries-java.lang.String-">loadEntries</a></span>(java.lang.String&nbsp;filename)</code> <div class="block">Load table values from a file.</div> </td> </tr> <tr id="i16" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/wpi/first/networktables/NetworkTable.html#removeEntryListener-int-">removeEntryListener</a></span>(int&nbsp;listener)</code> <div class="block">Remove an entry listener.</div> </td> </tr> <tr id="i17" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/wpi/first/networktables/NetworkTable.html#removeTableListener-int-">removeTableListener</a></span>(int&nbsp;listener)</code> <div class="block">Remove a sub-table listener.</div> </td> </tr> <tr id="i18" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/wpi/first/networktables/NetworkTable.html#saveEntries-java.lang.String-">saveEntries</a></span>(java.lang.String&nbsp;filename)</code> <div class="block">Save table values to a file.</div> </td> </tr> <tr id="i19" class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../edu/wpi/first/networktables/NetworkTable.html#toString--">toString</a></span>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="PATH_SEPARATOR"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>PATH_SEPARATOR</h4> <pre>public static final&nbsp;char PATH_SEPARATOR</pre> <div class="block">The path separator for sub-tables and keys</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../constant-values.html#edu.wpi.first.networktables.NetworkTable.PATH_SEPARATOR">Constant Field Values</a></dd> </dl> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="NetworkTable-edu.wpi.first.networktables.NetworkTableInstance-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>NetworkTable</h4> <pre>public&nbsp;NetworkTable(<a href="../../../../edu/wpi/first/networktables/NetworkTableInstance.html" title="class in edu.wpi.first.networktables">NetworkTableInstance</a>&nbsp;inst, java.lang.String&nbsp;path)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getInstance--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getInstance</h4> <pre>public&nbsp;<a href="../../../../edu/wpi/first/networktables/NetworkTableInstance.html" title="class in edu.wpi.first.networktables">NetworkTableInstance</a>&nbsp;getInstance()</pre> <div class="block">Gets the instance for the table.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>Instance</dd> </dl> </li> </ul> <a name="toString--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toString</h4> <pre>public&nbsp;java.lang.String&nbsp;toString()</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="getEntry-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getEntry</h4> <pre>public&nbsp;<a href="../../../../edu/wpi/first/networktables/NetworkTableEntry.html" title="class in edu.wpi.first.networktables">NetworkTableEntry</a>&nbsp;getEntry(java.lang.String&nbsp;key)</pre> <div class="block">Gets the entry for a subkey.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>key</code> - the key name</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Network table entry.</dd> </dl> </li> </ul> <a name="addEntryListener-edu.wpi.first.networktables.TableEntryListener-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addEntryListener</h4> <pre>public&nbsp;int&nbsp;addEntryListener(<a href="../../../../edu/wpi/first/networktables/TableEntryListener.html" title="interface in edu.wpi.first.networktables">TableEntryListener</a>&nbsp;listener, int&nbsp;flags)</pre> <div class="block">Listen to keys only within this table.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>listener</code> - listener to add</dd> <dd><code>flags</code> - <a href="../../../../edu/wpi/first/networktables/EntryListenerFlags.html" title="interface in edu.wpi.first.networktables"><code>EntryListenerFlags</code></a> bitmask</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Listener handle</dd> </dl> </li> </ul> <a name="addEntryListener-java.lang.String-edu.wpi.first.networktables.TableEntryListener-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addEntryListener</h4> <pre>public&nbsp;int&nbsp;addEntryListener(java.lang.String&nbsp;key, <a href="../../../../edu/wpi/first/networktables/TableEntryListener.html" title="interface in edu.wpi.first.networktables">TableEntryListener</a>&nbsp;listener, int&nbsp;flags)</pre> <div class="block">Listen to a single key.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>key</code> - the key name</dd> <dd><code>listener</code> - listener to add</dd> <dd><code>flags</code> - <a href="../../../../edu/wpi/first/networktables/EntryListenerFlags.html" title="interface in edu.wpi.first.networktables"><code>EntryListenerFlags</code></a> bitmask</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Listener handle</dd> </dl> </li> </ul> <a name="removeEntryListener-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>removeEntryListener</h4> <pre>public&nbsp;void&nbsp;removeEntryListener(int&nbsp;listener)</pre> <div class="block">Remove an entry listener.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>listener</code> - listener handle</dd> </dl> </li> </ul> <a name="addSubTableListener-edu.wpi.first.networktables.TableListener-boolean-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addSubTableListener</h4> <pre>public&nbsp;int&nbsp;addSubTableListener(<a href="../../../../edu/wpi/first/networktables/TableListener.html" title="interface in edu.wpi.first.networktables">TableListener</a>&nbsp;listener, boolean&nbsp;localNotify)</pre> <div class="block">Listen for sub-table creation. This calls the listener once for each newly created sub-table. It immediately calls the listener for any existing sub-tables.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>listener</code> - listener to add</dd> <dd><code>localNotify</code> - notify local changes as well as remote</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>Listener handle</dd> </dl> </li> </ul> <a name="removeTableListener-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>removeTableListener</h4> <pre>public&nbsp;void&nbsp;removeTableListener(int&nbsp;listener)</pre> <div class="block">Remove a sub-table listener.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>listener</code> - listener handle</dd> </dl> </li> </ul> <a name="getSubTable-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getSubTable</h4> <pre>public&nbsp;<a href="../../../../edu/wpi/first/networktables/NetworkTable.html" title="class in edu.wpi.first.networktables">NetworkTable</a>&nbsp;getSubTable(java.lang.String&nbsp;key)</pre> <div class="block">Returns the table at the specified key. If there is no table at the specified key, it will create a new table</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>key</code> - the name of the table relative to this one</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>a sub table relative to this one</dd> </dl> </li> </ul> <a name="containsKey-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>containsKey</h4> <pre>public&nbsp;boolean&nbsp;containsKey(java.lang.String&nbsp;key)</pre> <div class="block">Checks the table and tells if it contains the specified key</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>key</code> - the key to search for</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>true if the table as a value assigned to the given key</dd> </dl> </li> </ul> <a name="containsSubTable-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>containsSubTable</h4> <pre>public&nbsp;boolean&nbsp;containsSubTable(java.lang.String&nbsp;key)</pre> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>key</code> - the key to search for</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>true if there is a subtable with the key which contains at least one key/subtable of its own</dd> </dl> </li> </ul> <a name="getKeys-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getKeys</h4> <pre>public&nbsp;java.util.Set&lt;java.lang.String&gt;&nbsp;getKeys(int&nbsp;types)</pre> <div class="block">Gets all keys in the table (not including sub-tables).</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>types</code> - bitmask of types; 0 is treated as a "don't care".</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>keys currently in the table</dd> </dl> </li> </ul> <a name="getKeys--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getKeys</h4> <pre>public&nbsp;java.util.Set&lt;java.lang.String&gt;&nbsp;getKeys()</pre> <div class="block">Gets all keys in the table (not including sub-tables).</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>keys currently in the table</dd> </dl> </li> </ul> <a name="getSubTables--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getSubTables</h4> <pre>public&nbsp;java.util.Set&lt;java.lang.String&gt;&nbsp;getSubTables()</pre> <div class="block">Gets the names of all subtables in the table.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>subtables currently in the table</dd> </dl> </li> </ul> <a name="delete-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>delete</h4> <pre>public&nbsp;void&nbsp;delete(java.lang.String&nbsp;key)</pre> <div class="block">Deletes the specified key in this table. The key can not be null.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>key</code> - the key name</dd> </dl> </li> </ul> <a name="getPath--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getPath</h4> <pre>public&nbsp;java.lang.String&nbsp;getPath()</pre> </li> </ul> <a name="saveEntries-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>saveEntries</h4> <pre>public&nbsp;void&nbsp;saveEntries(java.lang.String&nbsp;filename) throws <a href="../../../../edu/wpi/first/networktables/PersistentException.html" title="class in edu.wpi.first.networktables">PersistentException</a></pre> <div class="block">Save table values to a file. The file format used is identical to that used for SavePersistent.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>filename</code> - filename</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../edu/wpi/first/networktables/PersistentException.html" title="class in edu.wpi.first.networktables">PersistentException</a></code> - if error saving file</dd> </dl> </li> </ul> <a name="loadEntries-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>loadEntries</h4> <pre>public&nbsp;java.lang.String[]&nbsp;loadEntries(java.lang.String&nbsp;filename) throws <a href="../../../../edu/wpi/first/networktables/PersistentException.html" title="class in edu.wpi.first.networktables">PersistentException</a></pre> <div class="block">Load table values from a file. The file format used is identical to that used for SavePersistent / LoadPersistent.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>filename</code> - filename</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>List of warnings (errors result in an exception instead)</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../../edu/wpi/first/networktables/PersistentException.html" title="class in edu.wpi.first.networktables">PersistentException</a></code> - if error saving file</dd> </dl> </li> </ul> <a name="equals-java.lang.Object-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>equals</h4> <pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;o)</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="hashCode--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>hashCode</h4> <pre>public&nbsp;int&nbsp;hashCode()</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</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-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../edu/wpi/first/networktables/LogMessage.html" title="class in edu.wpi.first.networktables"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../edu/wpi/first/networktables/NetworkTableEntry.html" title="class in edu.wpi.first.networktables"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?edu/wpi/first/networktables/NetworkTable.html" target="_top">Frames</a></li> <li><a href="NetworkTable.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
web/templates/edit_problem_3.html
zrt/XOJ
{% extends 'main.html' %} {% block body %} <h1 class="center">管理:#{{problem[0]}}. {{problem[2]}} 数据信息</h1> <br> <div class="row"> <div class="col-md-9"> <div class="progress"> <div class="progress-bar progress-bar-success" style="width: {{(tongji[1]+1)/(tongji[0]+1)*100}}%"></div> <div class="progress-bar progress-bar-danger" style="width: {{tongji[2]/(tongji[0]+1)*100}}%"></div> <div class="progress-bar progress-bar-warning" style="width: {{tongji[3]/(tongji[0]+1)*100}}%"></div> <div class="progress-bar progress-bar-info" style="width: {{tongji[4]/(tongji[0]+1)*100}}%"></div> <div class="progress-bar progress-bar-progress-bar-striped" style="width: {{tongji[5]/(tongji[0]+1)*100}}%"></div> </div> </div> <div class="col-md-3"> <div class="btn-group"> <button class="btn btn-info" onclick="window.location.href='/problem/{{problem[0]}}'">查看题目页面</button> <button data-toggle="dropdown" class="btn btn-info dropdown-toggle"><span class="caret"></span></button> <ul class="dropdown-menu" > <li> <a href="/problem/{{problem[0]}}/status">统计</a> </li> <li> <a href="#post">讨论</a> </li> <li> <a href="#msg">报错</a> </li> <li class="divider"> </li> <li > <a href="/problem/{{problem[0]}}/edit/0">管理题目基本信息</a> </li> <li > <a href="/problem/{{problem[0]}}/edit/1">管理题面描述信息</a> </li> <li > <a href="/problem/{{problem[0]}}/edit/2">管理题目评测信息</a> </li> <li class="active"> <a href="/problem/{{problem[0]}}/edit/3">管理题目数据信息</a> </li> </ul> </div> </div> </div> <div class="row"> <div class="col-md-4"> <table class="table table-bordered"> <tbody> <tr><td>总提交</td> <td><a href="/status?problem={{problem[0]}}">{{tongji[0]}}</a></td></tr> <tr><td>通过</td> <td>{{tongji[1]}}</td></tr> <tr><td>答案错误</td> <td>{{tongji[2]}}</td></tr> <tr><td>超时</td> <td>{{tongji[3]}}</td></tr> <tr><td>超内存</td> <td>{{tongji[4]}}</td></tr> <tr><td>运行错误</td> <td>{{tongji[5]}}</td></tr> <tr><td>编译错误</td> <td>{{tongji[6]}}</td></tr> <tr><td>其他</td> <td>{{tongji[0]-sum(tongji[1:])}}</td></tr> </tbody> </table> </div> <div class="col-md-8"> <div class="panel panel-info"> <div class="panel-heading"> <h3 class="panel-title">最近的十次提交 &nbsp;&nbsp;<button class="btn btn-link btn-xs" type="button" onclick="window.location.href='/status?problem={{problem[0]}}'">更多</button></h3> </div> <div class="panel-body"> <table class="table table-striped"> <thead> <tr> <th>#</th> <th>提交者</th> <th>状态</th> <th>总用时</th> <th>内存</th> <th>代码长度</th> </tr> </thead> <tbody> {% for row in status %} <tr> <td>{{row[0]}}</td> <td><a href="/user/{{row[1]}}">{{row[1]}}</a></td> <td> <a href="/status/{{row[0]}}"> {% if row[2] == 0 or row[2] == None %} <span class="label label-default">非法状态</span> {% end %} {% if row[2] == 1 %} <span class="label label-info">等待评测</span> {% end %} {% if row[2] == 2 %} <span class="label label-primary">评测中</span> {% end %} {% if row[2] == 3 %} <span class="label label-success">通过</span> {% end %} {% if row[2] == 4 %} <span class="label label-danger">答案错误</span> {% end %} {% if row[2] == 5 %} <span class="label label-warning">超时</span> {% end %} {% if row[2] == 6 %} <span class="label label-danger">运行错误</span> {% end %} {% if row[2] == 7 %} <span class="label label-warning">超内存</span> {% end %} {% if row[2] == 8 %} <span class="label label-danger">编译错误</span> {% end %} {% if row[2] == 9 %} <span class="label label-danger">系统错误</span> {% end %} </a> </td> <td>{{row[3]}}</td> <td>{{row[4]}}</td> <td>{{row[5]}}</td> </tr> {% end %} </tbody> </table> </div> </div> </div> </div> <form class="form-horizontal" action="{{submit_url}}" enctype="multipart/form-data" > {% raw xsrf_form_html()%} <fieldset> <input type="hidden" name="prob_id" value="{{problem[0]}}"> <input type="hidden" name="user" value="{{current_user}}"> <input type="hidden" name="tim" value="{{tim}}"> <input type="hidden" name="key" value="{{key}}"> <legend>评测信息</legend> <span class="help-block">请看数据添加帮助</span> <div class="form-group"> <label for="inputFile" class="col-lg-2 control-label">上传数据</label> <div class="col-lg-10"> <span class="help-block">请上传zip压缩文件,里面<strong>直接</strong>为*.in和*.out。<strong>没有</strong>子文件夹。</span> <span class="help-block">若数据太大可以分批上传,单次大小限制约90MB</span> <span class="help-block">不要包含任何中文内容</span> <input class="form-control" type="file" name="zip" id="inputFile"> </div> </div> <div class="form-group"> <label class="col-lg-2 control-label">是否覆盖之前数据</label> <div class="col-lg-10"> <span class="help-block">若选中下面方块则为覆盖,会删除之前数据;不选中这次添加的数据会和之前数据合并。</span> <input class="form-control" type="checkbox" name="cover" id="inputFile" value="1"> </div> </div> <div class="form-group"> <label class="col-lg-2 control-label">数据预览</label> <div class="col-lg-10"> <span class="help-block">数据下载后可能没有后缀名,请手动添加或直接用文本编辑器打开。</span> <span class="help-block">刚上传的文件可能需要刷新才能显示。</span> <textarea class="form-control" rows="6" id="inputData" >{{problem[3]}}</textarea> </div> </div> <div class="form-group"> <div class="col-lg-10 col-lg-offset-2"> <button type="reset" class="btn btn-default">重置</button> <button type="submit" formmethod="post" class="btn btn-primary">提交</button> </div> </div> </fieldset> </form> {% end %}
javadoc/org/jqurantree/core/collections/package-tree.html
reemeldeeb/jqurantree
<!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_07) on Sun Mar 22 19:06:38 GMT 2009 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> org.jqurantree.core.collections Class Hierarchy (JQuranTree API Documentation) </TITLE> <META NAME="date" CONTENT="2009-03-22"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.jqurantree.core.collections Class Hierarchy (JQuranTree 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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/jqurantree/arabic/encoding/unicode/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../../org/jqurantree/core/error/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/jqurantree/core/collections/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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 org.jqurantree.core.collections </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.Object<UL> <LI TYPE="circle">org.jqurantree.core.collections.<A HREF="../../../../org/jqurantree/core/collections/ImmutableIteratorBase.html" title="class in org.jqurantree.core.collections"><B>ImmutableIteratorBase</B></A>&lt;T&gt; (implements java.util.Iterator&lt;E&gt;) <UL> <LI TYPE="circle">org.jqurantree.core.collections.<A HREF="../../../../org/jqurantree/core/collections/ArrayIterator.html" title="class in org.jqurantree.core.collections"><B>ArrayIterator</B></A>&lt;T&gt; (implements java.lang.Iterable&lt;T&gt;) </UL> </UL> </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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../org/jqurantree/arabic/encoding/unicode/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../../org/jqurantree/core/error/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/jqurantree/core/collections/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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&copy; Kais Dukes, 2009. All Rights Reserved. </BODY> </HTML>
JavaDoc/index-files/index-5.html
buoncubi/JFileManager
<!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_51) on Thu Feb 06 09:12:27 CET 2014 --> <title>M-Index</title> <meta name="date" content="2014-02-06"> <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="M-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-4.html">Prev Letter</a></li> <li><a href="index-6.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-5.html" target="_top">Frames</a></li> <li><a href="index-5.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">C</a>&nbsp;<a href="index-2.html">F</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">L</a>&nbsp;<a href="index-5.html">M</a>&nbsp;<a href="index-6.html">O</a>&nbsp;<a href="index-7.html">R</a>&nbsp;<a href="index-8.html">S</a>&nbsp;<a href="index-9.html">W</a>&nbsp;<a name="_M_"> <!-- --> </a> <h2 class="title">M</h2> <dl> <dt><span class="strong"><a href="../FileManagerRunner.html#main(java.lang.String[])">main(String[])</a></span> - Static method in class <a href="../FileManagerRunner.html" title="class in &lt;Unnamed&gt;">FileManagerRunner</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../fileManagerAPI/CommonFileOperations.html#manipulateFile()">manipulateFile()</a></span> - Method in class fileManagerAPI.<a href="../fileManagerAPI/CommonFileOperations.html" title="class in fileManagerAPI">CommonFileOperations</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../fileManagerAPI/FileManager.html#manipulateFile()">manipulateFile()</a></span> - Method in interface fileManagerAPI.<a href="../fileManagerAPI/FileManager.html" title="interface in fileManagerAPI">FileManager</a></dt> <dd> <div class="block">Do something on the file.</div> </dd> <dt><span class="strong"><a href="../fileManagerAPI/FileReader.html#manipulateFile()">manipulateFile()</a></span> - Method in class fileManagerAPI.<a href="../fileManagerAPI/FileReader.html" title="class in fileManagerAPI">FileReader</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../fileManagerAPI/FileWriter.html#manipulateFile()">manipulateFile()</a></span> - Method in class fileManagerAPI.<a href="../fileManagerAPI/FileWriter.html" title="class in fileManagerAPI">FileWriter</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../fileManagerAPI/LazyReader.html#manipulateFile()">manipulateFile()</a></span> - Method in class fileManagerAPI.<a href="../fileManagerAPI/LazyReader.html" title="class in fileManagerAPI">LazyReader</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../fileManagerAPI/LazyWriter.html#manipulateFile()">manipulateFile()</a></span> - Method in class fileManagerAPI.<a href="../fileManagerAPI/LazyWriter.html" title="class in fileManagerAPI">LazyWriter</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../myFileManager/Reader.html#manipulateFile()">manipulateFile()</a></span> - Method in class myFileManager.<a href="../myFileManager/Reader.html" title="class in myFileManager">Reader</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../myFileManager/Writer.html#manipulateFile()">manipulateFile()</a></span> - Method in class myFileManager.<a href="../myFileManager/Writer.html" title="class in myFileManager">Writer</a></dt> <dd>&nbsp;</dd> <dt><a href="../myFileManager/package-summary.html">myFileManager</a> - package myFileManager</dt> <dd>&nbsp;</dd> </dl> <a href="index-1.html">C</a>&nbsp;<a href="index-2.html">F</a>&nbsp;<a href="index-3.html">G</a>&nbsp;<a href="index-4.html">L</a>&nbsp;<a href="index-5.html">M</a>&nbsp;<a href="index-6.html">O</a>&nbsp;<a href="index-7.html">R</a>&nbsp;<a href="index-8.html">S</a>&nbsp;<a href="index-9.html">W</a>&nbsp;</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-4.html">Prev Letter</a></li> <li><a href="index-6.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-5.html" target="_top">Frames</a></li> <li><a href="index-5.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>
JumpToTop/design/jumptotop.css
hgtonight/Vanilla-Plugins
#JumpToTop { position: fixed; bottom: 14px; }
stylesheets/buttons.css
LeBlockFest/blockfest20
/* buttons */ /*responsive settings*/ @media all and (min-width: 1500px) { } @media all and (max-width: 1499px) and (min-width: 600px) { } @media all and (max-width: 800px) and (min-width: 50px) { button .unica{ font-size: 20px !important; } button .inconsolata{ font-size: 25px; letter-spacing: 1.7px; } button .playfair{ font-size: 16px !important; letter-spacing: 1px !important; } button .graduate{ font-size: 20px !important; } button .francois{ font-size: 18px !important; } button .squada{ font-size: 20px !important; letter-spacing: 1px !important; } button .oleo{ font-size: 25px !important; letter-spacing: 2px !important; } button .bungee{ font-size: 24px !important; letter-spacing: 1.3px !important; } } button{ border: unset; } #button { text-align: center; padding: 15px 15px 15px 15px; margin: auto; margin-bottom: 28px; border-style: dotted; border-width: 2px; } #button.lemon, #button.raspberry, #button.violet { background: repeating-linear-gradient( 50deg, rgba(0 ,0, 0, 0), rgba(0 ,0, 0, 0) 2px, rgba(0 ,0, 0, 0.1) 2px, rgba(0 ,0, 0, 0.1) 10px ); border-color: rgba(0, 0, 0, 0); color: black; } #button.raspberry:hover, #button.lemon:hover, #button.violet:hover { border-style: dotted; border-width: 2px; border-color: black; } #button.night, #button.mint, #button.green { background: repeating-linear-gradient( 50deg, rgba(255 ,255, 255, 0), rgba(0 ,0, 0, 0) 2px, rgba(255 ,255, 255, 0.1) 2px, rgba(255 ,255, 255, 0.1) 10px ); border-color: rgba(0, 0, 0, 0); color: white; } #button.night:hover, #button.mint:hover, #button.green:hover { border-style: dotted; border-width: 2px; border-color: white; } button .unica{ font-family: 'Unica One', cursive; font-size: 20px; } button .inconsolata{ font-family: 'Inconsolata', cursive; font-size: 25px; letter-spacing: 1.7px; } button .playfair{ font-family: 'Playfair Display', serif; font-weight: 700; font-size: 21px; letter-spacing: 2.2px; } button .graduate{ font-family: 'Graduate', cursive; font-size: 23px; text-transform: uppercase; letter-spacing: 1px; } button .francois{ font-family: 'Francois One', sans-serif; font-size: 23px; letter-spacing: 1px; text-transform: uppercase; } button .squada{ font-family: 'Squada One', cursive; font-size: 30px; text-transform: uppercase; letter-spacing: 1.5px; } button .oleo{ font-family: 'Merienda One', cursive; font-size: 25px; letter-spacing: 2px; font-weight: 400; } button .bungee{ font-family: 'Bungee Inline', cursive; font-size: 24px; letter-spacing: 1.3px; } button .oswald{ font-family: 'Oswald', sans-serif; font-size: 25px; } /*FOO*/ #button-ddwn { cursor: pointer; flex-basis: 1; background-color: unset; border: none; padding: 10px 10px 10px 10px; } #button-ddwn:active .dropdown-content { visibility: visible; } #button-ddwn:hover { background-color: white; color: black; } /*.dropdown { position: relative; display: inline-block; } */ .dropdown-content { display: none; position: absolute; background-color: var(--grey1); min-width: 160px; overflow: auto; visibility: hidden; } #ddwn-button { background-color: white; color:black; } #ddwn-button:hover { background-color: orange; } /* .dropdown-content button { color: var(--white); padding: 12px 16px; text-decoration: none; display: block; } .dropdown button:hover { } */
app/webroot/css/jx.bar.css
luisdias/thewinecellar
/** * Default theme for jixedbar * written by Ryan Yonzon, http://ryan.rawswift.com/ * Last update: August 13, 2010 */ /*----- bar style -----*/ .jx-bar { height:30px; padding:0px; width:80%; background-color:#e5e5e5; border:#b5b5b5 solid 1px; } /* rounded top-left corner */ .jx-bar-rounded-tl { -webkit-border-top-left-radius:5px; -khtml-border-radius-topleft:5px; -moz-border-radius-topleft:5px; border-top-left-radius:5px; } /* rounded bottom-left corner */ .jx-bar-rounded-bl { -webkit-border-bottom-left-radius:5px; -khtml-border-radius-bottomleft:5px; -moz-border-radius-bottomleft:5px; border-bottom-left-radius:5px; } /* rounded top-right corner */ .jx-bar-rounded-tr { -webkit-border-top-right-radius:5px; -khtml-border-radius-topright:5px; -moz-border-radius-topright:5px; border-top-right-radius:5x; } /* rounded bottom-right corner */ .jx-bar-rounded-br { -webkit-border-bottom-right-radius:5px; -khtml-border-radius-bottomright:5px; -moz-border-radius-bottomright:5px; border-bottom-right-radius:5x; } /*----- bar separator -----*/ .jx-bar span { width:1px; height:100%; background-color:#ccc; } .jx-separator-left { float:left; } .jx-separator-right { float:right; } /*----- bar button -----*/ .jx-bar-button ul { margin:0px; padding:0px; } .jx-bar-button li { float:left; list-style:none; } .jx-bar-button-right li { float:right; list-style:none; } .jx-bar-button li { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; cursor:pointer; padding:4px 8px 4px 8px; border:#e5e5e5 solid 1px; margin:2px; } /* button hover effect */ .jx-bar-button li:hover { background-color:#eee; border:#ccc solid 1px; padding:4px 8px 4px 8px; margin:2px; } /* rounded button corners */ .jx-bar-button-rounded li:hover { -webkit-border-radius:3px; -khtml-border-radius:3px; -moz-border-radius:3px; border-radius:3px; } /* default button's anchor text style */ .jx-bar-button li a:link, .jx-bar-button li a:visited { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#666; text-decoration:none; padding:1px; } .jx-bar-button li a:hover { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333; text-decoration:none; } /*----- bar text container and button arrow indicator -----*/ .jx-bar div, .jx-bar iframe { float:left; } .jx-bar div { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#666; padding:4px 8px 4px 8px; margin:4px 0px 4px 0px; } .jx-bar iframe { margin:4px 0px 4px 10px; } .jx-bar div a:link, .jx-bar div a:visited { color:#666; text-decoration:none; } .jx-bar div a:hover { color:#0099FF; text-decoration:none; } /*----- button tooltip -----*/ .jx-bar-button-tooltip { height:auto; padding:5px 10px 5px 10px; color:#fff; background-color:#36393D; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; } /* rounded tooltip */ .jx-bar-button-tooltip { -moz-border-radius: 3px; -webkit-border-radius:3px; } /*----- nav menu -----*/ .jx-nav-menu { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; padding:2px; background-color:#eee; border:#ccc solid 1px; } .jx-nav-menu-rounded { -webkit-border-radius:3px; -khtml-border-radius:3px; -moz-border-radius:3px; border-radius:3px; } .jx-nav-menu ul { margin:0; padding:0; list-style:none; width:150px; /* width of menu items */ } .jx-nav-menu a:hover { background-color:#4096EE; color:#fff; text-decoration:none; } /* styles for menu items */ .jx-nav-menu ul li a { display:block; text-decoration:none; color:#777; background:#fff; /* IE6 Bug */ padding:8px; border:1px solid #eee; /* IE6 Bug */ border-bottom:0px; } /* active menu button */ .jx-nav-menu-active { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; cursor:pointer; background-color:#ccc; padding:4px 8px 4px 8px; margin:2px; } /* active menu button (rounded) */ .jx-nav-menu-active-rounded { -webkit-border-radius:3px; -khtml-border-radius:3px; -moz-border-radius:3px; border-radius:3px; } /* menu indicator UP state */ .jx-arrow-up { background-image:url('up.gif'); background-repeat:no-repeat; background-position:center; } /* menu indicator DOWN state */ .jx-arrow-down { background-image:url('dn.gif'); background-repeat:no-repeat; background-position:center; } /* tooltip point direction */ .jx-tool-point-dir-down { background-image:url('ttd.gif'); background-repeat:no-repeat; background-position:center bottom; height:5px; width:auto; } .jx-tool-point-dir-up { background-image:url('ttu.gif'); background-repeat:no-repeat; background-position:center bottom; height:5px; width:auto; } /* hide and show/unhide item */ .jx-hide { float:right; background-image:url('../img/hide.gif'); background-repeat:no-repeat; height:16px; width:16px; } /* if showOnTop is TRUE, use "show.gif" instead of "hide.gif" */ .jx-hide-top { float:right; background-image:url('../img/show.gif'); background-repeat:no-repeat; height:16px; width:16px; } .jx-show { height:30px; padding:0px; width:40px; background-color:#e5e5e5; border:#b5b5b5 solid 1px; } .jx-show-button { float:right; background-image:url('../img/show.gif'); background-repeat:no-repeat; height:16px; width:16px; } /* if showOnTop is TRUE, use "hide.gif" instead of "show.gif" */ .jx-show-button-top { float:right; background-image:url('../img/hide.gif'); background-repeat:no-repeat; height:16px; width:16px; } .jx-hide-separator { width:1px; height:100%; background-color:#ccc; float:right; }
tasks/marzo/html/2093605.html
proyectos-analizo-info/app-omc
<!DOCTYPE HTML> <!-- http://proyectos.analizo.info/app/omc-marzo-2014/ --> <html lang="es"> <head> <meta charset="utf-8"/> <title>La comida ultra incendia Orriols</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">La comida ultra incendia Orriols</p> <p class="fsi">Un reparto de alimentos solo entre españoles fractura a un barrio valenciano de inmigrantes</p> <p>Luisa Fernández cobra 400 euros. Mantiene a seis hijos y cuatro nietos. Y reside en una casa “de patada”, que es como denomina al piso que ocupa ilegalmente en un bloque de la antigua CAM. Este sábado sonreía. Se llevó una bolsa blanca con conservas, pasta y productos de higiene. “No soy racista. Pero es que los inmigrantes…”, decía esta gitana de 52 años.</p> <p>Emulando a los neonazis griegos de Amanecer Dorado, más de un centenar de familias al filo de la exclusión aguardaron ayer hasta seis horas de cola para recoger los 122 lotes de alimentos que repartió la ONG del partido ultra España 2000 en el barrio valenciano de Orriols. El salvoconducto era estar parado y acreditar con el DNI ser español. La tonelada de comida se esfumó en una hora.</p> <p>La cola del hambre era una maqueta de la España espoleada. El cristalero Rafael Pallá acudió porque con 426 euros y los recortes no puede atender a su hijo con una discapacidad del 96%. Manuel Rodrigo porque su alquiler de 480 euros no le permite pagar la luz. Y Ana Gadea porque sufre una minusvalía y está desesperada.</p> <p>Orriols encarna la tormenta perfecta para los agitadores del odio. Uno de cada tres vecinos es inmigrante. Cuatro de cada diez, desempleado. Y una mezquita llama al rezo a centenares de musulmanes.</p> <p>Para evitar la cerilla en el polvorín, una decena de ONG intentó sin éxito que la Delegación de Gobierno en la Comunidad Valenciana prohibiera el reparto ultra. Advertían que cebaba el odio racial (artículo 510 del Código Penal). En el departamento que dirige Paula Sánchez de León, del PP, dicen que no pudieron frenarlo. “Cumplía los requisitos administrativos”. Incluso, marginando a extranjeros.</p> <p class="fwb">La mezquita local distribuye víveres entre españoles necesitados</p> <p>“Es una provocación”, gritó desgarrado ante la cola Cristián Sánchez, de Valencia Acoge. Fue la única condena ayer. Las ONG, los vecinos y los antifascistas acordaron no acudir al reparto para no avivar el protagonismo ultra.</p> <p>España 2000, la segunda formación de extrema derecha española (cinco concejales), desarrollará su próxima distribución en el deprimido barrio valenciano de La Fuensanta. Desde que EL PAÍS publicó en 2012 que su ONG Hogar Social María Luisa Navarro daba comida del Banco de Alimentos en Valencia, las Administraciones le cerraron el grifo. Y ahora sus víveres proceden de colectas propias. “Atendemos a 200 familias”, se defiende el fundador de la formación, José Luis Roberto, un magnate de la seguridad privada con negocios en Lituania y República Dominicana.</p> <p class="fwb">La ropa cedida por los musulmanes viste a medio centenar de vecinos</p> <p>Su solidaridad excluyente contrasta en un barrio multicolor con un sólido entramado asociativo. A 400 metros del puesto ultra, emerge cada tres meses otra cola de la necesidad. La secuencia se desarrolló por última vez el pasado jueves. El sol cae a plomo. Un centenar de desahuciados se arremolina ante un desvencijado local. Cinco musulmanes reparten 19 toneladas de alimentos. Casi 20 veces más que los ultras. Leche, macarrones, legumbres. Los españoles son, desde el pasado año, los principales usuarios de este servicio que presta el Centro Cultural Islámico de Valencia con víveres de la Unión Europea gestionados por Cruz Roja.</p> <p>Aquí no se mira la nacionalidad. Solo se pide un certificado de ingresos para comprobar que la familia navega por la exclusión.</p> <p>La cola se esparce en silencio. Rosario nació en el barrio. Tiene 60 años. Un rostro marcado y una bronquitis. Mantiene con 426 euros a tres hijos parados y a una nieta. Se asoma a la indigencia desde que dejó de pagar su alquiler de 350 euros en noviembre. “Me van a echar”. Llora. Mira al suelo. Nunca se vio recogiendo una bolsa de un argelino.</p> <p>Pablo y María (nombres figurados) esperan tras ella. Son peruanos. Superan la treintena. Su vía de escape es el aeropuerto. No pueden ahorrar para regresar. Tienen una hija de siete años. Tocan a la puerta de la caridad por primera vez desde que aterrizaron en España, en 2006.</p> <p>El Centro Cultural Islámico está desbordado. Sus informes dibujan un nuevo rostro de la exclusión. Españoles al borde de la indigencia. Un ejemplo es María Dolores, de 48 años. Desconfía en encontrar trabajo. Reparte 20 currículos a la semana. Ya no se avergüenza de que la reconozcan las vecinas en la cola de los musulmanes.</p> <p>“Aquí no discriminamos a nadie”, insiste la responsable del área social del Centro Cultural Islámico, Mar Cantador. Una enérgica mujer que, como su marido, argelino, está desempleada. Aunque no desocupada. Dedica su tiempo a tramitar la llegada de la comida, cuyo transporte desde las instalaciones de Cruz Roja costean los musulmanes. A recoger prendas para nutrir el ropero que el pasado año vistió a medio centenar de pobres del barrio de once nacionalidades. Españoles, incluidos. Y a transportar los alimentos a las casas de los dependientes.</p> <p>Cantador pidió a los usuarios de la solidaridad árabe que no respondieran a los ultras. “Es un acto racista”, decía el jueves. Todos los españoles consultados que aguardaban en su cola defendían en voz baja a la extrema derecha. Una madre soltera de 34 años, incluso, atribuía la crisis a la decisión del Gobierno de abrir la puerta de la inmigración “a los moros”. Y Rosario, la señora del rostro marcado, recogió ayer también una bolsa de los extremistas. “Estamos desesperados”, susurraba en las dos colas del hambre.</p> </div> </body> </html>
WebContent/WEB-INF/screen/listapresenca/mostrarListaPresenca.css
filipemb/siesp
@CHARSET "UTF-8"; #mostrarListaPresenca .formWrapper label { display: block; float: none; padding: 0px; } #mostrarListaPresenca .formWrapper form ul.controls li { float: left; padding: 5px 8px 0px 0px; } #mostrarListaPresenca .formWrapper .field { width: 100% !important; } #mostrarListaPresenca .subgrupo { clear: both; }
jdk8en_us/docs/api/javax/swing/class-use/DefaultButtonModel.html
DeanAaron/jdk8
<!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_11) on Mon Jun 16 17:36:07 PDT 2014 --> <title>Uses of Class javax.swing.DefaultButtonModel (Java Platform SE 8 )</title> <meta name="date" content="2014-06-16"> <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 javax.swing.DefaultButtonModel (Java Platform SE 8 )"; } } 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="../../../javax/swing/DefaultButtonModel.html" title="class in javax.swing">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 class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?javax/swing/class-use/DefaultButtonModel.html" target="_top">Frames</a></li> <li><a href="DefaultButtonModel.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;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 javax.swing.DefaultButtonModel" class="title">Uses of Class<br>javax.swing.DefaultButtonModel</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../javax/swing/DefaultButtonModel.html" title="class in javax.swing">DefaultButtonModel</a></span><span class="tabEnd">&nbsp;</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="#javax.swing">javax.swing</a></td> <td class="colLast"> <div class="block">Provides a set of &quot;lightweight&quot; (all-Java language) components that, to the maximum degree possible, work the same on all platforms.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="javax.swing"> <!-- --> </a> <h3>Uses of <a href="../../../javax/swing/DefaultButtonModel.html" title="class in javax.swing">DefaultButtonModel</a> in <a href="../../../javax/swing/package-summary.html">javax.swing</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <caption><span>Subclasses of <a href="../../../javax/swing/DefaultButtonModel.html" title="class in javax.swing">DefaultButtonModel</a> in <a href="../../../javax/swing/package-summary.html">javax.swing</a></span><span class="tabEnd">&nbsp;</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>static class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/swing/JToggleButton.ToggleButtonModel.html" title="class in javax.swing">JToggleButton.ToggleButtonModel</a></span></code> <div class="block">The ToggleButton model</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../javax/swing/DefaultButtonModel.html" title="class in javax.swing">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 class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?javax/swing/class-use/DefaultButtonModel.html" target="_top">Frames</a></li> <li><a href="DefaultButtonModel.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://download.oracle.com/javase/8/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> Copyright &#x00a9; 1993, 2014, Oracle and/or its affiliates. All rights reserved. </font></small></p> </body> </html>
_source/news/2016-09-10-shahbuddin.html
InstantKhabar/_source
--- title: "11 साल बाद शहाबुद्दीन जेल से रिहा" layout: item category: ["politics"] date: 2016-09-10T08:43:07.736Z image: 1473496987735shahbuddin.jpg --- <p>पटना: बिहार के बाहुबली नेता और सीवान के पूर्व आरजेडी सांसद शहाबुद्दीन को 11 साल बाद जेल से रिहा कर दिया गया है. पटना हाइकोर्ट से राजीव रोशन मर्डर केस में जमानत मिलने के बाद शहाबुद्दीन की भागलपुर जेल से रिहाई हुई. जेल से रिहाई के वक्‍त राज्य सरकार के कई मंत्री और विधायक भी शहाबुद्दीन की अगवानी के लिए पहुंचे थे. इसके अलावा भारी संख्‍या में उनके समर्थक भी साथ हैं.</p> <p>भागलपुर जेल में बंद शहाबुद्दीन के स्वागत के लिए रात से ही समर्थक जेल के बाहर जमा थे. साल 2014 के राजीव रोशन हत्याकांड में शहाबुद्दीन को ज़मानत मिली थी, जिसके बाद जेल से बाहर आने का रास्ता साफ़ हो गया. राजीव रोशन 2004 में दो भाईयों गिरिश राज और सतीश राज की हत्या के मामले में गवाह था.</p> <p>भागलपुर जेल से बाहर आने के बाद शहाबुद्दीन ने कहा कि &#39;लालू यादव ही मेरे नेता है. नीतीश कुमार परिस्थितियों के मुख्‍यमंत्री हैं. सब जानते हैं कि मुझे फंसाया गया है&#39;. बीजेपी ने शहाबुद्दीन की रिहाई को बिहार में जंगल राज की वापसी बताया है. बीजेपी का कहना है कि शहाबुद्दीन की रिहाई से फिर से दहशत का माहौल बनेगा.</p>
bin/solr-4.3.1/docs/solr-core/org/apache/solr/util/class-use/AdjustableSemaphore.html
jeffersonmolleri/sesra
<!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 Sun Jun 09 12:16:07 GMT+05:30 2013 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> Uses of Class org.apache.solr.util.AdjustableSemaphore (Solr 4.3.1 API) </TITLE> <META NAME="date" CONTENT="2013-06-09"> <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.solr.util.AdjustableSemaphore (Solr 4.3.1 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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/solr/util/AdjustableSemaphore.html" title="class in org.apache.solr.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/solr/util//class-useAdjustableSemaphore.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="AdjustableSemaphore.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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.solr.util.AdjustableSemaphore</B></H2> </CENTER> No usage of org.apache.solr.util.AdjustableSemaphore <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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/solr/util/AdjustableSemaphore.html" title="class in org.apache.solr.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/solr/util//class-useAdjustableSemaphore.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="AdjustableSemaphore.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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 &copy; 2000-2013 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </BODY> </HTML>
scratch/flexigraph-0.1/dist/javadoc/index-files/index-8.html
unidesigner/pyconto
<!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_14) on Fri Jun 18 18:05:19 BST 2010 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> H-Index (FlexiGraph Reference) </TITLE> <META NAME="date" CONTENT="2010-06-18"> <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="H-Index (FlexiGraph Reference)"; } } </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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="index-7.html"><B>PREV LETTER</B></A>&nbsp; &nbsp;<A HREF="index-9.html"><B>NEXT LETTER</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?index-filesindex-8.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="index-8.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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 ========= --> <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">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">K</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">O</A> <A HREF="index-15.html">P</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <A HREF="index-23.html">Y</A> <A HREF="index-24.html">Z</A> <HR> <A NAME="_H_"><!-- --></A><H2> <B>H</B></H2> <DL> <DT><A HREF="../gr/forth/ics/graph/path/PathFilter.html#hamilton()"><B>hamilton()</B></A> - Static method in class gr.forth.ics.graph.path.<A HREF="../gr/forth/ics/graph/path/PathFilter.html" title="class in gr.forth.ics.graph.path">PathFilter</A> <DD><B>Deprecated.</B>&nbsp;&nbsp; <DT><A HREF="../gr/forth/ics/graph/Tuple.html#has(java.lang.Object)"><B>has(Object)</B></A> - Method in interface gr.forth.ics.graph.<A HREF="../gr/forth/ics/graph/Tuple.html" title="interface in gr.forth.ics.graph">Tuple</A> <DD>Returns true if an entry is found (in this tuple, or in its parent) with the specified key, either regular or weak. <DT><A HREF="../gr/forth/ics/graph/event/GraphEvent.html#hashCode()"><B>hashCode()</B></A> - Method in class gr.forth.ics.graph.event.<A HREF="../gr/forth/ics/graph/event/GraphEvent.html" title="class in gr.forth.ics.graph.event">GraphEvent</A> <DD>&nbsp; <DT><A HREF="../gr/forth/ics/graph/layout/GPoint.html#hashCode()"><B>hashCode()</B></A> - Method in class gr.forth.ics.graph.layout.<A HREF="../gr/forth/ics/graph/layout/GPoint.html" title="class in gr.forth.ics.graph.layout">GPoint</A> <DD>&nbsp; <DT><A HREF="../gr/forth/ics/graph/layout/GRect.html#hashCode()"><B>hashCode()</B></A> - Method in class gr.forth.ics.graph.layout.<A HREF="../gr/forth/ics/graph/layout/GRect.html" title="class in gr.forth.ics.graph.layout">GRect</A> <DD>&nbsp; <DT><A HREF="../gr/forth/ics/graph/path/AbstractPath.html#hashCode()"><B>hashCode()</B></A> - Method in class gr.forth.ics.graph.path.<A HREF="../gr/forth/ics/graph/path/AbstractPath.html" title="class in gr.forth.ics.graph.path">AbstractPath</A> <DD>&nbsp; <DT><A HREF="../gr/forth/ics/graph/algo/transitivity/SuccessorSetFactory.html#hashSetBased()"><B>hashSetBased()</B></A> - Static method in class gr.forth.ics.graph.algo.transitivity.<A HREF="../gr/forth/ics/graph/algo/transitivity/SuccessorSetFactory.html" title="class in gr.forth.ics.graph.algo.transitivity">SuccessorSetFactory</A> <DD>Returns a <code>SuccessorSetFactory</code> that creates successor sets represented as <code>HashSet</code>s. <DT><A HREF="../gr/forth/ics/graph/path/ExpansionFront.html#hasNext()"><B>hasNext()</B></A> - Method in class gr.forth.ics.graph.path.<A HREF="../gr/forth/ics/graph/path/ExpansionFront.html" title="class in gr.forth.ics.graph.path">ExpansionFront</A> <DD><B>Deprecated.</B>&nbsp;&nbsp; <DT><A HREF="../gr/forth/ics/util/AbstractCompoundIterator.html#hasNext()"><B>hasNext()</B></A> - Method in class gr.forth.ics.util.<A HREF="../gr/forth/ics/util/AbstractCompoundIterator.html" title="class in gr.forth.ics.util">AbstractCompoundIterator</A> <DD>&nbsp; <DT><A HREF="../gr/forth/ics/util/AbstractCompoundListIterator.html#hasNext()"><B>hasNext()</B></A> - Method in class gr.forth.ics.util.<A HREF="../gr/forth/ics/util/AbstractCompoundListIterator.html" title="class in gr.forth.ics.util">AbstractCompoundListIterator</A> <DD>&nbsp; <DT><A HREF="../gr/forth/ics/util/FilteringIterator.html#hasNext()"><B>hasNext()</B></A> - Method in class gr.forth.ics.util.<A HREF="../gr/forth/ics/util/FilteringIterator.html" title="class in gr.forth.ics.util">FilteringIterator</A> <DD>&nbsp; <DT><A HREF="../gr/forth/ics/util/FilteringListIterator.html#hasNext()"><B>hasNext()</B></A> - Method in class gr.forth.ics.util.<A HREF="../gr/forth/ics/util/FilteringListIterator.html" title="class in gr.forth.ics.util">FilteringListIterator</A> <DD>&nbsp; <DT><A HREF="../gr/forth/ics/util/PushBackIterator.html#hasNext()"><B>hasNext()</B></A> - Method in class gr.forth.ics.util.<A HREF="../gr/forth/ics/util/PushBackIterator.html" title="class in gr.forth.ics.util">PushBackIterator</A> <DD>&nbsp; <DT><A HREF="../gr/forth/ics/util/AbstractCompoundIterator.html#hasNextIterator()"><B>hasNextIterator()</B></A> - Method in class gr.forth.ics.util.<A HREF="../gr/forth/ics/util/AbstractCompoundIterator.html" title="class in gr.forth.ics.util">AbstractCompoundIterator</A> <DD>&nbsp; <DT><A HREF="../gr/forth/ics/util/AbstractCompoundListIterator.html#hasNextIterator()"><B>hasNextIterator()</B></A> - Method in class gr.forth.ics.util.<A HREF="../gr/forth/ics/util/AbstractCompoundListIterator.html" title="class in gr.forth.ics.util">AbstractCompoundListIterator</A> <DD>&nbsp; <DT><A HREF="../gr/forth/ics/util/CompoundIterator.html#hasNextIterator()"><B>hasNextIterator()</B></A> - Method in class gr.forth.ics.util.<A HREF="../gr/forth/ics/util/CompoundIterator.html" title="class in gr.forth.ics.util">CompoundIterator</A> <DD>&nbsp; <DT><A HREF="../gr/forth/ics/util/CompoundListIterator.html#hasNextIterator()"><B>hasNextIterator()</B></A> - Method in class gr.forth.ics.util.<A HREF="../gr/forth/ics/util/CompoundListIterator.html" title="class in gr.forth.ics.util">CompoundListIterator</A> <DD>&nbsp; <DT><A HREF="../gr/forth/ics/graph/algo/DegreeSorter.html#hasNodes(int)"><B>hasNodes(int)</B></A> - Method in class gr.forth.ics.graph.algo.<A HREF="../gr/forth/ics/graph/algo/DegreeSorter.html" title="class in gr.forth.ics.graph.algo">DegreeSorter</A> <DD>Returns whether there are any nodes in the graph with the specified degree. <DT><A HREF="../gr/forth/ics/util/Args.html#hasNoNull(java.lang.Iterable)"><B>hasNoNull(Iterable&lt;?&gt;)</B></A> - Static method in class gr.forth.ics.util.<A HREF="../gr/forth/ics/util/Args.html" title="class in gr.forth.ics.util">Args</A> <DD>&nbsp; <DT><A HREF="../gr/forth/ics/util/Args.html#hasNoNull(java.lang.String, java.lang.Iterable)"><B>hasNoNull(String, Iterable&lt;?&gt;)</B></A> - Static method in class gr.forth.ics.util.<A HREF="../gr/forth/ics/util/Args.html" title="class in gr.forth.ics.util">Args</A> <DD>&nbsp; <DT><A HREF="../gr/forth/ics/util/AbstractCompoundListIterator.html#hasPrevious()"><B>hasPrevious()</B></A> - Method in class gr.forth.ics.util.<A HREF="../gr/forth/ics/util/AbstractCompoundListIterator.html" title="class in gr.forth.ics.util">AbstractCompoundListIterator</A> <DD>&nbsp; <DT><A HREF="../gr/forth/ics/util/FilteringListIterator.html#hasPrevious()"><B>hasPrevious()</B></A> - Method in class gr.forth.ics.util.<A HREF="../gr/forth/ics/util/FilteringListIterator.html" title="class in gr.forth.ics.util">FilteringListIterator</A> <DD>&nbsp; <DT><A HREF="../gr/forth/ics/util/AbstractCompoundListIterator.html#hasPreviousIterator()"><B>hasPreviousIterator()</B></A> - Method in class gr.forth.ics.util.<A HREF="../gr/forth/ics/util/AbstractCompoundListIterator.html" title="class in gr.forth.ics.util">AbstractCompoundListIterator</A> <DD>&nbsp; <DT><A HREF="../gr/forth/ics/util/CompoundListIterator.html#hasPreviousIterator()"><B>hasPreviousIterator()</B></A> - Method in class gr.forth.ics.util.<A HREF="../gr/forth/ics/util/CompoundListIterator.html" title="class in gr.forth.ics.util">CompoundListIterator</A> <DD>&nbsp; <DT><A HREF="../gr/forth/ics/graph/path/Path.html#headEdge()"><B>headEdge()</B></A> - Method in interface gr.forth.ics.graph.path.<A HREF="../gr/forth/ics/graph/path/Path.html" title="interface in gr.forth.ics.graph.path">Path</A> <DD>Returns the first edge of this path. <DT><A HREF="../gr/forth/ics/graph/path/Path.html#headNode()"><B>headNode()</B></A> - Method in interface gr.forth.ics.graph.path.<A HREF="../gr/forth/ics/graph/path/Path.html" title="interface in gr.forth.ics.graph.path">Path</A> <DD>Returns the first node of this path. <DT><A HREF="../gr/forth/ics/graph/path/Path.html#headPath(int)"><B>headPath(int)</B></A> - Method in interface gr.forth.ics.graph.path.<A HREF="../gr/forth/ics/graph/path/Path.html" title="interface in gr.forth.ics.graph.path">Path</A> <DD>Returns a path that starts at the start of this path, and continues for the specified number of steps along this path. <DT><A HREF="../gr/forth/ics/graph/layout/GRect.html#height()"><B>height()</B></A> - Method in class gr.forth.ics.graph.layout.<A HREF="../gr/forth/ics/graph/layout/GRect.html" title="class in gr.forth.ics.graph.layout">GRect</A> <DD>&nbsp; <DT><A HREF="../gr/forth/ics/graph/Hint.html" title="enum in gr.forth.ics.graph"><B>Hint</B></A> - Enum in <A HREF="../gr/forth/ics/graph/package-summary.html">gr.forth.ics.graph</A><DD>Runtime performance hints that can be used by graph implementations.<DT><A HREF="../gr/forth/ics/graph/InspectableGraph.html#hint(gr.forth.ics.graph.Hint)"><B>hint(Hint)</B></A> - Method in interface gr.forth.ics.graph.<A HREF="../gr/forth/ics/graph/InspectableGraph.html" title="interface in gr.forth.ics.graph">InspectableGraph</A> <DD>Provides hints to the graph implementation about desired runtime performance. </DL> <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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="index-7.html"><B>PREV LETTER</B></A>&nbsp; &nbsp;<A HREF="index-9.html"><B>NEXT LETTER</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?index-filesindex-8.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="index-8.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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 ======= --> <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">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">K</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">O</A> <A HREF="index-15.html">P</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <A HREF="index-23.html">Y</A> <A HREF="index-24.html">Z</A> <HR> </BODY> </HTML>
doc-ecf-2/fr/cdiEnterprise/view/class-use/MainFrame.html
CDI-Enterprise/ecf-16035-b
<!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_101) on Fri Nov 25 11:47:49 CET 2016 --> <title>Uses of Class fr.cdiEnterprise.view.MainFrame</title> <meta name="date" content="2016-11-25"> <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 fr.cdiEnterprise.view.MainFrame"; } } 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="../../../../fr/cdiEnterprise/view/MainFrame.html" title="class in fr.cdiEnterprise.view">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?fr/cdiEnterprise/view/class-use/MainFrame.html" target="_top">Frames</a></li> <li><a href="MainFrame.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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 fr.cdiEnterprise.view.MainFrame" class="title">Uses of Class<br>fr.cdiEnterprise.view.MainFrame</h2> </div> <div class="classUseContainer">No usage of fr.cdiEnterprise.view.MainFrame</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="../../../../fr/cdiEnterprise/view/MainFrame.html" title="class in fr.cdiEnterprise.view">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?fr/cdiEnterprise/view/class-use/MainFrame.html" target="_top">Frames</a></li> <li><a href="MainFrame.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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/8/4/d15f60775485d2d2b19fcd67048.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>Death</h3> <table class="infolist eventlist"> <tbody> <tr> <td class="ColumnAttribute">Gramps ID</td> <td class="ColumnGRAMPSID">E16625</td> </tr> <tr> <td class="ColumnAttribute">Date</td> <td class="ColumnColumnDate"> 1940-09-24 </td> </tr> <tr> <td class="ColumnAttribute">Place</td> <td class="ColumnColumnPlace"> <a href="../../../plc/e/1/d15f6076beb11430de13b7adb1e.html" title=""> </a> </td> </tr> </tbody> </table> <div class="subsection" id="sourcerefs"> <h4>Source References</h4> <ol> <li> <a href="../../../src/a/3/d15f60709ad59753e77bb0f9e3a.html" title="Letter from Judy Roake 07/03/2007" name ="sref1"> Letter from Judy Roake 07/03/2007 <span class="grampsid"> [S0365]</span> </a> <ol> <li id="sref1a"> <ul> <li> Confidence: Low </li> </ul> </li> </ol> </li> </ol> </div> <div class="subsection" id="references"> <h4>References</h4> <ol class="Col1" role="Volume-n-Page"type = 1> <li> <a href="../../../ppl/d/e/d15f607752c5a0204817b9520ed.html"> GAMMON, Richard <span class="grampsid"> [I16699]</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:15<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>
public/index.html
tremainebuchanan/resume
<!DOCTYPE html> <html lang="en"> <head> <title>Tremaine Buchanan | Resume </title> <!-- Meta --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Tremaine Buchanan software architect resume freelancer web developer"> <meta name="author" content="Tremaine Buchanan"> <link rel="shortcut icon" href="assets/images/favicon.ico"> <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'> <!-- Global CSS --> <link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css"> <!-- Plugins CSS --> <link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css"> <!-- Theme CSS --> <link id="theme-style" rel="stylesheet" href="assets/css/styles.css"> <link rel="icon" type="image/png" href="assets/images/favicon.png" sizes="32x32" /> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-81628068-1', 'auto'); ga('send', 'pageview'); </script> </head> <body> <div class="wrapper"> <div class="sidebar-wrapper"> <div class="profile-container"> <img class="profile" src="assets/images/profile.jpg" title="Tremaine Buchanan" alt="Tremaine Buchanan" /> <h1 class="name">Tremaine Buchanan</h1> <h3 class="tagline">Full Stack Web Developer / Mobile Application Developer</h3> </div><!--//profile-container--> <div class="contact-container container-block"> <ul class="list-unstyled contact-list"> <li class="phone"><i class="fa fa-phone"></i><a href="tel:876 447 7877">876 447 7877</a></li> <li class="twitter"><i class="fa fa-twitter"></i><a href="http://bit.ly/2aSw3O6" target="_blank">@tremainekb</a></li> <li class="linkedin"><i class="fa fa-linkedin"></i><a href="http://bit.ly/22c8eUH" target="_blank">http://bit.ly/22c8eUH</a></li> <li class="github"><i class="fa fa-github"></i><a href="http://bit.ly/1YtS5Yv" target="_blank">http://bit.ly/1YtS5Yv</a></li> <li><i class="fa fa-medium" aria-hidden="true"></i> <a href="http://bit.ly/2aEK4lH">http://bit.ly/2aEK4lH</a></li> <li class="email"><i class="fa fa-envelope"></i><a href="mailto: tremainekbuchanan@gmail.com">tremainekbuchanan@gmail.com</a></li> </ul> </div><!--//contact-container--> <div class="education-container container-block"> <h2 class="container-block-title">Education</h2> <div class="item"> <h4 class="degree">Bsc in Management Information Systems</h4> <h5 class="meta">Excelsior Community College</h5> <div class="time">2006 - 2011</div> </div><!--//item--> </div><!--//education-container--> <div class="languages-container container-block"> <h2 class="container-block-title">Languages</h2> <ul class="list-unstyled interests-list"> <li>English <span class="lang-desc">(Native)</span></li> </ul> </div><!--//interests--> <div class="interests-container container-block"> <h2 class="container-block-title">Interests</h2> <ul class="list-unstyled interests-list"> <li>Track and field</li> <li>Entrepreneurship</li> <li>Volunteerism</li> </ul> </div><!--//interests--> </div><!--//sidebar-wrapper--> <div class="main-wrapper"> <section class="section experiences-section"> <h2 class="section-title"><i class="fa fa-briefcase"></i>Experience</h2> <div class="item"> <div class="meta"> <div class="upper-row"> <h3 class="job-title">Founder/Lead Software Architect</h3> <div class="time">January 2015 - Present</div> </div><!--//upper-row--> <div class="company">876devs, Portmore, Jamaica</div> </div><!--//meta--> <div class="details"> <ul> <li>Develop web applications using the MEAN stack</li> <li>Develop mobile applications using the Android SDK and PhoneGap/Cordova/Ionic framework</li> <li>Develop RESTful APIs using PHP and Nodejs</li> </ul> </div><!--//details--> </div><!--//item--> <div class="item"> <div class="meta"> <div class="upper-row"> <h3 class="job-title">Web Developer</h3> <div class="time">March 2016 - Present</div> </div><!--//upper-row--> <div class="company">Ministry of Economic Growth and Job Creation, Kingston, Jamaica</div> </div><!--//meta--> <div class="details"> <li>Develop website and web applications using Bootstrap, AngularJs, JavaScript, MYSQL, PHP and Wordpress</li> <li>Develop and maintain RESTful APIs using PHP (Slim Framework)</li> <li>Provide software support for various off the shelf software packages</li> <li>Conduct requirements gathering</li> <li>Develop and document software/web applications based on requirements gathered </li> <li>Maintain existing web applications</li> </div><!--//details--> </div><!--//item--> <div class="item"> <div class="meta"> <div class="upper-row"> <h3 class="job-title">Software Engineer</h3> <div class="time">July 2015 - March 2016</div> </div><!--//upper-row--> <div class="company">SlashRoots Foundation, Kingston, Jamaica</div> </div><!--//meta--> <div class="details"> <li>Developed web applications using AngularJs, ExpressJs, NodeJs and MongoDB (MEAN stack) based on detailed technical requirements</li> <li>Conducted code reviews </li> <li>Lead developer coaching and training </li> <li>Participated in conferences and developer community meetups</li> </div><!--//details--> </div><!--//item--> </section><!--//section--> <section class="section projects-section"> <h2 class="section-title"><i class="fa fa-archive"></i>Projects</h2> <div class="intro"> <p>In my spare time, I create websites for profit and non-profit organizations within Jamaica and the Caribbean. I am also a Technical Director at <a href="http://youthcandoit.net/" target="_blank">YouthCanDoIt!</a> where I deliver sessions and workshops in web application development. Below are a few projects I've worked on during my career.</p> </div><!--//intro--> <div class="item"> <span class="project-title"> <a href="https://play.google.com/store/apps/details?id=com.tremainebuchanan.register" target="_blank">Register</a></span> - <span class="project-tagline">Student attendance management mobile application. Currently in beta testing at the <a href = "http://www.excelsiorhighja.com/">Excelsior High School</a></span> </div> <div class="item"> <span class="project-title"> <a href="https://jas-mis-app-staging.herokuapp.com/" target="_blank">JAMIS</a></span> - <span class="project-tagline">Marketing information system built while employed at the SlashRoots Foundation.</span> </div><!--//item--> <div class="item"> <span class="project-title"> <a href="https://coi-mapping-staging.herokuapp.com/" target="_blank">Caribbean Tech Ecosystem Map</a> </span> - <span class="project-tagline">The Caribbean Tech Ecosystem Map is an interactive, searchable, centralized database of ICT, mobile and open data stakeholders and initiatives from across the Caribbean, built while employed at SlashRoots Foundation. </span> </div><!--//item--> <div class="item"> <span class="project-title"> <a href="http://www.slashroots.org/#/" target="_blank">SlashRoots Foundation</a></span> - <span class="project-tagline">SlashRoots Foundation website used to promote and share work done by the non-profit, built while employed at SlashRoots Foundation. </span> </div><!--//item--> <div class="item"> <span class="project-title"> <a href="https://www.startuprobot.com/#/" target="_blank">StartUp Robot</a></span> - <span class="project-tagline">StartupRobot uses technology to make it really easy to set up and maintain a compliant business in Jamaica.</span> </div><!--//item--> </section><!--//section--> <section class="skills-section section"> <h2 class="section-title"><i class="fa fa-rocket"></i>Skills &amp; Proficiency</h2> <div class="skillset"> <div class="item"> <h3 class="level-title">HTML5 &amp; CSS</h3> <div class="level-bar"> <div class="level-bar-inner" data-level="95%"> </div> </div><!--//level-bar--> </div><!--//item--> <div class="item"> <h3 class="level-title">Twitter Bootstrap</h3> <div class="level-bar"> <div class="level-bar-inner" data-level="80%"> </div> </div><!--//level-bar--> </div><!--//item--> <div class="item"> <h3 class="level-title">Angular 1.5</h3> <div class="level-bar"> <div class="level-bar-inner" data-level="80%"> </div> </div><!--//level-bar--> </div><!--//item--> <div class="item"> <h3 class="level-title">Javascript</h3> <div class="level-bar"> <div class="level-bar-inner" data-level="80%"> </div> </div><!--//level-bar--> </div><!--//item--> <div class="item"> <h3 class="level-title">Nodejs</h3> <div class="level-bar"> <div class="level-bar-inner" data-level="80%"> </div> </div><!--//level-bar--> </div><!--//item--> <div class="item"> <h3 class="level-title">MongoDB</h3> <div class="level-bar"> <div class="level-bar-inner" data-level="80%"> </div> </div><!--//level-bar--> </div><!--//item--> <div class="item"> <h3 class="level-title">Git, Github</h3> <div class="level-bar"> <div class="level-bar-inner" data-level="80%"> </div> </div><!--//level-bar--> </div><!--//item--> <div class="item"> <h3 class="level-title">Gulp</h3> <div class="level-bar"> <div class="level-bar-inner" data-level="60%"> </div> </div><!--//level-bar--> </div><!--//item--> <div class="item"> <h3 class="level-title">Java</h3> <div class="level-bar"> <div class="level-bar-inner" data-level="60%"> </div> </div><!--//level-bar--> </div><!--//item--> <div class="item"> <h3 class="level-title">PHP</h3> <div class="level-bar"> <div class="level-bar-inner" data-level="40%"> </div> </div><!--//level-bar--> </div><!--//item--> <div class="item"> <h3 class="level-title">MYSQL</h3> <div class="level-bar"> <div class="level-bar-inner" data-level="40%"> </div> </div><!--//level-bar--> </div><!--//item--> </div> </section><!--//skills-section--> <section class="section projects-section"> <h2 class="section-title"> <i class="fa fa-trophy" aria-hidden="true"></i>Awards</h2> <div class="item"> <span class="project-title"> <a href>May 2015</a></span> - <span class="project-tagline">Awarded 3rd place at the PitchIt Caribbean 24 hour Mobile Application Development competition. Built a web application that will assist consumers of electricity to determine total monthly consumption based on appliances inputted.</span> </div><!--//item--> <div class="item"> <span class="project-title"> <a href >March 2015</a> </span> - <span class="project-tagline">Awarded 3rd place at the Caribbean Open Data Conference and 24 hour code sprint. Built a mobile application using open shopping data to assist customers in peforming grocery store price comparisons.</span> </div><!--//item--> <div class="item"> <span class="project-title"> <a href>Principal’s Award</a></span> - <span class="project-tagline">Received award two (2) consecutive years for outstanding academic achievement whilst attending the Excelsior Community College.</span> </div><!--//item--> <div class="item"> <span class="project-title"> <a href>Academic Scholarship</a></span> - <span class="project-tagline"> Awarded academic scholarship for outstanding academic achievement attending the Excelsior Community College.</span> </div><!--//item--> </section><!--//section--> </div><!--//main-body--> </div> <footer class="footer"> <div class="text-center"> <small class="copyright">Designed with <i class="fa fa-heart"></i> by <a href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small> </div><!--//container--> </footer><!--//footer--> <!-- Javascript --> <script type="text/javascript" src="assets/plugins/jquery-1.11.3.min.js"></script> <script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script> <!-- custom js --> <script type="text/javascript" src="assets/js/main.js"></script> </body> </html>
ultimo_sito_html/voy/voy068.html
luigirosa/hypertrek
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="it"> <head> <meta http-equiv="pics-label" content="(pics-1.1 &quot;http://www.icra.org/ratingsv02.html&quot; l gen true for &quot;http://www.hypertrek.info/&quot; r (cz 1 lz 1 nz 1 oz 1 vj 1) &quot;http://www.rsac.org/ratingsv01.html&quot; l gen true for &quot;http://www.hypertrek.info/&quot; r (n 0 s 0 v 1 l 0))"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>HyperTrek * VOY * Scorpion - Part I</title> <link rel="STYLESHEET" href="../style/voy.css" type="text/css"> <base target="main"> </head> <body> <table border="0" width="100%" class="titolo"> <tr> <td width="22"><a href="voy067.html" rel="prev"><img src="../skin/sx.gif" alt="Episodio Precedente" border="0" width="22" height="42"></a></td> <td width="52"><a target="nav" href="index.html"><img src="../skin/voy.gif" alt="VOY" border="0" width="52" height="42"></a></td> <td width="17"><img src="../skin/s-3.gif" alt="Terza stagione" border="0" width="17" height="42"></td> <td> <h1>168 - Scorpion - Part I</h1> </td> <td width="22"><a href="voy069.html" rel="next"><img src="../skin/dx.gif" alt="Episodio Successivo" border="0" width="22" height="42"></a></td> </tr> </table> <table border="0" class="xr" align="right" cellspacing="0" cellpadding="3"> <tr> <td class="xrdettaglio"><a href="#iqe">In questo episodio...</a><br> <a href="#Note">Note</a> <br> <a href="#a47">47</a><br> <a href="#YATI">YATI</a><br> <a href="#Versioneitaliana">Versione italiana</a><br> <a href="#citazioni">Citazioni</a></td> </tr> <tr> <td class="xrtestata">Episodi</td> </tr> <tr> <td class="xrdettaglio"><a href="voy157.html">Shattered</a></td> </tr> <tr> <td class="xrtestata">Specie</td> </tr> <tr> <td class="xrdettaglio"><a href="../specie/09/8472.html">8472</a><br> <a href="../specie/b/breen.html">Breen</a></td> </tr> <tr> <td class="xrtestata">Organizzazioni</td> </tr> <tr> <td class="xrdettaglio"><a href="../organizzazioni/borg.html">Borg</a></td> </tr> <tr> <td class="xrtestata">Astronavi</td> </tr> <tr> <td class="xrdettaglio"><a href="../astronavi/8472/altre.html"> Specie 8472</a></td> </tr> <tr> <td class="xrtestata">Holodeck</td> </tr> <tr> <td class="xrdettaglio"> <a href="../tech/holodeck/software.html#daVinci">da Vinci Workshop</a></td> </tr> <tr> <td class="xrtestata">Quante volte...</td> </tr> <tr> <td class="xrdettaglio"> <a href="../etc/qv/qv17.html">Incontriamo alieni non umanoidi?</a><br> <a href="qv/qv06.html">L'equipaggio della <i>Voyager</i> utilizza le nanosonde Borg?</a></td> </tr> </table> <table border="0" cellpadding="3" class="standard"> <tr> <td>SEQ</td> <td colspan="2"><b>68</b></td> </tr> <tr> <td>UPN</td> <td colspan="2"><b>21.05.1997</b></td> </tr> <tr> <td>RAI</td> <td colspan="2"><b>04.09.2000</b></td> </tr> <tr> <td>VHS</td> <td colspan="2"><b>3.13 (PG)</b></td> </tr> <tr> <td>STO</td> <td colspan="2"><b><a href="../xr/b/braga.html">Brannon Braga</a><br> <a href="../xr/m/menosky.html">Joe Menosky</a></b></td> </tr> <tr> <td>REG</td> <td colspan="2"><b><a href="../xr/l/livingston.html">David Livingston</a></b></td> </tr> <tr> <td>GUS</td> <td>Leonardo da Vinci</td> <td><b><a href="../xr/r/rhysd.html">John Rhys-Davies</a></b></td> </tr> <tr> <td>IT</td> <td colspan="2"><b>Il patto dello scorpione - Prima parte</b></td> </tr> <tr> <td>DE</td> <td colspan="2"><b>Skorpion - Teil 1</b></td> </tr> <tr><td>BR</td><td colspan="2"><b>Escorpião, Parte I</b></td></tr> <tr> <td>JP</td> <td colspan="2"><b>Seimeitai 8472 (Species 8472)</b></td> </tr> </table> <p><b>Data Stellare 50984.3</b>: La <i>Voyager</i> è costretta ad attraversare il territorio dei <a href="../organizzazioni/borg.html">Borg</a> per tornare verso la <a href="../pianeti/t/terra.html">Terra</a>. Mentre il dottore sembra aver scoperto un sistema per evitare l'assimilazione, quindici <a href="../astronavi/borg/cubo.html">navi borg</a> fanno rotta alla massima velocità in direzione della <i>Voyager</i>, ma la nave federale non è il loro obiettivo.</p> <h4><a name="iqe">In questo episodio...</a></h4> <ul> <li>Debutta la <a href="../specie/09/8472.html">Specie 8472</a>.</li> <li>B'Elanna effettua un <a target="nav" rel="contents" class="nav" href="../tech/teletrasporto/index.html">teletrasporto</a> agganciando lo scheletro del soggetto da teletrasportare.</li> <li>La <i>Voyager</i> ha una riserva di 32 siluri fotonici con testata esplosiva di classe 6, per una potenza esplosiva di 200 isotoni.</li> <li>Debutta il programma olografico di <a href="../tech/holodeck/software.html#daVinci">Leonardo da Vinci</a>.</li> <li>Kes riesce a ricevere dei messaggi telepatici dalla <a href="../specie/09/8472.html">Specie 8472</a>.</li> </ul> <h4><a name="Note">Note</a></h4> <table border="0" align="right" cellspacing="0" cellpadding="0"> <tr> <td> <img border="0" src="img/001-mccarthy.jpg" alt="Jeff McCarthy in Caretaker" width="170" height="127"></td> </tr> <tr> <td> <img border="0" src="img/068-mccarthy.jpg" alt="Jeff McCarthy in Scorpion" width="170" height="127"></td> </tr> </table> <ul> <li><a href="../xr/m/mccarthy.html">Jeff McCarthy</a>, che in <a href="voy001.html">Caretaker</a> interpreta l'ufficiale medico della <i> Voyager</i>, lo si rivede in questo episodio con un'uniforme diversa, come appare dalle due immagini a lato</li> </ul> <p><br clear="all"> </p> <h4><a name="a47">47</a></h4> <ul> <li>Per due volte il Dottore esamina la tecnica delle nanosonde Borg su un monitor etichettato <i>Image Enhancement 047</i>.</li> <li>Durante il primo meeting in sala tattica, quando Chakotay è in piedi con lo schermo alle sue spalle proprio sopra la sua spalla destra c'è il numero azzurro 472.</li> <li>Quando, contattati i Borg, Janeway fa cenno a B'Elanna di inviare la trasmissione delle nanosonde modificate, sulla barra superiore del monitor di B'Elanna, al posto della scritta <i>Image Enhancement 047</i> compare per alcuni secondi <i>SUBSPACE FREQ. 40.77</i>.</li> <li>Quando Janeway consulta i rapporti della <a target="nav" class="nav" href="../starfleet/index.html">Flotta Stellare</a> sui <a href="../organizzazioni/borg.html">Borg</a>, sulla barra superiore del monitor si legge il numero 9521 (95 - 21 = 74).</li> <li>Sette di Nove dice che la flotta di bionavi intercetterà la <i>Voyager</i> tra 3 ore e 17 minuti (3 + 1 = 4).</li> <li>La data stellare dell'episodio è 51003.7 (510 + 037 = 547).</li> </ul> <h4><a name="YATI">YATI</a></h4> <ul> <li>All'inizio dell'episodio, quando la <i>Voyager</i> esce brutalmente dalla curvatura la flotta dei 15 cubi Borg è a 2.1 anni luce in avvicinamento (lo dice Kim). Dopo pochissimi istanti si vedono arrivare i cubi ad alta velocità verso la Voyager e c'è un'inquadratura con la <i>Voyager</i> ferma in cui sfrecciano i cubi (che, quindi, non erano in curvatura, né tanto meno in trans-curvatura). È strano che i cubi, per sfuggire al vascello della specie 8472, o per andare in soccorso di qualche cubo sotto attacco, vadano a velocità sub-luce e non a curvatura. Inoltre sarebbe stato impossibile coprire 2.1 anni-luce in pochi istanti a velocità sub-luce [T:10:01].</li> </ul> <h4><a name="Versioneitaliana">Versione italiana</a></h4> <ul> <li>La prima volta che la RAI ha mandato in onda l'episodio, l'ha trasmesso per intero senza tagli tra le due parti.</li> <li>Quando riprende la rotta dopo il primo contatto coi 15 cubi Borg, Janeway comunica agli ufficiali di plancia che si sarebbe recata nella sala tattica, ma poi, si vede Chakotay raggiungerla nel suo ufficio [T:11.59].</li> <li>Nella versione italiana, la storiella della volpe e dello scorpione diventa della rana e lo scorpione.</li> </ul> <h4><a name="citazioni">Citazioni</a></h4> <p><b>da Vinci</b>: Che cazzo! [T:02:43]</p> <p><b>Kim</b>: I'm reading two Borg vessels. Make that three, ...four, ...no, five. Fifteen Borg vessels. [T:10:01]</p> <p><b>Janeway</b>: That's why the Borg can't assimilate them!<br> <b>Dottore</b>: Resistance, in this case, is far from futile! [T:27:58]</p> <p><b>Chakotay</b>: A scorpion was walking along the bank of a river, wondering how to get to the other side. Suddenly he saw a fox. He asked the fox to take him on his back across the river. The fox said, &quot;No, if I do that you'll sting me and I'll drown&quot;. The scorpion assured him, &quot;If I did that we'd both drown&quot;. So the fox thought about it, finally agreed. So the scorpion climbed up on his back and the fox began to swim. But halfway across the river the scorpion stung him. As the poison filled his veins, the fox turned to the scorpion, said &quot;Why did you do that? Now you'll drown too&quot;. &quot;I couldn't help it&quot;, said the scorpion, &quot;it's my nature&quot;... There are other kinds of courage, like the courage to accept that there are some situations beyond your control. Not every problem has an immediate solution. [T:37:50]</p> <p><b>Janeway</b>: I've made my decision, now... do I have your support?<br> <b>Chakotay</b>: You're the captain. I'm the first officer; I'll follow your orders. But that doesn't change my belief that we're making a fatal mistake.<br> <b>Janeway</b>: Then I guess I am alone, after all. Dismissed. [T:40.48]</p> <hr> <script language="JavaScript" type="text/javascript">document.write("<h6>Ultima modifica: ",document.lastModified,"<\/h6>") </script></li> </body> </html>
petition/templates/main.html
tompecina/petition
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <!-- $Id: htmlquickstart.kmdr 768844 2008-01-30 19:21:23Z amantia $ --> <head> <title>{{ page_title }}</title> <meta name="GENERATOR" content="Quanta Plus" /> <meta name="AUTHOR" content="Tomáš Pecina" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Language" content="cs" /> <style type="text/css"> /* <![CDATA[ */ body, h1, h2 { color: #303030; background-color: #fbfbfb; font-family: Verdana, "DejaVu Sans", sans-serif; } body { margin: 0; font-size: 15px; } h1, h2 { text-align: center; } table { border-collapse: collapse; } td { padding: 1px 3px; } h1 { font-size: 21px; font-weight: bold; margin-top: 24px; } h2 { font-size: 17px; font-weight: normal; } table.big * { font-size: 13px; } table.inline * { font-size: 15px; } table.inline td { padding-right: 0; } tr.header, tr.footer, tr.topline { background-color: #202020; } tr.header { color: #ffffff } a { color: #808080; font-weight: bold; text-decoration: none; } tr.footer a, span.pager { color: #ffffff; } span.pager { font-weight: normal; } a:hover, tr.footer a:hover { color: #ff4000; } .grayed { color: #808080; } tr.even { background-color: #f4f4f4; } tr.odd { background-color: #ffffff; } tr.even td, tr.odd td, th, tr.footer td { padding: 3px 13px; } #detail td, #detail th { padding: 3px 10px; } .topline * { font-size: 12px; } .res { font-style: italic; text-align: center; font-size: 15px; margin-bottom: 15px; } p.foot { font-size: 11px; text-align: center; } label.err, span.err { color: #e00000; } label.err { font-weight: bold; } input.err, textarea.err { background: #ffecec; } .ok { } {{ css }} /* ]]> */ </style> </head> <body> <table style="width: 90%; margin: auto;"> <tr><td> {% block page_contents %}{% endblock %} </td></tr> </table> {% include 'notice.html' %} </body> </html>
templates/editor/ich.container.html
palasthotel/grid
<div class="grid-container-controls"> {{^isSidebar}} <span class="grid-container-title"> {{title_short}} {{#titleurl}}<span class="icon-link" title="{{titleurl}}"></span>{{/titleurl}} {{#style}}<span class="grid-container-style">({{style_label}})</span>{{/style}} </span> {{#right_move}} <span class="grid-container-sorthandle hide-grid-container-editor"><i class="icon-drag"></i></span> {{/right_move}} {{#reused}}<span class="grid-container-reused" title="${reusetitle}"><i class="icon-reused"></i></span>{{/reused}} {{#right_options}} <div class="grid-container-options"> <span class="grid-container-options-icon">Options <i class="icon-options"></i></span> <ul class="grid-container-options-list"> {{^reused}} {{#right_edit}} <li class="grid-container-options-list-item" role="edit"><i class="icon-edit"></i> Edit</li> <li class="grid-container-options-list-item" role="reuse"><i class="icon-reuse"></i> Reuse</li> <li class="grid-container-options-list-item" role="toggleslotstyles"><i class="icon-style"></i> Slot styles</li> {{/right_edit}} {{/reused}} {{#right_delete}} <li class="grid-container-options-list-item" role="trash"><i class="icon-trash"></i> Delete</li> {{/right_delete}} </ul> </div> {{/right_options}} {{/isSidebar}} {{#isSidebar}} <span class="grid-container-title">Sidebars are not supported anymore since Grid Version 2.x <button role="trash"><i class="icon-trash"></i> Delete sidebar container</button></span> {{/isSidebar}} </div> {{^isSidebar}} <div class="grid-container-content"> {{#prolog_short}} <div class="grid-container-before"> <div class="grid-container-prolog">{{&prolog_short}}</div> </div> {{/prolog_short}} <div class="grid-slots-wrapper"></div> <!-- Rebuild in SlotsView --> {{#epilog_short}} <div class="grid-container-after"> <div class="grid-container-epilog">{{&epilog_short}}</div> </div> {{/epilog_short}} {{#reused}} <div class="grid-container-reused-layer"> <span class="grid-container-reused-label">{{reusetitle}}<i class="icon-reuse"></i></span> </div> {{/reused}} </div> {{/isSidebar}}
clientarea.html
rudrax-khanal/nameaero
<!DOCTYPE html> <html> <head> <title>Nameaero | Buy Cheap Domain Names - Free Domain Name Register Template</title> <meta name="description" content="Buy Cheap Domain Names - Free Domain Name Register Template"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="Nameaero"> <link rel="stylesheet" href="style/normalize.css"> <link rel="stylesheet" href="style/simple.css"> <link rel="stylesheet" href="style/style.css"> <!--- <script src="#" type="text/javascript" language="JavaScript"></script> --> <link rel="icon" type="image/png" href="img/fav.png"> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> </head> <body> <header> <div class="header"> <div class="header-inner"> <a href="index.html"><img src="img/nameaero_logo.png" class="logo"></a> </div> <div class="header-inner-2"> <nav> <ul> <li><a href="pricing.html">Domains</a></li> <li class="separation">/</li> <li><a href="apps.html">Apps</a></li> <li class="separation">/</li> <li><a href="about.html">About</a></li> <li class="separation">/</li> <li><a href="contact.html">Contact</a></li> <li class="separation">/</li> <li><a href="blog.html">Blog</a></li> </ul> </nav> </div> <div class="header-inner-3"> <a href="clientarea.html">Welcome User,</a> </div> </div> </header> <!--- Header Ends --> <div class="container"> <div class="main-body"> <h2 class="search-heading">Welcome User, Here You Can Manage Your Domains.</h2> </div> <div class="inner-body inner-body-domain" style="overflow-x:auto;"> <table class="domain-list-ca"> <tr> <td><b>Domain Name</b></td> <td><b>Expiry Date</b></td> <td><b>Status</b></td> <td><b>Manage</b></td> </tr> <tr> <td><b>nameaero.com</b></td> <td>2017/03/30</td> <td><b><font color="green">Active</font></b></td> <td><a href="dnsmanager.html" class="button">Manage</a></td> </tr> <tr> <td><b>nameaero.net</b></td> <td>2017/03/30</td> <td><b><font color="red">InActive</font></b></td> <td><a href="dnsmanager.html" class="button">Manage</a></td> </tr> </table> </div> </div> <!--- Main Container ends --> <footer> <div class="footer"> <div class="footer-inner"> <div class="three columns"> <h6 class="footer-heading">Quick Links</h6> <div class="footer-text"> Domain pricing<br> Transfer your domains to us<br> New domain extensions &amp; launch dates<br> One-click web services<br> October discounts<br> </div> <div class="footer-text-2"> Copyright &copy; 2018. </div> </div> <div class="three columns"> <h6 class="footer-heading">Company</h6> <div class="footer-text"> About nameaero<br> Blog/Guides<br> Twitter / Facebook / Newsletter<br> Work for us<br> Terms &amp; privacy policy<br> </div> <div class="footer-text-2"> <form autocomplete="off"> <div class="footer-search-container"> <input type="searchbar" class="search-bar" placeholder="Search..." /> <button type="submit" class="search-button"> <i class="fa fa-search"></i> </button> </div> </form> </div> </div> <div class="three columns"> <h6 class="footer-heading">Support</h6> <div class="footer-text"> Help center Q&amp;A<br> Website status<br> Contact a human<br> </div> </div> <div class="three columns"> <h6 class="footer-heading">Extras</h6> <div class="footer-text"> Affiliate program<br> Developer API<br> Website hosting<br> SSL certificates<br> </div> <div class="footer-text-2"> All Prices Are In USD. </div> </div> </div> </div> </footer> <!-- Footer Ends --> </body> </html>
RossFamilyTree/ppl/4/2/d15f608f05377c48913a77cfa24.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 - ROBINSON, Louise Sarah</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>ROBINSON, Louise Sarah<sup><small></small></sup></h3> <div id="summaryarea"> <table class="infolist"> <tr> <td class="ColumnAttribute">Birth Name</td> <td class="ColumnValue"> ROBINSON, Louise Sarah <a href="#sref1a">1a</a> </td> </tr> <tr> <td class="ColumnAttribute">Gramps&nbsp;ID</td> <td class="ColumnValue">I17833</td> </tr> <tr> <td class="ColumnAttribute">Gender</td> <td class="ColumnValue">female</td> </tr> <tr> <td class="ColumnAttribute">Age at Death</td> <td class="ColumnValue">81 years, 9 months, 12 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/5/2/d15f608f05c4f71937f88f0e325.html" title="Birth"> Birth <span class="grampsid"> [E17967]</span> </a> </td> <td class="ColumnDate">1909</td> <td class="ColumnPlace">&nbsp;</td> <td class="ColumnDescription">&nbsp;</td> <td class="ColumnNotes"> <div> </div> </td> <td class="ColumnSources"> &nbsp; </td> </tr> <tr> <td class="ColumnEvent"> <a href="../../../evt/4/e/d15f608f0614eb244ff780af7e4.html" title="Death"> Death <span class="grampsid"> [E17968]</span> </a> </td> <td class="ColumnDate">1990-10-13</td> <td class="ColumnPlace"> <a href="../../../plc/2/3/d15f608f06554848fe2b5d9b632.html" title=""> </a> </td> <td class="ColumnDescription">&nbsp;</td> <td class="ColumnNotes"> <div> </div> </td> <td class="ColumnSources"> &nbsp; </td> </tr> </tbody> </table> </div> <div class="subsection" id="families"> <h4>Families</h4> <table class="infolist"> <tr class="BeginFamily"> <td class="ColumnType">&nbsp</td> <td class="ColumnAttribute">&nbsp</td> <td class="ColumnValue"><a href="../../../fam/a/d/d15f608f0357f7ca0a964b7bfda.html" title="Family of TREVAN, Victor Grenville and ROBINSON, Louise Sarah">Family of TREVAN, Victor Grenville and ROBINSON, Louise Sarah<span class="grampsid"> [F5734]</span></a></td> </tr> <tr class="BeginFamily"> <td class="ColumnType">Unknown</td> <td class="ColumnAttribute">Partner</td> <td class="ColumnValue"> <a href="../../../ppl/0/0/d15f608efff1614baa2f615e400.html">TREVAN, Victor Grenville<span class="grampsid"> [I17832]</span></a> </td> </tr> <tr> <td class="ColumnType">&nbsp;</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">C8AFAFCD581DA14A8F04F590F3E80AC5157E</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</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">404A2EC6111ABE4CB71BD358A3CB5ED75389</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </div> <div class="subsection" id="pedigree"> <h4>Pedigree</h4> <ol class="pedigreegen"> <li> <ol> <li class="thisperson"> ROBINSON, Louise Sarah <ol class="spouselist"> <li class="spouse"> <a href="../../../ppl/0/0/d15f608efff1614baa2f615e400.html">TREVAN, Victor Grenville<span class="grampsid"> [I17832]</span></a> </li> </ol> </li> </ol> </li> </ol> </div> <div class="subsection" id="sourcerefs"> <h4>Source References</h4> <ol> <li> <a href="../../../src/f/8/d15f5fb5b144bec865d1503ad8f.html" title="Email from Ted Anderson 08/03/2007" name ="sref1"> Email from Ted Anderson 08/03/2007 <span class="grampsid"> [S0362]</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:55:25<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>
dhtml/DHTML/DHTMLref/properties/pluginspage.html
gucong3000/handbook
<HTML > <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252" /> <TITLE>PLUGINSPAGE Attribute | pluginspage</TITLE> <LINK REL="stylesheet" TYPE="text/css" HREF="../common/ie4.css" /> <LINK REL="stylesheet" TYPE="text/css" HREF="../common/ie5.css" /> <style> BODY { font-family:verdana,arial,helvetica; margin:0; } </style> <SCRIPT LANGUAGE="javascript" SRC="../common/common.js"></SCRIPT> <SCRIPT LANGUAGE="javascript" SRC="../common/browdata.js"></SCRIPT> <SCRIPT LANGUAGE="javascript" SRC="../common/appliesto2.js"></SCRIPT> <SCRIPT LANGUAGE="javascript" SRC="../common/toolbar.js"></SCRIPT> <LINK REL="stylesheet" TYPE="text/css" HREF="../common/ie4.css" /> <LINK REL="stylesheet" TYPE="text/css" HREF="../common/inetsdk.css" /> <LINK REL="stylesheet" TYPE="text/css" HREF="../common/advSDKATIE4.css" /> <LINK REL="stylesheet" TYPE="text/css" HREF="../common/default.css" /> <SCRIPT> var gbDBG = true; </SCRIPT> <SCRIPT LANGUAGE="JavaScript1.2"> var gsHTCPath = "../common/"; var gsGraphicsPath = "../common/"; var gsCodePath = "../common/"; </SCRIPT> <SCRIPT LANGUAGE="JavaScript1.2"> var gsContextMenuPath = gsHTCPath + "contextmenu.htc"; var gsCodeDecoPath = gsHTCPath + "codedeco.htc"; var gsStoreName="workshop"; var gsGraphicsPath = "../common/"; </SCRIPT> <SCRIPT LANGUAGE="JavaScript1.2"> function InitPage() { if (!assert( (typeof(oBD) == 'object' && oBD != null), "browdata object unavailable!") ) { return; } if ("MSIE" == oBD.browser && oBD.majorVer >= 5 && (oBD.platform.toLowerCase()!="x" && oBD.platform!="Mac" && oBD.platform!="PPC" )) { if (typeof(fnATInit) == 'function') fnATInit(); if (typeof(PostGBInit) == 'function') PostGBInit(); if (typeof(PostInit) == 'function') PostInit(); if (typeof(initTabbedMembers) == 'function') initTabbedMembers(); if (typeof(hideExamples) == 'function') hideExamples(); } if (oBD.getsNavBar && oBD.platform!="PPC" ) { if (typeof(SetShowMes) == 'function') SetShowMes(); } } function assert(bCond, sMsg) { if (bCond) { return true; } else { if (gbDBG) { alert(sMsg); } return false; } } window.onload = InitPage; </SCRIPT> <SCRIPT LANGUAGE="JavaScript1.2"> function PreInit() { } </SCRIPT> <SCRIPT LANGUAGE="JavaScript"> </script> </HEAD> <BODY TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" BGCOLOR="#FFFFFF" TEXT="#000000"> <TABLE STYLE="table-layout:fixed" class='clsContainer' CELLPADDING='15' CELLSPACING='0' float='left' WIDTH='100%' BORDER='0'> <TR> <TD VALIGN='top'> <DIV CLASS="clsDocBody"><TABLE WIDTH="97%" CELLPADDING="0" CELLSPACING="0"><TR><TD><H1>PLUGINSPAGE Attribute | pluginspage Property </H1></TD><TD ALIGN="right"><A HREF="../default.html" TITLE="This index is only for content formerly found in the Web Workshop." TARGET="_top">Internet Development Index</A></TD></TR></TABLE> <HR SIZE="1"></HR><P>Retrieves the URL of the plug-in used to view an embedded document.</P><P CLASS="clsRef">Syntax</P><BLOCKQUOTE><TABLE CLASS="clsStd"><TR><TH><B>HTML</B></TH><TD>&lt;EMBED&nbsp;<B>PLUGINSPAGE</B> = <SPAN CLASS="clsRange">sURL</SPAN>... &gt; </TD></TR><TR><TH><B>Scripting</B></TH><TD>[ <SPAN CLASS="clsRange">sURL</SPAN><B> =</B> ] <I>EMBED</I>.<B>pluginspage</B></TD></TR></TABLE></BLOCKQUOTE><P CLASS="clsRef">Possible Values</P><BLOCKQUOTE><TABLE CLASS="clsStd"><TR><TD><SPAN CLASS="clsRange">sURL</SPAN></TD><TD><b>String</b> that receives the URL of the plug-in(s).</TD></TR></TABLE><P>The property is read-only. The property has no default value.</P></BLOCKQUOTE><P CLASS="clsRef">Standards Information</P><BLOCKQUOTE><P> There is no public standard that applies to this property. </P></BLOCKQUOTE><P CLASS="clsRef">Applies To</P><BLOCKQUOTE><TABLE ID="oATTable" CLASS="TMAT3D"><TR><TD VALIGN="top" STYLE="border: 1 outset; display: none;"></TD><TD ID="oATData" CLASS="controls"><A PLATINFO="win16=3.02;win32=3.02;unix=4.0;mac=3.02;ce=5.5" HREF="../objects/embed.html"> EMBED</A></TD></TR><TR><TD COLSPAN="2" CLASS="controls"></TD></TR></TABLE></BLOCKQUOTE></DIV> </TD> </TR> </TABLE> </BODY> </HTML>
index.html
asperduti/jekyllstart
--- layout: default --- {% for post in site.posts %} <div class="card mb-4"> <img class="card-img-top" src="{{ site.baseurl }}/assets/img/750x300.png" alt="Card image cap"> <div class="card-body"> <h2 class="card-title">{{ post.title }}</h2> <p class="card-text text-justify">{{ post.content | truncatewords: 140, '...' }}</p> <a href="{{ post.url | prepend: site.baseurl }}" class="btn btn-primary">Read More &rarr;</a> </div> <div class="card-footer text-muted"> Posted on January 1, 2017 by <a href="#">{{ site.author.name}}</a> </div> </div> {% endfor %}
RossFamilyTree/fam/8/d/d15f605d503466a0c5e3feb39d8.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 STEELE, Irving Veitch and DUNNE, Moira Helen</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 STEELE, Irving Veitch and DUNNE, Moira Helen<sup><small></small></sup></h2> <div class="subsection" id="families"> <h4>Families</h4> <table class="infolist"> <tr class="BeginFamily"> <td class="ColumnType">Married</td> <td class="ColumnAttribute">Husband</td> <td class="ColumnValue"> <a href="../../../ppl/d/f/d15f605d4dc78b0ccdd4bad39fd.html">STEELE, Irving Veitch<span class="grampsid"> [I12355]</span></a> </td> </tr> <tr class="BeginFamily"> <td class="ColumnType">Married</td> <td class="ColumnAttribute">Wife</td> <td class="ColumnValue"> <a href="../../../ppl/a/5/d15f605d52583c33958c26865a.html">DUNNE, Moira Helen<span class="grampsid"> [I12356]</span></a> </td> </tr> <tr> <td class="ColumnType">&nbsp;</td> <td class="ColumnAttribute">&nbsp;</td> <td class="ColumnValue"> <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/6/3/d15f60d70d75c5e89ffec88da36.html" title="Marriage"> Marriage <span class="grampsid"> [E25881]</span> </a> </td> <td class="ColumnDate">1938-11-14</td> <td class="ColumnPlace">&nbsp;</td> <td class="ColumnDescription">&nbsp;</td> <td class="ColumnNotes"> <div> </div> </td> <td class="ColumnSources"> &nbsp; </td> </tr> <tr> <td class="ColumnEvent"> <a href="../../../evt/9/7/d15f60d70df3f069e0e698acd79.html" title="Family (Primary)"> Family (Primary) <span class="grampsid"> [E25882]</span> </a> </td> <td class="ColumnDate">&nbsp;</td> <td class="ColumnPlace">&nbsp;</td> <td class="ColumnDescription">&nbsp;</td> <td class="ColumnNotes"> <div> </div> </td> <td class="ColumnSources"> <a href="#sref1a">1a</a> </td> </tr> </tbody> </table> </td> <tr> <td class="ColumnType">&nbsp;</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">B9DA0C03F19616409498ECB8EB0CCE8094D3</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</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">B9DA0C03F19616409498ECB8EB0CCE8094D3</td> <td class="ColumnNotes"><div></div></td> <td class="ColumnSources">&nbsp;</td> </tr> </tbody> </table> </div> <div class="subsection" id="sourcerefs"> <h4>Source References</h4> <ol> <li> <a href="../../../src/0/1/d15f5fb94b999ac1cae9d49a10.html" title="Frank Lee: GEDCOM File : JamesJORDAN.ged" name ="sref1"> Frank Lee: GEDCOM File : JamesJORDAN.ged <span class="grampsid"> [S0308]</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:55:55<br />Created for <a href="../../../ppl/9/e/d15f5fb48902c4fc1b421d249e9.html">GAMMON, Francis</a> </p> <p id="copyright"> </p> </div> </body> </html>